From 13c37952a163fb4d87ca1e09903643163f912c1f Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 10 Sep 1995 13:04:45 +0000 Subject: [PATCH] Re-initialize the terminal after ^Z / fg. Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) --- gnu/usr.bin/texinfo/info/terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/texinfo/info/terminal.c b/gnu/usr.bin/texinfo/info/terminal.c index fcb3bb5f330a..3c92337ef946 100644 --- a/gnu/usr.bin/texinfo/info/terminal.c +++ b/gnu/usr.bin/texinfo/info/terminal.c @@ -725,6 +725,7 @@ terminal_prep_terminal () ttybuff.sg_flags |= CBREAK; ioctl (tty, TIOCSETN, &ttybuff); #endif /* !HAVE_TERMIO_H */ + terminal_begin_using_terminal(); } /* Restore the tty settings back to what they were before we started using