[Bug 52531] New: Can not use backspace to delete in cmd in xterm

WineHQ Bugzilla wine-bugs at winehq.org
Tue Feb 8 02:32:55 CST 2022


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 at winehq.org
          Reporter: huupoke12 at 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
```

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list