fixup! fixup! fixup! Implement support for native keyboard layout

This commit is contained in:
Gustaf Alhäll 2023-05-23 17:41:10 +02:00
parent b8f8cc1451
commit afe8432c1e
No known key found for this signature in database
GPG key ID: 6C1F67D690CDEDFD

View file

@ -601,6 +601,7 @@ void I_GetConsoleEvents(void)
else
{
// push regular character
ev.type = ev_text;
ev.key = tty_con.buffer[tty_con.cursor] = key;
tty_con.cursor++;
// print the current line (this is differential)