Fix bug #16151 with background of display margins.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:51:59 +0000 (18:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:51:59 +0000 (18:51 +0200)
commitcdeb10ce512b9b579add9dc358d90e1ab6475f6e
tree68a61b7d60d266b3d96eaab8b2446e10231c1141
parentdd1fb8cb77da751a2c397f7492750b9ba79214b3
Fix bug #16151 with background of display margins.

 src/xdisp.c (extend_face_to_end_of_line): Extend background of
 non-default face in margin areas as well.  (Bug#16151)
 (display_line): Call extend_face_to_end_of_line for continued
 lines as well, if the display margins have non-zero width.
 (set_glyph_string_background_width): When needed, set the
 extends_to_end_of_line_p flag on glyph strings to be drawn in
 margin areas, not only in the text area.
src/ChangeLog
src/xdisp.c