commit | 36446bbb62b466ce873c872b266a29bebbfc9890 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Wed Nov 23 22:28:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 22:28:08 2022 +0000 |
tree | 456dfaa075f21860ee5e07917a6a643d91e3261e | |
parent | 63a2e360cca2c70ab0a85d14771d3259d4b3aafa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a96b11a..9839553 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 931, +/**/ 930, /**/ 929,