Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!sri-unix!DSullivan@HI-MULTICS.ARPA From: DSullivan@HI-MULTICS.ARPA Newsgroups: net.unix-wizards Subject: none Message-ID: <1323@sri-arpa.UUCP> Date: Wed, 27-Jun-84 07:37:00 EDT Article-I.D.: sri-arpa.1323 Posted: Wed Jun 27 07:37:00 1984 Date-Received: Sat, 30-Jun-84 06:22:54 EDT Lines: 11 Subject: Re: VT100 and bagbiting The real problems is "ANSI" computer terminals don't support the FULL protocall. There is a defined character (Data Link Escape or ^P) that whos meaning is "the next character is to lose its meaning". If all ANSI terminal generated this character before all USER generated control sequences then the whole problems disapears for ANSI terminal in that ^S/^Q flow would be unadorned but the user typed ^S would be transmitted as ^P^S. What you have here is the clasic case of Hardware is deficient so the Software has to compensate.