summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-08-22 10:39:33 +0000
committerEli Zaretskii <eliz@gnu.org>2000-08-22 10:39:33 +0000
commitd954b29bc30ac3ec6afc571bb494951ea39214b5 (patch)
tree87c29452f0ca45b6284c7a81edc9d009c803f18e /man
parent3c8b8db047072bf682ff6315599b6bae66efa043 (diff)
downloademacs-d954b29bc30ac3ec6afc571bb494951ea39214b5.tar.gz
Document the x-stretch-cursor variable.
Diffstat (limited to 'man')
-rw-r--r--man/frames.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 06c2481a9fa..2db600d31de 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -1316,6 +1316,13 @@ You can also control the amount of time Emacs is busy before the
busy-cursor is displayed, by customizing the value of the variable
@code{busy-cursor-delay}.
+@vindex x-stretch-cursor
+@cindex wide block cursor
+ Emacs on X can draw the block cursor as wide as the glyph under the
+cursor. For example, if the cursor is on a TAB character, it is drawn
+as wide as that TAB is on the display. To turn on this feature, set the
+variable @code{x-stretch-cursor} to a non-nil value.
+
@node Non-Window Terminals
@section Non-Window Terminals
@cindex non-window terminals