# ------------------------
#
#	Termcap source file @(#)termcap.src	1.19	(Berkeley) 5/20/83
#
# This file describes capabilities of various terminals, as needed by
# software such as screen editors.  It does not attempt to describe
# printing terminals very well, nor graphics terminals.  Someday.
# See termcap(5) in the Unix Programmers Manual for documentation.
#
# Conventions: First entry is two chars, first char is manufacturer,
# second char is canonical name for model or mode.
# Third entry is the one the editor will print with "set" command.
# Last entry is verbose description.
# Others are mnemonic synonyms for the terminal.
#
# Terminal naming conventions:
# Terminal names look like <manufacturer> <model> - <modes/options>
# Certain abbreviations (e.g. c100 for concept100) are also allowed
# for upward compatibility.  The part to the left of the dash, if a
# dash is present, describes the particular hardware of the terminal.
# The part to the right can be used for flags indicating special ROM's,
# extra memory, particular terminal modes, or user preferences.
# All names are always in lower case, for consistency in typing.
#
# The following are conventionally used flags:
#	rv	Terminal in reverse video mode (black on white)
#	2p	Has two pages of memory.  Likewise 4p, 8p, etc.
#	w	Wide - in 132 column mode.
#	pp	Has a printer port which is used.
#	na	No arrow keys - termcap ignores arrow keys which are
#		actually there on the terminal, so the user can use
#		the arrow keys locally.
#  
# There are some cases where the same name is used for two different
# terminals, e.g. "teleray" or "2621" or "vt100".  In these cases,
# if a site has one of these, they should choose a local default and
# bring that terminal to the front in the reorder script.  This works
# because tgetent picks the first match in /etc/termcap.
# The list of names intentionally duplicated is:
# 2621, c108, dtc, hp2621, teleray, tvi, vt100.
#
# If you absolutely MUST check for a specific terminal (this is discouraged)
# check for the 2nd entry (the canonical form) since all other codes are
# subject to change.  The two letter codes are there for version 6 and are
# EXTREMELY subject to change, or even to go away if version 6 becomes for
# all practical purposes obsolete.  We would much rather put in special
# capabilities to describe your terminal rather than having you key on the
# name.
#
#  Special manufacturer codes:
#	A: hardcopy daisy wheel terminals
#	M: Misc. (with only a few terminals)
#  	q: Homemade
#  	s: special (dialup, etc.)
#  
# Comments in this file begin with # - they cannot appear in the middle
# of a termcap entry.  Individual entries are commented out by
# placing a period between the colon and the capability name.
#
#  This file is to be installed with an editor script (reorder)
#  that moves the most common terminals to the front of the file.
#  If the source is not available, it can be constructed by sorting
#  the above entries by the 2 char initial code.
# # --------------------------------
#
# xterm and xterms for Xwindow terminal emulation
#
#
vs|xterm|vs100|xterm terminal emulator (X window system):\
	:al=\E[L:\
	:am:\
	:bl=^G:\
	:bs:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[2J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=^M:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=^J:\
	:ho=\E[H:\
	:ic=\E[@:\
	:is=\E*%5\E)0\E(B\E[r\E\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:\
	:kb=^H:\
	:kd=\EOB:\
	:ke=\E[?1l\E>:\
	:kl=\EOD:\
	:kr=\EOC:\
	:ks=\E[?1h\E=:\
	:ku=\EOA:\
	:k1=\EOP:\
	:k2=\EOQ:\
	:k3=\EOR:\
	:k4=\EOS:\
	:le=^H:\
	:li#24:\
	:md=\E[1m:\
	:me=\E[m:\
	:mr=\E[7m:\
	:ms:\
	:MT:\
	:nd=\E[C:\
	:nl=^J:\
	:pt:\
	:rs=\E[r\E<\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:\
	:se=\E[m:\
	:sf=\n:\
	:sn=\E[?3l:\
	:so=\E[7m:\
	:sr=\EM:\
	:sw=\E[?3h:\
	:ta=^I:\
	:ue=\E[m:\
	:up=\E[A:\
	:us=\E[4m:\
	:xn
vz|xtermw|xterm terminal emulator (wide)(X window system):\
	:co#132:li#24:tc=xterm:
vT|xtermt|vs100t|xterm terminal emulator (X window system):\
	:cr=^M:do=^J:nl=^J:bl=^G:le=^H:ho=\E[H:\
	:co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
	:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sf=\n:sr=\EM:\
	:al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\
	:MT:ks=\E[?1h\E=:ke=\E[?1l\E>:\
	:is=\E*%5\E)0\E(B\E[r\E\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[?S\E[?8TZ\E[?F:\
	:rs=\E[r\E<\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:xn
# # --------------------------------
#
# d: DEC (DIGITAL EQUIPMENT CORPORATION)
#
# Note that xn glitch in vt100 is not quite the same as concept, since
# the cursor is left in a different position while in the weird state
# (concept at beginning of next line, vt100 at end of this line) so
# all versions of vi before 3.7 don't handle xn right on vt100.
# I assume you have smooth scroll off or are at a slow enough baud
# rate that it doesn't matter (1200? or less).  Also this assumes
# that you set auto-nl to "on", if you set it off use vt100-nam below.
#
# Since there are two things here called vt100, the installer can make
# a local decision to make either one standard "vt100" by including
# it in the list of terminals in reorder, since the first vt100 in
# /etc/termcap is the one that it will find.  The choice is between
# nam (no automatic margins) and am (automatic margins), as determined
# by the wrapline switch (group 3 #2).  I presonally recommend turning
# on the bit and using vt100-am, since having stuff hammer on the right
# margin is sort of hard to read.  However, the xn glitch does not occur
# if you turn the bit off.
#
# The vt100 uses rs and rf rather than is/ct/st because the tab settings
# are in non-volatile memory and don't need to be reset upon login.
# You can type "reset" to get them set.
#
#
#
# vt100 basic with:-
#   24 lines of 80 cols
#   automatic margins
#   standout=reverse (and standout end clears all modes!)
#   VT-style wrap (new vw boolean)
#   Move cursor right string (new rt string)
#
# I am unsure about the padding requirements listed here.  I have heard
# a claim that the vt100 needs no padding.  It's possible that it needs
# padding only if the xon/xoff switch is off.  For UNIX, this switch
# should probably be on.
#
d1|vt100|vt100-am|Dec vt100 basic with automatic margins:\
Xv|4105|vt100-Emulation:\
	:am:\
	:co#80:\
	:is=\E)0\E(B\E[24;1H\E[?7h:\
	:li#24:\
	:rs=\E[?3;7l:\
	:se=2\E[m:\
	:so=2\E[7m:\
	:ib=\E[1q:\
	:ie=\E[0q:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:al=\E[L:\
	:bl=^G:\
	:bs:\
	:cd=50\E[J:\
	:ce=3\E[K:\
	:cl=50\E[;H\E[2J:\
	:cm=5\E[%i%d;%dH:\
	:cr=^M:\
	:cs=\E[%i%d;%dr:\
	:do=^J:\
	:ho=\E[H:\
	:kb=^H:\
	:kd=\EOB:\
	:ke=\E[?1l\E>:\
	:kl=\EOD:\
	:kr=\EOC:\
	:ks=\E=:\
	:ku=\EOA:\
	:k1=\EOP:\
	:k2=\EOQ:\
	:k3=\EOR:\
	:k4=\EOS:\
	:le=^H:\
	:mb=2\E[5m:\
	:md=2\E[1m:\
	:me=2\E[m:\
	:mr=2\E[7m:\
	:ms:\
	:nd=2\E[C:\
	:nl=^J:\
	:pt:\
	:rc=\E8:\
	:rf=/usr/lib/tabset/vt100:\
	:sc=\E7:\
	:sr=5\EM:\
	:ta=^I:\
	:ue=2\E[m:\
	:up=2\E[A:\
	:us=2\E[4m:\
	:vt#3:\
	:xn:\
	:rt=\E[%dC:\
	:vw:
da|vt100|vt100-b|Dec vt100 with standout as bold:\
	:am:\
	:co#80:\
	:is=50\E)0\E(B\E[24;1H\E[?7h:\
	:li#24:\
	:rs=50\E[?3;7l:\
	:se=2\E[m:\
	:so=2\E[1m:\
	:ib=\E[1q:\
	:ie=\E[0q:\
	:sn=50\E[?3l:\
	:sw=50\E[?3h:\
	:tc=vt100-basic:
dv|vt100|vt100-w|vt100-wide|Dec vt100:\
	:am:\
	:co#132:\
	:is=50\E)0\E(B\E[24;1H\E[?3;7h:\
	:li#24:\
	:rs=50\E[?3;7l:\
	:se=2\E[m:\
	:so=2\E[7m:\
	:ib=\E[1q:\
	:ie=\E[0q:\
	:sn=50\E[?3l:\
	:sw=50\E[?3h:\
	:tc=vt100-basic:
dd|vt101|vt101|Dec vt101:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ic=\E[@:\
	:tc=vt100-am:
do|vt102|vt102|Dec vt102:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ic=\E[@:\
	:tc=vt100-am:
dl|vt100|vt100-nam|Dec vt100 basic with no automatic margins:\
	:am@:\
	:co#80:\
	:is=50\E)0\E(B\E[24;1H\E[7l:\
	:li#24:\
	:rs=50\E[?3;7l:\
	:se=2\E[m:\
	:so=2\E[7m:\
	:ib=\E[1q:\
	:ie=\E[0q:\
	:sn=50\E[?3l:\
	:sw=50\E[?3h:\
	:tc=vt100-basic:
dz|vt132|vt132:\
	:al=99\E[L:dl=99\E[M:ip=7:dc=7\E[P:ei=\E[4l:im=\E[4h:xn:dN#30:tc=vt100:
zz|unknown|unknown|unknown treated as vt100:\
	:tc=vt100-am:
#
#
# vtx00 basic : things that never change!
# Note that there are no padding characters!
# For safety, therefore, these are not used for VT100s!
#
d0|vtx00|vtx00-basic|Dec vtx00 basic:\
	:al=\E[L:\
	:bl=^G:\
	:bs:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[;H\E[2J:\
	:cm=\E[%i%d;%dH:\
	:cr=^M:\
	:cs=\E[%i%d;%dr:\
	:do=^J:\
	:ho=\E[H:\
	:kb=^H:\
	:kd=\EOB:\
	:ke=\E[?1l\E>:\
	:kl=\EOD:\
	:kr=\EOC:\
	:ks=\E[?1h\E=:\
	:ku=\EOA:\
	:k1=\EOP:\
	:k2=\EOQ:\
	:k3=\EOR:\
	:k4=\EOS:\
	:le=^H:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[m:\
	:mr=\E[7m:\
	:ms:\
	:nd=\E[C:\
	:nl=^J:\
	:pt:\
	:rc=\E8:\
	:rf=/usr/lib/tabset/vt100:\
	:sc=\E7:\
	:sr=\EM:\
	:ta=^I:\
	:ue=\E[m:\
	:up=\E[A:\
	:us=\E[4m:\
	:vt#3:\
	:xn:\
	:rt=\E[%dC:\
	:vw:
# # --------------------------------
#
#
#
# vt200 basic, which is the vt100 basic with a few extras.
#   Insert/delete characters and lines
#   Better clearing of (reverse video) standout mode
#   Alternate character sets
#
d2|vt200|vt200-am|Dec vt200:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[62;1"p\E*%5\E)0\E(B\E[12h\E[24;1H\E[?7h:\
	:li#24:\
	:rs=\E[?3;7l:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[1q:\
	:ie=\E[0q:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:tc=vtx00-basic:
db|vt200|vt200-b|Dec vt200 with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=vt200-am:
dw|vt200|vt200-w|Dec vt200 with possibility of 132 columns:\
	:is=\E[62;1"p\E*%5\E)0\E(B\E[12h\E[24;1H\E[?3;7h:\
	:co#132:\
	:tc=vt200-am:
dg|vt200|vt200-bw|Dec vt200 132 col with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=vt200-w:
db|vt240|vt240-am|Dec vt240 (colour):\
	:se=\E[24m:\
	:so=\E[4m:\
	:mr=\E[4m:\
	:tc=vt200-am:
dg|vt240|vt240-w|Dec vt240 132 col colour:\
	:se=\E[24m:\
	:so=\E[4m:\
	:mr=\E[4m:\
	:tc=vt200-w:
# # --------------------------------
#
#
# vt300 basic, which is the vt200 basic with a few extras.
#
d3|vt300|vt300-am|Dec vt300 basic with automatic margins:\
	:ds=\E[1$}\E[;H\E[K\E[0$}:\
	:es:\
	:fs=\E[0$}:\
	:hs:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[2$~\E[?7h:\
	:ts=\E[1$}\E[;H:\
	:tc=vt200-am:
dc|vt300|vt300-b|Dec vt300 with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=vt300-am:
dx|vt300|vt300-w|Dec vt300 with possibility of 132 columns:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[2$~\E[?3;7h:\
	:co#132:\
	:tc=vt300-am:
dh|vt300|vt300-bw|Dec vt300 with 132 columns and standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=vt300-w:
ds|vt300|vt300-nsl|Dec vt300 with no status line:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[0$"\E[?7h:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:tc=vt200-am:
db|vt340|vt340-am|Dec vt340 (colour):\
	:se=\E[24m:\
	:so=\E[4m:\
	:tc=vt300-am:
dg|vt340|vt340-w|Dec vt340 132 col colour:\
	:se=\E[24m:\
	:so=\E[4m:\
	:mr=\E[4m:\
	:tc=vt300-w:
# # --------------------------------
#
#
#  Falco VT200 and VT300 clones (and even Falco set as VT100!)
#
#
f1|fa100|fa100-am|Falco vt200 or vt300 but responding as vt100:\
	:tc=vt100:
fd|fa101|fa101-am|Falco vt200 or vt300 but responding as vt101:\
	:tc=vt100:
fo|fa102|fa102-am|Falco vt200 or vt300 but responding as vt102:\
	:tc=vt100:
fz|fa132|fa132-am|Falco vt200 or vt300 but responding as vt132:\
	:tc=vt100:
f2|fa200|fa200-am|Falco vt200 without screen setup:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[62;1"p\E*%5\E)0\E(B\E[12h\E[24;1H\E[?7h:\
	:li#24:\
	:rs=\E[?3l\E[?7h:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:tc=vtx00-basic:
fs|fa200|fa200-s|Falco vt200 setup for a status line:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[62;1"p\E[12h\E*%5\E)0\E(B\E[24;1H\E[?7h\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:li#24:\
	:rs=\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:tc=vtx00-basic:
fb|fa200|fa200-b|Falco vt200 with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=fa200-am:
fm|fa200|fa203|Falco vt200 with 32 lines:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[62;1"p\E[12h\E*%5\E)0\E(B\E[32;1H\E[?3l\E[?7h\E[<33L\E[<2;33p\E[<1;33p\E[<5;33p\E[<4;0p:\
	:li#32:\
	:rs=\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:sw=\E[<33L\E[<2;33p\E[<1;33p\E[<5;33p\E[<4;0p:\
	:tc=vtx00-basic:
fd|fa200|fa204|Falco vt200 with 43 lines:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[62;1"p\E[12h\E*%5\E)0\E(B\E[43;1H\E[?3l\E[?7h\E[<44L\E[<2;44p\E[<1;44p\E[<5;44p\E[<4;0p:\
	:li#43:\
	:rs=\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:sw=\E[<44L\E[<2;44p\E[<1;44p\E[<5;44p\E[<4;0p:\
	:tc=vtx00-basic:
fw|fa200|fa200-w|Falco vt200 with 132 columns:\
	:is=\E[62;1"p\E[12h\E*%5\E)0\E(B\E[24;1H\E[?3;7h\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:rs=\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:co#132:\
	:tc=fa200-am:
f5|fa200|fa205-w|Falco vt200 with 27 lines and 132 columns:\
	:is=\E[62;1"p\E[12h\E*%5\E)0\E(B\E[1;27r\E[27;1H\E[?3;7h\E[<28L\E[<2;28p\E[<1;28p\E[<5;28p\E[<4;0p:\
	:rs=\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:co#132:\
	:tc=fa200-am:
fg|fa200|fa200-bw|Falco vt200 132 col with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:co#132:\
	:tc=fa200-am:
# # --------------------------------
#
#
f3|fa300|fa300-am|Falco vt300 basic with automatic margins, no screen setup:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[?7h:\
	:li#24:\
	:rs=\E[?3l\E[?7h:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[?3l:\
	:sw=\E[?3h:\
	:tc=vtx00-basic:
#
# fa300 basic, which is the fa200 basic with a few extras.
#
ft|fa300|fa300-s|Falco vt300 basic with automatic margins, status line:\
	:ds=\E[1$}\E[;H\E[K\E[0$}:\
	:es:\
	:fs=\E[0$}:\
	:hs:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[2$-\E[2$~\E[?7h\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:rs=\E[0$-\E[0$~\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:ts=\E[1$}\E[;H:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:se=\E[27m:\
	:so=\E[7m:\
	:tc=vtx00-basic:
fc|fa300|fa300-b|Falco vt300 with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:tc=fa200-am:
fn|fa300|fa303|Falco vt300 with 32 lines:\
	:ds=\E[1$}\E[;H\E[K\E[0$}:\
	:es:\
	:fs=\E[0$}:\
	:hs:\
	:ts=\E[1$}\E[;H:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[32;1H\E[2$-\E[2$~\E[?3l\E[?7h\E[<33L\E[<2;33p\E[<1;33p\E[<5;33p\E[<4;0p:\
	:li#32:\
	:rs=\E[0$-\E[0$~\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:sw=\E[<33L\E[<2;33p\E[<1;33p\E[<5;33p\E[<4;0p:\
	:tc=vtx00-basic:
fe|fa300|fa304|Falco vt300 with 43 lines:\
	:ds=\E[1$}\E[;H\E[K\E[0$}:\
	:es:\
	:fs=\E[0$}:\
	:hs:\
	:ts=\E[1$}\E[;H:\
	:dc=\E[P:\
	:dl=\E[M:\
	:ei=\E[4l:\
	:im=\E[4h:\
	:mi:\
	:ae=\E(B:\
	:as=\E(<:\
	:am:\
	:co#80:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[43;1H\E[2$-\E[2$~\E[?3l\E[?7h\E[<44L\E[<2;44p\E[<1;44p\E[<5;44p\E[<4;0p:\
	:li#43:\
	:rs=\E[0$-\E[0$~\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:se=\E[27m:\
	:so=\E[7m:\
	:ib=\E[<1c:\
	:ie=\E[<0c:\
	:sn=\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:sw=\E[<44L\E[<2;44p\E[<1;44p\E[<5;44p\E[<4;0p:\
	:tc=vtx00-basic:
fx|fa300|fa300-w|Falco vt300 with 132 columns:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[24;1H\E[2$-\E[2$~\E[?3;7h\E[<26L\E[<2;25p\E[<1;25p\E[<5;25p\E[<4;1p:\
	:rs=\E[0$-\E[0$~\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:co#132:\
	:tc=fa300-am:
f6|fa300|fa305-w|Falco vt300 with 27 lines and 132 columns:\
	:is=\E[63;1"p\E+>\E*A\E)0\E(B\E[12h\E[1;27r\E[27;1H\E[2$-\E[2$~\E[?3;7h\E[<28L\E[<2;28p\E[<1;28p\E[<5;28p\E[<4;0p:\
	:rs=\E[0$-\E[0$~\E[?3l\E[?7h\E[<25L\E[<5;24p\E[<1;24p\E[<2;24p\E[<4;1p:\
	:co#132:\
	:tc=fa200-am:
fh|fa300|fa300-bw|Falco vt300 132 columns with standout as bold:\
	:se=\E[21m:\
	:so=\E[1m:\
	:co#132:\
	:tc=fa300-am:
#
# # --------------------------------
#
#
# Pericoms.
#
pa|pa|pa-am|Pericom ANSI with autowrap:\
	:am:\
	:bl=^G:\
	:bs:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[;H\E[2J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=^M:\
	:do=^J:\
	:ho=\E[0;0H:\
	:is=^O\E)0\E(B\E[7h\E[<1l\E[<2l:\
	:kd=\E[B:\
	:ke=\E[?1l\E>:\
	:kh=\E[H:\
	:kl=\E[D:\
	:kr=\E[C:\
	:ks=\E=:\
	:ku=\E[A:\
	:k1=\EOP:\
	:k2=\EOQ:\
	:k3=\EOR:\
	:k4=\EOS:\
	:le=^H:\
	:li#24:\
	:l1=al:\
	:l2=ic:\
	:l3=dl:\
	:l4=dc:\
	:me=\E[0m:\
	:mr=\E[7m:\
	:ms\
	:nd=\E[C:\
	:nl=^J:\
	:pt:\
	:se=\E[0m:\
	:sn=\E[?3l:\
	:so=\E[7m:\
	:sr=\EM:\
	:sw=\E[?3h:\
	:ta=^I:\
	:ue=\E[0m:\
	:up=\E[A:\
	:us=\E[4m:\
	:rt=\E[%dC:
pb|pa|pa-b|Pericom Ansi bold:\
	:se=\E[0m:\
	:so=\E[1m:\
	:tc=pa-am:
pw|pa|pa-w|Pericom Ansi 132 col:\
	:is=^O\E)0\E(B\E[?3;7h\E[<1l\E[<2l:\
	:cm=\E[%i%d;%dH:\
	:co#132:\
	:tc=pa-am:
px|pa|pa-bw|Pericom Ansi 132 col bold:\
	:is=^O\E)0\E(B\E[?3;7h\E[<1l\E[<2l:\
	:cm=\E[%i%d;%dH:\
	:co#132:\
	:tc=pa-b:
p7|p7|old pericom:\
	:is=^O\E)0\E(B\E=\E[?3l:\
	:ti=\E=:\
	:te=\E>:\
	:cm=\E[%i%d;%dH:co#80:\
	:tc=pa-am:
# # --------------------------------
#
#
#
#
t2|tdv|tdv2200/9S|Tandberg TDV 2200/9S:\
	:is=\EQ\E[7;31;36;47;56;62;80l\E[36;62;62h\E[0;2m:\
	:rs=\EQ\E[7;31;36;47;56;62;80l\E[36;62;62h\E[0m:\
	:cr=^M:do=^K:nl=^J:bl=^G:co#80:li#25:cl=^]\E[2J:\
	:le=^H:bs:am:cm=^P%.%.:nd=^X:\
        :up=\034:\
	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[0;2m:us=\E[4m:ue=\E[0;2m:\
	:md=\E[0m:mr=\E[7m:mb=\E[5m:me=\E[0;2m:ta=\E[16_:bt=\E[17_:\
	:ku=\034:kd=^K:kr=^X:kl=^H:kb=^H:\
	:ho=^]:sr=^W:ks=^[[80h:ke=^[[80l:
# # --------------------------------
#
#
#
ap|apollo|dec vt100:\
	:tc=vt100:
aX|apollo_1280_bw|apollo_1280_color|apollo_15P|apollo_15_color|apollo_15p|apollo display:\
	:dN@:tc=vt132:
# # --------------------------------
#
#
#
# Mac emulation (Versaterm)
#   This is a VT100 emulation in principle.
#   In fact, it is a VT100 with AVO (132 column possibility)
#
#   The Mac II series tend to have a real VT200 keyboard
#
#   It is convenient to have entries for old and new Macs
#
v1|macvt1|macvt1|Macintosh VersaTerm on standard keyboard:\
	:tc=vt100-am:
vv|macvt1|macvt1-w|Macintosh VersaTerm on standard keyboard:\
	:is=\E*%5\E)0\E(B\E[24;1H\E[?3;7h:\
	:co#132:\
	:tc=vt100-am:
v2|macvt2|macvt2|Macintosh VersaTerm on standard keyboard:\
	:tc=vt100-am:
vw|macvt2|macvt2-w|Macintosh VersaTerm on standard keyboard:\
	:is=\E*%5\E)0\E(B\E[24;1H\E[?3;7h:\
	:co#132:\
	:tc=vt100-am:
su|dumb|un|unknown:\
:am:bl=^G:co#80:cr=^M:do=^J:nl=^J:
#
# END OF TERMCAP
#  ------------------------
#
