From 55806be17d22ad5970e05ed06005f8ae04bc7837 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 May 2005 17:09:13 +0000 Subject: [PATCH] (struct buffer): Add cursor_in_non_selected_windows slot. --- src/buffer.h | 5 +++++ 1 file changed, 5 insertions(+) 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; }; -- 2.39.2