repair key codes

This commit is contained in:
Florian Stinglmayr 2019-07-20 13:05:57 +02:00
parent f51e371f23
commit f1a64470e1

View File

@ -20,7 +20,7 @@ wchar_t *util_readkey(int e)
switch (esc[1]) { switch (esc[1]) {
/* here it depends on the next character we read /* here it depends on the next character we read
*/ */
case L'[': len = 3; break; case L'[': len = 4; break;
/* O codes move the cursor, and have one additional bit set /* O codes move the cursor, and have one additional bit set
*/ */
case L'O': len = 1; break; case L'O': len = 1; break;