New submission from Slava Bacherikov <sl...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to