commit | 37b53270e1a65d1d56187a3d68439e666e8b75fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 20:18:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 20:18:40 2017 +0200 |
tree | 3744edd677145c024d349196f5e208190cf13f8d | |
parent | 618d6d277e7b64ea03fcefdd75d673e8973b46c4 [diff] [blame] |
patch 8.0.1069: still get CTRL-X sometimes Problem: Still get CTRL-X sometimes for t_RS request. Solution: Also skip 0x18 after a key code response.
diff --git a/src/version.c b/src/version.c index 7ba7232..094f05f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1069, +/**/ 1068, /**/ 1067,