Re: Scrolling performance in vertical split-screen mode - screen vs. tmux

2009-08-10 Thread Chris Jones
On Mon, Aug 10, 2009 at 02:58:58AM EDT, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 [..] > I haven't looked at the tmux code. But I was speaking with Nicholas > Mariott, tmux's author, about the (very recently merged) vertical split > code, and I did not get the impressio

Re: Scrolling performance in vertical split-screen mode - screen vs. tmux

2009-08-10 Thread Nicholas Marriott
Hi I haven't tested but I suspect this is probably the reason tmux is faster (from tty_redraw_region in tty.c): /* * If region is >= 50% of the screen, just schedule a window redraw. In * most cases, this is likely to be followed by some more scrolling - * witho