From owner-freebsd-questions Wed Apr 17 16:04:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21824 for questions-outgoing; Wed, 17 Apr 1996 16:04:56 -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 QAA21817 for ; Wed, 17 Apr 1996 16:04:54 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id QAA11995; Wed, 17 Apr 1996 16:04:09 -0700 Date: Wed, 17 Apr 1996 16:04:07 -0700 (PDT) From: Richard Chang To: Terry Lambert cc: terry@lambert.org, questions@FreeBSD.ORG Subject: Re: Keyboard bindings In-Reply-To: <199604172256.PAA02902@phaeton.artisoft.com> 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, Terry Lambert wrote: > > > > I had a question for the longest time. I notice on the console, > > > > CTRL-O would work for things you are running locally but not on > > > > telnet/rlogin connections but it does work when you connect from anywhere > > > > else besides a FreeBSD machine, any ideas? Thanks! > > > > > > Consider 4.3 vs. 4.2 OOB data propagation and supported signals > > > for the rlogin and telnet protocols in the RFC's. > > > > Hmmm, now why did every other CTRL combination work except for CTRL-O? > > Isn't pine/pico developed on Ultrix which is BSD 4.3 based but they still > > supported CTRL-O? > > Discard is a cannonical processing capability, not a transported > (ie: capable of being sent out of band) signal. > > Only transported signals work like you want ^O to work... you need > to get a faster link or reduce time between packet reception > and output buffer flushing to make it work. It's not done by > default because (a) it would slow down average throughput, and > (b) no one but VMS/.TOPS-20 hold-overs use ^O. ;-). > > > Alternately, you could reabstract the ^O implementation to make it > into a signal... lotta work, that. Hmmm, okay... Isn't a 10GBps link fast enough? ;-) Someone on the list just mentioned to do stty discard undef and that seems to work but the stty manpage doesn't mention anything at what discard is. Richard