summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-11-13 07:13:33 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-11-13 07:13:33 (GMT)
commit9c2844927d15b2d3e21b28d62249dead02b5b597 (patch)
tree92b3e7027c11cc29aecaa95b3c98d43dec1671cf /Misc
parent2d56af7a94fe7ec0bdf3011652558ae1b889b4a8 (diff)
downloadcpython-9c2844927d15b2d3e21b28d62249dead02b5b597.zip
cpython-9c2844927d15b2d3e21b28d62249dead02b5b597.tar.gz
cpython-9c2844927d15b2d3e21b28d62249dead02b5b597.tar.bz2
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
This immediately toggles shell, editor, and output windows, but does not affect other input widgets.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-10-28-04-48-03.bpo-4630.upgjiV.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-10-28-04-48-03.bpo-4630.upgjiV.rst b/Misc/NEWS.d/next/IDLE/2019-10-28-04-48-03.bpo-4630.upgjiV.rst
new file mode 100644
index 0000000..759b35b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-10-28-04-48-03.bpo-4630.upgjiV.rst
@@ -0,0 +1,3 @@
+Add an option to toggle IDLE's cursor blink for shell, editor, and output
+windows. See Settings, General, Window Preferences, Cursor Blink.
+Patch by Zachary Spytz.