Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/buffer.h Mon May 02 17:08:44 2005 +0000 +++ b/src/buffer.h Mon May 02 17:09:13 2005 +0000 @@ -761,6 +761,11 @@ /* An integer > 0 means put that number of pixels below text lines in the display of this buffer. */ Lisp_Object extra_line_spacing; + + /* *Cursor type to display in non-selected windows. + t means to use hollow box cursor. + See `cursor-type' for other values. */ + Lisp_Object cursor_in_non_selected_windows; };
