Re-initialize the terminal after ^Z / fg.

Submitted by:	thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
This commit is contained in:
joerg 1995-09-10 13:04:45 +00:00
parent c7a86cfe5a
commit d5310e7382

View File

@ -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