Rewrite combined character handling to be more consistent and to support
commit9456258ccc03a1a959cfb7d020011d751b39bb1b
authornicm <nicm>
Fri, 1 Sep 2023 14:29:11 +0000 (1 14:29 +0000)
committernicm <nicm>
Fri, 1 Sep 2023 14:29:11 +0000 (1 14:29 +0000)
tree6f2331046cfde77a7125d3cc54082161f2fc9303
parentc41d59f232a7243bfff34ec3f02adc76fddc91b2
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.
Makefile
screen-write.c
server.c
tmux.h
utf8-combined.c [new file with mode: 0644]
utf8.c
window-copy.c