diff --git a/CLI/CLI.c b/CLI/CLI.c index 050ce30..e9afc24 100644 --- a/CLI/CLI.c +++ b/CLI/CLI.c @@ -130,6 +130,10 @@ bool CLI_charIn(char c) (*CLI_lineOut)("\x1b"); (*CLI_lineOut)("["); (*CLI_lineOut)("D"); + (*CLI_lineOut)(" "); + (*CLI_lineOut)("\x1b"); + (*CLI_lineOut)("["); + (*CLI_lineOut)("D"); } break;