commit | e22bbf65088a01b465918919782c19eb291f9cf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 19 20:47:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 19 20:47:16 2017 +0200 |
tree | ead1a885e2d78e4bb994177e90794c0abf2c1b3b | |
parent | a8e93d63e308020ee06eb5782e766941ac417a5a [diff] [blame] |
patch 8.0.1128: old xterm sends CTRL-X in response to t_RS Problem: Old xterm sends CTRL-X in response to t_RS. Solution: Only send t_RS for xterm 279 and later. Remove the workaround to ignore CTRL-X.
diff --git a/src/version.c b/src/version.c index 8abd96e..1deaca8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1128, +/**/ 1127, /**/ 1126,