comparison src/buffer.c @ 90197:b7da78284d4c

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
author Miles Bader <miles@gnu.org>
date Fri, 24 Jun 2005 01:59:52 +0000
parents 01137c1fdbe9 7b153a401f5c
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90196:82d495f87e7b 90197:b7da78284d4c
5948 nil don't display a cursor 5948 nil don't display a cursor
5949 box display a filled box cursor 5949 box display a filled box cursor
5950 hollow display a hollow box cursor 5950 hollow display a hollow box cursor
5951 bar display a vertical bar cursor with default width 5951 bar display a vertical bar cursor with default width
5952 (bar . WIDTH) display a vertical bar cursor with width WIDTH 5952 (bar . WIDTH) display a vertical bar cursor with width WIDTH
5953 hbar display a horizontal bar cursor with default width 5953 hbar display a horizontal bar cursor with default height
5954 (hbar . WIDTH) display a horizontal bar cursor with width WIDTH 5954 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
5955 ANYTHING ELSE display a hollow box cursor. 5955 ANYTHING ELSE display a hollow box cursor.
5956 5956
5957 When the buffer is displayed in a nonselected window, 5957 When the buffer is displayed in a nonselected window,
5958 this variable has no effect; the cursor appears as a hollow box. */); 5958 this variable has no effect; the cursor appears as a hollow box. */);
5959 5959