]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): New field phys_cursor_on.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 15:26:41 +0000 (15:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 15:26:41 +0000 (15:26 +0000)
src/frame.h

index 613f67e4cc3d35140cd71592b500555f9e3b252f..6d21437c8604a789f49ea42e01eea0fabdb095ac 100644 (file)
@@ -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;