Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.terminals Subject: Re: Brain-damaged Terminal Contest Message-ID: <5405@brl-smoke.ARPA> Date: Mon, 24-Nov-86 17:16:31 EST Article-I.D.: brl-smok.5405 Posted: Mon Nov 24 17:16:31 1986 Date-Received: Tue, 25-Nov-86 21:17:33 EST References: <1438@kitty.UUCP> <1140@mordred.cs.purdue.edu> <5398@brl-smoke.ARPA> <489@arthur.cs.purdue.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <489@arthur.cs.purdue.edu> avr@mordred.cs.purdue.edu (Andrew V. Royappa) writes: >... And if stty tandem IS supposed to solve the problem ... No! Wrong direction! In a System V environment, one would use "stty ixon -ixany". Since you appear to be in a Berkeley environment, you should use "stty dec" or equivalent; what is needed are the "start" and "stop" characters defined as ^Q and ^S, respectively, and "decctlq" ON. If you have software that runs in "raw" mode, it will probably break since Berkeley raw mode disables flow control; such software should be changed to honor the original flow control mode setting.