Re: [RFC] config options - considering the possibility multiple status lines

2015-05-25 Thread Nicholas Marriott
I think I'd make it so you could add a number to the end of the required options, so status-left-0, status-left-1, etc. No number could be the same as 0. On Mon, May 25, 2015 at 09:57:26AM +0930, Daniel Cotton wrote: > I've been toying with the idea of adding the ability to have multiple > status

[PATCH] Fix answer to CSI "report size of text area" escape sequence

2015-05-25 Thread Vincent Bernat
The final "t" was missing. It is needed to indicate the end of the answer sequence. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index dc0616950ca8..ba950a68ed83 100644 --- a/input.c +++ b/input.c @@ -1523,7 +1523,7 @@ input_csi_dispatch_winops(

[tmux:tickets] #196 tmux with many open panes hangs on OSX

2015-05-25 Thread Bruno Sutic
--- ** [tickets:#196] tmux with many open panes hangs on OSX** **Status:** open **Created:** Sun May 24, 2015 12:04 PM UTC by Bruno Sutic **Last Updated:** Sun May 24, 2015 12:04 PM UTC **Owner:** nobody Hi, first of all, thanks for working on and maintaining this fantastic piece of software

Re: [RFC] config options - considering the possibility multiple status lines

2015-05-25 Thread Marcel Partap (unterwegs)
This would be one application for a generic region layout. Panes and status lines and parts thereof could be discernable areas with custom styles and mouse click actions. Sort of what curses already allows, IIRC. On May 25, 2015 2:27:26 AM CEST, Daniel Cotton wrote: >I've been toying with the