1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Re-initialize the terminal after ^Z / fg.

Submitted by:	thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
This commit is contained in:
Joerg Wunsch 1995-09-10 13:04:45 +00:00
parent 86ed6de3b2
commit 60ce5bccf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10661

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