Path: utzoo!utgpu!water!watmath!clyde!rutgers!sdcsvax!ucbvax!RITVAX.BITNET!LMB7421 From: LMB7421@RITVAX.BITNET Newsgroups: comp.sys.apple Subject: more on VT52 and VT100 Message-ID: <8801101438.aa28799@SMOKE.BRL.ARPA> Date: 10 Jan 88 22:40:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 24 I forgot something in that last piece about the partial code list for VT52 and VT100... The keypad is also different from one to the other. PF 1-4 is P,Q,R, or S for VT100, P, Q, R, or S for VT52 Keypad is as follows: Numeric: 0 1 2 3 4 5 6 7 8 9 - , . Enter Application base char: p q r s t u v w x y m l n M VT52 adds ? before the base char for application mode VT100 adds before the base char for application mode VT52 cursor keys are A, B, C, and D (up, down, right, left) VT100 cursor keys are A, B, C, and D for normal mode, A, B, C, and D for application mode is an 8 bit DEC ASCII code, $8F, which may be represented with O is an 8 bit DEC code, $9B, which may be represented with [ is ASCII code $1B Have fun... Les Barstow