commit | 4c36678ffd1f933a6d4a12415994dea15e4ccec6 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Thu Oct 20 13:11:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 13:11:15 2022 +0100 |
tree | 9006e03edaa19e6ad8c46e14910fa04ac6075549 | |
parent | 7609c88eedc113bc80ccf74050b03a2e0c1a3c5e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 983fa0c..34ff382 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 802, +/**/ 801, /**/ 800,