mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(syms_of_buffer) <cursor-type>: Add hbar value.
This commit is contained in:
parent
2ed2415d6d
commit
6431cf0d5f
1 changed files with 4 additions and 2 deletions
|
|
@ -5856,8 +5856,10 @@ Values are interpreted as follows:
|
|||
|
||||
t use the cursor specified for the frame
|
||||
nil don't display a cursor
|
||||
bar display a bar cursor with default width
|
||||
(bar . WIDTH) display a bar cursor with width WIDTH
|
||||
bar display a vertical bar cursor with default width
|
||||
(bar . WIDTH) display a vertical bar cursor with width WIDTH
|
||||
hbar display a horisontal bar cursor with default width
|
||||
(hbar . WIDTH) display a horisontal bar cursor with width WIDTH
|
||||
ANYTHING ELSE display a box cursor.
|
||||
|
||||
When the buffer is displayed in a nonselected window,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue