comparison lispref/frames.texi @ 78939:216e3aa641a0

(Cursor Parameters): Describe cursor-in-non-selected-windows here. Explain more values.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Oct 2007 02:04:08 +0000
parents d12946a8b3e7
children 6d315e138cbe
comparison
equal deleted inserted replaced
78938:d8476ffa81b3 78939:216e3aa641a0
653 when it blinks ``off.'' Both @var{on-state} and @var{off-state} 653 when it blinks ``off.'' Both @var{on-state} and @var{off-state}
654 should be suitable values for the @code{cursor-type} frame parameter. 654 should be suitable values for the @code{cursor-type} frame parameter.
655 655
656 There are various defaults for how to blink each type of cursor, if 656 There are various defaults for how to blink each type of cursor, if
657 the type is not mentioned as an @var{on-state} here. Changes in this 657 the type is not mentioned as an @var{on-state} here. Changes in this
658 variable do not take effect immediately, because the variable is 658 variable do not take effect immediately, only when you specify the
659 examined only when you specify the @code{cursor-type} parameter. 659 @code{cursor-type} frame parameter.
660 @end defvar
661
662 @defvar cursor-in-non-selected-windows
663 This variable controls how the cursor looks in a window that is not
664 selected. It supports the same values as the @code{cursor-type} frame
665 parameter; also, @code{nil} means don't display a cursor in
666 nonselected windows, and @code{t} (the default) means use a standard
667 modificatoin of the usual cursor type (solid box becomes hollow box,
668 and bar becomes a narrower bar).
660 @end defvar 669 @end defvar
661 670
662 @node Color Parameters 671 @node Color Parameters
663 @subsubsection Color Parameters 672 @subsubsection Color Parameters
664 673