diff options
author | Zackery Spytz <zspytz@gmail.com> | 2019-11-13 07:13:33 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-11-13 07:13:33 (GMT) |
commit | 9c2844927d15b2d3e21b28d62249dead02b5b597 (patch) | |
tree | 92b3e7027c11cc29aecaa95b3c98d43dec1671cf /Misc | |
parent | 2d56af7a94fe7ec0bdf3011652558ae1b889b4a8 (diff) | |
download | cpython-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.rst | 3 |
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. |