Variable: blink-cursor-blinks

blink-cursor-blinks is a customizable variable defined in frame.el.gz.

Value

10

Documentation

How many times to blink before using a solid cursor on NS, X, and MS-Windows.

Use 0 or negative value to blink forever.

This variable was added, or its default value changed, in Emacs 24.4.

View in manual

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/frame.el.gz
(defcustom blink-cursor-blinks 10
  "How many times to blink before using a solid cursor on NS, X, and MS-Windows.
Use 0 or negative value to blink forever."
  :version "24.4"
  :type 'integer
  :group 'cursor)