changeset 55268:0a99a02be102

(syms_of_buffer) <cursor-type>: Add hbar value.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Apr 2004 22:49:49 +0000
parents 4a6854d33d2b
children 8acc9cf160a5
files src/buffer.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Fri Apr 30 22:47:38 2004 +0000
+++ b/src/buffer.c	Fri Apr 30 22:49:49 2004 +0000
@@ -5856,8 +5856,10 @@
 
   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,