diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-07-02 02:45:52 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-07-02 02:45:52 +0000 |
commit | fa34c762752559480af4de1cb209bf2562ce23ff (patch) | |
tree | 8edc9fc42bfb03c0c9e2d6e2e08b7efb933f215a /tmux.1 | |
parent | 985cd3a4ded7ec319a317bc4fbf5b120675feecb (diff) | |
download | rtmux-fa34c762752559480af4de1cb209bf2562ce23ff.tar.gz rtmux-fa34c762752559480af4de1cb209bf2562ce23ff.tar.bz2 rtmux-fa34c762752559480af4de1cb209bf2562ce23ff.zip |
Sync OpenBSD patchset 729:
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 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.260 2010-06-22 23:35:20 tcunha Exp $ +.\" $Id: tmux.1,v 1.261 2010-07-02 02:45:52 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 21 2010 $ +.Dd $Mdocdate: June 27 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |