Re: [PATCH 1/1] Add -a option to kill-window

2012-04-23 Thread Nicholas Marriott
Applied, with one tweak - in the man page you need to use the .Xo/.Xc extended arguments to split arguments over multiple lines. Thanks. On Mon, Apr 23, 2012 at 04:16:11PM +0100, Thomas Adam wrote: > As with kill-pane, the "-a" flag will kill all windows but the window > referenced with -t. Wit

[PATCH 1/1] Add -a option to kill-window

2012-04-23 Thread Thomas Adam
As with kill-pane, the "-a" flag will kill all windows but the window referenced with -t. With no arguments to -t, or its absense, then the current window is used. --- cmd-kill-window.c | 18 +- tmux.1|8 +++- 2 files changed, 20 insertions(+), 6 deletions(-)