Mercurial > emacs
changeset 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 | 5a280c44c432 |
children | bc82609e1655 |
files | src/buffer.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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; };