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.
This commit is contained in:
nicm
2023-01-12 18:49:11 +00:00
parent b41892622d
commit 483cc77c1c
4 changed files with 32 additions and 8 deletions

1
tmux.h
View File

@@ -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| \