From e85276be4af70f2c749576098cd81edc1cf9ac9b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Oct 1996 15:26:41 +0000 Subject: [PATCH] (struct frame): New field phys_cursor_on. --- src/frame.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frame.h b/src/frame.h index 613f67e4cc3..6d21437c860 100644 --- a/src/frame.h +++ b/src/frame.h @@ -163,6 +163,8 @@ struct frame /* This is handy for undrawing the cursor, because current_glyphs is not always accurate when in do_scrolling. */ GLYPH phys_cursor_glyph; + /* Nonzero means the cursor is displayed. */ + int phys_cursor_on; /* Size of this frame, in units of characters. */ EMACS_INT height; -- 2.39.5