diff options
author | nicm <nicm> | 2023-01-12 18:49:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2023-01-12 18:49:11 +0000 |
commit | 483cc77c1cbc6898fef143c8100945139c14a92c (patch) | |
tree | f8b23ceaff411416bf42a6c298133d577fa8fed5 /tmux.h | |
parent | b41892622de3a2383ff5b419364530f08223558e (diff) | |
download | rtmux-483cc77c1cbc6898fef143c8100945139c14a92c.tar.gz rtmux-483cc77c1cbc6898fef143c8100945139c14a92c.tar.bz2 rtmux-483cc77c1cbc6898fef143c8100945139c14a92c.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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| \ |