1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2017-08-11 16:24:50 +02:00
parent f1237f1814
commit e41e3b41f9
6 changed files with 42 additions and 0 deletions

View File

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