Rewrite combined character handling to be more consistent and to support

newer Unicode combined characters (which we have to "know" are combined
since they are not width zero). GitHub issue 3600.
This commit is contained in:
nicm
2023-09-01 14:29:11 +00:00
parent c41d59f232
commit 9456258ccc
7 changed files with 1197 additions and 36 deletions

View File

@ -121,6 +121,7 @@ SRCS= alerts.c \
tty-term.c \
tty.c \
utf8.c \
utf8-combined.c \
window-buffer.c \
window-client.c \
window-clock.c \