pane redraw condition seems wrong

2011-03-08 Thread Yusuke ENDOH
Hello, This is an excerpt of tty_redraw_region in tty.c: 451 /* 452 * If region is = 50% of the screen, just schedule a window redraw. In 453 * most cases, this is likely to be followed by some more scrolling - 454 * without this, the entire

Re: ESC key seems slow in tmux

2011-03-08 Thread Björn Oelke
Am 08.03.2011 um 16:42 schrieb Chas. Owens: I use vi bindings in bash and I have notice a significant delay between pressing ESC and bash seeing the ESC, is there some timeout in tmux that is waiting to see if I send anything else after the ESC before passing it on to bash? If so, is there

Re: ESC key seems slow in tmux

2011-03-08 Thread Thomas Adam
On 8 March 2011 15:42, Chas. Owens chas.ow...@gmail.com wrote: I use vi bindings in bash and I have notice a significant delay between pressing ESC and bash seeing the ESC, is there some timeout in tmux that is waiting to see if I send anything else after the ESC before passing it on to bash?  

Re: ESC key seems slow in tmux

2011-03-08 Thread Chas. Owens
On Tue, Mar 8, 2011 at 11:26, Thomas Adam tho...@xteddy.org wrote: On 8 March 2011 15:42, Chas. Owens chas.ow...@gmail.com wrote: I use vi bindings in bash and I have notice a significant delay between pressing ESC and bash seeing the ESC, is there some timeout in tmux that is waiting to see

Re: pane redraw condition seems wrong

2011-03-08 Thread Nicholas Marriott
Yep this is wrong, doh, they should be the other way round. Fixed, thanks. On Wed, Mar 09, 2011 at 12:58:48AM +0900, Yusuke ENDOH wrote: Hello, This is an excerpt of tty_redraw_region in tty.c: 451 /* 452* If region is = 50% of the screen, just schedule a window