CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/26 01:45:05
Modified files:
usr.bin/tmux : input-keys.c tty-keys.c
Log message:
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.
