diff options
-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); |