commit | e41e3b41f991bd610f889dea57676526704fea5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 16:24:50 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 16:24:50 2017 +0200 |
tree | bfe0901e8daf63928bae6458eb9b4c319c027c05 | |
parent | f1237f18143d9fe5b2a6ce981dee415736858789 [diff] [blame] |
patch 8.0.0898: can't use the alternate screen in a terminal window Problem: Can't use the alternate screen in a terminal window. Solution: Initialze the alternate screen. (Yasuhiro Matsumoto, closes #1957) Add term_getaltscreen().
diff --git a/src/version.c b/src/version.c index 6a19bd1..8b112c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 898, +/**/ 897, /**/ 896,