commit | 4f44b886840a90a50575204bc29f72ef309cfaf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:06:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:06:18 2017 +0200 |
tree | f4a8bfe4b58442ecf4730d55f87c5aed2078241d | |
parent | 69905d108be4af86c2d2a9224e2c588723276dc9 [diff] [blame] |
patch 8.0.0932: terminal may not use right characters for BS and Enter Problem: Terminal may not use right characters for BS and Enter. Solution: Get the characters from the tty.
diff --git a/src/version.c b/src/version.c index 99a01b1..850be59 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 932, +/**/ 931, /**/ 930,