1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-09-19 20:47:16 +02:00
parent a8e93d63e3
commit e22bbf6508
2 changed files with 10 additions and 15 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1128,
/**/
1127,
/**/