diff options
author | Aidan Melen <aidan-melen@protonmail.com> | 2023-04-26 20:54:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 20:54:07 (GMT) |
commit | a3a5b4bb232ba29875147baa3b56a5524eece353 (patch) | |
tree | f631eb34d279d3288e8dd2aaffc22eab94e25324 /Misc | |
parent | 44010d0f1203134cd8f885ca574caaef373e80f6 (diff) | |
download | cpython-a3a5b4bb232ba29875147baa3b56a5524eece353.zip cpython-a3a5b4bb232ba29875147baa3b56a5524eece353.tar.gz cpython-a3a5b4bb232ba29875147baa3b56a5524eece353.tar.bz2 |
gh-60436: fix curses textbox backspace/del (#103783)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Michael Blahay <mblahay@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2023-04-24-18-37-48.gh-issue-60436.in-IyF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-04-24-18-37-48.gh-issue-60436.in-IyF.rst b/Misc/NEWS.d/next/macOS/2023-04-24-18-37-48.gh-issue-60436.in-IyF.rst new file mode 100644 index 0000000..f274d3b --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2023-04-24-18-37-48.gh-issue-60436.in-IyF.rst @@ -0,0 +1 @@ +update curses textbox to additionally handle backspace using the ``curses.ascii.DEL`` key press. |