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