commit | 2a46f81ec7739967265759838afe7972e5f81e5e | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Sun Oct 16 19:47:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 19:47:45 2022 +0100 |
tree | 0815a1dd6382fde04a67d6db374b1de60bc686e9 | |
parent | 6a12d26f3404e45ce25cf9152857e355b28f392a [diff] [blame] |
patch 9.0.0775: MS-Windows: mouse scrolling not supported in the console Problem: MS-Windows: mouse scrolling not supported in the console. Solution: Add event handling for mouse scroll events. (Christopher Plewright, closes #11374)
diff --git a/src/version.c b/src/version.c index 05962f3..57af232 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 775, +/**/ 774, /**/ 773,