# HG changeset patch # User vimboss # Date 1117224984 0 # Node ID 77f5bac529216811df9a0b83530780a891cb2e11 # Parent f7b66db2475831b599fa114a1d8070628d6b37f2 updated for version 7.0076 diff --git a/src/gui.c b/src/gui.c --- 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