changeset 36117:776ddfaf7665

(x_set_glyph_string_background_width): Extend the background face to the end of the drawing area in the text area, only.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Feb 2001 12:44:32 +0000
parents 68c02499d990
children 4459c383591a
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Feb 16 12:36:34 2001 +0000
+++ b/src/xterm.c	Fri Feb 16 12:44:32 2001 +0000
@@ -4633,7 +4633,8 @@
   
   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;