mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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.
This commit is contained in:
parent
2d56af7a94
commit
9c2844927d
7 changed files with 48 additions and 1 deletions
|
|
@ -158,6 +158,8 @@ class IdleConf:
|
|||
self.defaultCfg = {}
|
||||
self.userCfg = {}
|
||||
self.cfg = {} # TODO use to select userCfg vs defaultCfg
|
||||
# self.blink_off_time = <first editor text>['insertofftime']
|
||||
# See https:/bugs.python.org/issue4630, msg356516.
|
||||
|
||||
if not _utest:
|
||||
self.CreateConfigHandlers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue