From 19cb1fb592527e1800d6ae6f761b2a8ab944ef5d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 18 Jul 2009 11:07:14 +0000 Subject: Make it so using kill-pane to destroy the last pane in a window destroys the window instead of being an error. --- tmux.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c749f199..897112c8 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit