Variable: cursor-face-highlight-nonselected-window

cursor-face-highlight-nonselected-window is a customizable and buffer-local variable defined in simple.el.gz.

Documentation

Non-nil means highlight text with cursor-face even in nonselected windows.

This variable is similar to highlight-nonselected-windows.

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

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom cursor-face-highlight-nonselected-window nil
  "Non-nil means highlight text with `cursor-face' even in nonselected windows.
This variable is similar to `highlight-nonselected-windows'."
  :local t
  :type 'boolean
  :version "29.1")