CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/21 23:39:55
Modified files:
usr.bin/tmux : key-string.c
Log message:
Short Ctrl keys like ^A need to be converted to lowercase so they end up
as 'a'|KEYC_CTRL to match the new internal representation. Problem
reported by naddy@.
