mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Do not write bracketed paste keys themselves if the pane has not asked
for them.
This commit is contained in:
@ -2581,7 +2581,7 @@ paste_key:
|
||||
if (c->flags & CLIENT_READONLY)
|
||||
goto out;
|
||||
if (event->buf != NULL)
|
||||
window_pane_paste(wp, event->buf, event->len);
|
||||
window_pane_paste(wp, key, event->buf, event->len);
|
||||
key = KEYC_NONE;
|
||||
goto out;
|
||||
|
||||
|
Reference in New Issue
Block a user