diff src/gui.c @ 848:f4d8553715f7

updated for version 7.0f04
author vimboss
date Fri, 28 Apr 2006 22:34:45 +0000
parents d3bbb5dd3913
children 8cd729851562
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -3394,6 +3394,11 @@ gui_update_tabline()
 
     if (!gui.starting && starting == 0)
     {
+	/* Updating the tabline uses direct GUI commands, flush
+	 * outstanding instructions first. (esp. clear screen) */
+	out_flush();
+	gui_mch_flush();
+
 	if (!showit != !shown)
 	    gui_mch_show_tabline(showit);
 	if (showit != 0)