diff options
| author | Eli Zaretskii | 2015-09-17 10:48:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-17 10:48:39 +0300 |
| commit | 7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c (patch) | |
| tree | 973a05419f65a8946ae66d5a45814fe331d40294 | |
| parent | 8c8e6cd3dcfed8383d8f014e3681113ffde4b324 (diff) | |
| download | emacs-7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c.tar.gz emacs-7366f80ab82c0acd6cf1c66b7ff020cd4a77a75c.zip | |
* doc/lispref/frames.texi (Cursor Parameters): Document 'x-stretch-cursor'.
| -rw-r--r-- | doc/lispref/frames.texi | 13 |
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 | |||
| 1576 | becomes hollow box, and bar becomes a narrower bar). | 1576 | becomes hollow box, and bar becomes a narrower bar). |
| 1577 | @end defopt | 1577 | @end defopt |
| 1578 | 1578 | ||
| 1579 | @defopt x-stretch-cursor | ||
| 1580 | This variable controls the width of the block cursor displayed on | ||
| 1581 | extra-wide glyphs such as a tab or a stretch of white space. By | ||
| 1582 | default, the block cursor is only as wide as the font's default | ||
| 1583 | character, and will not cover all of the width of the glyph under it | ||
| 1584 | if that glyph is extra-wide. A non-@code{nil} value of this variable | ||
| 1585 | means draw the block cursor as wide as the glyph under it. The | ||
| 1586 | default value is @code{nil}. | ||
| 1587 | |||
| 1588 | This variable has no effect on text-mode frames, since the text-mode | ||
| 1589 | cursor is drawn by the terminal out of Emacs's control. | ||
| 1590 | @end defopt | ||
| 1591 | |||
| 1579 | @defopt blink-cursor-alist | 1592 | @defopt blink-cursor-alist |
| 1580 | This variable specifies how to blink the cursor. Each element has the | 1593 | This variable specifies how to blink the cursor. Each element has the |
| 1581 | form @code{(@var{on-state} . @var{off-state})}. Whenever the cursor | 1594 | form @code{(@var{on-state} . @var{off-state})}. Whenever the cursor |