[net.micro.atari] Atari ST vt52 emulator terminfo

wpc@druhi.UUCP (ChristmasWP) (01/07/86)

For UNIX systems based on TERMINFO:
The terminfo file given here appears to work fine with the atari ST vt52
emulator desk accessory.  I haven't beat on it heavily & the padding may
be overly conservative, but it's much better than the default
vt52 emulator TERM.

To use, make the file

$HOME/terminfo/v/vt52st.ti:
-----
# VT52 emulator for the st built in version
vt52st|dec vt52st,
	cr=^M$<19>, cud1=^J, ind=^J$<19>, bel=^G,
	cub1=^H, ed=\EJ$<29*>, el=\EK$<29>,
	clear=\EH\EJ$<9*>, cup=\EY%p1%' '%+%c%p2%' '%+%c, cols#80, lines#25,
	cuf1=\EC, ht=^I, it#8, ri=\EI$<29*>, cuu1=\EA,
	kcuu1=\EA, kcud1=\EB, kcuf1=\EC, kcub1=\ED, kbs=^H,
-----
Note, this is the basic vt52 entry with 25 lines plus some extra padding.
-----
run:
tic vt52st.ti
this produces the file vt52st

to use set the shell variables
-------
TERMINFO=$HOME/terminfo
TERM=vt52st
export TERMINFO TERM
-------

Problems/questions/improvements- I'd like to hear,
	Walt Christmas