commit | 01a7b9dd06c54d41e63bbf3f826269b4091ac992 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:16:24 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:16:24 2005 +0000 |
tree | bcb202c05bed0bd963b317076f590775e4707ba3 | |
parent | 389cb3eb2569e5eef0456d2425aefa46a84a3fb4 [diff] [blame] |
updated for version 7.0076
diff --git a/src/gui.c b/src/gui.c index 3502577..d560c81 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -3260,7 +3260,8 @@ * character here to avoid this effect. * If you remove this, please test this command for resizing * effects: ":vsp|q|vsp|q|vsp|q" */ - (void)char_avail(); + if (!gui.starting) + (void)char_avail(); Rows = r; Columns = c; #endif