commit | 292d5699356dc4a22fcfbab92f0a558e90f7cfba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 08 21:52:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 08 21:52:22 2017 +0200 |
tree | d77d02f0b679077b13202c2da5eeb8c5551e4519 | |
parent | 7fadbf83256bb823b994a52758127594dd82ab39 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6b33c3b..30d76f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 892, +/**/ 891, /**/ 890,