diff options
| -rw-r--r-- | man/display.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index aa249619aa8..ac042c976f6 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -492,3 +492,9 @@ block cursor as wide as the character under the cursor---for example, | |||
| 492 | if the cursor is on a tab character, it would cover the full width | 492 | if the cursor is on a tab character, it would cover the full width |
| 493 | occupied by that tab character. To enable this feature, set the | 493 | occupied by that tab character. To enable this feature, set the |
| 494 | variable @code{x-stretch-cursor} to a non-@code{nil} value. | 494 | variable @code{x-stretch-cursor} to a non-@code{nil} value. |
| 495 | |||
| 496 | @cindex cursor in non-selected windows | ||
| 497 | @vindex cursor-in-non-selected-windows | ||
| 498 | Normally, the cursor in non-selected windows is shown as a hollow | ||
| 499 | box. To turn off cursor display in non-selected windows, set the | ||
| 500 | variable @code{cursor-in-non-selected-windows} to @code{nil}. | ||