[issue32068] textpad from curses package isn't handling backspace key

Slava Bacherikov report at bugs.python.org
Sat Nov 18 09:20:36 EST 2017


New submission from Slava Bacherikov <slava at bacher09.org>:

textpad isn't handling backspace key on my system and seems on others too. When I press backspace key, terminal sends `ascii.DEL` (127) and it isn't handled by textpad.

I've attached patch that fixes this, should I also create PR for this or patch is enough ?

----------
components: Library (Lib)
files: textpad.patch
keywords: patch
messages: 306481
nosy: bacher09
priority: normal
severity: normal
status: open
title: textpad from curses package isn't handling backspace key
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file47272/textpad.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32068>
_______________________________________


More information about the Python-bugs-list mailing list