summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-01-12 22:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2023-01-12 22:01:09 +0000
commit42895efac3f19bc61dcfbe094d434256f02306b8 (patch)
treec8d81910b5dd75f3d2171370830798c3ea3e467a /tmux.h
parent9b1ea8b16d53a73c1dcd0ca020a45e9d1dd08ac6 (diff)
parent483cc77c1cbc6898fef143c8100945139c14a92c (diff)
Merge branch 'obsd-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 93b0c2cf..04818fc8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1812,6 +1812,7 @@ struct client {
#define CLIENT_CONTROL_WAITEXIT 0x200000000ULL
#define CLIENT_WINDOWSIZECHANGED 0x400000000ULL
#define CLIENT_CLIPBOARDBUFFER 0x800000000ULL
+#define CLIENT_BRACKETPASTING 0x1000000000ULL
#define CLIENT_ALLREDRAWFLAGS \
(CLIENT_REDRAWWINDOW| \
CLIENT_REDRAWSTATUS| \