1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

(x_set_glyph_string_background_width): Extend the

background face to the end of the drawing area in the text
area, only.
This commit is contained in:
Gerd Moellmann 2001-02-16 12:44:32 +00:00
parent bf0ab8a291
commit eb79f5cc4d

View file

@ -4633,7 +4633,8 @@ x_set_glyph_string_background_width (s, start, last_x)
if (start == s->row->used[s->area]
&& s->hl == DRAW_NORMAL_TEXT
&& ((s->area == TEXT_AREA && s->row->fill_line_p)
&& s->area == TEXT_AREA
&& (s->row->fill_line_p
|| s->face->background != default_face->background
|| s->face->stipple != default_face->stipple))
s->extends_to_end_of_line_p = 1;