fix error in comment

This commit is contained in:
Florian Stinglmayr 2019-07-20 13:06:17 +02:00
parent f1a64470e1
commit 360266baad

View File

@ -21,7 +21,7 @@ wchar_t *util_readkey(int e)
/* here it depends on the next character we read
*/
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 byte after
*/
case L'O': len = 1; break;
default: len = 5;