Change pasting to bypass the output key processing entirely and write
authornicm <nicm@openbsd.org>
Tue, 1 Oct 2024 06:15:47 +0000 (06:15 +0000)
committernicm <nicm@openbsd.org>
Tue, 1 Oct 2024 06:15:47 +0000 (06:15 +0000)
commit482624f4c867074c90e17b4cef3c73f6f59c1382
tree62354438bbb5abdffe6fd16b532acffd3aad8801
parenta69ebb35ba052f54985497657e08e883e59c8c50
Change pasting to bypass the output key processing entirely and write
what was originally received. Fixes problems with pasted text being
interpreted as extended keys reported by Mark Kelly.
usr.bin/tmux/cmd-send-keys.c
usr.bin/tmux/input-keys.c
usr.bin/tmux/server-client.c
usr.bin/tmux/session.c
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-keys.c
usr.bin/tmux/window.c