From: Richard M. Stallman Date: Sat, 12 Oct 1996 15:26:41 +0000 (+0000) Subject: (struct frame): New field phys_cursor_on. X-Git-Tag: emacs-20.1~3515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e85276be4af70f2c749576098cd81edc1cf9ac9b;p=emacs.git (struct frame): New field phys_cursor_on. --- 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;