summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAidan Melen <aidan-melen@protonmail.com>2023-04-26 20:54:07 (GMT)
committerGitHub <noreply@github.com>2023-04-26 20:54:07 (GMT)
commita3a5b4bb232ba29875147baa3b56a5524eece353 (patch)
treef631eb34d279d3288e8dd2aaffc22eab94e25324 /Misc
parent44010d0f1203134cd8f885ca574caaef373e80f6 (diff)
downloadcpython-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.rst1
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.