C-h should not be treated specially and represented internally as \b but
authornicm <nicm@openbsd.org>
Mon, 26 Aug 2024 07:45:05 +0000 (07:45 +0000)
committernicm <nicm@openbsd.org>
Mon, 26 Aug 2024 07:45:05 +0000 (07:45 +0000)
commit4aaf2c8dccdddb366926e54c92fcbe317715f9c6
treec7c5887922d7ab4546d50b5a3e961460415e1c30
parent7a4fa660cb4e19b826cd751645a40a66a656161b
C-h should not be treated specially and represented internally as \b but
as C-h like the other Ctrl keys. Backspace is already handled separately
if it VERASE.
usr.bin/tmux/input-keys.c
usr.bin/tmux/tty-keys.c