1
0
forked from aniani/vim

patch 9.0.0802: MS-Windows: cannot map console mouse scroll events

Problem:    MS-Windows: cannot map console mouse scroll events.
Solution:   Change CSI to K_SPECIAL when checking for a mapping. (Christopher
            Plewright, closes #11410)
This commit is contained in:
Christopher Plewright
2022-10-20 13:11:15 +01:00
committed by Bram Moolenaar
parent 7609c88eed
commit 4c36678ffd
3 changed files with 25 additions and 5 deletions

View File

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