0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0f04

This commit is contained in:
Bram Moolenaar
2006-04-28 22:34:45 +00:00
parent c1b5286315
commit bd2ac7ec09
4 changed files with 93 additions and 77 deletions

View File

@@ -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)