commit | e6882bdc44efbcea0af647f5759a8f48cf29e27c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 17:16:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 17:16:59 2018 +0200 |
tree | 7f193f9f4a9d4d64ceb404214a5a7b3740fd41a1 | |
parent | 531b9a3a638cb1147db4f096bfbcb14d2ae32b04 [diff] [blame] |
patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keys Problem: Xterm and vt320 builtin termcap missing keypad keys. Solution: Add the escape sequences. (Kouichi Iwamoto, closes #2973)
diff --git a/src/version.c b/src/version.c index ff1297a..8efe57e 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 142, +/**/ 141, /**/ 140,