From 468160b799cb8a9a0904a0ac37ef0e82387924ad Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 30 Dec 2005 22:05:31 +0000 Subject: [PATCH] (Displaying the Cursor): Mention visible-cursor. --- man/display.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/display.texi b/man/display.texi index 2f813c4b7c..2a3fc30ad8 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'' -- 2.39.2