Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: TIOCSETP vs TIOCSETN Message-ID: <8907142043.AA07894@aurel.caltech.edu> Date: 14 Jul 89 20:43:54 GMT References: <8907141849.AA17484@gibbs.physics.purdue.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 Date: Fri, 14 Jul 89 13:49:26 EST From: ray@gibbs.physics.purdue.edu (Ray Moody) Bash uses TIOCSETP to reset the tty states when a job stops. This flushes my typeahead. Bash should use TIOCSETN to avoid flushing typeahead. Yeah, I noticed this one right away also. Brian