Re: patch to support 256 colors in fbterm

2012-04-23 Thread myxol
Any progress with this? I'm one of those who would like to see it implemented. Can't help with the patch though. -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor

[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(-)

[PATCH] fix cmd_print for commands with no arguments

2012-04-23 Thread Benjamin Poirier
Changes cmd_print to return an offset that does not include the trailing '\0' when the command has no arguments. --- One effect of this is that it allows bind-key to work with command sequences that contain commands with no arguments. For example, the following bind for R does not work without

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. With