summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2023-01-12 18:49:11 +0000
committernicm <nicm>2023-01-12 18:49:11 +0000
commit483cc77c1cbc6898fef143c8100945139c14a92c (patch)
treef8b23ceaff411416bf42a6c298133d577fa8fed5 /tmux.h
parentb41892622de3a2383ff5b419364530f08223558e (diff)
Have tmux recognise pasted texts wrapped in bracket paste sequences,
rather than only forwarding them to the program inside. From Andrew Onyshchuk in GitHub issue 3431.
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 bb33b312..4df99d01 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1811,6 +1811,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| \