From 00e2e357406be926027659a7dce894e8d263c4ca Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 24 Apr 2012 16:19:27 +0000 Subject: Sync OpenBSD patchset 1096: Add -a flag to kill-window, from Thomas Adam. --- tmux.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 29752680..e4b942f2 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1161,11 +1161,18 @@ The .Fl a option kills all but the pane given with .Fl t . -.It Ic kill-window Op Fl t Ar target-window +.It Xo Ic kill-window +.Op Fl a +.Op Fl t Ar target-window +.Xc .D1 (alias: Ic killw ) Kill the current window or the window at .Ar target-window , removing it from any sessions to which it is linked. +The +.Fl a +option kills all but the window given with +.Fl t . .It Ic last-pane Op Fl t Ar target-window .D1 (alias: Ic lastp ) Select the last (previously selected) pane. -- cgit