comparison src/xdisp.c @ 39997:17dadb0a50d2

(display_line): Don't indicate empty lines in mini-windows.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 17 Oct 2001 11:51:24 +0000
parents eac4e9ae201c
children 85870610aed2
comparison
equal deleted inserted replaced
39996:fd2d38d6e2e6 39997:17dadb0a50d2
12801 || row->used[TEXT_AREA] == 0) 12801 || row->used[TEXT_AREA] == 0)
12802 { 12802 {
12803 row->glyphs[TEXT_AREA]->charpos = -1; 12803 row->glyphs[TEXT_AREA]->charpos = -1;
12804 row->displays_text_p = 0; 12804 row->displays_text_p = 0;
12805 12805
12806 if (!NILP (XBUFFER (it->w->buffer)->indicate_empty_lines)) 12806 if (!NILP (XBUFFER (it->w->buffer)->indicate_empty_lines)
12807 && !MINI_WINDOW_P (it->w))
12807 row->indicate_empty_line_p = 1; 12808 row->indicate_empty_line_p = 1;
12808 } 12809 }
12809 12810
12810 it->continuation_lines_width = 0; 12811 it->continuation_lines_width = 0;
12811 row->ends_at_zv_p = 1; 12812 row->ends_at_zv_p = 1;