diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:46:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:46:32 +0000 |
commit | ea4c569162b920483d2aa75140299bc4fc2d6f15 (patch) | |
tree | 9e5df04b9cee791d4be9dafb49cd09af2a73abed | |
parent | 16ad12257872142536755537c5636653fd9e0b49 (diff) |
(struct bottomhalf): New member `suspend_physical_output'.
-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 97bf3246..6260af3b 100644 --- a/term/term.h +++ b/term/term.h @@ -105,6 +105,7 @@ struct bottomhalf void (*set_break) (void); void (*clear_break) (void); void (*abandon_physical_output) (void); + void (*suspend_physical_output) (void); int (*pending_output_size) (void); error_t (*assert_dtr) (void); void (*desert_dtr) (void); |