diff options
| author | Gerd Moellmann | 2001-02-16 12:44:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-16 12:44:32 +0000 |
| commit | eb79f5cc4d13eaf7205a5bfb7550ae7af01dc5de (patch) | |
| tree | d0fb6e8bdfcae09c8d041100b68c54ed518fec60 /src | |
| parent | bf0ab8a291322c72fa3a7d73deb9452fa45fd70f (diff) | |
| download | emacs-eb79f5cc4d13eaf7205a5bfb7550ae7af01dc5de.tar.gz emacs-eb79f5cc4d13eaf7205a5bfb7550ae7af01dc5de.zip | |
(x_set_glyph_string_background_width): Extend the
background face to the end of the drawing area in the text
area, only.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 0a62e1b7616..abe2ee0fd51 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -4633,7 +4633,8 @@ x_set_glyph_string_background_width (s, start, last_x) | |||
| 4633 | 4633 | ||
| 4634 | if (start == s->row->used[s->area] | 4634 | if (start == s->row->used[s->area] |
| 4635 | && s->hl == DRAW_NORMAL_TEXT | 4635 | && s->hl == DRAW_NORMAL_TEXT |
| 4636 | && ((s->area == TEXT_AREA && s->row->fill_line_p) | 4636 | && s->area == TEXT_AREA |
| 4637 | && (s->row->fill_line_p | ||
| 4637 | || s->face->background != default_face->background | 4638 | || s->face->background != default_face->background |
| 4638 | || s->face->stipple != default_face->stipple)) | 4639 | || s->face->stipple != default_face->stipple)) |
| 4639 | s->extends_to_end_of_line_p = 1; | 4640 | s->extends_to_end_of_line_p = 1; |