diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 22:05:31 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 22:05:31 +0000 |
commit | 468160b799cb8a9a0904a0ac37ef0e82387924ad (patch) | |
tree | 8ca6166412a01af737472978771c69f1caf2c7b9 /man/display.texi | |
parent | 98e071b53d170a96ade87bc1c9ee2b7368daab63 (diff) | |
download | emacs-468160b799cb8a9a0904a0ac37ef0e82387924ad.tar.gz |
(Displaying the Cursor): Mention visible-cursor.
Diffstat (limited to 'man/display.texi')
-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.) You can control how the cursor appears when it blinks off by setting the variable @code{blink-cursor-alist}. +@vindex visible-cursor + Some text terminals offer two different cursors: the normal cursor +and the very visible cursor, where the latter may be e.g. bigger or +blinking. By default Emacs uses the very visible cursor. Setting the +variable @code{visible-cursor} to @code{nil} makes it use the +normal cursor. + @cindex cursor in non-selected windows @vindex cursor-in-non-selected-windows Normally, the cursor appears in non-selected windows in the ``off'' |