Re-initialize the terminal after ^Z / fg.
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
This commit is contained in:
parent
c7a86cfe5a
commit
d5310e7382
@ -725,6 +725,7 @@ terminal_prep_terminal ()
|
|||||||
ttybuff.sg_flags |= CBREAK;
|
ttybuff.sg_flags |= CBREAK;
|
||||||
ioctl (tty, TIOCSETN, &ttybuff);
|
ioctl (tty, TIOCSETN, &ttybuff);
|
||||||
#endif /* !HAVE_TERMIO_H */
|
#endif /* !HAVE_TERMIO_H */
|
||||||
|
terminal_begin_using_terminal();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Restore the tty settings back to what they were before we started using
|
/* Restore the tty settings back to what they were before we started using
|
||||||
|
Loading…
Reference in New Issue
Block a user