]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1128: old xterm sends CTRL-X in response to t_RS v8.0.1128
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Sep 2017 18:47:16 +0000 (20:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Sep 2017 18:47:16 +0000 (20:47 +0200)
commite22bbf65088a01b465918919782c19eb291f9cf0
treeead1a885e2d78e4bb994177e90794c0abf2c1b3b
parenta8e93d63e308020ee06eb5782e766941ac417a5a
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.
src/term.c
src/version.c