]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor display at EOL before extended face
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Nov 2019 10:43:49 +0000 (12:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Nov 2019 10:43:49 +0000 (12:43 +0200)
commit1265e947113efe335139038c89c280db480994af
treeecee63de161448284213bd5634507d5cb88c61ab
parentc26556bd18f8ca1e891bd1750c9f95b21ea457b0
Fix cursor display at EOL before extended face

* src/xdisp.c (extend_face_to_end_of_line): Make sure the
character position of the stretch glyph inserted to extend the
face is zero, as various other parts of the display code rely
on that.  (Bug#38330)
src/xdisp.c