CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/01 08:29:11
Modified files:
usr.bin/tmux : Makefile screen-write.c server.c tmux.h utf8.c
window-copy.c
Added files:
usr.bin/tmux : utf8-combined.c
Log message:
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.
