diff src/screen.c @ 707:111b7dcc8a17

updated for version 7.0213
author vimboss
date Fri, 03 Mar 2006 22:56:30 +0000
parents 2af8de31a3a8
children 0f9f4761ad9c
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -5610,7 +5610,7 @@ win_redr_custom(wp, draw_ruler)
 	/* Use 'tabline'.  Always at the first line of the screen. */
 	p = p_tal;
 	row = 0;
-	fillchar = t_colors < 8 ? '_' : ' ';
+	fillchar = ' ';
 	attr = hl_attr(HLF_TPF);
 	maxwidth = Columns;
 # ifdef FEAT_EVAL