comparison src/buffer.c @ 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 d57364949309
children b9ef74fa21bf
comparison
equal deleted inserted replaced
55267:4a6854d33d2b 55268:0a99a02be102
5854 doc: /* Cursor to use when this buffer is in the selected window. 5854 doc: /* Cursor to use when this buffer is in the selected window.
5855 Values are interpreted as follows: 5855 Values are interpreted as follows:
5856 5856
5857 t use the cursor specified for the frame 5857 t use the cursor specified for the frame
5858 nil don't display a cursor 5858 nil don't display a cursor
5859 bar display a bar cursor with default width 5859 bar display a vertical bar cursor with default width
5860 (bar . WIDTH) display a bar cursor with width WIDTH 5860 (bar . WIDTH) display a vertical bar cursor with width WIDTH
5861 hbar display a horisontal bar cursor with default width
5862 (hbar . WIDTH) display a horisontal bar cursor with width WIDTH
5861 ANYTHING ELSE display a box cursor. 5863 ANYTHING ELSE display a box cursor.
5862 5864
5863 When the buffer is displayed in a nonselected window, 5865 When the buffer is displayed in a nonselected window,
5864 this variable has no effect; the cursor appears as a hollow box. */); 5866 this variable has no effect; the cursor appears as a hollow box. */);
5865 5867