mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00: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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user