]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
authorZackery Spytz <zspytz@gmail.com>
Wed, 13 Nov 2019 07:13:33 +0000 (00:13 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 13 Nov 2019 07:13:33 +0000 (02:13 -0500)
commit9c2844927d15b2d3e21b28d62249dead02b5b597
tree92b3e7027c11cc29aecaa95b3c98d43dec1671cf
parent2d56af7a94fe7ec0bdf3011652558ae1b889b4a8
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.
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]