]> git.eshelyaron.com Git - emacs.git/commit
Fix setting cursor when the window's op line has 'line-prefix'
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 12:13:24 +0000 (14:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 12:13:24 +0000 (14:13 +0200)
commit7ff943044e9b261768253404b48d5c6419d2f143
tree289b1b97c3cffe233d53e59ff4a10d6c084657c1
parent7f0bef47dddbcbdaa12b9fc4aa25e0c41ac340a2
Fix setting cursor when the window's op line has 'line-prefix'

* src/xdisp.c (set_cursor_from_row): Skip glyphs that come from a
string if their 'avoid_cursor_p' flag is set.  (Bug#67486)
src/xdisp.c