CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/01 00:15:47
Modified files:
usr.bin/tmux : cmd-send-keys.c input-keys.c server-client.c
session.c tmux.h tty-keys.c window.c
Log message:
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.
