update backspace
This commit is contained in:
parent
24738ebeea
commit
21cc50e4a7
@ -130,6 +130,10 @@ bool CLI_charIn(char c)
|
|||||||
(*CLI_lineOut)("\x1b");
|
(*CLI_lineOut)("\x1b");
|
||||||
(*CLI_lineOut)("[");
|
(*CLI_lineOut)("[");
|
||||||
(*CLI_lineOut)("D");
|
(*CLI_lineOut)("D");
|
||||||
|
(*CLI_lineOut)(" ");
|
||||||
|
(*CLI_lineOut)("\x1b");
|
||||||
|
(*CLI_lineOut)("[");
|
||||||
|
(*CLI_lineOut)("D");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user