commit | 605d02a9b73cb49ac5022a127db3eac7e16a5d83 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Wed Oct 19 11:54:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 11:54:46 2022 +0100 |
tree | 9a2a0e646404bc6159a06e36ffef86a1ba626838 | |
parent | bf72e0c67f26ea7c8fd941fdd1533c24c7b6cb43 [diff] [blame] |
patch 9.0.0793: MS-Windows: mouse scroll events only work with the dll Problem: MS-Windows: mouse scroll events only work with the dll. Solution: Accept CSI codes for MS-Windows without the GUI. (Christopher Plewright, closes #11401)
diff --git a/src/version.c b/src/version.c index 8111f85..6d9d87c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 793, +/**/ 792, /**/ 791,