diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:55:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:55:07 +0000 |
commit | e88d6713cd1f14292dc9aeea8d30998a85c37890 (patch) | |
tree | 7f86849e0fdc792ec2f560b41f4f235c31290de4 /term | |
parent | e33fa0885a2747e35cf1faf2f6626f182952c928 (diff) |
(S_tioctl_tiocstop): Suspend physical output after setting flag.
Diffstat (limited to 'term')
-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); |