diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 20:48:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 20:48:24 +0000 |
commit | a6e90afbd273d09a4ef240c77b98b45d83d8551b (patch) | |
tree | 8874d131887c0ebd72b9e7602893b74efa595d66 | |
parent | 5c80d0802a71205cfb7479e11ef0f049025ef05e (diff) |
(struct bottomhalf): New member `notice_input_flushed'.
-rw-r--r-- | term/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index 6260af3b..f1e6213f 100644 --- a/term/term.h +++ b/term/term.h @@ -107,6 +107,7 @@ struct bottomhalf void (*abandon_physical_output) (void); void (*suspend_physical_output) (void); int (*pending_output_size) (void); + void (*notice_input_flushed) (void); error_t (*assert_dtr) (void); void (*desert_dtr) (void); void (*set_bits) (void); |