]> git.eshelyaron.com Git - emacs.git/commit
Fix background color beyond EOB and cursor display
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2017 15:13:53 +0000 (18:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2017 15:13:53 +0000 (18:13 +0300)
commitbbaf2f3d529ac3f8d72b671ee3a8a0c3347c5510
tree4ca1cda0aa746470b8e37d3e33a0be64f59d90c8
parentd4eddb08e505ff9b4d956f00f225e3baf0d15462
Fix background color beyond EOB and cursor display

* src/xdisp.c:  (maybe_produce_line_number): Use the default face
for background of the blank glyphs in the line-number area which
are drawn beyond EOB.
(display_line): Reset the glyph row's displays_text_p flag only on
empty lines that don't display line numbers.  This fixes cursor
display beyond EOB.  Fix the bidi information in the glyphs
produced for line numbers.  Set the avoid_cursor_p flag of glyphs
produced for line numbers.
src/xdisp.c