cross platform backspace
Closed this issue · 1 comments
Motanescu1357 commented
Make it so that when you run print!(r"\b") it removes a printed character from the screen like backspace and works for all platforms.
print!("\x08") does not work on all platforms.
nicholasbishop commented
I've reopened #1458, closing this one as a duplicate.