From owner-freebsd-questions Sun Mar 10 14:27:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA24367 for questions-outgoing; Sun, 10 Mar 1996 14:27:54 -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 OAA24348 for ; Sun, 10 Mar 1996 14:27:48 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id NAA09654; Sun, 10 Mar 1996 13:59:39 -0700 Date: Sun, 10 Mar 1996 13:59:39 -0700 From: Nate Williams Message-Id: <199603102059.NAA09654@rocky.sri.MT.net> To: Superuser Cc: Nate Williams , freebsd-questions@freebsd.org Subject: Re: typeahead In-Reply-To: References: <199603101639.JAA09382@rocky.sri.MT.net> 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. :( > > I keeping finding 'bugs' in my sco implementation though that I wish I > could introduce to freebsd! :) Oh well. Thank you. If you want type-ahead, modify trn to not use raw mode. Type-ahead was specifically designed out of trn for a purpose. If you like type-ahead, redesign these programs to not use raw mode. Nate