-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Issue description
As described in the original issue #4273, when pasting from the system clipboard, escape sequences are being produced in my text editor. Not always, but occasionally.
I primed my system clipboard with the contents:
abc
123
I then ran rm tmux*.log; tmux kill-server; tmux -vv -f /dev/null new followed by executing display-popup -E dte and then pasting from the system clipboard. Nothing happens. I paste again and the following output is produced in my text editor:
abc
123
^[[201~^[[200~abc
123
I then pressed C-s in my editor and saved the output to output.txt, pressed C-q to quit and then quit tmux altogether.
tmux-client-96473.log
tmux-out-96475.log
tmux-server-96475.log
Required information
Please provide the following information:
- tmux version (
tmux -V).tmux next-3.6 - Platform (
uname -sp).Darwin arm - $TERM inside and outside of tmux (
echo $TERM).tmux-256colorandxterm-ghostty - Logs from tmux (
tmux kill-server; tmux -vv new).