1
Fork 0
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:
Kim F. Storm 2004-04-30 22:49:49 +00:00
parent 2ed2415d6d
commit 6431cf0d5f

View file

@ -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,