[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.57 and 1.58

version 1.57, 2009/08/04 18:41:28 version 1.58, 2009/08/04 18:45:57
Line 1021 
Line 1021 
 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
 .Op Fl gu  .Op Fl agu
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Ar option Ar value  .Ar option Ar value
 .Xc  .Xc
 .D1 (alias: Ic set )  .D1 (alias: Ic set )
 Set a session option.  Set a session option.
   With
   .Fl a ,
   and if the option expects a string,
   .Ar value
   is appended to the existing setting.
 If  If
 .Fl g  .Fl g
 is specified, the global session option is set.  is specified, the global session option is set.
Line 1310 
Line 1315 
 window option is enabled.  window option is enabled.
 .El  .El
 .It Xo Ic set-window-option  .It Xo Ic set-window-option
 .Op Fl gu  .Op Fl agu
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Ar option Ar value  .Ar option Ar value
 .Xc  .Xc
 .D1 (alias: Ic setw )  .D1 (alias: Ic setw )
 Set a window option.  Set a window option.
 The  The
   .Fl a ,
 .Fl g  .Fl g
 and  and
 .Fl u  .Fl u

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58