changeset 287:77f5bac52921

updated for version 7.0076
author vimboss
date Fri, 27 May 2005 20:16:24 +0000
parents f7b66db24758
children 464e48091710
files src/gui.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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