Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!uw-beaver!cornell!rochester!udel!gatech!hao!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.sys.apple Subject: Re: VT100 Emulation Message-ID: <7016@brl-smoke.ARPA> Date: 9 Jan 88 10:26:52 GMT References: <8801081524.aa09904@SMOKE.BRL.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 Actually, a real DEC VT-100 can emulate a VT-52, either by being set up to do so when powered on, or upon receipt of the appropriate escape sequence. The binary-vs-ASCII code idea is all wet. The VT-100 in ANSI mode uses sequences such as ESC [ H to home the cursor while the VT-52 code is ESC H. The only place one could say that "binary" is used for the VT-52 is in its cursor positioning sequences, which include row and column coordinates as their numeric value plus an offset (to map them out of the set of ASCII control codes). The ANSI sequence for this would instead use digit characters to spell out the numbers.