Semantics.
This commit is contained in:
parent
f33b63d1fb
commit
c5178d56bd
|
@ -457,7 +457,7 @@ static void printchar(int Char, void* Args) {
|
|||
case '\a': // Alert
|
||||
// TODO: Audio alert.
|
||||
break;
|
||||
case '\b': // Backspace
|
||||
case '\b': // Back a space - NOT backspace, does not remove previous character.
|
||||
if(Arg->cursorPos != 0) {
|
||||
Arg->cursorPos--;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user