diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-11-13 07:36:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 07:36:42 (GMT) |
commit | a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 (patch) | |
tree | a991ce5b7443378b119d89fddceb00fac7a1f8ec /Misc/NEWS.d/next/IDLE | |
parent | 5a3b8d877d6b07f767b51c02dc2d42e6c1a8c41c (diff) | |
download | cpython-a67bc10e42fa9a077eb4d9d7bd767c3efddbc366.zip cpython-a67bc10e42fa9a077eb4d9d7bd767c3efddbc366.tar.gz cpython-a67bc10e42fa9a077eb4d9d7bd767c3efddbc366.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.
(cherry picked from commit 9c2844927d15b2d3e21b28d62249dead02b5b597)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-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. |