aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-09-17 10:48:39 +0300
committerEli Zaretskii2015-09-17 10:48:39 +0300
commit7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c (patch)
tree973a05419f65a8946ae66d5a45814fe331d40294
parent8c8e6cd3dcfed8383d8f014e3681113ffde4b324 (diff)
downloademacs-7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c.tar.gz
emacs-7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c.zip
* doc/lispref/frames.texi (Cursor Parameters): Document 'x-stretch-cursor'.
-rw-r--r--doc/lispref/frames.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 629ee5c5eca..0950a98e897 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1576,6 +1576,19 @@ means use a standard modification of the usual cursor type (solid box
1576becomes hollow box, and bar becomes a narrower bar). 1576becomes hollow box, and bar becomes a narrower bar).
1577@end defopt 1577@end defopt
1578 1578
1579@defopt x-stretch-cursor
1580This variable controls the width of the block cursor displayed on
1581extra-wide glyphs such as a tab or a stretch of white space. By
1582default, the block cursor is only as wide as the font's default
1583character, and will not cover all of the width of the glyph under it
1584if that glyph is extra-wide. A non-@code{nil} value of this variable
1585means draw the block cursor as wide as the glyph under it. The
1586default value is @code{nil}.
1587
1588This variable has no effect on text-mode frames, since the text-mode
1589cursor is drawn by the terminal out of Emacs's control.
1590@end defopt
1591
1579@defopt blink-cursor-alist 1592@defopt blink-cursor-alist
1580This variable specifies how to blink the cursor. Each element has the 1593This variable specifies how to blink the cursor. Each element has the
1581form @code{(@var{on-state} . @var{off-state})}. Whenever the cursor 1594form @code{(@var{on-state} . @var{off-state})}. Whenever the cursor