commit | 1f8495cf48888ff3a8ab3d0eb22db92389191a60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 04 21:53:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 04 21:53:11 2018 +0200 |
tree | 828f1b7d464672c77dff99b9614d0a8f46c7755f | |
parent | 79cf7c0d4574f15cfad5ad706f175e226c528f2a [diff] [blame] |
patch 8.0.1659: scroll events not recognized for some xterm emulators Problem: Scroll events not recognized for some xterm emulators. Solution: Recognize mouse codes 0x40 and 0x41 as scroll events.
diff --git a/src/version.c b/src/version.c index ac06f38..cdd8b41 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1659, +/**/ 1658, /**/ 1657,