]> git.eshelyaron.com Git - emacs.git/commit
Fix display of wide characters in display margins on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Apr 2025 17:25:09 +0000 (20:25 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 16:51:14 +0000 (18:51 +0200)
commit860ca6e1dc3dd7ccb1e05fe0bdd4d19a53dceab7
treef3b7c7998ae1379c15f13f6b316a36441ba69620
parent67d3881c5f816113b7d34d69c94b5d5d10c9f71f
Fix display of wide characters in display margins on TTY frames

* src/xdisp.c (display_line): Remove incomplete glyph sequence of
the last multi-column character, if not all of its glyphs fit in
the marginal area.  (Bug#77452)

(cherry picked from commit df82855aeb0038c810a451272eb34ae88984e8f6)
src/xdisp.c