[comp.sys.cbm] terminfo version of c128 vt100 termcap

elg@killer.UUCP (Eric Green) (09/17/87)

This is the VT100 termcap that I posted long ago to do insert/delete
char and insert/delete line, modified slightly, and put into Sys V
terminfo format.

------------------------------Cut Here------------------------------
# This is a termcap for the VT100 emulator that comes with the 1670
# modem, for the Commdore 128. It does insert-character and
# delete-character. However, to get the insert-character, you must use
# alt-* to remap control-A on recieve into the INSERT character
# (shift-DEL). Just type <alt-*>r<control-a><shift-DEL>. Makes use of
# the fact that the people who implemented this wacky emulator are just
# printing characters to the default display driver, and fetching
# characters from default input (the reason you can't produce a
# control-t to do the "twiddle" command in Emacs). Nov 86 elg@usl.UUCP
#
cbm100|vt100am|vt100 emulator,
	am, xenl, xon,
	cols#79, lines#24, vt#3,
	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J,
	cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=\b, cud1=\n,
	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A,
	dch1=\E[C, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H,
	ht=\t, ich1=^A\s\E[D, il1=\E[L, ind=\n,
	is2=\E[1;24r\E[24;1H, kbs=\b, kcub1=\EOD, kcud1=\EOB,
	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR,
	kf4=\EOS, rc=\E8, rev=\E[7m, rf=/usr/lib/tabset/vt100,
	ri=\EM$<5>, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7,
	sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m,