0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

patch 8.0.1324: some xterm sends different mouse move codes

Problem:    Some xterm sends different mouse move codes.
Solution:   Also accept 0x80 as a move event.
This commit is contained in:
Bram Moolenaar
2017-11-20 21:52:24 +01:00
parent 73675fbc48
commit bb160a188a
2 changed files with 13 additions and 3 deletions

View File

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