]> git.eshelyaron.com Git - emacs.git/commit
Fix display of wide characters on TTY frame's mode line
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Jul 2023 08:10:59 +0000 (11:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jul 2023 08:10:59 +0000 (11:10 +0300)
commitf893ace8352d39c95048b143bf01d35973343ea0
treea61f23e7a62c5933c36c9e6a59f0a76faabaed97
parent9b9dcc146ba8132ef02afd12f20b302a78c7bbe2
Fix display of wide characters on TTY frame's mode line

* src/xdisp.c (pad_mode_line): New function.
(display_string): Use it instead of 'produce_special_glyphs' to
replace a character that's too wide to fit on the mode/header/tab
line, but which occupies some columns that do fit.  (Bug#64395)
src/xdisp.c