Issue 32068: textpad from curses package isn't handling backspace key (original) (raw)

Issue32068

Created on 2017-11-18 14:20 by bacher09, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
textpad.patch bacher09,2017-11-18 14:20 review
Pull Requests
URL Status Linked Edit
PR 23466 open ZackerySpytz,2020-11-22 18:17
Messages (2)
msg306481 - (view) Author: Slava Bacherikov (bacher09) * Date: 2017-11-18 14:20
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 ?
msg371805 - (view) Author: SBC King (SBC King) * Date: 2020-06-18 11:15
I would create a pull request
History
Date User Action Args
2022-04-11 14:58:54 admin set github: 76249
2020-11-22 18:17:55 ZackerySpytz set nosy: + ZackerySpytzpull_requests: + <pull%5Frequest22356>stage: patch review
2020-06-18 11:15:45 SBC King set nosy: + SBC Kingmessages: +
2017-11-18 14:20:36 bacher09 create