diff src/gui.c @ 170:8c60f65311fa v7.0052

updated for version 7.0052
author vimboss
date Sat, 26 Feb 2005 23:04:13 +0000
parents 2f5a3b881ada
children c757ec217a09
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -555,7 +555,7 @@ gui_init()
 	/* When 'cmdheight' was set during startup it may not have taken
 	 * effect yet. */
 	if (p_ch != 1L)
-	    command_height(1L);
+	    command_height(-1L);
 
 	return;
     }