]> granicus.if.org Git - vim/commitdiff
updated for version 7.0076
authorBram Moolenaar <Bram@vim.org>
Fri, 27 May 2005 20:16:24 +0000 (20:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 May 2005 20:16:24 +0000 (20:16 +0000)
src/gui.c

index 35025776e218f0071fbd159e317955cb02604a98..d560c81cbce9ef7a839a07621ada9a318b1b36fe 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -3260,7 +3260,8 @@ gui_init_which_components(oldval)
             * 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