Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!wmb From: wmb@sun.uucp (Mitch Bradley) Newsgroups: net.emacs,net.bugs Subject: Re: Emacs with Televideo and Wyse terminals Message-ID: <2131@sun.uucp> Date: Tue, 23-Apr-85 16:47:12 EST Article-I.D.: sun.2131 Posted: Tue Apr 23 16:47:12 1985 Date-Received: Thu, 25-Apr-85 03:17:30 EST References: <477@tellab1.UUCP> Reply-To: wmb@sun.UUCP (Mitch Bradley) Organization: Sun Microsystems, Inc. Lines: 37 Xref: watmath net.emacs:887 net.bugs:631 Summary: Here's some ways to use Wyse and Televideo terminals without stumbling over the "magic cookie" glitch, i.e. the brain damage about the "enter reverse video" character taking up a space on the screen. 1) For the Wyse terminal, you can put it in ADDS viewpoint emulation mode. The ADDS mode does not have the magic cookie glitch. Here's an appropriate termcap entry: wk|wyse-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\ :kl@:kr@:kd@:ku@:kh@:tc=wyse-vp: wv|wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\ :am:cr=^M:do=^J:nl=^J:bl=^G:\ :le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\ :up=^Z:cl=^L:ll=^A:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\ :pt:so=^N:se=^O:us=^N:ue=^O:\ :dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\ :is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er: The "cursor keys gone" version is related to a problem with ADDS mode, namely: The UP-ARROW cursor key sends ^Z in ADDS mode, which makes the cursor keys less useful, because UP tends to make processes stop. So if you use this mode, don't use the cursor keys (of course, with Emacs you can rebind ^Z, but some other software is not so flexible). 2) The televideo has one visual attribute that does not take up a space on the screen: half-intensity. Of cours mode stripes don't look as nice in half intensity as they do in reverse video, but at least the mode line doesn't get garbled. Here's a termcap entry: v10|tvi925hi|925|televideo model 925 with half intensity standout mode:\ :so=\E):se=\E(:tc=tvi925: All this stuff works with Gosling's Emacs; I presume that it will also work on GNU Emacs. Mitch Bradley