patch 9.0.0931: MS-Windows: mouse column limited to 223 v9.0.0931
authorChristopher Plewright <chris@createng.com>
Wed, 23 Nov 2022 22:28:08 +0000 (22:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Nov 2022 22:28:08 +0000 (22:28 +0000)
commit36446bbb62b466ce873c872b266a29bebbfc9890
tree456dfaa075f21860ee5e07917a6a643d91e3261e
parent63a2e360cca2c70ab0a85d14771d3259d4b3aafa
patch 9.0.0931: MS-Windows: mouse column limited to 223

Problem:    MS-Windows: mouse column limited to 223.
Solution:   Use two bytes for each mouse coordinate.  Add the mouse position
            to scroll events. (Christopher Plewright, closes #11597)
src/mouse.c
src/os_win32.c
src/term.c
src/version.c