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

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 14 05:30:52 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52531

--- Comment #3 from Eric Pouech <eric.pouech at orange.fr> ---
can't reproduce here: xterm works fine

----------

so it's really how the terminfo/termcap of xterm is defined

I suppose 'infocmp xterm | grep kbs'
shows kbs=^H (or similar) on your side

while I have
kbs=^?

which is what we expect (and what a "standard" configuration should be)

----------

the work around is to find a suitable $TERM value for running cmd.exe
(perusing a bit, maybe 'gnome' could work) (again 'infocmp gnome | grep kbs'
should tell)

-- 
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