c - fprintf outputs 0x08 when printing backspace -
when trying print backspace ("\b \b")
file (in c
), show unicode character (0x08).
does have format of file printing or emulation of terminal?
also, on unrelated question trying find out how read arrow key inputs getch()
.
if trying delete characters existing file, should use fseek. printing '\b' won't help.
Comments
Post a Comment