Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards,net.dcom Subject: Re: any harm in allowing only ctrl-Q to restart output? Message-ID: <7584@brl-tgr.ARPA> Date: Mon, 21-Jan-85 01:58:00 EST Article-I.D.: brl-tgr.7584 Posted: Mon Jan 21 01:58:00 1985 Date-Received: Wed, 23-Jan-85 05:49:20 EST References: <247@lsuc.UUCP> <252@oliveb.UUCP> Organization: Ballistic Research Lab Lines: 6 Xref: watmath net.unix-wizards:11667 net.dcom:815 > I modified the Berkeley "tset" command to examine the terminals termcap > for a ":QS:" entry. Please don't do this. The termcap Boolean capability "xo" already indicates that the terminal requires DC3/DC1 (XOFF/XON, ^S/^Q) flow control. Use this instead of inventing another. Thanks.