diff --git a/System/Libraries/Stdio.HC b/System/Libraries/Stdio.HC index 718cd12..6ba94e0 100644 --- a/System/Libraries/Stdio.HC +++ b/System/Libraries/Stdio.HC @@ -238,6 +238,8 @@ U0 @stdio_read_line(@shell* sh, U8* prompt, U8* str) if (pos > 0) { line[StrLen(line) - 1] = NULL; FifoU8Ins(sh->output, '\x8'); + FifoU8Ins(sh->output, ' '); + FifoU8Ins(sh->output, '\x8'); pos--; } else FifoU8Ins(sh->output, '\x7');