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

It has been pointed out, that this change causes ABI breakage for
[GP]IO_DEADKEYMAP. I'll create a review on phabricator.

Since the 8 bit limit on keycodes causes issues for certain keymaps,
a fix should be committed in time to allow a MFC to 13.2.

This reverts commit 1e0853ee84.

Reported by: 	    Jessica Clarke
This commit is contained in:
Stefan Eßer 2023-02-02 09:05:43 +01:00
parent 55f1ca209d
commit f7e5465cb5

View File

@ -200,7 +200,7 @@ typedef struct okeymap okeymap_t;
struct acc_t {
u_char accchar;
u_short map[NUM_ACCENTCHARS][2];
u_char map[NUM_ACCENTCHARS][2];
};
struct accentmap {