mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a third state "all" to allow-passthrough to work even in invisible
panes, from Sergei Grechanik in GitHub issue 3274.
This commit is contained in:
		
							
								
								
									
										8
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tmux.1
									
									
									
									
									
								
							@@ -4461,11 +4461,17 @@ Available pane options are:
 | 
			
		||||
.Pp
 | 
			
		||||
.Bl -tag -width Ds -compact
 | 
			
		||||
.It Xo Ic allow-passthrough
 | 
			
		||||
.Op Ic on | off
 | 
			
		||||
.Op Ic on | off | all
 | 
			
		||||
.Xc
 | 
			
		||||
Allow programs in the pane to bypass
 | 
			
		||||
.Nm
 | 
			
		||||
using a terminal escape sequence (\eePtmux;...\ee\e\e).
 | 
			
		||||
If set to
 | 
			
		||||
.Ic on ,
 | 
			
		||||
passthrough sequences will be allowed only if the pane is visible.
 | 
			
		||||
If set to
 | 
			
		||||
.Ic all ,
 | 
			
		||||
they will be allowed even if the pane is invisible.
 | 
			
		||||
.Pp
 | 
			
		||||
.It Xo Ic allow-rename
 | 
			
		||||
.Op Ic on | off
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user