From 9456258ccc03a1a959cfb7d020011d751b39bb1b Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 1 Sep 2023 14:29:11 +0000 Subject: 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. --- server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server.c') diff --git a/server.c b/server.c index f1df1aa4..3709945d 100644 --- a/server.c +++ b/server.c @@ -205,6 +205,7 @@ server_start(struct tmuxproc *client, int flags, struct event_base *base, fatal("pledge failed"); input_key_build(); + utf8_build_combined(); RB_INIT(&windows); RB_INIT(&all_window_panes); TAILQ_INIT(&clients); -- cgit v1.2.3