terminfo.src revision 62449
150276Speter######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
250276Speter#
350276Speter# This version of terminfo.src is distributed with ncurses.
462449Speter# Report bugs to
562449Speter#	bug-ncurses@gnu.org
650276Speter#
750276Speter#	Version 10.2.1
862449Speter#	$Date: 2000/07/01 21:23:58 $
950276Speter#	terminfo syntax
1050276Speter#
1150276Speter#	Eric S. Raymond		(current maintainer)
1250276Speter#	John Kunze, Berkeley
1350276Speter#	Craig Leres, Berkeley
1450276Speter#
1562449Speter# Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
1650276Speter# address is no longer valid.  The latest version can always be found at
1762449Speter# <http://www.tuxedo.org/terminfo>.
1850276Speter#
1950276Speter# PURPOSE OF THIS FILE:
2050276Speter#
2150276Speter# This file describes the capabilities of various character-cell terminals,
2250276Speter# as needed by software such as screen-oriented editors.
2350276Speter#
2450276Speter# Other terminfo and termcap files exist, supported by various OS vendors
2550276Speter# or as relics of various older versions of UNIX.  This one is the longest
2650276Speter# and most comprehensive one in existence.  It subsumes not only the entirety
2750276Speter# of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
2850276Speter# termcap file, but also large numbers of vendor-maintained termcap and
2950276Speter# terminfo entries more complete and carefully tested than those in historical
3050276Speter# termcap/terminfo versions.
3150276Speter#
3250276Speter# Pointers to related resources (including the ncurses distribution) may
3362449Speter# be found at <http://www.tuxedo.org/terminfo>.
3450276Speter#
3550276Speter# INTERNATIONALIZATION:
3650276Speter#
3750276Speter# This file uses only the US-ASCII character set (no ISO8859 characters).
3850276Speter#
3950276Speter# This file assumes a US-ASCII character set. If you need to fix this, start
4050276Speter# by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
4150276Speter# for your character set.  \E(A and \E)A enables the British character set
4250276Speter# with the pound sign at position 2/3.  
4350276Speter#
4450276Speter# In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
4550276Speter# C1 characters are considered the first-byte set of the Japanese encodings,
4650276Speter# so \E)0 should be avoided in <enacs> and initialization strings.
4750276Speter#
4850276Speter# FILE FORMAT:
4950276Speter#
5050276Speter# The version you are looking at may be in any of three formats: master
5150276Speter# (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
5250276Speter# which by the format given in the header above.
5350276Speter#
5450276Speter# The master format is accepted and generated by the terminfo tools in the
5550276Speter# ncurses suite; it differs from stock (System V-compatible) terminfo only
5650276Speter# in that it admits a group of capabilities (prefixed `OT') equivalent to
5750276Speter# various obsolete termcap capabilities.  You can, thus, convert from master
5850276Speter# to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
5950276Speter# you have ncurses `tic -I' is nicer (among other things, it automatically
6050276Speter# outputs entries in a canonical form).
6150276Speter#
6250276Speter# The termcap version is generated automatically from the master version
6350276Speter# using tic -C.  This filtering leaves in the OT capabilities under their
6450276Speter# original termcap names.  All translated entries fit within the 1023-byte
6550276Speter# string-table limit of archaic termcap libraries except where explicitly
6650276Speter# noted below.  Note that the termcap translation assumes that your termcap
6750276Speter# library can handle multiple tc capabilities in an entry. 4.4BSD has this
6850276Speter# capability.  Older versions of GNU termcap, through 1.3, do not. 
6950276Speter#
7050276Speter# For details on these formats, see terminfo(5) in the ncurses distribution,
7150276Speter# and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
7250276Speter# curses has been declared obsolete by the caretakers of the 4.4BSD sources
7350276Speter# as of June 1995; they are encouraging everyone to migrate to ncurses.
7450276Speter#
7550276Speter# Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
7650276Speter# no entry in this file has embedded comments.  This is so source translation
7750276Speter# to termcap only has to carry over leading comments.  Also, no name field
7850276Speter# contains embedded whitespace (such whitespace confuses rdist).
7950276Speter#
8050276Speter# Further note: older versions of this file were often installed with an editor
8150276Speter# script (reorder) that moved the most common terminal types to the front of
8250276Speter# the file.  This should no longer be necessary, as the file is now ordered
8350276Speter# roughly by type frequency with ANSI/VT100 and other common types up front.
8450276Speter#
8550276Speter# Some information has been merged in from terminfo files distributed by
8650276Speter# USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
8750276Speter# comes from vendors who maintain official terminfos for their hardware
8850276Speter# (notably DEC and Wyse).
8950276Speter#
9050276Speter# A detailed change history is included at the end of this file.
9150276Speter#
9250276Speter# FILE ORGANIZATION:
9350276Speter#
9450276Speter# Comments in this file begin with # - they cannot appear in the middle
9550276Speter# of a terminfo/termcap entry (this feature had to be sacrificed in order
9650276Speter# to allow standard terminfo and termcap syntax to be generated cleanly from
9750276Speter# the master format).  Individual capabilities are commented out by
9850276Speter# placing a period between the colon and the capability name.
9950276Speter#
10050276Speter# The file is divided up into major sections (headed by lines beginning with 
10150276Speter# the string "########") and minor sections (beginning with "####"); do
10250276Speter#
10350276Speter#	grep "^####" <file> | more
10450276Speter#
10550276Speter# to see a listing of section headings.  The intent of the divisions is
10650276Speter# (a) to make it easier to find things, and (b) to order the database so
10750276Speter# that important and frequently-encountered terminal types are near the
10850276Speter# front (so that you'll get reasonable search efficiency from a linear
10950276Speter# search of the termcap form even if you don't use reorder).  Minor sections
11050276Speter# usually correspond to manufacturers or standard terminal classes. 
11150276Speter# Parenthesized words following manufacturer names are type prefixes or
11250276Speter# product line names used by that manufacturers.
11350276Speter#
11450276Speter# HOW TO READ THE ENTRIES:
11550276Speter#
11650276Speter# The first name in an entry is the canonical name for the model or
11750276Speter# type, last entry is a verbose description.  Others are mnemonic synonyms for
11850276Speter# the terminal.
11950276Speter#
12050276Speter# Terminal names look like <manufacturer> <model> - <modes/options>
12150276Speter# The part to the left of the dash, if a dash is present, describes the
12250276Speter# particular hardware of the terminal.  The part to the right may be used
12350276Speter# for flags indicating special ROMs, extra memory, particular terminal modes,
12450276Speter# or user preferences.
12550276Speter#
12650276Speter# All names should be in lower case, for consistency in typing.
12750276Speter#
12850276Speter# The following are conventionally used suffixes:
12950276Speter#	-2p	Has two pages of memory.  Likewise 4p, 8p, etc.
13050276Speter#	-am	Enable auto-margin.
13150276Speter#	-m	Monochrome.  Suppress color support
13250276Speter#	-mc	Magic-cookie.  Some terminals (notably older Wyses) can
13350276Speter#		only support one attribute without magic-cookie lossage.
13450276Speter#		Their base entry is usually paired with another that
13550276Speter#		uses magic cookies to support multiple attributes.
13650276Speter#	-nam	No auto-margin - suppress <am> capability
13750276Speter#	-nl	No labels - suppress soft labels
13850276Speter#	-ns	No status line - suppress status line
13950276Speter#	-rv	Terminal in reverse video mode (black on white)
14050276Speter#	-s	Enable status line.
14150276Speter#	-vb	Use visible bell (<flash>) rather than <bel>.
14250276Speter#	-w	Wide - in 132 column mode.
14350276Speter# If a name has multiple suffixes and one is a line height, that one should 
14450276Speter# go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.  
14550276Speter# 
14650276Speter# Entries with embedded plus signs are designed to be included through use/tc
14750276Speter# capabilities, not used as standalone entries. 
14850276Speter#
14950276Speter# To avoid search clashes, some older all-numeric names for terminals have
15050276Speter# been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
15150276Speter# All primary names of terminals now have alphanumeric prefixes.
15250276Speter#
15350276Speter# Comments marked "esr" are mostly results of applying the termcap-compiler
15450276Speter# code packaged with ncurses and contemplating the resulting error messages. 
15550276Speter# In many cases, these indicated obvious fixes to syntax garbled by the
15650276Speter# composers.  In a few cases, I was able to deduce corrected forms for garbled
15750276Speter# capabilities by looking at context.  All the information in the original
15850276Speter# entries is preserved in the comments.
15950276Speter#
16050276Speter# In the comments, terminfo capability names are bracketed with <> (angle
16150276Speter# brackets).  Termcap capability names are bracketed with :: (colons).
16250276Speter#
16350276Speter# INTERPRETATION OF USER CAPABILITIES
16450276Speter#
16550276Speter# The System V Release 4 and XPG4 terminfo format defines ten string
16650276Speter# capabilities for use by applications, <u0>...<u9>.   In this file, we use
16750276Speter# certain of these capabilities to describe functions which are not covered
16850276Speter# by terminfo.  The mapping is as follows:
16950276Speter#
17050276Speter#	u9	terminal enquire string (equiv. to ANSI/ECMA-48 DA)
17150276Speter#	u8	terminal answerback description
17250276Speter#	u7	cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
17350276Speter#	u6	cursor position report (equiv. to ANSI/ECMA-48 CPR)
17450276Speter#
17550276Speter# The terminal enquire string <u9> should elicit an answerback response
17650276Speter# from the terminal.  Common values for <u9> will be ^E (on older ASCII
17750276Speter# terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
17850276Speter#
17950276Speter# The cursor position request (<u7>) string should elicit a cursor position
18050276Speter# report.  A typical value (for VT100 terminals) is \E[6n.
18150276Speter#
18250276Speter# The terminal answerback description (u8) must consist of an expected
18350276Speter# answerback string.  The string may contain the following scanf(3)-like
18450276Speter# escapes:
18550276Speter#
18650276Speter#	%c	Accept any character
18750276Speter#	%[...]	Accept any number of characters in the given set
18850276Speter#
18950276Speter# The cursor position report (<u6>) string must contain two scanf(3)-style 
19050276Speter# %d format elements.  The first of these must correspond to the Y coordinate
19150276Speter# and the second to the %d.  If the string contains the sequence %i, it is
19250276Speter# taken as an instruction to decrement each value after reading it (this is
19350276Speter# the inverse sense from the cup string).  The typical CPR value is
19450276Speter# \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
19550276Speter#
19662449Speter# These capabilities are used by tack(1m), the terminfo action checker
19762449Speter# (distributed with ncurses 5.0).
19850276Speter#
19950276Speter# TABSET FILES
20050276Speter#
20150276Speter# All the entries in this file have been edited to assume that the tabset
20250276Speter# files directory is /usr/share/tabset, in conformance with the File Hierarchy
20350276Speter# Standard for Linux and open-source BSD systems.  Some vendors (notably Sun)
20450276Speter# use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.  
20550276Speter#
20650276Speter# No curses package we know of actually uses these files.  If their location
20750276Speter# is an issue, you will have to hand-patch the file locations before compiling
20850276Speter# this file.
20950276Speter# 
21050276Speter# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
21150276Speter#
21250276Speter# As the ANSI/ECMA-48 standard and variants take firmer hold, and as
21350276Speter# character-cell terminals are increasingly replaced by X displays, much of
21450276Speter# this file is becoming a historical document (this is part of the reason for
21562449Speter# the new organization, which puts ANSI types, xterm, Unix consoles,
21650276Speter# and vt100 up front in confidence that this will catch 95% of new hardware).
21750276Speter#
21850276Speter# For the terminal types still alive, I'd like to have manufacturer's
21950276Speter# contact data (Internet address and/or snail-mail + phone).
22050276Speter#
22150276Speter# I'm also interested in enriching the comments so that the latter portions of
22250276Speter# the file do in fact become a potted history of VDT technology as seen by
22350276Speter# UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
22450276Speter# include its live/dead/out-of-the-business status, and for as many
22550276Speter# terminal types as possible to be tagged with information like years
22650276Speter# of heaviest use, popularity, and interesting features.
22750276Speter#
22850276Speter# I'm especially interested in identifying the obscure entries listed under
22950276Speter# `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
23050276Speter# wisdom about them gets lost.  If you know a lot about obscure old terminals,
23150276Speter# please go to the terminfo resource page, grab the UFO file (ufo.ti), and 
23250276Speter# eyeball it for things you can identify and describe. 
23350276Speter#
23450276Speter# If you have been around long enough to contribute, please read the file
23550276Speter# with this in mind and send me your annotations.
23650276Speter#
23750276Speter# COPYRIGHTS AND OTHER DELUSIONS
23850276Speter#
23950276Speter# The BSD ancestor of this file had a standard Regents of the University of
24050276Speter# California copyright with dates from 1980 to 1993.
24150276Speter#
24250276Speter# Some information has been merged in from a terminfo file SCO distributes.
24350276Speter# It has an obnoxious boilerplate copyright which I'm ignoring because they 
24450276Speter# took so much of the content from the ancestral BSD versions of this file
24550276Speter# and didn't attribute it, thereby violating the BSD Regents' copyright.
24650276Speter#
24750276Speter# Not that anyone should care.  However many valid functions copyrights may
24850276Speter# serve, putting one on a termcap/terminfo file with hundreds of anonymous
24950276Speter# contributors makes about as much sense as copyrighting a wall-full of
25050276Speter# graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
25150276Speter#
25250276Speter# This file deliberately has no copyright.  It belongs to no one and everyone.
25350276Speter# If you claim you own it, you will merely succeed in looking like a fool. 
25450276Speter# Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
25550276Speter# There are no guarantees anywhere.  Svaha!
25650276Speter#
25750276Speter
25850276Speter######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
25950276Speter#
26062449Speter# This section describes terminal classes and brands that are still
26150276Speter# quite common.
26250276Speter#
26350276Speter
26450276Speter#### Specials
26550276Speter#
26650276Speter# Special "terminals".  These are used to label tty lines when you don't
26750276Speter# know what kind of terminal is on it.  The characteristics of an unknown
26850276Speter# terminal are the lowest common denominator - they look about like a ti 700.
26950276Speter#
27050276Speter
27150276Speterdumb|80-column dumb tty, 
27250276Speter	am, 
27350276Speter	cols#80, 
27450276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
27550276Speterunknown|unknown terminal type, 
27650276Speter	gn, use=dumb, 
27750276Speterlpr|printer|line printer, 
27862449Speter	OTbs, hc, os, 
27950276Speter	cols#132, lines#66, 
28050276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J, 
28150276Speterglasstty|classic glass tty interpreting ASCII control characters, 
28262449Speter	OTbs, am, 
28350276Speter	cols#80, 
28462449Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kcub1=^H, 
28562449Speter	kcud1=^J, nel=^M^J, .kbs=^H, 
28650276Speter
28762449Spetervanilla, 
28862449Speter	OTbs, 
28962449Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
29062449Speter
29150276Speter#### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
29250276Speter#
29350276Speter# See the end-of-file comment for more on these.
29450276Speter#
29550276Speter
29662449Speter# ANSI capabilities are broken up into pieces, so that a terminal
29762449Speter# implementing some ANSI subset can use many of them.
29862449Speteransi+local1, 
29962449Speter	cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
30062449Speteransi+local, 
30162449Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
30262449Speter	cuu=\E[%p1%dA, use=ansi+local1, 
30362449Speteransi+tabs, 
30462449Speter	cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[2g, 
30562449Speteransi+inittabs, 
30662449Speter	it#8, use=ansi+tabs, 
30762449Speteransi+erase, 
30862449Speter	clear=\E[H\E[J, ed=\E[J, el=\E[K, 
30962449Speteransi+rca, 
31062449Speter	hpa=\E[%p1%{1}%+%dG, vpa=\E[%p1%{1}%+%dd, 
31162449Speteransi+cup, 
31262449Speter	cup=\E[%i%p1%d;%p2%dH, home=\E[H, 
31362449Speteransi+rep, 
31462449Speter	rep=%p1%c\E[%p2%{1}%-%db, 
31562449Speteransi+idl1, 
31662449Speter	dl1=\E[M, il1=\E[L, 
31762449Speteransi+idl, 
31862449Speter	dl=\E[%p1%dM, il=\E[%p1%dL, use=ansi+idl1, 
31962449Speteransi+idc, 
32062449Speter	dch1=\E[P, ich=\E[%p1%d@, ich1=\E[@, rmir=\E6, smir=\E6, 
32162449Speteransi+arrows, 
32262449Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
32362449Speter	khome=\E[H, 
32462449Speteransi+sgr|ansi graphic renditions, 
32562449Speter	blink=\E[5m, invis=\E[8m, rev=\E[7m, sgr0=\E[0m, 
32662449Speteransi+sgrso|ansi standout only, 
32762449Speter	rmso=\E[m, smso=\E[7m, 
32862449Speteransi+sgrul|ansi underline only, 
32962449Speter	rmul=\E[m, smul=\E[4m, 
33062449Speteransi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim, 
33162449Speter	bold=\E[1m, 
33262449Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
33362449Speter	use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul, 
33462449Speteransi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold, 
33562449Speter	dim=\E[2m, 
33662449Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;m, 
33762449Speter	use=ansi+sgr, use=ansi+sgrso, use=ansi+sgrul, 
33862449Speteransi+pp|ansi printer port, 
33962449Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
34062449Speteransi+csr|ansi scroll-region plus cursor save & restore, 
34162449Speter	csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7, 
34262449Speter
34350276Speter# The IBM PC alternate character set.  Plug this into any Intel console entry.
34450276Speter# We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
34550276Speter# ROM graphics for control characters such as the diamond, up- and down-arrow.
34650276Speter# This works with the System V, Linux, and BSDI consoles.  It's a safe bet this
34750276Speter# will work with any Intel console, they all seem to have inherited \E[11m
34850276Speter# from the ANSI.SYS de-facto standard.
34950276Speterklone+acs|alternate character set for ansi.sys displays, 
35050276Speter	acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
35150276Speter	rmacs=\E[10m, smacs=\E[11m, 
35250276Speter
35350276Speter# Highlight controls corresponding to the ANSI.SYS standard.  Most 
35450276Speter# console drivers for Intel boxes obey these.  Makes the same assumption
35550276Speter# about \E[11m as klone+acs.  True ANSI/ECMA-48 would have <rmso=\E[27m>,
35650276Speter# <rmul=\E[24m>, but this isn't a documented feature of ANSI.SYS.
35750276Speterklone+sgr|attribute control for ansi.sys displays, 
35850276Speter	blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, 
35950276Speter	rmpch=\E[10m, rmso=\E[m, rmul=\E[m, 
36050276Speter	sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
36150276Speter	sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m, 
36250276Speter	use=klone+acs, 
36350276Speter
36450276Speter# Highlight controls corresponding to the ANSI.SYS standard.  *All*
36550276Speter# console drivers for Intel boxes obey these.  Does not assume \E[11m will
36650276Speter# work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
36750276Speter# diamond and arrow characters under curses.
36850276Speterklone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m), 
36950276Speter	blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m, 
37050276Speter	rmul=\E[m, 
37150276Speter	sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m, 
37250276Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
37350276Speter	use=klone+acs, 
37450276Speter
37550276Speter# KOI8-R (RFC1489) acs (alternate character set)
37650276Speter# From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
37750276Speterklone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset, 
37850276Speter	acsc=+\020\,\021-\036.^_0\215`\004a\237f\234g\232h\222i\220j\205k\203l\202m\204n\212o\213p\216q\0r\217s\214t\206u\207v\210w\211x\201y\230z\231{\267|\274}L~\225, 
37950276Speter	rmacs=\E[10m, smacs=\E[11m, 
38050276Speter
38150276Speter# ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
38250276Speter# between SVr4/XPG4's color numbers and ANSI.SYS attributes.  Here are longer
38350276Speter# but equivalent strings that don't rely on that coincidence:
38450276Speter# setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
38550276Speter# setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
38650276Speter# The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
38750276Speter# They match a subset of ECMA-48.
38850276Speterklone+color|color control for ansi.sys and ISO6429-compatible displays, 
38950276Speter	colors#8, ncv#3, pairs#64, 
39050276Speter	op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
39150276Speter
39250276Speter# This is better than klone+color, it doesn't assume white-on-black as the
39350276Speter# default color pair,  but many `ANSI' terminals don't grok the <op> cap.
39450276Speterecma+color|color control for ECMA-48-compatible terminals, 
39562449Speter	AX, 
39650276Speter	colors#8, ncv#3, pairs#64, 
39750276Speter	op=\E[39;49m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
39850276Speter
39950276Speter# Attribute control for ECMA-48-compatible terminals
40050276Speterecma+sgr|attribute capabilities for true ECMA-48 terminals, 
40162449Speter	rmso=\E[27m, rmul=\E[24m, use=klone+sgr, 
40250276Speter
40350276Speter# For comparison, here are all the capabilities implied by the Intel
40450276Speter# Binary Compatibility Standard (level 2) that fit within terminfo.
40550276Speter# For more detail on this rather pathetic standard, see the comments
40650276Speter# near the end of this file.
40750276Speteribcs2|Intel Binary Compatibility Standard prescriptions, 
40850276Speter	cbt=\E[Z, clear=\Ec, cub=\E[%p1%dD, cud=\E[%p1%dB, 
40950276Speter	cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
41050276Speter	dch=\E[%p1%dP, dispc=\E=%p1%dg, ech=\E[%p1%dX, 
41150276Speter	hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
41250276Speter	indn=\E[%p1%dS, rc=\E7, rin=\E[%p1%dT, rmam=\E[?7l, sc=\E7, 
41350276Speter	smam=\E[?7h, tbc=\E[g, vpa=\E[%i%p1%dd, 
41450276Speter
41550276Speter#### ANSI/ECMA-48 terminals and terminal emulators
41650276Speter#
41750276Speter# See near the end of this file for details on ANSI conformance.
41850276Speter# Don't mess with these entries!  Lots of other entries depend on them!
41950276Speter#
42050276Speter# This section lists entries in a least-capable to most-capable order.
42150276Speter# if you're in doubt about what `ANSI' matches yours, try them in that
42250276Speter# order and back off from the first that breaks.
42350276Speter
42462449Speter# ansi-mr is for ANSI terminals with ONLY relative cursor addressing
42562449Speter# and more than one page of memory.  It uses local motions instead of
42662449Speter# direct cursor addressing, and makes almost no assumptions. It does
42762449Speter# assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
42862449Speteransi-mr|mem rel cup ansi, 
42962449Speter	am, xon, 
43062449Speter	cols#80, lines#24, use=vanilla, use=ansi+erase, 
43162449Speter	use=ansi+local1, 
43262449Speter
43362449Speter# ansi-mini is a bare minimum ANSI terminal. This should work on anything, but 
43462449Speter# beware of screen size problems and memory relative cursor addressing.
43550276Speteransi-mini|any ansi terminal with pessimistic assumptions, 
43662449Speter	am, xon, 
43762449Speter	cols#80, lines#24, use=vanilla, use=ansi+cup, 
43862449Speter	use=ansi+erase, 
43950276Speter
44062449Speter# ansi-mtabs adds relative addressing and minimal tab support 
44162449Speteransi-mtabs|any ansi terminal with pessimistic assumptions, 
44262449Speter	it#8, 
44362449Speter	ht=^I, use=ansi+local1, use=ansi-mini, 
44462449Speter
44550276Speter# ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
44650276Speter#
44750276Speter# The following is an entry for the full ANSI 3.64 (1977).  It lacks
44850276Speter# padding, but most terminals using the standard are "fast" enough
44950276Speter# not to require any -- even at 9600 bps.  If you encounter problems,
45050276Speter# try including the padding specifications.
45150276Speter#
45250276Speter# Note: the :as: and :ae: specifications are not implemented here, for
45350276Speter# the available termcap documentation does not make clear WHICH alternate
45450276Speter# character set to specify.  ANSI 3.64 seems to make allowances for several.
45550276Speter# Please make the appropriate adjustments to fit your needs -- that is
45650276Speter# if you will be using alternate character sets.
45750276Speter#
45850276Speter# There are very few terminals running the full ANSI 3.64 standard,
45950276Speter# so I could only test this entry on one verified terminal (Visual 102).
46050276Speter# I would appreciate the results on other terminals sent to me.
46150276Speter#
46250276Speter# Please report comments, changes, and problems to:
46350276Speter#
46450276Speter# U.S. MAIL:   Hugh Hansard
46550276Speter#              Box: 22830
46650276Speter#              Emory University
46750276Speter#              Atlanta, GA. 30322.
46850276Speter#
46950276Speter# USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
47050276Speter#
47162449Speter# (Added vt100 <rc>,<sc> to quiet a tic warning --esr)
47250276Speteransi77|ansi 3.64 standard 1977 version, 
47362449Speter	OTbs, am, mir, 
47450276Speter	cols#80, it#8, lines#24, 
47550276Speter	bel=^G, clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
47650276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
47750276Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M$<5*/>, ed=\E[J, el=\E[K, 
47850276Speter	home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H, 
47950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
48062449Speter	kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, 
48162449Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, smir=\E[4h, 
48262449Speter	smso=\E[7m, smul=\E[4m, 
48350276Speter
48450276Speter# Procomm and some other ANSI emulations don't recognize all of the ANSI-
48550276Speter# standard capabilities.  This entry deletes <cuu>, <cuf>, <cud>, <cub>, and 
48650276Speter# <vpa>/<hpa> capabilities, forcing curses to use repetitions of <cuu1>, 
48750276Speter# <cuf1>, <cud1> and <cub1>.  Also deleted <ich> and <ich1>, as QModem up to 
48850276Speter# 5.03 doesn't recognize these.  Finally, we delete <rep> and <ri>, which seem
48950276Speter# to confuse many emulators.  On the other hand, we can count on these programs
49050276Speter# doing <rmacs>/<smacs>/<sgr>. Older versions of this entry featured 
49150276Speter# <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
49250276Speter# ANSI.SYS influence.
49350276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
49450276Speterpcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode), 
49562449Speter	OTbs, am, mir, msgr, 
49650276Speter	cols#80, it#8, lines#24, 
49750276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=\E[D, 
49850276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
49950276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
50050276Speter	hts=\EH, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
50150276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, tbc=\E[2g, 
50250276Speter	use=klone+sgr-dumb, 
50350276Speterpcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode), 
50450276Speter	lines#25, use=pcansi-m, 
50550276Speterpcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode), 
50650276Speter	lines#33, use=pcansi-m, 
50750276Speterpcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode), 
50850276Speter	lines#43, use=pcansi-m, 
50950276Speter# The color versions.  All PC emulators do color...
51050276Speterpcansi|ibm-pc terminal programs claiming to be ansi, 
51150276Speter	use=klone+color, use=pcansi-m, 
51250276Speterpcansi-25|pcansi25|ibm-pc terminal programs with 25 lines, 
51350276Speter	lines#25, use=pcansi, 
51450276Speterpcansi-33|pcansi33|ibm-pc terminal programs with 33 lines, 
51550276Speter	lines#33, use=pcansi, 
51650276Speterpcansi-43|pcansi43|ibm-pc terminal programs with 43 lines, 
51750276Speter	lines#43, use=pcansi, 
51850276Speter
51950276Speter# ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
52050276Speter# If you want pound signs rather than dollars, replace `B' with `A'
52150276Speter# in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
52250276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
52350276Speteransi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes, 
52450276Speter	mc5i, 
52550276Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
52650276Speter	cuu=\E[%p1%dA, dch=\E[%p1%dP, dl=\E[%p1%dM, 
52750276Speter	ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%i%p1%dG, ht=\E[I, 
52850276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, indn=\E[%p1%dS, kbs=^H, 
52950276Speter	kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
53050276Speter	kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, 
53150276Speter	rep=%p1%c\E[%p2%{1}%-%db, rin=\E[%p1%dT, s0ds=\E(B, 
53250276Speter	s1ds=\E)B, s2ds=\E*B, s3ds=\E+B, tbc=\E[2g, 
53350276Speter	vpa=\E[%i%p1%dd, use=pcansi-m, 
53450276Speter
53550276Speter# ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
53650276Speter# standard terminfo.  Assumes ANSI.SYS-compatible attributes and color.
53750276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
53850276Speteransi|ansi/pc-term compatible with color, 
53950276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c, 
54062449Speter	u9=\E[c, use=ecma+color, use=klone+sgr, use=ansi-m, 
54150276Speter
54262449Speter# ansi-generic is a vanilla ANSI terminal. This is assumed to implement 
54362449Speter# all the normal ANSI stuff with no extensions. It assumes 
54462449Speter# insert/delete line/char is there, so it won't work with 
54562449Speter# vt100 clones. It assumes video attributes for bold, blink, 
54662449Speter# underline, and reverse, which won't matter much if the terminal 
54762449Speter# can't do some of those. Padding is assumed to be zero, which 
54862449Speter# shouldn't hurt since xon/xoff is assumed.
54962449Speteransi-generic|generic ansi standard terminal, 
55062449Speter	am, xon, 
55162449Speter	cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup, 
55262449Speter	use=ansi+rca, use=ansi+erase, use=ansi+tabs, 
55362449Speter	use=ansi+local, use=ansi+idc, use=ansi+idl, use=ansi+rep, 
55462449Speter	use=ansi+sgrbold, use=ansi+arrows, 
55562449Speter
55650276Speter#### DOS ANSI.SYS variants
55750276Speter#
55850276Speter# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
55950276Speter# documentation (except for the keyboard key reassignment feature, which
56050276Speter# doen't fit the <pfkey> model well).  The klone+acs sequences were valid
56150276Speter# though undocumented.  The <pfkey> capability is untested but should work for
56250276Speter# keys F1-F10 (%p1 values outside this range will yield unpredictable results).
56350276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
56450276Speteransi.sys-old|ANSI.SYS under PC-DOS 2.1, 
56562449Speter	OTbs, am, mir, msgr, xon, 
56650276Speter	cols#80, lines#25, 
56750276Speter	clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
56850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, 
56950276Speter	is2=\E[m\E[?7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
57050276Speter	khome=^^, pfkey=\E[0;%p1%{58}%+%d;%p2"%s", rc=\E[u, 
57150276Speter	rmam=\E[?7l, sc=\E[s, smam=\E[?7h, u6=\E[%i%d;%dR, 
57262449Speter	u7=\E[6n, use=klone+color, use=klone+sgr, 
57350276Speteransi.sys|ANSI.SYS 3.1 and later versions, 
57450276Speter	el=\E[K, use=ansi.sys-old, 
57550276Speter
57650276Speter#
57750276Speter# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
57850276Speter# This should only be used when the terminal emulator cannot redefine the keys.
57950276Speter# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
58050276Speter# definitions must be restored.  If the terminal emulator is quit while in vi
58150276Speter# or others using <smkx>/<rmkx>, the keypad will not be defined as per PC-DOS.
58250276Speter# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
58350276Speter# (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
58450276Speter# does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
58550276Speter# Note that <kcub1> is always BS, because PC-dos can tolerate this change.
58650276Speter# Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
58750276Speter# Consequently the End keypad key could not be set (it is relatively safe and
58850276Speter# actually useful because it sends ^@ O, which beeps and opens a line above).
58950276Speteransi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi, 
59050276Speter	is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 
59150276Speter	rmkx=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p, 
59250276Speter	smkx=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p, 
59350276Speter	use=ansi.sys, 
59450276Speter#
59550276Speter# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
59650276Speternansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS, 
59750276Speter	dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
59862449Speter	is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, 
59962449Speter	use=ansi.sys, 
60050276Speter#
60150276Speter# See ansi.sysk and nansi.sys above.
60250276Speternansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi, 
60350276Speter	dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
60450276Speter	is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 
60550276Speter	use=ansi.sysk, 
60650276Speter
60750276Speter#### ANSI console types
60850276Speter#
60950276Speter
61050276Speter#### BeOS
61150276Speter#
61250276Speter# BeOS entry for Terminal program Seems to be almost ANSI
61350276Speterbeterm|BeOS Terminal, 
61450276Speter	am, eo, mir, msgr, xenl, xon, 
61550276Speter	colors#8, cols#80, it#8, lines#25, ncv#5, pairs#64, 
61656639Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
61762449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
61862449Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
61962449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
62062449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
62162449Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, 
62262449Speter	hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
62362449Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
62462449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
62562449Speter	kend=\E[4~, kf1=\E[11~, kf10=\E[20~, kf11=\E[21~, 
62662449Speter	kf12=\E[22~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, 
62762449Speter	kf5=\E[15~, kf6=\E[16~, kf7=\E[17~, kf8=\E[18~, kf9=\E[19~, 
62862449Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kspd=^Z, 
62962449Speter	nel=^M^J, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, 
63062449Speter	rmkx=\E[?4l, rmso=\E[m, rmul=\E[24m, rs1=\Ec, sc=\E7, 
63156639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
63256639Speter	setb=\E[%p1%{40}%+%cm, setf=\E[%p1%{30}%+%cm, 
63362449Speter	sgr0=\E[0;10m, smir=\E[4h, smkx=\E[?4h, smso=\E[7m, 
63462449Speter	smul=\E[4m, u6=\E[%i%p1%d;%p2%dR, u7=\E[6n, 
63562449Speter	vpa=\E[%i%p1%dd, 
63650276Speter
63750276Speter#### Linux consoles
63850276Speter#
63950276Speter
64050276Speter# This entry is good for the 1.2.13 or later version of the Linux console.
64150276Speter#
64250276Speter# ***************************************************************************
64350276Speter# *                                                                         *
64450276Speter# *                           WARNING:                                      *
64550276Speter# * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
64650276Speter# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
64750276Speter# * character. Here are the keymap replacement lines that will set this up: *
64850276Speter# *                                                                         *
64950276Speter#	keycode  15 = Tab             Tab
65050276Speter#		alt     keycode  15 = Meta_Tab
65150276Speter#		shift	keycode  15 = F26
65250276Speter#	string F26 ="\033[Z"
65350276Speter# *                                                                         *
65450276Speter# * This has to use a key slot which is unfortunate (any unused one will    *
65550276Speter# * do, F26 is the higher-numbered one).  The change ought to be built      *
65650276Speter# * into the kernel tables.                                                 *
65750276Speter# *                                                                         *
65850276Speter# ***************************************************************************
65950276Speter#
66050276Speter# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
66150276Speter# and it matters, turn off <ccc>.  The %02x escape used to implement this is
66250276Speter# not back-portable to SV curses and not supported in ncurses versions before
66350276Speter# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
66450276Speter# themselves; this entry assumes that capability.
66550276Speter#
66662449Speter# This entry is good for the 1.2.13 or later version of the Linux console.
66762449Speter#
66862449Speter# ***************************************************************************
66962449Speter# *                                                                         *
67062449Speter# *                           WARNING:                                      *
67162449Speter# * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
67262449Speter# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
67362449Speter# * character. Here are the keymap replacement lines that will set this up: *
67462449Speter# *                                                                         *
67562449Speter#	keycode  15 = Tab             Tab
67662449Speter#		alt     keycode  15 = Meta_Tab
67762449Speter#		shift	keycode  15 = F26
67862449Speter#	string F26 ="\033[Z"
67962449Speter# *                                                                         *
68062449Speter# * This has to use a key slot which is unfortunate (any unused one will    *
68162449Speter# * do, F26 is the higher-numbered one).  The change ought to be built      *
68262449Speter# * into the kernel tables.                                                 *
68362449Speter# *                                                                         *
68462449Speter# ***************************************************************************
68562449Speter#
68662449Speter# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
68762449Speter# and it matters, turn off <ccc>.  The %02x escape used to implement this is
68862449Speter# not back-portable to SV curses and not supported in ncurses versions before
68962449Speter# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
69062449Speter# themselves; this entry assumes that capability.
69162449Speter#
69250276Speter# The 2.2.x kernels add a private mode that sets the cursor type; use that to
69350276Speter# get a block cursor for cvvis.
69450276Speter# reported by Frank Heckenbach <frank@g-n-u.de>.
69550276Speterlinux|linux console, 
69650276Speter	am, bce, eo, mir, msgr, xenl, xon, 
69762449Speter	it#8, ncv#18, 
69850276Speter	acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
69950276Speter	bel=^G, civis=\E[?25l\E[?1c, clear=\E[H\E[J, 
70050276Speter	cnorm=\E[?25h\E[?0c, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
70150276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
70250276Speter	cuu1=\E[A, cvvis=\E[?25h\E[?8c, dch=\E[%p1%dP, dch1=\E[P, 
70350276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 
70450276Speter	el=\E[K, el1=\E[1K, flash=\E[?5h\E[?5l$<200/>, home=\E[H, 
70550276Speter	hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
70650276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kb2=\E[G, kbs=\177, 
70750276Speter	kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
70850276Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
70950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
71050276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
71150276Speter	kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
71250276Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
71362449Speter	khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
71462449Speter	kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, 
71562449Speter	rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
71650276Speter	sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
71750276Speter	smir=\E[4h, smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
71850276Speter	u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
71950276Speter	use=klone+sgr, use=ecma+color, 
72050276Speterlinux-m|Linux console no color, 
72150276Speter	colors@, pairs@, 
72250276Speter	setab@, setaf@, setb@, setf@, use=linux, 
72350276Speterlinux-c-nc|linux console 1.3.x hack for ncurses only, 
72450276Speter	ccc, 
72550276Speter	initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x, 
72662449Speter	oc=\E]R, use=linux, 
72750276Speter# From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
72850276Speterlinux-c|linux console 1.3.6+ with private palette for each virtual console, 
72950276Speter	ccc, 
73050276Speter	colors#8, pairs#64, 
73150276Speter	initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p3%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p4%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;, 
73262449Speter	oc=\E]R, use=linux, 
73350276Speter
73450276Speter# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
73550276Speterlinux-nic|linux with ich/ich1 suppressed for non-curses programs, 
73662449Speter	ich@, ich1@, use=linux, 
73750276Speter
73850276Speter# This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
73950276Speter# acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
74050276Speterlinux-koi8|linux with koi8 alternate character set, 
74150276Speter	acsc=+\020\,\021-\030.^Y0\215`\004a\221f\234g\237h\220i\276j\205k\203l\202m\204n\212o~p\0q\0r\0s_t\206u\207v\211w\210x\201y\230z\231{\267|\274~\224, 
74250276Speter	use=linux, use=klone+koi8acs, 
74350276Speter
74450276Speter# Another entry for KOI8-r with Qing Long's acsc.
74550276Speter# (which one better complies with the standard?)
74650276Speterlinux-koi8r|linux with koi8-r alternate character set, 
74750276Speter	use=linux, use=klone+koi8acs, 
74850276Speter
74962449Speter# Entry for the latin1 and latin2 fonts
75062449Speterlinux-lat|linux with latin1 or latin2 alternate character set, 
75162449Speter	acsc=+\020\,\021-\030.^Y0\333`\004a\013f\370g\361h\260i\316j\211k\214l\206m\203n\305o~p\304q\212r\304s_t\207u\215v\301w\302x\205y\363z\362{\343|\330}\234~\376, 
75262449Speter	use=linux, 
75362449Speter
75462449Speter#### Mach
75562449Speter#
75662449Speter
75762449Speter# From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
75850276Spetermach|Mach Console, 
75950276Speter	am, km, 
76050276Speter	cols#80, it#8, lines#25, 
76150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
76250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
76350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
76450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
76550276Speter	el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, 
76650276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
76750276Speter	kdch1=\E[9, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf2=\EOQ, 
76850276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
76950276Speter	kf9=\EOX, khome=\E[H, kich1=\E[@, kll=\E[F, knp=\E[U, 
77062449Speter	kpp=\E[V, rev=\E[7m, rmso=\E[0m, rmul=\E[24m, sgr0=\E[0m, 
77162449Speter	smso=\E[7m, smul=\E[4m, 
77250276Spetermach-bold|Mach Console with bold instead of underline, 
77362449Speter	rmul=\E[0m, smul=\E[1m, use=mach, 
77462449Spetermach-color|Mach Console with ANSI color, 
77562449Speter	colors#8, pairs#64, 
77662449Speter	dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m, 
77762449Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=mach, 
77850276Speter
77962449Speter#### OSF Unix
78062449Speter#
78150276Speter
78262449Speter# OSF/1 1.1 Snapshot 2
78362449Speterpmcons|pmconsole|PMAX console, 
78462449Speter	am, 
78562449Speter	cols#128, lines#57, 
78662449Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ht=^I, 
78762449Speter	ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
78862449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
78962449Speter
79050276Speter# SCO console and SOS-Syscons console for 386bsd
79150276Speter# (scoansi: had unknown capabilities
79250276Speter#	:Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
79350276Speter#	:GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
79450276Speter#	:G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
79550276Speter#	:CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
79650276Speter#	:WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
79750276Speter# I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
79850276Speter# on the <smacs>=\E[12m  -- esr)
79950276Speter#
80056639Speter# klone+sgr-dumb is an error since the acsc does not match -TD
80156639Speter#
80250276Speter# In this description based on SCO's keyboard(HW) manpage list of default function key
80350276Speter# values:
80450276Speter#	F13-F24 are shifted F1-F12
80550276Speter#	F25-F36 are control F1-F12
80650276Speter#	F37-F48 are shift+control F1-F12
80750276Speterscoansi|SCO Extended ANSI standard crt, 
80862449Speter	OTbs, am, eo, xon, 
80956639Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
81056639Speter	acsc=0[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`ja0fxgqh2jYk?lZm@nEqDtCu4vAwBx3~y, 
81150276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, 
81250276Speter	cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
81350276Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
81456639Speter	ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, invis=\E[8m, kbeg=\E[E, 
81556639Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
81656639Speter	kcuu1=\E[A, kend=\E[F, kf1=\E[M, kf10=\E[V, kf11=\E[W, 
81756639Speter	kf12=\E[X, kf13=\E[Y, kf15=\E[a, kf16=\E[b, kf17=\E[c, 
81856639Speter	kf18=\E[d, kf19=\E[e, kf2=\E[N, kf20=\E[f, kf21=\E[g, 
81956639Speter	kf22=\E[h, kf23=\E[i, kf24=\E[j, kf25=\E[k, kf26=\E[l, 
82056639Speter	kf27=\E[m, kf28=\E[n, kf29=\E[o, kf3=\E[O, kf30=\E[p, 
82156639Speter	kf31=\E[q, kf32=\E[r, kf33=\E[s, kf34=\E[t, kf35=\E[u, 
82256639Speter	kf36=\E[v, kf37=\E[w, kf38=\E[x, kf39=\E[y, kf4=\E[P, 
82356639Speter	kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\, kf44=\E[], 
82456639Speter	kf45=\E[\^, kf46=\E[_, kf47=\E[`, kf48=\E[{, kf5=\E[Q, 
82556639Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
82656639Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, op=\E[37;40m, rev=\E[7m, 
82756639Speter	ri=\E[T, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
82856639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
82956639Speter	sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m, 
83056639Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
83150276Speter
83250276Speter# This actually describes the generic SVr4 display driver for Intel boxes.
83350276Speter# The <dim=\E[2m> isn't documented and therefore may not be reliable.
83450276Speter# From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
83550276Speteratt6386|at386|386at|AT&T WGS 6386 console, 
83650276Speter	am, bw, eo, xon, 
83750276Speter	cols#80, it#8, lines#25, 
83850276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
83950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[=C, 
84050276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub=\E[%p1%dD, 
84150276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
84250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
84350276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
84450276Speter	dl=\E[%p1%dM, dl1=\E[1M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
84550276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
84650276Speter	ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=\E[S, 
84750276Speter	indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H, 
84850276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
84950276Speter	kdch1=\E[P, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, 
85050276Speter	kf12=\EOA, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
85150276Speter	kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H, kich1=\E[@, 
85250276Speter	knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m, 
85350276Speter	ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
85450276Speter	sc=\E7, 
85550276Speter	sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m, 
85650276Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
85762449Speter	tbc=\E[2g, vpa=\E[%i%p1%dd, use=klone+color, 
85850276Speter# (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
85950276Speterpc6300plus|AT&T 6300 plus, 
86062449Speter	OTbs, am, xon, 
86150276Speter	cols#80, lines#24, 
86250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, 
86350276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, 
86450276Speter	cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
86550276Speter	dch1=\E[1P, dim=\E[2m, dl1=\E[1M, ed=\E[0J, el=\E[0K, 
86650276Speter	home=\E[H, hts=\EH, ich1=\E[1@, il1=\E[1L, ind=^J, 
86750276Speter	invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
86850276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\EOu, kf2=\EOd, kf3=\EOe, 
86950276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\EOk, 
87050276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
87150276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
87250276Speter
87350276Speter# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
87450276Speter#
87550276Speter# I have a UNIX PC which I use as a terminal attached to my Linux PC.
87650276Speter# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
87750276Speter# is broken. All the special key sequences are broken, making it unusable
87850276Speter# with Emacs. The problem stems from the following:
87950276Speter# 
88050276Speter# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
88150276Speter# keypad!), loadable fonts, and strange highlighting modes ("dithered"
88250276Speter# half-intensity, "smeared" bold, and real strike-out, for example.) It also
88350276Speter# uses resizable terminal windows, but the bundled terminal program always
88450276Speter# uses an 80x24 window (and doesn't support seem to support a 132-column
88550276Speter# mode.) 
88650276Speter# 
88750276Speter# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
88850276Speter# library which was a superset of SVr3.5 curses (called tam, for "terminal
88950276Speter# access method".) tam includes support for real, overlapping windows,
89050276Speter# onscreen function key labels, and bitmap graphics. But since the primary
89150276Speter# user interface on the UNIX PC was a GUI program (ua, for "user
89250276Speter# assistant",) and remote administration was considered important for the
89350276Speter# machine, tam also supported VT100-compatible terminals attached to the
89450276Speter# serial port or used across the StarLan network. To simulate the extra keys
89550276Speter# not present on a VT100, users could press ESC and a two-letter sequence,
89650276Speter# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
89750276Speter# however, were not the same as those sent by the actual Undo key. The
89850276Speter# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
89950276Speter# (If you're interested in adding some of the tam calls to ncurses, btw, I
90050276Speter# have the full documentation and several programs which use tam. It also
90150276Speter# used an extended terminfo format to describe key sequences, special
90250276Speter# highlighting modes, etc.) 
90350276Speter# 
90450276Speter# KEYS: This means that ncurses would quite painful on the UNIX PC, since
90550276Speter# there are two sequences for every key-modifier combination (local keyboard
90650276Speter# sequence and remote "VT100" sequence.) But I doubt many people are trying
90750276Speter# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
90850276Speter# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume) 
90950276Speter# seem to have been built from the manual describing the VT100 sequences. 
91050276Speter# This means it doesn't work for a real live UNIX PC. 
91150276Speter# 
91250276Speter# FONTS: The UNIX PC also has a strange interpretation of "alternate
91350276Speter# character set". Rather than the VT100 graphics you might expect, it allows
91450276Speter# up to 8 custom fonts to be loaded at any given time. This means that
91550276Speter# programs expecting VT100 graphics will usually be disappointed. For this
91650276Speter# reason I have disabled the smacs/rmacs sequences, but they could easily be
91750276Speter# re-enabled. Here are the relevant control sequences (from the ESCAPE(7) 
91850276Speter# manpage), should you wish to do so: 
91950276Speter# 
92050276Speter# SGR10 - Select font 0 - ESC [ 10 m or SO
92150276Speter# SGR11 - Select font 1 - ESC [ 11 m or SI
92250276Speter# SGR12 - Select font 2 - ESC [ 12 m
92350276Speter# ... (etc.)
92450276Speter# SGR17 - Select font 7 - ESC [ 17 m
92550276Speter# 
92650276Speter# Graphics for line drawing are not reliably found at *any* character
92750276Speter# location because the UNIX PC has dynamically reloadable fonts. I use font
92850276Speter# 0 for regular text and font 1 for italics, but this is by no means
92950276Speter# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
93050276Speter# 
93150276Speter# MISC: The cursor visible/cursor invisible sequences were swapped in the
93250276Speter# distributed terminfo.
93350276Speter# 
93450276Speter# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
93550276Speter# the UNIX PC terminfo entry. The modified version works great with Lynx,
93650276Speter# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
93750276Speter# attached by serial cable. In Emacs, even the Undo key works, and many
93850276Speter# applications can now use the F1-F8 keys. 
93950276Speter# 
94050276Speter# esr's notes:
94150276Speter#	Terminfo entry for the AT&T Unix PC 7300
94250276Speter#	from escape(7) in Unix PC 7300 Manual.
94350276Speter#	Somewhat similar to a vt100-am (but different enough
94450276Speter#	to redo this from scratch.)
94550276Speter#
94650276Speter#	/***************************************************************
94750276Speter#	*
94850276Speter#	*           FONT LOADING PROGRAM FOR THE UNIX PC
94950276Speter#	*
95050276Speter#	*     This routine loads a font defined in the file ALTFONT
95150276Speter#	*     into font memory slot #1.  Once the font has been loaded,
95250276Speter#	*     it can be used as an alternative character set.
95350276Speter#	*
95450276Speter#	*     The call to ioctl with the argument WIOCLFONT is the key 
95550276Speter#	*     to this routine.  For more information, see window(7) in 
95650276Speter#	*     the PC 7300 documentation.
95750276Speter#	***************************************************************/
95850276Speter#	#include <string.h>		/* needed for strcpy call */
95950276Speter#	#include <sys/window.h>         /* needed for ioctl call */
96050276Speter#	#define FNSIZE	60		/* font name size */
96150276Speter#	#define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
96250276Speter#	/*
96350276Speter#	*     The file /usr/lib/wfont/special.8.ft comes with the
96450276Speter#	*     standard PC software.  It defines a graphics character set
96550276Speter#	*     similar to that of the Teletype 5425 terminal.  To view
96650276Speter#	*     this or other fonts in /usr/lib/wfont, use the command
96750276Speter#	*     cfont <filename>.  For further information on fonts see
96850276Speter#	*     cfont(1) in the PC 7300 documentation.
96950276Speter#	*/
97050276Speter#	
97150276Speter#	struct altfdata 	/* structure for alt font data */
97250276Speter#	{
97350276Speter#	short	altf_slot;		/* memory slot number */
97450276Speter#	char	altf_name[FNSIZE];	/* font name (file name) */
97550276Speter#	};
97650276Speter#	ldfont()
97750276Speter#	{
97850276Speter#		int wd;		/* window in which altfont will be */
97950276Speter#		struct altfdata altf;
98050276Speter#		altf.altf_slot=1;
98150276Speter#		strcpy(altf.altf_name,ALTFONT);
98250276Speter#		for (wd =1; wd < 12; wd++) {
98350276Speter#		     ioctl(wd, WIOCLFONT,&altf);
98450276Speter#	        }
98550276Speter#	}
98650276Speter#
98750276Speter# (att7300: added <civis>/<cnorm>/<ich1>/<invis> from the BSDI entry,
98850276Speter# they're confirmed by the man page for the System V display---esr)
98950276Speter#
99050276Speteratt7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, 
99150276Speter	am, xon, 
99250276Speter	cols#80, it#8, lines#24, 
99350276Speter	bel=^G, blink=\E[9m, bold=\E[1m, cbt=\E^I, civis=\E[=1C, 
99450276Speter	clear=\E[2J\E[H, cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, 
99550276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
99650276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
99750276Speter	cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
99850276Speter	ed=\E[0J, el=\E[0K, home=\E[H, ich1=\E[@, il=\E[%p1%dL, 
99950276Speter	il1=\E[L, ind=^J, invis=\E[9m, is1=\017\E[=1w, kBEG=\ENB, 
100050276Speter	kCAN=\EOW, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, 
100150276Speter	kEND=\ENN, kEOL=\EOA, kFND=\EOX, kHLP=\EOM, kHOM=\ENM, 
100250276Speter	kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR, 
100350276Speter	kPRV=\ENG, kRDO=\EOT, kRIT=\ENL, kRPL=\EOY, kSAV=\EOO, 
100450276Speter	kUND=\EOS, kbeg=\ENb, kbs=^H, kcan=\EOw, kcbt=\E[Z, 
100550276Speter	kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
100650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\ENf, 
100750276Speter	ked=\E[J, kel=\EOa, kend=\E0, kext=\EOk, kf1=\EOc, kf2=\EOd, 
100850276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
100950276Speter	kfnd=\EOx, khlp=\EOm, khome=\E[H, kich1=\ENj, kind=\E[B, 
101050276Speter	kmov=\ENc, kmrk=\ENi, knp=\E[U, knxt=\ENh, kopn=\EOv, 
101150276Speter	kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, 
101250276Speter	kref=\EOb, krfr=\ENa, kri=\E[A, krpl=\EOy, krst=\EOB, 
101350276Speter	ksav=\EOo, kslt=\ENI, kund=\EOs, nel=\EE, rev=\E[7m, ri=\EM, 
101450276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smso=\E[7m, 
101550276Speter	smul=\E[4m, 
101650276Speter
101750276Speter# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
101850276Speter# from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
101950276Speter# for the application keypad mode.  We have added iris-ansi-ap rather than
102050276Speter# change the original to keypad mode.
102150276Speter#
102250276Speter# (iris-ansi: added rmam/smam based on init string -- esr)
102350276Speter#
102450276Speter# This entry, and those derived from it, is used in xwsh (also known as
102550276Speter# winterm).  Some capabilities that do not fit into the terminfo model
102650276Speter# include the shift- and control-functionkeys:
102750276Speter#
102850276Speter# F1-F12 generate different codes when shift or control modifiers are used.
102950276Speter# For example:
103050276Speter#	F1      	\E[001q
103150276Speter#	shift F1	\E[013q
103250276Speter#	control-F1	\E[025q
103350276Speter#
103450276Speter# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
103550276Speter# \EOP to \EOS.  The shifted and control modifiers still do the same thing.
103650276Speter#
103750276Speter# The cursor keys also have different codes:
103850276Speter#	control-up	\E[162q
103950276Speter#	control-down	\E[165q
104050276Speter#	control-left	\E[159q
104150276Speter#	control-right	\E[168q
104250276Speter#
104350276Speter#	shift-up	\E[161q
104450276Speter#	shift-down	\E[164q
104550276Speter#	shift-left	\E[158q
104650276Speter#	shift-right	\E[167q
104750276Speter#
104850276Speter#	control-tab	\[072q
104950276Speter#
105056639Speteriris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100), 
105150276Speter	am, 
105250276Speter	cols#80, it#8, lines#40, 
105350276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, 
105450276Speter	cnorm=\E[9/y\E[12/y\E[=6l, cr=^M, cub=\E[%p1%dD, 
105550276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, 
105650276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
105750276Speter	cuu1=\E[A, cvvis=\E[10/y\E[=1h\E[=2l\E[=6h, 
105850276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
105950276Speter	home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
106050276Speter	is2=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8, kDC=\E[P, 
106150276Speter	kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, 
106250276Speter	kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
106350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
106450276Speter	kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\E[010q, 
106550276Speter	kf11=\E[011q, kf12=\E[012q, kf2=\E[002q, kf3=\E[003q, 
106650276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
106750276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
106850276Speter	knp=\E[154q, kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, 
106950276Speter	kspd=\E[217q, nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\, 
107050276Speter	rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
107150276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[1;7m, smul=\E[4m, 
107250276Speter	tbc=\E[3g, 
107350276Speteriris-ansi-ap|IRIS ANSI in application-keypad mode, 
107450276Speter	is2=\E[?1l\E=\E[?7h, kent=\EOM, kf10=\E[010q, 
107562449Speter	kf11=\E[011q, kf12=\E[012q, kf9=\E[009q, use=iris-ansi, 
107650276Speter
107750276Speter# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
107850276Speter# (T.Dickey 98/1/24)
107950276Speteriris-color|xwsh|IRIX ANSI with color, 
108050276Speter	ncv#33, 
108150276Speter	csr=\E[%i%p1%d;%p2%dr, dch=\E[%p1%dP, dim=\E[2m, 
108250276Speter	ech=\E[%p1%dX, ich=\E[%p1%d@, rc=\E8, ritm=\E[23m, 
108350276Speter	rmul=\E[24m, rs1=\Ec, 
108450276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
108550276Speter	sitm=\E[3m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
108650276Speter	use=klone+color, use=iris-ansi-ap, 
108750276Speter
108850276Speter# The following is a version of the ibm-pc entry distributed with PC/IX,
108950276Speter# (Interactive Systems' System 3 for the Big Blue), modified by Richard
109050276Speter# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
109150276Speter# (the former is untrue, and the latter failed under UCB/man); standout and
109250276Speter# underline modes have been added.  Note: this entry describes the "native"
109350276Speter# capabilities of the PC monochrome display, without ANY emulation; most
109450276Speter# communications packages (but NOT PC/IX connect) do some kind of emulation.
109550276Speterpcix|PC/IX console, 
109650276Speter	am, bw, eo, 
109750276Speter	cols#80, lines#24, 
109850276Speter	clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
109950276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
110050276Speter	home=\E[H, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, 
110150276Speter	smul=\E[4m, 
110250276Speter
110350276Speter# (ibmpcx: this entry used to be known as ibmx.
110450276Speter# It formerly included the following extension capabilities:
110550276Speter#	:GC=b:GL=v:GR=t:RT=^J:\
110650276Speter#	:GH=\E[196g:GV=\E[179g:\
110750276Speter#	:GU=\E[193g:GD=\E[194g:\
110850276Speter#	:G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
110950276Speter#	:CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
111050276Speter#	:WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
111150276Speter# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
111250276Speter# ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
111350276Speter# what was there before. -- esr)
111450276Speteribmpcx|xenix|ibmx|IBM PC xenix console display, 
111562449Speter	OTbs, am, msgr, 
111650276Speter	cols#80, lines#25, 
111750276Speter	clear=^L, cub1=^H, cud1=\E[B, cuf1=\E[C, 
111850276Speter	cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
111950276Speter	ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, 
112050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, 
112150276Speter	kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, 
112262449Speter	kpp=\E[Z, use=klone+acs, use=klone+sgr, 
112350276Speter
112462449Speter#### QNX
112562449Speter#
112650276Speter
112750276Speter# QNX 4.0 Console
112850276Speter# Michael's original version of this entry had <am@>, <smcup=\Ei>,
112950276Speter# <rmcup=\Eh\ER>; this was so terminfo applications could write the lower
113050276Speter# right corner without triggering a scroll.  The ncurses terminfo library can
113150276Speter# handle this case with the <ich1> capability, and prefers <am> for better
113250276Speter# optimization.  Bug: The <op> capability resets attributes.
113350276Speter# From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
113450276Speter# (removed: <sgr=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,>)
113550276Speterqnx|qnx4|qnx console, 
113650276Speter	daisy, km, mir, msgr, xhpa, xt, 
113750276Speter	colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8, 
113850276Speter	acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t\303u\264v\301w\302x\263, 
113950276Speter	bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ, 
114050276Speter	cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
114150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2, 
114250276Speter	dch1=\Ef, dl1=\EF, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\Ee, 
114350276Speter	il1=\EE, ind=^J, kBEG=\377\356, kCAN=\377\263, 
114450276Speter	kCMD=\377\267, kCPY=\377\363, kCRT=\377\364, 
114550276Speter	kDL=\377\366, kEND=\377\301, kEOL=\377\311, 
114650276Speter	kEXT=\377\367, kFND=\377\370, kHLP=\377\371, 
114750276Speter	kHOM=\377\260, kIC=\377\340, kLFT=\377\264, 
114850276Speter	kMOV=\377\306, kMSG=\377\304, kNXT=\377\272, 
114950276Speter	kOPT=\377\372, kPRT=\377\275, kPRV=\377\262, 
115050276Speter	kRDO=\377\315, kRES=\377\374, kRIT=\377\266, 
115150276Speter	kRPL=\377\373, kSAV=\377\307, kSPD=\377\303, 
115250276Speter	kUND=\377\337, kbeg=\377\300, kcan=\377\243, kcbt=\377\0, 
115350276Speter	kclo=\377\343, kclr=\377\341, kcmd=\377\245, 
115450276Speter	kcpy=\377\265, kcrt=\377\305, kctab=\377\237, 
115550276Speter	kcub1=\377\244, kcud1=\377\251, kcuf1=\377\246, 
115650276Speter	kcuu1=\377\241, kdch1=\377\254, kdl1=\377\274, 
115750276Speter	ked=\377\314, kel=\377\310, kend=\377\250, kent=\377\320, 
115850276Speter	kext=\377\270, kf1=\377\201, kf10=\377\212, 
115950276Speter	kf11=\377\256, kf12=\377\257, kf13=\377\213, 
116050276Speter	kf14=\377\214, kf15=\377\215, kf16=\377\216, 
116150276Speter	kf17=\377\217, kf18=\377\220, kf19=\377\221, 
116250276Speter	kf2=\377\202, kf20=\377\222, kf21=\377\223, 
116350276Speter	kf22=\377\224, kf23=\377\333, kf24=\377\334, 
116450276Speter	kf25=\377\225, kf26=\377\226, kf27=\377\227, 
116550276Speter	kf28=\377\230, kf29=\377\231, kf3=\377\203, 
116650276Speter	kf30=\377\232, kf31=\377\233, kf32=\377\234, 
116750276Speter	kf33=\377\235, kf34=\377\236, kf35=\377\276, 
116850276Speter	kf36=\377\277, kf37=\377\321, kf38=\377\322, 
116950276Speter	kf39=\377\323, kf4=\377\204, kf40=\377\324, 
117050276Speter	kf41=\377\325, kf42=\377\326, kf43=\377\327, 
117150276Speter	kf44=\377\330, kf45=\377\331, kf46=\377\332, 
117250276Speter	kf47=\377\316, kf48=\377\317, kf5=\377\205, kf6=\377\206, 
117350276Speter	kf7=\377\207, kf8=\377\210, kf9=\377\211, kfnd=\377\346, 
117450276Speter	khlp=\377\350, khome=\377\240, khts=\377\342, 
117550276Speter	kich1=\377\253, kil1=\377\273, kind=\377\261, 
117650276Speter	kmov=\377\351, kmrk=\377\355, kmsg=\377\345, 
117750276Speter	knp=\377\252, knxt=\377\312, kopn=\377\357, 
117850276Speter	kopt=\377\353, kpp=\377\242, kprt=\377\255, 
117950276Speter	kprv=\377\302, krdo=\377\336, kref=\377\354, 
118050276Speter	kres=\377\360, krfr=\377\347, kri=\377\271, 
118150276Speter	krmir=\377\313, krpl=\377\362, krst=\377\352, 
118250276Speter	ksav=\377\361, kslt=\377\247, kspd=\377\335, 
118350276Speter	ktbc=\377\344, kund=\377\365, mvpa=\E!%p1%02d, op=\ER, 
118450276Speter	rep=\Eg%p2%{32}%+%c%p1%c, rev=\E(, ri=\EI, rmcup=\Eh\ER, 
118550276Speter	rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 
118650276Speter	setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei, 
118750276Speter	smso=\E(, smul=\E[, 
118850276Speter
118950276Speter# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
119050276Speter# (esr: commented out <scp> and <rmcup> to avoid warnings.)
119150276Speter# (TD: derive from original qnx4 entry)
119250276Speterqnxt2|qnx 2.15 serial terminal, 
119350276Speter	am, 
119450276Speter	civis@, cnorm@, cvvis@, dch1@, ich1@, kRES@, kRPL@, kUND@, kspd@, 
119562449Speter	rep@, rmcup@, rmso=\E>, setb@, setf@, smcup@, smso=\E<, use=qnx4, 
119650276Speter
119750276Speter#### NetBSD consoles
119850276Speter#
119950276Speter# pcvt termcap database entries (corresponding to release 3.31)
120050276Speter# Author's last edit-date: [Fri Sep 15 20:29:10 1995]
120150276Speter#
120250276Speter# (For the terminfo master file, I translated these into terminfo syntax.
120350276Speter# Then I dropped all the pseudo-HP entries. we don't want and can't use
120450276Speter# the :Xs: flag. Then I split :is: into a size-independent <is1> and a
120550276Speter# size-dependent <is2>.  Finally, I added <rmam>/<smam> -- esr)
120650276Speter
120750276Speter# NOTE: <ich1> has been taken out of this entry. for reference, it should
120850276Speter# be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
120950276Speter# (esr: added <civis> and <cnorm> to resolve NetBSD Problem Report #4583)
121050276SpeterpcvtXX|pcvt vt200 emulator (DEC VT220), 
121150276Speter	am, km, mir, msgr, xenl, 
121250276Speter	it#8, vt#3, 
121350276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~, 
121450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
121550276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
121650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
121750276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
121850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
121950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
122050276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
122150276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, 
122250276Speter	is1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=\177, 
122350276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
122450276Speter	kdch1=\E[3~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
122550276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
122650276Speter	khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, 
122750276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, 
122850276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
122950276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
123050276Speter	rs1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
123150276Speter	sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
123250276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
123350276Speter
123450276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
123550276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
123650276Speter#	50 lines entries; 80 columns
123750276Speterpcvt25|dec vt220 emulation with 25 lines, 
123850276Speter	cols#80, lines#25, 
123950276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
124050276Speterpcvt28|dec vt220 emulation with 28 lines, 
124150276Speter	cols#80, lines#28, 
124250276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
124350276Speterpcvt35|dec vt220 emulation with 35 lines, 
124450276Speter	cols#80, lines#35, 
124550276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
124650276Speterpcvt40|dec vt220 emulation with 40 lines, 
124750276Speter	cols#80, lines#40, 
124850276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
124950276Speterpcvt43|dec vt220 emulation with 43 lines, 
125050276Speter	cols#80, lines#43, 
125150276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
125250276Speterpcvt50|dec vt220 emulation with 50 lines, 
125350276Speter	cols#80, lines#50, 
125450276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
125550276Speter
125650276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
125750276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
125850276Speter#	50 lines entries; 132 columns
125950276Speterpcvt25w|dec vt220 emulation with 25 lines and 132 cols, 
126050276Speter	cols#132, lines#25, 
126150276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
126250276Speterpcvt28w|dec vt220 emulation with 28 lines and 132 cols, 
126350276Speter	cols#132, lines#28, 
126450276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
126550276Speterpcvt35w|dec vt220 emulation with 35 lines and 132 cols, 
126650276Speter	cols#132, lines#35, 
126750276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
126850276Speterpcvt40w|dec vt220 emulation with 40 lines and 132 cols, 
126950276Speter	cols#132, lines#40, 
127050276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
127150276Speterpcvt43w|dec vt220 emulation with 43 lines and 132 cols, 
127250276Speter	cols#132, lines#43, 
127350276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
127450276Speterpcvt50w|dec vt220 emulation with 50 lines and 132 cols, 
127550276Speter	cols#132, lines#50, 
127650276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
127750276Speter
127850276Speter# Terminfo entries to enable the use of the ncurses library in colour on a
127950276Speter# NetBSD-arm32 console (only tested on a RiscPC).
128050276Speter# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
128150276Speter# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
128250276Speter# typo in invis - TD
128350276Speterarm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480), 
128450276Speter	am, bce, msgr, xenl, xon, 
128550276Speter	cols#80, it#8, lines#30, 
128650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
128750276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
128850276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
128950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
129050276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
129150276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
129250276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
129350276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, 
129450276Speter	invis=\E[8m$<2>, ka1=\E[q, ka3=\E[s, kb2=\E[r, kbs=^H, 
129550276Speter	kc1=\E[p, kc3=\E[n, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
129650276Speter	kcuu1=\E[A, kent=\E[M, kf0=\E[y, kf1=\E[P, kf10=\E[x, 
129750276Speter	kf2=\E[Q, kf3=\E[R, kf4=\E[S, kf5=\E[t, kf6=\E[u, kf7=\E[v, 
129850276Speter	kf8=\E[l, kf9=\E[w, rc=\E8, rev=\E[6m$<2>, ri=\EM$<5>, 
129950276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
130050276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
130150276Speter	sc=\E7, 
130250276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
130350276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
130462449Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, use=ecma+sgr, 
130562449Speter	use=klone+color, 
130650276Speter
130750276Speterarm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768), 
130850276Speter	cols#132, lines#50, use=arm100, 
130950276Speter
131050276Speter# NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
131150276Speter# manufactured by Sharp for the Japenese market.
131250276Speter# From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
131350276Speterx68k|x68k-ite|NetBSD/x68k ITE, 
131450276Speter	cols#96, lines#32, 
131550276Speter	kclr=\E[9~, khlp=\E[28~, use=vt220, 
131650276Speter
131756639Speter# <tv@pobox.com>:
131856639Speter# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
131956639Speter#
132056639Speter# (still unfinished, but good enough so far.)
132156639Speterofcons, 
132256639Speter	bw, 
132356639Speter	cols#80, lines#30, 
132456639Speter	bel=^G, blink=\2337;2m, bold=\2331m, clear=^L, cr=^M, 
132556639Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
132656639Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
132756639Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
132856639Speter	dim=\2332m, dl=\233%p1%dM, dl1=\233M, ed=\233J, el=\233K, 
132956639Speter	flash=^G, ht=^I, ich=\233%p1%d@, ich1=\233@, il=\233%p1%dL, 
133056639Speter	il1=\233L, ind=^J, invis=\2338m, kbs=^H, kcub1=\233D, 
133156639Speter	kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\233P, 
133256639Speter	kf1=\2330P, kf10=\2330M, kf2=\2330Q, kf3=\2330W, 
133356639Speter	kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r, 
133456639Speter	kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m, 
133556639Speter	rmso=\2330m, rmul=\2330m, sgr0=\2330m, 
133656639Speter
133756639Speter# NetBSD "wscons" emulator in vt220 mode
133856639Speter# These are micro-minimal and probably need to be redone for real
133956639Speter# after the manner of the pcvt entries.
134056639Speterwsvt25|NetBSD wscons in 25 line DEC VT220 mode, 
134156639Speter	cols#80, lines#25, use=vt220, 
134256639Speter
134356639Speterwsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta, 
134456639Speter	km, 
134556639Speter	cols#80, lines#25, use=vt220, 
134656639Speter
134756639Speter# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and 
134856639Speter# DECstation/pmax.
134956639Speterrcons|BSD rasterconsole, 
135056639Speter	use=sun-il, 
135156639Speter# Color version of above. Color currenly only provided by NetBSD.
135256639Speterrcons-color|BSD rasterconsole with ANSI color, 
135356639Speter	bce, 
135456639Speter	colors#8, pairs#64, 
135556639Speter	op=\E[m, setab=\E[4%dm, setaf=\E[3%dm, use=rcons, 
135656639Speter
135762449Speter# mgterm -- MGL/MGL2, MobileGear Graphic Library
135862449Speter# for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
135962449Speter# -- the setf/setb are probably incorrect, more likely setaf/setab -TD
136062449Speter# -- compare with cons25w
136162449Spetermgterm, 
136262449Speter	OTbs, OTpt, am, bce, bw, eo, km, msgr, npc, 
136362449Speter	colors#8, cols#80, it#8, lines#18, pairs#64, 
136462449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
136562449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
136662449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
136762449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
136862449Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, dl=\E[%p1%dM, 
136962449Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
137062449Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, 
137162449Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
137262449Speter	indn=\E[%p1%dS, kb2=\E[E, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
137362449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, kend=\E[F, 
137462449Speter	kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf2=\E[N, 
137562449Speter	kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
137662449Speter	kf9=\E[U, khome=\E[H, kich1=\E[L, knp=\E[G, kpp=\E[I, 
137762449Speter	nel=\E[E, op=\E[x, rc=\E8, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
137862449Speter	rmso=\E[m, rs2=\E[x\E[m\Ec, sc=\E7, setb=\E[4%p1%dm, 
137962449Speter	setf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd, 
138062449Speter
138150276Speter#### FreeBSD console entries
138250276Speter#
138350276Speter# From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
138450276Speter# Andrey Chernov maintains the FreeBSD termcap distributions.
138550276Speter#
138650276Speter# Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
138750276Speter# or comment out the :cb: capability in the console entry.
138850276Speter#
138950276Speter# Alexander Lukyanov reports:
139050276Speter# I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
139150276Speter# Now el1 clears not only to the line beginning, but also a large chunk
139250276Speter# of previous line. But there is another bug - ech does not work at all.
139350276Speter#
139450276Speter
139550276Speter# for syscons
139650276Speter# common entry without semigraphics
139750276Speter# Bug: The <op> capability resets attributes.
139850276Speter# Bug? The ech and el1 attributes appear to move the cursor in some cases; for
139950276Speter# instance el1 does if the cursor is moved to the right margin first.  Removed
140050276Speter# by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
140150276Speter#
140250276Speter# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
140350276Speter# Note that this disables standout with color.
140450276Spetercons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode), 
140550276Speter	am, bce, bw, eo, msgr, npc, 
140656639Speter	colors#8, cols#80, it#8, lines#25, ncv#21, pairs#64, 
140750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
140856639Speter	cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
140956639Speter	cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
141056639Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
141156639Speter	cvvis=\E[=1C, dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, 
141256639Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
141356639Speter	hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
141456639Speter	il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, kb2=\E[E, 
141556639Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
141656639Speter	kcuu1=\E[A, kdch1=\177, kend=\E[F, kf1=\E[M, kf10=\E[V, 
141756639Speter	kf11=\E[W, kf12=\E[X, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, 
141856639Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
141956639Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, nel=\E[E, op=\E[x, rev=\E[7m, 
142062449Speter	ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, rs2=\E[x\E[m\Ec, 
142156639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
142256639Speter	smso=\E[7m, vpa=\E[%i%p1%dd, 
142350276Spetercons25|ansis|ansi80x25|freebsd console (25-line ansi mode), 
142450276Speter	acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371, 
142550276Speter	use=cons25w, 
142650276Spetercons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode), 
142750276Speter	colors@, pairs@, 
142862449Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
142962449Speter	use=cons25, 
143050276Spetercons30|ansi80x30|freebsd console (30-line ansi mode), 
143150276Speter	lines#30, use=cons25, 
143250276Spetercons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode), 
143350276Speter	lines#30, use=cons25-m, 
143450276Spetercons43|ansi80x43|freebsd console (43-line ansi mode), 
143550276Speter	lines#43, use=cons25, 
143650276Spetercons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode), 
143750276Speter	lines#43, use=cons25-m, 
143850276Spetercons50|ansil|ansi80x50|freebsd console (50-line ansi mode), 
143950276Speter	lines#50, use=cons25, 
144050276Spetercons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode), 
144150276Speter	lines#50, use=cons25-m, 
144250276Spetercons60|ansi80x60|freebsd console (60-line ansi mode), 
144350276Speter	lines#60, use=cons25, 
144450276Spetercons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode), 
144550276Speter	lines#60, use=cons25-m, 
144650276Spetercons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic, 
144750276Speter	acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225, 
144850276Speter	use=cons25w, 
144950276Spetercons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono), 
145050276Speter	colors@, pairs@, 
145150276Speter	op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25r, 
145250276Spetercons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines), 
145350276Speter	lines#50, use=cons25r, 
145450276Spetercons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono), 
145550276Speter	lines#50, use=cons25r-m, 
145650276Spetercons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines), 
145750276Speter	lines#60, use=cons25r, 
145850276Spetercons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono), 
145950276Speter	lines#60, use=cons25r-m, 
146050276Speter# ISO 8859-1 FreeBSD console
146150276Spetercons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars, 
146250276Speter	acsc=+\253\,\273-\030.\031`\201a\202f\207g\210i\247j\213k\214l\215m\216n\217o\220p\221q\222r\223s\224t\225u\226v\227w\230x\231y\232z\233~\237, 
146350276Speter	use=cons25w, 
146450276Spetercons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono), 
146550276Speter	colors@, pairs@, 
146662449Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
146762449Speter	use=cons25l1, 
146850276Spetercons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines), 
146950276Speter	lines#50, use=cons25l1, 
147050276Spetercons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono), 
147150276Speter	lines#50, use=cons25l1-m, 
147250276Spetercons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines), 
147350276Speter	lines#60, use=cons25l1, 
147450276Spetercons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono), 
147550276Speter	lines#60, use=cons25l1-m, 
147650276Speter
147750276Speter#### 386BSD and BSD/OS Consoles
147850276Speter#
147950276Speter
148050276Speter# This was the original 386BSD console entry (I think).  
148150276Speter# Some places it's named oldpc3|oldibmpc3.
148250276Speter# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
148350276Speterorigpc3|origibmpc3|IBM PC 386BSD Console, 
148462449Speter	OTbs, am, bw, eo, xon, 
148550276Speter	cols#80, lines#25, 
148650276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
148750276Speter	bold=\E[7m, clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
148850276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
148950276Speter	home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
149050276Speter	kcuu1=\E[A, khome=\E[Y, ri=\E[T, rmso=\E[1;0x\E[2;7x, 
149150276Speter	rmul=\E[1;0x\E[2;7x, sgr0=\E[m\E[1;0x\E[2;7x, 
149250276Speter	smso=\E[1;7x\E[2;0x, smul=\E[1;7x\E[2;0x, 
149350276Speter
149450276Speter# description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
149550276Speteroldpc3|oldibmpc3|old IBM PC BSD/386 Console, 
149662449Speter	OTbs, km, 
149750276Speter	lines#25, 
149850276Speter	bel=^G, bold=\E[=15F, cr=^M, cud1=^J, dim=\E[=8F, dl1=\E[M, 
149950276Speter	ht=^I, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
150050276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, kll=\E[F, 
150150276Speter	knp=\E[G, kpp=\E[I, nel=^M^J, sgr0=\E[=R, 
150250276Speter
150350276Speter# Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
150450276Speter# Note, the emulator supports many of the additional console features
150550276Speter# listed in the iBCS2 (e.g. character-set selection) though not all
150650276Speter# are described here.  This entry really ought to be upgraded.
150750276Speter# Also note, the console will also work with fewer lines after doing
150850276Speter# "stty rows NN", e.g. to use 24 lines.
150950276Speter# (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996) 
151050276Speter# Bug: The <op> capability resets attributes.
151162449Speterbsdos-pc|IBM PC BSD/OS Console, 
151262449Speter	sgr=\E[0;10%?%p1%t;7%;%?%p2%t;1%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 
151362449Speter	use=bsdos-pc-nobold, 
151462449Speter
151550276Speterbsdos-pc-nobold|BSD/OS PC console w/o bold, 
151662449Speter	use=klone+color, use=bsdos-pc-m, 
151762449Speter
151862449Speterbsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono, 
151962449Speter	OTbs, am, eo, km, xon, 
152050276Speter	cols#80, it#8, lines#25, 
152150276Speter	bel=^G, clear=\Ec, cr=^M, cub=\E[%p1%dD, cub1=^H, 
152250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
152350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
152450276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
152550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
152650276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, 
152750276Speter	kll=\E[F, knp=\E[G, kpp=\E[I, nel=^M^J, rc=\E8, sc=\E7, 
152850276Speter	sgr=\E[0;10%?%p1%t;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m%?%p5%t\E[=8F%;, 
152962449Speter	use=klone+sgr, 
153050276Speter
153150276Speter# Old names for BSD/OS PC console used in releases before 4.1. 
153250276Speterpc3|BSD/OS on the PC Console, 
153350276Speter	use=bsdos-pc-nobold, 
153450276Speteribmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline, 
153550276Speter	use=bsdos-pc, 
153650276Speter 
153750276Speter# BSD/OS on the SPARC 
153850276Speterbsdos-sparc|Sun SPARC BSD/OS Console, 
153950276Speter	use=sun, 
154050276Speter	 
154150276Speter# BSD/OS on the PowerPC 
154250276Speterbsdos-ppc|PowerPC BSD/OS Console, 
154350276Speter	use=bsdos-pc, 
154450276Speter
154562449Speter#### DEC VT52
154662449Speter# (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
154762449Spetervt52|dec vt52, 
154862449Speter	OTbs, 
154962449Speter	cols#80, it#8, lines#24, 
155062449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
155162449Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
155262449Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
155362449Speter	el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
155462449Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
155562449Speter
155650276Speter#### DEC VT100 and compatibles
155750276Speter#
155862449Speter# DEC terminals from the vt100 forward are collected here. Older DEC terminals
155962449Speter# and micro consoles can be found in the `obsolete' section.  More details on
156050276Speter# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
156150276Speter# found near the end of this file.
156250276Speter#
156350276Speter# Except where noted, these entries are DEC's official terminfos.
156450276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
156550276Speter# Engineering for more information.  Updated terminfos and termcaps 
156650276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
156750276Speter#
156850276Speter# In October 1995 DEC sold its terminals business, including the VT and Dorio
156950276Speter# line and trademark, to SunRiver Data Systems.  SunRiver has since changed
157050276Speter# its name to Boundless Technologies; see http://www.boundless.com.
157150276Speter#
157250276Speter
157350276Speter# NOTE:  Any VT100 emulation, whether in hardware or software, almost
157450276Speter# certainly includes what DEC called the `Level 1 editing extension' codes;
157550276Speter# only the very oldest VT100s lacked these and there probably aren't any of
157650276Speter# those left alive.  To capture these, use one of the VT102 entries.
157750276Speter#
157850276Speter# Note that the <xenl> glitch in vt100 is not quite the same as on the Concept,
157950276Speter# since the cursor is left in a different position while in the
158050276Speter# weird state (concept at beginning of next line, vt100 at end
158150276Speter# of this line) so all versions of vi before 3.7 don't handle
158250276Speter# <xenl> right on vt100. The correct way to handle <xenl> is when
158350276Speter# you output the char in column 80, immediately output CR LF
158450276Speter# and then assume you are in column 1 of the next line. If <xenl>
158550276Speter# is on, am should be on too.
158650276Speter# 
158750276Speter# I assume you have smooth scroll off or are at a slow enough baud
158850276Speter# rate that it doesn't matter (1200? or less). Also this assumes
158950276Speter# that you set auto-nl to "on", if you set it off use vt100-nam 
159050276Speter# below.
159150276Speter# 
159250276Speter# The padding requirements listed here are guesses. It is strongly
159350276Speter# recommended that xon/xoff be enabled, as this is assumed here.
159450276Speter# 
159550276Speter# The vt100 uses <rs2> and <rf> rather than <is2>/<tbc>/<hts> because the 
159650276Speter# tab settings are in non-volatile memory and don't need to be 
159750276Speter# reset upon login. Also setting the number of columns glitches 
159850276Speter# the screen annoyingly. You can type "reset" to get them set.
159950276Speter#
160062449Speter# The VT100 series terminals have cursor ("arrows") keys which can operate
160162449Speter# in two different modes: Cursor Mode and Application Mode.  Cursor Mode
160262449Speter# is the reset state, and is assumed to be the normal state.  Application
160362449Speter# Mode is the "set" state.  In Cursor Mode, the cursor keys transmit
160462449Speter# "Esc [ {code}" sequences, conforming to ANSI standards.  In Application
160562449Speter# Mode, the cursor keys transmit "Esc O <code>" sequences.  Application Mode
160662449Speter# was provided primarily as an aid to the porting of VT52 applications.  It is
160762449Speter# assumed that the cursor keys are normally in Cursor Mode, and expected that
160862449Speter# applications such as vi will always transmit the <smkx> string.  Therefore,
160962449Speter# the definitions for the cursor keys are made to match what the terminal
161062449Speter# transmits after the <smkx> string is transmitted.  If the <smkx> string
161162449Speter# is a null string or is not defined, then cursor keys are assumed to be in
161262449Speter# "Cursor Mode", and the cursor keys definitions should match that assumption,
161362449Speter# else the application may fail.  It is also expected that applications will
161462449Speter# always transmit the <rmkx> string to the terminal before they exit.
161562449Speter#
161662449Speter# The VT100 series terminals have an auxiliary keypad, commonly referred to as
161762449Speter# the "Numeric Keypad", because it is a cluster of numeric and function keys.
161862449Speter# The Numeric Keypad which can operate in two different modes: Numeric Mode and
161962449Speter# Application Mode.  Numeric Mode is the reset state, and is assumed to be
162062449Speter# the normal state.  Application Mode is the "set" state.  In Numeric Mode,
162162449Speter# the numeric and punctuation keys transmit ASCII 7-bit characters, and the 
162262449Speter# Enter key transmits the same as the Return key (Note: the Return key
162362449Speter# can be configured to send either LF (\015) or CR LF).  In Application Mode,
162462449Speter# all the keypad keys transmit "Esc O {code}" sequences.  The PF1 - PF4 keys
162562449Speter# always send the same "Esc O {code}" sequences.  It is assumed that the keypad
162662449Speter# is normally in Numeric Mode.  If an application requires that the keypad be
162762449Speter# in Application Mode then it is expected that the user, or the application,
162862449Speter# will set the TERM environment variable to point to a terminfo entry which has
162962449Speter# defined the <smkx> string to include the codes that switch the keypad into
163062449Speter# Application Mode, and the terminfo entry will also define function key
163162449Speter# fields to match the Application Mode control codes.  If the <smkx> string
163262449Speter# is a null string or is not defined, then the keypad is assumed to be in
163362449Speter# Numeric Mode.  If the <smkx> string switches the keypad into Application
163462449Speter# Mode, it is expected that the <rmkx> string will contain the control codes
163562449Speter# necessary to reset the keypad to "Normal" mode, and it is also expected that
163662449Speter# applications which transmit the <smkx> string will also always transmit the
163762449Speter# <rmkx> string to the terminal before they exit.
163862449Speter#
163950276Speter# Here's a diagram of the VT100 keypad keys with their bindings.
164050276Speter# The top line is the name of the key (some DEC keyboards have the keys
164150276Speter# labelled somewhat differently, like GOLD instead of PF1, but this is
164250276Speter# the most "official" name).  The second line is the escape sequence it
164350276Speter# generates in Application Keypad mode (where "$" means the ESC
164450276Speter# character).  The third line contains two items, first the mapping of
164550276Speter# the key in terminfo, and then in termcap.
164650276Speter#   _______________________________________
164750276Speter#  |   PF1   |   PF2   |   PF3   |   PF4   |
164850276Speter#  |   $OP   |   $OQ   |   $OR   |   $OS   |
164950276Speter#  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
165050276Speter#  |    7         8         9         -    |
165150276Speter#  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
165250276Speter#  |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
165350276Speter#  |    4    |    5    |    6    |    ,    |
165450276Speter#  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
165550276Speter#  |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
165650276Speter#  |    1    |    2    |    3    |         |
165750276Speter#  |   $Oq   |   $Or   |   $Os   |  enter  |
165850276Speter#  |_ka1__K1_|_kb2__K2_|_ka3__K3_|  $OM    |
165950276Speter#  |         0         |   .     |         |
166050276Speter#  |        $Op        |  $On    |         |
166150276Speter#  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
166250276Speter#
166350276Speter# And here, for those of you with orphaned VT100s lacking documentation, is
166450276Speter# a description of the soft switches invoked when you do `Set Up'.
166550276Speter# 
166650276Speter#  Scroll 0-Jump               Shifted 3   0-#
166750276Speter#  |      1-Smooth             |           1-British pound sign
166850276Speter#  | Autorepeat 0-Off          | Wrap Around 0-Off
166950276Speter#  | |          1-On           | |           1-On
167050276Speter#  | | Screen 0-Dark Bkg       | | New Line 0-Off
167150276Speter#  | | |      1-Light Bkg      | | |        1-On
167250276Speter#  | | | Cursor 0-Underline    | | | Interlace 0-Off
167350276Speter#  | | | |      1-Block        | | | |         1-On
167450276Speter#  | | | |                     | | | |
167550276Speter#  1 1 0 1       1 1 1 1       0 1 0 0       0 0 1 0       <--Standard Settings
167650276Speter#                | | | |                     | | | |
167750276Speter#                | | | Auto XON/XOFF 0-Off   | | | Power 0-60 Hz
167850276Speter#                | | |               1-On    | | |       1-50 Hz
167950276Speter#                | | Ansi/VT52 0-VT52        | | Bits Per Char. 0-7 Bits
168050276Speter#                | |           1-ANSI        | |                1-8 Bits
168150276Speter#                | Keyclick 0-Off            | Parity 0-Off
168250276Speter#                |          1-On             |        1-On
168350276Speter#                Margin Bell 0-Off           Parity Sense 0-Odd
168450276Speter#                            1-On                         1-Even
168550276Speter#
168650276Speter# The following SET-UP modes are assumed for normal operation:
168750276Speter#	ANSI_MODE	AUTO_XON/XOFF_ON	NEWLINE_OFF	80_COLUMNS
168850276Speter#	WRAP_AROUND_ON  JUMP_SCROLL_OFF
168950276Speter# Other SET-UP modes may be set for operator convenience or communication
169050276Speter# requirements; I recommend
169150276Speter#	AUTOREPEAT_ON	BLOCK_CURSOR	MARGIN_BELL_OFF    SHIFTED_3_#
169250276Speter# Unless you have a graphics add-on such as Digital Engineering's VT640
169350276Speter# (and even then, whenever it can be arranged!) you should set
169450276Speter#	INTERLACE_OFF
169550276Speter#
169650276Speter# (vt100: I added <rmam>/<smam> based on the init string, also <OTbs>. -- esr)
169750276Spetervt100|vt100-am|dec vt100 (w/advanced video), 
169862449Speter	OTbs, am, msgr, xenl, xon, 
169950276Speter	cols#80, it#8, lines#24, vt#3, 
170050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
170150276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
170250276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
170350276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
170450276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
170550276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
170650276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
170750276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
170850276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
170950276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
171050276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
171150276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
171250276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
171350276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
171450276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
171550276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
171650276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
171750276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
171850276Spetervt100nam|vt100-nam|vt100 no automargins, 
171950276Speter	am@, xenl@, use=vt100-am, 
172050276Spetervt100-vb|dec vt100 (w/advanced video) & no beep, 
172150276Speter	bel@, flash=\E[?5h\E[?5l, use=vt100, 
172250276Speter
172350276Speter# Ordinary vt100 in 132 column ("wide") mode.
172450276Spetervt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), 
172550276Speter	cols#132, lines#24, 
172650276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-am, 
172750276Spetervt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin), 
172850276Speter	cols#132, lines#14, vt@, 
172950276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-nam, 
173050276Speter
173150276Speter# vt100 with no advanced video.
173250276Spetervt100-nav|vt100 without advanced video option, 
173350276Speter	xmc#1, 
173450276Speter	blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, 
173562449Speter	smul@, use=vt100, 
173650276Spetervt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), 
173750276Speter	cols#132, lines#14, use=vt100-nav, 
173850276Speter
173950276Speter# vt100 with one of the 24 lines used as a status line.
174050276Speter# We put the status line on the top.
174150276Spetervt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline, 
174250276Speter	eslok, hs, 
174350276Speter	lines#23, 
174450276Speter	clear=\E[2;1H\E[J$<50>, csr=\E[%i%i%p1%d;%p2%dr, 
174550276Speter	cup=\E[%i%p1%{1}%+%d;%p2%dH$<5>, dsl=\E7\E[1;24r\E8, 
174650276Speter	fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8, 
174750276Speter	tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am, 
174850276Speter
174950276Speter# Status line at bottom. 
175050276Speter# Clearing the screen will clobber status line.
175150276Spetervt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline, 
175250276Speter	eslok, hs, 
175350276Speter	lines#23, 
175450276Speter	dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 
175562449Speter	tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am, 
175650276Speter
175750276Speter# Most of the `vt100' emulators out there actually emulate a vt102
175850276Speter# This entry (or vt102-nsgr) is probably the right thing to use for
175950276Speter# these.  
176050276Spetervt102|dec vt102, 
176150276Speter	mir, 
176262449Speter	dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, 
176362449Speter	use=vt100, 
176450276Spetervt102-w|dec vt102 in wide mode, 
176550276Speter	cols#132, 
176650276Speter	rs3=\E[?3h, use=vt102, 
176750276Speter
176850276Speter# Many brain-dead PC comm programs that pretend to be `vt100-compatible'
176950276Speter# fail to interpret the ^O and ^N escapes properly.  Symptom: the <sgr0>
177050276Speter# string in the canonical vt100 entry above leaves the screen littered
177150276Speter# with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
177250276Speter# after highlight turnoffs.  This entry should fix that, and even leave
177350276Speter# ACS support working, at the cost of making multiple-highlight changes 
177450276Speter# slightly more expensive.
177550276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
177650276Spetervt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes), 
177762449Speter	sgr@, sgr0=\E[m, use=vt102, 
177850276Speter
177950276Speter# VT125 Graphics CRT.  Clear screen also erases graphics
178050276Spetervt125|vt125 graphics terminal, 
178150276Speter	clear=\E[H\E[2J\EPpS(E)\E\\$<50>, use=vt100, 
178250276Speter
178350276Speter# This isn't a DEC entry, it came from University of Wisconsin.
178450276Speter# (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
178550276Spetervt131|dec vt131, 
178662449Speter	OTbs, am, xenl, 
178750276Speter	cols#80, it#8, lines#24, vt#3, 
178850276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
178950276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
179050276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
179150276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
179250276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
179350276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
179450276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
179550276Speter	kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, ri=\EM$<5/>, 
179650276Speter	rmam=\E[?7h, rmkx=\E[?1l\E>, rmso=\E[m$<2/>, 
179750276Speter	rmul=\E[m$<2/>, 
179850276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
179950276Speter	sgr0=\E[m$<2/>, smam=\E[?7h, smkx=\E[?1h\E=, 
180050276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
180150276Speter
180250276Speter# vt132 - like vt100 but slower and has ins/del line and such.
180350276Speter# I'm told that <smir>/<rmir> are backwards in the terminal from the
180450276Speter# manual and from the ANSI standard, this describes the actual 
180550276Speter# terminal. I've never actually used a vt132 myself, so this 
180650276Speter# is untested.
180750276Speter#
180850276Spetervt132|DEC vt132, 
180950276Speter	xenl, 
181050276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
181162449Speter	ip=$<7>, rmir=\E[4h, smir=\E[4l, use=vt100, 
181250276Speter
181350276Speter# This vt220 description maps F5--F9 to the second block of function keys
181450276Speter# at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
181550276Speter# with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
181650276Speter# PF1--PF4 are used as F1--F4.
181750276Speter#
181862449Spetervt220-old|vt200-old|DEC VT220 in vt100 emulation mode, 
181962449Speter	OTbs, OTpt, am, mir, xenl, xon, 
182050276Speter	cols#80, lines#24, vt#3, 
182162449Speter	OTnl=^J, 
182250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
182350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
182450276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
182550276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
182650276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
182750276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
182850276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=\ED$<20/>, 
182950276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
183050276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\EOP, 
183150276Speter	kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, 
183250276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, 
183350276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rc=\E8, 
183450276Speter	rev=\E[7m$<2>, rf=/usr/share/tabset/vt100, 
183550276Speter	ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
183650276Speter	rmso=\E[27m, rmul=\E[24m, 
183750276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
183850276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
183950276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
184050276Speter	smso=\E[7m, smul=\E[4m, 
184150276Speter
184262449Speter# A much better description of the VT200/220; used to be vt220-8
184362449Speter# changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
184462449Speter# designation to accommodate bug in pcvt -TD
184562449Spetervt220|vt200|dec vt220, 
184662449Speter	OTbs, am, mc5i, mir, msgr, xenl, xon, 
184762449Speter	cols#80, it#8, lines#24, vt#3, 
184850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
184950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
185050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
185150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
185250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
185350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
185450276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
185550276Speter	flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I, hts=\EH, 
185650276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
185750276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
185850276Speter	is2=\E[?7h\E[>\E[?1h\E F\E[?4l, kbs=^H, kcub1=\E[D, 
185950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf10=\E[21~, 
186050276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
186150276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
186250276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
186350276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
186450276Speter	khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, 
186550276Speter	kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, 
186650276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
186762449Speter	rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
186862449Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=\E(0$<2>, 
186950276Speter	smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
187062449Spetervt220-w|vt200-w|DEC vt220 in wide mode, 
187162449Speter	cols#132, 
187262449Speter	rs3=\E[?3h, use=vt220, 
187362449Spetervt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode, 
187462449Speter	OTbs, am, mc5i, mir, msgr, xenl, xon, 
187562449Speter	cols#80, it#8, lines#24, vt#3, 
187662449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
187762449Speter	bel=^G, blink=\2335m, bold=\2331m, clear=\233H\233J, cr=^M, 
187862449Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
187962449Speter	cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
188062449Speter	cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
188162449Speter	dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
188262449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, enacs=\E)0, 
188362449Speter	flash=\233?5h$<200/>\233?5l, home=\233H, ht=^I, hts=\EH, 
188462449Speter	ich=\233%p1%d@, if=/usr/share/tabset/vt100, 
188562449Speter	il=\233%p1%dL, il1=\233L, ind=\ED, 
188662449Speter	is2=\233?7h\233>\233?1h\E F\233?4l, kbs=^H, 
188762449Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
188862449Speter	kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
188962449Speter	kf13=\23325~, kf14=\23326~, kf17=\23331~, kf18=\23332~, 
189062449Speter	kf19=\23333~, kf2=\EOQ, kf20=\23334~, kf3=\EOR, kf4=\EOS, 
189162449Speter	kf6=\23317~, kf7=\23318~, kf8=\23319~, kf9=\23320~, 
189262449Speter	kfnd=\2331~, khlp=\23328~, khome=\233H, kich1=\2332~, 
189362449Speter	knp=\2336~, kpp=\2335~, krdo=\23329~, kslt=\2334~, lf1=pf1, 
189462449Speter	lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, 
189562449Speter	nel=\EE, rc=\E8, rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, 
189662449Speter	rmir=\2334l, rmso=\23327m, rmul=\23324m, rs1=\233?3l, 
189762449Speter	sc=\E7, sgr0=\233m, smacs=^N, smam=\233?7h, smir=\2334h, 
189862449Speter	smso=\2337m, smul=\2334m, tbc=\2333g, 
189950276Speter
190062449Speter#
190162449Speter# vt220d:
190262449Speter# This vt220 description regards F6--F10 as the second block of function keys
190362449Speter# at the top of the keyboard.  This mapping follows the description given
190462449Speter# in the VT220 Programmer Reference Manual and agrees with the labeling
190562449Speter# on some terminals that emulate the vt220.  There is no support for an F5.
190662449Speter# See vt220 for an alternate mapping. 
190762449Speter#
190862449Spetervt220d|DEC VT220 in vt100 mode with DEC function key labeling, 
190962449Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
191062449Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
191162449Speter	kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, 
191262449Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, use=vt220-old, 
191362449Speter
191462449Spetervt220-nam|v200-nam|VT220 in vt100 mode with no auto margins, 
191562449Speter	am@, 
191662449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
191762449Speter
191850276Speter# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
191950276Speter# (not an official DEC entry!)
192050276Speter# The problem with real vt220 terminals is they don't send escapes when in
192150276Speter# in vt220 mode.  This can be gotten around two ways.  1> don't send
192250276Speter# escapes or 2> put the vt220 into vt100 mode and use all the nifty
192350276Speter# features of vt100 advanced video which it then has.
192450276Speter#
192550276Speter# This entry takes the view of putting a vt220 into vt100 mode so
192650276Speter# you can use the escape key in emacs and everything else which needs it.
192750276Speter#
192850276Speter# You probably don't want to use this on a VMS machine since VMS will think
192950276Speter# it has a vt220 and will get fouled up coming out of emacs
193050276Speter#
193150276Speter# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
193262449Speter# (Added vt100 <rc>,<sc> to quiet a tic warning -- esr)
193350276Spetervt200-js|vt220-js|dec vt200 series with jump scroll, 
193450276Speter	am, 
193550276Speter	cols#80, 
193650276Speter	bel=^G, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
193750276Speter	cub1=^H, cud1=^J, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
193850276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
193950276Speter	il1=\E[L, ind=\ED, 
194050276Speter	is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m, 
194150276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
194262449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, rc=\E8, 
194350276Speter	rf=/usr/lib/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l, 
194450276Speter	rmkx=\E[?1l\E>, rmso=\E[27m$<5/>, rmul=\E[24m, 
194562449Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, smdc=, 
194650276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m$<5/>, smul=\E[4m, 
194750276Speter 
194850276Speter# This was DEC's vt320.  Use the purpose-built one below instead 
194950276Speter#vt320|DEC VT320 in vt100 emulation mode,
195050276Speter#	use=vt220,
195150276Speter
195250276Speter#
195350276Speter# Use v320n for SCO's LYRIX.  Otherwise, use Adam Thompson's vt320-nam.
195450276Speter#
195550276Spetervt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode, 
195650276Speter	am@, 
195750276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
195850276Speter
195950276Speter# These entries are not DEC's official ones, they were purpose-built for the 
196050276Speter# VT320.  Here are the designer's notes:
196150276Speter# <kel> is end on a PC kbd.  Actually 'select' on a VT.  Mapped to 
196250276Speter# 'Erase to End of Field'... since nothing seems to use 'end' anyways...
196350276Speter# khome is Home on a PC kbd.  Actually 'FIND' on a VT.
196450276Speter# Things that use <knxt> usually use tab anyways... and things that don't use
196550276Speter# tab usually use <knxt> instead...
196650276Speter# kprv is same as tab - Backtab is useless...
196750276Speter# I left out <sgr> because of its RIDICULOUS complexity,
196850276Speter# and the resulting fact that it causes the termcap translation of the entry
196950276Speter# to SMASH the 1k-barrier...
197062449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
197150276Speter# (vt320: uncommented <fsl> --esr) 
197250276Spetervt320|vt300|dec vt320 7 bit terminal, 
197350276Speter	am, eslok, hs, mir, msgr, xenl, 
197450276Speter	cols#80, lines#24, wsl#80, 
197550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
197650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
197750276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
197850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
197950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
198050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
198150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
198250276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E[0$}, 
198350276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
198450276Speter	il1=\E[L, ind=\ED, 
198550276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
198650276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=\177, kc1=\EOq, kc3=\EOs, 
198750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
198850276Speter	kdch1=\E[3~, kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
198950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
199050276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
199150276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
199250276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
199350276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I, kpp=\E[5~, 
199450276Speter	kprv=\E[Z, kslt=\E[4~, mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, 
199550276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt300, 
199650276Speter	ri=\EM, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
199750276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
199850276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
199950276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
200050276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
200150276Speter	tsl=\E[1$}\E[H\E[K, 
200250276Spetervt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy, 
200350276Speter	am@, 
200450276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
200550276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
200650276Speter	use=vt320, 
200750276Speter# We have to init 132-col mode, not 80-col mode.
200850276Spetervt320-w|vt300-w|dec vt320 wide 7 bit terminal, 
200950276Speter	cols#132, wsl#132, 
201050276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
201150276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
201250276Speter	use=vt320, 
201350276Spetervt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am, 
201450276Speter	am@, 
201550276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
201650276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
201750276Speter	use=vt320-w, 
201850276Speter
201950276Speter# VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
202050276Speter#   which are pretty much a superset of the VT320.  They have the
202150276Speter#   host writable status line, yet another different DRCS matrix size,
202250276Speter#   and such, but they add the DEC Technical character set, Multiple text
202350276Speter#   pages, selectable length pages, and the like.  The difference between
202450276Speter#   the vt330 and vt340 is that the latter has only 2 planes and a monochrome
202550276Speter#   monitor, the former has 4 planes and a color monitor.  These terminals
202650276Speter#   support VT131 and ANSI block mode, but as with much of these things,
202750276Speter#   termcap/terminfo doesn't deal with these features.
202850276Speter#
202950276Speter# Note that this entry is are set up in what was the standard way for GNU
203050276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
203150276Speter# keys were switched into application mode at the same time the numeric pad
203250276Speter# is switched into application mode.  This changes the definitions of the
203350276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
203450276Speter# your termcap or terminfo entry,
203550276Speter#
203650276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
203750276Speter# (vt340: string capability "sb=\E[M" corrected to "sr";
203850276Speter# also, added <rmam>/<smam> based on the init string -- esr)
203950276Spetervt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page, 
204050276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
204150276Speter	cols#80, it#8, lines#24, vt#3, 
204250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
204350276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
204450276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
204550276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
204650276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
204750276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h, dch=\E[%p1%dP, 
204850276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
204950276Speter	dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
205050276Speter	flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, home=\E[H, ht=^I, 
205150276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
205250276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
205350276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
205450276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
205550276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
205650276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
205750276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
205850276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
205950276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
206050276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
206150276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
206250276Speter
206350276Speter# DEC doesn't supply a vt400 description, so we add Daniel Glasser's
206450276Speter# (originally written with vt420 as its primary name, and usable for it).
206550276Speter# 
206650276Speter# VT400/420 -- This terminal is a superset of the vt320.  It adds the multiple 
206750276Speter#    text pages and long text pages with selectable length of the vt340, along
206850276Speter#    with left and right margins, rectangular area text copy, fill, and erase
206950276Speter#    operations, selected region character attribute change operations,
207050276Speter#    page memory and rectangle checksums, insert/delete column, reception
207150276Speter#    macros, and other features too numerous to remember right now.  TERMCAP
207250276Speter#    can only take advantage of a few of these added features.
207350276Speter#
207450276Speter# Note that this entry is are set up in what was the standard way for GNU
207550276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
207650276Speter# keys were switched into application mode at the same time the numeric pad
207750276Speter# is switched into application mode.  This changes the definitions of the
207850276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
207950276Speter# your termcap entry,
208050276Speter#
208150276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
208250276Speter# (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
208350276Speter# also, added <rmam>/<smam> based on the init string -- esr)
208450276Spetervt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap, 
208550276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
208650276Speter	cols#80, it#8, lines#24, vt#3, 
208750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
208850276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
208950276Speter	clear=\E[H\E[J$<10/>, cnorm=\E[?25h, cr=^M, 
209050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
209150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
209250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
209350276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
209450276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J$<10/>, 
209550276Speter	el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, 
209650276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
209750276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
209850276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
209950276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
210050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
210150276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
210250276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
210350276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
210450276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
210550276Speter	rmul=\E[24m, rs1=\E<\E[?3l\E[!p\E[?7h, sc=\E7, sgr0=\E[m, 
210650276Speter	smacs=^N, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
210750276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
210850276Speter	tsl=\E[2$~\E[1$}\E[1;%dH, 
210950276Speter
211050276Speter# (vt420: I removed <kf0>, it collided with <kf10>.  I also restored
211150276Speter# a missing <sc> -- esr)
211250276Spetervt420|DEC VT420, 
211350276Speter	am, mir, xenl, xon, 
211450276Speter	cols#80, lines#24, vt#3, 
211550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
211650276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
211750276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
211850276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
211950276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
212050276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
212150276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
212250276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
212350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
212450276Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
212550276Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
212650276Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
212750276Speter	kslt=\E[4~, rc=\E8, rev=\E[7m$<2>, 
212850276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B$<4>, 
212950276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
213050276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
213150276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
213250276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
213350276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
213450276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
213550276Speter
213650276Speter#
213750276Speter# DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
213850276Speter# takes two parameters, the key and the string.  Translating the key is
213950276Speter# straightforward (keys 1-5 are not defined on real terminals, though some
214050276Speter# emulators define these):
214150276Speter#
214250276Speter#               if (key < 16) then  value = key;
214350276Speter#               else if (key < 21) then value = key + 1; 
214450276Speter#               else if (key < 25) then value = key + 2;
214550276Speter#               else if (key < 27) then value = key + 3;
214650276Speter#               else if (key < 30) then value = key + 4;
214750276Speter#               else value = key + 5;
214850276Speter#
214950276Speter# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT". 
215050276Speter# There's no provision in terminfo for emitting a string in this format, so the
215150276Speter# application has to know it.
215250276Speter#
215350276Spetervt420pc|DEC VT420 w/PC keyboard, 
215450276Speter	kdch1=\177, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, 
215550276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, 
215650276Speter	kf15=\E[13;2~, kf16=\E[14;2~, kf17=\E[15;2~, 
215750276Speter	kf18=\E[17;2~, kf19=\E[18;2~, kf2=\E[12~, kf20=\E[19;2~, 
215850276Speter	kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[23;2~, 
215950276Speter	kf24=\E[24;2~, kf25=\E[23~, kf26=\E[24~, kf27=\E[25~, 
216050276Speter	kf28=\E[26~, kf29=\E[28~, kf3=\E[13~, kf30=\E[29~, 
216150276Speter	kf31=\E[31~, kf32=\E[32~, kf33=\E[33~, kf34=\E[34~, 
216250276Speter	kf35=\E[35~, kf36=\E[36~, kf37=\E[23;2~, kf38=\E[24;2~, 
216350276Speter	kf39=\E[25;2~, kf4=\E[14~, kf40=\E[26;2~, kf41=\E[28;2~, 
216450276Speter	kf42=\E[29;2~, kf43=\E[31;2~, kf44=\E[32;2~, 
216550276Speter	kf45=\E[33;2~, kf46=\E[34;2~, kf47=\E[35;2~, 
216650276Speter	kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
216750276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
216850276Speter	pctrm=USR_TERM\:vt420pcdos\:, 
216962449Speter	pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
217062449Speter	use=vt420, 
217150276Speter
217250276Spetervt420pcdos|DEC VT420 w/PC for DOS Merge, 
217350276Speter	lines#25, 
217450276Speter	dispc=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;, 
217550276Speter	pctrm@, 
217650276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, 
217762449Speter	sgr0=\E[m, smsc=\E[?1;2r\E[34h, use=vt420pc, 
217850276Speter
217950276Spetervt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, 
218050276Speter	kdch1=\177, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
218150276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
218250276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
218350276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
218450276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
218550276Speter	khome=\E[H, lf1=\EOP, lf2=\EOQ, lf3=\EOR, lf4=\EOS, 
218650276Speter	use=vt420, 
218750276Speter
218850276Spetervt510|DEC VT510, 
218950276Speter	use=vt420, 
219050276Spetervt510pc|DEC VT510 w/PC keyboard, 
219150276Speter	use=vt420pc, 
219250276Spetervt510pcdos|DEC VT510 w/PC for DOS Merge, 
219350276Speter	use=vt420pcdos, 
219450276Speter
219550276Speter# VT520/VT525
219650276Speter#
219750276Speter# The VT520 is a monochrome text terminal capable of managing up to
219850276Speter# four independent sessions in the terminal.  It has multiple ANSI
219950276Speter# emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
220050276Speter# and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
220150276Speter# 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
220250276Speter#
220350276Speter# Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
220450276Speter# [Alt]/[Print Screen] depending upon which keyboard and which
220550276Speter# terminal mode is being used.  If Set-Up has been disabled or
220650276Speter# assigned to an unknown key, Set-Up may be entered by pressing
220750276Speter# [F3] as the first key after power up, regardless of keyboard type.
220850276Speter# (vt520: I added <rmam>/<smam> based on the init string, also <sc> -- esr)
220950276Spetervt520|DEC VT520, 
221050276Speter	am, mir, xenl, xon, 
221150276Speter	cols#80, lines#24, vt#3, 
221250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
221350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
221450276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
221550276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
221650276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
221750276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
221850276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
221950276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
222050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
222162449Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
222262449Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
222362449Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
222462449Speter	kslt=\E[4~, 
222550276Speter	pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
222650276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
222750276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
222850276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
222950276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
223050276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
223150276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
223250276Speter	smso=\E[7m, smul=\E[4m, 
223350276Speter
223450276Speter# (vt525: I added <rmam>/<smam> based on the init string;
223550276Speter# removed <rmso>=\E[m, <rmul>=\E[m, added <sc> -- esr)
223650276Spetervt525|DEC VT525, 
223750276Speter	am, mir, xenl, xon, 
223850276Speter	cols#80, lines#24, vt#3, 
223950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
224050276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
224150276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
224250276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
224350276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
224450276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
224550276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
224650276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
224750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
224862449Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
224962449Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
225062449Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
225162449Speter	kslt=\E[4~, 
225250276Speter	pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, 
225350276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
225450276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
225550276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
225650276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
225750276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
225850276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
225950276Speter	smso=\E[7m, smul=\E[4m, 
226050276Speter
226150276Speter#### VT100 emulations
226250276Speter#
226350276Speter
226450276Speter# John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
226550276Speter# (the best Windows telnet as of September 1995) presents the name `dec-vt100'
226650276Speter# to telnetd.   Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
226750276Speter# that this works best with a stock vt100 entry.
226850276Speterdec-vt100|EWAN telnet's vt100 emulation, 
226950276Speter	use=vt100, 
227050276Speter
227150276Speter# From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
227250276Speterdec-vt220|DOS tnvt200 terminal emulator, 
227350276Speter	am@, use=vt220, 
227450276Speter
227550276Speter# Zstem340 is an (IMHO) excellent VT emulator for PC's.  I recommend it to
227650276Speter# anyone who needs PC VT340 emulation. (or anything below that level, for
227750276Speter# that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
227850276Speter# RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
227950276Speter# I can send the address if requested.
228050276Speter# (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
228162449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
228250276Speterz340|zstem vt340 terminal emulator 132col 42line, 
228350276Speter	lines#42, 
228450276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
228550276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
228650276Speter	use=vt320-w, 
228750276Speterz340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins), 
228850276Speter	am@, 
228950276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
229050276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
229150276Speter	use=z340, 
229250276Speter
229350276Speter# CRT is shareware.  It implements some xterm features, including mouse.
229450276Spetercrt|crt-vt220|CRT 2.3 emulating VT220, 
229550276Speter	bce, msgr, 
229662449Speter	ncv@, 
229762449Speter	hts=\EH, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
229862449Speter	use=vt220, use=ecma+color, 
229950276Speter
230050276Speter# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
230150276Speter# T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
230250276Speter# (communication program) which supports:
230350276Speter#
230450276Speter#	- Serial port connections.
230550276Speter#	- TCP/IP (telnet) connections.
230650276Speter#	- VT100 emulation, and selected VT200/300 emulation.
230750276Speter#	- TEK4010 emulation.
230850276Speter#	- File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
230950276Speter#	  Quick-VAN).
231050276Speter#	- Scripts using the "Tera Term Language".
231150276Speter#	- Japanese and Russian character sets.
231250276Speter#
231350276Speter# The program does not come with terminfo or termcap entries.  However, the
231450276Speter# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
231550276Speter# vt52 or doublesize character support; blinking is done with color).  Besides
231650276Speter# the HPA, VPA extensions it also implements CPL and CNL.
231750276Speter#
231850276Speter# All of the function keys can be remapped.  This description shows the default
231950276Speter# mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
232050276Speter# are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
232150276Speter# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
232250276Speter#	kfnd	Insert
232350276Speter#	kslt	Delete
232450276Speter#	kich1	Home
232550276Speter#	kdch1	PageUp
232650276Speter#	kpp	End
232750276Speter#	knp	PageDown
232850276Speter#
232950276Speter# ANSI colors are implemented, but cannot be combined with video attributes
233050276Speter# except for reverse.
233150276Speter#
233250276Speter# No fonts are supplied with the program, so the acsc string is chosen to
233350276Speter# correspond with the default Microsoft terminal font.
233450276Speter#
233550276Speter# Tera Term recognizes some xterm sequences, including those for setting and
233650276Speter# retrieving the window title, and for setting the window size (i.e., using
233750276Speter# "resize -s"), though it does not pass SIGWINCH to the application if the
233850276Speter# user resizes the window with the mouse.
233950276Speterteraterm|Tera Term Pro, 
234050276Speter	km, xon@, 
234150276Speter	ncv#43, vt@, 
234250276Speter	acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
234350276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
234450276Speter	cnorm=\E[?25h, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
234550276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
234650276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
234750276Speter	flash=\E[?5h\E[?5l$<200/>, hpa=\E[%i%p1%dG, 
234850276Speter	il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~, 
234950276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
235050276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
235150276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
235250276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
235350276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
235450276Speter	kpp=\E[5~, kslt=\E[4~, op=\E[100m, rev=\E[7m, ri=\EM, 
235550276Speter	rmso=\E[27m, rmul=\E[24m, sgr0=\E[m, smso=\E[7m, 
235650276Speter	smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
235762449Speter	vpa=\E[%i%p1%dd, use=klone+color, use=vt100, 
235850276Speter
235950276Speter# Tested with WinNT 4.0, the telnet application assumes the screensize is
236050276Speter# 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
236150276Speterms-vt100|MS telnet imitating dec vt100, 
236250276Speter	lines#25, 
236350276Speter	acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
236450276Speter	tbc@, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\E[c, 
236550276Speter	use=vt100, 
236650276Speter
236750276Speter#### X terminal emulators
236850276Speter#
236950276Speter# You can add the following line to your .Xdefaults to change the terminal type
237050276Speter# set by the xterms you start up to my-xterm:
237150276Speter#
237250276Speter# *termName:  my-xterm
237350276Speter#
237450276Speter# System administrators can change the default entry for xterm instances
237550276Speter# by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm.  In either
237650276Speter# case, xterm will detect and reject an invalid terminal type, falling back
237750276Speter# to the default of xterm.
237850276Speter#
237950276Speter
238050276Speter# X10/6.6	11/7/86, minus alternate screen, plus (csr)
238150276Speter# (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
238250276Speter# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
238350276Speter# as these seem not to work -- esr)
238450276Speterx10term|vs100-x10|xterm terminal emulator (X10 window system), 
238562449Speter	OTbs, am, km, mir, msgr, xenl, xon, 
238650276Speter	cols#80, it#8, lines#65, 
238750276Speter	bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
238850276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
238950276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
239050276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
239150276Speter	il1=\E[L, ind=^J, is2=\E\E[m\E[?7h\E[?1;4l, kbs=^H, 
239250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
239350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmam=\E[?7l, 
239450276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
239550276Speter	sgr0=\E[m, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
239650276Speter	smso=\E[7m, smul=\E[4m, 
239750276Speter# Compatible with the R5 xterm 
239850276Speter# (from the XFree86 3.2 distribution, <blink=@> removed)
239962449Speter# added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
240050276Speter# corrected typos in rs2 string - TD
240162449Speter# added u6-u9 -TD
240250276Speterxterm-r5|xterm R5 version, 
240362449Speter	OTbs, am, km, msgr, xenl, 
240450276Speter	cols#80, it#8, lines#24, 
240550276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
240650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
240750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
240850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
240950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
241050276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
241150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
241250276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
241350276Speter	kdl1=\E[31~, kel=\E[8~, kend=\E[4~, kf0=\EOq, kf1=\E[11~, 
241450276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
241550276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
241650276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
241750276Speter	kil1=\E[30~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, 
241850276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
241950276Speter	rmul=\E[m, 
242050276Speter	rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H, 
242150276Speter	sc=\E7, 
242250276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
242350276Speter	sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
242462449Speter	smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, 
242562449Speter	u8=\E[?1;2c, u9=\E[c, 
242650276Speter# Compatible with the R6 xterm
242750276Speter# (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
242862449Speter# added khome/kend, hts based on the R6 xterm code - TD
242962449Speter# (khome/kend do not actually work in X11R5 or X11R6, but many people use this
243062449Speter# for compatibility with other emulators).
243150276Speterxterm-r6|xterm-old|xterm X11R6 version, 
243262449Speter	OTbs, am, km, mir, msgr, xenl, 
243350276Speter	cols#80, it#8, lines#24, 
243450276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
243550276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
243650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
243750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
243850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
243950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
244062449Speter	el=\E[K, enacs=\E)0, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
244150276Speter	il1=\E[L, ind=^J, 
244250276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, 
244350276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
244462449Speter	kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
244550276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
244650276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
244762449Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
244862449Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
244962449Speter	kfnd=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
245062449Speter	kslt=\E[4~, meml=\El, memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, 
245162449Speter	rmacs=^O, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
245262449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
245350276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
245450276Speter	sgr0=\E[m, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
245550276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
245650276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
245750276Speter# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
245850276Speter# The name has been changed and some aliases have been removed.
245950276Speterxterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System), 
246062449Speter	OTbs, am, bce, km, mir, msgr, xenl, 
246162449Speter	cols#80, it#8, lines#24, ncv@, 
246250276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
246350276Speter	bel=^G, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
246450276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
246550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
246650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
246750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
246862449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
246962449Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
247062449Speter	flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, 
247162449Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
247262449Speter	il1=\E[L, ind=^J, 
247350276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
247450276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbeg=\EOE, kbs=^H, kc1=\EOq, 
247550276Speter	kc3=\EOs, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
247650276Speter	kdch1=\177, kend=\EOF, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
247750276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
247850276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
247950276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
248050276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
248150276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\EOH, kich1=\E[2~, 
248250276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El, 
248362449Speter	memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
248462449Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 
248562449Speter	rmso=\E[27m, rmul=\E[24m, rs1=^O, 
248650276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
248750276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
248850276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
248950276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
249050276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
249150276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
249250276Speter	tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
249362449Speter	vpa=\E[%i%p1%dd, use=ecma+color, 
249450276Speter
249550276Speter# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
249650276Speter# codes for F1-F4 except while in VT220 mode.
249750276Speterxterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System), 
249862449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-xf86-v32, 
249950276Speter
250050276Speter# This version was released in XFree86 3.3.3 (November 1998).
250150276Speter# Besides providing printer support, it exploits a new feature that allows
250250276Speter# xterm to use terminfo-based descriptions with the titeInhibit resource.
250362449Speter# -- the distribution contained incorrect khome/kend values -TD
250450276Speterxterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System), 
250550276Speter	mc5i, 
250650276Speter	blink=\E[5m, ich1@, invis=\E[8m, 
250762449Speter	is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@, 
250862449Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, rmcup=\E[?1047l\E[?1048l, 
250962449Speter	rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, 
251050276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
251162449Speter	smcup=\E[?1048h\E[?1047h, use=xterm-xf86-v33, 
251250276Speter
251350276Speter# This beta version will probably be released in XFree86 4.0.
251450276Speterxterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System), 
251562449Speter	npc, 
251662449Speter	kDC=\E[3;5~, kEND=\EO5F, kHOM=\EO5H, kIC=\E[2;5~, 
251762449Speter	kLFT=\EO5D, kNXT=\E[6;5~, kPRV=\E[5;5~, kRIT=\EO5C, ka1@, 
251862449Speter	ka3@, kb2=\EOE, kc1@, kc3@, kcbt=\E[Z, kdch1=\E[3~, kend=\EOF, 
251962449Speter	kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R, kf16=\EO2S, 
252062449Speter	kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, 
252162449Speter	kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~, 
252262449Speter	kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, kf26=\EO5Q, 
252362449Speter	kf27=\EO5R, kf28=\EO5S, kf29=\E[15;5~, kf30=\E[17;5~, 
252462449Speter	kf31=\E[18;5~, kf32=\E[19;5~, kf33=\E[20;5~, 
252562449Speter	kf34=\E[21;5~, kf35=\E[23;5~, kf36=\E[24;5~, kf37=\EO6P, 
252662449Speter	kf38=\EO6Q, kf39=\EO6R, kf40=\EO6S, kf41=\E[15;6~, 
252762449Speter	kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;6~, 
252862449Speter	kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~, 
252962449Speter	kf48=\E[24;6~, khome=\EOH, rmcup=\E[?1049l, 
253062449Speter	sgr=\E[0%?%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
253162449Speter	smcup=\E[?1049h, use=xterm-xf86-v333, 
253250276Speter
253350276Speterxterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System), 
253450276Speter	use=xterm-xf86-v40, 
253550276Speter
253650276Speter# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
253750276Speterxterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1, 
253862449Speter	rmso=\E[m, rmul=\E[m, use=xterm-xf86-v33, 
253950276Speter
254050276Speter# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
254150276Speterxterm-16color|xterm with 16 colors like aixterm, 
254262449Speter	colors#16, pairs#256, 
254350276Speter	setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm, 
254450276Speter	setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm, 
254550276Speter	setb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m, 
254650276Speter	setf=%p1%{8}%/%{6}%*%{3}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m, 
254750276Speter	use=xterm-xf86-v40, 
254850276Speter
254962449Speter# These variants of XFree86 3.9.16 xterm are built as a configure option.
255062449Speterxterm-256color|xterm with 256 colors, 
255162449Speter	ccc, 
255262449Speter	colors#256, pairs#256, 
255362449Speter	initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\, 
255462449Speter	setab=\E[48;5;%p1%dm, setaf=\E[38;5;%p1%dm, 
255562449Speter	setb=\E[48;5;%p1%dm, setf=\E[38;5;%p1%dm, 
255662449Speter	use=xterm-xfree86, 
255762449Speterxterm-88color|xterm with 88 colors, 
255862449Speter	colors#88, pairs#88, use=xterm-256color, 
255962449Speter
256050276Speter# This is another variant, for XFree86 4.0 xterm (T.Dickey)
256150276Speter# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
256250276Speter# To use it, your decTerminalID resource must be set to 200 or above.
256350276Speter#
256450276Speter#	HTS	\E H	\210
256550276Speter#	RI	\E M	\215
256650276Speter#	SS3	\E O	\217
256750276Speter#	CSI	\E [	\233
256850276Speter#
256950276Speterxterm-8bit|xterm terminal emulator 8-bit controls (X Window System), 
257062449Speter	OTbs, am, bce, km, mc5i, mir, msgr, npc, xenl, 
257150276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
257250276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
257350276Speter	bel=^G, blink=\2335m, bold=\2331m, cbt=\233Z, 
257450276Speter	civis=\233?25l, clear=\233H\2332J, cnorm=\233?25h, cr=^M, 
257550276Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
257650276Speter	cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
257750276Speter	cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
257862449Speter	dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
257962449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
258062449Speter	enacs=\E(B\E)0, flash=\233?5h$<100/>\233?5l, 
258162449Speter	home=\233H, hpa=\233%i%p1%dG, ht=^I, hts=\210, 
258262449Speter	ich=\233%p1%d@, il=\233%p1%dL, il1=\233L, ind=^J, 
258362449Speter	invis=\2338m, 
258450276Speter	is2=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
258550276Speter	ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kbs=^H, 
258650276Speter	kc1=\217q, kc3=\217s, kcub1=\217D, kcud1=\217B, 
258750276Speter	kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~, 
258850276Speter	kent=\217M, kf1=\23311~, kf10=\23321~, kf11=\23323~, 
258950276Speter	kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
259050276Speter	kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
259150276Speter	kf2=\23312~, kf20=\23334~, kf3=\23313~, kf4=\23314~, 
259250276Speter	kf5=\23315~, kf6=\23317~, kf7=\23318~, kf8=\23319~, 
259350276Speter	kf9=\23320~, khome=\2331~, kich1=\2332~, kmous=\233M, 
259450276Speter	knp=\2336~, kpp=\2335~, mc0=\233i, mc4=\2334i, mc5=\2335i, 
259550276Speter	meml=\El, memu=\Em, op=\23339;49m, rc=\E8, rev=\2337m, 
259650276Speter	ri=\215, rmacs=^O, rmam=\233?7l, rmcup=\233?1049l, 
259750276Speter	rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
259850276Speter	rs1=\Ec, 
259950276Speter	rs2=\E7\E[62"p\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
260050276Speter	sc=\E7, setab=\2334%p1%dm, setaf=\2333%p1%dm, 
260150276Speter	setb=\2334%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
260250276Speter	setf=\2333%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
260350276Speter	sgr=\2330%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
260450276Speter	sgr0=\233m^O, smacs=^N, smam=\233?7h, smcup=\233?1049h, 
260550276Speter	smir=\2334h, smkx=\233?1h\E=, smso=\2337m, smul=\2334m, 
260650276Speter	tbc=\2333g, u6=\233[%i%d;%dR, u7=\E[6n, u8=\233[?1;2c, 
260750276Speter	u9=\E[c, vpa=\233%i%p1%dd, 
260850276Speter
260962449Speterxterm-hp|XFree86 xterm with hpterm function keys, 
261062449Speter	kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
261162449Speter	kdch1=\EP, kend=\EF, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, 
261262449Speter	kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, kich1=\EQ, 
261362449Speter	knp=\ES, kpp=\ET, use=xterm-xfree86, 
261462449Speter
261562449Speterxterm-vt220|XFree86 xterm emulating vt220, 
261662449Speter	ka1=\EOw, ka3=\EOy, kbeg=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, 
261762449Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
261862449Speter	kdch1=\E[3~, kend=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
261962449Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
262062449Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
262162449Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
262262449Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
262362449Speter	khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
262462449Speter	use=xterm-xfree86, 
262562449Speter
262662449Speterxterm-vt52|XFree86 xterm emulating dec vt52, 
262762449Speter	cols#80, it#8, lines#24, 
262862449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
262962449Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
263062449Speter	cup=\EY%p1%' '%+%c%p2%' '%+%c, cuu1=\EA, ed=\EJ, el=\EK, 
263162449Speter	home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
263262449Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
263362449Speter
263462449Speterxterm-noapp|xterm with cursor keys in normal mode, 
263562449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rmcup@, 
263662449Speter	rmkx=\E>, smcup@, smkx=\E=, use=xterm, 
263762449Speter
263850276Speterxterm-24|vs100|xterms|xterm terminal emulator (X Window System), 
263962449Speter	lines#24, use=xterm-r6, 
264050276Speter
264150276Speter# This is xterm for ncurses.
264250276Speterxterm|xterm terminal emulator (X Window System), 
264350276Speter	use=xterm-r6, 
264462449Speter#	use=xterm-xfree86, 
264550276Speter
264650276Speter# These entries allow access to the X titlebar and icon name as a status line. 
264750276Speter# Note that twm (and possibly window managers descended from it such as tvtwm, 
264850276Speter# ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
264950276Speter# with it.
265050276Speterxterm+sl|access X title line and icon name, 
265150276Speter	hs, 
265250276Speter	wsl#40, 
265350276Speter	dsl=\E]0;\007, fsl=^G, tsl=\E]0;, use=xterm, 
265450276Speterxterm+sl-twm|access X title line (pacify twm-descended window managers), 
265550276Speter	hs, 
265650276Speter	wsl#40, 
265750276Speter	dsl=\E]2;\007, fsl=^G, tsl=\E]2;, use=xterm, 
265850276Speter
265950276Speter#
266050276Speter# The following xterm variants don't depend on your base version
266150276Speter#
266250276Speter# xterm with bold instead of underline
266350276Speterxterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 
266462449Speter	smso=\E[7m, smul=\E[1m, use=xterm, 
266550276Speter# (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
266650276Speter# (kterm should not invoke DEC Graphics as the alternate character set
266750276Speter#  -- Kenji Rikitake)
266850276Speterkterm|kterm kanji terminal emulator (X window system), 
266950276Speter	eslok, hs, 
267050276Speter	acsc@, csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs@, fsl=\E[?F, 
267162449Speter	kmous=\E[M, rc=\E8, rmacs@, sc=\E7, smacs@, 
267262449Speter	tsl=\E[?E\E[?%i%dT, use=xterm-r6, use=ecma+color, 
267350276Speter# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
267450276Speterxterm-nic|xterm with ich/ich1 suppressed for non-curses programs, 
267562449Speter	ich@, ich1@, use=xterm, 
267650276Speter# From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996 
267750276Speterxterm1|xterm terminal emulator ignoring the alternate screen buffer, 
267862449Speter	rmcup@, smcup@, use=xterm, 
267950276Speter
268050276Speter# This describes the capabilities of color_xterm, an xterm variant from
268150276Speter# before ECMA-64 color support was folded into the main-line xterm release.
268250276Speter# This entry is straight from color_xterm's maintainer.
268350276Speter# From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
268450276Speter# The README's with the distribution also say that it supports SGR 21, 24, 25
268550276Speter# and 27, but they are not present in the terminfo or termcap.
268650276Spetercolor_xterm|cx|cx100|color_xterm color terminal emulator for X, 
268762449Speter	OTbs, am, km, mir, msgr, xenl, 
268862449Speter	cols#80, it#8, lines#65, ncv@, 
268950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
269050276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
269150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
269250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
269350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
269450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
269550276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, home=\E[H, ht=^I, 
269650276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
269750276Speter	is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l, ka1=\EOw, ka3=\EOy, 
269850276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\EOD, kcud1=\EOB, 
269950276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
270050276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
270150276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
270250276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[7~, kich1=\E[2~, 
270362449Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m, ri=\EM, 
270462449Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E>\E[?41;1r, rmir=\E[4l, 
270562449Speter	rmso=\E[27m, rmul=\E[24m, 
270650276Speter	rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, 
270762449Speter	sc=\E7, 
270850276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
270950276Speter	sgr0=\E[m, smacs=^N, smam=\E[?7h, 
271050276Speter	smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m, 
271162449Speter	smul=\E[4m, use=ecma+color, 
271250276Speter
271362449Speter# The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
271450276Speter# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
271550276Speter# SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
271650276Speter# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
271750276Speter# that each of those implements the home, end, delete keys differently.
271862449Speter#
271962449Speter# Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
272062449Speter# colors; note that this is not compatible with the 5.2 version.
272150276Speternxterm|xterm-color|generic color xterm, 
272250276Speter	ncv@, 
272350276Speter	op=\E[m, use=xterm-r6, use=klone+color, 
272450276Speter
272562449Speter# this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
272662449Spetergnome|Gnome terminal, 
272762449Speter	bce, 
272862449Speter	kdch1=\177, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
272962449Speter	use=xterm-color, 
273062449Speter
273162449Speter# This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
273262449Speter# or not is debatable).
273362449Speterkvt|KDE terminal, 
273462449Speter	bce, km@, 
273562449Speter	kdch1=\177, kend=\E[F, khome=\E[H, use=xterm-color, 
273662449Speter
273750276Speter# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
273850276Speter# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
273950276Speter# Notes:
274050276Speter# rxvt 2.21b uses
274150276Speter#	smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
274250276Speter# but some applications don't work with that.
274350276Speter# It also has an AIX extension
274450276Speter#	box2=lqkxjmwuvtn,
274550276Speter# and
274650276Speter#	ech=\E[%p1%dX,
274750276Speter# but the latter does not work correctly.
274850276Speter#
274950276Speter# The distributed terminfo says it implements hpa and vpa, but they are not
275050276Speter# implemented correctly, using relative rather than absolute positioning.
275150276Speter#
275250276Speter# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
275350276Speter# Since rxvt is not really compatible with xterm, it should be configured as
275450276Speter# "rxvt" (monochrome) and "rxvt-color". 
275550276Speterrxvt-basic|rxvt terminal base (X Window System), 
275662449Speter	OTbs, am, bce, eo, km, mir, msgr, xenl, xon, 
275750276Speter	cols#80, it#8, lines#24, 
275850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
275950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
276050276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
276150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
276250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
276350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
276462449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
276562449Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h\E[?5l, 
276662449Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
276762449Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E[?47l\E=\E[?1l, 
276850276Speter	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
276950276Speter	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
277050276Speter	kPRV=\E[5$, kRIT=\E[c, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, 
277150276Speter	kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
277250276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, 
277362449Speter	kend=\E[8~, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
277450276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
277550276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
277650276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
277750276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
277850276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~, 
277950276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, 
278050276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, 
278150276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
278250276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
278350276Speter	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
278450276Speter	s0ds=\E(B, s1ds=\E(0, sc=\E7, sgr0=\E[0m\017, smacs=^N, 
278550276Speter	smcup=\E7\E[?47h, smir=\E[4h, smkx=\E=, smso=\E[7m, 
278650276Speter	smul=\E[4m, tbc=\E[3g, 
278750276Speterrxvt|rxvt terminal emulator (X Window System), 
278862449Speter	ncv@, 
278962449Speter	sgr0=\E[m\017, use=rxvt-basic, use=ecma+color, 
279050276Speter
279162449Speter# From: Michael Jennings <mej@valinux.com>
279262449Speter# removed kf0 which conflicts with kf10 -TD
279362449Speter# remove cvvis which conflicts with cnorm -TD
279462449Speter# There's no u6 because Eterm appears to lack CPR (cursor position report).
279562449SpeterEterm|Eterm-color|Eterm with xterm-style color support (X Window System), 
279662449Speter	am, bce, bw, eo, km, mc5i, mir, msgr, xenl, xon, 
279762449Speter	btns#5, cols#80, it#8, lines#24, lm#0, ncv@, 
279862449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
279962449Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
280062449Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
280162449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
280262449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
280362449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
280462449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
280562449Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
280662449Speter	flash=\E[?5h\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, 
280762449Speter	hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
280862449Speter	ind=^J, is1=\E[?47l\E>\E[?1l, 
280962449Speter	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
281062449Speter	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
281162449Speter	kPRV=\E[5$, kRIT=\E[c, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, 
281262449Speter	kbeg=\EOu, kbs=^H, kc1=\E[8~, kc3=\E[6~, kcbt=\E[Z, 
281362449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
281462449Speter	kdch1=\E[3~, kel=\E[8\^, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
281562449Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
281662449Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
281762449Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
281862449Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
281962449Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
282062449Speter	khome=\E[7~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
282162449Speter	kslt=\E[4~, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, 
282262449Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
282362449Speter	rmkx=, rmso=\E[27m, rmul=\E[24m, 
282462449Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
282562449Speter	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
282662449Speter	sc=\E7, 
282762449Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
282862449Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
282962449Speter	smir=\E[4h, smkx=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
283062449Speter	u7=\E[6n, u8=\E[?1;2c, u9=\E[c, vpa=\E[%i%p1%dd, 
283162449Speter	use=ecma+color, 
283262449Speter
283350276Speter# These (xtermc and xtermm) are distributed with Solaris.  They refer to a
283450276Speter# variant of xterm which is apparently no longer supported, but are interesting
283550276Speter# because they illustrate SVr4 curses mouse controls - T.Dickey
283650276Speterxtermm|xterm terminal emulator (monocrome), 
283762449Speter	OTbs, am, km, mir, msgr, xenl, 
283850276Speter	btns#3, cols#80, it#8, lines#24, 
283950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
284050276Speter	bel=^G, blink=@, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
284150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[1D, 
284250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
284350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
284450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
284550276Speter	el=\E[K, el1=\E[1K$<3>, enacs=\E(B\E)0, getm=\E[%p1%dY, 
284650276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
284750276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, 
284850276Speter	kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, 
284950276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[Y, kent=\EOM, kf0=\EOy, 
285050276Speter	kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, 
285150276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
285250276Speter	kf9=\EOX, khome=\E[H, kmous=\E[^_, knp=\E[U, kpp=\E[V, 
285350276Speter	rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM, rmacs=^O, 
285450276Speter	rmcup=\E@0\E[?4r, rmso=\E[m, 
285550276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
285650276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
285750276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
285850276Speter	sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1, 
285950276Speter	smso=\E[7m, tbc=\E[3g, 
286050276Speter
286150276Speterxtermc|xterm terminal emulator (color), 
286250276Speter	colors#8, ncv#7, pairs#64, 
286350276Speter	op=\E[100m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
286450276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
286550276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
286650276Speter	use=xtermm, 
286750276Speter
286850276Speter# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
286950276Speter# Here's a termcap entry I've been using for xterm_color, which comes
287050276Speter# with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
287150276Speter# color stuff, I also have a status line defined as the window manager
287250276Speter# title bar. [I have translated it to terminfo -- ESR]
287350276Speterxterm-pcolor|xterm with color used for highlights and status line, 
287450276Speter	bold=\E[1m\E[43m, rev=\E[7m\E[34m, smso=\E[7m\E[31m, 
287562449Speter	smul=\E[4m\E[42m, use=xterm+sl, use=xterm-r6, 
287650276Speter
287750276Speter# HP ships this, except for the pb#9600 which was merged in from BSD termcap.
287850276Speter# (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
287950276Speterhpterm|X-hpterm|hp X11 terminal emulator, 
288050276Speter	am, da, db, mir, xhp, 
288150276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 
288250276Speter	acsc=, bel=^G, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, 
288350276Speter	cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, 
288450276Speter	cuu1=\EA, dch1=\EP, dim=\E&dH, dl1=\EM, ed=\EJ$<1>, el=\EK, 
288550276Speter	hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, ind=^J, kbs=^H, 
288650276Speter	kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
288750276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
288850276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
288950276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
289050276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, meml=\El, 
289150276Speter	memu=\Em, pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
289250276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
289350276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
289450276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET, 
289550276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, 
289650276Speter	rmul=\E&d@, 
289750276Speter	sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
289850276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
289950276Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
290050276Speter
290150276Speter# This entry describes an xterm with Sun-style function keys enabled
290250276Speter# via the X resource setting "xterm*sunFunctionKeys:true"
290350276Speter# To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
290450276Speter# The <kf13>...<kf20> keys are L3-L10.  We don't set <kf16=\E[197z>
290550276Speter# because we want it to be seen as <kcpy>. 
290650276Speter# The <kf31>...<kf45> keys are R1-R15.  We treat some of these in accordance
290750276Speter# with their Sun keyboard labels instead.
290850276Speter# From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
290950276Speterxterm-sun|xterm with sunFunctionKeys true, 
291050276Speter	kb2=\E[218z, kcpy=\E[197z, kend=\E[220z, kf1=\E[224z, 
291150276Speter	kf10=\E[233z, kf11=\E[192z, kf12=\E[193z, kf13=\E[194z, 
291250276Speter	kf14=\E[195z, kf15=\E[196z, kf17=\E[198z, kf18=\E[199z, 
291350276Speter	kf19=\E[200z, kf2=\E[225z, kf20=\E[201z, kf3=\E[226z, 
291450276Speter	kf31=\E[208z, kf32=\E[209z, kf33=\E[210z, kf34=\E[211z, 
291550276Speter	kf35=\E[212z, kf36=\E[213z, kf38=\E[215z, kf4=\E[227z, 
291650276Speter	kf40=\E[217z, kf42=\E[219z, kf44=\E[221z, kf5=\E[228z, 
291750276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
291850276Speter	kfnd=\E[200z, khlp=\E[196z, khome=\E[214z, kich1=\E[2z, 
291962449Speter	knp=\E[222z, kpp=\E[216z, kund=\E[195z, use=xterm, 
292050276Speterxterms-sun|small (80x24) xterm with sunFunctionKeys true, 
292150276Speter	cols#80, lines#24, use=xterm-sun, 
292250276Speter
292350276Speter# This is for the extensible terminal emulator on the X11R6 contrib tape.
292450276Speteremu|emu native mode, 
292550276Speter	mir, msgr, xon, 
292650276Speter	colors#15, cols#80, it#8, lines#24, pairs#64, vt#200, 
292750276Speter	acsc=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244, 
292850276Speter	bel=^G, blink=\ES\EW, bold=\ES\EU, civis=\EZ, 
292950276Speter	clear=\EP\EE0;0;, cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, 
293050276Speter	cub=\Eq-%p1%d;, cub1=^H, cud=\Ep%p1%d;, cud1=\EB, 
293150276Speter	cuf=\Eq%p1%d;, cuf1=\ED, cup=\EE%p1%d;%p2%d;, 
293262449Speter	cuu=\Ep-%p1%d;, cuu1=\EA, dch=\EI%p1%d;, dch1=\EI1;, 
293362449Speter	dl=\ER%p1%d;, dl1=\ER1;, ech=\Ej%p1%d;, ed=\EN, el=\EK, 
293462449Speter	el1=\EL, enacs=\0, home=\EE0;0;, ht=^I, hts=\Eh, 
293550276Speter	il=\EQ%p1%d;, il1=\EQ1;, ind=\EG, is2=\ES\Er0;\Es0;, 
293650276Speter	kbs=^H, kcub1=\EC, kcud1=\EB, kcuf1=\ED, kcuu1=\EA, 
293750276Speter	kdch1=\177, kent=^M, kf0=\EF00, kf1=\EF01, kf10=\EF10, 
293850276Speter	kf11=\EF11, kf12=\EF12, kf13=\EF13, kf14=\EF14, kf15=\EF15, 
293950276Speter	kf16=\EF16, kf17=\EF17, kf18=\EF18, kf19=\EF19, kf2=\EF02, 
294050276Speter	kf20=\EF20, kf3=\EF03, kf4=\EF04, kf5=\EF05, kf6=\EF06, 
294150276Speter	kf7=\EF07, kf8=\EF08, kf9=\EF09, kfnd=\Efind, kich1=\Eins, 
294250276Speter	knp=\Enext, kpp=\Eprior, kslt=\Esel, oc=\Es0;\Er0;, 
294350276Speter	rev=\ES\ET, ri=\EF, rmacs=\0, rmir=\EX, rmso=\ES, rmul=\ES, 
294450276Speter	rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;, 
294550276Speter	setaf=\Er%i%p1%d;, sgr0=\ES, smacs=\0, smir=\EY, 
294650276Speter	smso=\ES\ET, smul=\ES\EV, tbc=\Ej, 
294750276Speter
294850276Speter#### MGR
294950276Speter#
295050276Speter# MGR is a Bell Labs window system lighter-weight than X.
295150276Speter# These entries describe MGR's xterm-equivalent. 
295250276Speter# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997 
295350276Speter#
295450276Speter
295550276Spetermgr|Bellcore MGR (non X) window system terminal emulation, 
295650276Speter	am, km, 
295750276Speter	bel=^G, bold=\E2n, civis=\E9h, clear=^L, cnorm=\Eh, cr=^M, 
295850276Speter	csr=\E%p1%d;%p2%dt, cub1=^H, cud1=\Ef, cuf1=\Er, 
295950276Speter	cup=\E%p2%d;%p1%dM, cuu1=\Eu, cvvis=\E0h, 
296050276Speter	dch=\E%p1%dE$<5>, dch1=\EE, dl=\E%p1%dd$<3*>, 
296150276Speter	dl1=\Ed$<3>, ed=\EC, el=\Ec, hd=\E1;2f, ht=^I, hu=\E1;2u, 
296250276Speter	ich=\E%p1%dA$<5>, ich1=\EA, il=\E%p1%da$<3*>, 
296350276Speter	il1=\Ea$<3>, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
296450276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=^M^J, rev=\E1n, rmam=\E5S, 
296550276Speter	rmso=\E0n, rmul=\E0n, sgr0=\E0n, smam=\E5s, smso=\E1n, 
296650276Speter	smul=\E4n, 
296750276Spetermgr-sun|Mgr window with Sun keyboard, 
296850276Speter	ka1=\E[214z, ka3=\E[216z, kb2=\E[218z, kc1=\E[220z, 
296962449Speter	kc3=\E[222z, kcpy=\E[197z, kend=\E[220z, kent=\E[250z, 
297050276Speter	kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, 
297150276Speter	kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, 
297250276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
297350276Speter	kfnd=\E[200z, khlp=\E[207z, khome=\E[214z, knp=\E[222z, 
297462449Speter	kopn=\E[198z, kpp=\E[216z, kund=\E[195z, use=mgr, 
297550276Spetermgr-linux|Mgr window with Linux keyboard, 
297650276Speter	ka1=\E[H, ka3=\E[5~, kb2=\E[G, kc1=\E[Y, kc3=\E[6~, 
297750276Speter	kdch1=\E[3~, kend=\E[4~, kf0=\E[[J, kf1=\E[[A, kf10=\E[21~, 
297850276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, 
297950276Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
298062449Speter	khome=\E[1~, knp=\E[6~, kpp=\E[5~, use=mgr, 
298150276Speter
298250276Speter######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
298350276Speter#
298450276Speter
298550276Speter# Columbus UNIX virtual terminal. This terminal also appears in 
298650276Speter# UNIX 4.0 and successors as line discipline 1 (?), but is 
298750276Speter# undocumented and does not really work quite right.
298850276Spetercbunix|cb unix virtual terminal, 
298962449Speter	OTbs, am, da, db, 
299050276Speter	cols#80, lines#24, lm#0, 
299150276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
299250276Speter	cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, 
299350276Speter	el=\EK, ich1=\EO, il1=\EP, ind=^J, kcub1=\ED, kcud1=\EB, 
299450276Speter	kcuf1=\EC, kcuu1=\EA, khome=\EE, rmso=\Eb^D, rmul=\Eb^A, 
299550276Speter	smso=\Ea^D, smul=\Ea^A, 
299650276Speter# (vremote: removed obsolete ":nl@:" -- esr)
299750276Spetervremote|virtual remote terminal, 
299850276Speter	am@, 
299950276Speter	cols#79, use=cbunix, 
300050276Speter
300150276Speterpty|4bsd pseudo teletype, 
300250276Speter	cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, 
300362449Speter	smso=\Ea$, smul=\Ea!, use=cbunix, 
300450276Speter
300550276Speter# The codes supported by the term.el terminal emulation in GNU Emacs 19.30 
300650276Spetereterm|gnu emacs term.el terminal emulation, 
300750276Speter	am, mir, xenl, 
300850276Speter	cols#80, lines#24, 
300950276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
301050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
301150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
301250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
301350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
301450276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
301550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, rev=\E[7m, 
301650276Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
301750276Speter	sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, 
301850276Speter	smul=\E[4m, 
301950276Speter
302062449Speter# Entries for use by the `screen' program by Juergen Weigert, 
302162449Speter# Michael Schroeder, Oliver Laumann.  The screen and
302250276Speter# screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
302350276Speter# come from University of Wisconsin and may be older.
302450276Speter# (screen: added <cnorm> on ANSI model -- esr)
302562449Speter#
302662449Speter# 'screen' defines extensions to termcap.  Some are used in its terminal
302762449Speter# description:
302862449Speter#      G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
302962449Speter#      AX   (bool)  Does  understand ANSI set default fg/bg color
303062449Speter#                   (\E[39m / \E[49m).
303150276Speterscreen|VT 100/ANSI X3.64 virtual terminal, 
303262449Speter	OTbs, OTpt, am, km, mir, msgr, xenl, G0, 
303350276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
303450276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
303550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
303650276Speter	clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, 
303750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
303850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
303950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
304050276Speter	cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
304150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
304250276Speter	flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
304350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
304450276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kf1=\EOP, 
304550276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, 
304650276Speter	kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
304750276Speter	kf9=\E[20~, khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, 
304850276Speter	kpp=\E[5~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
304950276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m, 
305050276Speter	rs2=\Ec, sc=\E7, sgr0=\E[m, smacs=^N, smir=\E[4h, 
305150276Speter	smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
305250276Speter	use=ecma+color, 
305350276Speter
305450276Speterscreen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols, 
305550276Speter	cols#132, use=screen, 
305650276Speter
305750276Speterscreen2|old VT 100/ANSI X3.64 virtual terminal, 
305850276Speter	cols#80, it#8, lines#24, 
305950276Speter	cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=^H, 
306050276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
306150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
306250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
306350276Speter	el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL, 
306450276Speter	il1=\E[L, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
306550276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
306650276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
306750276Speter	nel=^M^J, rc=\E8, ri=\EM, rmir=\E[4l, rmso=\E[23m, 
306850276Speter	rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smir=\E[4h, 
306950276Speter	smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
307050276Speter# (screen3: removed unknown ":xv:LP:G0:" -- esr)
307150276Speterscreen3|older VT 100/ANSI X3.64 virtual terminal, 
307250276Speter	km, mir, msgr, 
307350276Speter	cols#80, it#8, lines#24, 
307450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
307550276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
307650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
307750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
307850276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
307950276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
308050276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
308150276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
308250276Speter	kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
308350276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[23m, rmul=\E[24m, rs1=\Ec, 
308450276Speter	sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, 
308550276Speter	smul=\E[4m, tbc=\E[3g, 
308650276Speter
308750276Speter# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
308850276Speter# NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
308950276Speter# been maintained until recently by the National Center for Supercomputer
309050276Speter# Applications, and it is feature rich, stable and free.  It can be downloaded
309150276Speter# from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
309250276Speter# xterm+sl, and the docs at NCSA.  It works well.
309350276Speter#
309450276Speter# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
309550276Speter# The terminal options should be set as follows:
309650276Speter#         Xterm sequences ON
309750276Speter#         use VT wrap mode ON
309850276Speter#         use Emacs arrow keys OFF
309950276Speter#         CTRL-COMND is Emacs meta ON
310050276Speter#         8 bit mode ON
310150276Speter#         answerback string: "ncsa-vt220-8"
310250276Speter#         setup keys: all disabled
310350276Speter#
310456639Speter# Application mode is not used.
310550276Speter#
310650276Speter# Other special mappings:
310750276Speter#	Apple		VT220
310850276Speter#	HELP 		Find
310950276Speter#	HOME		Insert here
311050276Speter#	PAGEUP		Remove
311150276Speter#	DEL		Select
311250276Speter#	END		Prev Screen
311350276Speter#	PAGEDOWN	Next Screen
311450276Speter#
311550276Speter# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
311650276Speter# text.
311750276Speter#
311850276Speter# The status-line manipulation is a mapping of the xterm-compatible control
311950276Speter# sequences for setting the window-title.  So you must use tsl and fsl in
312050276Speter# pairs, since the latter ends the string that is loaded to the window-title.
312156639Speterncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
312250276Speter	am, hs, km, mir, msgr, xenl, 
312350276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
312450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
312550276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
312650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
312750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
312850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
312950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
313050276Speter	dsl=\E]0;\007, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
313150276Speter	flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, ht=^I, hts=\EH, 
313250276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
313356639Speter	il=\E[%p1%dL, il1=\E[L, ind=\n$<150*>, 
313450276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, kbs=^H, 
313550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
313656639Speter	kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~, 
313756639Speter	kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, kf14=\E[33~, 
313856639Speter	kf15=\E[34~, kf2=\E[18, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, 
313962449Speter	kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khlp=\E[1~, 
314050276Speter	khome=\E[2~, knp=\E[6~, kpp=\E[3~, mc4=\E[4i, mc5=\E[5i, 
314150276Speter	rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, 
314250276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l, 
314350276Speter	rmso=\E[27m, rmul=\E[24m, 
314450276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, sc=\E7, 
314550276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
314650276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7, 
314750276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E]0;, 
314850276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?62;1;6c, u9=\E[c, 
314950276Speterncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
315050276Speter	use=ncsa-m, use=klone+color, 
315150276Speterncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
315250276Speter	hs@, 
315350276Speter	dsl@, fsl@, tsl@, use=ncsa, 
315450276Speterncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
315550276Speter	hs@, 
315650276Speter	dsl@, fsl@, tsl@, use=ncsa-m, 
315756639Speter# alternate -TD:
315856639Speter# The documented function-key mapping refers to the Apple Extended Keyboard
315956639Speter# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
316056639Speter# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
316156639Speter# some keyboards and many applications require these as F1-F4.
316256639Speter#
316356639Speterncsa-vt220|NCSA Telnet using vt220-compatible function keys, 
316456639Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
316556639Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
316656639Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
316756639Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
316862449Speter	kf8=\E[19~, kf9=\E[20~, use=ncsa, 
316950276Speter
317050276Speter#### Pilot Pro Palm-Top
317150276Speter#
317250276Speter# From: Jason Downs <downsj@downsj.com>, 15 Jun 1997 (Top Gun Telnet's author)
317350276Speterpilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional, 
317450276Speter	am, xenl, 
317550276Speter	cols#39, lines#16, 
317650276Speter	bel=^G, clear=\Ec, cr=^M, cub1=^H, cud1=^J, 
317750276Speter	cup=\Em%p1%{32}%+%c%p2%{32}%+%c, home=\Em\s\s, ht=^I, 
317850276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, knp=^L, kpp=^K, nel=\Em~\s, 
317950276Speter	rmso=\EB, smso=\Eb, 
318050276Speter
318150276Speter######## COMMERCIAL WORKSTATION CONSOLES
318250276Speter#
318350276Speter
318450276Speter#### Alpha consoles
318550276Speter#
318650276Speter
318750276Speter# This is from the OSF/1 Release 1.0 termcap file
318850276Speterpccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation, 
318950276Speter	am, xon, 
319050276Speter	cols#80, lines#25, 
319150276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
319250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
319350276Speter	el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, kbs=^H, 
319450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
319550276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
319650276Speter
319750276Speter#### Sun consoles
319850276Speter#
319950276Speter
320050276Speter# :is1: resets scrolling region in case a previous user had used "tset vt100"
320150276Speteroldsun|Sun Microsystems Workstation console, 
320262449Speter	OTbs, am, km, mir, msgr, 
320350276Speter	cols#80, it#8, lines#34, 
320450276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
320550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
320650276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
320750276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
320850276Speter	is1=\E[1r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
320950276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
321050276Speter	rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
321150276Speter# From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
321250276Speter# <lines> capability later corrected by J.T. Conklin <jtc@cygnus.com>
321350276Speter# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
321450276Spetersun-il|Sun Microsystems console with working insert-line, 
321550276Speter	am, km, msgr, 
321650276Speter	cols#80, lines#34, 
321750276Speter	bel=^G, bold@, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
321850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
321950276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
322050276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
322150276Speter	kb2=\E[218z, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
322250276Speter	kcuu1=\E[A, kdch1=\177, kend=\E[220z, kf1=\E[224z, 
322350276Speter	kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, kf2=\E[225z, 
322450276Speter	kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, kf6=\E[229z, 
322550276Speter	kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, khome=\E[214z, 
322650276Speter	knp=\E[222z, kopt=\E[194z, kpp=\E[216z, kres=\E[193z, 
322750276Speter	kund=\E[195z, rev=\E[7m, rmso=\E[m, rmul@, rs2=\E[s, 
322850276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
322950276Speter	sgr0=\E[m, smso=\E[7m, smul@, u8=\E[1t, u9=\E[11t, 
323062449Speter# On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
323162449Speter# flake out on the last line.  Unfortunately, without them the terminal has no
323262449Speter# way to scroll.
323362449Spetersun-cgsix|sun-ss5|Sun SparcStation 5 console, 
323450276Speter	il@, il1@, use=sun-il, 
323550276Speter# If you are using an SS5, change the sun definition to use sun-ss5.
323650276Spetersun|sun1|sun2|Sun Microsystems Inc. workstation console, 
323750276Speter	use=sun-il, 
323850276Speter
323950276Speter# From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
324050276Spetersun-s|Sun Microsystems Workstation window with status line, 
324150276Speter	hs, 
324250276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun, 
324350276Spetersun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs, 
324450276Speter	hs, 
324550276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun-e, 
324650276Spetersun-48|Sun 48-line window, 
324750276Speter	cols#80, lines#48, use=sun, 
324850276Spetersun-34|Sun 34-line window, 
324950276Speter	cols#80, lines#34, use=sun, 
325050276Spetersun-24|Sun 24-line window, 
325150276Speter	cols#80, lines#24, use=sun, 
325250276Spetersun-17|Sun 17-line window, 
325350276Speter	cols#80, lines#17, use=sun, 
325450276Spetersun-12|Sun 12-line window, 
325550276Speter	cols#80, lines#12, use=sun, 
325650276Spetersun-1|Sun 1-line window for sysline, 
325750276Speter	eslok, hs, 
325850276Speter	cols#80, lines#1, 
325950276Speter	dsl=^L, fsl=\E[K, tsl=^M, use=sun, 
326050276Spetersun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, 
326162449Speter	ich1@, rmir@, smir@, use=sun, 
326250276Spetersun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, 
326350276Speter	lines#35, 
326450276Speter	rmcup=\E[>4h, smcup=\E[>4l, use=sun, 
326550276Speter
326650276Speter#### Iris consoles
326750276Speter#
326850276Speter
326950276Speter# (wsiris: this had extension capabilities
327050276Speter#	:HS=\E7F2:HE=\E7F7:\
327150276Speter#	:CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
327250276Speter# See the note on Iris extensions near the end of this file.  
327350276Speter# Finally, removed suboptimal <clear>=\EH\EJ and added <cud1> & 
327450276Speter# <flash> from BRL -- esr)
327550276Speterwsiris|iris40|iris emulating a 40 line visual 50 (approximately), 
327662449Speter	OTbs, OTnc, OTpt, am, 
327762449Speter	OTkn#3, cols#80, it#8, lines#40, 
327862449Speter	OTnl=\EB, bel=^G, clear=\Ev, cnorm=\E>, cub1=^H, cud1=\EB, 
327962449Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
328062449Speter	cvvis=\E;, dim=\E7F2, dl1=\EM, ed=\EJ, el=\EK, 
328150276Speter	flash=\E7F4\E7B1\013\E7F7\E7B0, home=\EH, ht=^I, il1=\EL, 
328250276Speter	ind=^J, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, 
328350276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, 
328450276Speter	kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, ri=\EI, 
328550276Speter	rmso=\E0@, rmul=\E7R3\E0@, sgr0=\E7F7, smso=\E9P, 
328650276Speter	smul=\E7R2\E9P, 
328750276Speter
328850276Speter#### NeWS consoles
328950276Speter#
329050276Speter# Console terminal windows under the NeWS (Sun's Display Postscript windowing
329150276Speter# environment).   Note: these have nothing to do with Sony's News workstation
329250276Speter# line.
329350276Speter#
329450276Speter
329550276Speter# Entry for NeWS's psterm from Eric Messick & Hugh Daniel
329650276Speter# (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
329750276Speterpsterm|psterm-basic|NeWS psterm-80x34, 
329862449Speter	OTbs, am, hs, km, ul, 
329950276Speter	cols#80, it#8, lines#34, 
330050276Speter	blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, 
330150276Speter	cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, 
330250276Speter	dch1=\EF, dl1=\EK, ed=\EB, el=\EC, flash=\EZ, fsl=\ENl, 
330350276Speter	home=\ER, ht=^I, il1=\EA, ind=\EW, is1=\EN*, kcub1=\E[D, 
330450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr, 
330550276Speter	ri=\EX, rmcup=\ENt, rmir=\ENi, rmso=\ENo, rmul=\ENu, sc=^], 
330650276Speter	sgr0=\EN*, smcup=\EOt, smir=\EOi, smso=\EOo, smul=\EOu, 
330750276Speter	tsl=\EOl, 
330850276Speterpsterm-96x48|NeWS psterm 96x48, 
330950276Speter	cols#96, lines#48, use=psterm, 
331050276Speterpsterm-90x28|NeWS psterm 90x28, 
331150276Speter	cols#90, lines#28, use=psterm, 
331250276Speterpsterm-80x24|NeWS psterm 80x24, 
331350276Speter	cols#80, lines#24, use=psterm, 
331450276Speter# This is a faster termcap for psterm.  Warning:  if you use this termcap,
331550276Speter# some control characters you type will do strange things to the screen.
331650276Speter# (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
331750276Speterpsterm-fast|NeWS psterm fast version (flaky ctrl chars), 
331862449Speter	OTbs, am, hs, km, ul, 
331950276Speter	cols#80, it#8, lines#34, 
332050276Speter	blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, 
332150276Speter	cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, 
332250276Speter	dch1=^F, dl1=^K, ed=^B, el=^C, flash=^Z, fsl=^Nl, home=^R, ht=^I, 
332350276Speter	il1=^A, ind=^W, is1=^N*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
332450276Speter	kcuu1=\E[A, ll=^U, rc=^\, rev=^Or, ri=^X, rmcup=^Nt, rmir=^Ni, 
332550276Speter	rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, 
332650276Speter	smso=^Oo, smul=^Ou, tsl=^Ol, 
332750276Speter
332850276Speter#### NeXT consoles
332950276Speter#
333050276Speter# Use `glasstty' for the Workspace application
333150276Speter#
333250276Speter
333350276Speter# From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
333450276Speternext|NeXT console, 
333550276Speter	am, xt, 
333650276Speter	cols#80, it#8, lines#24, 
333750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
333850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
333950276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
334050276Speter	rmso=\E[4;1m, sgr0=\E[m, smso=\E[4;2m, 
334150276Speternextshell|NeXT Shell application, 
334250276Speter	am, 
334350276Speter	cols#80, 
334450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, kcub1=^H, 
334550276Speter	kcud1=^J, nel=^M^J, 
334650276Speter
334750276Speter#### Sony NEWS workstations
334850276Speter#
334950276Speter
335050276Speter# (news-unk: this had :KB=news: -- esr)
335150276Speternews-unk|SONY NEWS vt100 emulator common entry, 
335262449Speter	OTbs, OTpt, am, xenl, 
335350276Speter	cols#80, 
335462449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
335562449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
335650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
335750276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
335850276Speter	if=/usr/lib/tabset/vt100, il=\E[%p1%dL, il1=\E[L, 
335950276Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E8, kbs=^H, kcub1=\EOD, 
336050276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOY, kf1=\EOP, 
336150276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, 
336250276Speter	kf8=\EOW, kf9=\EOX, rc=\E8, rev=\E[7m, ri=\EM, 
336362449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
336462449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r, sc=\E7, 
336562449Speter	sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
336650276Speter#
336750276Speter# (news-29: this had :TY=ascii: --esr)
336850276Speternews-29, 
336950276Speter	lines#29, use=news-unk, 
337050276Speter# (news-29-euc: this had :TY=euc: --esr)
337150276Speternews-29-euc, 
337250276Speter	use=news-29, 
337350276Speter# (news-29-sjis: this had :TY=sjis: --esr)
337450276Speternews-29-sjis, 
337550276Speter	use=news-29, 
337650276Speter#
337750276Speter# (news-33: this had :TY=ascii: --esr)
337850276Speternews-33, 
337950276Speter	lines#33, use=news-unk, 
338050276Speter# (news-33-euc: this had :TY=euc: --esr)
338150276Speternews-33-euc, 
338250276Speter	use=news-33, 
338350276Speter# (news-33-sjis: this had :TY=sjis: --esr)
338450276Speternews-33-sjis, 
338550276Speter	use=news-33, 
338650276Speter#
338750276Speter# (news-42: this had :TY=ascii: --esr)
338850276Speternews-42, 
338950276Speter	lines#42, use=news-unk, 
339050276Speter# (news-42-euc: this had :TY=euc: --esr)
339150276Speternews-42-euc, 
339250276Speter	use=news-42, 
339350276Speter# (news-42-sjis: this had :TY=sjis: --esr)
339450276Speternews-42-sjis, 
339550276Speter	use=news-42, 
339650276Speter#
339750276Speter#	NEWS-OS old termcap entry 
339850276Speter#
339950276Speter# (news-old-unk: this had :KB=news:TY=sjis: --esr)
340050276Speternews-old-unk|SONY NEWS vt100 emulator common entry, 
340162449Speter	OTbs, OTpt, am, xenl, 
340250276Speter	cols#80, vt#3, 
340362449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, 
340462449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
340550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
340650276Speter	home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, kbs=^H, 
340750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
340850276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, ri=\EM, 
340962449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
341062449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
341162449Speter	sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
341250276Speter#
341350276Speter# (nwp512: this had :DE=^H:, which I think means <OTbs> --esr)
341462449Speternwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines, 
341562449Speter	OTbs, 
341650276Speter	lines#40, 
341762449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
341862449Speter	use=news-old-unk, 
341950276Speter#
342050276Speter# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
342150276Speternwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line, 
342250276Speter	lines#42, 
342362449Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8, 
342462449Speter	use=news-old-unk, 
342550276Speter#
342650276Speter# (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as <OTbs>. --esr)
342750276Speternwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines, 
342862449Speter	OTbs, 
342950276Speter	lines#40, 
343062449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
343162449Speter	use=news-old-unk, 
343250276Speter#
343350276Speter# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
343450276Speternwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines, 
343562449Speter	OTbs, 
343650276Speter	lines#31, 
343762449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
343862449Speter	use=news-old-unk, 
343950276Speter#
344050276Speter# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
344150276Speter# also the alias vt100-bm.
344262449Speternwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines, 
344362449Speter	OTbs, 
344450276Speter	lines#33, 
344562449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8, 
344662449Speter	use=news-old-unk, 
344750276Speter#
344850276Speter# (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
344962449Speternwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines, 
345062449Speter	OTbs, 
345150276Speter	lines#31, 
345262449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
345362449Speter	use=news-old-unk, 
345450276Speter#
345550276Speter# (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
345650276Speternews28|sony vt100 emulator 28 lines, 
345762449Speter	OTbs, 
345850276Speter	lines#28, 
345962449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8, 
346062449Speter	use=news-old-unk, 
346150276Speter#
346250276Speter# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
346350276Speternews29|news28-a|sony vt100 emulator 29 lines, 
346450276Speter	lines#29, 
346562449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8, 
346662449Speter	use=news-old-unk, 
346750276Speter#
346850276Speter# (news511: this had :TY=sjis: --esr)
346950276Speternwp511|nwp-511|nwp-511 vt100, 
347062449Speter	OTbs, OTpt, am, xenl, 
347150276Speter	cols#80, lines#24, 
347250276Speter	clear=\E[;H\E[2J$<20/>, cuf1=\E[C, 
347350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A$<2/>, dl1=\E[M, 
347450276Speter	ed=\E[J$<30/>, el=\E[K$<3/>, 
347550276Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
347650276Speter	il1=\E[L, is2=\E[?5l\E[?1l\E>\E[?7h\E[?8h, kcub1=\E[D, 
347750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
347850276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\E#W, khome=\E[H, 
347950276Speter	ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
348062449Speter	rs2=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h, 
348150276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
348250276Speter# (news517: this had :TY=sjis:. --esr)
348350276Speternwp517|nwp-517|nwp-517 vt200 80 cols 30 rows, 
348450276Speter	eslok, hs, 
348550276Speter	cols#80, lines#30, 
348662449Speter	OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
348750276Speter	is2=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
348862449Speter	tsl=\E[1$}\E[;%df, use=vt200, 
348950276Speter# (news517-w: this had :TY=sjis:. --esr)
349050276Speternwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows, 
349150276Speter	eslok, hs, 
349250276Speter	cols#132, lines#50, 
349362449Speter	OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
349450276Speter	is2=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
349562449Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
349662449Speter	tsl=\E[1$}\E[;%df, use=vt200, 
349750276Speter
349850276Speter#### Common Desktop Environment
349950276Speter#
350050276Speter
350150276Speter# This ships with Sun's CDE in Solaris 2.5
350250276Speter# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
350350276Speterdtterm|CDE desktop terminal, 
350450276Speter	am, mir, msgr, xenl, xon, 
350562449Speter	cols#80, it#8, lines#24, lm#0, ncv@, 
350650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
350750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
350850276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
350950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
351050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
351150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
351250276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
351350276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
351450276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, home=\E[H, 
351550276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
351650276Speter	ind=\ED, invis=\E[8m, is2=\E F\E>\E[?1l\E[?7h\E[?45l, 
351750276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
351850276Speter	kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
351950276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
352050276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
352150276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
352250276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
352350276Speter	kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
352462449Speter	kslt=\E[4~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
352562449Speter	rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, rmul=\E[24m, 
352662449Speter	sc=\E7, 
352750276Speter	sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
352850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
352962449Speter	smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ecma+color, 
353050276Speter
353150276Speter#### Non-Unix Consoles
353250276Speter#
353350276Speter
353450276Speter# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
353550276Speter# a Unix-style environment used on OS/2.  (Note that the suffix makes some
353650276Speter# names longer than 14 characters, the nominal maximum).
353750276Speter#
353850276Speter# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
353950276Speteransi-emx|ANSI.SYS color, 
354050276Speter	am, bce, eo, mir, msgr, xenl, xon, 
354150276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
354250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
354350276Speter	clear=\E[1;33;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
354450276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
354550276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
354650276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
354750276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
354850276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
354950276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
355050276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[5;37;41m, 
355150276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;44m\E[1;33m, 
355250276Speter	rmul=\E[0;44m\E[1;33m, rs1=\Ec, setab=\E[4%p1%dm, 
355350276Speter	setaf=\E[3%p1%dm, sgr0=\E[0m\E[1;33;44m, smir=\E[4h, 
355450276Speter	smpch=\E[11m, smso=\E[0;31;47m, smul=\E[1;31;44m, 
355550276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
355650276Speteransi-color-2-emx|ANSI.SYS color 2, 
355750276Speter	am, bce, eo, mir, msgr, xenl, xon, 
355850276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
355950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
356050276Speter	clear=\E[0;37;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
356150276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
356250276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
356350276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
356450276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
356550276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
356650276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
356750276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
356850276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;44m, 
356950276Speter	rmul=\E[0;37;44m, rs1=\Ec, setab=\E[4%p1%dm, 
357050276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;37;44m, smir=\E[4h, 
357150276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[1;36;44m, 
357250276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
357350276Speteransi-color-3-emx|ANSI.SYS color 3, 
357450276Speter	am, bce, eo, mir, msgr, xenl, xon, 
357550276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
357650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
357750276Speter	clear=\E[0;37;40m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
357850276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
357950276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
358050276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
358150276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
358250276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
358350276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
358450276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
358550276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;40m, 
358650276Speter	rmul=\E[0;37;40m, rs1=\Ec, setab=\E[4%p1%dm, 
358750276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;10m, smir=\E[4h, 
358850276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[0;36;40m, 
358950276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
359050276Spetermono-emx|stupid monochrome ansi terminal with only one kind of emphasis, 
359150276Speter	am, 
359250276Speter	cols#80, it#8, lines#24, 
359350276Speter	clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
359450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
359550276Speter	ht=^I, kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, 
359650276Speter	kcuu1=\0H, kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, 
359750276Speter	kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, 
359850276Speter	kich1=\0R, kll=\0O, knp=\0Q, kpp=\0I, nel=^M^J, rev=\E[7m, 
359950276Speter	sgr0=\E[0m, 
360050276Speter
360156639Speter# Use this for cygwin32 (tested with beta 19.1)
360256639Speter# underline is colored bright magenta
360356639Speter# shifted kf1-kf12 are kf11-kf22
360456639Spetercygwin|ansi emulation for cygwin32, 
360556639Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
360656639Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
360756639Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
360856639Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
360956639Speter	kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
361056639Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
361156639Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rmam@, smam@, 
361256639Speter	use=ansi.sys, 
361356639Speter
361450276Speter# This entry fits the Windows NT console when the _POSIX_TERM environment
361550276Speter# variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
361650276Speter# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
361750276Speter# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
361850276Speter# systems is not, and (surprise!) they match very well.
361950276Speter#
362050276Speter# See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
362150276Speter# VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
362250276Speter# are the installation instructions a pile of mind-numbing bureaucratese,
362350276Speter# but the termcap entry is actually broken and unusable as given; the :do:
362450276Speter# capability is misspelled "d".
362550276Speter#
362650276Speter# To use this, you need to a bunch of environment variables: 
362750276Speter#
362850276Speter# SET _POSIX_TERM=on
362950276Speter# SET TERM=ansi
363050276Speter# SET TERMCAP=location of termcap file in POSIX file format
363150276Speter# which is case-sensitive.
363250276Speter# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
363350276Speter# SET TMP=//C/TEMP
363450276Speter#
363550276Speter# Important note: setting the TMP environment variable in POSIX style renders
363650276Speter# it incompatible with a lot of other applications, including Visual C++. So
363750276Speter# you should have a separate command window just for vi. All the other
363850276Speter# variables may be permanently set in the Control Panel\System applet. 
363950276Speter#
364050276Speter# You can find out more about the restrictions of this facility at
364150276Speter# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
364250276Speter#
364350276Speter# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
364450276Speteransi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode, 
364550276Speter	am, bw, msgr, 
364650276Speter	cols#80, it#8, lines#25, 
364750276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
364850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
364950276Speter	home=\E[H, ht=^I, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[V, 
365050276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=\r\E[S, rc=\E[u, rev=\E[7m, 
365150276Speter	ri=\E[T, rmso=\E[m, sc=\E[s, sgr0=\E[0m, smso=\E[7m, 
365262449Speter# From: jew@venus.sunquest.com
365362449Speter# Date: 19 Feb 93 23:41:07 GMT
365462449Speter# Here's  a  combination of  ansi and  vt100 termcap
365562449Speter# entries   that  works  nearly   perfectly  for  me
365662449Speter# (Gateway 2000 Handbook and Microsoft Works 3.0):
365762449Speterpcmw|PC running Microsoft Works, 
365862449Speter	am, xenl, 
365962449Speter	cols#80, it#8, lines#24, vt#3, 
366062449Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
366162449Speter	clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, 
366262449Speter	cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
366362449Speter	cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
366462449Speter	ht=^I, hts=\EH$<2/>, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, 
366562449Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
366662449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\r\ED$<5/>, 
366762449Speter	rc=\E8, rev=\E[7m$<2/>, rf=/usr/share/lib/tabset/vt100, 
366862449Speter	ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
366962449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
367062449Speter	sgr0=\E[m$<2/>, smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
367162449Speter	tbc=\E[3g$<2/>, 
367250276Speter
367350276Speter######## COMMON TERMINAL TYPES
367450276Speter#
367550276Speter# This section describes terminal classes and maker brands that are still
367650276Speter# quite common, but have proprietary command sets not blessed by ANSI.
367750276Speter#
367850276Speter
367950276Speter#### Altos
368050276Speter#
368150276Speter# Altos made a moderately successful line of UNIX boxes.  In 1990 they were
368250276Speter# bought out by Acer, a major Taiwanese manufacturer of PC-clones.
368350276Speter# Acer has a web site at http://www.acer.com.
368450276Speter#
368550276Speter# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
368650276Speter# His comments suggest they were shipped with the system.
368750276Speter#
368850276Speter
368950276Speter# (altos2: had extension capabilities
369050276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
369150276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
369250276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
369350276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
369450276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
369550276Speter#	:YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
369650276Speter#	:HL=^AP\r:SP=\E[i:\
369750276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
369850276Speter#	:LO=\E[0q:LC=\E[5q:LL=\E[6q:\
369950276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
370050276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
370150276Speter# :sr: was given as a boolean-- esr)
370250276Speteraltos2|alt2|altos-2|altos II, 
370350276Speter	cols#80, it#8, lines#24, xmc#0, 
370450276Speter	clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, 
370550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl=\E[M, 
370650276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
370750276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=^J, 
370850276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, 
370950276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=\E[D, 
371050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^AM\r, kel=^AN\r, 
371150276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
371250276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
371350276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
371450276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
371550276Speter	kf8=^AG\r, kf9=^AH\r, khome=\E[f, kil1=^AJ\r, kind=^AO\r, 
371650276Speter	nel=^M^J, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
371750276Speter	smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
371850276Speter# (altos3: had extension capabilities
371950276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
372050276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
372150276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
372250276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
372350276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
372450276Speter#	:HL=^AP\r:SP=\E[i:\
372550276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
372650276Speteraltos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V, 
372762449Speter	blink=\E[5p, ri=\EM, sgr0=\E[p, use=altos2, 
372850276Speteraltos4|alt4|altos-4|altos IV, 
372950276Speter	use=wy50, 
373050276Speter# (altos7: had extension capabilities:
373150276Speter#	:GG#0:GI=\EH8:GF=\EH7:\
373250276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
373350276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
373450276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
373550276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
373650276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
373750276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  I have
373850276Speter# also made this entry relative to adm12 in order to give it an <sgr>. The
373950276Speter# <invis> imported by use=adm+sgr may work, let me know. -- esr)
374050276Speteraltos7|alt7|altos VII, 
374150276Speter	am, mir, 
374250276Speter	cols#80, lines#24, xmc#0, 
374350276Speter	acsc=j5k3l2m1n8q\:t4u9v=w0x6, blink=\EG2, bold=\EGt, 
374450276Speter	clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
374550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
374650276Speter	dim=\EGp, dl=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, 
374750276Speter	ind=^J, invis=\EG1, 
374850276Speter	is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, 
374950276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, 
375050276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=^AM\r, kel=^AN\r, 
375150276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
375250276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
375350276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
375450276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
375550276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, 
375650276Speter	knp=\EK, kpp=\EJ, mc4=\EJ, mc5=\Ed#, nel=^M^J, ri=\Ej, 
375762449Speter	rmir=\Er, smir=\Eq, use=adm+sgr, 
375850276Speteraltos7pc|alt7pc|altos PC VII, 
375950276Speter	kend=\ET, use=altos7, 
376050276Speter
376150276Speter#### Hewlett-Packard (hp)
376250276Speter#
376350276Speter#	Hewlett-Packard
376450276Speter#	8000 Foothills Blvd 
376550276Speter#	Roseville, CA 95747
376650276Speter#	Vox: 1-(916)-785-4363	(Technical response line for VDTs)
376750276Speter#	     1-(800)-633-3600	(General customer support)
376850276Speter#
376962449Speter#
377062449Speter# As of March 1998, HP no longer has any terminals in production.
377162449Speter# The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being 
377262449Speter# supported (they still have parts). So are the 2392a and 2394a.
377362449Speter# See the WORKSTATION CONSOLES section for the 700s.
377462449Speter#
377550276Speter
377650276Speter# Generic HP terminal - this should (hopefully) work on any HP terminal.
377750276Speterhpgeneric|hp|hewlett-packard generic terminal, 
377862449Speter	OTbs, OTpt, am, da, db, mir, xhp, 
377950276Speter	cols#80, lines#24, lm#0, vt#6, 
378050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
378150276Speter	cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, 
378250276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, 
378350276Speter	ind=^J, kbs=^H, kcbt=\Ei, rmir=\ER, rmso=\E&d@, rmul=\E&d@, 
378450276Speter	sgr0=\E&d@, smir=\EQ, smso=\E&dJ, smul=\E&dD, tbc=\E3, 
378550276Speter	vpa=\E&a%p1%dY, 
378650276Speter
378750276Speterhp110|hewlett-packard model 110 portable, 
378850276Speter	lines#16, use=hpgeneric, 
378950276Speter
379050276Speterhp+pfk+cr|hp function keys with CR, 
379150276Speter	kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, 
379250276Speter	kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, 
379350276Speter
379450276Speterhp+pfk-cr|hp function keys w/o CR, 
379550276Speter	kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, 
379650276Speter	kf8=\Ew, 
379750276Speter
379850276Speter# The hp2621s use the same keys for the arrows and function keys, 
379950276Speter# but not separate escape sequences. These definitions allow the 
380050276Speter# user to use those keys as arrow keys rather than as function 
380150276Speter# keys.
380250276Speterhp+pfk+arrows|hp alternate arrow definitions, 
380350276Speter	kcub1=\Eu\r, kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1@, 
380450276Speter	kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, khome=\Ep\r, kind=\Er\r, 
380550276Speter	kll=\Eq\r, kri=\Es\r, 
380650276Speter
380750276Speterhp+arrows|hp arrow definitions, 
380850276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
380950276Speter	kind=\ES, kll=\EF, kri=\ET, 
381050276Speter
381150276Speter# Generic stuff from the HP 262x series
381250276Speter#
381350276Speterhp262x|HP 262x terminals, 
381450276Speter	xhp, 
381550276Speter	blink=\E&dA, dch1=\EP$<2>, ed=\EJ, ht=\011$<2>, ind=\ES, 
381650276Speter	invis=\E&dS, ip=$<2>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
381750276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
381850276Speter	kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, 
381950276Speter	krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
382050276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c, 
382150276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, 
382250276Speter
382350276Speter# Note: no <home> on HPs since that homes to top of memory, not screen.
382450276Speter# Due to severe 2621 braindamage, the only way to get the arrow keys to
382550276Speter# transmit anything at all is to turn on the function key labels
382650276Speter# with <smkx>, and even then the user has to hold down shift!
382750276Speter# The default 2621 turns off the labels except when it has to to 
382850276Speter# enable the function keys. If your installation prefers labels 
382950276Speter# on all the time, or off all the time (at the "expense" of the 
383050276Speter# function keys), use 2621-nl or 2621-wl.
383150276Speter# 
383250276Speter# Note: there are newer ROMs for 2621's that allow you to set 
383350276Speter# strap A so the regular arrow keys xmit \EA, etc, as with the 
383450276Speter# 2645. However, even with this strap set, the terminal stops 
383550276Speter# xmitting if you reset it, until you unset and reset the strap!
383650276Speter# Since there is no way to set/unset the strap with an escape 
383750276Speter# sequence, we don't use it in the default.
383850276Speter# If you like, you can use 2621-ba (brain-damaged arrow keys).
383950276Speterhp2621-ba|2621 w/new rom and strap A set, 
384062449Speter	rmkx@, smkx@, use=hp+arrows, use=hp2621, 
384150276Speter
384250276Speter# hp2621 with function labels. Most of the time they are off,
384350276Speter# but inside vi, the function key labels appear. You have to
384450276Speter# hold down shift to get them to xmit.
384550276Speterhp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, 
384662449Speter	is2=\E&jA\r, rmkx=\E&jA, use=hp2621-fl, 
384750276Speterhp2621-fl|hp 2621, 
384850276Speter	xhp@, xon, 
384950276Speter	pb#19200, 
385050276Speter	cbt=\Ei, cup=\E&a%p2%dc%p1%dY, dch1=\EP$<2>, ht=\011$<2>, 
385150276Speter	ip=$<2>, is2=\E&j@\r, rmkx=\E&j@, rmso=\E&d@, rmul=\E&d@, 
385250276Speter	sgr0=\E&d@, smkx=\E&jB, smso=\E&dD, smul=\E&dD, 
385350276Speter	use=hp+pfk+cr, use=hpgeneric, 
385450276Speter
385550276Speter# To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
385650276Speterhp2621p|hp 2621 with printer, 
385750276Speter	mc4=\E&p13C, mc5=\E&p11C, use=hp2621, 
385850276Speter
385950276Speterhp2621p-a|hp2621p with fn as arrows, 
386050276Speter	use=hp+pfk+arrows, use=hp2621p, 
386150276Speter
386250276Speter# hp2621 with k45 keyboard
386350276Speterhp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard, 
386450276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
386562449Speter	khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, use=hp2621, 
386650276Speter
386750276Speter# 2621 using all 48 lines of memory, only 24 visible at any time.  
386850276Speterhp2621-48|48 line 2621, 
386950276Speter	lines#48, 
387062449Speter	cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, 
387162449Speter	use=hp2621, 
387250276Speter
387350276Speter# 2621 with no labels ever. Also prevents vi delays on escape.
387450276Speterhp2621-nl|hp 2621 with no labels, 
387562449Speter	kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, 
387662449Speter	use=hp2621-fl, 
387750276Speter
387850276Speter# Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
387950276Speter# (wrong).
388050276Speter#
388150276Speterhp2621-nt|hp 2621 w/no tabs, 
388250276Speter	ht@, use=hp2621, 
388350276Speter
388450276Speter# Hp 2624 B with 4 or 10 pages of memory.
388550276Speter# 
388650276Speter# Some assumptions are made with this entry. These settings are 
388750276Speter# NOT set up by the initialization strings.
388850276Speter# 
388950276Speter# Port Configuration
389050276Speter# 	RecvPace=Xon/Xoff
389150276Speter# 	XmitPace=Xon/Xoff
389250276Speter# 	StripNulDel=Yes
389350276Speter# 
389450276Speter# Terminal Configuration
389550276Speter# 	InhHndShk=Yes
389650276Speter# 	InhDC2=Yes
389750276Speter# 	XmitFnctn(A)=No
389850276Speter# 	InhEolWrp=No
389950276Speter# 
390050276Speter# Note: the 2624 DOES have a true <home>, believe it or not!
390150276Speter# 
390250276Speter# The 2624 has an "error line" to which messages can be sent. 
390350276Speter# This is CLOSE to what is expected for a "status line". However,
390450276Speter# after a message is sent to the "error line", the next carriage 
390550276Speter# return is EATEN and the "error line" is turned back off again! 
390650276Speter# So I guess we can't define <hs>, <eslok>, <wsl>, <dsl>, <fsl>, <tsl>.
390750276Speter# 
390850276Speter# This entry supports emacs (and any other program that uses raw 
390950276Speter# mode) at 4800 baud and less. I couldn't get the padding right 
391050276Speter# for 9600.
391150276Speter#
391250276Speter# (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
391350276Speterhp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B, 
391450276Speter	da, db, 
391550276Speter	lm#96, 
391662449Speter	flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, 
391762449Speter	use=hp+labels, use=scrhp, 
391850276Speter
391950276Speter# This hp2626 entry does not use any of the fancy windowing stuff 
392050276Speter# of the 2626.
392150276Speter# 
392250276Speter# Indeed, terminfo does not yet handle such stuff. Since changing 
392350276Speter# any window clears memory, it is probably not possible to use 
392450276Speter# this for screen opt.
392550276Speter# 
392650276Speter# ed is incredibly slow most of the time - I am guessing at the 
392750276Speter# exact padding. Since the terminal uses xoff/xon this is intended 
392850276Speter# only for cost computation, so that the terminal will prefer el 
392950276Speter# or even dl1 which is probably faster!
393050276Speter# 
393150276Speter# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
393250276Speter# extra slow on the last line of the window. 
393350276Speter# 
393450276Speter# The padding probably should be changed.
393550276Speter#
393650276Speterhp2626|hp2626a|hp2626p|hp 2626, 
393750276Speter	da, db, 
393850276Speter	lm#0, pb#19200, 
393950276Speter	ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, 
394062449Speter	is2=\E&j@\r, rin=\E&r%p1%dU, use=hp+pfk+cr, 
394162449Speter	use=hp+labels, use=scrhp, 
394250276Speter
394350276Speter# This entry is for sysline. It allocates a 23 line window with 
394450276Speter# a 115 line workspace for regular use, and a 1 line window for 
394550276Speter# the status line.
394650276Speter# 
394750276Speter# This assumes port 2 is being used.
394850276Speter# Turn off horizontal line, Create ws #1 with 115 lines,
394950276Speter# Create ws #2 with 1 line, Create window #1 lines 1-23,
395050276Speter# Create window #2 lines 24-24, Attach cursor to workspace #1.
395150276Speter# Note that this clears the tabs so it must be done by tset before
395250276Speter# it sets the tabs.
395350276Speter#
395450276Speterhp2626-s|hp 2626 using only 23 lines, 
395550276Speter	eslok, hs, 
395650276Speter	lines#23, 
395750276Speter	fsl=\E&d@\E&w7f2p1I\E&w4f1I, 
395850276Speter	is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, 
395962449Speter	tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, use=hp2626, 
396050276Speter# Force terminal back to 24 lines after being 23.
396150276Speterhp2626-ns|hp 2626 using all 24 lines, 
396262449Speter	is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, 
396362449Speter	use=hp2626, 
396450276Speter# Various entries useful for small windows on 2626.
396550276Speterhp2626-12|hewlett-packard 2626 12 lines, 
396650276Speter	lines#12, use=hp2626, 
396750276Speterhp2626-12x40|hewlett-packard 2626 12 lines 40 columns, 
396850276Speter	cols#40, lines#12, use=hp2626, 
396950276Speterhp2626-x40|hewlett-packard 2626 40 columns, 
397050276Speter	cols#40, use=hp2626, 
397150276Speterhp2626-12-s|hewlett-packard 2626 11 lines plus status, 
397250276Speter	lines#11, use=hp2626-s, 
397350276Speter
397450276Speter#
397550276Speter# hp2627 color tubes from University of Wisconsin
397650276Speter#
397750276Speterhp2627a-rev|hp 2627 with reverse video colors, 
397850276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
397950276Speter	is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r, 
398050276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@, 
398162449Speter	smul=\E&dD\E&v1S, use=hp2621-nl, 
398250276Speterhp2627a|hp 2627 color terminal with no labels, 
398350276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
398450276Speter	is2=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r, 
398550276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmso=\E&v0S, 
398650276Speter	rmul=\E&v0S\E&d@, smso=\E&v2S, smul=\E&dD\E&v1S, 
398750276Speter	use=hp2621-nl, 
398850276Speterhp2627c|hp 2627 color (cyan) terminal with no labels, 
398950276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
399050276Speter	is2=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r, 
399162449Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, use=hp2627a, 
399250276Speter
399350276Speter# hp2640a doesn't have the Y cursor addressing feature, and C is 
399450276Speter# memory relative instead of screen relative, as we need.
399550276Speter#
399650276Speterhp2640a|hp 2640a, 
399750276Speter	cup@, rmkx@, smkx@, use=hp2645, 
399850276Speter
399950276Speterhp2640b|hp2644a|hp 264x series, 
400050276Speter	rmkx@, smkx@, use=hp2645, 
400150276Speter
400250276Speter# (hp2641a: removed unknown :gu: -- esr)
400350276Speterhp2641a|hp2645a|hp2647a|HP 264?A series BRL entry, 
400450276Speter	am, da, db, mir, xhp, 
400550276Speter	cols#80, lines#24, 
400650276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
400750276Speter	cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM, 
400850276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%2dC, ht=^I, 
400950276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, 
401050276Speter	is2=\EE$<500/>, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
401150276Speter	rmir=\ER, rmso=\E&d@, smir=\EQ, smso=\E&dB, 
401250276Speter	vpa=\E&a%p1%2dY, 
401350276Speter
401450276Speter# This terminal should be used at 4800 baud or less. It needs padding for
401550276Speter# plain characters at 9600, I guessed at an appropriate cr delay.  It really
401650276Speter# wants ^E/^F handshaking, but that doesn't work well even if you write
401750276Speter# software to support it.
401850276Speterhp2645|hp45|HP 2645 series, 
401950276Speter	pb#9600, 
402050276Speter	blink=\E&dA, cr=\r$<20>, dim=\E&dH, kctab=\E2, kcub1=\ED, 
402150276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
402250276Speter	ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, 
402350276Speter	kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, 
402450276Speter	rmkx=\E&s0A, 
402550276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c, 
402662449Speter	sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, use=hpgeneric, 
402750276Speter# You should use this terminal at 4800 baud or less.
402850276Speterhp2648|hp2648a|HP 2648a graphics terminal, 
402950276Speter	clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, 
403062449Speter	dch1=\EP$<7>, ip=$<5>, use=hp2645, 
403150276Speter
403250276Speter# The HP 150 terminal is a fairly vanilla HP terminal, with the 
403350276Speter# clreol standout problem. It also has graphics capabilities and 
403450276Speter# a touch screen, which we don't describe here.
403550276Speterhp150|hewlett packard Model 150, 
403662449Speter	OTbs, use=hp2622, 
403750276Speter
403850276Speter# HP 2382a terminals, "the little ones." They don't have any 
403950276Speter# alternate character set support and sending out ^N/^O will 
404050276Speter# leave the screen blank.
404150276Speterhp2382a|hp2382|hewlett packard 2382a, 
404250276Speter	da, db, 
404350276Speter	lh#1, lm#48, 
404450276Speter	acsc@, 
404550276Speter	pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
404650276Speter	rmacs@, 
404750276Speter	sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c, 
404862449Speter	sgr0=\E&d@, smacs@, use=hp+labels, use=scrhp, 
404950276Speter
405050276Speterhp2621-a|hp2621a-a|hp2621 with fn as arrows, 
405150276Speter	use=hp+pfk+arrows, use=hp2621-fl, 
405250276Speter
405350276Speter# newer hewlett packard terminals
405450276Speter
405550276Speternewhpkeyboard|generic entry for HP extended keyboard, 
405650276Speter	kbs=^H, kcbt=\Ei, kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
405750276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
405850276Speter	kich1=\EQ, kil1=\EL, kind=\ET, kll=\EF, knp=\EU, kpp=\EV, 
405950276Speter	kri=\ES, krmir=\ER, rmkx=\E&s0A, smkx=\E&s1A, 
406050276Speter	use=hp+pfk-cr, 
406150276Speter
406250276Speternewhp|generic entry for new hewlett packard terminals, 
406350276Speter	am, bw, mir, xhp, xon, 
406450276Speter	cols#80, lines#24, pb#4800, 
406550276Speter	acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q\,t5u6v8w7x., 
406650276Speter	bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, 
406750276Speter	cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, 
406850276Speter	dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, 
406950276Speter	invis=\E&dS, ip=$<2>, is1=\E&jB$<8>, nel=^M^J, 
407050276Speter	pfkey=\E&f0a%p1%dk0d%p2%l%dL%p2%s, 
407150276Speter	pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, 
407250276Speter	pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, 
407350276Speter	rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, 
407450276Speter	sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c%?%p9%t\016%e\017%;, 
407550276Speter	sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, 
407662449Speter	tbc=\E3, use=newhpkeyboard, 
407750276Speter
407850276Spetermemhp|memory relative addressing for new HP ttys, 
407950276Speter	vt#6, 
408050276Speter	clear=\EH\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR, 
408150276Speter	cuf=\E&a+%p1%dC, cup=\E&a%p1%dr%p2%dC, cuu=\E&a-%p1%dR, 
408250276Speter	home=\EH, hpa=\E&a%p1%dC, ll=\E&a23R\r, 
408350276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dR, use=newhp, 
408450276Speter
408550276Speterscrhp|screen relative addressing for new HP ttys, 
408650276Speter	clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC, 
408750276Speter	cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC, 
408850276Speter	cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR, 
408950276Speter	home=\E&a0y0C, hpa=\E&a%p1%dC, ll=\E&a0y0C\EA, 
409050276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dY, use=newhp, 
409150276Speter
409250276Speter# (hp+labels: added label values from a BRL termcap -- esr)
409350276Speterhp+labels|"standard" label info for new HP ttys, 
409450276Speter	lh#2, lw#8, nlab#8, 
409550276Speter	lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, 
409650276Speter	pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
409750276Speter	rmln=\E&j@, smln=\E&jB, 
409850276Speter
409950276Speterhp+printer|"standard" printer info for HP ttys, 
410050276Speter	ff=\E&p4u0C, mc0=\EH\E&p4dF, mc4=\E&p13C, mc5=\E&p11C, 
410150276Speter
410250276Speter
410350276Speter# The new hp2621b is kind of a cross between the old 2621 and the
410450276Speter# new 262x series of machines. It has dip-switched options. 
410550276Speter# The firmware has a bug in it such that if you give it a null 
410650276Speter# length label, the following character is eaten!
410750276Speterhp2621b|hp 2621b with old style keyboard, 
410850276Speter	lh#1, lm#48, lw#8, nlab#8, 
410950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
411050276Speter	kind=\ET, kll=\EF, kri=\ES, 
411150276Speter	pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%{111}%p1%+%c\r, 
411262449Speter	smln=\E&jB, use=hp2621, 
411350276Speter
411450276Speterhp2621b-p|hp 2621b with printer, 
411550276Speter	use=hp+printer, use=hp2621b, 
411650276Speter
411750276Speter# hp2621b - new 2621b with new extended keyboard
411850276Speter# these are closer to the new 26xx series than the other 2621b
411950276Speterhp2621b-kx|hp 2621b with extended keyboard, 
412050276Speter	use=newhpkeyboard, use=hp2621b, 
412150276Speter
412250276Speterhp2621b-kx-p|hp 2621b with new keyboard & printer, 
412350276Speter	use=hp+printer, use=hp2621b-kx, 
412450276Speter
412550276Speter# Some assumptions are made in the following entries.
412650276Speter# These settings are NOT set up by the initialization strings.
412750276Speter# 
412850276Speter#    Port Configuration
412950276Speter# RecvPace=Xon/Xoff	XmitPace=Xon/Xoff	StripNulDel=Yes
413050276Speter# 
413150276Speter#    Terminal Configuration
413250276Speter# InhHndShk(G)=Yes	InhDC2(H)=Yes
413350276Speter# XmitFnctn(A)=No		InhEolWrp=No
413450276Speter#
413550276Speter# 
413650276Speter# Hp 2622a & hp2623a display and graphics terminals
413750276Speter#
413850276Speterhp2622|hp2622a|hp 2622, 
413950276Speter	da, db, 
414050276Speter	lm#0, pb#19200, 
414150276Speter	is2=\E&dj@\r, use=hp+pfk+cr, use=hp+labels, use=scrhp, 
414250276Speter
414350276Speter# The 2623 is a 2622 with extra graphics hardware.
414450276Speterhp2623|hp2623a|hp 2623, 
414550276Speter	use=hp2622, 
414650276Speter
414750276Speterhp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer, 
414850276Speter	use=hp+printer, use=hp2624, 
414950276Speter
415050276Speter# The hewlett packard B can have an optional extra 6 pages of memory.
415150276Speterhp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory, 
415250276Speter	lm#240, use=hp2624, 
415350276Speter
415450276Speterhp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer, 
415550276Speter	lm#240, use=hp2624b-p, 
415650276Speter
415750276Speter# Color manipulations for HP terminals
415850276Speterhp+color|hp with colors, 
415950276Speter	ccc, 
416050276Speter	colors#16, ncv#17, pairs#7, 
416150276Speter	initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.%p3%d%;b%?%p4%{1000}%=%t1%e.%p4%d%;c%?%p5%{1000}%=%t1%e.%p5%d%;x%?%p6%{1000}%=%t1%e.%p6%d%;y%?%p7%{1000}%=%t1%e.%p7%d%;z%p1%dI, 
416250276Speter	oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, 
416350276Speter	op=\E&v0S, scp=\E&v%p1%dS, 
416450276Speter
416550276Speter# <is2> sets the screen to be 80 columns wide
416650276Speterhp2397a|hp2397|hewlett packard 2397A color terminal, 
416762449Speter	is2=\E&w6f80X, use=memhp, use=hp+labels, use=hp+color, 
416850276Speter
416950276Speter#  HP 700/44 Setup parameters:  
417050276Speter# Terminal Mode		HP-PCterm
417150276Speter# Inhibit Auto Wrap	NO
417250276Speter# Status Line		Host Writable
417350276Speter# PC Character Set	YES
417450276Speter# Twenty-Five Line Mode	YES
417550276Speter# XON/XOFF		@128 or 64 (sc)
417650276Speter# Keycode Mode 		NO   or YES (sc)
417750276Speter# Backspace Key		BS or BS/DEL
417850276Speter#
417950276Speter# <is2> 	sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; 
418050276Speter# \E\\? does not turn off keycode mode
418150276Speter# <smsc>	sets alternate start/stop; keycode on
418250276Speterhpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, 
418350276Speter	am, eo, xenl, xon, 
418450276Speter	cols#80, lines#25, 
418550276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
418650276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, 
418750276Speter	cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
418850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
418950276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
419050276Speter	ind=^J, 
419150276Speter	is2=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\, 
419250276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
419350276Speter	kcuu1=\E[A, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
419450276Speter	kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, 
419550276Speter	kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khome=\E[1~, knp=\E[6~, 
419650276Speter	kpp=\E[5~, rmam=\E[?7l, 
419750276Speter	rmsc=\E[>11l\EP1**x0/11;1/13\E[m\E\\, rmso=\E[m, 
419850276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
419950276Speter	smsc=\E[>11h\EPO**x0/65;1/67\E\\$<250>, smso=\E[7m, 
420050276Speter	smul=\E[4m, xoffc=g, xonc=e, 
420150276Speter#
420250276Speter# (hp2392: copied <rmir> here from hpex -- esr)
420350276Speterhp2392|239x series, 
420450276Speter	cols#80, 
420550276Speter	cbt=\Ei, cup=\E&a%p1%dy%p2%dC, kf1=\Ep\r, kf2=\Eq\r, 
420650276Speter	kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, 
420750276Speter	kf8=\Ew\r, khome=\Eh, kind=\EU, knp=\Eu, kpp=\Ev, kri=\EV, 
420850276Speter	rmir=\ER, rmul=\E&d@, smir=\EQ, smul=\E&dD, vpa=\E&a%p1%dY, 
420950276Speter	use=hpsub, 
421050276Speter
421150276Speterhpsub|hp terminals -- capability subset, 
421250276Speter	am, da, db, mir, xhp, xon, 
421350276Speter	lines#24, 
421450276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
421550276Speter	cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, 
421650276Speter	ht=^I, if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, 
421750276Speter	is2=\E&s1A\E<\E&k0\\, kbs=^H, kcub1=\ED, kcud1=\EB, 
421850276Speter	kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmkx=\E&s0A, rmso=\E&d@, 
421950276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, 
422050276Speter
422150276Speter# hpex:
422250276Speter#	May be used for most 24 x 80 hp terminals,
422350276Speter# but has no padding added, so may allow runover in some terminals at high 
422450276Speter# baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and 
422550276Speter# hp98x5 terminal emulators or hp98x6 consoles.  
422650276Speter# 	Adds xy-cursor addressing, vertical cursor addressing, home, 
422750276Speter# last line, and underline capabilities.
422850276Speter#
422950276Speter# (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
423050276Speter# moved <rmir> here from hpsub -- esr)
423150276Speterhpex|hp extended capabilites, 
423250276Speter	cr=^M, cud1=^J, cup=\E&a%p1%dy%p2%dC, ht=^I, ind=^J, kbs=^H, 
423350276Speter	kcub1=^H, kcud1=^J, nel=^M^J, rmir=\ER, rmul=\E&d@, smir=\EQ, 
423462449Speter	smul=\E&dD, vpa=\E&a%p1%dY, use=hpsub, 
423550276Speter
423650276Speter# From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
423750276Speterhp2|hpex2|hewlett-packard extended capabilities newer version, 
423850276Speter	am, da, db, mir, xhp, 
423950276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0, 
424050276Speter	bel=^G, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
424150276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
424250276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
424350276Speter	il1=\EL, ind=^J, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
424450276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
424550276Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
424650276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
424750276Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
424850276Speter	krmir=\ER, ktbc=\E3, meml=\El, memu=\Em, 
424950276Speter	pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
425050276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
425150276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
425250276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A, 
425350276Speter	rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
425450276Speter	sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;, 
425550276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB, 
425650276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
425750276Speter
425850276Speter# HP 236 console
425950276Speter# From: <ddavis@ic.berkeley.edu>
426050276Speterhp236|hp236 internal terminal emulator, 
426162449Speter	OTbs, am, 
426250276Speter	cols#80, lines#24, 
426350276Speter	clear=\EF, cnorm=\EDE, cub1=^H, 
426450276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, 
426550276Speter	dch1=\EJ, dl1=\EH, el=\EK, ich1=\EI, il1=\EG, rmso=\ECI, 
426650276Speter	sgr0=\ECI, smso=\EBI, 
426750276Speter
426850276Speter# This works on a hp300 console running Utah 4.3 BSD
426950276Speter# From: Craig Leres <leres@okeeffe.berkeley.edu>
427050276Speterhp300h|HP Catseye console, 
427162449Speter	OTbs, am, da, db, mir, xhp, 
427250276Speter	cols#128, lines#51, lm#0, xmc#0, 
427350276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
427450276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
427550276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
427650276Speter	if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, kbs=^H, 
427750276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
427850276Speter	rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, 
427950276Speter	smir=\EQ, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, tbc=\E3, 
428050276Speter	vpa=\E&a%p1%dY, 
428150276Speter# From: Greg Couch <gregc@ernie.berkeley.edu>
428250276Speterhp9837|hp98720|hp98721|HP 9000/300 workstations, 
428362449Speter	OTbs, am, da, db, mir, xhp, 
428450276Speter	cols#128, it#8, lines#46, lm#0, 
428550276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, 
428650276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
428750276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
428850276Speter	il1=\EL, ind=^J, is2=\E&v0m1b0i&j@, kbs=^H, kcub1=\ED, 
428950276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
429050276Speter	ked=\EJ, kel=\EK, khome=\Eh, kich1=\EQ, kil1=\EL, knp=\EU, 
429150276Speter	kpp=\EV, rmir=\ER, rmkx=\E&s0A, rmso=\E&v0S, rmul=\E&d@, 
429250276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&v5S, smul=\E&dD, 
429350276Speter	tbc=\E3, vpa=\E&a%p1%dY, 
429450276Speter# HP 9845 desktop computer from BRL
429550276Speter# (hp9845: removed unknown capability :gu: -- esr)
429650276Speterhp9845|HP 9845, 
429762449Speter	OTbs, am, da, db, eo, mir, xhp, 
429850276Speter	cols#80, lines#21, 
429962449Speter	OTbc=\ED, clear=\EH\EJ, cuf1=\EC, cup=\E&a%p2%2dc%p1%2dY, 
430062449Speter	cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, 
430150276Speter	if=/usr/share/tabset/std, il1=\EL, rmir=\ER, rmso=\E&d@, 
430250276Speter	smir=\EQ, smso=\E&dB, 
430350276Speter# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
430450276Speter# (hp98550: replaced /usr/share/tabset/9837 with std because <it#8>,<hts=\E1>;
430550276Speter# added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
430650276Speterhp98550|hp98550a|HP 9000 Series 300 color console, 
430762449Speter	OTbs, am, da, db, mir, xhp, 
430850276Speter	cols#128, it#8, lines#49, lm#0, 
430950276Speter	acsc=, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, 
431050276Speter	clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
431150276Speter	cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH, 
431250276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
431350276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, invis=\E&ds, 
431450276Speter	kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
431550276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
431650276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
431750276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
431850276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dJ, 
431950276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
432050276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smso=\E&dJ, 
432150276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
432250276Speter# From: Victor Duchovni <vic@fine.princeton.edu>
432350276Speter# (hp700-wy: removed obsolete ":nl=^J:";
432450276Speter# replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
432550276Speterhp700-wy|HP700/41 emulating wyse30, 
432662449Speter	OTbs, am, bw, mir, msgr, 
432750276Speter	cols#80, it#8, lines#24, xmc#1, 
432850276Speter	cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
432950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
433050276Speter	dl1=\ER, ed=\EY, el=\ET$<10/>, home=^^, ht=^I, hts=\E1, 
433150276Speter	if=/usr/share/tabset/stdcrt, il1=\EE$<0.7*/>, 
433250276Speter	is1=\E~"\EC\Er\E(\EG0\003\E`9\E`1, kbs=\177, kcbt=\EI, 
433350276Speter	kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, ked=\EY, 
433450276Speter	kel=\ET, khome=^^, khts=\EI, kich1=\Eq, krmir=\Er, ll=^^^K, 
433550276Speter	ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, 
433650276Speter	sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, 
433750276Speter	smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, 
433862449Speterhp70092|hp70092a|hp70092A|HP 700/92, 
433950276Speter	am, da, db, xhp, 
434050276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 
434156639Speter	acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, 
434256639Speter	bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, 
434356639Speter	cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, 
434456639Speter	dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
434556639Speter	hts=\E1, il1=\EL, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
434656639Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
434756639Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
434856639Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
434956639Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
435056639Speter	krmir=\ER, ktbc=\E3, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER, 
435156639Speter	rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
435256639Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
435356639Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
435450276Speter
435550276Speterbobcat|sbobcat|HP 9000 model 300 console, 
435650276Speter	am, da, db, mir, xhp, 
435750276Speter	cols#128, it#8, lines#47, xmc#0, 
435850276Speter	cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
435950276Speter	cup=\E&a%dy%dC$<6/>, cuu1=\EA, dch1=\EP, dl1=\EM$<10*/>, 
436050276Speter	ed=\EJ, el=\EK, hpa=\E&a%dC$<6/>, ht=^I, il1=\EL$<10*/>, 
436150276Speter	ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
436250276Speter	khome=\Eh, nel=^M^J, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, 
436350276Speter	rmul=\E&d@, sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&dB, 
436450276Speter	smul=\E&dD, vpa=\E&a%dY$<6/>, 
436550276Spetergator-t|HP 9000 model 237 emulating extra-tall AAA, 
436650276Speter	lines#94, use=gator, 
436750276Spetergator|HP 9000 model 237 emulating AAA, 
436850276Speter	bw, km, mir, ul, 
436950276Speter	cols#128, it#8, lines#47, 
437050276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, 
437150276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, 
437250276Speter	dch=\E[%p1%dP$<4/>, dch1=\E[P, dl=\E[%p1%dM$<1*/>, 
437350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%i%p1%d`, 
437450276Speter	ht=^I, ich=\E[%p1%d@$<4/>, ich1=\E[@, il=\E[%p1%dL$<1*/>, 
437550276Speter	il1=\E[L, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
437650276Speter	rep=%p1%c\E[%p2%db$<1*/>, rev=\E[7m, rmso=\E[m, 
437750276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
437850276Spetergator-52|HP 9000 model 237 emulating VT52, 
437950276Speter	cols#128, lines#47, use=vt52, 
438050276Spetergator-52t|HP 9000 model 237 emulating extra-tall VT52, 
438150276Speter	lines#94, use=gator-52, 
438250276Speter
438350276Speter#### Honeywell-Bull
438450276Speter#
438550276Speter# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
438650276Speter#
438750276Speter
438850276Speter# Honeywell Bull terminal.  Its cursor and function keys send single
438950276Speter# control characters and it has standout/underline glitch.  Most programs
439050276Speter# do not like these features/bugs.  Visual bell is realized by flashing the
439150276Speter# "keyboard locked" LED.
439250276Speterdku7003-dumb|Honeywell Bull DKU 7003 dumb mode, 
439350276Speter	cols#80, lines#25, 
439450276Speter	clear=^]^_, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, 
439550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, ed=^_, el=\E[K, 
439650276Speter	flash=\E[2h\E[2l, home=^], ht=^I, ind=^J, kbs=^H, kcub1=^Y, 
439750276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=^M^J, 
439850276Speterdku7003|Honeywell Bull DKU 7003 all features described, 
439950276Speter	msgr, 
440050276Speter	xmc#1, 
440150276Speter	blink=\E[5m, bold=\E[7m, dim=\E[2m, rev=\E[7m, rmso=\E[m, 
440250276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
440350276Speter	use=dku7003-dumb, 
440450276Speter
440550276Speter#### Lear-Siegler (adm)
440650276Speter#
440750276Speter# These guys are long since out of the terminals business, but
440850276Speter# in 1995 many current terminals still have an adm type as one of their
440950276Speter# emulations (usually their stupidest, and usually labeled adm3, though
441050276Speter# these `adm3' emulations normally have adm3a+ capabilities).
441150276Speter#
441250276Speter# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a 
441350276Speter# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
441450276Speter# was being held to ground would trigger a send of the top line on the screen.
441550276Speter# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
441650276Speter# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
441750276Speter# for clearing up this point.)
441850276Speter
441950276Speteradm1a|adm1|lsi adm1a, 
442050276Speter	am, 
442150276Speter	cols#80, lines#24, 
442250276Speter	bel=^G, clear=\E;$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
442350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
442450276Speter	ind=^J, 
442550276Speteradm2|lsi adm2, 
442662449Speter	OTbs, am, 
442750276Speter	cols#80, lines#24, 
442850276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
442950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
443050276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
443150276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
443250276Speter# (adm3: removed obsolete ":ma=^K^P:" -- esr)
443350276Speteradm3|lsi adm3, 
443462449Speter	OTbs, am, 
443550276Speter	cols#80, lines#24, 
443650276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, 
443750276Speter# The following ADM-3A switch settings are assumed for normal operation:
443850276Speter#	SPACE		U/L_DISP	CLR_SCRN	24_LINE
443950276Speter#	CUR_CTL		LC_EN		AUTO_NL		FDX
444050276Speter# Other switches may be set for operator convenience or communication
444150276Speter# requirements.  I recommend
444250276Speter#	DISABLE_KB_LOCK	LOCAL_OFF	103		202_OFF
444350276Speter#	ETX_OFF		EOT_OFF
444450276Speter# Most of these terminals required an option ROM to support lower case display.
444550276Speter# Open the case and look at the motherboard; if you see an open 24-pin DIP
444650276Speter# socket, you may be out of luck.
444750276Speter#
444850276Speter# (adm3a: some capabilities merged in from BRl entry -- esr)
444950276Speteradm3a|lsi adm3a, 
445062449Speter	OTbs, am, 
445150276Speter	cols#80, lines#24, 
445262449Speter	OTma=^K^P, OTnl=^J, bel=^G, clear=\032$<1/>, cr=^M, cub1=^H, 
445362449Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
445462449Speter	cuu1=^K, home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, 
445562449Speter	kcuu1=^K, rs2=^N, 
445650276Speteradm3a+|adm3a plus, 
445750276Speter	kbs=^H, use=adm3a, 
445850276Speter# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
445950276Speteradm5|lsi adm5, 
446050276Speter	xmc#1, 
446150276Speter	bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, 
446262449Speter	rmso=\EG, smso=\EG, use=adm3a+, 
446350276Speter# A lot of terminals other than adm11s use these.  Wherever you see
446450276Speter# use=adm+sgr with some of its capabilities disabled, try the
446550276Speter# disabled ones.  They may well work but not have been documented or
446650276Speter# expressed in the using entry.  We'd like to cook up an <sgr> but the
446750276Speter# <rmacs>/<smacs> sequences of the using entries vary too much.
446850276Speteradm+sgr|adm style highlight capabilities, 
446950276Speter	invis=\EG1, rev=\EG4, rmso=\EG0, rmul=\EG0, sgr0=\EG0, 
447050276Speter	smso=\EG4, smul=\EG8, 
447150276Speter# LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
447250276Speter# Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
447350276Speter# <khome> from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>.  <clear> could also
447450276Speter# be ^Z, according to his entry.
447550276Speter# (adm11: <smul>=\EG4 was obviously erroneous because it also said
447650276Speter# <rev>=\EG4.  Looking at other ADMs confirms this -- esr)
447750276Speteradm11|LSI ADM-11, 
447862449Speter	OTbs, am, hs, 
447962449Speter	OTkn#8, cols#80, lines#24, 
448062449Speter	OTnl=^J, bel=^G, blink=\EG2, clear=\E*, cr=^M, cub1=^H, 
448162449Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
448262449Speter	cuu1=^K, dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, home=^^, ht=^I, 
448362449Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
448462449Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
448562449Speter	kf7=^AF\r, kf8=^AG\r, khome=^^, nel=^M^J, tsl=\EF\E), 
448650276Speter	use=adm+sgr, 
448750276Speter# From: Andrew Scott Beals <bandy@lll-crg.ARPA>
448850276Speter# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
448950276Speter# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
449050276Speter# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
449150276Speter# <is2>=\Eq but that looked wrong; this <is2> is from Dave Yost <esquire!yost>
449250276Speter# via BRL.  That entry asserted <xmc#1>, but I've left that out because 
449350276Speter# neither earlier nor later ADMSs have it -- esr)
449450276Speter#
449550276Speter# You will need to get into the supervisor setup before you can set
449650276Speter# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
449750276Speter# see a lot more setup options.
449850276Speter# 
449950276Speter# While in supervisor setup you can also use following codes:
450050276Speter# 
450150276Speter# Ctrl-P Personality character selections (configure for example what
450250276Speter#        arrow keys send, if I recall correctly)
450350276Speter# Ctrl-T tabs 1-80   use left&right to move and up to set and
450450276Speter# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
450550276Speter# Ctrl-B Binary setup (probably not needed. I think that everything can
450650276Speter#        be set using normal setup)
450750276Speter# Ctrl-A Answerback mode (enter answerback message)
450850276Speter# Ctrl-U User friendly mode (normal setup)
450950276Speter# Ctrl-D Defaults entire setup and function keys from EPROM tables
451050276Speter# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
451150276Speter# Ctrl-R Reads both setup and functions keys from NVM.
451250276Speter# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
451350276Speter# 
451450276Speter# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
451550276Speter# RTS/CTS used nowadays with virtually every modem and computer. 19200
451650276Speter# bps works fine with hardware flow control.
451750276Speter# 
451850276Speter# The following null-modem cable should fix this and enable you to use
451950276Speter# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
452050276Speter# set ADM-12+ for DTR handshaking from supervisor setup.
452150276Speter# 
452250276Speter# PC Serial   ADM-12+
452350276Speter#  --------   -------
452450276Speter#         2 - 3
452550276Speter#         3 - 2
452650276Speter#         4 - 5
452750276Speter#         5 - 20
452850276Speter#       6,8 - 4
452950276Speter#         7 - 7
453050276Speter#        20 - 6,8
453150276Speter#
453250276Speteradm12|lsi adm12, 
453362449Speter	OTbs, OTpt, am, mir, 
453462449Speter	OTug#1, cols#80, it#8, lines#24, 
453550276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
453650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
453750276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
453850276Speter	is2=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1, 
453950276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
454050276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
454150276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, smir=\Eq, tbc=\E0, 
454250276Speter	use=adm+sgr, 
454350276Speter# (adm20: removed obsolete ":kn#7:" -- esr)
454450276Speteradm20|lear siegler adm20, 
454562449Speter	OTbs, am, 
454650276Speter	cols#80, it#8, lines#24, 
454750276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cuf1=^L, 
454850276Speter	cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, 
454950276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
455050276Speter	kf1=^A, kf2=^B, kf3=^W, kf4=^D, kf5=^E, kf6=^X, kf7=^Z, rmso=\E(, 
455150276Speter	sgr0=\E(, smso=\E), 
455250276Speteradm21|lear siegler adm21, 
455350276Speter	xmc#1, 
455450276Speter	bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, 
455550276Speter	ich1=\EQ, il1=30*\EE, ind=^J, invis@, kbs=^H, kcub1=^H, 
455662449Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, use=adm+sgr, 
455762449Speter	use=adm3a, 
455850276Speter# (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
455950276Speter# removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
456050276Speter# removed bogus-looking \200 from before <cup>. -- esr)
456150276Speteradm22|lsi adm22, 
456262449Speter	OTbs, am, 
456350276Speter	cols#80, lines#24, 
456450276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
456550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
456650276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, 
456750276Speter	is2=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0, 
456850276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
456950276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
457050276Speter	kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
457150276Speter	lf6=F6, lf7=F7, rmso=\E(, sgr0=\E(, smso=\E), 
457250276Speter# ADM 31 DIP Switches
457350276Speter#
457450276Speter# This information comes from two versions of the manual for the
457550276Speter# Lear-Siegler ADM 31.
457650276Speter#
457750276Speter# Main board:
457850276Speter#                  rear of case
457950276Speter#   +-||||-------------------------------------+
458050276Speter#   + S1S2                              ||S    +
458150276Speter#   +                                   ||3    +
458250276Speter#   +                                          +
458350276Speter#   +                                ||S       +
458450276Speter#   +                                ||4       +
458550276Speter#   +                                          +
458650276Speter#   +                                          +
458750276Speter#   +                                          +
458850276Speter#   +                                          +
458950276Speter#   +                                          +
459050276Speter# +-+                                          +-+
459150276Speter# +                                              +
459250276Speter# +                               S5 S6 S7       +   
459350276Speter# +                               == == ==       +
459450276Speter# +----------------------------------------------+
459550276Speter#            front of case (keyboard)
459650276Speter#
459750276Speter#  S1 - Data Rate - Modem
459850276Speter#  S2 - Data Rate - Printer
459950276Speter# ------------------------
460050276Speter# Data Rate   Setting
460150276Speter# -------------------
460250276Speter# 50          0 0 0 0
460350276Speter# 75          1 0 0 0
460450276Speter# 110         0 1 0 0
460550276Speter# 134.5       1 1 0 0
460650276Speter# 150         0 0 1 0
460750276Speter# 300         1 0 1 0
460850276Speter# 600         0 1 1 0
460950276Speter# 1200        1 1 1 0
461050276Speter# 1800        0 0 0 1
461150276Speter# 2000        1 0 0 1
461250276Speter# 2400        0 1 0 1
461350276Speter# 3600        1 1 0 1
461450276Speter# 4800        0 0 1 1
461550276Speter# 7200        1 0 1 1
461650276Speter# 9600        0 1 1 1
461750276Speter# x           1 1 1 1
461850276Speter#
461950276Speter# S3 - Interface/Printer/Attributes
462050276Speter# ---------------------------------
462150276Speter# Printer Busy Control
462250276Speter# sw1   sw2   sw3
462350276Speter# ---------------
462450276Speter# off   off   off   Busy not active, CD disabled
462550276Speter# off   off   on    Busy not active, CD enabled
462650276Speter# off   on    off   Busy active on J5-20, CD disabled
462750276Speter# on    off   off   Busy active on J5-19, CD disabled - Factory Set.
462850276Speter# on    off   on    Busy active on J5-19, CD enabled
462950276Speter#
463050276Speter# sw4   Used in conjuction with S4 for comm interface control - Fact 0
463150276Speter#
463250276Speter# sw5   Secondary Channel Control (Hardware implementation only) - Fact 0
463350276Speter#
463450276Speter# sw6   ON enables printer BUSY active LOW - Factory Setting
463550276Speter#       OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
463650276Speter#
463750276Speter# sw7   ON - steady cursor - Factory Setting
463850276Speter#       OFF - blinking cursor
463950276Speter#
464050276Speter# sw8   ON causes selected attribute character to be displayed
464150276Speter#       OFF causes SPACE to be displayed instead - Factory Setting
464250276Speter#
464350276Speter# S4 - Interface
464450276Speter# --------------
464550276Speter# Modem Interface
464650276Speter# S3    S4    S4    S4    S4
464750276Speter# sw4   sw1   sw2   sw3   sw4
464850276Speter# ---------------------------
464950276Speter# OFF   ON    OFF   ON    OFF   Enable RS-232C interface, Direct Connect and
465050276Speter#                               Current Loop disabled - Factory Setting
465150276Speter# ON    ON    OFF   ON    OFF   Enable Current Loop interface, Direct Connect
465250276Speter#                               disabled
465350276Speter# OFF   OFF   ON    OFF   ON    Enable Direct Connect interface, RS-232C and
465450276Speter#                               Current Loop Disabled
465550276Speter#
465650276Speter# sw5   ON disables dot stretching mode - Factory Setting
465750276Speter#       OFF enables dot stretching mode
465850276Speter# sw6   ON enables blanking function
465950276Speter#       OFF enables underline function - Factory Setting
466050276Speter# sw7   ON causes NULLS to be displayed as NULLS
466150276Speter#       OFF causes NULLS to be displayed as SPACES - Factory Setting
466250276Speter#
466350276Speter# S5 - Word Structure
466450276Speter# -------------------
466550276Speter# sw1   ON enables BREAK key - Factory Setting
466650276Speter#       OFF disables BREAK key
466750276Speter# sw2   ON selects 50Hz monitor refresh rate
466850276Speter#       OFF selects 60Hz monitor refresh rate - Factory Setting
466950276Speter#
467050276Speter# Modem Port Selection
467150276Speter# sw3   sw4   sw5
467250276Speter# ---------------
467350276Speter# ON    ON    ON    Selects 7 DATA bits, even parity, 2 STOP bits
467450276Speter# OFF   ON    ON    Selects 7 DATA bits, odd  parity, 2 STOP bits
467550276Speter# ON    OFF   ON    Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
467650276Speter# OFF   OFF   ON    Selects 7 DATA bits, odd  parity, 1 STOP bit
467750276Speter# ON    ON    OFF   Selects 8 DATA bits, no   parity, 2 STOP bits
467850276Speter# OFF   ON    OFF   Selects 8 DATA bits, no   parity, 1 STOP bit
467950276Speter# ON    OFF   OFF   Selects 8 DATA bits, even parity, 1 STOP bit
468050276Speter# OFF   OFF   OFF   Selects 8 DATA bits, odd  parity, 1 STOP bit
468150276Speter#
468250276Speter# sw6   ON  sends bit 8 a 1 (mark)
468350276Speter#       OFF sends bit 8 as 0 (space) - Factory Setting
468450276Speter# sw7   ON  selects Block Mode
468550276Speter#       OFF selects Conversation Mode - Factory Setting
468650276Speter# sw8   ON  selects Full Duplex operation
468750276Speter#       OFF selects Half Duplex operation - Factory Setting
468850276Speter#
468950276Speter# S6 - Printer
469050276Speter# ------------
469150276Speter# sw1, sw2, sw6, sw7   Reserved - Factory 0
469250276Speter#
469350276Speter# Printer Port Selection
469450276Speter# same as Modem above, bit 8 (when 8 DATA bits) is always = 0
469550276Speter#
469650276Speter# sw8   ON   enables Printer Port
469750276Speter#       OFF disables Printer Port - Factory Setting
469850276Speter#
469950276Speter# S7 - Polling Address
470050276Speter# --------------------
470150276Speter# sw1-7 Establish ASCII character which designates terminal polling address
470250276Speter#       ON  = logic 0
470350276Speter#       OFF = logic 1 - Factory Setting
470450276Speter# sw8   ON   enables Polling Option
470550276Speter#       OFF disables Polling Option - Factory Setting
470650276Speter#
470750276Speter#
470850276Speter# On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
470950276Speter#
471050276Speter# This adm31 entry uses underline as the standout mode.
471150276Speter# If the adm31 gives you trouble with standout mode, check the DIP switch in
471250276Speter# position 6, bank @c11, 25% from back end of the circuit board.  Should be
471350276Speter# OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
471450276Speter# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
471550276Speteradm31|lsi adm31 with sw6 set for underline mode, 
471662449Speter	OTbs, am, mir, 
471750276Speter	cols#80, lines#24, 
471850276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
471950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
472050276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, ind=^J, is2=\Eu\E0, 
472150276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
472250276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
472350276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, rmso=\EG0, 
472450276Speter	rmul=\EG0, sgr0=\EG0, smir=\Eq, smso=\EG1, smul=\EG1, 
472550276Speteradm31-old|o31|old adm31, 
472650276Speter	rmul@, smso=\EG4, smul@, use=adm31, 
472750276Speter# LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
472850276Speteradm36|LSI ADM36, 
472962449Speter	OTbs, OTpt, 
473062449Speter	OTkn#4, 
473150276Speter	if=/usr/lib/tabset/vt100, 
473262449Speter	is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, 
473362449Speter	use=vt100, 
473450276Speter# (adm42: removed obsolete ":ma=^K^P:" -- esr)
473550276Speteradm42|lsi adm42, 
473662449Speter	OTbs, am, 
473750276Speter	cols#80, lines#24, 
473850276Speter	bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
473950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
474050276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, 
474150276Speter	il1=\EE$<270>, ind=^J, invis@, ip=$<6*>, kcub1=^H, kcud1=^J, 
474250276Speter	kcuf1=^L, kcuu1=^K, khome=^^, pad=\177, rmir=\Er, rmul@, 
474362449Speter	smir=\Eq, smul@, use=adm+sgr, 
474450276Speter# The following termcap for the Lear Siegler ADM-42 leaves the 
474550276Speter# "system line" at the bottom of the screen blank (for those who 
474650276Speter# find it distracting otherwise)
474750276Speteradm42-ns|lsi adm-42 with no system line, 
474850276Speter	cbt=\EI\EF \011, clear=\E;\EF \011, 
474950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, 
475050276Speter	dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, 
475150276Speter	el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, 
475262449Speter	smir=\Eq\EF \011, use=adm42, 
475350276Speter# ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
475450276Speter# The insert mode of this terminal is commented out because it's broken for our
475550276Speter# purposes in that it will shift the position of every character on the page,
475650276Speter# not just the cursor line!
475750276Speter# From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
475850276Speteradm1178|1178|lsi adm1178, 
475950276Speter	am, 
476050276Speter	cols#80, lines#24, xmc#1, 
476150276Speter	bel=^G, bold=\E(, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, 
476250276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
476350276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, 
476450276Speter	home=^^, ht=^I, il1=\EE, ind=^J, ip=$<6*/>, kbs=^H, kcub1=^H, 
476550276Speter	kcud1=^J, nel=^M^J, pad=\177, rev=\EG4, rmso=\EG0, rmul=\EG0, 
476650276Speter	sgr0=\E), smso=\EG4, smul=\EG1, 
476750276Speter
476850276Speter#### Prime
476950276Speter#
477050276Speter# Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
477150276Speter# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
477250276Speter# Prime merged with ComputerVision in the late 1980s; you can reach them at:
477350276Speter#
477450276Speter#	ComputerVision Services
477550276Speter#	500 Old Connecticut Path
477650276Speter#	Framingham, Mass.
477750276Speter#
477850276Speter
477950276Speter# Standout mode is dim reverse-video.
478050276Speterpt100|pt200|wren|fenix|prime pt100/pt200, 
478150276Speter	am, bw, mir, msgr, 
478250276Speter	cols#80, it#8, lines#24, 
478350276Speter	cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, 
478450276Speter	cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, 
478550276Speter	cup=\E0%p1%{33}%+%c%p2%{33}%+%c, cuu=\E[%p1%dA, 
478650276Speter	cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[M, 
478750276Speter	ed=\E[J\E[r, el=\E[K\E[t, flash=\E$$<200/>\E$P, 
478850276Speter	home=\E$B, ht=^I, il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, 
478950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, 
479050276Speter	rmcup=, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, 
479150276Speter	sgr0=\E[m, 
479250276Speter	smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, 
479350276Speter	smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, 
479450276Speterpt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode, 
479550276Speter	cols#132, 
479650276Speter	cup=\E[%i%p1%d;%p2%dH, use=pt100, 
479750276Speterpt250|Prime PT250, 
479850276Speter	rmso@, smso@, use=pt100, 
479950276Speterpt250w|Prime PT250 in 132-column mode, 
480050276Speter	rmso@, smso@, use=pt100w, 
480150276Speter
480250276Speter#### Qume (qvt)
480350276Speter#
480450276Speter#	Qume, Inc.
480550276Speter#	3475-A North 1st Street
480650276Speter#	San Jose CA 95134
480750276Speter#	Vox: (800)-457-4447
480850276Speter#	Fax: (408)-473-1510
480950276Speter#	Net: josed@techsupp.wyse.com (Jose D'Oliveira)
481050276Speter#
481150276Speter# Qume was bought by Wyse, but still (as of early 1995) has its own support
481250276Speter# group and production division.
481350276Speter#
481450276Speter# Discontinued Qume models:
481550276Speter#
481650276Speter# The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
481750276Speter# built to replace them, and a qvt119+ which was a 101+ with available wide
481850276Speter# mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
481950276Speter# and an ANSI-compatible qvt203 that replaced it.  Qume started producing
482050276Speter# ANSI-compatible terminals with the qvt323 and qvt61.
482150276Speter#
482250276Speter# Current Qume models (as of February 1995):
482350276Speter#
482450276Speter# All current Qume terminals have ANSI-compatible operation modes.
482550276Speter# Qume is still producing the qvt62, which features emulations for other
482650276Speter# popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
482750276Speter# designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
482850276Speter# with many emulations including Wyse370, Wyse 325, etc.  Their newest
482950276Speter# model is the qvt520, which is vt420-compatible.
483050276Speter#
483150276Speter# There are some ancient printing Qume terminals under `Daisy Wheel Printers'
483250276Speter#
483350276Speter# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
483450276Speter# setup mode.  Shift-s should be a configuration save to NVRAM.
483550276Speter
483650276Speterqvt101|qvt108|qume qvt 101 and QVT 108, 
483750276Speter	xmc#1, use=qvt101+, 
483850276Speter
483950276Speter# This used to have <cvvis=\E.2> but no <cnorm> or <civis>.  The BSD termcap
484050276Speter# file had <cvvis=\EM4 \200\200\200>.  I've done the safe thing and yanked 
484150276Speter# both. The <rev> is from BSD, which also claimed bold=\E( and dim=\E).
484250276Speter# What seems to be going on here is that this entry was designed so that
484350276Speter# the normal highlight is bold and standout is dim plus something else
484450276Speter# (reverse-video maybe?  But then, are there two <rev> sequences?)  
484550276Speterqvt101+|qvt101p|qume qvt 101 PLUS product, 
484650276Speter	am, bw, hs, ul, 
484750276Speter	cols#80, lines#24, xmc#0, 
484850276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^J, 
484950276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
485050276Speter	dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
485150276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
485250276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, kbs=^H, kcbt=\EI, kcub1=^H, 
485350276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdl1=\ER, ked=\EY, kel=\ET, 
485450276Speter	kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
485550276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
485650276Speter	khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, 
485762449Speter	smso=\E0P\E), tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
485850276Speterqvt102|qume qvt 102, 
485950276Speter	cnorm=\E., use=qvt101, 
486050276Speter# (qvt103: added <rmam>/<smam> based on init string -- esr)
486150276Speterqvt103|qume qvt 103, 
486250276Speter	am, xenl, xon, 
486350276Speter	cols#80, it#8, lines#24, vt#3, 
486450276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
486550276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
486650276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
486750276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
486850276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
486950276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
487050276Speter	hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
487150276Speter	kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, 
487250276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>, 
487350276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, 
487450276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
487550276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
487650276Speter	sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=, 
487750276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
487850276Speterqvt103-w|qume qvt103 132 cols, 
487950276Speter	cols#132, lines#24, 
488050276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt103, 
488150276Speterqvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals, 
488250276Speter	am, hs, mir, msgr, 
488350276Speter	cols#80, lines#24, xmc#0, 
488450276Speter	bel=^G, cbt=\EI, clear=\E*1, cnorm=\E.4, cr=^M, cub1=^H, 
488550276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
488650276Speter	cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, 
488750276Speter	el=\Et, flash=\En0$<200>\En1, fsl=^M, home=^^, ht=^I, 
488850276Speter	hts=\E1, il1=\EE, ind=^J, is2=\EDF\EC\EG0\Er\E(\E%EX, 
488950276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, 
489050276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
489150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
489250276Speter	mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, smir=\Eq, smul=\EG8, 
489362449Speter	tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
489450276Speterqvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, 
489550276Speter	lines#25, use=qvt119+, 
489650276Speterqvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, 
489750276Speter	cols#132, 
489850276Speter	is2=\EDF\EC\EG0\Er\E(\E%\EX\En4, use=qvt119+, 
489950276Speterqvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25, 
490050276Speter	lines#25, use=qvt119+, 
490150276Speterqvt203|qvt203+|qume qvt 203 Plus, 
490250276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
490350276Speter	ip=$<7>, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
490450276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
490562449Speter	kf9=\E[28~, rmir=\E[4l, smir=\E[4h, use=qvt103, 
490650276Speterqvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), 
490750276Speter	cols#132, lines#24, 
490850276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, 
490950276Speter#
491050276Speter#	Since a command is present for enabling 25 data lines,
491150276Speter#	a specific terminfo entry may be generated for the 203.
491250276Speter#	If one is desired for the QVT 119 PLUS then 25 lines must
491350276Speter#	be selected in the status line (setup line 9).
491450276Speter#
491550276Speterqvt203-25|QVT 203 PLUS with 25 by 80 column mode, 
491650276Speter	cols#80, lines#25, 
491750276Speter	is2=\E[=40h\E[?3l, use=qvt203, 
491850276Speterqvt203-25-w|QVT 203 PLUS with 25 by 132 columns, 
491950276Speter	cols#132, lines#25, 
492050276Speter	rs2=\E[?3h\E[=40h, use=qvt203, 
492150276Speter
492250276Speter#### Televideo (tvi)
492350276Speter#
492450276Speter#	TeleVideo
492550276Speter#	550 East Brokaw Road
492650276Speter#	PO Box 49048    95161
492750276Speter#	San Jose CA 95112
492850276Speter#	Vox: (408)-954-8333
492950276Speter#	Fax: (408)-954-0623
493050276Speter#
493150276Speter#
493250276Speter# There are some tvi terminals that require incredible amounts of padding and
493350276Speter# some that don't.  I'm assuming tvi912 and tvi920 are the old slow ones, and
493450276Speter# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
493550276Speter#
493650276Speter# All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
493750276Speter# Televideo terminals are ANSI and PC-ANSI compatible.
493850276Speter
493950276Spetertvi803|televideo 803, 
494050276Speter	clear=\E*$<10>, use=tvi950, 
494150276Speter
494250276Speter# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
494350276Speter# Switch settings are:
494450276Speter# 
494550276Speter# S1  1 2 3 4
494650276Speter#     D D D D  9600
494750276Speter#     D D D U    50
494850276Speter#     D D U D    75
494950276Speter#     D D U U   110
495050276Speter#     D U D D   135
495150276Speter#     D U D U   150
495250276Speter#     D U U D   300
495350276Speter#     D U U U   600
495450276Speter#     U D D D  1200
495550276Speter#     U D D U  1800
495650276Speter#     U D U D  2400
495750276Speter#     U D U U  3600
495850276Speter#     U U D D  4800
495950276Speter#     U U D U  7200
496050276Speter#     U U U D  9600
496150276Speter#     U U U U 19200
496250276Speter# 
496350276Speter# S1  5 6 7 8
496450276Speter#     U D X D  7N1 (data bits, parity, stop bits) (X means ignored)
496550276Speter#     U D X U  7N2
496650276Speter#     U U D D  7O1
496750276Speter#     U U D U  7O2
496850276Speter#     U U U D  7E1
496950276Speter#     U U U U  7E2
497050276Speter#     D D X D  8N1
497150276Speter#     D D X U  8N2
497250276Speter#     D U D D  8O1
497350276Speter#     D U U U  8E2
497450276Speter# 
497550276Speter# S1  9  Autowrap
497650276Speter#     U  on
497750276Speter#     D  off
497850276Speter# 
497950276Speter# S1 10  CR/LF
498050276Speter#     U  do CR/LF when CR received
498150276Speter#     D  do CR when CR received
498250276Speter# 
498350276Speter# S2  1  Mode
498450276Speter#     U  block
498550276Speter#     D  conversational
498650276Speter# 
498750276Speter# S2  2  Duplex
498850276Speter#     U  half
498950276Speter#     D  full
499050276Speter# 
499150276Speter# S2  3  Hertz
499250276Speter#     U  50
499350276Speter#     D  60
499450276Speter# 
499550276Speter# S2  4  Edit mode
499650276Speter#     U  local
499750276Speter#     D  duplex
499850276Speter# 
499950276Speter# S2  5  Cursor type
500050276Speter#     U  underline
500150276Speter#     D  block
500250276Speter# 
500350276Speter# S2  6  Cursor down key
500450276Speter#     U  send ^J
500550276Speter#     D  send ^V
500650276Speter# 
500750276Speter# S2  7  Screen colour
500850276Speter#     U  green on black
500950276Speter#     D  black on green
501050276Speter# 
501150276Speter# S2  8  DSR status (pin 6)
501250276Speter#     U  disconnected
501350276Speter#     D  connected
501450276Speter# 
501550276Speter# S2  9  DCD status (pin 8)
501650276Speter#     U  disconnected
501750276Speter#     D  duplex
501850276Speter# 
501950276Speter# S2 10  DTR status (pin 20)
502050276Speter#     U  disconnected
502150276Speter#     D  duplex
502250276Speter# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
502350276Speter# <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
502450276Spetertvi910|televideo model 910, 
502562449Speter	OTbs, am, msgr, 
502650276Speter	cols#80, it#8, lines#24, xmc#1, 
502750276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
502850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
502950276Speter	home=\E=\001\001, hpa=\E]%p1%{32}%+%c, ht=^I, 
503050276Speter	if=/usr/share/tabset/stdcrt, ind=^J, invis@, kbs=^H, 
503150276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, 
503250276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
503350276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
503450276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
503550276Speter# From: Alan R. Rogers <rogers%albany@csnet-relay>
503650276Speter# as subsequently hacked over by someone at SCO
503750276Speter# (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
503850276Speter#
503950276Speter# Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
504050276Speter#
504150276Speter# S1  1 2 3 4:
504250276Speter#     D D D D  9600     D D D U    50     D D U D    75     D D U U   110
504350276Speter#     D U D D   135     D U D U   150     D U U D   300     D U U U   600
504450276Speter#     U D D D  1200     U D D U  1800     U D U D  2400     U D U U  3600
504550276Speter#     U U D D  4800     U U D U  7200     U U U D  9600     U U U U 19200
504650276Speter#
504750276Speter# S1  5 6 7 8:
504850276Speter#     U D X D  7N1     U D X U  7N2     U U D D  7O1     U U D U  7O2
504950276Speter#     U U U D  7E1     U U U U  7E2     D D X D  8N1     D D X U  8N2
505050276Speter#     D U D D  8O1     D U U U  8E2
505150276Speter# 
505250276Speter# S1  9  Autowrap            (U = on, D = off)
505350276Speter# S1 10  CR/LF               (U = CR/LF on CR received, D = CR on CR received)
505450276Speter# S2  1  Mode                (U = block, D = conversational)
505550276Speter# S2  2  Duplex              (U =  half, D = full)
505650276Speter# S2  3  Hertz               (U = 50, D = 60)
505750276Speter# S2  4  Edit mode           (U = local, D = duplex)
505850276Speter# S2  5  Cursor type         (U = underline, D = block)
505950276Speter# S2  6  Cursor down key     (U = send ^J, D = send ^V)
506050276Speter# S2  7  Screen colour       (U = green on black, D = black on green)
506150276Speter# S2  8  DSR status (pin 6)  (U = disconnected, D = connected)
506250276Speter# S2  9  DCD status (pin 8)  (U = disconnected, D = connected)
506350276Speter# S2 10  DTR status (pin 20) (U = disconnected, D = connected)
506450276Speter#
506550276Spetertvi910+|televideo 910+, 
506650276Speter	dch1=\EW, dl1=\ER$<33*>, home=^^, ich1=\EQ, il1=\EE$<33*>, 
506750276Speter	kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, 
506850276Speter	kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, 
506962449Speter	ll=\E=7\s, use=tvi910, 
507050276Speter
507150276Speter# (tvi912: removed obsolete ":ma=^K^P^L :", added  <flash> and
507250276Speter# <khome> from BRL entry -- esr)
507350276Spetertvi912|tvi914|tvi920|old televideo 912/914/920, 
507462449Speter	OTbs, OTpt, am, msgr, 
507550276Speter	cols#80, it#8, lines#24, xmc#1, 
507650276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
507750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
507850276Speter	dl1=\ER$<33*>, ed=\Ey, el=\ET, flash=\Eb$<50/>\Ed, home=^^, 
507950276Speter	ht=^I, hts=\E1, ich1=\EQ, if=/usr/share/tabset/stdcrt, 
508050276Speter	il1=\EE$<33*>, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
508150276Speter	kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
508250276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
508350276Speter	kf9=^AH\r, khome=^^, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, 
508450276Speter	tbc=\E3, 
508550276Speter# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
508650276Speter# The 920 has this plus real function keys that xmit different things.
508750276Speter# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
508850276Spetertvi912c|tvi912b|new televideo 912, 
508950276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, use=tvi912, 
509050276Speter# set to page 1 when entering curses application (\E-17 )
509150276Speter# reset to page 0 when exiting curses application (\E-07 )
509250276Spetertvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages, 
509350276Speter	rmcup=\E-07\s, smcup=\E-17\s, use=tvi912, 
509450276Speter# We got some new tvi912c terminals that act really weird on the regular 
509550276Speter# termcap, so one of our gurus worked this up. Seems that cursor 
509650276Speter# addressing is broken.
509750276Spetertvi912cc|tvi912 at cowell college, 
509850276Speter	cup@, use=tvi912c, 
509950276Speter
510050276Speter# Here are the switch settings for the tvi920c:
510150276Speter#
510250276Speter# S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
510350276Speter# 2: 9600	3: 4800		4: 2400		5: 1200
510450276Speter# 6:  600	7:  300		8:  150		9:   75
510550276Speter# 10: 110
510650276Speter#
510750276Speter# S2 UART/Terminal options:
510850276Speter# 		Up			Down
510950276Speter# 1:		Not used		Not allowed
511050276Speter# 2:	Alternate character set	  Standard character set
511150276Speter# 3:	    Full duplex		    Half duplex
511250276Speter# 4:	    50 Hz refresh	    60 Hz refresh
511350276Speter# 5:	      No parity		     Send parity
511450276Speter# 6:	     2 stop bits	     1 stop bit
511550276Speter# 7:	     8 data bits	     7 data bits
511650276Speter# 8:		Not used		Not allowed on Rev E or lower
511750276Speter# 9:	     Even parity	     Odd parity
511850276Speter# 10:	    Steady cursor	    Blinking cursor
511950276Speter# 	(On Rev E or lower, use W25 instead of switch 10.)
512050276Speter# 
512150276Speter# S5 UART/Terminal options:
512250276Speter# 		Open			Closed
512350276Speter# 1:	P3-6 Not connected	DSR received on P3-6
512450276Speter# 2:	P3-8 Not connected	DCD received on P3-8
512550276Speter#
512650276Speter# 3 Open, 4 Open:		P3-20 Not connected
512750276Speter# 3 Open, 4 Closed:	DTR on when terminal is on
512850276Speter# 3 Closed, 4 Open:	DTR is connected to RTS
512950276Speter# 3 Closed, 4 Closed:	Not allowed
513050276Speter#
513150276Speter# 5 Closed:	HDX printer (hardware control) Rev. K with extension port off,
513250276Speter# 		all data transmitted out of the modem port (P3) will also be
513350276Speter# 		transmitted out of the printer port (P4).
513450276Speter#
513550276Speter# 6 Open, 7 Open:		Not allowed
513650276Speter# 6 Open, 7 Closed:	20ma current loop input
513750276Speter# 6 Closed, 7 Open:	RS232 input
513850276Speter# 6 Closed, 7 Closed:	Not allowed
513950276Speter#
514050276Speter# Jumper options:
514150276Speter# If the jumper is installed, the effect will occur (the next time the terminal
514250276Speter# is switched on).
514350276Speter#
514450276Speter# S4/W31:	Enables automatic LF upon receipt of CR from
514550276Speter# 		remote or keyboard.
514650276Speter# S4/W32:	Enables transmission of EOT at the end of Send.  If not 
514750276Speter# 		installed, a carriage return is sent.
514850276Speter# S4/W33:	Disables automatic carriage return in column 80.
514950276Speter# S4/W34:	Selects Page Print Mode as initial condition.  If not 
515050276Speter# 		installed, Extension Mode is selected.
515150276Speter#
515250276Spetertvi920b|tvi920c|new televideo 920, 
515350276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, kf0=^AI\r, kf1=^A@\r, 
515450276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
515562449Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, use=tvi912, 
515650276Speter
515750276Speter# Televideo 921 and variants
515850276Speter# From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
515950276Speter# (tvi921: removed :ko=bt: before translation, I see no backtab cap;
516050276Speter# also added empty <acsc> to suppress tic warning -- esr)
516150276Spetertvi921|televideo model 921 with sysline same as page & real vi function, 
516262449Speter	OTbs, OTpt, am, hs, xenl, xhp, 
516350276Speter	cols#80, lines#24, xmc#0, 
516450276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
516550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
516650276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
516750276Speter	el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
516850276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, invis@, 
516950276Speter	is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H, 
517050276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>, 
517150276Speter	ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, nel=^M^J, rmacs=\E%, 
517262449Speter	rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, use=adm+sgr, 
517350276Speter# without the beeper
517450276Speter# (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
517550276Speter# also added empty <acsc> to suppress tic warning -- esr)
517650276Spetertvi92B|televideo model 921 with sysline same as page & real vi function & no beeper, 
517750276Speter	am, hs, xenl, xhp, 
517850276Speter	cols#80, lines#24, xmc#0, 
517950276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
518050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
518150276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
518250276Speter	el=\ET, flash=\Eb$<200/>\Ed, fsl=\Eg, home=^^, ht=^I, 
518350276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
518450276Speter	invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, 
518550276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
518650276Speter	kdl1=\ER$<1*/>, ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, 
518762449Speter	nel=^M^J, rmacs=\E%, smacs=\E$, tsl=\Ef\EG0, use=adm+sgr, 
518850276Speter# (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
518950276Spetertvi92D|tvi92B with DTR instead of XON/XOFF & better padding, 
519050276Speter	dl1=\ER$<2*/>, il1=\EE$<2*/>, 
519150276Speter	is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>, 
519262449Speter	kil1=\EE$<2*/>, use=tvi92B, 
519350276Speter
519450276Speter# (tvi924: This used to have <dsl=\Es0>, <fsl=\031>.  I put the new strings
519550276Speter# in from a BSD termcap file because it looks like they do something the
519650276Speter# old ones skip -- esr)
519750276Spetertvi924|televideo tvi924, 
519850276Speter	am, bw, hs, in, mir, msgr, xenl, xon, 
519950276Speter	cols#80, it#8, lines#24, wsl#80, xmc#0, 
520050276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E.0, clear=\E*0, 
520150276Speter	cnorm=\E.3, cr=^M, csr=\E_%p1%{32}%+%c%p2%{32}%+%c, 
520250276Speter	cub1=^H, cud1=^V, cuf1=^L, 
520350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, 
520450276Speter	dch1=\EW, dl1=\ER, dsl=\Es0\Ef\031, ed=\Ey, el=\Et, 
520550276Speter	flash=\Eb$<200>\Ed, fsl=\031\Es1, home=^^, ht=^I, hts=\E1, 
520650276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
520750276Speter	invis@, is1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0, 
520850276Speter	kbs=^H, kclr=\E*0, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
520950276Speter	kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A@\r, kf1=^AA\r, 
521050276Speter	kf10=^AJ\r, kf11=^AK\r, kf12=^AL\r, kf13=^AM\r, kf14=^AN\r, 
521150276Speter	kf15=^AO\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, 
521250276Speter	kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, 
521350276Speter	kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, 
521450276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, 
521562449Speter	pfkey=\E|%p1%{49}%+%c%p2%s\031, ri=\Ej, tbc=\E3, tsl=\Ef, 
521662449Speter	use=adm+sgr, 
521750276Speter
521850276Speter# TVI925 DIP switches.  In each of these, D = Down and U = Up,
521950276Speter#
522050276Speter# Here are the settings for the external (baud) switches (S1):
522150276Speter#
522250276Speter#             Position		Baud
522350276Speter# 7	8	9	10		[Printer]
522450276Speter# 1	2	3	4		[Main RS232]
522550276Speter# -----------------------------------------------------
522650276Speter# D	D	D	D	9600
522750276Speter# D	D	D	U	  50
522850276Speter# D	D	U	D	  75
522950276Speter# D	D	U	U	 110
523050276Speter# D	U	D	D	 135
523150276Speter# D	U	D	U	 150
523250276Speter# D	U	U	D	 300
523350276Speter# D	U	U	U	 600
523450276Speter# U	D	D	D	1200
523550276Speter# U	D	D	U	1800
523650276Speter# U	D	U	D	2400
523750276Speter# U	D	U	U	3600
523850276Speter# U	U	D	D	4800
523950276Speter# U	U	D	U	7200
524050276Speter# U	U	U	D	9600
524150276Speter# U	U	U	U	19200
524250276Speter# 
524350276Speter# 
524450276Speter# Settings for word length and stop-bits (S1)
524550276Speter#
524650276Speter#  Position	Description
524750276Speter# 5	6	
524850276Speter# ---------------------------
524950276Speter# U	-	7-bit word
525050276Speter# D	-	8-bit word
525150276Speter# -	U	2 stop bits
525250276Speter# -	D	1 stop bit
525350276Speter# 
525450276Speter# 
525550276Speter# S2 (external) settings
525650276Speter#
525750276Speter# Position	Up	Dn	Description
525850276Speter# --------------------------------------------
525950276Speter# 1		X		Local edit
526050276Speter# 			X	Duplex edit (transmit editing keys)
526150276Speter# --------------------------------------------
526250276Speter# 2		X		912/920 emulation
526350276Speter# 			X	925
526450276Speter# --------------------------------------------
526550276Speter# 3			X
526650276Speter# 4			X	No parity
526750276Speter# 5			X	
526850276Speter# --------------------------------------------
526950276Speter# 3			X
527050276Speter# 4			X	Odd parity
527150276Speter# 5		X	
527250276Speter# --------------------------------------------
527350276Speter# 3			X
527450276Speter# 4		X		Even parity
527550276Speter# 5		X	
527650276Speter# --------------------------------------------
527750276Speter# 3		X	
527850276Speter# 4			X	Mark parity
527950276Speter# 5		X		
528050276Speter# --------------------------------------------
528150276Speter# 3		X
528250276Speter# 4		X		Space parity
528350276Speter# 5		X
528450276Speter# --------------------------------------------
528550276Speter# 6		X		White on black display
528650276Speter# 			X	Black on white display
528750276Speter# --------------------------------------------
528850276Speter# 7			X	Half Duplex
528950276Speter# 8			X
529050276Speter# --------------------------------------------
529150276Speter# 7		X		Full Duplex
529250276Speter# 8			X	
529350276Speter# --------------------------------------------
529450276Speter# 7			X	Block mode
529550276Speter# 8		X	
529650276Speter# --------------------------------------------
529750276Speter# 9			X	50 Hz
529850276Speter# 		X		60 Hz
529950276Speter# --------------------------------------------
530050276Speter# 10		X		CR/LF (Auto LF)
530150276Speter# 			X	CR only
530250276Speter# 
530350276Speter# S3 (internal switch) settings:
530450276Speter# 
530550276Speter# Position	Up	Dn	Description
530650276Speter# --------------------------------------------
530750276Speter# 1		X		Keyclick off 
530850276Speter# 			X	Keyclick on
530950276Speter# --------------------------------------------
531050276Speter# 2			X	English
531150276Speter# 3			X	
531250276Speter# --------------------------------------------
531350276Speter# 2			X	German
531450276Speter# 3		X		
531550276Speter# --------------------------------------------
531650276Speter# 2		X		French
531750276Speter# 3			X	
531850276Speter# --------------------------------------------
531950276Speter# 2		X		Spanish
532050276Speter# 3		X	
532150276Speter# --------------------------------------------
532250276Speter# 4			X	Blinking block cursor
532350276Speter# 5			X	
532450276Speter# --------------------------------------------
532550276Speter# 4			X	Blinking underline cursor
532650276Speter# 5		X		
532750276Speter# --------------------------------------------
532850276Speter# 4		X		Steady block cursor
532950276Speter# 5			X	
533050276Speter# --------------------------------------------
533150276Speter# 4		X		Steady underline cursor
533250276Speter# 5		X	
533350276Speter# --------------------------------------------
533450276Speter# 6		X		Screen blanking timer (ON)
533550276Speter# 			X	Screen blanking timer (OFF)
533650276Speter# --------------------------------------------
533750276Speter# 7		X		Page attributes
533850276Speter# 			X	Line attributes
533950276Speter# --------------------------------------------
534050276Speter# 8		X		DCD disconnected
534150276Speter# 			X	DCD connected
534250276Speter# --------------------------------------------
534350276Speter# 9		X		DSR disconnected
534450276Speter# 			X	DSR connected
534550276Speter# --------------------------------------------
534650276Speter# 10		X		DTR Disconnected
534750276Speter# 			X	DTR connected
534850276Speter# --------------------------------------------
534950276Speter#
535050276Speter# (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
535150276Spetertvi925|televideo 925, 
535262449Speter	OTbs, am, bw, hs, ul, 
535350276Speter	cols#80, lines#24, xmc#1, 
535450276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, 
535550276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
535650276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eh, ed=\EY, el=\ET, 
535750276Speter	flash=\Eb$<200>\Ed, fsl=^M\Eg, home=^^, ht=^I, hts=\E1, 
535850276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, is2=\El\E", kbs=^H, kclr=^Z, 
535950276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
536050276Speter	ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
536150276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
536250276Speter	kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, ri=\Ej, tbc=\E3, 
536362449Speter	tsl=\Eh\Ef, use=adm+sgr, 
536450276Speter# TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
536550276Speter# to avoid "magic cookie" standout glitch:
536650276Spetertvi925-hi|TeleVideo Model 925 with half intensity standout mode, 
536750276Speter	xmc@, 
536850276Speter	kbs=^H, kcub1=^H, kcud1=^J, rmso=\E(, smso=\E), use=tvi925, 
536950276Speter
537050276Speter# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
537150276Speter# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
537250276Speter# for additional capabilities, 
537350276Speter# The following tvi descriptions from B:pjphar and virus!mike
537450276Speter# is for all 950s.  It sets the following attributes:
537550276Speter# full duplex (\EDF)		write protect off (\E()
537650276Speter# conversation mode (\EC)	graphics mode off (\E%)
537750276Speter# white on black (\Ed)		auto page flip off (\Ew)
537850276Speter# turn off status line (\Eg)	clear status line (\Ef\r)
537950276Speter# normal video (\E0)		monitor mode off (\EX or \Eu)
538050276Speter# edit mode (\Er)		load blank char to space (\Ee\040)
538150276Speter# line edit mode (\EO)		enable buffer control (^O)
538250276Speter# protect mode off (\E\047)	duplex edit keys (\El)
538350276Speter# program unshifted send key to send line all (\E016)
538450276Speter# program shifted send key to send line unprotected (\E004)
538550276Speter# set the following to nulls:
538650276Speter#	field delimiter (\Ex0\200\200)
538750276Speter#	line delimiter (\Ex1\200\200)
538850276Speter#	start-protected field delimiter (\Ex2\200\200)
538950276Speter#	end-protected field delimiter (\Ex3\200\200)
539050276Speter# set end of text delimiter to carriage return/null (\Ex4\r\200)
539150276Speter# 
539250276Speter#                     TVI 950 Switch Setting Reference Charts
539350276Speter# 
539450276Speter#                                     TABLE 1:
539550276Speter# 
539650276Speter#      S1     1     2     3     4     5     6     7     8     9    10
539750276Speter#          +-----------------------+-----+-----+-----------------------+
539850276Speter#          | Computer Baud Rate    |Data |Stop | Printer Baud Rate     |
539950276Speter#          |                       |Bits |Bits |                       |
540050276Speter#   +------+-----------------------+-----+-----+-----------------------+
540150276Speter#   |  Up  |        See            |  7  |  2  |        See            |
540250276Speter#   +------+-----------------------+-----+-----+-----------------------+
540350276Speter#   | Down |      TABLE 2          |  8  |  1  |      TABLE 2          |
540450276Speter#   +------+-----------------------+-----+-----+-----------------------+
540550276Speter# 
540650276Speter# 
540750276Speter#      S2     1     2     3     4     5     6     7     8     9    10
540850276Speter#          +-----+-----+-----------------+-----+-----------+-----+-----+
540950276Speter#          |Edit |Cursr|    Parity       |Video|Transmiss'n| Hz  |Click|
541050276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
541150276Speter#   |  Up  | Dplx|Blink|      See        |GonBk|   See     | 60  | Off |
541250276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
541350276Speter#   | Down |Local|St'dy|    TABLE 3      |BkonG|  CHART    | 50  | On  |
541450276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
541550276Speter#  
541650276Speter#                                    TABLE 2:
541750276Speter# 
541850276Speter#             +-----------+-----+-----+-----+-----+-----------+
541950276Speter#             | Display   |  1  |  2  |  3  |  4  |   Baud    |
542050276Speter#             +-----------+-----+-----+-----+-----+           |
542150276Speter#             | Printer   |  7  |  8  |  9  | 10  |   Rate    |
542250276Speter#             +-----------+-----+-----+-----+-----+-----------+
542350276Speter#                         |  D  |  D  |  D  |  D  |   9600    |
542450276Speter#                         |  U  |  D  |  D  |  D  |     50    |
542550276Speter#                         |  D  |  U  |  D  |  D  |     75    |
542650276Speter#                         |  U  |  U  |  D  |  D  |    110    |
542750276Speter#                         |  D  |  D  |  U  |  D  |    135    |
542850276Speter#                         |  U  |  D  |  U  |  D  |    150    |
542950276Speter#                         |  D  |  U  |  U  |  D  |    300    |
543050276Speter#                         |  U  |  U  |  U  |  D  |    600    |
543150276Speter#                         |  D  |  D  |  D  |  U  |   1200    |
543250276Speter#                         |  U  |  D  |  D  |  U  |   1800    |
543350276Speter#                         |  D  |  U  |  D  |  U  |   2400    |
543450276Speter#                         |  U  |  U  |  D  |  U  |   3600    |
543550276Speter#                         |  D  |  D  |  U  |  U  |   4800    |
543650276Speter#                         |  U  |  D  |  U  |  U  |   7200    |
543750276Speter#                         |  D  |  U  |  U  |  U  |   9600    |
543850276Speter#                         |  U  |  U  |  U  |  U  |  19200    |
543950276Speter#                         +-----+-----+-----+-----+-----------+
544050276Speter# 
544150276Speter#                                    TABLE 3:
544250276Speter#                         +-----+-----+-----+-----------+
544350276Speter#                         |  3  |  4  |  5  |   Parity  |
544450276Speter#                         +-----+-----+-----+-----------+
544550276Speter#                         |  X  |  X  |  D  |    None   |
544650276Speter#                         |  D  |  D  |  U  |     Odd   |
544750276Speter#                         |  D  |  U  |  U  |    Even   |
544850276Speter#                         |  U  |  D  |  U  |    Mark   |
544950276Speter#                         |  U  |  U  |  U  |   Space   |
545050276Speter#                         +-----+-----+-----+-----------+
545150276Speter#                                 X = don't care
545250276Speter# 
545350276Speter#                                     CHART:
545450276Speter#                         +-----+-----+-----------------+
545550276Speter#                         |  7  |  8  | Communication   |
545650276Speter#                         +-----+-----+-----------------+
545750276Speter#                         |  D  |  D  |  Half Duplex    |
545850276Speter#                         |  D  |  U  |  Full Duplex    |
545950276Speter#                         |  U  |  D  |     Block       |
546050276Speter#                         |  U  |  U  |     Local       |
546150276Speter#                         +-----+-----+-----------------+
546250276Speter# 
546350276Speter# (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:". 
546450276Speter# I also inserted <ich1> and <kich1>; the :ko: string indicated that <ich> 
546550276Speter# should be present and all tvi native modes use the same string for this.
546650276Speter# Finally, note that BSD has cud1=^V. -- esr) 
546750276Spetertvi950|televideo 950, 
546862449Speter	OTbs, am, hs, mir, msgr, xenl, xon, 
546950276Speter	cols#80, it#8, lines#24, xmc#1, 
547050276Speter	acsc=b\011c\014d\re\ni\013, bel=^G, cbt=\EI, clear=\E*, 
547150276Speter	cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
547250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
547350276Speter	dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed, 
547450276Speter	fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, 
547550276Speter	invis@, 
547650276Speter	is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\Ef\r, 
547750276Speter	kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, 
547850276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, 
547950276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
548050276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
548150276Speter	kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, ri=\Ej, rmacs=^X, 
548250276Speter	rmir=\Er, smacs=^U, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
548350276Speter	use=adm+sgr, 
548450276Speter#
548550276Speter# is for 950 with two pages adds the following:
548650276Speter#	set 48 line page (\E\\2)
548750276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
548850276Speter#	set local (no send) edit keys (\Ek)
548950276Speter#
549050276Speter# two page 950 adds the following:
549150276Speter#	when entering ex, set 24 line page (\E\\1)
549250276Speter#	when exiting ex, reset 48 line page (\E\\2)
549350276Speter#			 place cursor at 0,24,1 (\E-07 )
549450276Speter#	set duplex (send) edit keys (\El) when entering vi
549550276Speter#	set local (no send) edit keys (\Ek) when exiting vi
549650276Speter#
549750276Spetertvi950-2p|televideo950 w/2 pages, 
549850276Speter	is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07 \011, 
549950276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
550062449Speter	smkx=\El, use=tvi950, 
550150276Speter#
550250276Speter# is for 950 with four pages adds the following:
550350276Speter#	set 96 line page (\E\\3)
550450276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
550550276Speter#
550650276Speter# four page 950 adds the following:
550750276Speter#	when entering ex, set 24 line page (\E\\1)
550850276Speter#	when exiting ex, reset 96 line page (\E\\3)
550950276Speter#			 place cursor at 0,24,1 (\E-07 )
551050276Speter#
551150276Spetertvi950-4p|televideo950 w/4 pages, 
551250276Speter	is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07 \011, 
551350276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
551462449Speter	smkx=\El, use=tvi950, 
551550276Speter#
551650276Speter# <is2> for reverse video 950 changes the following:
551750276Speter#	set reverse video (\Ed)
551850276Speter#
551950276Speter# set vb accordingly (\Ed ...delay... \Eb)
552050276Speter#
552150276Spetertvi950-rv|televideo950 rev video, 
552250276Speter	flash=\Ed$<200/>\Eb, 
552362449Speter	is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0, 
552462449Speter	use=tvi950, 
552550276Speter
552650276Speter# tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
552750276Spetertvi950-rv-2p|televideo950 rev video w/2 pages, 
552850276Speter	flash=\Ed$<200/>\Eb, 
552950276Speter	is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07\s, 
553050276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
553162449Speter	smkx=\El, use=tvi950, 
553250276Speter
553350276Speter# tvi950-rv uses the appropriate entries from 950-4p and 950-rv
553450276Spetertvi950-rv-4p|televideo950 rev video w/4 pages, 
553550276Speter	flash=\Ed$<200/>\Eb, 
553650276Speter	is2=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07\s, 
553750276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
553862449Speter	smkx=\El, use=tvi950, 
553950276Speter# From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
554050276Speter# (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
554150276Speter# removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
554250276Speter# the :rs: string, inserted the <ich> implied by the termcap :ko: string.  Note
554350276Speter# the :ko: string had :cl: in it, which means that one of the original
554450276Speter# <clear=\E*>, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
554550276Speter# the 950 has.   Finally, corrected the <kel> string to match the 950 and what
554650276Speter# ko implies -- esr)
554750276Speter# If the BSD termcap file was right, <cup=\E=%p1%{32}%+%c%p2%{32}%+%c> would
554850276Speter# also work.
554950276Spetertvi955|televideo 955, 
555062449Speter	OTbs, mc5i, msgr@, 
555150276Speter	it#8, xmc@, 
555250276Speter	acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, 
555350276Speter	civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH, 
555450276Speter	cvvis=\E.1, dim=\E[=5h, ind@, invis=\EG1, 
555550276Speter	is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1, 
555650276Speter	knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, rmacs=\E%, 
555750276Speter	rmam=\E[=7l, rmxon=^N, 
555850276Speter	rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r, 
555950276Speter	sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O, 
556050276Speter	use=tvi950, 
556150276Spetertvi955-w|955-w|televideo955 w/132 cols, 
556250276Speter	cols#132, 
556350276Speter	is2=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El, use=tvi955, 
556450276Speter# use half-intensity as normal mode, full intensity as <bold>
556550276Spetertvi955-hb|955-hb|televideo955 half-bright, 
556650276Speter	bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, 
556762449Speter	sgr0=\EG0\E[=5h, use=tvi955, 
556850276Speter# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
556950276Speter# (tvi970: removed ":sg#0:"; removed <rmso>=\E[m, <rmul>=\E[m;
557050276Speter# added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
557150276Speter# According to BRL we could have <rmkx>=\E>, <smkx>=\E= but I'm not sure what
557250276Speter# it does to the function keys.  I deduced <rmam>/<smam>.
557350276Speter# also added empty <acsc> to suppress tic warning,  -- esr)
557450276Spetertvi970|televideo 970, 
557562449Speter	OTbs, OTpt, am, da, db, mir, msgr, 
557650276Speter	cols#80, it#8, lines#24, 
557750276Speter	acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
557850276Speter	cub1=^H, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
557950276Speter	cuu1=\EM, cvvis=\E[1Q, dch1=\E[P, dl1=\E[M, dsl=\Eg\Ef\r, 
558050276Speter	ed=\E[J, el=\E[K, flash=\E[5m$<200/>\E[m, home=\E[H, 
558150276Speter	hpa=\E[%i%p1%dG, ht=^I, il1=\E[L, 
558250276Speter	is2=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J, 
558350276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
558450276Speter	kf1=\E?a, kf2=\E?b, kf3=\E?c, kf4=\E?d, kf5=\E?e, kf6=\E?f, 
558550276Speter	kf7=\E?g, kf8=\E?h, kf9=\E?i, khome=\E[H, ri=\EM, rmacs=\E(B, 
558650276Speter	rmam=\E[?7h, rmcup=, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
558750276Speter	sgr0=\E[m, smacs=\E(B, smam=\E[?7l, 
558850276Speter	smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m, 
558950276Speter	smul=\E[4m, vpa=\E[%i%p1%dd, 
559050276Spetertvi970-vb|televideo 970 with visual bell, 
559162449Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
559262449Speter	use=tvi970, 
559350276Spetertvi970-2p|televideo 970 with using 2 pages of memory, 
559450276Speter	rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q, 
559550276Speter	use=tvi970, 
559650276Speter# Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
559750276Speter# per line (rather than 40), Esc K chooses the normal character set.  Not sure
559850276Speter# padding is needed, but adapted from the tvi920c termcap.  The <smso> and 
559950276Speter# <smul> strings are klutzy, but at least use no screen space.
560050276Speter# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
560150276Speter# its absence means <smam>=\Ev isn't safe to use. -- esr)
560250276Speter# From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84. 
560350276Speter# The <ed>/<kf0>/<kf1>/<khome>/<mc4>, and <mc5> caps are from BRL, which says:
560450276Speter# F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
560550276Spetertvipt|televideo personal terminal, 
560662449Speter	OTbs, am, 
560750276Speter	cols#80, lines#24, 
560850276Speter	cbt=\EI, clear=^Z, cub1=^H, cuf1=^L, 
560950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER$<5*>, 
561050276Speter	ed=\EY, el=\ET, home=^^, if=/usr/share/tabset/stdcrt, 
561150276Speter	il1=\EE$<5*>, is2=\Ev\Eu\EK, kbs=^H, kcub1=^H, kcud1=^J, 
561250276Speter	kcuf1=^L, kcuu1=^K, kf0=^A, kf1=^B, khome=^^, mc4=^T, mc5=^R, 
561350276Speter	rmso=\EF, rmul=\EF, smso=\EG1@A\EH, smul=\EG1B@\EH, 
561450276Speter# From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
561550276Spetertvi9065|televideo 9065, 
561650276Speter	am, bw, chts, hs, mc5i, mir, msgr, xenl, xon, 
561750276Speter	cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 
561850276Speter	wnum#0, wsl#30, 
561950276Speter	acsc='r0_jhkglfmeniopqksqtmulvownxj, bel=^G, 
562050276Speter	blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z, 
562150276Speter	cnorm=\E.3, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, 
562250276Speter	cub1=^H, cud=\E[%p1%dB, cud1=^V, cuf=\E[%p1%dC, cuf1=^L, 
562350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu=\E[%p1%dA, 
562450276Speter	cuu1=^K, cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp, 
562550276Speter	dl=\E[%p1%dM, dl1=\ER, dsl=\E_30\r, ech=\E[%p1%d@, ed=\EY, 
562650276Speter	el=\ET, flash=\Eb$<15>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
562750276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/stdcrt, 
562850276Speter	il=\E[%p1%dL, il1=\EE, ind=^J, indn=\E[%p1%dS, invis=\EG1, 
562950276Speter	ip=$<3>, 
563050276Speter	is1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er, 
563150276Speter	is2=\EF2\EG0\E\\L, is3=\E<\E[=4l\E[=8h, kHOM=\E\s\s\s, 
563250276Speter	kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
563350276Speter	kdch1=\EW, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, 
563450276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
563550276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=\E[25;1H, 
563650276Speter	mc0=\E[0;0i, mc4=\Ea, mc5=\E`, nel=^M^J, 
563750276Speter	pfkey=\E|%p1%{48}%+%c3%p2%s\031, 
563850276Speter	pfloc=\E|%p1%{48}%+%c2%p2%s\031, 
563950276Speter	pfx=\E|%p1%{48}%+%c1%p2%s\031, 
564050276Speter	pln=\E_%p1%{63}%+%c%p2%s\r, prot=\E&, 
564150276Speter	rep=\E[%p2%db%p1%c, rev=\EG4, 
564250276Speter	rf=/usr/share/tabset/stdcrt, ri=\Ej, rin=\E[%p1%dT, 
564350276Speter	rmacs=\E%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, 
564450276Speter	rmdc=\0, rmir=\Er, rmln=\E[4;1v, rmso=\EG0, rmul=\EG0, 
564550276Speter	rmxon=^N, rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l, 
564650276Speter	rs2=\E.b\E[10;20v\E[14;1v\E[3;0v\E[7;0v\E[=11.h\E[=12.h\E[=13.h\E[=14.h\E[=15l\E[=20h\E[=60l\E[=61h\E[=9l\E[=10l\E[=21l\E[=23l\E[=3l\E_40\E_50\En\Ew\Ee \Ex0\0\0\Ex1\0\0\Ex2\0\0\Ex3\0\0\Ex4\0\0\E1, 
564750276Speter	rs3=\E[=19h\E.3\E9\E0O\0\0\0\0\0\E0o\0\0\0\0\0\E0J\177\0\0\0\0, 
564850276Speter	sgr=\EG0%?%p1%t\EGt%;%?%p2%t\EG8%;%?%p3%t\EG4%;%?%p4%t\EG2%;%?%p5%t\EGp%;%?%p6%t\EG\,%;%?%p7%t\EG1%;%?%p9%t\E$%e\E%%%;, 
564950276Speter	sgr0=\EG0, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er, 
565050276Speter	smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O, 
565150276Speter	tbc=\E3, tsl=\E[4;1v\E_30, uc=\EG8\EG0, 
565250276Speter
565350276Speter#### Visual (vi)
565450276Speter#
565550276Speter# In September 1993, Visual Technology of Westboro, Massachusetts,
565650276Speter# merged with White Pine Software of Nashua, New Hampshire.
565750276Speter#
565850276Speter# White Pine Software may be contacted at +1 603/886-9050.
565950276Speter# Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
566050276Speter#
566150276Speter
566250276Speter# Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
566350276Speter# Recently I hacked together the following termcap for Visual
566450276Speter# Technology's Visual 50 terminal. It's a slight modification of
566550276Speter# the vt52 termcap. 
566650276Speter# It's intended to run when the Visual 50 is in vt52 emulation mode
566750276Speter# (I know what you're thinking; if it's emulating a vt52, then why
566850276Speter# another termcap? Well, it turns out that the Visual 50 can handle
566950276Speter# <dl1> and db(?) among other things, which the vt52 can't)
567050276Speter# The termcap works OK for the most part. The only problem is on
567150276Speter# character inserts. The whole line gets painfully redrawn for each
567250276Speter# character typed. Any suggestions?
567350276Speter# Beau's entry is combined with the vi50 entry from University of Wisconsin.
567450276Speter# Note especially the <il1> function.  <kf4>-<kf6> are really l4-l6 in
567550276Speter# disguise; <kf7>-<kf9> are really l1-l3.
567650276Spetervi50|visual 50, 
567762449Speter	OTbs, OTpt, am, da, db, msgr, 
567850276Speter	cols#80, it#8, lines#24, 
567962449Speter	OTnl=^J, bel=^G, cbt=\Ez$<4/>, clear=\EH\EJ, cr=^M, cub1=^H, 
568062449Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
568162449Speter	cuu1=\EA, dl1=\EM$<3*/>, ed=\EJ, el=\EK$<16/>, home=\EH, 
568262449Speter	ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
568362449Speter	kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\EV, 
568462449Speter	kf5=\EE, kf6=\E], kf7=\EL, kf8=\Ev, kf9=\EM, khome=\EH, 
568562449Speter	nel=^M^J, ri=\EI, rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, 
568650276Speter# this one was BSD & SCO's vi50
568750276Spetervi50adm|visual 50 in adm3a mode, 
568850276Speter	am, msgr, 
568950276Speter	cols#80, it#8, lines#24, 
569050276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
569150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\EM, 
569250276Speter	ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, 
569350276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, 
569450276Speter	rmso=\ET, smso=\EU, 
569562449Speter# From: Jeff Siegal <jbs@quiotix.com>
569650276Spetervi55|Visual 55, 
569762449Speter	OTbs, am, mir, msgr, 
569850276Speter	cols#80, it#8, lines#24, 
569950276Speter	clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H, 
570050276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
570150276Speter	cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, 
570250276Speter	il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, 
570350276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, rmir=\Eb, rmso=\ET, 
570450276Speter	smir=\Ea, smso=\EU, 
570550276Speter
570650276Speter# Visual 200 from BRL
570750276Speter# The following switch settings are assumed for normal operation:
570850276Speter#	FULL_DUPLEX		SCROLL			CR
570950276Speter#	AUTO_NEW_LINE_ON	VISUAL_200_EMULATION_MODE
571050276Speter# Other switches may be set for operator convenience or communication
571150276Speter# requirements.
571250276Speter# Character insertion is kludged in order to get around the "beep" misfeature.
571350276Speter# (This cap is commented out because <smir>/<rmir> is more efficient -- esr)
571450276Speter# Supposedly "4*" delays should be used for <il1>, <ed>, <clear>, <dch1>,
571550276Speter# and <dl1> strings, but we seem to get along fine without them.
571650276Spetervi200|visual 200, 
571762449Speter	OTbs, OTpt, am, mir, msgr, 
571862449Speter	OTkn#10, cols#80, it#8, lines#24, 
571950276Speter	acsc=, bel=^G, cbt=\Ez, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, 
572050276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
572150276Speter	cuu1=\EA, cvvis=\Ed, dch1=\EO, dim=\E4, dl1=\EM, ed=\Ey, 
572250276Speter	el=\Ex, home=\EH, ht=^I, hts=\E1, il1=\EL, ind=^J, invis=\Ea, 
572350276Speter	kbs=^H, kclr=\Ev, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
572450276Speter	kcuu1=\EA, kdch1=\EO, kdl1=\EM, ked=\EJ, kel=\Et, kf0=\E?p, 
572550276Speter	kf1=\E?q, kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, 
572650276Speter	kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, khts=\E1, kich1=\Ei, 
572750276Speter	kil1=\EL, krmir=\Ej, mc0=\EH\E], mc4=\EX, mc5=\EW, ri=\EI, 
572850276Speter	rmacs=\EG, rmkx=\E>, rmso=\E3, 
572950276Speter	rs1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX, sgr0=\E3\Eb, smacs=\EF, 
573050276Speter	smkx=\E=, smso=\E4, tbc=\Eg, 
573150276Speter# The older Visuals didn't come with function keys. This entry uses
573250276Speter# <smkx> and <rmkx> so that the keypad keys can be used as function keys.
573350276Speter# If your version of vi doesn't support function keys you may want
573450276Speter# to use vi200-f.
573550276Spetervi200-f|visual 200 no function keys, 
573650276Speter	is2=\E3\Eb\Ej\E\\\El\EG\Ed\Ek, kf0=\E?p, kf1=\E?q, 
573750276Speter	kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, kf7=\E?w, 
573850276Speter	kf8=\E?x, kf9=\E?y, rmkx=\E>, rmso@, smkx=\E=, smso@, 
573950276Speter	use=vi200, 
574050276Spetervi200-rv|visual 200 reverse video, 
574150276Speter	cnorm@, cvvis@, ri@, rmso=\E3, smso=\E4, use=vi200, 
574250276Speter
574350276Speter# the function keys are programmable but we don't reprogram them to their
574450276Speter# default values with <is2> because programming them is very verbose. maybe
574550276Speter# an initialization file should be made for the 300 and they could be stuck
574650276Speter# in it.
574750276Speter# (vi300: added <rmam>/<smam> based on init string -- esr)
574850276Spetervi300|visual 300 ansi x3.64, 
574950276Speter	am, bw, mir, xenl, 
575050276Speter	cols#80, lines#24, 
575150276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
575250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
575350276Speter	dch1=\E[P$<40>, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
575450276Speter	il1=\E[L, ind=^J, 
575550276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s, 
575650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
575750276Speter	kf1=\E_A\E\\, kf2=\E_B\E\\, kf3=\E_C\E\\, kf4=\E_D\E\\, 
575850276Speter	kf5=\E_E\E\\, kf6=\E_F\E\\, kf7=\E_G\E\\, kf8=\E_H\E\\, 
575950276Speter	kf9=\E_I\E\\, khome=\E[H, ri=\EM, rmam=\E[?7l, rmir=\E[4l, 
576050276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
576150276Speter	smso=\E[1m, smul=\E[4m, 
576250276Speter# some of the vi300s have older firmware that has the command
576350276Speter# sequence for setting editing extent reversed.
576450276Spetervi300-old|visual 300 with old firmware (set edit extent reversed), 
576550276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, 
576650276Speter	use=vi300, 
576750276Speter
576850276Speter# Visual 500 prototype entry from University of Wisconsin.
576950276Speter# The best place to look for the escape sequences is page A1-1 of the
577050276Speter# Visual 500 manual.  The initialization sequence given here may be
577150276Speter# overkill, but it does leave out some of the initializations which can
577250276Speter# be done with the menus in set-up mode.
577350276Speter# The :xp: line below is so that emacs can understand the padding requirements
577450276Speter# of this slow terminal.  :xp: is 10 time the padding factor.
577550276Speter# (vi500: removed unknown :xp#4: termcap;
577650276Speter# also added empty <acsc> to suppress tic warning -- esr)
577750276Spetervi500|visual 500, 
577850276Speter	am, mir, msgr, 
577950276Speter	cols#80, it#8, lines#33, 
578050276Speter	acsc=, cbt=\Ez$<4/>, clear=\Ev$<6*/>, cr=^M, 
578150276Speter	csr=\E(%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=\EB, 
578250276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
578350276Speter	dch1=\EO$<3*/>, dl1=\EM$<3*/>, ed=\Ey$<3*/>, 
578450276Speter	el=\Ex$<16/>, home=\EH, ht=\011$<8/>, il1=\EL\Ex$<3*/>, 
578550276Speter	ind=^J, 
578650276Speter	is2=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\, 
578750276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
578850276Speter	khome=\EH, nel=^M^J, rmacs=^O, rmir=\Ej, rmso=\E^G, 
578950276Speter	rmul=\E^C, smacs=^N, smir=\Ei, smso=\E^H, smul=\E^D, 
579050276Speter
579150276Speter# The visual 550 is a visual 300 with tektronix graphics,
579250276Speter# and with 33 lines. clear screen is modified here to
579350276Speter# also clear the graphics.
579450276Spetervi550|visual 550 ansi x3.64, 
579550276Speter	lines#33, 
579650276Speter	clear=\030\E[H\E[2J, use=vi300, 
579750276Speter
579850276Spetervi603|visual603|visual 603, 
579950276Speter	hs, mir, 
580050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
580150276Speter	csr=\E[%i%p1%d;%p2%dr, cuf1=\E[C, 
580250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
580350276Speter	dsl=\EP2;1~\E\\, ed=\E[J, el=\E[K, fsl=\E\\, il1=\E[L, 
580450276Speter	ind=\ED, is1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r, 
580550276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
580650276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=\EP2~, 
580750276Speter	use=vt100, 
580850276Speter
580950276Speter#### Wyse (wy)
581050276Speter#
581150276Speter#	Wyse Technology
581250276Speter#	3471 North First Street
581350276Speter#	San Jose, CA 95134
581450276Speter#	Vox: (408)-473-1200
581550276Speter#	Fax: (408) 473-1222
581650276Speter#	Web: http://www.wyse.com
581750276Speter#
581850276Speter# Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
581950276Speter# (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
582050276Speter# obvious address, <http://www.wyse.com>.  They keep terminfo entries at
582150276Speter# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
582250276Speter#
582350276Speter# Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
582450276Speter# They now own the Qume and Amdek brands, too.  So these are the people to
582550276Speter# talk with about all Link, Qume, and Amdek terminals.
582650276Speter#
582750276Speter# These entries include a few small fixes.
582850276Speter# I canceled the bel capacities in the vb entries.
582950276Speter# I made two trivial syntax fixes in the wyse30 entry.
583050276Speter# I made some entries relative to adm+sgr.
583150276Speter#
583250276Speter#
583350276Speter# Note: The wyse75, wyse85, and wyse99 have been discontinued.
583450276Speter
583550276Speter#	   Although the Wyse 30 can support more than one attribute
583650276Speter#	it requires magic cookies to do so.  Many applications do not
583750276Speter#	function well with magic cookies.  The following terminfo uses
583850276Speter#	the protect mode to support one attribute (dim) without cookies.
583950276Speter#	If more than one attribute is needed then the wy30-mc terminfo
584050276Speter#	should be used.
584150276Speter#
584250276Speterwy30|wyse30|Wyse 30, 
584350276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
584450276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
584550276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
584650276Speter	civis=\E`0, clear=\E+$<80>, cnorm=\E`1, cr=^M, cub1=^H, 
584750276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
584850276Speter	cuu1=^K, dch1=\EW$<10>, dim=\E`7\E), dl1=\ER$<1>, 
584950276Speter	dsl=\EF\r, ed=\EY$<80>, el=\ET, flash=\E`8$<100/>\E`9, 
585050276Speter	fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<2>, 
585150276Speter	ind=\n$<2>, ip=$<2>, is2=\E'\E(\E\^3\E`9\016\024, 
585250276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
585350276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, 
585450276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
585550276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, 
585650276Speter	kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, 
585750276Speter	mc5=^X, nel=^M^J, pfx=\Ez%p1%{63}%+%c%p2%s\177, 
585850276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, 
585950276Speter	rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
586050276Speter	sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
586150276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
586250276Speter	smso=\E`7\E), tbc=\E0, tsl=\EF, 
586350276Speter#
586450276Speter#	This terminal description uses the non-hidden attribute mode
586550276Speter#	(with magic cookie).
586650276Speter#
586750276Speter# (wy30-mc: added <smcup> to suppress tic warning --esr)
586850276Speterwy30-mc|wyse30-mc|wyse 30 with magic cookies, 
586950276Speter	msgr@, 
587050276Speter	ma@, xmc#1, 
587150276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003, 
587250276Speter	rmcup=\EG0, rmso=\EG0, 
587350276Speter	sgr=\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
587450276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
587562449Speter	smso=\EG4, use=wy30, use=adm+sgr, 
587650276Speter#	The mandatory pause used by <flash> does not work with
587750276Speter#	older versions of terminfo.  If you see this effect then
587850276Speter#	unset xon and delete the / from the delay.
587950276Speter#	i.e. change $<100/> to $<100>
588050276Speterwy30-vb|wyse30-vb|wyse 30 visible bell, 
588150276Speter	bel@, use=wy30, 
588250276Speter#
588350276Speter#	   The Wyse 50 can support one attribute (e.g. Dim, Inverse,
588450276Speter#	Normal) without magic cookies by using the protect mode.
588550276Speter#	The following description uses this feature, but when more
588650276Speter#	than one attribute is put on the screen at once, all attributes
588750276Speter#	will be changed to be the same as the last attribute given.
588850276Speter#	   The Wyse 50 can support more attributes when used with magic
588950276Speter#	cookies.  The wy50-mc terminal description uses magic cookies
589050276Speter#	to correctly handle multiple attributes on a screen.
589150276Speter#
589250276Speterwy50|wyse50|Wyse 50, 
589350276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
589450276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
589550276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
589650276Speter	civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, cub1=^H, 
589750276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
589850276Speter	cuu1=^K, dch1=\EW$<1>, dim=\E`7\E), dl1=\ER, dsl=\EF\r, 
589950276Speter	ed=\EY$<20>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
590050276Speter	home=^^, ht=^I, hts=\E1, il1=\EE, ind=\n$<2>, ip=$<1>, 
590150276Speter	is1=\E`\:\E`9$<30>, is2=\016\024\E'\E(, kHOM=\E{, kbs=^H, 
590250276Speter	kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
590350276Speter	kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
590450276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
590550276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
590650276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
590750276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
590850276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, 
590950276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
591050276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), 
591150276Speter	ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
591250276Speter	sgr=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
591350276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
591450276Speter	smso=\E`6\E), tbc=\E0, tsl=\EF, 
591550276Speter#
591650276Speter#	This terminal description uses the non-hidden attribute mode
591750276Speter#	(with magic cookie).
591850276Speter#
591950276Speter#	The mandatory pause used by flash does not work with some
592050276Speter#	older versions of terminfo.  If you see this effect then
592150276Speter#	unset <xon> and delete the / from the delay.
592250276Speter#	i.e. change $<100/> to $<100>
592350276Speter# (wy50-mc: added <smcup> to suppress tic warning --esr)
592450276Speterwy50-mc|wyse50-mc|wyse 50 with magic cookies, 
592550276Speter	msgr@, 
592650276Speter	ma@, xmc#1, 
592750276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4, 
592850276Speter	rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, 
592950276Speter	sgr=\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
593050276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
593162449Speter	smso=\EGt, use=wy50, use=adm+sgr, 
593250276Speterwy50-vb|wyse50-vb|wyse 50 visible bell, 
593350276Speter	bel@, use=wy50, 
593450276Speterwy50-w|wyse50-w|wyse 50 132-column, 
593550276Speter	cols#132, lw#7, nlab#16, wsl#97, 
593662449Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
593762449Speter	use=wy50, 
593850276Speterwy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, 
593962449Speter	bel@, use=wy50-w, 
594050276Speter
594150276Speter#
594250276Speter#	The Wyse 350 is a Wyse 50 with color.
594350276Speter#	Unfortunately this means that it has magic cookies.
594450276Speter#	The color attributes are designed to overlap the reverse, dim and
594550276Speter#	underline attributes.  This is nice for monochrome applications
594650276Speter#	because you can make underline stuff green (or any other color)
594750276Speter#	but for true color applications it's not so hot because you cannot
594850276Speter#	mix color with reverse, dim or underline.
594950276Speter#	    To further complicate things one of the attributes must be
595050276Speter#	black (either the foreground or the background).  In reverse video
595150276Speter#	the background changes color with black letters.  In normal video
595250276Speter#	the foreground changes colors on a black background.  
595350276Speter#	    This terminfo uses some of the more advanced features of curses
595450276Speter#	to display both color and blink.  In the final analysis I am not
595550276Speter#	sure that the wy350 runs better with this terminfo than it does
595650276Speter#	with the wy50 terminfo (with user adjusted colors).
595750276Speter#
595850276Speter#	The mandatory pause used by flash does not work with
595950276Speter#	older versions of terminfo.  If you see this effect then
596050276Speter#	unset xon and delete the / from the delay.
596150276Speter#	i.e. change $<100/> to $<100>
596250276Speter#
596350276Speter# Bug: The <op> capability resets attributes.
596450276Speterwy350|wyse350|Wyse 350, 
596550276Speter	am, bw, hs, mc5i, mir, xon, 
596650276Speter	colors#8, cols#80, lh#1, lines#24, lw#8, ncv#55, nlab#8, pairs#8, 
596750276Speter	wsl#45, xmc#1, 
596850276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
596950276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
597050276Speter	cub1=^H, cud1=^J, cuf1=^L, 
597150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<1>, 
597250276Speter	dim=\EGp, dl1=\ER, dsl=\EF\r, ed=\EY$<20>, el=\ET, 
597350276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
597450276Speter	il1=\EE, ind=\n$<2>, ip=$<1>, is1=\E`\:\E`9$<30>, 
597550276Speter	is2=\016\024\E'\E(, is3=\E%?, kHOM=\E{, kbs=^H, kcbt=\EI, 
597650276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
597750276Speter	ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
597850276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
597950276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
598050276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
598150276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
598250276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, 
598350276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
598450276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\EG0\E), ri=\Ej, 
598550276Speter	rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, setb=, 
598650276Speter	setf=%?%p1%{0}%=%t%{76}%e%p1%{1}%=%t%{64}%e%p1%{2}%=%t%{8}%e%p1%{3}%=%t%{72}%e%p1%{4}%=%t%{4}%e%p1%{5}%=%t%{68}%e%p1%{6}%=%t%{12}%e%p1%{7}%=%t%{0}%;%PC\EG%gC%gA%+%{48}%+%c, 
598750276Speter	sgr=%{0}%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;%PA\EG%?%gC%t%gC%e%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p5%t%{64}%|%;%;%gA%+%{48}%+%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
598850276Speter	sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, 
598962449Speter	smir=\Eq, smln=\EA10, tbc=\E0, tsl=\EF, use=adm+sgr, 
599050276Speterwy350-vb|wyse350-vb|wyse 350 visible bell, 
599150276Speter	bel@, use=wy350, 
599250276Speterwy350-w|wyse350-w|wyse 350 132-column, 
599350276Speter	cols#132, lw#7, nlab#16, wsl#97, 
599462449Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
599562449Speter	use=wy350, 
599650276Speterwy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, 
599762449Speter	bel@, use=wy350-w, 
599850276Speter#
599950276Speter#	This terminfo description is untested.
600050276Speter#	The wyse100 emulates an adm31, so the adm31 entry should work.
600150276Speter#
600250276Speterwy100|wyse 100, 
600350276Speter	hs, mir, 
600450276Speter	cols#80, lines#24, xmc#1, 
600550276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
600650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
600750276Speter	dl1=\ER, dsl=\EA31, ed=\EY, el=\ET, fsl=^M, il1=\EE, ind=^J, 
600850276Speter	invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
600950276Speter	kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
601050276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, 
601162449Speter	rmir=\Er, smir=\Eq, tsl=\EF, use=adm+sgr, 
601250276Speter#
601350276Speter#	The Wyse 120/150 has most of the features of the Wyse 60.
601450276Speter#	This terminal does not need padding up to 9600 baud!
601550276Speter#	<msgr> should be set but the clear screen fails when in
601650276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
601750276Speter#	then set <msgr>.
601850276Speter#
601950276Speterwy120|wyse120|wy150|wyse150|Wyse 120/150, 
602050276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
602150276Speter	cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
602250276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
602350276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
602450276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
602550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
602650276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
602750276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=\011$<1>, 
602850276Speter	hts=\E1, il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
602950276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
603050276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
603150276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
603250276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
603350276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
603450276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
603550276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
603650276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
603750276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
603850276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
603950276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
604050276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
604150276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, 
604250276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
604350276Speter	rs3=\EwG\Ee($<100>, 
604450276Speter	sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
604550276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
604650276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
604762449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
604850276Speter#
604950276Speterwy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, 
605050276Speter	cols#132, lw#7, nlab#16, wsl#97, 
605150276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
605250276Speter	rs2=\E`;$<70>, use=wy120, 
605350276Speter#
605450276Speterwy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines, 
605550276Speter	lh@, lines#25, lw@, nlab@, 
605650276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120, 
605750276Speter#
605850276Speterwy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines, 
605950276Speter	lh@, lines#25, lw@, nlab@, 
606050276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, 
606150276Speter#
606250276Speterwy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, 
606362449Speter	bel@, use=wy120, 
606450276Speter#
606550276Speterwy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, 
606662449Speter	bel@, use=wy120-w, 
606750276Speter#
606850276Speter#	The Wyse 60 is like the Wyse 50 but with more padding.
606950276Speter#	The reset strings are slow and the pad times very depending
607050276Speter#	on other parameters such as font loading.  I have tried
607150276Speter#	to follow the following outline:
607250276Speter#
607350276Speter#		<rs1> -> set personality
607450276Speter#		<rs2> -> set number of columns
607550276Speter#		<rs3> -> set number of lines
607650276Speter#		<is1> -> select the proper font
607750276Speter#		<is2> -> do the initialization
607850276Speter#		<is3> -> set up display memory (2 pages)
607950276Speter#
608050276Speter#	The Wyse 60's that have vt100 emulation are slower than the
608150276Speter#	older Wyse 60's.  This change happened mid-1987.
608250276Speter#	The capabilities effected are <dch1> <dl1> <il1> <ind> <ri>
608350276Speter#
608450276Speter#	The meta key is only half right.  This terminal will return the
608550276Speter#	high order bit set when you hit CTRL-function_key
608650276Speter#
608750276Speter#	It may be useful to assign two function keys with the
608850276Speter#	values  \E=(\s  look at old data in page 1
608950276Speter#	        \E=W,   look at bottom of page 1
609050276Speter#	where \s is a space ( ).
609150276Speter#
609250276Speter#	Note:
609350276Speter#	   The Wyse 60 runs faster when the XON/XOFF
609450276Speter#	   handshake is turned off.
609550276Speter#
609650276Speter# (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
609750276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
609850276Speterwy60|wyse60|Wyse 60, 
609950276Speter	am, bw, hs, km, mc5i, mir, msgr, 
610050276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, 
610150276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
610250276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, 
610350276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
610450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
610550276Speter	dch1=\EW$<11>, dclk=\E`b, dim=\EGp, dl1=\ER$<5>, dsl=\EF\r, 
610650276Speter	ed=\EY$<100>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
610750276Speter	home=\E{, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>, 
610850276Speter	ip=$<3>, is1=\EcB0\EcC1, 
610950276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
611050276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
611150276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
611250276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
611350276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
611450276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
611550276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
611650276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
611750276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
611850276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
611950276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
612050276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
612150276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, 
612250276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>, 
612350276Speter	rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, 
612450276Speter	sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
612550276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
612650276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
612762449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
612850276Speter#
612950276Speterwy60-w|wyse60-w|wyse 60 132-column, 
613050276Speter	cols#132, lw#7, nlab#16, wsl#97, 
613150276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<16>, ip=$<5>, 
613250276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy60, 
613350276Speter#
613450276Speterwy60-25|wyse60-25|wyse 60 80-column 25-lines, 
613550276Speter	lh@, lines#25, lw@, nlab@, 
613650276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60, 
613750276Speterwy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines, 
613850276Speter	lh@, lines#25, lw@, nlab@, 
613950276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60-w, 
614050276Speter#
614150276Speterwy60-42|wyse60-42|wyse 60 80-column 42-lines, 
614250276Speter	lines#42, 
614350276Speter	clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, 
614450276Speter	dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, 
614550276Speter	ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, 
614662449Speter	ri=\Ej$<10>, rs3=\Ee*$<150>, use=wy60, 
614750276Speterwy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, 
614850276Speter	cols#132, lw#7, nlab#16, wsl#97, 
614950276Speter	clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
615050276Speter	dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, 
615162449Speter	nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, use=wy60-42, 
615250276Speter#
615350276Speterwy60-43|wyse60-43|wyse 60 80-column 43-lines, 
615450276Speter	lh@, lines#43, lw@, nlab@, 
615550276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42, 
615650276Speterwy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines, 
615750276Speter	lh@, lines#43, lw@, nlab@, 
615850276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42-w, 
615950276Speter#
616050276Speterwy60-vb|wyse60-vb|Wyse 60 visible bell, 
616150276Speter	bel@, use=wy60, 
616250276Speterwy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, 
616362449Speter	bel@, use=wy60-w, 
616450276Speter
616550276Speter#	The Wyse-99GT looks at lot like the Wyse 60 except that it
616650276Speter#	does not have the 42/43 line mode.  In the Wyse-60 the "lines"
616750276Speter#	setup parameter controls the number of lines on the screen.
616850276Speter#	For the Wyse 99GT the "lines" setup parameter controls the
616950276Speter#	number of lines in a page.  The screen can display 25 lines max.
617050276Speter#	    The Wyse-99GT also has personalities for the VT220 and
617150276Speter#	Tektronix 4014.  But this has no bearing on the native mode.
617250276Speter#
617350276Speter#	(msgr) should be set but the clear screen fails when in
617450276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
617550276Speter#	then set msgr, else use msgr@.
617650276Speter#
617750276Speter#	u0 -> enter Tektronix mode
617850276Speter#	u1 -> exit Tektronix mode
617950276Speter#
618050276Speterwy99gt|wyse99gt|Wyse 99gt, 
618150276Speter	msgr@, 
618250276Speter	clear=\E+$<130>, dch1=\EW$<7>, dl1=\ER$<4>, ed=\Ey$<130>, 
618350276Speter	el=\Et$<5>, flash=\E`8$<100/>\E`9, ht=\011$<1>, 
618450276Speter	il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, 
618550276Speter	ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\:$<150>, smcup=\Ew1, 
618662449Speter	u0=\E~>\E8, u1=\E[42h, use=wy60, 
618750276Speter#
618850276Speterwy99gt-w|wyse99gt-w|wyse 99gt 132-column, 
618950276Speter	cols#132, lw#7, nlab#16, wsl#97, 
619050276Speter	clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
619162449Speter	dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, 
619262449Speter	use=wy99gt, 
619350276Speter#
619450276Speterwy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, 
619550276Speter	lh@, lines#25, lw@, nlab@, 
619650276Speter	pln@, rs2=\E`\:$<150>, rs3=\EwG\Ee)$<200>, use=wy99gt, 
619750276Speter#
619850276Speterwy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines, 
619950276Speter	lh@, lines#25, lw@, nlab@, 
620050276Speter	pln@, rs2=\E`;$<150>, use=wy99gt-w, 
620150276Speter#
620250276Speterwy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell, 
620350276Speter	bel@, use=wy99gt, 
620450276Speter#
620550276Speterwy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, 
620662449Speter	bel@, use=wy99gt-w, 
620750276Speter
620850276Speter# Can't set tabs! Other bugs (ANSI mode only):
620950276Speter# - can't redefine function keys (anyway, key redefinition in ANSI mode
621050276Speter#   is too much complex to be described);
621150276Speter# - meta key can't be described (the terminal forgets it when reset);
621250276Speter# The xon-xoff handshaking can't be disabled while in ansi personality, so
621350276Speter# emacs can't work at speed greater than 9600 baud.  No padding is needed at
621450276Speter# this speed.
621550276Speter#   dch1 has been commented out because it causes annoying glittering when
621650276Speter# vi deletes one character at the beginning of a line with tabs in it.
621750276Speter#   dch makes sysgen(1M) have a horrible behaviour when deleting
621850276Speter# a screen and makes screen(1) behave badly, so it is disabled too. The nice
621950276Speter# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
622050276Speter# not, so smir and rmir are commented out as well.
622150276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
622250276Speterwy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard), 
622350276Speter	am, km, mc5i, mir, msgr, xenl, 
622450276Speter	cols#80, it#8, lines#25, vt#3, 
622550276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~, 
622650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
622750276Speter	clear=\E[H\E[J$<200>, cnorm=\E[34h\E[?25h, cr=^M, 
622850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<1>, 
622950276Speter	cub1=\010$<1>, cud=\E[%p1%dB, cud1=\ED, 
623050276Speter	cuf=\E[%p1%dC$<1>, cuf1=\E[C$<1>, 
623150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
623250276Speter	cvvis=\E[34l\E[?25h, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
623350276Speter	ech=\E[%p1%dX, ed=\E[J$<8*>, el=\E[K$<1>, el1=\E[1K$<1>, 
623450276Speter	enacs=\E)0, flash=\E[?5h$<30/>\E[?5l, home=\E[H, 
623550276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, 
623650276Speter	il1=\E[L, ind=\n$<1>, invis=\E[8m, 
623750276Speter	is2=\E7\E[1r\E8\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[4i, 
623850276Speter	kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
623950276Speter	kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
624050276Speter	kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ, 
624150276Speter	kf20=\E[33~, kf21=\E[34~, kf22=\E[35~, kf23=\E[1~, 
624250276Speter	kf24=\E[2~, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~, 
624350276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, ll=\E[24E, mc0=\E[?19h, 
624450276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, prot=\E[1"q, rc=\E8, 
624550276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
624650276Speter	rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m, 
624750276Speter	rs2=\E[61"p\E[40h\E[?6l\E[1r\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[24E\E[4i, 
624850276Speter	sc=\E7, 
624950276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%O%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m\E[%?%p8%t1%;"q%?%p9%t\016%e\017%;, 
625050276Speter	sgr0=\E[m\017\E["q, smacs=^N, smam=\E[?7h, smir=\E[4h, 
625150276Speter	smkx=\E[?1h, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, 
625250276Speter
625350276Speter#   This is the american terminal. Here tabs work fine.
625450276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
625550276Speterwy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard), 
625662449Speter	hts=\EH, is3=\E[?5l, rs3=\E[?5l, tbc=\E[3g, use=wy99-ansi, 
625750276Speter
625850276Speter# This terminal (firmware version 02) has a lot of bugs:
625950276Speter# - can't set tabs;
626050276Speter# - other bugs in ANSI modes (see above).
626150276Speter# This description disables handshaking when using cup. This is because
626250276Speter# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
626350276Speter# cannot be used at speeds greater than 9600 baud, because at greater
626450276Speter# speeds handshaking is needed even for character sending. If you use
626550276Speter# DTR handshaking, you can use even greater speeds.
626650276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
626750276Speterwy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard), 
626850276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
626950276Speter	cols#80, it#8, lines#25, wsl#46, 
627050276Speter	acsc='x+y.wI~_vj(k'l&m%n)o9q*s8t-u.v\,w+x=, bel=^G, 
627150276Speter	blink=\EG2, cbt=\EI, civis=\E`0, clear=\E'\E(\032, 
627250276Speter	cnorm=\E`4\E`1, cr=^M, cub1=^H, cud1=\Ej, cuf1=^L, 
627350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
627450276Speter	cvvis=\E`2\E`1, dch1=\EW, dim=\EGp, dl1=\ER, dsl=\EF\r, 
627550276Speter	ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>, 
627650276Speter	flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE, 
627750276Speter	ind=^J, invis=\EG3, 
627850276Speter	is2=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\^0\E`1\E`4\Ee.\E`\:\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024, 
627950276Speter	ka1=^^, ka3=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, 
628050276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, 
628150276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r, 
628250276Speter	kf16=^Ac\r, kf17=^Ad\r, kf18=^Ae\r, kf19=^Af\r, kf2=^AA\r, 
628350276Speter	kf20=^Ag\r, kf21=^Ah\r, kf22=^Ai\r, kf23=^Aj\r, kf24=^Ak\r, 
628450276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
628550276Speter	kf8=^AG\r, kf9=^AH\r, kprt=\EP, mc0=\EP, mc4=^T, mc5=\Ed#, 
628650276Speter	nel=^_, prot=\E), rev=\EG4, ri=\Ej, rmacs=\EcD, rmam=\Ed., 
628750276Speter	rmcup=\Ec21\Ec31, rmir=\Er, rmso=\EG0, rmxon=\Ec20\Ec30, 
628850276Speter	rs2=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\^0\E`1\E`4\Ee.\E`\:\Ee)\Ew\EwG\Ew0\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\Ec@0B\EcD\024, 
628950276Speter	sgr=\E(\EG%{48}%?%p1%p3%O%t%{4}%+%;%?%p2%t%{8}%+%;%?%p4%t%{2}%+%;%?%p5%t%{64}%+%;%?%p7%t%{1}%+%;%c%?%p8%t\E)%;%?%p9%t\EcE%e\EcD%;, 
629050276Speter	sgr0=\E(\EG0, smacs=\EcE, smam=\Ed/, smcup=\Ec20\Ec30, 
629150276Speter	smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF, 
629250276Speter
629350276Speter# This is the american terminal. Here tabs work.
629450276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
629550276Speterwy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard), 
629662449Speter	hts=\E1, tbc=\E0, use=wy99f, 
629750276Speter
629850276Speter#
629950276Speter#	The Wyse 160 is combination of the WY-60 and the WY-99gt.
630050276Speter#	The reset strings are slow and the pad times very depending
630150276Speter#	on other parameters such as font loading.  I have tried
630250276Speter#	to follow the following outline:
630350276Speter#
630450276Speter#		<rs1> -> set personality
630550276Speter#		<rs2> -> set number of columns
630650276Speter#		<rs3> -> set number of lines
630750276Speter#		<is1> -> select the proper font
630850276Speter#		<is2> -> do the initialization
630950276Speter#		<is3> -> set up display memory (2 pages)
631050276Speter#
631150276Speter#	The display memory may be used for either text or graphics.
631250276Speter#	When "Display Memory = Shared" the terminal will have more pages
631350276Speter#	but garbage may be left on the screen when you switch from
631450276Speter#	graphics to text.  If "Display Memory = Unshared" then the
631550276Speter#	text area will be only one page long.
631650276Speter#
631750276Speter# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
631850276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
631950276Speterwy160|wyse160|Wyse 160, 
632050276Speter	am, bw, hs, km, mc5i, mir, msgr, 
632150276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, 
632250276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
632350276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, 
632450276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
632550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, 
632650276Speter	dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>, 
632750276Speter	el=\ET$<5>, flash=\E`8$<100/>\E`9, fsl=^M, home=\E{, ht=^I, 
632850276Speter	hts=\E1, il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1, 
632950276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
633050276Speter	is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
633150276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
633250276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
633350276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
633450276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
633550276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
633650276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
633750276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, 
633850276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
633950276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
634050276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<1>, 
634150276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, 
634250276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>, 
634350276Speter	rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>, 
634450276Speter	sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
634550276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
634650276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
634762449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
634850276Speter#
634950276Speterwy160-w|wyse160-w|wyse 160 132-column, 
635050276Speter	cols#132, lw#7, nlab#16, wsl#90, 
635150276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<9>, 
635250276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy160, 
635350276Speter#
635450276Speterwy160-25|wyse160-25|wyse 160 80-column 25-lines, 
635550276Speter	lh@, lines#25, lw@, nlab@, 
635650276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160, 
635750276Speterwy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines, 
635850276Speter	lh@, lines#25, lw@, nlab@, 
635950276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160-w, 
636050276Speter#
636150276Speterwy160-42|wyse160-42|wyse 160 80-column 42-lines, 
636250276Speter	lines#42, 
636350276Speter	clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, 
636450276Speter	ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, 
636562449Speter	rs3=\Ee*$<150>, use=wy160, 
636650276Speterwy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, 
636750276Speter	cols#132, lw#7, nlab#16, wsl#90, 
636850276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, 
636962449Speter	rs2=\EeF$<150>\E`;$<150>, use=wy160-42, 
637050276Speter#
637150276Speterwy160-43|wyse160-43|wyse 160 80-column 43-lines, 
637250276Speter	lh@, lines#43, lw@, nlab@, 
637350276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42, 
637450276Speterwy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines, 
637550276Speter	lh@, lines#43, lw@, nlab@, 
637650276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42-w, 
637750276Speter#
637850276Speterwy160-vb|wyse160-vb|Wyse 160 visible bell, 
637950276Speter	bel@, use=wy160, 
638050276Speterwy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, 
638162449Speter	bel@, use=wy160-w, 
638250276Speter#
638350276Speter#	The Wyse 75 is a vt100 lookalike without advanced video.
638450276Speter#
638550276Speter#	   The Wyse 75 can support one attribute (e.g. Dim, Inverse,
638650276Speter#	Underline) without magic cookies.  The following description
638750276Speter#	uses this capability, but when more than one attribute is
638850276Speter#	put on the screen at once, all attributes will be changed
638950276Speter#	to be the same as the last attribute given.
639050276Speter#	   The Wyse 75 can support more attributes when used with magic
639150276Speter#	cookies.  The wy75-mc terminal description uses magic cookies
639250276Speter#	to correctly handle multiple attributes on a screen.
639350276Speter#
639450276Speterwy75|wyse75|wyse 75, 
639550276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
639650276Speter	cols#80, lines#24, ma#1, pb#1201, wsl#78, 
639750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
639850276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<30>, 
639950276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr$<2>, 
640050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
640150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
640250276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, 
640350276Speter	dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, 
640450276Speter	dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001, 
640550276Speter	ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, 
640650276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<250>, fsl=^A, 
640750276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
640850276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
640950276Speter	ind=\n$<2>, ip=$<1>, 
641050276Speter	is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, 
641150276Speter	is2=\E>\E(B\E)0\017, is3=\E[m, ka1=\EOw, ka3=\EOy, 
641250276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
641350276Speter	kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, kent=\EOM, 
641450276Speter	kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
641550276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
641650276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, 
641750276Speter	kf20=\E[34~, kf21=\E[35~, kf3=\E[2i, kf4=\E[@, kf5=\E[M, 
641850276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
641950276Speter	khlp=\E[28~, khome=\E[H, kich1=\E[@, kil1=\E[L, knp=\E[6~, 
642050276Speter	kpp=\E[5~, kprt=\E[?5i, kslt=\E[4~, mc0=\E[0i, mc4=\E[4i, 
642150276Speter	mc5=\E[5i, rc=\E8, rev=\E[1t\E[7m, ri=\EM$<2>, rmacs=^O, 
642250276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, 
642350276Speter	rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l, 
642450276Speter	sc=\E7, 
642550276Speter	sgr=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;, 
642650276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
642750276Speter	smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, 
642850276Speter	tbc=\E[3g, tsl=\E[>\,\001, 
642950276Speter#
643050276Speter#	This terminal description uses the non-hidden attribute mode
643150276Speter#	(with magic cookie).
643250276Speter#
643350276Speterwy75-mc|wyse75-mc|wyse 75 with magic cookies, 
643450276Speter	msgr@, 
643550276Speter	ma@, xmc#1, 
643650276Speter	blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p, 
643750276Speter	rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p, 
643850276Speter	sgr=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9%t\016%e\017%;, 
643950276Speter	sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p, 
644050276Speter	use=wy75, 
644150276Speterwy75-vb|wyse75-vb|wyse 75 with visible bell, 
644250276Speter	pb@, 
644350276Speter	bel@, use=wy75, 
644450276Speterwy75-w|wyse75-w|wyse 75 in 132 column mode, 
644550276Speter	cols#132, wsl#130, 
644650276Speter	rs2=\E[35h\E[?3h$<80>, use=wy75, 
644750276Speterwy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns, 
644850276Speter	pb@, 
644950276Speter	bel@, use=wy75-w, 
645050276Speter#
645150276Speter#	Wyse 85 emulating a vt220 7 bit mode.
645250276Speter#		24 line screen with status line.
645350276Speter#
645450276Speter#	The vt220 mode permits more function keys but it wipes out
645550276Speter#	the escape key.  I strongly recommend that <f11> be set to
645650276Speter#	escape (esc).
645750276Speter#	The terminal may have to be set for 8 data bits and 2 stop
645850276Speter#	bits for the arrow keys to work.
645950276Speter#	The Wyse 85 runs faster with XON/XOFF enabled.  Also the
646050276Speter#	<dch> and <ich> work best when XON/XOFF is set.  <ich> and
646150276Speter#	<dch> leave trash on the screen when used without XON/XOFF.
646250276Speter#
646350276Speterwy85|wyse85|wyse 85, 
646450276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
646550276Speter	cols#80, it#8, lines#24, wsl#80, 
646650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
646750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
646850276Speter	clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
646950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
647050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
647150276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
647250276Speter	dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
647350276Speter	dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
647450276Speter	ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
647550276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
647650276Speter	fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
647750276Speter	ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
647850276Speter	ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
647950276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
648050276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
648150276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
648250276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, 
648350276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
648450276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
648550276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, 
648650276Speter	kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
648750276Speter	kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, 
648850276Speter	knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, 
648950276Speter	lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
649050276Speter	ri=\EM$<3>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
649150276Speter	rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, 
649250276Speter	rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l, sc=\E7, 
649350276Speter	sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
649450276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
649550276Speter	smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
649650276Speter	tsl=\E[40h\E7\E[25;%i%p1%dH, 
649750276Speter#
649850276Speter#	Wyse 85 with visual bell.
649950276Speterwy85-vb|wyse85-vb|wyse 85 with visible bell, 
650050276Speter	bel@, flash=\E[30h\E\,\E[30l$<300>, use=wy85, 
650150276Speter#
650250276Speter#	Wyse 85 in 132-column mode.
650350276Speterwy85-w|wyse85-w|wyse 85 in 132-column mode, 
650450276Speter	cols#132, wsl#132, 
650550276Speter	rs2=\E[35h\E[?3h$<70>, use=wy85, 
650650276Speter#
650750276Speter#	Wyse 85 in 132-column mode with visual bell.
650850276Speterwy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, 
650962449Speter	bel@, use=wy85-w, 
651062449Speter
651162449Speter# From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
651262449Speter# This copes with an apparent firmware bug in the wy85.  He writes:
651362449Speter# "What I did was change leave the terminal cursor keys set to Normal
651462449Speter# (instead of application), and change \E[ to \233 for all the keys in
651562449Speter# terminfo. At one point, I found some reference indicating that this
651662449Speter# terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
651762449Speter# me), but I can't find that and the server under my bookmark to "Wyse 
651862449Speter# Technical" isn't responding.  So there's the question of wether the wy85
651962449Speter# terminfo should reflect the manufactuer's intended behaviour of the terminal
652062449Speter# or the actual."
652162449Speterwy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode, 
652262449Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
652362449Speter	cols#80, it#8, lines#24, wsl#80, 
652462449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
652562449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
652662449Speter	clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
652762449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
652862449Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
652962449Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
653062449Speter	dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
653162449Speter	dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
653262449Speter	ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
653362449Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
653462449Speter	fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
653562449Speter	ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
653662449Speter	ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
653762449Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
653862449Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
653962449Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\233D, kcud1=\233B, 
654062449Speter	kcuf1=\233C, kcuu1=\233A, kdch1=\2333~, kent=\EOM, 
654162449Speter	kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
654262449Speter	kf13=\23325~, kf14=\23326~, kf15=\23328~, kf16=\23329~, 
654362449Speter	kf17=\23331~, kf18=\23332~, kf19=\23333~, kf2=\EOQ, 
654462449Speter	kf20=\23334~, kf3=\EOR, kf4=\EOS, kf6=\23317~, kf7=\23318~, 
654562449Speter	kf8=\23319~, kf9=\23320~, kfnd=\2331~, khlp=\23328~, 
654662449Speter	khome=\23326~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
654762449Speter	kslt=\2334~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
654862449Speter	mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<3>, 
654962449Speter	rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, 
655062449Speter	rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>, 
655162449Speter	rs3=\E[?5l, sc=\E7, 
655262449Speter	sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;+m%?%p9%t\016%e\017%;, 
655362449Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
655462449Speter	smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
655562449Speter	tsl=\E[40h\E7\E[25;%i%p1%dH, 
655650276Speter#
655750276Speter#	Wyse 185 emulating a vt320 7 bit mode.
655850276Speter#
655950276Speter#	This terminal always displays 25 lines.  These lines may be used
656050276Speter#	as 24 data lines and a terminal status line (top or bottom) or
656150276Speter#	25 data lines.  The 48 and 50 line modes change the page size
656250276Speter#	and not the number of lines on the screen.
656350276Speter#
656450276Speter#	The Compose Character key can be used as a meta key if changed
656550276Speter#	by set-up.
656650276Speter#
656750276Speterwy185|wyse185|wyse 185, 
656850276Speter	am, hs, km, mc5i, mir, msgr, xenl, xon, 
656950276Speter	cols#80, it#8, lines#24, wsl#80, 
657050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
657150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
657250276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
657350276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
657450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
657550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
657650276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<3>, 
657750276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
657850276Speter	dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, 
657950276Speter	el=\E[K, el1=\E[1K, enacs=\E)0, 
658050276Speter	flash=\E[30h\E\,\E[30l$<100>, fsl=\E[1;24r\E8, 
658150276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, 
658250276Speter	ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, 
658350276Speter	ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
658450276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, 
658550276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
658650276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
658750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, 
658850276Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
658950276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
659050276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
659150276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
659250276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
659350276Speter	khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
659450276Speter	kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
659550276Speter	mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<2>, 
659650276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, 
659750276Speter	rmso=\E[27m, rmul=\E[24m, 
659850276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
659950276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
660050276Speter	sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
660150276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
660250276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
660350276Speter	tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, 
660450276Speter#
660550276Speter#	Wyse 185 with 24 data lines and top status (terminal status)
660650276Speterwy185-24|wyse185-24|wyse 185 with 24 data lines, 
660750276Speter	hs@, 
660862449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
660962449Speter	use=wy185, 
661050276Speter#
661150276Speter#	Wyse 185 with visual bell.
661250276Speterwy185-vb|wyse185-vb|wyse 185+flash, 
661350276Speter	bel@, use=wy185, 
661450276Speter#
661550276Speter#	Wyse 185 in 132-column mode.
661650276Speterwy185-w|wyse185-w|wyse 185 in 132-column mode, 
661750276Speter	cols#132, wsl#132, 
661850276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
661962449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy185, 
662050276Speter#
662150276Speter#	Wyse 185 in 132-column mode with visual bell.
662250276Speterwy185-wvb|wyse185-wvb|wyse 185+flash+132 cols, 
662350276Speter	bel@, use=wy185-w, 
662450276Speter
662550276Speter# wy325 terminfo entries
662650276Speter# Done by Joe H. Davis        3-9-92
662750276Speter
662850276Speter# lines 25  columns 80
662950276Speter#
663050276Speterwy325|wyse325|Wyse epc, 
663150276Speter	am, bw, hs, mc5i, mir, 
663250276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
663350276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
663450276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
663550276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
663650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
663750276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
663850276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
663950276Speter	il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
664050276Speter	is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
664150276Speter	is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
664250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
664350276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
664450276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
664550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
664650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, 
664750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
664850276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, 
664950276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
665050276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
665150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
665250276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, 
665350276Speter	rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
665450276Speter	rs3=\EwG\Ee($<100>, 
665550276Speter	sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%{48}%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
665650276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
665750276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0, 
665862449Speter	tsl=\EF, use=adm+sgr, 
665950276Speter
666050276Speter#
666150276Speter# lines 24  columns 80  vb 
666250276Speter#
666350276Speterwy325-vb|wyse325-vb|wyse-325 with visual bell, 
666450276Speter	bel@, use=wy325, 
666550276Speter
666650276Speter#
666750276Speter# lines 24  columns 132
666850276Speter#
666950276Speterwy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode, 
667050276Speter	cols#132, lw#7, nlab#16, wsl#97, 
667150276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
667250276Speter	rs2=\E`;$<70>, use=wy325, 
667350276Speter#
667450276Speter# lines 25  columns 80
667550276Speter#
667650276Speterwy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines, 
667750276Speter	lh@, lines#25, lw@, nlab@, 
667850276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
667950276Speter#
668050276Speter# lines 25  columns 132
668150276Speter#
668250276Speterwy325-25w|wyse325-25w|wy325 132 columns, 
668350276Speter	lh@, lines#25, lw@, nlab@, 
668450276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
668550276Speter#
668650276Speter# lines 25  columns 132  vb 
668750276Speter#
668850276Speterwy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video, 
668962449Speter	bel@, use=wy325-w, 
669050276Speter
669150276Speter#
669250276Speter# lines 42  columns 80
669350276Speter#
669450276Speterwy325-42|wyse325-42|wyse-325 42 lines, 
669550276Speter	lh@, lines#42, lw@, nlab@, 
669650276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
669750276Speter#
669850276Speter# lines 42  columns 132
669950276Speter#
670050276Speterwy325-42w|wyse325-42w|wyse-325 42 lines wide mode, 
670150276Speter	lh@, lines#42, lw@, nlab@, 
670250276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
670350276Speter#
670450276Speter# lines 42  columns 132  vb 
670550276Speter#
670650276Speterwy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell, 
670762449Speter	bel@, use=wy325-w, 
670850276Speter#
670950276Speter# lines 43  columns 80
671050276Speter#
671150276Speterwy325-43|wyse325-43|wyse-325 43 lines, 
671250276Speter	lh@, lines#43, lw@, nlab@, 
671350276Speter	pln@, use=wy325, 
671450276Speter#
671550276Speter# lines 43  columns 132
671650276Speter#
671750276Speterwy325-43w|wyse325-43w|wyse-325 43 lines wide mode, 
671850276Speter	lh@, lines#43, lw@, nlab@, 
671950276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
672050276Speter#
672150276Speter# lines 43  columns 132  vb 
672250276Speter#
672350276Speterwy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell, 
672462449Speter	bel@, use=wy325-w, 
672550276Speter
672650276Speter#	Wyse 370 -- 24 line screen with status line.
672750276Speter#
672850276Speter#	The terminal may have to be set for 8 data bits and 2 stop
672950276Speter#	bits for the arrow keys to work.
673050276Speter#
673150276Speter#	If you change keyboards the terminal will send different
673250276Speter#	escape sequences.
673350276Speter#	The following definition is for the basic terminal without
673450276Speter#	function keys.
673550276Speter#
673650276Speter#	<u0> -> enter Tektronix 4010/4014 mode
673750276Speter#	<u1> -> exit  Tektronix 4010/4014 mode
673850276Speter#	<u2> -> enter ASCII mode (from any ANSI mode)
673950276Speter#	<u3> -> exit  ASCII mode (goto native ANSI mode)
674050276Speter#	<u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
674150276Speter#	<u5> -> exit  Tek 4207 mode (goto native ANSI mode)
674250276Speter#
674350276Speter# Bug: The <op> capability resets attributes.
674450276Speterwy370-nk|wyse 370 without function keys, 
674550276Speter	am, ccc, hs, mc5i, mir, msgr, xenl, xon, 
674650276Speter	colors#64, cols#80, it#8, lines#24, ncv#48, pairs#64, wsl#80, 
674750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
674850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
674950276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
675050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
675150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
675250276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
675350276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<1*>, dch1=\E[P$<1>, 
675450276Speter	dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
675550276Speter	dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, 
675650276Speter	el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, 
675750276Speter	flash=\E[30h\E\,\E[30l$<300>, fsl=\E[1;24r\E8, 
675850276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, 
675950276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
676050276Speter	ind=\n$<2>, 
676150276Speter	initc=\E[66;%p1%d;%?%p2%{250}%<%t%{0}%e%p2%{500}%<%t%{16}%e%p2%{750}%<%t%{32}%e%{48}%;%?%p3%{250}%<%t%{0}%e%p3%{500}%<%t%{4}%e%p3%{750}%<%t%{8}%e%{12}%;%?%p4%{250}%<%t%{0}%e%p4%{500}%<%t%{1}%e%p4%{750}%<%t%{2}%e%{3}%;%{1}%+%+%+%dw, 
676250276Speter	invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, 
676350276Speter	is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, 
676450276Speter	is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, 
676550276Speter	mc5=\E[5i, 
676650276Speter	oc=\E[60w\E[63;0w\E[66;1;4w\E[66;2;13w\E[66;3;16w\E[66;4;49w\E[66;5;51w\E[66;6;61w\E[66;7;64w, 
676750276Speter	op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, 
676850276Speter	rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, 
676950276Speter	rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
677050276Speter	rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>, 
677150276Speter	rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw, 
677250276Speter	sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
677350276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
677450276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
677550276Speter	tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH, 
677650276Speter	u0=\E[?38h\E8, u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B, 
677750276Speter	u4=\E[92;76"p, u5=\E%!1\E[90;1"p, vpa=\E[%i%p1%dd, 
677850276Speter#
677950276Speter#	Function key set for the ASCII (wy-50 compatible) keyboard
678050276Speter#	This is the default 370.
678150276Speter#
678250276Speterwy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard, 
678350276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
678450276Speter	kcuu1=\E[A, kdch1=\EOQ, kdl1=\EOQ, kent=\EOM, kf1=\E[?4i, 
678550276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
678650276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, 
678750276Speter	kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
678850276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, 
678962449Speter	knp=\E[U, kpp=\E[V, use=wy370-nk, 
679050276Speter#
679150276Speter#	Function key set for the VT-320 (and wy85) compatible keyboard
679250276Speter#
679350276Speterwy370-105k|Wyse 370 with 105 key keyboard, 
679450276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, 
679550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
679650276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
679750276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
679850276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
679950276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
680050276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
680150276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
680250276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
680350276Speter	use=wy370-nk, 
680450276Speter#
680550276Speter#	Function key set for the PC compatible keyboard
680650276Speter#
680750276Speterwy370-EPC|Wyse 370 with 102 key keyboard, 
680850276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
680950276Speter	kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
681050276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
681150276Speter	kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
681262449Speter	khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, use=wy370-nk, 
681350276Speter#
681450276Speter#	Wyse 370 with visual bell.
681550276Speterwy370-vb|Wyse 370 with visible bell, 
681650276Speter	bel@, use=wy370, 
681750276Speter#
681850276Speter#	Wyse 370 in 132-column mode.
681950276Speterwy370-w|Wyse 370 in 132-column mode, 
682050276Speter	cols#132, wsl#132, 
682150276Speter	rs2=\E[35h\E[?3h$<70>, use=wy370, 
682250276Speter#
682350276Speter#	Wyse 370 in 132-column mode with visual bell.
682450276Speterwy370-wvb|Wyse 370 with visible bell 132-columns, 
682562449Speter	flash=\E[30h\E\,\E[30l$<300>, use=wy370-w, 
682650276Speterwy370-rv|Wyse 370 reverse video, 
682750276Speter	rs3=\E[32h\E[?5h, use=wy370, 
682850276Speter#
682950276Speter#	Wyse 99gt Tektronix 4010/4014 emulator,
683050276Speter#
683150276Speterwy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator, 
683250276Speter	am, os, 
683350276Speter	cols#74, lines#35, 
683450276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
683550276Speter	cup=\035%{3040}%{89}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037, 
683650276Speter	cuu1=^K, ff=^L, 
683750276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
683850276Speter	home=^]7`x @\037, 
683950276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
684050276Speter	is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h, 
684150276Speter#
684250276Speter#	Wyse 160 Tektronix 4010/4014 emulator,
684350276Speter#
684450276Speterwy160-tek|Wyse 160 Tektronix 4010/4014 emulator, 
684550276Speter	cup=\035%{3103}%{91}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037, 
684662449Speter	home=^]8`g @\037, use=wy99gt-tek, 
684750276Speter#
684850276Speter#	Wyse 370 Tektronix 4010/4014 emulator,
684950276Speter#
685050276Speterwy370-tek|Wyse 370 Tektronix 4010/4014 emulator, 
685150276Speter	am, os, 
685250276Speter	cols#80, lines#36, 
685350276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
685450276Speter	cup=\035%{775}%{108}%p1%*%{5}%/%-%Py%p2%{64}%*%{4}%+%{5}%/%Px%gy%{32}%/%{31}%&%{32}%+%c%gy%{31}%&%{96}%+%c%gx%{32}%/%{31}%&%{32}%+%c%gx%{31}%&%{64}%+%c\037, 
685550276Speter	cuu1=^K, ff=^L, 
685650276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
685750276Speter	home=^]8g @\037, 
685850276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
685950276Speter	is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K, 
686050276Speter	nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0, 
686150276Speter
686250276Speter# Vendor-supplied Wyse entries end here.
686350276Speter
686450276Speter#
686550276Speter#TITLE:  TERMINFO ENTRY WY520
686650276Speter#DATE:   8/5/93
686750276Speter# The WY520 terminfo is based on the WY285 entry published on the WYSE 
686850276Speter# BBS with the addition of more function keys and special keys.
686950276Speter#
687050276Speter#               rs1 -> set personality
687150276Speter#               rs2 -> set number of columns
687250276Speter#               rs3 -> set number of lines
687350276Speter#               is1 -> select the proper font
687450276Speter#               is2 -> do the initialization
687550276Speter#               is3 -> If this string is empty then rs3 gets sent.
687650276Speter#
687750276Speter#       Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
687850276Speter#       - The BS key is programmed to generate BS in smcup since
687950276Speter#         is2 doesn't seem to work.
688050276Speter#       - Remove and shift/Remove: delete a character
688150276Speter#       - Insert : enter insert mode
688250276Speter#       - Find   : delete to end of file
688350276Speter#       - Select : clear a line
688450276Speter#       - F11, F12, F13: send default sequences (not ESC, BS, LF)
688550276Speter#       - F14 : Home key
688650276Speter#       - Bottom status line (host writable line) is used.
688750276Speter#       - smkx,rmkx are removed because this would put the numeric
688850276Speter#         keypad in Dec application mode which doesn't seem to work
688950276Speter#         with SCO applications.
689050276Speter#
689150276Speterwy520|wyse520|wyse 520, 
689250276Speter	am, hs, km, mc5i, mir, xenl, xon, 
689350276Speter	cols#80, it#8, lines#24, wsl#80, 
689450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
689550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
689650276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
689750276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
689850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
689950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
690050276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<30>, 
690150276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[0$~, 
690250276Speter	ech=\E[%p1%dX, ed=\E[J$<40>, el=\E[K, el1=\E[1K, 
690350276Speter	enacs=\E)0, fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%d`, ht=^I, 
690450276Speter	hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, 
690550276Speter	il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
690650276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h, 
690750276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOu, kb2=\EOy, 
690850276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
690950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, ked=\E[1~, 
691050276Speter	kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
691150276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
691250276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
691350276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
691450276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
691550276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
691650276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
691750276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
691850276Speter	ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, 
691950276Speter	rmso=\E[m, rmul=\E[24m, 
692050276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
692150276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
692250276Speter	sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
692350276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, 
692450276Speter	smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
692550276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`, 
692650276Speter	vpa=\E[%i%p1%dd, 
692750276Speter#
692850276Speter#       Wyse 520 with 24 data lines and status (terminal status)
692950276Speterwy520-24|wyse520-24|wyse 520 with 24 data lines, 
693050276Speter	hs@, 
693162449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
693262449Speter	use=wy520, 
693350276Speter#
693450276Speter#       Wyse 520 with visual bell.
693550276Speterwy520-vb|wyse520-vb|wyse 520 with visible bell, 
693650276Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520, 
693750276Speter#
693850276Speter#       Wyse 520 in 132-column mode.
693950276Speterwy520-w|wyse520-w|wyse 520 in 132-column mode, 
694050276Speter	cols#132, wsl#132, 
694150276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
694262449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy520, 
694350276Speter#
694450276Speter#       Wyse 520 in 132-column mode with visual bell.
694550276Speterwy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns, 
694662449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-w, 
694750276Speter#
694850276Speter#
694950276Speter#       Wyse 520 emulating a vt420 7 bit mode.
695050276Speter#       The DEL key is programmed to generate BS in is2.
695150276Speter#       With EPC keyboard.
695250276Speter#       - 'End' key will clear till end of line on EPC keyboard
695350276Speter#       - Shift/End : ignored.
695450276Speter#       - Insert : enter insert mode.
695550276Speter#       - Delete : delete a character (have to change interrupt character
695650276Speter#                  to CTRL-C: stty intr '^c') for it to work since the
695750276Speter#                  Delete key sends 7FH.
695850276Speterwy520-epc|wyse520-epc|wyse 520 with EPC keyboard, 
695950276Speter	kdch1=\177, kel=\E[4~, kend=\E[4~, kf0=\E[21~, kf1=\E[11~, 
696050276Speter	kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, khome=\E[H, 
696150276Speter	use=wy520, 
696250276Speter#
696350276Speter#       Wyse 520 with 24 data lines and status (terminal status)
696450276Speter#       with EPC keyboard.
696562449Speterwy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard, 
696650276Speter	hs@, 
696762449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
696862449Speter	use=wy520-epc, 
696950276Speter#
697050276Speter#       Wyse 520 with visual bell.
697162449Speterwy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard, 
697262449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc, 
697350276Speter#
697450276Speter#       Wyse 520 in 132-column mode.
697550276Speterwy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard, 
697650276Speter	cols#132, wsl#132, 
697750276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
697862449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy520-epc, 
697950276Speter#
698050276Speter#       Wyse 520 in 132-column mode with visual bell.
698162449Speterwy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard, 
698262449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc-w, 
698350276Speter#
698450276Speter#       Wyse 520 in 80-column, 36 lines
698550276Speterwy520-36|wyse520-36|wyse 520 with 36 data lines, 
698650276Speter	hs@, 
698750276Speter	lines#36, 
698862449Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
698962449Speter	use=wy520, 
699050276Speter#
699150276Speter#       Wyse 520 in 80-column, 48 lines
699250276Speterwy520-48|wyse520-48|wyse 520 with 48 data lines, 
699350276Speter	hs@, 
699450276Speter	lines#48, 
699562449Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
699662449Speter	use=wy520, 
699750276Speter#
699850276Speter#       Wyse 520 in 132-column, 36 lines
699950276Speterwy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines, 
700050276Speter	cols#132, wsl#132, 
700150276Speter	rs2=\E[?3h, 
700262449Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
700362449Speter	use=wy520-36, 
700450276Speter#
700550276Speter#       Wyse 520 in 132-column, 48 lines
700650276Speterwy520-48w|wyse520-48w|wyse 520 with 48 data lines, 
700750276Speter	cols#132, wsl#132, 
700850276Speter	rs2=\E[?3h, 
700962449Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
701062449Speter	use=wy520-48, 
701150276Speter#
701250276Speter#
701350276Speter#       Wyse 520 in 80-column, 36 lines with EPC keyboard
701450276Speterwy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard, 
701550276Speter	hs@, 
701650276Speter	lines#36, 
701762449Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
701862449Speter	use=wy520-epc, 
701950276Speter#
702050276Speter#       Wyse 520 in 80-column, 48 lines with EPC keyboard
702150276Speterwy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard, 
702250276Speter	hs@, 
702350276Speter	lines#48, 
702462449Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
702562449Speter	use=wy520-epc, 
702650276Speter#
702750276Speter#       Wyse 520 in 132-column, 36 lines with EPC keyboard
702850276Speterwy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard, 
702950276Speter	cols#132, wsl#132, 
703050276Speter	rs2=\E[?3h, 
703162449Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
703262449Speter	use=wy520-36pc, 
703350276Speter#
703450276Speter#       Wyse 520 in 132-column, 48 lines with EPC keyboard
703562449Speterwy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard, 
703650276Speter	cols#132, wsl#132, 
703750276Speter	rs2=\E[?3h, 
703862449Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
703962449Speter	use=wy520-48pc, 
704050276Speter
704150276Speter# From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
704250276Speter# (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
704350276Speter# file and we don't know what <hts> is -- esr)
704450276Speterwyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on, 
704562449Speter	OTbs, am, 
704650276Speter	cols#80, it#8, lines#24, 
704750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
704850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW, 
704950276Speter	dl1=\El, ed=\Ek, el=\EK, home=^A, ht=^I, il1=\EM, ind=^J, 
705050276Speter	is2=\E`\:\E`9\017\Er, kbs=^H, kcub1=^U, kcud1=^J, kcuf1=^F, 
705150276Speter	kcuu1=^Z, khome=^A, ll=^A^Z, nel=^M^J, rmir=\Er, rmso=^O, 
705250276Speter	rmul=^O, rs1=\E`\:\E`9\017\Er, sgr0=^O, smir=\Eq, smso=^N, 
705350276Speter	smul=^N, 
705450276Speter
705550276Speterwy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad, 
705650276Speter	is2=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=, 
705750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
705850276Speter	khome=\EOH, rmkx=\E[?1l\E>$<10/>, smkx=\E[?1h\E=$<10/>, 
705950276Speter	use=wy75, 
706050276Speter
706150276Speter# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
706250276Speterwy100q|Wyse 100 for Quotron, 
706362449Speter	OTbs, 
706450276Speter	cols#80, lines#24, xmc#1, 
706550276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, 
706650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
706750276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, invis@, 
706850276Speter	is2=\E`\:\0\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, 
706962449Speter	kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, use=adm+sgr, 
707050276Speter
707150276Speter#### Kermit terminal emulations
707250276Speter#
707350276Speter# Obsolete Kermit versions may be listed in the section describing obsolete
707450276Speter# non-ANSI terminal emulators later in the file.
707550276Speter#
707650276Speter
707750276Speter# KERMIT standard all versions.
707850276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
707950276Speter# (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
708050276Speter# From: greg small <gts@populi.berkeley.edu> 9-25-84
708150276Speterkermit|standard kermit, 
708262449Speter	OTbs, 
708350276Speter	cols#80, lines#24, 
708450276Speter	clear=\EE, cub1=^H, cuf1=\EC, 
708550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
708650276Speter	el=\EK, home=\EH, is2=K0 Standard Kermit  9-25-84\n, 
708750276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
708850276Speterkermit-am|standard kermit plus auto-margin, 
708950276Speter	am, 
709062449Speter	is2=K1 Standard Kermit plus Automatic Margins\n, 
709162449Speter	use=kermit, 
709250276Speter# IBMPC Kermit 1.2.
709350276Speter# Bugs: <ed>, <el>: do not work except at beginning of line!  <clear> does
709450276Speter# not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
709550276Speter# line).
709650276Speter# From: greg small <gts@populi.berkeley.edu> 8-30-84
709750276Speterpckermit|pckermit12|UCB IBMPC Kermit 1.2, 
709850276Speter	am, 
709950276Speter	lines#25, 
710050276Speter	clear=\EH\EJ, ed@, el@, 
710150276Speter	is2=K2 UCB IBMPC Kermit 1.2  8-30-84\n, use=kermit, 
710250276Speter# IBMPC Kermit 1.20
710350276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
710450276Speter# Initialization must escape from that region by cursor position to line 24.
710550276Speter# Cannot use character insert because 1.20 goes crazy if insert at col 80.
710650276Speter# Does not use :am: because autowrap is lost when kermit dropped and restarted.
710750276Speter# From: greg small <gts@populi.berkeley.edu> 12-19-84
710850276Speterpckermit120|UCB IBMPC Kermit 1.20, 
710950276Speter	it#8, lines#24, 
711050276Speter	cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I, 
711150276Speter	il1=\EL, 
711250276Speter	is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n, 
711362449Speter	rmir@, rmso=\Eq, smir@, smso=\Ep, use=kermit, 
711450276Speter# MS-DOS Kermit 2.27 for the IBMPC
711550276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
711650276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
711750276Speter# Initialization must escape from that region by cursor position to line 24.
711850276Speter# Does not use am: because autowrap is lost when kermit dropped and restarted.
711950276Speter# Reverse video for standout like H19.
712050276Speter# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
712150276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
712250276Spetermsk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, 
712362449Speter	OTbs, am@, 
712450276Speter	cols#80, it#8, lines#24, 
712550276Speter	clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
712650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
712750276Speter	cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK, 
712850276Speter	home=\EH, ht=^I, il1=\EL, 
712950276Speter	is2=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n, 
713050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek, 
713150276Speter	rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep, 
713250276Speter# MS-DOS Kermit 2.27 with automatic margins
713350276Speter# From:	greg small <gts@populi.berkeley.edu> 3-17-85
713450276Spetermsk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, 
713550276Speter	am, 
713650276Speter	cvvis=\EO\Eq\EG\EvK5, 
713762449Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, 
713862449Speter	use=msk227, 
713950276Speter# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
714050276Speter# Automatic margins now default.  Use ansi <sgr> for highlights.
714150276Speter# Define function keys.
714250276Speter# (msk22714: removed obsolete ":kn#10:" -- esr)
714350276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
714450276Spetermsk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC, 
714550276Speter	am, 
714650276Speter	bold=\E[1m, cvvis=\EO\Eq\EG\EvK6, 
714750276Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, 
714850276Speter	kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, 
714950276Speter	kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
715062449Speter	sgr0=\E[m, smso=\E[1m, smul=\E[4m, use=mskermit227, 
715150276Speter# This was designed for a VT320 emulator, but it is probably a good start
715250276Speter# at support for the VT320 itself.
715350276Speter# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
715450276Speter# (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
715550276Spetervt320-k3|MS-Kermit 3.00's vt320 emulation, 
715650276Speter	am, eslok, hs, km, mir, msgr, xenl, 
715750276Speter	cols#80, it#8, lines#49, pb#9600, vt#3, 
715850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
715950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
716050276Speter	clear=\E[H\E[J, cmdch=\E, cnorm=\E[?25h, cr=^M, 
716150276Speter	csr=\E[%i%p1%d;%p1%dr, cub=\E[%p1%dD, cub1=^H, 
716250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
716350276Speter	cup=\E[%i%p1%d;%p1%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
716450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
716550276Speter	dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
716650276Speter	flash=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l, 
716750276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
716850276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
716950276Speter	is2=\E>\E F\E[?1l\E[?7h\E[r\E[2$~, kbs=^H, kcub1=\EOD, 
717050276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdl1=\E[3~, kf0=\E[21~, 
717150276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
717250276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kich1=\E[2~, knp=\E[6~, 
717350276Speter	kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8, 
717450276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dL, rmacs=\E(B, rmam=\E[?7l, 
717550276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
717662449Speter	rs1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E[4i\E[?4i\E[m\E[r\E[2$~, 
717750276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
717850276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
717950276Speter	tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, 
718050276Speter# From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
718150276Speter# ACS capabilities from Philippe De Muyter  <phdm@info.ucl.ac.be> 30 May 1996
718250276Speter# (I removed a bogus boolean :mo: and added <msgr>, <smam>, <rmam> -- esr)
718350276Spetervt320-k311|dec vt320 series as defined by kermit 3.11, 
718450276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
718550276Speter	cols#80, it#8, lines#24, vt#3, 
718650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
718750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
718850276Speter	clear=\E[;H\E[2J, cnorm=\E[?25h, cr=^M, 
718950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
719050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
719150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
719250276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
719350276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
719450276Speter	flash=\E[?5h\E[?5l, fsl=\E[$}, home=\E[H, ht=^I, hts=\EH, 
719550276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L$<3/>, ind=\ED, 
719650276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
719750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
719850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
719950276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
720050276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
720150276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmacs=^O, 
720250276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
720350276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
720450276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
720550276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
720650276Speter
720750276Speter######## NON-ANSI TERMINAL EMULATIONS
720850276Speter#
720950276Speter
721050276Speter#### Avatar
721150276Speter#
721250276Speter# These entries attempt to describe Avatar, a terminal emulation used with
721350276Speter# MS-DOS bulletin-board systems.  It was designed to give ANSI-like
721450276Speter# capabilities, but with cheaper (shorter) control sequences.  Messy design,
721550276Speter# excessively dependent on PC idiosyncracies, but apparently rather popular
721650276Speter# in the BBS world.
721750276Speter#
721850276Speter# No color support.  Avatar doesn't fit either of the Tektronix or HP color
721950276Speter# models that terminfo knows about.  An Avatar color attribute is the
722050276Speter# low 7 bits of the IBM-PC display-memory attribute.  Bletch.
722150276Speter#
722250276Speter# I wrote these entries while looking at the Avatar spec.  I don't have
722350276Speter# the facilities to test them.  Let me know if they work, or don't.
722450276Speter#
722550276Speter# Avatar escapes not used by these entries (because maybe you're smarter
722650276Speter# and more motivated than I am and can figure out how to wrap terminfo
722750276Speter# around some of them, and because they are weird enough to be funny):
722850276Speter#				level 0:
722950276Speter# ^L		-- clear window/reset current attribute to default
723050276Speter# ^V^A%p1%c	-- set current color attribute, parameter decodes as follows:
723150276Speter# 
723250276Speter#      bit:         6   5   4   3   2   1   0
723350276Speter#                   |       |   |   |       |
723450276Speter#                   +---+---+   |   +---+---+
723550276Speter#                       |       |       |
723650276Speter#                       |       |  foreground color
723750276Speter#                       |  foreground intensity
723850276Speter#                  background color
723950276Speter#				level 0+:
724050276Speter# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) up by p1 lines
724150276Speter# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) down by p1 lines
724250276Speter# ^V^L%p1%c%p2%c%p3%c		-- clear p2 lines and p3 cols w/attr %p1 
724350276Speter# ^V^M%p1%c%p2%c%p3%c%p4%c	-- fill p3 lines & p4 cols w/char p2+attr %p1 
724450276Speter# (^V^L and ^V^M set the current attribute as a side-effect.)
724550276Speter# ^V ^Y <a> [...] <c>	-- repeat pattern. <a> specifies the number of bytes
724650276Speter#			   in the pattern, <c> the number of times the pattern
724750276Speter#		  	   should be repeated. If either value is 0, no-op.
724850276Speter#			   The pattern can contain Avatar console codes,
724950276Speter#			   including other ^V ^Y patterns.
725050276Speter#				level 1:
725150276Speter# ^V^O		-- clockwise mode on; turn print direction right each time you
725250276Speter#		   hit a window edge (yes, really).  Turned off by CR
725350276Speter# ^V^P		-- no-op
725450276Speter# ^V^Q%c	-- query the driver
725550276Speter# ^V^R		-- driver reset
725650276Speter# ^V^S		-- Sound tone (PC-specific)
725750276Speter# ^V^T			-- change highlight at current cursor poition to %c
725850276Speter# ^V^U%p1%c%p2%c	-- highlight window <a> with attribute <b>
725950276Speter# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
726050276Speter#			-- define window 
726150276Speter#
726250276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
726350276Speter# (The <blink>/<bold>/<rev>/<smacs>/<smul>/<smso> capabilities exist only to
726450276Speter# tell ncurses that the corresponding highlights exist; it should use <sgr>,
726550276Speter# which is the only method that will actually work for multiple highlights.)
726650276Speteravatar0|avatar terminal emulator level 0, 
726750276Speter	am, bce, msgr, 
726850276Speter	cols#80, it#8, lines#25, 
726950276Speter	blink=^A^V\177, bold=^V^A^P, cr=^M, cub1=^V^E, cud1=^V^D, 
727050276Speter	cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G, 
727150276Speter	ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%d, rev=^A^Vp, 
727250276Speter	rs2=^L, 
727350276Speter	sgr=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;, 
727462449Speter	sgr0=^V^A^G, smacs=, smso=^A^Vp, smul=^V^A, use=klone+acs, 
727550276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
727650276Speteravatar0+|avatar terminal emulator level 0+, 
727750276Speter	dch1=^V^N, rmir=\026\n\0\0\0\0, smir=^V^I, use=avatar0, 
727850276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
727950276Speteravatar|avatar1|avatar terminal emulator level 1, 
728050276Speter	civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+, 
728162449Speter	rmam=^V", rmir=^V^P, smam=^V$, use=avatar0+, 
728250276Speter
728350276Speter#### RBcomm
728450276Speter#
728550276Speter# RBComm is a lean and mean terminal emulator written by the Interrupt List
728650276Speter# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
728750276Speter# '90s), especially in the BBS world, and still has some loyal users due to
728850276Speter# its very small memory footprint and to a cute macro language.
728950276Speterrbcomm|IBM PC with RBcomm and EMACS keybindings, 
729050276Speter	am, bw, mir, msgr, xenl, 
729150276Speter	cols#80, it#8, lines#25, 
729250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
729350276Speter	clear=^L, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
729450276Speter	cub1=^H, cud1=^C, cuf1=^B, 
729550276Speter	cup=\037%p2%{32}%+%c%p1%{32}%+%c, cuu1=^^, 
729650276Speter	cvvis=\E[?25h, dch1=^W, dl=\E[%p1%dM, dl1=^Z, 
729750276Speter	ech=\E[%p1%dX, ed=^F5, el=^P^P, ht=^I, il=\E[%p1%dL, il1=^K, 
729850276Speter	ind=\ED, invis=\E[8m, 
729950276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g, kbs=^H, 
730050276Speter	kcub1=^B, kcud1=^N, kcuf1=^F, kcuu1=^P, khome=^A, nel=^M\ED, 
730150276Speter	rc=\E8, rep=\030%p1%c%p2%c, rev=^R, ri=\EM, rmcup=, rmdc=, 
730250276Speter	rmir=^], rmkx=\E>, rmso=^U, rmul=^U, 
730350276Speter	rs1=\017\E(B\E)0\025\E[?3l\E[>8g, sc=\E7, sgr0=\E[m, 
730450276Speter	smcup=, smdc=, smir=^\, smkx=\E=, smso=^R, smul=^T, 
730550276Speterrbcomm-nam|IBM PC with RBcomm without autowrap, 
730650276Speter	am@, 
730750276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
730850276Speter	is2=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g, kbs=^H, 
730962449Speter	kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
731050276Speterrbcomm-w|IBM PC with RBcomm in 132 column mode, 
731150276Speter	cols#132, 
731250276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
731350276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g, kbs=^H, 
731462449Speter	kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
731550276Speter
731650276Speter######## OLDER TERMINAL TYPES
731750276Speter#
731850276Speter# This section is devoted to older commercial terminal brands that are now
731950276Speter# discontinued, but known to be still in use or represented by emulations.
732050276Speter#
732150276Speter
732250276Speter#### AT&T (att, tty)
732350276Speter#
732450276Speter# This section also includes Teletype-branded VDTs.
732550276Speter#
732650276Speter# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
732750276Speter# Boundless Technologies); for details, see the header comment on the ADDS
732850276Speter# section.
732950276Speter#
733050276Speter# These are AT&T's official terminfo entries.  All-caps aliases have been
733150276Speter# removed.
733250276Speter#
733350276Speteratt2300|sv80|AT&T 2300 Video Information Terminal 80 column mode, 
733450276Speter	am, eo, mir, msgr, xon, 
733550276Speter	cols#80, it#8, lines#24, 
733650276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
733750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
733850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
733950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
734050276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
734150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
734250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
734350276Speter	kdl1=\E[M, kf1=\E[1r, kf10=\E[10r, kf11=\E[11r, 
734450276Speter	kf12=\E[12r, kf13=\E[13r, kf14=\E[14r, kf15=\E[15r, 
734550276Speter	kf16=\E[16r, kf2=\E[2r, kf3=\E[3r, kf4=\E[4r, kf5=\E[5r, 
734650276Speter	kf6=\E[6r, kf7=\E[7r, kf8=\E[8r, kf9=\E[9r, khome=\E[H, 
734750276Speter	kich1=\E[@, kil1=\E[L, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
734850276Speter	rev=\E[7m, rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, 
734950276Speter	smso=\E[7m, 
735050276Speteratt2350|AT&T 2350 Video Information Terminal 80 column mode, 
735162449Speter	mc0@, mc4@, mc5@, use=att2300, 
735250276Speter
735350276Speter# Must setup RETURN KEY - CR, REC'VD LF - INDEX.
735450276Speter# Seems upward compatible with vt100, plus ins/del line/char.
735550276Speter# On sgr, the protection parameter is ignored.
735650276Speter# No check is made to make sure that only 3 parameters are output.
735750276Speter# 	standout= reverse + half-intensity = 3 | 5.
735850276Speter# 	bold= reverse + underline = 2 | 3.
735950276Speter# note that half-bright blinking doesn't look different from normal blinking.
736050276Speter# NOTE:you must program the function keys first, label second!
736150276Speter# (att4410: a BSD entry has been seen with the following capabilities: 
736250276Speter# <is2=\E[?6l>, <kf1=\EOc>, <kf2=\EOd>, <kf3=\EOe>, <kf4=\EOg>,
736350276Speter# <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
736450276Speteratt5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1, 
736550276Speter	am, hs, mir, msgr, xon, 
736650276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
736750276Speter	acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
736850276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, 
736950276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
737050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
737150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I, 
737250276Speter	ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0, 
737350276Speter	is3=\E[1;03q   f1           \EOP\E[2;03q   f2           \EOQ\E[3;03q   f3           \EOR\E[4;03q   f4           \EOS\E[5;03q   f5           \EOT\E[6;03q   f6           \EOU\E[7;03q   f7           \EOV\E[8;03q   f8           \EOW, 
737450276Speter	kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
737550276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, 
737650276Speter	kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, 
737750276Speter	ll=\E[24H, nel=^M^J, 
737850276Speter	pfx=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s, 
737950276Speter	pln=\E[%p1%d;00q%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
738050276Speter	rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
738150276Speter	sc=\E7, 
738250276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
738350276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
738450276Speter	tsl=\E7\E[25;%p1%{1}%+%dH, 
738550276Speter
738650276Speteratt4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1, 
738750276Speter	cols#132, wsl#132, 
738850276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1, 
738950276Speter
739050276Speteratt4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2, 
739162449Speter	OTbs, 
739250276Speter	pfx=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s, 
739350276Speter	use=att5410v1, 
739450276Speter
739550276Speteratt5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode, 
739650276Speter	cols#132, wsl#132, 
739750276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410, 
739850276Speter
739950276Speter# 5410 in terms of a vt100
740050276Speter# (v5410: added <rmam>/<smam> based on init string -- esr)
740150276Speterv5410|att5410 in terms of a vt100, 
740250276Speter	am, mir, msgr, xon, 
740350276Speter	cols#80, it#8, lines#24, vt#3, 
740450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
740550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
740650276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
740750276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2>, 
740850276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, 
740950276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
741050276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, 
741150276Speter	il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
741250276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
741350276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
741450276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
741550276Speter	kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
741650276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
741750276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
741850276Speter	sc=\E7, 
741950276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
742050276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
742150276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
742250276Speter
742350276Speter# 
742450276Speter# Teletype Model 5420 -- A souped up 5410, with multiple windows,
742550276Speter# even! the 5420 has three modes: scroll, window or page mode
742650276Speter# this terminfo should work in scroll or window mode, but doesn't
742750276Speter# take advantage of any of the differences between them.
742850276Speter#
742950276Speter# Has memory below (2 lines!)
743050276Speter# 3 pages of memory (plus some spare)
743150276Speter# The 5410 sequences for <cup>, <cvvis>, <dch>, <dl>, <ech>, <flash>, <home>,
743250276Speter# <hpa>, <hts> would work for these, but these work in both scroll and window
743350276Speter# mode... Unset insert character so insert mode works
743450276Speter# <is1> sets 80 column mode,
743550276Speter# <is2> escape sequence:
743650276Speter# 1) turn off all fonts
743750276Speter# 2) function keys off, keyboard lock off, control display off,
743850276Speter#    insert mode off, erasure mode off,
743950276Speter# 3) full duplex, monitor mode off, send graphics off, nl on lf off
744050276Speter# 4) reset origin mode
744150276Speter# 5) set line wraparound
744250276Speter# 6) exit erasure mode, positional attribute mode, and erasure extent mode
744350276Speter# 7) clear margins
744450276Speter# 8) program ENTER to transmit ^J,
744550276Speter# We use \212 to program the ^J because a bare ^J will get translated by
744650276Speter# UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
744750276Speter#     1      2            3              4     5     6    7  8
744850276Speter# <is3> set screen color to black,
744950276Speter# No representation in terminfo for the delete word key: kdw1=\Ed
745050276Speter# Key capabilities assume the power-up send sequence...
745150276Speter# This <rmcup> is not strictly necessary, but it helps maximize 
745250276Speter# memory usefulness: <rmcup=\Ez>,
745350276Speter# Alternate sgr0:	<sgr0=\E[m\EW^O>,
745450276Speter# Alternate sgr:	<sgr=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t^N%e^O%;>,
745550276Speter# smkx programs the SYS PF keys to send a set sequence.
745650276Speter# It also sets up labels f1, f2, ..., f8, and sends edit keys.
745750276Speter# This string causes them to send the strings <kf1>-<kf8>
745850276Speter# when pressed in SYS PF mode.
745950276Speter# (att4415: I added <rmam>/<smam> based on the init string -- esr)
746050276Speteratt4415|tty5420|att5420|AT&T 4415/5420 80 cols, 
746162449Speter	OTbs, db, mir, xon, 
746250276Speter	lh#2, lm#78, lw#8, nlab#8, wsl#55, 
746350276Speter	cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, 
746450276Speter	cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, 
746550276Speter	cuu=\E[%p1%dA, cvvis=\E[11;1j, dch=\E[%p1%dP, 
746650276Speter	dl=\E[%p1%dM, ech=\E[%p1%ds\E[%p1%dD, 
746750276Speter	flash=\E[?5h$<200>\E[?5l, home=\E[x, 
746850276Speter	hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@, 
746950276Speter	il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>, 
747050276Speter	is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[21;1j\212, 
747150276Speter	is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M, 
747250276Speter	kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd, 
747350276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
747450276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
747550276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
747650276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?2i, mc4=\E[?9i, 
747750276Speter	mc5=\E[?4i, mrcup=\E[%i%p1%d;%p2%dt, 
747850276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s, 
747950276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, 
748050276Speter	rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l, 
748150276Speter	rmkx=\E[19;0j\E[21;1j\212, rmln=\E|, 
748250276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
748350276Speter	sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h, 
748450276Speter	smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g, 
748550276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
748650276Speter	use=att4410, 
748750276Speter
748850276Speteratt4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols, 
748950276Speter	cols#132, lm#54, wsl#97, 
749050276Speter	is1=\E[?3h$<100>, use=att4415, 
749150276Speter
749250276Speteratt4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv, 
749362449Speter	flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, use=att4415, 
749450276Speter
749550276Speteratt4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv, 
749650276Speter	cols#132, lm#54, wsl#97, 
749762449Speter	flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, 
749862449Speter	use=att4415, 
749950276Speter
750050276Speter# Note that this mode permits programming USER PF KEYS and labels
750150276Speter# However, when you program user pf labels you have to reselect
750250276Speter# user pf keys to make them appear! 
750350276Speteratt4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels, 
750450276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
750550276Speter	pfx=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s, 
750650276Speter	pln=\E[%p1%d;0;0;1q%p2%:-16.16s, 
750750276Speter
750850276Speteratt4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, 
750962449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
751062449Speter	use=att4415, 
751150276Speter
751250276Speteratt4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, 
751362449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
751462449Speter	use=att4415-rv, 
751550276Speter
751650276Speteratt4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, 
751762449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
751862449Speter	use=att4415-w, 
751950276Speter
752050276Speteratt4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, 
752162449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
752262449Speter	use=att4415-w-rv, 
752350276Speter
752450276Speteratt5420_2|AT&T 5420 model 2 80 cols, 
752550276Speter	am, db, hs, mir, msgr, xon, 
752650276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
752750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
752850276Speter	blink=\E[5m, cbt=\E[1Z, clear=\EH\EJ, cnorm=\E[11;0j, 
752950276Speter	cr=\EG, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
753050276Speter	cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[1C, 
753150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cvvis=\E[11;1j, 
753250276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
753350276Speter	dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[0J, el=\E[0K, 
753450276Speter	el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
753550276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
753650276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
753750276Speter	invis=\E[8m, 
753850276Speter	is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, 
753950276Speter	kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, 
754050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
754150276Speter	kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe, 
754250276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H, 
754350276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
754450276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
754550276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i, 
754650276Speter	mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J, 
754750276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~, 
754850276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, rc=\E8, 
754950276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j, 
755050276Speter	rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
755150276Speter	sc=\E7, 
755250276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
755350276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1j, smln=\E~, 
755450276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
755550276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
755650276Speteratt5420_2-w|AT&T 5420 model 2 in 132 column mode, 
755750276Speter	cols#132, 
755862449Speter	is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, 
755962449Speter	use=att5420_2, 
756050276Speter
756150276Speteratt4418|att5418|AT&T 5418 80 cols, 
756250276Speter	am, xon, 
756350276Speter	cols#80, lines#24, 
756450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
756550276Speter	bel=^G, blink=\E[5m, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, 
756650276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
756750276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
756850276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, 
756950276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, 
757050276Speter	ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, 
757150276Speter	is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%, kcub1=\E@, 
757250276Speter	kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, 
757350276Speter	kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, 
757450276Speter	kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, 
757550276Speter	kf21=\E[_, kf22=\E[M, kf23=\E[N, kf24=\E[O, kf3=\E[j, 
757650276Speter	kf6=\E[k, kf7=\E[l, kf8=\E[f, kf9=\E[w, khome=\Ec, rc=\E8, 
757750276Speter	rev=\E[7m, rmacs=^O, rmso=\E[m, rmul=\E[m, sc=\E7, 
757850276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
757950276Speteratt4418-w|att5418-w|AT&T 5418 132 cols, 
758050276Speter	cols#132, 
758150276Speter	is1=\E[?3h, use=att5418, 
758250276Speter
758350276Speteratt4420|tty4420|teletype 4420, 
758462449Speter	OTbs, da, db, eo, msgr, ul, xon, 
758550276Speter	cols#80, lines#24, lm#72, 
758650276Speter	bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, 
758750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
758850276Speter	dl1=\EM, ed=\EJ, el=\Ez, home=\EH, il1=\EL, ind=\EH\EM\EY7\s, 
758950276Speter	kcbt=\EO, kclr=\EJ, kcub1=^H, kcud1=\EB, kcuf1=\EC, 
759050276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, kf0=\EU, kf3=\E@, khome=\EH, 
759150276Speter	kich1=\E\^, kil1=\EL, kind=\ES, kri=\ET, 
759250276Speter	lf0=segment advance, lf3=cursor tab, rmdc@, rmso=\E~, 
759350276Speter	rmul=\EZ, smdc@, smso=\E}, smul=\E\\, 
759450276Speter
759550276Speter#  The following is a terminfo entry for the Teletype 4424
759650276Speter#  asynchronous keyboard-display terminal.  It supports
759750276Speter#  the vi editor.  The terminal must be set up as follows,
759850276Speter# 	
759950276Speter# 	HIGHLIGHT DEFINITION	3-TONE
760050276Speter# 	DISPLAY FUNCTION	GROUP III
760150276Speter# 	
760250276Speter#  The second entry below provides limited (a la adm3a)
760350276Speter#  operation under GROUP II.
760450276Speter# 	
760550276Speter#  This must be used with DISPLAY FUNCTION GROUP I or III
760650276Speter# 	and HIGHLIGHT DEFINITION 3-TONE
760750276Speter# The terminal has either bold or blink, depending on options
760850276Speter#
760950276Speter# (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
761050276Speteratt4424|tty4424|teletype 4424, 
761162449Speter	OTbs, am, xon, 
761250276Speter	cols#80, lines#24, 
761350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
761450276Speter	bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, 
761550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
761650276Speter	cud=\E[%p1%dB, cud1=\EB, cuf=\E[%p1%dC, cuf1=\EC, 
761750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EA, 
761850276Speter	dch=\E[%p1%dP, dch1=\EP, dim=\EW, dl=\E[%p1%dM, dl1=\EM, 
761950276Speter	ed=\EJ, el=\Ez, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
762050276Speter	ich1=\E\^, il=\E[%p1%dL, il1=\EL, ind=^J, is2=\E[20l\E[?7h, 
762150276Speter	kbs=^H, kclr=\EJ, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
762250276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
762350276Speter	khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~, 
762450276Speter	rmul=\EZ, 
762550276Speter	sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m, 
762650276Speter	sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smso=\E}, smul=\E\\, 
762750276Speter	tbc=\EF, 
762850276Speter
762950276Speteratt4424-1|tty4424-1|teletype 4424 in display function group I, 
763050276Speter	kclr@, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome@, 
763150276Speter	use=att4424, 
763250276Speter
763350276Speter# This entry is not one of AT&T's official ones, it was translated from the
763450276Speter# 4.4BSD termcap file.  The highlight strings are different from att4424.
763550276Speter# I have no idea why this is -- older firmware version, maybe?
763650276Speter# The following two lines are the comment originally attached to the entry:
763750276Speter# This entry appears to avoid the top line - I have no idea why.
763850276Speter# From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
763950276Speteratt4424m|tty4424m|teletype 4424M, 
764050276Speter	am, da, db, mir, 
764150276Speter	cols#80, it#8, lines#23, 
764250276Speter	bel=^G, clear=\E[2;H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
764350276Speter	cup=\E[%i%p1%2d;%p2%2dH\E[B, cuu1=\E[A, dch1=\EP, 
764450276Speter	dl1=\EM, el=\E[K, ht=^I, ich1=\E\^, il1=\EL, ind=^J, ip=$<2/>, 
764550276Speter	is2=\E[m\E[2;24r, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
764650276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
764750276Speter	kf4=\EOS, khome=\E[H, nel=^M^J, ri=\ET, rmso=\E[m, rmul=\E[m, 
764850276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
764950276Speter
765050276Speter# The Teletype 5425 is really version 2 of the Teletype 5420. It 
765150276Speter# is quite similar, except for some minor differences. No page 
765250276Speter# mode, for example, so all of the <cup> sequences used above have 
765350276Speter# to change back to what's being used for the 5410. Many of the 
765450276Speter# option settings have changed their numbering as well.
765550276Speter# 
765650276Speter# This has been tested on a preliminary model.
765750276Speter#
765850276Speter# (att5425: added <rmam>/<smam> based on the init string -- esr)
765950276Speteratt5425|tty5425|att4425|AT&T 4425/5425, 
766050276Speter	am, da, db, hs, mir, msgr, xenl, xon, 
766150276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
766250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
766350276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
766450276Speter	clear=\E[H\E[J, cnorm=\E[12;0j, cr=^M, 
766550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
766650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
766750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
766850276Speter	cvvis=\E[12;1j, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
766950276Speter	dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[J, 
767050276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
767150276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
767250276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
767350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
767450276Speter	invis=\E[8m, is1=\E<\E[?3l$<100>, 
767550276Speter	is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212, 
767650276Speter	is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
767750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
767850276Speter	kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, 
767950276Speter	kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, 
768050276Speter	kf8=\EOj, khome=\E[H, kich1=\E[4h, kil1=\E[L, kind=\E[T, 
768150276Speter	kri=\E[S, ll=\E[24H, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, 
768250276Speter	nel=^M^J, 
768350276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
768450276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, rc=\E8, 
768550276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmam=\E[?7l, 
768650276Speter	rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|, 
768750276Speter	rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, 
768850276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
768950276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
769050276Speter	smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m, 
769150276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, 
769250276Speter	vpa=\E[%p1%{1}%+%dd, 
769350276Speter
769450276Speteratt5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels, 
769562449Speter	smkx=\E[21;1j\E[25;4j\Eent, use=att4425, 
769650276Speter
769750276Speteratt5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, 
769850276Speter	cols#132, lm#54, wsl#97, 
769950276Speter	is1=\E[?3h$<100>, use=tty5425, 
770050276Speter
770150276Speter# (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:. 
770250276Speter# I also added <rmam>/<smam> -- esr)
770350276Speteratt4426|tty4426|teletype 4426S, 
770450276Speter	am, da, db, xon, 
770550276Speter	cols#80, lines#24, lm#48, 
770650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
770750276Speter	bel=^G, bold=\E[5m, clear=\E[H\E[2J\E[1U\E[H\E[2J\E[1V, 
770850276Speter	cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
770950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
771050276Speter	cuu=\E[%p1%dA, cuu1=\EA, dch=\E[%p1%dP, dch1=\EP, 
771150276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[0K, home=\E[H, 
771250276Speter	hpa=\E[%p1%dG, ht=^I, hts=\E1, ich=\E[%p1%d@, ich1=\E\^, 
771350276Speter	il=\E[%p1%dL, il1=\EL, ind=^J, indn=\E[%p1%dS, 
771450276Speter	is1=\Ec\E[?7h, is2=\E[m\E[1;24r, kbs=^H, kcbt=\EO, 
771550276Speter	kclr=\E[2J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
771650276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
771750276Speter	kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, ll=\E[24H, 
771850276Speter	nel=^M^J, rc=\E8, rev=\E[7m, ri=\ET, rin=\E[%p1%dT, 
771950276Speter	rmacs=\E(B, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
772050276Speter	rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr0=\E[m\E(B, smacs=\E(0, 
772150276Speter	smam=\E[?7h, smso=\E[5m, smul=\E[4m, tbc=\E[3g, 
772250276Speter	vpa=\E[%p1%dd, 
772350276Speter
772450276Speter# Terminfo entry for the AT&T 510 A Personal Terminal
772550276Speter# Function keys 9 - 16 are available only after the 
772650276Speter# screen labeled (soft keys/action blocks) are labeled.  Function key
772750276Speter# 9 corresponds to the leftmost touch target on the screen,
772850276Speter# function key 16 corresponds to the rightmost.
772950276Speter#
773050276Speter# This entry is based on one done by Ernie Rice at Summit, NJ and
773150276Speter# changed by Anne Gallup, Skokie, IL, ttrdc!anne
773250276Speteratt510a|bct510a|AT&T 510A Personal Terminal, 
773350276Speter	am, mir, msgr, xenl, xon, 
773450276Speter	cols#80, lh#2, lines#24, lw#7, nlab#8, 
773550276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
773650276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
773750276Speter	civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, 
773850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, 
773950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
774050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, 
774150276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, 
774250276Speter	el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, ht=^I, 
774350276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E(B\E)1\E[2l, 
774450276Speter	is3=\E[21;1|\212, kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, 
774550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, 
774650276Speter	kf10=\EOd, kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, 
774750276Speter	kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, 
774850276Speter	kf6=\ENf, kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, 
774950276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE, 
775050276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
775150276Speter	rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7, 
775250276Speter	sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;, 
775350276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m, 
775450276Speter	smul=\E[4m, tbc=\E[3g, 
775550276Speter
775650276Speter# Terminfo entry for the AT&T 510 D Personal Terminal
775750276Speter# Function keys 9 through 16 are accessed by bringing up the
775850276Speter# system blocks.
775950276Speter# Function key 9 corresponds to the leftmost touch target on the screen,
776050276Speter# function key 16 corresponds to the rightmost.
776150276Speter#
776250276Speter# There are problems with soft key labeling.  These are due to 
776350276Speter# strangenesses in the native terminal that are impossible to
776450276Speter# describe in a terminfo.  
776550276Speteratt510d|bct510d|AT&T 510D Personal Terminal, 
776650276Speter	am, da, db, mir, msgr, xenl, xon, 
776750276Speter	cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, 
776850276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
776950276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
777050276Speter	clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, 
777150276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, 
777250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
777350276Speter	cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, dch1=\E[P, 
777450276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, 
777550276Speter	el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, 
777650276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
777750276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
777850276Speter	invis=\E[8m, is1=\E(B\E)1\E[5;0|, is3=\E[21;1|\212, 
777950276Speter	kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
778050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, 
778150276Speter	kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, 
778250276Speter	kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, kf6=\ENf, 
778350276Speter	kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, ll=\E#2, 
778450276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, mgc=\E\:, nel=\EE, 
778550276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
778650276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
778750276Speter	rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|, 
778850276Speter	rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|, 
778950276Speter	rs2=\E[5;0|, sc=\E7, 
779050276Speter	sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
779150276Speter	sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h, 
779250276Speter	smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m, 
779350276Speter	smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
779450276Speter
779550276Speter# (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
779650276Speteratt500|att513|AT&T 513 using page mode, 
779750276Speter	am, chts, mir, msgr, xenl, xon, 
779850276Speter	cols#80, lh#2, lines#24, lw#8, nlab#8, 
779950276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
780050276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
780150276Speter	clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, 
780250276Speter	csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
780350276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
780450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
780550276Speter	cvvis=\E[11;1|, dch=\E[%p1%dP, dch1=\E[P$<1>, dim=\E[2m, 
780650276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
780750276Speter	enacs=\E(B\E)1, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
780850276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
780950276Speter	indn=\E[%p1%dE, invis=\E[8m, 
781050276Speter	is1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l, 
781150276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
781250276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
781350276Speter	kFND=\EOX, kHLP=\EOM, kHOM=\ENM, kIC=\ENJ, kLFT=\ENK, 
781450276Speter	kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, 
781550276Speter	kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRIT=\ENL, kRPL=\EOY, 
781650276Speter	kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kbs=^H, kcan=\EOw, 
781750276Speter	kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, 
781850276Speter	kcrt=\EOn, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
781950276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=\Eent, 
782050276Speter	kext=\EOk, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
782150276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kfnd=\EOx, khlp=\EOm, 
782250276Speter	khome=\E[H, kich1=\ENj, kind=\E[S, kmov=\ENc, kmrk=\ENi, 
782350276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
782450276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
782550276Speter	kres=\EOq, krfr=\ENa, kri=\E[T, krpl=\EOy, krst=\EOB, 
782650276Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2, 
782750276Speter	mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i, 
782850276Speter	nel=\EE, 
782950276Speter	pfkey=\E[%p1%d;%p2%l%d;3;0p   F%p1%d           %p2%s, 
783050276Speter	pfloc=\E[%p1%d;%p2%l%d;2;0p   F%p1%d           %p2%s, 
783150276Speter	pfx=\E[%p1%d;%p2%l%d;1;0p   F%p1%d           %p2%s, 
783250276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
783350276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
783450276Speter	rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l, 
783550276Speter	rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m, 
783650276Speter	rmul=\E[m, 
783750276Speter	rs1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|\E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l, 
783850276Speter	rs2=\E[5;0|, sc=\E7, 
783950276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
784050276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, 
784150276Speter	smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m, 
784250276Speter	smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
784350276Speter
784450276Speter# 01-07-88
784550276Speter# printer must be set to EMUL ANSI to accept ESC codes
784650276Speter# <cuu1> stops at top margin
784750276Speter# <is1> sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
784850276Speter#	and alt font ascii,wrap on,tabs cleared
784950276Speter# <is2> disables newline on LF,Emphasized off
785050276Speter# The <u0> capability sets form length
785150276Speteratt5310|att5320|AT&T Model 53210 or 5320 matrix printer, 
785250276Speter	xhpa, xvpa, 
785350276Speter	bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10, 
785450276Speter	orhi#100, orl#12, orvi#72, 
785550276Speter	cpi=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w%e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O%t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t\E[8w%;, 
785650276Speter	cr=^M, 
785750276Speter	csnm=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfinnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1%{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench%e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1%{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurity%e%p1%{13}%=%tebcdic%e%p1%{14}%=%tapl%e%p1%{15}%=%tmosaic%;, 
785850276Speter	cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1=\s, cuu1=\EM, 
785950276Speter	ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r, 
786050276Speter	lpi=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e%p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;, 
786150276Speter	rshm=\E[m, 
786250276Speter	scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1%{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}%=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t\E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t\E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%t\E(8%e%p1%{15}%=%t\E(}%;, 
786350276Speter	smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds, 
786450276Speter	smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m, 
786550276Speter	u0=\E[%p1%dt, vpa=\E[%p1%dd, 
786650276Speter
786750276Speter# Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
786850276Speter# The following SET-UP modes are assumed for normal operation:
786950276Speter#	CR_DEF=CR	NL_DEF=INDEX	DUPLEX=FULL
787050276Speter# Other SET-UP modes may be set for operator convenience or communication
787150276Speter# requirements.  This termcap description is for the Resident Terminal Mode.
787250276Speter# No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
787350276Speter# The BRL entry also said: UNSAFE :ll=\E[70H:
787450276Speteratt5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs, 
787550276Speter	am, xon, 
787650276Speter	cols#88, it#8, lines#70, vt#3, 
787750276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
787850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
787950276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
788050276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
788150276Speter	il1=\E[L, ind=^J, indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, 
788250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
788350276Speter	kll=\E[70;1H, nel=^M^J, rc=\E8, ri=\E[T, rin=\E[%p1%dT, 
788450276Speter	rs1=\Ec, sc=\E7, 
788550276Speter
788650276Speter# 5620 terminfo  (2.0 or later ROMS with char attributes)
788750276Speter# The following SET-UP modes are assumed for normal operation:
788850276Speter#	DUPLEX=FULL	GEN_FLOW=ON	NEWLINE=INDEX	RETURN=CR
788950276Speter# Other SET-UP modes may be set for operator convenience or communication
789050276Speter# requirements.  This termcap description is for Resident Terminal Mode.  No
789150276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
789250276Speter# assumptions: <ind> (scroll forward one line) is only done at screen bottom
789350276Speter# Be aware that older versions of the dmd have a firmware bug that affects
789450276Speter# parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
789550276Speter# <msgr> is from an otherwise inferior BRL for this terminal.  That entry
789650276Speter# also has <ll>=\E[70H commented out and marked unsafe.
789750276Speter# For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
789850276Speteratt5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, 
789962449Speter	OTbs, am, msgr, npc, xon, 
790050276Speter	cols#88, it#8, lines#70, 
790150276Speter	bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, 
790250276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
790350276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
790450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
790550276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
790650276Speter	indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
790750276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kll=\E[70;1H, nel=^J, 
790850276Speter	pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\E[T, 
790950276Speter	rin=\E[%p1%dT, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sc=\E7, 
791050276Speter	sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
791150276Speteratt5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer, 
791250276Speter	lines#24, use=att5620, 
791350276Speteratt5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer, 
791450276Speter	lines#34, use=att5620, 
791550276Speter# 5620 layer running the "S" system's downloaded graphics handler:
791650276Speteratt5620-s|tty5620-s|layer|vitty|5620 S layer, 
791762449Speter	OTbs, OTpt, am, 
791850276Speter	cols#80, it#8, lines#72, 
791950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
792050276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=^K, dl1=\ED, 
792150276Speter	el=\EK, flash=\E^G, ht=^I, il1=\EI, ind=^J, kbs=^H, kclr=\E[2J, 
792250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
792350276Speter	kll=\E[70;1H, 
792450276Speter
792550276Speter# Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
792650276Speter#
792750276Speter# Entries for <kf29> thru <kf46> refer to the alternate keypad mode
792850276Speter# keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
792950276Speteratt605|AT&T 605 80 column 102key keyboard, 
793050276Speter	am, eo, xon, 
793150276Speter	cols#80, lines#24, lw#8, nlab#8, wsl#80, 
793250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
793350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
793450276Speter	cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
793550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
793650276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
793750276Speter	el=\E[K, el1=\E[1K, fsl=\E8, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
793850276Speter	il1=\E[L, ind=^J, invis=\E[8m, 
793950276Speter	is1=\E[8;0|\E[?\E[13;20l\E[?\E[12h, is2=\E[m\017, 
794050276Speter	kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, kclr=\E[2J, 
794150276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
794250276Speter	kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, kf11=\ENq, 
794350276Speter	kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, 
794450276Speter	kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, 
794550276Speter	kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, 
794650276Speter	kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, 
794750276Speter	kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, 
794850276Speter	kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, 
794950276Speter	kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, 
795050276Speter	kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, 
795150276Speter	kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@, 
795250276Speter	kil1=\E[L, kind=\E[S, knp=\E[U, kpp=\E[V, ll=\E[24H, 
795350276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
795450276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
795550276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
795650276Speter	rmacs=^O, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
795750276Speter	rs2=\Ec\E[?3l, sc=\E7, sgr0=\E[m\017, smacs=\E)0\016, 
795850276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
795950276Speter	tsl=\E7\E[25;%i%p1%dx, 
796050276Speteratt605-pc|ATT 605 in pc term mode, 
796150276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
796250276Speter	cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
796350276Speter	dch1=\E[P, dl1=\E[M, ich1=\E[@, il=\E[L, il1=\E[L, kcbt=\E[Z, 
796450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
796550276Speter	kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, 
796650276Speter	kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
796750276Speter	kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, 
796850276Speter	rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, 
796962449Speter	xonc=e, use=att605, 
797050276Speteratt605-w|AT&T 605-w 132 column 102 key keyboard, 
797150276Speter	cols#132, wsl#132, 
797262449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, 
797362449Speter	use=att605, 
797450276Speter# (att610: I added <rmam>/<smam> based on the init string.  I also
797550276Speter# added <indn> and <rin> because the BSD file says the att615s have them,
797650276Speter# and the 615 is like a 610 with a big keyboard, and most of their other
797750276Speter# smart terminals support the same sequence -- esr)
797850276Speteratt610|AT&T 610; 80 column; 98key keyboard, 
797950276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
798050276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
798150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
798250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
798350276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
798450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
798550276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
798650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
798750276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
798850276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
798950276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
799050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
799150276Speter	indn=\E[%p1%dS, invis=\E[8m, 
799250276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0, 
799350276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
799450276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
799550276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
799650276Speter	kf13=\ENs, kf14=\ENt, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
799750276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
799850276Speter	kind=\E[S, kri=\E[T, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, 
799950276Speter	nel=\EE, 
800050276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
800150276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
800250276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
800350276Speter	rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, 
800450276Speter	sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
800550276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
800650276Speter	smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, 
800750276Speteratt610-w|AT&T 610; 132 column; 98key keyboard, 
800850276Speter	cols#132, wsl#132, 
800962449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
801062449Speter	use=att610, 
801150276Speter
801250276Speteratt610-103k|AT&T 610; 80 column; 103key keyboard, 
801350276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
801450276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
801550276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
801650276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
801750276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
801850276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
801950276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
802050276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf9@, kfnd=\EOx, 
802150276Speter	khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, 
802250276Speter	knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, 
802350276Speter	kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, 
802450276Speter	krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, 
802562449Speter	kslt=\ENI, kspd=\EOp, kund=\EOs, use=att610, 
802650276Speteratt610-103k-w|AT&T 610; 132 column; 103key keyboard, 
802750276Speter	cols#132, wsl#132, 
802862449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
802962449Speter	use=att610-103k, 
803050276Speteratt615|AT&T 615; 80 column; 98key keyboard, 
803150276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
803250276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
803350276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
803450276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
803550276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
803650276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
803762449Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610, 
803850276Speteratt615-w|AT&T 615; 132 column; 98key keyboard, 
803950276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
804050276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
804150276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
804250276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
804350276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
804450276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
804562449Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610-w, 
804650276Speteratt615-103k|AT&T 615; 80 column; 103key keyboard, 
804762449Speter	kLFT=\E[ A, kRIT=\E[ @, use=att610-103k, 
804850276Speteratt615-103k-w|AT&T 615; 132 column; 103key keyboard, 
804962449Speter	kLFT=\E[ A, kRIT=\E[ @, use=att610-103k-w, 
805050276Speter# (att620: I added <rmam>/<smam> based on the init string and
805150276Speter# <rin>/<indn> from a BSD termcap -- esr)
805250276Speteratt620|AT&T 620; 80 column; 98key keyboard, 
805350276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
805450276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
805550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
805650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
805750276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
805850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
805950276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
806050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
806150276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
806250276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
806350276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
806450276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
806550276Speter	indn=\E[%p1%dS, invis=\E[8m, 
806650276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h, 
806750276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, 
806850276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
806950276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
807050276Speter	kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
807150276Speter	kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, kf21=\EOI, 
807250276Speter	kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, 
807350276Speter	kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, kf30=\EOQ, 
807450276Speter	kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, 
807550276Speter	kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf4=\EOf, 
807650276Speter	kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, 
807750276Speter	kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
807850276Speter	kf9=\ENo, khome=\E[H, kind=\E[S, kri=\E[T, ll=\E[24H, 
807950276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
808050276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
808150276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
808250276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B\017, rmam=\E[?7l, 
808350276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
808450276Speter	rs2=\Ec\E[?3l, sc=\E7, 
808550276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
808650276Speter	sgr0=\E[m\E(B\017, smacs=\E)0\016, smam=\E[?7h, 
808750276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
808850276Speter	tsl=\E7\E[25;%i%p1%dx, 
808950276Speteratt620-w|AT&T 620; 132 column; 98key keyboard, 
809050276Speter	cols#132, wsl#132, 
809162449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
809262449Speter	use=att620, 
809350276Speteratt620-103k|AT&T 620; 80 column; 103key keyboard, 
809450276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
809550276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
809650276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
809750276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
809850276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
809950276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
810050276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
810150276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf15@, kf16@, kf17@, 
810250276Speter	kf18@, kf19@, kf20@, kf21@, kf22@, kf23@, kf24@, kf25@, kf26@, kf27@, 
810350276Speter	kf28@, kf29@, kf30@, kf31@, kf32@, kf33@, kf34@, kf35@, kf36@, kf37@, 
810450276Speter	kf38@, kf39@, kf40@, kf41@, kf42@, kf43@, kf44@, kf45@, kf46@, kf9@, 
810550276Speter	kfnd=\EOx, khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, 
810650276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
810750276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
810850276Speter	kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, 
810962449Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, use=att620, 
811050276Speter
811150276Speteratt620-103k-w|AT&T 620; 132 column; 103key keyboard, 
811250276Speter	cols#132, wsl#132, 
811362449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
811462449Speter	use=att620-103k, 
811550276Speter
811650276Speter# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
811750276Speter# The following SETUP modes are assumed for normal operation:
811850276Speter#	Local_Echo=Off	Gen_Flow=On	Return=CR	Received_Newline=LF
811950276Speter#	Font_Size=Large		Non-Layers_Window_Cols=80
812050276Speter#				Non-Layers_Window_Rows=60
812150276Speter# Other SETUP modes may be set for operator convenience or communication
812250276Speter# requirements.  Some capabilities assume a printer attached to the Aux EIA
812350276Speter# port.  This termcap description is for the Fixed Non-Layers Window.  No
812450276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
812550276Speter# (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
812650276Speteratt630|AT&T 630 windowing terminal, 
812762449Speter	OTbs, am, da, db, mir, msgr, npc, xon, 
812850276Speter	cols#80, it#8, lines#60, lm#0, 
812950276Speter	bel=^G, blink=\E[5m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
813050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
813150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
813250276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
813350276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
813450276Speter	el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
813550276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, is2=\E[m, 
813650276Speter	kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
813750276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kent=^M, 
813850276Speter	kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, 
813950276Speter	kf15=\ENu, kf16=\ENv, kf17=\ENw, kf18=\ENx, kf19=\ENy, 
814050276Speter	kf20=\ENz, kf21=\EN{, kf22=\EN|, kf23=\EN}, kf24=\EN~, 
814150276Speter	kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, mc4=\E[?4i, 
814250276Speter	mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, 
814350276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m, 
814450276Speter	rmul=\E[m, rs2=\Ec, sc=\E7, 
814550276Speter	sgr=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m, 
814650276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
814750276Speteratt630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 
814850276Speter	lines#24, use=att630, 
814950276Speter
815050276Speter# This is the att700 entry for 700 native emulation of the AT&T 700
815150276Speter# terminal.  Comments are relative to changes from the 605V2 entry and
815250276Speter# att730 on which the entry is based.  Comments show the terminfo
815350276Speter# capability name, termcap name, and description.
815450276Speter#
815550276Speter# Here is what's going onm in the init string:
815650276Speter#	ESC [ 50;4|	set 700 native mode (really is 605)
815750276Speter# x	ESC [ 56;ps| 	set lines to 24: ps=0; 40: ps=1 (plus status line)
815850276Speter#	ESC [ 53;0|	set GenFlow to Xon/Xoff
815950276Speter#	ESC [ 8 ;0|	set CR on NL 
816050276Speter# x	ESC [ ? 3 l/h	set workspace: 80 col(l); 132 col(h)
816150276Speter#	ESC [ ? 4 l	jump scroll 
816250276Speter#	ESC [ ? 5 l/h	video: normal (l); reverse (h)
816350276Speter#	ESC [ ?13 l	Labels on
816450276Speter#	ESC [ ?15 l	parity check = no
816550276Speter#	ESC [ 13 l	monitor mode off
816650276Speter#	ESC [ 20 l	LF on NL (not CRLF on NL)
816750276Speter#	ESC [ ? 7 h	autowrap on
816850276Speter#	ESC [ 12 h	local echo off
816950276Speter#	ESC ( B		GO = ASCII
817050276Speter#	ESC ) 0		G1 = Special Char & Line Drawing
817150276Speter#	ESC [ ? 31 l	Set 7 bit controls
817250276Speter#
817350276Speter# Note: Most terminals, especially the 600 family use Reverse Video for
817450276Speter# standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
817550276Speter# Assume we should stay with reverse video for 70..  However, the 605V2 exits
817650276Speter# standout mode with \E[m (all normal attributes).  The 730 entry simply
817750276Speter# exits reverse video which would leave other current attributes intact.  It
817850276Speter# was assumed the 730 entry to be more correct so rmso has changed.  The
817950276Speter# 605V2 has no sequences to turn individual attributes off, thus its setting
818050276Speter# and the rmso/smso settings from the 730.
818150276Speter#
818250276Speter# Note: For the same reason as above in rmso I changed exit under-score mode
818350276Speter# to specifically turn off underscore, rather than return to all normal 
818450276Speter# attributes
818550276Speter#
818650276Speter# Note: The following pkey_xmit is taken from the 605V2 which contained the
818750276Speter# capability as pfxl.  It was changed here to pfx since pfxl
818850276Speter# will only compile successfully with Unix 4.0 tic.  Also note that pfx only
818950276Speter# allows strings to be parameters and label values must be programmed as
819050276Speter# constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
819150276Speter# and strings to be parameters.  The 605V2 pfx entry should be examined later
819250276Speter# in this regard. For reference the 730 pfxl entry is shown here for comparison
819350276Speter# 730 pfx entry:
819450276Speter#     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
819550276Speter# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
819650276Speter#
819750276Speter# (for 4.0 tic)
819850276Speter#     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
819950276Speter#
820050276Speter# (for <4.0 tic)
820150276Speter#     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
820250276Speter#
820350276Speter# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
820450276Speter#
820550276Speter# Port1 Interface
820650276Speter#
820750276Speter# modular 10 pin Connector
820850276Speter# Left side       Right side
820950276Speter# Pin 1 2 3 4 5 6 7 8 9 10
821050276Speter#
821150276Speter#        Key (notch) at bottom
821250276Speter#
821350276Speter# Pin    1 DSR
821450276Speter#        3 DCD
821550276Speter#        4 DTR
821650276Speter#        5 Sig Ground
821750276Speter#        6 RD
821850276Speter#        7 SD
821950276Speter#        8 CTS
822050276Speter#        9 RTS
822150276Speter#        10 Frame Ground
822250276Speter#
822350276Speter# The manual is 189 pages and is loaded with details about the escape codes,
822450276Speter# etc..... Available from AT&T CIC 800-432-6600...
822550276Speter# ask for Document number 999-300-660..
822650276Speter#
822750276Speteratt700|AT&T 700 24x80 column display w/102key keyboard, 
822850276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
822950276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
823050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
823150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
823250276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
823350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
823450276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
823550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
823650276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
823750276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
823850276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fln=4\,4, 
823950276Speter	fsl=\E8, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
824050276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, 
824150276Speter	is2=\E[50;4|\E[53;0|\E[8;0|\E[?4;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0\E[?31l\E[0m\017, 
824250276Speter	is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, 
824350276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
824450276Speter	kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, 
824550276Speter	kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, 
824650276Speter	kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, 
824750276Speter	kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, 
824850276Speter	kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOq, 
824950276Speter	kf3=\EOe, kf30=\EOr, kf31=\EOs, kf32=\EOt, kf33=\EOu, 
825050276Speter	kf34=\EOv, kf35=\EOw, kf36=\EOx, kf37=\EOy, kf38=\EOu, 
825150276Speter	kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
825250276Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, 
825350276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
825450276Speter	kich1=\E[@, kil1=\E[L, knp=\E[U, kpp=\E[V, ll=\E[24H, 
825550276Speter	mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
825650276Speter	pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s, 
825750276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
825850276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
825950276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[27m, rmul=\E[24m, 
826050276Speter	rmxon=\E[53;3|, rs1=\Ec\E[?3;5l\E[56;0|, sc=\E7, 
826150276Speter	sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
826250276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[p, smso=\E[7m, 
826350276Speter	smul=\E[4m, smxon=\E[53;0|, tbc=\E[3g, 
826450276Speter	tsl=\E7\E[99;%i%p1%dx, 
826550276Speter
826650276Speter# This entry was modified 3/13/90 by JWE.
826750276Speter# fixes include additions of <enacs>, correcting <rep>, and modification
826850276Speter# of <kHOM>.  (See comments below)
826950276Speter# att730 has status line of 80 chars
827050276Speter# These were commented out: <indn=\E[%p1%dS>, <rin=\E[%p1%dT>,
827150276Speter# the <kf25> and up keys are used for shifted system Fkeys
827250276Speter# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
827350276Speter# currently the same as <khome> (unshifted HOME or \E[H).  On the 102, 102+1
827450276Speter# and 122 key keyboards, the 730's translation is \E[2J.  For consistency
827550276Speter# <kHOM> has been commented out.  The user can uncomment <kHOM> if using the
827650276Speter# 102, 102+1, or 122 key keyboards
827750276Speter#       kHOM=\E[2J,
827850276Speter# (att730: I added <rmam>/<smam> based on the init string -- esr)
827950276Speteratt730|AT&T 730 windowing terminal, 
828050276Speter	am, da, db, eslok, hs, mir, msgr, npc, xenl, xon, 
828150276Speter	cols#80, it#8, lh#2, lines#60, lm#0, lw#8, nlab#24, wsl#80, 
828250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
828350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
828450276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
828550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
828650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
828750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
828850276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
828950276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
829050276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fsl=\E8, 
829150276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
829250276Speter	ind=\ED, invis=\E[8m, 
829350276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B, 
829450276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
829550276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
829650276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
829750276Speter	kf13=\ENs, kf14=\ENt, kf15=\ENu, kf16=\ENv, kf17=\ENw, 
829850276Speter	kf18=\ENx, kf19=\ENy, kf2=\EOd, kf20=\ENz, kf21=\EN{, 
829950276Speter	kf22=\EN|, kf23=\EN}, kf24=\EN~, kf25=\EOC, kf26=\EOD, 
830050276Speter	kf27=\EOE, kf28=\EOF, kf29=\EOG, kf3=\EOe, kf30=\EOH, 
830150276Speter	kf31=\EOI, kf32=\EOJ, kf33=\ENO, kf34=\ENP, kf35=\ENQ, 
830250276Speter	kf36=\ENR, kf37=\ENS, kf38=\ENT, kf39=\EOU, kf4=\EOf, 
830350276Speter	kf40=\EOV, kf41=\EOW, kf42=\EOX, kf43=\EOY, kf44=\EOZ, 
830450276Speter	kf45=\EO[, kf46=\EO\s, kf47=\EO], kf48=\EO\^, kf5=\EOg, 
830550276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
830650276Speter	kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T, 
830750276Speter	mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
830850276Speter	pfx=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq   SYS     F%p1%:-2d  %e;0;3q%;%p2%s, 
830950276Speter	pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s, 
831050276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
831150276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
831250276Speter	rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m, 
831350276Speter	rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, sc=\E7, 
831450276Speter	sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
831550276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
831650276Speter	smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h, 
831750276Speter	swidm=\E#6, tsl=\E7\E[;%i%p1%dx, 
831850276Speteratt730-41|730MTG-41|AT&T 730-41 windowing terminal Version, 
831950276Speter	lines#41, use=att730, 
832050276Speteratt730-24|730MTG-24|AT&T 730-24 windowing terminal Version, 
832150276Speter	lines#24, use=att730, 
832250276Speteratt730r|730MTGr|AT&T 730 rev video windowing terminal Version, 
832350276Speter	flash=\E[?5l$<200>\E[?5h, 
832462449Speter	is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, 
832562449Speter	use=att730, 
832650276Speteratt730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, 
832750276Speter	lines#41, use=att730r, 
832850276Speteratt730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, 
832950276Speter	lines#24, use=att730r, 
833050276Speter
833150276Speter# The following represents the screen layout along with the associated
833250276Speter# bezel buttons for the 5430/pt505 terminal. The "kf" designations do
833350276Speter# not appear on the screen but are shown to reference the bezel buttons.
833450276Speter# The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
833550276Speter# position relative to the screen.
833650276Speter#
833750276Speter#
833850276Speter#
833950276Speter#      +----------------------------------------------------------------+
834050276Speter#      |                                                                |
834150276Speter# XXXX | kf0                                                       kf24 | XXXX
834250276Speter#      |                                                                |
834350276Speter#      |                                                                |
834450276Speter# XXXX | kf1                                                       kf23 | XXXX
834550276Speter#      |                                                                |
834650276Speter#      |                                                                |
834750276Speter# XXXX | kf2                                                       kf22 | XXXX
834850276Speter#      |                                                                |
834950276Speter#      |                                                                |
835050276Speter# XXXX | kf3                                                       kf21 | XXXX
835150276Speter#      |                                                                |
835250276Speter#      |                                                                |
835350276Speter# XXXX | kf4                                                       kf20 | XXXX
835450276Speter#      |                                                                |
835550276Speter#      |                                                                |
835650276Speter# XXXX | kf5                                                       kf19 | XXXX
835750276Speter#      |                                                                |
835850276Speter#      |                                                                |
835950276Speter# XXXX | kf6                                                       kf18 | XXXX
836050276Speter#      |                                                                |
836150276Speter#      |                                                                |
836250276Speter# XXXX |                                                                | XXXX
836350276Speter#      |                                                                |
836450276Speter#      |                                                                |
836550276Speter#      +----------------------------------------------------------------+
836650276Speter#
836750276Speter#          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
836850276Speter#
836950276Speter# Note: XXXX represents the screen buttons
837050276Speter#                                                          CMD   REDRAW
837150276Speter#
837250276Speter#                                                          MAIL
837350276Speter#
837450276Speter# version 1 note: 
837550276Speter#	The character string sent by key 'kf26' may be user programmable
837650276Speter#       to send either \E[16s, or \E[26s.
837750276Speter#       The character string sent by key 'krfr' may be user programmable
837850276Speter#       to send either \E[17s, or \E[27s.
837950276Speter#
838050276Speter# Depression of the "CMD" key sends    \E!    (kcmd)
838150276Speter# Depression of the "MAIL" key sends   \E[26s (kf26)
838250276Speter# "REDRAW" same as "REFRESH" (krfr)
838350276Speter#
838450276Speter# "kf" functions adds carriage return to output string if terminal is in
838550276Speter# 'new line' mode.
838650276Speter#
838750276Speter# The following are functions not covered in the table above:
838850276Speter#
838950276Speter#       Set keyboard character (SKC): \EPn1;Pn2w
839050276Speter#                       Pn1= 0 Back Space key
839150276Speter#                       Pn1= 1 Break key
839250276Speter#                       Pn2=   Program char (hex)
839350276Speter#
839450276Speter#       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
839550276Speter#                       Pn1=     Window number (1-39)
839650276Speter#                       Pn2-Pn5= Y;X;Y;X coordinates
839750276Speter#
839850276Speter#       Screen Selection (SSL): \E[Pnu
839950276Speter#                       Pn= Window number
840050276Speter#
840150276Speter#       Set Terminal Modes (SM): \E[Pnh
840250276Speter#                       Pn= 3 Graphics mode
840350276Speter#                       Pn= > Cursor blink
840450276Speter#                       Pn= < Enter new line mode
840550276Speter#                       Pn= = Enter reverse insert/replace mode
840650276Speter#                       Pn= ? Enter no scroll mode
840750276Speter#
840850276Speter#       Reset Terminal Mode (RM): \E[Pnl
840950276Speter#                       Pn= 3 Exit graphics mode
841050276Speter#                       Pn= > Exit cursor blink
841150276Speter#                       Pn= < Exit new line mode
841250276Speter#                       Pn= = Exit reverse insert/replace mode
841350276Speter#                       Pn= ? Exit no scroll mode
841450276Speter#
841550276Speter#       Screen Status Report (SSR): \E[Pnp
841650276Speter#                       Pn= 0 Request current window number
841750276Speter#                       Pn= 1 Request current window dimensions
841850276Speter#
841950276Speter#       Device Status Report (DSR): \E[6n    Request cursor position
842050276Speter#
842150276Speter#       Call Status Report (CSR): \E[Pnv
842250276Speter#                       Pn= 0 Call failed
842350276Speter#                       Pn= 1 Call successful
842450276Speter#
842550276Speter#       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
842650276Speter#                       Pn1= Button number to be loaded
842750276Speter#                       Pn2= Character count of "string"
842850276Speter#                       Pn3= Key mode being loaded:
842950276Speter#                               0= Unshifted
843050276Speter#                               1= Shifted
843150276Speter#                               2= Control
843250276Speter#                       String= Text string (15 chars max)
843350276Speter#
843450276Speter#       Screen Number Report (SNR): \E[Pnp
843550276Speter#                       Pn= Screen number
843650276Speter#
843750276Speter#       Screen Dimension Report (SDR): \E[Pn1;Pn2r
843850276Speter#                       Pn1= Number of rows available in window
843950276Speter#                       Pn2= Number of columns available in window
844050276Speter#
844150276Speter#       Cursor Position Report (CPR): \E[Pn1;Pn2R
844250276Speter#                       Pn1= "Y" Position of cursor
844350276Speter#                       Pn2= "X" Position of cursor
844450276Speter#
844550276Speter#       Request Answer Back (RAB): \E[c
844650276Speter#
844750276Speter#       Answer Back Response (ABR): \E[?;*;30;VSV
844850276Speter#                       *=  0 No printer available
844950276Speter#                       *=  2 Printer available
845050276Speter#                       V=  Software version number
845150276Speter#                       SV= Software sub version number
845250276Speter#	(printer-available field not documented in v1)
845350276Speter#
845450276Speter#       Screen Alignment Aid: \En
845550276Speter#
845650276Speter#       Bell (lower pitch): \E[x
845750276Speter#
845850276Speter#       Dial Phone Number: \EPdstring\
845950276Speter#                       string= Phone number to be dialed
846050276Speter#
846150276Speter#       Set Phone Labels: \EPpstring\
846250276Speter#                       string= Label for phone buttons
846350276Speter#
846450276Speter#       Set Clock: \EPchour;minute;second\
846550276Speter#
846650276Speter#       Position Clock: \EPsY;X\
846750276Speter#                       Y= "Y" coordinate
846850276Speter#                       X= "X" coordinate
846950276Speter#
847050276Speter#       Delete Clock: \Epr\
847150276Speter#
847250276Speter#       Programming The Function Buttons: \EPfPn;string\
847350276Speter#                       Pn= Button number (00-06, 18-24)
847450276Speter#                                         (kf00-kf06, kf18-kf24)
847550276Speter#                       string= Text to sent on button depression
847650276Speter#
847750276Speter# The following in version 2 only:
847850276Speter#
847950276Speter#       Request For Local Directory Data: \EPp12;\
848050276Speter#
848150276Speter#       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
848250276Speter#
848350276Speter#	Request for Local Directory Data in print format: \EPp13;\
848450276Speter#
848550276Speter#	Enable 'Prt on Line' mode: \022 (DC2)
848650276Speter#
848750276Speter#	Disable 'Prt on Line' mode: \024 (DC4)
848850276Speter#
848950276Speter
849050276Speter# 05-Aug-86:
849150276Speter# The following Terminfo entry describes functions which are supported by
849250276Speter# the AT&T 5430/pt505 terminal software version 2 and later.
849350276Speteratt505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal, 
849450276Speter	am, xon, 
849550276Speter	cols#80, it#8, lines#24, 
849650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
849750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, 
849850276Speter	cnorm=\E[>l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
849950276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
850050276Speter	cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
850150276Speter	cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
850262449Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E[2K, home=\E[H, ht=^I, 
850350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, 
850450276Speter	is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l, 
850550276Speter	kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
850650276Speter	kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, 
850750276Speter	kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, 
850862449Speter	kf22=\E[22s, kf23=\E[23s, kf24=\E[24s, kf26=\E[26s, 
850950276Speter	kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, 
851050276Speter	krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
851150276Speter	rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m, 
851250276Speter	rmul=\E[m, rs1=\Ec, sc=\E7, sgr0=\E[m, smacs=\E[11m, 
851350276Speter	smam=\E[11;0j, smir=\E[4h, smso=\E[1m, smul=\E[4m, 
851450276Speter
851550276Speter# The following Terminfo entry describes functions which are supported by
851650276Speter# the AT&T 5430/pt505 terminal software version 1.
851750276Speteratt505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines, 
851850276Speter	lines#24, 
851950276Speter	mc4@, mc5@, rc@, rmam@, sc@, smam@, use=att505, 
852050276Spetertt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines, 
852150276Speter	lines#22, use=att505, 
852250276Speter#
852350276Speter#### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
852450276Speter# This cut mark helps make life less painful for people running ncurses tic
852550276Speter# on machines with relatively little RAM.  The file can be broken in half here
852650276Speter# cleanly and compiled in sections -- no `use' references cross this cut
852750276Speter# going forward.
852850276Speter#
852950276Speter
853050276Speter#### Ampex (Dialogue)
853150276Speter#
853250276Speter# Yes, these are the same people who are better-known for making audio- and
853350276Speter# videotape.  I'm told they are located in Redwood City, CA.
853450276Speter#
853550276Speter
853650276Speter# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
853750276Speter# (ampex80: some capabilities merged in from SCO's entry -- esr)
853850276Speterampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, 
853962449Speter	OTbs, am, bw, ul, 
854050276Speter	cols#80, it#8, lines#24, 
854150276Speter	bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, 
854250276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
854350276Speter	dch1=\EW, dl1=\ER$<5*>, ed=\Ey, el=\Et, ht=^I, hts=\E1, 
854450276Speter	ich1=\EQ, il1=\EE$<5*>, ind=^J, is2=\EA, rmso=\Ek, rmul=\Em, 
854550276Speter	smso=\Ej, smul=\El, tbc=\E3, 
854650276Speter# This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
854750276Speterampex175|ampex d175, 
854850276Speter	am, 
854950276Speter	cols#80, lines#24, 
855050276Speter	bel=^G, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
855150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
855250276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
855350276Speter	is2=\EX\EA\EF, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
855450276Speter	kdch1=\EW, kdl1=\ER, khome=^^, kich1=\EQ, kil1=\EE, ll=^^^K, 
855550276Speter	rmcup=\EF, rmso=\Ek, rmul=\Em, smcup=\EN, smso=\Ej, smul=\El, 
855650276Speter# No backspace key in the main QWERTY cluster. Fortunately, it has a
855750276Speter# NEWLINE/PAGE key just above RETURN that sends a strange single-character
855850276Speter# code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
855950276Speter# mode), this key can be used as the erase key; I find I like this. Because
856050276Speter# some people and some systems may not, there is another termcap ("ampex175")
856150276Speter# that suppresses this little eccentricity by omitting the relevant capability.
856250276Speterampex175-b|ampex d175 using left arrow for erase, 
856362449Speter	kbs=^_, use=ampex175, 
856450276Speter# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
856550276Speter# (ampex210: removed obsolete ":kn#10:" -- esr)
856650276Speterampex210|a210|ampex a210, 
856762449Speter	OTbs, am, hs, xenl, 
856850276Speter	cols#80, it#8, lines#24, xmc#1, 
856950276Speter	cbt=\EI, clear=\E*, cub1=^H, cuf1=^L, 
857050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
857150276Speter	dl1=\ER, ed=\Ey, el=\Et, flash=\EU\EX\EU\EX\EU\EX\EU\EX, 
857250276Speter	fsl=\E.2, home=^^, ht=^I, ich1=\EQ, 
857350276Speter	if=/usr/share/tabset/std, il1=\EE, invis@, 
857450276Speter	is2=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En, kcub1=^H, 
857550276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
857650276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
857750276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, khome=^^, 
857850276Speter	tsl=\E.0\Eg\E}\Ef, use=adm+sgr, 
857950276Speter# (ampex219: I added <rmam>/<smam> based on the init string, added <cvvis>
858050276Speter# from ampex219w, added <cnorm>=\E[?3l, irresistibly suggested by <cvvis>,
858150276Speter# and moved the padding to be *after* the caps -- esr)
858250276Speterampex219|ampex-219|amp219|Ampex with Automargins, 
858350276Speter	hs, xenl, 
858450276Speter	cols#80, it#8, lines#24, 
858550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, cbt=\E[Z, 
858650276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?3l, cr=^M, 
858750276Speter	csr=%i\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, 
858850276Speter	cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, 
858950276Speter	cuu1=\E[A$<2>, cvvis=\E[?3h, dim=\E[1m, ed=\E[J$<50>, 
859050276Speter	el=\E[K$<3>, home=\E[H, ht=^I, ind=^J, 
859150276Speter	is2=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
859250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[21~, 
859350276Speter	kf1=\E[7~, kf2=\E[8~, kf3=\E[9~, kf4=\E[10~, kf5=\E[11~, 
859450276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
859550276Speter	rev=\E[7m, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E>, 
859650276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, sgr0=\E[m$<2>, smam=\E[?7h, 
859750276Speter	smkx=\E=, smso=\E[7m$<2>, smul=\E[4m$<2>, 
859850276Speterampex219w|ampex-219w|amp219w|Ampex 132 cols, 
859950276Speter	cols#132, lines#24, 
860050276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
860150276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, use=ampex219, 
860250276Speter# (ampex232: removed <if=/usr/share/tabset/ampex>, no file and no <hts> --esr) 
860350276Speterampex232|ampex-232|Ampex Model 232, 
860450276Speter	am, 
860550276Speter	cols#80, lines#24, xmc#1, 
860650276Speter	cbt=\EI, civis=\E.0, clear=\E+, cnorm=\E.4, cub1=^H, cud1=^V, 
860750276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
860850276Speter	dch1=\EW, dl1=\ER$<5*/>, ed=\EY, el=\ET, 
860950276Speter	flash=\Eb$<200/>\Ed, ht=^I, ich1=\EQ, il1=\EE$<5*/>, 
861050276Speter	invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, 
861150276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
861250276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
861362449Speter	kf9=^AI\r, khome=^^, use=adm+sgr, 
861450276Speter# (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr) 
861550276Speterampex232w|Ampex Model 232 / 132 columns, 
861650276Speter	cols#132, lines#24, 
861750276Speter	is2=\E\034Eg\El, use=ampex232, 
861850276Speter
861950276Speter#### Ann Arbor (aa)
862050276Speter#
862150276Speter# Ann Arbor made dream terminals for hackers -- large screen sizes and huge
862250276Speter# numbers of function keys.  At least some used monitors in portrait mode,
862350276Speter# allowing up to 76-character screen heights!  They were reachable at:
862450276Speter#
862550276Speter#	Ann Arbor Terminals
862650276Speter#	6175 Jackson Road
862750276Speter#	Ann Arbor, MI 48103
862850276Speter#	(313)-663-8000
862950276Speter#
863050276Speter# But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
863150276Speter# can't be found on the Web; I fear they're long dead.  R.I.P.
863250276Speter#
863350276Speter
863450276Speter
863550276Speter# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
863650276Speter# Highly modified 6/22 by Mike O'Brien.
863750276Speter# split out into several for the various screen sizes by dave-yost@rand
863850276Speter# Modifications made 3/82 by Mark Horton
863950276Speter# Modified by Tom Quarles at UCB for greater efficiency and more diversity
864050276Speter# status line moved to top of screen, <flash> removed 5/82
864150276Speter# Some unknown person at SCO then hacked the init strings to make them more
864250276Speter# efficient.
864350276Speter#
864450276Speter# assumes the following setup:
864550276Speter#   A menu: 0000 1010  0001 0000
864650276Speter#   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
864750276Speter#   C menu: 56   66   0    0    9600  0110 1100
864850276Speter#   D menu: 0110 1001   1   0
864950276Speter#
865050276Speter#	Briefly, the settings are for the following modes:
865150276Speter#	   (values are for bit set/clear with * indicating our preference
865250276Speter#	    and the value used to test these termcaps)
865350276Speter#	Note that many of these settings are irrelevent to the terminfo
865450276Speter#	and are just set to the default mode of the terminal as shipped
865550276Speter#	by the factory.
865650276Speter#
865750276Speter# A menu: 0000 1010  0001 0000
865850276Speter#	Block/underline cursor*
865950276Speter#	blinking/nonblinking cursor*
866050276Speter#	key click/no key click*
866150276Speter#	bell/no bell at column 72*
866250276Speter#
866350276Speter#	key pad is cursor control*/key pad is numeric
866450276Speter#	return and line feed/return for <cr> key *
866550276Speter#	repeat after .5 sec*/no repeat
866650276Speter#	repeat at 25/15 chars per sec. *
866750276Speter#
866850276Speter#	hold data until pause pressed/process data unless pause pressed*
866950276Speter#	slow scroll/no slow scroll*
867050276Speter#	Hold in area/don't hold in area*
867150276Speter#	functions keys have default*/function keys disabled on powerup
867250276Speter#
867350276Speter#	show/don't show position of cursor during page transmit*
867450276Speter#	unused
867550276Speter#	unused
867650276Speter#	unused
867750276Speter#
867850276Speter# B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
867950276Speter#	Baud rate (9600*)
868050276Speter#
868150276Speter#	2 bits of parity - 00=odd,01=even*,10=space,11=mark
868250276Speter#	1 stop bit*/2 stop bits
868350276Speter#	parity error detection off*/on
868450276Speter#
868550276Speter#	keyboard local/on line*
868650276Speter#	half/full duplex*
868750276Speter#	disable/do not disable keyboard after data transmission*
868850276Speter#
868950276Speter#	transmit entire page/stop transmission at cursor*
869050276Speter#	transfer/do not transfer protected characters*
869150276Speter#	transmit all characters/transmit only selected characters*
869250276Speter#	transmit all selected areas/transmit only 1 selected area*
869350276Speter#
869450276Speter#	transmit/do not transmit line separators to host*
869550276Speter#	transmit/do not transmit page tab stops tabs to host*
869650276Speter#	transmit/do not transmit column tab stop tabs to host*
869750276Speter#	transmit/do not transmit graphics control (underline,inverse..)*
869850276Speter#
869950276Speter#	enable*/disable auto XON/XOFF control
870050276Speter#	require/do not require receipt of a DC1 from host after each LF*
870150276Speter#	pause key acts as a meta key/pause key is pause*
870250276Speter#	unused
870350276Speter#
870450276Speter#	unused
870550276Speter#	unused
870650276Speter#	unused
870750276Speter#	unused
870850276Speter#
870950276Speter#	XON character (17*)
871050276Speter#	XOFF character (19*)
871150276Speter#
871250276Speter# C menu: 56   66   0    0    9600  0110 1100
871350276Speter#	number of lines to print data on (printer) (56*)
871450276Speter#
871550276Speter#	number of lines on a sheet of paper (printer) (66*)
871650276Speter#
871750276Speter#	left margin (printer) (0*)
871850276Speter#
871950276Speter#	number of pad chars on new line to printer (0*)
872050276Speter#
872150276Speter#	printer baud rate (9600*)
872250276Speter#
872350276Speter#	printer parity: 00=odd,01=even*,10=space,11=mark
872450276Speter#	printer stop bits: 2*/1
872550276Speter#	print/do not print guarded areas*
872650276Speter#
872750276Speter#	new line is: 01=LF,10=CR,11=CRLF*
872850276Speter#	unused
872950276Speter#	unused
873050276Speter#
873150276Speter# D menu: 0110 1001   1   0
873250276Speter#	LF is newline/LF is down one line, same column*
873350276Speter#	wrap to preceding line if move left from col 1*/don't wrap
873450276Speter#	wrap to next line if move right from col 80*/don't wrap
873550276Speter#	backspace is/is not destructive*
873650276Speter#
873750276Speter#	display*/ignore DEL character
873850276Speter#	display will not/will scroll*
873950276Speter#	page/column tab stops*
874050276Speter#	erase everything*/erase unprotected only
874150276Speter#
874250276Speter#	editing extent: 0=display,1=line*,2=field,3=area
874350276Speter#
874450276Speter#	unused
874550276Speter#
874650276Speter
874750276Speterannarbor4080|aa4080|ann arbor 4080, 
874862449Speter	OTbs, am, 
874950276Speter	cols#80, lines#40, 
875050276Speter	bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, 
875150276Speter	cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c, 
875250276Speter	cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, 
875350276Speter	kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, 
875450276Speter
875550276Speter# Strange Ann Arbor terminal from BRL
875650276Speteraas1901|Ann Arbor K4080 w/S1901 mod, 
875750276Speter	am, 
875850276Speter	cols#80, lines#40, 
875950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^N, 
876050276Speter	home=^K, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, ll=^O\0c, 
876150276Speter	nel=^M^J, 
876250276Speter
876350276Speter# If you're using the GNU termcap library, add
876450276Speter#	:cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
876550276Speter# to these capabilities.  This is the nonstandard GNU termcap scrolling
876650276Speter# capability, arguments are:
876750276Speter#   1. Total number of lines on the screen.
876850276Speter#   2. Number of lines above desired scroll region.
876950276Speter#   3. Number of lines below (outside of) desired scroll region.
877050276Speter#   4. Total number of lines on the screen, the same as the first parameter.
877150276Speter# The generic Ann Arbor entry is the only one that uses this.
877250276Speteraaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), 
877362449Speter	OTbs, am, km, mc5i, mir, xon, 
877450276Speter	cols#80, it#8, 
877550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
877650276Speter	clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
877750276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
877850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
877950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
878050276Speter	el=\E[K$<5>, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
878150276Speter	hts=\EH, ich=\E[%p1%d@$<4*>, ich1=\E[@$<4>, il=\E[%p1%dL, 
878250276Speter	il1=\E[L$<3>, ind=^K, invis=\E[8m, is1=\E[m\E7\E[H\E9\E8, 
878350276Speter	is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kbs=^H, kcbt=\E[Z, 
878450276Speter	kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
878550276Speter	kdch1=\E[P, kdl1=\E[M, kf1=\EOA, kf10=\EOJ, kf11=\EOK, 
878650276Speter	kf12=\EOL, kf13=\EOM, kf14=\EON, kf15=\EOO, kf16=\EOP, 
878750276Speter	kf17=\EOQ, kf18=\EOR, kf19=\EOS, kf2=\EOB, kf20=\EOT, 
878850276Speter	kf21=\EOU, kf22=\EOV, kf23=\EOW, kf24=\EOX, kf3=\EOC, 
878950276Speter	kf4=\EOD, kf5=\EOE, kf6=\EOF, kf7=\EOG, kf8=\EOH, kf9=\EOI, 
879050276Speter	khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i, 
879150276Speter	mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8, 
879250276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
879350276Speter	rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\, 
879450276Speter	rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7, 
879550276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
879650276Speter	sgr0=\E[m, 
879750276Speter	smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\, 
879850276Speter	smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
879950276Speter	vpa=\E[%p1%{1}%+%dd, 
880050276Speter
880150276Speteraaa+rv|ann arbor ambassador in reverse video, 
880250276Speter	blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m, 
880350276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
880450276Speter	rs1=\E[H\E[7m\E[J$<156>, 
880550276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
880650276Speter	sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m, 
880750276Speter# Ambassador with the DEC option, for partial vt100 compatibility.
880850276Speteraaa+dec|ann arbor ambassador in dec vt100 mode, 
880950276Speter	acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}, 
881050276Speter	csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N, 
881150276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;, 
881250276Speter	smacs=^O, 
881350276Speteraaa-18|ann arbor ambassador/18 lines, 
881450276Speter	lines#18, 
881550276Speter	is2=\E7\E[60;0;0;18p\E8, 
881662449Speter	rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, 
881762449Speter	use=aaa+unk, 
881850276Speteraaa-18-rv|ann arbor ambassador/18 lines+reverse video, 
881950276Speter	use=aaa+rv, use=aaa-18, 
882050276Speteraaa-20|ann arbor ambassador/20 lines, 
882150276Speter	lines#20, 
882250276Speter	is2=\E7\E[60;0;0;20p\E8, 
882362449Speter	rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, 
882462449Speter	use=aaa+unk, 
882550276Speteraaa-22|ann arbor ambassador/22 lines, 
882650276Speter	lines#22, 
882750276Speter	is2=\E7\E[60;0;0;22p\E8, 
882862449Speter	rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, 
882962449Speter	use=aaa+unk, 
883050276Speteraaa-24|ann arbor ambassador/24 lines, 
883150276Speter	lines#24, 
883250276Speter	is2=\E7\E[60;0;0;24p\E8, 
883362449Speter	rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, 
883462449Speter	use=aaa+unk, 
883550276Speteraaa-24-rv|ann arbor ambassador/24 lines+reverse video, 
883650276Speter	use=aaa+rv, use=aaa-24, 
883750276Speteraaa-26|ann arbor ambassador/26 lines, 
883850276Speter	lines#26, 
883950276Speter	is2=\E7\E[60;0;0;26p\E8, 
884050276Speter	rmcup=\E[60;0;0;26p\E[26;1H\E[K, 
884150276Speter	smcup=\E[H\E[J$<156>\E[26;0;0;26p, use=aaa+unk, 
884250276Speteraaa-28|ann arbor ambassador/28 lines, 
884350276Speter	lines#28, 
884450276Speter	is2=\E7\E[60;0;0;28p\E8, 
884550276Speter	rmcup=\E[60;0;0;28p\E[28;1H\E[K, 
884650276Speter	smcup=\E[H\E[J$<156>\E[28;0;0;28p, use=aaa+unk, 
884750276Speteraaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status, 
884850276Speter	eslok, hs, 
884950276Speter	lines#29, 
885050276Speter	dsl=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
885150276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, 
885250276Speter	rmcup=\E[60;1;0;30p\E[29;1H\E[K, 
885350276Speter	smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, 
885462449Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
885550276Speteraaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video, 
885650276Speter	use=aaa+rv, use=aaa-30-s, 
885750276Speteraaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context, 
885850276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
885950276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, 
886050276Speteraaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video, 
886150276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
886250276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, 
886350276Speteraaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, 
886450276Speter	lines#30, 
886550276Speter	is2=\E7\E[60;0;0;30p\E8, 
886650276Speter	rmcup=\E[60;0;0;30p\E[30;1H\E[K, 
886750276Speter	smcup=\E[H\E[J$<156>\E[30;0;0;30p, use=aaa+unk, 
886850276Speteraaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video, 
886950276Speter	use=aaa+rv, use=aaa-30, 
887050276Speteraaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context, 
887150276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
887250276Speter	use=aaa-30, 
887350276Speteraaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context, 
887450276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
887550276Speter	use=aaa+rv, use=aaa-30, 
887650276Speteraaa-36|ann arbor ambassador/36 lines, 
887750276Speter	lines#36, 
887850276Speter	is2=\E7\E[60;0;0;36p\E8, 
887950276Speter	rmcup=\E[60;0;0;36p\E[36;1H\E[K, 
888050276Speter	smcup=\E[H\E[J$<156>\E[36;0;0;36p, use=aaa+unk, 
888150276Speteraaa-36-rv|ann arbor ambassador/36 lines+reverse video, 
888250276Speter	use=aaa+rv, use=aaa-36, 
888350276Speteraaa-40|ann arbor ambassador/40 lines, 
888450276Speter	lines#40, 
888550276Speter	is2=\E7\E[60;0;0;40p\E8, 
888650276Speter	rmcup=\E[60;0;0;40p\E[40;1H\E[K, 
888750276Speter	smcup=\E[H\E[J$<156>\E[40;0;0;40p, use=aaa+unk, 
888850276Speteraaa-40-rv|ann arbor ambassador/40 lines+reverse video, 
888950276Speter	use=aaa+rv, use=aaa-40, 
889050276Speteraaa-48|ann arbor ambassador/48 lines, 
889150276Speter	lines#48, 
889250276Speter	is2=\E7\E[60;0;0;48p\E8, 
889350276Speter	rmcup=\E[60;0;0;48p\E[48;1H\E[K, 
889450276Speter	smcup=\E[H\E[J$<156>\E[48;0;0;48p, use=aaa+unk, 
889550276Speteraaa-48-rv|ann arbor ambassador/48 lines+reverse video, 
889650276Speter	use=aaa+rv, use=aaa-48, 
889750276Speteraaa-60-s|ann arbor ambassador/59 lines+status, 
889850276Speter	eslok, hs, 
889950276Speter	lines#59, 
890050276Speter	dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
890150276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, 
890262449Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
890350276Speteraaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video, 
890450276Speter	use=aaa+rv, use=aaa-60-s, 
890550276Speteraaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video, 
890650276Speter	use=aaa+dec, use=aaa+rv, use=aaa-60-s, 
890750276Speteraaa-60|ann arbor ambassador/60 lines, 
890850276Speter	lines#60, 
890962449Speter	is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, 
891062449Speter	use=aaa+unk, 
891150276Speteraaa-60-rv|ann arbor ambassador/60 lines+reverse video, 
891250276Speter	use=aaa+rv, use=aaa-60, 
891350276Speteraaa-db|ann arbor ambassador 30/destructive backspace, 
891462449Speter	OTbs@, 
891562449Speter	cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, use=aaa-30, 
891650276Speter
891750276Speterguru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, 
891850276Speter	lines#33, 
891950276Speter	flash=\E[>59h$<100>\E[>59l, 
892050276Speter	is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, 
892162449Speter	rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, use=aaa+unk, 
892250276Speterguru+rv|guru changes for reverse video, 
892350276Speter	flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, 
892450276Speterguru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, 
892550276Speter	use=guru+rv, use=guru-33, 
892650276Speterguru+s|guru status line, 
892750276Speter	eslok, hs, 
892850276Speter	dsl=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, 
892950276Speter	rmcup=\E[255;1p\E[255;1H\E[K, smcup=, 
893050276Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, 
893150276Speterguru-nctxt|guru with no saved context, 
893250276Speter	smcup=\E[H\E[J$<156>\E[33p\E[255;1H\E[K, use=guru, 
893350276Speterguru-s|guru-33-s|ann arbor guru/33 lines+status, 
893450276Speter	lines#32, 
893550276Speter	is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, 
893662449Speter	smcup=\E[33;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
893750276Speterguru-24|ann arbor guru 24 lines, 
893850276Speter	cols#80, lines#24, 
893962449Speter	is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, 
894062449Speter	use=guru+unk, 
894150276Speterguru-44|ann arbor guru 44 lines, 
894250276Speter	cols#97, lines#44, 
894362449Speter	is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, 
894462449Speter	use=guru+unk, 
894550276Speterguru-44-s|ann arbor guru/44 lines+status, 
894650276Speter	lines#43, 
894750276Speter	is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, 
894862449Speter	smcup=\E[44;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
894950276Speterguru-76|guru with 76 lines by 89 cols, 
895050276Speter	cols#89, lines#76, 
895162449Speter	is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, 
895262449Speter	use=guru+unk, 
895350276Speterguru-76-s|ann arbor guru/76 lines+status, 
895450276Speter	cols#89, lines#75, 
895550276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, 
895662449Speter	smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
895750276Speterguru-76-lp|guru-lp|guru with page bigger than line printer, 
895850276Speter	cols#134, lines#76, 
895962449Speter	is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, 
896062449Speter	use=guru+unk, 
896150276Speterguru-76-w|guru 76 lines by 178 cols, 
896250276Speter	cols#178, lines#76, 
896362449Speter	is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, 
896462449Speter	use=guru+unk, 
896550276Speterguru-76-w-s|ann arbor guru/76 lines+status+wide, 
896650276Speter	cols#178, lines#75, 
896750276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, 
896862449Speter	smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
896950276Speterguru-76-wm|guru 76 lines by 178 cols with 255 cols memory, 
897050276Speter	cols#178, lines#76, 
897162449Speter	is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, 
897262449Speter	use=guru+unk, 
897350276Speteraaa-rv-unk|ann arbor unknown type, 
897450276Speter	lh#0, lw#0, nlab#0, 
897550276Speter	blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m, 
897650276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
897750276Speter	rs1=\E[H\E[7m\E[J, 
897850276Speter	sgr=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
897950276Speter	sgr0=\E[7m, smso=\E[m, smul=\E[4;7m, 
898050276Speter
898150276Speter#### Applied Digital Data Systems (adds)
898250276Speter#
898350276Speter# ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
898450276Speter# ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
898550276Speter# terminals was merged again.  Then AT&T sold the terminal business to
898650276Speter# SunRiver, which later changed its  name to Boundless Technologies.  The
898750276Speter# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
898850276Speter# as of early 1995) are at:
898950276Speter#
899050276Speter#	Boundless Technologies
899150276Speter#	100 Marcus Boulevard
899250276Speter#	Hauppauge, NY 11788-3762
899350276Speter#	Vox: (800)-231-5445
899450276Speter#	Fax: (516)-342-7378
899550276Speter#	Web: http://boundless.com
899650276Speter#
899750276Speter# Their voice mail used to describe the place as "SunRiver (formerly ADDS)". 
899850276Speter# In 1995 Boundless acquired DEC's terminals business.  
899950276Speter#
900050276Speter
900150276Speter# Regent: lowest common denominator, works on all regents.
900250276Speter# (regent: renamed ":bc:" to ":le:" -- esr)
900350276Speterregent|Adds Regent Series, 
900462449Speter	OTbs, am, 
900550276Speter	cols#80, lines#24, 
900650276Speter	bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, 
900750276Speter	home=\EY\s\s, ind=^J, ll=^A, 
900850276Speter# Regent 100 has a bug where if computer sends escape when user is holding
900950276Speter# down shift key it gets confused, so we avoid escape.
901050276Speterregent100|Adds Regent 100, 
901150276Speter	xmc#1, 
901262449Speter	bel=^G, 
901362449Speter	cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
901450276Speter	kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, 
901550276Speter	kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, 
901650276Speter	lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, 
901762449Speter	sgr0=\E0@, smso=\E0P, smul=\E0`, use=regent, 
901862449Speterregent20|Adds Regent 20, 
901962449Speter	bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, 
902050276Speter	use=regent, 
902150276Speterregent25|Adds Regent 25, 
902262449Speter	bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, 
902362449Speter	use=regent20, 
902450276Speterregent40|Adds Regent 40, 
902550276Speter	xmc#1, 
902650276Speter	bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, 
902750276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
902850276Speter	kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, 
902950276Speter	lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, sgr0=\E0@, smso=\E0P, 
903062449Speter	smul=\E0`, use=regent25, 
903150276Speterregent40+|Adds Regent 40+, 
903250276Speter	is2=\EB, use=regent40, 
903350276Speterregent60|regent200|Adds Regent 60, 
903450276Speter	dch1=\EE, is2=\EV\EB, kdch1=\EE, kich1=\EF, krmir=\EF, 
903550276Speter	rmir=\EF, rmso=\ER\E0@\EV, smir=\EF, smso=\ER\E0P\EV, 
903650276Speter	use=regent40+, 
903750276Speter# From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
903850276Speter# (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
903950276Speterviewpoint|addsviewpoint|adds viewpoint, 
904062449Speter	OTbs, am, 
904150276Speter	cols#80, lines#24, 
904250276Speter	bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, 
904350276Speter	cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
904450276Speter	cvvis=\017\E0P, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, 
904550276Speter	ind=^J, is2=\017\E0`, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
904650276Speter	kf0=^B1, kf2=^B2, kf3=^B!, kf4=^B", kf5=^B#, khome=^A, ll=^A, 
904750276Speter	rmso=^O, rmul=^O, sgr0=^O, smso=^N, smul=^N, 
904850276Speter# Some viewpoints have bad ROMs that foo up on ^O
904950276Speterscrewpoint|adds viewpoint with ^O bug, 
905050276Speter	cvvis@, rmso@, rmul@, smso@, smul@, use=viewpoint, 
905150276Speter
905250276Speter# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
905350276Speter# The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.  
905450276Speter# Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
905550276Speter# underline=01100000, rev=01010000, blink=01000010,dim=01000001,
905650276Speter# invis=01000100 and %c is the logical or of desired attributes.
905750276Speter# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
905850276Spetervp3a+|viewpoint3a+|adds viewpoint 3a+, 
905950276Speter	am, bw, 
906050276Speter	cols#80, it#8, lines#24, 
906150276Speter	civis=^W, clear=\E*$<80>, cnorm=^X, cr=^M, cub1=^H, cud1=^J, 
906250276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
906350276Speter	ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
906450276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, 
906550276Speter	sgr=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), 
906650276Speter	sgr0=\E(, smso=\E0Q\E), 
906750276Spetervp60|viewpoint60|addsvp60|adds viewpoint60, 
906850276Speter	use=regent40, 
906950276Speter#
907050276Speter# adds viewpoint 90 - from cornell
907150276Speter# Note:  emacs sends ei occasionally to insure the terminal is out of
907250276Speter#        insert mode. This unfortunately puts the viewpoint90 IN insert
907350276Speter#        mode.  A hack to get around this is <ich1=\EF\s\EF^U>.  (Also,
907450276Speter#   -    :ei=:im=: must be present in the termcap translation.)
907550276Speter#   -    <xhp> indicates glitch that attributes stick to location
907650276Speter#   -    <msgr> means it's safe to move in standout mode
907750276Speter#   -    <clear=\EG\Ek>: clears screen and visual attributes without affecting
907850276Speter#               the status line
907950276Speter# Function key and label capabilities merged in from SCO.
908050276Spetervp90|viewpoint90|adds viewpoint 90, 
908162449Speter	OTbs, bw, msgr, xhp, 
908250276Speter	cols#80, lines#24, 
908350276Speter	clear=\EG\Ek, cub1=^H, cud1=^J, cuf1=^F, 
908450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, 
908550276Speter	dl1=\El, ed=\Ek, el=\EK, home=\EY\s\s, ht=^I, 
908650276Speter	ich1=\EF \EF\025, ind=^J, kbs=^H, kcub1=^U, kcud1=^J, 
908750276Speter	kcuf1=^F, kcuu1=^Z, kf0=^B1\r, kf1=^B2\r, kf10=^B;\r, 
908850276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
908950276Speter	kf7=^B8\r, kf8=^B9\r, kf9=^B\:\r, khome=^A, lf0=F1, lf1=F2, 
909050276Speter	lf10=F11, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, 
909150276Speter	lf9=F10, ll=^A, rmso=\ER\E0@\EV, rmul=\ER\E0@\EV, 
909250276Speter	sgr0=\ER\E0@\EV, smso=\ER\E0Q\EV, smul=\ER\E0`\EV, 
909350276Speter# Note: if return acts weird on a980, check internal switch #2
909450276Speter# on the top chip on the CONTROL pc board.
909550276Speteradds980|a980|adds consul 980, 
909662449Speter	OTbs, am, 
909750276Speter	cols#80, lines#24, 
909850276Speter	bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, 
909950276Speter	cuf1=\E^E01, cup=\013%p1%{64}%+%c\E\005%p2%2d, 
910050276Speter	dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, 
910150276Speter	kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, 
910250276Speter	kf9=\E9, rmso=^O, sgr0=^O, smso=^Y^^^N, 
910350276Speter
910450276Speter#### C. Itoh Electronics
910550276Speter#
910650276Speter# As of 1995 these people no longer make terminals (they're still in the
910750276Speter# printer business).  Their terminals were all clones of the DEC VT series.
910850276Speter# They're located in Orange County, CA.
910950276Speter#
911050276Speter
911150276Speter# CIT 80  - vt-52 emulator, the termcap has been modified to remove
911250276Speter#           the delay times and do an auto tab set rather than the indirect
911350276Speter#           file used in vt100.
911450276Spetercit80|cit-80|citoh 80, 
911562449Speter	OTbs, am, 
911650276Speter	cols#80, lines#24, 
911750276Speter	clear=\E[H\EJ, cr=^M, cub1=^H, cuf1=\E[C, 
911850276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 
911950276Speter	ind=^J, is2=\E>, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
912050276Speter	kcuu1=\EOA, rmkx=\E[?1l\E>, smkx=\E[?1h\E=, 
912150276Speter# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
912250276Speter# (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
912350276Spetercit101|citc|C.itoh fast vt100, 
912462449Speter	OTbs, am, xenl, 
912550276Speter	cols#80, lines#24, 
912650276Speter	bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H, cuf1=\E[C, 
912750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, 
912850276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, 
912950276Speter	flash=\E[?5h$<200/>\E[?5l, ich1=\E[@, il1=\E[L, 
913050276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g, 
913150276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
913250276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
913350276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
913450276Speter	smul=\E[4m, 
913550276Speter# CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
913650276Speter# The following termcap entry was created from the Callan cd100 entry.  The
913750276Speter# last two lines (with the capabilities in caps) are used by RM-cobol to allow
913850276Speter# full selection of combinations of reverse video, underline, and blink.
913950276Speter# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
914050276Speter# f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
914150276Speter# :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
914250276Spetercit101e|C. Itoh CIT-101e, 
914362449Speter	OTbs, OTpt, am, mir, msgr, 
914450276Speter	cols#80, it#8, lines#24, 
914550276Speter	acsc=, clear=\E[H\E[J, cnorm=, csr=\E[%i%p1%2d;%p2%2dr, 
914650276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
914750276Speter	cvvis=\E[?1l\E[?4l\E[?7h, dch1=\E[P, dl1=\E[M, ed=\E[J, 
914850276Speter	el=\E[K, if=/usr/share/tabset/vt100, il1=\E[L, 
914950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOT, 
915050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOm, kf6=\EOl, 
915150276Speter	kf7=\EOM, kf8=\EOn, rc=\E8, ri=\EM, rmacs=^O, rmir=\E[4l, 
915250276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N, smir=\E[4h, 
915350276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
915450276Speter# From: David S. Lawyer, June 1997:
915550276Speter# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
915650276Speter# Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
915750276Speter# late 1980's CIT Terminals went out of business.
915850276Speter# There is no need to use the initialization string is=... (by invoking
915950276Speter# tset or setterm etc.) provided that the terminal has been manually set
916050276Speter# up (and the setup saved with ^S) to be compatible with this termcap.  To be
916150276Speter# compatible it should be in ANSI mode (not VT52).   A set-up that
916250276Speter# works is to set all the manually setable stuff to factory defaults
916350276Speter# by pressing ^D in set-up mode.  Then increse the brighness with the
916450276Speter# up-arrow key since the factory default will likely be dim on an old
916550276Speter# terminal.  Then change any options you want (provided that they are
916650276Speter# compatible with the termcap).  For my terminal I set: Screen
916750276Speter# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
916850276Speter# on.  I also set up mine for parity (but you may not need it).  Then 
916950276Speter# save the setup with ^S.
917050276Speter# (cit101e-rv: added empty <rmcup> to suppress a tic warning. --esr)
917150276Spetercit101e-rv|Citoh CIT-101e (sets reverse video), 
917250276Speter	am, eo, mir, msgr, xenl, xon, 
917350276Speter	cols#80, it#8, lines#24, 
917462449Speter	OTnl=\EM, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
917562449Speter	civis=\E[1v, clear=\E[H\E[J, cnorm=\E[0;3;4v, cr=^M, 
917650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
917750276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
917850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
917950276Speter	cvvis=\E[3;5v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
918050276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l\E[?5h$<200/>, 
918150276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
918250276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
918350276Speter	is2=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
918450276Speter	kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
918550276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, 
918650276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=, rmir=\E[4l, 
918750276Speter	rmso=\E[m, rmul=\E[m, rs1=\Ec\E[?7h\E[>5g, sc=\E7, 
918850276Speter	sgr0=\E[m, smcup=\E[>5g\E[?7h\E[?5h, smir=\E[4h, 
918950276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, u6=\E[%i%p1%d;%p2%dR, 
919050276Speter	u7=\E[6n, u8=\E[?6c, u9=\E[c, 
919150276Spetercit101e-n|CIT-101e w/o am, 
919250276Speter	am@, 
919362449Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
919462449Speter	use=cit101e, 
919550276Spetercit101e-132|CIT-101e with 132 cols, 
919650276Speter	cols#132, 
919750276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
919850276Spetercit101e-n132|CIT-101e with 132 cols w/o am, 
919950276Speter	am@, 
920050276Speter	cols#132, 
920162449Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
920262449Speter	use=cit101e, 
920350276Speter# CIE Terminals CIT-500 from BRL
920450276Speter# The following SET-UP modes are assumed for normal operation:
920550276Speter#	GENERATE_XON/XOFF:YES	DUPLEX:FULL		NEWLINE:OFF
920650276Speter#	AUTOWRAP:ON		MODE:ANSI		SCREEN_LENGTH:64_LINES
920750276Speter#	DSPLY_CNTRL_CODES?NO	PAGE_WIDTH:80		EDIT_MODE:OFF
920850276Speter# Other SET-UP modes may be set for operator convenience or communication
920950276Speter# requirements.
921050276Speter# Hardware tabs are assumed to be set every 8 columns; they can be set up
921150276Speter# by the "reset", "tset", or "tabs" utilities.  No delays are specified; use
921250276Speter# "stty ixon -ixany" to enable DC3/DC1 flow control!
921350276Speter# (cit500: I added <rmam>/<smam> based on the init string -- esr)
921450276Spetercit500|CIE Terminals CIT-500, 
921562449Speter	OTbs, OTpt, mir, msgr, xon, 
921662449Speter	OTkn#10, cols#80, it#8, lines#64, vt#3, 
921750276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
921850276Speter	clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
921950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
922050276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
922150276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
922250276Speter	ed=\EJ, el=\EK, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
922350276Speter	il1=\E[L, ind=^J, is2=\E<\E)0, kbs=^H, kcbt=\E[Z, kcub1=\EOD, 
922450276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[P, kdl1=\E[M, 
922550276Speter	ked=\EJ, kel=\EK, kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
922650276Speter	kf4=\EOU, kf5=\EOV, kf6=\EOW, kf7=\EOX, kf8=\EOY, kf9=\EOZ, 
922750276Speter	khome=\E[H, kich1=\E[4h, kil1=\E[L, krmir=\E[4l, lf0=PF1, 
922850276Speter	lf1=PF2, lf2=PF3, lf3=PF4, lf4=F15, lf5=F16, lf6=F17, lf7=F18, 
922950276Speter	lf8=F19, lf9=F20, ll=\E[64H, nel=\EE, rc=\E8, rev=\E[7m, 
923050276Speter	ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, 
923150276Speter	rmso=\E[m, rmul=\E[m, 
923250276Speter	rs1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>, 
923350276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smam=\E[?7h, smir=\E[4h, 
923450276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
923550276Speter
923650276Speter# C. Itoh printers begin here
923750276Spetercitoh|ci8510|8510|c.itoh 8510a, 
923850276Speter	cols#80, it#8, 
923950276Speter	bold=\E!, cub1@, 
924050276Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073., 
924150276Speter	rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, 
924262449Speter	smul=\EX, use=lpr, 
924350276Spetercitoh-pica|citoh in pica, 
924450276Speter	is1=\EN, use=citoh, 
924550276Spetercitoh-elite|citoh in elite, 
924650276Speter	cols#96, 
924750276Speter	is1=\EE, 
924862449Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089., 
924962449Speter	use=citoh, 
925050276Spetercitoh-comp|citoh in compressed, 
925150276Speter	cols#136, 
925250276Speter	is1=\EQ, 
925362449Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129., 
925462449Speter	use=citoh, 
925550276Speter# citoh has infinite cols because we don't want lp ever inserting \n\t**.
925650276Spetercitoh-prop|citoh-ps|ips|citoh in proportional spacing mode, 
925750276Speter	cols#32767, 
925850276Speter	is1=\EP, use=citoh, 
925950276Spetercitoh-6lpi|citoh in 6 lines per inch mode, 
926050276Speter	is3=\EA, use=citoh, 
926150276Spetercitoh-8lpi|citoh in 8 lines per inch mode, 
926250276Speter	lines#88, 
926350276Speter	is3=\EB, use=citoh, 
926450276Speter
926550276Speter#### Control Data (cdc)
926650276Speter#
926750276Speter
926850276Spetercdc456|cdc 456 terminal, 
926962449Speter	OTbs, am, 
927050276Speter	cols#80, lines#24, 
927150276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
927250276Speter	cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, 
927350276Speter	el=^V, home=^Y, il1=\EL, ind=^J, 
927450276Speter
927550276Speter# Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
927650276Spetercdc721|CDC Viking, 
927762449Speter	OTbs, am, 
927850276Speter	cols#80, lines#24, 
927950276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
928050276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
928150276Speter	kcuu1=^W, khome=^Y, 
928250276Spetercdc721ll|CDC Vikingll, 
928362449Speter	OTbs, am, 
928450276Speter	cols#132, lines#24, 
928550276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
928650276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
928750276Speter	kcuu1=^W, khome=^Y, 
928850276Speter# (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
928950276Spetercdc752|CDC 752, 
929062449Speter	OTbs, am, bw, xhp, 
929150276Speter	cols#80, lines#24, 
929250276Speter	bel=^G, clear=\030\E1\s\s, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
929350276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V, 
929450276Speter	home=\E1\s\s, ind=^J, ll=^Y, rs1=\E1  \030\002\003\017, 
929550276Speter# CDC 756
929650276Speter# The following switch/key settings are assumed for normal operation:
929750276Speter#	96 chars	SCROLL		FULL duplex	not BLOCK
929850276Speter# Other switches may be set according to communication requirements.
929950276Speter# Insert/delete-character cannot be used, as the whole display is affected.
930050276Speter# "so" & "se" are commented out until jove handles "sg" correctly.
930150276Spetercdc756|CDC 756, 
930262449Speter	OTbs, am, bw, 
930362449Speter	OTkn#10, cols#80, lines#24, 
930450276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
930550276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, 
930650276Speter	dl1=\EJ$<6*/>, ed=^X, el=^V, home=^Y, il1=\EL$<6*/>, ind=^J, 
930750276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, kdch1=\EI, 
930850276Speter	kdl1=\EL, ked=^X, kel=^V, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, 
930950276Speter	kf4=\EE, kf5=\EF, kf6=\EG, kf7=\EH, kf8=\Ea, kf9=\Eb, khome=^Y, 
931050276Speter	khts=^O, kich1=\EK, kil1=\EL, lf0=F1, lf1=F2, lf2=F3, lf3=F4, 
931150276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, ll=^Y^Z, 
931250276Speter	rs1=\031\030\002\003\017, 
931350276Speter#
931450276Speter# CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
931550276Speter#
931650276Speter# Part of the long initialization string defines the "DOWN" key to the left
931750276Speter# of the tab key to send an ESC.  The real ESC key is positioned way out 
931850276Speter# in right field.
931950276Speter#
932050276Speter# The termcap won't work in 132 column mode due to the way it it moves the
932150276Speter# cursor.  Termcap doesn't have the capability (as far as I could tell) to
932250276Speter# handle the 721 in 132 column mode.
932350276Speter#
932450276Speter# (cdc721: changed :ri: to :sr: -- esr)
932550276Spetercdc721-esc|Control Data 721, 
932662449Speter	OTbs, OTpt, am, bw, msgr, xon, 
932762449Speter	OTkn#10, cols#80, it#8, lines#30, 
932850276Speter	bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z, 
932950276Speter	cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W, 
933050276Speter	dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW, 
933150276Speter	ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[, 
933250276Speter	is2=\036\022B\003\036\035\017\022\025\035\036E\036\022H\036\022J\036\022L\036\022N\036\022P\036\022Q\036\022\036\022\^\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o, 
933350276Speter	kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, 
933450276Speter	kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, 
933550276Speter	kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D, 
933650276Speter	ri=\036W =\036V, rmir=, rmkx=^^^Rl, rmso=^^E, rmul=^], 
933750276Speter	sgr0=\017\025\035\036E\036\022\\, smir=, smkx=^^^Rk, 
933850276Speter	smso=^^D, smul=^\, tbc=^^^RY, 
933950276Speter
934050276Speter#### Getronics
934150276Speter#
934250276Speter# Getronics is a Dutch electronics company that at one time was called 
934350276Speter# `Geveke' and made async terminals; but (according to the company itself!)
934450276Speter# they've lost all their documentation on the command set.  The hardware
934550276Speter# documentation suggests the terminals were actually manufactured by a
934650276Speter# Taiwanese electronics company named Cal-Comp.  There are known
934750276Speter# to have been at least two models, the 33 and the 50.
934850276Speter#
934950276Speter
935050276Speter# The 50 seems to be a top end vt220 clone, with the addition of a higher
935150276Speter# screen resolution, a larger screen, at least 1 page of memory above and
935250276Speter# below the screen, apparently pages of memory right and left of the screen
935350276Speter# which can be panned, and about 75 function keys (15 function keys x normal,
935450276Speter# shift, control, func A, func B). It also has more setup possibilities than
935550276Speter# the vt220. The monitor case is dated November 1978 and the keyboard case is
935650276Speter# May 1982.
935750276Speter#
935850276Speter# The vt100 emulation works as is.  The entry below describes the rather
935950276Speter# non-conformant (but more featureful) ANSI mode.
936050276Speter#
936150276Speter# From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
936250276Spetervisa50|geveke visa 50 terminal in ansi 80 character mode, 
936350276Speter	bw, mir, msgr, 
936450276Speter	cols#80, lines#25, 
936550276Speter	acsc=0_aaffggh jjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
936650276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, 
936750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
936850276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
936950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
937050276Speter	dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, dl=\E[%p1%dM, 
937150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, home=\E[H, 
937250276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
937350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m, 
937450276Speter	is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h, 
937550276Speter	ka1=\E[f, ka3=\EOQ, kb2=\EOP, kbs=^H, kc1=\EOR, kc3=\EOS, 
937650276Speter	kcub1=\E[D, kcud1=\E[A, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
937750276Speter	kdl1=\EOS, kf0=\E010, kf1=\E001, kf10=\E011, kf2=\E002, 
937850276Speter	kf3=\E003, kf4=\E004, kf5=\E005, kf6=\E006, kf7=\E007, 
937950276Speter	kf8=\E008, kf9=\E009, khome=\E[f, lf2=A delete char, 
938050276Speter	lf3=A insert line, lf4=A delete line, lf5=A clear, 
938150276Speter	lf6=A ce of/cf gn, lf7=A print, lf8=A on-line, 
938250276Speter	lf9=A funcl0=A send, nel=^M^J, rev=\E[7m, rmacs=\E[3l, 
938350276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[0;2m, 
938450276Speter	rmul=\E[0m, sgr0=\E[0;2m, smacs=\E3h, smam=\E?7h, 
938550276Speter	smir=\E[4h, smkx=\E=, smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, 
938650276Speter	vpa=\E[%i%p1%dd, 
938750276Speter
938850276Speter#### Human Designed Systems (Concept)
938950276Speter#
939050276Speter#	Human Designed Systems
939150276Speter#	400 Fehley Drive
939250276Speter#	King of Prussia, PA 19406
939350276Speter#	Vox: (610)-277-8300
939450276Speter#	Fax: (610)-275-5739
939550276Speter#	Net: support@hds.com
939650276Speter# 
939750276Speter# John Martin <john@hds.com> is their termcap expert.  They're mostly out of
939850276Speter# the character-terminal business now (1995) and making X terminals.  In
939950276Speter# particular, the whole `Concept' line described here was discontinued long
940050276Speter# ago.
940150276Speter#
940250276Speter
940350276Speter# From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
940450276Speter# Extensive changes to c108 by arpavax:eric Feb 1982
940550276Speter# Some unknown person at SCO then translated it to terminfo.
940650276Speter#
940750276Speter# There seem to be a number of different versions of the C108 PROMS
940850276Speter# (with bug fixes in its Z-80 program).
940950276Speter# 
941050276Speter# The first one that we had would lock out the keyboard of you
941150276Speter# sent lots of short lines (like /usr/dict/words) at 9600 baud.
941250276Speter# Try that on your C108 and see if it sends a ^S when you type it.
941350276Speter# If so, you have an old version of the PROMs.
941450276Speter# 
941550276Speter# You should configure the C108 to send ^S/^Q before running this.
941650276Speter# It is much faster (at 9600 baud) than the c100 because the delays
941750276Speter# are not fixed.
941850276Speter# new status line display entries for c108-8p:
941950276Speter# <is3> - init str #3 - setup term for status display - 
942050276Speter# set programmer mode, select window 2, define window at last 
942150276Speter# line of memory, set bkgnd stat mesg there, select window 0.
942250276Speter# 
942350276Speter# <tsl> - to status line - select window 2, home cursor, erase to 
942450276Speter# end-of-window, 1/2 bright on, goto(line#0, col#?)
942550276Speter# 
942650276Speter# <fsl> - from status line - 1/2 bright off, select window 0
942750276Speter# 
942850276Speter# <dsl> - disable status display - set bkgnd status mesg with 
942950276Speter# illegal window #
943050276Speter# 
943150276Speter# There are probably more function keys that should be added but 
943250276Speter# I don't know what they are.
943350276Speter#
943450276Speter# No delays needed on c108 because of ^S/^Q handshaking
943550276Speter#
943650276Speterc108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, 
943750276Speter	is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n, 
943862449Speter	rmcup=\Ev  \001\177p\Ep\r\n, use=c108-4p, 
943950276Speterc108-4p|concept108-4p|concept 108 w/4 pages, 
944062449Speter	OTbs, eslok, hs, xon, 
944150276Speter	pb@, 
944250276Speter	acsc=jEkTl\\mMqLxU, cnorm=\Ew, cr=^M, 
944350276Speter	cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, 
944450276Speter	cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s, 
944550276Speter	ind=^J, is1=\EK\E!\E F, 
944650276Speter	is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n, 
944750276Speter	rmacs=\Ej\s, rmcup=\Ev  \001 p\Ep\r\n, smacs=\Ej!, 
944850276Speter	smcup=\EU\Ev  8p\Ep\r\E\025, 
944950276Speter	tsl=\E z"\E?\E\005\EE\Ea %+\s, use=c100, 
945050276Speterc108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video, 
945150276Speter	rmcup=\Ev  \002 p\Ep\r\n, smcup=\EU\Ev  8p\Ep\r, 
945250276Speter	use=c108-rv-4p, 
945350276Speterc108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video, 
945450276Speter	flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, smso=\EE, 
945550276Speter	use=c108-4p, 
945650276Speterc108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode, 
945750276Speter	cols#132, 
945850276Speter	is1=\E F\E", rmcup=\Ev  ^A0\001D\Ep\r\n, 
945950276Speter	smcup=\EU\Ev  8\001D\Ep\r, use=c108-8p, 
946050276Speter
946150276Speter# Concept 100:
946250276Speter# These have only window relative cursor addressing, not screen 
946350276Speter# relative. To get it to work right here, smcup/rmcup (which 
946450276Speter# were invented for the concept) lock you into a one page 
946550276Speter# window for screen style programs.
946650276Speter# 
946750276Speter# To get out of the one page window, we use a clever trick:
946850276Speter# we set the window size to zero ("\Ev    " in rmcup) which the 
946950276Speter# terminal recognizes as an error and resets the window to all 
947050276Speter# of memory.
947150276Speter# 
947250276Speter# This trick works on c100 but does not on c108, sigh.
947350276Speter# 
947450276Speter# Some tty drivers use cr3 for concept, others use nl3, hence 
947550276Speter# the delays on cr and ind below. This padding is only needed at 
947650276Speter# 9600 baud and up.  One or the other is commented out depending on 
947750276Speter# local conventions.
947850276Speter# 
947950276Speter# 2 ms padding on <rmcup> isn't always enough. 6 works fine. Maybe 
948050276Speter# less than 6 but more than 2 will work.
948150276Speter# 
948250276Speter# Note: can't use function keys f7-f10 because they are 
948350276Speter# indistinguishable from arrow keys (!), also, del char and 
948450276Speter# clear eol use xon/xoff so they probably won't work very well.
948550276Speter# 
948650276Speter# Also note that we don't define insrt/del char/delline/eop/send 
948750276Speter# because they don't transmit unless we reset them - I figured 
948850276Speter# it was a bad idea to clobber their definitions.
948950276Speter# 
949050276Speter# The <mc5> sequence changes the escape character to ^^ so that 
949150276Speter# escapes will be passed through to the printer. Only trouble 
949250276Speter# is that ^^ won't be - ^^ was chosen to be unlikely. 
949350276Speter# Unfortunately, if you're sending raster bits through to be 
949450276Speter# plotted, any character you choose will be likely, so we lose.
949550276Speter#
949650276Speter# \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
949750276Speter# cannot be # in is2 because it will hang a c100 with no printer 
949850276Speter# if sent twice.
949950276Speterc100|concept100|concept|c104|c100-4p|hds concept 100, 
950062449Speter	OTbs, am, eo, mir, ul, xenl, 
950150276Speter	cols#80, lines#24, pb#9600, vt#8, 
950250276Speter	bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, 
950350276Speter	cub1=^H, cud1=^J, cuf1=\E=, 
950450276Speter	cup=\Ea%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E;, 
950550276Speter	dch1=\E\021$<16*>, dim=\EE, dl1=\E\002$<3*>, 
950650276Speter	ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\EK, 
950750276Speter	ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, 
950850276Speter	is1=\EK, 
950950276Speter	is2=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo!\0\E\007!\E\010A@ \E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c, 
951050276Speter	is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 
951150276Speter	kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, 
951250276Speter	kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, 
951350276Speter	kf4=\E8, kf5=\E9, kf6=\E\:a, kf7=\E\:b, kf8=\E\:c, khome=\E?, 
951450276Speter	khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., 
951550276Speter	kri=\E\\, krmir=\E\0, mc4=\036o \E\EQ!\EYP\027, 
951650276Speter	mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, 
951750276Speter	rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, 
951850276Speter	rmcup=\Ev    $<6>\Ep\r\n, rmir=\E\s\s, rmkx=\Ex, 
951950276Speter	rmso=\Ed, rmul=\Eg, sgr0=\EN@, 
952050276Speter	smcup=\EU\Ev  8p\Ep\r\E\025$<16>, smir=\E^P, smkx=\EX, 
952150276Speter	smso=\ED, smul=\EG, 
952250276Speterc100-rv|c100-rv-4p|concept100-rv|c100 rev video, 
952350276Speter	cnorm@, cvvis@, flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, 
952462449Speter	smso=\EE, use=c100, 
952550276Speteroc100|oconcept|c100-1p|old 1 page concept 100, 
952650276Speter	in, 
952750276Speter	is3@, use=c100, 
952850276Speter
952950276Speter# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
953050276Speter# Lots of notes, originally inline, but ncurses doesn't grok that.
953150276Speter#
953250276Speter# am: 	not available in power on mode, but turned on with \E[=107;207h in
953350276Speter#	is2=.  Also, \E=124l in is2= could have been used to prevent needing
953450276Speter#	to specify xenl:, but that would have rendered the last space on the
953550276Speter#	last line useless.
953650276Speter# bw:	Not available in power on mode, but turned on with \E[=107;207h in
953750276Speter#	is2=.
953850276Speter# clear: Could be done with \E[2J alone, except that vi (and probably most
953950276Speter#	other programs) assume that this also homes the cursor.
954050276Speter# dsl:	Go to window 2, go to the beginning of the line, use a line feed to
954150276Speter#	scroll the window, and go back to window 1.
954250276Speter# is2:	the string may cause a warning to be issued by tic that it
954350276Speter#	found a very long line and that it suspects that a comma is missing
954450276Speter#	somewhere.  This warning can be ignored (unless it comes up more than
954550276Speter#	once).  The initialization string contains the following commands:
954650276Speter#
954750276Speter#	 [Setup mode items changed from factory defaults:]
954850276Speter#		\E)0			set alternate character set to
954950276Speter#						graphics
955050276Speter#		^O			set character set to default
955150276Speter#	 [In case it wasn't]
955250276Speter#		\E[m			turn off all attributes
955350276Speter#	 [In case they weren't off]
955450276Speter#		\E[=107;		cursor wrap and
955550276Speter#			207h			character wrap on
955650276Speter#		\E[90;3u		set Fkey definitions to "transmit"
955750276Speter#						defaults
955850276Speter#		\E[92;3u		set cursor key definitions to
955950276Speter#						"transmit" defaults
956050276Speter#		\E[43;1u		set shift F13 to transmit...
956150276Speter#		\177\E$P\177
956250276Speter#		\E[44;1u		set shift F14 to transmit...
956350276Speter#			\177\E$Q\177
956450276Speter#		\E[45;1u		set shift F15 to transmit...
956550276Speter#			\177\E$R\177
956650276Speter#		\E[46;1u		set shift F16 to transmit...
956750276Speter#			\177\E$S\177
956850276Speter#		\E[200;1u		set shift up to transmit...
956950276Speter#			\177\E$A\177
957050276Speter#		\E[201;1u		set shift down to transmit...
957150276Speter#			\177\E$B\177
957250276Speter#		\E[202;1u		set shift right to transmit...
957350276Speter#			\177\E$C\177
957450276Speter#		\E[203;1u		set shift left to transmit...
957550276Speter#			\177\E$D\177
957650276Speter#		\E[204;1u		set shift home to transmit...
957750276Speter#			\177\E$H\177
957850276Speter#		\E[212;1u		set backtab to transmit...
957950276Speter#			\177\E$I\177
958050276Speter#		\E[213;1u		set shift backspace to transmit...
958150276Speter#			\177\E$^H\177
958250276Speter#		\E[214;1u		set shift del to transmit...
958350276Speter#			"\E$\177"
958450276Speter#	 [Necessary items not mentioned in setup mode:]
958550276Speter#		\E[2!w			move to window 2
958650276Speter#		\E[25;25w		define window as line 25 of memory
958750276Speter#		\E[!w			move to window 1
958850276Speter#		\E[2*w			show current line of window 2 as
958950276Speter#						status line
959050276Speter#		\E[2+x			set meta key to use high bit
959150276Speter#		\E[;3+}			move underline to bottom of character
959250276Speter#
959350276Speter#	All Fkeys are set to their default transmit definitions with \E[90;3u
959450276Speter#	in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
959550276Speter#	setting MUST be redefined or deactivated, because the default is
959650276Speter#	contained in almost all of this terminal's Fkey strings!  If for some
959750276Speter#	reason "quit" cannot be altered, the Fkeys can, but it would be
959850276Speter#	necessary to change ^| to ^] in all of these definitions, and add
959950276Speter#	\E[2;029!t to is2.
960050276Speter# lines: is set to 24 because this terminal refuses to treat the 25th
960150276Speter#	line normally.
960250276Speter# ll:	Not available in power on mode, but turned on with \E[=107;207h in
960350276Speter#	is2=.
960450276Speter# lm:	Pointless, given that this definition locks a single screen of
960550276Speter#	memory into view, but what the hey...
960650276Speter# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
960750276Speter#	other attributes alone), but some programs expect this to turn off
960850276Speter#	everything.
960950276Speter# rmul: Could use \E[4!{ to turn off only underline (leaving any other
961050276Speter#	attributes alone), but some programs expect this to turn off
961150276Speter#	everything.
961250276Speter# sgr:	Attributes are set on this terminal with the string \E[ followed by
961350276Speter#	a list of attribute code numbers (in decimal, separated by
961450276Speter#	semicolons), followed by the character m.  The attribute code
961550276Speter#	numbers are:
961650276Speter#		  1 for bold;
961750276Speter#		  2 for dim (which is ignored in power on mode);
961850276Speter#		  4 for underline;
961950276Speter#		  5 for blinking;
962050276Speter#		  7 for inverse;
962150276Speter#		  8 for not displayable; and
962250276Speter#		=99 for protected (except that there are strange side
962350276Speter#		effects to protected characters which make them inadvisable).
962450276Speter#	 The mapping of terminfo parameters to attributes is as follows:
962550276Speter#		%p1 (standout) = bold and inverse together;
962650276Speter#		%p2 (underline) = underline;
962750276Speter#		%p3 (reverse) = inverse;
962850276Speter#		%p4 (blink) = blinking;
962950276Speter#		%p5 (dim) is ignored;
963050276Speter#		%p6 (bold) = bold;
963150276Speter#		%p7 (invisible) = not displayable;
963250276Speter#		%p8 (protected) is ignored; and
963350276Speter#		%p9 (alt char set) = alt char set.
963450276Speter#	 The code to do this is:
963550276Speter#		\E[0		OUTPUT	\E[0
963650276Speter#		%?%p1%p6%O	IF	(standout; bold) OR
963750276Speter#		%t;1		THEN	OUTPUT	;1
963850276Speter#		%;		ENDIF
963950276Speter#		%?%p2		IF	underline
964050276Speter#		%t;4		THEN	OUTPUT	;4
964150276Speter#		%;		ENDIF
964250276Speter#		%?%p4		IF	blink
964350276Speter#		%t;5		THEN	OUTPUT	;5
964450276Speter#		%;		ENDIF
964550276Speter#		%?%p1%p3%O	IF	(standout; reverse) OR
964650276Speter#		%t;7		THEN	OUTPUT	;7
964750276Speter#		%;		ENDIF
964850276Speter#		%?%p7		IF	invisible
964950276Speter#		%t;8		THEN	OUTPUT	;8
965050276Speter#		%;		ENDIF
965150276Speter#		m		OUTPUT	m
965250276Speter#		%?%p9		IF	altcharset
965350276Speter#		%t^N		THEN	OUTPUT	^N
965450276Speter#		%e^O		ELSE	OUTPUT	^O
965550276Speter#		%;		ENDIF
965650276Speter# sgr0: Everything is turned off (including alternate character set), since
965750276Speter#	there is no way of knowing what it is that the program wants turned
965850276Speter#	off.
965950276Speter# smul: The "underline" attribute is reconfigurable to an overline or
966050276Speter#	strikethru, or (as done with \E[;3+} in is2=), to a line at the true
966150276Speter#	bottom of the character cell.  This was done to allow for more readable
966250276Speter#	underlined characters, and to be able to distinguish between an
966350276Speter#	underlined space, an underscore, and an underlined underscore.
966450276Speter# xenl: Terminal can be configured to not need this, but this "glitch"
966550276Speter#	behavior is actually preferable with autowrap terminals.
966650276Speter#
966750276Speter# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
966850276Speter# Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
966950276Speter# string modifies the 'O' in kf43 to kf46 to a '$'.
967050276Speter#
967150276Speter# kcbt was originally ^I but redefined in is2=.
967250276Speter# kHOM was \E[H originally but redefined in is2=, as were a number of
967350276Speter# other keys.
967450276Speter# kDC was originally \177 but redefined in is2=.
967550276Speter#
967650276Speter# kbs:	Shift was also ^H originally but redefined as \E$^H in is2=.
967750276Speter# tsl:	Go to window 2, then do an hpa=.
967850276Speter#
967950276Speter#------- flash=\E[8;3!}^G\E[3;3!}
968050276Speter#------- flash=\E[?5h$<100>\E[?5l
968150276Speter# There are two ways to flash the screen, both of which have their drawbacks. 
968250276Speter# The first is to set the bell mode to video, transmit a bell character, and
968350276Speter# set the bell mode back - but to what?  There is no way of knowing what the
968450276Speter# user's old bell setting was before we messed with it.  Worse, the command to
968550276Speter# set the bell mode also sets the key click volume, and there is no way to say
968650276Speter# "leave that alone", or to know what it's set to, either.
968750276Speter# The second way to do a flash is to set the screen to inverse video, pad for a
968850276Speter# tenth of a second, and set it back - but like before, there's no way to know
968950276Speter# that the screen wasn't ALREADY in inverse video, or that the user may prefer
969050276Speter# it that way.  The point is moot anyway, since vi (and probably other
969150276Speter# programs) assume that by defining flash=, you want the computer to use it
969250276Speter# INSTEAD of bel=, rather than as a secondary type of signal.
969350276Speter#
969450276Speter#------- cvvis=\E[+{
969550276Speter# The is the power on setting, which is also as visible as the cursor
969650276Speter# gets.
969750276Speter#-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
969850276Speter# Windowing is possible, but not defined here because it is also used to
969950276Speter# emulate status line functions.  Allowing a program to set a window could
970050276Speter# clobber the status line or render it unusable.  There is additional memory,
970150276Speter# but screen scroll functions are destructive and do not make use of it.
970250276Speter#
970350276Speter#-------   dim=			Not available in power on mode.
970450276Speter# You have a choice of defining low intensity characters as "half bright" and
970550276Speter# high intensity as "normal", or defining low as "normal" and high as "bold". 
970650276Speter# No matter which you choose, only one of either "half bright" or "bold" is
970750276Speter# available at any time, so taking the time to override the default is
970850276Speter# pointless.
970950276Speter#
971050276Speter#-------  prot=\E[=0;99m
971150276Speter# Not defined, because it appears to have some strange side effects.
971250276Speter#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
971350276Speter#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
971450276Speter#-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
971550276Speter#	 Available, but making them available to programs is inadvisable.
971650276Speter#	 The code to do this is:
971750276Speter#		%?%p1%{24}%<	IF	((key; 24) <;
971850276Speter#		%p1%{30}%>		 ((key; 30) >;
971950276Speter#		%p1%{54}%<		  (key; 54) <
972050276Speter#		%A			 ) AND
972150276Speter#		%O		  	) OR
972250276Speter#	 [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
972350276Speter#		%t\E[		THEN	OUTPUT	\E[
972450276Speter#		%p1%d			OUTPUT	(key) as decimal
972550276Speter#	 [next line applies to pfx only]
972650276Speter#		;1			OUTPUT	;1
972750276Speter#		u			OUTPUT	u
972850276Speter#		\177			OUTPUT	\177
972950276Speter#		%p2%s			OUTPUT	(string) as string
973050276Speter#		\177			OUTPUT	\177
973150276Speter#	 [DEL chosen as delimiter, but could be any character]
973250276Speter#	 [implied:		ELSE	do nothing]
973350276Speter#		%;		ENDIF
973450276Speter#	
973550276Speter#-------   rs2=
973650276Speter# Not defined since anything it might do could be done faster and easier with
973750276Speter# either Meta-Shift-Reset or the main power switch.
973850276Speter#
973950276Speter#-------  smkx=\E[1!z
974050276Speter#-------  rmkx=\E[!z
974150276Speter# These sequences apply to the cursor and setup keys only, not to the
974250276Speter# numeric keypad.  But it doesn't matter anyway, since making these
974350276Speter# available to programs is inadvisable.
974450276Speter# For the key definitions below, all sequences beginning with \E$ are
974550276Speter# custom and programmed into the terminal via is2.  \E$ also has no
974650276Speter# meaning to any other terminal.
974750276Speter#
974850276Speter#------- cmdch=\E[;%p1%d!t
974950276Speter# Available, but making it available to programs is inadvisable.
975050276Speter#------- smxon=\E[1*q
975150276Speter# Available, but making it available to programs is inadvisable.
975250276Speter# Terminal will send XON/XOFF on buffer overflow.
975350276Speter#------- rmxon=\E[*q
975450276Speter# Available, but making it available to programs is inadvisable.
975550276Speter# Terminal will not notify on buffer overflow.
975650276Speter#-------   smm=\E[2+x
975750276Speter#-------   rmm=\E[+x
975850276Speter# Available, but making them available to programs is inadvisable.
975950276Speter#
976050276Speter# Printing:
976150276Speter#	 It's not made clear in the manuals, but based on other ansi/vt type
976250276Speter#	 terminals, it's a good guess that this terminal is capable of both
976350276Speter#	 "transparent print" (which doesn't copy data to the screen, and
976450276Speter#	 therefore needs mc5i: specified to say so) and "auxilliary print"
976550276Speter#	 (which does duplicate printed data on the screen, in which case mc4=
976650276Speter#	 and mc5= should use the \E[?4i and \E[?5i strings instead).
976750276Speter
976850276Speterhds200|Human Designed Systems HDS200, 
976950276Speter	am, bw, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
977050276Speter	cols#80, it#8, lines#24, lm#0, 
977150276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
977250276Speter	blink=\E[0;5m, bold=\E[0;1m, cbt=\E[Z, civis=\E[6+{, 
977350276Speter	clear=\E[H\E[J, cnorm=\E[+{, cr=^M, 
977450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
977550276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
977650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
977750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
977850276Speter	dsl=\E[2!w\r\n\E[!w, ed=\E[J, el=\E[K, el1=\E[1K, 
977950276Speter	fsl=\E[!w, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
978050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
978150276Speter	invis=\E[0;8m, 
978250276Speter	is2=\E)0\017\E[m\E[=107;207h\E[90;3u\E[92;3u\E[43;1u\177\E$P\177\E[44;1u\177\E$Q\177\E[45;1u\177\E$R\177\E[46;1u\177\E$S\177\E[200;1u\177\E$A\177\E[201;1u\177\E$B\177\E[202;1u\177\E$C\177\E[203;1u\177\E$D\177\E[204;1u\177\E$H\177\E[212;1u\177\E$I\177\E[213;1u\177\E$\010\177\E[214;1u"\E$\177"\E[2!w\E[25;25w\E[!w\E[2*w\E[2+x\E[;3+}, 
978350276Speter	kDC=\E$\177, kHOM=\E$H, kLFT=\E$D, kRIT=\E$C, kbs=^H, 
978450276Speter	kcbt=\E$I, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
978550276Speter	kdch1=\177, kent=^M, kf1=^\001\r, kf10=^\010\r, 
978650276Speter	kf11=^\011\r, kf12=^\012\r, kf13=\EOP, kf14=\EOQ, 
978750276Speter	kf15=\EOR, kf16=\EOS, kf17=^\017\r, kf18=^\018\r, 
978850276Speter	kf19=^\019\r, kf2=^\002\r, kf20=^\020\r, kf21=^\021\r, 
978950276Speter	kf22=^\022\r, kf23=^\023\r, kf3=^\003\r, kf31=^\031\r, 
979050276Speter	kf32=^\032\r, kf33=^\033\r, kf34=^\034\r, kf35=^\035\r, 
979150276Speter	kf36=^\036\r, kf37=^\037\r, kf38=^\038\r, kf39=^\039\r, 
979250276Speter	kf4=^\004\r, kf40=^\040\r, kf41=^\041\r, kf42=^\042\r, 
979350276Speter	kf43=\E$P, kf44=\E$Q, kf45=\E$R, kf46=\E$S, kf47=^\047\r, 
979450276Speter	kf48=^\048\r, kf49=^\049\r, kf5=^\005\r, kf50=^\050\r, 
979550276Speter	kf51=^\051\r, kf52=^\052\r, kf53=^\053\r, kf6=^\006\r, 
979650276Speter	kf7=^\007\r, kf8=^\008\r, kf9=^\009\r, khome=\E[H, 
979750276Speter	kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A, 
979850276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\E[E, rc=\E8, 
979950276Speter	rev=\E[0;7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmso=\E[m\017, 
980050276Speter	rmul=\E[m\017, sc=\E7, 
980150276Speter	sgr=\E[0%?%p1%p6%O%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%O%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
980250276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smso=\E[0;1;7m, 
980350276Speter	smul=\E[0;4m, tbc=\E[3g, tsl=\E[2!w\E[%i%p1%dG, 
980450276Speter	vpa=\E[%i%p1%dd, 
980550276Speter
980650276Speter# <ht> through <el> included to specify padding needed in raw mode.
980750276Speter# (avt-ns: added empty <acsc> to suppress a tic warning --esr)
980850276Speteravt-ns|concept avt no status line, 
980962449Speter	OTbs, am, eo, mir, ul, xenl, xon, 
981050276Speter	cols#80, it#8, lines#24, lm#192, 
981150276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
981250276Speter	clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, 
981350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
981450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
981550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
981650276Speter	cvvis=\E[=119h, dch1=\E[P, dim=\E[1!{, dl=\E[%p1%dM$<4*>, 
981750276Speter	dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, 
981850276Speter	hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, 
981950276Speter	ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, 
982062449Speter	invis=\E[8m, ip=$<4>, is1=\E[=103l\E[=205l, 
982150276Speter	is2=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\:0\:32!r\E[0*w\E[w\E2\r\n\E[2;27!t, 
982250276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
982350276Speter	kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
982450276Speter	kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H, 
982550276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
982650276Speter	pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, 
982750276Speter	prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
982862449Speter	ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, 
982962449Speter	rmir=\E[4l, rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, 
983062449Speter	sc=\E7, 
983150276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
983250276Speter	sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, 
983362449Speter	smir=\E[4h, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, 
983450276Speter	tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, 
983550276Speteravt-rv-ns|concept avt in reverse video mode/no status line, 
983650276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
983750276Speter	use=avt-ns, 
983850276Speteravt-w-ns|concept avt in 132 column mode/no status line, 
983950276Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
984050276Speter	use=avt-ns, 
984150276Speteravt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video, 
984250276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
984362449Speter	smcup=\E[H\E[1;24;1;132w, use=avt-ns, 
984450276Speter
984550276Speter# Concept AVT with status line. We get the status line using the
984650276Speter# "Background status line" feature of the terminal. We swipe the
984750276Speter# first line of memory in window 2 for the status line, keeping
984850276Speter# 191 lines of memory and 24 screen lines for regular use.
984950276Speter# The first line is used instead of the last so that this works
985050276Speter# on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
985150276Speter# assumes an 8 page AVT but lm isn't currently used anywhere.)
985250276Speter#
985350276Speteravt+s|concept avt status line changes, 
985450276Speter	eslok, hs, 
985550276Speter	lm#191, 
985650276Speter	dsl=\E[0*w, fsl=\E[1;1!w, 
985750276Speter	is3=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n, 
985850276Speter	rmcup=\E[2w\E2\r\n, smcup=\E[2;25w\E2\r, 
985950276Speter	tsl=\E[2;1!w\E[;%p1%dH\E[2K, 
986050276Speteravt|avt-s|concept-avt|avt w/80 columns, 
986150276Speter	use=avt+s, use=avt-ns, 
986250276Speteravt-rv|avt-rv-s|avt reverse video w/sl, 
986362449Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
986462449Speter	use=avt+s, use=avt-ns, 
986550276Speteravt-w|avt-w-s|concept avt 132 cols+status, 
986662449Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
986762449Speter	use=avt+s, use=avt-ns, 
986850276Speteravt-w-rv|avt-w-rv-s|avt wide+status+rv, 
986950276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
987062449Speter	smcup=\E[H\E[1;24;1;132w, use=avt+s, use=avt-ns, 
987150276Speter
987250276Speter#### Contel Business Systems. 
987350276Speter#
987450276Speter
987550276Speter# Contel c300 and c320 terminals. 
987650276Spetercontel300|contel320|c300|Contel Business Systems C-300 or C-320, 
987750276Speter	am, in, xon, 
987850276Speter	cols#80, lines#24, xmc#1, 
987950276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
988050276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
988150276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
988250276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
988350276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
988450276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
988550276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
988650276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!\r, tbc=\E3, 
988750276Speter# Contel c301 and c321 terminals.
988850276Spetercontel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, 
988950276Speter	flash@, ich1@, ip@, rmso=\E!\0$<20>, smso=\E!\r$<20>, 
989050276Speter	use=contel300, 
989150276Speter
989250276Speter#### Data General (dg)
989350276Speter#
989450276Speter# According to James Carlson <carlson@xylogics.com> writing in January 1995,
989550276Speter# the terminals group at Data General was shut down in 1991; all these
989650276Speter# terminals have thus been discontinued.
989750276Speter#
989850276Speter# DG terminals have function keys that respond to the SHIFT and CTRL keys,
989950276Speter# e.g., SHIFT-F1 generates a different code from F1.  To number the keys
990050276Speter# sequentially, first the unmodified key codes are listed as F1 through F15. 
990150276Speter# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
990250276Speter# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
990350276Speter# F46 through F60.  This is done in the private "includes" below whose names
990450276Speter# start with "dgkeys+".
990550276Speter#
990650276Speter# DG terminals generally support 8 bit characters.  For each of these terminals
990750276Speter# two descriptions are supplied:
990850276Speter#	1) A default description for 8 bits/character communications, which
990950276Speter#	   uses the default DG international character set and keyboard codes.
991050276Speter#	2) A description with suffix "-7b" for 7 bits/character communications.
991150276Speter#	   This description must use the NON-DEFAULT native keyboard language.
991250276Speter
991350276Speter# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
991450276Speter# Ctrl/Shift fdkeys (kf34-kf44).
991550276Speter
991650276Speterdgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys, 
991750276Speter	ka1=\233020z, ka3=\233021z, kc1=\233022z, kc3=\233023z, 
991850276Speter	kclr=\2332J, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
991950276Speter	kcuu1=\233A, kel=\233K, kf1=\233001z, kf10=\233010z, 
992050276Speter	kf11=\233011z, kf12=\233012z, kf13=\233013z, 
992150276Speter	kf14=\233014z, kf15=\233000z, kf16=\233101z, 
992250276Speter	kf17=\233102z, kf18=\233103z, kf19=\233104z, 
992350276Speter	kf2=\233002z, kf20=\233105z, kf21=\233106z, 
992450276Speter	kf22=\233107z, kf23=\233108z, kf24=\233109z, 
992550276Speter	kf25=\233110z, kf26=\233111z, kf27=\233112z, 
992650276Speter	kf28=\233113z, kf29=\233114z, kf3=\233003z, 
992750276Speter	kf30=\233100z, kf31=\233201z, kf32=\233202z, 
992850276Speter	kf33=\233203z, kf34=\233204z, kf35=\233205z, 
992950276Speter	kf36=\233206z, kf37=\233207z, kf38=\233208z, 
993050276Speter	kf39=\233209z, kf4=\233004z, kf40=\233210z, 
993150276Speter	kf41=\233211z, kf42=\233212z, kf43=\233213z, 
993250276Speter	kf44=\233214z, kf45=\233200z, kf46=\233301z, 
993350276Speter	kf47=\233302z, kf48=\233303z, kf49=\233304z, 
993450276Speter	kf5=\233005z, kf50=\233305z, kf51=\233306z, 
993550276Speter	kf52=\233307z, kf53=\233308z, kf54=\233309z, 
993650276Speter	kf55=\233310z, kf56=\233311z, kf57=\233312z, 
993750276Speter	kf58=\233313z, kf59=\233314z, kf6=\233006z, 
993850276Speter	kf60=\233300z, kf7=\233007z, kf8=\233008z, kf9=\233009z, 
993950276Speter	khome=\233H, kprt=\233i, 
994050276Speter
994150276Speterdgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys, 
994250276Speter	ka1=\E[020z, ka3=\E[021z, kc1=\E[022z, kc3=\E[023z, 
994350276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
994450276Speter	kel=\E[K, kf1=\E[001z, kf10=\E[010z, kf11=\E[011z, 
994550276Speter	kf12=\E[012z, kf13=\E[013z, kf14=\E[014z, kf15=\E[000z, 
994650276Speter	kf16=\E[101z, kf17=\E[102z, kf18=\E[103z, kf19=\E[104z, 
994750276Speter	kf2=\E[002z, kf20=\E[105z, kf21=\E[106z, kf22=\E[107z, 
994850276Speter	kf23=\E[108z, kf24=\E[109z, kf25=\E[110z, kf26=\E[111z, 
994950276Speter	kf27=\E[112z, kf28=\E[113z, kf29=\E[114z, kf3=\E[003z, 
995050276Speter	kf30=\E[100z, kf31=\E[201z, kf32=\E[202z, kf33=\E[203z, 
995150276Speter	kf34=\E[204z, kf35=\E[205z, kf36=\E[206z, kf37=\E[207z, 
995250276Speter	kf38=\E[208z, kf39=\E[209z, kf4=\E[004z, kf40=\E[210z, 
995350276Speter	kf41=\E[211z, kf42=\E[212z, kf43=\E[213z, kf44=\E[214z, 
995450276Speter	kf45=\E[200z, kf46=\E[301z, kf47=\E[302z, kf48=\E[303z, 
995550276Speter	kf49=\E[304z, kf5=\E[005z, kf50=\E[305z, kf51=\E[306z, 
995650276Speter	kf52=\E[307z, kf53=\E[308z, kf54=\E[309z, kf55=\E[310z, 
995750276Speter	kf56=\E[311z, kf57=\E[312z, kf58=\E[313z, kf59=\E[314z, 
995850276Speter	kf6=\E[006z, kf60=\E[300z, kf7=\E[007z, kf8=\E[008z, 
995950276Speter	kf9=\E[009z, khome=\E[H, kprt=\E[i, 
996050276Speter
996150276Speterdgkeys+11|Private entry describing 11 minimal-subset DG mode special keys, 
996250276Speter	kclr=^L, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kel=^K, 
996350276Speter	kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^a, kf13=^^b, kf14=^^c, 
996450276Speter	kf15=^^d, kf16=^^e, kf17=^^f, kf18=^^g, kf19=^^h, kf2=^^r, 
996550276Speter	kf20=^^i, kf21=^^j, kf22=^^k, kf23=^^1, kf24=^^2, kf25=^^3, 
996650276Speter	kf26=^^4, kf27=^^5, kf28=^^6, kf29=^^7, kf3=^^s, kf30=^^8, 
996750276Speter	kf31=^^9, kf32=^^\:, kf33=^^;, kf34=^^!, kf35=^^", kf36=^^#, 
996850276Speter	kf37=^^$, kf38=^^%, kf39=^^&, kf4=^^t, kf40=^^', kf41=^^(, 
996950276Speter	kf42=^^), kf43=^^*, kf44=^^+, kf5=^^u, kf6=^^v, kf7=^^w, 
997050276Speter	kf8=^^x, kf9=^^y, khome=^H, 
997150276Speter
997250276Speterdgkeys+15|Private entry describing 15 DG mode special keys, 
997350276Speter	kHOM=^^^H, kLFT=^^^Y, kRIT=^^^X, ka1=^^\\, ka3=^^], kc1=^^\^, 
997450276Speter	kc3=^^_, kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^|, kf13=^^}, 
997550276Speter	kf14=^^~, kf15=^^p, kf16=^^a, kf17=^^b, kf18=^^c, kf19=^^d, 
997650276Speter	kf2=^^r, kf20=^^e, kf21=^^f, kf22=^^g, kf23=^^h, kf24=^^i, 
997750276Speter	kf25=^^j, kf26=^^k, kf27=^^l, kf28=^^m, kf29=^^n, kf3=^^s, 
997850276Speter	kf30=^^`, kf31=^^1, kf32=^^2, kf33=^^3, kf34=^^4, kf35=^^5, 
997950276Speter	kf36=^^6, kf37=^^7, kf38=^^8, kf39=^^9, kf4=^^t, kf40=^^\:, 
998050276Speter	kf41=^^;, kf42=^^<, kf43=^^=, kf44=^^>, kf45=^^0, kf46=^^!, 
998150276Speter	kf47=^^", kf48=^^#, kf49=^^$, kf5=^^u, kf50=^^%, kf51=^^&, 
998250276Speter	kf52=^^', kf53=^^(, kf54=^^), kf55=^^*, kf56=^^+, kf57=^^\,, 
998350276Speter	kf58=^^-, kf59=^^., kf6=^^v, kf60=^^\s, kf7=^^w, kf8=^^x, 
998450276Speter	kf9=^^y, 
998550276Speter
998650276Speter# Data General color terminals use the "Tektronix" color model.  The total
998750276Speter# number of colors varies with the terminal model, as does support for
998850276Speter# attributes used in conjunction with color.
998950276Speter
999050276Speter# Removed u7, u8 definitions since they conflict with tack:
999150276Speter#		Preserve user-defined colors in at least some cases.
999250276Speter#	u7=^^Fh,
999350276Speter#		Default is ACM mode.
999450276Speter#	u8=^^F}20^^Fi^^F}21,
999550276Speter#
999650276Speterdgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode, 
999750276Speter	bce, 
999850276Speter	colors#16, ncv#53, pairs#256, 
999950276Speter	op=\036Ad\036Bd, 
1000050276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1000150276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1000250276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
1000350276Speter
1000450276Speterdg+fixed|Fixed color info for DG D430C terminals in DG mode, 
1000550276Speter	use=dgunix+fixed, 
1000650276Speter
1000750276Speter# Video attributes are coordinated using static variables set by "sgr", then
1000850276Speter# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings. 
1000950276Speter# (D=dim, U=underline, B=blink, R=reverse.)
1001050276Speterdg+color8|Color info for Data General D220 and D230C terminals in ANSI mode, 
1001150276Speter	bce, 
1001250276Speter	colors#8, ncv#16, pairs#64, 
1001350276Speter	op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m, 
1001450276Speter	setab=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1001550276Speter	setaf=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1001650276Speter	setb=\E[4%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1001750276Speter	setf=\E[3%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1001850276Speter
1001950276Speterdg+color|Color info for Data General D470C terminals in ANSI mode, 
1002050276Speter	colors#16, ncv#53, pairs#256, 
1002150276Speter	setab=\E[%?%p1%{8}%<%t4%p1%e=%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1002250276Speter	setaf=\E[%?%p1%{8}%<%t3%p1%e<%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1002350276Speter	setb=\E[%?%p1%{8}%<%t4%e=%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1002450276Speter	setf=\E[%?%p1%{8}%<%t3%e<%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1002550276Speter	use=dg+color8, 
1002650276Speter
1002750276Speterdgmode+color8|Color info for Data General D220/D230C terminals in DG mode, 
1002850276Speter	bce, 
1002950276Speter	colors#8, ncv#16, pairs#64, 
1003050276Speter	op=\036Ad\036Bd, 
1003150276Speter	setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
1003250276Speter	setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
1003350276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
1003450276Speter
1003550276Speterdgmode+color|Color info for Data General D470C terminals in DG mode, 
1003650276Speter	colors#16, pairs#256, 
1003750276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1003850276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1003950276Speter	use=dgmode+color8, 
1004050276Speter
1004150276Speterdgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode, 
1004250276Speter	bce, ccc, 
1004350276Speter	colors#52, ncv#53, pairs#26, 
1004450276Speter	initp=\036RG0%p1%02X%p2%{256}%*%{1001}%/%02X%p3%{256}%*%{1001}%/%02X%p4%{256}%*%{1001}%/%02X%p5%{256}%*%{1001}%/%02X%p6%{256}%*%{1001}%/%02X%p7%{256}%*%{1001}%/%02X, 
1004550276Speter	oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00, 
1004650276Speter	op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D, 
1004750276Speter	scp=\036RG2%p1%02X, 
1004850276Speter
1004950276Speter# Colors are in the order:  normal, reverse, dim, dim + reverse.
1005050276Speterdg+ccc|Configurable color info for DG D430C terminals in DG mode, 
1005150276Speter	bce, ccc, 
1005250276Speter	colors#52, ncv#53, pairs#26, 
1005350276Speter	initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p3%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p4%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p5%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p6%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p7%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c, 
1005450276Speter	oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00, 
1005550276Speter	op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=, 
1005650276Speter	scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c, 
1005750276Speter
1005850276Speter# The generic DG terminal type (an 8-bit-clean subset of the 6053)
1005950276Speter# Initialization string 1 sets:
1006050276Speter#	^R		- vertical scrolling enabled
1006150276Speter#	^C		- blinking enabled
1006250276Speterdg-generic|Generic Data General terminal in DG mode, 
1006350276Speter	am, bw, msgr, xon, 
1006450276Speter	cols#80, lines#24, 
1006550276Speter	bel=^G, blink=^N, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
1006650276Speter	cup=\020%p2%c%p1%c, cuu1=^W, dim=^\, el=^K, ind=^J, is1=^R^C, 
1006750276Speter	mc0=^Q, nel=^J, rmso=^], rmul=^U, sgr0=^O^U^], smso=^\, 
1006862449Speter	smul=^T, use=dgkeys+11, 
1006950276Speter
1007050276Speter# According to the 4.4BSD termcap file, the dg200 <cup> should be the
1007150276Speter# termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
1007250276Speter# notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
1007350276Speter# maybe they were originally nuls (which would fit).
1007450276Speter
1007550276Speterdg200|data general dasher 200, 
1007662449Speter	OTbs, am, bw, 
1007750276Speter	cols#80, lines#24, 
1007850276Speter	bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
1007950276Speter	cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, 
1008050276Speter	kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^z, kf1=^^q, 
1008150276Speter	kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, 
1008250276Speter	kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, 
1008350276Speter	smso=^^D, smul=^T, 
1008450276Speter
1008550276Speter# Data General 210/211 (and 410?)	from Lee Pearson (umich!lp) via BRL
1008650276Speterdg210|dg-ansi|Data General 210/211, 
1008750276Speter	am, 
1008850276Speter	cols#80, lines#24, 
1008962449Speter	OTnl=\E[B, clear=\E[2J, cud1=\E[B, cup=\E[%i%p1%d;%p2%dH, 
1009062449Speter	cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, kcub1=\E[D, 
1009162449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
1009262449Speter	nel=\r\E[H\E[A\n, rmso=\E[0;m, rmul=\E[0;m, smso=\E[7;m, 
1009362449Speter	smul=\E[4;m, 
1009450276Speter# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
1009550276Speter# courtesy of Carlos Rucalde of Vantage Software, Inc.
1009650276Speter# (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
1009750276Speter# I suspect the d200 function keys actually work on the dg211, check it out.)
1009850276Speterdg211|Data General d211, 
1009950276Speter	cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@, 
1010050276Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=^M^Z, rmcup=^L, 
1010162449Speter	rmso=\036E$<\0/>, smcup=^L^R, smso=\036D$<5/>, use=dg200, 
1010262449Speter
1010362449Speter# dg450 from Cornell (not official)
1010450276Speterdg450|dg6134|data general 6134, 
1010550276Speter	cub1@, cuf1=^X, use=dg200, 
1010662449Speter
1010762449Speter# Not official...
1010850276Speter# Note: lesser Dasher terminals will not work with vi because vi insists upon
1010950276Speter# having a command to move straight down from any position on the bottom line
1011050276Speter# and scroll the screen up, or a direct vertical scroll command.  The 460 and
1011150276Speter# above have both, the D210/211, for instance, has neither.  We must use ANSI
1011250276Speter# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
1011350276Speter# backspace on all terminals.  This is not so in DG mode.
1011450276Speter# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
1011550276Speter# grounds that there is no matching ":ml:"
1011650276Speter# fixed garbled ":k9=\E[00\:z:" capability -- esr)
1011750276Speterdg460-ansi|Data General Dasher 460 in ANSI-mode, 
1011862449Speter	OTbs, am, msgr, ul, 
1011950276Speter	cols#80, it#8, lines#24, 
1012062449Speter	OTnl=\ED, blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, 
1012162449Speter	cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, 
1012262449Speter	dim=\E[2m, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1012362449Speter	ich1=\E[@, il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, 
1012462449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1012562449Speter	kf0=\E[001z, kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, 
1012662449Speter	kf4=\E[005z, kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, 
1012762449Speter	kf8=\E[009z, kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, 
1012862449Speter	lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, 
1012962449Speter	ri=\E[T, rmso=\E[m, rmul=\E[05, sgr0=\E[m, smso=\E[7m, 
1013062449Speter	smul=\E[4m, 
1013162449Speter# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
1013250276Speter# Data General 605x     
1013350276Speter# Ought to work for a Model 6242, Type D210 as well as a 605x.
1013450276Speter# Note that the cursor-down key transmits ^Z.  Job control users, beware!
1013550276Speter# This also matches a posted description of something called a `Dasher 100'
1013650276Speter# so there's a dg100 alias here. 
1013750276Speter# (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr) 
1013850276Speterdg6053-old|dg100|data general 6053, 
1013962449Speter	OTbs, am, bw, ul, 
1014050276Speter	cols#80, lines#24, 
1014162449Speter	OTbc=^Y, bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, 
1014262449Speter	cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K, 
1014362449Speter	home=^H, ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, 
1014462449Speter	kcuu1=^W, kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, 
1014562449Speter	kf6=^^w, kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L, 
1014662449Speter	rmso=\0^^E, rmul=^U, smcup=^L^R, smso=\0\0\0\0\0\036D, 
1014762449Speter	smul=^T, 
1014850276Speter
1014950276Speter# (Some performance can be gained over the generic DG terminal type)
1015050276Speterdg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053, 
1015150276Speter	xon@, 
1015250276Speter	home=^P\0\0, ll=^P\0^W, use=dg-generic, 
1015350276Speter
1015450276Speter# Like 6053, but adds reverse video and more keypad and function keys.
1015550276Speterd200|d200-dg|Data General DASHER D200, 
1015650276Speter	bold=^^D^T, home@, ll@, rev=^^D, rmso=^^E^], 
1015750276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;, 
1015862449Speter	sgr0=\017\025\035\036E, smso=^^D^\, use=dgkeys+15, 
1015962449Speter	use=dg6053, 
1016050276Speter
1016150276Speter# DASHER D210 series terminals in ANSI mode.
1016250276Speter#	Reverse video, no insert/delete character/line, 7 bits/character only.
1016350276Speter#
1016450276Speter# Initialization string 1 sets:
1016550276Speter#	<0		- scrolling enabled
1016650276Speter#	<1		- blink enabled
1016750276Speter#	<4		- print characters regardless of attributes
1016850276Speterd210|d214|Data General DASHER D210 series, 
1016950276Speter	am, bw, msgr, xon, 
1017050276Speter	cols#80, lines#24, 
1017150276Speter	bel=^G, blink=\E[5m, bold=\E[4;7m, clear=\E[2J, cr=^M, 
1017250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1017350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1017450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, ed=\E[J, el=\E[K, 
1017550276Speter	el1=\E[1K, home=\E[H, ind=^J, is1=\E[<0;<1;<4l, 
1017650276Speter	ll=\E[H\E[A, nel=^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
1017750276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m, 
1017862449Speter	sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=dgkeys+7b, 
1017950276Speter
1018050276Speter# DASHER D210 series terminals in DG mode.
1018150276Speter# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
1018250276Speterd210-dg|d214-dg|Data General DASHER D210 series in DG mode, 
1018350276Speter	xon, 
1018450276Speter	ed=^^FF, use=d200-dg, 
1018550276Speter
1018650276Speter# DASHER D211 series terminals in ANSI mode.
1018750276Speter# Like the D210, but with 8-bit characters and local printer support.
1018850276Speter#
1018950276Speter# Initialization string 2 sets:
1019050276Speter#	\E[2;1;1;1v
1019150276Speter#		2;1	- 8 bit operations
1019250276Speter#		1;1	- 8 bit (international) keyboard language
1019350276Speter#	\E(B		- default primary character set (U.S. ASCII)
1019450276Speter#	\E)4		- default secondary character set (international)
1019550276Speter#	^O		- primary character set
1019650276Speter#
1019750276Speterd211|d215|Data General DASHER D211 series, 
1019850276Speter	km, 
1019962449Speter	is2=\E[2;1;1;1v\E(B\E)4\017, mc0=\E[i, use=dgkeys+8b, 
1020062449Speter	use=d210, 
1020150276Speter
1020250276Speter# Initialization string 2 sets:
1020350276Speter#	\E[2;0;1;0v
1020450276Speter#		2;0	- 7 bit operations
1020550276Speter#		1;0	- 7 bit (native) keyboard language
1020650276Speter#	\E(0		- default character set (the keyboard native language)
1020750276Speter#	^O		- primary character set
1020850276Speterd211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode, 
1020950276Speter	km@, 
1021050276Speter	is2=\E[2;0;1;0v\E(0\017, use=dgkeys+7b, use=d211, 
1021150276Speter
1021250276Speter# Like the D210 series, but adds support for 8-bit characters.
1021350276Speter#
1021450276Speter# Reset string 2 sets:
1021550276Speter#	^^N	- secondary character set
1021650276Speter#	^^FS0>	- 8 bit international character set
1021750276Speter#	^^O	- primary character set
1021850276Speter#	^^FS00	- default character set (matching the native keyboard language)
1021950276Speter#
1022050276Speterd211-dg|d215-dg|Data General DASHER D211 series in DG mode, 
1022150276Speter	km, 
1022250276Speter	rs2=\036N\036FS0>\036O\036FS00, use=d210-dg, 
1022350276Speter
1022450276Speterd216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode, 
1022550276Speter	use=d211-dg, 
1022650276Speter
1022750276Speter# Enhanced DG mode with changes to be more UNIX compatible.
1022850276Speterd216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode, 
1022950276Speter	mc5i, 
1023050276Speter	it#8, 
1023150276Speter	acsc=a\177j$k"l!m#n)q+t'u&v(w%x*, blink=^^PI, 
1023250276Speter	clear=^^PH, cub1=^^PD, cud1=^^PB, cuf1=^^PC, cuu1=^^PA, 
1023350276Speter	el=^^PE, home=^^PF, hpa=\020%p1%c\177, ht=^I, ind=^J, 
1023450276Speter	is1=\022\003\036P@1, is3=\036Fz0, kHOM=^^Pf, kLFT=^^Pd, 
1023550276Speter	kPRT=^^P1, kRIT=^^Pc, kclr=^^PH, kcub1=^^PD, kcud1=^^PB, 
1023650276Speter	kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0, 
1023750276Speter	mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00, 
1023850276Speter	rs2=\036N\036FS0E\036O\036FS00, 
1023950276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;\036P%?%p4%tI%eJ%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;, 
1024050276Speter	sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11, 
1024162449Speter	vpa=\020\177%p1%c, use=dgkeys+15, use=d216-dg, 
1024250276Speterd216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines, 
1024350276Speter	lines#25, 
1024450276Speter	is3=\036Fz2, use=d216+, 
1024550276Speter
1024650276Speterd217-unix|Data General DASHER D217 in DG-UNIX mode, 
1024750276Speter	use=d216-unix, 
1024850276Speterd217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines, 
1024950276Speter	use=d216-unix-25, 
1025050276Speter
1025150276Speter# DASHER D220 color terminal in ANSI mode.
1025250276Speter# Like the D470C but with fewer colors and screen editing features.
1025350276Speter#
1025450276Speter# Initialization string 1 sets:
1025550276Speter#	\E[<0;<1;<4l
1025650276Speter#		<0	- scrolling enabled
1025750276Speter#		<1	- blink enabled
1025850276Speter#		<4	- print characters regardless of attributes
1025950276Speter#	\E[m		- all attributes off
1026050276Speter# Reset string 1 sets:
1026150276Speter#	\Ec		- initial mode defaults (RIS)
1026250276Speter#
1026350276Speterd220|Data General DASHER D220, 
1026450276Speter	mc5i@, 
1026562449Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
1026662449Speter	use=dg+color8, use=d470c, 
1026750276Speter
1026850276Speterd220-7b|Data General DASHER D220 in 7 bit mode, 
1026950276Speter	mc5i@, 
1027062449Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
1027162449Speter	use=dg+color8, use=d470c-7b, 
1027250276Speter
1027350276Speter# Initialization string 3 sets:
1027450276Speter#	- default cursor (solid rectangle)
1027550276Speter# Reset string 2 sets:
1027650276Speter#	^^N     - secondary character set
1027750276Speter#	^^FS0>  - 8 bit international character set
1027850276Speter#	^^O     - primary character set
1027950276Speter#       ^^FS00  - default character set (matching the native keyboard language)
1028050276Speter#
1028150276Speterd220-dg|Data General DASHER D220 color terminal in DG mode, 
1028250276Speter	mc5i@, 
1028350276Speter	dl1@, home@, il1@, is2@, is3=\036FQ2, ll@, mc4@, mc5@, rs1@, 
1028462449Speter	rs2=\036N\036FS0>\036O\036FS00, use=dgmode+color8, 
1028562449Speter	use=d470c-dg, 
1028650276Speter
1028750276Speter# DASHER D230C color terminal in ANSI mode.
1028850276Speter# Like the D220 but with minor ANSI compatibility improvements.
1028950276Speter#
1029050276Speterd230c|d230|Data General DASHER D230C, 
1029150276Speter	blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=^M^J, 
1029250276Speter	rev=\E[7;50m, rmkx=\E[2;1v, rmso=\E[50m, rmul=\E[50m, 
1029350276Speter	sgr=\E[50%?%p1%p3%|%p6%|%t;7%{1}%e%{0}%;%PR%?%p4%t;5%{1}%e%{0}%;%PB%?%p2%p6%|%t;4%{1}%e%{0}%;%PU%?%p1%p5%|%t;2%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;, 
1029450276Speter	sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m, 
1029562449Speter	smul=\E[4;50m, use=dgkeys+7b, use=d220, 
1029650276Speter
1029750276Speterd230c-dg|d230-dg|Data General DASHER D230C in DG mode, 
1029850276Speter	use=d220-dg, 
1029950276Speter
1030050276Speter# DASHER D400/D450 series terminals.
1030150276Speter# These add intelligent features like insert/delete to the D200 series.
1030250276Speter#
1030350276Speter# Initialization string 2 sets:
1030450276Speter#	^^FQ2		- default cursor (solid rectangle)
1030550276Speter#	^^FW		- character protection disabled
1030650276Speter#	^^FJ		- normal (80 column) mode
1030750276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
1030850276Speter#	^^FX004?	- margins at columns 0 and 79
1030950276Speter#	^^F]		- horizontal scrolling disabled
1031050276Speter#	^^O		- primary character set
1031150276Speter#	^^FS00		- default character set (the keyboard native language)
1031250276Speter#	- (should reset scrolling regions, but that glitches the screen)
1031350276Speter# Reset string 1 sets:
1031450276Speter#	^^FA		- all terminal defaults except scroll rate
1031550276Speter# Reset string 2 sets:
1031650276Speter#	^^F]		- horizontal scrolling disabled
1031750276Speter#	^^FT0		- jump scrolling
1031850276Speter#
1031950276Speterd400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series, 
1032050276Speter	mc5i, 
1032150276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\036FQ0, 
1032250276Speter	cnorm=\036FQ2, dch1=^^K, dl1=^^FI, 
1032350276Speter	enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177, 
1032450276Speter	ich1=^^J, il1=^^FH, 
1032550276Speter	is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O\036FS00, 
1032650276Speter	ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O, 
1032750276Speter	rs1=^^FA, rs2=\036F]\036FT0, 
1032850276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036%?%p9%tN%eO%;, 
1032950276Speter	sgr0=\017\025\035\036E\036O, smacs=^^N, 
1033050276Speter	vpa=\020\177%p1%c, use=d210-dg, 
1033150276Speter
1033250276Speter# DASHER D410/D460 series terminals in ANSI mode.
1033350276Speter# These add a large number of intelligent terminal features.
1033450276Speter#
1033550276Speter# Initialization string 1 sets:
1033650276Speter#	\E[<0;<1;<2;<4l
1033750276Speter#		<0	- scrolling enabled
1033850276Speter#		<1	- blink enabled
1033950276Speter#		<2	- horizontal scrolling enabled (for alignment)
1034050276Speter#		<4	- print characters regardless of attributes
1034150276Speter#	\E[5;0v		- normal (80 column) mode
1034250276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1034350276Speter#	\E[1;6;<2h
1034450276Speter#		1	- print all characters even if protected
1034550276Speter#		6	- character protection disabled
1034650276Speter#		<2	- horizontal scrolling disabled
1034750276Speter#	- (should reset scrolling regions, but that glitches the screen)
1034850276Speter#
1034950276Speter# Initialization string 2 sets:
1035050276Speter#	\E[3;2;2;1;1;1v
1035150276Speter#		3;2	- default cursor (solid rectangle)
1035250276Speter#		2;1	- 8 bit operations
1035350276Speter#		1;1	- international keyboard language
1035450276Speter#	\E(B		- default primary character set (U.S. ASCII)
1035550276Speter#	\E)4		- default secondary character set (international)
1035650276Speter#	^O		- primary character set
1035750276Speter#
1035850276Speter#	Reset string 1 sets:
1035950276Speter#	\Ec		- initial mode defaults (RIS)
1036050276Speter#	\E[<2h		- horizontal scrolling disabled
1036150276Speter#
1036250276Speter# Reset string 2 sets:
1036350276Speter#	\E[4;0;2;1;1;1v
1036450276Speter#		4;0	- jump scrolling
1036550276Speter#		2;1	- 8 bit operations
1036650276Speter#		1;1	- 8 bit (international) keyboard language
1036750276Speter#	\E(B		- default primary character set (U.S. ASCII)
1036850276Speter#	\E)4		- default secondary character set (international)
1036950276Speter#
1037050276Speterd410|d411|d460|d461|Data General DASHER D410/D460 series, 
1037150276Speter	mc5i, 
1037250276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\E[3;0v, 
1037350276Speter	cnorm=\E[3;2v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1037450276Speter	dl1=\E[M, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
1037550276Speter	is1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h, 
1037650276Speter	is2=\E[3;2;2;1;1;1v\E(B\E)4\017, mc4=\E[4i, mc5=\E[5i, 
1037750276Speter	ri=\EM, rmacs=\E)4\017, rs1=\Ec\E[<2h, 
1037850276Speter	rs2=\E[4;0;2;1;1;1v\E(B\E)4, 
1037950276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;, 
1038062449Speter	sgr0=\E[m\E)4\017, smacs=\E)6\016, use=d211, 
1038150276Speter
1038250276Speter# Initialization string 2 sets:
1038350276Speter#	\E[3;2;2;0;1;0v
1038450276Speter#		3;2	- default cursor (solid rectangle)
1038550276Speter#		2;0	- 7 bit operations
1038650276Speter#		1;0	- 7 bit (native) keyboard language
1038750276Speter#	\E(0		- default character set (the keyboard native language)
1038850276Speter#	^O		- primary character set
1038950276Speter#
1039050276Speter# Reset string 2 sets:
1039150276Speter#	\E[4;0;2;0;1;0v
1039250276Speter#		4;0	- jump scrolling
1039350276Speter#		2;0	- 7 bit operations
1039450276Speter#		1;0	- 7 bit (native) keyboard language
1039550276Speter#	\E(0		- default character set (the keyboard native language)
1039650276Speter#
1039750276Speterd410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode, 
1039850276Speter	km@, 
1039950276Speter	enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O, 
1040050276Speter	rs2=\E[4;0;2;0;1;0v\E(0, 
1040150276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;, 
1040262449Speter	sgr0=\E[m\017, smacs=^N, use=dgkeys+7b, use=d410, 
1040350276Speter
1040450276Speterd410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode, 
1040550276Speter	km, 
1040650276Speter	enacs@, rmacs=\036FS00, 
1040750276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;, 
1040850276Speter	sgr0=\017\025\035\036E\036FS00, smacs=\036FS11, 
1040950276Speter	use=d400-dg, 
1041050276Speter
1041150276Speter# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
1041250276Speter#
1041350276Speter# Initialization string 1 sets:
1041450276Speter#	\E[<0;<1;<2;<4l
1041550276Speter#		<0	- scrolling enabled
1041650276Speter#		<1	- blink enabled
1041750276Speter#		<2	- horizontal scrolling enabled (for alignment)
1041850276Speter#		<4	- print characters regardless of attributes
1041950276Speter#	\E[5;1v		- compressed (135 column) mode
1042050276Speter#	\E[1;1;126	- margins at columns 1 and 126
1042150276Speter#	\E[1;6;<2h
1042250276Speter#		1	- print all characters even if protected
1042350276Speter#		6	- character protection disabled
1042450276Speter#		<2	- horizontal scrolling disabled
1042550276Speter#	- (should reset scrolling regions, but that glitches the screen)
1042650276Speter#
1042750276Speter# Reset string 1 sets:
1042850276Speter#	\Ec		- initial mode defaults (RIS)
1042950276Speter#	\E[5;1v		- compressed (135 column) mode
1043050276Speter#	\E[1;1;126w	- margins at columns 1 and 126
1043150276Speter#	\E[<2h		- horizontal scrolling disabled
1043250276Speter#
1043350276Speterd410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode, 
1043450276Speter	cols#126, 
1043550276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1043662449Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410, 
1043750276Speter
1043850276Speterd410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode, 
1043950276Speter	cols#126, 
1044050276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1044162449Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410-7b, 
1044250276Speter
1044350276Speterd412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode, 
1044450276Speter	use=d410-dg, 
1044550276Speter
1044650276Speter# These add intelligent features like scrolling regions.
1044750276Speterd412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode, 
1044850276Speter	civis=\036FQ0, clear=^^FE, cnorm=\036FQ5, 
1044950276Speter	cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI, 
1045050276Speter	home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH, 
1045150276Speter	is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O\036FS00, 
1045250276Speter	ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I, 
1045350276Speter	rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10, 
1045450276Speter	vpa=\036FPFF%p1%2.2X, 
1045562449Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
1045662449Speter	use=d216+, 
1045750276Speterd412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode, 
1045850276Speter	cols#132, 
1045950276Speter	is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O\036FS00, 
1046050276Speter	rs2=\036P@1\036FK\036FX0083, 
1046162449Speter	wind=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X, 
1046262449Speter	use=d412-unix, 
1046350276Speterd412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines, 
1046450276Speter	lines#25, 
1046550276Speter	is3=\036Fz2, 
1046662449Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
1046762449Speter	use=d462+, 
1046850276Speterd412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line, 
1046950276Speter	eslok, hs, 
1047050276Speter	clear=\036FG\036PH, fsl=\036F}01\022, 
1047150276Speter	is3=\036Fz2\036F}00\036FB180000\036F}01, ll@, 
1047250276Speter	tsl=\036F}00\036FP%p1%2.2X18\036PG, 
1047362449Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t%{23}%p2%-%2.2X0%;000\036FX%p3%2.2X%p4%2.2X, 
1047462449Speter	use=d462+, 
1047550276Speter
1047650276Speter#	Relative cursor motions are confined to the current window,
1047750276Speter#	which is not what the scrolling region specification expects.
1047850276Speter#	Thus, relative vertical cursor positioning must be deleted.
1047950276Speterd412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region, 
1048050276Speter	csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;, 
1048162449Speter	cud1@, cuu1@, ll@, use=d462+, 
1048250276Speter
1048350276Speterd413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode, 
1048450276Speter	use=d412-unix, 
1048550276Speterd413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode, 
1048650276Speter	use=d412-unix-w, 
1048750276Speterd413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines, 
1048850276Speter	use=d412-unix-25, 
1048950276Speterd413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line, 
1049050276Speter	use=d412-unix-s, 
1049150276Speterd413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region, 
1049250276Speter	use=d412-unix-sr, 
1049350276Speter
1049450276Speterd414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode, 
1049550276Speter	use=d413-unix, 
1049650276Speterd414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode, 
1049750276Speter	use=d413-unix-w, 
1049850276Speterd414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines, 
1049950276Speter	use=d413-unix-25, 
1050050276Speterd414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line, 
1050150276Speter	use=d413-unix-s, 
1050250276Speterd414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region, 
1050350276Speter	use=d413-unix-sr, 
1050450276Speter
1050550276Speterd430c-dg|d430-dg|Data General D430C in DG mode, 
1050650276Speter	use=d413-dg, use=dg+fixed, 
1050750276Speterd430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors, 
1050850276Speter	use=d413-dg, use=dg+ccc, 
1050950276Speter
1051050276Speterd430c-unix|d430-unix|Data General D430C in DG-UNIX mode, 
1051150276Speter	use=d413-unix, use=dgunix+fixed, 
1051250276Speterd430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode, 
1051350276Speter	use=d413-unix-w, use=dgunix+fixed, 
1051450276Speterd430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines, 
1051550276Speter	use=d413-unix-25, use=dgunix+fixed, 
1051650276Speterd430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line, 
1051750276Speter	use=d413-unix-s, use=dgunix+fixed, 
1051850276Speterd430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region, 
1051950276Speter	use=d413-unix-sr, use=dgunix+fixed, 
1052050276Speterd430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors, 
1052150276Speter	use=d413-unix, use=dgunix+ccc, 
1052250276Speterd430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors, 
1052350276Speter	use=d413-unix-w, use=dgunix+ccc, 
1052450276Speterd430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors, 
1052550276Speter	use=d413-unix-25, use=dgunix+ccc, 
1052650276Speterd430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors, 
1052750276Speter	use=d413-unix-s, use=dgunix+ccc, 
1052850276Speterd430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors, 
1052950276Speter	use=d413-unix-sr, use=dgunix+ccc, 
1053050276Speter
1053150276Speter# DASHER D470C color terminal in ANSI mode.
1053250276Speter# Like the D460 but with 16 colors and without a compressed mode.
1053350276Speter#
1053450276Speter# Initialization string 1 sets:
1053550276Speter#	\E[<0;<1;<2;<4l
1053650276Speter#		<0	- scrolling enabled
1053750276Speter#		<1	- blink enabled
1053850276Speter#		<2	- horizontal scrolling enabled (for alignment)
1053950276Speter#		<4	- print characters regardless of attributes
1054050276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1054150276Speter#	\E[1;6;<2h
1054250276Speter#		1	- print all characters even if protected
1054350276Speter#		6	- character protection disabled
1054450276Speter#		<2	- horizontal scrolling disabled
1054550276Speter#	- (should reset scrolling regions, but that glitches the screen)
1054650276Speter#
1054750276Speterd470c|d470|Data General DASHER D470C, 
1054850276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1054950276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;, 
1055050276Speter	use=dg+color, use=d460, 
1055150276Speter
1055250276Speterd470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode, 
1055350276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1055450276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm%?%p9%t\016%e\017%;, 
1055550276Speter	use=dg+color, use=d460-7b, 
1055650276Speter
1055750276Speter# Initialization string 2 sets:
1055850276Speter#	^^FQ2		- default cursor (solid rectangle)
1055950276Speter#	^^FW		- character protection disabled
1056050276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
1056150276Speter#	^^FX004?	- margins at columns 0 and 79
1056250276Speter#	^^F]		- horizontal scrolling disabled
1056350276Speter#	^^O		- primary character set
1056450276Speter#	^^FS00		- default character set (the keyboard native language)
1056550276Speter#	- (should reset scrolling regions, but that glitches the screen)
1056650276Speter#
1056750276Speterd470c-dg|d470-dg|Data General DASHER D470C in DG mode, 
1056850276Speter	is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O\036FS00, 
1056950276Speter	use=dgmode+color, use=d460-dg, 
1057050276Speter
1057150276Speter# DASHER D555 terminal in ANSI mode.
1057250276Speter# Like a D411, but has an integrated phone.
1057350276Speterd555|Data General DASHER D555, 
1057450276Speter	use=d411, 
1057550276Speterd555-7b|Data General DASHER D555 in 7-bit mode, 
1057650276Speter	use=d411-7b, 
1057750276Speterd555-w|Data General DASHER D555 in wide mode, 
1057850276Speter	use=d411-w, 
1057950276Speterd555-7b-w|Data General DASHER D555 in wide 7-bit mode, 
1058050276Speter	use=d411-7b-w, 
1058150276Speterd555-dg|Data General DASHER D555 series in DG mode, 
1058250276Speter	use=d411-dg, 
1058350276Speter
1058450276Speter# DASHER D577 terminal in ANSI mode.
1058550276Speter# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
1058650276Speterd577|Data General DASHER D577, 
1058750276Speter	use=d411, 
1058850276Speterd577-7b|Data General DASHER D577 in 7-bit mode, 
1058950276Speter	use=d411-7b, 
1059050276Speterd577-w|Data General DASHER D577 in wide mode, 
1059150276Speter	use=d411-w, 
1059250276Speterd577-7b-w|Data General DASHER D577 in wide 7-bit mode, 
1059350276Speter	use=d411-7b-w, 
1059450276Speter
1059550276Speterd577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode, 
1059650276Speter	use=d411-dg, 
1059750276Speter
1059850276Speter# DASHER D578 terminal.
1059950276Speter# Like a D577, but without compressed mode; like a D470C in this respect.
1060050276Speter#
1060150276Speter# Initialization string 1 sets:
1060250276Speter#	\E[<0;<1;<2;<4l
1060350276Speter#		<0	- scrolling enabled
1060450276Speter#		<1	- blink enabled
1060550276Speter#		<2	- horizontal scrolling enabled (for alignment)
1060650276Speter#		<4	- print characters regardless of attributes
1060750276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1060850276Speter#	\E[1;6;<2h
1060950276Speter#		1	- print all characters even if protected
1061050276Speter#		6	- character protection disabled
1061150276Speter#		<2	- horizontal scrolling disabled
1061250276Speter#	- (should reset scrolling regions, but that glitches the screen)
1061350276Speter#
1061450276Speterd578|Data General DASHER D578, 
1061550276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577, 
1061650276Speterd578-7b|Data General DASHER D578 in 7-bit mode, 
1061762449Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577-7b, 
1061850276Speter
1061950276Speter#### Datamedia (dm)
1062050276Speter#
1062162449Speter# Datamedia was headquartered in Nashua, New Hampshire until it went 
1062262449Speter# out of business in 1993, but the ID plates on the terminals referred
1062362449Speter# to the factory in Pennsauken, NJ.  The factory was sold to a PCB board
1062462449Speter# manufacturer which threw out all information about the terminals.
1062550276Speter#
1062650276Speter
1062750276Spetercs10|colorscan|Datamedia Color Scan 10, 
1062850276Speter	msgr, 
1062950276Speter	cols#80, lines#24, 
1063050276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1063150276Speter	cup=\E[%i%p1%02d;%p2%02dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1063250276Speter	ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1063350276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmso=\E[m, rmul=\E[m, 
1063450276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1063550276Spetercs10-w|Datamedia Color Scan 10 with 132 columns, 
1063650276Speter	cols#132, 
1063750276Speter	cup=\E[%i%p1%02d;%p2%03dH, use=cs10, 
1063850276Speter
1063950276Speter# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
1064050276Speterdm1520|dm1521|datamedia 1520, 
1064162449Speter	OTbs, am, xenl, 
1064250276Speter	cols#80, it#8, lines#24, 
1064350276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1064450276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1064550276Speter	home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1064650276Speter	khome=^Y, 
1064750276Speter# dm2500: this terminal has both <ich> and <smir>. Applications using 
1064850276Speter# termcap/terminfo directly (rather than through ncurses) might be confused.
1064950276Speterdm2500|datamedia2500|datamedia 2500, 
1065062449Speter	OTbs, OTnc, 
1065150276Speter	cols#80, lines#24, 
1065250276Speter	bel=^G, clear=^^^^\177, cub1=^H, cud1=^J, cuf1=^\, 
1065350276Speter	cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, 
1065450276Speter	dch1=\020\010\030\035$<10*>, 
1065550276Speter	dl1=\020\032\030\035$<10*>, el=^W, home=^B, 
1065650276Speter	ich1=\020\034\030\035$<10*>, 
1065750276Speter	il1=\020\n\030\035\030\035$<15>, ind=^J, pad=\377, 
1065850276Speter	rmdc=^X^], rmir=\377\377\030\035$<10>, rmso=^X^], 
1065950276Speter	smdc=^P, smir=^P, smso=^N, 
1066050276Speter# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
1066150276Speter# also, has a meta-key.
1066250276Speter# From: <goldberger@su-csli.arpa>
1066350276Speter# (dmchat: ":MT:" changed to ":km:" -- esr)
1066450276Speterdmchat|dmchat version of datamedia 2500, 
1066550276Speter	km, 
1066650276Speter	dl1=\020\032\030\035$<2/>, 
1066750276Speter	il1=\020\n\030\035\030\035$<1*/>, use=dm2500, 
1066850276Speter# (dm3025: ":MT:" changed to ":km:" -- esr)
1066950276Speterdm3025|datamedia 3025a, 
1067062449Speter	OTbs, km, 
1067150276Speter	cols#80, it#8, lines#24, 
1067250276Speter	bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1067350276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1067450276Speter	dch1=\010$<6>, dl1=\EP\EA\EQ$<130>, ed=\EJ$<2>, el=\EK, 
1067550276Speter	home=\EH, ht=^I, il1=\EP\n\EQ$<130>, ind=^J, ip=$<6>, 
1067650276Speter	is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, 
1067750276Speter	smir=\EP, smso=\EO1, 
1067850276Speterdm3045|datamedia 3045a, 
1067962449Speter	OTbs, am, eo, km@, ul, xenl, 
1068050276Speter	dch1=\EB$<6>, dl1@, il1@, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, 
1068150276Speter	kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, 
1068250276Speter	kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, 
1068350276Speter	khome=\EH, pad=\177, rmdc@, rmir=\EP, rmso@, smdc@, smso@, 
1068450276Speter	use=dm3025, 
1068550276Speter# Datamedia DT80 soft switches:
1068650276Speter# 1	0=Jump  1=Smooth
1068750276Speter# 	Autorepeat 	0=off  1=on
1068850276Speter# 	Screen		0=Dark 1=light
1068950276Speter# 	Cursor		0=u/l  1=block
1069050276Speter# 
1069150276Speter# 2	Margin Bell	0=off  1=on
1069250276Speter# 	Keyclick	0=off  1=on
1069350276Speter# 	Ansi/VT52	0=VT52 1=Ansi
1069450276Speter# 	Xon/Xoff	0=Off  1=On
1069550276Speter# 
1069650276Speter# 3	Shift3		0=Hash 1=UK Pound
1069750276Speter# 	Wrap		0=Off  1=On
1069850276Speter# 	Newline		0=Off  1=On
1069950276Speter# 	Interlace	0=Off  1=On
1070050276Speter# 	
1070150276Speter# 4	Parity		0=Odd  1=Even
1070250276Speter# 	Parity		0=Off  1=On
1070350276Speter# 	Bits/Char	0=7    1=8
1070450276Speter# 	Power		0=60Hz 1=50Hz
1070550276Speter# 
1070650276Speter# 5	Line Interface  0=EIA  1=Loop
1070750276Speter# 	Aux Interface   0=EIA  1=Loop
1070850276Speter# 	Local Copy    	0=Off  1=On	
1070950276Speter# 	Spare
1071050276Speter# 
1071150276Speter# 6	Aux Parity	0=Odd  1=Even
1071250276Speter# 	Aux Parity	0=Off  1=On
1071350276Speter# 	Aux Bits/Char   0=7    1=8
1071450276Speter# 	CRT Saver	0=Off  1=On
1071550276Speter# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
1071650276Speterdm80|dmdt80|dt80|datamedia dt80/1, 
1071750276Speter	clear=\E[2J\E[H, cud1=^J, cuf1=\E[C, 
1071850276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1071950276Speter	home=\E[H, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, ri=\EM, 
1072050276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1072150276Speter	use=vt100, 
1072250276Speter# except in 132 column mode, where it needs a little padding.
1072350276Speter# This is still less padding than the vt100, and you can always turn on
1072450276Speter# the ^S/^Q handshaking, so you can use vt100 flavors for things like
1072550276Speter# reverse video.
1072650276Speterdm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode, 
1072750276Speter	cols#132, 
1072850276Speter	clear=\E[H\E[2J$<50/>, cud1=^J, 
1072950276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, 
1073050276Speter	ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, 
1073162449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
1073250276Speterdt80-sas|Datamedia DT803/DTX for SAS usage, 
1073350276Speter	am, bw, 
1073450276Speter	cols#80, lines#24, 
1073550276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1073650276Speter	bel=^G, clear=^L, cr=^M, 
1073750276Speter	csr=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2, 
1073850276Speter	cub1=^H, cud1=\EB, cuf1=^\, 
1073950276Speter	cup=\E=%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, dl1=\EM, ed=^K, 
1074050276Speter	el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB, 
1074150276Speter	is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=^J, 
1074250276Speter	kcuf1=^\, kcuu1=^_, ked=^K, kel=^], khome=^Y, mc4=^O, mc5=^N, 
1074350276Speter	rev=\E$2\004, ri=\EI, rmacs=\EG, rmso=^X, sgr0=^X, smacs=\EF, 
1074450276Speter	smso=\E$2\004, tbc=\E'0, 
1074550276Speter
1074650276Speter# Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
1074750276Speter# These aren't end-all Excel termcaps; but do insert/delete char/line
1074850276Speter# and name some of the extra function keys.  (Mike Feldman ccvaxa!feldman)
1074950276Speter# The naming convention has been bent somewhat, with the use of E? (where
1075050276Speter# E is for 'Excel') as # a name.  This was done to distinguish the entries
1075150276Speter# from the other Datamedias in use here, and yet to associate a model of
1075250276Speter# the Excel terminals with the regular datamedia terminals that share
1075350276Speter# major characteristics.
1075450276Speterexcel62|excel64|datamedia Excel 62, 
1075550276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1075650276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1075750276Speter	use=dt80, 
1075850276Speterexcel62-w|excel64-w|datamedia Excel 62 in 132 char mode, 
1075950276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1076050276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1076150276Speter	use=dt80w, 
1076250276Speterexcel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode, 
1076350276Speter	dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=^J, 
1076450276Speter	kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, 
1076562449Speter	smir=\E[4h, use=dt80, 
1076650276Speter
1076750276Speter#### Falco
1076850276Speter#
1076950276Speter#	Falco Data Products
1077050276Speter#	440 Potrero Avenue
1077150276Speter#	Sunnyvale, CA 940864-196
1077250276Speter#	Vox: (800)-325-2648
1077350276Speter#	Fax: (408)-745-7860
1077450276Speter#	Net: techsup@charm.sys.falco.com
1077550276Speter#
1077650276Speter# Current Falco models as of 1995 are generally ANSI-compatible and support
1077750276Speter# emulations of DEC VT-series, Wyse, and Televideo types.
1077850276Speter#
1077950276Speter
1078050276Speter# Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
1078150276Speter# This terminal was released around 1983 and was discontinued long ago.
1078250276Speter# The standout and underline highlights are the same.
1078350276Speterfalco|ts1|ts-1|falco ts-1, 
1078462449Speter	OTbs, am, 
1078550276Speter	cols#80, it#8, lines#24, 
1078650276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1078750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1078850276Speter	dl1=\ER, ed=\EY, el=\ET\EG0\010, home=^^, ht=^I, il1=\EE, 
1078950276Speter	ind=^J, is2=\Eu\E3, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1079050276Speter	kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, 
1079150276Speter	smir=\Eq, smso=\Eg1, smul=\Eg1, 
1079250276Speterfalco-p|ts1p|ts-1p|falco ts-1 with paging option, 
1079362449Speter	OTbs, am, da, db, mir, msgr, ul, 
1079450276Speter	cols#80, it#8, lines#24, 
1079550276Speter	bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, 
1079650276Speter	cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, 
1079750276Speter	dch1=\EW, dl1=\ER, ed=\EY, el=\ET\EG0\010\Eg0, ht=^I, 
1079850276Speter	il1=\EE, ind=^J, is2=\EZ\E3\E_c, kcub1=\E[D, kcud1=\E[B, 
1079950276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rmcup=\E_b, rmir=\Er, 
1080050276Speter	rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, smcup=\E_d, smir=\Eq, 
1080150276Speter	smso=\Eg4, smul=\Eg1, 
1080250276Speter# (ts100: I added <rmam>/<smam> based on the init string -- esr)
1080350276Speterts100|ts100-sp|falco ts100-sp, 
1080450276Speter	am, mir, msgr, xenl, xon, 
1080550276Speter	cols#80, it#8, lines#24, vt#3, 
1080650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1080750276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1080850276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1080950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1081050276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1081150276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1081250276Speter	cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, 
1081350276Speter	el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, 
1081450276Speter	ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, 
1081550276Speter	ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, 
1081650276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, 
1081750276Speter	kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
1081850276Speter	kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1081950276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1082050276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1082150276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1082250276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
1082350276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1082450276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1082550276Speterts100-ctxt|falco ts-100 saving context, 
1082650276Speter	rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, 
1082750276Speter
1082850276Speter#### Florida Computer Graphics
1082950276Speter#
1083050276Speter
1083150276Speter# Florida Computer Graphics Beacon System, using terminal emulator program
1083250276Speter# "host.com", as provided by FCG.  This description is for an early release
1083350276Speter# of the "host" program.  Known bug: <ed> clears the whole screen, so it's
1083450276Speter# commented out.
1083550276Speter
1083650276Speter# From: David Bryant <cbosg!djb> 1/7/83
1083750276Speterbeacon|FCG Beacon System, 
1083850276Speter	am, da, db, 
1083950276Speter	cols#80, lines#32, 
1084050276Speter	bel=\ESTART\r\E37\r\EEND\r$<1>, 
1084150276Speter	blink=\ESTART\r\E61\,1\r\EEND\r, clear=\EZ$<10>, cr=^M, 
1084250276Speter	cub1=^H, cud1=^J, cuf1=\EV, 
1084350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=\EU, 
1084450276Speter	dch1=\EW, dl1=\ER, el=\ET, home=\EH$<10>, ich1=\EQ, il1=\EE, 
1084550276Speter	ind=^J, rev=\ESTART\r\E59\,1\r\EEND\r, rmcup=, 
1084650276Speter	rmso=\ESTART\r\E70\,0\r\EEND\r$<20>, 
1084750276Speter	rmul=\ESTART\r\E60\,0\r\EEND\r, 
1084850276Speter	sgr0=\ESTART\r\E78\r\E70\,0\r\EEND\r$<20>, 
1084950276Speter	smcup=\ESTART\r\E2\,0\r\E12\r\EEND\r$<10>, 
1085050276Speter	smso=\ESTART\r\E70\,6\r\EEND\r$<20>, 
1085150276Speter	smul=\ESTART\r\E60\,1\r\EEND\r, 
1085250276Speter
1085350276Speter#### Fluke
1085450276Speter#
1085550276Speter
1085650276Speter# The f1720a differences from ANSI: no auto margin, destructive 
1085750276Speter# tabs, # of lines, funny highlighting and underlining
1085850276Speterf1720|f1720a|fluke 1720A, 
1085950276Speter	xt, 
1086050276Speter	cols#80, lines#16, xmc#1, 
1086150276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1086250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, 
1086350276Speter	el=\E[K, ind=\ED, is2=\E[H\E[2J, kcub1=^_, kcud1=^], 
1086450276Speter	kcuf1=^^, kcuu1=^\, ri=\EM, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1086550276Speter	smso=\E[7m, smul=\E[4m, 
1086650276Speter
1086750276Speter#### Liberty Electronics (Freedom)
1086850276Speter#
1086950276Speter#	Liberty Electronics
1087050276Speter#	48089 Fremont Blvd
1087150276Speter#	Fremont CA 94538
1087250276Speter#	Vox: (510)-623-6000
1087350276Speter#	Fax: (510)-623-7021
1087450276Speter
1087550276Speter# From: <faletti@berkeley.edu>
1087650276Speter# (f100: added empty <acsc> to suppress a tic warning;
1087750276Speter# made this relative to adm+sgr -- note that <invis> isn't
1087850276Speter# known to work for f100 but does on the f110. --esr)
1087950276Speterf100|freedom|freedom100|freedom model 100, 
1088062449Speter	OTbs, am, bw, hs, mir, msgr, xon, 
1088150276Speter	cols#80, lines#24, 
1088250276Speter	acsc=, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, 
1088350276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1088450276Speter	dch1=\EW, dl1=\ER$<11.5*>, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
1088550276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, 
1088650276Speter	ht=^I, hts=\E1, il1=\EE$<8.5*>, ind=^J, ip=$<6>, 
1088750276Speter	is2=\Eg\Ef\r\Ed, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, 
1088850276Speter	kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, 
1088950276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1089050276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, 
1089150276Speter	smacs=\E%, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
1089250276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
1089350276Speterf100-rv|freedom-rv|freedom 100 in reverse video, 
1089450276Speter	flash=\Ed$<200>\Eb, is2=\Eg\Ef\r\Eb, use=f100, 
1089550276Speter# The f110 and f200 have problems with vi(1).  They use the ^V
1089650276Speter# code for the down cursor key. When kcud1 is defined in terminfo
1089750276Speter# as ^V, the Control Character Quoting capability (^V in insert mode)
1089850276Speter# is lost! It cannot be remapped in vi because it is necessary to enter
1089950276Speter# a ^V to to quote the ^V that is being remapped!!!
1090050276Speter# 
1090150276Speter# f110/f200 users will have to decide whether
1090250276Speter# to lose the down cursor key or the quoting capability. We will opt
1090350276Speter# initially for leaving the quoting capability out, since use of VI
1090450276Speter# is not generally applicable to most interactive applications
1090550276Speter# (f110: added <ht>, <khome> & <kcbt> from f100 -- esr)
1090650276Speterf110|freedom110|Liberty Freedom 110, 
1090750276Speter	bw@, eslok, 
1090850276Speter	it#8, wsl#80, 
1090950276Speter	blink=\EG2, bold=\EG0, civis=\E.1, cnorm=\E.2, cud1=^V, 
1091050276Speter	cvvis=\E.2, dim=\EG@, dl1=\ER, dsl=\Ef\r, 
1091150276Speter	flash=\Eb$<200/>\Ed, il1=\EE, ip@, is2@, kclr=^^, kdch1=\EW, 
1091250276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf10@, kich1=\EQ, 
1091350276Speter	kil1=\EE, mc4=\Ea, mc5=\E`, ri=\EJ, rmacs=\E%%, rmir=\Er\EO, 
1091462449Speter	smacs=\E$, smir=\EO\Eq, smso=\EG<, tsl=\Ef, use=f100, 
1091550276Speterf110-14|Liberty Freedom 110 14inch, 
1091650276Speter	dch1@, use=f110, 
1091750276Speterf110-w|Liberty Freedom 110 - 132 cols, 
1091850276Speter	cols#132, use=f110, 
1091950276Speterf110-14w|Liberty Freedom 110 14in/132 cols, 
1092050276Speter	cols#132, 
1092150276Speter	dch1@, use=f110, 
1092250276Speter# (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1092350276Speterf200|freedom200|Liberty Freedom 200, 
1092462449Speter	OTbs, am, eslok, hs, mir, msgr, xon, 
1092550276Speter	cols#80, it#8, lines#24, wsl#80, 
1092650276Speter	acsc=, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, 
1092750276Speter	clear=^Z, cnorm=\E.1, cr=^M, 
1092850276Speter	csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, 
1092950276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1093050276Speter	cvvis=\E.1, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, 
1093150276Speter	el=\ET, flash=\Eo$<200/>\En, fsl=^M, home=^^, 
1093250276Speter	hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, kbs=^H, 
1093350276Speter	kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
1093450276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1093550276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1093650276Speter	kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, 
1093750276Speter	ri=\EJ, rmacs=\E%%, rmir=\Er, smacs=\E$, smir=\Eq, smso=\EG<, 
1093862449Speter	tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
1093950276Speterf200-w|Liberty Freedom 200 - 132 cols, 
1094050276Speter	cols#132, use=f200, 
1094150276Speter# The f200 has the ability to reprogram the down cursor key. The key is
1094250276Speter# reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
1094350276Speter# so powering the terminal off and on will not cause the change to be lost.
1094450276Speterf200vi|Liberty Freedom 200 for vi, 
1094550276Speter	flash=\Eb$<200/>\Ed, kcud1=^J, use=f200, 
1094650276Speterf200vi-w|Liberty Freedom 200 - 132 cols for vi, 
1094750276Speter	cols#132, use=f200vi, 
1094850276Speter
1094950276Speter#### GraphOn (go)
1095050276Speter#
1095150276Speter#	Graphon Corporation
1095250276Speter#	544 Division Street
1095350276Speter#	Campbell, CA 95008
1095450276Speter#	Vox: (408)-370-4080
1095550276Speter#	Fax: (408)-370-5047
1095650276Speter#	Net: troy@graphon.com (Troy Morrison)
1095750276Speter#
1095850276Speter#
1095950276Speter# The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
1096050276Speter# including one odd hybrid that starts out life on power-up as a character
1096150276Speter# terminal, than can be switched to X graphics mode (driven over the serial
1096250276Speter# line) by an escape sequence.  No info on this beast yet.
1096350276Speter# (go140: I added <rmam>/<smam> based on the init string -- esr)
1096450276Spetergo140|graphon go-140, 
1096562449Speter	OTbs, 
1096650276Speter	cols#80, it#8, lines#24, 
1096750276Speter	clear=\E[H\E[2J$<10/>, cub1=^H, cuf1=\E[C, 
1096850276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1096950276Speter	ed=\E[J$<10/>, el=\E[K, ht=^I, 
1097050276Speter	if=/usr/share/tabset/vt100, il1=\E[L, 
1097150276Speter	is2=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
1097250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1097350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1097450276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
1097550276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
1097650276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1097750276Spetergo140w|graphon go-140 in 132 column mode, 
1097850276Speter	am, 
1097950276Speter	cols#132, 
1098062449Speter	is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
1098162449Speter	use=go140, 
1098250276Speter# Hacked up vt200 termcap to handle GO-225/VT220
1098350276Speter# From: <edm@nwnexus.WA.COM>
1098450276Speter# (go225: I added <rmam>/<smam> based on the init string -- esr)
1098550276Spetergo225|go-225|Graphon 225, 
1098662449Speter	OTbs, am, mir, xenl, 
1098750276Speter	cols#80, it#8, lines#25, vt#3, 
1098850276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1098950276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1099050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1099150276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=\ED, 
1099250276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=^H, 
1099350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1099450276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, rc=\E8, rev=\E[7m, 
1099550276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmam=\E[?7l, 
1099650276Speter	rmcup=\E[!p\E[?7h\E[2;1;1#w, rmir=\E[4l, rmkx=\E>, 
1099750276Speter	rmso=\E[27m, rmul=\E[24m, rs1=\E[!p\E[?7h\E[2;1;1#w, 
1099850276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smcup=\E[2;0#w\E[1;25r, 
1099950276Speter	smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1100050276Speter
1100150276Speter#### Harris (Beehive)
1100250276Speter#
1100350276Speter# Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
1100450276Speter# Their terminal group is ancient history now (1995) though the parent
1100550276Speter# company is still in business.
1100650276Speter#
1100750276Speter
1100850276Speter# Beehive documentation is undated and marked Preliminary and has no figures
1100950276Speter# so we must have early Superbee2 (Model 600, according to phone conversation
1101050276Speter# with mfr.). It has proved reliable except for some missing padding
1101150276Speter# (notably after \EK and <nl> at bottom of screen).
1101250276Speter# 
1101350276Speter# The key idea is that AEP mode is poison for <cup> & that US's in 
1101450276Speter# the local memory should be avoided like the plague. That means 
1101550276Speter# that the 2048 character local buffer is used as 25 lines of 80 
1101650276Speter# characters, period. No scrolling local memory, folks. It also 
1101750276Speter# appears that we cannot use naked INS LINE feature since it uses
1101850276Speter# US. The sbi fakes <il1> with an 80-space insert that may be too 
1101950276Speter# slow at low speeds; also spaces get converted to \040 which is 
1102050276Speter# too long for some programs (not vi).  DEL LINE is ok but slow.
1102150276Speter# 
1102250276Speter# The <nl> string is designed for last line of screen ONLY; cup to 
1102350276Speter# 25th line corrects the motion inherent in scrolling to Page 1.
1102450276Speter# 
1102550276Speter# There is one understood bug. It is that the screen appears to
1102650276Speter# pop to a new (blank) page after a <nel>, or leave a half-line 
1102750276Speter# ellipsis to a quad that is the extra 48 memory locations. The 
1102850276Speter# data received is dumped into memory but not displayed.  Not to 
1102950276Speter# worry if <cup> is being used; the lines not displayed will be, 
1103050276Speter# whenever the cursor is moved up there. Since <cup> is addressed 
1103150276Speter# relative to MEMORY of window, nothing is lost; but beware of 
1103250276Speter# relative cursor motion (<cuu1>,<cud1>,<cuf1>,<cub1>). Recommended,
1103350276Speter# therefore, is setenv MORE -c .
1103450276Speter# 
1103550276Speter# WARNING: Not all features tested.
1103650276Speter# 
1103750276Speter# Timings are assembled from 3 sources. Some timings may reflect 
1103850276Speter# SB2/Model 300 that were used if more conservative.
1103950276Speter# Tested on a Model 600 at 1200 and 9600 bd.
1104050276Speter# 
1104150276Speter# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
1104250276Speter# placed on the keyboard and useless because of AEP, is made 
1104350276Speter# into a backspace key. In use ESC must be pressed twice (to send)
1104450276Speter# and sending ^C must be prefixed by ESC to avoid that weird 
1104550276Speter# transmit mode associated with ENTER key.
1104650276Speter# 
1104750276Speter# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
1104850276Speter# the screen, then it has dropped into ENTER mode; hit 
1104950276Speter# RESET--ONLINE--!tset.
1105050276Speter# 
1105150276Speter# As delivered this machine has a FATAL feature that will throw 
1105250276Speter# it into that strange transmit state (SPOW) if the space bar is 
1105350276Speter# hit after a CR is received, but before receiving a LF (or a 
1105450276Speter# few others).
1105550276Speter# 
1105650276Speter# The circuits MUST be modified to eliminate the SPOW latch. 
1105750276Speter# This is done by strapping on chip A46 of the I/O board; cut 
1105850276Speter# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
1105950276Speter# chip. This mod has been checked out on a Mod 600 of Superbee II.
1106050276Speter# With this modification absurdly high timings on cr are 
1106150276Speter# unnecessary.
1106250276Speter# 
1106350276Speter# NOTE WELL that the rear panel switch should be set to CR/LF, 
1106450276Speter# not AEP!
1106550276Speter#
1106650276Spetersb1|beehive superbee, 
1106762449Speter	OTbs, am, bw, da, db, mir, ul, xsb, 
1106850276Speter	cols#80, lines#25, xmc#1, 
1106950276Speter	bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, 
1107050276Speter	cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, 
1107150276Speter	cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, 
1107250276Speter	el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1, 
1107350276Speter	il1=\EN\EL$<3>\EQ                                                                                \EP$<3> \EO\ER\EA$<3>, 
1107450276Speter	ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED, 
1107550276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK, 
1107650276Speter	kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, 
1107750276Speter	kf7=\Ev, kf8=\Ew, kf9=\E1, khome=\EH, kich1=\EQ\EO, 
1107850276Speter	krmir=\ER, lf0=TAB CLEAR, lf9=TAB SET, rmcup=, rmir=\ER, 
1107950276Speter	rmso=\E_3, rmul=\E_3, sgr0=\E_3, smcup=\EO, smir=\EQ\EO, 
1108050276Speter	smso=\E_1, smul=\E_0, tbc=\E3, 
1108150276Spetersbi|superbee|beehive superbee at Indiana U., 
1108250276Speter	xsb, 
1108362449Speter	cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, 
1108462449Speter	use=sb1, 
1108550276Speter# Alternate (older) description of Superbee - f1=escape, f2=^C.
1108650276Speter# Note: there are at least 3 kinds of superbees in the world.  The sb1
1108750276Speter# holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
1108850276Speter# The sb3 puts garbage on the bottom of the screen when you scroll with
1108950276Speter# the switch in the back set to CRLF instead of AEP.  This description
1109050276Speter# is tested on the sb2 but should work on all with either switch setting.
1109150276Speter# The f1/f2 business is for the sb1 and the <xsb> can be taken out for
1109250276Speter# the other two if you want to try to hit that tiny escape key.
1109350276Speter# This description is tricky: being able to use cup depends on there being
1109450276Speter# 2048 bytes of memory and the hairy <nl> string.
1109550276Spetersuperbee-xsb|beehive super bee, 
1109650276Speter	am, da, db, xsb, 
1109750276Speter	cols#80, it#8, lines#25, 
1109850276Speter	clear=\EH\EJ$<3>, cnorm=^J, cr=\r$<1000>, cub1=^H, cud1=^J, 
1109950276Speter	cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, 
1110050276Speter	dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, 
1110150276Speter	home=\EH, ht=^I, hts=\E1, 
1110250276Speter	ind=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET, is2=\EH\EJ, 
1110350276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq, 
1110450276Speter	kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
1110550276Speter	khome=\EH, rmso=\E_3, sgr0=\E_3, smso=\E_1, tbc=\E3, 
1110650276Speter# This loses on lines > 80 chars long, use at your own risk
1110750276Spetersuperbeeic|super bee with insert char, 
1110850276Speter	ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, 
1110950276Spetersb2|sb3|fixed superbee, 
1111050276Speter	xsb@, use=superbee, 
1111150276Speter
1111262449Speter####  Beehive Medical Electronics
1111362449Speter#
1111462449Speter# Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
1111562449Speter# Regarding your question though; Beehive terminals weren't made by Harris.
1111662449Speter# They were made by Beehive Medical Electronics in Utah. They went out of
1111762449Speter# business in the early '80s.
1111862449Speter#
1111962449Speter# (OK, then, I don't know why a couple of these say "harris beehive".)
1112062449Speter#
1112162449Speter
1112250276Speter# Reports are that most of these Beehive entries (except superbee) have not
1112350276Speter# been tested and do not work right.  <rmso> is a trouble spot.  Be warned.
1112450276Speter
1112550276Speter# (bee: <ich1> was empty, which is obviously bogus -- esr)
1112650276Speterbeehive|bee|harris beehive, 
1112762449Speter	OTbs, am, mir, 
1112850276Speter	cols#80, lines#24, 
1112950276Speter	cbt=\E>, clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
1113050276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1113150276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, kbs=^H, kcbt=\E>, 
1113250276Speter	kclr=\EE, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1113350276Speter	kdch1=\EP, kdl1=\EM, kel=\EK, khome=\EH, kich1=\EQ, kil1=\EL, 
1113450276Speter	krmir=\E@, rmir=\E@, rmso=\Ed@, rmul=\Ed@, sgr0=\Ed@, 
1113550276Speter	smir=\EQ, smso=\EdP, smul=\Ed`, 
1113650276Speter# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
1113750276Speter# good grief - does this entry make :sg:/:ug: when it doesn't have to?
1113850276Speter# look at those spaces in <rmso>/<smso>.  Seems strange to me...
1113950276Speter# (beehive: <if=/usr/share/tabset/beehive> removed, no such file.  If you
1114050276Speter# really care, cook up one using ^F -- esr)
1114150276Speterbeehive3|bh3m|beehiveIIIm|harris beehive 3m, 
1114262449Speter	OTbs, am, 
1114350276Speter	cols#80, it#8, lines#20, 
1114450276Speter	bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, 
1114550276Speter	dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, hts=^F, 
1114650276Speter	il1=\023$<160>, ind=^J, ll=^E^K, rmso=\s^_, smso=^]\s, 
1114750276Speterbeehive4|bh4|beehive 4, 
1114850276Speter	am, 
1114950276Speter	cols#80, lines#24, 
1115050276Speter	bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1115150276Speter	cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, 
1115262449Speter# There was an early Australian kit-built computer called a "Microbee".
1115362449Speter# It's not clear whether this is for one of those or for a relative
1115462449Speter# of the Beehive.
1115550276Spetermicrob|microbee|micro bee series, 
1115662449Speter	OTbs, am, 
1115750276Speter	cols#80, it#8, lines#24, 
1115850276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1115950276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1116050276Speter	el=\EK, ht=^I, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1116150276Speter	kcuu1=\EA, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
1116250276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, kf9=\Ex, khome=\EH, rmso=\Ed@, 
1116350276Speter	rmul=\Ed@, sgr0=\Ed@, smso=\s\EdP, smul=\Ed`, 
1116450276Speter
1116550276Speter# 8675, 8686, and bee from Cyrus Rahman
1116650276Speter# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
1116750276Speterha8675|harris 8675, 
1116850276Speter	is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, 
1116950276Speter	kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, 
1117050276Speter	kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, 
1117162449Speter	kf8=\177, kf9=\Ee, use=bee, 
1117250276Speter# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
1117350276Speter# in :is: -- esr)
1117450276Speterha8686|harris 8686, 
1117550276Speter	is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\E"8FB5021B7283#, 
1117650276Speter	kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003, 
1117750276Speter	kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003, 
1117850276Speter	kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003, 
1117950276Speter	kf4=\002\Es\003, kf5=\E3, kf6=\EI, kf7=\ER, kf8=\EJ, kf9=\E(, 
1118050276Speter	use=bee, 
1118150276Speter
1118250276Speter#### Hazeltine
1118350276Speter#
1118450276Speter# Hazeltine appears to be out of the terminal business as of 1995.  These
1118550276Speter# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
1118650276Speter# Harris. They have a hazeltine.com domain (but no web page there ) and can
1118750276Speter# be reached at:
1118850276Speter#
1118950276Speter#	Hazeltine
1119050276Speter#	450 East Pulaski Road
1119150276Speter#	Greenlawn, New York 11740
1119250276Speter#
1119350276Speter# As late as 1993, manuals for the terminal product line could still be
1119450276Speter# purchased from:
1119550276Speter#
1119650276Speter#	TRW Customer Service Division
1119750276Speter#	15 Law Drive
1119850276Speter#	P.O. Box 2076
1119950276Speter#	Fairfield, NJ 07007-2078
1120050276Speter#
1120150276Speter# They're now (1998) a subsidiary of General Electric, operating under the
1120250276Speter# marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
1120350276Speter# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
1120450276Speter#
1120550276Speter
1120650276Speter# Since <cuf1> is blank, when you want to erase something you
1120750276Speter# are out of luck.  You will have to do ^L's a lot to
1120850276Speter# redraw the screen.  h1000 is untested.  It doesn't work in
1120950276Speter# vi - this terminal is too dumb for even vi.  (The code is
1121050276Speter# there but it isn't debugged for this case.)
1121150276Speterhz1000|hazeltine 1000, 
1121262449Speter	OTbs, 
1121350276Speter	cols#80, lines#12, 
1121450276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, home=^K, 
1121550276Speter	ind=^J, 
1121650276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1121750276Speterhz1420|hazeltine 1420, 
1121862449Speter	OTbs, am, 
1121950276Speter	cols#80, lines#24, 
1122050276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, 
1122150276Speter	cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, 
1122250276Speter	ed=\E^X, el=\E^O, ht=^N, il1=\E^Z, ind=^J, rmso=\E^Y, 
1122350276Speter	smso=\E^_, 
1122450276Speter# New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>.  Prevents
1122550276Speter# freakout with out-of-range args and tn3270.  No hz since it needs to
1122650276Speter# receive tildes.
1122750276Speterhz1500|hazeltine 1500, 
1122862449Speter	OTbs, am, hz, 
1122950276Speter	cols#80, lines#24, 
1123050276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1123150276Speter	cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%{96}%+%c%p1%{96}%+%c, 
1123250276Speter	cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, 
1123350276Speter	il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, 
1123450276Speter	kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, 
1123550276Speter# h1510 assumed to be in sane escape mode.  Else use h1500.
1123650276Speter# (h1510: early versions of this entry apparently had "<rmso=\E^_>, 
1123750276Speter# <smso=\E^Y>, but these caps were commented out in 8.3; also,
1123850276Speter# removed incorrect and overridden ":do=^J:" -- esr)
1123950276Speterhz1510|hazeltine 1510, 
1124062449Speter	OTbs, am, 
1124150276Speter	cols#80, lines#24, 
1124250276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, 
1124350276Speter	cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, 
1124450276Speter	el=\E^O, il1=\E^Z, ind=^J, 
1124550276Speter# Hazeltine 1520
1124650276Speter# The following switch settings are assumed for normal operation:
1124750276Speter#	FULL		CR		U/L_CASE	ESCAPE
1124850276Speter#	FORMAT_OFF	EOM_A_OFF	EOM_B_OFF	WRAPAROUND_ON
1124950276Speter# Other switches may be set for operator convenience or communication
1125050276Speter# requirements.
1125150276Speterhz1520|Hazeltine 1520, 
1125262449Speter	OTbs, am, bw, msgr, 
1125350276Speter	cols#80, lines#24, 
1125450276Speter	bel=^G, bold=\E^_, clear=\E^\, cr=^M, cub1=^H, cud1=^J, 
1125550276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1125650276Speter	ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, kbs=^H, 
1125750276Speter	kclr=\E^\, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, 
1125850276Speter	kdl1=\E^S, ked=\E^X, kel=\E^O, khome=\E^R, kil1=\E^Z, 
1125950276Speter	rmso=\E^Y, rs1=\E$\E\005\E?\E\031, sgr0=\E^Y, smso=\E^_, 
1126050276Speter# This version works with the escape switch off
1126150276Speter# (h1520: removed incorrect and overridden ":do=^J:" -- esr)
1126250276Speterhz1520-noesc|hazeltine 1520, 
1126350276Speter	am, hz, 
1126450276Speter	cols#80, lines#24, 
1126550276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1126650276Speter	cup=~\021%p2%c%p1%c$<1>, cuu1=~^L, dl1=~^S, ed=~^X, el=~^O, 
1126750276Speter	home=~^R, il1=~^Z, ind=^J, rmso=~^Y, smso=~^_, 
1126850276Speter# Note: the h1552 appears to be the first Hazeltine terminal which
1126950276Speter# is not braindamaged.  It has tildes and backprimes and everything!
1127050276Speter# Be sure the auto lf/cr switch is set to cr.
1127150276Speterhz1552|hazeltine 1552, 
1127262449Speter	OTbs, 
1127350276Speter	cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, 
1127462449Speter	lf2=red, lf3=green, use=vt52, 
1127550276Speterhz1552-rv|hazeltine 1552 reverse video, 
1127650276Speter	cud1=^J, rmso=\ET, smso=\ES, use=hz1552, 
1127750276Speter# Note: h2000 won't work well because of a clash between upper case and ~'s.
1127850276Speterhz2000|hazeltine 2000, 
1127962449Speter	OTbs, OTnc, am, 
1128050276Speter	cols#74, lines#27, 
1128150276Speter	bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, 
1128250276Speter	cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, 
1128350276Speter	il1=~\032$<6>, ind=^J, pad=\177, 
1128450276Speter# Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
1128550276Speter# I tested this termcap entry for the Hazeltine Esprit with vi. It seems
1128650276Speter# to work ok. There is one problem though if one types a lot of garbage
1128750276Speter# characters very fast vi seems not able to keep up and hangs while trying
1128850276Speter# to insert. That's in insert mode while trying to insert in the middle of
1128950276Speter# a line. It might be because the Esprit doesn't have insert char and delete
1129050276Speter# char as a built in function. Vi has to delete to end of line and then 
1129150276Speter# redraw the rest of the line.
1129250276Speteresprit|Hazeltine Esprit I, 
1129362449Speter	OTbs, am, bw, 
1129450276Speter	cols#80, lines#24, 
1129550276Speter	bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, 
1129650276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1129750276Speter	ed=\E^W, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, is2=\E?, kbs=^H, 
1129850276Speter	kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=^B0^J, 
1129950276Speter	kf1=^B1^J, kf2=^B2^J, kf3=^B3^J, kf4=^B4^J, kf5=^B5^J, 
1130050276Speter	kf6=^B6^J, kf7=^B7^J, kf8=^B8^J, kf9=^B9^J, khome=\E^R, 
1130150276Speter	lf0=0, lf1=1, lf2=2, lf3=3, lf4=4, lf5=5, lf6=6, lf7=7, lf8=8, lf9=9, 
1130250276Speter	rmkx=\E>, rmso=\E^Y, smkx=\E<, smso=\E^_, 
1130350276Speteresprit-am|hazeltine esprit auto-margin, 
1130450276Speter	am, use=esprit, 
1130550276Speter# Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
1130650276Speter# Vi it seems always wants to send a control J for "do" and it turned out
1130750276Speter# that the terminal would work somewhat if the auto LF/CR was turned off.
1130850276Speter# (hmod1: removed :dn=~^K: -- esr)
1130950276Speterhmod1|Hazeltine Modular 1, 
1131062449Speter	OTbs, am, hz, 
1131150276Speter	cols#80, lines#24, 
1131250276Speter	bel=^G, cbt=~^T, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1131350276Speter	cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z, 
1131450276Speter	ind=^J, kcub1=^H, kcud1=~^K, kcuf1=^P, kcuu1=~^L, khome=~^R, 
1131550276Speter	rc=~^Q, rmso=~^Y, sc=~^E, sgr0=~^Y, smso=~^_, 
1131650276Speter#
1131750276Speter# Hazeltine Executive 80 Model 30 (1554?)
1131850276Speter#	from  Will Martin <control@ALMSA-1.ARPA> via BRL
1131950276Speter# Like VT100, except for different "am" behavior.
1132050276Speterhazel|exec80|h80|he80|Hazeltine Executive 80, 
1132162449Speter	OTbs, OTpt, am, 
1132250276Speter	cols#80, it#8, lines#24, vt#3, 
1132362449Speter	OTnl=^J, bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1132450276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1132550276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1132650276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1132750276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
1132850276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
1132950276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1133050276Speter	kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1133150276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1133250276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
1133350276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1133450276Speter	sgr0=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m$<2/>, 
1133550276Speter	smul=\E[4m$<2/>, 
1133650276Speter
1133750276Speter#### IBM
1133850276Speter#
1133950276Speter
1134050276Speteribm327x|line mode IBM 3270 style, 
1134150276Speter	gn, 
1134250276Speter	clear=^M^J, el=^M, home=^M, 
1134350276Speter
1134450276Speteribm3101|i3101|IBM 3101-10, 
1134562449Speter	OTbs, am, xon, 
1134650276Speter	cols#80, lines#24, 
1134750276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1134850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1134950276Speter	el=\EI, home=\EH, hts=\E0, ind=^J, kcub1=\ED, kcud1=\EB, 
1135050276Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH, 
1135150276Speteribm3151|IBM 3151 display, 
1135250276Speter	is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, 
1135350276Speter	sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E>B%;, 
1135462449Speter	sgr0=\E4@\E>B, smacs=\E>A, smcup=\E>B, use=ibm3162, 
1135550276Speter# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
1135662449Speter# removed kend, knp, kpp -TD
1135750276Speteribm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, 
1135862449Speter	OTbs, am, mir, msgr, 
1135950276Speter	cols#80, it#8, lines#24, 
1136050276Speter	acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370, 
1136150276Speter	bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, 
1136250276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1136350276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, 
1136450276Speter	invis=\E4P, kbs=^H, kcbt=\E2, kclr=\EL\r, kctab=\E1, 
1136550276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EQ, 
1136662449Speter	kdl1=\EO, ked=\EJ, kel=\EI, kf1=\Ea\r, kf10=\Ej\r, 
1136750276Speter	kf11=\Ek\r, kf12=\El\r, kf13=\E!a\r, kf14=\E!b\r, 
1136850276Speter	kf15=\E!c\r, kf16=\E!d\r, kf17=\E!e\r, kf18=\E!f\r, 
1136950276Speter	kf19=\E!g\r, kf2=\Eb\r, kf20=\E!h\r, kf21=\E!i\r, 
1137050276Speter	kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, 
1137150276Speter	kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, 
1137250276Speter	kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, 
1137362449Speter	ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A, rmcup=\E>A, 
1137462449Speter	rmso=\E4@, rmul=\E4@, 
1137550276Speter	sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E<@%;, 
1137650276Speter	sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, 
1137750276Speter
1137850276Speteribm3161-C|IBM 3161-C NLS terminal using cartridge, 
1137962449Speter	rmcup=\E>B, s0ds=\E>B, s1ds=\E>A, smcup=\E>B, use=ibm3161, 
1138050276Speteribm3162|IBM 3162 display, 
1138150276Speter	blink=\E4$a, bold=\E4(a, il1=\EN, invis=\E40a, rev=\E4!a, 
1138250276Speter	rmso=\E4>b, rmul=\E4=b, sgr0=\E4@, smso=\E4!a, smul=\E4"a, 
1138350276Speter	use=ibm3161-C, 
1138450276Speter
1138562449Speter# This really should not use setab/setaf, but it is clear that the
1138662449Speter# original terminfo does not toggle red/blue colors as in setb/setf.
1138750276Speteribm3164|i3164|IBM 3164, 
1138850276Speter	msgr, 
1138950276Speter	colors#8, pairs#64, 
1139062449Speter	op=\E4 "@, rmcup=\E!9(N\E>B, s0ds=\E>B, s1ds=\E>A, 
1139162449Speter	setab=\E4  %p1%{64}%+%c, 
1139262449Speter	setaf=\E4%?%p1%t %p1%{32}%+%c%e!'%;@, 
1139350276Speter	smcup=\E!9/N\E>B, use=ibm3161, 
1139450276Speter
1139550276Speteribm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display, 
1139650276Speter	am, bw, msgr, xon, 
1139750276Speter	cols#80, it#8, lines#25, 
1139850276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1139962449Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1140050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1140150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1140250276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1140350276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, 
1140450276Speter	hpa=\E[%i%p1%dG, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1140550276Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, kbs=^H, kcbt=\E[Z, 
1140650276Speter	kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1140750276Speter	kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, kel=\E[142q, 
1140862449Speter	kend=\E[146q, kf1=\E[001q, kf10=\E[010q, kf11=\E[011q, 
1140962449Speter	kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, kf15=\E[015q, 
1141062449Speter	kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, kf19=\E[019q, 
1141162449Speter	kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, kf22=\E[022q, 
1141262449Speter	kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, kf26=\E[026q, 
1141362449Speter	kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, kf3=\E[003q, 
1141462449Speter	kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, kf33=\E[033q, 
1141562449Speter	kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, kf4=\E[004q, 
1141662449Speter	kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
1141762449Speter	kf9=\E[009q, khome=\E[H, kich1=\E[139q, kil1=\E[140q, 
1141862449Speter	kind=\E[151q, knp=\E[154q, kpp=\E[150q, kri=\E[155q, 
1141962449Speter	krmir=\E[4l, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmir=\E[4l, 
1142062449Speter	rmso=\E[m, rmul=\E[m, rs2=\Ec, 
1142150276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m, 
1142250276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1142350276Speter
1142450276Speteribmaed|IBM Experimental display, 
1142562449Speter	OTbs, am, eo, msgr, 
1142650276Speter	cols#80, it#8, lines#52, 
1142750276Speter	clear=\EH\EK, cub1=^H, cud1=\EB, cuf1=\EC, 
1142850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1142950276Speter	dl1=\EO, ed=\EJ, el=\EI, flash=\EG, home=\EH, ht=^I, ich1=\EP, 
1143050276Speter	il1=\EN, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1143150276Speter	rmso=\E0, sgr0=\E0, smso=\E0, 
1143250276Speteribm-apl|apl|IBM apl terminal simulator, 
1143350276Speter	lines#25, use=dm1520, 
1143450276Speter# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
1143550276Speter# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
1143650276Speteribmmono|IBM workstation monochrome, 
1143750276Speter	eslok, hs, 
1143850276Speter	bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, 
1143950276Speter	invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, 
1144050276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, 
1144150276Speter	khome=\EH, kich1=\0, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, 
1144250276Speter	lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, 
1144362449Speter	sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, 
1144462449Speter	use=ibm3101, 
1144550276Speteribmega|IBM Enhanced Color Display, 
1144650276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1144762449Speter	nel=^M^J, use=ibmmono, 
1144862449Speter# This color scheme is assumed in some recent IBM terminal descriptions
1144962449Speter# (green on black, emulated on a 16-color terminal).
1145062449Speteribm+color|IBM color definitions, 
1145162449Speter	colors#8, ncv#3, pairs#64, 
1145262449Speter	op=\E[32m\E[40m, 
1145362449Speter	setb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e%p1%{3}%=%t43m%e%p1%{4}%=%t44m%e%p1%{5}%=%t45m%e%p1%{6}%=%t46m%e%p1%{7}%=%t107m%;, 
1145462449Speter	setf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t31m%e%p1%{2}%=%t32m%e%p1%{3}%=%t33m%e%p1%{4}%=%t34m%e%p1%{5}%=%t35m%e%p1%{6}%=%t36m%e%p1%{7}%=%t97m%;, 
1145550276Speteribm5154|IBM 5154 Color display, 
1145662449Speter	colors#8, ncv@, pairs#64, 
1145750276Speter	bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1145862449Speter	use=ibm+color, 
1145950276Speteribmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline, 
1146050276Speter	rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, 
1146150276Speter	use=ibmmono, 
1146250276Speteribmvga-c|IBM VGA display color termcap, 
1146350276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1146462449Speter	nel=^M^J, use=ibmega-c, 
1146550276Speteribmvga|IBM VGA display, 
1146650276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1146762449Speter	nel=^M^J, use=ibmega, 
1146850276Speter# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
1146950276Speterrtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display, 
1147050276Speter	lines#32, 
1147150276Speter	dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, 
1147250276Speteribm6155|IBM 6155 Black & White display, 
1147350276Speter	blink@, bold@, use=ibm5151, 
1147450276Speter# Advanced Monochrome (6153) and Color (6154) Graphics Display:
1147550276Speteribmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display, 
1147650276Speter	lines#31, 
1147750276Speter	dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, 
1147850276Speteribmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, 
1147950276Speter	lines#31, 
1148062449Speter	dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, 
1148162449Speter	use=ibmega-c, 
1148250276Speteribm6154|IBM 6154 Color displays, 
1148350276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1148450276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1148562449Speter	sgr0=\E[0;10m, use=ibm5154, 
1148650276Speteribm6153|IBM 6153 Black & White display, 
1148750276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1148850276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1148962449Speter	sgr0=\E[0;10m, use=ibm5151, 
1149050276Speteribm6153-90|IBM 6153 Black & White display, 
1149150276Speter	cols#90, lines#36, 
1149250276Speter	blink@, bold@, use=ibm5151, 
1149350276Speteribm6153-40|IBM 6153 Black & White display, 
1149450276Speter	cols#40, lines#12, use=ibm6153-90, 
1149550276Speteribm8512|ibm8513|IBM color VGA Terminal, 
1149650276Speter	am, mir, msgr, 
1149750276Speter	cols#80, it#8, lines#25, 
1149850276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink=\E[5m, bold=\E[1m, 
1149962449Speter	clear=\E[H\E[J, cub1=\E[D, cud1=^J, cuf1=\E[C, 
1150050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
1150150276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, 
1150250276Speter	il1=\E[L, is2=\Eb\E[m\017\E[?7h, kcud1=\E[B, kcuu1=\E[A, 
1150350276Speter	kf0=\E[010q, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, 
1150450276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1150550276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, rc=\E[u, rev=\E[7m, 
1150650276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[20h, rmdc=\E[4l, 
1150750276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
1150850276Speter	rs1=\Eb\E[m\017\E[?7h\E[H\E[J, sc=\E[s, sgr0=\E[m, 
1150950276Speter	smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb, 
1151050276Speter	smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1151150276Speter	use=ibm8503, 
1151250276Speterhft-c|HFT with Color, 
1151350276Speter	colors#8, pairs#64, 
1151450276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, s0ds=\E(B, s1ds=\E(0, 
1151550276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0m\E(B, 
1151662449Speter	use=ibm5151, use=ibm+color, 
1151750276Speterhft-c-old|HFT with Color PC850, 
1151850276Speter	colors#8, pairs#64, 
1151950276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1152062449Speter	use=ibm+color, 
1152162449Speterhft-old|AIWS High Function Terminal, 
1152262449Speter	am, xon, 
1152362449Speter	cols#80, lines#25, 
1152462449Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1152562449Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1152662449Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
1152762449Speter	ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, 
1152862449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1152962449Speter	kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, 
1153062449Speter	kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
1153162449Speter	kf9=\E[009q, khome=\E[H, knp=\E[153q, kpp=\E[159q, 
1153262449Speter	ktbc=\E[010q, rev=\E[7m, rmir=\E6, rmso=\E[m, rmul=\E[m, 
1153362449Speter	sgr0=\E[m, smir=\E6, smso=\E[7m, smul=\E[4m, use=ibm+color, 
1153450276Speteribm-system1|system1|ibm system/1 computer, 
1153550276Speter	am, xt, 
1153650276Speter	cols#80, lines#24, 
1153750276Speter	bel=^G, clear=^Z, cub1=^H, cuf1=^\, 
1153850276Speter	cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, 
1153950276Speter	ind=^J, 
1154062449Speter#       lft-pc850 : IBM Low Function Terminal Device
1154162449Speter#    lft "supports" underline, bold, and blink in the sense that the lft code
1154262449Speter#    sets all the right bits.  HOWEVER, depending upon the adapter, these
1154362449Speter#    attributes may or may not be supported by the device driver.
1154462449Speterlft|lft-pc850|LFT-PC850|IBM LFT PC850 Device, 
1154562449Speter	am, bw, msgr, xon, 
1154662449Speter	cols#80, it#8, lines#25, 
1154762449Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1154862449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
1154962449Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1155062449Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1155162449Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1155262449Speter	dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[2J, el=\E[0K, 
1155362449Speter	home=\E[H, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, il=\E[%p1%dL, 
1155462449Speter	il1=\E[L, ind=\ED, indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, 
1155562449Speter	kbs=^H, kcbt=\E[Z, kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, 
1155662449Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, 
1155762449Speter	kel=\E[142q, kend=\E[146q, kf1=\E[001q, kf10=\E[010q, 
1155862449Speter	kf11=\E[011q, kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, 
1155962449Speter	kf15=\E[015q, kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, 
1156062449Speter	kf19=\E[019q, kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, 
1156162449Speter	kf22=\E[022q, kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, 
1156262449Speter	kf26=\E[026q, kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, 
1156362449Speter	kf3=\E[003q, kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, 
1156462449Speter	kf33=\E[033q, kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, 
1156562449Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1156662449Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
1156762449Speter	kil1=\E[140q, kind=\E[151q, knp=\E[154q, kpp=\E[150q, 
1156862449Speter	kri=\E[155q, krmir=\E[4l, rev=\E[7m, ri=\EL, rin=\E[%p1%dT, 
1156962449Speter	rmacs=\E(B, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, rs2=\Ec, 
1157062449Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;, 
1157162449Speter	sgr0=\E[0m, smacs=\E(0, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1157262449Speter	tbc=\E[3g, 
1157350276Speteribm5081|hft|IBM Megapel Color display, 
1157450276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink@, bold@, s0ds=\E(B, 
1157562449Speter	s1ds=\E(0, sgr0=\E[0m\E(B, use=ibm5154, 
1157650276Speteribm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, 
1157750276Speter	eslok, hs, 
1157850276Speter	lines#33, 
1157962449Speter	dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, 
1158062449Speter	use=ibmega-c, 
1158150276Speteribm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display, 
1158250276Speter	use=hft-c, 
1158350276Speteribm8514|IBM 8514/a color VGA display, 
1158450276Speter	eslok, hs, 
1158550276Speter	dsl=\Ej\EYI \EI\Ek, fsl=\Ek, tsl=\Ej\EYI%+ \Eo, use=hft, 
1158650276Speteribm8514-c|IBM 8514 color display with standout and underline, 
1158750276Speter	eslok, hs, 
1158850276Speter	lines#41, 
1158950276Speter	cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
1159050276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, tsl=\Ej\EYI%+ \Eo, 
1159150276Speter	use=ibmega-c, 
1159250276Speter
1159350276Speter#
1159450276Speter# AIX entries.  IBM ships these with AIX 3.2.5. 
1159562449Speter# -- added rc, sc based on manpage -TD
1159662449Speteraixterm|IBM Aixterm Terminal Emulator, 
1159750276Speter	eslok, hs, 
1159850276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1159962449Speter	fsl=\E[?F, rc=\E8, ri@, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1160062449Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;, 
1160162449Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6154, 
1160250276Speteraixterm-m|IBM AIXterm Monochrome Terminal Emulator, 
1160350276Speter	eslok, hs, 
1160450276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1160550276Speter	fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
1160650276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1160762449Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6153, 
1160850276Speteraixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator, 
1160950276Speter	eslok, hs, 
1161050276Speter	bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@, 
1161150276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1161262449Speter	tsl=\E[?%p1%dT, use=ibm6153, 
1161350276Speterjaixterm|IBM Kanji Aixterm Terminal Eemulator, 
1161450276Speter	acsc@, use=aixterm, 
1161550276Speterjaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator, 
1161662449Speter	acsc@, use=aixterm-m, 
1161750276Speter
1161850276Speter#### Infoton/General Terminal Corp.
1161950276Speter#
1162050276Speter
1162150276Speter# gt100 sounds like something DEC would come out with.  Let's hope they don't.
1162250276Speteri100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), 
1162362449Speter	OTbs, am, 
1162450276Speter	cols#80, lines#24, 
1162550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1162650276Speter	cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, 
1162750276Speter	ed=\EJ, el=\EK, flash=\Eb$<200/>\Ea, home=\EH, il1=\EL, 
1162850276Speter	ind=^J, rmso=\Ea, smso=\Eb, 
1162950276Speteri400|infoton 400, 
1163062449Speter	OTbs, am, 
1163150276Speter	cols#80, lines#25, 
1163250276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1163350276Speter	cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, 
1163450276Speter	dch1=\E[4h\E[2Q\E[P\E[4l\E[0Q, dl1=\E[M, el=\E[N, 
1163550276Speter	il1=\E[L, ind=^J, rmir=\E[4l\E[0Q, smir=\E[4h\E[2Q, 
1163650276Speter# (addrinfo: removed obsolete ":bc=^Z:" -- esr)
1163750276Speteraddrinfo, 
1163850276Speter	am, 
1163950276Speter	cols#80, lines#24, 
1164050276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, 
1164150276Speter	cup=\037%p1%{1}%-%c%p2%{1}%-%c, cuu1=^\, ed=^K, home=^H, 
1164250276Speter	ind=^J, ll=^H^\, 
1164350276Speter# (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
1164450276Speterinfoton, 
1164550276Speter	am, 
1164650276Speter	cols#80, lines#24, 
1164750276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, 
1164850276Speter	ed=^K, ind=^J, ll=^H^\, 
1164950276Speter
1165050276Speter# The ICL6402 was actually the Kokusai Display System 6402.
1165150276Speter# The 6404 was the KDS7372 (color version of the 6402).
1165250276Speter# 
1165350276Speter# ICL6404 control codes follow:
1165450276Speter#
1165550276Speter#code            function
1165650276Speter#~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1165750276Speter#ctrl-A          set SOM position at cursor position
1165850276Speter#ctrl-G          Bell
1165950276Speter#ctrl-H          Backspace
1166050276Speter#ctrl-I          Horiz tab
1166150276Speter#ctrl-J          Linefeed
1166250276Speter#ctrl-K          Cursor up
1166350276Speter#ctrl-L          Cursor right
1166450276Speter#ctrl-M          Carriage return
1166550276Speter#ctrl-N          Disable xon/xoff to host
1166650276Speter#ctrl-O          Enable xon/xoff to host
1166750276Speter#ctrl-R          Enable bidirectional mode
1166850276Speter#ctrl-T          Disable bidirectional mode
1166950276Speter#ctrl-V          Cursor down
1167050276Speter#ctrl-Z          Clear unprotected data to insert char
1167150276Speter#ctrl-^          Cursor home
1167250276Speter#ctrl-_          Newline
1167350276Speter#
1167450276Speter#ESC             lead-in char for multiple character command
1167550276Speter#
1167650276Speter#ESC space R     execute power on sequence
1167750276Speter#ESC ! p1 p2     define scroll region:
1167850276Speter#                p1 = scroll top    line:  20h - 37h
1167950276Speter#                p1 = scroll bottom line:  20h - 37h
1168050276Speter#ESC "           unlock keyboard
1168150276Speter#ESC #           lock keyboard
1168250276Speter#ESC $           Semi-graphics mode on
1168350276Speter#ESC %           Semi-graphics mode off
1168450276Speter#ESC &           protect mode on
1168550276Speter#ESC '           protect mode off
1168650276Speter#ESC (           write protect mode off (full intensity)
1168750276Speter#ESC )           write protect mode on (half intensity)
1168850276Speter#
1168950276Speter#ESC *           clear screen
1169050276Speter#ESC +           clear unprotected data to insert char
1169150276Speter#ESC ,           clear unprotected data to half intensity spaces
1169250276Speter#ESC - p1 p2 p3 p4     address cursor to page, row, column:
1169350276Speter#                      p1 = page number  0 - 3
1169450276Speter#                      p2 = row          20h - 7fh
1169550276Speter#                      p3 = column (lo)  20h - 7fh
1169650276Speter#                      p4 = column (hi)  20h - 21h (only 132 col)
1169750276Speter#ESC . p1        set cursor style:
1169850276Speter#                p1 = 0  invisible cursor
1169950276Speter#                p1 = 1  block blinking cursor
1170050276Speter#                p1 = 2  block steady cursor
1170150276Speter#                p1 = 3  underline blinking cursor
1170250276Speter#                p1 = 4  underline steady cursor
1170350276Speter#ESC /           transmit cursor location (page, row, column)
1170450276Speter#ESC 0 p1 p2 p3 p4     program edit key:
1170550276Speter#                      p1 = edit key code: '@'-'S', '`'-'s'
1170650276Speter#                      p2 p3 p4 = program data (3 bytes)
1170750276Speter#
1170850276Speter#ESC 1           set tab
1170950276Speter#ESC 2           clear tab at cursor
1171050276Speter#ESC 3           clear all tabs
1171150276Speter#ESC 4           send unprotect line to cursor
1171250276Speter#ESC 5           send unprotect page to cursor
1171350276Speter#ESC 6           send line to cursor
1171450276Speter#ESC 7           send page to cursor
1171550276Speter#ESC 8 n         set scroll mode:
1171650276Speter#                n = 0   set jump scroll
1171750276Speter#                n = 1   set smooth scroll
1171850276Speter#ESC 9 n         control display:
1171950276Speter#                n = 0   display off
1172050276Speter#                n = 1   display on
1172150276Speter#ESC :           clear unprotected data to null
1172250276Speter#ESC ;           clear unprotected data to insert char
1172350276Speter#
1172450276Speter#ESC <           keyclick on
1172550276Speter#ESC = p1 p2     address cursor to row, column
1172650276Speter#                p1 = row          20h - 7fh
1172750276Speter#                p2 = column (lo)  20h - 7fh
1172850276Speter#                p3 = column (hi)  20h - 21h (only 132 col)
1172950276Speter#ESC >           keyclick off
1173050276Speter#ESC ?           transmit cursor location (row, column)
1173150276Speter#
1173250276Speter#ESC @           copy print mode on
1173350276Speter#ESC A           copy print mode off
1173450276Speter#ESC B           block mode on
1173550276Speter#ESC C           block mode off (conversation mode)
1173650276Speter#ESC D F         set full duplex
1173750276Speter#ESC D H         set half duplex
1173850276Speter#ESC E           line insert
1173950276Speter#ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
1174050276Speter#                0 = black, 1 = red,     2 = green, 3 = yellow
1174150276Speter#                4 = blue,  5 = magenta, 6 = cyan,  7 = white
1174250276Speter#ESC G n         set serial field attribute (n = 30h - 3Fh)
1174350276Speter#ESC H n         full graphics mode:
1174450276Speter#                n = 0  exit full graphics mode
1174550276Speter#                n = 1  enter full graphics mode
1174650276Speter#ESC I           back tab
1174750276Speter#ESC J           back page
1174850276Speter#ESC K           forward page
1174950276Speter#
1175050276Speter#ESC L           unformatted page print
1175150276Speter#ESC M L         move window left  (132 col mode only)
1175250276Speter#ESC M R         move window right (132 col mode only)
1175350276Speter#ESC N           set page edit (clear line edit)
1175450276Speter#ESC O           set line edit (clear page edit)
1175550276Speter#ESC P           formatted page print
1175650276Speter#ESC Q           character insert
1175750276Speter#ESC R           line delete
1175850276Speter#ESC S           send message unprotected only
1175950276Speter#ESC T           erase line to insert char
1176050276Speter#ESC U           set monitor mode   (see ESC X, ESC u)
1176150276Speter#
1176250276Speter#ESC V n         select video attribute mode:
1176350276Speter#                n = 0   serial field attribute mode
1176450276Speter#                n = 1   parallel character attribute mode
1176550276Speter#ESC V 2 n       define line attribute:
1176650276Speter#                n = 0   single width single height
1176750276Speter#                n = 1   single width double height
1176850276Speter#                n = 2   double width single height
1176950276Speter#                n = 3   double width double height
1177050276Speter#ESC V 3 n       select character font:
1177150276Speter#                n = 0   system font
1177250276Speter#                n = 1   user defined font
1177350276Speter#ESC V 4 n       select screen mode:
1177450276Speter#                n = 0   page screen mode
1177550276Speter#                n = 1   virtual screen mode
1177650276Speter#ESC V 5 n       control mouse mode:
1177750276Speter#                n = 0   disable mouse
1177850276Speter#                n = 1   enable sample mode
1177950276Speter#                n = 2   send mouse information
1178050276Speter#                n = 3   enable request mode
1178150276Speter#ESC W           character delete
1178250276Speter#ESC X           clear monitor mode (see ESC U, ESC u)
1178350276Speter#ESC Y           erase page to insert char
1178450276Speter#
1178550276Speter#ESC Z n         send user/status line:
1178650276Speter#                n = 0   send user line
1178750276Speter#                n = 1   send status line
1178850276Speter#                n = 2   send terminal ID
1178950276Speter#ESC [ p1 p2 p3  set character attribute (parallel char mode):
1179050276Speter#                p1: 0 = normal
1179150276Speter#                    1 = blank
1179250276Speter#                    2 = blink
1179350276Speter#                    3 = blink blank (= blank)
1179450276Speter#                    4 = reverse
1179550276Speter#                    5 = reverse blank
1179650276Speter#                    6 = reverse blink
1179750276Speter#                    7 = reverse blink blank (= reverse blank)
1179850276Speter#                    8 = underline
1179950276Speter#                    9 = underline blank
1180050276Speter#                    : = underline blink
1180150276Speter#                    ; = underline blink blank
1180250276Speter#                    < = reverse underline
1180350276Speter#                    = = reverse underline blank
1180450276Speter#                    > = reverse underline blink
1180550276Speter#                    ? = reverse underline blink blank
1180650276Speter#                p2, p3: f/grnd, b/grnd colour
1180750276Speter#                (see ESC F for colours)
1180850276Speter#                use ZZ for mono, eg.
1180950276Speter#                    ESC [ 0 Z Z for normal
1181050276Speter#                    ESC [ 4 Z Z for inverse etc.
1181150276Speter#
1181250276Speter#ESC \ n         set page size:
1181350276Speter#                n = 1   24 lines/page
1181450276Speter#                n = 2   48 lines/page
1181550276Speter#                n = 3   72 lines/page
1181650276Speter#                n = 4   96 lines/page
1181750276Speter#ESC ] n         set Wordstar mode:
1181850276Speter#                n = 0   normal (KDS7372) mode
1181950276Speter#                n = 1   Wordstar mode
1182050276Speter#
1182150276Speter#ESC b           set foreground colour screen
1182250276Speter#
1182350276Speter#ESC c n         enter self-test mode:
1182450276Speter#                n = 0   exit self test mode
1182550276Speter#                n = 1   ROM test
1182650276Speter#                n = 2   RAM test
1182750276Speter#                n = 3   NVRAM test
1182850276Speter#                n = 4   screen display test
1182950276Speter#                n = 5   main/printer port test
1183050276Speter#                n = 6   mouse port test
1183150276Speter#                n = 7   graphics board test
1183250276Speter#                n = 8   graphics memory test
1183350276Speter#                n = 9   display all 'E'
1183450276Speter#                n = :   display all 'H'
1183550276Speter#ESC d           set background colour screen
1183650276Speter#
1183750276Speter#ESC e n         program insert char (n = insert char)
1183850276Speter#ESC f text CR   load user status line with 'text'
1183950276Speter#
1184050276Speter#ESC g           display user status line on 25th line
1184150276Speter#ESC h           display system status line on 25th line
1184250276Speter#ESC i           tab
1184350276Speter#ESC j           reverse linefeed
1184450276Speter#ESC k n         duplex/local edit mode:
1184550276Speter#                n = 0   duplex edit mode
1184650276Speter#                n = 1   local edit mode
1184750276Speter#ESC l n         select virtual screen:
1184850276Speter#                n = 0   screen 1
1184950276Speter#                n = 1   screen 2
1185050276Speter#ESC m           save current config to NVRAM
1185150276Speter#ESC n p1        select display screen:
1185250276Speter#                p1 = 0  screen 1
1185350276Speter#                p1 = 1  screen 2
1185450276Speter#                p1 = 2  screen 3
1185550276Speter#                p1 = 3  screen 4
1185650276Speter#ESC o p1 p2     set characters/line and attribute:
1185750276Speter#                p1 = 0  80 chars/line
1185850276Speter#
1185950276Speter#ESC o p1 p2     set characters/line and attribute:
1186050276Speter#                p1 = 0  80 chars/line
1186150276Speter#                p1 = 1  132 chars/line
1186250276Speter#                p2 = 0  single width single height
1186350276Speter#                p2 = 1  single width double height
1186450276Speter#                p2 = 2  double width single height
1186550276Speter#                p2 = 3  double width double height
1186650276Speter#
1186750276Speter#ESC q           insert mode on
1186850276Speter#ESC r           edit mode on
1186950276Speter#ESC s           send message all
1187050276Speter#ESC t           erase line to null
1187150276Speter#ESC u           clear monitor mode (see ESC U, ESC X)
1187250276Speter#ESC v           autopage mode on
1187350276Speter#ESC w           autopage mode off
1187450276Speter#ESC x p1 p2 p3  define delimiter code...
1187550276Speter#ESC y           erase page to null
1187650276Speter#
1187750276Speter#ESC z 2 p1 p2 p3 p4   draw quadrangle:
1187850276Speter#                      p1 = starting row
1187950276Speter#                      p2 = starting column
1188050276Speter#                      p3 = end row
1188150276Speter#                      p4 = end column
1188250276Speter#
1188350276Speter#ESC { p1 p2 p3 p4     configure main port
1188450276Speter#                      (baud, stop bits, parity, word length)
1188550276Speter#
1188650276Speter#ESC | p1 p2 text Ctrl-Y    program function key with 'text':
1188750276Speter#                        p1 = function key code:
1188850276Speter#                             '1' - ';'  normal f1- f11
1188950276Speter#                             '<' - 'F'  shifted f1 - f11
1189050276Speter#                        p2 = program mode:
1189150276Speter#                             1 = FDX
1189250276Speter#                             2 = LOC
1189350276Speter#                             3 = HDX
1189450276Speter#                        Ctrl-Y = terminator
1189550276Speter#                        (use Ctrl-P to escape ^P, ^Y )
1189650276Speter#
1189750276Speter#ESC } p1 p2 p3 p4     configure printer port
1189850276Speter#                      (baud, stop bits, parity, word length)
1189950276Speter#ESC ~           send system status
1190050276Speter#
1190150276Speter# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
1190250276Speter#
1190350276Speter# Entry is by esr going solely on above information and is UNTESTED.
1190450276Speter# This actually looks a lot like a Televideo 9xx.
1190550276Speter# This entry uses page 0 and is monochrome; I'm not brave enough to try
1190650276Speter# to make color work without a test terminal.  The <am> capability is a guess.
1190750276Speter# The initialization string sets conversation mode, blinking underline cursor,
1190850276Speter# full duplex, parallel attribute mode, display user status line, white
1190950276Speter# foreground, black background, normal highlight.
1191050276Speter#
1191150276Spetericl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372, 
1191262449Speter	OTbs, am, hs, 
1191350276Speter	cols#80, lines#24, 
1191450276Speter	bel=^G, blink=\E[2ZZ, cbt=\EI, civis=\E.0, clear=\E*, 
1191550276Speter	cnorm=\E.3, cr=^M, 
1191650276Speter	csr=\E!%+%p1%{32}%+%p2%{32} cud1=\026, cuf1=^L, 
1191750276Speter	cup=\E=%p1%{32}%+%c%p2%{80}%m%{32}%+%c%p2%{80}%>%{32}%+%c, 
1191850276Speter	cuu1=^K, cvvis=\E.1, dch=\EW, dl1=\ER, home=^^, ht=^I, hts=\E1, 
1191950276Speter	il1=\EE, invis=\E[1ZZ, is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, 
1192050276Speter	nel=^_, rev=\E[4ZZ, rmir=\Er, 
1192150276Speter	rmso=\E[%gh%{4}%^%Ph%gh%dZZ, 
1192250276Speter	rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1, 
1192350276Speter	sgr=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ, 
1192450276Speter	sgr0=\E[0ZZ, smir=\Eq, smso=\E[8ZZ, smul=\E[8ZZ, tbc=\E3, 
1192550276Spetericl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols, 
1192662449Speter	rs2=\Eo1, use=icl6404, 
1192750276Speter
1192850276Speter#### Interactive Systems Corp
1192950276Speter#
1193050276Speter# ISC used to sell OEMed and customized hardware to support ISC UNIX.
1193150276Speter# ISC UNIX still exists in 1995, but ISC itself is no more; they got
1193250276Speter# bought out by Sun.
1193350276Speter#
1193450276Speter
1193550276Speter# From: <cithep!eric>  Wed Sep 16 08:06:44 1981
1193650276Speter# (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
1193750276Speter# ":le=^_:" later overridden -- esr)
1193850276Speterintext|Interactive Systems Corporation modified owl 1200, 
1193962449Speter	OTbs, am, 
1194050276Speter	cols#80, it#8, lines#24, xmc#1, 
1194150276Speter	bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, 
1194250276Speter	cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, 
1194350276Speter	dch1=\022$<5.5*>, dl1=\021$<5.5*>, ed=\026J$<5.5*>, 
1194450276Speter	el=^Kp^R, ht=^I, il1=\020$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, 
1194550276Speter	kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, 
1194650276Speter	kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, 
1194750276Speter	kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, 
1194850276Speter	rmkx=^V9, rmso=^V#\s, smir=^V;, smkx=\036\:\264\026%, 
1194950276Speter	smso=^V$\,, 
1195050276Speterintext2|intextii|INTERACTIVE modified owl 1251, 
1195150276Speter	am, bw, ul, 
1195250276Speter	cols#80, lines#24, xmc#0, 
1195350276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cud1=\E[B, 
1195450276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1195550276Speter	dl1=\E[M, ed=\E[J, el=\E[K, 
1195650276Speter	flash=\E[;;;;;;;;;2;;u$<200/>\E[;;;;;;;;;1;;u, 
1195750276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, 
1195850276Speter	kbs=^H, kcub1=\ED\r, kcud1=\EB\r, kcuf1=\EC\r, kcuu1=\EA\r, 
1195950276Speter	kf0=\E@\r, kf1=\EP\r, kf2=\EQ\r, kf3=\ES\r, kf4=\ET\r, 
1196050276Speter	kf5=\EU\r, kf6=\EV\r, kf7=\EW\r, kf8=\EX\r, kf9=\EY\r, 
1196150276Speter	khome=\ER\r, lf0=REFRSH, lf1=DEL CH, lf2=TABSET, lf3=GOTO, 
1196250276Speter	lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT, 
1196350276Speter	lf9=RIGHT, ri=\E[T, rmso=\E[2 D, rmul=\E[2 D, smso=\E[6 D, 
1196450276Speter	smul=\E[18 D, 
1196550276Speter
1196650276Speter#### Kimtron (abm, kt)
1196750276Speter#
1196850276Speter# Kimtron seems to be history, but as March 1998 these people are still 
1196950276Speter# offering repair services for Kimtron equipment:
1197050276Speter#
1197150276Speter#    Com/Pair Monitor Service
1197250276Speter#    1105 N. Cliff Ave.
1197350276Speter#    Sioux Falls, South Dakota 57103
1197450276Speter#     
1197550276Speter#    WATS voice:  1-800/398-4946
1197650276Speter#    POTS   fax: +1 605/338-8709
1197750276Speter#    POTS voice: +1 605/338-9650
1197850276Speter#         Email: <compair@sd.cybernex.net>
1197950276Speter#  Internet/Web: <http://www.com-pair.com>
1198050276Speter#
1198150276Speter# Kimtron entries include (undocumented) codes for: enter dim mode,
1198250276Speter# enter bold mode, enter reverse mode, turn off all attributes.
1198350276Speter#
1198450276Speter
1198550276Speter# Kimtron ABM 85 added by Dual Systems
1198650276Speter# (abm85: removed duplicated ":kd=^J:" -- esr)
1198750276Speterabm85|Kimtron ABM 85, 
1198862449Speter	OTbs, am, bw, msgr, 
1198950276Speter	cols#80, it#8, lines#24, xmc#1, 
1199050276Speter	cbt=\EI, clear=\E*, cub1=^H, cud1=^J, cuf1=^L, 
1199150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1199250276Speter	dl1=\ER, ed=\Ey, el=\Et, ht=^I, 
1199350276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, 
1199450276Speter	is2=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq, kbs=^H, kcub1=^H, 
1199550276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmir=\Er, rmso=\Ek, 
1199650276Speter	rmul=\Em, smir=\EQ, smso=\Ej, smul=\El, 
1199750276Speter# Kimtron ABM 85H added by Dual Systems.
1199850276Speter# Some notes about the abm85h entries:
1199950276Speter# 1) there are several firmware revs of 85H in the world. Use abm85h-old for
1200050276Speter#    firmware revs prior to SP51
1200150276Speter# 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
1200250276Speter#    abm85e entry if it is in tvi920 emulation mode. They are incompatible
1200350276Speter#    in some places and NOT software settable i.e., <is2> can't fix it)
1200450276Speter# 3) In 85h mode, the arrow keys and special functions transmit when
1200550276Speter#    the terminal is in dup-edit, and work only locally in local-edit.
1200650276Speter#    Vi won't swallow `del char' for instance, but <smcup> turns on
1200750276Speter#    dup-edit anyway so that the arrow keys will work right. If the
1200850276Speter#    arrow keys don't work the way you like, change <smcup>, <rmcup>, and
1200950276Speter#    <is2>.  Note that 920E mode does not have software commands to toggle
1201050276Speter#    between dup and local edit, so you get whatever was set last on the
1201150276Speter#    terminal.
1201250276Speter# 4) <flash> attribute is nice, but seems too slow to work correctly
1201350276Speter#    (\Eb<pad>\Ed)
1201450276Speter# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
1201550276Speter#    are selected, the <xmc@> entry should be removed.
1201650276Speter# 6) auto new-line should be on (selectable from setup mode only)
1201750276Speter#
1201850276Speter# From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
1201950276Speterabm85h|Kimtron ABM 85H native mode, 
1202050276Speter	hs, 
1202150276Speter	xmc@, 
1202250276Speter	bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, 
1202350276Speter	fsl=^M, invis@, 
1202450276Speter	is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, 
1202562449Speter	kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, use=adm+sgr, 
1202662449Speter	use=abm85, 
1202750276Speterabm85e|Kimtron ABM 85H in 920E mode, 
1202850276Speter	xmc@, 
1202950276Speter	bel=^G, dim=\E), flash@, 
1203050276Speter	is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, 
1203162449Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
1203250276Speterabm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev., 
1203350276Speter	xmc@, 
1203450276Speter	bel=^G, dim=\E), 
1203550276Speter	is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, 
1203662449Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
1203750276Speter# From: <malman@bbn-vax.arpa>
1203850276Speter# (kt7: removed obsolete :ma=^V^J^L :" -- esr)
1203950276Speterkt7|kimtron model kt-7, 
1204062449Speter	OTbs, am, 
1204150276Speter	cols#80, it#8, lines#24, 
1204250276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L, 
1204350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1204450276Speter	dl1=\ER, ed=\EY, el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
1204550276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, invis@, is2=\El\E", 
1204650276Speter	kbs=^H, kcbt=\EI, kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, 
1204750276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, 
1204850276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1204950276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1205062449Speter	kich1=\EQ, kil1=\EE, tsl=\Ef, use=adm+sgr, 
1205150276Speter# Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
1205250276Speter# other kt7 entry and the adjacent key capabilities).  Removed EE which is
1205350276Speter# identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
1205450276Speter# but we can't figure out what.
1205550276Speterkt7ix|kimtron model kt-7 or 70 in IX mode, 
1205650276Speter	am, bw, 
1205750276Speter	cols#80, it#8, lines#25, 
1205850276Speter	acsc=jYk?lZm@nEqDt4uCvAwBx3, bel=^G, blink=\EG2, cbt=\EI, 
1205950276Speter	civis=\E.0, clear=\E*, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, 
1206050276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1206150276Speter	dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, fsl=^M, 
1206250276Speter	home=^^, ht=^I, ich1=\EQ, il1=\EE, ind=^J, 
1206350276Speter	is2=\EG0\E s\017\E~, kbs=^H, kcbt=\EI, kclr=\E*, 
1206450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdl1=\ER, 
1206550276Speter	ked=\EY, kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1206650276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1206750276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EJ, 
1206850276Speter	nel=^M^J, pulse=\EK, rmacs=\E%, rmir=, rmso=\EG0, rmul=\EG0, 
1206950276Speter	sgr0=\EG0, smacs=\E$, smir=, smso=\EG4, smul=\EG8, tsl=\Ef, 
1207050276Speter
1207150276Speter#### Microdata/MDIS
1207250276Speter#
1207350276Speter# This was a line of terminals made by McDonnell-Douglas Information Systems.
1207450276Speter# These entries come direct from MDIS documentation.  I have edited them only
1207550276Speter# to move primary names of the form p[0-9] * to aliases, and to comment out
1207650276Speter# <rmacs>/<smacs> in a couple of entries without <acsc> strings.  I have 
1207750276Speter# also removed the change history; the last version indicates this is
1207850276Speter# version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
1207950276Speter#
1208050276Speter
1208150276Speter# McDonnell Information Systems Terminal Family History
1208250276Speter# =========================================
1208350276Speter#
1208450276Speter# Prism-1, Prism-2 and P99:
1208550276Speter#       Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
1208650276Speter#
1208750276Speter# Prism-4 and Prism-5:
1208850276Speter#       Slightly less ancient range of Microdata terminals. Follow-on from
1208950276Speter#       Prism-2, but with many enhancements. P5 has eight display pages.
1209050276Speter#
1209150276Speter# Prism-6:
1209250276Speter#       A special terminal for use with library systems, primarily in Germany.
1209350276Speter#       Limited numbers. Similar functionality to P5 (except attributes?).
1209450276Speter#
1209550276Speter# Prism-7, Prism-8 and Prism-9:
1209650276Speter#       More recent range of MDIS terminals, in which P7 and P8
1209750276Speter#       replace the P4 & P5, with added functionality, and P9 is the flagship.
1209850276Speter#       The P9 has two emulation modes - P8 and ANSI - and includes a
1209950276Speter#       large number of the DEC VT220 control sequences. Both
1210050276Speter#       P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
1210150276Speter#
1210250276Speter# Prism-12 and Prism-14:
1210350276Speter#       Latest range, functionally very similar to the P9.  The P14 has a
1210450276Speter#       black-on-white overscanning screen.
1210550276Speter#
1210650276Speter# The terminfo definitions given here are:
1210750276Speter#
1210850276Speter# p2      - Prism-2 (or Prism-1 or P99).
1210950276Speter#
1211050276Speter# p4      - Prism-4 (and older P7s & P8s).
1211150276Speter# p5      - Prism-5 (or Prism-6).
1211250276Speter#
1211350276Speter# p7      - Prism-7.
1211450276Speter# p8      - Prism-8 (in national or multinational mode).
1211550276Speter# p8-w    - 132 column version of p8.
1211650276Speter# p9      - Prism-9 in ANSI mode.
1211750276Speter# p9-w    - 132 column version of p9.
1211850276Speter# p9-8    - Prism-9 in Prism-8 emulation mode.
1211950276Speter# p9-8-w  - As p9-8, but with 132 columns.
1212050276Speter#
1212150276Speter# p12     - Prism-12 in ANSI mode.
1212250276Speter# p12-w   - 132 column version of p12.
1212350276Speter# p12-m   - Prism-12 in MDC emulation mode.
1212450276Speter# p12-m-w - As p12-m, but with 132 columns.
1212550276Speter# p14     - Prism-14 in ANSI mode.
1212650276Speter# p14-w   - 132 column version of p14.
1212750276Speter# p14-m   - Prism-14 in MDC emulation mode.
1212850276Speter# p14-m-w - As p14-m, but with 132 columns.
1212950276Speter#
1213050276Speter# p2: Prism-2
1213150276Speter# -----------
1213250276Speter#
1213350276Speter# Includes Prism-1 and basic P99 without SP or MP loaded.
1213450276Speter# The simplest form of Prism-type terminal.
1213550276Speter# Basic cursor movement and clearing operations only.
1213650276Speter# No video attributes.
1213750276Speter# Notes:
1213850276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1213950276Speter#  value up, followed by backspace.
1214050276Speter#
1214150276Speterprism2|MDC Prism-2, 
1214250276Speter	am, bw, msgr, 
1214350276Speter	cols#80, lines#24, 
1214450276Speter	bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1214550276Speter	cup=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1214650276Speter	cuu1=^Z, ed=\EJ, el=\EK, home=^A, 
1214750276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1214850276Speter	ind=^J, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c, 
1214950276Speter
1215050276Speter# p4: Prism-4
1215150276Speter# -----------
1215250276Speter#
1215350276Speter# Includes early versions of P7 & P8.
1215450276Speter# Basic family definition for most Prisms (except P2 and P9 ANSI).
1215550276Speter# Notes:
1215650276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1215750276Speter#  value up, followed by backspace.
1215850276Speter#  Cursor key definitions removed because they interfere with vi and csh keys.
1215950276Speter#
1216050276Speterprism4|p4|P4|MDC Prism-4, 
1216150276Speter	am, bw, hs, mc5i, msgr, 
1216250276Speter	cols#80, lines#24, wsl#72, xmc#1, 
1216350276Speter	bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>, 
1216450276Speter	cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1216550276Speter	cup=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1216650276Speter	cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK, 
1216750276Speter	fsl=^]\345, home=^A, 
1216850276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1216950276Speter	ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER, 
1217050276Speter	rev=^CD, rmso=^C\s, rmul=^C\s, 
1217150276Speter	sgr=\003%{64}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}%+%;%?%p5%t%{1}%+%;%?%p7%t%{8}%+%;%c%?%p9%t\016%e\017%;, 
1217250276Speter	sgr0=^C\s, smso=^CD, smul=^CP, tsl=^]\343, 
1217350276Speter	vpa=\013%p1%{32}%+%c, 
1217450276Speter
1217550276Speter# p5: Prism-5
1217650276Speter# -----------
1217750276Speter#
1217850276Speter# Same definition as p4. Includes Prism-6 (not tested!).
1217950276Speter# Does not use any multi-page features.
1218050276Speter#
1218150276Speterprism5|p5|P5|MDC Prism-5, 
1218250276Speter	use=p4, 
1218350276Speter
1218450276Speter# p7: Prism-7
1218550276Speter# -----------
1218650276Speter#
1218750276Speter# Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
1218850276Speter# Notes:
1218950276Speter#  Use p4 for very early models of P7.
1219050276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1219150276Speter#
1219250276Speterprism7|p7|P7|MDC Prism-7, 
1219350276Speter	cup=\E[%i%p1%d;%p2%dH, hpa@, vpa@, use=p4, 
1219450276Speter
1219550276Speter# p8: Prism-8
1219650276Speter# -----------
1219750276Speter#
1219850276Speter# Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
1219950276Speter# Supports national and multinational character sets.
1220050276Speter# Notes:
1220150276Speter#  Alternate char set operations only work in multinational mode.
1220250276Speter#  Use p4 for very early models of P8.
1220350276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1220450276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1220550276Speter#
1220650276Speterprism8|p8|P8|MDC Prism-8, 
1220750276Speter	cup=\E[%i%p1%d;%p2%dH, hpa=\E[%i%p1%d`, is2=\E[<12h, 
1220862449Speter	vpa=\E[%i%p1%dd, use=p4, 
1220950276Speter
1221050276Speter# p8-w: Prism-8 in 132 column mode
1221150276Speter# --------------------------------
1221250276Speter#
1221350276Speter# 'Wide' version of p8.
1221450276Speter# Notes:
1221550276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1221650276Speter#
1221750276Speterprism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode, 
1221850276Speter	cols#132, 
1221950276Speter	is2=\E[<12h\E[<14h, use=p8, 
1222050276Speter
1222150276Speter# p9: Prism-9 in ANSI mode
1222250276Speter# -------------------------
1222350276Speter#
1222450276Speter# The "flagship" model of this generation of terminals.
1222550276Speter# ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
1222650276Speter# Notes:
1222750276Speter#  Tabs only reset by "reset". Otherwise assumes default (8 cols).
1222850276Speter#  Fixes to deal with terminal firmware bugs:
1222950276Speter#  . 'ri' uses insert-line since rev index doesn't always
1223050276Speter#  . 'sgr0' has extra '0' since esc[m fails
1223150276Speter#  . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
1223250276Speter#  Not covered in the current definition:
1223350276Speter#  . Labels
1223450276Speter#  . Programming Fn keys
1223550276Speter#  . Graphic characters (defaults correctly to vt100)
1223650276Speter#  . Padding values (sets xon)
1223750276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1223850276Speter#
1223950276Speterprism9|p9|P9|MDC Prism-9 in ANSII mode, 
1224050276Speter	am, bw, hs, mc5i, msgr, xenl, xon, 
1224150276Speter	cols#80, it#8, lines#24, vt#3, wsl#72, 
1224250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[<4l, 
1224350276Speter	clear=^L, cnorm=\E[<4h, cr=^M, csr=\E[%i%p1%d;%p2%d%%v, 
1224450276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1224550276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1224650276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1224750276Speter	dl=\E[%p1%dM, dl1=\E[M, dsl=\E[%}\024, ech=\E[%p1%dX, 
1224850276Speter	ed=\E[J$<10>, el=\E[K, fsl=^T, home=\E[H, hpa=\E[%i%p1%d`, 
1224950276Speter	ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1225050276Speter	is2=\E[&p\E[<12l\E F, kbs=^H, kclr=^L, kcub1=\E[D, 
1225150276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[11~, 
1225250276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
1225350276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
1225450276Speter	kf18=\E[32~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, 
1225550276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
1225650276Speter	khome=\E[H, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, 
1225750276Speter	prot=\E[32%{, rc=\E[%z, rep=\E[%p2%db%p1%c, rev=\E[7m, 
1225850276Speter	ri=\E[L, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1225950276Speter	rs2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N, 
1226050276Speter	sc=\E[%y, 
1226150276Speter	sgr=\E[%{0}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{2}%+%;%?%p4%t%{1}%+%;%?%p6%t%{8}%+%;%?%p8%t%{32}%+%;%d%%{%?%p9%t\016%e\017%;, 
1226250276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1226350276Speter	tsl=\E[%i%p1%d%%}, vpa=\E[%i%p1%dd, 
1226450276Speter
1226550276Speter# p9-w: Prism-9 in 132 column mode
1226650276Speter# --------------------------------
1226750276Speter#
1226850276Speter# 'Wide' version of p9.
1226950276Speter#
1227050276Speterprism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode, 
1227150276Speter	cols#132, 
1227250276Speter	is2=\E[&p\E[<12l\E F\E[<14h, 
1227350276Speter	rs2=\E[&p\E[<12l\E F\E[<14h, use=p9, 
1227450276Speter
1227550276Speter# p9-8: Prism-9 in P8 mode
1227650276Speter# ------------------------
1227750276Speter#
1227850276Speter# P9 terminal in P8 emulation mode.
1227950276Speter# Similar to p8 definition.
1228050276Speter# Insertion and deletion operations possible.
1228150276Speter#
1228250276Speterprism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode, 
1228350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1228450276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8, 
1228550276Speter
1228650276Speter# p9-8-w: Prism-9 in P8 and 132 column modes
1228750276Speter# ------------------------------------------
1228850276Speter#
1228950276Speter# P9 terminal in P8 emulation mode and 132 column mode.
1229050276Speter#
1229150276Speterprism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode, 
1229250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1229350276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8-w, 
1229450276Speter
1229550276Speter# p12: Prism-12 in ANSI mode
1229650276Speter# ---------------------------
1229750276Speter#
1229850276Speter# See p9 definition.
1229950276Speter#
1230050276Speterprism12|p12|P12|MDC Prism-12 in ANSI mode, 
1230150276Speter	use=p9, 
1230250276Speter
1230350276Speter# p12-w: Prism-12 in 132 column mode
1230450276Speter# ----------------------------------
1230550276Speter#
1230650276Speter# 'Wide' version of p12.
1230750276Speter#
1230850276Speterprism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode, 
1230950276Speter	use=p9-w, 
1231050276Speter
1231150276Speter# p12-m: Prism-12 in MDC emulation mode
1231250276Speter# -------------------------------------
1231350276Speter#
1231450276Speter# P12 terminal in MDC emulation mode.
1231550276Speter# Similar to p8 definition.
1231650276Speter# Insertion and deletion operations possible.
1231750276Speter#
1231850276Speterprism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode, 
1231950276Speter	use=p9-8, 
1232050276Speter
1232150276Speter# p12-m-w: Prism-12 in MDC emulation and 132 column modes
1232250276Speter# -------------------------------------------------------
1232350276Speter#
1232450276Speter# P12 terminal in MDC emulation mode and 132 column mode.
1232550276Speter#
1232650276Speterprism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode, 
1232750276Speter	use=p9-8-w, 
1232850276Speter
1232950276Speter# p14: Prism-14 in ANSII mode
1233050276Speter# ---------------------------
1233150276Speter#
1233250276Speter# See p9 definition.
1233350276Speter#
1233450276Speterprism14|p14|P14|MDC Prism-14 in ANSII mode, 
1233550276Speter	use=p9, 
1233650276Speter
1233750276Speter# p14-w: Prism-14 in 132 column mode
1233850276Speter# ----------------------------------
1233950276Speter#
1234050276Speter# 'Wide' version of p14.
1234150276Speter#
1234250276Speterprism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode, 
1234350276Speter	use=p9-w, 
1234450276Speter
1234550276Speter# p14-m: Prism-14 in MDC emulation mode
1234650276Speter# -------------------------------------
1234750276Speter#
1234850276Speter# P14 terminal in MDC emulation mode.
1234950276Speter# Similar to p8 definition.
1235050276Speter# Insertion and deletion operations possible.
1235150276Speter#
1235250276Speterprism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode, 
1235350276Speter	use=p9-8, 
1235450276Speter
1235550276Speter# p14-m-w: Prism-14 in MDC emulation and 132 column modes
1235650276Speter# -------------------------------------------------------
1235750276Speter#
1235850276Speter# P14 terminal in MDC emulation mode and 132 column mode.
1235950276Speter#
1236050276Speterprism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode, 
1236150276Speter	use=p9-8-w, 
1236250276Speter
1236350276Speter# End of McDonnell Information Systems Prism definitions
1236450276Speter
1236550276Speter# These things were popular in the Pick database community at one time
1236650276Speter# From: George Land <georgeland@aol.com> 24 Sep 1996
1236750276Speterp8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition, 
1236850276Speter	am, bw, hs, mir, 
1236950276Speter	cols#80, lines#24, ma#1, wsl#78, xmc#1, 
1237050276Speter	bel=^G, blink=^CB, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, 
1237150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, dch1=\s^H, dim=^CA, dl1=^P, 
1237250276Speter	ed=\EJ, el=\EK, home=^A, ind=^J, invis=^CH, kbs=^H, kcub1=^U, 
1237350276Speter	kcud1=^J, kcuf1=^F, kcuu1=^Z, kdch1=\s^H, kdl1=^P, ked=\EJ, 
1237450276Speter	kel=\EK, kf1=^A@\r, kf10=^AI\r, kf12=^AJ\r, kf13=^AK\r, 
1237550276Speter	kf14=^AL\r, kf15=^AM\r, kf16=^AN\r, kf17=^AO\r, kf2=^AA\r, 
1237650276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1237750276Speter	kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2, 
1237850276Speter	lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, lf9=F9, nel=^J^M, 
1237950276Speter	pad=\0, rev=^CD, rmso=^C\s, rmul=^C\s, sgr0=^C\s, smso=^CE, 
1238050276Speter	smul=^C0, 
1238150276Speter
1238250276Speter#### Microterm (act, mime)
1238350276Speter#
1238450276Speter# The mime1 entries refer to the Microterm Mime I or Mime II.
1238550276Speter# The default mime is assumed to be in enhanced act iv mode.
1238650276Speter#
1238750276Speter
1238850276Speter# New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>.  Prevents
1238950276Speter# freakout with out-of-range args on Sytek multiplexors.  No <smso=^N> and
1239050276Speter# <rmso=^N> since  it gets confused and it's too dim anyway.  No <ich1>
1239150276Speter# since Sytek insists ^S means xoff.
1239250276Speter# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
1239350276Speteract4|microterm|microterm act iv, 
1239462449Speter	OTbs, am, 
1239550276Speter	cols#80, lines#24, 
1239650276Speter	bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, 
1239750276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{47}%>%t%{48}%+%;%{80}%+%c, 
1239850276Speter	cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, 
1239950276Speter	ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], 
1240050276Speter	il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, 
1240150276Speter	kcuu1=^Z, 
1240250276Speter# The padding on :sr: and :ta: for act5 and mime is a guess and not final.
1240350276Speter# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
1240450276Speter# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
1240550276Speteract5|microterm5|microterm act v, 
1240662449Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, 
1240762449Speter	use=act4, 
1240850276Speter# Mimes using brightness for standout.  Half bright is really dim unless
1240950276Speter# you turn up the brightness so far that lines show up on the screen.
1241050276Spetermime-fb|full bright mime1, 
1241150276Speter	is2=^S\E, rmso=^S, smso=^Y, use=mime, 
1241250276Spetermime-hb|half bright mime1, 
1241350276Speter	is2=^Y\E, rmso=^Y, smso=^S, use=mime, 
1241450276Speter# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
1241550276Speter# the more plausible ":do=^J:" -- esr)
1241650276Speter# uc was at one time disabled to get around a curses bug, be wary of it
1241750276Spetermime|mime1|mime2|mimei|mimeii|microterm mime1, 
1241862449Speter	OTbs, am, 
1241950276Speter	cols#80, it#8, lines#24, vt#9, 
1242050276Speter	bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, 
1242150276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%{48}%+%;%{80}%+%c, 
1242250276Speter	cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, 
1242350276Speter	il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, 
1242450276Speter	kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, 
1242550276Speter# These termcaps (for mime2a) put the terminal in low intensity mode
1242650276Speter# since high intensity mode is so obnoxious.
1242750276Spetermime2a-s|microterm mime2a (emulating an enhanced soroc iq120), 
1242862449Speter	OTbs, am, 
1242950276Speter	cols#80, lines#24, 
1243050276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1243150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, 
1243250276Speter	dl1=\027$<20*>, ed=\EJ$<20*>, el=\EK, home=^^, 
1243350276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=\E), kcub1=^H, kcud1=^J, 
1243450276Speter	kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7, 
1243550276Speter	smir=\EE, smso=\E\:, smul=\E6, 
1243650276Speter# This is the preferred mode (but ^X can't be used as a kill character)
1243750276Spetermime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), 
1243862449Speter	OTbs, 
1243950276Speter	cols#80, it#8, lines#24, 
1244050276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1244150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, 
1244250276Speter	dl1=\027$<20*>, ed=\EQ$<20*>, el=\EP, home=\EH, ht=^I, 
1244350276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=^Y, kcub1=\ED, 
1244450276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EA, rmir=^Z, rmso=\E9, 
1244550276Speter	rmul=\E5, smir=^O, smso=\E8, smul=\E4, 
1244650276Speter# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
1244750276Spetermime3a|mime1 emulating 3a, 
1244850276Speter	am@, 
1244950276Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, 
1245050276Spetermime3ax|mime-3ax|mime1 emulating enhanced 3a, 
1245150276Speter	it#8, 
1245262449Speter	dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, 
1245362449Speter	use=mime3a, 
1245450276Speter# Wed Mar  9 18:53:21 1983
1245550276Speter# We run our terminals at 2400 baud, so there might be some timing problems at
1245650276Speter# higher speeds. The major improvements in this model are the terminal now 
1245750276Speter# scrolls down and insert mode works without redrawing the rest of the line
1245850276Speter# to the right of the cursor. This is done with a bit of a kludge using the
1245950276Speter# exit graphics mode to get out of insert, but it does not appear to hurt
1246050276Speter# anything when using vi at least. If you have some users using act4s with
1246150276Speter# programs that use curses and graphics mode this could be a problem.
1246250276Spetermime314|mm314|mime 314, 
1246350276Speter	am, 
1246450276Speter	cols#80, lines#24, 
1246550276Speter	clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z, 
1246650276Speter	dch1=^D, dl1=^W, ed=^_, el=^^, home=^], ht=^I, il1=^A, kcub1=^H, 
1246750276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, rmir=^V, smir=^S, 
1246850276Speter# Microterm mime 340 from University of Wisconsin
1246950276Spetermm340|mime340|mime 340, 
1247050276Speter	cols#80, lines#24, 
1247150276Speter	clear=\032$<12/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1247250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1247350276Speter	dch1=\E#$<2.1*/>, dl1=\EV$<49.6/>, ed=\037$<2*/>, 
1247450276Speter	el=\EL$<2.1/>, ht=^I, il1=\EU$<46/>, ind=^J, is2=\E\,, 
1247550276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuu1=^K, nel=^M^J, 
1247650276Speter# This came from University of Wisconsin marked "astro termcap for jooss".
1247750276Speter# (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
1247850276Speter# also added <rmam>/<smam> based  on the init string -- esr)
1247950276Spetermt4520-rv|micro-term 4520 reverse video, 
1248050276Speter	am, hs, msgr, xenl, xon, 
1248150276Speter	cols#80, it#8, lines#24, wsl#80, 
1248250276Speter	bel=^G, clear=\E[H\E[J, cnorm=\E[0V\E8, cr=^M, 
1248350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1248450276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1248550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1248650276Speter	cvvis=\E7\E[0U, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1248750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l$<200/>\E[?5h, 
1248850276Speter	fsl=\E[?5l\E[?5h, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
1248950276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1249050276Speter	is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J, 
1249150276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1249250276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
1249350276Speter	ll=\E[24;1H, nel=\EE, rc=\E8, rf=/usr/share/tabset/vt100, 
1249450276Speter	ri=\EM, rmam=\E[?7l, rmso=\E[0m, rmul=\E[24m, 
1249550276Speter	rs1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J, 
1249650276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
1249750276Speter	tbc=\E[g, tsl=\E[25;1H, 
1249850276Speter
1249950276Speter# Fri Aug  5 08:11:57 1983
1250050276Speter# This entry works for the ergo 4000 with the following setups:
1250150276Speter# ansi,wraparound,newline disabled, xon/xoff disabled in both
1250250276Speter# setup a & c.
1250350276Speter#	
1250450276Speter# WARNING!!! There are multiple versions of ERGO 4000 microcode
1250550276Speter# Be advised that very early versions DO NOT WORK RIGHT !!  
1250650276Speter# Microterm does have a ROM exchange program- use it or lose big
1250750276Speter# (ergo400: added <rmam>/<smam> based on the init string -- esr)
1250850276Speterergo4000|microterm ergo 4000, 
1250950276Speter	da, db, msgr, 
1251050276Speter	cols#80, lines#66, 
1251150276Speter	bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, 
1251250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1251350276Speter	dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, 
1251450276Speter	el=\E[0K$<13>, ht=^I, il=\E[1L$<5*>, ind=\ED$<20*>, 
1251550276Speter	is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, 
1251650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1251750276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 
1251850276Speter	lf4=pf4, ri=\EM$<20*>, rmam=\E[?7l, rmir=\E[4l, 
1251950276Speter	rmkx=\E=$<4>, rmso=\E[m$<20>, sgr0=\E[m$<20>, 
1252050276Speter	smam=\E[?7m, smir=\E[4h$<6>, smkx=\E=$<4>, 
1252150276Speter	smso=\E[7m$<20>, 
1252250276Speter
1252350276Speter#### NCR 
1252450276Speter#
1252550276Speter# NCR's terminal group was merged with AT&T's when AT&T bought the company.
1252650276Speter# For what happened to that group, see the ADDS section.
1252750276Speter#
1252850276Speter# There is an NCR4103 terminal that's just a re-badged Wyse-50.
1252950276Speter#
1253050276Speter
1253150276Speter# The following vendor-supplied termcaps were captured from the Boundless
1253250276Speter# Technologies site, 8 March 1998.  I removed all-upper-case names that were
1253350276Speter# identical, except for case, to lower-case ones.  I also uncommented the acsc
1253450276Speter# capabilities.X
1253550276Speter#
1253662449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1253750276Speter# DEC vt200/300 with color capabilities added.
1253850276Speterncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1253950276Speter	colors#8, pairs#64, 
1254062449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1254162449Speter	use=ncr260vt300an, 
1254262449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1254350276Speter# DEC vt200/300 with color capabilities added.
1254450276Speterncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1254550276Speter	colors#8, pairs#64, 
1254662449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1254762449Speter	use=ncr260vt300wan, 
1254862449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1254962449Speter# DEC vt200/300 with color capabilities added.
1255050276Speterncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard, 
1255150276Speter	colors#8, pairs#64, 
1255262449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1255362449Speter	use=ncr260vt300pp, 
1255450276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
1255550276Speter# DEC vt200/300 with color capabilities added.
1255650276Speterncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode, 
1255750276Speter	colors#8, pairs#64, 
1255862449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1255962449Speter	use=ncr260vt300wpp, 
1256050276Speter# This definition for ViewPoint supports several attributes.  This means
1256150276Speter# that it has magic cookies (extra spaces where the attributes begin).
1256250276Speter# Some applications do not function well with magic cookies.  The System
1256350276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1256450276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1256550276Speter# attributes can be removed. 
1256650276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1256750276Speter# restored if needed.
1256850276Speterncr260vppp|NCR 2900_260 viewpoint, 
1256950276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1257050276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1257150276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1257250276Speter	cbt=\EI, civis=\E`0, clear=\014$<40>, cnorm=\E`5, 
1257350276Speter	cr=\r$<2>, cub1=\010$<2>, cud1=\n$<2>, cuf1=\006$<2>, 
1257450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5>, cuu1=\032$<2>, 
1257550276Speter	cvvis=\E`5, dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, dsl=\E`c, 
1257650276Speter	ed=\Ek$<2>, el=\EK$<2>, fsl=^M, home=\036$<2>, ht=^I, 
1257750276Speter	hts=\E1, il1=\EM$<2>, ind=\n$<2>, invis=\EG1, 
1257850276Speter	is2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1257950276Speter	kDC=\El, kEND=\Ek, kHOM=^A, kPRT=\E7, kRIT=^F, ka1=^A, ka3=\EJ, 
1258050276Speter	kbs=^H, kc1=\ET, kc3=\EJ, kcub1=^U, kcud1=^J, kcuf1=^F, 
1258150276Speter	kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r, 
1258250276Speter	kf11=^B;\r, kf12=^B<\r, kf13=^B=\r, kf14=^B>\r, kf15=^B?\r, 
1258350276Speter	kf16=^B@\r, kf17=^B!\r, kf18=^B"\r, kf19=^B#\r, kf2=^B2\r, 
1258450276Speter	kf20=^B$\r, kf21=\002%^M, kf22=^B&\r, kf23=^B'\r, 
1258550276Speter	kf24=^B(\r, kf25=^B)\r, kf26=^B*\r, kf27=^B+\r, 
1258650276Speter	kf28=^B\,\r, kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, 
1258750276Speter	kf32=^B0\r, kf4=^B4\r, kf5=^B5\r, kf6=^B6\r, kf7=^B7\r, 
1258850276Speter	kf8=^B8\r, kf9=^B9\r, khome=^A, kich1=\Eq, knp=\EJ, kpp=\EJ, 
1258950276Speter	kprt=\EP, ll=\001$<5>, mc0=\EP$<100>, mc4=^T, mc5=^R, 
1259050276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>, 
1259150276Speter	nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003, 
1259250276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1259350276Speter	rs2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1259450276Speter	sgr0=\EG0\EH\003, smacs=\EcB1\EH\002, smir=\Eq, 
1259550276Speter	smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF, 
1259650276Speterncr260vpwpp|NCR 2900_260 viewpoint wide mode, 
1259750276Speter	cols#132, 
1259850276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1259950276Speter	is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1260050276Speter	rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1260150276Speter	use=ncr260vppp, 
1260250276Speterncr260vt100an|NCR 2900_260 vt100 with ansi kybd, 
1260350276Speter	am, hs, mir, msgr, xenl, xon, 
1260450276Speter	cols#80, lines#24, nlab#32, 
1260550276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1260650276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1260750276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1260850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<5>, 
1260950276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1261050276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1261150276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1261250276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1261350276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1261450276Speter	ech=\E[%p1%dX, ed=\E[0J$<5>, el=\E[0K$<3>, el1=\E[1K$<3>, 
1261550276Speter	fsl=\E[0$}, home=\E[H$<1>, hpa=\E[%p1%dG$<40>, ht=^I, 
1261650276Speter	hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, 
1261750276Speter	il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>, 
1261850276Speter	invis=\E[8m, 
1261950276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1262050276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1262150276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1262250276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1262350276Speter	kf4=\EOS, kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, 
1262450276Speter	kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, nel=\EE$<5>, rc=\E8, 
1262550276Speter	rev=\E[7m, ri=\EM$<5>, rmacs=^O, rmir=\E[4l, 
1262650276Speter	rmkx=\E[?1l\E>, rmso=\E[0m, rmul=\E[0m, 
1262750276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1262850276Speter	sc=\E7, 
1262950276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1263050276Speter	sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h, 
1263150276Speter	smkx=\E[?1h\E=, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g, 
1263250276Speter	tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1263350276Speterncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd, 
1263450276Speter	cols#132, 
1263550276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1263650276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1263750276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1263850276Speter	use=ncr260vt100an, 
1263950276Speterncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd, 
1264050276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1264150276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1264250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1264350276Speter	kend=\E[5~, khome=\E[2~, kich1=\E[1~, knp=\E[6~, kpp=\E[3~, 
1264450276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 
1264550276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1264662449Speter	smkx=\E=, use=ncr260vt100an, 
1264750276Speterncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd, 
1264850276Speter	cols#132, 
1264950276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1265050276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1265150276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1265250276Speter	use=ncr260vt100pp, 
1265350276Speterncr260vt200an|NCR 2900_260 vt200 with ansi kybd, 
1265450276Speter	am, hs, mir, msgr, xenl, xon, 
1265550276Speter	cols#80, lines#24, nlab#32, 
1265650276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1265750276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1265850276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1265950276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1266050276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1266150276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1266250276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1266350276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1266450276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1266550276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1266650276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1266750276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1266850276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1266950276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1267050276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1267150276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1267250276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1267350276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1267450276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1267550276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1267650276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1267750276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1267850276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1267950276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1268050276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1268150276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1268250276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1268350276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1268450276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1268550276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1268650276Speter	sc=\E7, 
1268750276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1268850276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1268950276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1269050276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1269150276Speterncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd, 
1269250276Speter	cols#132, 
1269350276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1269450276Speter	is2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1269550276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1269650276Speter	use=ncr260vt200an, 
1269750276Speterncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd, 
1269850276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1269950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1270050276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1270150276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1270250276Speter	use=ncr260vt200an, 
1270350276Speterncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd, 
1270450276Speter	cols#132, 
1270550276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1270650276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1270750276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1270850276Speter	use=ncr260vt200pp, 
1270950276Speterncr260vt300an|NCR 2900_260 vt300 with ansi kybd, 
1271050276Speter	am, hs, mir, msgr, xenl, xon, 
1271150276Speter	cols#80, lines#24, nlab#32, 
1271250276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1271350276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1271450276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1271550276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1271650276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1271750276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1271850276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1271950276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1272050276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1272150276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1272250276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1272350276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1272450276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1272550276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1272650276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1272750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1272850276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1272950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1273050276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1273150276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1273250276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1273350276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1273450276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1273550276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1273650276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1273750276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1273850276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1273950276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1274050276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1274150276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1274250276Speter	sc=\E7, 
1274350276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1274450276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1274550276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1274650276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1274750276Speterncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd, 
1274850276Speter	cols#132, 
1274950276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1275050276Speter	is2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1275150276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1275250276Speter	use=ncr260vt300an, 
1275350276Speterncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd, 
1275450276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1275550276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1275650276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1275750276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1275850276Speter	use=ncr260vt300an, 
1275950276SpeterNCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd, 
1276050276Speter	cols#132, 
1276150276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1276250276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1276350276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1276450276Speter	use=ncr260vt300pp, 
1276550276Speter# This terminfo file contains color capabilities for the Wyse325 emulation of 
1276650276Speter# the NCR 2900/260C color terminal.  Because of the structure of the command
1276750276Speter# (escape sequence) used to set color attributes, one of the fore/background
1276850276Speter# colors must be preset to a given value. I have set the background color to
1276950276Speter# black.  The user can change this setup by altering the last section of the
1277050276Speter# 'setf' definition.  The escape sequence to set color attributes is 
1277150276Speter#		ESC d y <foreground_color> <background_color> 1  
1277250276Speter# In addition, the background color can be changed through the desk accessories.
1277350276Speter# The capablitiy 'op' sets colors to green on black (default combination).  
1277450276Speter#
1277550276Speter# NOTE:  The NCR Unix System Administrator's Shell will not function properly
1277650276Speter# 	    if the 'pairs' capability is defined. Un-Comment the 'pairs'
1277750276Speter#	    capability and recompile if you wish to have it included. 
1277850276Speter#
1277950276Speterncr260wy325pp|NCR 2900_260 wyse 325, 
1278050276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1278150276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, 
1278250276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1278350276Speter	cbt=\EI, civis=\E`0, clear=\E*$<10>, cnorm=\E`1, cr=^M, 
1278450276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1278550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1278650276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1278750276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<5>, ht=^I, 
1278850276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1278950276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1279050276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1279150276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, 
1279250276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET, 
1279350276Speter	kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, 
1279450276Speter	kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, 
1279550276Speter	kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, 
1279650276Speter	kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, 
1279750276Speter	kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, kf30=^Am\r, kf31=^An\r, 
1279850276Speter	kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1279950276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, 
1280050276Speter	kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1280150276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1280250276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1280350276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1280450276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1280550276Speter	setb=\s, 
1280650276Speter	setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}%e%p1%{3}%=%t%{52}%e%p1%{4}%=%t%{53}%e%p1%{5}%=%t%{54}%e%p1%{6}%=%t%{55}%e%p1%{7}%=%t%{64}%e%p1%{8}%=%t%{57}%e%p1%{9}%=%t%{58}%e%p1%{10}%=%t%{59}%e%p1%{11}%=%t%{60}%e%p1%{12}%=%t%{61}%e%p1%{13}%=%t%{62}%e%p1%{14}%=%t%{63}%e%p1%{15}%=%t%{56}%;\Edy%c11$<100>, 
1280750276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH\002\EcB1, smam=\Ed/, 
1280850276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1280950276Speter	tsl=\EF, 
1281050276Speterncr260wy325wpp|NCR 2900_260 wyse 325 wide mode, 
1281150276Speter	cols#132, 
1281250276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1281350276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1281450276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1281550276Speter	use=ncr260wy325pp, 
1281650276Speter# This definition for Wyse 350 supports several attributes.  This means
1281750276Speter# that it has magic cookies (extra spaces where the attributes begin).
1281850276Speter# Some applications do not function well with magic cookies.  The System
1281950276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1282050276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1282150276Speter# attributes can be removed. 
1282250276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1282350276Speter# restored if needed.
1282450276Speter# In addition, color capabilities have been added to this file.  The drawback,
1282550276Speter# however, is that the background color has to be black.  The foreground colors
1282650276Speter# are numbered 0 through 15.  
1282750276Speter#
1282850276Speter# NOTE:  The NCR Unix System Administrator's Shell does not function properly
1282950276Speter# 	    with the 'pairs' capability defined as below.  If you wish to
1283050276Speter#	    have it included, Un-comment it and recompile (using 'tic'). 
1283150276Speter#
1283250276Speterncr260wy350pp|NCR 2900_260 wyse 350, 
1283350276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1283450276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, xmc#1, 
1283550276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1283650276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1283750276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1283850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<40>, cuu1=\013$<5>, 
1283950276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1284050276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<10>, ht=^I, 
1284150276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1284250276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1284350276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1284450276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1284550276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1284650276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1284750276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1284850276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1284950276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1285050276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1285150276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1285250276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1285350276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1285450276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>, 
1285550276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1285650276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1285750276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1285850276Speter	setb=\s, 
1285950276Speter	setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}%e%p1%{3}%=%t%{52}%e%p1%{4}%=%t%{53}%e%p1%{5}%=%t%{54}%e%p1%{6}%=%t%{55}%e%p1%{7}%=%t%{102}%e%p1%{8}%=%t%{97}%e%p1%{9}%=%t%{98}%e%p1%{10}%=%t%{99}%e%p1%{11}%=%t%{101}%e%p1%{12}%=%t%{106}%e%p1%{13}%=%t%{110}%e%p1%{14}%=%t%{111}%e%p1%{15}%=%t%{56}%;\Em0%c$<100>, 
1286050276Speter	sgr0=\EG0\EH\003\EcD, smacs=\EH\002\EcB1, smam=\Ed/, 
1286150276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1286250276Speter	tsl=\EF, 
1286350276Speterncr260wy350wpp|NCR 2900_260 wyse 350 wide mode, 
1286450276Speter	cols#132, 
1286550276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1286650276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1286750276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1286850276Speter	use=ncr260wy350pp, 
1286950276Speter# This definition for Wyse 50+ supports several attributes.  This means
1287050276Speter# that it has magic cookies (extra spaces where the attributes begin).
1287150276Speter# Some applications do not function well with magic cookies.  The System
1287250276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1287350276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1287450276Speter# attributes can be removed. 
1287550276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1287650276Speter# restored if needed.
1287750276Speter# (ncr260wy50+pp: originally contained commented-out 
1287850276Speter# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
1287950276Speterncr260wy50+pp|NCR 2900_260 wyse 50+, 
1288050276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1288150276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1288250276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1288350276Speter	cbt=\EI$<5>, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1288450276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1288550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<30>, cuu1=\013$<5>, 
1288650276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1288750276Speter	ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>, 
1288850276Speter	ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>, 
1288950276Speter	invis=\EG1, 
1289050276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1289150276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1289250276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1289350276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1289450276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1289550276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1289650276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1289750276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1289850276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1289950276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1290050276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1290150276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1290250276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1290350276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1290450276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1290550276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1290650276Speter	sgr0=\EG0\EH\003$<15>, smacs=\EH^B, smam=\Ed/, smir=\Eq, 
1290750276Speter	smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF, 
1290850276Speterncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode, 
1290950276Speter	cols#132, 
1291050276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1291150276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1291250276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1291350276Speter	use=ncr260wy50+pp, 
1291450276Speterncr260wy60pp|NCR 2900_260 wyse 60, 
1291550276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1291650276Speter	cols#80, lines#24, nlab#32, 
1291750276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1291850276Speter	cbt=\EI$<15>, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, 
1291950276Speter	cr=^M, cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1292050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1292150276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1292250276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>, 
1292350276Speter	ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>, 
1292450276Speter	invis=\EG1, 
1292550276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1292650276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1292750276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, 
1292850276Speter	kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1292950276Speter	kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
1293050276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
1293150276Speter	kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, 
1293250276Speter	kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, 
1293350276Speter	kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, 
1293450276Speter	kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, 
1293550276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1293650276Speter	kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1293750276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<30>, 
1293850276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1293950276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1294050276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1294150276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH^B, smam=\Ed/, 
1294250276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>, 
1294350276Speter	tsl=\EF, 
1294450276Speterncr260wy60wpp|NCR 2900_260 wyse 60 wide mode, 
1294550276Speter	cols#132, 
1294650276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1294750276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1294850276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1294950276Speter	use=ncr260wy60pp, 
1295050276Speterncr160vppp|NCR 2900_160 viewpoint, 
1295150276Speter	use=ncr260vppp, 
1295250276Speterncr160vpwpp|NCR 2900_160 viewpoint wide mode, 
1295350276Speter	use=ncr260vpwpp, 
1295450276Speterncr160vt100an|NCR 2900_160 vt100 with ansi kybd, 
1295550276Speter	use=ncr260vt100an, 
1295650276Speterncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd, 
1295750276Speter	use=ncr260vt100pp, 
1295850276Speterncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd, 
1295950276Speter	use=ncr260vt100wan, 
1296050276Speterncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd, 
1296150276Speter	use=ncr260vt100wpp, 
1296250276Speterncr160vt200an|NCR 2900_160 vt200 with ansi kybd, 
1296350276Speter	use=ncr260vt200an, 
1296450276Speterncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd, 
1296550276Speter	use=ncr260vt200pp, 
1296650276Speterncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd, 
1296750276Speter	use=ncr260vt200wan, 
1296850276Speterncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd, 
1296950276Speter	use=ncr260vt200wpp, 
1297050276Speterncr160vt300an|NCR 2900_160 vt300 with ansi kybd, 
1297150276Speter	use=ncr260vt300an, 
1297250276Speterncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd, 
1297350276Speter	use=ncr260vt300pp, 
1297450276Speterncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd, 
1297550276Speter	use=ncr260vt300wan, 
1297650276Speterncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd, 
1297750276Speter	use=ncr260vt300wpp, 
1297850276Speterncr160wy50+pp|NCR 2900_160 wyse 50+, 
1297950276Speter	use=ncr260wy50+pp, 
1298050276Speterncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode, 
1298150276Speter	use=ncr260wy50+wpp, 
1298250276Speterncr160wy60pp|NCR 2900_160 wyse 60, 
1298350276Speter	use=ncr260wy60pp, 
1298450276Speterncr160wy60wpp|NCR 2900_160 wyse 60 wide mode, 
1298550276Speter	use=ncr260wy60wpp, 
1298650276Speterncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal, 
1298750276Speter	am, hs, mc5i, mir, msgr, xon, 
1298850276Speter	cols#80, it#8, lines#24, nlab#32, 
1298950276Speter	acsc=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~, 
1299050276Speter	bel=^G, blink=\E[5m$<30>, bold=\E[1m$<30>, 
1299150276Speter	clear=\E[2J\E[1;1H$<300>, cr=^M, 
1299250276Speter	csr=\E[%i%p1%d;%p2%dr$<100>, cub=\E[%p1%dD$<30>, 
1299350276Speter	cub1=\E[D$<2>, cud=\E[%p1%dB$<30>, cud1=\E[B$<2>, 
1299450276Speter	cuf=\E[%p1%dC$<30>, cuf1=\E[C$<2>, 
1299550276Speter	cup=\E[%i%p1%d;%p2%dH$<100>, cuu=\E[%p1%dA$<30>, 
1299650276Speter	cuu1=\E[A$<2>, dch=\E[%p1%dP$<40>, dch1=\E[1P$<10>, 
1299750276Speter	dl=\E[%p1%dM$<70>, dl1=\E[M$<40>, dsl=\E[31l$<25>, 
1299850276Speter	ed=\E[0J$<300>, el=\E[0K$<30>, el1=\E[1K$<30>, 
1299950276Speter	enacs=\E(B\E)0$<40>, fsl=1$<10>, home=\E[H$<2>$<80>, 
1300050276Speter	ht=^I, hts=\EH, il=\E[%p1%dL$<80>, il1=\E[B\E[L$<80>, 
1300150276Speter	ind=\ED, 
1300250276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0$<200>, 
1300350276Speter	kLFT=\E[D, kRIT=\E[C, ka1=\E[H, kbs=^H, kcub1=\E[D, 
1300450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kent=^M, kf1=\EOP, 
1300550276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE, 
1300650276Speter	rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>, 
1300750276Speter	rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>, 
1300850276Speter	rs2=\Ec\E[12;31h\E[?3;4;5;10l\E[?6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031$<200>, 
1300950276Speter	sc=\E7, 
1301050276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>, 
1301150276Speter	sgr0=\017\E[0m$<120>, smacs=\016$<90>, smir=\E[4h$<80>, 
1301250276Speter	smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>, 
1301350276Speter	tsl=\E[>+1$<70>, 
1301450276Speterncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal, 
1301550276Speter	cols#132, 
1301650276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>, 
1301750276Speter	rs2=\Ec\E[12;31h\E[?4;5;10l\E?3;6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031$<200>, 
1301850276Speter	use=ncrvt100an, 
1301950276Speter#
1302050276Speter# Vendor-supplied NCR termcaps end here
1302150276Speter
1302250276Speter# NCR7900 DIP switches:
1302350276Speter#
1302450276Speter# Switch A:
1302550276Speter# 1-4 - Baud Rate
1302650276Speter# 5   - Parity (Odd/Even)
1302750276Speter# 6   - Don't Send or Do Send Spaces
1302850276Speter# 7   - Parity Enable
1302950276Speter# 8   - Stop Bits (One/Two)
1303050276Speter# 
1303150276Speter# Switch B:
1303250276Speter# 1   - Upper/Lower Shift
1303350276Speter# 2   - Typewriter Shift
1303450276Speter# 3   - Half Duplex / Full Duplex
1303550276Speter# 4   - Light/Dark Background
1303650276Speter# 5-6 - Carriage Return Without / With Line Feed
1303750276Speter# 7   - Extended Mode
1303850276Speter# 8   - Suppress Keyboard Display
1303950276Speter# 
1304050276Speter# Switch C:
1304150276Speter# 1   - End of line entry disabled/enabled
1304250276Speter# 2   - Conversational mode / (Local?) Mode
1304350276Speter# 3   - Control characters displayed / not displayed
1304450276Speter# 4   - (2-wire?) / 4-wire communications
1304550276Speter# 5   - RTS on and off for each character
1304650276Speter# 6   - (50Hz?) / 60 Hz
1304750276Speter# 7   - Exit after level zero diagnostics
1304850276Speter# 8   - RS-232 interface
1304950276Speter# 
1305050276Speter# Switch D:
1305150276Speter# 1   - Reverse Channel (yes / no)
1305250276Speter# 2   - Manual answer (no / yes)
1305350276Speter# 3-4 - Cursor appearance
1305450276Speter# 5   - Communication Rate
1305550276Speter# 6   - Enable / Disable EXT turnoff
1305650276Speter# 7   - Enable / Disable CR turnoff
1305750276Speter# 8   - Enable / Disable backspace
1305850276Speter#
1305962449Speter# Since each attribute parameter is 0 or 1, we shift each attribute (standout,
1306062449Speter# reverse, blink, dim, and underline) the appropriate number of bits (by
1306162449Speter# multiplying the 0 or 1 by a correct factor to shift) so the bias character,
1306262449Speter# '@' is (effectively) "or"ed with each attribute to generate the proper third
1306362449Speter# character in the <ESC>0 sequence.  The <sgr> string implements the following
1306462449Speter# equation:
1306562449Speter#
1306662449Speter# ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17))    =>
1306762449Speter# ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
1306862449Speter#
1306962449Speter#	Where:  P1 <==> Standout attribute parameter
1307062449Speter#		P2 <==> Underline attribute parameter
1307162449Speter#		P3 <==> Reverse attribute parameter
1307262449Speter#		P4 <==> Blink attribute parameter
1307362449Speter#		P5 <==> Dim attribute parameter
1307450276Speter# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
1307550276Speterncr7900i|ncr7900|ncr 7900 model 1, 
1307650276Speter	am, bw, ul, 
1307750276Speter	cols#80, lines#24, xmc#1, 
1307850276Speter	bel=^G, blink=\E0B, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1307950276Speter	cup=\E1%p2%c%p1%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, ind=^J, 
1308050276Speter	is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, 
1308150276Speter	kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, 
1308250276Speter	rmul=\E0@, 
1308350276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, 
1308450276Speter	sgr0=\E0@, smso=\E0Q, smul=\E0`, 
1308550276Speterncr7900iv|ncr 7900 model 4, 
1308650276Speter	am, bw, eslok, hs, 
1308750276Speter	cols#80, lines#24, 
1308850276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
1308950276Speter	cup=\013%p1%{64}%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, 
1309050276Speter	fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, 
1309150276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, 
1309250276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1309350276Speter	khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, 
1309450276Speter	tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, 
1309562449Speter# Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
1309662449Speter#	   The user can enter a CTRL-B to get out of this locked state.
1309762449Speter# In <hpa>, we want to output the character given by the formula:
1309862449Speter#		((col / 10) * 16) + (col % 10)		where "col" is "p1"
1309950276Speterncr7901|ncr 7901 model, 
1310050276Speter	am, bw, ul, 
1310150276Speter	cols#80, lines#24, 
1310250276Speter	bel=^G, blink=\E0B, civis=^W, clear=^L, cnorm=^X, cr=^M, 
1310350276Speter	cub1=^H, cud1=^J, cuf1=^F, 
1310450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dim=\E0A, 
1310550276Speter	ed=\Ek, el=\EK, 
1310650276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, 
1310750276Speter	is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
1310850276Speter	khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, 
1310950276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, 
1311050276Speter	sgr0=^O, smso=\E0Q\016, smul=\E0`\016, 
1311150276Speter	vpa=\013%p1%{64}%+%c, 
1311250276Speter
1311350276Speter#### Perkin-Elmer (Owl)
1311450276Speter#
1311550276Speter# These are official terminfo entries from within Perkin-Elmer.
1311650276Speter#
1311750276Speter
1311850276Speterbantam|pe550|pe6100|perkin elmer 550, 
1311962449Speter	OTbs, 
1312050276Speter	cols#80, lines#24, 
1312150276Speter	bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1312250276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1312350276Speter	el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, 
1312450276Speterfox|pe1100|perkin elmer 1100, 
1312562449Speter	OTbs, am, 
1312650276Speter	cols#80, lines#24, 
1312750276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1312850276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1312950276Speter	ed=\EJ$<5.5*>, el=\EI, flash=\020\002$<200/>\020\003, 
1313050276Speter	home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, 
1313150276Speterowl|pe1200|perkin elmer 1200, 
1313262449Speter	OTbs, am, in, 
1313350276Speter	cols#80, lines#24, 
1313450276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1313550276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1313650276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
1313750276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
1313850276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
1313950276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
1314050276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
1314150276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!^H, tbc=\E3, 
1314250276Speterpe1251|pe6300|pe6312|perkin elmer 1251, 
1314350276Speter	am, 
1314450276Speter	cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, 
1314550276Speter	bel=^G, clear=\EK$<332>, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
1314650276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1314750276Speter	ed=\EJ$<20*>, el=\EI$<10*>, home=\EH, hts=\E1, ind=^J, 
1314850276Speter	kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE, 
1314950276Speter	kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3, 
1315050276Speter# (pe7000m: this had
1315150276Speter# 	rmul=\E!\0, smul=\E!\040, 
1315250276Speter# which is probably wrong, it collides with kf0
1315350276Speterpe7000m|perkin elmer 7000 series monochrome monitor, 
1315450276Speter	am, 
1315550276Speter	cols#80, lines#24, 
1315650276Speter	bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, 
1315750276Speter	cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1315850276Speter	ed=\EJ, el=\EI, home=\EH, ind=^J, 
1315950276Speter	is1=\E!\0\EW  7o\Egf\ES7\s, kbs=^H, kcub1=\E!V, 
1316050276Speter	kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\0, kf1=\E!^A, 
1316150276Speter	kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, 
1316250276Speter	kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, 
1316350276Speter	ll=\ES7\s, ri=\ER, 
1316450276Speterpe7000c|perkin elmer 7000 series colour monitor, 
1316550276Speter	is1=\E!\0\EW  7o\Egf\Eb0\Ec7\ES7\s, rmso=\Eb0, 
1316662449Speter	rmul=\E!\0, smso=\Eb2, smul=\E!\s, use=pe7000m, 
1316750276Speter
1316850276Speter#### Sperry Univac
1316950276Speter#
1317050276Speter# Sperry Univac has merged with Burroughs to form Unisys.
1317150276Speter#
1317250276Speter
1317350276Speter# This entry is for the Sperry UTS30 terminal running the TTY 
1317450276Speter# utility under control of CP/M Plus 1R1. The functionality 
1317550276Speter# provided is comparable to the DEC vt100.
1317650276Speter# (uts30: I added <rmam>/<smam> based on the init string -- esr)
1317750276Speteruts30|sperry uts30 with cp/m@1R1, 
1317850276Speter	am, bw, hs, 
1317950276Speter	cols#80, lines#24, wsl#40, 
1318050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1318150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\ER, clear=^L, 
1318250276Speter	cnorm=\ES, cr=^M, csr=\EU%p1%{32}%+%c%p2%{32}%+%c, 
1318350276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB, 
1318450276Speter	cuf=\E[%p1%dC, cuf1=\EC, cup=\E[%i%p1%d;%p2%dH, 
1318550276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\EM, 
1318650276Speter	dl=\E[%p1%dM, dl1=\EL, ed=\E[J, el=\E[K, fsl=^M, home=\E[H, 
1318750276Speter	ht=^I, ich=\E[%p1%d@, ich1=\EO, il=\E[%p1%dL, il1=\EN, 
1318850276Speter	ind=^J, indn=\E[%p1%dB, is2=\E[U 7\E[24;1H, kbs=^H, 
1318950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, khome=\E[H, 
1319050276Speter	rc=\EX, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EI, 
1319150276Speter	rin=\E[%p1%dA, rmacs=\Ed, rmam=\E[?7l, rmso=\E[m, 
1319250276Speter	rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
1319350276Speter	sc=\EW, sgr0=\E[m, smacs=\EF, smam=\E[?7m, smso=\E[7m, 
1319450276Speter	smul=\E[4m, tsl=\E], uc=\EPB, 
1319550276Speter
1319650276Speter#### Tandem
1319750276Speter#
1319850276Speter# Tandem builds these things for use with its line of fault-tolerant
1319950276Speter# transaction-processing computers.  They aren't generally available
1320050276Speter# on the merchant market, and so are fairly uncommon.
1320150276Speter#
1320250276Speter
1320350276Spetertandem6510|adm3a repackaged by Tandem, 
1320450276Speter	use=adm3a, 
1320550276Speter
1320650276Speter# A funny series of terminal that TANDEM uses.  The actual model numbers
1320750276Speter# have a fourth digit after 653 that designates minor variants.  These are
1320850276Speter# natively block-mode and rather ugly, but they have a character mode which
1320950276Speter# this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
1321050276Speter# (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
1321150276Speter# removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
1321250276Spetertandem653|t653x|Tandem 653x multipage terminal, 
1321362449Speter	OTbs, am, da, db, hs, 
1321450276Speter	cols#80, lines#24, wsl#64, xmc#1, 
1321550276Speter	clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, 
1321650276Speter	cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, 
1321750276Speter	ed=\EJ, el=\EK, fsl=^M, home=\EH, ind=\ES, ri=\ET, rmso=\E6\s, 
1321850276Speter	rmul=\E6\s, sgr0=\E6\s, smso=\E6$, smul=\E60, tsl=\Eo, 
1321950276Speter
1322050276Speter#### Tandy/Radio Shack
1322150276Speter#
1322250276Speter# Tandy has a line of VDTs distinct from its microcomputers.
1322350276Speter#
1322450276Speter
1322550276Speterdmterm|deskmate terminal, 
1322650276Speter	am, bw, 
1322750276Speter	cols#80, lines#24, 
1322850276Speter	bel=^G, civis=\EG5, clear=\Ej, cnorm=\EG6, cr=^M, cub1=^H, 
1322950276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1323050276Speter	cuu1=\EA, dch1=\ES, dl1=\ER, ed=\EJ, el=\EK, home=\EH, ht=^I, 
1323150276Speter	ich1=\EQ, il1=\EP, ind=\EX, invis@, kcub1=\ED, kcud1=\EB, 
1323250276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E1, kf1=\E2, kf2=\E3, kf3=\E4, 
1323350276Speter	kf4=\E5, kf5=\E6, kf6=\E7, kf7=\E8, kf8=\E9, kf9=\E0, 
1323450276Speter	khome=\EH, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, 
1323550276Speter	lf6=f7, lf7=f8, lf8=f9, lf9=f10, ll=\EE, rmul@, smul@, 
1323650276Speter	use=adm+sgr, 
1323750276Speterdt100|dt-100|Tandy DT-100 terminal, 
1323850276Speter	xon, 
1323950276Speter	cols#80, lines#24, xmc#1, 
1324050276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1324150276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1324250276Speter	csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1324350276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1324450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1324550276Speter	il1=\E[L, ind=^J, is2=\E[?3l\E)0\E(B, kcub1=\E[D, 
1324650276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[?3i, 
1324750276Speter	kf10=\E[?5i, kf2=\E[2i, kf3=\E[@, kf4=\E[M, kf5=\E[17~, 
1324850276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, khome=\E[H, 
1324950276Speter	knp=\E[29~, kpp=\E[28~, lf1=f1, lf2=f2, lf3=f3, lf4=f4, lf5=f5, 
1325050276Speter	lf6=f6, lf7=f7, lf8=f8, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, 
1325150276Speter	sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
1325250276Speterdt100w|dt-100w|Tandy DT-100 terminal (wide mode), 
1325350276Speter	cols#132, use=dt100, 
1325450276Speterdt110|Tandy DT-110 emulating ansi, 
1325550276Speter	xon, 
1325650276Speter	cols#80, lines#24, 
1325750276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1325850276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1325950276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, 
1326050276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, 
1326150276Speter	dl1=\E[0M, ed=\E[0J, el=\E[0K, enacs=\E(B\E)0, home=\E[H, 
1326250276Speter	ht=^I, ich1=\E[0@, il1=\E[0L, ind=^J, is2=\E[?3l\E)0\E(B, 
1326350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[K, 
1326450276Speter	kf1=\E[1~, kf10=\E[10~, kf2=\E[2~, kf3=\E[3~, kf4=\E[4~, 
1326550276Speter	kf5=\E[5~, kf6=\E[6~, kf7=\E[7~, kf8=\E[8~, kf9=\E[9~, 
1326650276Speter	khome=\E[G, kich1=\E[@, knp=\E[26~, kpp=\E[25~, lf0=f1, 
1326750276Speter	lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf8=f9, 
1326850276Speter	lf9=f10, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1326950276Speter	smacs=^N, smso=\E[7m, smul=\E[4m, 
1327050276Speterpt210|TRS-80 PT-210 printing terminal, 
1327150276Speter	hc, os, 
1327250276Speter	cols#80, 
1327350276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1327450276Speter
1327550276Speter#### Tektronix (tek)
1327650276Speter#
1327750276Speter# Tektronix tubes are graphics terminals.  Most of them use modified 
1327850276Speter# oscilloscope technology incorporating a long-persistence green phosphor,
1327950276Speter# and support vector graphics on a main screen with an attached "dialogue
1328050276Speter# area" for interactive text.
1328150276Speter#
1328250276Speter
1328350276Spetertek|tek4012|tektronix 4012, 
1328462449Speter	OTbs, os, 
1328550276Speter	cols#75, lines#35, 
1328650276Speter	bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, 
1328750276Speter	ff=\014$<1000>, is2=\E^O, 
1328850276Speter# (tek4013: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1328950276Spetertek4013|tektronix 4013, 
1329050276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4012, 
1329150276Spetertek4014|tektronix 4014, 
1329250276Speter	cols#81, lines#38, 
1329350276Speter	is2=\E\017\E9, use=tek4012, 
1329450276Speter# (tek4015: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1329550276Spetertek4015|tektronix 4015, 
1329650276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014, 
1329750276Spetertek4014-sm|tektronix 4014 in small font, 
1329850276Speter	cols#121, lines#58, 
1329950276Speter	is2=\E\017\E\:, use=tek4014, 
1330050276Speter# (tek4015-sm: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1330150276Spetertek4015-sm|tektronix 4015 in small font, 
1330250276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014-sm, 
1330350276Speter# Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
1330450276Speter#
1330550276Speter# You need to have "stty nl2" in effect.  Some versions of tset(1) know
1330650276Speter# how to set it for you.
1330750276Speter#
1330850276Speter# It's got the Magic Cookie problem around stand-out mode.  If you can't
1330950276Speter# live with Magic Cookie, remove the :so: and :se: fields and do without
1331050276Speter# reverse video.  If you like reverse video stand-out mode but don't want
1331150276Speter# it to flash, change the letter 'H' to 'P' in the :so: field.
1331250276Spetertek4023|tektronix 4023, 
1331362449Speter	OTbs, am, 
1331462449Speter	OTdN#4, cols#80, lines#24, vt#4, xmc#1, 
1331562449Speter	OTnl=^J, bel=^G, clear=\E\014$<4/>, cr=^M, cub1=^H, cud1=^J, 
1331662449Speter	cuf1=^I, cup=\034%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, 
1331762449Speter	rmso=^_@, smso=^_P, 
1331850276Speter# It is recommended that you run the 4025 at 4800 baud or less;
1331950276Speter# various bugs in the terminal appear at 9600.  It wedges at the
1332050276Speter# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
1332150276Speter# on keyboard don't work.  You have to hit BREAK twice to get
1332250276Speter# one break at any speed - this is a documented feature.
1332350276Speter# Can't use cursor motion because it's memory relative, and 
1332450276Speter# because it only works in the workspace, not the monitor.  
1332550276Speter# Same for home. Likewise, standout only works in the workspace.
1332650276Speter# 
1332750276Speter# <el> was commented out since vi and rogue seem to work better 
1332850276Speter# simulating it with lots of spaces!
1332950276Speter# 
1333050276Speter# <il1> and <il> had 145ms of padding, but that slowed down vi's ^U 
1333150276Speter# and didn't seem necessary.
1333250276Speter#
1333350276Spetertek4024|tek4025|tek4027|tektronix 4024/4025/4027, 
1333462449Speter	OTbs, am, da, db, 
1333550276Speter	cols#80, it#8, lines#34, lm#0, 
1333650276Speter	bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, 
1333750276Speter	cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, 
1333850276Speter	cud1=^F^J, cuf=\037rig %p1%d\r, cuf1=\037rig\r, 
1333950276Speter	cuu=\037up %p1%d\r, cuu1=^K, dch1=\037dch\r, 
1334050276Speter	dl=\037dli %p1%d\r\006, dl1=\037dli\r\006, 
1334150276Speter	ed=\037dli 50\r, ht=^I, ich1=\037ich\r \010, 
1334250276Speter	il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r, 
1334350276Speter	ind=^F^J, 
1334450276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1334550276Speter	rmkx=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r, 
1334650276Speter	smkx=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r, 
1334750276Spetertek4025-17|tek 4025 17 line window, 
1334850276Speter	lines#17, use=tek4025, 
1334950276Spetertek4025-17-ws|tek 4025 17 line window in workspace, 
1335050276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, 
1335150276Speter	rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, 
1335262449Speter	smso=\037att e\r, use=tek4025-17, 
1335350276Spetertek4025-ex|tek4027-ex|tek 4025/4027 w/!, 
1335450276Speter	is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, 
1335562449Speter	rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
1335650276Speter# Tektronix 4025a
1335750276Speter# From: Doug Gwyn <gwyn@brl-smoke.ARPA>
1335850276Speter# The following status modes are assumed for normal operation (replace the
1335950276Speter# initial "!" by whatever the current command character is):
1336050276Speter#	!COM 29			# NOTE: changes command character to GS (^])
1336150276Speter#	^]DUP
1336250276Speter#	^]ECH R
1336350276Speter#	^]EOL
1336450276Speter#	^]RSS T
1336550276Speter#	^]SNO N
1336650276Speter#	^]STO 9 17 25 33 41 49 57 65 73
1336750276Speter# Other modes may be set according to communication requirements.
1336850276Speter# If the command character is inadvertently changed, termcap can't restore it.
1336950276Speter# Insert-character cannot be made to work on both top and bottom rows.
1337050276Speter# Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
1337150276Speter# There also seems to be a problem with vertical motion, perhaps involving
1337250276Speter# delete/insert-line, following a typed carriage return.  This terminal sucks.
1337350276Speter# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1337450276Speter# (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
1337550276Speter# work any more. -- esr)
1337650276Spetertek4025a|Tektronix 4025A, 
1337762449Speter	OTbs, OTpt, am, bw, da, db, xon, 
1337850276Speter	cols#80, it#8, lines#34, 
1337950276Speter	bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], 
1338050276Speter	cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, 
1338150276Speter	cud1=^J, cuf=\035rig %p1%d;, cuf1=\035rig;, 
1338250276Speter	cuu=\035up %p1%d;, cuu1=^K, dch=\035dch %p1%d;, 
1338350276Speter	dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, 
1338450276Speter	el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, 
1338550276Speter	il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, 
1338662449Speter	rs2=!com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;, 
1338750276Speter	tbc=\035sto;, 
1338850276Speter# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1338950276Speter# Here's the command file that I use to get rogue to work on the 4025.
1339050276Speter# It should work with any program using the old curses (e.g. it better
1339150276Speter# not try to scroll, or cursor addressing won't work.  Also, you can't
1339250276Speter# see the cursor.)
1339350276Speter# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1339450276Spetertek4025-cr|tek 4025 for curses and rogue, 
1339562449Speter	OTbs, am, 
1339650276Speter	cols#80, it#8, lines#33, 
1339750276Speter	clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, 
1339850276Speter	cup=\037jum%i%p1%d\,%p2%d;, cuu1=^K, ht=^I, ind=^F^J, 
1339950276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1340050276Speter	rmcup=\037wor 0, smcup=\037wor 33h, 
1340150276Speter# next two lines commented out since curses only allows 128 chars, sigh.
1340250276Speter#	:ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\037lea p8/k/\037lea p9/u/\037lea p./f/\037lea pt/`era w/13\037lea p0/s/\037wor 33h:\
1340350276Speter#	:te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\037lea p9/la/13\037lea p.\037lea p0\037wor 0:
1340450276Spetertek4025ex|4025ex|4027ex|tek 4025 w/!, 
1340550276Speter	is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r, 
1340662449Speter	rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
1340750276Spetertek4105|tektronix 4105, 
1340862449Speter	OTbs, am, mir, msgr, ul, xenl, xt, 
1340950276Speter	cols#79, it#8, lines#29, 
1341050276Speter	acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, 
1341150276Speter	clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, 
1341250276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P, 
1341350276Speter	dim=\E[=1;<6m, dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1341450276Speter	il1=\E[1L, ind=\E[S, invis=\E[=6;<5, is1=\E%!1\E[m, 
1341550276Speter	is2=\E%!1\E[?6141\E[m, kbs=^H, kcub1=\E[1D, kcud1=\E[1B, 
1341650276Speter	kcuf1=\E[1C, kcuu1=\E[1A, rev=\E[=1;<3m, ri=\E[T, 
1341750276Speter	rmacs=\E[m, rmcup=, rmir=\E[4l, rmso=\E[=0;<1m, 
1341850276Speter	rmul=\E[=0;<1m, sgr0=\E[=0;<1m, smacs=\E[1m, 
1341950276Speter	smcup=\E%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1342050276Speter	smul=\E[=5;<2m, tbc=\E[1g, 
1342150276Speter
1342250276Speter# (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
1342350276Spetertek4105-30|4015 emulating 30 line vt100, 
1342450276Speter	am, mir, msgr, xenl, xon, 
1342550276Speter	cols#80, it#8, lines#30, vt#3, 
1342650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1342750276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1342850276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1342950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1343050276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1343150276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1343250276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
1343350276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
1343450276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
1343550276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
1343650276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
1343750276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1343850276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1343950276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1344050276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1344150276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
1344250276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1344350276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1344450276Speter
1344550276Speter# Tektronix 4105 from BRL
1344650276Speter# The following setup modes are assumed for normal operation:
1344750276Speter#	CODE ansi		CRLF no			DABUFFER 141
1344850276Speter#	DAENABLE yes		DALINES 30		DAMODE replace
1344950276Speter#	DAVISIBILITY yes	ECHO no			EDITMARGINS 1 30
1345050276Speter#	FLAGGING input		INSERTREPLACE replace	LFCR no
1345150276Speter#	ORIGINMODE relative	PROMPTMODE no		SELECTCHARSET G0 B
1345250276Speter#	SELECTCHARSET G1 0	TABS -2
1345350276Speter# Other setup modes may be set for operator convenience or communication
1345450276Speter# requirements; I recommend
1345550276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1345650276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1345750276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1345850276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 10 1
1345950276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1346050276Speter#	PROMPTSTRING ''		QUEUESIZE 2460		WINDOW 0 0 4095 3132
1346150276Speter#	XMTDELAY 0
1346250276Speter# and factory color maps.  After setting these modes, save them with NVSAVE. No
1346350276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1346450276Speter# "IC" cannot be used in combination with "im" & "ei".
1346550276Speter# "tek4105a" is just a guess:
1346650276Spetertek4105a|Tektronix 4105, 
1346762449Speter	OTbs, OTpt, msgr, xon, 
1346862449Speter	OTkn#8, cols#80, it#8, lines#30, vt#3, 
1346950276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1347050276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1347150276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1347250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1347350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1347450276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1347550276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1347650276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1347750276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1347850276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1347950276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1348050276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1348150276Speter	lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1348250276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1348362449Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1348462449Speter	rs2=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLA>\ELM0\EKE0\ENF1\EKS0\END0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>, 
1348562449Speter	sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1348650276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1348750276Speter
1348850276Speter#
1348950276Speter# Tektronix 4106/4107/4109 from BRL
1349050276Speter# The following setup modes are assumed for normal operation:
1349150276Speter#	CODE ansi		COLUMNMODE 80		CRLF no
1349250276Speter#	DABUFFER 141		DAENABLE yes		DALINES 32
1349350276Speter#	DAMODE replace		DAVISIBILITY yes	ECHO no
1349450276Speter#	EDITMARGINS 1 32	FLAGGING input		INSERTREPLACE replace
1349550276Speter#	LFCR no			LOCKKEYBOARD no		ORIGINMODE relative
1349650276Speter#	PROMPTMODE no		SELECTCHARSET G0 B	SELECTCHARSET G1 0
1349750276Speter#	TABS -2
1349850276Speter# Other setup modes may be set for operator convenience or communication
1349950276Speter# requirements; I recommend
1350050276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1350150276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1350250276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1350350276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 9 3
1350450276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1350550276Speter#	PROMPTSTRING ''		QUEUESIZE 2620		WINDOW 0 0 4095 3132
1350650276Speter#	XMTDELAY 0
1350750276Speter# and factory color maps.  After setting these modes, save them with NVSAVE.  No
1350850276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1350950276Speter# "IC" cannot be used in combination with "im" & "ei".
1351050276Spetertek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109, 
1351150276Speter	msgr, xon, 
1351250276Speter	cols#80, it#8, lines#32, vt#3, 
1351350276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1351450276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1351550276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1351650276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1351750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1351850276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1351950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1352050276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1352150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1352250276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1352350276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1352450276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1352550276Speter	lf5=F6, lf6=F8, ll=\E[32;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1352650276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1352750276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1352850276Speter	rs1=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLB0\ELM0\EKE0\ENF1\EKS0\END0\ERE0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>, 
1352950276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1353050276Speter	smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g, 
1353150276Speter
1353250276Spetertek4107|tek4109|tektronix terminals 4107 4109, 
1353362449Speter	OTbs, am, mir, msgr, ul, xenl, xt, 
1353450276Speter	cols#79, it#8, lines#29, 
1353550276Speter	bel=^G, blink=\E%!1\E[5m$<2>\E%!0, 
1353650276Speter	bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, 
1353750276Speter	cub1=^H, cud1=^J, cuf1=\EC, 
1353850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E%!3, 
1353950276Speter	dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1354050276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1354150276Speter	rev=\E%!1\E[7m$<2>\E%0, ri=\EI, 
1354250276Speter	rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, 
1354350276Speter	sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0, 
1354450276Speter	sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, 
1354550276Speter	smul=\E%!1\E[4m$<2>\E%!0, 
1354650276Speter# Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
1354750276Speter# see the note attached to tek4207.
1354850276Spetertek4207-s|Tektronix 4207 with sysline but no memory, 
1354950276Speter	eslok, hs, 
1355050276Speter	dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8, 
1355150276Speter	is1=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J, 
1355250276Speter	is2=\E7\E[?6l\E[2K\E[?6h\E8, 
1355350276Speter	tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107, 
1355450276Speter
1355550276Speter# The 4110 series may be a wonderful graphics series, but they make the 4025
1355650276Speter# look good for screen editing.  In the dialog area, you can't move the cursor
1355750276Speter# off the bottom line.  Out of the dialog area, ^K moves it up, but there
1355850276Speter# is no way to scroll.
1355950276Speter# 
1356050276Speter# Note that there is a floppy for free from Tek that makes the 
1356150276Speter# 4112 emulate the vt52 (use the vt52 termcap). There is also
1356250276Speter# an expected enhancement that will use ANSI standard sequences.
1356350276Speter# 
1356450276Speter# 4112 in non-dialog area pretending to scroll. It really wraps 
1356550276Speter# but vi is said to work (more or less) in this mode.
1356650276Speter# 
1356750276Speter# 'vi' works reasonably well with this entry.
1356850276Speter#
1356950276Speterotek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series, 
1357050276Speter	am, 
1357150276Speter	cols#80, lines#34, 
1357250276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ind=^J, 
1357350276Speter	rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, 
1357450276Speter# The 4112 with the ANSI compatibility enhancement
1357550276Spetertek4112|tek4114|tektronix 4110 series, 
1357662449Speter	OTbs, am, db, 
1357750276Speter	cols#80, lines#34, 
1357850276Speter	cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cuf1=\E[C, 
1357950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P, dl1=\E[M, 
1358050276Speter	ed=\E[0J, el=\E[0K, ich1=\E[@, il1=\E[L, 
1358150276Speter	ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, 
1358250276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1358350276Spetertek4112-nd|4112 not in dialog area, 
1358462449Speter	OTns, 
1358550276Speter	cuu1=^K, use=tek4112, 
1358650276Spetertek4112-5|4112 in 5 line dialog area, 
1358750276Speter	lines#5, use=tek4112, 
1358850276Speter# (tek4113: this used to have "<cuf1=\LM1\s\LM0>", someone's mistake;
1358950276Speter# removed "<smacs=\E^N>, <rmacs=\E^O>", which had been commented out in 8.3.
1359050276Speter# Note, the !0 and !1 sequences in <rmcup>/<smcup>/<cnorm>/<civis> were
1359150276Speter# previously \0410 and \0411 sequences...I don't *think* they were supposed
1359250276Speter# to be 4-digit octal -- esr)
1359350276Spetertek4113|tektronix 4113 color graphics with 5 line dialog area, 
1359462449Speter	OTbs, am, da, eo, 
1359550276Speter	cols#80, lines#5, 
1359650276Speter	clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, 
1359750276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1359850276Speter	is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0, 
1359950276Spetertek4113-34|tektronix 4113 color graphics with 34 line dialog area, 
1360050276Speter	lines#34, 
1360150276Speter	is2=\EKA1\ELLB2\ELV0\ELV1, use=tek4113, 
1360250276Speter# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
1360350276Speter# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
1360450276Speter# :vb: needs enough delay to let you see the background color being toggled.
1360550276Spetertek4113-nd|tektronix 4113 color graphics with no dialog area, 
1360662449Speter	OTbs, am, eo, 
1360750276Speter	cols#80, it#8, lines#34, 
1360850276Speter	clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, 
1360950276Speter	cvvis=\ELZ\EKA0, 
1361050276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1361150276Speter	home=\ELF7l\177 @, ht=^I, is2=\ELZ\EKA0\ELF7l\177 @, 
1361250276Speter	ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0, 
1361350276Speter# This entry is from Tek. Inc.  (Brian Biehl)
1361450276Speter# (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
1361550276Speterotek4115|Tektronix 4115, 
1361662449Speter	OTbs, am, da, db, eo, 
1361750276Speter	cols#80, it#8, lines#34, 
1361850276Speter	cbt=\E[Z, clear=\E[H\E[2J, 
1361950276Speter	cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, 
1362050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1362150276Speter	cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J, 
1362250276Speter	el=\E[K, home=\E[H, ht=^I, if=/usr/share/tabset/vt100, 
1362350276Speter	il1=\E[L, 
1362450276Speter	is2=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?\E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[m, 
1362550276Speter	kbs=^H, ri=\EM, rmam=\E[?7l, 
1362650276Speter	rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l, 
1362750276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
1362850276Speter	smcup=\E%!0\ELBB2\E%!1, smir=\E[4h, smkx=\E=, smso=\E[7m, 
1362950276Speter	smul=\E[4m, 
1363050276Spetertek4115|newer tektronix 4115 entry with more ANSI capabilities, 
1363150276Speter	am, xon, 
1363250276Speter	cols#80, lines#34, 
1363350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
1363450276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1363550276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1363650276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1363750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%p1%{1}%+%dG, 
1363850276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
1363950276Speter	il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, 
1364050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
1364150276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmam=\E[?7l, 
1364250276Speter	rmso=\E[m, rmul=\E[m, 
1364350276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1364450276Speter	sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1364550276Speter	vpa=\E[%p1%{1}%+%dd, 
1364650276Speter# The tek4125 emulates a vt100 incorrectly - the scrolling region
1364750276Speter# command is ignored.  The following entry replaces <csr> with the needed
1364850276Speter# <il>, <il>, and <smir>; removes some cursor pad commands that the tek4125
1364950276Speter# chokes on; and adds a lot of initialization for the tek dialog area.
1365050276Speter# Note that this entry uses all 34 lines and sets the cursor color to green.
1365150276Speter# Steve Jacobson 8/85
1365250276Speter# (tek4125: there were two "\!"s in the is that I replaced with "\E!";
1365350276Speter# commented out, <smir>=\E1 because there's no <rmir>  -- esr)
1365450276Spetertek4125|tektronix 4125, 
1365550276Speter	lines#34, 
1365650276Speter	csr@, dl1=\E[1M, il1=\E[1L, 
1365750276Speter	is2=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
1365862449Speter	rc@, sc@, smkx=\E=, use=vt100, 
1365950276Speter
1366050276Speter# From: <jcoker@ucbic>
1366150276Speter# (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
1366250276Speter# supplied another, less capable 4107 entry.  So we'll use that for 4107 and
1366350276Speter# note that if jcoker wasn't confused you may be able to use this one.
1366450276Speter# I merged in <msgr>,<ind>,<ri>,<invis>,<tbc> from a BRL entry -- esr)
1366550276Spetertek4207|Tektronix 4207 graphics terminal with memory, 
1366650276Speter	am, bw, mir, msgr, ul, xenl, 
1366750276Speter	cols#80, it#8, lines#32, 
1366850276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156/>, 
1366950276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1367050276Speter	cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J, 
1367150276Speter	el=\E[K$<5/>, home=\E[H, ht=^I, ich1=\E[@$<4/>, 
1367250276Speter	il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5, 
1367350276Speter	is2=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J, 
1367450276Speter	kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H, 
1367550276Speter	rev=\E[7m, ri=\E[T, 
1367650276Speter	rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m, 
1367750276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[?6l\E[H\E[J, smso=\E[7m, 
1367850276Speter	smul=\E[4m, tbc=\E[1g, 
1367950276Speter
1368050276Speter# From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
1368150276Speter# (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
1368250276Speter# Tab had been given as \E2I,that must be the tab-set capability -- esr)
1368350276Spetertek4404|tektronix 4404, 
1368462449Speter	OTbs, 
1368550276Speter	cols#80, it#8, lines#32, 
1368650276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
1368750276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1368850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[1M, 
1368950276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\E[2I, il1=\E[1L, 
1369050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rc=\E8, 
1369150276Speter	rmcup=\E[1;1H\E[0J\E[?6h\E[?1l, rmir=\E[4l, 
1369250276Speter	rmkx=\E[?1h, rmso=\E[27m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1369350276Speter	smcup=\E%\E!1\E[1;32r\E[?6l\E>, smir=\E[4h, 
1369450276Speter	smkx=\E[?1l, smso=\E[7m, smul=\E[4m, 
1369550276Speter# Some unknown person wrote:
1369650276Speter# I added the is string - straight Unix has ESC ; in the login 
1369750276Speter# string which sets a ct8500 into monitor mode (aka 4025 snoopy 
1369850276Speter# mode). The is string here cleans up a few things (but not 
1369950276Speter# everything).
1370050276Speterct8500|tektronix ct8500, 
1370150276Speter	am, bw, da, db, 
1370250276Speter	cols#80, lines#25, 
1370350276Speter	bel=^G, cbt=\E^I, clear=\E^E, cr=^M, cub1=^H, cud1=^J, 
1370450276Speter	cuf1=\ES, cup=\E|%p1%{32}%+%c%p2%{32}%+%c, cuu1=\ER, 
1370550276Speter	dch1=\E^], dl1=\E^M, ed=\E^U, el=\E^T, ht=^I, ich1=\E^\, 
1370650276Speter	il1=\E^L, ind=^J, is2=\037\EZ\Ek, ri=\E^A, rmso=\E\s, 
1370750276Speter	rmul=\E\s, sgr0=\E\s, smso=\E$, smul=\E!, 
1370850276Speter
1370950276Speter# Tektronix 4205 terminal.
1371050276Speter#
1371150276Speter# am is not defined because the wrap around occurs not when the char.
1371250276Speter# is placed in the 80'th column, but when we are attempting to type
1371350276Speter# the 81'st character on the line.  (esr: hmm, this is like the vt100
1371450276Speter# version of xenl, perhaps am + xenl would work!)
1371550276Speter#
1371650276Speter# Bold, dim, and standout are simulated by colors and thus not allowed
1371750276Speter# with colors.  The tektronix color table is mapped into the RGB color
1371850276Speter# table by setf/setb. All colors are reset to factory specifications by oc.
1371950276Speter# The <initc> cap uses RGB notation to define colors.  for arguments 1-3 the 
1372050276Speter# interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
1372150276Speter# interval then maps into pre-defined value.
1372250276Spetertek4205|tektronix 4205, 
1372350276Speter	ccc, mir, msgr, 
1372450276Speter	colors#8, cols#80, it#8, lines#30, ncv#49, pairs#63, 
1372550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1372650276Speter	bel=^G, blink=\E[5m, bold=\E[=7;<4m, cbt=\E[Z, 
1372750276Speter	clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
1372850276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1372950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1373050276Speter	dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, 
1373150276Speter	ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, 
1373250276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
1373350276Speter	initc=\E%%!0\ETF4%?%p1%{0}%=%t0%e%p1%{1}%=%t4%e%p1%{2}%=%t3%e%p1%{3}%=%t5%e%p1%{4}%=%t2%e%p1%{5}%=%t6%e%p1%{6}%=%t7%e1%;%?%p2%{125}%<%t0%e%p2%{250}%<%tA2%e%p2%{375}%<%tA?%e%p2%{500}%<%tC8%e%p2%{625}%<%tD4%e%p2%{750}%<%tE1%e%p2%{875}%<%tE\:%eF4%;%?%p3%{125}%<%t0%e%p3%{250}%<%tA2%e%p3%{375}%<%tA?%e%p3%{500}%<%tC8%e%p3%{625}%<%tD4%e%p3%{750}%<%tE1%e%p3%{875}%<%tE\:%eF4%;%?%p4%{125}%<%t0%e%p4%{250}%<%tA2%e%p4%{375}%<%tA?%e%p4%{500}%<%tC8%e%p4%{625}%<%tD4%e%p4%{750}%<%tE1%e%p4%{875}%<%tE\:%eF4%;\E%%!1, 
1373450276Speter	invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[m, kbs=^H, 
1373550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, 
1373650276Speter	kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, 
1373750276Speter	kf7=\ES, 
1373850276Speter	oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1, 
1373950276Speter	op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=, 
1374050276Speter	rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m, 
1374150276Speter	setb=\E[=%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1%{3}%=%t5m%e%p1%{4}%=%t2m%e%p1%{5}%=%t6m%e%p1%{6}%=%t7m%e1m%;, 
1374250276Speter	setf=\E[<%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1%{3}%=%t5m%e%p1%{4}%=%t2m%e%p1%{5}%=%t6m%e%p1%{6}%=%t7m%e1m%;, 
1374350276Speter	sgr0=\E[=0;<1m\E[24;25;27m\017, smacs=^N, 
1374450276Speter	smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1374550276Speter	smul=\E[4m, tbc=\E[1g, 
1374650276Speter
1374750276Speter#### Teletype (tty)
1374850276Speter#
1374950276Speter# These are the hardcopy Teletypes from before AT&T bought the company,
1375050276Speter# clattering electromechanical dinosaurs in Bakelite cases that printed on
1375150276Speter# pulpy yellow roll paper.  If you remember these you go back a ways.
1375250276Speter# Teletype-branded VDTs are listed in the AT&T section.
1375350276Speter#
1375450276Speter# The earliest UNIXes were designed to use these clunkers; nroff and a few
1375550276Speter# other programs still default to emitting codes for the Model 37.
1375650276Speter#
1375750276Speter
1375850276Spetertty33|tty35|model 33 or 35 teletype, 
1375950276Speter	hc, os, xon, 
1376050276Speter	cols#72, 
1376150276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1376250276Spetertty37|model 37 teletype, 
1376362449Speter	OTbs, hc, os, xon, 
1376450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1376550276Speter	ind=^J, 
1376650276Speter
1376750276Speter# There are known to be at least three flavors of the tty40, all seem more
1376850276Speter# like IBM half duplex forms fillers than ASCII terminals.  They have lots of
1376950276Speter# awful braindamage, such as printing a visible newline indicator after each
1377050276Speter# newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
1377150276Speter# braindamaged but has hope and is described here.  The 40-4 is a 3270
1377250276Speter# lookalike and beyond hope.  The terminal has visible bell but I don't know
1377350276Speter# it - it's null here to prevent it from showing the BL character.
1377450276Speter# There is an \EG in <nl> because of a bug in old vi (if stty says you have
1377550276Speter# a "newline" style terminal (-crmode) vi figures all it needs is nl
1377650276Speter# to get crlf, even if <cr> is not ^M.)
1377750276Speter# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
1377850276Spetertty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2, 
1377962449Speter	OTbs, xon, 
1378050276Speter	cols#80, lines#24, 
1378150276Speter	clear=\EH$<20>\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, 
1378250276Speter	cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, 
1378350276Speter	ed=\EJ$<75>, home=\EH$<10>, ht=\E@$<10>, hts=\E1, 
1378450276Speter	ich1=\E\^$<50>, il1=\EL$<50>, ind=\ES$<20>, kbs=^], 
1378550276Speter	kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, 
1378650276Speter	rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, 
1378750276Spetertty43|model 43 teletype, 
1378862449Speter	OTbs, am, hc, os, xon, 
1378950276Speter	cols#132, 
1379050276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1379150276Speter
1379250276Speter#### Tymshare
1379350276Speter#
1379450276Speter
1379550276Speter# You can add <is2=\E<> to put this 40-column mode, though I can't
1379650276Speter# for the life of me think why anyone would want to.
1379750276Speterscanset|sc410|sc415|Tymshare Scan Set, 
1379850276Speter	am, bw, msgr, 
1379950276Speter	cols#80, lines#24, 
1380050276Speter	acsc=j%k4l<m-q\,x5, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, 
1380150276Speter	cud1=^J, cuf1=^I, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1380250276Speter	cuu1=^K, ed=\EJ, el=\EK, home=\EH, ind=^J, kcub1=\ED, 
1380350276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, mc0=\E;3, mc4=\E;0, 
1380450276Speter	mc5=\E;0, rc=^C, rmacs=^O, rs1=\E>, sc=^B, smacs=^N, 
1380550276Speter
1380650276Speter#### Volker-Craig (vc)
1380750276Speter#
1380850276Speter# If you saw a Byte Magazine cover with a terminal on it during the early
1380950276Speter# 1980s, it was probably one of these.  Carl Helmers liked them because
1381050276Speter# they could crank 19.2 and were cheap (that is, he liked them until he tried
1381150276Speter# to program one...)
1381250276Speter#
1381350276Speter
1381450276Speter# Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
1381550276Speter# every other linefeed.
1381650276Spetervc303|vc103|vc203|volker-craig 303, 
1381762449Speter	OTbs, OTns, am, 
1381850276Speter	cols#80, lines#24, 
1381950276Speter	bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1382050276Speter	cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, 
1382150276Speter	kcuu1=^N, ll=\017$<1>W, 
1382250276Spetervc303a|vc403a|volker-craig 303a, 
1382350276Speter	clear=\030$<40>, cuf1=^U, cuu1=^Z, el=\026$<20>, 
1382450276Speter	home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303, 
1382550276Speter# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
1382650276Spetervc404|volker-craig 404, 
1382762449Speter	OTbs, am, 
1382850276Speter	cols#80, lines#24, 
1382950276Speter	bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1383050276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1383150276Speter	ed=\027$<40>, el=\026$<20>, home=\031$<40>, ind=^J, 
1383250276Speter	kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, 
1383350276Spetervc404-s|volker-craig 404 w/standout mode, 
1383450276Speter	cud1=^J, rmso=^O, smso=^N, use=vc404, 
1383550276Speter# From: <wolfgang@cs.sfu.ca>
1383650276Speter# (vc414: merged in cup/dl1/home from an old vc414h-noxon)
1383750276Spetervc414|vc414h|Volker-Craig 414H in sane escape mode., 
1383862449Speter	OTbs, am, 
1383950276Speter	cols#80, lines#24, 
1384050276Speter	clear=\E\034$<40>, cud1=\E^K, cuf1=^P, 
1384150276Speter	cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3, 
1384250276Speter	dl1=\E\023$<40>, ed=\E^X, el=\E\017$<10/>, home=\E^R, 
1384350276Speter	ich1=\E\:, il1=\E\032$<40>, kcub1=^H, kcud1=\E^K, kcuf1=^P, 
1384450276Speter	kcuu1=\E^L, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, kf4=\EE, 
1384550276Speter	kf5=\EF, kf6=\EG, kf7=\EH, khome=\E^R, lf0=PF1, lf1=PF2, 
1384650276Speter	lf2=PF3, lf3=PF4, lf4=PF5, lf5=PF6, lf6=PF7, lf7=PF8, 
1384750276Speter	rmso=\E^_, smso=\E^Y, 
1384850276Spetervc415|volker-craig 415, 
1384950276Speter	clear=^L, use=vc404, 
1385050276Speter
1385150276Speter######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
1385250276Speter#
1385350276Speter
1385450276Speter#### IBM PC and clones
1385550276Speter#
1385650276Speter
1385750276Speter# The pcplot IBM-PC terminal emulation program is really messed up. It is
1385850276Speter# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
1385950276Speter# doesn't support scrolling regions, ignores add line commands, and ignores
1386050276Speter# delete line commands. Consequently, the resulting behavior looks like a
1386150276Speter# crude adm3a-type terminal.
1386250276Speter# Steve Jacobson 8/85
1386350276Speterpcplot|pc-plot terminal emulation program, 
1386450276Speter	xenl@, 
1386550276Speter	csr@, dl@, dl1@, il@, il1@, rc@, sc@, use=vt100, 
1386650276Speter# KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
1386750276Speter# I've found that my KayPro II, running MDM730, continues to emulate an
1386850276Speter# ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
1386950276Speter# system the following termcap entry works well:
1387050276Speter# I have noticed a couple of minor glitches, but nothing I can't work
1387150276Speter# around. (I added two capabilities from the BRL entry -- esr)
1387250276Speterkaypro|kaypro2|kaypro II, 
1387362449Speter	OTbs, am, 
1387450276Speter	cols#80, lines#24, 
1387550276Speter	bel=^G, clear=\032$<1/>, cr=^M, cud1=^J, cuf1=^L, 
1387650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER, ed=^W, 
1387750276Speter	el=^X, home=^^, il1=\EE, ind=^J, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1387850276Speter
1387950276Speter# From IBM, Thu May  5 19:35:27 1983
1388062449Speter# (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
1388150276Speteribm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), 
1388262449Speter	OTbs, am, 
1388350276Speter	cols#80, lines#24, 
1388450276Speter	bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, 
1388550276Speter	cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, 
1388650276Speter
1388750276Speteribmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX, 
1388862449Speter	OTbs, am, bw, eo, hs, km, msgr, ul, 
1388950276Speter	cols#80, it#8, lines#24, 
1389050276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1389150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
1389250276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1389350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1389450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
1389550276Speter	home=\E[H, hpa=\E[%i%p1%dG, ind=\E[S\E[B, 
1389650276Speter	indn=\E[%p1%dS\E[%p1%dB, invis=\E[30;40m, kbs=^H, 
1389750276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1389850276Speter	kdch1=\177, kend=\E[Y, kf1=\240, kf10=\251, kf2=\241, 
1389950276Speter	kf3=\242, kf4=\243, kf5=\244, kf6=\245, kf7=\246, kf8=\247, 
1390062449Speter	kf9=\250, khome=\E[H, kich1=\E[^H, knp=\E[U, kpp=\E[V, 
1390162449Speter	ll=\E[24;1H, nel=^M, rev=\E[7m, ri=\E[T\E[A, 
1390262449Speter	rin=\E[%p1%dT\E[%p1%dA, rmso=\E[m, rmul=\E[m, 
1390350276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1390450276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1390550276Speter
1390650276Speter#### Apple II
1390750276Speter#
1390850276Speter# Apple II firmware console first, then various 80-column cards and 
1390950276Speter# terminal emulators.  For two cents I'd toss all these in the UFO file
1391050276Speter# along with the 40-column apple entries.
1391150276Speter#
1391250276Speter
1391350276Speter# From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
1391450276Speter#	'it#8' tells UNIX that you have tabs every 8 columns.  This is a
1391550276Speter#		function of TIC, not the firmware.
1391650276Speter#	The clear key on a IIgs will do something like clear-screen, 
1391750276Speter#		depending on what you're in.
1391850276SpeterappleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface, 
1391962449Speter	OTbs, am, bw, eo, msgr, 
1392050276Speter	cols#80, it#8, lines#24, 
1392150276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1392250276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1392350276Speter	home=^Y, ht=^I, ind=^W, kbs=^H, kclr=^X, kcub1=^H, kcud1=^J, 
1392450276Speter	kcuf1=^U, kcuu1=^K, kdch1=\177, nel=^M^W, ri=^V, rmso=^N, 
1392550276Speter	smso=^O, 
1392650276Speter# Apple //e with 80-column card, entry from BRL
1392750276Speter# The modem interface is permitted to discard LF (maybe DC1), otherwise
1392850276Speter# passing characters to the 80-column firmware via COUT (PR#3 assumed).
1392950276Speter# Auto-wrap does not work right due to newline scrolling delay, which also
1393050276Speter# requires that you set "stty cr2".
1393150276Speter# Note: Cursor addressing is only available via the Pascal V1.1 entry,
1393250276Speter# not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
1393350276Speter# using a terminal emulation program instead of the built-in firmware.
1393450276Speterapple2e|Apple //e, 
1393550276Speter	bw, msgr, 
1393650276Speter	cols#80, lines#24, 
1393750276Speter	bel=^G, clear=\014$<100/>, cub1=^H, cud1=^J, cuu1=^_, 
1393850276Speter	ed=\013$<4*/>, el=\035$<4/>, home=^Y, ht=^I, ind=^W, 
1393950276Speter	is2=^R^N, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^K, 
1394050276Speter	nel=\r$<100/>, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1394150276Speter	smso=^O, 
1394250276Speter# mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
1394350276Speter# 4.20, with incoming and outgoing terminals both on 0, emulation On.
1394450276Speterapple2e-p|Apple //e via Pascal, 
1394550276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, kcub1=^H, 
1394662449Speter	kcud1=^J, use=apple2e, 
1394750276Speter# (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
1394850276Speter# Enable DC3/DC1 flow control with "stty ixon -ixany".
1394950276Speterapple-ae|ASCII Express, 
1395062449Speter	OTbs, am, bw, msgr, nxon, xon, 
1395150276Speter	cols#80, it#8, lines#24, 
1395250276Speter	bel=\007$<500/>, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1395350276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1395450276Speter	home=^Y, ind=^W, is2=^R^N, kclr=^X, kcub1=^H, kcud1=^J, 
1395550276Speter	kcuf1=^U, kcuu1=^K, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1395650276Speter	smso=^O, 
1395750276SpeterappleII|apple ii plus, 
1395862449Speter	OTbs, am, 
1395950276Speter	cols#80, it#8, lines#24, 
1396050276Speter	clear=^L, cnorm=^TC2, cub1=^H, cud1=^J, cuf1=^\, 
1396150276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, 
1396250276Speter	ed=^K, el=^], flash=\024G1$<200/>\024T1, home=\E^Y, ht=^I, 
1396350276Speter	is2=\024T1\016, kcud1=^J, kcuf1=^U, rmso=^N, sgr0=^N, 
1396450276Speter	smso=^O, 
1396550276Speter# Originally by Gary Ford 21NOV83
1396650276Speter# From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
1396750276Speterapple-80|apple II with smarterm 80 col, 
1396862449Speter	OTbs, am, bw, 
1396950276Speter	cols#80, lines#24, 
1397050276Speter	cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, 
1397150276Speter	cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, 
1397250276Speter	ed=\013$<10*/>, el=\035$<10/>, home=^Y, 
1397350276Speterapple-soroc|apple emulating soroc 120, 
1397450276Speter	am, 
1397550276Speter	cols#80, lines#24, 
1397650276Speter	bel=^G, clear=\E*$<300>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1397750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
1397850276Speter	home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1397950276Speter# From Peter Harrison, Computer Graphics Lab, San Francisco
1398050276Speter#   ucbvax!ucsfmis!harrison  .....uucp
1398150276Speter#   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
1398250276Speter# "These two work.  If you don't have the inverse video chip for the
1398350276Speter# Apple with videx then remove the :so: and :se: fields."
1398450276Speter# (apple-videx: this used to be called DaleApple -- esr)
1398550276Speterapple-videx|Apple with videx videoterm 80 column board with inverse video, 
1398662449Speter	OTbs, am, xenl, 
1398750276Speter	cols#80, it#8, lines#24, 
1398850276Speter	clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, 
1398950276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1399050276Speter	home=^Y, ht=^I, kcub1=^H, kcud1=^J, kcuf1=^U, khome=^Y, 
1399150276Speter	rmso=^Z2, sgr0=^Z2, smso=^Z3, 
1399250276Speter# My system [for reference] : Apple ][+, 64K, Ultraterm display card,
1399350276Speter#			      Apple Cat ][ 212 modem, + more all
1399450276Speter#			      controlled by ASCII Express: Pro.
1399550276Speter# From Dave Shaver <isucs1!shaver>
1399650276Speterapple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell, 
1399762449Speter	OTbs, am, eo, xt, 
1399850276Speter	cols#80, lines#24, 
1399950276Speter	acsc=, clear=^L, cuf1=^\, 
1400050276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1400150276Speter	flash=^W35^W06, home=^Y, 
1400250276Speter	is2=^V4^W06\017\rVisible Bell Installed.\016\r\n, 
1400350276Speter	rmso=^N, smso=^O, 
1400450276Speterapple-uterm|Ultraterm for Apple micros, 
1400562449Speter	OTbs, am, eo, xt, 
1400650276Speter	cols#80, lines#24, 
1400750276Speter	acsc=, clear=^L, cuf1=^\, 
1400850276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1400950276Speter	home=^Y, is2=^V4^W06\016, rmso=^N, smso=^O, 
1401050276Speter# from trwrba!bwong (Bradley W. Wong):
1401150276Speter#
1401250276Speter# This entry assumes that you are using an apple with the UCSD Pascal
1401350276Speter# language card.  SYSTEM.MISCINFO is assumed to be the same as that
1401450276Speter# supplied with the standard apple except that screenwidth should be set
1401550276Speter# using SETUP to 80 columns.  Note that the right arrow in not mapped in
1401650276Speter# this termcap entry.  This is because that key, on the Apple, transmits
1401750276Speter# a ^U and would thus preempt the more useful "up" function of vi.
1401850276Speter#
1401950276Speter# HMH 2/23/81
1402050276Speterapple80p|80-column apple with Pascal card, 
1402150276Speter	am, bw, 
1402250276Speter	cols#80, lines#24, 
1402350276Speter	clear=^Y^L, cuf1=^\\:, 
1402450276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1402550276Speter	home=^Y, kcub1=^H, 
1402650276Speter#
1402750276Speter# Apple II+ equipped with Videx 80 column card
1402850276Speter#
1402950276Speter# Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
1403050276Speter# manually converted by D A Gwyn
1403150276Speter#
1403250276Speter# DO NOT use any terminal emulation with this data base, it works directly
1403350276Speter# with the Videx card.  This has been tested with vi 1200 baud and works fine.
1403450276Speter#
1403550276Speter# This works great for vi, except I've noticed in pre-R2, ^U will scroll back
1403650276Speter# 1 screen, while in R2 ^U doesn't.
1403750276Speter# For inverse alternate character set add:
1403850276Speter#	<smacs>=^O:<rmacs>=^N:
1403950276Speter# (apple-v: added it#8 -- esr)
1404050276Speterapple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520), 
1404150276Speter	am, xenl, 
1404250276Speter	cols#80, it#8, lines#24, 
1404350276Speter	bel=\007$<100/>, clear=\014$<16*/>, cr=^M, cub1=^H, 
1404450276Speter	cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, 
1404550276Speter	cuu1=^_, ed=\013$<16*/>, el=^], home=^Y, ht=\011$<8/>, 
1404650276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1404750276Speter	khome=^Y, rmso=^Z2, smso=^Z3, 
1404850276Speterapple-videx3|vapple|Apple II with 80 col card, 
1404962449Speter	OTbs, am, 
1405050276Speter	cols#80, lines#24, 
1405150276Speter	clear=\Ev, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1405250276Speter	cuu1=\EA, el=\Ex, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1405350276Speter	kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E\s, kf4=\E!, 
1405450276Speter	kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%, kf9=\E&, khome=\EH, 
1405550276Speter#From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
1405650276Speteraepro|Apple II+ running ASCII Express Pro--vt52, 
1405762449Speter	OTbs, 
1405850276Speter	cols#80, lines#24, 
1405950276Speter	clear=\014$<300/>, cuf1=\EC, 
1406050276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1406150276Speter	el=\EK, home=\EH, 
1406250276Speter# UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
1406350276Speterapple-vm80|ap-vm80|apple with viewmax-80, 
1406462449Speter	OTbs, 
1406550276Speter	cols#80, lines#24, 
1406650276Speter	clear=\014$<300/>, cuf1=^\\:, 
1406750276Speter	cup=\036%p1%{32}%+%c%p2%{32}%+%c$<100/>, cuu1=^_, 
1406850276Speter	ed=\013$<300/>, el=^], home=\031$<200/>, 
1406950276Speter
1407050276Speter#### Apple Lisa & Macintosh
1407150276Speter#
1407250276Speter
1407350276Speter# (lisa: changed <cvvis> to <cnorm> -- esr)
1407450276Speterlisa|apple lisa console display (black on white), 
1407562449Speter	OTbs, am, eo, msgr, 
1407650276Speter	cols#88, it#8, lines#32, 
1407750276Speter	acsc=jdkclfmenbqattuvvuwsx`, civis=\E[5h, clear=^L, 
1407850276Speter	cnorm=\E[5l, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1407950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1408050276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
1408150276Speter	is2=\E>\E[m\014, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1408250276Speter	kcuf1=\E[C, kcuu1=\E[A, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
1408350276Speter	sgr0=\E[m, smacs=\E[11m, smso=\E[7m, smul=\E[4m, 
1408450276Speterliswb|apple lisa console display (white on black), 
1408550276Speter	is2=\E>\E[0;7m\014, rmso=\E[0;7m, rmul=\E[0;7m, 
1408650276Speter	smso=\E[m, smul=\E[4m, use=lisa, 
1408750276Speter
1408850276Speter# lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
1408950276Speter# <is2> revised by Ferd Brundick <fsbrn@BRL.ARPA>
1409050276Speter#
1409150276Speter# These entries assume that the 'Auto Wraparound' is enabled.
1409250276Speter# Xon-Xoff flow control should also be enabled.
1409350276Speter#
1409450276Speter# The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
1409550276Speter# settings are in non-volatile memory and don't need to be reset upon login.
1409650276Speter# Also setting the number of columns glitches the screen annoyingly.
1409750276Speter# You can type "reset" to get them set.
1409850276Speter#
1409950276Speterlisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation, 
1410062449Speter	OTbs, OTpt, am, xenl, xon, 
1410162449Speter	OTkn#4, cols#80, it#8, lines#24, vt#3, 
1410250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
1410350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1410450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1410550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1410650276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, 
1410750276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, kf1=\EOQ, 
1410850276Speter	kf2=\EOR, kf3=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, rc=\E8, 
1410950276Speter	rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1411050276Speter	rs1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r, 
1411150276Speter	sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1411250276Speter	tbc=\E[3g, 
1411350276Speter# Lisaterm in 132 column ("wide") mode.
1411450276Speterlisaterm-w|Apple Lisa with Lisaterm in 132 column mode, 
1411550276Speter	cols#132, 
1411650276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=lisaterm, 
1411750276Speter# Although MacTerminal has insert/delete line, it is commented out here
1411850276Speter# since it is much faster and cleaner to use the "lock scrolling region"
1411950276Speter# method of inserting and deleting lines due to the MacTerminal implementation.
1412050276Speter# Also, the "Insert/delete ch" strings have an extra character appended to them
1412150276Speter# due to a bug in MacTerminal V1.1.  Blink is disabled since it is not
1412250276Speter# supported by MacTerminal.
1412350276Spetermac|macintosh|Macintosh with MacTerminal, 
1412450276Speter	xenl, 
1412562449Speter	OTdN#30, 
1412650276Speter	blink@, dch1=\E[P$<7/>, ich1=\E[@$<9/>, ip=$<7/>, use=lisa, 
1412750276Speter# Lisaterm in 132 column ("wide") mode.
1412850276Spetermac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode, 
1412950276Speter	cols#132, use=mac, 
1413050276Speter
1413150276Speter#### Radio Shack/Tandy
1413250276Speter#
1413350276Speter
1413450276Speter# (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
1413550276Speter# I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
1413650276Speter# From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
1413750276Spetercoco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, 
1413862449Speter	OTbs, am, 
1413950276Speter	cols#80, it#8, lines#24, 
1414050276Speter	bel=^G, blink=^_", bold=\E\:^A, civis=^E\s, 
1414150276Speter	clear=\014$<5*/>, cnorm=^E!, cub1=^H, cud1=^J, cuf1=^F, 
1414250276Speter	cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, 
1414350276Speter	dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, 
1414450276Speter	kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#, 
1414550276Speter	sgr0=\037!\E\:\0, smso=^_\s, smul=^_", 
1414650276Speter# (trs2: removed obsolete ":nl=^_:" -- esr)
1414750276Spetertrs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, 
1414862449Speter	OTbs, am, msgr, 
1414950276Speter	cols#80, it#8, lines#24, 
1415050276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^_, cuf1=^], 
1415150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, 
1415250276Speter	el=^A, home=^F, ht=^I, il1=^D, ind=^J, kbs=^H, kcub1=^\, 
1415350276Speter	kcud1=^_, kcuf1=^], kcuu1=^^, rmso=^O, sgr0=^O, smso=^N, 
1415450276Speter# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
1415550276Speter# (This had extension capabilities
1415650276Speter#	:BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
1415750276Speter#	:CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
1415850276Speter# I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
1415950276Spetertrs16|trs-80 model 16 console, 
1416062449Speter	OTbs, am, 
1416150276Speter	cols#80, it#8, lines#24, 
1416250276Speter	acsc=jak`l_mbquvewcxs, bel=^G, civis=\ERc, clear=^L, 
1416350276Speter	cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1416450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1416550276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1416650276Speter	ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1416750276Speter	kf0=^A, kf1=^B, kf2=^D, kf3=^L, kf4=^U, kf5=^P, kf6=^N, kf7=^S, 
1416850276Speter	khome=^W, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, 
1416950276Speter	lf7=f8, mc4=\E]+, mc5=\E]=, rmacs=\ERg, rmso=\ER@, sgr0=\ER@, 
1417050276Speter	smacs=\ERG, smso=\ERD, 
1417150276Speter
1417250276Speter#### Atari ST
1417350276Speter#
1417450276Speter
1417550276Speter# From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
1417650276Speteratari|atari st, 
1417762449Speter	OTbs, am, 
1417850276Speter	cols#80, it#8, lines#25, 
1417950276Speter	clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
1418050276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1418150276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, kcub1=\ED, kcud1=\EB, 
1418250276Speter	kcuf1=\EC, kcuu1=\EA, ri=\EI, rmso=\Eq, sgr0=\Eq, smso=\Ep, 
1418350276Speter# UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
1418450276Speter# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
1418550276Speteruniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 
1418650276Speter	lines#49, 
1418762449Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, 
1418862449Speter	use=vt220, 
1418950276Speter# MiNT VT52 emulation. 80 columns, 25 rows.
1419050276Speter# MiNT is Now TOS, the operating system which comes with all Ataris now
1419150276Speter# (mainly Atari Falcon). This termcap is for the VT52 emulation you get
1419250276Speter# under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
1419350276Speter# From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
1419450276Speterst52|Atari ST with VT52 emulation, 
1419550276Speter	am, km, 
1419650276Speter	cols#80, lines#25, 
1419750276Speter	bel=^G, civis=\Ef, clear=\EH\EJ, cnorm=\Ee, cr=^M, cub1=\ED, 
1419850276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1419950276Speter	cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 
1420050276Speter	ind=^J, ka1=\E#7, ka3=\E#5, kb2=\E#9, kbs=^H, kc1=\E#1, 
1420150276Speter	kc3=\E#3, kclr=\E#7, kcub1=\E#K, kcud1=\E#P, kcuf1=\E#M, 
1420250276Speter	kcuu1=\E#H, kf0=\E#D, kf1=\E#;, kf2=\E#<, kf3=\E#=, kf4=\E#>, 
1420350276Speter	kf5=\E#?, kf6=\E#@, kf7=\E#A, kf8=\E#B, kf9=\E#C, khome=\E#G, 
1420450276Speter	kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=^M^J, rc=\Ek, 
1420550276Speter	ri=\EI, rmcup=, rmso=\Eq, rs1=\Ez_\Eb@\EcA, sc=\Ej, sgr0=\Eq, 
1420650276Speter	smcup=\Ee, smso=\Ep, 
1420750276Speter 
1420850276Speter#### Commodore Business Machines
1420950276Speter#
1421050276Speter# Formerly located in West Chester, PA; went spectacularly bust in 1994
1421150276Speter# after years of shaky engineering and egregious mismanagement.  Made one
1421250276Speter# really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
1421350276Speter# C-128, VIC-20).  The C-64 is said to have been the most popular machine
1421450276Speter# ever (most units sold); they can still be found gathering dust in closets
1421550276Speter# everywhere.
1421650276Speter#
1421750276Speter
1421850276Speter# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
1421950276Speter# Added a few more entries, converted caret-type control sequence (^x) entries
1422050276Speter# to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
1422162449Speter# Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
1422250276Speter#
1422350276Speter# :as:, :ae:			Support for alternate character sets.
1422450276Speter# :ve=\E[\040p:vi=\E[\060\040p:	cursor visible/invisible.
1422550276Speter# :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
1422650276Speter#     This one appears to fix a problem I always had with a line ending
1422750276Speter#     at 'width+1' (I think) followed by a blank line in vi. The blank
1422850276Speter#     line tended to disappear and reappear depending on how the screen
1422950276Speter#     was refreshed. Note that this is probably needed only if you use
1423050276Speter#     something like a Dnet Fterm with the window sized to some peculiar
1423150276Speter#     dimension larger than 80 columns.
1423250276Speter# :k0=\E9~:	map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
1423350276Speter# (amiga: removed obsolete :kn#10:,
1423450276Speter# also added empty <acsc> to suppress a warning --esr)
1423550276Speteramiga|Amiga ANSI, 
1423662449Speter	OTbs, am, bw, xenl, 
1423750276Speter	cols#80, lines#24, 
1423850276Speter	acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, 
1423950276Speter	civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, 
1424050276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
1424150276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1424250276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
1424350276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
1424450276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1424562449Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, 
1424662449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[9~, 
1424762449Speter	kf1=\E[0~, kf2=\E[1~, kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, 
1424862449Speter	kf6=\E[5~, kf7=\E[6~, kf8=\E[7~, kf9=\E[8~, rev=\E[7m, 
1424962449Speter	ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmso=\E[m, rmul=\E[m, 
1425062449Speter	rs1=\Ec, sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
1425150276Speter
1425250276Speter# From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
1425350276Speter# (amiga: added empty <acsc> to suppress a warning.
1425450276Speter# I'm told this entry screws up badly with AS225, the Amiga
1425550276Speter# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
1425650276Speteramiga-h|Hans Verkuil's Amiga ANSI, 
1425762449Speter	OTbs, bw, msgr, 
1425850276Speter	cols#80, lines#24, 
1425950276Speter	acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z, 
1426050276Speter	civis=\2330 p, clear=\233H\233J, cnorm=\233 p, cr=^M, 
1426150276Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
1426250276Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
1426350276Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
1426450276Speter	dim=\2332m, ech=\233%p1%dP, ed=\233J, el=\233K, flash=^G, 
1426550276Speter	home=\233H, ht=^I, ich=\233%p1%d@, ich1=\233@, ind=\233S, 
1426650276Speter	indn=\233%p1%dS, invis=\2338m, is2=\23320l, kbs=^H, 
1426750276Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
1426850276Speter	kdch1=\177, kf0=\2339~, kf1=\2330~, kf2=\2331~, kf3=\2332~, 
1426950276Speter	kf4=\2333~, kf5=\2334~, kf6=\2335~, kf7=\2336~, kf8=\2337~, 
1427050276Speter	kf9=\2338~, nel=\233B\r, rev=\2337m, ri=\233T, 
1427150276Speter	rin=\233%p1%dT, rmacs=^O, rmcup=\233?7h, rmso=\2330m, 
1427250276Speter	rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l, 
1427350276Speter	smso=\2337m, smul=\2334m, 
1427450276Speter
1427556639Speter# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
1427656639Speteramiga-8bit|Amiga ANSI using 8-bit controls, 
1427756639Speter	acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L, 
1427862449Speter	ind=\204, indn@, ri=\215, rin@, use=amiga-h, 
1427956639Speter
1428050276Speter# Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
1428150276Speter# 	I'm trying to write a termcap for a commodore b-128, and I'm
1428250276Speter# having a little trouble. I've had to map most of my control characters
1428350276Speter# to something that unix will accept (my delete-char is a ctrl-t, etc),
1428450276Speter# and create some functions (like cm), but thats life.
1428550276Speter# 	The problem is with the arrow keys - right, and up work fine, but
1428650276Speter# left deletes the previous character and down I just can't figure out.
1428750276Speter# Jove knows what I want, but I don't know what it's sending to me (it
1428850276Speter# isn't thats bound to next-line in jove).
1428950276Speter# 	Anybody got any ideas? Here's my termcap.
1429050276Speter# DAG -- I changed his "^n" entries to "\n"; see if that works.
1429150276Speter#
1429250276Spetercommodore|b-128|Commodore B-128 micro, 
1429350276Speter	am, bw, 
1429462449Speter	OTdN#20, cols#80, lines#24, pb#150, 
1429562449Speter	OTbc=^H, OTnl=^M, clear=\E\006$<10/>, cr=^M, cud1=^J, 
1429662449Speter	cuf1=^F, cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P, 
1429750276Speter	dch1=\177$<10*/>, dl1=\Ed$<10*/>, el=\Eq$<10/>, 
1429850276Speter	home=\E^E, ht=\011$<5/>, ich1=\E\n$<5/>, il1=\Ei$<10/>, 
1429950276Speter	kcub1=^B, kcud1=^J, kcuf1=^F, kcuu1=^P, khome=\E^E, rmir=, 
1430050276Speter	smir=, 
1430150276Speter
1430250276Speter#### North Star
1430350276Speter#
1430450276Speter# North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
1430550276Speternorthstar|North Star Advantage, 
1430662449Speter	OTbs, 
1430750276Speter	cols#80, lines#24, 
1430850276Speter	clear=\004$<200/>, 
1430950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1/>, ed=\017$<200/>, 
1431050276Speter	el=\016$<200/>, home=\034\032$<200/>, 
1431150276Speter
1431250276Speter#### Osborne
1431350276Speter#
1431450276Speter# Thu Jul  7 03:55:16 1983
1431550276Speter#	
1431650276Speter# As an aside, be careful; it may sound like an anomaly on the 
1431750276Speter# Osborne, but with the 80-column upgrade, it's too easy to 
1431850276Speter# enter lines >80 columns!
1431950276Speter#	
1432050276Speter# I've already had several comments...
1432150276Speter# The Osborne-1 with the 80-col option is capable of being 
1432250276Speter# 52, 80, or 104 characters wide; default to 80 for compatibility 
1432350276Speter# with most systems.
1432450276Speter#	
1432550276Speter# The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
1432650276Speterosborne-w|osborne1-w|osborne I in 104-column mode, 
1432750276Speter	msgr, ul, xt, 
1432850276Speter	cols#104, lines#24, 
1432950276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1433050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1433150276Speter	dl1=\ER, el=\ET, ich1=\EQ, il1=\EE, ind=^J, kcub1=^H, kcud1=^J, 
1433250276Speter	kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, 
1433350276Speter# Osborne I	from ptsfa!rhc (Robert Cohen) via BRL
1433450276Speterosborne|osborne1|osborne I in 80-column mode, 
1433562449Speter	OTbs, am, mir, msgr, ul, xhp, 
1433662449Speter	OTdB#4, cols#80, lines#24, 
1433750276Speter	clear=^Z, cub1=\010$<4>, cud1=^J, cuf1=^L, 
1433850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1433950276Speter	dch1=\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H, 
1434050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E), 
1434150276Speter	rmul=\Em, smir=\EQ, smso=\E(, smul=\El, 
1434250276Speter#
1434350276Speter# Osborne Executive definition from BRL
1434450276Speter# Similar to tvi920
1434550276Speter# Added by David Milligan and Tom Smith (SMU)
1434650276Speterosexec|Osborne executive, 
1434762449Speter	OTbs, am, 
1434862449Speter	OTug#1, cols#80, lines#24, xmc#1, 
1434962449Speter	OTnl=^J, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1435050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1435150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
1435250276Speter	is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
1435350276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
1435450276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
1435550276Speter	kf9=^AI\r, rmir=, rmso=\Ek, rmul=\Em, smir=, smso=\Ej, 
1435650276Speter	smul=\El, tbc=\E3, 
1435750276Speter
1435850276Speter#### Console types for obsolete UNIX clones
1435950276Speter#
1436050276Speter# Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
1436150276Speter# machines that tried to emulate the UNIX look'n'feel.  Coherent and Venix
1436250276Speter# were commercial, Minix an educational tool sold in conjunction with a book.
1436350276Speter# Memory-segmentation limits and a strong tendency to look like V7 long after
1436450276Speter# it was obsolete made all three pretty lame.  Venix croaked early.  Coherent
1436550276Speter# and Minix were ported to 32-bit Intel boxes, only to be run over by a
1436650276Speter# steamroller named `Linux' (which, to be fair, traces some lineage to Minix). 
1436750276Speter# Coherent's vendor, the Mark Williams Company, went belly-up in 1994.  There
1436850276Speter# are also, I'm told, Minix ports that ran on Amiga and Atari machines and
1436950276Speter# even as single processes under SunOS and the Macintosh OS.
1437050276Speter#
1437150276Speter
1437250276Speter# This is the entry provided with minix 1.7.4, with bogus :ri: removed.
1437350276Speterminix|minix console (v1.7), 
1437450276Speter	am, xenl, 
1437550276Speter	cols#80, it#8, lines#25, 
1437650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1437750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1437850276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1437950276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1438050276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1438150276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1438250276Speter	is2=\E[0m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1438350276Speter	kcuu1=\E[A, kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, 
1438450276Speter	kf5=\E[G, khome=\E[H, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +, 
1438550276Speter	lf4=Num -, lf5=Num 5, nel=^M^J, rev=\E[7m, ri=\EM, 
1438650276Speter	rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1438750276Speter# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
1438850276Speterminix-old|minix console (v1.5), 
1438950276Speter	xon, 
1439050276Speter	cols#80, it#8, lines#25, 
1439150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1439250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1439350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1439450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1439550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1439650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1439750276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1439850276Speter	kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, kf5=\E[G, 
1439950276Speter	khome=\E[H, nel=^M^J, rev=\E[7m, ri=\EM, rmso=\E[0m, 
1440050276Speter	rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1440150276Speter# The linewrap option can be specified by editing /usr/include/minix/config.h
1440250276Speter# before recompiling the minix 1.5 kernel.
1440350276Speterminix-old-am|minix console with linewrap, 
1440450276Speter	am, use=minix-old, 
1440550276Speter
1440650276Speterpc-minix|minix console on an Intel box, 
1440750276Speter	use=klone+acs, use=minix, 
1440850276Speter
1440950276Speter# According to the Coherent 2.3 manual, the PC console is similar
1441050276Speter# to a z19. The differences seem to be (1) 25 lines, (2) no status
1441150276Speter# line, (3) standout is broken, (4) ins/del line is broken, (5)
1441250276Speter# has blinking and bold.
1441350276Speterpc-coherent|pcz19|coherent|IBM PC console running Coherent, 
1441450276Speter	am, mir, 
1441550276Speter	cols#80, it#8, lines#25, 
1441650276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1441750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EN, 
1441850276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, 
1441950276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, ri=\EI, rmir=\EO, 
1442050276Speter	rmso=\Eq, sgr0=\Eq, smir=\E@, smso=\Ep, 
1442150276Speter
1442250276Speter# According to the Venix 1.1 manual, the PC console is similar
1442350276Speter# to a DEC vt52.  Differences seem to be (1) arrow keys send 
1442450276Speter# different strings, (2) enhanced standout, (3) added insert/delete line.
1442550276Speter# Note in particular that it doesn't have automatic margins.
1442650276Speter# There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
1442750276Speter# not described here because this derives from an old termcap entry.
1442850276Speterpc-venix|venix|IBM PC console running Venix, 
1442950276Speter	cols#80, it#8, lines#25, 
1443050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1443150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1443250276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\EK, 
1443350276Speter	kcud1=\EP, kcuf1=\EM, kcuu1=\EH, khome=\EG, ri=\EI, 
1443450276Speter
1443550276Speter#### Miscellaneous microcomputer consoles
1443650276Speter#
1443750276Speter# If you know anything more about any of these, please tell me.
1443850276Speter#
1443950276Speter
1444050276Speter# The MAI Basic Four computer was obsolete at the end of the 1980s.
1444150276Speter# It may be used as a terminal by putting it in "line" mode as seen on 
1444250276Speter# one of the status lines.
1444350276Speter# Initialization is similar to CIT80. <is2> will set ANSI mode for you.  
1444450276Speter# Hardware tabs set by <if> at 8-spacing.  Auto line wrap causes glitches so
1444550276Speter# wrap mode is reset by <cvvis>.  Using <ind>=\E[S caused errors so I 
1444650276Speter# used \ED instead.
1444750276Speter# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
1444850276Spetermai|basic4|MAI Basic Four in ansi mode, 
1444950276Speter	am, da, db, mir, msgr, 
1445050276Speter	cols#82, it#8, lines#25, 
1445150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=^]^_, cnorm=\E[?7h, 
1445250276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=^X, 
1445350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, cvvis=\E[?7l, dch1=\E[1P, 
1445450276Speter	dl1=\E[M, ed=^_, el=^^, home=^], ht=^I, 
1445550276Speter	if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, 
1445650276Speter	is2=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
1445750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1445850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
1445950276Speter	kf7=\EOV, kf8=\EOW, nel=^M\ED, rc=\E8, rev=\E[7m, ri=\E[T, 
1446050276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1446150276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1446250276Speter# basis from Peter Harrison, Computer Graphics Lab, San Francisco
1446350276Speter#   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
1446462449Speter#
1446562449Speter# On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
1446662449Speter# The Basis 108 was a Apple II clone, manufactured by the "Basis
1446762449Speter# Mikrocomputer GmbH" in Munster, Germany (the company still exists today,  
1446862449Speter# about 1,5 km from where I live, but doesn't build own computers any
1446962449Speter# more). A Basis 108 featured a really heavy (cast aluminium?) case, was
1447062449Speter# equipped with one or two 5.25" disk drives, had a monochrome and colour
1447162449Speter# video output for a TV set or a dedicated monitor and several slots for
1447262449Speter# Apple II cards. Basis 108 were quite popular at german schools before
1447362449Speter# the advent of the IBM PC. They run, for example, the UCSD Pascal
1447462449Speter# development system (which I used even in 1993 to program the steering
1447562449Speter# and data recording for our school's experimental solar panel :), Apple DOS
1447662449Speter# or CP/M.
1447750276Speter# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
1447850276Speterbasis|BASIS108 computer with terminal translation table active, 
1447950276Speter	clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, 
1448050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), sgr0=\E), 
1448162449Speter	smso=\E(, use=adm3a, 
1448250276Speter# luna's BMC terminal emulator
1448350276Speterluna|luna68k|LUNA68K Bitmap console, 
1448450276Speter	cols#88, lines#46, use=ansi-mini, 
1448550276Spetermegatek|pegasus workstation terminal emulator, 
1448650276Speter	am, os, 
1448750276Speter	cols#83, lines#60, 
1448850276Speter# The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived 
1448950276Speter# interface (pre-Macintosh by several years) that went nowhere.
1449050276Speterxerox820|x820|Xerox 820, 
1449150276Speter	am, 
1449250276Speter	cols#80, lines#24, 
1449350276Speter	bel=^G, clear=1^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1449450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^Q, el=^X, 
1449550276Speter	home=^^, ind=^J, 
1449650276Speter
1449750276Speter#### Videotex and teletext
1449850276Speter#
1449950276Speter
1450050276Speter# \E\:1}	switch to te'le'informatique mode (ascii terminal/ISO 6429)
1450150276Speter# \E[?3l	80 columns
1450250276Speter# \E[?4l	scrolling on
1450350276Speter# \E[12h	local echo off
1450450276Speter# \Ec		reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
1450550276Speter# \E)0		G1 DEC set (line graphics)
1450650276Speter#
1450750276Speter# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
1450850276Speterm2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique, 
1450962449Speter	OTbs, eslok, hs, xenl, 
1451050276Speter	cols#80, it#8, lines#24, wsl#72, xmc#0, 
1451150276Speter	acsc=aaffggjjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
1451250276Speter	blink=\E[5m, bold=\E[1m, civis=\E[<1h, clear=\E[H\E[J, 
1451350276Speter	cnorm=\E[<1l, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1451450276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1451550276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1451650276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1451750276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, flash=^G, fsl=^J, 
1451850276Speter	home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=^J, 
1451950276Speter	ip=$<7/>, is1=\E\:1}\Ec\E[?4l\E[12h, is2=\Ec\E[12h\E)0, 
1452050276Speter	is3=\E[?3l kbs=\010, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
1452150276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf0=\EOp, 
1452250276Speter	kf1=\EOq, kf10=\EOp, kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, 
1452350276Speter	kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khome=\E[H, 
1452450276Speter	kich1=\E[4h, kil1=\E[4l, knp=\EOn, kpp=\EOR, ll=\E[24;80H, 
1452550276Speter	mc0=\E[i, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rin=\EM, 
1452650276Speter	rmacs=^O, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1452750276Speter	rs1=\Ec\E[?4l\E[12h, rs2=\Ec\E)0, sc=\E7, sgr0=\E[m, 
1452850276Speter	smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A, 
1452950276Speter	u6=\E[%i%d;%dR, u7=\E[6n, 
1453050276Speter
1453150276Speter# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
1453250276Speter#
1453350276Speterminitel1|minitel 1, 
1453450276Speter	am, bw, eslok, hs, hz, msgr, 
1453550276Speter	colors#8, cols#40, lines#24, pairs#8, 
1453650276Speter	acsc=+.\,\,./f0g1, bel=^G, blink=\EH, civis=^T, clear=^L, 
1453750276Speter	cnorm=^Q, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1453850276Speter	cup=\037%p1%{65}%+%c%p2%{65}%+%c, cuu1=^K, el=^X, 
1453950276Speter	enacs=^Y, fsl=^J, home=^^, ind=^J, 
1454050276Speter	is2=\E;`ZQ\E\:iC\E\:iE\021, nel=^M^J, op=\EG, 
1454150276Speter	rep=%p1%c\022%p2%{63}%+%c, rev=\E], ri=^K, rmso=\E\\, 
1454250276Speter	setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;, 
1454350276Speter	sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;, 
1454450276Speter	sgr0=\EI\E\\, smso=\E], tsl=\037@%p1%{65}%+%c, 
1454550276Speter# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
1454650276Speterminitel1b|minitel 1-bistandard (in 40cols mode), 
1454750276Speter	mir, 
1454850276Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
1454950276Speter	cuu=\E[%p1%dA, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1455050276Speter	dl1=\E[M, ed=\E[J, el1=\E[1K, il=\E[%p1%dL, il1=\E[L, 
1455150276Speter	is1=\E;iYA\E;jYC, kclr=\E[2J, kctab=^I, kcub1=\E[D, 
1455250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
1455350276Speter	kel=^X, khome=\E[H, kich1=\E[4h, kil1=\E[L, rmir=\E[4l, 
1455462449Speter	smir=\E[4h, smkx=\E;iYA\E;jYC, use=minitel1, 
1455550276Speter# <rmkx> posait des problemes (logout en sortant de vi).
1455650276Speterminitel1b-80|minitel 1-bistandard (standard teleinformatique), 
1455750276Speter	am@, bw@, hz@, 
1455850276Speter	colors@, cols#80, it#8, pairs@, 
1455950276Speter	blink=\E[5m, bold=\E[1m, civis=\037@A\024\n, 
1456050276Speter	clear=\E[H\E[2J, cnorm=\037@A\021\n, cuf1=\E[C, 
1456150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1456250276Speter	ht=^I, ind=\ED, is1@, is2@, kent=\EOM, kf0=\EOp, kf1=\EOq, 
1456350276Speter	kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, kf6=\EOv, kf7=\EOw, 
1456450276Speter	kf8=\EOx, kf9=\EOy, nel=\EE, op@, rc=\E8, rep@, rev=\E[7m, 
1456550276Speter	ri=\EM, rmkx@, rmso=\E[27m, rmul=\E[24m, sc=\E7, setf@, 
1456650276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1456762449Speter	sgr0=\E[m, smkx@, smso=\E[7m, smul=\E[4m, use=minitel1b, 
1456850276Speter
1456950276Speter######## OBSOLETE VDT TYPES
1457050276Speter#
1457150276Speter# These terminals are *long* dead -- these entries are retained for
1457250276Speter# historical interest only.
1457350276Speter
1457450276Speter#### Amtek Business Machines
1457550276Speter#
1457650276Speter
1457750276Speter# (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
1457850276Speter# but these caps were commented out in 8.3; also, removed overridden
1457950276Speter# ":do=^J:" -- esr)
1458050276Speterabm80|amtek business machines 80, 
1458162449Speter	OTbs, am, bw, 
1458250276Speter	cols#80, lines#24, 
1458350276Speter	cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, 
1458450276Speter	cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, 
1458550276Speter	dl1=\E^S, ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, 
1458650276Speter
1458750276Speter#### Bell Labs blit terminals
1458850276Speter#
1458950276Speter# These were AT&T's official entries.  The 5620 FAQ maintained by 
1459050276Speter# David Breneman <daveb@dgtl.com> has this to say:
1459150276Speter#
1459250276Speter#  Actually, in the beginning was the Jerq, and the Jerq was white with a
1459350276Speter#  green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
1459450276Speter#  was good.  But lo, upon the horizon loomed a mighty management-type person
1459550276Speter#  (known now only by the initials VP) who said, the mighty Jerq must stay
1459650276Speter#  alone, and could not go forth into the world. So Locanthi and Pike put the
1459750276Speter#  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
1459850276Speter#  world. And the Jerq lived the rest of its days in research, but never
1459950276Speter#  strayed from those paths.
1460050276Speter#
1460150276Speter#  In all seriousness, the Blit was originally known as the Jerq, but when
1460250276Speter#  it started to be shown outside of the halls of the Bell Labs Research
1460350276Speter#  organization, the management powers that be decided that the name could
1460450276Speter#  not remain. So it was renamed to be Blit. This was in late 1981.
1460550276Speter#
1460650276Speter# (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
1460750276Speter# 730, and 730+.)
1460850276Speter#
1460950276Speter
1461050276Speterblit|jerq|blit running teletype rom, 
1461150276Speter	am, eo, ul, xon, 
1461250276Speter	cols#87, it#8, lines#72, 
1461350276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1461450276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1461550276Speter	dch=\Ee%p1%{32}%+%c, dch1=\Ee!, dl=\EE%p1%{32}%+%c, 
1461650276Speter	dl1=\EE!, el=\EK, ht=^I, ich=\Ef%p1%{32}%+%c, ich1=\Ef!, 
1461750276Speter	il=\EF%p1%{32}%+%c, il1=\EF!, ind=^J, kbs=^H, kcub1=\ED, 
1461850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ex, kf2=\Ey, kf3=\Ez, 
1461950276Speter
1462050276Speter# (cbblit: here's a BSD termcap that says <cud1=\EG> -- esr)
1462150276Spetercbblit|fixterm|blit running columbus code, 
1462250276Speter	cols#88, 
1462350276Speter	ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, 
1462450276Speter	rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, 
1462562449Speter	smul=\EU", use=blit, 
1462650276Speter
1462750276Speteroblit|ojerq|first version of blit rom, 
1462850276Speter	am, da, db, eo, mir, ul, xon, 
1462950276Speter	cols#88, it#8, lines#72, 
1463050276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1463150276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\EO, 
1463250276Speter	dl=\Ee%p1%{32}%+%c, dl1=\EE, ed=\EJ, el=\EK, flash=\E^G, 
1463350276Speter	ht=^I, il=\Ef%p1%{32}%+%c, il1=\EF, ind=^J, kbs=^H, rmir=\ER, 
1463450276Speter	smir=\EQ, 
1463550276Speter
1463650276Speter#### Bolt, Beranek & Newman (bbn)
1463750276Speter#
1463850276Speter# The BitGraph was a product of the now-defunct BBN Computer Corporation.
1463950276Speter# The parent company, best known as the architects of the Internet, is
1464050276Speter# still around.
1464150276Speter#
1464250276Speter# Jeff DelPapa <dp@world.std.com> writes:
1464350276Speter# The bitgraph was a large white box that contained a monochrome bitmap
1464450276Speter# display, and a 68000 to run it.  You could download code and run it on
1464550276Speter# the cpu, it had 128kb (I think) of memory.  I used one in the late
1464650276Speter# 70's, sure beat a vt100.  It had one strange feature tho -- it used
1464750276Speter# the cpu to bitblt pixels to scroll, it took longer than the refresh
1464850276Speter# rate, and looked like a rubber sheet stretching, then snapping
1464950276Speter# upwards.  It had everything the early mac had, except a floppy drive a
1465050276Speter# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
1465150276Speter# Beranek and Neuman) sold at most a few hundred of them to the real
1465250276Speter# world.  DOD may have bought more...
1465350276Speter# 
1465450276Speter
1465550276Speter# Entries for the BitGraph terminals.  The problem 
1465650276Speter# with scrolling in vi can only be fixed by getting BBN to put 
1465750276Speter# smarter scroll logic in the terminal or changing vi or padding 
1465850276Speter# scrolls with about 500 ms delay.
1465950276Speter#	
1466050276Speter# I always thought the problem was related to the terminal 
1466150276Speter# counting newlines in its input buffer before scrolling and 
1466250276Speter# then moving the screen that much. Then vi comes along and 
1466350276Speter# paints lines in on the bottom line of the screen, so you get 
1466450276Speter# this big white gap.
1466550276Speter
1466650276Speterbitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video), 
1466750276Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
1466850276Speter	use=bg2.0, 
1466950276Speterbg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video), 
1467050276Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
1467150276Speter	use=bg2.0, 
1467250276Speterbg2.0|bg3.10|bbn bitgraph 2.0 or later (no init), 
1467362449Speter	OTbs, xenl, 
1467450276Speter	cols#85, lines#64, 
1467550276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, 
1467650276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1467750276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[M$<2*>, 
1467850276Speter	ed=\E[J$<150>, el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, 
1467950276Speter	ind=\n$<280>, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1468050276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=PF1, 
1468150276Speter	lf2=PF2, lf3=PF3, lf4=PF4, rc=\E8, rmkx=\E>, rmso=\E[m, sc=\E7, 
1468250276Speter	sgr0=\E[m, smkx=\E=, smso=\E[7m, 
1468350276Speter
1468450276Speterbg1.25rv|bbn bitgraph 1.25 (reverse video), 
1468562449Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
1468662449Speter	use=bg1.25, 
1468750276Speterbg1.25nv|bbn bitgraph 1.25 (normal video), 
1468862449Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
1468962449Speter	use=bg1.25, 
1469050276Speter# (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
1469150276Speterbg1.25|bbn bitgraph 1.25, 
1469250276Speter	cols#85, lines#64, 
1469350276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, cub1=^H, cud1=\E[B, 
1469450276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, 
1469550276Speter	dl1=\E[M$<2*>, ed=\E[J$<150>, el=\E[K$<2>, ht=^I, 
1469650276Speter	il1=\E[L$<2*>, ind=\n$<280>, kcub1=\ED, kcud1=\EB, 
1469750276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\ES, 
1469850276Speter	lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, ll=\E[64;1H, rmam=\E[?7l, 
1469950276Speter	rmkx=\E>, rmso=\E[m, sgr0=\E[m, smam=\E[?7h, smkx=\E=, 
1470050276Speter	smso=\E[7m, 
1470150276Speter
1470262449Speter#### Bull (bq, dku, vip)
1470362449Speter#
1470462449Speter# (Adapted for terminfo; AIX extension capabilities translated -- esr)
1470562449Speter
1470662449Speter#============================================#
1470762449Speter# BULL QUESTAR 210 `SDP' terminals emulation #
1470862449Speter#============================================#
1470962449Speter#
1471062449Speter# Description written by R.K.Saunders (Bull Transac)
1471162449Speter#
1471262449Speter# Modifications written by F. Girard (Bull MTS)
1471362449Speter#		19-05-87 V02.00.01
1471462449Speter#		17-12-87 V02.00.02
1471562449Speter#		15-09-89 V02.00.05
1471662449Speter#
1471762449Speter#	Typical technical selections F1 (modes SDP/ROLL):
1471862449Speter# -------------------------------------------------------
1471962449Speter# |   01   02   03   04   05   06   07   08   09   10   |
1472062449Speter# |  1010 0011 1010 0110 0110 0001 0100 0000 0000 0000  |
1472162449Speter# |                                                     |
1472262449Speter# |   11   12   13   14   15   16   17   18   19   20   |
1472362449Speter# |  0000 0110 100? 0000 0000 0000 0001 0000 0000 0001  |
1472462449Speter# |                                                     |
1472562449Speter# |   21   22   23   24   25   26   27   28   29   30   |
1472662449Speter# |  0011 0000 0001 1000 0000 0000 0000 0000 0000 0000  |
1472762449Speter# |                                                     |
1472862449Speter# |   31   32   33   34   35   36   37   38   39   40   |
1472962449Speter# |  1010 0011 0000 0000 0000 0000 0000 0000 0000 0000  |
1473062449Speter# -------------------------------------------------------
1473162449Speter#	Typical firmware identification F5 "etat 6":
1473262449Speter#  P287.02.04b	(AZERTY)
1473362449Speter#  P297.11.04	(24-pin: 2732)	or P798.11.04	(28-pin: 2764)
1473462449Speter#  P298.03.03	(monochrome)	or P374.03.02	(colour)
1473562449Speter#
1473662449Speter#	SM SDP mode (VIP command):	^[[?=h
1473762449Speter#	RIS (erases screen):		^[c
1473862449Speter#	DMI disable keyboard:		^[`
1473962449Speter#	SM double rendition mode:	^[[?>h
1474062449Speter#	RM solicited status mode:	^[[5l
1474162449Speter#	RM character mode:		^[[>l
1474262449Speter#	RM echoplex mode:		^[[12l
1474362449Speter#	RM column tab mode:		^[[18l
1474462449Speter#	RM forbid SS2 keyboard mode:	^[[?<l
1474562449Speter#	SM scroll mode:			^[[=h
1474662449Speter#	FCF enable XON/XOFF:		^[P1s^[\
1474762449Speter#	MTL select end msg character:	^[[^Wp
1474862449Speter#	EMI enable keyboard:		^[b
1474962449Speter#	RIS retour etat initial:	^[c
1475062449Speter#	enable FC keypad:		^[[?<h,
1475162449Speter#	MPW map status line window:	^[PY99:98^[\
1475262449Speter#	SCP select status line:		^[[0;98v
1475362449Speter#	ED erase entire partition:	^[[2J
1475462449Speter#	SCP select main partition:	^[[v
1475562449Speter#	SM character insertion mode:	^[[4h
1475662449Speter#	RM character replacement mode:	^[[4l
1475762449Speter#	COO cursor on:			^[[r
1475862449Speter#	COO cursor off:			^[[1r
1475962449Speter#	SGR dim (turquoise) rev attr:	^[[2;7m
1476062449Speter#	SGR Data normal attr:		^[[m
1476162449Speter#	SO Line-graphic mode ON:	^N
1476262449Speter#	SI Line-graphic mode OFF:	^O
1476362449Speter#	MC start routing to printer:	^[[5i
1476462449Speter#	MC stop routing to printer:	^M^[[4i
1476562449Speter#
1476662449Speter
1476762449Speter# This entry covers the following terminals:
1476862449Speter# dku7102, tws2102, and tws models 2105 to 2112
1476962449Spetertws-generic|dku7102|Bull Questar tws terminals, 
1477062449Speter	am, eslok, hs, mir, msgr, xenl, xhp@, xon, 
1477162449Speter	cols#80, it#8, lines#24, wsl#80, 
1477262449Speter	acsc=``aaffggj)k\,l&m#n/ooppq*rrsst'u-v+w.x%yyzz{{||}}~~, 
1477362449Speter	bel=^G, blink=\E[0;5m, cbt=\E[Z, civis=\E[1r, clear=\E[2J, 
1477462449Speter	cnorm=\E[r, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
1477562449Speter	cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
1477662449Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1477762449Speter	dim=\E[0;2m, dl=\E[%p1%dM, dl1=\E[M, 
1477862449Speter	dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[v, ed=\E[J, el=\E[K, 
1477962449Speter	fsl=\E[v, home=\E[H, ht=\E[I, hts=\EH, il=\E[%p1%dL, 
1478062449Speter	il1=\E[L, ind=^J, invis=\E[0;8m, 
1478162449Speter	is1=\E[?=h\Ec\E`\E[?>h\EPY99\:98\E\\, 
1478262449Speter	is2=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p, 
1478362449Speter	is3=\Eb\E[?<h, kbs=^H, kcbt=\E[Z, kctab=\E[g, kcub1=\E[D, 
1478462449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
1478562449Speter	ked=\E[J, kel=\E[K, kf1=\E[1u\027, kf2=\E[2u\027, 
1478662449Speter	kf3=\E[3u\027, kf4=\E[4u\027, kf5=\E[5u\027, 
1478762449Speter	kf6=\E[6u\027, kf7=\E[7u\027, kf8=\E[8u\027, khome=\E[H, 
1478862449Speter	khts=\EH, kil1=\E[L, krmir=\E[4l, ll=\E[H\E[A, mc0=\E[0i, 
1478962449Speter	mc4=\r\E[4i, mc5=\E[5i, rev=\E[0;7m, rmacs=^O, 
1479062449Speter	rmcup=\E[0;98v\E[2J\E[v, rmir=\E[4l, rmso=\E[m, 
1479162449Speter	rmul=\E[m, rs2=\E[?=h\Ec, s0ds=^O, s1ds=^N, 
1479262449Speter	sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
1479362449Speter	sgr0=\E[m\017, smacs=^N, smcup=\E[?>h\EPY99\:98\E\\, 
1479462449Speter	smir=\E[4h, smso=\E[0;7m, smul=\E[0;4m, tbc=\E[2g, 
1479562449Speter	tsl=\EPY99\:98\E\\\E[0;98v\E[2;7m, 
1479662449Spetertws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA, 
1479762449Speter	dsl=\E[0;98v\E[2J\E[v, fsl=\E[v, is3=\Eb, tsl=\E[0;98v, 
1479862449Speter	use=tws-generic, 
1479962449Spetertws2103|xdku|BULL Questar tws2103, 
1480062449Speter	ht=^I, use=tws-generic, 
1480162449Spetertws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA, 
1480262449Speter	ht=^I, use=tws2102-sna, 
1480362449Speterdku7102-old|BULL Questar 200 DKU7102 (microcode version < 6), 
1480462449Speter	clear=\E[2J\E[H, cup@, dl@, dl1@, 
1480562449Speter	dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[H\E[v, el=\E[K\E[m, 
1480662449Speter	il@, il1@, tsl=\EPY99\:98\E\\\E[0;98v\E[H\E[2;7m, 
1480762449Speter	use=tws-generic, 
1480862449Speterdku7202|BULL Questar 200 DKU7202 (colour/character attributes), 
1480962449Speter	blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb, 
1481062449Speter	smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic, 
1481162449Speter
1481262449Speter#=========================================================#
1481362449Speter# BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
1481462449Speter#=========================================================#
1481562449Speter#
1481662449Speter# Description written by J. Staerck (BULL SA)
1481762449Speter#       Copyright (c) 1989 BULL SA
1481862449Speter#---------------------------------------------------------------------------
1481962449Speter#  This entry is used for terminals with vt320 emulation mode
1482062449Speter#  and following set-up : 
1482162449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1482262449Speter#    7 bit Control Characters, 
1482362449Speter#    80 columns screen.    
1482462449Speter#  Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
1482562449Speter#  They are used in string capabilities with vt220-320 emulation mode.
1482662449Speter#  In the following DEC definitions, two kinds of terminfo databases are
1482762449Speter#    provided :
1482862449Speter#    1. the first with Command Sequence Introducer starting with escape 
1482962449Speter#       sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
1483062449Speter#    2. the second with Command Sequence Introducer starting with escape 
1483162449Speter#       sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
1483262449Speter#	Soft Terminal Reset		esc [ ! p
1483362449Speter#	RIS (erases screen):		esc c
1483462449Speter#	DECKPNM numeric keypad mode:	esc >
1483562449Speter#	DECKPAM applic. keypad mode:	esc =
1483662449Speter#	DECSTBM Scrolling region:	esc [ r
1483762449Speter#	SCS select G0 = US:		esc ( B
1483862449Speter#	SCS select G1 = line-graphic:	esc ) 0
1483962449Speter#	Select 7-bit C1 controls:	esc sp F
1484062449Speter#	Select 8-bit C1 controls:	esc sp G
1484162449Speter#	Select cursor home:		esc [  H
1484262449Speter#	Select erase screen:		esc [  J
1484362449Speter#	SM KAM lock keyboard:		esc [ 2 h
1484462449Speter#	RM KAM unlock keyboard:		esc [ 2 l
1484562449Speter#	SM SRM local echo off:		esc [ 1 2 h
1484662449Speter#	RM SRM local echo on:		esc [ 1 2 l
1484762449Speter#	SM LNM New line :		esc [ 2 0 h
1484862449Speter#	RM LNM return = CR only:	esc [ 2 0 l
1484962449Speter#	SM DECCKM cursor keys mode:	esc [ ? 1 h
1485062449Speter#	RM DECCKM appli. keys mode:	esc [ ? 1 l
1485162449Speter#	SM DECANM ANSI mode on:		esc [ ? 2 h
1485262449Speter#	RM DECANM ANSI mode off:	esc [ ? 2 l
1485362449Speter#	SM DECCOLM 132-column screen:	esc [ ? 3 h
1485462449Speter#	RM DECCOLM 80-column screen:	esc [ ? 3 l
1485562449Speter#	SM DECSCLM Smooth scroll:	esc [ ? 4 h
1485662449Speter#	RM DECSCLM Jump scroll:		esc [ ? 4 l
1485762449Speter#	SM DECSCNM screen light backgr.	esc [ ? 5 h
1485862449Speter#	RM DECSCNM screen dark backgr.	esc [ ? 5 l
1485962449Speter#	SM DECOM move within margins:	esc [ ? 6 h
1486062449Speter#	RM DECOM move outside margins:	esc [ ? 6 l
1486162449Speter#	SM DECAWM auto right margin:	esc [ ? 7 h
1486262449Speter#	RM DECAWM auto right margin:	esc [ ? 7 l
1486362449Speter#	SM DECARM auto repeat:		esc [ ? 8 h
1486462449Speter#	RM DECARM auto repeat:		esc [ ? 8 l
1486562449Speter#	DECSASD Select active main:	esc [ 0 $ } 
1486662449Speter#	DECSASD Select active status:	esc [ 1 $ } 
1486762449Speter#	DECSSDT Select status none:	esc [ 0 $ ~ 
1486862449Speter#	DECSSDT Select status indic.:	esc [ 1 $ ~ 
1486962449Speter#	DECSSDT Select status host-wr:	esc [ 2 $ ~ 
1487062449Speter#	SM DECTCEM Visible cursor:	esc [ ? 2 5 h
1487162449Speter#	RM DECTCEM Invisible cursor:	esc [ ? 2 5 l
1487262449Speter#	SM DECNCRM 7 bits NCR set:	esc [ ? 4 2 h
1487362449Speter#	RM DECNCRM Multi or ISO latin:	esc [ ? 4 2 l
1487462449Speter#	SM DECNKM numeric keypad mode:	esc [ ? 6 6 h
1487562449Speter#	RM DECNKM numeric keypad appl.:	esc [ ? 6 6 l
1487662449Speter#	SM DECKBUM clavier informatique	esc [ ? 6 8 h
1487762449Speter#	RM DECKBUM clavier bureautique:	esc [ ? 6 8 l
1487862449Speter#	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 " p
1487962449Speter# or	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 ; 0 " p
1488062449Speter# or	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 ; 2 " p
1488162449Speter#	DECSCL vt300 mode 7-bit ctrl:	esc [ 6 3 ; 1 " p
1488262449Speter#	Char. and Line attributes:	esc [ Ps ... Ps m
1488362449Speter# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
1488462449Speter# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
1488562449Speter#
1488662449Speter
1488762449Speter# This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
1488862449Speterbq300|Bull vt320 ISO Latin 1 80 columns terminal, 
1488962449Speter	am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
1489062449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1489162449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1489262449Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1489362449Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
1489462449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1489562449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1489662449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1489762449Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1489862449Speter	dl1=\E[M, dsl=\E[1$}\E[2$~\n\E[0$}, ech=\E[%p1%dX, 
1489962449Speter	ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
1490062449Speter	flash=\E[?5h$<50>\E[?5l, fsl=\E[0$}, home=\E[H, ht=^I, 
1490162449Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1490262449Speter	is1=\E[63;1"p\E[2h, 
1490362449Speter	is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1490462449Speter	is3=\E[0$}\E[?25h\E[2l\E[H\E[J, ka1=\EOw, ka3=\EOy, 
1490562449Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
1490662449Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, 
1490762449Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1490862449Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1490962449Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
1491062449Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
1491162449Speter	khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1491262449Speter	krdo=\E[29~, kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 
1491362449Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1491462449Speter	ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[?7h, rmir=\E[4l, 
1491562449Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\E[!p, 
1491662449Speter	rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1491762449Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m%?%p9%t\E(0%e\E(B%;, 
1491862449Speter	sgr0=\E[0m\E(B, smacs=^N, smam=\E[?7h, 
1491962449Speter	smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m, 
1492062449Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[1$}\E[2$~, 
1492162449Speterbq300-rv|Bull vt320 reverse 80 columns, 
1492262449Speter	flash=\E[?5l$<50>\E[?5h, 
1492362449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1492462449Speter	use=bq300, 
1492562449Speterbq300-w|Bull vt320 132 columns, 
1492662449Speter	cols#132, wsl#132, 
1492762449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1492862449Speter	rs2=\E[?3h, use=bq300, 
1492962449Speterbq300-w-rv|Bull vt320 reverse mode 132 columns, 
1493062449Speter	cols#132, wsl#132, 
1493162449Speter	flash=\E[?5l$<50>\E[?5h, 
1493262449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1493362449Speter	rs2=\E[?3h, use=bq300, 
1493462449Speter
1493562449Speter#  This entry is used for terminals with vt320 emulation mode
1493662449Speter#  and following set-up : 
1493762449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1493862449Speter#    8 bit Control Characters, (CSI coded as x9B for ESC [)
1493962449Speter#    80 columns screen.    
1494062449Speter#	Soft Terminal Reset		csi ! p
1494162449Speter#	RIS (erases screen):		esc c
1494262449Speter#	DECKPNM numeric keypad mode:	esc >
1494362449Speter#	DECKPAM applic. keypad mode:	esc =
1494462449Speter#	DECSTBM Scrolling region:	esc [ r
1494562449Speter#	SCS select G0 = US:		esc ( B
1494662449Speter#	SCS select G1 = line-graphic:	esc ) 0
1494762449Speter#	Select 7-bit C1 controls:	esc sp F
1494862449Speter#	Select 8-bit C1 controls:	esc sp G
1494962449Speter#	Select cursor home:		csi H
1495062449Speter#	Select erase screen:		csi J
1495162449Speter#	SM KAM lock keyboard:		csi 2 h
1495262449Speter#	RM KAM unlock keyboard:		csi 2 l
1495362449Speter#	SM SRM local echo off:		csi 1 2 h
1495462449Speter#	RM SRM local echo on:		csi 1 2 l
1495562449Speter#	SM LNM New line :		csi 2 0 h
1495662449Speter#	RM LNM return = CR only:	csi 2 0 l
1495762449Speter#	SM DECCKM cursor keys mode:	csi ? 1 h
1495862449Speter#	RM DECCKM appli. keys mode:	csi ? 1 l
1495962449Speter#	SM DECANM ANSI mode on:		csi ? 2 h
1496062449Speter#	RM DECANM ANSI mode off:	csi ? 2 l
1496162449Speter#	SM DECCOLM 132-column screen:	csi ? 3 h
1496262449Speter#	RM DECCOLM 80-column screen:	csi ? 3 l
1496362449Speter#	SM DECSCLM Smooth scroll:	csi ? 4 h
1496462449Speter#	RM DECSCLM Jump scroll:		csi ? 4 l
1496562449Speter#	SM DECSCNM screen light backgr.	csi ? 5 h
1496662449Speter#	RM DECSCNM screen dark backgr.	csi ? 5 l
1496762449Speter#	SM DECOM move within margins:	csi ? 6 h
1496862449Speter#	RM DECOM move outside margins:	csi ? 6 l
1496962449Speter#	SM DECAWM auto right margin:	csi ? 7 h
1497062449Speter#	RM DECAWM auto right margin:	csi ? 7 l
1497162449Speter#	SM DECARM auto repeat:		csi ? 8 h
1497262449Speter#	RM DECARM auto repeat:		csi ? 8 l
1497362449Speter#	DECSASD Select active main:	csi 0 $ } 
1497462449Speter#	DECSASD Select active status:	csi 1 $ } 
1497562449Speter#	DECSSDT Select status none:	csi 0 $ ~ 
1497662449Speter#	DECSSDT Select status indic.:	csi 1 $ ~ 
1497762449Speter#	DECSSDT Select status host-wr:	csi 2 $ ~ 
1497862449Speter#	SM DECTCEM Visible cursor:	csi ? 2 5 h
1497962449Speter#	RM DECTCEM Invisible cursor:	csi ? 2 5 l
1498062449Speter#	SM DECNCRM 7 bits NCR set:	csi ? 4 2 h
1498162449Speter#	RM DECNCRM Multi or ISO latin:	csi ? 4 2 l
1498262449Speter#	DECSCL vt300 mode 8-bit ctrl:	csi 6 3 " p
1498362449Speter# or	DECSCL vt300 mode 8-bit ctrl:	csi 6 3 ; 0 " p
1498462449Speter#	DECSCL vt300 mode 7-bit ctrl:	csi 6 3 ; 1 " p
1498562449Speter#	Char. and Line attributes:	csi Ps ... Ps m
1498662449Speter# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
1498762449Speter# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
1498862449Speter# (bq300-8: <cub1>,<cuf1>,<cuu1>,<cud1>,<dl1>,<il1> to get under 1024 --esr)
1498962449Speterbq300-8|Bull vt320 full 8 bits 80 columns, 
1499062449Speter	am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
1499162449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1499262449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1499362449Speter	bel=^G, blink=\2335m, bold=\2331m, civis=\233?25l, 
1499462449Speter	clear=\233H\233J, cnorm=\233?25h, cr=^M, 
1499562449Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cud=\233%p1%dB, 
1499662449Speter	cuf=\233%p1%dC, cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, 
1499762449Speter	cvvis=\233?25h, dch=\233%p1%dP, dch1=\233P, 
1499862449Speter	dl=\233%p1%dM, dsl=\2331$}\2332$~\n\2330$}, 
1499962449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
1500062449Speter	enacs=\E(B\E)0, flash=\233?5h$<50>\233?5l, fsl=\2330$}, 
1500162449Speter	home=\233H, ht=^I, hts=\EH, ich=\233%p1%d@, il=\233%p1%dL, 
1500262449Speter	ind=\ED, is1=\E[63;2"p\E[2h, 
1500362449Speter	is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1500462449Speter	is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w, 
1500562449Speter	ka3=\217y, kb2=\217u, kbs=^H, kc1=\217q, kc3=\217s, 
1500662449Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
1500762449Speter	kdch1=\2333~, kf1=\217P, kf10=\23321~, kf11=\23323~, 
1500862449Speter	kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
1500962449Speter	kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
1501062449Speter	kf2=\217Q, kf20=\23334~, kf3=\217R, kf4=\217S, kf6=\23317~, 
1501162449Speter	kf7=\23318~, kf8=\23319~, kf9=\23320~, kfnd=\2331~, 
1501262449Speter	khlp=\23328~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
1501362449Speter	krdo=\23329~, kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3, 
1501462449Speter	lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, nel=\EE, rc=\E8, 
1501562449Speter	rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, rmcup=\233?7h, 
1501662449Speter	rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
1501762449Speter	rs1=\E[!p, rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1501862449Speter	sgr=\233%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m%?%p9%t\E(0%e\E(B%;, 
1501962449Speter	sgr0=\2330m\E(B, smacs=^N, smam=\233?7h, 
1502062449Speter	smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m, 
1502162449Speter	smul=\2334m, tbc=\2333g, tsl=\2331$}\2332$~, 
1502262449Speterbq300-8rv|Bull vt320 8-bit reverse mode 80 columns, 
1502362449Speter	flash=\233?5l$<50>\233?5h, 
1502462449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1502562449Speter	use=bq300-8, 
1502662449Speterbq300-8w|Bull vt320 8-bit 132 columns, 
1502762449Speter	cols#132, wsl#132, 
1502862449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1502962449Speter	rs2=\233?3h, use=bq300-8, 
1503062449Speterbq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns, 
1503162449Speter	cols#132, wsl#132, 
1503262449Speter	flash=\233?5l$<50>\233?5h, 
1503362449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1503462449Speter	rs2=\233?3h, use=bq300-8, 
1503562449Speter
1503662449Speter#  This entry is used for terminals with vt320 emulation mode
1503762449Speter#  a 102 keys keyboard (PC scancode !) and following set-up : 
1503862449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1503962449Speter#    7 bit Control Characters, 
1504062449Speter#    80 columns screen.    
1504162449Speterbq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns, 
1504262449Speter	kbs=^H, kdch1=\E[3~, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
1504362449Speter	kf11=\E[29~, kf12=\E[31~, kf13@, kf14@, kf15@, kf16@, kf17@, 
1504462449Speter	kf18@, kf19@, kf2=\E[18~, kf20@, kf3=\E[19~, kf4=\E[20~, 
1504562449Speter	kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
1504662449Speter	kfnd@, khlp@, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1504762449Speter	krdo@, kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300, 
1504862449Speterbq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns, 
1504962449Speter	flash=\E[?5l$<50>\E[?5h, 
1505062449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1505162449Speter	use=bq300-pc, 
1505262449Speterbq300-pc-w|Questar 303 with PC keyboard 132 columns terminal, 
1505362449Speter	cols#132, wsl#132, 
1505462449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1505562449Speter	rs2=\E[?3h, use=bq300-pc, 
1505662449Speterbq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns, 
1505762449Speter	cols#132, wsl#132, 
1505862449Speter	flash=\E[?5l$<50>\E[?5h, 
1505962449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1506062449Speter	rs2=\E[?3h, use=bq300-pc, 
1506162449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1506262449Speter#    8 bit Control Characters, 
1506362449Speter#    80 columns screen.    
1506462449Speterbq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns, 
1506562449Speter	kbs=^H, kdch1=\2333~, kend=\2334~, kf1=\23317~, 
1506662449Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13@, kf14@, 
1506762449Speter	kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\23318~, kf20@, 
1506862449Speter	kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
1506962449Speter	kf7=\23324~, kf8=\23325~, kf9=\23326~, kfnd@, khlp@, 
1507062449Speter	khome=\2331~, kich1=\2332~, knp=\2336~, kpp=\2335~, krdo@, 
1507162449Speter	kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300-8, 
1507262449Speterbq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns, 
1507362449Speter	flash=\E[?5l$<50>\E[?5h, 
1507462449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1507562449Speter	use=bq300-8-pc, 
1507662449Speterbq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns, 
1507762449Speter	cols#132, wsl#132, 
1507862449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1507962449Speter	rs2=\E[?3h, use=bq300-8-pc, 
1508062449Speterbq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns, 
1508162449Speter	cols#132, wsl#132, 
1508262449Speter	flash=\E[?5l$<50>\E[?5h, 
1508362449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1508462449Speter	rs2=\E[?3h, use=bq300-8-pc, 
1508562449Speter
1508662449Speter#======================================================#
1508762449Speter# BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
1508862449Speter#======================================================#
1508962449Speter
1509062449Speter# normal mode, 8 bits, 80 columns terminal.
1509162449Speter#	RES reset :			^[e
1509262449Speter#	RIS reset initial state:	^[c
1509362449Speter#	BLE bell enable			^[h
1509462449Speter#	BLD bell disable		^[g
1509562449Speter#	CAMS char. attr. mode set	^[[D
1509662449Speter#	CAMR char. attr. mode reset	^[[G
1509762449Speter#	CLR clear			^[`
1509862449Speter#	KBU keyboard unlock (set)	^[[W
1509962449Speter#	KBL keyboard lock (reset)	^[[X
1510062449Speter#	CM  character mode (async.) 	^[k
1510162449Speter#	NEP non echoplex mode (by host)	^[l
1510262449Speter#	EP  echoplex mode (by host) 	^[m
1510362449Speter#	IM  insert mode set		^[[I
1510462449Speter#	IM  insert mode reset 		^[[J
1510562449Speter#	RMS roll mode set 		^[r
1510662449Speter#	RMR roll mode reset 		^[q
1510762449Speter#	SM78 set mode vip7800	 	^[[1q
1510862449Speter#	SD  scroll up  	(72 lines) 	^[[0s
1510962449Speter#	SD  scroll down	(72 lines) 	^[[1s
1511062449Speter#	RBM block mode reset		^[[E
1511162449Speter#	SLS status line set 		^[w
1511262449Speter#	SLR status line reset 		^[v
1511362449Speter#	SLL status line lock 		^[O
1511462449Speter#	LGS Line-graphic mode set 	^[G
1511562449Speter#	LGR Line-graphic mode reset 	^[F
1511662449Speter#	TBC tab clear (at cursor pos.)	^[[g
1511762449Speter#	TBI tab initialize 		^[[N
1511862449Speter#	TBS tab set (at cursor pos.)	^[p
1511962449Speter#	PDS  print data space		^[[0p
1512062449Speter#	PHD  print host data 		^[[3p
1512162449Speter#	PDT  print data terminator	^[[<p
1512262449Speter#	PRES print adapter reset	^[[2p
1512362449Speter#	SSPR multi-part. reset		^[[<>u
1512462449Speter#	SSP0 partition 0 set		^[[00u
1512562449Speter#	SSP1 partition n format 1 	^[[PnPnSTRINGu
1512662449Speter#	SSP2 partition n format 2 	^[[PnPnSTRINGu
1512762449Speter#	SSP3 partition n format 3 	^[[PnPnu
1512862449Speter#	ATR attribute (visual)
1512962449Speter#	    blink :			^[sB
1513062449Speter#	    dim :			^[sL
1513162449Speter#	    hide (blank) :		^[sH
1513262449Speter#	    restore :			^[sR
1513362449Speter#	    inverse video :		^[sI
1513462449Speter#	    prot. :			^[sP
1513562449Speter#	    underline :			^[s_
1513662449Speter#	    reset :			^{
1513762449Speter#
1513862449Speter# This covers the vip7800 and BQ3155-vip7800
1513962449Spetervip|Bull Questar 3155-7800, 
1514062449Speter	am, eslok, hs, km, mc5i, msgr, xenl, xon, 
1514162449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1514262449Speter	acsc=0pjdkblamcnkqitgufvhwexj, bel=^G, blink=\EsB, 
1514362449Speter	cbt=\E[Z, clear=\E`, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1514462449Speter	cup=\E[%i%p1%03d%p2%03df, cuu1=\EA, dch1=\E[P, dim=\EsL, 
1514562449Speter	dl1=\E[M, dsl=\Ev, ed=\EJ, el=\EK, 
1514662449Speter	flash=\007$<80>\007$<80>\007, fsl=\EO, home=\EH, ht=^I, 
1514762449Speter	hts=\Ep, ich1=\E[I, ind=^J, invis=\EsH, 
1514862449Speter	is2=\E[00u\E[<>001001024080024080u\E[01u, 
1514962449Speter	is3=\Er\E[W\E`, kHOM=\EH, kLFT=\Eo, kRIT=\Eu, kbs=^H, 
1515062449Speter	kcbt=\E[Z, kclr=\E`, kctab=\E[g, kcub1=\ED, kcud1=\EB, 
1515162449Speter	kcuf1=\EC, kcuu1=\EA, kdch1=\E[P, kdl1=\E[M, ked=\EJ, 
1515262449Speter	kel=\EK, kf1=\E0, kf10=\ET, kf11=\E\\, kf12=\E\^, kf13@, kf14@, 
1515362449Speter	kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\E2, kf20@, kf21=\E1, 
1515462449Speter	kf22=\E5, kf23=\E7, kf24=\E9, kf25=\E;, kf26=\E=, kf27=\E?, 
1515562449Speter	kf28=\EQ, kf29=\ES, kf3=\E6, kf30=\EV, kf31=\E], kf32=\E_, 
1515662449Speter	kf4=\E8, kf5=\E\:, kf6=\E<, kf7=\E>, kf8=\EP, kf9=\ER, 
1515762449Speter	khome=\EH, khts=\Ep, kich1=\E[I, kil1=\E[L, kind=\E[0s, 
1515862449Speter	kll=\EH\EA, kri=\E[1s, krmir=\E[J, ktbc=\E[N, lf1=pf1, 
1515962449Speter	lf2=pf2, lf3=pf3, lf4=pf4, ll=\EH\EA, mc0=\E[0p, mc4=\E[<p, 
1516062449Speter	mc5=\E[3p, nel=^M, prot=\EsP, rev=\EsI, 
1516162449Speter	ri=\EA\EJ\EH\E[L$<10>, rmacs=\EF, rmir=\E[J, rmso=\EsR, 
1516262449Speter	rmul=\EsR, rs1=\Ec, rs2=\E[G, s0ds=\EF, s1ds=\EG, 
1516362449Speter	sgr0=\EsR\EsU\EF, smacs=\EG, smir=\E[I, smso=\EsI, 
1516462449Speter	smul=\Es_, tbc=\E[N, tsl=\Ew, 
1516562449Speter# normal screen, 8 bits, 132 columns terminal.
1516662449Spetervip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide, 
1516762449Speter	cols#132, wsl#132, 
1516862449Speter	is2=\E[00u\E[<>001001024132024132u\E[01u, use=vip, 
1516962449Spetervip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines, 
1517062449Speter	lines#72, 
1517162449Speter	is2=\E[00u\E[<>001001024080072080u\E[01u, use=vip, 
1517262449Spetervip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines, 
1517362449Speter	cols#132, lines#72, wsl#132, 
1517462449Speter	is2=\E[00u\E[<>001001024132072132u\E[01u, use=vip, 
1517562449Speter
1517650276Speter#### Chromatics
1517750276Speter#
1517850276Speter
1517950276Speter# I have put the long strings in <smcup>/<rmcup>. Ti sets up a window 
1518050276Speter# that is smaller than the screen, and puts up a warning message 
1518150276Speter# outside the window. Te erases the warning message, puts the 
1518250276Speter# window back to be the whole screen, and puts the cursor at just
1518350276Speter# below the small window. I defined <cnorm> and <civis> to really turn 
1518450276Speter# the cursor on and off, but I have taken this out since I don't 
1518550276Speter# like the cursor being turned off when vi exits.   
1518650276Spetercg7900|chromatics|chromatics 7900, 
1518750276Speter	am, 
1518850276Speter	cols#80, lines#40, 
1518950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^], 
1519050276Speter	cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2, 
1519150276Speter	ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|, 
1519250276Speter	rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,, 
1519350276Speter	rmso=\001C1\,\001c2\,, 
1519450276Speter	smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,, 
1519550276Speter	smso=\001C4\,\001c7\,, uc=\001\001_\001\0, 
1519650276Speter
1519750276Speter#### Computer Automation
1519850276Speter#
1519950276Speter
1520050276Speterca22851|computer automation 22851, 
1520150276Speter	am, 
1520250276Speter	cols#80, lines#24, 
1520350276Speter	bel=^G, clear=\014$<8>, cr=^M, cub1=^U, cud1=^J, cuf1=^I, 
1520450276Speter	cup=\002%i%p1%c%p2%c, cuu1=^V, ed=^\, el=^], home=^^, ind=^J, 
1520550276Speter	kcub1=^U, kcud1=^W, kcuu1=^V, khome=^^, 
1520650276Speter
1520750276Speter#### Cybernex
1520850276Speter#
1520950276Speter
1521050276Speter# This entry has correct padding and the undocumented "ri" capability
1521150276Spetercyb83|xl83|cybernex xl-83, 
1521262449Speter	OTbs, am, 
1521350276Speter	cols#80, lines#24, 
1521450276Speter	bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1521550276Speter	cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, 
1521650276Speter	ed=\020$<62>, el=\017$<3>, home=^K, ind=^J, kcub1=^H, 
1521750276Speter	kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, 
1521850276Speter# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
1521950276Spetercyb110|mdl110|cybernex mdl-110, 
1522062449Speter	OTbs, am, 
1522150276Speter	cols#80, lines#24, 
1522250276Speter	bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1522350276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1522450276Speter	dch1=\016A\036$<3.5>, dl1=\016A\016\036$<40>, 
1522550276Speter	ed=\016@\026$<6>, el=\016@\026$<145>, home=^Y, 
1522650276Speter	ht=\011$<43>, ich1=\016A\035$<3.5>, 
1522750276Speter	il1=\016A\016\035$<65>, ind=^J, rmso=^NG, smso=^NF, 
1522850276Speter
1522950276Speter#### Datapoint
1523050276Speter#
1523150276Speter# Datapoint is gone.  They used to be headquartered in Texas.
1523250276Speter# They created ARCnet, an Ethernet competitor that flourished for a while
1523350276Speter# in the early 1980s before 3COM got wise and cut its prices.  The service
1523450276Speter# side of Datapoint still lives (1995) in the form of Intelogic Trace.
1523550276Speter#
1523650276Speter
1523750276Speterdp3360|datapoint|datapoint 3360, 
1523862449Speter	OTbs, am, 
1523950276Speter	cols#82, lines#25, 
1524050276Speter	bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, 
1524150276Speter	ed=^_, el=^^, home=^], ind=^J, 
1524250276Speter
1524350276Speter# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
1524450276Speter# The Datapoint 8242 Workstation was sold at least between 1985 
1524550276Speter# and 1989. To make the terminal work with this entry, press 
1524650276Speter# CONTROL-INT-INT to take the terminal off-line, and type (opt). 
1524750276Speter# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO 
1524850276Speter# CR/LF off. Use control-shift-[] as escape key, control-I as tab, 
1524950276Speter# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
1525050276Speter# fact unusable because the strings sent by the terminal conflict
1525150276Speter# with other keys).
1525250276Speter# The terminal is capable of displaying "box draw" characters.
1525350276Speter# For each graphic character you must send 2 ESC's (\E\E) followed 
1525450276Speter# by a control character as follows: 
1525550276Speter#         character        meaning
1525650276Speter#         =========        =======
1525750276Speter#         ctrl-E           top tee
1525850276Speter#         ctrl-F           right tee
1525950276Speter#         ctrl-G           bottom tee
1526050276Speter#         ctrl-H           left tee
1526150276Speter#         ctrl-I           cross
1526250276Speter#         ctrl-J           top left corner
1526350276Speter#         ctrl-K           top right corner
1526450276Speter#         ctrl-L           bottom left corner
1526550276Speter#         ctrl-M           bottom right corner
1526650276Speter#         ctrl-N           horizontal line
1526750276Speter#         ctrl-O           vertical line
1526850276Speter# Unfortunately this cannot be fitted into the termcap/terminfo 
1526950276Speter# description scheme. 
1527050276Speterdp8242|datapoint 8242, 
1527150276Speter	msgr, 
1527250276Speter	cols#80, lines#25, 
1527350276Speter	bel=^G, civis=^Y, clear=\025\E\004\027\030, cnorm=^X, 
1527450276Speter	cr=^M, cub1=^H, cud1=^J, 
1527550276Speter	cup=\011%p2%'\0'%+%c%p1%'\0'%+%c, dl1=\E^Z, ed=^W, el=^V, 
1527650276Speter	home=^U, ht=^I, il1=\E^T, ind=^C, 
1527750276Speter	is1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1527850276Speter	kbs=^H, kcub1=^D, kcud1=^B, kcuf1=^F, kcuu1=^E, kf1=^G\Ee, 
1527950276Speter	kf10=\EK\Ea, kf2=^I\Ed, kf3=^J\Ec, kf4=^J\Eb, kf5=^S\Ea, 
1528050276Speter	kf6=\EO\Ee, kf7=\EN\Ed, kf8=\EM\Ec, kf9=\EL\Eb, nel=^M^J, 
1528150276Speter	rep=\E\023%p1%c%p2%c, ri=^K, rmso=\E^D, rmul=\E^D, 
1528250276Speter	rs1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1528350276Speter	smso=\E^E, smul=\E^F, 
1528450276Speter	wind=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025, 
1528550276Speter
1528650276Speter#### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
1528750276Speter#
1528850276Speter# These entries are DEC's official terminfos for its older terminals.
1528950276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
1529050276Speter# Engineering for more information.  Updated terminfos and termcaps 
1529150276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1529250276Speter#
1529350276Speter
1529450276Spetergt40|dec gt40, 
1529562449Speter	OTbs, os, 
1529650276Speter	cols#72, lines#30, 
1529750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1529850276Spetergt42|dec gt42, 
1529962449Speter	OTbs, os, 
1530050276Speter	cols#72, lines#40, 
1530150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1530250276Spetervt50|dec vt50, 
1530362449Speter	OTbs, 
1530450276Speter	cols#80, lines#12, 
1530550276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1530650276Speter	cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1530750276Spetervt50h|dec vt50h, 
1530862449Speter	OTbs, 
1530950276Speter	cols#80, lines#12, 
1531050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1531150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1531250276Speter	el=\EK, ht=^I, ind=^J, ri=\EI, 
1531350276Speter# (vt61: there's a BSD termcap that claims <dl1=\EPd>, <il1=\EPf.> <kbs=^H>)
1531450276Spetervt61|vt-61|vt61.5|dec vt61, 
1531550276Speter	cols#80, lines#24, 
1531650276Speter	bel=^G, clear=\EH\EJ$<120>, cr=\r$<20>, cub1=^H, cud1=^J, 
1531750276Speter	cuf1=\EC$<20>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, 
1531850276Speter	cuu1=\EA$<20>, ed=\EJ$<120>, el=\EK$<70>, ht=^I, 
1531950276Speter	ind=\n$<20>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1532050276Speter	ri=\E$<20>I, 
1532150276Speter
1532250276Speter# The gigi does standout with red!
1532350276Speter# (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
1532450276Spetergigi|vk100|dec gigi graphics terminal, 
1532562449Speter	OTbs, am, xenl, 
1532650276Speter	cols#84, lines#24, 
1532750276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1532850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1532950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1533050276Speter	el=\E[K, ht=^I, ind=^J, 
1533150276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h, 
1533250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1533350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1533450276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1533550276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7;31m, 
1533650276Speter	smul=\E[4m, 
1533750276Speter
1533850276Speter# DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
1533950276Speter# a PC differentiated from the IBM clones.  It was a total, ludicrous,
1534050276Speter# grossly-overpriced failure (among other things, DEC's OS didn't include
1534150276Speter# a format program, so you had to buy pre-formatted floppies from DEC at
1534250276Speter# a hefty premium!).
1534350276Speterpro350|decpro|dec pro console, 
1534462449Speter	OTbs, 
1534550276Speter	cols#80, it#8, lines#24, 
1534650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1534750276Speter	clear=\EH\EJ, cub1=^H, cud1=\EB, cuf1=\EC, 
1534850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1534950276Speter	el=\EK, home=\EH, ht=^I, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1535050276Speter	kcuu1=\EA, kf0=\EE, kf1=\EF, kf2=\EG, kf3=\EH, kf4=\EI, 
1535150276Speter	kf5=\EJ, kf6=\Ei, kf7=\Ej, khome=\EH, ri=\EI, rmacs=\EG, 
1535250276Speter	rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, 
1535350276Speter
1535450276Speterdw1|decwriter I, 
1535562449Speter	OTbs, hc, os, 
1535650276Speter	cols#72, 
1535750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1535850276Speterdw2|decwriter|dw|decwriter II, 
1535962449Speter	OTbs, hc, os, 
1536050276Speter	cols#132, 
1536150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1536250276Speter# \E(B		Use U.S. character set (otherwise # => british pound !)
1536350276Speter# \E[20l	Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
1536450276Speter# \E[w   	10 char/in pitch
1536550276Speter# \E[1;132	full width horizontal margins
1536650276Speter# \E[2g		clear all tab stops
1536750276Speter# \E[z		6 lines/in
1536850276Speter# \E[66t	66 lines/page (for \f)
1536950276Speter# \E[1;66r	full vertical page can be printed
1537050276Speter# \E[4g		clear vertical tab stops
1537150276Speter# \E>		disable alternate keypad mode (so it transmits numbers!)
1537250276Speter# \E[%i%p1%du	set tab stop at column %d (origin == 1)
1537350276Speter#		(Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
1537450276Speter#		a tab stop)
1537550276Speter#
1537650276Speter#       The dw3 does standout with wide characters.
1537750276Speter#
1537850276Speterdw3|la120|decwriter III, 
1537962449Speter	OTbs, hc, os, 
1538050276Speter	cols#132, 
1538150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, 
1538250276Speter	is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, 
1538350276Speter	is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, 
1538450276Speter	kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w, 
1538550276Speterdw4|decwriter IV, 
1538662449Speter	OTbs, am, hc, os, 
1538750276Speter	cols#132, 
1538850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, 
1538950276Speter	kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
1539050276Speter
1539150276Speter# These aren't official
1539250276Speterln03|dec ln03 laser printer, 
1539350276Speter	hc, 
1539450276Speter	cols#80, lines#66, 
1539550276Speter	bel=^G, cr=^M, cud1=^J, hd=\EK, ht=^I, hu=\EL, ind=^J, nel=^M^J, 
1539650276Speter	rmso=\E[22m, rmul=\E[24m, sgr0=\E[m, smso=\E[1m, 
1539750276Speter	smul=\E[4m, 
1539850276Speterln03-w|dec ln03 laser printer 132 cols, 
1539950276Speter	cols#132, 
1540050276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
1540162449Speter	kcud1=^J, nel=^M^J, use=ln03, 
1540250276Speter
1540350276Speter#### Delta Data (dd)
1540450276Speter#
1540550276Speter
1540650276Speter# Untested. The cup sequence is hairy enough that it probably needs work.
1540750276Speter# The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
1540850276Speter# There are BSD-derived termcap entries floating around for this puppy
1540950276Speter# that are *certainly* wrong.
1541050276Speterdelta|dd5000|delta data 5000, 
1541162449Speter	OTbs, am, 
1541250276Speter	cols#80, lines#27, 
1541350276Speter	bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, 
1541450276Speter	cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-%{57}%+%c, 
1541550276Speter	cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, 
1541650276Speter
1541750276Speter#### Digital Data Research (ddr)
1541850276Speter#
1541950276Speter
1542050276Speter# (ddr: I added <rmam>/<smam> based on the init string -- esr)
1542150276Speterddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, 
1542262449Speter	OTbs, am, xenl, 
1542350276Speter	cols#80, it#8, lines#24, vt#3, 
1542450276Speter	blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1542550276Speter	clear=\E[H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
1542650276Speter	cud1=^J, cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
1542750276Speter	cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
1542850276Speter	ht=^I, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, kbs=^H, 
1542950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1543050276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1543150276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, rmam=\E[7l, 
1543250276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m$<2/>, 
1543350276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1543450276Speter	sgr0=\E[m$<2/>, smam=\E[7l, smkx=\E[?1h\E=, smso=\E[7m, 
1543550276Speter	smul=\E[4m$<2/>, 
1543650276Speter
1543750276Speter#### Evans & Sutherland
1543850276Speter#
1543950276Speter
1544050276Speter# Jon Leech <leech@cs.unc.edu> tells us:
1544150276Speter# The ps300 was the Evans & Sutherland Picture System 300, a high
1544250276Speter# performance 3D vector graphics system with a bunch of specialized hardware.
1544350276Speter# Approximate date of release was 1982 (early 80s, anyway), and it had several
1544450276Speter# evolutions including (limited) color versions such as the PS330C. PS300s
1544550276Speter# were effectively obsolete by the late 80s, replaced by raster graphics
1544650276Speter# systems, although specialized applications like molecular modelling
1544750276Speter# hung onto them for a while longer.  AFAIK all E&S vector graphics systems
1544850276Speter# are out of production, though of course E&S is very much alive (in 1996).
1544950276Speter# (ps300: changed ":pt@:" to "it@" -- esr)
1545050276Speter#
1545150276Speterps300|Picture System 300, 
1545250276Speter	xt, 
1545350276Speter	it@, 
1545450276Speter	rmso@, rmul@, smso@, smul@, use=vt100, 
1545550276Speter
1545650276Speter#### General Electric (ge)
1545750276Speter#
1545850276Speter
1545950276Speterterminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, 
1546062449Speter	OTbs, hc, os, 
1546150276Speter	cols#120, 
1546250276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1546350276Speter
1546450276Speter#### Heathkit/Zenith
1546550276Speter#
1546650276Speter
1546750276Speter# Here is a description of the H19 DIP switches:
1546850276Speter#
1546950276Speter# S401
1547050276Speter# 0-3 = baud rate as follows:
1547150276Speter# 
1547250276Speter#         3       2       1       0
1547350276Speter#	---	---	---	--- 
1547450276Speter#         0       0       1       1       300 baud
1547550276Speter#         0       1       0       1       1200 baud
1547650276Speter#         1       0       0       0       2400 baud
1547750276Speter#         1       0       1       0       4800 baud
1547850276Speter#         1       1       0       0       9600 baud
1547950276Speter#         1       1       0       1       19.2K baud
1548050276Speter# 
1548150276Speter# 4 = parity (0 = no parity)
1548250276Speter# 5 = even parity (0 = odd parity)
1548350276Speter# 6 = stick parity (0 = normal parity)
1548450276Speter# 7 = full duplex (0 = half duplex)
1548550276Speter# 
1548650276Speter# S402 
1548750276Speter# 0 = block cursor (0 = underscore cursor)
1548850276Speter# 1 = no key click (0 = keyclick)
1548950276Speter# 2 = wrap at end of line (0 = no wrap)
1549050276Speter# 3 = auto LF on CR (0 = no LF on CR)
1549150276Speter# 4 = auto CR on LF (0 = no CR on LF)
1549250276Speter# 5 = ANSI mode (0 = VT52 mode)
1549350276Speter# 6 = keypad shifted (0 = keypad unshifted)
1549450276Speter# 7 = 50Hz refresh (1 = 60Hz refresh)
1549550276Speter# 
1549650276Speter# Factory Default settings are as follows:
1549750276Speter#          7 6 5 4 3 2 1 0
1549850276Speter# S401     1 0 0 0 1 1 0 0
1549950276Speter# S402     0 0 0 0 0 0 0 0
1550050276Speter# (h19: I added <rmam>/<smam> based on the init string;
1550150276Speter# also added empty <acsc> to suppress a tic warning -- esr)
1550250276Speterh19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode, 
1550362449Speter	OTbs, am, mir, msgr, 
1550450276Speter	cols#80, it#8, lines#24, 
1550550276Speter	acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, 
1550650276Speter	cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, 
1550750276Speter	cuu1=\E[1A, cvvis=\E[>4h, dch1=\E[1P, dl1=\E[1M$<1*>, 
1550850276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L$<1*>, ind=^J, 
1550950276Speter	is2=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h, 
1551050276Speter	kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A, 
1551150276Speter	kf1=\EOS, kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, 
1551250276Speter	kf7=\EOQ, kf8=\EOR, khome=\E[H, lf6=blue, lf7=red, lf8=white, 
1551350276Speter	ri=\EM, rmacs=\E[11m, rmam=\E[?7l, rmir=\E[4l, rmso=\E[m, 
1551450276Speter	smacs=\E[10m, smam=\E[?7h, smir=\E[4h, smso=\E[7m, 
1551550276Speterh19-bs|heathkit w/keypad shifted, 
1551650276Speter	rmkx=\Eu, smkx=\Et, use=h19-b, 
1551750276Speterh19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor, 
1551862449Speter	rmkx=\Eu, smkx=\Et, use=h19-u, 
1551950276Speter# (h19: merged in <ip> from BSDI hp19-e entry>;
1552050276Speter# also added empty <acsc> to suppress a tic warning --esr)
1552150276Speter# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998 
1552250276Speter# Tim tells us that:
1552350276Speter# I have an old Zenith-19 terminal at home that still gets a lot of use.
1552450276Speter# This terminal suffers from the same famous insert-mode padding lossage
1552550276Speter# that has been acknowledged for the Z29 terminal.  Emacs is nearly
1552650276Speter# unusable on this box, since even a half-scroll up or down the window
1552750276Speter# causes flaming terminal death.
1552850276Speter#   
1552950276Speter# On the Z19, the only way I have found around this problem is to remove
1553050276Speter# the :al: and :dl: entries entirely.  No amount of extra padding will
1553150276Speter# help (I have tried up to 20000).  Removing <il1=\EL$> and <dl1=\EM$>
1553250276Speter# makes Emacs a little slower, but it remains in the land of the living.
1553350276Speter# Big win.
1553450276Speterh19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, 
1553562449Speter	OTbs, am, eslok, hs, mir, msgr, 
1553650276Speter	cols#80, it#8, lines#24, 
1553750276Speter	acsc=, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, 
1553850276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1553950276Speter	cvvis=\Ex4, dch1=\EN, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, 
1554050276Speter	ht=^I, ind=^J, ip=<1.5/>, kbs=^H, kcub1=\ED, kcud1=\EB, 
1554150276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1554250276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, 
1554350276Speter	lf7=red, lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1554450276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1554550276Speter	tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, 
1554650276Speterh19-u|heathkit with underscore cursor, 
1554750276Speter	cnorm@, cvvis@, use=h19-b, 
1554850276Speterh19-g|h19g|heathkit w/block cursor, 
1554950276Speter	cnorm=\Ex4, use=h19-b, 
1555050276Speteralto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, 
1555150276Speter	lines#60, 
1555250276Speter	dl1=\EM, il1=\EL, use=h19, 
1555350276Speter
1555450276Speter# The major problem with the Z29 is that it requires more padding than the Z19.
1555550276Speter#
1555650276Speter# The problem with declaring an H19 to be synonymous with a Z29 is that
1555750276Speter# it needs more padding. It especially loses if a program attempts
1555850276Speter# to put the Z29 into insert mode and insert text at 9600 baud. It
1555950276Speter# even loses worse if the program attempts to insert tabs at 9600
1556050276Speter# baud. Adding padding to text that is inserted loses because in 
1556150276Speter# order to make the Z29 not die, one must add so much padding that
1556250276Speter# whenever the program tries to use insert mode, the effective 
1556350276Speter# rate is about 110 baud.
1556450276Speter# 
1556550276Speter# What program would want to put the terminal into insert mode 
1556650276Speter# and shove stuff at it at 9600 baud you ask?  
1556750276Speter# 
1556850276Speter# Emacs. Emacs seems to want to do the mathematically optimal 
1556950276Speter# thing in doing a redisplay rather than the practical thing.
1557050276Speter# When it is about to output a line on top of a line that is 
1557150276Speter# already on the screen, instead of just killing to the end of 
1557250276Speter# the line and outputting the new line, it compares the old line 
1557350276Speter# and the new line and if there are any similarities, it 
1557450276Speter# constructs the new line by deleting the text on the old line 
1557550276Speter# on the terminal that is already there and then inserting new
1557650276Speter# text into the line to transform it into the new line that is 
1557750276Speter# to be displayed. The Z29 does not react kindly to this.
1557850276Speter# 
1557950276Speter# But don't cry for too long.... There is a solution. You can make
1558050276Speter# a termcap entry for the Z29 that says the Z29 has no insert mode.
1558150276Speter# Then Emacs cannot use it. "Oh, no, but now inserting into a 
1558250276Speter# line will be really slow", you say. Well there is a sort of a
1558350276Speter# solution to that too. There is an insert character option on 
1558450276Speter# the Z29 that will insert one character. Unfortunately, it 
1558550276Speter# involves putting the terminal into ansi mode, inserting the 
1558650276Speter# character, and changing it back to H19 mode. All this takes 12 
1558750276Speter# characters. Pretty expensive to insert one character, but it 
1558850276Speter# works. Either Emacs doesn't try to use its inserting hack when 
1558950276Speter# it's only given an insert character ability or the Z29 doesn't 
1559050276Speter# require padding with this (the former is probably more likely, 
1559150276Speter# but I haven't checked it out).
1559250276Speter# (z29: added empty <acsc> to suppress a tic warning, merged in
1559350276Speter# status line capabilities from BRL entry --esr)
1559450276Speterz29|zenith29|z29b|zenith z29b, 
1559562449Speter	OTbs, OTpt, am, eslok, hs, mir, msgr, 
1559662449Speter	OTkn#10, cols#80, lines#24, 
1559762449Speter	OTbc=\ED, acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4, 
1559862449Speter	cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1559950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, 
1560050276Speter	cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1/>, dsl=\Ey1, 
1560150276Speter	ed=\EJ$<14>, el=\EK$<1>, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1560250276Speter	ich1=\E<\E[1@\E[?2h$<1>, il1=\EL$<1/>, ind=\n$<2>, 
1560350276Speter	is2=\E<\E[?2h\Ev, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1560450276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1560550276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
1560650276Speter	lf0=home, ri=\EI$<2/>, rmacs=\EF, rmir=\EO, rmso=\Eq, 
1560750276Speter	rmul=\Es0, smacs=\EG, smir=\E@, smso=\Ep, smul=\Es8, 
1560850276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1560950276Speter# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
1561050276Speter# the world is stable. <rs1> causes the terminal to be reset to the state
1561150276Speter# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
1561250276Speter# cursor, bc -> block cursor.
1561350276Speter# From: Mike Meyers
1561450276Speter# (z29a: replaced nonexistent <if=/usr/share/tabset/zenith29> befause <hts>
1561550276Speter# looks vt100-compatible -- esr)
1561650276Speterz29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode, 
1561762449Speter	OTbs, OTpt, am, eslok, hs, mir, msgr, 
1561862449Speter	OTkn#10, cols#80, it#8, lines#24, 
1561962449Speter	OTbc=\ED, bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J, 
1562062449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1562150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1562250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1562350276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1562450276Speter	dsl=\E[>1l, ed=\E[J, el=\E[K, fsl=\E[u\E[>5l, home=\E[H, 
1562550276Speter	ht=^I, hts=\EH, if=/usr/share/tabset/vt100, il=\E[%p1%dL, 
1562650276Speter	ind=\ED, kbs=^H, kclr=\E[J, kcub1=\EOD, kcud1=\EOB, 
1562750276Speter	kcuf1=\EOC, kcuu1=\EOA, ked=\E[J, kf0=\E[~, kf1=\EOS, 
1562850276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1562950276Speter	kf8=\EOR, kf9=\EOX, khome=\E[H, lf0=help, mc0=\E#7, 
1563050276Speter	nel=^M\ED, rc=\E[r, rev=\E[7m, ri=\EM, rmcup=\E[?7h, 
1563150276Speter	rmso=\E[m, rmul=\E[m, 
1563250276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m, 
1563350276Speter	sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m, 
1563450276Speter	tbc=\E[3g, tsl=\E[s\E[>5;1h\E[25;%i%dH\E[1K, 
1563550276Speterz29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor, 
1563650276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m, 
1563750276Speter	use=z29a, 
1563850276Speterz29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick, 
1563950276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m, 
1564050276Speter	use=z29a, 
1564150276Speterz29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick, 
1564250276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m, 
1564350276Speter	use=z29a, 
1564450276Speter# From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
1564550276Speterz39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode, 
1564650276Speter	am, eslok, hs, mc5i, mir, msgr, xon, 
1564750276Speter	cols#80, lines#24, 
1564850276Speter	acsc=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1564950276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h, 
1565050276Speter	clear=\E[2J\E[H, cnorm=\E[>5l, cr=^M, 
1565150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1565250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1565350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1565450276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1565550276Speter	dl1=\E[1M, dsl=\E[>1l, ed=\E[0J, el=\E[0K, el1=\E[1K, 
1565650276Speter	fsl=\E[u, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[1L, 
1565750276Speter	ind=^J, is2=\E<\E[>1;3;5;6;7l\E[0m\E[2J, ka1=\EOw, 
1565850276Speter	ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, 
1565950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ked=\E[J, kf1=\EOS, 
1566050276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1566150276Speter	kf8=\EOR, kf9=\EOX, khlp=\E[~, khome=\E[H, ll=\E[24;1H, 
1566250276Speter	mc0=\E[?19h\E[i, mc4=\E[4i, mc5=\E[5i, rc=\E[u, rev=\E[7m, 
1566350276Speter	rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m, 
1566450276Speter	rmul=\E[0m, rs2=\E<\Ec\0, sc=\E[s, sgr0=\E[0m, smacs=\E(0, 
1566550276Speter	smir=\E[4h, smkx=\E[>7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1566650276Speter	tsl=\E[s\E[>1h\E[25;%i%p1%dH, 
1566750276Speter
1566850276Speter# From: Brad Brahms <Brahms@USC-ECLC>
1566950276Speterz100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, 
1567062449Speter	cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, use=z100bw, 
1567150276Speter# (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
1567250276Speterz100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, 
1567362449Speter	OTbs, OTpt, mir, msgr, 
1567462449Speter	OTkn#10, cols#80, it#8, lines#24, 
1567550276Speter	acsc=, clear=\EE$<5*/>, cnorm=\Ey4, cub1=^H, cud1=\EB, 
1567650276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, 
1567750276Speter	cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, 
1567850276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL$<5*/>, kbs=^H, 
1567950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EJ, kf1=\ES, 
1568050276Speter	kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1568150276Speter	kf9=\EOI, khome=\EH, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1568250276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1568350276Speterp19|h19-b with il1/dl1, 
1568450276Speter	dl1=\EM$<2*/>, il1=\EL$<2*/>, use=h19-b, 
1568550276Speter# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
1568650276Speter# (ztx: removed duplicate :sr: -- esr)
1568750276Speterztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11, 
1568862449Speter	OTbs, am, eslok, hs, 
1568950276Speter	cols#80, it#8, lines#24, 
1569050276Speter	clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, 
1569150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1569250276Speter	dsl=\Ey1, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1569350276Speter	il1=\EL, is2=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>, 
1569450276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\ES, 
1569550276Speter	kf1=\EB, kf2=\EU, kf3=\EV, kf4=\EW, kf5=\EP, kf6=\EQ, kf7=\ER, 
1569650276Speter	ri=\EI, rmso=\Eq, rmul=\Eq, smso=\Es5, smul=\Es2, 
1569750276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1569850276Speter
1569950276Speter#### IMS International (ims)
1570050276Speter#
1570150276Speter# There was a company called IMS International located in Carson City, 
1570250276Speter# Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
1570350276Speter# bus/Z80 hardware and a line of terminals called Ultimas.  
1570450276Speter#
1570550276Speter
1570650276Speter# From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
1570750276Speterims950-b|bare ims950 no init string, 
1570850276Speter	is2@, use=ims950, 
1570950276Speter# (ims950: removed obsolete ":ko@:" -- esr)
1571050276Speterims950|ims televideo 950 emulation, 
1571150276Speter	xenl@, 
1571250276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1571362449Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950, 
1571450276Speter# (ims950-rv: removed obsolete ":ko@:" -- esr)
1571550276Speterims950-rv|ims tvi950 rev video, 
1571650276Speter	xenl@, 
1571750276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1571862449Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950-rv, 
1571950276Speterims-ansi|ultima2|ultimaII|IMS Ultima II, 
1572062449Speter	OTbs, am, 
1572150276Speter	cols#80, it#8, lines#24, 
1572250276Speter	clear=\E[H\E[2J, cub1=^H, cud1=\ED, 
1572350276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, 
1572450276Speter	ht=^I, if=/usr/share/tabset/vt100, 
1572550276Speter	is2=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r, kcub1=\E[D, 
1572650276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, ri=\EM, 
1572750276Speter	rmso=\E[m\E[1m, rmul=\E[m\E[1m, sgr0=\E[m, smso=\E[7m, 
1572850276Speter	smul=\E[4m, 
1572950276Speter
1573050276Speter#### Intertec Data Systems
1573150276Speter#
1573250276Speter# I think this company is long dead as of 1995.  They made an early CP/M
1573350276Speter# micro called the "Intertec Superbrain" that was moderately popular,
1573450276Speter# then sank out of sight.
1573550276Speter#
1573650276Speter
1573750276Spetersuperbrain|intertec superbrain, 
1573862449Speter	OTbs, am, bw, 
1573950276Speter	cols#80, lines#24, 
1574062449Speter	OTbc=^U, bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J, 
1574162449Speter	cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, 
1574250276Speter	ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, 
1574350276Speter	kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, 
1574450276Speter# (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>, 
1574550276Speter# rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
1574650276Speter# and the reverse is actually true.  Try it. -- esr)
1574750276Speterintertube|intertec|Intertec InterTube, 
1574862449Speter	OTbs, am, 
1574950276Speter	cols#80, lines#25, 
1575050276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1575150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, 
1575250276Speter	ind=^J, rmso=\E0@, smso=\E0P, 
1575350276Speter# The intertube 2 has the "full duplex" problem like the tek 4025: if you
1575450276Speter# are typing and a command comes in, the keystrokes you type get interspersed
1575550276Speter# with the command and it messes up
1575650276Speterintertube2|intertec data systems intertube 2, 
1575762449Speter	OTbs, 
1575850276Speter	cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
1575950276Speter	el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, 
1576062449Speter	ll=^K^X\r, vpa=\013%p1%c, use=intertube, 
1576150276Speter
1576250276Speter#### Ithaca Intersystems
1576350276Speter#
1576450276Speter# This company made S100-bus personal computers long ago in the pre-IBM-PC
1576550276Speter# past.  They used to be reachable at:
1576650276Speter#
1576750276Speter#	Ithaca Intersystems
1576850276Speter#	1650 Hanshaw Road
1576950276Speter#	Ithaca, New York 14850
1577050276Speter#
1577150276Speter# However, the outfit went bankrupt years ago.
1577250276Speter#
1577350276Speter
1577450276Speter# The Graphos III was a color graphics terminal from Ithaca Intersystems.
1577550276Speter# These entries were written (originally in termcap syntax) by Brian Yandell 
1577650276Speter# <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the 
1577750276Speter# University of Wisconsin.
1577850276Speter
1577950276Speter# (graphos: removed obsolete and syntactically incorrect :kn=4:, 
1578050276Speter# removed <if=/usr/share/tabset/init.graphos> and 
1578150276Speter# <rf=/usr/share/tabset/init.graphos> no such file & no <hts> -- esr)
1578250276Spetergraphos|graphos III, 
1578350276Speter	am, mir, 
1578450276Speter	cols#80, it#8, lines#24, 
1578550276Speter	clear=\E[H\E[2J, cnorm=\Ez56;2;0;0z\Ez73z\Ez4;1;1z, 
1578650276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1578750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1578850276Speter	cuu=\E[%p1%dA, cuu1=\E[A, 
1578950276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;24z, dch1=\E[P, dl=\E[%p1%dM, 
1579050276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
1579150276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1579250276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1579350276Speter	kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, rmdc=\E[4l, 
1579450276Speter	rmir=\E[4l, rmso=\E[m, sc=\E7, sgr0=\E[m, smdc=\E[4h, 
1579550276Speter	smir=\E[4h, smso=\E[7m, 
1579650276Spetergraphos-30|graphos III with 30 lines, 
1579750276Speter	lines#30, 
1579850276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;30z, use=graphos, 
1579950276Speter
1580050276Speter#### Modgraph
1580150276Speter#
1580250276Speter# These people used to be reachable at:
1580350276Speter#
1580450276Speter#	Modgraph, Inc
1580550276Speter#	1393 Main Street,
1580650276Speter#	Waltham, MA 02154
1580750276Speter#	Vox: (617)-890-5796.
1580850276Speter#
1580950276Speter# However, if you call that number today you'll get an insurance company.
1581050276Speter# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated 
1581150276Speter# 26 Feb 1997 that says:
1581250276Speter#
1581350276Speter# Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
1581450276Speter# for ~7 years.  Modgraph still in business.  Products are rugged laptop and
1581550276Speter# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
1581650276Speter# panel-mount etc).  I can be emailed at sonfour@aol.com
1581750276Speter#
1581850276Speter# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
1581950276Speter# dated 1984.  According to the manual, it featured Tek 4010/4014
1582050276Speter# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
1582150276Speter#
1582250276Speter
1582350276Spetermodgraph|mod24|modgraph terminal emulating vt100, 
1582450276Speter	xenl@, 
1582550276Speter	cols#80, lines#24, 
1582650276Speter	cvvis=\E\^9;0s\E\^7;1s, 
1582750276Speter	is2=\E\^9;0s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s, 
1582862449Speter	rf@, ri=\EM\E[K$<5/>, use=vt100, 
1582950276Speter# The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
1583050276Spetermodgraph2|modgraph gx-1000 80x24 with keypad not enabled, 
1583150276Speter	am, da, db, 
1583250276Speter	cols#80, it#8, lines#24, 
1583350276Speter	clear=\EH\EJ$<50/>, cub1=^H, cuf1=\EC$<2/>, 
1583450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>, cuu1=\EA$<2/>, 
1583550276Speter	ed=\EJ$<50/>, el=\EK$<3/>, ht=^I, 
1583650276Speter	is2=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1, 
1583750276Speter	ri=\EI$<5/>, 
1583850276Speter#
1583950276Speter# Modgraph from Nancy L. Cider <nancyc@brl-tbd>
1584050276Speter# BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
1584150276Speter# If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
1584250276Speter# mark and using delete-to-killbuffer work correctly.  However, we would
1584350276Speter# like normal mode of operation to be using a Modgraph with 48 line setting.
1584450276Speter# If we set TERM=mod (which is a valid entry in termcap with 48 lines)
1584550276Speter# the setting mark and delete-to-killbuffer results in the deletion of only
1584650276Speter# the line the mark is set on.
1584750276Speter# We've discovered that the delete-to-killbuffer works correctly
1584850276Speter# with TERM=mod and screen set to 80x48 but it's not obvious.  Only
1584950276Speter# the first line disappears but a ctrl-l shows that it did work
1585050276Speter# correctly.
1585150276Spetermodgraph48|mod|Modgraph w/48 lines, 
1585262449Speter	OTbs, OTpt, am, xenl, 
1585350276Speter	cols#80, it#8, lines#48, vt#3, 
1585462449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, 
1585562449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1585650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1585750276Speter	flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q, 
1585850276Speter	home=\E[H, ht=^I, is2=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h, 
1585950276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1586050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, 
1586150276Speter	ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1586250276Speter	rs1=\E=\E[0q\E>, sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, 
1586350276Speter	smso=\E[7m, smul=\E[4m, 
1586450276Speter
1586550276Speter#### Morrow Designs
1586650276Speter# 
1586750276Speter# This was George Morrow's company.  They started in the late 1970s making
1586850276Speter# S100-bus machines.  They used to be reachable at:
1586950276Speter#
1587050276Speter#        Morrow
1587150276Speter#        600 McCormick St.
1587250276Speter#        San Leandro, CA 94577
1587350276Speter#
1587450276Speter# but they're long gone now (1995).
1587550276Speter#
1587650276Speter
1587750276Speter# The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
1587850276Speter# Jeff's specimen was dated June 1984.
1587950276Speter# From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
1588050276Spetermt70|mt-70|Morrow MD-70; native Morrow mode, 
1588150276Speter	am, mir, msgr, xon, 
1588250276Speter	cols#80, it#8, lines#24, 
1588350276Speter	acsc=+z\,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI, bel=^G, 
1588450276Speter	cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, 
1588550276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, 
1588650276Speter	cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, 
1588750276Speter	flash=\EK1$<200>\EK0, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
1588850276Speter	ind=^J, invis@, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r, 
1588950276Speter	kclr=^An\r, kcub1=^AL\r, kcud1=^AK\r, kcuf1=^AM\r, 
1589050276Speter	kcuu1=^AJ\r, kdch1=\177, kf1=^A@\r, kf10=^AI\r, kf11=^A`\r, 
1589150276Speter	kf12=^Aa\r, kf13=^Ab\r, kf14=^Ac\r, kf15=^Ad\r, kf16=^Ae\r, 
1589250276Speter	kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, 
1589350276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1589450276Speter	kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, 
1589550276Speter	rmacs=\E%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E], smul=\EG1, 
1589662449Speter	tbc=\E0, use=adm+sgr, 
1589750276Speter
1589850276Speter#### Motorola
1589950276Speter#
1590050276Speter
1590150276Speter# Motorola EXORterm 155	from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
1590250276Speter# (Seth H Zirin)
1590350276Speterex155|Motorola Exorterm 155, 
1590462449Speter	OTbs, am, bw, 
1590562449Speter	OTkn#5, OTug#1, cols#80, lines#24, 
1590650276Speter	cbt=\E[, clear=\EX, cud1=\EB, cuf1=\ED, 
1590750276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, ed=\ET, el=\EU, 
1590850276Speter	home=\E@, ht=\EZ, kbs=^H, kcbt=\E[, kclr=\EX, kcub1=^H, 
1590950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, ked=\ET, kel=\EU, khome=\E@, 
1591050276Speter	rmso=\Ec\ED, rmul=\Eg\ED, smso=\Eb\ED, smul=\Ef\ED, 
1591150276Speter
1591250276Speter#### Omron
1591350276Speter#
1591450276Speter# This company is still around in 1995, manufacturing point-of-sale systems.
1591550276Speter
1591650276Speteromron|Omron 8025AG, 
1591762449Speter	OTbs, am, da, db, 
1591850276Speter	cols#80, lines#24, 
1591950276Speter	bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, 
1592050276Speter	cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, 
1592150276Speter	il1=\EL, ind=\ES, ri=\ET, rmso=\E4, smso=\Ef, 
1592250276Speter
1592350276Speter#### Ramtek
1592450276Speter#
1592550276Speter# Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
1592650276Speter# were competition for things like the Tektronics 4025.
1592750276Speter#
1592850276Speter
1592950276Speter# Ramtek 6221 from BRL, probably by Doug Gwyn
1593050276Speter# The following SET-UP modes are assumed for normal operation:
1593150276Speter#	UNDERLINE_CURSOR	ANSI_MODE	AUTO_XON/XOFF_ON
1593250276Speter#	NEWLINE_OFF		80_COLUMNS
1593350276Speter# Other SET-UP modes may be set for operator convenience or communication
1593450276Speter# requirements; I recommend
1593550276Speter#	SMOOTH_SCROLL	AUTO_REPEAT_ON	3_#_SHIFTED	WRAP_AROUND_ON
1593650276Speter# Hardware tabs are assumed to be every 8 columns; they can be set up by the
1593750276Speter# "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
1593850276Speter# Note that the Control-E key is useless on this brain-damaged terminal.  No
1593950276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1594050276Speterrt6221|Ramtek 6221 80x24, 
1594162449Speter	OTbs, OTpt, msgr, xon, 
1594262449Speter	OTkn#4, cols#80, it#8, lines#24, vt#3, 
1594350276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l, 
1594450276Speter	clear=\E[1;1H\E[J, cnorm=\E[>5h\E[>9h, cr=^M, 
1594550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1594650276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
1594750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
1594850276Speter	cvvis=\E[>7h\E[>9l, ed=\E[J, el=\E[K, home=\E[1;1H, ht=^I, 
1594950276Speter	hts=\EH, ind=^J, is2=\E)0, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1595050276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\EOP, kf1=\EOQ, kf2=\EOR, 
1595150276Speter	kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24;1H, 
1595250276Speter	nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E>, 
1595350276Speter	rmso=\E[m, rmul=\E[m, 
1595450276Speter	rs1=\E[1w\E[>37m\E[>39m\E[1v\E[20l\E[?3l\E[?6l\E[>5h\E[>6h\E[>7h\E[>8l\E[>9h\E[>10l\E[1;24r\E[m\E[q\E(B\017\E)0\E#5\E>, 
1595550276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m, 
1595650276Speter	smul=\E[4m, tbc=\E[3g, 
1595750276Speter# [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
1595850276Speterrt6221-w|Ramtek 6221 160x48, 
1595950276Speter	cols#160, lines#48, 
1596050276Speter	ll=\E[48;1H, use=rt6221, 
1596150276Speter
1596250276Speter#### RCA
1596350276Speter#
1596450276Speter
1596550276Speter# RCA VP3301 or VP3501
1596650276Speterrca|rca vp3301/vp3501, 
1596762449Speter	OTbs, 
1596850276Speter	cols#40, lines#24, 
1596950276Speter	clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1597050276Speter	cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1, 
1597150276Speter
1597250276Speter
1597350276Speter#### Selanar
1597450276Speter#
1597550276Speter
1597650276Speter# Selanar HiREZ-100 from BRL, probably by Doug Gwyn
1597750276Speter# The following SET-UP modes are assumed for normal operation:
1597850276Speter#	SET_DEFAULT_TABS	48_LINES		80_COLUMNS
1597950276Speter#	ONLINE			ANSI			CURSOR_VISIBLE
1598050276Speter#	VT102_AUTO_WRAP_ON	VT102_NEWLINE_OFF	VT102_MONITOR_MODE_OFF
1598150276Speter#	LOCAL_ECHO_OFF		US_CHAR_SET		WPS_TERMINAL_DISABLED
1598250276Speter#	CPU_AUTO_XON/XOFF_ENABLED			PRINT_FULL_SCREEN
1598350276Speter# For use with graphics software, all graphics modes should be set to factory
1598450276Speter# default.  Other SET-UP modes may be set for operator convenience or
1598550276Speter# communication requirements.  No delays are specified; use "stty ixon -ixany"
1598650276Speter# to enable DC3/DC1 flow control!
1598750276Speter# I commented out the scrolling capabilities since they are too slow.
1598850276Speterhirez100|Selanar HiREZ-100, 
1598962449Speter	OTbs, OTpt, mir, msgr, xon, 
1599062449Speter	OTkn#4, cols#80, it#8, lines#48, vt#3, 
1599150276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1599250276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1599350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1599450276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, 
1599550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1599650276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, is2=\E<\E)0, kbs=^H, 
1599750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, 
1599850276Speter	kf1=\EOQ, kf2=\EOR, kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, 
1599950276Speter	lf3=PF4, ll=\E[48H, mc0=\E[i, mc4=\E[4i\E[?4i, 
1600050276Speter	mc5=\E[?5i\E[5i, nel=\EE, rc=\E8, rev=\E[7m, rmacs=^O, 
1600150276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1600250276Speter	rs1=\030\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;19l\E[r\E[m\E(B\017\E)0\E>, 
1600350276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m, 
1600450276Speter	smul=\E[4m, tbc=\E[3g, 
1600550276Speterhirez100-w|Selanar HiREZ-100 in 132-column mode, 
1600650276Speter	cols#132, use=hirez100, 
1600750276Speter
1600850276Speter#### Signetics
1600950276Speter#
1601050276Speter
1601150276Speter# From University of Wisconsin
1601250276Spetervsc|Signetics Vsc Video driver by RMC, 
1601350276Speter	am, msgr, 
1601450276Speter	cols#80, it#8, lines#26, 
1601550276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1601650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1601750276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rev=^_\s, 
1601850276Speter	rmso=^_!, rmul=^_#, sgr0=^_!, smso=^_\s, smul=^_", 
1601950276Speter
1602050276Speter#### Soroc
1602150276Speter#
1602250276Speter# Alan Frisbie <frisbie@flying-disk.com> writes:
1602350276Speter#
1602450276Speter# As you may recall, the Soroc logo consisted of their name,
1602550276Speter# with the letter "S" superimposed over an odd design.   This
1602650276Speter# consisted of a circle with a slightly smaller 15 degree (approx.)
1602750276Speter# wedge with rounded corners inside it.   The color was sort of
1602850276Speter# a metallic gold/yellow.
1602950276Speter# 
1603050276Speter# If I had been more of a beer drinker it might have been obvious
1603150276Speter# to me, but it took a clue from their service department to make
1603250276Speter# me exclaim, "Of course!"   The circular object was the top of
1603350276Speter# a beer can (the old removable pop-top style) and "Soroc" was an
1603450276Speter# anagram for "Coors".
1603550276Speter# 
1603650276Speter# I can just imagine the founders of the company sitting around
1603750276Speter# one evening, tossing back a few and trying to decide what to
1603850276Speter# call their new company and what to use for a logo.
1603950276Speter# 
1604050276Speter
1604150276Speter# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
1604250276Spetersoroc120|iq120|soroc|soroc iq120, 
1604350276Speter	clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, 
1604462449Speter	kcuf1=^L, kcuu1=^K, use=adm3a, 
1604550276Spetersoroc140|iq140|soroc iq140, 
1604662449Speter	OTbs, am, mir, 
1604750276Speter	cols#80, lines#24, 
1604850276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1604950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, 
1605050276Speter	dl1=\Er$<.7*>, ed=\Ey, el=\Et, home=^^, il1=\Ee$<1*>, ind=^J, 
1605150276Speter	kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, 
1605250276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1605350276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ll=^^^K, rmir=\E8, 
1605450276Speter	rmso=\E\177, rmul=\E^A, smir=\E9, smso=\E\177, smul=\E^A, 
1605550276Speter
1605650276Speter#### Southwest Technical Products
1605750276Speter#
1605850276Speter# These guys made an early personal micro called the M6800.  
1605950276Speter# The ct82 was probably its console terminal.
1606050276Speter#
1606150276Speter
1606250276Speter# (swtp: removed obsolete ":bc=^D:" -- esr)
1606350276Speterswtp|ct82|southwest technical products ct82, 
1606450276Speter	am, 
1606550276Speter	cols#82, lines#20, 
1606650276Speter	bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S, 
1606750276Speter	cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F, 
1606850276Speter	home=^P, ich1=^\^X, il1=^\^Y, ind=^N, 
1606950276Speter	is2=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011, 
1607050276Speter	ll=^C, ri=^O, rmso=^^^F, smso=^^^V, 
1607150276Speter
1607250276Speter#### Synertek
1607350276Speter#
1607450276Speter# Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
1607550276Speter#
1607650276Speter# Synertek used to make ICs, various 6502-based single-board process
1607750276Speter# control and hobbyist computers, and assorted peripherals including a
1607850276Speter# series of small inexpensive terminals (I think they were one of the
1607950276Speter# first to have a "terminal-on-a-keyboard", where the terminal itself
1608050276Speter# was only slightly larger than the keyboard).
1608150276Speter#
1608250276Speter# They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
1608350276Speter# was a 40x24 terminal that could connect to a standard TV through a
1608450276Speter# video modulator.  The KTM-2/80 was the 80-column version (the 2/40
1608550276Speter# could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
1608650276Speter# I have a KTM-2/80 still in working order.  The KTM-2s had fully
1608750276Speter# socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
1608850276Speter# ROM and 2 ROMs as character generators. They were incredibly simple,
1608950276Speter# and I've never had any problems with mine (witness the fact that mine
1609050276Speter# was made in 1981 and is still working great... I've blown the video
1609150276Speter# output transistor a couple of times, but it's a 2N2222 :-)
1609250276Speter#
1609350276Speter# The KTM-3 (which is what is listed in the terminfo file) was their
1609450276Speter# attempt at putting a KTM-2 in a box (and some models came with a
1609550276Speter# CRT). It wasn't much different from the KTM-2 hardware-wise, but the
1609650276Speter# control and escape sequences are very different. The KTM-3 was always
1609750276Speter# real broken, at least according to the folks I've talked to about it.
1609850276Speter# 
1609950276Speter# The padding in the entry is probably off--these terminals were very
1610050276Speter# slow (it takes like 100ms for the KTM-2 to clear the screen...) And
1610150276Speter# anyone with any sanity replaced the ROMs with something that provided
1610250276Speter# a reasonable subset of VT100 functionality, since the usual ROMs were
1610350276Speter# obviously very primitive... oh, you could get an upgraded ROM from
1610450276Speter# Synertek for some incredible amount of money, but what hacker with an
1610550276Speter# EPROM burner would do that? :)
1610650276Speter# 
1610750276Speter# Sorry I don't have any contact info; I believe they were located in
1610850276Speter# Sunnyvale, and I'm fairly sure they are still manufacturing ICs
1610950276Speter# (they've gone to ASICs and FPGAs), but I doubt they're in the computer
1611050276Speter# business these days.
1611150276Speter#
1611250276Speter
1611350276Speter# Tested, seems to work fine with vi.
1611450276Spetersynertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal, 
1611550276Speter	am, 
1611650276Speter	cols#80, lines#24, 
1611750276Speter	clear=^Z, cub1=^H, cuf1=^L, 
1611850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1611950276Speter
1612050276Speter#### Tab Office Products
1612150276Speter#
1612250276Speter#	TAB Products Co. - Palo Alto, California
1612350276Speter#	Electronic Office Products,
1612450276Speter#	1451 California Avenue 94304
1612550276Speter#
1612650276Speter# I think they're out of business.
1612750276Speter#
1612850276Speter
1612950276Speter# The tab 132 uses xon/xoff, so no padding needed.
1613050276Speter# <smkx>/<rmkx> have nothing to do with arrow keys.
1613150276Speter# <is2> sets 80 col mode, normal video, autowrap on (for <am>).
1613250276Speter# Seems to be no way to get rid of status line.
1613350276Speter# The manual for this puppy was dated June 1981.  It claims to be VT52-
1613450276Speter# compatible but looks more vt100-like.
1613550276Spetertab132|tab|tab132-15|tab 132/15, 
1613650276Speter	da, db, 
1613762449Speter	OTdN@, cols#80, lines#24, lm#96, 
1613850276Speter	cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, 
1613950276Speter	il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, 
1614062449Speter	kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, use=vt100, 
1614150276Spetertab132-w|tab132 in wide mode, 
1614250276Speter	cols#132, 
1614350276Speter	is2=\E[?7h\E[?3h\E[?5l, use=tab132, 
1614450276Spetertab132-rv|tab132 in reverse-video mode, 
1614550276Speter	is2=\E[?7h\E[?3l\E[?5h, use=tab132, 
1614650276Spetertab132-w-rv|tab132 in reverse-video/wide mode, 
1614762449Speter	is2=\E[?7h\E[?3h\E[?5h, use=tab132-w, 
1614850276Speter
1614950276Speter
1615050276Speter#### Teleray
1615150276Speter#
1615250276Speter#	Research Incorporated
1615350276Speter#	6425 Flying Cloud Drive
1615450276Speter#	Eden Prairie, MN 55344
1615550276Speter#	Vox: (612)-941-3300
1615650276Speter#
1615750276Speter# The Teleray terminals were all discontinued in 1992-93.  RI still services
1615850276Speter# and repairs these beasts, but no longer manufactures them.  The Teleray
1615950276Speter# people believe that all the types listed below are very rare now (1995).
1616050276Speter# There was a newer line of Telerays (Model 7, Model 20, Model 30, and
1616150276Speter# Model 100) that were ANSI-compatible.
1616250276Speter#
1616350276Speter# Note two things called "teleray".  Reorder should move the common one
1616450276Speter# to the front if you have either.  A dumb teleray with the cursor stuck
1616550276Speter# on the bottom and no obvious model number is probably a 3700.
1616650276Speter#
1616750276Speter
1616850276Spetert3700|dumb teleray 3700, 
1616962449Speter	OTbs, 
1617050276Speter	cols#80, lines#24, 
1617150276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1617250276Spetert3800|teleray 3800 series, 
1617362449Speter	OTbs, 
1617450276Speter	cols#80, it#8, lines#24, 
1617550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1617650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1617750276Speter	home=\EH, ht=^I, ind=^J, ll=\EY7\s, 
1617850276Spetert1061|teleray|teleray 1061, 
1617962449Speter	OTbs, am, km, xhp, xt, 
1618050276Speter	cols#80, it#8, lines#24, xmc#1, 
1618150276Speter	bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1618250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1618350276Speter	dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF, 
1618450276Speter	ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>, 
1618550276Speter	is2=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef, 
1618650276Speter	kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7, 
1618750276Speter	kf8=^Z8, rmso=\ER@, rmul=\ER@, smso=\s\ERD, smul=\ERH, 
1618850276Speter	tbc=\EG, 
1618950276Spetert1061f|teleray 1061 with fast PROMs, 
1619050276Speter	dl1=\EM, il1=\EL, ip@, use=t1061, 
1619150276Speter# "Teleray Arpa Special", officially designated as
1619250276Speter# "Teleray Arpa network model 10" with "Special feature 720".
1619350276Speter# This is the new (1981) fast microcode updating the older "arpa" proms
1619450276Speter# (which gave meta-key and programmable-fxn keys).  720 is much much faster,
1619550276Speter# converts the keypad to programmable function keys, and has other goodies.
1619650276Speter# Standout mode is still broken (magic cookie, etc) so is suppressed as no
1619750276Speter# programs handle such lossage properly.
1619850276Speter# Note: this is NOT the old termcap's "t1061f with fast proms."
1619950276Speter# From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
1620050276Speter# (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
1620150276Spetert10|teleray 10 special, 
1620262449Speter	OTbs, km, xhp, xt, 
1620350276Speter	cols#80, it#8, lines#24, xmc#2, 
1620450276Speter	clear=\Ej$<30/>, cub1=^H, cuf1=\EC, 
1620550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1620650276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1620750276Speter	ind=\Eq, pad=\0, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, 
1620850276Speter	smul=\ERH, 
1620950276Speter# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
1621050276Speter# back/forth words. Put the function keys (f1-f10) where they can be
1621150276Speter# found, and turn off the other magic keys along the top row, except
1621250276Speter# for line/local. Do the magic appropriate to make the page shifts work.
1621350276Speter# Also toggle ^S/^Q for those of us who use Emacs.
1621450276Spetert16|teleray 16, 
1621550276Speter	am, da, db, mir, xhp, xt, 
1621650276Speter	cols#80, lines#24, 
1621750276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1621850276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%df, cuu1=\E[A, dch1=\E[P, 
1621950276Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, ht=^I, il1=\E[L, 
1622050276Speter	ind=^J, kf1=^Z1, kf10=^Z0, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, 
1622150276Speter	kf6=^Z6, kf7=^Z7, kf8=^Z8, kf9=^Z9, ri=\E[T, 
1622250276Speter	rmcup=\E[V\E[24;1f\E[?38h, rmir=\E[4l, rmso=\E[m, 
1622350276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[U\E[?38l, smir=\E[4h, 
1622450276Speter	smso=\E[7m, smul=\E[4m, 
1622550276Speter
1622650276Speter#### Texas Instruments (ti)
1622750276Speter#
1622850276Speter
1622950276Speter# The Silent 700 was so called because it was built around a quiet thermal
1623050276Speter# printer.  It was portable, equipped with an acoustic coupler, and pretty
1623150276Speter# neat for its day.
1623250276Speterti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800, 
1623362449Speter	OTbs, hc, os, 
1623450276Speter	cols#80, 
1623550276Speter	bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, 
1623650276Speter
1623750276Speter#
1623850276Speter# Texas Instruments 916 VDT 7 bit control mode
1623950276Speter#
1624050276Speterti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL, 
1624150276Speter	da, db, in, msgr, 
1624250276Speter	cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[2J$<6>, 
1624350276Speter	cnorm=\E[?25h, cub=\E[%p1%dD, cud=\E[%p1%dB, 
1624450276Speter	cuf=\E[%p1%dC, cup=\E[%p1%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1624550276Speter	cvvis=\E[?25h, dch=\E[%p1%dP$<250>, dch1=\E[P, 
1624650276Speter	dl=\E[%p1%dM, ech=\E[%p1%dX$<20>, ed=\E[J$<6>, el=\E[0K, 
1624750276Speter	el1=\E[1K, enacs=\E(B\E)0, ff=^L, flash=\E[?5h\E[?5l$<6>, 
1624850276Speter	hpa=\E[%p1%{1}%+%dG, hts=\E[0W, ich=\E[%p1%d@$<250>, 
1624950276Speter	il=\E[%p1%dL$<36>, ip=$<10>, is2=\E[1;24r\E[24;1H, 
1625050276Speter	kcmd=\E[29~, kdch1=\E[P, kent=^J, kf1=\E[17~, kf10=\E[28~, 
1625150276Speter	kf11=\E[29~, kf12=\E[31~, kf2=\E[18~, kf3=\E[19~, 
1625250276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
1625350276Speter	kf9=\E[26~, khome=\E[H, kich1=\E[@, knp=\E[S, kpp=\E[T, 
1625450276Speter	kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, 
1625562449Speter	smacs=\016$<2>, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
1625662449Speter	use=vt220, 
1625750276Speter#
1625850276Speter# Texas Instruments 916 VDT 8 bit control mode
1625950276Speter#
1626050276Speterti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL, 
1626150276Speter	kcmd=\23329~, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
1626250276Speter	kcuu1=\233A, kdch1=\233P, kent=^J, kf1=\23317~, 
1626350276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf2=\23318~, 
1626450276Speter	kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
1626550276Speter	kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, 
1626662449Speter	kich1=\233@, knp=\233S, kpp=\233T, kprt=^X, use=ti916, 
1626750276Speter#
1626850276Speter# Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
1626950276Speter#
1627050276Speterti916-132|Texas Instruments 916 VDT vt220 132 column, 
1627150276Speter	cols#132, use=ti916, 
1627250276Speter#
1627350276Speter# Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
1627450276Speter#
1627550276Speterti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column, 
1627650276Speter	cols#132, use=ti916-8, 
1627750276Speterti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, 
1627862449Speter	OTbs, am, xon, 
1627950276Speter	cols#80, it#8, lines#24, 
1628050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1628150276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1628250276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1628350276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1628450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1628550276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1628650276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf2=\EOQ, 
1628750276Speter	kf3=\EOR, kf4=\EOS, kf5=\E[16~, kf6=\E[17~, kf7=\E[18~, 
1628850276Speter	kf8=\E[19~, kf9=\E[20~, kich1=\E[@, rc=\E8, rev=\E[7m, 
1628950276Speter	ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1629050276Speter	smul=\E[4m, tbc=\E[3g, 
1629150276Speterti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL, 
1629250276Speter	am, xon, 
1629350276Speter	cols#80, it#8, lines#24, 
1629450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1629550276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1629650276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1629750276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1629850276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1629950276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1630050276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=P$<\233>, kf1=P$<\217>, 
1630150276Speter	kf2=Q$<\217>, kf3=R$<\217>, kf4=S$<\217>, kf5=~$<\23316>, 
1630250276Speter	kf6=~$<\23317>, kf7=~$<\23318>, kf8=~$<\23319>, 
1630350276Speter	kf9=~$<\23320>, kich1=@$<\233>, rc=\E8, rev=\E[7m, ri=\EM, 
1630450276Speter	rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1630550276Speter	smul=\E[4m, tbc=\E[3g, 
1630650276Speterti924w|Texas Instruments 924 VDT 7 bit - 132 column mode, 
1630750276Speter	cols#132, use=ti924, 
1630850276Speterti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode, 
1630950276Speter	cols#132, use=ti924-8, 
1631050276Speterti931|Texas Instruments 931 VDT, 
1631162449Speter	OTbs, am, xon, 
1631250276Speter	cols#80, lines#24, 
1631350276Speter	bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub1=\ED, 
1631450276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1631550276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, 
1631650276Speter	ich1=\ER\EP\EM, il1=\EN, ind=\Ea, invis=\E4H, 
1631750276Speter	is2=\EGB\E(@B@@\E), kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1631850276Speter	kcuu1=\EA, kdch1=\EQ, kdl1=\EO, kf1=\Ei1, kf2=\Ei2, kf3=\Ei3, 
1631950276Speter	kf4=\Ei4, kf5=\Ei5, kf6=\Ei6, kf7=\Ei7, kf8=\Ei8, kf9=\Ei9, 
1632050276Speter	kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, 
1632150276Speter	sgr0=\E4@, smso=\E4A, smul=\E4D, 
1632250276Speterti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, 
1632362449Speter	csr@, ind=\E[1S, ri=\E[1T, use=ti924, 
1632450276Speter# (ti926-8: I corrected this from the broken SCO entry -- esr)
1632550276Speterti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, 
1632662449Speter	csr@, ind=\2331S, ri=\2331T, use=ti924-8, 
1632750276Speterti_ansi|basic entry for ti928, 
1632850276Speter	am, bce, eo, xenl, xon, 
1632950276Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
1633050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, 
1633150276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, 
1633250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1633350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1633450276Speter	il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1633550276Speter	kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf0=\E[V, kf1=\E[M, 
1633650276Speter	kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, 
1633750276Speter	kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, 
1633850276Speter	op=\E[37;40m, ri=\E[T, rmso=\E[m, rmul=\E[m, 
1633950276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
1634050276Speter	smso=\E[7m, smul=\E[4m, 
1634150276Speter#
1634250276Speter#       928 VDT 7 bit control mode
1634350276Speter#
1634450276Speterti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL, 
1634550276Speter	kdch1=\E[P, kend=\E_1\E\\, kent=\E[8~, kf1=\E[17~, 
1634650276Speter	kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, 
1634750276Speter	kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, 
1634850276Speter	kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
1634962449Speter	kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, use=ti_ansi, 
1635050276Speter#
1635150276Speter#       928 VDT 8 bit control mode
1635250276Speter#
1635350276Speterti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL, 
1635450276Speter	kdch1=\233P, kend=\2371\234, kent=\2338~, kf1=\23317~, 
1635550276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13=\23332~, 
1635650276Speter	kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, 
1635750276Speter	kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, 
1635850276Speter	kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, 
1635962449Speter	kpp=\233T, kprt=\23335~, use=ti_ansi, 
1636050276Speter
1636150276Speter#### Zentec (zen)
1636250276Speter#
1636350276Speter
1636450276Speter# (zen30: removed obsolete :ma=^L ^R^L^K^P:.  This entry originally
1636550276Speter# had just <smso>=\EG6 which I think means standout was supposed to be 
1636650276Speter# dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
1636750276Speter# <invis> might work-- esr)
1636850276Speterzen30|z30|zentec 30, 
1636962449Speter	OTbs, am, mir, ul, 
1637050276Speter	cols#80, lines#24, 
1637150276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1637250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1637350276Speter	dim=\EG2, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, 
1637450276Speter	il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmul@, smir=\Eq, smso=\EG6, 
1637562449Speter	smul@, use=adm+sgr, 
1637650276Speter# (zen50: this had extension capabilities
1637750276Speter#	:BS=^U:CL=^V:CR=^B:
1637850276Speter# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
1637950276Speter# which were also in the original entry -- esr)
1638050276Speter# (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
1638150276Speterzen50|z50|zentec zephyr, 
1638262449Speter	OTbs, am, 
1638350276Speter	cols#80, lines#24, xmc#1, 
1638450276Speter	clear=\E+, cub1=^H, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
1638550276Speter	cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, 
1638650276Speter	invis@, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
1638762449Speter	rmul@, smul@, use=adm+sgr, 
1638850276Speter
1638950276Speter# CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
1639050276Spetercci|cci1|z8001|zen8001|CCI Custom Zentec 8001, 
1639162449Speter	OTbs, am, bw, 
1639250276Speter	cols#80, lines#24, 
1639350276Speter	blink=\EM", clear=\EH\EJ, cnorm=\EP, 
1639450276Speter	csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^J, 
1639550276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1639650276Speter	cvvis=\EF\EQ\EM \ER 7, dim=\EM!, ed=\EJ, el=\EK, home=\EH, 
1639750276Speter	invis=\EM(, is2=\EM \EF\ET\EP\ER 7, kbs=^H, kcub1=\ED, 
1639850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, mc4=^T, mc5=^R, 
1639950276Speter	rev=\EM$, ri=\EI, rmso=\EM\s, rmul=\EM\s, sgr0=\EM\s, 
1640050276Speter	smso=\EM$, smul=\EM0, 
1640150276Speter
1640250276Speter######## OBSOLETE UNIX CONSOLES
1640350276Speter#
1640450276Speter
1640550276Speter#### Apollo consoles
1640650276Speter#
1640750276Speter# Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
1640850276Speter# labeled HP700s now.
1640950276Speter#
1641050276Speter
1641150276Speter# From: Gary Darland <goodmanc@garnet.berkeley.edu>
1641250276Speterapollo|apollo console, 
1641362449Speter	OTbs, am, mir, 
1641450276Speter	cols#88, lines#53, 
1641550276Speter	clear=^L, cub1=^H, cud1=\EB, cuf1=\EC, 
1641650276Speter	cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, 
1641750276Speter	ed=\EJ, el=\EK, hpa=\EN%p1%d, il1=\EI, ind=\EE, ri=\ED, 
1641850276Speter	rmcup=\EX, rmir=\ER, rmso=\ET, rmul=\EV, smcup=\EW, smir=\EQ, 
1641950276Speter	smso=\ES, smul=\EU, vpa=\EO+\s, 
1642050276Speter
1642150276Speter# We don't know whether or not the apollo guys replicated DEC's firmware bug
1642250276Speter# in the VT132 that reversed <rmir>/<smir>.  To be on the safe side, disable
1642350276Speter# both these capabilities.
1642450276Speterapollo_15P|apollo 15 inch display, 
1642550276Speter	rmir@, smir@, use=vt132, 
1642650276Speterapollo_19L|apollo 19 inch display, 
1642750276Speter	rmir@, smir@, use=vt132, 
1642850276Speterapollo_color|apollo color display, 
1642950276Speter	rmir@, smir@, use=vt132, 
1643050276Speter
1643150276Speter#### Convergent Technology
1643250276Speter#
1643350276Speter# Burroughs bought Convergent shortly before it merged with Univac.
1643450276Speter# CTOS is (I believe) dead.  Probably the aws is too (this entry dates
1643550276Speter# from 1991 or earlier).
1643650276Speter#
1643750276Speter
1643850276Speter# Convergent AWS workstation from Gould/SEL UTX/32 via BRL
1643950276Speter# (aws: removed unknown :dn=^K: -- esr)
1644050276Speteraws|Convergent Technologies AWS workstation under UTX and Xenix, 
1644150276Speter	am, 
1644262449Speter	OTug#0, cols#80, lines#28, xmc#0, 
1644362449Speter	OTbc=^H, OTma=\016h\013j\001k\022l\002m, OTnl=^J, acsc=, 
1644462449Speter	clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, 
1644562449Speter	dch1=\EDC, dl1=\EDL, ed=\EEF, el=\EEL, hpa=\EH%p1%c, 
1644650276Speter	ich1=\EIC, il1=\EIL, ind=\ESU, kbs=^H, kcub1=^N, kcud1=^K, 
1644750276Speter	kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF, 
1644850276Speter	rmul=\EAUF, smacs=\EAAN, smso=\EARN, smul=\EAUN, 
1644950276Speter	vpa=\EV%p1%c, 
1645050276Speterawsc|Convergent Technologies AWS workstation under CTOS, 
1645150276Speter	am, 
1645262449Speter	OTug#0, cols#80, lines#24, xmc#0, 
1645362449Speter	OTbc=^N, OTma=\016h\013j\001k\022l\002m, acsc=, clear=^L, 
1645462449Speter	cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, ed=\EEF, 
1645562449Speter	el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, kcuf1=^R, kcuu1=^A, 
1645662449Speter	rmacs=\EAAF, rmso=\EAA, rmul=\EAA, smacs=\EAAN, smso=\EAE, 
1645762449Speter	smul=\EAC, 
1645850276Speter
1645950276Speter#### DEC consoles
1646050276Speter#
1646150276Speter
1646250276Speter# The MicroVax console.  Tim Theisen <tim@cs.wisc.edu> writes:
1646350276Speter# The digital uVax II's had a graphic display called a qdss.  It was
1646450276Speter# supposed to be a high performance graphic accelerator, but it was
1646550276Speter# late to market and barely appeared before faster dumb frame buffers
1646650276Speter# appeared.  I have only used this display while running X11.  However,
1646750276Speter# during bootup, it was in text mode, and probably had a terminal emulator
1646850276Speter# within it.  And that is what your termcap entry is for.  In graphics
1646950276Speter# mode the screen size is 1024x864 pixels.
1647050276Speterqdss|qdcons|qdss glass tty, 
1647162449Speter	OTbs, am, 
1647250276Speter	cols#128, lines#57, 
1647350276Speter	clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, 
1647450276Speter	cup=\E=%p1%c%p2%c, cuu1=^K, 
1647550276Speter
1647650276Speter#### Fortune Systems consoles
1647750276Speter#
1647850276Speter# Fortune made a line of 68K-based UNIX boxes that were pretty nifty
1647950276Speter# in their day; I (esr) used one myself for a year or so around 1984.
1648050276Speter# They had no graphics, though, and couldn't compete against Suns and
1648150276Speter# the like.  R.I.P.
1648250276Speter#
1648350276Speter
1648450276Speter# From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
1648550276Speter# (This had extension capabilities
1648650276Speter#	:rv=\EH:re=\EI:rg=0:GG=0:\
1648750276Speter#	:CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
1648850276Speter#	:RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
1648950276Speter#	:PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
1649050276Speter# It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
1649150276Speter# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
1649250276Speter# to force both magic cookie glitches off.  Once upon a time, I
1649350276Speter# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
1649450276Speter# function keys; thus the "Al" value for HM was certainly an error.  I renamed
1649550276Speter# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.  
1649650276Speter# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
1649750276Speter# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
1649850276Speter# names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
1649950276Speterfos|fortune|Fortune system, 
1650062449Speter	OTbs, am, bw, 
1650150276Speter	cols#80, lines#25, 
1650250276Speter	acsc=j*k(l m"q&v%w#x-, bel=^G, blink=\EN, civis=\E], 
1650350276Speter	clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, 
1650450276Speter	cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, 
1650550276Speter	cvvis=\E\:, dch1=\034W$<5>, dl1=\034R$<15>, 
1650650276Speter	ed=\034Y$<3*>, el=^\Z, home=\036$<10>, ht=^Z, 
1650750276Speter	ich1=\034Q$<5>, il1=\034E$<15>, ind=^J, is2=^_.., kbs=^H, 
1650850276Speter	kcub1=^Aw\r, kcud1=^Ay\r, kcuf1=^Az\r, kcuu1=^Ax\r, 
1650950276Speter	kend=^Ak\r, kent=^Aq, kf1=^Aa\r, kf2=^Ab\r, kf3=^Ac\r, 
1651050276Speter	kf4=^Ad\r, kf5=^Ae\r, kf6=^Af\r, kf7=^Ag\r, kf8=^Ah\r, 
1651150276Speter	khome=^A?\r, knp=^Ao\r, kpp=^An\r, nel=^M^J, rev=\EH, 
1651250276Speter	rmacs=^O, rmso=^\I`, rmul=^\IP, sgr0=\EI, smacs=\Eo, 
1651350276Speter	smso=^\H`, smul=^\HP, 
1651450276Speter
1651550276Speter#### Masscomp consoles
1651650276Speter#
1651750276Speter# Masscomp has gone out of business.  Their product line was purchased by
1651850276Speter# comany in Georgia (US) called "XS International", parts and service may
1651950276Speter# still be available through them.
1652050276Speter#
1652150276Speter
1652250276Speter# (masscomp: ":MT:" changed to ":km:";  -- esr)
1652350276Spetermasscomp|masscomp workstation console, 
1652462449Speter	OTbs, km, mir, 
1652550276Speter	cols#80, it#8, lines#24, 
1652650276Speter	clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1652750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1652850276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, is2=\EGc\EGb\EGw, kbs=^H, 
1652950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmir=\E[4l, 
1653050276Speter	rmso=\E[m, rmul=\EGau, smir=\E[4h, smso=\E[7m, smul=\EGu, 
1653150276Spetermasscomp1|masscomp large screen version 1, 
1653250276Speter	cols#104, lines#36, use=masscomp, 
1653350276Spetermasscomp2|masscomp large screen version 2, 
1653450276Speter	cols#64, lines#21, use=masscomp, 
1653550276Speter
1653650276Speter######## OTHER OBSOLETE TYPES
1653750276Speter#
1653850276Speter# These terminals are *long* dead -- these entries are retained for
1653950276Speter# historical interest only.
1654050276Speter#
1654150276Speter
1654250276Speter#### Obsolete non-ANSI software emulations
1654350276Speter#
1654450276Speter
1654550276Speter# CTRM terminal emulator
1654650276Speter# 1. underlining is not allowed with colors: first, is is simulated by 
1654750276Speter# black on white, second, it disables background color manipulations.
1654850276Speter# 2. BLINKING, REVERSE and BOLD are allowed with colors,
1654950276Speter# so we have to save their status in the static registers A, B and H
1655050276Speter# respectively, to be able to restore them when color changes
1655150276Speter# (because any color change turns off ALL attributes)
1655250276Speter# 3. <bold> and <rev> sequences alternate modes,
1655350276Speter# rather then simply  entering them.  Thus we have to check the
1655450276Speter# static register B and H to determine the status, before sending the 
1655550276Speter# escape sequence.
1655650276Speter# 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
1655750276Speter# and then reset colors
1655850276Speter# 5. implementation of the protect mode would badly penalize the performance.
1655950276Speter# we would have to use \E&bn sequence to turn off colors (as well as all
1656050276Speter# other attributes), and keep the status of protect mode in yet another
1656150276Speter# static variable.  If someone really needs this mode, they would have to
1656250276Speter# create another terminfo entry.
1656350276Speter# 6. original color-pair is white on black.
1656450276Speter# store the information about colors into static registers
1656550276Speter# 7. set foreground color.  it performs the following steps.
1656650276Speter#   1) turn off all attributes
1656750276Speter#   2) turn on the background and video attributes that have been turned
1656850276Speter#      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
1656950276Speter#   3) turn on foreground attributes
1657050276Speter#   4) store information about foreground into U,V,W static registers
1657150276Speter# 8. turn on background: similar to turn on foreground above
1657250276Speterctrm|C terminal emulator, 
1657350276Speter	am, bce, xon, 
1657450276Speter	colors#8, cols#80, lh#0, lines#24, lm#0, lw#0, ncv#2, nlab#0, 
1657550276Speter	pairs#63, pb#19200, vt#6, 
1657650276Speter	bel=^G, blink=\E&dA%{1}%PA, 
1657750276Speter	bold=%?%gH%{0}%=%t\E&dH%{1}%PH%;, cbt=\Ei, 
1657850276Speter	clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1657950276Speter	cup=\E&a%p2%dc%p1%dY, cuu1=\EA, dch1=\EP$<2>, dl1=\EM, 
1658050276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=\011$<2>, hts=\E1, 
1658150276Speter	il1=\EL, ind=^J, ip=$<2>, is2=\E&jA\r, kbs=^H, kcub1=\Eu\r, 
1658250276Speter	kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, 
1658350276Speter	kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, 
1658450276Speter	kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, 
1658550276Speter	op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU, 
1658650276Speter	rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, 
1658750276Speter	setb=\E&bn%?%gA%t\E&dA%;%?%gB%t\E&dB%;%?%gH%t\E&dH%;%?%gU%t\E&bR%;%?%gV%t\E&bG%;%?%gW%t\E&bB%;%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX, 
1658850276Speter	setf=\E&bn%?%gA%t\E&dA%;%?%gB%t\E&dB%;%?%gH%t\E&dH%;%?%gX%t\E&br%;%?%gY%t\E&bg%;%?%gZ%t\E&bb%;%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU, 
1658950276Speter	sgr=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;%?%p4%t\E&dA%{1}%PA%;%?%p6%t\E&dH%{1}%PH%;%?%p2%t\E&dD%;, 
1659050276Speter	sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, 
1659150276Speter	smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
1659250276Speter
1659350276Speter# gs6300 - can't use blue foreground, it clashes with underline;
1659450276Speter# it's simulated with cyan
1659550276Speter# Bug: The <op> capability probably resets attributes.
1659650276Speter# (gs6300: commented out <rmln> (no <smln>) --esr)
1659750276Spetergs6300|emots|AT&T PC6300 with EMOTS terminal emulator, 
1659850276Speter	am, bce, msgr, xon, 
1659950276Speter	colors#8, cols#80, it#8, lines#24, pairs#63, 
1660050276Speter	acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1660150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1660250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1660350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1660450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1660550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1660650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1660750276Speter	is2=\E[m, kbs=^H, kcbt=^R^I, kcub1=\E[D, kcud1=\E[B, 
1660850276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\E[0s, kf2=\E[24s, kf3=\E[1s, 
1660950276Speter	kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, 
1661050276Speter	khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, 
1661150276Speter	ri=\E[L, rmacs=\E[10m, rs1=\Ec, setb=\E[?;%p1%dm, 
1661250276Speter	setf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m, 
1661350276Speter	sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, 
1661450276Speter
1661550276Speter# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
1661650276Speter# MS-Kermit with Heath-19 emulation mode enabled
1661750276Speter# (h19k: changed ":pt@:" to ":it@"
1661850276Speterh19k|h19kermit|heathkit emulation provided by Kermit (no auto margin), 
1661950276Speter	am@, da, db, xt, 
1662050276Speter	it@, 
1662150276Speter	ht@, use=h19-u, 
1662250276Speter
1662350276Speter# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
1662450276Speter# Software (formerly Peripherals Computers & Supplies, Inc) of
1662550276Speter# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
1662650276Speter# also be reached at support@synergy.com.
1662750276Speterversaterm|versaterm vt100 emulator for the macintosh, 
1662850276Speter	am, xenl, 
1662950276Speter	cols#80, it#8, lines#24, 
1663050276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1663150276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1663250276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1663350276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1663450276Speter	dch1=\E[1P$<7/>, dl1=\E[1M$<9/>, ed=\E[J$<50/>, 
1663550276Speter	el=\E[K$<3/>, home=\E[H, ht=^I, ich1=\E[1@$<7/>, 
1663650276Speter	il1=\E[1L$<9/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, 
1663750276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
1663850276Speter	kf3=\EOR, kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, 
1663950276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1664050276Speter	rmkx=\E>\E[?1l, rmso=\E[m$<2/>, rmul=\E[m$<2/>, rs1=\E>, 
1664150276Speter	sc=\E7, sgr0=\E[m$<2/>, smkx=\E=\E[?1h, smso=\E[7m$<2/>, 
1664250276Speter	smul=\E[4m$<2/>, 
1664350276Speter
1664450276Speter# From: Rick Thomas <ihnp4!btlunix!rbt>
1664550276Speter# (xtalk: I added <rmam>/<smam> based on the init string.
1664650276Speterxtalk|IBM PC with xtalk communication program (versions up to 3.4), 
1664750276Speter	am, mir, msgr, xon, 
1664850276Speter	cols#80, it#8, lines#24, vt#3, xmc#1, 
1664950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1665050276Speter	bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1665150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1665250276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1665350276Speter	cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, 
1665450276Speter	el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, 
1665550276Speter	il1=\E[L$<99>, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
1665650276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
1665750276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
1665850276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
1665950276Speter	kf8=\EOl, kf9=\EOw, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1666050276Speter	rmkx=\E[?1l\E>, rmso=\E[m\s, 
1666150276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m, 
1666250276Speter	smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m\s, 
1666350276Speter	tbc=\E[3g, 
1666450276Speter
1666550276Speter# The official PC terminal emulator program of the AT&T Product Centers.
1666650276Speter# Note - insert mode commented out - doesn't seem to work on AT&T PC.
1666750276Spetersimterm|attpc running simterm, 
1666850276Speter	am, 
1666950276Speter	cols#80, lines#24, 
1667050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1667150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\ER, 
1667250276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, ind=^J, rmcup=\EVE, 
1667350276Speter	rmso=\E&d@, sgr0=\E&d@, smcup=\EVS, smso=\E&dB, 
1667450276Speter
1667550276Speter#### Daisy wheel printers
1667650276Speter#
1667750276Speter# This section collects Diablo, DTC, Xerox, Qume, and other daisy
1667850276Speter# wheel terminals.  These are now largely obsolete.
1667950276Speter#
1668050276Speter
1668150276Speter# (diablo1620: removed <if=/usr/share/tabset/xerox1720>, no such file -- esr)
1668250276Speterdiablo1620|diablo1720|diablo450|ipsi|diablo 1620, 
1668350276Speter	hc, os, 
1668450276Speter	cols#132, it#8, 
1668550276Speter	cub1=^H, cud1=^J, cuu1=\E^J, hd=\ED, hpa=\E\011%i%p1%c, 
1668650276Speter	ht=^I, hts=\E1, hu=\EU, kbs=^H, tbc=\E2, 
1668750276Speterdiablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin, 
1668850276Speter	cols#124, 
1668950276Speter	is2=\r        \E9, use=diablo1620, 
1669050276Speter# (diablo1640: removed <if=/usr/share/tabset/xerox1730>, no such file -- esr)
1669150276Speterdiablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640, 
1669250276Speter	bel=^G, rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, 
1669350276Speter	use=diablo1620, 
1669450276Speter# (diablo1640-lm: removed <if=/usr/share/tabset/xerox1730-lm>, no such 
1669550276Speter# file -- esr)
1669650276Speterdiablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin, 
1669750276Speter	cols#124, 
1669850276Speter	rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, use=diablo1620, 
1669950276Speterdiablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer, 
1670050276Speter	use=diablo1640-lm, 
1670150276Speter# DTC 382 with VDU.  Has no <ed> so we fake it with <el>.  Standout
1670250276Speter# <smso=^P\s\002^PF> works but won't go away without dynamite <rmso=^P\s\0>.
1670350276Speter# The terminal has tabs, but I'm getting tired of fighting the braindamage. 
1670450276Speter# If no tab is set or the terminal's in a bad mood, it glitches the screen
1670550276Speter# around all of memory.  Note that return puts a blank ("a return character")
1670650276Speter# in the space the cursor was at, so we use ^P return (and thus ^P newline for
1670750276Speter# newline).  Note also that if you turn off :pt: and let Unix expand tabs,
1670850276Speter# curses won't work (some old BSD versions) because it doesn't clear this bit,
1670950276Speter# and cursor addressing sends a tab for row/column 9.  What a losing terminal!
1671050276Speter# I have been unable to get tabs set in all 96 lines - it always leaves at
1671150276Speter# least one line with no tabs in it, and once you tab through that line,
1671250276Speter# it completely weirds out.
1671350276Speter# (dtc382: change <rmcup> to <smcup> -- it  just does a clear --esr)
1671450276Speterdtc382|DTC 382, 
1671550276Speter	am, da, db, xhp, 
1671650276Speter	cols#80, lines#24, lm#96, 
1671750276Speter	bel=^G, clear=\020\035$<20>, cnorm=^Pb, cr=^P^M, cub1=^H, 
1671850276Speter	cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, 
1671950276Speter	dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, 
1672050276Speter	home=^P^R, il1=^P^Z, ind=^J, pad=\177, rmcup=, rmir=^Pi, 
1672150276Speter	rmul=^P \0, smcup=\020\035$<20>, smir=^PI, smul=^P ^P, 
1672250276Speterdtc300s|DTC 300s, 
1672350276Speter	hc, os, 
1672450276Speter	cols#132, 
1672550276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1672650276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1672750276Spetergsi|mystery gsi terminal, 
1672850276Speter	hc, os, 
1672950276Speter	cols#132, 
1673050276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, hd=\Eh, ht=^I, hu=\EH, 
1673150276Speter	ind=^J, 
1673250276Speteraj830|aj832|aj|anderson jacobson, 
1673350276Speter	hc, os, 
1673450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1673550276Speter	ind=^J, 
1673650276Speter# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
1673750276Speteraj510|Anderson-Jacobson model 510, 
1673850276Speter	am, mir, 
1673950276Speter	cols#80, lines#24, 
1674050276Speter	clear=^L, cub1=^H, cuf1=\EX, 
1674150276Speter	cup=\E#%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EY, 
1674250276Speter	dch1=.1*\E'D, dl1=\E&D$<2*/>, ed=\E'P, el=\E'L, ich1=, 
1674350276Speter	il1=\E&I$<2*/>, ip=$<.1*/>, kcub1=\EW, kcud1=\EZ, 
1674450276Speter	kcuf1=\EX, kcuu1=\EY, pad=\177, rmcup=\E"N, rmir=\E'J, 
1674550276Speter	rmso=\E"I, rmul=\E"U, smcup=\E"N, smir=\E'I, smso=\E"I, 
1674650276Speter	smul=\E"U, 
1674750276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1674850276Speter# This is incomplete, but it's a start.
1674950276Speternec5520|nec|spinwriter|nec 5520, 
1675050276Speter	hc, os, 
1675150276Speter	cols#132, it#8, 
1675250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E9, ff=^L, 
1675350276Speter	hd=\E]s\n\E]W, ht=^I, hts=\E1, hu=\E]s\E9\E]W, ind=^J, 
1675450276Speter	kbs=^H, tbc=\E3, 
1675550276Speterqume5|qume|Qume Sprint 5, 
1675650276Speter	hc, os, 
1675750276Speter	cols#80, it#8, 
1675850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1675950276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1676050276Speter# I suspect the xerox 1720 is the same as the diablo 1620.
1676150276Speterxerox1720|x1720|x1750|xerox 1720, 
1676250276Speter	hc, os, 
1676350276Speter	cols#132, it#8, 
1676450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ht=^I, hts=\E1, ind=^J, 
1676550276Speter	tbc=\E2, 
1676650276Speter
1676750276Speter#### Miscellaneous obsolete terminals, manufacturers unknown
1676850276Speter#
1676950276Speter# If you have any information about these (like, a manufacturer's name, 
1677050276Speter# and a date on the serial-number plate) please send it!
1677150276Speter
1677250276Spetercad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, 
1677362449Speter	OTbs, am, 
1677450276Speter	cols#73, lines#36, 
1677550276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, 
1677650276Spetercad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, 
1677762449Speter	OTbs, am, 
1677850276Speter	cols#85, lines#39, 
1677950276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, 
1678050276Speter	kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, 
1678150276Speter	kf4=\E8, rmso=\Em^C, smso=\Em^L, 
1678250276Spetercops10|cops|cops-10|cops 10, 
1678350276Speter	am, bw, 
1678450276Speter	cols#80, lines#24, 
1678550276Speter	bel=^G, clear=\030$<30/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1678650276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^W, el=^V, 
1678750276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1678850276Speter	khome=^Y, 
1678950276Speter# (d132: removed duplicate :ic=\E5:,
1679050276Speter# merged in capabilities from a BRL entry -- esr)
1679150276Speterd132|datagraphix|datagraphix 132a, 
1679250276Speter	da, db, in, 
1679350276Speter	cols#80, lines#30, 
1679450276Speter	bel=^G, clear=^L, cnorm=\Em\En, cr=^M, cub1=^H, cud1=^J, 
1679550276Speter	cuf1=\EL, cup=\E8%i%p1%3d%p2%3d, cuu1=\EK, cvvis=\Ex, 
1679650276Speter	dch1=\E6, home=\ET, ht=^I, ich1=\E5, il1=\E3, ind=^J, kbs=^H, 
1679750276Speter	kcub1=^H, kcud1=^J, nel=^M^J, ri=\Ew, 
1679850276Speter# The d800 was an early portable terminal from c.1984-85 that looked a lot
1679950276Speter# like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
1680050276Speter# mode (which is what this entry looks like) and several other lesser-known
1680150276Speter# emulations.
1680250276Speterd800|Direct 800/A, 
1680362449Speter	OTbs, am, da, db, msgr, xhp, 
1680450276Speter	cols#80, it#8, lines#24, 
1680550276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1680650276Speter	bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, 
1680750276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1680850276Speter	cvvis=\E[>12l, ed=\E[J, el=\E[K, ht=^I, ind=\ED, kcub1=\E[D, 
1680950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
1681050276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
1681150276Speter	ri=\EM, rmacs=\E[m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1681250276Speter	smacs=\E[1m, smso=\E[7m, smul=\E[4m, 
1681350276Speterdigilog|digilog 333, 
1681462449Speter	OTbs, 
1681550276Speter	cols#80, lines#16, 
1681650276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, 
1681750276Speter	home=^N, ind=^J, 
1681850276Speter# The DWK was a terminal manufactured in the Soviet Union c.1986
1681950276Speterdwk|dwk-vt|dwk terminal, 
1682050276Speter	am, 
1682150276Speter	cols#80, it#8, lines#24, 
1682250276Speter	acsc=+\^\,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_, 
1682350276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1682450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1682550276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177, 
1682650276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\Ee, 
1682750276Speter	kf1=\Ef1, kf10=\Ef0, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 
1682850276Speter	kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kich1=\Ed, knp=\Eh, 
1682950276Speter	kpp=\Eg, nel=^M^J, rev=\ET, ri=\ES, rmacs=\EG, rmso=\EX, 
1683050276Speter	sgr0=\EX, smacs=\EF, smso=\ET, 
1683150276Speterenv230|envision230|envision 230 graphics terminal, 
1683250276Speter	xenl@, 
1683350276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
1683462449Speter	sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1683562449Speter	use=vt100, 
1683650276Speter# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
1683750276Speter# coupler attached, the whole rig fitting in a suitcase and more or less
1683850276Speter# portable.  Hot stuff for c.1977 :-) -- esr
1683950276Speterep48|ep4080|execuport 4080, 
1684062449Speter	OTbs, am, os, 
1684150276Speter	cols#80, 
1684250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, 
1684350276Speterep40|ep4000|execuport 4000, 
1684450276Speter	cols#136, use=ep4080, 
1684562449Speter# Adam Thompson <athompso@pangea.ca> tells us:
1684650276Speter# Informer series - these are all portable units, resembling older
1684750276Speter# automatic bread-baking machines.  The terminal looks like a `clamshell'
1684850276Speter# design, but isn't.  The structure is similar to the Direct terminals,
1684950276Speter# but only half the width.  The entire unit is only about 10" wide.
1685050276Speter# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
1685150276Speter# keyboard.  All the keys are crammed together, much like some laptop
1685250276Speter# PCs today, but perhaps less well organized...all these units have a
1685350276Speter# bewildering array of plugs on the back, including a built-in modem.
1685450276Speter# The 305 was a color version of the 304; the 306 and 307 were mono and
1685550276Speter# color terminals built for IBM bisync protocols.
1685650276Speter# From: Paul Leondis <unllab@amber.berkeley.edu>
1685750276Speterifmr|Informer D304, 
1685862449Speter	OTbs, am, 
1685950276Speter	cols#80, lines#24, 
1686050276Speter	clear=\EZ, cub1=^H, cud1=^J, cuf1=\EC, 
1686150276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, 
1686250276Speter	ed=\E/, el=\EQ, home=\EH, ich1=\E[, ri=\En, rmso=\EK, sgr0=\EK, 
1686350276Speter	smso=\EJ, 
1686450276Speter# Entry largely based on wy60 and has the features of wy60ak.
1686550276Speteropus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys, 
1686650276Speter	am, bw, hs, km, mir, msgr, ul, xon, 
1686750276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#80, 
1686850276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1686950276Speter	cbt=\EI, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, cr=^M, 
1687050276Speter	cub1=^H, cud1=^J, cuf1=^L, cup=\Ea%i%p1%dR%p2%dC, cuu1=^K, 
1687150276Speter	dch1=\EW$<11>, dim=\EGp, dl1=\ER$<5>, dsl=\Ez(\r, 
1687250276Speter	ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>, 
1687350276Speter	hts=\E1, if=/usr/share/tabset/std, il1=\EE$<4>, ind=^J, 
1687450276Speter	ip=$<3>, 
1687550276Speter	is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F\177\EA1*\EZH12, 
1687650276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B, 
1687750276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY, 
1687850276Speter	kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
1687950276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1688050276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1688150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1688250276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
1688350276Speter	mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, 
1688450276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
1688550276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
1688650276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
1688750276Speter	rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11, 
1688850276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, 
1688950276Speter	rs3=\EwG\Ee($<150>, 
1689050276Speter	sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%{48}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, 
1689150276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, 
1689250276Speter	smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177, 
1689350276Speter	smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(, 
1689462449Speter	uc=\EG8%p1%c\EG0, use=adm+sgr, 
1689550276Speterteletec|Teletec Datascreen, 
1689662449Speter	OTbs, am, 
1689750276Speter	cols#80, lines#24, 
1689850276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, 
1689950276Speter	home=^^, ind=^J, 
1690050276Speter# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
1690150276Speter# This description is for the LANPAR Technologies VISION 3220
1690250276Speter# terminal from 1984/85.  The function key definitions k0-k5 represent the
1690350276Speter# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
1690450276Speter# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
1690562449Speter#
1690662449Speter# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
1690762449Speter# I had a couple of scopes (3221) like this once where I used to work, around
1690862449Speter# the 1987 time frame if memory serves me correctly.  These scopes were made  
1690962449Speter# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
1691062449Speter# compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
1691162449Speter# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
1691262449Speter# was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
1691362449Speter# (3221) cost about $1500 each, and one was always broken -- had to be sent
1691462449Speter# back to the shop for repairs.
1691562449Speter# The only real advantage these scopes had over the VT-240's were:
1691662449Speter# 1) They were faster in the Regis display, or at least the ones I did
1691762449Speter# 2) They had a handy debugging feature where you could split-screen the
1691862449Speter# scope, the graphics would appear on the top, and the REGIS commands would
1691962449Speter# appear on the bottom.  I don't remember the VT-240s being able to do that.
1692062449Speter# I would swear that LANPAR Technologies was in MA someplace, but since I
1692162449Speter# don't work at the same place anymore, and those terminals and manuals were
1692262449Speter# long since junked, I cannot be any more sure than that.
1692362449Speter#
1692450276Speter# (v3220: removed obsolete ":kn#10:",
1692550276Speter# I added <rmam>/<smam> based on the init string -- esr)
1692650276Speterv3220|LANPAR Vision II model 3220/3221/3222, 
1692762449Speter	OTbs, am, mir, xenl, 
1692850276Speter	cols#80, it#8, lines#24, 
1692950276Speter	clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
1693050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1693150276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, 
1693250276Speter	is2=\E>\E[?3l\E[?7h\E[?8h\E[p, kcub1=\E[D, kcud1=\E[B, 
1693350276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~, kf2=\E[3~, 
1693450276Speter	kf3=\E[4~, kf4=\E[5~, kf5=\E[6~, kf6=\E[OP, kf7=\E[OQ, 
1693550276Speter	kf8=\E[OR, kf9=\E[OS, khome=\E[H, ri=\EM, rmam=\E[?7l, 
1693650276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1693750276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1693850276Speter######## ICH/ICH1 VERSUS RMIR/SMIR
1693950276Speter#
1694050276Speter# Some non-curses applications get confused if both ich/ich1 and rmir/smir
1694150276Speter# are present; the symptom is doubled characters in an update using insert.
1694250276Speter# These applications are technically correct; in both 4.3BSD termcap and
1694350276Speter# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
1694450276Speter# unless the terminal needs both.  To my knowledge, no terminal still in this
1694550276Speter# file requires both other than the very obsolete dm2500.
1694650276Speter#
1694750276Speter# For ncurses-based applications this is not a problem, as ncurses uses
1694850276Speter# one or the other as appropriate but never mixes the two.  Therefore we
1694950276Speter# have not corrected entries like `linux' and `xterm' that specify both.
1695050276Speter# If you see doubled characters from these, use the linux-nic and xterm-nic
1695150276Speter# entries that suppress ich/ich1.  And upgrade to ncurses!
1695250276Speter#
1695350276Speter
1695450276Speter######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
1695550276Speter#
1695650276Speter# ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
1695750276Speter# ECMA-48 standards are said to be almost identical, but are not the same
1695850276Speter# as X3.64 (though for practical purposes they are close supersets of it).
1695950276Speter#
1696050276Speter# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
1696150276Speter# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
1696250276Speter# Coded Character Sets"), include your snail-mail address, and you should
1696350276Speter# receive the document in due course.  Don't expect an email acknowledgement.
1696450276Speter#
1696550276Speter# Related standards include "X3.4-1977: American National Standard Code for
1696650276Speter# Information Interchange" (the ASCII standard) and "X3.41.1974: 
1696750276Speter# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
1696850276Speter# American National Standard for Information Interchange."  I believe (but
1696950276Speter# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
1697050276Speter# respectively. 
1697150276Speter#
1697250276Speter
1697350276Speter#### VT100/ANSI/ECMA-48
1697450276Speter#
1697550276Speter# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
1697650276Speter# and ECMA-48 Control Functions for Coded Character Sets.
1697750276Speter# 
1697850276Speter# Much of the content of this comment is adapted from a table prepared by
1697950276Speter# Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
1698050276Speter# discussion of some terminfo-related issues, and updates to capture ECMA-48
1698150276Speter# have been added.  Control functions described in ECMA-48 only are tagged
1698250276Speter# with * after their names.
1698350276Speter#
1698450276Speter# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
1698550276Speter# sequences.  In the main table, \E stands for an escape (\033) character,
1698650276Speter# SPC for space.  Pn stands for a single numeric parameter to be inserted
1698750276Speter# in decimal ASCII.  Ps stands for a list of such parameters separated by
1698850276Speter# semicolons.  Parameter meanings for most parametrized sequences are
1698950276Speter# decribed in the notes.
1699050276Speter#
1699150276Speter# Sequence     Sequence                             Parameter   or
1699250276Speter# Mnemonic     Name              Sequence           Value      Mode   terminfo
1699350276Speter# -----------------------------------------------------------------------------
1699450276Speter# APC  Applicatn Program Command \E _                -         Delim  -
1699550276Speter# BEL  Bell *                    ^G                  -         -      bel
1699650276Speter# BPH  Break Permitted Here *    \E B                -         *      -
1699750276Speter# BS   Backpace *                ^H                  -         EF     -
1699850276Speter# CAN  Cancel *                  ^X                  -         -      -   (A)
1699950276Speter# CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
1700050276Speter# CCH  Cancel Previous Character \E T                -         -      -
1700150276Speter# CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
1700250276Speter# CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
1700350276Speter# CMD  Coding Method Delimiter * \E
1700450276Speter# CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
1700550276Speter# CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
1700650276Speter# CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
1700750276Speter# CSI  Control Sequence Intro    \E [                -         Intro  -
1700850276Speter# CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
1700950276Speter# CUB  Cursor Backward           \E [ Pn D           1         eF     cub
1701050276Speter# CUD  Cursor Down               \E [ Pn B           1         eF     cud
1701150276Speter# CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
1701250276Speter# CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
1701350276Speter# CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
1701450276Speter# CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
1701550276Speter# DA   Device Attributes         \E [ Pn c           0         -      -
1701650276Speter# DAQ  Define Area Qualification \E [ Ps o           0         -      -
1701750276Speter# DCH  Delete Character          \E [ Pn P           1         eF     dch
1701850276Speter# DCS  Device Control String     \E P                -         Delim  -
1701950276Speter# DL   Delete Line               \E [ Pn M           1         eF     dl
1702050276Speter# DLE  Data Link Escape *        ^P                  -         -      -
1702150276Speter# DMI  Disable Manual Input      \E \                -         Fs     -
1702250276Speter# DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
1702350276Speter# DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
1702450276Speter# EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
1702550276Speter# ECH  Erase Character           \E [ Pn X           1         eF     ech
1702650276Speter# ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
1702750276Speter# EF   Erase in Field            \E [ Ps N           0         eF     -
1702850276Speter# EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
1702950276Speter# EM   End of Medium *           ^Y                  -         -      -
1703050276Speter# EMI  Enable Manual Input       \E b                          Fs     -
1703150276Speter# ENQ  Enquire                   ^E                  -         -      -
1703250276Speter# EOT  End Of Transmission       ^D                  -         *      -
1703350276Speter# EPA  End of Protected Area     \E W                -         -      -   (K)
1703450276Speter# ESA  End of Selected Area      \E G                -         -      -
1703550276Speter# ESC  Escape                    ^[                  -         -      -
1703650276Speter# ETB  End Transmission Block    ^W                  -         -      -
1703750276Speter# ETX  End of Text               ^C                  -         -      -
1703850276Speter# FF   Form Feed                 ^L                  -         -      -
1703950276Speter# FNK  Function Key *            \E [ Pn SPC W       -         -      -
1704050276Speter# GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
1704150276Speter# FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
1704250276Speter# GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
1704350276Speter# GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
1704450276Speter# HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
1704550276Speter# HPB  Char Position Backward    \E [ j              1         FE     -
1704650276Speter# HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
1704750276Speter# HT   Horizontal Tab *          ^I                  -         FE     -   (N)
1704850276Speter# HTJ  Horz Tab w/Justification  \E I                -         FE     -
1704950276Speter# HTS  Horizontal Tab Set        \E H                -         FE     hts
1705050276Speter# HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
1705150276Speter# ICH  Insert Character          \E [ Pn @           1         eF     ich
1705250276Speter# IDCS ID Device Control String  \E [ SPC O          -         *      -
1705350276Speter# IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
1705450276Speter# IL   Insert Line               \E [ Pn L           1         eF     il
1705550276Speter# IND  Index                     \E D                -         FE     -
1705650276Speter# INT  Interrupt                 \E a                -         Fs     -
1705750276Speter# JFY  Justify                   \E [ Ps SPC F       0         FE     -
1705850276Speter# IS1  Info Separator #1 *       ^_                  -         *      -
1705950276Speter# IS2  Info Separator #1 *       ^^                  -         *      -
1706050276Speter# IS3  Info Separator #1 *       ^]                  -         *      -
1706150276Speter# IS4  Info Separator #1 *       ^\                  -         *      -
1706250276Speter# LF   Line Feed                 ^J                  -         -      -
1706350276Speter# LS1R Locking Shift Right 1 *   \E ~                -         -      -
1706450276Speter# LS2  Locking Shift 2 *         \E n                -         -      -
1706550276Speter# LS2R Locking Shift Right 2 *   \E }                -         -      -
1706650276Speter# LS3  Locking Shift 3 *         \E o                -         -      -
1706750276Speter# LS3R Locking Shift Right 3 *   \E |                -         -      -
1706850276Speter# MC   Media Copy                \E [ Ps i           0         -      -   (S)
1706950276Speter# MW   Message Waiting           \E U                -         -      -
1707050276Speter# NAK  Negative Acknowledge *    ^U                  -         *      -
1707150276Speter# NBH  No Break Here *           \E C                -         -      -
1707250276Speter# NEL  Next Line                 \E E                -         FE     nel (D)
1707350276Speter# NP   Next Page                 \E [ Pn U           1         eF     -
1707450276Speter# NUL  Null *                    ^@                  -         -      -
1707550276Speter# OSC  Operating System Command  \E ]                -         Delim  -
1707650276Speter# PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
1707750276Speter# PFS  Page Format Selection *   \E Pn SPC J         0         -      -
1707850276Speter# PLD  Partial Line Down         \E K                -         FE     -   (T)
1707950276Speter# PLU  Partial Line Up           \E L                -         FE     -   (U)
1708050276Speter# PM   Privacy Message           \E ^                -         Delim  -
1708150276Speter# PP   Preceding Page            \E [ Pn V           1         eF     -
1708250276Speter# PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
1708350276Speter# PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
1708450276Speter# PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
1708550276Speter# PTX  Parallel Texts *          \E [ \              -         -      -
1708650276Speter# PU1  Private Use 1             \E Q                -         -      -
1708750276Speter# PU2  Private Use 2             \E R                -         -      -
1708850276Speter# QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
1708950276Speter# REP  Repeat Char or Control    \E [ Pn b           1         -      rep
1709050276Speter# RI   Reverse Index             \E M                -         FE     -   (V)
1709150276Speter# RIS  Reset to Initial State    \E c                -         Fs     -
1709250276Speter# RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
1709350276Speter# SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
1709450276Speter# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
1709550276Speter# SCI  Single-Char Introducer    \E Z                -         -      -
1709650276Speter# SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
1709750276Speter# SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
1709850276Speter# SD   Scroll Down               \E [ Pn T           1         eF     rin
1709950276Speter# SDS  Start Directed String *   \E [ Pn ]           1         -      -
1710050276Speter# SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
1710150276Speter# SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
1710250276Speter# SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
1710350276Speter# SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
1710450276Speter# SI   Shift In                  ^O                  -         -      -   (P)
1710550276Speter# SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
1710650276Speter# SL   Scroll Left               \E [ Pn SPC @       1         eF     -
1710750276Speter# SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
1710850276Speter# SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
1710950276Speter# SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
1711050276Speter# SM   Select Mode               \E [ Ps h           none      -      -   (W)
1711150276Speter# SO   Shift Out                 ^N                  -         -      -   (Q)
1711250276Speter# SOH  Start Of Heading *        ^A                  -         -      -
1711350276Speter# SOS  Start of String *         \E X                -         -      -
1711450276Speter# SPA  Start of Protected Area   \E V                -         -      -   (Z)
1711550276Speter# SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
1711650276Speter# SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
1711750276Speter# SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
1711850276Speter# SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
1711950276Speter# SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
1712050276Speter# SR   Scroll Right              \E [ Pn SPC A       1         eF     -
1712150276Speter# SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
1712250276Speter# SRS  Start Reversed String *   \E [ Ps [           0         -      -
1712350276Speter# SSA  Start of Selected Area    \E F                -         -      -
1712450276Speter# SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
1712550276Speter# SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
1712650276Speter# SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
1712750276Speter# SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
1712850276Speter# ST   String Terminator         \E \                -         Delim  -
1712950276Speter# STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
1713050276Speter# STS  Set Transmit State        \E S                -         -      -
1713150276Speter# STX  Start pf Text *           ^B                  -         -      -
1713250276Speter# SU   Scroll Up                 \E [ Pn S           1         eF     indn
1713350276Speter# SUB  Substitute *              ^Z                  -         -      -
1713450276Speter# SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
1713550276Speter# SYN  Synchronous Idle *        ^F                  -         -      -
1713650276Speter# TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
1713750276Speter# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
1713850276Speter# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
1713950276Speter# TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
1714050276Speter# TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
1714150276Speter# TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
1714250276Speter# TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
1714350276Speter# VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
1714450276Speter# VPB  Line Position Backward *  \E [ Pn k           1         FE     -
1714550276Speter# VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
1714650276Speter# VT   Vertical Tabulation *     ^K                  -         FE     -
1714750276Speter# VTS  Vertical Tabulation Set   \E J                -         FE     -
1714850276Speter# 
1714950276Speter# ---------------------------------------------------------------------------
1715050276Speter#
1715150276Speter# Notes:
1715250276Speter#
1715350276Speter# Some control characters are listed in the ECMA-48 standard without 
1715450276Speter# being assigned functions relevant to terminal control there (they 
1715550276Speter# referred to other standards such as ISO 1745 or ECMA-35).  They are listed
1715650276Speter# here anyway for completeness.
1715750276Speter#
1715850276Speter# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
1715950276Speter#
1716050276Speter# (B) There seems to be some confusion abroad between CHA and HPA.  Most
1716150276Speter# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
1716250276Speter# the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
1716350276Speter# preserved the CHA abbreviation.
1716450276Speter#
1716550276Speter# (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
1716650276Speter# Occasionally (as on, for example, certain HP terminals) this has the HTJ
1716750276Speter# value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
1716850276Speter# CHT abbreviation.
1716950276Speter#
1717050276Speter# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
1717150276Speter#
1717250276Speter# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR 
1717350276Speter# abbreviation.
1717450276Speter# 
1717550276Speter# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
1717650276Speter# char tab, 3 = clear line tab, 4 = clear all char tabs on current line, 
1717750276Speter# 5 = clear all char tabs, 6 = clear all line tabs.
1717850276Speter#
1717950276Speter# (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
1718050276Speter# HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
1718150276Speter# Position Absolute" but retains the HVP abbreviation.
1718250276Speter#
1718350276Speter# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
1718450276Speter# abbreviation.
1718550276Speter#
1718650276Speter# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
1718750276Speter# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
1718850276Speter# DSR, 6 = request CPR response.
1718950276Speter#
1719050276Speter# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
1719150276Speter# 1 = clear from beginning, 2 = clear.
1719250276Speter# 
1719350276Speter# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
1719450276Speter#
1719550276Speter# (L) The GSM parameters are vertical and horizontal parameters to scale by.
1719650276Speter#
1719750276Speter# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
1719850276Speter# use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
1719950276Speter# Position Relative" but retains the HPR abbreviation.
1720050276Speter#
1720150276Speter# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
1720250276Speter# abbreviation.
1720350276Speter#
1720450276Speter# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
1720550276Speter# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
1720650276Speter# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
1720750276Speter# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
1720850276Speter# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
1720950276Speter# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
1721050276Speter# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
1721150276Speter# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
1721250276Speter# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
1721350276Speter# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
1721450276Speter# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
1721550276Speter# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
1721650276Speter# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
1721750276Speter# 61-65 = variable highlights for ideograms.
1721850276Speter#
1721950276Speter# (P) SI is also called LSO, Locking Shift Zero.
1722050276Speter#
1722150276Speter# (Q) SI is also called LS1, Locking Shift One.
1722250276Speter#
1722350276Speter# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
1722450276Speter# use CUD for this function and ignore VPR.  ECMA calls it `Line Position
1722550276Speter# Absolute' but retains the VPA abbreviation.
1722650276Speter#
1722750276Speter# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
1722850276Speter# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
1722950276Speter# from secondary aux device, 4 = stop relay to primary aux device, 5 = 
1723050276Speter# start relay to primary aux device, 6 = stop relay to secondary aux device,
1723150276Speter# 7 = start relay to secondary aux device.
1723250276Speter#
1723350276Speter# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
1723450276Speter# abbreviation.
1723550276Speter#
1723650276Speter# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
1723750276Speter# abbreviation.
1723850276Speter#
1723950276Speter# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
1724050276Speter#
1724150276Speter# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM), 
1724250276Speter# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM), 
1724350276Speter# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
1724450276Speter# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
1724550276Speter# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM), 
1724650276Speter# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
1724750276Speter# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM), 
1724850276Speter# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
1724950276Speter# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
1725050276Speter# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
1725150276Speter# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
1725250276Speter# Zero Default Mode (ZDM).  The EBM and LF/NL modes have actually been removed
1725350276Speter# from ECMA-48's 5th edition but are listed here for reference.
1725450276Speter#
1725550276Speter# (X) Select Alternate Presentation Variants is used only for non-Latin
1725650276Speter# alphabets.
1725750276Speter#
1725850276Speter# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
1725950276Speter#
1726050276Speter# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
1726150276Speter# abbreviation.
1726250276Speter#
1726350276Speter# ---------------------------------------------------------------------------
1726450276Speter# 
1726550276Speter# Abbreviations:
1726650276Speter#
1726750276Speter# Intro  an Introducer of some kind of defined sequence; the normal 7-bit
1726850276Speter#        X3.64 Control Sequence Introducer is the two characters "Escape ["
1726950276Speter# 
1727050276Speter# Delim  a Delimiter
1727150276Speter# 
1727250276Speter# x/y    identifies a character by position in the ASCII table (column/row)
1727350276Speter# 
1727450276Speter# eF     editor function (see explanation)
1727550276Speter# 
1727650276Speter# FE     format effector (see explanation)
1727750276Speter#
1727850276Speter# F      is a Final character in
1727950276Speter#             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
1728050276Speter#             a control sequence (F from 4/0 to 7/14)
1728150276Speter# 
1728250276Speter# Gs     is a graphic character appearing in strings (Gs ranges from
1728350276Speter#        2/0 to 7/14) in the ASCII table
1728450276Speter# 
1728550276Speter# Ce     is a control represented as a single bit combination in the C1 set
1728650276Speter#        of controls in an 8-bit character set
1728750276Speter# 
1728850276Speter# C0     the familiar set of 7-bit ASCII control characters
1728950276Speter# 
1729050276Speter# C1     roughly, the set of control chars available only in 8-bit systems.
1729150276Speter#        This is too complicated to explain fully here, so read Jim Fleming's
1729250276Speter#        article in the February 1983 BYTE, especially pages 214 through 224.
1729350276Speter# 
1729450276Speter# Fe     is a Final character of a 2-character Escape sequence that has an
1729550276Speter#        equivalent representation in an 8-bit environment as a Ce-type
1729650276Speter#        (Fe ranges from 4/0 to 5/15)
1729750276Speter# 
1729850276Speter# Fs     is a Final character of a 2-character Escape sequence that is
1729950276Speter#        standardized internationally with identical representation in 7-bit
1730050276Speter#        and 8-bit environments and is independent of the currently
1730150276Speter#        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
1730250276Speter# 
1730350276Speter# I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
1730450276Speter#        ASCII table
1730550276Speter# 
1730650276Speter# P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
1730750276Speter#        table
1730850276Speter# 
1730950276Speter# Pn     is a numeric parameter in a control sequence, a string of zero or
1731050276Speter#        more characters ranging from 3/0 to 3/9 in the ASCII table
1731150276Speter# 
1731250276Speter# Ps     is a variable number of selective parameters in a control sequence
1731350276Speter#        with each selective parameter separated from the other by the code
1731450276Speter#        3/11 (which usually represents a semicolon); Ps ranges from
1731550276Speter#        3/0 to 3/9 and includes 3/11
1731650276Speter#
1731750276Speter# *      Not relevant to terminal control, listed for completeness only.
1731850276Speter# 
1731950276Speter# Format Effectors versus Editor Functions
1732050276Speter# 
1732150276Speter# A format effector specifies how following output is to be displayed.
1732250276Speter# An editor function allows you to modify the display.  Informally
1732350276Speter# format effectors may be destructive; format effectors should not be.
1732450276Speter# 
1732550276Speter# For instance, a format effector that moves the "active position" (the 
1732650276Speter# cursor or equivalent) one space to the left would be useful when you want to
1732750276Speter# create an overstrike, a compound character made of two standard characters
1732850276Speter# overlaid. Control-H, the Backspace character, is actually supposed to be a
1732950276Speter# format effector, so you can do this. But many systems use it in a
1733050276Speter# nonstandard fashion, as an editor function, deleting the character to the
1733150276Speter# left of the cursor and moving the cursor left. When Control-H is assumed to
1733250276Speter# be an editor function, you cannot predict whether its use will create an
1733350276Speter# overstrike unless you also know whether the output device is in an "insert
1733450276Speter# mode" or an "overwrite mode". When Control-H is used as a format effector,
1733550276Speter# its effect can always be predicted. The familiar characters carriage
1733650276Speter# return, linefeed, formfeed, etc., are defined as format effectors.
1733750276Speter#
1733850276Speter# NOTES ON THE DEC VT100 IMPLEMENTATION
1733950276Speter# 
1734050276Speter# Control sequences implemented in the VT100 are as follows:
1734150276Speter# 
1734250276Speter#      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
1734350276Speter#      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
1734450276Speter# 
1734550276Speter# plus several private DEC commands.
1734650276Speter# 
1734750276Speter# Erasing parts of the display (EL and ED) in the VT100 is performed thus:
1734850276Speter# 
1734950276Speter#      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
1735050276Speter#      Erase from beginning of line to cursor     Esc [ 1 K
1735150276Speter#      Erase line containing cursor               Esc [ 2 K
1735250276Speter#      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
1735350276Speter#      Erase from beginning of screen to cursor   Esc [ 1 J
1735450276Speter#      Erase entire screen                        Esc [ 2 J
1735550276Speter#
1735650276Speter# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
1735750276Speter# Esc [ 2 J, but this is wrong; the default is 0.
1735850276Speter# 
1735950276Speter# The VT100 responds to receiving the DA (Device Attributes) control
1736050276Speter# 
1736150276Speter#      Esc [ c    (or Esc [ 0 c)
1736250276Speter# 
1736350276Speter# by transmitting the sequence
1736450276Speter# 
1736550276Speter#      Esc [ ? l ; Ps c
1736650276Speter# 
1736750276Speter# where Ps is a character that describes installed options.
1736850276Speter# 
1736950276Speter# The VT100's cursor location can be read with the DSR (Device Status
1737050276Speter# Report) control
1737150276Speter# 
1737250276Speter#      Esc [ 6 n
1737350276Speter# 
1737450276Speter# The VT100 reports by transmitting the CPR sequence
1737550276Speter# 
1737650276Speter#      Esc [ Pl ; Pc R
1737750276Speter# 
1737850276Speter# where Pl is the line number and Pc is the column number (in decimal).
1737950276Speter# 
1738050276Speter# The specification for the DEC VT100 is document EK-VT100-UG-003.
1738150276Speter
1738250276Speter#### ANSI.SYS
1738350276Speter# 
1738450276Speter# Here is a description of the color and attribute controls supported in the
1738550276Speter# the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
1738650276Speter# terminal emulators for Intel boxes obey these.  They are a proper subset
1738750276Speter# of the ECMA-48 escapes.
1738850276Speter#
1738950276Speter# 0	all attributes off
1739050276Speter# 1	foreground bright
1739150276Speter# 4	underscore on
1739250276Speter# 5	blink on/background bright (not reliable with brown)
1739350276Speter# 7	reverse-video
1739450276Speter# 8	set blank (non-display)
1739550276Speter# 10	set primary font
1739650276Speter# 11	set first alternate font (on PCs, display ROM characters 1-31)
1739750276Speter# 12	set second alternate font (on PCs, display IBM high-half chars)
1739850276Speter#
1739950276Speter#			Color attribute sets
1740050276Speter# 3n	set foreground color       / 0=black, 1=red,     2=green, 3=brown,
1740150276Speter# 4n	set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
1740250276Speter# Bright black becomes gray.  Bright brown becomes yellow,
1740350276Speter# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
1740450276Speter#
1740550276Speter# * If the 5 attribute is on and you set a background color (40-47) it is
1740650276Speter#   supposed to enable bright background.
1740750276Speter#
1740850276Speter# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
1740950276Speter#   when you try to set a "bright brown" (yellow) background with attribute
1741050276Speter#   5 (you get a blinking yellow foreground instead).  A few displays
1741150276Speter#   (including the System V console) support an attribute 6 that undoes this
1741250276Speter#   braindamage (this is required by iBCS2).
1741350276Speter#
1741450276Speter# * Some older versions of ANSI.SYS have a bug that causes thems to require
1741550276Speter#   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
1741650276Speter#   compatible.)
1741750276Speter
1741850276Speter#### Intel Binary Compatibility Standard
1741950276Speter#
1742050276Speter# For comparison, here are the capabilities implied by the Intel Binary 
1742150276Speter# Compatibility Standard for UNIX systems (Intel order number 468366-001).
1742250276Speter# These recommendations are optional.  IBCS2 allows the leading escape to
1742350276Speter# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
1742450276Speter# the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
1742550276Speter# (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
1742650276Speter# terminfo entry are followed with the corresponding capability in parens:
1742750276Speter#
1742850276Speter#	CSI <n>k		disable (n=0) or enable (n=1) keyclick
1742950276Speter#	CSI 2h   		lock keyboard
1743050276Speter#	CSI 2i  		send screen as input
1743150276Speter#	CSI 2l  		unlock keyboard
1743250276Speter#	CSI 6m  		enable background color intensity
1743350276Speter#	CSI <0-2>c		reserved
1743450276Speter#	CSI <0-59>m		select graphic rendition
1743550276Speter#	CSI <n>;<m>H	(cup)	cursor to line n and column m
1743650276Speter#	CSI <n>;<m>f		cursor to line n and column m
1743750276Speter#	CSI <n>@	(ich)	insert characters
1743850276Speter#	CSI <n>A	(cuu)	cursor up n lines
1743950276Speter#	CSI <n>B	(cud)	cursor down n lines
1744050276Speter#	CSI <n>C	(cuu)	cursor right n characters
1744150276Speter#	CSI <n>D	(cud)	cursor left n characters
1744250276Speter#	CSI <n>E		cursor down n lines and in first column
1744350276Speter#	CSI <n>F		cursor up n lines and in first column
1744450276Speter#	CSI <n>G	(hpa)	position cursor at column n-1
1744550276Speter#	CSI <n>J	(ed)	erase in display
1744650276Speter#	CSI <n>K	(el)	erase in line
1744750276Speter#	CSI <n>L	(il)	insert line(s)
1744850276Speter#	CSI <n>P	(dch)	delete characters
1744950276Speter#	CSI <n>S	(indn)	scroll up n lines
1745050276Speter#	CSI <n>T	(rin)	scroll down n lines
1745150276Speter#	CSI <n>X	(ech)	erase characters
1745250276Speter#	CSI <n>Z	(cbt)	back up n tab stops
1745350276Speter#	CSI <n>`		cursor to column n on line
1745450276Speter#	CSI <n>a	(cuu)	cursor right n characters
1745550276Speter#	CSI <n>d	(vpa)	cursor to line n
1745650276Speter#	CSI <n>e		cursor down n lines and in first column
1745750276Speter#	CSI <n>g	(cbt)	clear all tabs
1745850276Speter#	CSI <n>z		make virtual terminal n active
1745950276Speter#	CSI ?7h 	(smam)	turn automargin on
1746050276Speter#	CSI ?7l 	(rmam)	turn automargin off
1746150276Speter#	CSI s     		save cursor position
1746250276Speter#	CSI u   		restore cursor position to saved value
1746350276Speter#	CSI =<c>A		set overscan color
1746450276Speter#	CSI =<c>F		set normal foreground color
1746550276Speter#	CSI =<c>G		set normal background color
1746650276Speter#	CSI =<c>H		set reverse foreground color
1746750276Speter#	CSI =<c>I		set reverse foreground color
1746850276Speter#	CSI =<c>J		set graphic foreground color
1746950276Speter#	CSI =<c>K		set graphic foreground color
1747050276Speter#	CSI =<n>g	(dispc) display n from alternate graphics character set
1747150276Speter#	CSI =<p>;<d>B		set bell parameters
1747250276Speter#	CSI =<s>;<e>C		set cursor parameters
1747350276Speter#	CSI =<x>D		enable/disable intensity of background color
1747450276Speter#	CSI =<x>E		set/clear blink vs. bold background
1747550276Speter#	CSI 7     	(sc)	(sc) save cursor position
1747650276Speter#	CSI 8   	(rc)	(rc) restore cursor position to saved value
1747750276Speter#	CSI H		(hts)	(hts) set tab stop
1747850276Speter#	CSI Q<n><string>	define function key string
1747950276Speter#				(string must begin and end with delimiter char)
1748050276Speter#	CSI c   	(clear) clear screen
1748150276Speter#
1748250276Speter# The lack of any specification for attributes in SGR (among other things)
1748350276Speter# makes this a wretchedly weak standard. The table above is literally 
1748450276Speter# everything iBSC2 has to say about terminal escape sequences; there is
1748550276Speter# no further discussion of their meaning or how to set the parameters
1748650276Speter# in these sequences at all.
1748750276Speter#
1748850276Speter
1748950276Speter######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
1749050276Speter#
1749150276Speter# The historical termcap file entries were written primarily in 4.4BSD termcap.
1749250276Speter# The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
1749350276Speter# with the extension names chosen for compatibility with the termcap names
1749450276Speter# assigned in System V terminfo.  There are some variant extension sets out
1749550276Speter# there.  We try to describe them here.
1749650276Speter#
1749750276Speter# XENIX extensions:
1749850276Speter#
1749950276Speter# The XENIX extensions include a set of function-key capabilities as follows:
1750050276Speter#
1750150276Speter#       code	XENIX variable name	terminfo name	name clashes?
1750250276Speter#	----	-------------------	-------------	-----------------------
1750350276Speter#	CL	key_char_left
1750450276Speter#	CR	key_char_right
1750550276Speter#	CW	key_change_window			create_window
1750650276Speter#	EN	key_end          	kend
1750750276Speter#	HM	key_home		khome
1750850276Speter#	HP	??
1750950276Speter#	LD	key_delete_line  	kdl1
1751050276Speter#	LF	key_linefeed     			label_off
1751150276Speter#	NU	key_next_unlocked_cell
1751250276Speter#	PD	key_page_down   	knp
1751350276Speter#	PL	??
1751450276Speter#	PN	start_print		mc5
1751550276Speter#	PR	??
1751650276Speter#	PS	stop_print		mc4
1751750276Speter#	PU	key_page_up     	kpp		pulse
1751850276Speter#	RC	key_recalc				remove_clock
1751950276Speter#	RF	key_toggle_ref				req_for_input
1752050276Speter#	RT	key_return      	kent
1752150276Speter#	UP	key_up_arrow           	kcuu1   	parm_up_cursor
1752250276Speter#	WL	key_word_left
1752350276Speter#	WR	key_word_right
1752450276Speter#
1752550276Speter# The XENIX extensions also include the following character-set and highlight
1752650276Speter# capabilities:
1752750276Speter#
1752850276Speter#	XENIX	terminfo	function
1752950276Speter#	-----	--------	------------------------------
1753050276Speter#	GS	smacs		start alternate character set
1753150276Speter#	GE	rmacs		end alternate character set
1753250276Speter#	GG			:as:/:ae: glitch (analogous to :sg:/:ug:)
1753350276Speter#	bo	blink		begin blink (not used in /etc/termcap)
1753450276Speter#	be			end blink (not used in /etc/termcap)
1753550276Speter#	bb			blink glitch  (not used in /etc/termcap)
1753650276Speter#	it	dim		begin dim (not used in /etc/termcap)
1753750276Speter#	ie			end dim (not used in /etc/termcap)
1753850276Speter#	ig			dim glitch  (not used in /etc/termcap)
1753950276Speter#
1754050276Speter# Finally, XENIX also used the following forms-drawing capabilities:
1754150276Speter#
1754250276Speter#	single	double  type             ASCII approximation 
1754350276Speter#	------	------	-------------    -------------------
1754450276Speter#	GV	Gv	vertical line             |
1754550276Speter#	GH	Gv	horizontal line       -   _
1754650276Speter#	G1	G5	top right corner       _   |
1754750276Speter#	G2	G6	top left corner       | 
1754850276Speter#	G3	G7	bottom left corner         |_
1754950276Speter#	G4	G8	bottom right corner   _|
1755050276Speter#	GD	Gd	down-tick character        T
1755150276Speter#	GL	Gl	left-tick character   -|
1755250276Speter#	GR	Gr	right-tick character       |-
1755350276Speter#	GC	Gc	middle intersection   -|-
1755450276Speter#	GU	Gu	up-tick character          _|_
1755550276Speter#
1755650276Speter# These were invented to take advantage of the IBM PC ROM character set.  One
1755750276Speter# can compose an acsc string from the single-width characters as follows
1755850276Speter#	"j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
1755950276Speter# When translating a termcap file, ncurses tic will do this automatically.
1756050276Speter# The double forms characters don't fit the SVr4 terminfo model.
1756150276Speter#
1756250276Speter# AT&T Extensions:
1756350276Speter#
1756450276Speter# The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
1756550276Speter# nonstandard capabilities.  Its signature is the KM capability, used to name
1756650276Speter# some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
1756750276Speter# set.  Comments in the original, and a little cross-checking with other AT&T
1756850276Speter# documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
1756950276Speter# (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
1757050276Speter# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
1757150276Speter# cursor invisible), and CV=:ve: (make cursor normal).
1757250276Speter#
1757350276Speter# HP Extensions
1757450276Speter#
1757550276Speter# The HP library (as of mid-1995, their term.h file version 70.1) appears to
1757650276Speter# have the System V capabilities up to SVr1 level.  After that, it supports
1757750276Speter# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
1757850276Speter# :mu: capabilities.  After that, it supports caps plab_norm, label_on,
1757950276Speter# label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
1758050276Speter# HP binary format incompatible with SVr4's.
1758150276Speter#
1758250276Speter# IBM Extensions
1758350276Speter#
1758450276Speter# There is a set of nonstandard terminfos used by IBM's AIX operating system.
1758550276Speter# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
1758650276Speter# capabilities following prtr_non with the following special capabilties:
1758750276Speter# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
1758850276Speter# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
1758950276Speter# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
1759050276Speter# rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
1759150276Speter# kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
1759250276Speter# renamed (to kcbt and kslt).  The places in the box[12] capabilities
1759350276Speter# correspond to acsc chars, here is the mapping:
1759450276Speter#
1759550276Speter#	box1[0]  = ACS_ULCORNER
1759650276Speter#	box1[1]  = ACS_HLINE	
1759750276Speter#	box1[2]  = ACS_URCORNER
1759850276Speter#	box1[3]  = ACS_VLINE
1759950276Speter#	box1[4]  = ACS_LRCORNER
1760050276Speter#	box1[5]  = ACS_LLCORNER
1760150276Speter#	box1[6]  = ACS_TTEE
1760250276Speter#	box1[7]  = ACS_RTEE
1760350276Speter#	box1[8]  = ACS_BTEE
1760450276Speter#	box1[9]  = ACS_LTEE
1760550276Speter#	box1[10] = ACS_PLUS
1760650276Speter#
1760750276Speter# The box2 characters are the double-line versions of these forms graphics.
1760850276Speter# The AIX binary terminfo format is incompatible with SVr4's.
1760950276Speter#
1761050276Speter# Iris console extensions:
1761150276Speter#
1761250276Speter# HS is half-intensity start; HE is half-intensity end
1761350276Speter# CT is color terminal type (for Curses & rogue)
1761450276Speter# CP is color change escape sequence
1761550276Speter# CZ are color names (for Curses & rogue)
1761650276Speter#
1761750276Speter# The ncurses tic utility recognizes HS as an alias for mh <dim>.
1761850276Speter#
1761950276Speter# TC Extensions:
1762050276Speter#
1762150276Speter# There is a set of extended termcaps associated with something
1762250276Speter# called the "Terminal Control" or TC package created by MainStream Systems,
1762350276Speter# Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
1762450276Speter# CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
1762550276Speter# that flags color terminals.
1762650276Speter#
1762750276Speter######## CHANGE HISTORY
1762850276Speter#
1762950276Speter# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
1763050276Speter# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
1763150276Speter# project.
1763250276Speter#
1763350276Speter# This file contains all the capability information present in John Kunze's
1763450276Speter# last version of the termcap master file, except as noted in the change 
1763550276Speter# comments at end of file.  Some information about very ancient obsolete
1763650276Speter# capabilities has been moved to comments.  Some all-numeric names of older
1763750276Speter# terminals have been retired.
1763850276Speter#
1763950276Speter# I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
1764050276Speter# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
1764150276Speter# used by BSD curses.
1764250276Speter#
1764350276Speter# The 9.1.0 version of this file was translated from my lightly-edited copy of
1764450276Speter# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
1764550276Speter# the purpose.  Unless the ncurses tic implementation and the Lisp code were
1764650276Speter# making perfectly synchronized mistakes which I then failed to catch by
1764750276Speter# eyeball, the translation was correct and perfectly information-preserving.
1764850276Speter#
1764950276Speter# Major version number bumps correspond to major version changes in ncurses.
1765050276Speter#
1765150276Speter# Here is a log of the changes since then:
1765250276Speter#
1765350276Speter# 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
1765450276Speter#	* First terminfo master translated from 8.3.
1765550276Speter# 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
1765650276Speter#	* Replaced Wyse entries with updated entries supplied by vendor.
1765750276Speter#
1765850276Speter# 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
1765950276Speter#	* Added contact & status info from G. Clark Brown <clark@sssi.com>.
1766050276Speter# 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
1766150276Speter#	* Better XENIX keycap translation.  Describe TC termcaps.
1766250276Speter#	* Contact and history info supplied by Qume.
1766350276Speter# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
1766450276Speter#	* Raided the Shuford FTP site for recent termcaps/terminfos.
1766550276Speter#	* Added information on X3.64 and VT100 standard escape sequences.
1766650276Speter# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
1766750276Speter#	* Added a correct X11R6 xterm entry.
1766850276Speter#	* Fixed terminfo translations of padding.
1766950276Speter# 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
1767050276Speter#	* Added correct acsc/smacs/rmacs strings for vt100 and xterm.
1767150276Speter#	* Added u6/u7/u8/u9 capabilities.
1767250276Speter#	* Added PCVT entry.
1767350276Speter# 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
1767450276Speter#	* Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
1767550276Speter#	  to use reverse-video standout so Emacs will look right.
1767650276Speter#	* Added el1 capability to ansi.
1767750276Speter#	* Added smacs/rmacs to ansi.sys.
1767850276Speter#
1767950276Speter# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
1768050276Speter#	* New mt70 entry.
1768150276Speter#	* Added COPYRIGHTS AND OTHER DELUSIONS.
1768250276Speter#	* Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
1768350276Speter#	  smartvid & smarterm, ampex 175 & 219 & 232,
1768450276Speter#	  env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
1768550276Speter#	  ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
1768650276Speter#	  screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
1768750276Speter#	  adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
1768850276Speter#	* Replaced the Perkin-Elmer entries with vendor's official ones.
1768950276Speter#	* Restored the old minimal-ansi entry, luna needs it.
1769050276Speter#	* Fixed some incorrect ip and proportional-padding translations.
1769150276Speter# 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
1769250276Speter#	* Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
1769350276Speter#	* Make the xterm entry 65 lines again; create xterm25 and xterm24
1769450276Speter#	  to force a particular height.
1769550276Speter#	* Added beehive4 and reorganized other Harris entries.
1769650276Speter# 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
1769750276Speter#	* Merged in DEC's official entries for its terminals.  The only old
1769850276Speter#	  entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
1769950276Speter#	* Replaced the translated BBN Bitgraph entries with purpose-built
1770050276Speter#	  ones from AT&T's SVr3.
1770150276Speter#	* Replaced the AT&T entries with AT&T's official terminfos.
1770250276Speter#	* Added teleray 16, vc415, cops10. 
1770350276Speter#	* Merged in many individual capabilities from SCO terminfo files.
1770450276Speter# 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
1770550276Speter#	* Typo fixes.
1770650276Speter#	* Change linux entry so A_PROTECT enables IBM-PC ROM characters.
1770750276Speter# 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
1770850276Speter#	* Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
1770950276Speter#	  pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
1771050276Speter#	  simterm, citoh and variants.
1771150276Speter#	* Replaced sol entry with sol1 and sol2.
1771250276Speter#	* Replaced Qume QVT and Freedom-series entries with purpose-built
1771350276Speter#	  terminfo entries.
1771450276Speter#	* Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
1771550276Speter#	  and dg200 entries using caps from from SCO.
1771650276Speter#	* Added the usual set of function-key mappings to ANSI entry.
1771750276Speter#	* Corrected xterm's function-key capabilities.
1771850276Speter# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
1771950276Speter#	* Fix in xterm entry, cub and cud are not reliable under X11R6.
1772050276Speter# 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
1772150276Speter#	* Fix in xterm entry, get the arrow keys right.
1772250276Speter#	* Change some \0 escapes to \200.
1772350276Speter# 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
1772450276Speter#	* Added apple (Videx card), adm1a, oadm31.
1772550276Speter#	* Fixed malformed ampex csr.
1772650276Speter#	* Fixed act4, cyb110; they had old-style prefix padding left in. 
1772750276Speter#	* Changed mandatory to advisory padding in many entries.
1772850276Speter#	* Replaced HP entries up to hpsub with purpose-built ones.
1772950276Speter#	* Blank rmir/smir/rmdc/smdc capabilities removed.
1773050276Speter#	* Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
1773150276Speter# 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
1773250276Speter#	* Replaced the Ann Arbor entries with SCO's, the init strings are
1773350276Speter#	  more efficient (but the entries otherwise identical).
1773450276Speter#	* Added dg211 from Shuford archive.
1773550276Speter#	* Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
1773650276Speter#	  adm42-nl, pc52, gs6300, xerox820, uts30.
1773750276Speter#	* Pull SCO's padding into vi200 entry.
1773850276Speter#	* Improved capabilities for tvi4107 and other Televideo and Viewpoint
1773950276Speter#	  entries merged in from SCO's descriptions.
1774050276Speter#	* Fixed old-style prefix padding on zen50, h1500.
1774150276Speter#	* Moved old superbee entry to superbee-xsb, pulled in new superbee
1774250276Speter#	  entry from SCO's description.
1774350276Speter#	* Reorganized the special entries.
1774450276Speter#	* Added lm#0 to cbunix and virtual entries.
1774550276Speter#
1774650276Speter# 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
1774750276Speter#	* Restored cdc456tst.
1774850276Speter#	* Fixed sb1 entry, SCO erroneously left out the xsb glitch.
1774950276Speter#	* Added megatek, beacon, microkit.
1775050276Speter#	* Freeze for ncurses-1.9 release.
1775150276Speter# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
1775250276Speter#	* Added historical data for TAB.
1775350276Speter#	* Comment fixes from David MacKenzie.
1775450276Speter#	* Added the new BSDI pc3 entry.
1775550276Speter# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
1775650276Speter#	* A change in the tic -C logic now ensures that all entries in 
1775750276Speter#	  the termcap translation will fit in < 1024 bytes.
1775850276Speter#	* Added `bobcat' and `gator' HP consoles and the Nu machine entries
1775950276Speter#	  from GNU termcap file.  This merges in all their local information.
1776050276Speter# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
1776150276Speter#	* Changed tic -C logic to dump all capabilities used by GNU termcap.
1776250276Speter#	* Added warnings about entries with long translations (restoring
1776350276Speter#	  all the GNU termcaps pushes a few over the edge).
1776450276Speter# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
1776550276Speter#	* Yet another tic change, and a couple of entry tweaks, to reduce the
1776650276Speter#	  number of long (> 1024) termcap translations back to 0.
1776750276Speter#
1776850276Speter# 9.6.0 (Mon May  1 10:35:54 EDT 1995)
1776950276Speter#	* Added kf13-kf20 to Linux entry.
1777050276Speter#	* Regularize Prime terminal names.
1777150276Speter#	* Historical data on Synertek.
1777250276Speter#	* Freeze for ncurses-1.9.1.
1777350276Speter# 9.6.1 (Sat May  6 02:00:52 EDT 1995):
1777450276Speter#	* Added true xterm-color entry, renamed djm's pseudo-color entry.
1777550276Speter#	* Eliminate whitespace in short name fields, this tanks some scripts.
1777650276Speter#	* Name field changes to shorten some long entries.
1777750276Speter#	* Termcap translation now automatically generates empty rmir/smir
1777850276Speter#	  when ich1/ich is present (copes with an ancient vi bug).
1777950276Speter#	* Added `screen' entries from FSF's screen-3.6.2.
1778050276Speter#	* Added linux-nic and xterm-nic entries.
1778150276Speter# 9.6.2 (Sat May  6 17:00:55 EDT 1995):
1778250276Speter#	* Change linux entry to use smacs=\E[11m and have an explicit acsc,
1778350276Speter#	  eliminating some special-case code in ncurses.
1778450276Speter#
1778550276Speter# 9.7.0 (Tue May  9 18:03:12 EDT 1995):
1778650276Speter#	* Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
1778750276Speter#	  that captures everything unique from it.
1778850276Speter#	* Added reorder script generator.
1778950276Speter#	* Freeze for ncurses 1.9.2 release.
1779050276Speter# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
1779150276Speter#	* Added Sean Farley's kspd, flash, rs1 capabilities for linux.
1779250276Speter#	* Added Olaf Siebert's corrections for adm12.
1779350276Speter#	* ansi-pc-color now includes the colors and pairs caps, so that
1779450276Speter#	  entries which use it will inherit them automatically.
1779550276Speter#	* The linux entry can now recognize the center (keypad 5) key.
1779650276Speter#	* Removed some junk that found its way into Linux acsc.
1779750276Speter#
1779850276Speter# 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
1779950276Speter#	* Add 50% cut mark as a desperate hack to reduce tic's core usage.
1780050276Speter#	* xterm doesn't try to use application keypad mode any more.
1780150276Speter#	* Freeze for ncurses-1.9.3 release.
1780250276Speter# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
1780350276Speter#	* Added corrected sun entry from vendor.
1780450276Speter#	* Added csr capability to linux entry.
1780550276Speter#	* Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
1780650276Speter#	* Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
1780750276Speter#	* Some commented-out caps in long entries come back in, my code 
1780850276Speter#	  for computing string-table lengths had a bug in it.
1780950276Speter#	* pcansi series modified to fit comm-program reality better.
1781050276Speter# 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
1781150276Speter#	* BSD/OS actually ships the ibmpc3 bold entry as its console.
1781250276Speter#	* Correct some bad aliases in the pcansi series
1781350276Speter#	* Added entry for QNX console.
1781450276Speter#	* Clean up duplicate long names for use with 4.4 library.
1781550276Speter#	* Change vt100 standout to be normal reverse vide, not bright reverse;
1781650276Speter#	  this makes the Emacs status line look better.
1781750276Speter# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
1781850276Speter#	* Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
1781950276Speter#	* Minor surgery, mostly on name strings, to shorten termcap version.
1782050276Speter#
1782150276Speter# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
1782250276Speter#	* Added dec-vt100 for use with the EWAN emulator.
1782350276Speter#	* Added kmous to xterm for use with xterm's mouse-tracking facility.
1782450276Speter#	* Freeze for 1.9.5 alpha release.
1782550276Speter# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
1782650276Speter#	* Changed xterm lines to 24, the X11R6 default.
1782750276Speter# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
1782850276Speter#	* Added 7 newly discovered, undocumented acsc characters to linux
1782950276Speter#	  entry (the pryz{|} characters).
1783050276Speter#	* ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
1783150276Speter#	* Correct two typos in the xterm entries introduced in 9.9.1.
1783250276Speter#	* I finally figured out how to translate ko capabilities.  Done.
1783350276Speter#	* Added tvi921 entries from Tim Theisen.
1783450276Speter#	* Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
1783550276Speter#	* Removed mystery tec entry, it was neither interesting nor useful.
1783650276Speter#	* shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
1783750276Speter#	  vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
1783850276Speter#	  trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
1783950276Speter#	  by making them relative to use capabilities
1784050276Speter#	* Added cuf1=^L to tvi925 from deleted variant tvi925a.
1784150276Speter#	* fixed cup in adm22 entry and parametrized strings in vt320-k3.
1784250276Speter#	* added it#8 to entries that used to have :pt: -- tvi912, vi200,
1784350276Speter#	  ampex80,
1784450276Speter#	* Translate all home=\E[;H capabilities to home=\E[H, they're 
1784550276Speter#	  equivalent.
1784650276Speter#	* Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
1784750276Speter#	  vt100 and ANSI-like terminals.
1784850276Speter# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
1784950276Speter#	* Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
1785050276Speter#	  does this now, too.
1785150276Speter#	* fviewpoint is gone, it duplicated screwpoint.
1785250276Speter#	* Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
1785350276Speter#	  ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3, 
1785450276Speter#	  versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
1785550276Speter#	  The UW vi50 replaces the old one, which becomes vi50adm,
1785650276Speter#	* No more embedded commas in name fields.
1785750276Speter#
1785850276Speter# 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
1785950276Speter#	* XENIX forms characters in fos, trs16, scoansi become acsc strings,
1786050276Speter#	* Introduced klone+* entries for describing Intel-console behavior.
1786150276Speter#	* Linux kbs is default-mapped to delete for some brain-dead reason.
1786250276Speter#	* -nsl -> -ns.  The -pp syntax is obsolete.
1786350276Speter#	* Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
1786450276Speter#	* Make xterm entry do application-keypad mode again.  I got complaints
1786550276Speter#	  that it was messing up someone's 3270 emulator.
1786650276Speter#	* Added some longname fields in order to avoid warning messages from
1786750276Speter#	  older tic implementations.
1786850276Speter#	* According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
1786950276Speter#	  it! (This gives us pi, greater than, less than, and a few more.)
1787050276Speter#	* Freeze for ncurses-1.9.6 release.
1787150276Speter# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
1787250276Speter#	* Add xon to a number of console entries, they're memory-mapped and
1787350276Speter#	  don't need padding.
1787450276Speter#	* Correct the use dependencies in the ansi series.
1787550276Speter#	* Hand-translate more XENIX capabilities.
1787650276Speter#	* Added hpterm entry for HP's X terminal emulator.
1787750276Speter#	* Added aixterm entries.
1787850276Speter#	* Shortened four names so everything fits in 14 chars.  
1787950276Speter#
1788050276Speter# 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
1788150276Speter#	* Added ibcs2 entry and info on iBCS2 standard.
1788250276Speter#	* Corrected hpa/vpa in linux entry.  They still fail the worm test.
1788350276Speter#	* We can handle the HP meml/memu capability now.
1788450276Speter#	* Added smacs to klone entries, just as documentation.
1788550276Speter#	* Carrected ansi.sys and cit-500 entries.
1788650276Speter#	* Added z39, vt320-k311, v220c, and avatar entries.
1788750276Speter#	* Make pcansi use the ansi.sys invis capability.
1788850276Speter#	* Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
1788950276Speter#	  tvi925, tvi950, dt80, ncr7900i, h19.
1789050276Speter#	* X3.64 has been withdrawn, change some references.
1789150276Speter#	* Removed function keys from ansi-m entry.
1789250276Speter#	* Corrected ansi.sys entry.
1789350276Speter#	* Freeze for ncurses-1.9.7 release.
1789450276Speter# 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
1789550276Speter#	* Added rmam/smam capabilities to many entries based on init strings.
1789650276Speter#	* Added correct hpa/vpa to linux.
1789750276Speter#	* Reduced several entries relative to vt52.
1789850276Speter# 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
1789950276Speter#	* Exiled some utterly unidentifiable custom and homebrew types to the
1790050276Speter#	  UFO file; also, obsolete small-screen hardware; also, entries which
1790150276Speter#	  look flat-out incorrect, garbled, or redundant.  These include the
1790250276Speter#	  following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec, 
1790350276Speter#	  tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
1790450276Speter#	  apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
1790550276Speter#	  fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55, 
1790650276Speter#	  yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2, 
1790750276Speter#	  vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200, 
1790850276Speter#	  trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40, 
1790950276Speter#	  att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w, 
1791050276Speter#	  tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na, 
1791150276Speter#	  c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na, 
1791250276Speter#	  regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb, 
1791350276Speter#	  vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam, 
1791450276Speter#	  vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
1791550276Speter#	* Corrected pcvt25h as suggested by Brian C. Grayson
1791650276Speter#	  <bgrayson@pine.ece.utexas.edu>.
1791750276Speter# 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
1791850276Speter#	* Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H. 
1791950276Speter#	* Added kent=\EOM to xterm entry.
1792050276Speter#
1792150276Speter# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
1792250276Speter#	* Corrected gigi entry.
1792350276Speter#	* Restored cuf/cud1 to xterm, their apparent bugginess was due to
1792450276Speter#	  bad hpa/vpa capabilities.
1792550276Speter#	* Corrected flash strings to have a uniform delay of .2 sec.  No
1792650276Speter#	  more speed-dependent NUL-padding!
1792750276Speter#	* terminfo capabilities in comments bracketed with <>.
1792850276Speter# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
1792950276Speter#	* Replaced pcvt with the 3.31 pcvt entries.
1793050276Speter#	* Freeze for 1.9.7a.
1793150276Speter# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
1793250276Speter#	* Added emu entry from the X11R6 contrib tape sources.
1793350276Speter#
1793450276Speter# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
1793550276Speter#	* Improved iris-ansi and sun entries.
1793650276Speter#	* More flash string improvements.
1793750276Speter#	* Corrected wy160 & wy160 as suggested by Robert Dunn
1793850276Speter#	* Added dim to at386.  
1793950276Speter#	* Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
1794050276Speter#	  he's ready to start using the termcap generated from this one.
1794150276Speter#	* Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
1794250276Speter#	  ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
1794350276Speter#	* Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
1794450276Speter#	  att610, att620, att630, 
1794550276Speter#	* Changed hazeltine name prefix from h to hz.
1794650276Speter#	* Sent t500 to the UFI file.
1794750276Speter#	* I think we've sucked all the juice out of BSDI's termcap file now.
1794850276Speter#	* Freeze for ncurses 1.9.8 release
1794950276Speter# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
1795050276Speter#	* Unfreeze, linux kbs needed to be fixed.
1795150276Speter#	* Tim Theisen pinned down a bug in the DMD firmware.
1795250276Speter# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
1795350276Speter#	* Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
1795450276Speter#	  (The broken ones had been shadowed by sgr.)
1795550276Speter# 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
1795650276Speter#	* Added documentation on ECMA-48 standard.
1795750276Speter#	* New Amiga entry.
1795850276Speter# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
1795950276Speter#	* More ECMA-48 stuff
1796050276Speter#	* Corrected typo in minix entry, added pc-minix.
1796150276Speter#	* Corrected khome/kend in xterm (thank you again, Aaron Ucko).
1796250276Speter#	* Added rxvt entry.
1796350276Speter#	* Added 1.3.x color-change capabilities to linux entry.
1796450276Speter# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
1796550276Speter#	* Corrected rxvt entry khome/kend.
1796650276Speter#	* Corrected linux color change capabilities.
1796750276Speter#	* NeXT entries from Dave Wetzel.
1796850276Speter#	* Cleaned up if and rf file names (all in /usr/share now).
1796950276Speter#	* Changed linux op capability to avoid screwing up a background color
1797050276Speter#	  pair set by setterm.
1797150276Speter# 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
1797250276Speter#	* Added xterm-sun.
1797350276Speter# 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
1797450276Speter#	* Added visa50.
1797550276Speter#
1797650276Speter# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
1797750276Speter#	* Another sweep through the Shuford archive looking for new info.
1797850276Speter#	* Added dg100 alias to dg6053 based on a comp.terminals posting.
1797950276Speter# 	* Added st52 from Per Persson.
1798050276Speter#	* Added eterm from the GNU Emacs 19.30 distribution.
1798150276Speter#	* Freeze for 1.9.9.
1798250276Speter# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
1798350276Speter#	* FreeBSD console entries from Andrew Chernov.
1798450276Speter#	* Removed duplicate Atari st52 name.
1798550276Speter# 9.13.2 (Tue May  7 16:10:06 EDT 1996)
1798650276Speter#	* xterm doesn't actually have ACS_BLOCK.
1798750276Speter#	* Change klone+color setf/setb to simpler forms that can be
1798850276Speter#	  translated into termcap.
1798950276Speter#	* Added xterm1.
1799050276Speter#	* Removed mechanically-generated junk capabilities from cons* entries.
1799150276Speter#	* Added color support to bsdos.
1799250276Speter# 9.13.3 (Thu May  9 10:35:51 EDT 1996):
1799350276Speter#	* Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
1799450276Speter#	* Created ecma+color, linux can use it.  Also added ech to linux.
1799550276Speter#	* Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
1799650276Speter#	* Add descriptions to FreeBSD console entries.  Also shorten
1799750276Speter#	  some aliases to <= 14 chars for portability.
1799850276Speter#	* Added x68k console
1799950276Speter#	* Added OTbs to several VT-series entries.
1800050276Speter# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
1800150276Speter#	* screen entry update for 3.7.1 from Michael Alan Dorfman.
1800250276Speter# 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
1800350276Speter#	* kterm correction due to Kenji Rikitake.
1800450276Speter#	* ACS correction in vt320-kll due to Phillippe De Muyter.
1800550276Speter# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
1800650276Speter#	* Sun console entry correction from J.T. Conklin.
1800750276Speter#	* Changed all DEC VT300 and up terminals to use VT300 tab set
1800850276Speter# 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
1800950276Speter#	* Added smul to linux entry (we never noticed it was missing 
1801050276Speter#	  because of sgr!).
1801150276Speter#	* Added rmln to hp+labels (deduced from other HP entries).
1801250276Speter#	* Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
1801350276Speter#	  pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
1801450276Speter#	* Corrected vt220 acsc.
1801550276Speter#	* The klone+sgr and klone+sgr-dumb entries now use klone+acs;
1801650276Speter#	  this corresponds to reality and helps prevent some tic warnings.
1801750276Speter#	* Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
1801850276Speter#	  hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
1801950276Speter#	  adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
1802050276Speter#	  qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
1802150276Speter#	  wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
1802250276Speter#	  adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p, 
1802350276Speter#	  f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
1802450276Speter#	  owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
1802550276Speter#	  lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
1802650276Speter#	  dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
1802750276Speter#	  ifmr, v3220, wy100q, tandem653, ibmaed.
1802850276Speter#	* Added DWK terminal description.
1802950276Speter# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
1803050276Speter#	* Many entries now have highlights inherited from adm+sgr.
1803150276Speter#	* xterm entry now corresponds to XFree86 3.1.2E, with color.
1803250276Speter#	* xtitle and xtitle-twm enable access to the X status line.
1803350276Speter#	* Added linux-1.3.6 color palette caps in conventional format.
1803450276Speter#	* Added adm1178 terminal.
1803550276Speter#	* Move fos and apollo terminals to obsolete category.
1803650276Speter#	* Aha! The BRL terminals file told us what the Iris extensions mean.
1803750276Speter#	* Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
1803850276Speter#	  commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
1803950276Speter#	  cit500, adm11. 
1804050276Speter# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
1804150276Speter#	* Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
1804250276Speter#	  aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
1804350276Speter#	* Corrected, from BRL termcap file: vi50.
1804450276Speter#	* Better rxvt entry & corrected xterm entries from Thomas Dickey.
1804550276Speter# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
1804650276Speter#	* Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
1804750276Speter#	  att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
1804850276Speter#	  (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
1804950276Speter#	  tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
1805050276Speter#	  apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
1805150276Speter#	* Paired-attribute fixes to various terminals.
1805250276Speter#	* Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
1805350276Speter#	* xterm entry corrections from Thomas Dickey.
1805450276Speter# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
1805550276Speter#	* Added t916 entry, translated from a termcap in SCO's support area.
1805650276Speter#	* New qnx entry from Michael Hunter.
1805750276Speter# 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
1805850276Speter#	* Added hpex2 from Ville Sulko.
1805950276Speter#	* Fixed a bug that ran the qnx and pcvtXX together.
1806050276Speter# 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
1806150276Speter#	* Added dtterm entry from Solaris CDE.
1806250276Speter# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
1806350276Speter#	* corrected pairs#8 typo in dtterm entry.
1806450276Speter#	* added tvi9065.
1806550276Speter# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
1806650276Speter#	* updated xterm entry to cover 3.1.2E's new features.  
1806750276Speter# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
1806850276Speter#	* Added new minix entry
1806950276Speter#	* Removed aliases of the form ^[0-9]* for obsolete terminals.
1807050276Speter#	* Commented out linux-old, nobody's using pre-1.2 kernels now.
1807150276Speter# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
1807250276Speter#	* Added Prism entries and kt7ix.
1807350276Speter#	* Caution notes about EWAN and tabset files.
1807450276Speter#	* Changed /usr/lib/tabset -> /usr/share/tabset.
1807550276Speter#	* Added acsc/rmacs/smacs to vt52.
1807650276Speter# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
1807750276Speter#	* Merged in Thomas Dickey's reorganization of the xterm entries;
1807850276Speter#	  added technical corrections to avoid warning messages.
1807950276Speter# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
1808050276Speter#	* Added rmso=\E[27m in Linux entry.
1808150276Speter#	* Added koi8-r support for Linux console.
1808250276Speter#	* Replace xterm entries with canonical ones from XFree86 3.2.
1808350276Speter# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
1808450276Speter#	* Added color_xterm from Jacob Mandelson
1808550276Speter# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
1808650276Speter#	* Back off the xterm entry to use r6 as a base.
1808750276Speter# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
1808850276Speter#	* Added dec-vt220 at Adrian Garside's request.
1808950276Speter# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
1809050276Speter#	* Replaced minitel-2 entry.
1809150276Speter#	* Added MGR, ansi-nt.
1809250276Speter#	* Minor corrections to xterm entries.
1809350276Speter#	* Replaced EWAN telnet entry.
1809450276Speter#	* Dropped the reorder script generator.  It was a fossil.
1809550276Speter# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
1809650276Speter#	* Thorsten Lockert added termcap `bs' to a lot of types, working from
1809750276Speter#	  the 4.4BSD Lite2 file.
1809850276Speter# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
1809950276Speter#	* Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
1810050276Speter#	* Updated iris-ansi; corrected vt102-w.
1810150276Speter#	* Switch base xterm entry to 3.3 level.
1810250276Speter# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
1810350276Speter#	* Added basic4.
1810450276Speter#	* Removed rmir/smir from tv92B.
1810550276Speter#
1810650276Speter# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
1810750276Speter#	* add hds200 description (Walter Skorski)
1810850276Speter#	* add beterm entry (Fred Fish)
1810950276Speter#	* add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
1811050276Speter#	  iris-color entries.
1811150276Speter#	* add emx entries.
1811250276Speter#	* Replaced unixpc entry with Benjamin Sittler's corrected version.
1811350276Speter#	* Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
1811450276Speter#	  versions.
1811550276Speter#	* remove sgr string from qnx based on report by Xiaodan Tang
1811650276Speter#	* Added u8/u9, removed rmul/smul from sun-il.
1811750276Speter#	* 4.2 tic displays \0 rather than \200.
1811850276Speter#	* add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
1811950276Speter#	  apparently based on cp-866).
1812050276Speter#	* Merged in Pavel Roskin's acsc for linux-koi8
1812150276Speter#	* Corrected some erroneous \\'s to \.
1812250276Speter#	* 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
1812350276Speter#	* II -> ii in pcvtXX, screen, xterm.
1812450276Speter#	* Removed \n chars following ANSI escapes in sgr & friends.
1812550276Speter#	* Updated Wyse entries.
1812650276Speter#	* h19 corrections from Tim Pierce.
1812750276Speter#	* Noted that the dm2500 has both ich and smir.
1812850276Speter#	* added pccons for the Alpha under OSF/1.
1812950276Speter#	* Added Sony NEWS workstation entries and cit101e-rv.
1813050276Speter#	* Reverted `amiga'; to Kent Polk's version, as I'm told
1813150276Speter#	  the Verkuil entry messes up with Amiga Telnet.
1813250276Speter# 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
1813350276Speter#	* Corrected attributions in 10.2.0 release notes.
1813450276Speter#	* Scanned the Shuford archive for new terminfos and information.
1813550276Speter#	* Removed sgr from qnx entry (Thomas Dickey).
1813650276Speter#	* Added entries for ICL and Kokusai Data Systems terminals.
1813750276Speter#	* Incorporated NCR terminfos from the Boundless Technology FTP site.
1813850276Speter#	* Incorporated att700 from the Boundless Technology FTP site.
1813950276Speter#	* Miscellaneous contact-address and Web-page updates.
1814050276Speter#
1814150276Speter# 1998/5/9
1814250276Speter#	* add nxterm and xterm-color terminfo description (request by Cristian
1814350276Speter#	  Gafton <gafton@redhat.com>).
1814450276Speter#	* modify rxvt terminfo description to clear alternate screen before
1814550276Speter#	  switching back to normal screen, for compatibility with applications
1814650276Speter#	  which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
1814750276Speter#	* modify linux terminfo description to reset color palette (reported
1814850276Speter#	  by Telford Tendys <telford@eng.uts.edu.au>).
1814950276Speter#
1815050276Speter# 1998/7/4
1815150276Speter#	* merge changes from current XFree86 xterm terminfo descriptions.
1815250276Speter#
1815350276Speter# 1998/7/25
1815450276Speter#	* Added minitel1 entries from Alexander Montaron.
1815550276Speter#	* Added qnxt2 from Federico Bianchi.
1815650276Speter#	* Added arm100 terminfo entries from Dave Millen.
1815750276Speter#
1815850276Speter# 1998/8/6
1815950276Speter#	* Added ncsa telnet entries from Francesco Potorti
1816050276Speter#
1816150276Speter# 1998/8/15
1816250276Speter#	* modify ncsa telnet entry to reflect color, other capabilities based on
1816350276Speter#	  examination of the source code - T.Dickey.
1816450276Speter#
1816550276Speter# 1998/8/22
1816650276Speter#	* Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
1816750276Speter#
1816850276Speter# 1998/8/29
1816950276Speter#	* Added Francesco Potorti's tuned Wyse 99 entries.
1817050276Speter#	* dtterm enacs correction from Alexander V. Lukyanov.
1817150276Speter#	* Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
1817250276Speter#	* correct a typo in icl6404 entry.
1817350276Speter#	* add xtermm and xtermc
1817450276Speter#
1817550276Speter# 1998/9/26
1817650276Speter#	* format most %'char' sequences to %{number}
1817750276Speter#	* adapt IBM AIX 3.2.5 terminfo - T.Dickey
1817850276Speter#	* merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
1817950276Speter#
1818050276Speter# 1998/10/10
1818150276Speter#	* update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
1818250276Speter#	* correct initialization string in xterm-r5, add misc other features
1818350276Speter#	  to correspond with xterm patch 84 - TD
1818450276Speter#
1818550276Speter# 1998/12/19
1818650276Speter#	* update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
1818750276Speter#	* add Mathew Vernon's mach console entries
1818850276Speter#	* corrections for ncsa function-keys (report by Larry Virden)
1818950276Speter#
1819050276Speter# 1998/12/19
1819150276Speter#	* change linux to use ncv#2, since underline does not work with color - TD
1819250276Speter#
1819350276Speter# 1999/1/9
1819450276Speter#	* add kbt to iris-ansi, document other shift/control functionkeys - TD
1819550276Speter#	* correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
1819650276Speter#	  application modes, change kent to use the correct keypad code - TD
1819750276Speter#
1819850276Speter# 1999/1/10
1819950276Speter#	* add entry for Tera Term - TD
1820050276Speter#
1820150276Speter# 1999/1/23
1820250276Speter#	* minor improvements for teraterm entry - TD
1820350276Speter#	* rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
1820450276Speter#	  and bsdos-bold to bsdos-pc (Jeffrey C Honig)
1820550276Speter#
1820650276Speter# 1999/2/20
1820750276Speter#	* resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
1820850276Speter#	  xterm and ncsa entries by removing the unneeded ones.  Note that
1820950276Speter#	  some entries will return kend & khome versus kslt and kfnd, for
1821050276Speter#	  PC-style keyboards versus strict vt220 compatiblity - TD
1821150276Speter#
1821250276Speter# 1999/3/13
1821350276Speter#	* adjust xterm-xfree86 khome/kend to match default PC-style keyboard
1821450276Speter#	  tables - TD
1821550276Speter#	* add 'crt' entry - TD
1821650276Speter#	* correct typos in 'linux-c' entry - TD
1821750276Speter#
1821850276Speter# 1999/3/14
1821950276Speter#	* update entries for BSD/OS console to use klone+sgr and klone+color
1822050276Speter#	  (Jeffrey C Honig)
1822150276Speter#
1822250276Speter# 1999/3/27
1822350276Speter#	* adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
1822450276Speter#
1822550276Speter# 1999/4/10
1822650276Speter#	* add linux-lat, from RedHat patches to ncurses 4.2
1822750276Speter#
1822850276Speter# 1999/4/17
1822950276Speter#	* add complete set of default function-key definitions for scoansi - TD.
1823050276Speter#
1823150276Speter# 1999/7/3
1823250276Speter#	* add cnorm, cvvis for Linux 2.2 kernels
1823350276Speter#
1823450276Speter# 1999/7/24
1823550276Speter#	* add kmous to xterm-r5 -TD
1823650276Speter#	* correct entries xterm+sl and xterm+sl-twm, which were missing the
1823750276Speter#	  parent "use" clause -TD
1823850276Speter#
1823950276Speter# 1999/7/31
1824050276Speter#	* corrected cnorm, added el1 in 'screen' description -TD
1824150276Speter#
1824250276Speter# 1999/8/14
1824350276Speter#	* add ms-vt100 -TD
1824450276Speter#
1824550276Speter# 1999/8/21
1824650276Speter#	* corrections to beterm entry -TD
1824750276Speter#
1824856639Speter# 1999/8/28
1824956639Speter#	* add cygwin entry -TD
1825056639Speter#
1825156639Speter# 1999/9/4
1825256639Speter#	* minor corrections for beterm entry -TD
1825356639Speter#
1825456639Speter# 1999/9/18
1825556639Speter#	* add acsc string to HP 70092 terminfo entry -Joerg Wunsch
1825656639Speter#
1825756639Speter# 1999/9/25
1825856639Speter#	* add amiga-8bit entry
1825956639Speter#	* add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
1826056639Speter#	  rcons-color, based on
1826156639Speter#	  ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
1826256639Speter#	* add alias for iris-ansi-net
1826356639Speter#
1826456639Speter# 1999/10/2
1826556639Speter#	* corrected scoansi entry's acsc, some function keys, add color -TD
1826656639Speter#
1826756639Speter# 1999/10/23
1826856639Speter#	* add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
1826956639Speter#	* reorder ncsa entries to make ncsa-vt220 use the alternate function
1827056639Speter#	  key mapping, leaving Potorti's entries more like he named them -TD
1827156639Speter#	* remove enter/exit am-mode from cygwin -TD
1827256639Speter#
1827362449Speter# 1999/10/30
1827462449Speter#	* correct typos in several entries (missing '[' from CSI):
1827562449Speter#	  mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
1827662449Speter#	  strings for avt-ns -TD
1827762449Speter#	* add 'dim' to ncv mask for linux (report by Klaus Weide).
1827862449Speter#
1827962449Speter# 1999/11/27
1828062449Speter#	* correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
1828162449Speter#	* add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
1828262449Speter#	* add xterm-88color and xterm-256color -TD
1828362449Speter#
1828462449Speter# 1999/12/4
1828562449Speter#	* add "obsolete" termcap strings -TD
1828662449Speter#	* add kvt and gnome entries -TD
1828762449Speter#
1828862449Speter# 1999/12/11
1828962449Speter#	* correct cup string for regent100 -TD
1829062449Speter#
1829162449Speter# 2000/1/1
1829262449Speter#	* update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
1829362449Speter#	* add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
1829462449Speter#	* change OTrs capabilities to rs2 -TD
1829562449Speter#	* add obsolete and extended capabilities to 'screen' -TD
1829662449Speter#
1829762449Speter# 2000/1/5
1829862449Speter#	* remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
1829962449Speter#	  with kf10 -TD
1830062449Speter#	* updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
1830162449Speter#	  and adding kcbt -TD
1830262449Speter#
1830362449Speter# 2000/1/12
1830462449Speter#	* remove incorrect khome/kend from xterm-xf86-v333, which was based on
1830562449Speter#	  nonstandard resource settings -TD
1830662449Speter#
1830762449Speter# 2000/2/26
1830862449Speter#	* minor fixes for xterm-*, based on Debian #58530 -TD
1830962449Speter#
1831062449Speter# 2000/3/4
1831162449Speter#	* add several terminal types from esr's "11.0", as well as comments.
1831262449Speter#	  bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
1831362449Speter#	  vt220-8bit, vt220-old, wy85-8bit
1831462449Speter#
1831562449Speter# 2000/3/18
1831662449Speter#	* add several terminal types from esr's "11.0.1" (ansi-*).
1831762449Speter#	* update OTxx capabilities for changes on 2000/3/4.
1831862449Speter#	* revert part of vt220 change (request by Todd C Miller for OpenBSD)
1831962449Speter#
1832062449Speter# 2000/3/26
1832162449Speter#	* move screen's AX extension to ecma+color, modify several entries to
1832262449Speter#	  use that, adjusting ncv as needed -TD
1832362449Speter#
1832462449Speter# 2000/4/8
1832562449Speter#	* add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
1832662449Speter#	* correct spelling error in entry name: bq300-rv was given as bg300-rv
1832762449Speter#	  in esr's version.
1832862449Speter#
1832962449Speter# 2000/4/15
1833062449Speter#	* add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
1833162449Speter#	* correct color definition for ibm3164, make minor changes to other
1833262449Speter#	  IBM terminal definitions based on recent terminfo descriptions -TD
1833362449Speter#
1833462449Speter# 2000/4/22
1833562449Speter#	* add mgterm, from NetBSD -TD
1833662449Speter#	* add alias sun-cgsix for sun-ss5 as per NetBSD
1833762449Speter#	* change cons25w to use rs2 for reset rather than rs1 -TD
1833862449Speter#	* add rc/sc to aixterm based on manpage -TD
1833962449Speter#
1834062449Speter# 2000/5/13
1834162449Speter#	* remove ncv from xterm-16color, xterm-256 color
1834262449Speter#
1834362449Speter# 2000/6/10
1834462449Speter#	* add kmous capability to linux to use Joerg Schoen's gpm patch.
1834562449Speter#
1834662449Speter# 2000/7/1
1834762449Speter#	* add Eterm (Michael Jennings)
1834862449Speter#
1834950276Speter# The following sets edit modes for GNU EMACS.
1835050276Speter# Local Variables:
1835150276Speter# fill-prefix:"\t"
1835250276Speter# fill-column:75
1835350276Speter# comment-column:0
1835450276Speter# comment-start-skip:"^#+"
1835550276Speter# comment-start:"# "
1835650276Speter# compile-command:"tic -c terminfo.master"
1835750276Speter# End:
1835850276Speter######## SHANTIH!  SHANTIH!  SHANTIH!
18359