fix backspace print.c
This commit is contained in:
parent
06160c1ed3
commit
dceba128df
@ -67,6 +67,7 @@ putchar(int c)
|
||||
case '\177':
|
||||
conputc('\b');
|
||||
conputc(' ');
|
||||
conputc('\b');
|
||||
break;
|
||||
case '\b':
|
||||
conputc('\b');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user