comparison src/buffer.h @ 62029:12d1ea96b466

(struct buffer): Add cursor_in_non_selected_windows slot.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 May 2005 17:09:13 +0000
parents ef6ff15b0458
children a8fa7c632ee4 08185296b491
comparison
equal deleted inserted replaced
62028:5a280c44c432 62029:12d1ea96b466
759 Lisp_Object cursor_type; 759 Lisp_Object cursor_type;
760 760
761 /* An integer > 0 means put that number of pixels below text lines 761 /* An integer > 0 means put that number of pixels below text lines
762 in the display of this buffer. */ 762 in the display of this buffer. */
763 Lisp_Object extra_line_spacing; 763 Lisp_Object extra_line_spacing;
764
765 /* *Cursor type to display in non-selected windows.
766 t means to use hollow box cursor.
767 See `cursor-type' for other values. */
768 Lisp_Object cursor_in_non_selected_windows;
764 }; 769 };
765 770
766 771
767 /* This points to the current buffer. */ 772 /* This points to the current buffer. */
768 773