aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-08-06 09:34:09 +0000
committernicm <nicm>2021-08-06 09:34:09 +0000
commit24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (patch)
tree274dae749d7825c4d758b5fe1e998f6c5786016a /tmux.h
parent19812b2d29e305927461c26651a3d228c22d928a (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 03c9e702..b2d059a1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;