Increase escape delay if the buffer contains a partial paste end, fixes

issues with at least Windows Terminal. From jing dot empty at gmail.com
GitHub issue 5088.
This commit is contained in:
nicm
2026-05-20 10:56:46 +00:00
parent 572e26deb8
commit 0057905ca0
2 changed files with 23 additions and 1 deletions

1
tmux.h
View File

@@ -1661,6 +1661,7 @@ struct tty {
#define TTY_WINSIZEQUERY 0x1000
#define TTY_WAITFG 0x2000
#define TTY_WAITBG 0x4000
#define TTY_BRACKETPASTE 0x8000
#define TTY_ALL_REQUEST_FLAGS \
(TTY_HAVEDA|TTY_HAVEDA2|TTY_HAVEXDA)
int flags;