Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mmintl.UUCP Path: utzoo!linus!philabs!pwa-b!mmintl!jeffm From: jeffm@mmintl.UUCP (Jeffrey Miller) Newsgroups: net.micro.apple Subject: Re: AE emulation help Message-ID: <577@mmintl.UUCP> Date: Fri, 9-Aug-85 10:12:23 EDT Article-I.D.: mmintl.577 Posted: Fri Aug 9 10:12:23 1985 Date-Received: Mon, 12-Aug-85 06:27:26 EDT References: <717@charm.UUCP> <29342@lanl.ARPA> Reply-To: jeffm@mmintl.UUCP (Jeffrey Miller) Organization: Multimate International, E. Hartford, CT Lines: 26 Summary: * Regarding setting the environment of the unix host while AE is emul- ating a vt52, you may have to do more than setenv TERM vt52. This sets the term but when you printenv, the termcap is still the .login device values. To change the termcap envir. values if you are running csh, do a set noglob; eval `tset -sQm :vt52 `; unset noglob Notice the backward apostrophes. This should change the termcap values. I just went through this myself, except in cp/m using modem7. Unfortunately, the Apple end still doesn't work properly even though the control characters are correct. For instance, to clear the screen an ESC * sequence is used in Apple cp/m (at least for the microsoft version). When I do a more something, the asterisk gets printed on the screen instead of being a control char. It's like the ESC is getting stripped or something. Anyone have any ideas. I have ascii express and I'll try it but I would prefer to do it all under cp/m. ************************************************* * Jeff Miller * * Multimate International Corp. * * 52 Oakland Avenue * * East Hartford, CT 06108-9911 * * UUCP: * * ...!seismo!utah-cs!utah-gr!pwa-b!mmintl!jeffm * *************************************************