1
0
forked from aniani/vim

patch 8.0.0892: when opening a terminal the pty size doesn't always match

Problem:    When opening a terminal the pty size doesn't always match.
Solution:   Update the pty size after opening the terminal. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2017-08-08 21:52:22 +02:00
parent 7fadbf8325
commit 292d569935
2 changed files with 7 additions and 2 deletions

View File

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