ui: Add mising T_CSV code to abstract_ui termcap

This code is required for screen.c to set a vertical scroll region, which is a
great optimization when scrolling vertically split windows.
This commit is contained in:
Thiago de Arruda 2014-12-12 16:27:54 -03:00
parent b17005edd9
commit 6815163606

View File

@ -170,6 +170,7 @@ static struct builtin_term builtin_termcaps[] =
{(int)KS_DL, "\033|d"},
{(int)KS_CDL, "\033|%p1%dD"},
{(int)KS_CS, "\033|%p1%d;%p2%dR"},
{(int)KS_CSV, "\033|%p1%d;%p2%dV"},
{(int)KS_CL, "\033|C"},
// attributes switched on with 'h', off with * 'H'
{(int)KS_ME, "\033|31H"}, // HL_ALL