diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-09-25 20:35:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-09-25 20:35:52 +0000 |
commit | 2772557d154b7773fb5f6a2bc48fe43a26e7c7e4 (patch) | |
tree | a3e2547d3244b3ccc337a07a540609a59bfe92a5 | |
parent | ea4487c6dad37429dbef6e6377f6f8f02f877380 (diff) | |
download | rtmux-2772557d154b7773fb5f6a2bc48fe43a26e7c7e4.tar.gz rtmux-2772557d154b7773fb5f6a2bc48fe43a26e7c7e4.tar.bz2 rtmux-2772557d154b7773fb5f6a2bc48fe43a26e7c7e4.zip |
detach-on-destroy is a session option, not server.
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1581,11 +1581,6 @@ 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 @@ -1664,6 +1659,11 @@ to work correctly, this be set to .Ql screen or a derivative of it. +.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 display-panes-active-colour Ar colour Set the colour used by the .Ic display-panes |