diff options
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/frames.texi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index b8a0d4749e2..496ca3c00de 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -655,8 +655,17 @@ 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 |