Re: hardstatus and putty scrolling

2020-08-28 Thread Nicholas Marriott
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

Re: Cursor problems with some applications in linux console

2018-10-16 Thread Nicholas Marriott
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)

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