From owner-freebsd-questions Tue Mar 12 00:10:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13718 for questions-outgoing; Tue, 12 Mar 1996 00:10:09 -0800 (PST) Received: from main.gbdata.com (main.nwpros.com [205.229.128.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA13698 for ; Tue, 12 Mar 1996 00:10:01 -0800 (PST) Received: (from gclarkii@localhost) by main.gbdata.com (8.6.12/8.6.9) id CAA13117; Tue, 12 Mar 1996 02:09:24 -0600 From: Gary Clark II Message-Id: <199603120809.CAA13117@main.gbdata.com> Subject: Re: typeahead To: nate@sri.MT.net (Nate Williams) Date: Tue, 12 Mar 1996 02:09:23 -0600 (CST) Cc: root@buffnet.net, nate@sri.MT.net, freebsd-questions@freebsd.org In-Reply-To: <199603102059.NAA09654@rocky.sri.MT.net> from "Nate Williams" at Mar 10, 96 01:59:39 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > > > > > 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. There is a command line switch to tell trn to not throw type-ahead out. I use it at home... > > > Nate > > Gary