[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.245 and 1.246

version 1.245, 2011/08/26 10:53:16 version 1.246, 2011/08/26 13:07:49
Line 2572 
Line 2572 
 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
Line 2611 
Line 2612 
 .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

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246