Function: blink-cursor--rescan-frames

blink-cursor--rescan-frames is a byte-compiled function defined in frame.el.gz.

Signature

(blink-cursor--rescan-frames &optional IGN)

Documentation

Called when the set of focused frames changes or when we delete a frame.

Source Code

;; Defined in /usr/src/emacs/lisp/frame.el.gz
(defun blink-cursor--rescan-frames (&optional _ign)
  "Called when the set of focused frames changes or when we delete a frame."
  (unless (blink-cursor-check)
    (blink-cursor-suspend)))