Add an option allowing users to override the width of individual Unicode

codepoints (overriding tmux's default list).
This commit is contained in:
nicm
2025-01-01 15:17:36 +00:00
parent eece41547e
commit e00853ee82
7 changed files with 371 additions and 233 deletions

View File

@ -205,6 +205,7 @@ server_start(struct tmuxproc *client, uint64_t flags, struct event_base *base,
fatal("pledge failed");
input_key_build();
utf8_update_width_cache();
RB_INIT(&windows);
RB_INIT(&all_window_panes);
TAILQ_INIT(&clients);