]> git.eshelyaron.com Git - emacs.git/commit
Avoid recentering when point enters invisible text at BOL
authorEli Zaretskii <eliz@gnu.org>
Thu, 27 Oct 2022 12:24:53 +0000 (15:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 27 Oct 2022 12:24:53 +0000 (15:24 +0300)
commit93fb14d0c805f492f0107c5ddd2914cde6d219b5
tree023c90b3a32ca9177024d62da7729a959939cda7
parentaf46d8a7ecb5c8c0016cc8dc88fa59ef244a0ced
Avoid recentering when point enters invisible text at BOL

* src/xdisp.c (try_cursor_movement): Don't say we must scroll when
point is inside invisible text at beginning of a glyph row.
(Bug#58793)
src/xdisp.c