]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor motion when there's line-prefix and display string at BOL
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Feb 2023 11:40:56 +0000 (13:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Feb 2023 11:40:56 +0000 (13:40 +0200)
commit6ea3c105ab1377030e470afd02eabbf3e6570c6c
tree610eb263461216f0eca0a1547864d8bde0ab3634
parente985466556c71743ec9f47ee969bb4f45da141aa
Fix cursor motion when there's line-prefix and display string at BOL

* src/xdisp.c (move_it_in_display_line_to): Handle 'line-prefix' and
'wrap-prefix' when the screen line has a display string at its
beginning.  (Bug#61580)
src/xdisp.c