]> git.eshelyaron.com Git - emacs.git/commit
Deal with wide characters
authorGerd Möllmann <gerd@gnu.org>
Wed, 23 Oct 2024 07:55:26 +0000 (09:55 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 14:53:31 +0000 (15:53 +0100)
commit33993326d595d2dea046e3d5d8e3f54f8db38e63
tree8766c569e2739f3e6369b5b13a325eb43c6d1e3c
parente7f6129e03ffd958ddfc3d67af2b9ce7df0c6b76
Deal with wide characters

* src/dispnew.c (make_glyph_space): New function.
(neutralize_wide_char): New function.
(produce_box_sides, copy_child_glyphs): Call neutralize_wide_char.

(cherry picked from commit d1fd1d8fba8a6cfe774f6982bb6ad6c874d0c960)
src/dispnew.c