diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-17 20:37:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-17 20:37:04 +0000 |
commit | 4bc25501db8414c43e694bbd75cc3e2c8e3c40d5 (patch) | |
tree | dd5fc5c9f31edad51426459d45326b13a8a1df23 /usr.bin/tmux/tmux.1 | |
parent | ac7475a98ccdb093fb64cb987f661dda0598b077 (diff) |
Make it so using kill-pane to destroy the last pane in a window destroys the
window instead of being an error.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9ced913da4b..be9b3af4b17 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.35 2009/07/17 18:45:08 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.36 2009/07/17 20:37:03 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -768,6 +768,7 @@ returns success. .Xc .D1 (alias: Ic killp ) Destroy the given pane. +If no panes remain in the containing window, it is also destroyed. .It Xo Ic kill-server .Xc Kill the |