diff options
| author | Stefan Monnier | 2005-12-30 22:05:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-30 22:05:31 +0000 |
| commit | 468160b799cb8a9a0904a0ac37ef0e82387924ad (patch) | |
| tree | 8ca6166412a01af737472978771c69f1caf2c7b9 | |
| parent | 98e071b53d170a96ade87bc1c9ee2b7368daab63 (diff) | |
| download | emacs-468160b799cb8a9a0904a0ac37ef0e82387924ad.tar.gz emacs-468160b799cb8a9a0904a0ac37ef0e82387924ad.zip | |
(Displaying the Cursor): Mention visible-cursor.
| -rw-r--r-- | man/display.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index 2f813c4b7c0..2a3fc30ad82 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -1014,6 +1014,13 @@ terminal itself blinks the cursor, and Emacs has no control over it.) | |||
| 1014 | You can control how the cursor appears when it blinks off by setting | 1014 | You can control how the cursor appears when it blinks off by setting |
| 1015 | the variable @code{blink-cursor-alist}. | 1015 | the variable @code{blink-cursor-alist}. |
| 1016 | 1016 | ||
| 1017 | @vindex visible-cursor | ||
| 1018 | Some text terminals offer two different cursors: the normal cursor | ||
| 1019 | and the very visible cursor, where the latter may be e.g. bigger or | ||
| 1020 | blinking. By default Emacs uses the very visible cursor. Setting the | ||
| 1021 | variable @code{visible-cursor} to @code{nil} makes it use the | ||
| 1022 | normal cursor. | ||
| 1023 | |||
| 1017 | @cindex cursor in non-selected windows | 1024 | @cindex cursor in non-selected windows |
| 1018 | @vindex cursor-in-non-selected-windows | 1025 | @vindex cursor-in-non-selected-windows |
| 1019 | Normally, the cursor appears in non-selected windows in the ``off'' | 1026 | Normally, the cursor appears in non-selected windows in the ``off'' |