diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-06-27 00:22:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-06-27 00:22:22 +0000 |
commit | 26524c99f68959b5a0d1698529f332934061d424 (patch) | |
tree | 2004c96e4d9717882d291fd1bee4488f525c0dd7 /tmux.1 | |
parent | 34464da8d3f762ccca3ebfdc418e93f4c02997f1 (diff) | |
download | rtmux-26524c99f68959b5a0d1698529f332934061d424.tar.gz rtmux-26524c99f68959b5a0d1698529f332934061d424.tar.bz2 rtmux-26524c99f68959b5a0d1698529f332934061d424.zip |
New option, detach-on-destroy, to set what happens to a client when the session
it is attached to is destroyed. If on (the default), it is detached; if off, it
is switched to the most recently active session.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1557,6 +1557,11 @@ Available window options are listed under .Pp Available server options are: .Bl -tag -width Ds +.It Ic detach-on-destroy +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. .It Ic escape-time Set the time in milliseconds for which .Nm |