Mercurial > emacs
changeset 16429:66d1b1af0991
(struct frame): New field phys_cursor_on.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Oct 1996 15:26:41 +0000 |
parents | 45830d037b44 |
children | 3d5ea4cec437 |
files | src/frame.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Sat Oct 12 02:57:53 1996 +0000 +++ b/src/frame.h Sat Oct 12 15:26:41 1996 +0000 @@ -163,6 +163,8 @@ /* 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;