]> granicus.if.org Git - vim/commit
patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll event v9.0.0918
authorChristopher Plewright <chris@createng.com>
Tue, 22 Nov 2022 12:58:27 +0000 (12:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Nov 2022 12:58:27 +0000 (12:58 +0000)
commit0319306f20d2a5989d1f5639a47d77cebeac2f29
treef68699815c966afae4f3f45ca4ec1d5805e5a314
parent35fc61cb5b5eba8bbb9d8f0700332fbab38f40ca
patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll event

Problem:    MS-Windows: modifier keys do not work with mouse scroll events.
Solution:   Use K_SPECIAL instead of CSI for the modifier keys. (Christopher
            Plewright, closes #11587)
src/getchar.c
src/os_win32.c
src/term.c
src/version.c