summaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-01 19:45:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-01 19:45:03 +0000
commit16ad12257872142536755537c5636653fd9e0b49 (patch)
tree7ef03fc601a374a25f9cc0dc34c3c070a39bd80b /term/users.c
parent4398bb1f32f03c61094ac26e1f6a0984ecefd905 (diff)
(S_tioctl_tiocstart): Start output after clearing USER_OUTPUT_SUSP.
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c1
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);