HomeFreeBSD

sys/kbio.h: support Unicode key codes in vt keymap files

Description

sys/kbio.h: support Unicode key codes in vt keymap files

Some keyboard definitions return Unicode characters that cannot be
represented in the 8 bits provided by an u_char.

Extend then width of the keycode entries to 16 bits to allow for all
keycodes currently defined in share/vt/keymaps/*,kbd.

Reported by: yuri@aetern.org
MFC after: 3 days

Details

Provenance
seAuthored on Feb 1 2023, 4:24 PM
Parents
rGc0a4a7bb942f: qat: Fixed Coverity reported issue
Branches
Unknown
Tags
Unknown
Reverted By
rGf7e5465cb597: Revert "sys/kbio.h: support Unicode key codes in vt keymap files"