]> 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:36:42 +0000 (23:36 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 07:36:42 +0000 (23:36 -0800)
commita67bc10e42fa9a077eb4d9d7bd767c3efddbc366
treea991ce5b7443378b119d89fddceb00fac7a1f8ec
parent5a3b8d877d6b07f767b51c02dc2d42e6c1a8c41c
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]