CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 00:51:56
Modified files:
usr.bin/tmux : cmd-send-keys.c input-keys.c tmux.h window.c
Log message:
Treat plausible but invalid keys (like C-BSpace) as literal like any
other unrecognised string passed to send-keys. Reported by Anthony
Sottile in GitHub issue 2049.
