commit | 905dd905debfde403b2a18178ccc1f8e118f4f2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 07 14:21:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 07 14:21:47 2019 +0200 |
tree | 09a0e040e2c2aeafd22d26c15294ea876f0006ba | |
parent | d85c396d5149a87677e30742f92b2ecfe28af8a6 [diff] [blame] |
patch 8.1.1136: decoding of mouse click escape sequence is not tested Problem: Decoding of mouse click escape sequence is not tested. Solution: Add a test for xterm and SGR using low-level input. Make low-level input execution with feedkeys() work.
diff --git a/src/version.c b/src/version.c index 0107b82..6b428b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1136, +/**/ 1135, /**/ 1134,