Add basic support for zero width joiners, GitHub issues 1605 and 2784.

This commit is contained in:
nicm
2021-08-06 09:34:09 +00:00
parent 19812b2d29
commit 24cd6851f6
2 changed files with 29 additions and 4 deletions

1
tmux.h
View File

@ -866,6 +866,7 @@ struct screen_write_ctx {
int flags;
#define SCREEN_WRITE_SYNC 0x1
#define SCREEN_WRITE_ZWJ 0x2
screen_write_init_ctx_cb init_ctx_cb;
void *arg;