CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/15 07:02:32
Modified files:
usr.bin/tmux : server-client.c tmux.h tty-keys.c tty.c
Log message:
Initial attempt to make use of left and right margins if the terminal
supports them (that is, if it advertises itself as a VT420 - probably
just xterm). These are the vertical equivalent of the scroll region and
allow much faster scrolling of panes that do not take up the full width
of the terminal.
