]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2019 07:37:07 +0000 (23:37 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 07:37:07 +0000 (23:37 -0800)
commit753d0c05b39f21d5987d59d7fe8b5a6d721bc22c
tree958ebec3d006020a8119c0d7d5096c5fa47abd67
parent2e17b30ee35a1b4e3ffaf8be652d6879ce1a3a08
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>
Lib/idlelib/NEWS.txt
Lib/idlelib/config-main.def
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2019-10-28-04-48-03.bpo-4630.upgjiV.rst [new file with mode: 0644]