diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:45:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:45:03 +0000 |
commit | 16ad12257872142536755537c5636653fd9e0b49 (patch) | |
tree | 7ef03fc601a374a25f9cc0dc34c3c070a39bd80b | |
parent | 4398bb1f32f03c61094ac26e1f6a0984ecefd905 (diff) |
(S_tioctl_tiocstart): Start output after clearing USER_OUTPUT_SUSP.
-rw-r--r-- | term/users.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/users.c b/term/users.c index 5fd0a579..aaba531e 100644 --- a/term/users.c +++ b/term/users.c @@ -1048,6 +1048,7 @@ S_tioctl_tiocstart (io_t port) else { termflags &= ~USER_OUTPUT_SUSP; + (*bottom->start_output) (); err = 0; } mutex_unlock (&global_lock); |