Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site unmc.UUCP Path: utzoo!linus!decvax!ucbvax!ucdavis!lll-crg!seismo!cmcl2!lanl!unm-la!unmvax!unmc!cs2551ao From: cs2551ao@unmc.UUCP Newsgroups: net.micro.apple Subject: Re: Termcap apple Message-ID: <493@unmc.UUCP> Date: Fri, 18-Oct-85 23:34:42 EDT Article-I.D.: unmc.493 Posted: Fri Oct 18 23:34:42 1985 Date-Received: Mon, 21-Oct-85 07:16:45 EDT References: <> Reply-To: cs2551ao@unmc.UUCP (Dave North) Distribution: net Organization: Univ. of New Mexico, Albuquerque Lines: 11 # source this to turn your apple //e into an terminal (poof!) setenv TERM apple2e setenv TERMCAP ':bs:bl=^G:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:cr=^M:\ :am:dC=100:dF=100:dN=100:do=^J:ho=^Y:up=^_:\ :kr=^U:kl=^H:kd=^J:ku=^K:\ :li#24:nl=^J:sf=^V^J:so=^O:se=^N:nd=\034:\ :is=^R^N^K' # This ONLY works with the //e using 80 column card. I use AE with it, # emulation on, both input and output terminals at zero. # Also, get rid of the ^O filter, unless you don't want highlighting.