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