]> git.eshelyaron.com Git - emacs.git/commit
Fix display of overlay arrow immediately after invisible text
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Mar 2025 07:29:57 +0000 (10:29 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:54:47 +0000 (10:54 +0200)
commite9f1c086142c28abb54651c03f3345024d737d60
tree7761edab2c6cd994c08a863ae08fefe00314aa51
parent9ce101f460fe52fd7284fc1819e75fc7a26be546
Fix display of overlay arrow immediately after invisible text

* src/xdisp.c (overlay_arrow_at_row): Allow the overlay arrow's
marker position to be anywhere between the row's start and end
charpos.  This keeps the overlay arrow on display even when the
preceding text is invisible.  (Bug#54843)

(cherry picked from commit 209b7e7444df5cb164679c0e55f46cba424ad13c)
src/xdisp.c