Tidy utf8.c a little: build table on first use, and make utf8_width take

a u_int rather than splitting and then combining again in utf8_split.
This commit is contained in:
nicm
2015-11-12 12:19:57 +00:00
parent 0cc812ae34
commit d6daf37df4
3 changed files with 30 additions and 54 deletions

View File

@@ -186,7 +186,6 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
TAILQ_INIT(&session_groups);
mode_key_init_trees();
key_bindings_init();
utf8_build();
start_time = time(NULL);