]> git.eshelyaron.com Git - emacs.git/commit
Fix vertical cursor motion with wide images and line numbers
authorEli Zaretskii <eliz@gnu.org>
Wed, 26 Mar 2025 17:04:16 +0000 (19:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 27 Mar 2025 10:12:46 +0000 (11:12 +0100)
commit12d6398c252fece74bef01c111b52bd3c8631b56
treecf962cfdeaba3dbf775bcdf72c2c0cb971f19dae
parent67c222a65ccb8651d37c23c18b212140d6e137b6
Fix vertical cursor motion with wide images and line numbers

* src/xdisp.c (produce_image_glyph): When cropping an image that
exceeds the window's right edge, account for the screen estate
taken by line-number display.  (Bug#77217)

(cherry picked from commit 1e68351d56918cd4d7883bcff629f794660a3134)
src/xdisp.c