1
0
forked from aniani/vim

patch 8.0.1027: more terminals can't handle requesting cursor mode

Problem:    More terminals can't handle requesting cursor mode.
Solution:   Recognize Putty. (Hirohito Higashi)  Also include Xfce in the
            version check. (Dominique Pelle)  Recognize Konsole.
This commit is contained in:
Bram Moolenaar
2017-08-31 20:17:59 +02:00
parent 5c6dbcb03f
commit 2db0ec4b2e
2 changed files with 16 additions and 3 deletions

View File

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