1
0
forked from aniani/vim

patch 8.2.3727: in a gnome terminal keys are recognized as mouse events

Problem:    In a gnome terminal keys are recognized as mouse events.
Solution:   Only recognize DEC mouse events when four numbers are following.
            (closes #9256)
This commit is contained in:
Bram Moolenaar
2021-12-03 13:20:29 +00:00
parent c903695be5
commit c14b57c079
3 changed files with 65 additions and 6 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3727,
/**/
3726,
/**/