]> git.eshelyaron.com Git - emacs.git/commit
* lisp/frame.el Don't activate `blink-cursor-idle-timer` needlessly.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2021 04:18:08 +0000 (23:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2021 04:18:08 +0000 (23:18 -0500)
commit0732fc31932c75c682c8b65b4dcb4376ca63e8fd
treefe80ef126fd74275e607bfb4cf51be44fcf8bb00
parent1513ee37a4defbf1db7f26d1e8148843416dc987
* lisp/frame.el Don't activate `blink-cursor-idle-timer` needlessly.

(blink-cursor-mode): Use `blink-cursor-check` rather than
`blink-cursor--start-idle-timer` so we check for the presence of
a frame where the cursor can be blinked before activating the idle timer.
lisp/frame.el