Add the KEYC_XTERM flag to all function keys that imply a modifier so
authornicm <nicm@openbsd.org>
Thu, 16 Aug 2018 14:04:03 +0000 (14:04 +0000)
committernicm <nicm@openbsd.org>
Thu, 16 Aug 2018 14:04:03 +0000 (14:04 +0000)
commitfd054bec0d768d88ed9030b4f5d8cc7092aba3d9
tree490ef13c209ef7c993824e0e2b93c0730cafa424
parent46d2cf2be850d6cb42e13fe7124d20aced39e79e
Add the KEYC_XTERM flag to all function keys that imply a modifier so
that they are correctly translated into xterm(1)-style keys. GitHub
issue 1437.
usr.bin/tmux/input.c
usr.bin/tmux/tty-keys.c