mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	tweak previous;
This commit is contained in:
		
							
								
								
									
										6
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								tmux.1
									
									
									
									
									
								
							@@ -2572,10 +2572,11 @@ for example
 | 
				
			|||||||
is equivalent to
 | 
					is equivalent to
 | 
				
			||||||
.Ql #S .
 | 
					.Ql #S .
 | 
				
			||||||
Conditionals are also accepted by prefixing with
 | 
					Conditionals are also accepted by prefixing with
 | 
				
			||||||
.Ql ?
 | 
					.Ql \&?
 | 
				
			||||||
and separating two alternatives with a comma;
 | 
					and separating two alternatives with a comma;
 | 
				
			||||||
if the specified variable exists and is not zero, the first alternative
 | 
					if the specified variable exists and is not zero, the first alternative
 | 
				
			||||||
is chosen, otherwise the second is used. For example
 | 
					is chosen, otherwise the second is used.
 | 
				
			||||||
 | 
					For example
 | 
				
			||||||
.Ql #{?session_attached,attached,not attached}
 | 
					.Ql #{?session_attached,attached,not attached}
 | 
				
			||||||
will include the string
 | 
					will include the string
 | 
				
			||||||
.Ql attached
 | 
					.Ql attached
 | 
				
			||||||
@@ -2611,7 +2612,6 @@ The following variables are available, where appropriate:
 | 
				
			|||||||
.It Li "window_name" Ta "Name of window"
 | 
					.It Li "window_name" Ta "Name of window"
 | 
				
			||||||
.It Li "window_width" Ta "Width of window"
 | 
					.It Li "window_width" Ta "Width of window"
 | 
				
			||||||
.El
 | 
					.El
 | 
				
			||||||
.Pp
 | 
					 | 
				
			||||||
.Sh ENVIRONMENT
 | 
					.Sh ENVIRONMENT
 | 
				
			||||||
When the server is started,
 | 
					When the server is started,
 | 
				
			||||||
.Nm
 | 
					.Nm
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user