> 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.