diff options
author | nicm <nicm> | 2021-08-06 09:34:09 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-06 09:34:09 +0000 |
commit | 24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (patch) | |
tree | 274dae749d7825c4d758b5fe1e998f6c5786016a /tmux.h | |
parent | 19812b2d29e305927461c26651a3d228c22d928a (diff) | |
download | rtmux-24cd6851f6a4e0152f59d22bf446e553cd7f23f9.tar.gz rtmux-24cd6851f6a4e0152f59d22bf446e553cd7f23f9.tar.bz2 rtmux-24cd6851f6a4e0152f59d22bf446e553cd7f23f9.zip |
Add basic support for zero width joiners, GitHub issues 1605 and 2784.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |