diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-12 15:26:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-12 15:26:41 +0000 |
commit | e85276be4af70f2c749576098cd81edc1cf9ac9b (patch) | |
tree | 0e1919ad0593bad48f0e0abf7c8cf805b869c7ef /src/frame.h | |
parent | 505ce248f45c2e0fc4b01e4f785ab93d4ca7e88f (diff) | |
download | emacs-e85276be4af70f2c749576098cd81edc1cf9ac9b.tar.gz |
(struct frame): New field phys_cursor_on.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |