gh-76249: curses.textpad isn't handling the backspace key on some systems by ZackerySpytz · Pull Request #23466 · python/cpython

@ZackerySpytz

…stems

On some systems, ascii.DEL (127) is sent on the backspace key event.

@bacher09 bacher09 mannequin mentioned this pull request

Apr 10, 2022

@erlend-aasland erlend-aasland changed the title bpo-32068: curses.textpad isn't handling the backspace key on some systems gh-76249: curses.textpad isn't handling the backspace key on some systems

Jan 5, 2024

@erlend-aasland