From owner-freebsd-questions Wed Apr 17 17:25:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA28446 for questions-outgoing; Wed, 17 Apr 1996 17:25:27 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA28441 for ; Wed, 17 Apr 1996 17:25:25 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id RAA28310; Wed, 17 Apr 1996 17:25:08 -0700 Date: Wed, 17 Apr 1996 17:25:06 -0700 (PDT) From: Richard Chang To: Marc Ramirez cc: questions@FreeBSD.org Subject: Re: Keyboard bindings In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 17 Apr 1996, Marc Ramirez wrote: > On Wed, 17 Apr 1996, Richard Chang wrote: > > > On Wed, 17 Apr 1996, Marc Ramirez wrote: > > > > Thanks Marc! That worked... What else does stty discard undef do > > since I looked in the man pages for stty but notheing about it.. > > Hmm, that's a good question... :) From a perusal of the source, it looks > like the discard character causes the tty to dump (flush) all output in > the buffer and all subsequent output on the floor (like ^O in VMS) until > you hit another key (unlike VMS). Hmmm, so is ^O the only discard character? Also, do you mean that you can just hit ^O and then another key and ^O will work correctly? > What I want is a key to discard _input_ (too fast with that return key, I > am). Or even better, discard the last newline... must look at source... Hmmm, what is discard anyways? Richard