repair key codes
This commit is contained in:
parent
f51e371f23
commit
f1a64470e1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user