commit | 2db0ec4b2ec405aca4e642e0420ce703f94914a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 20:17:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 20:17:59 2017 +0200 |
tree | a120bf56ef1ca30dce4eaec1b9eca250978b010b | |
parent | 5c6dbcb03fa552d7b0e61c8fcf425147eb6bf7d5 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b33b2d4..56803bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1027, +/**/ 1026, /**/ 1025,