diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-18 11:07:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-18 11:07:14 +0000 |
commit | 19cb1fb592527e1800d6ae6f761b2a8ab944ef5d (patch) | |
tree | 24ab810190090efe17f7357099331f99d0a3c527 /tmux.1 | |
parent | c30fbd1d8d2c3e0b85678db8de8204189f9a67f8 (diff) | |
download | rtmux-19cb1fb592527e1800d6ae6f761b2a8ab944ef5d.tar.gz rtmux-19cb1fb592527e1800d6ae6f761b2a8ab944ef5d.tar.bz2 rtmux-19cb1fb592527e1800d6ae6f761b2a8ab944ef5d.zip |
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 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.120 2009-07-18 11:06:09 nicm Exp $ +.\" $Id: tmux.1,v 1.121 2009-07-18 11:07:14 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 |