[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.317 and 1.318

version 1.317, 2013/03/21 16:15:52 version 1.318, 2013/03/21 16:17:01
Line 1939 
Line 1939 
 .Ic set-window-option  .Ic set-window-option
 command.  command.
 .Pp  .Pp
   .Nm
   also supports user options which are prefixed with a
   .Ql \&@ .
   User options may have any name, so long as it is prefixed with
   .Ql \&@,
   and be set to any string.
   For example
   .Bd -literal -offset indent
   $ tmux setw -q @foo "abc123"
   $ tmux showw -v @foo
   abc123
   .Ed
   .Pp
 Commands which set options are as follows:  Commands which set options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic set-option  .It Xo Ic set-option

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318