comparison 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
comparison
equal deleted inserted replaced
706:ef3b59af4207 707:111b7dcc8a17
5608 if (wp == NULL) 5608 if (wp == NULL)
5609 { 5609 {
5610 /* Use 'tabline'. Always at the first line of the screen. */ 5610 /* Use 'tabline'. Always at the first line of the screen. */
5611 p = p_tal; 5611 p = p_tal;
5612 row = 0; 5612 row = 0;
5613 fillchar = t_colors < 8 ? '_' : ' '; 5613 fillchar = ' ';
5614 attr = hl_attr(HLF_TPF); 5614 attr = hl_attr(HLF_TPF);
5615 maxwidth = Columns; 5615 maxwidth = Columns;
5616 # ifdef FEAT_EVAL 5616 # ifdef FEAT_EVAL
5617 use_sandbox = was_set_insecurely((char_u *)"tabline", 0); 5617 use_sandbox = was_set_insecurely((char_u *)"tabline", 0);
5618 # endif 5618 # endif