From 6431cf0d5ffb55542cce34b2bd89dd33d2139335 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 30 Apr 2004 22:49:49 +0000 Subject: [PATCH] (syms_of_buffer) : Add hbar value. --- src/buffer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 4f6ac755436..d28c0af12ae 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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, -- 2.39.5