[comp.sys.apple] vt52 terminfo

lgamnes@hotlips.UUCP (Linda J Gamnes) (05/17/89)

Can anyone send me terminfo source or a termcap entry for an
Apple IIe using Apple Access II, version 1.0, to emulate a
VT52 terminal?
-- 
//////////////////////////////////////////////////////////////////////////////
Linda J. Gamnes                 lgamnes%radar%hotlips.UUCP@mailgw.cc.umich.edu
TSM Computing Group 
Ann Arbor, MI 48106             uunet!sharkey!hotlips!radar!lgamnes

gwyn@smoke.BRL.MIL (Doug Gwyn) (05/18/89)

In article <230@hotlips.UUCP> lgamnes@hotlips.UUCP (Linda J Gamnes) writes:
>Can anyone send me terminfo source or a termcap entry for an
>Apple IIe using Apple Access II, version 1.0, to emulate a
>VT52 terminal?

If the software correctly emulates a DEC VT52 terminal, then on the
UNIX host you should "TERM=vt52 export TERM" (sh) or "setenv TERM
vt52" (csh).  All termcap/terminfo implementations I know of support
"vt52" terminal type.  You shouldn't need a different one just
because you're using an emulator.

	- D A Gwyn
	4.3BSD termcap manual editor