]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer) <cursor-type>: Add hbar value.
authorKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 22:49:49 +0000 (22:49 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 22:49:49 +0000 (22:49 +0000)
src/buffer.c

index 4f6ac755436ffbcb0e25e8d004248f47e0d52fa1..d28c0af12ae505023d3fd3b333c25278ceee64cc 100644 (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,