[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.814 and 1.815

version 1.814, 2021/01/29 09:48:43 version 1.815, 2021/02/01 08:01:14
Line 3575 
Line 3575 
 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 Xo Ic detach-on-destroy  .It Xo Ic detach-on-destroy
 .Op Ic on | off  .Op Ic off | on | no-detached
 .Xc  .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
 sessions.  sessions.
   If
   .Ic no-detached ,
   the client is detached only if there are no detached sessions; if detached
   sessions exist, the client is switched to the most recently active.
 .It Ic display-panes-active-colour Ar colour  .It Ic display-panes-active-colour Ar colour
 Set the colour used by the  Set the colour used by the
 .Ic display-panes  .Ic display-panes

Legend:
Removed from v.1.814  
changed lines
  Added in v.1.815