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: 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