]> git.eshelyaron.com Git - emacs.git/commit
Fix when expose draws partially visible first glyph (bug#38731)
authorAlan Third <alan@idiocy.org>
Fri, 27 Dec 2019 16:16:37 +0000 (16:16 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 29 Dec 2019 10:42:42 +0000 (10:42 +0000)
commit012c12a05e04ce0efefb41d4fd3a5be72293ee17
treeb46661003208c9e03997acc6304f29f7ad7f751d
parentd915b8c3f19d6627b3f394c98a51c51e91d03062
Fix when expose draws partially visible first glyph (bug#38731)

* src/xdisp.c (expose_area): When the face extends to the end of the
line draw text from the correct x coordinate.
src/xdisp.c