UTF-8 keys now contain the internal representation and not the Unicode
authornicm <nicm@openbsd.org>
Fri, 12 Jul 2024 11:21:18 +0000 (11:21 +0000)
committernicm <nicm@openbsd.org>
Fri, 12 Jul 2024 11:21:18 +0000 (11:21 +0000)
commitb843f94b95e32524f6573c73a516f7a3627ffdcc
treecef45f4fef75fa06a09b04a4481c347b505667d9
parent0e9fb06b3ef2efde53227eac919879babe4c5adb
UTF-8 keys now contain the internal representation and not the Unicode
codepoint, so convert extended keys properly. From Stanislav Kljuhhin.
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-keys.c
usr.bin/tmux/utf8.c