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

2020-11-22 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22356 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23466 ___ Python tracker

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

2020-06-18 Thread SBC King
SBC King added the comment: I would create a pull request -- nosy: +SBC King ___ Python tracker ___ ___ Python-bugs-list mailing li

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

2017-11-18 Thread Slava Bacherikov
New submission from Slava Bacherikov : 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 eno