diff options
Diffstat (limited to 'term/users.c')
-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 aaba531e..aca8052e 100644 --- a/term/users.c +++ b/term/users.c @@ -1074,6 +1074,7 @@ S_tioctl_tiocstop (io_t port) else { termflags |= USER_OUTPUT_SUSP; + (*bottom->suspend_physical_output) (); err = 0; } mutex_unlock (&global_lock); |