]> granicus.if.org Git - vim/commit
patch 9.0.0802: MS-Windows: cannot map console mouse scroll events v9.0.0802
authorChristopher Plewright <chris@createng.com>
Thu, 20 Oct 2022 12:11:15 +0000 (13:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2022 12:11:15 +0000 (13:11 +0100)
commit4c36678ffd1f933a6d4a12415994dea15e4ccec6
tree9006e03edaa19e6ad8c46e14910fa04ac6075549
parent7609c88eedc113bc80ccf74050b03a2e0c1a3c5e
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)
src/getchar.c
src/os_win32.c
src/version.c