diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-02-01 10:01:20 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-02-01 10:01:20 +0000 |
commit | 0242513ce7ce3632fc7b30f8eac2c89bb77064ee (patch) | |
tree | 3c18ef664117260acc056d26b69104a70bbbb59d /tmux.1 | |
parent | 545a610c6b14af2db02eb40866654f0df7ad2b6a (diff) | |
parent | 509221520c87510016f5c90aeea0d4dcc4b74a98 (diff) | |
download | rtmux-0242513ce7ce3632fc7b30f8eac2c89bb77064ee.tar.gz rtmux-0242513ce7ce3632fc7b30f8eac2c89bb77064ee.tar.bz2 rtmux-0242513ce7ce3632fc7b30f8eac2c89bb77064ee.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3575,12 +3575,16 @@ The default is 80x24. If enabled and the session is no longer attached to any clients, it is destroyed. .It Xo Ic detach-on-destroy -.Op Ic on | off +.Op Ic off | on | no-detached .Xc If on (the default), the client is detached when the session it is attached to is destroyed. If off, the client is switched to the most recently active of the remaining 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 Set the colour used by the .Ic display-panes |