Variable: blink-cursor-idle-timer

blink-cursor-idle-timer is a variable defined in frame.el.gz.

Value

nil

Documentation

Timer started after blink-cursor-delay seconds of Emacs idle time.

The function blink-cursor-start is called when the timer fires.

Source Code

;; Defined in /usr/src/emacs/lisp/frame.el.gz
;; Blinking cursor

(defvar blink-cursor-idle-timer nil
  "Timer started after `blink-cursor-delay' seconds of Emacs idle time.
The function `blink-cursor-start' is called when the timer fires.")