aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-06 12:01:24 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-06 12:01:24 +0100
commit33e332428c41408cc51ade69c9cbf1994dbab431 (patch)
treea771e45f1b6b582ebcab089cf2226e60446a58bd /tmux.h
parent4bccff95566c64ae99935b74a603203a1530a360 (diff)
parent24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (diff)
downloadrtmux-33e332428c41408cc51ade69c9cbf1994dbab431.tar.gz
rtmux-33e332428c41408cc51ade69c9cbf1994dbab431.tar.bz2
rtmux-33e332428c41408cc51ade69c9cbf1994dbab431.zip
Merge branch 'obsd-master' into master
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 e23044ba..c65651b8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -867,6 +867,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;