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