diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:54:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:54:10 +0000 |
commit | e33fa0885a2747e35cf1faf2f6626f182952c928 (patch) | |
tree | 125a3808e25c7bdce18833d308b9e4a372b00c8a /term | |
parent | 1ede3ec68026e85dbaa3c4d67cb8013e6df1032b (diff) |
(input_character) [VSTOP]: Suspend physical output after setting
flag.
Diffstat (limited to 'term')
-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. */ |