rust-osdev/uefi-rs

cross platform backspace

Closed this issue · 1 comments

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.

I've reopened #1458, closing this one as a duplicate.