From owner-freebsd-questions Sun Mar 10 08:36:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06792 for questions-outgoing; Sun, 10 Mar 1996 08:36:20 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA06784 for ; Sun, 10 Mar 1996 08:36:17 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA09382; Sun, 10 Mar 1996 09:39:03 -0700 Date: Sun, 10 Mar 1996 09:39:03 -0700 From: Nate Williams Message-Id: <199603101639.JAA09382@rocky.sri.MT.net> To: Stephen Hovey Cc: freebsd-questions@freebsd.org Subject: Re: typeahead In-Reply-To: References: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > One of my users pointed out that the programs we run on freebsd (pine, > tin, trn etc) dont behave as they do under sco in one basic respect. > > There seems to be in sco a typeahead buffner, and not on the freebsd. This is a bug in SCO's termio/termios implementation. You aren't supposed to be able to type-ahead in raw mode. :( Nate