diff src/gui.c @ 292:bf6ee000a80c

updated for version 7.0077
author vimboss
date Tue, 31 May 2005 22:09:46 +0000
parents 77f5bac52921
children a7d1d61e5417
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -3259,7 +3259,8 @@ gui_init_which_components(oldval)
 	     * change Columns and Rows when we don't want it.  Wait for a
 	     * character here to avoid this effect.
 	     * If you remove this, please test this command for resizing
-	     * effects: ":vsp|q|vsp|q|vsp|q" */
+	     * effects (with optional left scrollbar): ":vsp|q|vsp|q|vsp|q".
+	     * Don't do this while starting up though. */
 	    if (!gui.starting)
 		(void)char_avail();
 	    Rows = r;