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