https://bugs.winehq.org/show_bug.cgi?id=52531
Bug ID: 52531 Summary: Can not use backspace to delete in cmd in xterm Product: Wine Version: 7.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: huupoke12@gmail.com Distribution: ---
When running cmd with `wine cmd`, the shell run Wine's cmd. But when I press "Backspace" on the keyboard to delete the previous character, the Wine's cmd instead display "^H" instead of delete the character.
The terminal emulator I'm using is `xterm`, which use "Backspace" control character (\x08) instead of "Delete" control character (\x7f) as the Erase character.
Terminal output ``` $ wine cmd Microsoft Windows 6.1.7601
Z:\home\huupoke12>aaaa^H^H^H ```