[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.205 and 1.206

version 1.205, 2011/01/08 00:48:54 version 1.206, 2011/01/09 18:42:19
Line 1628 
Line 1628 
 Set the number of buffers; as new buffers are added to the top of the stack,  Set the number of buffers; as new buffers are added to the top of the stack,
 old ones are removed from the bottom if necessary to maintain this maximum  old ones are removed from the bottom if necessary to maintain this maximum
 length.  length.
 .It Ic escape-time  .It Ic escape-time Ar time
 Set the time in milliseconds for which  Set the time in milliseconds for which
 .Nm  .Nm
 waits after an escape is input to determine if it is part of a function or meta  waits after an escape is input to determine if it is part of a function or meta
 key sequences.  key sequences.
 The default is 500 milliseconds.  The default is 500 milliseconds.
 .It Ic exit-unattached  .It Xo Ic exit-unattached
   .Op Ic on | off
   .Xc
 If enabled, the server will exit when there are no attached clients, rather  If enabled, the server will exit when there are no attached clients, rather
 than when there are no attached sessions.  than when there are no attached sessions.
 .It Ic quiet  .It Xo Ic quiet
   .Op Ic on | off
   .Xc
 Enable or disable the display of various informational messages (see also the  Enable or disable the display of various informational messages (see also the
 .Fl q  .Fl q
 command line flag).  command line flag).
Line 1705 
Line 1709 
 be set to  be set to
 .Ql screen  .Ql screen
 or a derivative of it.  or a derivative of it.
 .It Ic destroy-unattached  .It Xo Ic destroy-unattached
   .Op Ic on | off
   .Xc
 If enabled and the session is no longer attached to any clients, it is  If enabled and the session is no longer attached to any clients, it is
 destroyed.  destroyed.
 .It Ic detach-on-destroy  .It Xo Ic detach-on-destroy
   .Op Ic on | off
   .Xc
 If on (the default), the client is detached when the session it is attached to  If on (the default), the client is detached when the session it is attached to
 is destroyed.  is destroyed.
 If off, the client is switched to the most recently active of the remaining  If off, the client is switched to the most recently active of the remaining

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206