commit | f6d9f96b2d67327bbadd7210acc7c6028439bbcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 24 20:21:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 24 20:21:16 2017 +0200 |
tree | 0a52fb30dff73669cea56a767e794a9bf191e008 | |
parent | 33d66bd9fa0e1b3fbba33d6a1a0609915ac79441 [diff] [blame] |
patch 8.0.0993: sometimes an xterm sends an extra CTRL-X Problem: Sometimes an xterm sends an extra CTRL-X after the response for the background color. Related to t_RS. Solution: Check for the CTRL-X after the terminating 0x7.
diff --git a/src/version.c b/src/version.c index 1006ca0..e54b7bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 993, +/**/ 992, /**/ 991,