Short Ctrl keys like ^A need to be converted to lowercase so they end up
authornicm <nicm@openbsd.org>
Thu, 22 Aug 2024 05:39:55 +0000 (05:39 +0000)
committernicm <nicm@openbsd.org>
Thu, 22 Aug 2024 05:39:55 +0000 (05:39 +0000)
commit2ab33b3f31d151066a23e603bddecf0ef44da402
treef287c4aaed2502b243050c4d8e05a634c1485004
parent42e66afef617b6ebe89ea1927fad1dc558502642
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@.
usr.bin/tmux/key-string.c