mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
b17005edd9
commit
6815163606
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user