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:
parent
bf0ab8a291
commit
eb79f5cc4d
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue