diff options
Diffstat (limited to 'term/munge.c')
-rw-r--r-- | term/munge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/munge.c b/term/munge.c index 1748e7e4..27985b6a 100644 --- a/term/munge.c +++ b/term/munge.c @@ -444,6 +444,7 @@ input_character (int c) if (CCEQ (cc[VSTOP], c)) { termflags |= USER_OUTPUT_SUSP; + (*bottom->suspend_physical_output) (); if (!(CCEQ(cc[VSTART], c))) /* toggle if VSTART == VSTOP */ /* Alldone code always turns off USER_OUTPUT_SUSP. */ |