forked from aniani/vim
updated for version 7.3.632
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
This commit is contained in:
@@ -2432,6 +2432,9 @@ static struct key_name_entry
|
||||
#endif
|
||||
#ifdef FEAT_MOUSE_URXVT
|
||||
{K_URXVT_MOUSE, (char_u *)"UrxvtMouse"},
|
||||
#endif
|
||||
#ifdef FEAT_MOUSE_SGR
|
||||
{K_SGR_MOUSE, (char_u *)"SgrMouse"},
|
||||
#endif
|
||||
{K_LEFTMOUSE, (char_u *)"LeftMouse"},
|
||||
{K_LEFTMOUSE_NM, (char_u *)"LeftMouseNM"},
|
||||
|
Reference in New Issue
Block a user