]> git.eshelyaron.com Git - emacs.git/commit
Use the 'line-number' face for line-number fields past EOB
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2018 06:44:09 +0000 (09:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2018 06:44:09 +0000 (09:44 +0300)
commit18b42c6b4b411c217a4a2a16ccfe48640f6582e8
treec4a800ea3d834468857c9aadaac79dac1bb0a0d4
parenta6ab8db3a3dc5ec107ef023c6659620584309c97
Use the 'line-number' face for line-number fields past EOB

* src/xdisp.c (get_phys_cursor_geometry): Treat rows at and
beyond ZV specially.  Don't let the cursor exceed the
vertical dimensions of the row.
(maybe_produce_line_number): Use the 'line-number' face
instead of 'default' for blank fields beyond ZV.  Don't update
the IT metrics when displaying blank line-number fields beyond
ZV.  (Bug#32337)
src/xdisp.c