mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a -A option to pause a pane manually.
This commit is contained in:
		
							
								
								
									
										11
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1304,9 +1304,10 @@ The argument is a pane ID (with leading
 | 
			
		||||
.Ql % ) ,
 | 
			
		||||
a colon, then one of
 | 
			
		||||
.Ql on ,
 | 
			
		||||
.Ql off
 | 
			
		||||
.Ql off ,
 | 
			
		||||
.Ql continue
 | 
			
		||||
or
 | 
			
		||||
.Ql continue .
 | 
			
		||||
.Ql pause .
 | 
			
		||||
If
 | 
			
		||||
.Ql off ,
 | 
			
		||||
.Nm
 | 
			
		||||
@@ -1315,9 +1316,13 @@ the pane off, will stop reading from the pane.
 | 
			
		||||
If
 | 
			
		||||
.Ql continue ,
 | 
			
		||||
.Nm
 | 
			
		||||
will return to sending output to a paused pane (see the
 | 
			
		||||
will return to sending output to the pane if it was paused (manually or with the
 | 
			
		||||
.Ar pause-after
 | 
			
		||||
flag).
 | 
			
		||||
If
 | 
			
		||||
.Ql pause ,
 | 
			
		||||
.Nm
 | 
			
		||||
will pause the pane.
 | 
			
		||||
.Fl A
 | 
			
		||||
may be given multiple times for different panes.
 | 
			
		||||
.Pp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user