From e33fa0885a2747e35cf1faf2f6626f182952c928 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 19:54:10 +0000 Subject: (input_character) [VSTOP]: Suspend physical output after setting flag. --- term/munge.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term') 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. */ -- cgit v1.2.3