tmux has the same limitations as screen here - no terminal provide a way
for applications to manipulate their scrollback beyond turning it off
and on and scrolling lines into it. So both tmux and screen have to
provide their own scrollback to work across multiple inner terminals.
tmux has good sup
Hi
You probably want to create your own modified terminfo entry. Most
applications use terminfo now, although I'm not particularly familiar
with the ones you mention.
You can use "infocmp -x >file" to save the existing entry to file.
Modify it to change the capabilities you want (cnorm or so on)
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