comparison src/buffer.c @ 63570:7b153a401f5c

Finish previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 21:22:14 +0000
parents b1742b11b7d9
children a8fa7c632ee4 c016d82bf02b b7da78284d4c
comparison
equal deleted inserted replaced
63569:bd65461db3b8 63570:7b153a401f5c
5933 box display a filled box cursor 5933 box display a filled box cursor
5934 hollow display a hollow box cursor 5934 hollow display a hollow box cursor
5935 bar display a vertical bar cursor with default width 5935 bar display a vertical bar cursor with default width
5936 (bar . WIDTH) display a vertical bar cursor with width WIDTH 5936 (bar . WIDTH) display a vertical bar cursor with width WIDTH
5937 hbar display a horizontal bar cursor with default height 5937 hbar display a horizontal bar cursor with default height
5938 (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT 5938 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
5939 ANYTHING ELSE display a hollow box cursor. 5939 ANYTHING ELSE display a hollow box cursor.
5940 5940
5941 When the buffer is displayed in a nonselected window, 5941 When the buffer is displayed in a nonselected window,
5942 this variable has no effect; the cursor appears as a hollow box. */); 5942 this variable has no effect; the cursor appears as a hollow box. */);
5943 5943