From 24cd6851f6a4e0152f59d22bf446e553cd7f23f9 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 6 Aug 2021 09:34:09 +0000 Subject: Add basic support for zero width joiners, GitHub issues 1605 and 2784. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit