CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/23 08:57:33
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Escape+Up and the other arrow keys should be kept as Escape+Up and not
converted to M-Up. Do not give them the implied meta flag so they don't
match the M-Up entry in the output key tree. Fixes problem with vi
reported by jsing@.
