aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-12-30 22:05:31 +0000
committerStefan Monnier2005-12-30 22:05:31 +0000
commit468160b799cb8a9a0904a0ac37ef0e82387924ad (patch)
tree8ca6166412a01af737472978771c69f1caf2c7b9
parent98e071b53d170a96ade87bc1c9ee2b7368daab63 (diff)
downloademacs-468160b799cb8a9a0904a0ac37ef0e82387924ad.tar.gz
emacs-468160b799cb8a9a0904a0ac37ef0e82387924ad.zip
(Displaying the Cursor): Mention visible-cursor.
-rw-r--r--man/display.texi7
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.)
1014You can control how the cursor appears when it blinks off by setting 1014You can control how the cursor appears when it blinks off by setting
1015the variable @code{blink-cursor-alist}. 1015the variable @code{blink-cursor-alist}.
1016 1016
1017@vindex visible-cursor
1018 Some text terminals offer two different cursors: the normal cursor
1019and the very visible cursor, where the latter may be e.g. bigger or
1020blinking. By default Emacs uses the very visible cursor. Setting the
1021variable @code{visible-cursor} to @code{nil} makes it use the
1022normal 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''