From: Richard M. Stallman Date: Mon, 2 May 2005 17:09:13 +0000 (+0000) Subject: (struct buffer): Add cursor_in_non_selected_windows slot. X-Git-Tag: ttn-vms-21-2-B4~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55806be17d22ad5970e05ed06005f8ae04bc7837;p=emacs.git (struct buffer): Add cursor_in_non_selected_windows slot. --- diff --git a/src/buffer.h b/src/buffer.h index bcb293a2e85..08627487c66 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -761,6 +761,11 @@ struct buffer /* 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; };