[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.520 and 1.521

version 1.520, 2017/01/09 21:03:25 version 1.521, 2017/01/09 21:28:56
Line 930 
Line 930 
 is given, no error will be returned if  is given, no error will be returned if
 .Ar path  .Ar path
 does not exist.  does not exist.
   .Pp
   Within a configuration file, commands may be made conditional by surrounding
   them with
   .Em %if
   and
   .Em %endif
   lines.
   The argument to
   .Em %if
   is expanded as a format and if it evaluates to false
   .Ns ( Ql 0
   or empty), subsequent lines are ignored until
   .Em %endif .
   For example:
   .Bd -literal -offset indent
   %if #{==:#{host},myhost}
   set -g status-style bg=red
   %endif
   .Ed
   .Pp
   Will change the status line to red if running on
   .Ql myhost .
   .Em %if
   may not be nested.
 .It Ic start-server  .It Ic start-server
 .D1 (alias: Ic start )  .D1 (alias: Ic start )
 Start the  Start the

Legend:
Removed from v.1.520  
changed lines
  Added in v.1.521