terminfo.src revision 76726
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
876726Speter#	$Date: 2001/05/05 23:09:00 $
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, 
33276726Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;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, 
33676726Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;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
80776726Speter#
80876726Speter# hpa/vpa work in the console, but not in scoterm:
80976726Speter#	hpa=\E[%p1%dG,
81076726Speter#	vpa=\E[%p1%dd,
81176726Speter#
81276726Speter# SCO's terminfo uses
81376726Speter#	kLFT=\E[d,
81476726Speter#	kRIT=\E[c,
81576726Speter# which do not work (console or scoterm).
81676726Speter#
81776726Speter# Console documents only 3 attributes can be set with SGR (so we don't use sgr).
81850276Speterscoansi|SCO Extended ANSI standard crt, 
81976726Speter	OTbs, am, bce, eo, xon, 
82056639Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
82156639Speter	acsc=0[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`ja0fxgqh2jYk?lZm@nEqDtCu4vAwBx3~y, 
82276726Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
82376726Speter	civis=\E[=14;12C, clear=\E[2J\E[H, cnorm=\E[=10;12C, 
82450276Speter	cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
82576726Speter	cuu1=\E[A, cvvis=\E[=0;12C, dch1=\E[P, dl=\E[%p1%dM, 
82676726Speter	dl1=\E[M, ed=\E[m\E[J, el=\E[m\E[K, home=\E[H, ht=^I, 
82776726Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
82876726Speter	indn=\E[%p1%dS, invis=\E[8m, kbeg=\E[E, kbs=^H, kcbt=\E[Z, 
82976726Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^_, 
83076726Speter	kend=\E[F, kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, 
83176726Speter	kf13=\E[Y, kf15=\E[a, kf16=\E[b, kf17=\E[c, kf18=\E[d, 
83276726Speter	kf19=\E[e, kf2=\E[N, kf20=\E[f, kf21=\E[g, kf22=\E[h, 
83376726Speter	kf23=\E[i, kf24=\E[j, kf25=\E[k, kf26=\E[l, kf27=\E[m, 
83476726Speter	kf28=\E[n, kf29=\E[o, kf3=\E[O, kf30=\E[p, kf31=\E[q, 
83576726Speter	kf32=\E[r, kf33=\E[s, kf34=\E[t, kf35=\E[u, kf36=\E[v, 
83676726Speter	kf37=\E[w, kf38=\E[x, kf39=\E[y, kf4=\E[P, kf40=\E[z, 
83776726Speter	kf41=\E[@, kf42=\E[[, kf43=\E[\\, kf44=\E[], kf45=\E[\^, 
83876726Speter	kf46=\E[_, kf47=\E[`, kf48=\E[{, kf5=\E[Q, kf6=\E[R, 
83976726Speter	kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, kich1=\E[L, 
84076726Speter	knp=\E[G, kpp=\E[I, op=\E[37;40m, rev=\E[7m, ri=\E[T, 
84176726Speter	rin=\E[%p1%dT, rmacs=\E[10m, rmam=\E[?7l, rmso=\E[m, 
84276726Speter	rmul=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
84376726Speter	sgr0=\E[0;10m, smacs=\E[12m, smam=\E[?7h, smso=\E[7m, 
84476726Speter	smul=\E[4m, 
84550276Speter
84650276Speter# This actually describes the generic SVr4 display driver for Intel boxes.
84750276Speter# The <dim=\E[2m> isn't documented and therefore may not be reliable.
84850276Speter# From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
84950276Speteratt6386|at386|386at|AT&T WGS 6386 console, 
85050276Speter	am, bw, eo, xon, 
85150276Speter	cols#80, it#8, lines#25, 
85250276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
85350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[=C, 
85450276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub=\E[%p1%dD, 
85550276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
85650276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
85750276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
85850276Speter	dl=\E[%p1%dM, dl1=\E[1M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
85950276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
86050276Speter	ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=\E[S, 
86150276Speter	indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H, 
86250276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
86350276Speter	kdch1=\E[P, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, 
86450276Speter	kf12=\EOA, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
86550276Speter	kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H, kich1=\E[@, 
86650276Speter	knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m, 
86750276Speter	ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
86850276Speter	sc=\E7, 
86950276Speter	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, 
87050276Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
87162449Speter	tbc=\E[2g, vpa=\E[%i%p1%dd, use=klone+color, 
87250276Speter# (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
87350276Speterpc6300plus|AT&T 6300 plus, 
87462449Speter	OTbs, am, xon, 
87550276Speter	cols#80, lines#24, 
87650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, 
87750276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, 
87850276Speter	cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
87950276Speter	dch1=\E[1P, dim=\E[2m, dl1=\E[1M, ed=\E[0J, el=\E[0K, 
88050276Speter	home=\E[H, hts=\EH, ich1=\E[1@, il1=\E[1L, ind=^J, 
88150276Speter	invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
88250276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\EOu, kf2=\EOd, kf3=\EOe, 
88350276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\EOk, 
88450276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
88550276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
88650276Speter
88750276Speter# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
88850276Speter#
88950276Speter# I have a UNIX PC which I use as a terminal attached to my Linux PC.
89050276Speter# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
89150276Speter# is broken. All the special key sequences are broken, making it unusable
89250276Speter# with Emacs. The problem stems from the following:
89350276Speter# 
89450276Speter# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
89550276Speter# keypad!), loadable fonts, and strange highlighting modes ("dithered"
89650276Speter# half-intensity, "smeared" bold, and real strike-out, for example.) It also
89750276Speter# uses resizable terminal windows, but the bundled terminal program always
89850276Speter# uses an 80x24 window (and doesn't support seem to support a 132-column
89950276Speter# mode.) 
90050276Speter# 
90150276Speter# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
90250276Speter# library which was a superset of SVr3.5 curses (called tam, for "terminal
90350276Speter# access method".) tam includes support for real, overlapping windows,
90450276Speter# onscreen function key labels, and bitmap graphics. But since the primary
90550276Speter# user interface on the UNIX PC was a GUI program (ua, for "user
90650276Speter# assistant",) and remote administration was considered important for the
90750276Speter# machine, tam also supported VT100-compatible terminals attached to the
90850276Speter# serial port or used across the StarLan network. To simulate the extra keys
90950276Speter# not present on a VT100, users could press ESC and a two-letter sequence,
91050276Speter# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
91150276Speter# however, were not the same as those sent by the actual Undo key. The
91250276Speter# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
91350276Speter# (If you're interested in adding some of the tam calls to ncurses, btw, I
91450276Speter# have the full documentation and several programs which use tam. It also
91550276Speter# used an extended terminfo format to describe key sequences, special
91650276Speter# highlighting modes, etc.) 
91750276Speter# 
91850276Speter# KEYS: This means that ncurses would quite painful on the UNIX PC, since
91950276Speter# there are two sequences for every key-modifier combination (local keyboard
92050276Speter# sequence and remote "VT100" sequence.) But I doubt many people are trying
92150276Speter# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
92250276Speter# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume) 
92350276Speter# seem to have been built from the manual describing the VT100 sequences. 
92450276Speter# This means it doesn't work for a real live UNIX PC. 
92550276Speter# 
92650276Speter# FONTS: The UNIX PC also has a strange interpretation of "alternate
92750276Speter# character set". Rather than the VT100 graphics you might expect, it allows
92850276Speter# up to 8 custom fonts to be loaded at any given time. This means that
92950276Speter# programs expecting VT100 graphics will usually be disappointed. For this
93050276Speter# reason I have disabled the smacs/rmacs sequences, but they could easily be
93150276Speter# re-enabled. Here are the relevant control sequences (from the ESCAPE(7) 
93250276Speter# manpage), should you wish to do so: 
93350276Speter# 
93450276Speter# SGR10 - Select font 0 - ESC [ 10 m or SO
93550276Speter# SGR11 - Select font 1 - ESC [ 11 m or SI
93650276Speter# SGR12 - Select font 2 - ESC [ 12 m
93750276Speter# ... (etc.)
93850276Speter# SGR17 - Select font 7 - ESC [ 17 m
93950276Speter# 
94050276Speter# Graphics for line drawing are not reliably found at *any* character
94150276Speter# location because the UNIX PC has dynamically reloadable fonts. I use font
94250276Speter# 0 for regular text and font 1 for italics, but this is by no means
94350276Speter# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
94450276Speter# 
94550276Speter# MISC: The cursor visible/cursor invisible sequences were swapped in the
94650276Speter# distributed terminfo.
94750276Speter# 
94850276Speter# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
94950276Speter# the UNIX PC terminfo entry. The modified version works great with Lynx,
95050276Speter# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
95150276Speter# attached by serial cable. In Emacs, even the Undo key works, and many
95250276Speter# applications can now use the F1-F8 keys. 
95350276Speter# 
95450276Speter# esr's notes:
95550276Speter#	Terminfo entry for the AT&T Unix PC 7300
95650276Speter#	from escape(7) in Unix PC 7300 Manual.
95750276Speter#	Somewhat similar to a vt100-am (but different enough
95850276Speter#	to redo this from scratch.)
95950276Speter#
96050276Speter#	/***************************************************************
96150276Speter#	*
96250276Speter#	*           FONT LOADING PROGRAM FOR THE UNIX PC
96350276Speter#	*
96450276Speter#	*     This routine loads a font defined in the file ALTFONT
96550276Speter#	*     into font memory slot #1.  Once the font has been loaded,
96650276Speter#	*     it can be used as an alternative character set.
96750276Speter#	*
96850276Speter#	*     The call to ioctl with the argument WIOCLFONT is the key 
96950276Speter#	*     to this routine.  For more information, see window(7) in 
97050276Speter#	*     the PC 7300 documentation.
97150276Speter#	***************************************************************/
97250276Speter#	#include <string.h>		/* needed for strcpy call */
97350276Speter#	#include <sys/window.h>         /* needed for ioctl call */
97450276Speter#	#define FNSIZE	60		/* font name size */
97550276Speter#	#define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
97650276Speter#	/*
97750276Speter#	*     The file /usr/lib/wfont/special.8.ft comes with the
97850276Speter#	*     standard PC software.  It defines a graphics character set
97950276Speter#	*     similar to that of the Teletype 5425 terminal.  To view
98050276Speter#	*     this or other fonts in /usr/lib/wfont, use the command
98150276Speter#	*     cfont <filename>.  For further information on fonts see
98250276Speter#	*     cfont(1) in the PC 7300 documentation.
98350276Speter#	*/
98450276Speter#	
98550276Speter#	struct altfdata 	/* structure for alt font data */
98650276Speter#	{
98750276Speter#	short	altf_slot;		/* memory slot number */
98850276Speter#	char	altf_name[FNSIZE];	/* font name (file name) */
98950276Speter#	};
99050276Speter#	ldfont()
99150276Speter#	{
99250276Speter#		int wd;		/* window in which altfont will be */
99350276Speter#		struct altfdata altf;
99450276Speter#		altf.altf_slot=1;
99550276Speter#		strcpy(altf.altf_name,ALTFONT);
99650276Speter#		for (wd =1; wd < 12; wd++) {
99750276Speter#		     ioctl(wd, WIOCLFONT,&altf);
99850276Speter#	        }
99950276Speter#	}
100050276Speter#
100150276Speter# (att7300: added <civis>/<cnorm>/<ich1>/<invis> from the BSDI entry,
100250276Speter# they're confirmed by the man page for the System V display---esr)
100350276Speter#
100450276Speteratt7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, 
100550276Speter	am, xon, 
100650276Speter	cols#80, it#8, lines#24, 
100750276Speter	bel=^G, blink=\E[9m, bold=\E[1m, cbt=\E^I, civis=\E[=1C, 
100850276Speter	clear=\E[2J\E[H, cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, 
100950276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
101050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
101150276Speter	cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
101250276Speter	ed=\E[0J, el=\E[0K, home=\E[H, ich1=\E[@, il=\E[%p1%dL, 
101350276Speter	il1=\E[L, ind=^J, invis=\E[9m, is1=\017\E[=1w, kBEG=\ENB, 
101450276Speter	kCAN=\EOW, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, 
101550276Speter	kEND=\ENN, kEOL=\EOA, kFND=\EOX, kHLP=\EOM, kHOM=\ENM, 
101650276Speter	kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR, 
101750276Speter	kPRV=\ENG, kRDO=\EOT, kRIT=\ENL, kRPL=\EOY, kSAV=\EOO, 
101850276Speter	kUND=\EOS, kbeg=\ENb, kbs=^H, kcan=\EOw, kcbt=\E[Z, 
101950276Speter	kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
102050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\ENf, 
102150276Speter	ked=\E[J, kel=\EOa, kend=\E0, kext=\EOk, kf1=\EOc, kf2=\EOd, 
102250276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
102350276Speter	kfnd=\EOx, khlp=\EOm, khome=\E[H, kich1=\ENj, kind=\E[B, 
102450276Speter	kmov=\ENc, kmrk=\ENi, knp=\E[U, knxt=\ENh, kopn=\EOv, 
102550276Speter	kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, 
102650276Speter	kref=\EOb, krfr=\ENa, kri=\E[A, krpl=\EOy, krst=\EOB, 
102750276Speter	ksav=\EOo, kslt=\ENI, kund=\EOs, nel=\EE, rev=\E[7m, ri=\EM, 
102850276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smso=\E[7m, 
102950276Speter	smul=\E[4m, 
103050276Speter
103150276Speter# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
103250276Speter# from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
103350276Speter# for the application keypad mode.  We have added iris-ansi-ap rather than
103450276Speter# change the original to keypad mode.
103550276Speter#
103650276Speter# (iris-ansi: added rmam/smam based on init string -- esr)
103750276Speter#
103850276Speter# This entry, and those derived from it, is used in xwsh (also known as
103950276Speter# winterm).  Some capabilities that do not fit into the terminfo model
104050276Speter# include the shift- and control-functionkeys:
104150276Speter#
104250276Speter# F1-F12 generate different codes when shift or control modifiers are used.
104350276Speter# For example:
104450276Speter#	F1      	\E[001q
104550276Speter#	shift F1	\E[013q
104650276Speter#	control-F1	\E[025q
104750276Speter#
104850276Speter# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
104950276Speter# \EOP to \EOS.  The shifted and control modifiers still do the same thing.
105050276Speter#
105150276Speter# The cursor keys also have different codes:
105250276Speter#	control-up	\E[162q
105350276Speter#	control-down	\E[165q
105450276Speter#	control-left	\E[159q
105550276Speter#	control-right	\E[168q
105650276Speter#
105750276Speter#	shift-up	\E[161q
105850276Speter#	shift-down	\E[164q
105950276Speter#	shift-left	\E[158q
106050276Speter#	shift-right	\E[167q
106150276Speter#
106250276Speter#	control-tab	\[072q
106350276Speter#
106456639Speteriris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100), 
106550276Speter	am, 
106650276Speter	cols#80, it#8, lines#40, 
106750276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, 
106850276Speter	cnorm=\E[9/y\E[12/y\E[=6l, cr=^M, cub=\E[%p1%dD, 
106950276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, 
107050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
107150276Speter	cuu1=\E[A, cvvis=\E[10/y\E[=1h\E[=2l\E[=6h, 
107250276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
107350276Speter	home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
107450276Speter	is2=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8, kDC=\E[P, 
107550276Speter	kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, 
107650276Speter	kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
107750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
107850276Speter	kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\E[010q, 
107950276Speter	kf11=\E[011q, kf12=\E[012q, kf2=\E[002q, kf3=\E[003q, 
108050276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
108150276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
108250276Speter	knp=\E[154q, kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, 
108350276Speter	kspd=\E[217q, nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\, 
108450276Speter	rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
108550276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[1;7m, smul=\E[4m, 
108650276Speter	tbc=\E[3g, 
108750276Speteriris-ansi-ap|IRIS ANSI in application-keypad mode, 
108850276Speter	is2=\E[?1l\E=\E[?7h, kent=\EOM, kf10=\E[010q, 
108962449Speter	kf11=\E[011q, kf12=\E[012q, kf9=\E[009q, use=iris-ansi, 
109050276Speter
109150276Speter# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
109250276Speter# (T.Dickey 98/1/24)
109350276Speteriris-color|xwsh|IRIX ANSI with color, 
109450276Speter	ncv#33, 
109550276Speter	csr=\E[%i%p1%d;%p2%dr, dch=\E[%p1%dP, dim=\E[2m, 
109650276Speter	ech=\E[%p1%dX, ich=\E[%p1%d@, rc=\E8, ritm=\E[23m, 
109750276Speter	rmul=\E[24m, rs1=\Ec, 
109850276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
109950276Speter	sitm=\E[3m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
110050276Speter	use=klone+color, use=iris-ansi-ap, 
110150276Speter
110250276Speter# The following is a version of the ibm-pc entry distributed with PC/IX,
110350276Speter# (Interactive Systems' System 3 for the Big Blue), modified by Richard
110450276Speter# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
110550276Speter# (the former is untrue, and the latter failed under UCB/man); standout and
110650276Speter# underline modes have been added.  Note: this entry describes the "native"
110750276Speter# capabilities of the PC monochrome display, without ANY emulation; most
110850276Speter# communications packages (but NOT PC/IX connect) do some kind of emulation.
110950276Speterpcix|PC/IX console, 
111050276Speter	am, bw, eo, 
111150276Speter	cols#80, lines#24, 
111250276Speter	clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
111350276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
111450276Speter	home=\E[H, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, 
111550276Speter	smul=\E[4m, 
111650276Speter
111750276Speter# (ibmpcx: this entry used to be known as ibmx.
111850276Speter# It formerly included the following extension capabilities:
111950276Speter#	:GC=b:GL=v:GR=t:RT=^J:\
112050276Speter#	:GH=\E[196g:GV=\E[179g:\
112150276Speter#	:GU=\E[193g:GD=\E[194g:\
112250276Speter#	:G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
112350276Speter#	:CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
112450276Speter#	:WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
112550276Speter# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
112650276Speter# ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
112750276Speter# what was there before. -- esr)
112850276Speteribmpcx|xenix|ibmx|IBM PC xenix console display, 
112962449Speter	OTbs, am, msgr, 
113050276Speter	cols#80, lines#25, 
113150276Speter	clear=^L, cub1=^H, cud1=\E[B, cuf1=\E[C, 
113250276Speter	cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
113350276Speter	ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, 
113450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, 
113550276Speter	kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, 
113662449Speter	kpp=\E[Z, use=klone+acs, use=klone+sgr, 
113750276Speter
113862449Speter#### QNX
113962449Speter#
114050276Speter
114150276Speter# QNX 4.0 Console
114250276Speter# Michael's original version of this entry had <am@>, <smcup=\Ei>,
114350276Speter# <rmcup=\Eh\ER>; this was so terminfo applications could write the lower
114450276Speter# right corner without triggering a scroll.  The ncurses terminfo library can
114550276Speter# handle this case with the <ich1> capability, and prefers <am> for better
114650276Speter# optimization.  Bug: The <op> capability resets attributes.
114750276Speter# From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
114850276Speter# (removed: <sgr=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,>)
114950276Speterqnx|qnx4|qnx console, 
115050276Speter	daisy, km, mir, msgr, xhpa, xt, 
115150276Speter	colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8, 
115250276Speter	acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t\303u\264v\301w\302x\263, 
115350276Speter	bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ, 
115450276Speter	cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
115550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2, 
115650276Speter	dch1=\Ef, dl1=\EF, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\Ee, 
115750276Speter	il1=\EE, ind=^J, kBEG=\377\356, kCAN=\377\263, 
115850276Speter	kCMD=\377\267, kCPY=\377\363, kCRT=\377\364, 
115950276Speter	kDL=\377\366, kEND=\377\301, kEOL=\377\311, 
116050276Speter	kEXT=\377\367, kFND=\377\370, kHLP=\377\371, 
116150276Speter	kHOM=\377\260, kIC=\377\340, kLFT=\377\264, 
116250276Speter	kMOV=\377\306, kMSG=\377\304, kNXT=\377\272, 
116350276Speter	kOPT=\377\372, kPRT=\377\275, kPRV=\377\262, 
116450276Speter	kRDO=\377\315, kRES=\377\374, kRIT=\377\266, 
116550276Speter	kRPL=\377\373, kSAV=\377\307, kSPD=\377\303, 
116650276Speter	kUND=\377\337, kbeg=\377\300, kcan=\377\243, kcbt=\377\0, 
116750276Speter	kclo=\377\343, kclr=\377\341, kcmd=\377\245, 
116850276Speter	kcpy=\377\265, kcrt=\377\305, kctab=\377\237, 
116950276Speter	kcub1=\377\244, kcud1=\377\251, kcuf1=\377\246, 
117050276Speter	kcuu1=\377\241, kdch1=\377\254, kdl1=\377\274, 
117150276Speter	ked=\377\314, kel=\377\310, kend=\377\250, kent=\377\320, 
117250276Speter	kext=\377\270, kf1=\377\201, kf10=\377\212, 
117350276Speter	kf11=\377\256, kf12=\377\257, kf13=\377\213, 
117450276Speter	kf14=\377\214, kf15=\377\215, kf16=\377\216, 
117550276Speter	kf17=\377\217, kf18=\377\220, kf19=\377\221, 
117650276Speter	kf2=\377\202, kf20=\377\222, kf21=\377\223, 
117750276Speter	kf22=\377\224, kf23=\377\333, kf24=\377\334, 
117850276Speter	kf25=\377\225, kf26=\377\226, kf27=\377\227, 
117950276Speter	kf28=\377\230, kf29=\377\231, kf3=\377\203, 
118050276Speter	kf30=\377\232, kf31=\377\233, kf32=\377\234, 
118150276Speter	kf33=\377\235, kf34=\377\236, kf35=\377\276, 
118250276Speter	kf36=\377\277, kf37=\377\321, kf38=\377\322, 
118350276Speter	kf39=\377\323, kf4=\377\204, kf40=\377\324, 
118450276Speter	kf41=\377\325, kf42=\377\326, kf43=\377\327, 
118550276Speter	kf44=\377\330, kf45=\377\331, kf46=\377\332, 
118650276Speter	kf47=\377\316, kf48=\377\317, kf5=\377\205, kf6=\377\206, 
118750276Speter	kf7=\377\207, kf8=\377\210, kf9=\377\211, kfnd=\377\346, 
118850276Speter	khlp=\377\350, khome=\377\240, khts=\377\342, 
118950276Speter	kich1=\377\253, kil1=\377\273, kind=\377\261, 
119050276Speter	kmov=\377\351, kmrk=\377\355, kmsg=\377\345, 
119150276Speter	knp=\377\252, knxt=\377\312, kopn=\377\357, 
119250276Speter	kopt=\377\353, kpp=\377\242, kprt=\377\255, 
119350276Speter	kprv=\377\302, krdo=\377\336, kref=\377\354, 
119450276Speter	kres=\377\360, krfr=\377\347, kri=\377\271, 
119550276Speter	krmir=\377\313, krpl=\377\362, krst=\377\352, 
119650276Speter	ksav=\377\361, kslt=\377\247, kspd=\377\335, 
119750276Speter	ktbc=\377\344, kund=\377\365, mvpa=\E!%p1%02d, op=\ER, 
119850276Speter	rep=\Eg%p2%{32}%+%c%p1%c, rev=\E(, ri=\EI, rmcup=\Eh\ER, 
119950276Speter	rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 
120050276Speter	setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei, 
120150276Speter	smso=\E(, smul=\E[, 
120266963Speter#
120366963Speter#
120466963Speterqnxt|qnxt4|QNX4 terminal, 
120566963Speter	crxm, use=qnx4, 
120666963Speter#
120766963Speterqnxm|QNX4 with mouse events, 
120866963Speter	maddr#1, 
120966963Speter	chr=\E/, cvr=\E", is1=\E/0t, mcub=\E/>1h, mcub1=\E/>7h, 
121066963Speter	mcud=\E/>1h, mcud1=\E/>1l\E/>9h, mcuf=\E/>1h\E/>9l, 
121166963Speter	mcuf1=\E/>7l, mcuu=\E/>6h, mcuu1=\E/>6l, rmicm=\E/>2l, 
121266963Speter	smicm=\E/>2h, use=qnx4, 
121366963Speter#
121466963Speterqnxw|QNX4 windows, 
121566963Speter	xvpa, use=qnxm, 
121666963Speter#
121766963Speter#	Monochrome QNX4 terminal or console. Setting this terminal type will
121866963Speter#	allow an application running on a color console to behave as if it
121966963Speter#	were a monochrome terminal. Output will be through stdout instead of
122066963Speter#	console writes because the term routines will recognize that the
122166963Speter#	terminal name starts with 'qnxt'.
122266963Speter#
122366963Speterqnxtmono|Monochrome QNX4 terminal or console, 
122466963Speter	colors@, pairs@, 
122566963Speter	scp@, use=qnx4, 
122650276Speter
122750276Speter# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
122850276Speter# (esr: commented out <scp> and <rmcup> to avoid warnings.)
122950276Speter# (TD: derive from original qnx4 entry)
123050276Speterqnxt2|qnx 2.15 serial terminal, 
123150276Speter	am, 
123250276Speter	civis@, cnorm@, cvvis@, dch1@, ich1@, kRES@, kRPL@, kUND@, kspd@, 
123362449Speter	rep@, rmcup@, rmso=\E>, setb@, setf@, smcup@, smso=\E<, use=qnx4, 
123450276Speter
123566963Speter# QNX ANSI terminal definition
123666963Speterqansi-g|QNX ANSI, 
123766963Speter	am, eslok, hs, xon, 
123866963Speter	colors#8, cols#80, it#8, lines#25, ncv#19, pairs#64, wsl#80, 
123966963Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~Oa, 
124066963Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
124166963Speter	clear=\E[2J\E[H, cnorm=\E[?25h\E[?12l, cr=^M, 
124266963Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
124366963Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
124466963Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A, 
124566963Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
124666963Speter	dl=\E[%p1%dM, dl1=\E[1M, dsl=\E[r, ech=\E[%p1%dX, ed=\E[J, 
124766963Speter	el=\E[K, el1=\E[1K\E[X, flash=\E[?5h$<200>\E[?5l, 
124866963Speter	fsl=\E[?6h\E8, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
124966963Speter	ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, 
125066963Speter	ind=\E[S, indn=\E[%p1%dS, invis=\E[9m, 
125166963Speter	is2=\E>\E[?1l\E[?7h\E[0;10;39;49m, is3=\E(B\E)0, 
125266963Speter	kBEG=\ENn, kCAN=\E[s, kCMD=\E[t, kCPY=\ENs, kCRT=\ENt, 
125366963Speter	kDL=\ENv, kEXT=\ENw, kFND=\ENx, kHLP=\ENy, kHOM=\E[h, 
125466963Speter	kLFT=\E[d, kNXT=\E[u, kOPT=\ENz, kPRV=\E[v, kRIT=\E[c, 
125566963Speter	kbs=^H, kcan=\E[S, kcbt=\E[Z, kclo=\ENc, kclr=\ENa, 
125666963Speter	kcmd=\E[G, kcpy=\E[g, kctab=\E[z, kcub1=\E[D, kcud1=\E[B, 
125766963Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[p, kend=\E[Y, 
125866963Speter	kext=\E[y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, 
125966963Speter	kf13=\EOp, kf14=\EOq, kf15=\EOr, kf16=\EOs, kf17=\EOt, 
126066963Speter	kf18=\EOu, kf19=\EOv, kf2=\EOQ, kf20=\EOw, kf21=\EOx, 
126166963Speter	kf22=\EOy, kf23=\EOz, kf24=\EOa, kf25=\E[1~, kf26=\E[2~, 
126266963Speter	kf27=\E[3~, kf28=\E[4~, kf29=\E[5~, kf3=\EOR, kf30=\E[6~, 
126366963Speter	kf31=\E[7~, kf32=\E[8~, kf33=\E[9~, kf34=\E[10~, 
126466963Speter	kf35=\E[11~, kf36=\E[12~, kf37=\E[17~, kf38=\E[18~, 
126566963Speter	kf39=\E[19~, kf4=\EOS, kf40=\E[20~, kf41=\E[21~, 
126666963Speter	kf42=\E[22~, kf43=\E[23~, kf44=\E[24~, kf45=\E[25~, 
126766963Speter	kf46=\E[26~, kf47=\E[27~, kf48=\E[28~, kf5=\EOT, kf6=\EOU, 
126866963Speter	kf7=\EOV, kf8=\EOW, kf9=\EOX, kfnd=\ENf, khlp=\ENh, 
126966963Speter	khome=\E[H, khts=\ENb, kich1=\E[@, kil1=\E[`, kind=\E[a, 
127066963Speter	kmov=\ENi, kmrk=\ENm, kmsg=\ENe, knp=\E[U, kopn=\ENo, 
127166963Speter	kopt=\ENk, kpp=\E[V, kref=\ENl, kres=\ENp, krfr=\ENg, 
127266963Speter	kri=\E[b, krpl=\ENr, krst=\ENj, ksav=\ENq, kslt=\E[T, 
127366963Speter	ktbc=\ENd, kund=\ENu, ll=\E[99H, nel=\EE, op=\E[39;49m, 
127466963Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\E[T, 
127566963Speter	rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmso=\E[27m, 
127666963Speter	rmul=\E[24m, rs1=\017\E[?7h\E[0;39;49m$<2>\E>\E[?1l, 
127766963Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
127866963Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
127966963Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
128076726Speter	sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;9%;m%?%p9%t\016%e\017%;, 
128166963Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smso=\E[7m, 
128266963Speter	smul=\E[4m, tbc=\E[2g, 
128366963Speter	tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH, 
128466963Speter#
128566963Speterqansi|QNX ansi with console writes, 
128666963Speter	daisy, xhpa, use=qansi-g, 
128766963Speter#
128866963Speterqansi-t|QNX ansi without console writes, 
128966963Speter	crxm, use=qansi, 
129066963Speter#
129166963Speterqansi-m|QNX ansi with mouse, 
129266963Speter	maddr#1, 
129366963Speter	chr=\E[, cvr=\E], is1=\E[0t, mcub=\E[>1h, mcub1=\E[>7h, 
129466963Speter	mcud=\E[>1h, mcud1=\E[>1l\E[>9h, mcuf=\E[>1h\E[>9l, 
129566963Speter	mcuf1=\E[>7l, mcuu=\E[>6h, mcuu1=\E[>6l, rmicm=\E[>2l, 
129666963Speter	smicm=\E[>2h, use=qansi, 
129766963Speter#
129866963Speterqansi-w|QNX ansi for windows, 
129966963Speter	xvpa, use=qansi-m, 
130066963Speter
130150276Speter#### NetBSD consoles
130250276Speter#
130350276Speter# pcvt termcap database entries (corresponding to release 3.31)
130450276Speter# Author's last edit-date: [Fri Sep 15 20:29:10 1995]
130550276Speter#
130650276Speter# (For the terminfo master file, I translated these into terminfo syntax.
130750276Speter# Then I dropped all the pseudo-HP entries. we don't want and can't use
130850276Speter# the :Xs: flag. Then I split :is: into a size-independent <is1> and a
130950276Speter# size-dependent <is2>.  Finally, I added <rmam>/<smam> -- esr)
131050276Speter
131150276Speter# NOTE: <ich1> has been taken out of this entry. for reference, it should
131250276Speter# be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
131350276Speter# (esr: added <civis> and <cnorm> to resolve NetBSD Problem Report #4583)
131450276SpeterpcvtXX|pcvt vt200 emulator (DEC VT220), 
131550276Speter	am, km, mir, msgr, xenl, 
131650276Speter	it#8, vt#3, 
131750276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~, 
131850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
131950276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
132050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
132150276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
132250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
132350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
132450276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
132550276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, 
132650276Speter	is1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=\177, 
132750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
132850276Speter	kdch1=\E[3~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
132950276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
133050276Speter	khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, 
133150276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, 
133250276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
133350276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
133450276Speter	rs1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
133550276Speter	sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
133650276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
133750276Speter
133850276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
133950276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
134050276Speter#	50 lines entries; 80 columns
134150276Speterpcvt25|dec vt220 emulation with 25 lines, 
134250276Speter	cols#80, lines#25, 
134350276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
134450276Speterpcvt28|dec vt220 emulation with 28 lines, 
134550276Speter	cols#80, lines#28, 
134650276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
134750276Speterpcvt35|dec vt220 emulation with 35 lines, 
134850276Speter	cols#80, lines#35, 
134950276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
135050276Speterpcvt40|dec vt220 emulation with 40 lines, 
135150276Speter	cols#80, lines#40, 
135250276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
135350276Speterpcvt43|dec vt220 emulation with 43 lines, 
135450276Speter	cols#80, lines#43, 
135550276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
135650276Speterpcvt50|dec vt220 emulation with 50 lines, 
135750276Speter	cols#80, lines#50, 
135850276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
135950276Speter
136050276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
136150276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
136250276Speter#	50 lines entries; 132 columns
136350276Speterpcvt25w|dec vt220 emulation with 25 lines and 132 cols, 
136450276Speter	cols#132, lines#25, 
136550276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
136650276Speterpcvt28w|dec vt220 emulation with 28 lines and 132 cols, 
136750276Speter	cols#132, lines#28, 
136850276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
136950276Speterpcvt35w|dec vt220 emulation with 35 lines and 132 cols, 
137050276Speter	cols#132, lines#35, 
137150276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
137250276Speterpcvt40w|dec vt220 emulation with 40 lines and 132 cols, 
137350276Speter	cols#132, lines#40, 
137450276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
137550276Speterpcvt43w|dec vt220 emulation with 43 lines and 132 cols, 
137650276Speter	cols#132, lines#43, 
137750276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
137850276Speterpcvt50w|dec vt220 emulation with 50 lines and 132 cols, 
137950276Speter	cols#132, lines#50, 
138050276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
138150276Speter
138250276Speter# Terminfo entries to enable the use of the ncurses library in colour on a
138350276Speter# NetBSD-arm32 console (only tested on a RiscPC).
138450276Speter# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
138550276Speter# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
138650276Speter# typo in invis - TD
138750276Speterarm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480), 
138850276Speter	am, bce, msgr, xenl, xon, 
138950276Speter	cols#80, it#8, lines#30, 
139050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
139150276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
139250276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
139350276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
139450276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
139550276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
139650276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
139750276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, 
139850276Speter	invis=\E[8m$<2>, ka1=\E[q, ka3=\E[s, kb2=\E[r, kbs=^H, 
139950276Speter	kc1=\E[p, kc3=\E[n, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
140050276Speter	kcuu1=\E[A, kent=\E[M, kf0=\E[y, kf1=\E[P, kf10=\E[x, 
140150276Speter	kf2=\E[Q, kf3=\E[R, kf4=\E[S, kf5=\E[t, kf6=\E[u, kf7=\E[v, 
140276726Speter	kf8=\E[l, kf9=\E[w, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
140350276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
140450276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
140550276Speter	sc=\E7, 
140676726Speter	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%;$<2>, 
140750276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
140862449Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, use=ecma+sgr, 
140962449Speter	use=klone+color, 
141050276Speter
141150276Speterarm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768), 
141250276Speter	cols#132, lines#50, use=arm100, 
141350276Speter
141450276Speter# NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
141550276Speter# manufactured by Sharp for the Japenese market.
141650276Speter# From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
141750276Speterx68k|x68k-ite|NetBSD/x68k ITE, 
141850276Speter	cols#96, lines#32, 
141950276Speter	kclr=\E[9~, khlp=\E[28~, use=vt220, 
142050276Speter
142156639Speter# <tv@pobox.com>:
142256639Speter# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
142356639Speter#
142456639Speter# (still unfinished, but good enough so far.)
142556639Speterofcons, 
142656639Speter	bw, 
142756639Speter	cols#80, lines#30, 
142856639Speter	bel=^G, blink=\2337;2m, bold=\2331m, clear=^L, cr=^M, 
142956639Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
143056639Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
143156639Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
143256639Speter	dim=\2332m, dl=\233%p1%dM, dl1=\233M, ed=\233J, el=\233K, 
143356639Speter	flash=^G, ht=^I, ich=\233%p1%d@, ich1=\233@, il=\233%p1%dL, 
143456639Speter	il1=\233L, ind=^J, invis=\2338m, kbs=^H, kcub1=\233D, 
143556639Speter	kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\233P, 
143656639Speter	kf1=\2330P, kf10=\2330M, kf2=\2330Q, kf3=\2330W, 
143756639Speter	kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r, 
143856639Speter	kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m, 
143956639Speter	rmso=\2330m, rmul=\2330m, sgr0=\2330m, 
144056639Speter
144156639Speter# NetBSD "wscons" emulator in vt220 mode
144256639Speter# These are micro-minimal and probably need to be redone for real
144356639Speter# after the manner of the pcvt entries.
144456639Speterwsvt25|NetBSD wscons in 25 line DEC VT220 mode, 
144556639Speter	cols#80, lines#25, use=vt220, 
144656639Speter
144756639Speterwsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta, 
144856639Speter	km, 
144956639Speter	cols#80, lines#25, use=vt220, 
145056639Speter
145156639Speter# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and 
145256639Speter# DECstation/pmax.
145356639Speterrcons|BSD rasterconsole, 
145456639Speter	use=sun-il, 
145556639Speter# Color version of above. Color currenly only provided by NetBSD.
145656639Speterrcons-color|BSD rasterconsole with ANSI color, 
145756639Speter	bce, 
145856639Speter	colors#8, pairs#64, 
145966963Speter	op=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=rcons, 
146056639Speter
146162449Speter# mgterm -- MGL/MGL2, MobileGear Graphic Library
146262449Speter# for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
146362449Speter# -- the setf/setb are probably incorrect, more likely setaf/setab -TD
146462449Speter# -- compare with cons25w
146562449Spetermgterm, 
146662449Speter	OTbs, OTpt, am, bce, bw, eo, km, msgr, npc, 
146762449Speter	colors#8, cols#80, it#8, lines#18, pairs#64, 
146862449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
146962449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
147062449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
147162449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
147262449Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, dl=\E[%p1%dM, 
147362449Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
147462449Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, 
147562449Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
147662449Speter	indn=\E[%p1%dS, kb2=\E[E, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
147762449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, kend=\E[F, 
147862449Speter	kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf2=\E[N, 
147962449Speter	kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
148062449Speter	kf9=\E[U, khome=\E[H, kich1=\E[L, knp=\E[G, kpp=\E[I, 
148162449Speter	nel=\E[E, op=\E[x, rc=\E8, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
148262449Speter	rmso=\E[m, rs2=\E[x\E[m\Ec, sc=\E7, setb=\E[4%p1%dm, 
148362449Speter	setf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, vpa=\E[%i%p1%dd, 
148462449Speter
148550276Speter#### FreeBSD console entries
148650276Speter#
148750276Speter# From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
148850276Speter# Andrey Chernov maintains the FreeBSD termcap distributions.
148950276Speter#
149050276Speter# Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
149150276Speter# or comment out the :cb: capability in the console entry.
149250276Speter#
149350276Speter# Alexander Lukyanov reports:
149450276Speter# I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
149550276Speter# Now el1 clears not only to the line beginning, but also a large chunk
149650276Speter# of previous line. But there is another bug - ech does not work at all.
149750276Speter#
149850276Speter
149950276Speter# for syscons
150050276Speter# common entry without semigraphics
150150276Speter# Bug: The <op> capability resets attributes.
150250276Speter# Bug? The ech and el1 attributes appear to move the cursor in some cases; for
150350276Speter# instance el1 does if the cursor is moved to the right margin first.  Removed
150450276Speter# by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
150550276Speter#
150650276Speter# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
150750276Speter# Note that this disables standout with color.
150850276Spetercons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode), 
150950276Speter	am, bce, bw, eo, msgr, npc, 
151056639Speter	colors#8, cols#80, it#8, lines#25, ncv#21, pairs#64, 
151150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
151256639Speter	cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
151356639Speter	cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
151456639Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
151556639Speter	cvvis=\E[=1C, dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, 
151656639Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
151756639Speter	hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
151856639Speter	il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, kb2=\E[E, 
151956639Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
152056639Speter	kcuu1=\E[A, kdch1=\177, kend=\E[F, kf1=\E[M, kf10=\E[V, 
152156639Speter	kf11=\E[W, kf12=\E[X, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, 
152256639Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
152356639Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, nel=\E[E, op=\E[x, rev=\E[7m, 
152462449Speter	ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, rs2=\E[x\E[m\Ec, 
152556639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
152656639Speter	smso=\E[7m, vpa=\E[%i%p1%dd, 
152750276Spetercons25|ansis|ansi80x25|freebsd console (25-line ansi mode), 
152850276Speter	acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371, 
152950276Speter	use=cons25w, 
153050276Spetercons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode), 
153150276Speter	colors@, pairs@, 
153262449Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
153362449Speter	use=cons25, 
153450276Spetercons30|ansi80x30|freebsd console (30-line ansi mode), 
153550276Speter	lines#30, use=cons25, 
153650276Spetercons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode), 
153750276Speter	lines#30, use=cons25-m, 
153850276Spetercons43|ansi80x43|freebsd console (43-line ansi mode), 
153950276Speter	lines#43, use=cons25, 
154050276Spetercons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode), 
154150276Speter	lines#43, use=cons25-m, 
154250276Spetercons50|ansil|ansi80x50|freebsd console (50-line ansi mode), 
154350276Speter	lines#50, use=cons25, 
154450276Spetercons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode), 
154550276Speter	lines#50, use=cons25-m, 
154650276Spetercons60|ansi80x60|freebsd console (60-line ansi mode), 
154750276Speter	lines#60, use=cons25, 
154850276Spetercons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode), 
154950276Speter	lines#60, use=cons25-m, 
155050276Spetercons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic, 
155150276Speter	acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225, 
155250276Speter	use=cons25w, 
155350276Spetercons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono), 
155450276Speter	colors@, pairs@, 
155550276Speter	op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25r, 
155650276Spetercons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines), 
155750276Speter	lines#50, use=cons25r, 
155850276Spetercons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono), 
155950276Speter	lines#50, use=cons25r-m, 
156050276Spetercons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines), 
156150276Speter	lines#60, use=cons25r, 
156250276Spetercons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono), 
156350276Speter	lines#60, use=cons25r-m, 
156450276Speter# ISO 8859-1 FreeBSD console
156550276Spetercons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars, 
156650276Speter	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, 
156750276Speter	use=cons25w, 
156850276Spetercons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono), 
156950276Speter	colors@, pairs@, 
157062449Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, 
157162449Speter	use=cons25l1, 
157250276Spetercons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines), 
157350276Speter	lines#50, use=cons25l1, 
157450276Spetercons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono), 
157550276Speter	lines#50, use=cons25l1-m, 
157650276Spetercons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines), 
157750276Speter	lines#60, use=cons25l1, 
157850276Spetercons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono), 
157950276Speter	lines#60, use=cons25l1-m, 
158050276Speter
158150276Speter#### 386BSD and BSD/OS Consoles
158250276Speter#
158350276Speter
158450276Speter# This was the original 386BSD console entry (I think).  
158550276Speter# Some places it's named oldpc3|oldibmpc3.
158650276Speter# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
158750276Speterorigpc3|origibmpc3|IBM PC 386BSD Console, 
158862449Speter	OTbs, am, bw, eo, xon, 
158950276Speter	cols#80, lines#25, 
159050276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
159150276Speter	bold=\E[7m, clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
159250276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
159350276Speter	home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
159450276Speter	kcuu1=\E[A, khome=\E[Y, ri=\E[T, rmso=\E[1;0x\E[2;7x, 
159550276Speter	rmul=\E[1;0x\E[2;7x, sgr0=\E[m\E[1;0x\E[2;7x, 
159650276Speter	smso=\E[1;7x\E[2;0x, smul=\E[1;7x\E[2;0x, 
159750276Speter
159850276Speter# description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
159950276Speteroldpc3|oldibmpc3|old IBM PC BSD/386 Console, 
160062449Speter	OTbs, km, 
160150276Speter	lines#25, 
160250276Speter	bel=^G, bold=\E[=15F, cr=^M, cud1=^J, dim=\E[=8F, dl1=\E[M, 
160350276Speter	ht=^I, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
160450276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, kll=\E[F, 
160550276Speter	knp=\E[G, kpp=\E[I, nel=^M^J, sgr0=\E[=R, 
160650276Speter
160750276Speter# Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
160850276Speter# Note, the emulator supports many of the additional console features
160950276Speter# listed in the iBCS2 (e.g. character-set selection) though not all
161050276Speter# are described here.  This entry really ought to be upgraded.
161150276Speter# Also note, the console will also work with fewer lines after doing
161250276Speter# "stty rows NN", e.g. to use 24 lines.
161350276Speter# (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996) 
161450276Speter# Bug: The <op> capability resets attributes.
161562449Speterbsdos-pc|IBM PC BSD/OS Console, 
161662449Speter	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, 
161762449Speter	use=bsdos-pc-nobold, 
161862449Speter
161950276Speterbsdos-pc-nobold|BSD/OS PC console w/o bold, 
162062449Speter	use=klone+color, use=bsdos-pc-m, 
162162449Speter
162262449Speterbsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono, 
162362449Speter	OTbs, am, eo, km, xon, 
162450276Speter	cols#80, it#8, lines#25, 
162550276Speter	bel=^G, clear=\Ec, cr=^M, cub=\E[%p1%dD, cub1=^H, 
162650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
162750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
162850276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
162950276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
163050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, 
163150276Speter	kll=\E[F, knp=\E[G, kpp=\E[I, nel=^M^J, rc=\E8, sc=\E7, 
163250276Speter	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%;, 
163362449Speter	use=klone+sgr, 
163450276Speter
163550276Speter# Old names for BSD/OS PC console used in releases before 4.1. 
163650276Speterpc3|BSD/OS on the PC Console, 
163750276Speter	use=bsdos-pc-nobold, 
163850276Speteribmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline, 
163950276Speter	use=bsdos-pc, 
164050276Speter 
164150276Speter# BSD/OS on the SPARC 
164250276Speterbsdos-sparc|Sun SPARC BSD/OS Console, 
164350276Speter	use=sun, 
164450276Speter	 
164550276Speter# BSD/OS on the PowerPC 
164650276Speterbsdos-ppc|PowerPC BSD/OS Console, 
164750276Speter	use=bsdos-pc, 
164850276Speter
164962449Speter#### DEC VT52
165062449Speter# (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
165162449Spetervt52|dec vt52, 
165262449Speter	OTbs, 
165362449Speter	cols#80, it#8, lines#24, 
165462449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
165562449Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
165662449Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
165762449Speter	el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
165862449Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
165962449Speter
166050276Speter#### DEC VT100 and compatibles
166150276Speter#
166262449Speter# DEC terminals from the vt100 forward are collected here. Older DEC terminals
166362449Speter# and micro consoles can be found in the `obsolete' section.  More details on
166450276Speter# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
166550276Speter# found near the end of this file.
166650276Speter#
166750276Speter# Except where noted, these entries are DEC's official terminfos.
166850276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
166950276Speter# Engineering for more information.  Updated terminfos and termcaps 
167050276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
167150276Speter#
167250276Speter# In October 1995 DEC sold its terminals business, including the VT and Dorio
167350276Speter# line and trademark, to SunRiver Data Systems.  SunRiver has since changed
167450276Speter# its name to Boundless Technologies; see http://www.boundless.com.
167550276Speter#
167650276Speter
167750276Speter# NOTE:  Any VT100 emulation, whether in hardware or software, almost
167850276Speter# certainly includes what DEC called the `Level 1 editing extension' codes;
167950276Speter# only the very oldest VT100s lacked these and there probably aren't any of
168050276Speter# those left alive.  To capture these, use one of the VT102 entries.
168150276Speter#
168250276Speter# Note that the <xenl> glitch in vt100 is not quite the same as on the Concept,
168350276Speter# since the cursor is left in a different position while in the
168450276Speter# weird state (concept at beginning of next line, vt100 at end
168550276Speter# of this line) so all versions of vi before 3.7 don't handle
168650276Speter# <xenl> right on vt100. The correct way to handle <xenl> is when
168750276Speter# you output the char in column 80, immediately output CR LF
168850276Speter# and then assume you are in column 1 of the next line. If <xenl>
168950276Speter# is on, am should be on too.
169050276Speter# 
169150276Speter# I assume you have smooth scroll off or are at a slow enough baud
169250276Speter# rate that it doesn't matter (1200? or less). Also this assumes
169350276Speter# that you set auto-nl to "on", if you set it off use vt100-nam 
169450276Speter# below.
169550276Speter# 
169650276Speter# The padding requirements listed here are guesses. It is strongly
169750276Speter# recommended that xon/xoff be enabled, as this is assumed here.
169850276Speter# 
169950276Speter# The vt100 uses <rs2> and <rf> rather than <is2>/<tbc>/<hts> because the 
170050276Speter# tab settings are in non-volatile memory and don't need to be 
170150276Speter# reset upon login. Also setting the number of columns glitches 
170250276Speter# the screen annoyingly. You can type "reset" to get them set.
170350276Speter#
170462449Speter# The VT100 series terminals have cursor ("arrows") keys which can operate
170562449Speter# in two different modes: Cursor Mode and Application Mode.  Cursor Mode
170662449Speter# is the reset state, and is assumed to be the normal state.  Application
170762449Speter# Mode is the "set" state.  In Cursor Mode, the cursor keys transmit
170862449Speter# "Esc [ {code}" sequences, conforming to ANSI standards.  In Application
170962449Speter# Mode, the cursor keys transmit "Esc O <code>" sequences.  Application Mode
171062449Speter# was provided primarily as an aid to the porting of VT52 applications.  It is
171162449Speter# assumed that the cursor keys are normally in Cursor Mode, and expected that
171262449Speter# applications such as vi will always transmit the <smkx> string.  Therefore,
171362449Speter# the definitions for the cursor keys are made to match what the terminal
171462449Speter# transmits after the <smkx> string is transmitted.  If the <smkx> string
171562449Speter# is a null string or is not defined, then cursor keys are assumed to be in
171662449Speter# "Cursor Mode", and the cursor keys definitions should match that assumption,
171762449Speter# else the application may fail.  It is also expected that applications will
171862449Speter# always transmit the <rmkx> string to the terminal before they exit.
171962449Speter#
172062449Speter# The VT100 series terminals have an auxiliary keypad, commonly referred to as
172162449Speter# the "Numeric Keypad", because it is a cluster of numeric and function keys.
172262449Speter# The Numeric Keypad which can operate in two different modes: Numeric Mode and
172362449Speter# Application Mode.  Numeric Mode is the reset state, and is assumed to be
172462449Speter# the normal state.  Application Mode is the "set" state.  In Numeric Mode,
172562449Speter# the numeric and punctuation keys transmit ASCII 7-bit characters, and the 
172662449Speter# Enter key transmits the same as the Return key (Note: the Return key
172762449Speter# can be configured to send either LF (\015) or CR LF).  In Application Mode,
172862449Speter# all the keypad keys transmit "Esc O {code}" sequences.  The PF1 - PF4 keys
172962449Speter# always send the same "Esc O {code}" sequences.  It is assumed that the keypad
173062449Speter# is normally in Numeric Mode.  If an application requires that the keypad be
173162449Speter# in Application Mode then it is expected that the user, or the application,
173262449Speter# will set the TERM environment variable to point to a terminfo entry which has
173362449Speter# defined the <smkx> string to include the codes that switch the keypad into
173462449Speter# Application Mode, and the terminfo entry will also define function key
173562449Speter# fields to match the Application Mode control codes.  If the <smkx> string
173662449Speter# is a null string or is not defined, then the keypad is assumed to be in
173762449Speter# Numeric Mode.  If the <smkx> string switches the keypad into Application
173862449Speter# Mode, it is expected that the <rmkx> string will contain the control codes
173962449Speter# necessary to reset the keypad to "Normal" mode, and it is also expected that
174062449Speter# applications which transmit the <smkx> string will also always transmit the
174162449Speter# <rmkx> string to the terminal before they exit.
174262449Speter#
174350276Speter# Here's a diagram of the VT100 keypad keys with their bindings.
174450276Speter# The top line is the name of the key (some DEC keyboards have the keys
174550276Speter# labelled somewhat differently, like GOLD instead of PF1, but this is
174650276Speter# the most "official" name).  The second line is the escape sequence it
174750276Speter# generates in Application Keypad mode (where "$" means the ESC
174850276Speter# character).  The third line contains two items, first the mapping of
174950276Speter# the key in terminfo, and then in termcap.
175050276Speter#   _______________________________________
175150276Speter#  |   PF1   |   PF2   |   PF3   |   PF4   |
175250276Speter#  |   $OP   |   $OQ   |   $OR   |   $OS   |
175350276Speter#  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
175450276Speter#  |    7         8         9         -    |
175550276Speter#  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
175650276Speter#  |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
175750276Speter#  |    4    |    5    |    6    |    ,    |
175850276Speter#  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
175950276Speter#  |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
176050276Speter#  |    1    |    2    |    3    |         |
176150276Speter#  |   $Oq   |   $Or   |   $Os   |  enter  |
176250276Speter#  |_ka1__K1_|_kb2__K2_|_ka3__K3_|  $OM    |
176350276Speter#  |         0         |   .     |         |
176450276Speter#  |        $Op        |  $On    |         |
176550276Speter#  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
176650276Speter#
176750276Speter# And here, for those of you with orphaned VT100s lacking documentation, is
176850276Speter# a description of the soft switches invoked when you do `Set Up'.
176950276Speter# 
177050276Speter#  Scroll 0-Jump               Shifted 3   0-#
177150276Speter#  |      1-Smooth             |           1-British pound sign
177250276Speter#  | Autorepeat 0-Off          | Wrap Around 0-Off
177350276Speter#  | |          1-On           | |           1-On
177450276Speter#  | | Screen 0-Dark Bkg       | | New Line 0-Off
177550276Speter#  | | |      1-Light Bkg      | | |        1-On
177650276Speter#  | | | Cursor 0-Underline    | | | Interlace 0-Off
177750276Speter#  | | | |      1-Block        | | | |         1-On
177850276Speter#  | | | |                     | | | |
177950276Speter#  1 1 0 1       1 1 1 1       0 1 0 0       0 0 1 0       <--Standard Settings
178050276Speter#                | | | |                     | | | |
178150276Speter#                | | | Auto XON/XOFF 0-Off   | | | Power 0-60 Hz
178250276Speter#                | | |               1-On    | | |       1-50 Hz
178350276Speter#                | | Ansi/VT52 0-VT52        | | Bits Per Char. 0-7 Bits
178450276Speter#                | |           1-ANSI        | |                1-8 Bits
178550276Speter#                | Keyclick 0-Off            | Parity 0-Off
178650276Speter#                |          1-On             |        1-On
178750276Speter#                Margin Bell 0-Off           Parity Sense 0-Odd
178850276Speter#                            1-On                         1-Even
178950276Speter#
179050276Speter# The following SET-UP modes are assumed for normal operation:
179150276Speter#	ANSI_MODE	AUTO_XON/XOFF_ON	NEWLINE_OFF	80_COLUMNS
179250276Speter#	WRAP_AROUND_ON  JUMP_SCROLL_OFF
179350276Speter# Other SET-UP modes may be set for operator convenience or communication
179450276Speter# requirements; I recommend
179550276Speter#	AUTOREPEAT_ON	BLOCK_CURSOR	MARGIN_BELL_OFF    SHIFTED_3_#
179650276Speter# Unless you have a graphics add-on such as Digital Engineering's VT640
179750276Speter# (and even then, whenever it can be arranged!) you should set
179850276Speter#	INTERLACE_OFF
179950276Speter#
180050276Speter# (vt100: I added <rmam>/<smam> based on the init string, also <OTbs>. -- esr)
180150276Spetervt100|vt100-am|dec vt100 (w/advanced video), 
180262449Speter	OTbs, am, msgr, xenl, xon, 
180350276Speter	cols#80, it#8, lines#24, vt#3, 
180450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
180550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
180650276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
180750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
180850276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
180950276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
181050276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
181150276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
181250276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
181350276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
181450276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
181550276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
181650276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
181750276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
181850276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
181976726Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>, 
182050276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
182150276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
182250276Spetervt100nam|vt100-nam|vt100 no automargins, 
182350276Speter	am@, xenl@, use=vt100-am, 
182450276Spetervt100-vb|dec vt100 (w/advanced video) & no beep, 
182550276Speter	bel@, flash=\E[?5h\E[?5l, use=vt100, 
182650276Speter
182750276Speter# Ordinary vt100 in 132 column ("wide") mode.
182850276Spetervt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), 
182950276Speter	cols#132, lines#24, 
183050276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-am, 
183150276Spetervt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin), 
183250276Speter	cols#132, lines#14, vt@, 
183350276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-nam, 
183450276Speter
183550276Speter# vt100 with no advanced video.
183650276Spetervt100-nav|vt100 without advanced video option, 
183750276Speter	xmc#1, 
183850276Speter	blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, 
183962449Speter	smul@, use=vt100, 
184050276Spetervt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), 
184150276Speter	cols#132, lines#14, use=vt100-nav, 
184250276Speter
184350276Speter# vt100 with one of the 24 lines used as a status line.
184450276Speter# We put the status line on the top.
184550276Spetervt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline, 
184650276Speter	eslok, hs, 
184750276Speter	lines#23, 
184850276Speter	clear=\E[2;1H\E[J$<50>, csr=\E[%i%i%p1%d;%p2%dr, 
184950276Speter	cup=\E[%i%p1%{1}%+%d;%p2%dH$<5>, dsl=\E7\E[1;24r\E8, 
185050276Speter	fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8, 
185150276Speter	tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am, 
185250276Speter
185350276Speter# Status line at bottom. 
185450276Speter# Clearing the screen will clobber status line.
185550276Spetervt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline, 
185650276Speter	eslok, hs, 
185750276Speter	lines#23, 
185850276Speter	dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 
185962449Speter	tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am, 
186050276Speter
186150276Speter# Most of the `vt100' emulators out there actually emulate a vt102
186250276Speter# This entry (or vt102-nsgr) is probably the right thing to use for
186350276Speter# these.  
186450276Spetervt102|dec vt102, 
186550276Speter	mir, 
186662449Speter	dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, 
186762449Speter	use=vt100, 
186850276Spetervt102-w|dec vt102 in wide mode, 
186950276Speter	cols#132, 
187050276Speter	rs3=\E[?3h, use=vt102, 
187150276Speter
187250276Speter# Many brain-dead PC comm programs that pretend to be `vt100-compatible'
187350276Speter# fail to interpret the ^O and ^N escapes properly.  Symptom: the <sgr0>
187450276Speter# string in the canonical vt100 entry above leaves the screen littered
187550276Speter# with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
187650276Speter# after highlight turnoffs.  This entry should fix that, and even leave
187750276Speter# ACS support working, at the cost of making multiple-highlight changes 
187850276Speter# slightly more expensive.
187950276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
188050276Spetervt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes), 
188162449Speter	sgr@, sgr0=\E[m, use=vt102, 
188250276Speter
188350276Speter# VT125 Graphics CRT.  Clear screen also erases graphics
188450276Spetervt125|vt125 graphics terminal, 
188550276Speter	clear=\E[H\E[2J\EPpS(E)\E\\$<50>, use=vt100, 
188650276Speter
188750276Speter# This isn't a DEC entry, it came from University of Wisconsin.
188850276Speter# (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
188950276Spetervt131|dec vt131, 
189062449Speter	OTbs, am, xenl, 
189150276Speter	cols#80, it#8, lines#24, vt#3, 
189250276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
189350276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
189450276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
189550276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
189650276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
189750276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
189850276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
189950276Speter	kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, ri=\EM$<5/>, 
190050276Speter	rmam=\E[?7h, rmkx=\E[?1l\E>, rmso=\E[m$<2/>, 
190150276Speter	rmul=\E[m$<2/>, 
190250276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
190350276Speter	sgr0=\E[m$<2/>, smam=\E[?7h, smkx=\E[?1h\E=, 
190450276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
190550276Speter
190650276Speter# vt132 - like vt100 but slower and has ins/del line and such.
190750276Speter# I'm told that <smir>/<rmir> are backwards in the terminal from the
190850276Speter# manual and from the ANSI standard, this describes the actual 
190950276Speter# terminal. I've never actually used a vt132 myself, so this 
191050276Speter# is untested.
191150276Speter#
191250276Spetervt132|DEC vt132, 
191350276Speter	xenl, 
191450276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
191562449Speter	ip=$<7>, rmir=\E[4h, smir=\E[4l, use=vt100, 
191650276Speter
191750276Speter# This vt220 description maps F5--F9 to the second block of function keys
191850276Speter# at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
191950276Speter# with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
192050276Speter# PF1--PF4 are used as F1--F4.
192150276Speter#
192262449Spetervt220-old|vt200-old|DEC VT220 in vt100 emulation mode, 
192362449Speter	OTbs, OTpt, am, mir, xenl, xon, 
192450276Speter	cols#80, lines#24, vt#3, 
192562449Speter	OTnl=^J, 
192650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
192750276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
192850276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
192950276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
193050276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
193150276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
193250276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=\ED$<20/>, 
193350276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
193450276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\EOP, 
193550276Speter	kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, 
193650276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, 
193750276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rc=\E8, 
193850276Speter	rev=\E[7m$<2>, rf=/usr/share/tabset/vt100, 
193950276Speter	ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
194050276Speter	rmso=\E[27m, rmul=\E[24m, 
194150276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
194276726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>, 
194350276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
194450276Speter	smso=\E[7m, smul=\E[4m, 
194550276Speter
194662449Speter# A much better description of the VT200/220; used to be vt220-8
194762449Speter# changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
194862449Speter# designation to accommodate bug in pcvt -TD
194962449Spetervt220|vt200|dec vt220, 
195062449Speter	OTbs, am, mc5i, mir, msgr, xenl, xon, 
195162449Speter	cols#80, it#8, lines#24, vt#3, 
195250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
195350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
195450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
195550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
195650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
195750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
195850276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
195950276Speter	flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I, hts=\EH, 
196050276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
196150276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
196250276Speter	is2=\E[?7h\E[>\E[?1h\E F\E[?4l, kbs=^H, kcub1=\E[D, 
196350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf10=\E[21~, 
196450276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
196550276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
196650276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
196750276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
196850276Speter	khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, 
196950276Speter	kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, 
197050276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
197162449Speter	rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
197262449Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=\E(0$<2>, 
197350276Speter	smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
197462449Spetervt220-w|vt200-w|DEC vt220 in wide mode, 
197562449Speter	cols#132, 
197662449Speter	rs3=\E[?3h, use=vt220, 
197762449Spetervt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode, 
197862449Speter	OTbs, am, mc5i, mir, msgr, xenl, xon, 
197962449Speter	cols#80, it#8, lines#24, vt#3, 
198062449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
198162449Speter	bel=^G, blink=\2335m, bold=\2331m, clear=\233H\233J, cr=^M, 
198262449Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
198362449Speter	cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
198462449Speter	cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
198562449Speter	dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
198662449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, enacs=\E)0, 
198762449Speter	flash=\233?5h$<200/>\233?5l, home=\233H, ht=^I, hts=\EH, 
198862449Speter	ich=\233%p1%d@, if=/usr/share/tabset/vt100, 
198962449Speter	il=\233%p1%dL, il1=\233L, ind=\ED, 
199062449Speter	is2=\233?7h\233>\233?1h\E F\233?4l, kbs=^H, 
199162449Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
199262449Speter	kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
199362449Speter	kf13=\23325~, kf14=\23326~, kf17=\23331~, kf18=\23332~, 
199462449Speter	kf19=\23333~, kf2=\EOQ, kf20=\23334~, kf3=\EOR, kf4=\EOS, 
199562449Speter	kf6=\23317~, kf7=\23318~, kf8=\23319~, kf9=\23320~, 
199662449Speter	kfnd=\2331~, khlp=\23328~, khome=\233H, kich1=\2332~, 
199762449Speter	knp=\2336~, kpp=\2335~, krdo=\23329~, kslt=\2334~, lf1=pf1, 
199862449Speter	lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, 
199962449Speter	nel=\EE, rc=\E8, rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, 
200062449Speter	rmir=\2334l, rmso=\23327m, rmul=\23324m, rs1=\233?3l, 
200162449Speter	sc=\E7, sgr0=\233m, smacs=^N, smam=\233?7h, smir=\2334h, 
200262449Speter	smso=\2337m, smul=\2334m, tbc=\2333g, 
200350276Speter
200462449Speter#
200562449Speter# vt220d:
200662449Speter# This vt220 description regards F6--F10 as the second block of function keys
200762449Speter# at the top of the keyboard.  This mapping follows the description given
200862449Speter# in the VT220 Programmer Reference Manual and agrees with the labeling
200962449Speter# on some terminals that emulate the vt220.  There is no support for an F5.
201062449Speter# See vt220 for an alternate mapping. 
201162449Speter#
201262449Spetervt220d|DEC VT220 in vt100 mode with DEC function key labeling, 
201362449Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
201462449Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
201562449Speter	kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, 
201662449Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, use=vt220-old, 
201762449Speter
201862449Spetervt220-nam|v200-nam|VT220 in vt100 mode with no auto margins, 
201962449Speter	am@, 
202062449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
202162449Speter
202250276Speter# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
202350276Speter# (not an official DEC entry!)
202450276Speter# The problem with real vt220 terminals is they don't send escapes when in
202550276Speter# in vt220 mode.  This can be gotten around two ways.  1> don't send
202650276Speter# escapes or 2> put the vt220 into vt100 mode and use all the nifty
202750276Speter# features of vt100 advanced video which it then has.
202850276Speter#
202950276Speter# This entry takes the view of putting a vt220 into vt100 mode so
203050276Speter# you can use the escape key in emacs and everything else which needs it.
203150276Speter#
203250276Speter# You probably don't want to use this on a VMS machine since VMS will think
203350276Speter# it has a vt220 and will get fouled up coming out of emacs
203450276Speter#
203550276Speter# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
203662449Speter# (Added vt100 <rc>,<sc> to quiet a tic warning -- esr)
203750276Spetervt200-js|vt220-js|dec vt200 series with jump scroll, 
203850276Speter	am, 
203950276Speter	cols#80, 
204050276Speter	bel=^G, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
204150276Speter	cub1=^H, cud1=^J, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
204250276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
204350276Speter	il1=\E[L, ind=\ED, 
204450276Speter	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, 
204550276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
204662449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, rc=\E8, 
204750276Speter	rf=/usr/lib/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l, 
204850276Speter	rmkx=\E[?1l\E>, rmso=\E[27m$<5/>, rmul=\E[24m, 
204962449Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, smdc=, 
205050276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m$<5/>, smul=\E[4m, 
205150276Speter 
205250276Speter# This was DEC's vt320.  Use the purpose-built one below instead 
205350276Speter#vt320|DEC VT320 in vt100 emulation mode,
205450276Speter#	use=vt220,
205550276Speter
205650276Speter#
205750276Speter# Use v320n for SCO's LYRIX.  Otherwise, use Adam Thompson's vt320-nam.
205850276Speter#
205950276Spetervt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode, 
206050276Speter	am@, 
206150276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
206250276Speter
206350276Speter# These entries are not DEC's official ones, they were purpose-built for the 
206450276Speter# VT320.  Here are the designer's notes:
206550276Speter# <kel> is end on a PC kbd.  Actually 'select' on a VT.  Mapped to 
206650276Speter# 'Erase to End of Field'... since nothing seems to use 'end' anyways...
206750276Speter# khome is Home on a PC kbd.  Actually 'FIND' on a VT.
206850276Speter# Things that use <knxt> usually use tab anyways... and things that don't use
206950276Speter# tab usually use <knxt> instead...
207050276Speter# kprv is same as tab - Backtab is useless...
207150276Speter# I left out <sgr> because of its RIDICULOUS complexity,
207250276Speter# and the resulting fact that it causes the termcap translation of the entry
207350276Speter# to SMASH the 1k-barrier...
207462449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
207550276Speter# (vt320: uncommented <fsl> --esr) 
207650276Spetervt320|vt300|dec vt320 7 bit terminal, 
207750276Speter	am, eslok, hs, mir, msgr, xenl, 
207850276Speter	cols#80, lines#24, wsl#80, 
207950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
208050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
208150276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
208250276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
208350276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
208450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
208550276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
208650276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E[0$}, 
208750276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
208850276Speter	il1=\E[L, ind=\ED, 
208950276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
209050276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=\177, kc1=\EOq, kc3=\EOs, 
209150276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
209250276Speter	kdch1=\E[3~, kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
209350276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
209450276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
209550276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
209650276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
209750276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I, kpp=\E[5~, 
209850276Speter	kprv=\E[Z, kslt=\E[4~, mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, 
209950276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt300, 
210050276Speter	ri=\EM, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
210150276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
210250276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
210350276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
210450276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
210550276Speter	tsl=\E[1$}\E[H\E[K, 
210650276Spetervt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy, 
210750276Speter	am@, 
210850276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
210950276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
211050276Speter	use=vt320, 
211150276Speter# We have to init 132-col mode, not 80-col mode.
211250276Spetervt320-w|vt300-w|dec vt320 wide 7 bit terminal, 
211350276Speter	cols#132, wsl#132, 
211450276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
211550276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
211650276Speter	use=vt320, 
211750276Spetervt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am, 
211850276Speter	am@, 
211950276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
212050276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
212150276Speter	use=vt320-w, 
212250276Speter
212350276Speter# VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
212450276Speter#   which are pretty much a superset of the VT320.  They have the
212550276Speter#   host writable status line, yet another different DRCS matrix size,
212650276Speter#   and such, but they add the DEC Technical character set, Multiple text
212750276Speter#   pages, selectable length pages, and the like.  The difference between
212850276Speter#   the vt330 and vt340 is that the latter has only 2 planes and a monochrome
212950276Speter#   monitor, the former has 4 planes and a color monitor.  These terminals
213050276Speter#   support VT131 and ANSI block mode, but as with much of these things,
213150276Speter#   termcap/terminfo doesn't deal with these features.
213250276Speter#
213350276Speter# Note that this entry is are set up in what was the standard way for GNU
213450276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
213550276Speter# keys were switched into application mode at the same time the numeric pad
213650276Speter# is switched into application mode.  This changes the definitions of the
213750276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
213850276Speter# your termcap or terminfo entry,
213950276Speter#
214050276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
214150276Speter# (vt340: string capability "sb=\E[M" corrected to "sr";
214250276Speter# also, added <rmam>/<smam> based on the init string -- esr)
214350276Spetervt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page, 
214450276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
214550276Speter	cols#80, it#8, lines#24, vt#3, 
214650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
214750276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
214850276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
214950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
215050276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
215150276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h, dch=\E[%p1%dP, 
215250276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
215350276Speter	dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
215450276Speter	flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, home=\E[H, ht=^I, 
215550276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
215650276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
215750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
215850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
215950276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
216050276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
216150276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
216250276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
216350276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
216450276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
216550276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
216650276Speter
216750276Speter# DEC doesn't supply a vt400 description, so we add Daniel Glasser's
216850276Speter# (originally written with vt420 as its primary name, and usable for it).
216950276Speter# 
217050276Speter# VT400/420 -- This terminal is a superset of the vt320.  It adds the multiple 
217150276Speter#    text pages and long text pages with selectable length of the vt340, along
217250276Speter#    with left and right margins, rectangular area text copy, fill, and erase
217350276Speter#    operations, selected region character attribute change operations,
217450276Speter#    page memory and rectangle checksums, insert/delete column, reception
217550276Speter#    macros, and other features too numerous to remember right now.  TERMCAP
217650276Speter#    can only take advantage of a few of these added features.
217750276Speter#
217850276Speter# Note that this entry is are set up in what was the standard way for GNU
217950276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
218050276Speter# keys were switched into application mode at the same time the numeric pad
218150276Speter# is switched into application mode.  This changes the definitions of the
218250276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
218350276Speter# your termcap entry,
218450276Speter#
218550276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
218650276Speter# (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
218750276Speter# also, added <rmam>/<smam> based on the init string -- esr)
218850276Spetervt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap, 
218950276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
219050276Speter	cols#80, it#8, lines#24, vt#3, 
219150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
219250276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
219350276Speter	clear=\E[H\E[J$<10/>, cnorm=\E[?25h, cr=^M, 
219450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
219550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
219650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
219750276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
219850276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J$<10/>, 
219950276Speter	el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, 
220050276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
220150276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
220250276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
220350276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
220450276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
220550276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
220650276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
220750276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
220850276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
220950276Speter	rmul=\E[24m, rs1=\E<\E[?3l\E[!p\E[?7h, sc=\E7, sgr0=\E[m, 
221050276Speter	smacs=^N, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
221150276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
221250276Speter	tsl=\E[2$~\E[1$}\E[1;%dH, 
221350276Speter
221450276Speter# (vt420: I removed <kf0>, it collided with <kf10>.  I also restored
221550276Speter# a missing <sc> -- esr)
221650276Spetervt420|DEC VT420, 
221750276Speter	am, mir, xenl, xon, 
221850276Speter	cols#80, lines#24, vt#3, 
221950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
222050276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
222150276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
222250276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
222350276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
222450276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
222550276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
222650276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
222750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
222850276Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
222950276Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
223050276Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
223150276Speter	kslt=\E[4~, rc=\E8, rev=\E[7m$<2>, 
223250276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B$<4>, 
223350276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
223450276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
223550276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
223676726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>, 
223750276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
223850276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
223950276Speter
224050276Speter#
224150276Speter# DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
224250276Speter# takes two parameters, the key and the string.  Translating the key is
224350276Speter# straightforward (keys 1-5 are not defined on real terminals, though some
224450276Speter# emulators define these):
224550276Speter#
224650276Speter#               if (key < 16) then  value = key;
224750276Speter#               else if (key < 21) then value = key + 1; 
224850276Speter#               else if (key < 25) then value = key + 2;
224950276Speter#               else if (key < 27) then value = key + 3;
225050276Speter#               else if (key < 30) then value = key + 4;
225150276Speter#               else value = key + 5;
225250276Speter#
225350276Speter# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT". 
225450276Speter# There's no provision in terminfo for emitting a string in this format, so the
225550276Speter# application has to know it.
225650276Speter#
225750276Spetervt420pc|DEC VT420 w/PC keyboard, 
225850276Speter	kdch1=\177, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, 
225950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, 
226050276Speter	kf15=\E[13;2~, kf16=\E[14;2~, kf17=\E[15;2~, 
226150276Speter	kf18=\E[17;2~, kf19=\E[18;2~, kf2=\E[12~, kf20=\E[19;2~, 
226250276Speter	kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[23;2~, 
226350276Speter	kf24=\E[24;2~, kf25=\E[23~, kf26=\E[24~, kf27=\E[25~, 
226450276Speter	kf28=\E[26~, kf29=\E[28~, kf3=\E[13~, kf30=\E[29~, 
226550276Speter	kf31=\E[31~, kf32=\E[32~, kf33=\E[33~, kf34=\E[34~, 
226650276Speter	kf35=\E[35~, kf36=\E[36~, kf37=\E[23;2~, kf38=\E[24;2~, 
226750276Speter	kf39=\E[25;2~, kf4=\E[14~, kf40=\E[26;2~, kf41=\E[28;2~, 
226850276Speter	kf42=\E[29;2~, kf43=\E[31;2~, kf44=\E[32;2~, 
226950276Speter	kf45=\E[33;2~, kf46=\E[34;2~, kf47=\E[35;2~, 
227050276Speter	kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
227150276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
227250276Speter	pctrm=USR_TERM\:vt420pcdos\:, 
227362449Speter	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\\, 
227462449Speter	use=vt420, 
227550276Speter
227650276Spetervt420pcdos|DEC VT420 w/PC for DOS Merge, 
227750276Speter	lines#25, 
227866963Speter	dispc=%?%p1%{19}%=%t\E\023\021%e%p1%{32}%<%t\E%p1%c%e%p1%{127}%=%t\E\177%e%p1%c%;, 
227950276Speter	pctrm@, 
228050276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, 
228162449Speter	sgr0=\E[m, smsc=\E[?1;2r\E[34h, use=vt420pc, 
228250276Speter
228350276Spetervt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, 
228450276Speter	kdch1=\177, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
228550276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
228650276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
228750276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
228850276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
228950276Speter	khome=\E[H, lf1=\EOP, lf2=\EOQ, lf3=\EOR, lf4=\EOS, 
229050276Speter	use=vt420, 
229150276Speter
229250276Spetervt510|DEC VT510, 
229350276Speter	use=vt420, 
229450276Spetervt510pc|DEC VT510 w/PC keyboard, 
229550276Speter	use=vt420pc, 
229650276Spetervt510pcdos|DEC VT510 w/PC for DOS Merge, 
229750276Speter	use=vt420pcdos, 
229850276Speter
229950276Speter# VT520/VT525
230050276Speter#
230150276Speter# The VT520 is a monochrome text terminal capable of managing up to
230250276Speter# four independent sessions in the terminal.  It has multiple ANSI
230350276Speter# emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
230450276Speter# and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
230550276Speter# 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
230650276Speter#
230750276Speter# Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
230850276Speter# [Alt]/[Print Screen] depending upon which keyboard and which
230950276Speter# terminal mode is being used.  If Set-Up has been disabled or
231050276Speter# assigned to an unknown key, Set-Up may be entered by pressing
231150276Speter# [F3] as the first key after power up, regardless of keyboard type.
231250276Speter# (vt520: I added <rmam>/<smam> based on the init string, also <sc> -- esr)
231350276Spetervt520|DEC VT520, 
231450276Speter	am, mir, xenl, xon, 
231550276Speter	cols#80, lines#24, vt#3, 
231650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
231750276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
231850276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
231950276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
232050276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
232150276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
232250276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
232350276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
232450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
232562449Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
232662449Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
232762449Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
232862449Speter	kslt=\E[4~, 
232950276Speter	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\\, 
233050276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
233150276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
233250276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
233350276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
233476726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>, 
233550276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
233650276Speter	smso=\E[7m, smul=\E[4m, 
233750276Speter
233850276Speter# (vt525: I added <rmam>/<smam> based on the init string;
233950276Speter# removed <rmso>=\E[m, <rmul>=\E[m, added <sc> -- esr)
234050276Spetervt525|DEC VT525, 
234150276Speter	am, mir, xenl, xon, 
234250276Speter	cols#80, lines#24, vt#3, 
234350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
234450276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
234550276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
234650276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
234750276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
234850276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
234950276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
235050276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
235150276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
235262449Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
235362449Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
235462449Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
235562449Speter	kslt=\E[4~, 
235650276Speter	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\\, 
235750276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
235850276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
235950276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
236050276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
236176726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>, 
236250276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
236350276Speter	smso=\E[7m, smul=\E[4m, 
236450276Speter
236550276Speter#### VT100 emulations
236650276Speter#
236750276Speter
236850276Speter# John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
236950276Speter# (the best Windows telnet as of September 1995) presents the name `dec-vt100'
237050276Speter# to telnetd.   Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
237150276Speter# that this works best with a stock vt100 entry.
237250276Speterdec-vt100|EWAN telnet's vt100 emulation, 
237350276Speter	use=vt100, 
237450276Speter
237550276Speter# From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
237650276Speterdec-vt220|DOS tnvt200 terminal emulator, 
237750276Speter	am@, use=vt220, 
237850276Speter
237950276Speter# Zstem340 is an (IMHO) excellent VT emulator for PC's.  I recommend it to
238050276Speter# anyone who needs PC VT340 emulation. (or anything below that level, for
238150276Speter# that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
238250276Speter# RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
238350276Speter# I can send the address if requested.
238450276Speter# (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
238562449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
238650276Speterz340|zstem vt340 terminal emulator 132col 42line, 
238750276Speter	lines#42, 
238850276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
238950276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
239050276Speter	use=vt320-w, 
239150276Speterz340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins), 
239250276Speter	am@, 
239350276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
239450276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
239550276Speter	use=z340, 
239650276Speter
239750276Speter# CRT is shareware.  It implements some xterm features, including mouse.
239850276Spetercrt|crt-vt220|CRT 2.3 emulating VT220, 
239950276Speter	bce, msgr, 
240062449Speter	ncv@, 
240162449Speter	hts=\EH, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
240262449Speter	use=vt220, use=ecma+color, 
240350276Speter
240450276Speter# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
240550276Speter# T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
240650276Speter# (communication program) which supports:
240750276Speter#
240850276Speter#	- Serial port connections.
240950276Speter#	- TCP/IP (telnet) connections.
241050276Speter#	- VT100 emulation, and selected VT200/300 emulation.
241150276Speter#	- TEK4010 emulation.
241250276Speter#	- File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
241350276Speter#	  Quick-VAN).
241450276Speter#	- Scripts using the "Tera Term Language".
241550276Speter#	- Japanese and Russian character sets.
241650276Speter#
241750276Speter# The program does not come with terminfo or termcap entries.  However, the
241850276Speter# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
241950276Speter# vt52 or doublesize character support; blinking is done with color).  Besides
242050276Speter# the HPA, VPA extensions it also implements CPL and CNL.
242150276Speter#
242250276Speter# All of the function keys can be remapped.  This description shows the default
242350276Speter# mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
242450276Speter# are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
242550276Speter# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
242650276Speter#	kfnd	Insert
242750276Speter#	kslt	Delete
242850276Speter#	kich1	Home
242950276Speter#	kdch1	PageUp
243050276Speter#	kpp	End
243150276Speter#	knp	PageDown
243250276Speter#
243350276Speter# ANSI colors are implemented, but cannot be combined with video attributes
243450276Speter# except for reverse.
243550276Speter#
243650276Speter# No fonts are supplied with the program, so the acsc string is chosen to
243750276Speter# correspond with the default Microsoft terminal font.
243850276Speter#
243950276Speter# Tera Term recognizes some xterm sequences, including those for setting and
244050276Speter# retrieving the window title, and for setting the window size (i.e., using
244150276Speter# "resize -s"), though it does not pass SIGWINCH to the application if the
244250276Speter# user resizes the window with the mouse.
244350276Speterteraterm|Tera Term Pro, 
244450276Speter	km, xon@, 
244550276Speter	ncv#43, vt@, 
244650276Speter	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, 
244750276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
244850276Speter	cnorm=\E[?25h, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
244950276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
245050276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
245150276Speter	flash=\E[?5h\E[?5l$<200/>, hpa=\E[%i%p1%dG, 
245250276Speter	il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~, 
245350276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
245450276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
245550276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
245650276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
245750276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
245850276Speter	kpp=\E[5~, kslt=\E[4~, op=\E[100m, rev=\E[7m, ri=\EM, 
245950276Speter	rmso=\E[27m, rmul=\E[24m, sgr0=\E[m, smso=\E[7m, 
246050276Speter	smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
246162449Speter	vpa=\E[%i%p1%dd, use=klone+color, use=vt100, 
246250276Speter
246350276Speter# Tested with WinNT 4.0, the telnet application assumes the screensize is
246450276Speter# 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
246550276Speterms-vt100|MS telnet imitating dec vt100, 
246650276Speter	lines#25, 
246750276Speter	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, 
246850276Speter	tbc@, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\E[c, 
246950276Speter	use=vt100, 
247050276Speter
247150276Speter#### X terminal emulators
247250276Speter#
247350276Speter# You can add the following line to your .Xdefaults to change the terminal type
247450276Speter# set by the xterms you start up to my-xterm:
247550276Speter#
247650276Speter# *termName:  my-xterm
247750276Speter#
247850276Speter# System administrators can change the default entry for xterm instances
247950276Speter# by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm.  In either
248050276Speter# case, xterm will detect and reject an invalid terminal type, falling back
248150276Speter# to the default of xterm.
248250276Speter#
248350276Speter
248450276Speter# X10/6.6	11/7/86, minus alternate screen, plus (csr)
248550276Speter# (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
248650276Speter# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
248750276Speter# as these seem not to work -- esr)
248850276Speterx10term|vs100-x10|xterm terminal emulator (X10 window system), 
248962449Speter	OTbs, am, km, mir, msgr, xenl, xon, 
249050276Speter	cols#80, it#8, lines#65, 
249150276Speter	bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
249250276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
249350276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
249450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
249550276Speter	il1=\E[L, ind=^J, is2=\E\E[m\E[?7h\E[?1;4l, kbs=^H, 
249650276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
249750276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmam=\E[?7l, 
249850276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
249950276Speter	sgr0=\E[m, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
250050276Speter	smso=\E[7m, smul=\E[4m, 
250150276Speter# Compatible with the R5 xterm 
250250276Speter# (from the XFree86 3.2 distribution, <blink=@> removed)
250362449Speter# added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
250450276Speter# corrected typos in rs2 string - TD
250562449Speter# added u6-u9 -TD
250650276Speterxterm-r5|xterm R5 version, 
250762449Speter	OTbs, am, km, msgr, xenl, 
250850276Speter	cols#80, it#8, lines#24, 
250950276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
251050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
251150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
251250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
251350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
251450276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
251550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
251650276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
251750276Speter	kdl1=\E[31~, kel=\E[8~, kend=\E[4~, kf0=\EOq, kf1=\E[11~, 
251850276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
251950276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
252050276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
252150276Speter	kil1=\E[30~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, 
252250276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
252350276Speter	rmul=\E[m, 
252450276Speter	rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H, 
252550276Speter	sc=\E7, 
252650276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
252750276Speter	sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
252862449Speter	smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, 
252962449Speter	u8=\E[?1;2c, u9=\E[c, 
253050276Speter# Compatible with the R6 xterm
253150276Speter# (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
253262449Speter# added khome/kend, hts based on the R6 xterm code - TD
253362449Speter# (khome/kend do not actually work in X11R5 or X11R6, but many people use this
253462449Speter# for compatibility with other emulators).
253550276Speterxterm-r6|xterm-old|xterm X11R6 version, 
253662449Speter	OTbs, am, km, mir, msgr, xenl, 
253750276Speter	cols#80, it#8, lines#24, 
253850276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
253950276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
254050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
254150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
254250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
254350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
254462449Speter	el=\E[K, enacs=\E)0, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
254550276Speter	il1=\E[L, ind=^J, 
254650276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, 
254750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
254862449Speter	kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
254950276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
255050276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
255162449Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
255262449Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
255362449Speter	kfnd=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
255462449Speter	kslt=\E[4~, meml=\El, memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, 
255562449Speter	rmacs=^O, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
255662449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
255766963Speter	rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 
255850276Speter	sgr0=\E[m, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
255950276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
256050276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
256150276Speter# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
256250276Speter# The name has been changed and some aliases have been removed.
256350276Speterxterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System), 
256462449Speter	OTbs, am, bce, km, mir, msgr, xenl, 
256562449Speter	cols#80, it#8, lines#24, ncv@, 
256650276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
256750276Speter	bel=^G, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
256850276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
256950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
257050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
257150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
257262449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
257362449Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
257462449Speter	flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, 
257562449Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
257662449Speter	il1=\E[L, ind=^J, 
257750276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
257850276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbeg=\EOE, kbs=^H, kc1=\EOq, 
257950276Speter	kc3=\EOs, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
258050276Speter	kdch1=\177, kend=\EOF, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
258150276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
258250276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
258350276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
258450276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
258550276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\EOH, kich1=\E[2~, 
258650276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El, 
258762449Speter	memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
258862449Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 
258962449Speter	rmso=\E[27m, rmul=\E[24m, rs1=^O, 
259066963Speter	rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 
259150276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
259250276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
259350276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
259450276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
259550276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
259650276Speter	tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
259762449Speter	vpa=\E[%i%p1%dd, use=ecma+color, 
259850276Speter
259950276Speter# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
260050276Speter# codes for F1-F4 except while in VT220 mode.
260150276Speterxterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System), 
260262449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-xf86-v32, 
260350276Speter
260450276Speter# This version was released in XFree86 3.3.3 (November 1998).
260550276Speter# Besides providing printer support, it exploits a new feature that allows
260650276Speter# xterm to use terminfo-based descriptions with the titeInhibit resource.
260762449Speter# -- the distribution contained incorrect khome/kend values -TD
260850276Speterxterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System), 
260950276Speter	mc5i, 
261050276Speter	blink=\E[5m, ich1@, invis=\E[8m, 
261162449Speter	is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@, 
261262449Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, rmcup=\E[?1047l\E[?1048l, 
261362449Speter	rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, 
261450276Speter	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%;, 
261562449Speter	smcup=\E[?1048h\E[?1047h, use=xterm-xf86-v33, 
261650276Speter
261766963Speter# This version was released in XFree86 4.0.
261850276Speterxterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System), 
261962449Speter	npc, 
262062449Speter	kDC=\E[3;5~, kEND=\EO5F, kHOM=\EO5H, kIC=\E[2;5~, 
262162449Speter	kLFT=\EO5D, kNXT=\E[6;5~, kPRV=\E[5;5~, kRIT=\EO5C, ka1@, 
262262449Speter	ka3@, kb2=\EOE, kc1@, kc3@, kcbt=\E[Z, kdch1=\E[3~, kend=\EOF, 
262362449Speter	kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R, kf16=\EO2S, 
262462449Speter	kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, 
262562449Speter	kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~, 
262662449Speter	kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, kf26=\EO5Q, 
262762449Speter	kf27=\EO5R, kf28=\EO5S, kf29=\E[15;5~, kf30=\E[17;5~, 
262862449Speter	kf31=\E[18;5~, kf32=\E[19;5~, kf33=\E[20;5~, 
262962449Speter	kf34=\E[21;5~, kf35=\E[23;5~, kf36=\E[24;5~, kf37=\EO6P, 
263062449Speter	kf38=\EO6Q, kf39=\EO6R, kf40=\EO6S, kf41=\E[15;6~, 
263162449Speter	kf42=\E[17;6~, kf43=\E[18;6~, kf44=\E[19;6~, 
263262449Speter	kf45=\E[20;6~, kf46=\E[21;6~, kf47=\E[23;6~, 
263362449Speter	kf48=\E[24;6~, khome=\EOH, rmcup=\E[?1049l, 
263476726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
263562449Speter	smcup=\E[?1049h, use=xterm-xf86-v333, 
263650276Speter
263750276Speterxterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System), 
263866963Speter	npc, 
263976726Speter	kDC=\E[3;2~, kEND=\EO2F, kHOM=\EO2H, kIC=\E[2;2~, 
264076726Speter	kLFT=\EO2D, kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\EO2C, 
264166963Speter	kb2=\EOE, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
264266963Speter	kcuu1=\EOA, kend=\EOF, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
264366963Speter	kf11=\E[23~, kf12=\E[24~, kf13=\EO2P, kf14=\EO2Q, 
264466963Speter	kf15=\EO2R, kf16=\EO2S, kf17=\E[15;2~, kf18=\E[17;2~, 
264566963Speter	kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~, 
264666963Speter	kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, 
264766963Speter	kf26=\EO5Q, kf27=\EO5R, kf28=\EO5S, kf29=\E[15;5~, 
264866963Speter	kf3=\EOR, kf30=\E[17;5~, kf31=\E[18;5~, kf32=\E[19;5~, 
264966963Speter	kf33=\E[20;5~, kf34=\E[21;5~, kf35=\E[23;5~, 
265066963Speter	kf36=\E[24;5~, kf37=\EO6P, kf38=\EO6Q, kf39=\EO6R, 
265166963Speter	kf4=\EOS, kf40=\EO6S, kf41=\E[15;6~, kf42=\E[17;6~, 
265266963Speter	kf43=\E[18;6~, kf44=\E[19;6~, kf45=\E[20;6~, 
265366963Speter	kf46=\E[21;6~, kf47=\E[23;6~, kf48=\E[24;6~, kf5=\E[15~, 
265466963Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\EOH, 
265566963Speter	kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
265666963Speter	use=xterm-basic, 
265766963Speter#
265866963Speter# This chunk is used for building the VT220/Sun/PC keyboard variants.
265966963Speterxterm-basic|xterm terminal emulator - common (XFree86), 
266066963Speter	am, bce, km, mc5i, mir, msgr, xenl, 
266166963Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
266266963Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
266366963Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
266466963Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
266566963Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
266666963Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
266766963Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
266866963Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
266966963Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
267066963Speter	flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, 
267166963Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
267266963Speter	ind=^J, invis=\E[8m, is2=\E[!p\E[?3;4l\E[4l\E>, kbs=^H, 
267366963Speter	kdch1=\E[3~, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, meml=\El, 
267466963Speter	memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
267566963Speter	rmam=\E[?7l, rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E>, 
267666963Speter	rmso=\E[27m, rmul=\E[24m, rs1=\Ec, 
267766963Speter	rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7, setab=\E[4%p1%dm, 
267866963Speter	setaf=\E[3%p1%dm, 
267966963Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
268066963Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
268176726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
268266963Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[?1049h, 
268366963Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
268466963Speter	tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
268566963Speter	vpa=\E[%i%p1%dd, 
268650276Speter
268750276Speter# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
268850276Speterxterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1, 
268962449Speter	rmso=\E[m, rmul=\E[m, use=xterm-xf86-v33, 
269050276Speter
269150276Speter# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
269250276Speterxterm-16color|xterm with 16 colors like aixterm, 
269366963Speter	colors#16, ncv#32, pairs#256, 
269450276Speter	setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm, 
269550276Speter	setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm, 
269650276Speter	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, 
269750276Speter	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, 
269866963Speter	use=xterm-xfree86, 
269950276Speter
270062449Speter# These variants of XFree86 3.9.16 xterm are built as a configure option.
270162449Speterxterm-256color|xterm with 256 colors, 
270262449Speter	ccc, 
270366963Speter	colors#256, ncv#32, pairs#256, 
270462449Speter	initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\, 
270562449Speter	setab=\E[48;5;%p1%dm, setaf=\E[38;5;%p1%dm, 
270662449Speter	setb=\E[48;5;%p1%dm, setf=\E[38;5;%p1%dm, 
270762449Speter	use=xterm-xfree86, 
270862449Speterxterm-88color|xterm with 88 colors, 
270962449Speter	colors#88, pairs#88, use=xterm-256color, 
271062449Speter
271150276Speter# This is another variant, for XFree86 4.0 xterm (T.Dickey)
271250276Speter# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
271350276Speter# To use it, your decTerminalID resource must be set to 200 or above.
271450276Speter#
271550276Speter#	HTS	\E H	\210
271650276Speter#	RI	\E M	\215
271750276Speter#	SS3	\E O	\217
271850276Speter#	CSI	\E [	\233
271950276Speter#
272050276Speterxterm-8bit|xterm terminal emulator 8-bit controls (X Window System), 
272162449Speter	OTbs, am, bce, km, mc5i, mir, msgr, npc, xenl, 
272250276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
272350276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
272450276Speter	bel=^G, blink=\2335m, bold=\2331m, cbt=\233Z, 
272550276Speter	civis=\233?25l, clear=\233H\2332J, cnorm=\233?25h, cr=^M, 
272650276Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
272750276Speter	cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
272850276Speter	cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
272962449Speter	dch=\233%p1%dP, dch1=\233P, dl=\233%p1%dM, dl1=\233M, 
273062449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
273162449Speter	enacs=\E(B\E)0, flash=\233?5h$<100/>\233?5l, 
273262449Speter	home=\233H, hpa=\233%i%p1%dG, ht=^I, hts=\210, 
273362449Speter	ich=\233%p1%d@, il=\233%p1%dL, il1=\233L, ind=^J, 
273462449Speter	invis=\2338m, 
273550276Speter	is2=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
273650276Speter	ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kbs=^H, 
273766963Speter	kc1=\217q, kc3=\217s, kcbt=\233Z, kcub1=\217D, kcud1=\217B, 
273850276Speter	kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~, 
273950276Speter	kent=\217M, kf1=\23311~, kf10=\23321~, kf11=\23323~, 
274050276Speter	kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
274150276Speter	kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
274250276Speter	kf2=\23312~, kf20=\23334~, kf3=\23313~, kf4=\23314~, 
274350276Speter	kf5=\23315~, kf6=\23317~, kf7=\23318~, kf8=\23319~, 
274450276Speter	kf9=\23320~, khome=\2331~, kich1=\2332~, kmous=\233M, 
274550276Speter	knp=\2336~, kpp=\2335~, mc0=\233i, mc4=\2334i, mc5=\2335i, 
274650276Speter	meml=\El, memu=\Em, op=\23339;49m, rc=\E8, rev=\2337m, 
274750276Speter	ri=\215, rmacs=^O, rmam=\233?7l, rmcup=\233?1049l, 
274850276Speter	rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
274950276Speter	rs1=\Ec, 
275066963Speter	rs2=\E[62"p\E G\E7\233r\E8\233m\233?7h\233?1;3;4;6l\2334l\E>, 
275150276Speter	sc=\E7, setab=\2334%p1%dm, setaf=\2333%p1%dm, 
275250276Speter	setb=\2334%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
275350276Speter	setf=\2333%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
275476726Speter	sgr=\2330%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
275550276Speter	sgr0=\233m^O, smacs=^N, smam=\233?7h, smcup=\233?1049h, 
275650276Speter	smir=\2334h, smkx=\233?1h\E=, smso=\2337m, smul=\2334m, 
275750276Speter	tbc=\2333g, u6=\233[%i%d;%dR, u7=\E[6n, u8=\233[?1;2c, 
275850276Speter	u9=\E[c, vpa=\233%i%p1%dd, 
275950276Speter
276062449Speterxterm-hp|XFree86 xterm with hpterm function keys, 
276162449Speter	kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
276262449Speter	kdch1=\EP, kend=\EF, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, 
276362449Speter	kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, kich1=\EQ, 
276466963Speter	knp=\ES, kpp=\ET, use=xterm-basic, 
276562449Speter
276666963Speterxterm-sco|XFree86 xterm with SCO function keys, 
276766963Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, 
276866963Speter	kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf13=\E[Y, 
276966963Speter	kf15=\E[a, kf16=\E[b, kf17=\E[c, kf18=\E[d, kf19=\E[e, 
277066963Speter	kf2=\E[N, kf20=\E[f, kf21=\E[g, kf22=\E[h, kf23=\E[i, 
277166963Speter	kf24=\E[j, kf25=\E[k, kf26=\E[l, kf27=\E[m, kf28=\E[n, 
277266963Speter	kf29=\E[o, kf3=\E[O, kf30=\E[p, kf31=\E[q, kf32=\E[r, 
277366963Speter	kf33=\E[s, kf34=\E[t, kf35=\E[u, kf4=\E[P, kf5=\E[Q, 
277466963Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
277566963Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, use=xterm-basic, 
277666963Speter
277766963Speter# The xterm-xfree86 description has all of the features, but is not completely
277866963Speter# compatible with vt220.  If you are using a Sun or PC keyboard, set the
277966963Speter# sunKeyboard resource to true:
278066963Speter#	+ maps the editing keypad
278166963Speter#	+ interprets control-function-key as a second array of keys, so a
278266963Speter#	  12-fkey keyboard can support vt220's 20-fkeys.
278366963Speter#	+ maps numeric keypad "+" to ",".
278466963Speter#	+ uses DEC-style control sequences for the application keypad.
278566963Speter#	  
278662449Speterxterm-vt220|XFree86 xterm emulating vt220, 
278766963Speter	ka1=\EOw, ka3=\EOy, kbeg=\EOu, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, 
278866963Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kend=\E[4~, 
278966963Speter	kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
279066963Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
279166963Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
279266963Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~, 
279366963Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~, 
279466963Speter	kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
279566963Speter	use=xterm-basic, 
279662449Speter
279762449Speterxterm-vt52|XFree86 xterm emulating dec vt52, 
279862449Speter	cols#80, it#8, lines#24, 
279962449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
280062449Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
280162449Speter	cup=\EY%p1%' '%+%c%p2%' '%+%c, cuu1=\EA, ed=\EJ, el=\EK, 
280262449Speter	home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
280362449Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
280462449Speter
280562449Speterxterm-noapp|xterm with cursor keys in normal mode, 
280662449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rmcup@, 
280762449Speter	rmkx=\E>, smcup@, smkx=\E=, use=xterm, 
280862449Speter
280950276Speterxterm-24|vs100|xterms|xterm terminal emulator (X Window System), 
281062449Speter	lines#24, use=xterm-r6, 
281150276Speter
281250276Speter# This is xterm for ncurses.
281350276Speterxterm|xterm terminal emulator (X Window System), 
281450276Speter	use=xterm-r6, 
281562449Speter#	use=xterm-xfree86, 
281650276Speter
281750276Speter# These entries allow access to the X titlebar and icon name as a status line. 
281850276Speter# Note that twm (and possibly window managers descended from it such as tvtwm, 
281950276Speter# ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
282050276Speter# with it.
282150276Speterxterm+sl|access X title line and icon name, 
282250276Speter	hs, 
282350276Speter	wsl#40, 
282450276Speter	dsl=\E]0;\007, fsl=^G, tsl=\E]0;, use=xterm, 
282550276Speterxterm+sl-twm|access X title line (pacify twm-descended window managers), 
282650276Speter	hs, 
282750276Speter	wsl#40, 
282850276Speter	dsl=\E]2;\007, fsl=^G, tsl=\E]2;, use=xterm, 
282950276Speter
283050276Speter#
283150276Speter# The following xterm variants don't depend on your base version
283250276Speter#
283350276Speter# xterm with bold instead of underline
283450276Speterxterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 
283562449Speter	smso=\E[7m, smul=\E[1m, use=xterm, 
283650276Speter# (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
283750276Speter# (kterm should not invoke DEC Graphics as the alternate character set
283850276Speter#  -- Kenji Rikitake)
283976726Speter# (proper setting of enacs, smacs, rmacs makes kterm to use DEC Graphics
284076726Speter#  -- MATSUMOTO Shoji)
284150276Speterkterm|kterm kanji terminal emulator (X window system), 
284250276Speter	eslok, hs, 
284376726Speter	acsc=++\,\,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
284476726Speter	csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs=, fsl=\E[?F, 
284576726Speter	kmous=\E[M, rc=\E8, rmacs=\E(B, sc=\E7, smacs=\E(0, 
284662449Speter	tsl=\E[?E\E[?%i%dT, use=xterm-r6, use=ecma+color, 
284766963Speterkterm-color|kterm-co|kterm with ANSI colors, 
284866963Speter	ncv@, use=kterm, use=ecma+color, 
284950276Speter# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
285050276Speterxterm-nic|xterm with ich/ich1 suppressed for non-curses programs, 
285162449Speter	ich@, ich1@, use=xterm, 
285250276Speter# From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996 
285350276Speterxterm1|xterm terminal emulator ignoring the alternate screen buffer, 
285462449Speter	rmcup@, smcup@, use=xterm, 
285550276Speter
285650276Speter# This describes the capabilities of color_xterm, an xterm variant from
285750276Speter# before ECMA-64 color support was folded into the main-line xterm release.
285850276Speter# This entry is straight from color_xterm's maintainer.
285950276Speter# From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
286050276Speter# The README's with the distribution also say that it supports SGR 21, 24, 25
286150276Speter# and 27, but they are not present in the terminfo or termcap.
286250276Spetercolor_xterm|cx|cx100|color_xterm color terminal emulator for X, 
286362449Speter	OTbs, am, km, mir, msgr, xenl, 
286462449Speter	cols#80, it#8, lines#65, ncv@, 
286550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
286650276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
286750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
286850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
286950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
287050276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
287150276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, home=\E[H, ht=^I, 
287250276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
287350276Speter	is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l, ka1=\EOw, ka3=\EOy, 
287450276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\EOD, kcud1=\EOB, 
287550276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
287650276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
287750276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
287850276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[7~, kich1=\E[2~, 
287962449Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m, ri=\EM, 
288062449Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E>\E[?41;1r, rmir=\E[4l, 
288162449Speter	rmso=\E[27m, rmul=\E[24m, 
288250276Speter	rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, 
288362449Speter	sc=\E7, 
288450276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
288550276Speter	sgr0=\E[m, smacs=^N, smam=\E[?7h, 
288650276Speter	smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m, 
288762449Speter	smul=\E[4m, use=ecma+color, 
288850276Speter
288962449Speter# The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
289050276Speter# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
289150276Speter# SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
289250276Speter# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
289350276Speter# that each of those implements the home, end, delete keys differently.
289462449Speter#
289562449Speter# Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
289662449Speter# colors; note that this is not compatible with the 5.2 version.
289750276Speternxterm|xterm-color|generic color xterm, 
289850276Speter	ncv@, 
289950276Speter	op=\E[m, use=xterm-r6, use=klone+color, 
290050276Speter
290162449Speter# this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
290262449Spetergnome|Gnome terminal, 
290362449Speter	bce, 
290462449Speter	kdch1=\177, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
290562449Speter	use=xterm-color, 
290662449Speter
290762449Speter# This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
290862449Speter# or not is debatable).
290962449Speterkvt|KDE terminal, 
291062449Speter	bce, km@, 
291162449Speter	kdch1=\177, kend=\E[F, khome=\E[H, use=xterm-color, 
291262449Speter
291350276Speter# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
291450276Speter# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
291550276Speter# Notes:
291650276Speter# rxvt 2.21b uses
291750276Speter#	smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
291850276Speter# but some applications don't work with that.
291950276Speter# It also has an AIX extension
292050276Speter#	box2=lqkxjmwuvtn,
292150276Speter# and
292250276Speter#	ech=\E[%p1%dX,
292350276Speter# but the latter does not work correctly.
292450276Speter#
292550276Speter# The distributed terminfo says it implements hpa and vpa, but they are not
292650276Speter# implemented correctly, using relative rather than absolute positioning.
292750276Speter#
292850276Speter# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
292950276Speter# Since rxvt is not really compatible with xterm, it should be configured as
293050276Speter# "rxvt" (monochrome) and "rxvt-color". 
293150276Speterrxvt-basic|rxvt terminal base (X Window System), 
293262449Speter	OTbs, am, bce, eo, km, mir, msgr, xenl, xon, 
293350276Speter	cols#80, it#8, lines#24, 
293450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
293550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
293650276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
293750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
293850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
293950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
294062449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
294162449Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h\E[?5l, 
294262449Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
294362449Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E[?47l\E=\E[?1l, 
294450276Speter	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
294550276Speter	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
294650276Speter	kPRV=\E[5$, kRIT=\E[c, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, 
294750276Speter	kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
294850276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, 
294962449Speter	kend=\E[8~, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
295050276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
295150276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
295250276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
295350276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
295450276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~, 
295550276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, 
295650276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, 
295750276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
295850276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
295950276Speter	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
296050276Speter	s0ds=\E(B, s1ds=\E(0, sc=\E7, sgr0=\E[0m\017, smacs=^N, 
296150276Speter	smcup=\E7\E[?47h, smir=\E[4h, smkx=\E=, smso=\E[7m, 
296250276Speter	smul=\E[4m, tbc=\E[3g, 
296350276Speterrxvt|rxvt terminal emulator (X Window System), 
296462449Speter	ncv@, 
296562449Speter	sgr0=\E[m\017, use=rxvt-basic, use=ecma+color, 
296650276Speter
296762449Speter# From: Michael Jennings <mej@valinux.com>
296862449Speter# removed kf0 which conflicts with kf10 -TD
296962449Speter# remove cvvis which conflicts with cnorm -TD
297062449Speter# There's no u6 because Eterm appears to lack CPR (cursor position report).
297162449SpeterEterm|Eterm-color|Eterm with xterm-style color support (X Window System), 
297262449Speter	am, bce, bw, eo, km, mc5i, mir, msgr, xenl, xon, 
297362449Speter	btns#5, cols#80, it#8, lines#24, lm#0, ncv@, 
297462449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
297562449Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
297662449Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
297762449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
297862449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
297962449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
298062449Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
298162449Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
298262449Speter	flash=\E[?5h\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, 
298362449Speter	hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
298462449Speter	ind=^J, is1=\E[?47l\E>\E[?1l, 
298562449Speter	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
298662449Speter	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
298762449Speter	kPRV=\E[5$, kRIT=\E[c, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, 
298862449Speter	kbeg=\EOu, kbs=^H, kc1=\E[8~, kc3=\E[6~, kcbt=\E[Z, 
298962449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
299062449Speter	kdch1=\E[3~, kel=\E[8\^, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
299162449Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
299262449Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
299362449Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
299462449Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
299562449Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
299662449Speter	khome=\E[7~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
299762449Speter	kslt=\E[4~, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, 
299862449Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
299962449Speter	rmkx=, rmso=\E[27m, rmul=\E[24m, 
300062449Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
300162449Speter	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
300262449Speter	sc=\E7, 
300362449Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
300462449Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
300562449Speter	smir=\E[4h, smkx=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
300662449Speter	u7=\E[6n, u8=\E[?1;2c, u9=\E[c, vpa=\E[%i%p1%dd, 
300762449Speter	use=ecma+color, 
300862449Speter
300950276Speter# These (xtermc and xtermm) are distributed with Solaris.  They refer to a
301050276Speter# variant of xterm which is apparently no longer supported, but are interesting
301150276Speter# because they illustrate SVr4 curses mouse controls - T.Dickey
301250276Speterxtermm|xterm terminal emulator (monocrome), 
301362449Speter	OTbs, am, km, mir, msgr, xenl, 
301450276Speter	btns#3, cols#80, it#8, lines#24, 
301550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
301676726Speter	bel=^G, blink@, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
301750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[1D, 
301850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
301950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
302050276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
302150276Speter	el=\E[K, el1=\E[1K$<3>, enacs=\E(B\E)0, getm=\E[%p1%dY, 
302250276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
302350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, 
302450276Speter	kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, 
302550276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[Y, kent=\EOM, kf0=\EOy, 
302650276Speter	kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, 
302750276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
302850276Speter	kf9=\EOX, khome=\E[H, kmous=\E[^_, knp=\E[U, kpp=\E[V, 
302950276Speter	rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM, rmacs=^O, 
303050276Speter	rmcup=\E@0\E[?4r, rmso=\E[m, 
303150276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
303250276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
303350276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
303450276Speter	sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1, 
303550276Speter	smso=\E[7m, tbc=\E[3g, 
303650276Speter
303750276Speterxtermc|xterm terminal emulator (color), 
303850276Speter	colors#8, ncv#7, pairs#64, 
303950276Speter	op=\E[100m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
304050276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
304150276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
304250276Speter	use=xtermm, 
304350276Speter
304450276Speter# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
304550276Speter# Here's a termcap entry I've been using for xterm_color, which comes
304650276Speter# with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
304750276Speter# color stuff, I also have a status line defined as the window manager
304850276Speter# title bar. [I have translated it to terminfo -- ESR]
304950276Speterxterm-pcolor|xterm with color used for highlights and status line, 
305050276Speter	bold=\E[1m\E[43m, rev=\E[7m\E[34m, smso=\E[7m\E[31m, 
305162449Speter	smul=\E[4m\E[42m, use=xterm+sl, use=xterm-r6, 
305250276Speter
305350276Speter# HP ships this, except for the pb#9600 which was merged in from BSD termcap.
305450276Speter# (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
305550276Speterhpterm|X-hpterm|hp X11 terminal emulator, 
305650276Speter	am, da, db, mir, xhp, 
305750276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 
305850276Speter	acsc=, bel=^G, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, 
305950276Speter	cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, 
306050276Speter	cuu1=\EA, dch1=\EP, dim=\E&dH, dl1=\EM, ed=\EJ$<1>, el=\EK, 
306150276Speter	hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, ind=^J, kbs=^H, 
306250276Speter	kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
306350276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
306450276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
306550276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
306650276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, meml=\El, 
306750276Speter	memu=\Em, pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
306850276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
306950276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
307050276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET, 
307150276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, 
307250276Speter	rmul=\E&d@, 
307350276Speter	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%;, 
307450276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
307550276Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
307650276Speter
307750276Speter# This entry describes an xterm with Sun-style function keys enabled
307850276Speter# via the X resource setting "xterm*sunFunctionKeys:true"
307950276Speter# To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
308050276Speter# The <kf13>...<kf20> keys are L3-L10.  We don't set <kf16=\E[197z>
308150276Speter# because we want it to be seen as <kcpy>. 
308250276Speter# The <kf31>...<kf45> keys are R1-R15.  We treat some of these in accordance
308350276Speter# with their Sun keyboard labels instead.
308450276Speter# From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
308550276Speterxterm-sun|xterm with sunFunctionKeys true, 
308650276Speter	kb2=\E[218z, kcpy=\E[197z, kend=\E[220z, kf1=\E[224z, 
308750276Speter	kf10=\E[233z, kf11=\E[192z, kf12=\E[193z, kf13=\E[194z, 
308850276Speter	kf14=\E[195z, kf15=\E[196z, kf17=\E[198z, kf18=\E[199z, 
308950276Speter	kf19=\E[200z, kf2=\E[225z, kf20=\E[201z, kf3=\E[226z, 
309050276Speter	kf31=\E[208z, kf32=\E[209z, kf33=\E[210z, kf34=\E[211z, 
309150276Speter	kf35=\E[212z, kf36=\E[213z, kf38=\E[215z, kf4=\E[227z, 
309250276Speter	kf40=\E[217z, kf42=\E[219z, kf44=\E[221z, kf5=\E[228z, 
309350276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
309450276Speter	kfnd=\E[200z, khlp=\E[196z, khome=\E[214z, kich1=\E[2z, 
309562449Speter	knp=\E[222z, kpp=\E[216z, kund=\E[195z, use=xterm, 
309650276Speterxterms-sun|small (80x24) xterm with sunFunctionKeys true, 
309750276Speter	cols#80, lines#24, use=xterm-sun, 
309850276Speter
309950276Speter# This is for the extensible terminal emulator on the X11R6 contrib tape.
310050276Speteremu|emu native mode, 
310150276Speter	mir, msgr, xon, 
310250276Speter	colors#15, cols#80, it#8, lines#24, pairs#64, vt#200, 
310350276Speter	acsc=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244, 
310450276Speter	bel=^G, blink=\ES\EW, bold=\ES\EU, civis=\EZ, 
310550276Speter	clear=\EP\EE0;0;, cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, 
310650276Speter	cub=\Eq-%p1%d;, cub1=^H, cud=\Ep%p1%d;, cud1=\EB, 
310750276Speter	cuf=\Eq%p1%d;, cuf1=\ED, cup=\EE%p1%d;%p2%d;, 
310862449Speter	cuu=\Ep-%p1%d;, cuu1=\EA, dch=\EI%p1%d;, dch1=\EI1;, 
310962449Speter	dl=\ER%p1%d;, dl1=\ER1;, ech=\Ej%p1%d;, ed=\EN, el=\EK, 
311062449Speter	el1=\EL, enacs=\0, home=\EE0;0;, ht=^I, hts=\Eh, 
311150276Speter	il=\EQ%p1%d;, il1=\EQ1;, ind=\EG, is2=\ES\Er0;\Es0;, 
311250276Speter	kbs=^H, kcub1=\EC, kcud1=\EB, kcuf1=\ED, kcuu1=\EA, 
311350276Speter	kdch1=\177, kent=^M, kf0=\EF00, kf1=\EF01, kf10=\EF10, 
311450276Speter	kf11=\EF11, kf12=\EF12, kf13=\EF13, kf14=\EF14, kf15=\EF15, 
311550276Speter	kf16=\EF16, kf17=\EF17, kf18=\EF18, kf19=\EF19, kf2=\EF02, 
311650276Speter	kf20=\EF20, kf3=\EF03, kf4=\EF04, kf5=\EF05, kf6=\EF06, 
311750276Speter	kf7=\EF07, kf8=\EF08, kf9=\EF09, kfnd=\Efind, kich1=\Eins, 
311850276Speter	knp=\Enext, kpp=\Eprior, kslt=\Esel, oc=\Es0;\Er0;, 
311950276Speter	rev=\ES\ET, ri=\EF, rmacs=\0, rmir=\EX, rmso=\ES, rmul=\ES, 
312050276Speter	rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;, 
312150276Speter	setaf=\Er%i%p1%d;, sgr0=\ES, smacs=\0, smir=\EY, 
312250276Speter	smso=\ES\ET, smul=\ES\EV, tbc=\Ej, 
312350276Speter
312450276Speter#### MGR
312550276Speter#
312650276Speter# MGR is a Bell Labs window system lighter-weight than X.
312750276Speter# These entries describe MGR's xterm-equivalent. 
312850276Speter# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997 
312950276Speter#
313050276Speter
313150276Spetermgr|Bellcore MGR (non X) window system terminal emulation, 
313250276Speter	am, km, 
313350276Speter	bel=^G, bold=\E2n, civis=\E9h, clear=^L, cnorm=\Eh, cr=^M, 
313450276Speter	csr=\E%p1%d;%p2%dt, cub1=^H, cud1=\Ef, cuf1=\Er, 
313550276Speter	cup=\E%p2%d;%p1%dM, cuu1=\Eu, cvvis=\E0h, 
313650276Speter	dch=\E%p1%dE$<5>, dch1=\EE, dl=\E%p1%dd$<3*>, 
313750276Speter	dl1=\Ed$<3>, ed=\EC, el=\Ec, hd=\E1;2f, ht=^I, hu=\E1;2u, 
313850276Speter	ich=\E%p1%dA$<5>, ich1=\EA, il=\E%p1%da$<3*>, 
313950276Speter	il1=\Ea$<3>, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
314050276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=^M^J, rev=\E1n, rmam=\E5S, 
314150276Speter	rmso=\E0n, rmul=\E0n, sgr0=\E0n, smam=\E5s, smso=\E1n, 
314250276Speter	smul=\E4n, 
314350276Spetermgr-sun|Mgr window with Sun keyboard, 
314450276Speter	ka1=\E[214z, ka3=\E[216z, kb2=\E[218z, kc1=\E[220z, 
314562449Speter	kc3=\E[222z, kcpy=\E[197z, kend=\E[220z, kent=\E[250z, 
314650276Speter	kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, 
314750276Speter	kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, 
314850276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
314950276Speter	kfnd=\E[200z, khlp=\E[207z, khome=\E[214z, knp=\E[222z, 
315062449Speter	kopn=\E[198z, kpp=\E[216z, kund=\E[195z, use=mgr, 
315150276Spetermgr-linux|Mgr window with Linux keyboard, 
315250276Speter	ka1=\E[H, ka3=\E[5~, kb2=\E[G, kc1=\E[Y, kc3=\E[6~, 
315350276Speter	kdch1=\E[3~, kend=\E[4~, kf0=\E[[J, kf1=\E[[A, kf10=\E[21~, 
315450276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, 
315550276Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
315662449Speter	khome=\E[1~, knp=\E[6~, kpp=\E[5~, use=mgr, 
315750276Speter
315850276Speter######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
315950276Speter#
316050276Speter
316150276Speter# Columbus UNIX virtual terminal. This terminal also appears in 
316250276Speter# UNIX 4.0 and successors as line discipline 1 (?), but is 
316350276Speter# undocumented and does not really work quite right.
316450276Spetercbunix|cb unix virtual terminal, 
316562449Speter	OTbs, am, da, db, 
316650276Speter	cols#80, lines#24, lm#0, 
316750276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
316850276Speter	cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, 
316950276Speter	el=\EK, ich1=\EO, il1=\EP, ind=^J, kcub1=\ED, kcud1=\EB, 
317050276Speter	kcuf1=\EC, kcuu1=\EA, khome=\EE, rmso=\Eb^D, rmul=\Eb^A, 
317150276Speter	smso=\Ea^D, smul=\Ea^A, 
317250276Speter# (vremote: removed obsolete ":nl@:" -- esr)
317350276Spetervremote|virtual remote terminal, 
317450276Speter	am@, 
317550276Speter	cols#79, use=cbunix, 
317650276Speter
317750276Speterpty|4bsd pseudo teletype, 
317850276Speter	cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, 
317962449Speter	smso=\Ea$, smul=\Ea!, use=cbunix, 
318050276Speter
318150276Speter# The codes supported by the term.el terminal emulation in GNU Emacs 19.30 
318250276Spetereterm|gnu emacs term.el terminal emulation, 
318350276Speter	am, mir, xenl, 
318450276Speter	cols#80, lines#24, 
318550276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
318650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
318750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
318850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
318950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
319050276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
319150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, rev=\E[7m, 
319250276Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
319350276Speter	sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, 
319450276Speter	smul=\E[4m, 
319550276Speter
319662449Speter# Entries for use by the `screen' program by Juergen Weigert, 
319762449Speter# Michael Schroeder, Oliver Laumann.  The screen and
319850276Speter# screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
319950276Speter# come from University of Wisconsin and may be older.
320050276Speter# (screen: added <cnorm> on ANSI model -- esr)
320162449Speter#
320262449Speter# 'screen' defines extensions to termcap.  Some are used in its terminal
320362449Speter# description:
320462449Speter#      G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
320562449Speter#      AX   (bool)  Does  understand ANSI set default fg/bg color
320662449Speter#                   (\E[39m / \E[49m).
320766963Speter#      S0   (str)   Switch charset 'G0' to the specified charset.
320866963Speter#      E0   (str)   Switch charset 'G0' back to standard charset.
320976726Speter#
321076726Speter# tested with screen 3.09.08
321150276Speterscreen|VT 100/ANSI X3.64 virtual terminal, 
321262449Speter	OTbs, OTpt, am, km, mir, msgr, xenl, G0, 
321350276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
321450276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
321550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
321650276Speter	clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, 
321750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
321850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
321950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
322050276Speter	cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
322150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
322250276Speter	flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
322350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
322476726Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
322576726Speter	kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
322676726Speter	kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, 
322776726Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
322876726Speter	khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, 
322976726Speter	nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l, 
323076726Speter	rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m, rs2=\Ec, sc=\E7, 
323176726Speter	sgr0=\E[m, smacs=^N, smir=\E[4h, smkx=\E[?1h\E=, 
323276726Speter	smso=\E[3m, smul=\E[4m, tbc=\E[3g, E0=\E(B, S0=\E(%p1%c, 
323376726Speter	use=ecma+color, 
323450276Speter
323576726Speter# Read the fine manpage:
323676726Speter#       When  screen  tries  to  figure  out  a  terminal name for
323776726Speter#       itself, it first looks for an entry named "screen.<term>",
323876726Speter#       where  <term>  is the contents of your $TERM variable.  If
323976726Speter#       no such entry exists, screen tries "screen" (or "screen-w"
324076726Speter#       if the terminal is wide (132 cols or more)).  If even this
324176726Speter#       entry cannot be found, "vt100" is used as a substitute.
324276726Speter#
324376726Speter# Here are a few customized entries which are useful -TD
324476726Speter#
324576726Speter# Notes:
324676726Speter# (a)	screen does not support invis.
324776726Speter# (b)	screen's implementation of bw is incorrect according to tack.
324876726Speter# (c)	screen appears to hardcode the strings for khome/kend, making it
324976726Speter#	necessary to override the "use=" clause's values.
325076726Speter# (d)	screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
325176726Speter#	which is NOT the same as the terminfo screen.<term>.
325276726Speter# (e)	when screen finds one of these customized entries, it sets $TERM to
325376726Speter#	match.  Hence, no "screen.xterm" entry is provided, since that would
325476726Speter#	create heartburn for people running remote xterm's.
325576726Speter#
325676726Speter#	xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
325776726Speter#	since the default translations override the built-in keycode
325876726Speter#	translation.  They are suppressed here to show what is tested by tack.
325976726Speterscreen.xterm-xfree86|screen customized for XFree86 xterm, 
326076726Speter	bce@, bw, 
326176726Speter	invis@, kIC@, kNXT@, kPRV@, kend=\E[4~, khome=\E[1~, meml@, 
326276726Speter	memu@, 
326376726Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
326476726Speter	use=xterm-xfree86, 
326576726Speter# xterm-r6 does not really support khome/kend unless it is propped up by
326676726Speter# the translations resource.
326776726Speterscreen.xterm-r6|screen customized for X11R6 xterm, 
326876726Speter	bw, use=xterm-r6, 
326976726Speter# Color applications running in screen and TeraTerm do not play well together
327076726Speter# on Solaris.
327176726Speterscreen.teraterm|disable ncv in teraterm, 
327276726Speter	ncv#127, use=screen, 
327376726Speter
327450276Speterscreen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols, 
327550276Speter	cols#132, use=screen, 
327650276Speter
327750276Speterscreen2|old VT 100/ANSI X3.64 virtual terminal, 
327850276Speter	cols#80, it#8, lines#24, 
327950276Speter	cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=^H, 
328050276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
328150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
328250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
328350276Speter	el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL, 
328450276Speter	il1=\E[L, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
328550276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
328650276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
328750276Speter	nel=^M^J, rc=\E8, ri=\EM, rmir=\E[4l, rmso=\E[23m, 
328850276Speter	rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smir=\E[4h, 
328950276Speter	smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
329050276Speter# (screen3: removed unknown ":xv:LP:G0:" -- esr)
329150276Speterscreen3|older VT 100/ANSI X3.64 virtual terminal, 
329250276Speter	km, mir, msgr, 
329350276Speter	cols#80, it#8, lines#24, 
329450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
329550276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
329650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
329750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
329850276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
329950276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
330050276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
330150276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
330250276Speter	kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
330350276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[23m, rmul=\E[24m, rs1=\Ec, 
330450276Speter	sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, 
330550276Speter	smul=\E[4m, tbc=\E[3g, 
330650276Speter
330750276Speter# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
330850276Speter# NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
330950276Speter# been maintained until recently by the National Center for Supercomputer
331050276Speter# Applications, and it is feature rich, stable and free.  It can be downloaded
331150276Speter# from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
331250276Speter# xterm+sl, and the docs at NCSA.  It works well.
331350276Speter#
331450276Speter# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
331550276Speter# The terminal options should be set as follows:
331650276Speter#         Xterm sequences ON
331750276Speter#         use VT wrap mode ON
331850276Speter#         use Emacs arrow keys OFF
331950276Speter#         CTRL-COMND is Emacs meta ON
332050276Speter#         8 bit mode ON
332150276Speter#         answerback string: "ncsa-vt220-8"
332250276Speter#         setup keys: all disabled
332350276Speter#
332456639Speter# Application mode is not used.
332550276Speter#
332650276Speter# Other special mappings:
332750276Speter#	Apple		VT220
332850276Speter#	HELP 		Find
332950276Speter#	HOME		Insert here
333050276Speter#	PAGEUP		Remove
333150276Speter#	DEL		Select
333250276Speter#	END		Prev Screen
333350276Speter#	PAGEDOWN	Next Screen
333450276Speter#
333550276Speter# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
333650276Speter# text.
333750276Speter#
333850276Speter# The status-line manipulation is a mapping of the xterm-compatible control
333950276Speter# sequences for setting the window-title.  So you must use tsl and fsl in
334050276Speter# pairs, since the latter ends the string that is loaded to the window-title.
334156639Speterncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
334250276Speter	am, hs, km, mir, msgr, xenl, 
334350276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
334450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
334550276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
334650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
334750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
334850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
334950276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
335050276Speter	dsl=\E]0;\007, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
335150276Speter	flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, ht=^I, hts=\EH, 
335250276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
335356639Speter	il=\E[%p1%dL, il1=\E[L, ind=\n$<150*>, 
335450276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, kbs=^H, 
335550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
335656639Speter	kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~, 
335756639Speter	kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, kf14=\E[33~, 
335856639Speter	kf15=\E[34~, kf2=\E[18, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, 
335962449Speter	kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khlp=\E[1~, 
336050276Speter	khome=\E[2~, knp=\E[6~, kpp=\E[3~, mc4=\E[4i, mc5=\E[5i, 
336150276Speter	rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, 
336250276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l, 
336350276Speter	rmso=\E[27m, rmul=\E[24m, 
336466963Speter	rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>, sc=\E7, 
336550276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
336650276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7, 
336750276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E]0;, 
336850276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?62;1;6c, u9=\E[c, 
336950276Speterncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
337050276Speter	use=ncsa-m, use=klone+color, 
337150276Speterncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
337250276Speter	hs@, 
337350276Speter	dsl@, fsl@, tsl@, use=ncsa, 
337450276Speterncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
337550276Speter	hs@, 
337650276Speter	dsl@, fsl@, tsl@, use=ncsa-m, 
337756639Speter# alternate -TD:
337856639Speter# The documented function-key mapping refers to the Apple Extended Keyboard
337956639Speter# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
338056639Speter# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
338156639Speter# some keyboards and many applications require these as F1-F4.
338256639Speter#
338356639Speterncsa-vt220|NCSA Telnet using vt220-compatible function keys, 
338456639Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
338556639Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
338656639Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
338756639Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
338862449Speter	kf8=\E[19~, kf9=\E[20~, use=ncsa, 
338950276Speter
339050276Speter#### Pilot Pro Palm-Top
339150276Speter#
339266963Speter# Termcap for Top Gun Telnet and SSH on the Palm Pilot.
339366963Speter# http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html
339450276Speterpilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional, 
339566963Speter	OTbs, am, xenl, 
339650276Speter	cols#39, lines#16, 
339750276Speter	bel=^G, clear=\Ec, cr=^M, cub1=^H, cud1=^J, 
339850276Speter	cup=\Em%p1%{32}%+%c%p2%{32}%+%c, home=\Em\s\s, ht=^I, 
339950276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, knp=^L, kpp=^K, nel=\Em~\s, 
340050276Speter	rmso=\EB, smso=\Eb, 
340150276Speter
340250276Speter######## COMMERCIAL WORKSTATION CONSOLES
340350276Speter#
340450276Speter
340550276Speter#### Alpha consoles
340650276Speter#
340750276Speter
340850276Speter# This is from the OSF/1 Release 1.0 termcap file
340950276Speterpccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation, 
341050276Speter	am, xon, 
341150276Speter	cols#80, lines#25, 
341250276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
341350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
341450276Speter	el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, kbs=^H, 
341550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
341650276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
341750276Speter
341850276Speter#### Sun consoles
341950276Speter#
342050276Speter
342150276Speter# :is1: resets scrolling region in case a previous user had used "tset vt100"
342250276Speteroldsun|Sun Microsystems Workstation console, 
342362449Speter	OTbs, am, km, mir, msgr, 
342450276Speter	cols#80, it#8, lines#34, 
342550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
342650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
342750276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
342850276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
342950276Speter	is1=\E[1r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
343050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
343150276Speter	rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
343250276Speter# From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
343350276Speter# <lines> capability later corrected by J.T. Conklin <jtc@cygnus.com>
343450276Speter# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
343550276Spetersun-il|Sun Microsystems console with working insert-line, 
343650276Speter	am, km, msgr, 
343750276Speter	cols#80, lines#34, 
343850276Speter	bel=^G, bold@, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
343950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
344050276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
344150276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
344250276Speter	kb2=\E[218z, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
344350276Speter	kcuu1=\E[A, kdch1=\177, kend=\E[220z, kf1=\E[224z, 
344450276Speter	kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, kf2=\E[225z, 
344550276Speter	kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, kf6=\E[229z, 
344650276Speter	kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, khome=\E[214z, 
344750276Speter	knp=\E[222z, kopt=\E[194z, kpp=\E[216z, kres=\E[193z, 
344850276Speter	kund=\E[195z, rev=\E[7m, rmso=\E[m, rmul@, rs2=\E[s, 
344950276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
345050276Speter	sgr0=\E[m, smso=\E[7m, smul@, u8=\E[1t, u9=\E[11t, 
345162449Speter# On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
345262449Speter# flake out on the last line.  Unfortunately, without them the terminal has no
345362449Speter# way to scroll.
345462449Spetersun-cgsix|sun-ss5|Sun SparcStation 5 console, 
345550276Speter	il@, il1@, use=sun-il, 
345650276Speter# If you are using an SS5, change the sun definition to use sun-ss5.
345750276Spetersun|sun1|sun2|Sun Microsystems Inc. workstation console, 
345850276Speter	use=sun-il, 
345950276Speter
346050276Speter# From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
346150276Spetersun-s|Sun Microsystems Workstation window with status line, 
346250276Speter	hs, 
346350276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun, 
346450276Spetersun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs, 
346550276Speter	hs, 
346650276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun-e, 
346750276Spetersun-48|Sun 48-line window, 
346850276Speter	cols#80, lines#48, use=sun, 
346950276Spetersun-34|Sun 34-line window, 
347050276Speter	cols#80, lines#34, use=sun, 
347150276Spetersun-24|Sun 24-line window, 
347250276Speter	cols#80, lines#24, use=sun, 
347350276Spetersun-17|Sun 17-line window, 
347450276Speter	cols#80, lines#17, use=sun, 
347550276Spetersun-12|Sun 12-line window, 
347650276Speter	cols#80, lines#12, use=sun, 
347750276Spetersun-1|Sun 1-line window for sysline, 
347850276Speter	eslok, hs, 
347950276Speter	cols#80, lines#1, 
348050276Speter	dsl=^L, fsl=\E[K, tsl=^M, use=sun, 
348150276Spetersun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, 
348262449Speter	ich1@, rmir@, smir@, use=sun, 
348350276Spetersun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, 
348450276Speter	lines#35, 
348550276Speter	rmcup=\E[>4h, smcup=\E[>4l, use=sun, 
348650276Speter
348750276Speter#### Iris consoles
348850276Speter#
348950276Speter
349050276Speter# (wsiris: this had extension capabilities
349150276Speter#	:HS=\E7F2:HE=\E7F7:\
349250276Speter#	:CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
349350276Speter# See the note on Iris extensions near the end of this file.  
349450276Speter# Finally, removed suboptimal <clear>=\EH\EJ and added <cud1> & 
349550276Speter# <flash> from BRL -- esr)
349650276Speterwsiris|iris40|iris emulating a 40 line visual 50 (approximately), 
349762449Speter	OTbs, OTnc, OTpt, am, 
349862449Speter	OTkn#3, cols#80, it#8, lines#40, 
349962449Speter	OTnl=\EB, bel=^G, clear=\Ev, cnorm=\E>, cub1=^H, cud1=\EB, 
350062449Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
350162449Speter	cvvis=\E;, dim=\E7F2, dl1=\EM, ed=\EJ, el=\EK, 
350250276Speter	flash=\E7F4\E7B1\013\E7F7\E7B0, home=\EH, ht=^I, il1=\EL, 
350350276Speter	ind=^J, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, 
350450276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, 
350550276Speter	kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, ri=\EI, 
350650276Speter	rmso=\E0@, rmul=\E7R3\E0@, sgr0=\E7F7, smso=\E9P, 
350750276Speter	smul=\E7R2\E9P, 
350850276Speter
350950276Speter#### NeWS consoles
351050276Speter#
351150276Speter# Console terminal windows under the NeWS (Sun's Display Postscript windowing
351250276Speter# environment).   Note: these have nothing to do with Sony's News workstation
351350276Speter# line.
351450276Speter#
351550276Speter
351650276Speter# Entry for NeWS's psterm from Eric Messick & Hugh Daniel
351750276Speter# (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
351850276Speterpsterm|psterm-basic|NeWS psterm-80x34, 
351962449Speter	OTbs, am, hs, km, ul, 
352050276Speter	cols#80, it#8, lines#34, 
352150276Speter	blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, 
352250276Speter	cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, 
352350276Speter	dch1=\EF, dl1=\EK, ed=\EB, el=\EC, flash=\EZ, fsl=\ENl, 
352450276Speter	home=\ER, ht=^I, il1=\EA, ind=\EW, is1=\EN*, kcub1=\E[D, 
352550276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr, 
352650276Speter	ri=\EX, rmcup=\ENt, rmir=\ENi, rmso=\ENo, rmul=\ENu, sc=^], 
352750276Speter	sgr0=\EN*, smcup=\EOt, smir=\EOi, smso=\EOo, smul=\EOu, 
352850276Speter	tsl=\EOl, 
352950276Speterpsterm-96x48|NeWS psterm 96x48, 
353050276Speter	cols#96, lines#48, use=psterm, 
353150276Speterpsterm-90x28|NeWS psterm 90x28, 
353250276Speter	cols#90, lines#28, use=psterm, 
353350276Speterpsterm-80x24|NeWS psterm 80x24, 
353450276Speter	cols#80, lines#24, use=psterm, 
353550276Speter# This is a faster termcap for psterm.  Warning:  if you use this termcap,
353650276Speter# some control characters you type will do strange things to the screen.
353750276Speter# (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
353850276Speterpsterm-fast|NeWS psterm fast version (flaky ctrl chars), 
353962449Speter	OTbs, am, hs, km, ul, 
354050276Speter	cols#80, it#8, lines#34, 
354150276Speter	blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, 
354250276Speter	cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, 
354350276Speter	dch1=^F, dl1=^K, ed=^B, el=^C, flash=^Z, fsl=^Nl, home=^R, ht=^I, 
354450276Speter	il1=^A, ind=^W, is1=^N*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
354550276Speter	kcuu1=\E[A, ll=^U, rc=^\, rev=^Or, ri=^X, rmcup=^Nt, rmir=^Ni, 
354650276Speter	rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, 
354750276Speter	smso=^Oo, smul=^Ou, tsl=^Ol, 
354850276Speter
354950276Speter#### NeXT consoles
355050276Speter#
355150276Speter# Use `glasstty' for the Workspace application
355250276Speter#
355350276Speter
355450276Speter# From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
355550276Speternext|NeXT console, 
355650276Speter	am, xt, 
355750276Speter	cols#80, it#8, lines#24, 
355850276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
355950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
356050276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
356150276Speter	rmso=\E[4;1m, sgr0=\E[m, smso=\E[4;2m, 
356250276Speternextshell|NeXT Shell application, 
356350276Speter	am, 
356450276Speter	cols#80, 
356550276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, kcub1=^H, 
356650276Speter	kcud1=^J, nel=^M^J, 
356750276Speter
356850276Speter#### Sony NEWS workstations
356950276Speter#
357050276Speter
357150276Speter# (news-unk: this had :KB=news: -- esr)
357250276Speternews-unk|SONY NEWS vt100 emulator common entry, 
357362449Speter	OTbs, OTpt, am, xenl, 
357450276Speter	cols#80, 
357562449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
357662449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
357750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
357850276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
357950276Speter	if=/usr/lib/tabset/vt100, il=\E[%p1%dL, il1=\E[L, 
358050276Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E8, kbs=^H, kcub1=\EOD, 
358150276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOY, kf1=\EOP, 
358250276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, 
358350276Speter	kf8=\EOW, kf9=\EOX, rc=\E8, rev=\E[7m, ri=\EM, 
358462449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
358562449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r, sc=\E7, 
358662449Speter	sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
358750276Speter#
358850276Speter# (news-29: this had :TY=ascii: --esr)
358950276Speternews-29, 
359050276Speter	lines#29, use=news-unk, 
359150276Speter# (news-29-euc: this had :TY=euc: --esr)
359250276Speternews-29-euc, 
359350276Speter	use=news-29, 
359450276Speter# (news-29-sjis: this had :TY=sjis: --esr)
359550276Speternews-29-sjis, 
359650276Speter	use=news-29, 
359750276Speter#
359850276Speter# (news-33: this had :TY=ascii: --esr)
359950276Speternews-33, 
360050276Speter	lines#33, use=news-unk, 
360150276Speter# (news-33-euc: this had :TY=euc: --esr)
360250276Speternews-33-euc, 
360350276Speter	use=news-33, 
360450276Speter# (news-33-sjis: this had :TY=sjis: --esr)
360550276Speternews-33-sjis, 
360650276Speter	use=news-33, 
360750276Speter#
360850276Speter# (news-42: this had :TY=ascii: --esr)
360950276Speternews-42, 
361050276Speter	lines#42, use=news-unk, 
361150276Speter# (news-42-euc: this had :TY=euc: --esr)
361250276Speternews-42-euc, 
361350276Speter	use=news-42, 
361450276Speter# (news-42-sjis: this had :TY=sjis: --esr)
361550276Speternews-42-sjis, 
361650276Speter	use=news-42, 
361750276Speter#
361850276Speter#	NEWS-OS old termcap entry 
361950276Speter#
362050276Speter# (news-old-unk: this had :KB=news:TY=sjis: --esr)
362150276Speternews-old-unk|SONY NEWS vt100 emulator common entry, 
362262449Speter	OTbs, OTpt, am, xenl, 
362350276Speter	cols#80, vt#3, 
362462449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, 
362562449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
362650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
362750276Speter	home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, kbs=^H, 
362850276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
362950276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, ri=\EM, 
363062449Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
363162449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
363262449Speter	sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
363350276Speter#
363450276Speter# (nwp512: this had :DE=^H:, which I think means <OTbs> --esr)
363562449Speternwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines, 
363662449Speter	OTbs, 
363750276Speter	lines#40, 
363862449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
363962449Speter	use=news-old-unk, 
364050276Speter#
364150276Speter# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
364250276Speternwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line, 
364350276Speter	lines#42, 
364462449Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8, 
364562449Speter	use=news-old-unk, 
364650276Speter#
364750276Speter# (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as <OTbs>. --esr)
364850276Speternwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines, 
364962449Speter	OTbs, 
365050276Speter	lines#40, 
365162449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, 
365262449Speter	use=news-old-unk, 
365350276Speter#
365450276Speter# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
365550276Speternwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines, 
365662449Speter	OTbs, 
365750276Speter	lines#31, 
365862449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
365962449Speter	use=news-old-unk, 
366050276Speter#
366150276Speter# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
366250276Speter# also the alias vt100-bm.
366362449Speternwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines, 
366462449Speter	OTbs, 
366550276Speter	lines#33, 
366662449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8, 
366762449Speter	use=news-old-unk, 
366850276Speter#
366950276Speter# (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
367062449Speternwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines, 
367162449Speter	OTbs, 
367250276Speter	lines#31, 
367362449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, 
367462449Speter	use=news-old-unk, 
367550276Speter#
367650276Speter# (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
367750276Speternews28|sony vt100 emulator 28 lines, 
367862449Speter	OTbs, 
367950276Speter	lines#28, 
368062449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8, 
368162449Speter	use=news-old-unk, 
368250276Speter#
368350276Speter# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
368450276Speternews29|news28-a|sony vt100 emulator 29 lines, 
368550276Speter	lines#29, 
368662449Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8, 
368762449Speter	use=news-old-unk, 
368850276Speter#
368950276Speter# (news511: this had :TY=sjis: --esr)
369050276Speternwp511|nwp-511|nwp-511 vt100, 
369162449Speter	OTbs, OTpt, am, xenl, 
369250276Speter	cols#80, lines#24, 
369350276Speter	clear=\E[;H\E[2J$<20/>, cuf1=\E[C, 
369450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A$<2/>, dl1=\E[M, 
369550276Speter	ed=\E[J$<30/>, el=\E[K$<3/>, 
369650276Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
369750276Speter	il1=\E[L, is2=\E[?5l\E[?1l\E>\E[?7h\E[?8h, kcub1=\E[D, 
369850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
369950276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\E#W, khome=\E[H, 
370050276Speter	ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
370162449Speter	rs2=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h, 
370250276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
370350276Speter# (news517: this had :TY=sjis:. --esr)
370450276Speternwp517|nwp-517|nwp-517 vt200 80 cols 30 rows, 
370550276Speter	eslok, hs, 
370650276Speter	cols#80, lines#30, 
370762449Speter	OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
370850276Speter	is2=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
370962449Speter	tsl=\E[1$}\E[;%df, use=vt200, 
371050276Speter# (news517-w: this had :TY=sjis:. --esr)
371150276Speternwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows, 
371250276Speter	eslok, hs, 
371350276Speter	cols#132, lines#50, 
371462449Speter	OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$}, 
371550276Speter	is2=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
371662449Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
371762449Speter	tsl=\E[1$}\E[;%df, use=vt200, 
371850276Speter
371950276Speter#### Common Desktop Environment
372050276Speter#
372150276Speter
372250276Speter# This ships with Sun's CDE in Solaris 2.5
372350276Speter# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
372450276Speterdtterm|CDE desktop terminal, 
372550276Speter	am, mir, msgr, xenl, xon, 
372662449Speter	cols#80, it#8, lines#24, lm#0, ncv@, 
372750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
372850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
372950276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
373050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
373150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
373250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
373350276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
373450276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
373550276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, home=\E[H, 
373650276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
373750276Speter	ind=\ED, invis=\E[8m, is2=\E F\E>\E[?1l\E[?7h\E[?45l, 
373850276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
373950276Speter	kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
374050276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
374150276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
374250276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
374350276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
374450276Speter	kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
374562449Speter	kslt=\E[4~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
374662449Speter	rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, rmul=\E[24m, 
374762449Speter	sc=\E7, 
374850276Speter	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%;, 
374950276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
375062449Speter	smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ecma+color, 
375150276Speter
375250276Speter#### Non-Unix Consoles
375350276Speter#
375450276Speter
375550276Speter# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
375650276Speter# a Unix-style environment used on OS/2.  (Note that the suffix makes some
375750276Speter# names longer than 14 characters, the nominal maximum).
375850276Speter#
375950276Speter# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
376050276Speteransi-emx|ANSI.SYS color, 
376150276Speter	am, bce, eo, mir, msgr, xenl, xon, 
376250276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
376350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
376450276Speter	clear=\E[1;33;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
376550276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
376650276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
376750276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
376850276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
376950276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
377050276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
377150276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[5;37;41m, 
377250276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;44m\E[1;33m, 
377350276Speter	rmul=\E[0;44m\E[1;33m, rs1=\Ec, setab=\E[4%p1%dm, 
377450276Speter	setaf=\E[3%p1%dm, sgr0=\E[0m\E[1;33;44m, smir=\E[4h, 
377550276Speter	smpch=\E[11m, smso=\E[0;31;47m, smul=\E[1;31;44m, 
377650276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
377750276Speteransi-color-2-emx|ANSI.SYS color 2, 
377850276Speter	am, bce, eo, mir, msgr, xenl, xon, 
377950276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
378050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
378150276Speter	clear=\E[0;37;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
378250276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
378350276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
378450276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
378550276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
378650276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
378750276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
378850276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
378950276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;44m, 
379050276Speter	rmul=\E[0;37;44m, rs1=\Ec, setab=\E[4%p1%dm, 
379150276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;37;44m, smir=\E[4h, 
379250276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[1;36;44m, 
379350276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
379450276Speteransi-color-3-emx|ANSI.SYS color 3, 
379550276Speter	am, bce, eo, mir, msgr, xenl, xon, 
379650276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
379750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
379850276Speter	clear=\E[0;37;40m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
379950276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
380050276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
380150276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
380250276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
380350276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
380450276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
380550276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
380650276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;40m, 
380750276Speter	rmul=\E[0;37;40m, rs1=\Ec, setab=\E[4%p1%dm, 
380850276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;10m, smir=\E[4h, 
380950276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[0;36;40m, 
381050276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
381150276Spetermono-emx|stupid monochrome ansi terminal with only one kind of emphasis, 
381250276Speter	am, 
381350276Speter	cols#80, it#8, lines#24, 
381450276Speter	clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
381550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
381650276Speter	ht=^I, kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, 
381750276Speter	kcuu1=\0H, kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, 
381850276Speter	kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, 
381950276Speter	kich1=\0R, kll=\0O, knp=\0Q, kpp=\0I, nel=^M^J, rev=\E[7m, 
382050276Speter	sgr0=\E[0m, 
382150276Speter
382256639Speter# Use this for cygwin32 (tested with beta 19.1)
382356639Speter# underline is colored bright magenta
382456639Speter# shifted kf1-kf12 are kf11-kf22
382576726SpetercygwinB19|ansi emulation for cygwin32, 
382656639Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
382756639Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
382856639Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
382956639Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
383056639Speter	kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
383156639Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
383256639Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rmam@, smam@, 
383356639Speter	use=ansi.sys, 
383456639Speter
383576726Speter# Use this for cygwin (tested with version 1.1.0).
383676726Speter# I've combined pcansi and linux.  Some values of course were different and
383776726Speter# I've indicated which of these were and which I used.
383876726Speter# Cheers, earnie_boyd@yahoo.com
383976726Speter# several changes based on running with tack and comparing with older entry -TD
384076726Spetercygwin|ansi emulation for Cygwin, 
384176726Speter	am, eo, in, msgr, xon, 
384276726Speter	colors#8, cols#80, it#8, lines#25, ncv#3, pairs#64, 
384376726Speter	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, 
384476726Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, cub1=^H, 
384576726Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
384676726Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
384776726Speter	el=\E[K, el1=\E[1K, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, 
384876726Speter	hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
384976726Speter	ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
385076726Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, 
385176726Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
385276726Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
385376726Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, 
385476726Speter	kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, 
385576726Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
385676726Speter	knp=\E[6~, kpp=\E[5~, kspd=^Z, nel=^M^J, op=\E[39;49m, 
385776726Speter	rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, rmpch=\E[10m, 
385876726Speter	rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
385976726Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
386076726Speter	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, 
386176726Speter	sgr0=\E[0;10m, smir=\E[4h, smpch=\E[11m, smso=\E[7m, 
386276726Speter	smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, u9=\E[c, 
386376726Speter	vpa=\E[%i%p1%dd, 
386476726Speter
386550276Speter# This entry fits the Windows NT console when the _POSIX_TERM environment
386650276Speter# variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
386750276Speter# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
386850276Speter# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
386950276Speter# systems is not, and (surprise!) they match very well.
387050276Speter#
387150276Speter# See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
387250276Speter# VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
387350276Speter# are the installation instructions a pile of mind-numbing bureaucratese,
387450276Speter# but the termcap entry is actually broken and unusable as given; the :do:
387550276Speter# capability is misspelled "d".
387650276Speter#
387750276Speter# To use this, you need to a bunch of environment variables: 
387850276Speter#
387950276Speter# SET _POSIX_TERM=on
388050276Speter# SET TERM=ansi
388150276Speter# SET TERMCAP=location of termcap file in POSIX file format
388250276Speter# which is case-sensitive.
388350276Speter# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
388450276Speter# SET TMP=//C/TEMP
388550276Speter#
388650276Speter# Important note: setting the TMP environment variable in POSIX style renders
388750276Speter# it incompatible with a lot of other applications, including Visual C++. So
388850276Speter# you should have a separate command window just for vi. All the other
388950276Speter# variables may be permanently set in the Control Panel\System applet. 
389050276Speter#
389150276Speter# You can find out more about the restrictions of this facility at
389250276Speter# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
389350276Speter#
389450276Speter# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
389550276Speteransi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode, 
389650276Speter	am, bw, msgr, 
389750276Speter	cols#80, it#8, lines#25, 
389850276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
389950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
390050276Speter	home=\E[H, ht=^I, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[V, 
390150276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=\r\E[S, rc=\E[u, rev=\E[7m, 
390250276Speter	ri=\E[T, rmso=\E[m, sc=\E[s, sgr0=\E[0m, smso=\E[7m, 
390362449Speter# From: jew@venus.sunquest.com
390462449Speter# Date: 19 Feb 93 23:41:07 GMT
390562449Speter# Here's  a  combination of  ansi and  vt100 termcap
390662449Speter# entries   that  works  nearly   perfectly  for  me
390762449Speter# (Gateway 2000 Handbook and Microsoft Works 3.0):
390862449Speterpcmw|PC running Microsoft Works, 
390962449Speter	am, xenl, 
391062449Speter	cols#80, it#8, lines#24, vt#3, 
391162449Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
391262449Speter	clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, 
391362449Speter	cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
391462449Speter	cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
391562449Speter	ht=^I, hts=\EH$<2/>, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, 
391662449Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
391762449Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\r\ED$<5/>, 
391862449Speter	rc=\E8, rev=\E[7m$<2/>, rf=/usr/share/lib/tabset/vt100, 
391962449Speter	ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
392062449Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
392162449Speter	sgr0=\E[m$<2/>, smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
392262449Speter	tbc=\E[3g$<2/>, 
392350276Speter
392450276Speter######## COMMON TERMINAL TYPES
392550276Speter#
392650276Speter# This section describes terminal classes and maker brands that are still
392750276Speter# quite common, but have proprietary command sets not blessed by ANSI.
392850276Speter#
392950276Speter
393050276Speter#### Altos
393150276Speter#
393250276Speter# Altos made a moderately successful line of UNIX boxes.  In 1990 they were
393350276Speter# bought out by Acer, a major Taiwanese manufacturer of PC-clones.
393450276Speter# Acer has a web site at http://www.acer.com.
393550276Speter#
393650276Speter# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
393750276Speter# His comments suggest they were shipped with the system.
393850276Speter#
393950276Speter
394050276Speter# (altos2: had extension capabilities
394150276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
394250276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
394350276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
394450276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
394550276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
394650276Speter#	:YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
394750276Speter#	:HL=^AP\r:SP=\E[i:\
394850276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
394950276Speter#	:LO=\E[0q:LC=\E[5q:LL=\E[6q:\
395050276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
395150276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
395250276Speter# :sr: was given as a boolean-- esr)
395350276Speteraltos2|alt2|altos-2|altos II, 
395450276Speter	cols#80, it#8, lines#24, xmc#0, 
395550276Speter	clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, 
395666963Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl1=\E[M, 
395750276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
395850276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=^J, 
395950276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, 
396050276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=\E[D, 
396150276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^AM\r, kel=^AN\r, 
396250276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
396350276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
396450276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
396550276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
396650276Speter	kf8=^AG\r, kf9=^AH\r, khome=\E[f, kil1=^AJ\r, kind=^AO\r, 
396750276Speter	nel=^M^J, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
396850276Speter	smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
396950276Speter# (altos3: had extension capabilities
397050276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
397150276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
397250276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
397350276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
397450276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
397550276Speter#	:HL=^AP\r:SP=\E[i:\
397650276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
397750276Speteraltos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V, 
397862449Speter	blink=\E[5p, ri=\EM, sgr0=\E[p, use=altos2, 
397950276Speteraltos4|alt4|altos-4|altos IV, 
398050276Speter	use=wy50, 
398150276Speter# (altos7: had extension capabilities:
398250276Speter#	:GG#0:GI=\EH8:GF=\EH7:\
398350276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
398450276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
398550276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
398650276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
398750276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
398850276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  I have
398950276Speter# also made this entry relative to adm12 in order to give it an <sgr>. The
399050276Speter# <invis> imported by use=adm+sgr may work, let me know. -- esr)
399150276Speteraltos7|alt7|altos VII, 
399250276Speter	am, mir, 
399350276Speter	cols#80, lines#24, xmc#0, 
399450276Speter	acsc=j5k3l2m1n8q\:t4u9v=w0x6, blink=\EG2, bold=\EGt, 
399550276Speter	clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
399650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
399766963Speter	dim=\EGp, dl1=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, 
399850276Speter	ind=^J, invis=\EG1, 
399950276Speter	is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, 
400050276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, 
400150276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=^AM\r, kel=^AN\r, 
400250276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
400350276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
400450276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
400550276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
400650276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, 
400750276Speter	knp=\EK, kpp=\EJ, mc4=\EJ, mc5=\Ed#, nel=^M^J, ri=\Ej, 
400862449Speter	rmir=\Er, smir=\Eq, use=adm+sgr, 
400950276Speteraltos7pc|alt7pc|altos PC VII, 
401050276Speter	kend=\ET, use=altos7, 
401150276Speter
401250276Speter#### Hewlett-Packard (hp)
401350276Speter#
401450276Speter#	Hewlett-Packard
401550276Speter#	8000 Foothills Blvd 
401650276Speter#	Roseville, CA 95747
401750276Speter#	Vox: 1-(916)-785-4363	(Technical response line for VDTs)
401850276Speter#	     1-(800)-633-3600	(General customer support)
401950276Speter#
402062449Speter#
402162449Speter# As of March 1998, HP no longer has any terminals in production.
402262449Speter# The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being 
402362449Speter# supported (they still have parts). So are the 2392a and 2394a.
402462449Speter# See the WORKSTATION CONSOLES section for the 700s.
402562449Speter#
402650276Speter
402750276Speter# Generic HP terminal - this should (hopefully) work on any HP terminal.
402850276Speterhpgeneric|hp|hewlett-packard generic terminal, 
402962449Speter	OTbs, OTpt, am, da, db, mir, xhp, 
403050276Speter	cols#80, lines#24, lm#0, vt#6, 
403150276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
403250276Speter	cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, 
403350276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, 
403450276Speter	ind=^J, kbs=^H, kcbt=\Ei, rmir=\ER, rmso=\E&d@, rmul=\E&d@, 
403550276Speter	sgr0=\E&d@, smir=\EQ, smso=\E&dJ, smul=\E&dD, tbc=\E3, 
403650276Speter	vpa=\E&a%p1%dY, 
403750276Speter
403850276Speterhp110|hewlett-packard model 110 portable, 
403950276Speter	lines#16, use=hpgeneric, 
404050276Speter
404150276Speterhp+pfk+cr|hp function keys with CR, 
404250276Speter	kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, 
404350276Speter	kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, 
404450276Speter
404550276Speterhp+pfk-cr|hp function keys w/o CR, 
404650276Speter	kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, 
404750276Speter	kf8=\Ew, 
404850276Speter
404950276Speter# The hp2621s use the same keys for the arrows and function keys, 
405050276Speter# but not separate escape sequences. These definitions allow the 
405150276Speter# user to use those keys as arrow keys rather than as function 
405250276Speter# keys.
405350276Speterhp+pfk+arrows|hp alternate arrow definitions, 
405450276Speter	kcub1=\Eu\r, kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1@, 
405550276Speter	kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, khome=\Ep\r, kind=\Er\r, 
405650276Speter	kll=\Eq\r, kri=\Es\r, 
405750276Speter
405850276Speterhp+arrows|hp arrow definitions, 
405950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
406050276Speter	kind=\ES, kll=\EF, kri=\ET, 
406150276Speter
406250276Speter# Generic stuff from the HP 262x series
406350276Speter#
406450276Speterhp262x|HP 262x terminals, 
406550276Speter	xhp, 
406650276Speter	blink=\E&dA, dch1=\EP$<2>, ed=\EJ, ht=\011$<2>, ind=\ES, 
406750276Speter	invis=\E&dS, ip=$<2>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
406850276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
406950276Speter	kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, 
407050276Speter	krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
407150276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c, 
407250276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, 
407350276Speter
407450276Speter# Note: no <home> on HPs since that homes to top of memory, not screen.
407550276Speter# Due to severe 2621 braindamage, the only way to get the arrow keys to
407650276Speter# transmit anything at all is to turn on the function key labels
407750276Speter# with <smkx>, and even then the user has to hold down shift!
407850276Speter# The default 2621 turns off the labels except when it has to to 
407950276Speter# enable the function keys. If your installation prefers labels 
408050276Speter# on all the time, or off all the time (at the "expense" of the 
408150276Speter# function keys), use 2621-nl or 2621-wl.
408250276Speter# 
408350276Speter# Note: there are newer ROMs for 2621's that allow you to set 
408450276Speter# strap A so the regular arrow keys xmit \EA, etc, as with the 
408550276Speter# 2645. However, even with this strap set, the terminal stops 
408650276Speter# xmitting if you reset it, until you unset and reset the strap!
408750276Speter# Since there is no way to set/unset the strap with an escape 
408850276Speter# sequence, we don't use it in the default.
408950276Speter# If you like, you can use 2621-ba (brain-damaged arrow keys).
409050276Speterhp2621-ba|2621 w/new rom and strap A set, 
409162449Speter	rmkx@, smkx@, use=hp+arrows, use=hp2621, 
409250276Speter
409350276Speter# hp2621 with function labels. Most of the time they are off,
409450276Speter# but inside vi, the function key labels appear. You have to
409550276Speter# hold down shift to get them to xmit.
409650276Speterhp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, 
409762449Speter	is2=\E&jA\r, rmkx=\E&jA, use=hp2621-fl, 
409850276Speterhp2621-fl|hp 2621, 
409950276Speter	xhp@, xon, 
410050276Speter	pb#19200, 
410150276Speter	cbt=\Ei, cup=\E&a%p2%dc%p1%dY, dch1=\EP$<2>, ht=\011$<2>, 
410250276Speter	ip=$<2>, is2=\E&j@\r, rmkx=\E&j@, rmso=\E&d@, rmul=\E&d@, 
410350276Speter	sgr0=\E&d@, smkx=\E&jB, smso=\E&dD, smul=\E&dD, 
410450276Speter	use=hp+pfk+cr, use=hpgeneric, 
410550276Speter
410650276Speter# To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
410750276Speterhp2621p|hp 2621 with printer, 
410850276Speter	mc4=\E&p13C, mc5=\E&p11C, use=hp2621, 
410950276Speter
411050276Speterhp2621p-a|hp2621p with fn as arrows, 
411150276Speter	use=hp+pfk+arrows, use=hp2621p, 
411250276Speter
411350276Speter# hp2621 with k45 keyboard
411450276Speterhp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard, 
411550276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
411662449Speter	khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, use=hp2621, 
411750276Speter
411850276Speter# 2621 using all 48 lines of memory, only 24 visible at any time.  
411950276Speterhp2621-48|48 line 2621, 
412050276Speter	lines#48, 
412162449Speter	cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, 
412262449Speter	use=hp2621, 
412350276Speter
412450276Speter# 2621 with no labels ever. Also prevents vi delays on escape.
412550276Speterhp2621-nl|hp 2621 with no labels, 
412662449Speter	kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, 
412762449Speter	use=hp2621-fl, 
412850276Speter
412950276Speter# Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
413050276Speter# (wrong).
413150276Speter#
413250276Speterhp2621-nt|hp 2621 w/no tabs, 
413350276Speter	ht@, use=hp2621, 
413450276Speter
413550276Speter# Hp 2624 B with 4 or 10 pages of memory.
413650276Speter# 
413750276Speter# Some assumptions are made with this entry. These settings are 
413850276Speter# NOT set up by the initialization strings.
413950276Speter# 
414050276Speter# Port Configuration
414150276Speter# 	RecvPace=Xon/Xoff
414250276Speter# 	XmitPace=Xon/Xoff
414350276Speter# 	StripNulDel=Yes
414450276Speter# 
414550276Speter# Terminal Configuration
414650276Speter# 	InhHndShk=Yes
414750276Speter# 	InhDC2=Yes
414850276Speter# 	XmitFnctn(A)=No
414950276Speter# 	InhEolWrp=No
415050276Speter# 
415150276Speter# Note: the 2624 DOES have a true <home>, believe it or not!
415250276Speter# 
415350276Speter# The 2624 has an "error line" to which messages can be sent. 
415450276Speter# This is CLOSE to what is expected for a "status line". However,
415550276Speter# after a message is sent to the "error line", the next carriage 
415650276Speter# return is EATEN and the "error line" is turned back off again! 
415750276Speter# So I guess we can't define <hs>, <eslok>, <wsl>, <dsl>, <fsl>, <tsl>.
415850276Speter# 
415950276Speter# This entry supports emacs (and any other program that uses raw 
416050276Speter# mode) at 4800 baud and less. I couldn't get the padding right 
416150276Speter# for 9600.
416250276Speter#
416350276Speter# (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
416450276Speterhp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B, 
416550276Speter	da, db, 
416650276Speter	lm#96, 
416762449Speter	flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, 
416862449Speter	use=hp+labels, use=scrhp, 
416950276Speter
417050276Speter# This hp2626 entry does not use any of the fancy windowing stuff 
417150276Speter# of the 2626.
417250276Speter# 
417350276Speter# Indeed, terminfo does not yet handle such stuff. Since changing 
417450276Speter# any window clears memory, it is probably not possible to use 
417550276Speter# this for screen opt.
417650276Speter# 
417750276Speter# ed is incredibly slow most of the time - I am guessing at the 
417850276Speter# exact padding. Since the terminal uses xoff/xon this is intended 
417950276Speter# only for cost computation, so that the terminal will prefer el 
418050276Speter# or even dl1 which is probably faster!
418150276Speter# 
418250276Speter# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
418350276Speter# extra slow on the last line of the window. 
418450276Speter# 
418550276Speter# The padding probably should be changed.
418650276Speter#
418750276Speterhp2626|hp2626a|hp2626p|hp 2626, 
418850276Speter	da, db, 
418950276Speter	lm#0, pb#19200, 
419050276Speter	ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, 
419162449Speter	is2=\E&j@\r, rin=\E&r%p1%dU, use=hp+pfk+cr, 
419262449Speter	use=hp+labels, use=scrhp, 
419350276Speter
419450276Speter# This entry is for sysline. It allocates a 23 line window with 
419550276Speter# a 115 line workspace for regular use, and a 1 line window for 
419650276Speter# the status line.
419750276Speter# 
419850276Speter# This assumes port 2 is being used.
419950276Speter# Turn off horizontal line, Create ws #1 with 115 lines,
420050276Speter# Create ws #2 with 1 line, Create window #1 lines 1-23,
420150276Speter# Create window #2 lines 24-24, Attach cursor to workspace #1.
420250276Speter# Note that this clears the tabs so it must be done by tset before
420350276Speter# it sets the tabs.
420450276Speter#
420550276Speterhp2626-s|hp 2626 using only 23 lines, 
420650276Speter	eslok, hs, 
420750276Speter	lines#23, 
420850276Speter	fsl=\E&d@\E&w7f2p1I\E&w4f1I, 
420950276Speter	is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, 
421062449Speter	tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, use=hp2626, 
421150276Speter# Force terminal back to 24 lines after being 23.
421250276Speterhp2626-ns|hp 2626 using all 24 lines, 
421362449Speter	is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, 
421462449Speter	use=hp2626, 
421550276Speter# Various entries useful for small windows on 2626.
421650276Speterhp2626-12|hewlett-packard 2626 12 lines, 
421750276Speter	lines#12, use=hp2626, 
421850276Speterhp2626-12x40|hewlett-packard 2626 12 lines 40 columns, 
421950276Speter	cols#40, lines#12, use=hp2626, 
422050276Speterhp2626-x40|hewlett-packard 2626 40 columns, 
422150276Speter	cols#40, use=hp2626, 
422250276Speterhp2626-12-s|hewlett-packard 2626 11 lines plus status, 
422350276Speter	lines#11, use=hp2626-s, 
422450276Speter
422550276Speter#
422650276Speter# hp2627 color tubes from University of Wisconsin
422750276Speter#
422850276Speterhp2627a-rev|hp 2627 with reverse video colors, 
422950276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
423050276Speter	is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r, 
423150276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@, 
423262449Speter	smul=\E&dD\E&v1S, use=hp2621-nl, 
423350276Speterhp2627a|hp 2627 color terminal with no labels, 
423450276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
423550276Speter	is2=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r, 
423650276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmso=\E&v0S, 
423750276Speter	rmul=\E&v0S\E&d@, smso=\E&v2S, smul=\E&dD\E&v1S, 
423850276Speter	use=hp2621-nl, 
423950276Speterhp2627c|hp 2627 color (cyan) terminal with no labels, 
424050276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
424150276Speter	is2=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r, 
424262449Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, use=hp2627a, 
424350276Speter
424450276Speter# hp2640a doesn't have the Y cursor addressing feature, and C is 
424550276Speter# memory relative instead of screen relative, as we need.
424650276Speter#
424750276Speterhp2640a|hp 2640a, 
424850276Speter	cup@, rmkx@, smkx@, use=hp2645, 
424950276Speter
425050276Speterhp2640b|hp2644a|hp 264x series, 
425150276Speter	rmkx@, smkx@, use=hp2645, 
425250276Speter
425350276Speter# (hp2641a: removed unknown :gu: -- esr)
425450276Speterhp2641a|hp2645a|hp2647a|HP 264?A series BRL entry, 
425550276Speter	am, da, db, mir, xhp, 
425650276Speter	cols#80, lines#24, 
425750276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
425850276Speter	cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM, 
425950276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%2dC, ht=^I, 
426050276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, 
426150276Speter	is2=\EE$<500/>, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
426250276Speter	rmir=\ER, rmso=\E&d@, smir=\EQ, smso=\E&dB, 
426350276Speter	vpa=\E&a%p1%2dY, 
426450276Speter
426550276Speter# This terminal should be used at 4800 baud or less. It needs padding for
426650276Speter# plain characters at 9600, I guessed at an appropriate cr delay.  It really
426750276Speter# wants ^E/^F handshaking, but that doesn't work well even if you write
426850276Speter# software to support it.
426950276Speterhp2645|hp45|HP 2645 series, 
427050276Speter	pb#9600, 
427150276Speter	blink=\E&dA, cr=\r$<20>, dim=\E&dH, kctab=\E2, kcub1=\ED, 
427250276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
427350276Speter	ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, 
427450276Speter	kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, 
427550276Speter	rmkx=\E&s0A, 
427650276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c, 
427762449Speter	sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, use=hpgeneric, 
427850276Speter# You should use this terminal at 4800 baud or less.
427950276Speterhp2648|hp2648a|HP 2648a graphics terminal, 
428050276Speter	clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, 
428162449Speter	dch1=\EP$<7>, ip=$<5>, use=hp2645, 
428250276Speter
428350276Speter# The HP 150 terminal is a fairly vanilla HP terminal, with the 
428450276Speter# clreol standout problem. It also has graphics capabilities and 
428550276Speter# a touch screen, which we don't describe here.
428650276Speterhp150|hewlett packard Model 150, 
428762449Speter	OTbs, use=hp2622, 
428850276Speter
428950276Speter# HP 2382a terminals, "the little ones." They don't have any 
429050276Speter# alternate character set support and sending out ^N/^O will 
429150276Speter# leave the screen blank.
429250276Speterhp2382a|hp2382|hewlett packard 2382a, 
429350276Speter	da, db, 
429450276Speter	lh#1, lm#48, 
429550276Speter	acsc@, 
429650276Speter	pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
429750276Speter	rmacs@, 
429850276Speter	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, 
429962449Speter	sgr0=\E&d@, smacs@, use=hp+labels, use=scrhp, 
430050276Speter
430150276Speterhp2621-a|hp2621a-a|hp2621 with fn as arrows, 
430250276Speter	use=hp+pfk+arrows, use=hp2621-fl, 
430350276Speter
430450276Speter# newer hewlett packard terminals
430550276Speter
430650276Speternewhpkeyboard|generic entry for HP extended keyboard, 
430750276Speter	kbs=^H, kcbt=\Ei, kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
430850276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
430950276Speter	kich1=\EQ, kil1=\EL, kind=\ET, kll=\EF, knp=\EU, kpp=\EV, 
431050276Speter	kri=\ES, krmir=\ER, rmkx=\E&s0A, smkx=\E&s1A, 
431150276Speter	use=hp+pfk-cr, 
431250276Speter
431350276Speternewhp|generic entry for new hewlett packard terminals, 
431450276Speter	am, bw, mir, xhp, xon, 
431550276Speter	cols#80, lines#24, pb#4800, 
431650276Speter	acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q\,t5u6v8w7x., 
431750276Speter	bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, 
431850276Speter	cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, 
431950276Speter	dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, 
432050276Speter	invis=\E&dS, ip=$<2>, is1=\E&jB$<8>, nel=^M^J, 
432150276Speter	pfkey=\E&f0a%p1%dk0d%p2%l%dL%p2%s, 
432250276Speter	pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, 
432350276Speter	pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, 
432450276Speter	rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, 
432550276Speter	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%;, 
432650276Speter	sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, 
432762449Speter	tbc=\E3, use=newhpkeyboard, 
432850276Speter
432950276Spetermemhp|memory relative addressing for new HP ttys, 
433050276Speter	vt#6, 
433150276Speter	clear=\EH\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR, 
433250276Speter	cuf=\E&a+%p1%dC, cup=\E&a%p1%dr%p2%dC, cuu=\E&a-%p1%dR, 
433350276Speter	home=\EH, hpa=\E&a%p1%dC, ll=\E&a23R\r, 
433450276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dR, use=newhp, 
433550276Speter
433650276Speterscrhp|screen relative addressing for new HP ttys, 
433750276Speter	clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC, 
433850276Speter	cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC, 
433950276Speter	cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR, 
434050276Speter	home=\E&a0y0C, hpa=\E&a%p1%dC, ll=\E&a0y0C\EA, 
434150276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dY, use=newhp, 
434250276Speter
434350276Speter# (hp+labels: added label values from a BRL termcap -- esr)
434450276Speterhp+labels|"standard" label info for new HP ttys, 
434550276Speter	lh#2, lw#8, nlab#8, 
434650276Speter	lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, 
434750276Speter	pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
434850276Speter	rmln=\E&j@, smln=\E&jB, 
434950276Speter
435050276Speterhp+printer|"standard" printer info for HP ttys, 
435150276Speter	ff=\E&p4u0C, mc0=\EH\E&p4dF, mc4=\E&p13C, mc5=\E&p11C, 
435250276Speter
435350276Speter
435450276Speter# The new hp2621b is kind of a cross between the old 2621 and the
435550276Speter# new 262x series of machines. It has dip-switched options. 
435650276Speter# The firmware has a bug in it such that if you give it a null 
435750276Speter# length label, the following character is eaten!
435850276Speterhp2621b|hp 2621b with old style keyboard, 
435950276Speter	lh#1, lm#48, lw#8, nlab#8, 
436050276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
436150276Speter	kind=\ET, kll=\EF, kri=\ES, 
436250276Speter	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, 
436362449Speter	smln=\E&jB, use=hp2621, 
436450276Speter
436550276Speterhp2621b-p|hp 2621b with printer, 
436650276Speter	use=hp+printer, use=hp2621b, 
436750276Speter
436850276Speter# hp2621b - new 2621b with new extended keyboard
436950276Speter# these are closer to the new 26xx series than the other 2621b
437050276Speterhp2621b-kx|hp 2621b with extended keyboard, 
437150276Speter	use=newhpkeyboard, use=hp2621b, 
437250276Speter
437350276Speterhp2621b-kx-p|hp 2621b with new keyboard & printer, 
437450276Speter	use=hp+printer, use=hp2621b-kx, 
437550276Speter
437650276Speter# Some assumptions are made in the following entries.
437750276Speter# These settings are NOT set up by the initialization strings.
437850276Speter# 
437950276Speter#    Port Configuration
438050276Speter# RecvPace=Xon/Xoff	XmitPace=Xon/Xoff	StripNulDel=Yes
438150276Speter# 
438250276Speter#    Terminal Configuration
438350276Speter# InhHndShk(G)=Yes	InhDC2(H)=Yes
438450276Speter# XmitFnctn(A)=No		InhEolWrp=No
438550276Speter#
438650276Speter# 
438750276Speter# Hp 2622a & hp2623a display and graphics terminals
438850276Speter#
438950276Speterhp2622|hp2622a|hp 2622, 
439050276Speter	da, db, 
439150276Speter	lm#0, pb#19200, 
439250276Speter	is2=\E&dj@\r, use=hp+pfk+cr, use=hp+labels, use=scrhp, 
439350276Speter
439450276Speter# The 2623 is a 2622 with extra graphics hardware.
439550276Speterhp2623|hp2623a|hp 2623, 
439650276Speter	use=hp2622, 
439750276Speter
439850276Speterhp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer, 
439950276Speter	use=hp+printer, use=hp2624, 
440050276Speter
440150276Speter# The hewlett packard B can have an optional extra 6 pages of memory.
440250276Speterhp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory, 
440350276Speter	lm#240, use=hp2624, 
440450276Speter
440550276Speterhp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer, 
440650276Speter	lm#240, use=hp2624b-p, 
440750276Speter
440850276Speter# Color manipulations for HP terminals
440950276Speterhp+color|hp with colors, 
441050276Speter	ccc, 
441150276Speter	colors#16, ncv#17, pairs#7, 
441250276Speter	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, 
441350276Speter	oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, 
441450276Speter	op=\E&v0S, scp=\E&v%p1%dS, 
441550276Speter
441650276Speter# <is2> sets the screen to be 80 columns wide
441750276Speterhp2397a|hp2397|hewlett packard 2397A color terminal, 
441862449Speter	is2=\E&w6f80X, use=memhp, use=hp+labels, use=hp+color, 
441950276Speter
442050276Speter#  HP 700/44 Setup parameters:  
442150276Speter# Terminal Mode		HP-PCterm
442250276Speter# Inhibit Auto Wrap	NO
442350276Speter# Status Line		Host Writable
442450276Speter# PC Character Set	YES
442550276Speter# Twenty-Five Line Mode	YES
442650276Speter# XON/XOFF		@128 or 64 (sc)
442750276Speter# Keycode Mode 		NO   or YES (sc)
442850276Speter# Backspace Key		BS or BS/DEL
442950276Speter#
443050276Speter# <is2> 	sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; 
443150276Speter# \E\\? does not turn off keycode mode
443250276Speter# <smsc>	sets alternate start/stop; keycode on
443350276Speterhpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, 
443450276Speter	am, eo, xenl, xon, 
443550276Speter	cols#80, lines#25, 
443650276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
443750276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, 
443850276Speter	cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
443950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
444050276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
444150276Speter	ind=^J, 
444250276Speter	is2=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\, 
444350276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
444450276Speter	kcuu1=\E[A, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
444550276Speter	kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, 
444650276Speter	kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khome=\E[1~, knp=\E[6~, 
444750276Speter	kpp=\E[5~, rmam=\E[?7l, 
444850276Speter	rmsc=\E[>11l\EP1**x0/11;1/13\E[m\E\\, rmso=\E[m, 
444950276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
445050276Speter	smsc=\E[>11h\EPO**x0/65;1/67\E\\$<250>, smso=\E[7m, 
445150276Speter	smul=\E[4m, xoffc=g, xonc=e, 
445250276Speter#
445350276Speter# (hp2392: copied <rmir> here from hpex -- esr)
445450276Speterhp2392|239x series, 
445550276Speter	cols#80, 
445650276Speter	cbt=\Ei, cup=\E&a%p1%dy%p2%dC, kf1=\Ep\r, kf2=\Eq\r, 
445750276Speter	kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, 
445850276Speter	kf8=\Ew\r, khome=\Eh, kind=\EU, knp=\Eu, kpp=\Ev, kri=\EV, 
445950276Speter	rmir=\ER, rmul=\E&d@, smir=\EQ, smul=\E&dD, vpa=\E&a%p1%dY, 
446050276Speter	use=hpsub, 
446150276Speter
446250276Speterhpsub|hp terminals -- capability subset, 
446350276Speter	am, da, db, mir, xhp, xon, 
446450276Speter	lines#24, 
446550276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
446650276Speter	cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, 
446750276Speter	ht=^I, if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, 
446850276Speter	is2=\E&s1A\E<\E&k0\\, kbs=^H, kcub1=\ED, kcud1=\EB, 
446950276Speter	kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmkx=\E&s0A, rmso=\E&d@, 
447050276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, 
447150276Speter
447250276Speter# hpex:
447350276Speter#	May be used for most 24 x 80 hp terminals,
447450276Speter# but has no padding added, so may allow runover in some terminals at high 
447550276Speter# baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and 
447650276Speter# hp98x5 terminal emulators or hp98x6 consoles.  
447750276Speter# 	Adds xy-cursor addressing, vertical cursor addressing, home, 
447850276Speter# last line, and underline capabilities.
447950276Speter#
448050276Speter# (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
448150276Speter# moved <rmir> here from hpsub -- esr)
448250276Speterhpex|hp extended capabilites, 
448350276Speter	cr=^M, cud1=^J, cup=\E&a%p1%dy%p2%dC, ht=^I, ind=^J, kbs=^H, 
448450276Speter	kcub1=^H, kcud1=^J, nel=^M^J, rmir=\ER, rmul=\E&d@, smir=\EQ, 
448562449Speter	smul=\E&dD, vpa=\E&a%p1%dY, use=hpsub, 
448650276Speter
448750276Speter# From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
448850276Speterhp2|hpex2|hewlett-packard extended capabilities newer version, 
448950276Speter	am, da, db, mir, xhp, 
449050276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0, 
449150276Speter	bel=^G, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
449250276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
449350276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
449450276Speter	il1=\EL, ind=^J, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
449550276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
449650276Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
449750276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
449850276Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
449950276Speter	krmir=\ER, ktbc=\E3, meml=\El, memu=\Em, 
450050276Speter	pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
450150276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
450250276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
450350276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A, 
450450276Speter	rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
450550276Speter	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%;, 
450650276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB, 
450750276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
450850276Speter
450950276Speter# HP 236 console
451050276Speter# From: <ddavis@ic.berkeley.edu>
451150276Speterhp236|hp236 internal terminal emulator, 
451262449Speter	OTbs, am, 
451350276Speter	cols#80, lines#24, 
451450276Speter	clear=\EF, cnorm=\EDE, cub1=^H, 
451550276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, 
451650276Speter	dch1=\EJ, dl1=\EH, el=\EK, ich1=\EI, il1=\EG, rmso=\ECI, 
451750276Speter	sgr0=\ECI, smso=\EBI, 
451850276Speter
451950276Speter# This works on a hp300 console running Utah 4.3 BSD
452050276Speter# From: Craig Leres <leres@okeeffe.berkeley.edu>
452150276Speterhp300h|HP Catseye console, 
452262449Speter	OTbs, am, da, db, mir, xhp, 
452350276Speter	cols#128, lines#51, lm#0, xmc#0, 
452450276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
452550276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
452650276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
452750276Speter	if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, kbs=^H, 
452850276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
452950276Speter	rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, 
453050276Speter	smir=\EQ, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, tbc=\E3, 
453150276Speter	vpa=\E&a%p1%dY, 
453250276Speter# From: Greg Couch <gregc@ernie.berkeley.edu>
453350276Speterhp9837|hp98720|hp98721|HP 9000/300 workstations, 
453462449Speter	OTbs, am, da, db, mir, xhp, 
453550276Speter	cols#128, it#8, lines#46, lm#0, 
453650276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, 
453750276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
453850276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
453950276Speter	il1=\EL, ind=^J, is2=\E&v0m1b0i&j@, kbs=^H, kcub1=\ED, 
454050276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
454150276Speter	ked=\EJ, kel=\EK, khome=\Eh, kich1=\EQ, kil1=\EL, knp=\EU, 
454250276Speter	kpp=\EV, rmir=\ER, rmkx=\E&s0A, rmso=\E&v0S, rmul=\E&d@, 
454350276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&v5S, smul=\E&dD, 
454450276Speter	tbc=\E3, vpa=\E&a%p1%dY, 
454550276Speter# HP 9845 desktop computer from BRL
454650276Speter# (hp9845: removed unknown capability :gu: -- esr)
454750276Speterhp9845|HP 9845, 
454862449Speter	OTbs, am, da, db, eo, mir, xhp, 
454950276Speter	cols#80, lines#21, 
455062449Speter	OTbc=\ED, clear=\EH\EJ, cuf1=\EC, cup=\E&a%p2%2dc%p1%2dY, 
455162449Speter	cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, 
455250276Speter	if=/usr/share/tabset/std, il1=\EL, rmir=\ER, rmso=\E&d@, 
455350276Speter	smir=\EQ, smso=\E&dB, 
455450276Speter# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
455550276Speter# (hp98550: replaced /usr/share/tabset/9837 with std because <it#8>,<hts=\E1>;
455650276Speter# added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
455750276Speterhp98550|hp98550a|HP 9000 Series 300 color console, 
455862449Speter	OTbs, am, da, db, mir, xhp, 
455950276Speter	cols#128, it#8, lines#49, lm#0, 
456050276Speter	acsc=, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, 
456150276Speter	clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
456250276Speter	cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH, 
456350276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
456450276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, invis=\E&ds, 
456550276Speter	kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
456650276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
456750276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
456850276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
456950276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dJ, 
457050276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
457150276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smso=\E&dJ, 
457250276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
457350276Speter# From: Victor Duchovni <vic@fine.princeton.edu>
457450276Speter# (hp700-wy: removed obsolete ":nl=^J:";
457550276Speter# replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
457650276Speterhp700-wy|HP700/41 emulating wyse30, 
457762449Speter	OTbs, am, bw, mir, msgr, 
457850276Speter	cols#80, it#8, lines#24, xmc#1, 
457950276Speter	cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
458050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
458150276Speter	dl1=\ER, ed=\EY, el=\ET$<10/>, home=^^, ht=^I, hts=\E1, 
458250276Speter	if=/usr/share/tabset/stdcrt, il1=\EE$<0.7*/>, 
458350276Speter	is1=\E~"\EC\Er\E(\EG0\003\E`9\E`1, kbs=\177, kcbt=\EI, 
458450276Speter	kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, ked=\EY, 
458550276Speter	kel=\ET, khome=^^, khts=\EI, kich1=\Eq, krmir=\Er, ll=^^^K, 
458650276Speter	ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, 
458750276Speter	sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, 
458850276Speter	smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, 
458962449Speterhp70092|hp70092a|hp70092A|HP 700/92, 
459050276Speter	am, da, db, xhp, 
459150276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 
459256639Speter	acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, 
459356639Speter	bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, 
459456639Speter	cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, 
459556639Speter	dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
459656639Speter	hts=\E1, il1=\EL, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
459756639Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
459856639Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
459956639Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
460056639Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
460156639Speter	krmir=\ER, ktbc=\E3, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER, 
460256639Speter	rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
460356639Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
460456639Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
460550276Speter
460650276Speterbobcat|sbobcat|HP 9000 model 300 console, 
460750276Speter	am, da, db, mir, xhp, 
460850276Speter	cols#128, it#8, lines#47, xmc#0, 
460950276Speter	cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
461066963Speter	cup=\E&a%p1%dy%p2%dC$<6/>, cuu1=\EA, dch1=\EP, 
461166963Speter	dl1=\EM$<10*/>, ed=\EJ, el=\EK, hpa=\E&a%p1%dC$<6/>, ht=^I, 
461266963Speter	il1=\EL$<10*/>, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
461366963Speter	kcuf1=\EC, kcuu1=\EA, khome=\Eh, nel=^M^J, rmir=\ER, 
461466963Speter	rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smir=\EQ, 
461566963Speter	smkx=\E&s1A, smso=\E&dB, smul=\E&dD, vpa=\E&a%p1%dY$<6/>, 
461650276Spetergator-t|HP 9000 model 237 emulating extra-tall AAA, 
461750276Speter	lines#94, use=gator, 
461850276Spetergator|HP 9000 model 237 emulating AAA, 
461950276Speter	bw, km, mir, ul, 
462050276Speter	cols#128, it#8, lines#47, 
462150276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, 
462250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, 
462350276Speter	dch=\E[%p1%dP$<4/>, dch1=\E[P, dl=\E[%p1%dM$<1*/>, 
462450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%i%p1%d`, 
462550276Speter	ht=^I, ich=\E[%p1%d@$<4/>, ich1=\E[@, il=\E[%p1%dL$<1*/>, 
462650276Speter	il1=\E[L, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
462750276Speter	rep=%p1%c\E[%p2%db$<1*/>, rev=\E[7m, rmso=\E[m, 
462850276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
462950276Spetergator-52|HP 9000 model 237 emulating VT52, 
463050276Speter	cols#128, lines#47, use=vt52, 
463150276Spetergator-52t|HP 9000 model 237 emulating extra-tall VT52, 
463250276Speter	lines#94, use=gator-52, 
463350276Speter
463450276Speter#### Honeywell-Bull
463550276Speter#
463650276Speter# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
463750276Speter#
463850276Speter
463950276Speter# Honeywell Bull terminal.  Its cursor and function keys send single
464050276Speter# control characters and it has standout/underline glitch.  Most programs
464150276Speter# do not like these features/bugs.  Visual bell is realized by flashing the
464250276Speter# "keyboard locked" LED.
464350276Speterdku7003-dumb|Honeywell Bull DKU 7003 dumb mode, 
464450276Speter	cols#80, lines#25, 
464550276Speter	clear=^]^_, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, 
464650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, ed=^_, el=\E[K, 
464750276Speter	flash=\E[2h\E[2l, home=^], ht=^I, ind=^J, kbs=^H, kcub1=^Y, 
464850276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=^M^J, 
464950276Speterdku7003|Honeywell Bull DKU 7003 all features described, 
465050276Speter	msgr, 
465150276Speter	xmc#1, 
465250276Speter	blink=\E[5m, bold=\E[7m, dim=\E[2m, rev=\E[7m, rmso=\E[m, 
465350276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
465450276Speter	use=dku7003-dumb, 
465550276Speter
465650276Speter#### Lear-Siegler (adm)
465750276Speter#
465850276Speter# These guys are long since out of the terminals business, but
465950276Speter# in 1995 many current terminals still have an adm type as one of their
466050276Speter# emulations (usually their stupidest, and usually labeled adm3, though
466150276Speter# these `adm3' emulations normally have adm3a+ capabilities).
466250276Speter#
466350276Speter# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a 
466450276Speter# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
466550276Speter# was being held to ground would trigger a send of the top line on the screen.
466650276Speter# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
466750276Speter# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
466850276Speter# for clearing up this point.)
466950276Speter
467050276Speteradm1a|adm1|lsi adm1a, 
467150276Speter	am, 
467250276Speter	cols#80, lines#24, 
467350276Speter	bel=^G, clear=\E;$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
467450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
467550276Speter	ind=^J, 
467650276Speteradm2|lsi adm2, 
467762449Speter	OTbs, am, 
467850276Speter	cols#80, lines#24, 
467950276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
468050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
468150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
468250276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
468350276Speter# (adm3: removed obsolete ":ma=^K^P:" -- esr)
468450276Speteradm3|lsi adm3, 
468562449Speter	OTbs, am, 
468650276Speter	cols#80, lines#24, 
468750276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, 
468850276Speter# The following ADM-3A switch settings are assumed for normal operation:
468950276Speter#	SPACE		U/L_DISP	CLR_SCRN	24_LINE
469050276Speter#	CUR_CTL		LC_EN		AUTO_NL		FDX
469150276Speter# Other switches may be set for operator convenience or communication
469250276Speter# requirements.  I recommend
469350276Speter#	DISABLE_KB_LOCK	LOCAL_OFF	103		202_OFF
469450276Speter#	ETX_OFF		EOT_OFF
469550276Speter# Most of these terminals required an option ROM to support lower case display.
469650276Speter# Open the case and look at the motherboard; if you see an open 24-pin DIP
469750276Speter# socket, you may be out of luck.
469850276Speter#
469950276Speter# (adm3a: some capabilities merged in from BRl entry -- esr)
470050276Speteradm3a|lsi adm3a, 
470162449Speter	OTbs, am, 
470250276Speter	cols#80, lines#24, 
470362449Speter	OTma=^K^P, OTnl=^J, bel=^G, clear=\032$<1/>, cr=^M, cub1=^H, 
470462449Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
470562449Speter	cuu1=^K, home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, 
470662449Speter	kcuu1=^K, rs2=^N, 
470750276Speteradm3a+|adm3a plus, 
470850276Speter	kbs=^H, use=adm3a, 
470950276Speter# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
471050276Speteradm5|lsi adm5, 
471150276Speter	xmc#1, 
471250276Speter	bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, 
471362449Speter	rmso=\EG, smso=\EG, use=adm3a+, 
471450276Speter# A lot of terminals other than adm11s use these.  Wherever you see
471550276Speter# use=adm+sgr with some of its capabilities disabled, try the
471650276Speter# disabled ones.  They may well work but not have been documented or
471750276Speter# expressed in the using entry.  We'd like to cook up an <sgr> but the
471850276Speter# <rmacs>/<smacs> sequences of the using entries vary too much.
471950276Speteradm+sgr|adm style highlight capabilities, 
472050276Speter	invis=\EG1, rev=\EG4, rmso=\EG0, rmul=\EG0, sgr0=\EG0, 
472150276Speter	smso=\EG4, smul=\EG8, 
472250276Speter# LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
472350276Speter# Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
472450276Speter# <khome> from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>.  <clear> could also
472550276Speter# be ^Z, according to his entry.
472650276Speter# (adm11: <smul>=\EG4 was obviously erroneous because it also said
472750276Speter# <rev>=\EG4.  Looking at other ADMs confirms this -- esr)
472850276Speteradm11|LSI ADM-11, 
472962449Speter	OTbs, am, hs, 
473062449Speter	OTkn#8, cols#80, lines#24, 
473162449Speter	OTnl=^J, bel=^G, blink=\EG2, clear=\E*, cr=^M, cub1=^H, 
473262449Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
473362449Speter	cuu1=^K, dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, home=^^, ht=^I, 
473462449Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
473562449Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
473662449Speter	kf7=^AF\r, kf8=^AG\r, khome=^^, nel=^M^J, tsl=\EF\E), 
473750276Speter	use=adm+sgr, 
473850276Speter# From: Andrew Scott Beals <bandy@lll-crg.ARPA>
473950276Speter# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
474050276Speter# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
474150276Speter# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
474250276Speter# <is2>=\Eq but that looked wrong; this <is2> is from Dave Yost <esquire!yost>
474350276Speter# via BRL.  That entry asserted <xmc#1>, but I've left that out because 
474450276Speter# neither earlier nor later ADMSs have it -- esr)
474550276Speter#
474650276Speter# You will need to get into the supervisor setup before you can set
474750276Speter# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
474850276Speter# see a lot more setup options.
474950276Speter# 
475050276Speter# While in supervisor setup you can also use following codes:
475150276Speter# 
475250276Speter# Ctrl-P Personality character selections (configure for example what
475350276Speter#        arrow keys send, if I recall correctly)
475450276Speter# Ctrl-T tabs 1-80   use left&right to move and up to set and
475550276Speter# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
475650276Speter# Ctrl-B Binary setup (probably not needed. I think that everything can
475750276Speter#        be set using normal setup)
475850276Speter# Ctrl-A Answerback mode (enter answerback message)
475950276Speter# Ctrl-U User friendly mode (normal setup)
476050276Speter# Ctrl-D Defaults entire setup and function keys from EPROM tables
476150276Speter# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
476250276Speter# Ctrl-R Reads both setup and functions keys from NVM.
476350276Speter# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
476450276Speter# 
476550276Speter# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
476650276Speter# RTS/CTS used nowadays with virtually every modem and computer. 19200
476750276Speter# bps works fine with hardware flow control.
476850276Speter# 
476950276Speter# The following null-modem cable should fix this and enable you to use
477050276Speter# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
477150276Speter# set ADM-12+ for DTR handshaking from supervisor setup.
477250276Speter# 
477350276Speter# PC Serial   ADM-12+
477450276Speter#  --------   -------
477550276Speter#         2 - 3
477650276Speter#         3 - 2
477750276Speter#         4 - 5
477850276Speter#         5 - 20
477950276Speter#       6,8 - 4
478050276Speter#         7 - 7
478150276Speter#        20 - 6,8
478250276Speter#
478350276Speteradm12|lsi adm12, 
478462449Speter	OTbs, OTpt, am, mir, 
478562449Speter	OTug#1, cols#80, it#8, lines#24, 
478650276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
478750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
478850276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
478950276Speter	is2=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1, 
479050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
479150276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
479250276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, smir=\Eq, tbc=\E0, 
479350276Speter	use=adm+sgr, 
479450276Speter# (adm20: removed obsolete ":kn#7:" -- esr)
479550276Speteradm20|lear siegler adm20, 
479662449Speter	OTbs, am, 
479750276Speter	cols#80, it#8, lines#24, 
479850276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cuf1=^L, 
479950276Speter	cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, 
480050276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
480150276Speter	kf1=^A, kf2=^B, kf3=^W, kf4=^D, kf5=^E, kf6=^X, kf7=^Z, rmso=\E(, 
480250276Speter	sgr0=\E(, smso=\E), 
480350276Speteradm21|lear siegler adm21, 
480450276Speter	xmc#1, 
480550276Speter	bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, 
480650276Speter	ich1=\EQ, il1=30*\EE, ind=^J, invis@, kbs=^H, kcub1=^H, 
480762449Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, use=adm+sgr, 
480862449Speter	use=adm3a, 
480950276Speter# (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
481050276Speter# removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
481150276Speter# removed bogus-looking \200 from before <cup>. -- esr)
481250276Speteradm22|lsi adm22, 
481362449Speter	OTbs, am, 
481450276Speter	cols#80, lines#24, 
481550276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
481650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
481750276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, 
481850276Speter	is2=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0, 
481950276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
482050276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
482150276Speter	kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
482250276Speter	lf6=F6, lf7=F7, rmso=\E(, sgr0=\E(, smso=\E), 
482350276Speter# ADM 31 DIP Switches
482450276Speter#
482550276Speter# This information comes from two versions of the manual for the
482650276Speter# Lear-Siegler ADM 31.
482750276Speter#
482850276Speter# Main board:
482950276Speter#                  rear of case
483050276Speter#   +-||||-------------------------------------+
483150276Speter#   + S1S2                              ||S    +
483250276Speter#   +                                   ||3    +
483350276Speter#   +                                          +
483450276Speter#   +                                ||S       +
483550276Speter#   +                                ||4       +
483650276Speter#   +                                          +
483750276Speter#   +                                          +
483850276Speter#   +                                          +
483950276Speter#   +                                          +
484050276Speter#   +                                          +
484150276Speter# +-+                                          +-+
484250276Speter# +                                              +
484350276Speter# +                               S5 S6 S7       +   
484450276Speter# +                               == == ==       +
484550276Speter# +----------------------------------------------+
484650276Speter#            front of case (keyboard)
484750276Speter#
484850276Speter#  S1 - Data Rate - Modem
484950276Speter#  S2 - Data Rate - Printer
485050276Speter# ------------------------
485150276Speter# Data Rate   Setting
485250276Speter# -------------------
485350276Speter# 50          0 0 0 0
485450276Speter# 75          1 0 0 0
485550276Speter# 110         0 1 0 0
485650276Speter# 134.5       1 1 0 0
485750276Speter# 150         0 0 1 0
485850276Speter# 300         1 0 1 0
485950276Speter# 600         0 1 1 0
486050276Speter# 1200        1 1 1 0
486150276Speter# 1800        0 0 0 1
486250276Speter# 2000        1 0 0 1
486350276Speter# 2400        0 1 0 1
486450276Speter# 3600        1 1 0 1
486550276Speter# 4800        0 0 1 1
486650276Speter# 7200        1 0 1 1
486750276Speter# 9600        0 1 1 1
486850276Speter# x           1 1 1 1
486950276Speter#
487050276Speter# S3 - Interface/Printer/Attributes
487150276Speter# ---------------------------------
487250276Speter# Printer Busy Control
487350276Speter# sw1   sw2   sw3
487450276Speter# ---------------
487550276Speter# off   off   off   Busy not active, CD disabled
487650276Speter# off   off   on    Busy not active, CD enabled
487750276Speter# off   on    off   Busy active on J5-20, CD disabled
487850276Speter# on    off   off   Busy active on J5-19, CD disabled - Factory Set.
487950276Speter# on    off   on    Busy active on J5-19, CD enabled
488050276Speter#
488150276Speter# sw4   Used in conjuction with S4 for comm interface control - Fact 0
488250276Speter#
488350276Speter# sw5   Secondary Channel Control (Hardware implementation only) - Fact 0
488450276Speter#
488550276Speter# sw6   ON enables printer BUSY active LOW - Factory Setting
488650276Speter#       OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
488750276Speter#
488850276Speter# sw7   ON - steady cursor - Factory Setting
488950276Speter#       OFF - blinking cursor
489050276Speter#
489150276Speter# sw8   ON causes selected attribute character to be displayed
489250276Speter#       OFF causes SPACE to be displayed instead - Factory Setting
489350276Speter#
489450276Speter# S4 - Interface
489550276Speter# --------------
489650276Speter# Modem Interface
489750276Speter# S3    S4    S4    S4    S4
489850276Speter# sw4   sw1   sw2   sw3   sw4
489950276Speter# ---------------------------
490050276Speter# OFF   ON    OFF   ON    OFF   Enable RS-232C interface, Direct Connect and
490150276Speter#                               Current Loop disabled - Factory Setting
490250276Speter# ON    ON    OFF   ON    OFF   Enable Current Loop interface, Direct Connect
490350276Speter#                               disabled
490450276Speter# OFF   OFF   ON    OFF   ON    Enable Direct Connect interface, RS-232C and
490550276Speter#                               Current Loop Disabled
490650276Speter#
490750276Speter# sw5   ON disables dot stretching mode - Factory Setting
490850276Speter#       OFF enables dot stretching mode
490950276Speter# sw6   ON enables blanking function
491050276Speter#       OFF enables underline function - Factory Setting
491150276Speter# sw7   ON causes NULLS to be displayed as NULLS
491250276Speter#       OFF causes NULLS to be displayed as SPACES - Factory Setting
491350276Speter#
491450276Speter# S5 - Word Structure
491550276Speter# -------------------
491650276Speter# sw1   ON enables BREAK key - Factory Setting
491750276Speter#       OFF disables BREAK key
491850276Speter# sw2   ON selects 50Hz monitor refresh rate
491950276Speter#       OFF selects 60Hz monitor refresh rate - Factory Setting
492050276Speter#
492150276Speter# Modem Port Selection
492250276Speter# sw3   sw4   sw5
492350276Speter# ---------------
492450276Speter# ON    ON    ON    Selects 7 DATA bits, even parity, 2 STOP bits
492550276Speter# OFF   ON    ON    Selects 7 DATA bits, odd  parity, 2 STOP bits
492650276Speter# ON    OFF   ON    Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
492750276Speter# OFF   OFF   ON    Selects 7 DATA bits, odd  parity, 1 STOP bit
492850276Speter# ON    ON    OFF   Selects 8 DATA bits, no   parity, 2 STOP bits
492950276Speter# OFF   ON    OFF   Selects 8 DATA bits, no   parity, 1 STOP bit
493050276Speter# ON    OFF   OFF   Selects 8 DATA bits, even parity, 1 STOP bit
493150276Speter# OFF   OFF   OFF   Selects 8 DATA bits, odd  parity, 1 STOP bit
493250276Speter#
493350276Speter# sw6   ON  sends bit 8 a 1 (mark)
493450276Speter#       OFF sends bit 8 as 0 (space) - Factory Setting
493550276Speter# sw7   ON  selects Block Mode
493650276Speter#       OFF selects Conversation Mode - Factory Setting
493750276Speter# sw8   ON  selects Full Duplex operation
493850276Speter#       OFF selects Half Duplex operation - Factory Setting
493950276Speter#
494050276Speter# S6 - Printer
494150276Speter# ------------
494250276Speter# sw1, sw2, sw6, sw7   Reserved - Factory 0
494350276Speter#
494450276Speter# Printer Port Selection
494550276Speter# same as Modem above, bit 8 (when 8 DATA bits) is always = 0
494650276Speter#
494750276Speter# sw8   ON   enables Printer Port
494850276Speter#       OFF disables Printer Port - Factory Setting
494950276Speter#
495050276Speter# S7 - Polling Address
495150276Speter# --------------------
495250276Speter# sw1-7 Establish ASCII character which designates terminal polling address
495350276Speter#       ON  = logic 0
495450276Speter#       OFF = logic 1 - Factory Setting
495550276Speter# sw8   ON   enables Polling Option
495650276Speter#       OFF disables Polling Option - Factory Setting
495750276Speter#
495850276Speter#
495950276Speter# On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
496050276Speter#
496150276Speter# This adm31 entry uses underline as the standout mode.
496250276Speter# If the adm31 gives you trouble with standout mode, check the DIP switch in
496350276Speter# position 6, bank @c11, 25% from back end of the circuit board.  Should be
496450276Speter# OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
496550276Speter# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
496650276Speteradm31|lsi adm31 with sw6 set for underline mode, 
496762449Speter	OTbs, am, mir, 
496850276Speter	cols#80, lines#24, 
496950276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
497050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
497150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, ind=^J, is2=\Eu\E0, 
497250276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
497350276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
497450276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, rmso=\EG0, 
497550276Speter	rmul=\EG0, sgr0=\EG0, smir=\Eq, smso=\EG1, smul=\EG1, 
497650276Speteradm31-old|o31|old adm31, 
497750276Speter	rmul@, smso=\EG4, smul@, use=adm31, 
497850276Speter# LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
497950276Speteradm36|LSI ADM36, 
498062449Speter	OTbs, OTpt, 
498162449Speter	OTkn#4, 
498250276Speter	if=/usr/lib/tabset/vt100, 
498362449Speter	is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, 
498462449Speter	use=vt100, 
498550276Speter# (adm42: removed obsolete ":ma=^K^P:" -- esr)
498650276Speteradm42|lsi adm42, 
498762449Speter	OTbs, am, 
498850276Speter	cols#80, lines#24, 
498950276Speter	bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
499050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
499150276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, 
499250276Speter	il1=\EE$<270>, ind=^J, invis@, ip=$<6*>, kcub1=^H, kcud1=^J, 
499350276Speter	kcuf1=^L, kcuu1=^K, khome=^^, pad=\177, rmir=\Er, rmul@, 
499462449Speter	smir=\Eq, smul@, use=adm+sgr, 
499550276Speter# The following termcap for the Lear Siegler ADM-42 leaves the 
499650276Speter# "system line" at the bottom of the screen blank (for those who 
499750276Speter# find it distracting otherwise)
499850276Speteradm42-ns|lsi adm-42 with no system line, 
499950276Speter	cbt=\EI\EF \011, clear=\E;\EF \011, 
500050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, 
500150276Speter	dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, 
500250276Speter	el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, 
500362449Speter	smir=\Eq\EF \011, use=adm42, 
500450276Speter# ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
500550276Speter# The insert mode of this terminal is commented out because it's broken for our
500650276Speter# purposes in that it will shift the position of every character on the page,
500750276Speter# not just the cursor line!
500850276Speter# From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
500950276Speteradm1178|1178|lsi adm1178, 
501050276Speter	am, 
501150276Speter	cols#80, lines#24, xmc#1, 
501250276Speter	bel=^G, bold=\E(, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, 
501350276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
501450276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, 
501550276Speter	home=^^, ht=^I, il1=\EE, ind=^J, ip=$<6*/>, kbs=^H, kcub1=^H, 
501650276Speter	kcud1=^J, nel=^M^J, pad=\177, rev=\EG4, rmso=\EG0, rmul=\EG0, 
501750276Speter	sgr0=\E), smso=\EG4, smul=\EG1, 
501850276Speter
501950276Speter#### Prime
502050276Speter#
502150276Speter# Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
502250276Speter# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
502350276Speter# Prime merged with ComputerVision in the late 1980s; you can reach them at:
502450276Speter#
502550276Speter#	ComputerVision Services
502650276Speter#	500 Old Connecticut Path
502750276Speter#	Framingham, Mass.
502850276Speter#
502950276Speter
503050276Speter# Standout mode is dim reverse-video.
503150276Speterpt100|pt200|wren|fenix|prime pt100/pt200, 
503250276Speter	am, bw, mir, msgr, 
503350276Speter	cols#80, it#8, lines#24, 
503450276Speter	cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, 
503550276Speter	cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, 
503650276Speter	cup=\E0%p1%{33}%+%c%p2%{33}%+%c, cuu=\E[%p1%dA, 
503766963Speter	cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl1=\E[M, 
503850276Speter	ed=\E[J\E[r, el=\E[K\E[t, flash=\E$$<200/>\E$P, 
503950276Speter	home=\E$B, ht=^I, il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, 
504050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, 
504150276Speter	rmcup=, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, 
504250276Speter	sgr0=\E[m, 
504350276Speter	smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, 
504450276Speter	smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, 
504550276Speterpt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode, 
504650276Speter	cols#132, 
504750276Speter	cup=\E[%i%p1%d;%p2%dH, use=pt100, 
504850276Speterpt250|Prime PT250, 
504950276Speter	rmso@, smso@, use=pt100, 
505050276Speterpt250w|Prime PT250 in 132-column mode, 
505150276Speter	rmso@, smso@, use=pt100w, 
505250276Speter
505350276Speter#### Qume (qvt)
505450276Speter#
505550276Speter#	Qume, Inc.
505650276Speter#	3475-A North 1st Street
505750276Speter#	San Jose CA 95134
505850276Speter#	Vox: (800)-457-4447
505950276Speter#	Fax: (408)-473-1510
506050276Speter#	Net: josed@techsupp.wyse.com (Jose D'Oliveira)
506150276Speter#
506250276Speter# Qume was bought by Wyse, but still (as of early 1995) has its own support
506350276Speter# group and production division.
506450276Speter#
506550276Speter# Discontinued Qume models:
506650276Speter#
506750276Speter# The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
506850276Speter# built to replace them, and a qvt119+ which was a 101+ with available wide
506950276Speter# mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
507050276Speter# and an ANSI-compatible qvt203 that replaced it.  Qume started producing
507150276Speter# ANSI-compatible terminals with the qvt323 and qvt61.
507250276Speter#
507350276Speter# Current Qume models (as of February 1995):
507450276Speter#
507550276Speter# All current Qume terminals have ANSI-compatible operation modes.
507650276Speter# Qume is still producing the qvt62, which features emulations for other
507750276Speter# popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
507850276Speter# designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
507950276Speter# with many emulations including Wyse370, Wyse 325, etc.  Their newest
508050276Speter# model is the qvt520, which is vt420-compatible.
508150276Speter#
508250276Speter# There are some ancient printing Qume terminals under `Daisy Wheel Printers'
508350276Speter#
508450276Speter# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
508550276Speter# setup mode.  Shift-s should be a configuration save to NVRAM.
508650276Speter
508750276Speterqvt101|qvt108|qume qvt 101 and QVT 108, 
508850276Speter	xmc#1, use=qvt101+, 
508950276Speter
509050276Speter# This used to have <cvvis=\E.2> but no <cnorm> or <civis>.  The BSD termcap
509150276Speter# file had <cvvis=\EM4 \200\200\200>.  I've done the safe thing and yanked 
509250276Speter# both. The <rev> is from BSD, which also claimed bold=\E( and dim=\E).
509350276Speter# What seems to be going on here is that this entry was designed so that
509450276Speter# the normal highlight is bold and standout is dim plus something else
509550276Speter# (reverse-video maybe?  But then, are there two <rev> sequences?)  
509650276Speterqvt101+|qvt101p|qume qvt 101 PLUS product, 
509750276Speter	am, bw, hs, ul, 
509850276Speter	cols#80, lines#24, xmc#0, 
509950276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^J, 
510050276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
510150276Speter	dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
510250276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
510350276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, kbs=^H, kcbt=\EI, kcub1=^H, 
510450276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdl1=\ER, ked=\EY, kel=\ET, 
510550276Speter	kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
510650276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
510750276Speter	khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, 
510862449Speter	smso=\E0P\E), tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
510950276Speterqvt102|qume qvt 102, 
511050276Speter	cnorm=\E., use=qvt101, 
511150276Speter# (qvt103: added <rmam>/<smam> based on init string -- esr)
511250276Speterqvt103|qume qvt 103, 
511350276Speter	am, xenl, xon, 
511450276Speter	cols#80, it#8, lines#24, vt#3, 
511550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
511650276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
511750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
511850276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
511950276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
512050276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
512150276Speter	hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
512250276Speter	kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, 
512350276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>, 
512450276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, 
512550276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
512676726Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>, 
512750276Speter	sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=, 
512850276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
512950276Speterqvt103-w|qume qvt103 132 cols, 
513050276Speter	cols#132, lines#24, 
513150276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt103, 
513250276Speterqvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals, 
513350276Speter	am, hs, mir, msgr, 
513450276Speter	cols#80, lines#24, xmc#0, 
513550276Speter	bel=^G, cbt=\EI, clear=\E*1, cnorm=\E.4, cr=^M, cub1=^H, 
513650276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
513750276Speter	cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, 
513850276Speter	el=\Et, flash=\En0$<200>\En1, fsl=^M, home=^^, ht=^I, 
513950276Speter	hts=\E1, il1=\EE, ind=^J, is2=\EDF\EC\EG0\Er\E(\E%EX, 
514050276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, 
514150276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
514250276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
514350276Speter	mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, smir=\Eq, smul=\EG8, 
514462449Speter	tbc=\E3, tsl=\Eg\Ef, use=adm+sgr, 
514550276Speterqvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, 
514650276Speter	lines#25, use=qvt119+, 
514750276Speterqvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, 
514850276Speter	cols#132, 
514950276Speter	is2=\EDF\EC\EG0\Er\E(\E%\EX\En4, use=qvt119+, 
515050276Speterqvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25, 
515150276Speter	lines#25, use=qvt119+, 
515250276Speterqvt203|qvt203+|qume qvt 203 Plus, 
515350276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
515450276Speter	ip=$<7>, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
515550276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
515662449Speter	kf9=\E[28~, rmir=\E[4l, smir=\E[4h, use=qvt103, 
515750276Speterqvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), 
515850276Speter	cols#132, lines#24, 
515950276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, 
516050276Speter#
516150276Speter#	Since a command is present for enabling 25 data lines,
516250276Speter#	a specific terminfo entry may be generated for the 203.
516350276Speter#	If one is desired for the QVT 119 PLUS then 25 lines must
516450276Speter#	be selected in the status line (setup line 9).
516550276Speter#
516650276Speterqvt203-25|QVT 203 PLUS with 25 by 80 column mode, 
516750276Speter	cols#80, lines#25, 
516850276Speter	is2=\E[=40h\E[?3l, use=qvt203, 
516950276Speterqvt203-25-w|QVT 203 PLUS with 25 by 132 columns, 
517050276Speter	cols#132, lines#25, 
517150276Speter	rs2=\E[?3h\E[=40h, use=qvt203, 
517250276Speter
517350276Speter#### Televideo (tvi)
517450276Speter#
517550276Speter#	TeleVideo
517650276Speter#	550 East Brokaw Road
517750276Speter#	PO Box 49048    95161
517850276Speter#	San Jose CA 95112
517950276Speter#	Vox: (408)-954-8333
518050276Speter#	Fax: (408)-954-0623
518150276Speter#
518250276Speter#
518350276Speter# There are some tvi terminals that require incredible amounts of padding and
518450276Speter# some that don't.  I'm assuming tvi912 and tvi920 are the old slow ones, and
518550276Speter# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
518650276Speter#
518750276Speter# All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
518850276Speter# Televideo terminals are ANSI and PC-ANSI compatible.
518950276Speter
519050276Spetertvi803|televideo 803, 
519150276Speter	clear=\E*$<10>, use=tvi950, 
519250276Speter
519350276Speter# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
519450276Speter# Switch settings are:
519550276Speter# 
519650276Speter# S1  1 2 3 4
519750276Speter#     D D D D  9600
519850276Speter#     D D D U    50
519950276Speter#     D D U D    75
520050276Speter#     D D U U   110
520150276Speter#     D U D D   135
520250276Speter#     D U D U   150
520350276Speter#     D U U D   300
520450276Speter#     D U U U   600
520550276Speter#     U D D D  1200
520650276Speter#     U D D U  1800
520750276Speter#     U D U D  2400
520850276Speter#     U D U U  3600
520950276Speter#     U U D D  4800
521050276Speter#     U U D U  7200
521150276Speter#     U U U D  9600
521250276Speter#     U U U U 19200
521350276Speter# 
521450276Speter# S1  5 6 7 8
521550276Speter#     U D X D  7N1 (data bits, parity, stop bits) (X means ignored)
521650276Speter#     U D X U  7N2
521750276Speter#     U U D D  7O1
521850276Speter#     U U D U  7O2
521950276Speter#     U U U D  7E1
522050276Speter#     U U U U  7E2
522150276Speter#     D D X D  8N1
522250276Speter#     D D X U  8N2
522350276Speter#     D U D D  8O1
522450276Speter#     D U U U  8E2
522550276Speter# 
522650276Speter# S1  9  Autowrap
522750276Speter#     U  on
522850276Speter#     D  off
522950276Speter# 
523050276Speter# S1 10  CR/LF
523150276Speter#     U  do CR/LF when CR received
523250276Speter#     D  do CR when CR received
523350276Speter# 
523450276Speter# S2  1  Mode
523550276Speter#     U  block
523650276Speter#     D  conversational
523750276Speter# 
523850276Speter# S2  2  Duplex
523950276Speter#     U  half
524050276Speter#     D  full
524150276Speter# 
524250276Speter# S2  3  Hertz
524350276Speter#     U  50
524450276Speter#     D  60
524550276Speter# 
524650276Speter# S2  4  Edit mode
524750276Speter#     U  local
524850276Speter#     D  duplex
524950276Speter# 
525050276Speter# S2  5  Cursor type
525150276Speter#     U  underline
525250276Speter#     D  block
525350276Speter# 
525450276Speter# S2  6  Cursor down key
525550276Speter#     U  send ^J
525650276Speter#     D  send ^V
525750276Speter# 
525850276Speter# S2  7  Screen colour
525950276Speter#     U  green on black
526050276Speter#     D  black on green
526150276Speter# 
526250276Speter# S2  8  DSR status (pin 6)
526350276Speter#     U  disconnected
526450276Speter#     D  connected
526550276Speter# 
526650276Speter# S2  9  DCD status (pin 8)
526750276Speter#     U  disconnected
526850276Speter#     D  duplex
526950276Speter# 
527050276Speter# S2 10  DTR status (pin 20)
527150276Speter#     U  disconnected
527250276Speter#     D  duplex
527350276Speter# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
527450276Speter# <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
527550276Spetertvi910|televideo model 910, 
527662449Speter	OTbs, am, msgr, 
527750276Speter	cols#80, it#8, lines#24, xmc#1, 
527850276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
527950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
528050276Speter	home=\E=\001\001, hpa=\E]%p1%{32}%+%c, ht=^I, 
528150276Speter	if=/usr/share/tabset/stdcrt, ind=^J, invis@, kbs=^H, 
528250276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, 
528350276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
528450276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
528550276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
528650276Speter# From: Alan R. Rogers <rogers%albany@csnet-relay>
528750276Speter# as subsequently hacked over by someone at SCO
528850276Speter# (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
528950276Speter#
529050276Speter# Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
529150276Speter#
529250276Speter# S1  1 2 3 4:
529350276Speter#     D D D D  9600     D D D U    50     D D U D    75     D D U U   110
529450276Speter#     D U D D   135     D U D U   150     D U U D   300     D U U U   600
529550276Speter#     U D D D  1200     U D D U  1800     U D U D  2400     U D U U  3600
529650276Speter#     U U D D  4800     U U D U  7200     U U U D  9600     U U U U 19200
529750276Speter#
529850276Speter# S1  5 6 7 8:
529950276Speter#     U D X D  7N1     U D X U  7N2     U U D D  7O1     U U D U  7O2
530050276Speter#     U U U D  7E1     U U U U  7E2     D D X D  8N1     D D X U  8N2
530150276Speter#     D U D D  8O1     D U U U  8E2
530250276Speter# 
530350276Speter# S1  9  Autowrap            (U = on, D = off)
530450276Speter# S1 10  CR/LF               (U = CR/LF on CR received, D = CR on CR received)
530550276Speter# S2  1  Mode                (U = block, D = conversational)
530650276Speter# S2  2  Duplex              (U =  half, D = full)
530750276Speter# S2  3  Hertz               (U = 50, D = 60)
530850276Speter# S2  4  Edit mode           (U = local, D = duplex)
530950276Speter# S2  5  Cursor type         (U = underline, D = block)
531050276Speter# S2  6  Cursor down key     (U = send ^J, D = send ^V)
531150276Speter# S2  7  Screen colour       (U = green on black, D = black on green)
531250276Speter# S2  8  DSR status (pin 6)  (U = disconnected, D = connected)
531350276Speter# S2  9  DCD status (pin 8)  (U = disconnected, D = connected)
531450276Speter# S2 10  DTR status (pin 20) (U = disconnected, D = connected)
531550276Speter#
531650276Spetertvi910+|televideo 910+, 
531750276Speter	dch1=\EW, dl1=\ER$<33*>, home=^^, ich1=\EQ, il1=\EE$<33*>, 
531850276Speter	kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, 
531950276Speter	kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, 
532062449Speter	ll=\E=7\s, use=tvi910, 
532150276Speter
532250276Speter# (tvi912: removed obsolete ":ma=^K^P^L :", added  <flash> and
532350276Speter# <khome> from BRL entry -- esr)
532450276Spetertvi912|tvi914|tvi920|old televideo 912/914/920, 
532562449Speter	OTbs, OTpt, am, msgr, 
532650276Speter	cols#80, it#8, lines#24, xmc#1, 
532750276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
532850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
532950276Speter	dl1=\ER$<33*>, ed=\Ey, el=\ET, flash=\Eb$<50/>\Ed, home=^^, 
533050276Speter	ht=^I, hts=\E1, ich1=\EQ, if=/usr/share/tabset/stdcrt, 
533150276Speter	il1=\EE$<33*>, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
533250276Speter	kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
533350276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
533450276Speter	kf9=^AH\r, khome=^^, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, 
533550276Speter	tbc=\E3, 
533650276Speter# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
533750276Speter# The 920 has this plus real function keys that xmit different things.
533850276Speter# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
533950276Spetertvi912c|tvi912b|new televideo 912, 
534050276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, use=tvi912, 
534150276Speter# set to page 1 when entering curses application (\E-17 )
534250276Speter# reset to page 0 when exiting curses application (\E-07 )
534350276Spetertvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages, 
534450276Speter	rmcup=\E-07\s, smcup=\E-17\s, use=tvi912, 
534550276Speter# We got some new tvi912c terminals that act really weird on the regular 
534650276Speter# termcap, so one of our gurus worked this up. Seems that cursor 
534750276Speter# addressing is broken.
534850276Spetertvi912cc|tvi912 at cowell college, 
534950276Speter	cup@, use=tvi912c, 
535050276Speter
535150276Speter# Here are the switch settings for the tvi920c:
535250276Speter#
535350276Speter# S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
535450276Speter# 2: 9600	3: 4800		4: 2400		5: 1200
535550276Speter# 6:  600	7:  300		8:  150		9:   75
535650276Speter# 10: 110
535750276Speter#
535850276Speter# S2 UART/Terminal options:
535950276Speter# 		Up			Down
536050276Speter# 1:		Not used		Not allowed
536150276Speter# 2:	Alternate character set	  Standard character set
536250276Speter# 3:	    Full duplex		    Half duplex
536350276Speter# 4:	    50 Hz refresh	    60 Hz refresh
536450276Speter# 5:	      No parity		     Send parity
536550276Speter# 6:	     2 stop bits	     1 stop bit
536650276Speter# 7:	     8 data bits	     7 data bits
536750276Speter# 8:		Not used		Not allowed on Rev E or lower
536850276Speter# 9:	     Even parity	     Odd parity
536950276Speter# 10:	    Steady cursor	    Blinking cursor
537050276Speter# 	(On Rev E or lower, use W25 instead of switch 10.)
537150276Speter# 
537250276Speter# S5 UART/Terminal options:
537350276Speter# 		Open			Closed
537450276Speter# 1:	P3-6 Not connected	DSR received on P3-6
537550276Speter# 2:	P3-8 Not connected	DCD received on P3-8
537650276Speter#
537750276Speter# 3 Open, 4 Open:		P3-20 Not connected
537850276Speter# 3 Open, 4 Closed:	DTR on when terminal is on
537950276Speter# 3 Closed, 4 Open:	DTR is connected to RTS
538050276Speter# 3 Closed, 4 Closed:	Not allowed
538150276Speter#
538250276Speter# 5 Closed:	HDX printer (hardware control) Rev. K with extension port off,
538350276Speter# 		all data transmitted out of the modem port (P3) will also be
538450276Speter# 		transmitted out of the printer port (P4).
538550276Speter#
538650276Speter# 6 Open, 7 Open:		Not allowed
538750276Speter# 6 Open, 7 Closed:	20ma current loop input
538850276Speter# 6 Closed, 7 Open:	RS232 input
538950276Speter# 6 Closed, 7 Closed:	Not allowed
539050276Speter#
539150276Speter# Jumper options:
539250276Speter# If the jumper is installed, the effect will occur (the next time the terminal
539350276Speter# is switched on).
539450276Speter#
539550276Speter# S4/W31:	Enables automatic LF upon receipt of CR from
539650276Speter# 		remote or keyboard.
539750276Speter# S4/W32:	Enables transmission of EOT at the end of Send.  If not 
539850276Speter# 		installed, a carriage return is sent.
539950276Speter# S4/W33:	Disables automatic carriage return in column 80.
540050276Speter# S4/W34:	Selects Page Print Mode as initial condition.  If not 
540150276Speter# 		installed, Extension Mode is selected.
540250276Speter#
540350276Spetertvi920b|tvi920c|new televideo 920, 
540450276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, kf0=^AI\r, kf1=^A@\r, 
540550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
540662449Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, use=tvi912, 
540750276Speter
540850276Speter# Televideo 921 and variants
540950276Speter# From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
541050276Speter# (tvi921: removed :ko=bt: before translation, I see no backtab cap;
541150276Speter# also added empty <acsc> to suppress tic warning -- esr)
541250276Spetertvi921|televideo model 921 with sysline same as page & real vi function, 
541362449Speter	OTbs, OTpt, am, hs, xenl, xhp, 
541450276Speter	cols#80, lines#24, xmc#0, 
541550276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
541650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
541750276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
541850276Speter	el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
541950276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, invis@, 
542050276Speter	is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H, 
542150276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>, 
542266963Speter	ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, nel=^M^J, rmacs=\E%%, 
542362449Speter	rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, use=adm+sgr, 
542450276Speter# without the beeper
542550276Speter# (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
542650276Speter# also added empty <acsc> to suppress tic warning -- esr)
542750276Spetertvi92B|televideo model 921 with sysline same as page & real vi function & no beeper, 
542850276Speter	am, hs, xenl, xhp, 
542950276Speter	cols#80, lines#24, xmc#0, 
543050276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
543150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
543250276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
543350276Speter	el=\ET, flash=\Eb$<200/>\Ed, fsl=\Eg, home=^^, ht=^I, 
543450276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
543550276Speter	invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, 
543650276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
543750276Speter	kdl1=\ER$<1*/>, ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, 
543866963Speter	nel=^M^J, rmacs=\E%%, smacs=\E$, tsl=\Ef\EG0, use=adm+sgr, 
543950276Speter# (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
544050276Spetertvi92D|tvi92B with DTR instead of XON/XOFF & better padding, 
544150276Speter	dl1=\ER$<2*/>, il1=\EE$<2*/>, 
544250276Speter	is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>, 
544362449Speter	kil1=\EE$<2*/>, use=tvi92B, 
544450276Speter
544550276Speter# (tvi924: This used to have <dsl=\Es0>, <fsl=\031>.  I put the new strings
544650276Speter# in from a BSD termcap file because it looks like they do something the
544750276Speter# old ones skip -- esr)
544850276Spetertvi924|televideo tvi924, 
544950276Speter	am, bw, hs, in, mir, msgr, xenl, xon, 
545050276Speter	cols#80, it#8, lines#24, wsl#80, xmc#0, 
545150276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E.0, clear=\E*0, 
545250276Speter	cnorm=\E.3, cr=^M, csr=\E_%p1%{32}%+%c%p2%{32}%+%c, 
545350276Speter	cub1=^H, cud1=^V, cuf1=^L, 
545450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, 
545550276Speter	dch1=\EW, dl1=\ER, dsl=\Es0\Ef\031, ed=\Ey, el=\Et, 
545650276Speter	flash=\Eb$<200>\Ed, fsl=\031\Es1, home=^^, ht=^I, hts=\E1, 
545750276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
545850276Speter	invis@, is1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0, 
545950276Speter	kbs=^H, kclr=\E*0, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
546050276Speter	kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A@\r, kf1=^AA\r, 
546150276Speter	kf10=^AJ\r, kf11=^AK\r, kf12=^AL\r, kf13=^AM\r, kf14=^AN\r, 
546250276Speter	kf15=^AO\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, 
546350276Speter	kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, 
546450276Speter	kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, 
546550276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, 
546662449Speter	pfkey=\E|%p1%{49}%+%c%p2%s\031, ri=\Ej, tbc=\E3, tsl=\Ef, 
546762449Speter	use=adm+sgr, 
546850276Speter
546950276Speter# TVI925 DIP switches.  In each of these, D = Down and U = Up,
547050276Speter#
547150276Speter# Here are the settings for the external (baud) switches (S1):
547250276Speter#
547350276Speter#             Position		Baud
547450276Speter# 7	8	9	10		[Printer]
547550276Speter# 1	2	3	4		[Main RS232]
547650276Speter# -----------------------------------------------------
547750276Speter# D	D	D	D	9600
547850276Speter# D	D	D	U	  50
547950276Speter# D	D	U	D	  75
548050276Speter# D	D	U	U	 110
548150276Speter# D	U	D	D	 135
548250276Speter# D	U	D	U	 150
548350276Speter# D	U	U	D	 300
548450276Speter# D	U	U	U	 600
548550276Speter# U	D	D	D	1200
548650276Speter# U	D	D	U	1800
548750276Speter# U	D	U	D	2400
548850276Speter# U	D	U	U	3600
548950276Speter# U	U	D	D	4800
549050276Speter# U	U	D	U	7200
549150276Speter# U	U	U	D	9600
549250276Speter# U	U	U	U	19200
549350276Speter# 
549450276Speter# 
549550276Speter# Settings for word length and stop-bits (S1)
549650276Speter#
549750276Speter#  Position	Description
549850276Speter# 5	6	
549950276Speter# ---------------------------
550050276Speter# U	-	7-bit word
550150276Speter# D	-	8-bit word
550250276Speter# -	U	2 stop bits
550350276Speter# -	D	1 stop bit
550450276Speter# 
550550276Speter# 
550650276Speter# S2 (external) settings
550750276Speter#
550850276Speter# Position	Up	Dn	Description
550950276Speter# --------------------------------------------
551050276Speter# 1		X		Local edit
551150276Speter# 			X	Duplex edit (transmit editing keys)
551250276Speter# --------------------------------------------
551350276Speter# 2		X		912/920 emulation
551450276Speter# 			X	925
551550276Speter# --------------------------------------------
551650276Speter# 3			X
551750276Speter# 4			X	No parity
551850276Speter# 5			X	
551950276Speter# --------------------------------------------
552050276Speter# 3			X
552150276Speter# 4			X	Odd parity
552250276Speter# 5		X	
552350276Speter# --------------------------------------------
552450276Speter# 3			X
552550276Speter# 4		X		Even parity
552650276Speter# 5		X	
552750276Speter# --------------------------------------------
552850276Speter# 3		X	
552950276Speter# 4			X	Mark parity
553050276Speter# 5		X		
553150276Speter# --------------------------------------------
553250276Speter# 3		X
553350276Speter# 4		X		Space parity
553450276Speter# 5		X
553550276Speter# --------------------------------------------
553650276Speter# 6		X		White on black display
553750276Speter# 			X	Black on white display
553850276Speter# --------------------------------------------
553950276Speter# 7			X	Half Duplex
554050276Speter# 8			X
554150276Speter# --------------------------------------------
554250276Speter# 7		X		Full Duplex
554350276Speter# 8			X	
554450276Speter# --------------------------------------------
554550276Speter# 7			X	Block mode
554650276Speter# 8		X	
554750276Speter# --------------------------------------------
554850276Speter# 9			X	50 Hz
554950276Speter# 		X		60 Hz
555050276Speter# --------------------------------------------
555150276Speter# 10		X		CR/LF (Auto LF)
555250276Speter# 			X	CR only
555350276Speter# 
555450276Speter# S3 (internal switch) settings:
555550276Speter# 
555650276Speter# Position	Up	Dn	Description
555750276Speter# --------------------------------------------
555850276Speter# 1		X		Keyclick off 
555950276Speter# 			X	Keyclick on
556050276Speter# --------------------------------------------
556150276Speter# 2			X	English
556250276Speter# 3			X	
556350276Speter# --------------------------------------------
556450276Speter# 2			X	German
556550276Speter# 3		X		
556650276Speter# --------------------------------------------
556750276Speter# 2		X		French
556850276Speter# 3			X	
556950276Speter# --------------------------------------------
557050276Speter# 2		X		Spanish
557150276Speter# 3		X	
557250276Speter# --------------------------------------------
557350276Speter# 4			X	Blinking block cursor
557450276Speter# 5			X	
557550276Speter# --------------------------------------------
557650276Speter# 4			X	Blinking underline cursor
557750276Speter# 5		X		
557850276Speter# --------------------------------------------
557950276Speter# 4		X		Steady block cursor
558050276Speter# 5			X	
558150276Speter# --------------------------------------------
558250276Speter# 4		X		Steady underline cursor
558350276Speter# 5		X	
558450276Speter# --------------------------------------------
558550276Speter# 6		X		Screen blanking timer (ON)
558650276Speter# 			X	Screen blanking timer (OFF)
558750276Speter# --------------------------------------------
558850276Speter# 7		X		Page attributes
558950276Speter# 			X	Line attributes
559050276Speter# --------------------------------------------
559150276Speter# 8		X		DCD disconnected
559250276Speter# 			X	DCD connected
559350276Speter# --------------------------------------------
559450276Speter# 9		X		DSR disconnected
559550276Speter# 			X	DSR connected
559650276Speter# --------------------------------------------
559750276Speter# 10		X		DTR Disconnected
559850276Speter# 			X	DTR connected
559950276Speter# --------------------------------------------
560050276Speter#
560150276Speter# (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
560250276Spetertvi925|televideo 925, 
560362449Speter	OTbs, am, bw, hs, ul, 
560450276Speter	cols#80, lines#24, xmc#1, 
560550276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, 
560650276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
560750276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eh, ed=\EY, el=\ET, 
560850276Speter	flash=\Eb$<200>\Ed, fsl=^M\Eg, home=^^, ht=^I, hts=\E1, 
560950276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, is2=\El\E", kbs=^H, kclr=^Z, 
561050276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
561150276Speter	ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
561250276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
561350276Speter	kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, ri=\Ej, tbc=\E3, 
561462449Speter	tsl=\Eh\Ef, use=adm+sgr, 
561550276Speter# TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
561650276Speter# to avoid "magic cookie" standout glitch:
561750276Spetertvi925-hi|TeleVideo Model 925 with half intensity standout mode, 
561850276Speter	xmc@, 
561950276Speter	kbs=^H, kcub1=^H, kcud1=^J, rmso=\E(, smso=\E), use=tvi925, 
562050276Speter
562150276Speter# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
562250276Speter# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
562350276Speter# for additional capabilities, 
562450276Speter# The following tvi descriptions from B:pjphar and virus!mike
562550276Speter# is for all 950s.  It sets the following attributes:
562650276Speter# full duplex (\EDF)		write protect off (\E()
562750276Speter# conversation mode (\EC)	graphics mode off (\E%)
562850276Speter# white on black (\Ed)		auto page flip off (\Ew)
562950276Speter# turn off status line (\Eg)	clear status line (\Ef\r)
563050276Speter# normal video (\E0)		monitor mode off (\EX or \Eu)
563150276Speter# edit mode (\Er)		load blank char to space (\Ee\040)
563250276Speter# line edit mode (\EO)		enable buffer control (^O)
563350276Speter# protect mode off (\E\047)	duplex edit keys (\El)
563450276Speter# program unshifted send key to send line all (\E016)
563550276Speter# program shifted send key to send line unprotected (\E004)
563650276Speter# set the following to nulls:
563750276Speter#	field delimiter (\Ex0\200\200)
563850276Speter#	line delimiter (\Ex1\200\200)
563950276Speter#	start-protected field delimiter (\Ex2\200\200)
564050276Speter#	end-protected field delimiter (\Ex3\200\200)
564150276Speter# set end of text delimiter to carriage return/null (\Ex4\r\200)
564250276Speter# 
564350276Speter#                     TVI 950 Switch Setting Reference Charts
564450276Speter# 
564550276Speter#                                     TABLE 1:
564650276Speter# 
564750276Speter#      S1     1     2     3     4     5     6     7     8     9    10
564850276Speter#          +-----------------------+-----+-----+-----------------------+
564950276Speter#          | Computer Baud Rate    |Data |Stop | Printer Baud Rate     |
565050276Speter#          |                       |Bits |Bits |                       |
565150276Speter#   +------+-----------------------+-----+-----+-----------------------+
565250276Speter#   |  Up  |        See            |  7  |  2  |        See            |
565350276Speter#   +------+-----------------------+-----+-----+-----------------------+
565450276Speter#   | Down |      TABLE 2          |  8  |  1  |      TABLE 2          |
565550276Speter#   +------+-----------------------+-----+-----+-----------------------+
565650276Speter# 
565750276Speter# 
565850276Speter#      S2     1     2     3     4     5     6     7     8     9    10
565950276Speter#          +-----+-----+-----------------+-----+-----------+-----+-----+
566050276Speter#          |Edit |Cursr|    Parity       |Video|Transmiss'n| Hz  |Click|
566150276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
566250276Speter#   |  Up  | Dplx|Blink|      See        |GonBk|   See     | 60  | Off |
566350276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
566450276Speter#   | Down |Local|St'dy|    TABLE 3      |BkonG|  CHART    | 50  | On  |
566550276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
566650276Speter#  
566750276Speter#                                    TABLE 2:
566850276Speter# 
566950276Speter#             +-----------+-----+-----+-----+-----+-----------+
567050276Speter#             | Display   |  1  |  2  |  3  |  4  |   Baud    |
567150276Speter#             +-----------+-----+-----+-----+-----+           |
567250276Speter#             | Printer   |  7  |  8  |  9  | 10  |   Rate    |
567350276Speter#             +-----------+-----+-----+-----+-----+-----------+
567450276Speter#                         |  D  |  D  |  D  |  D  |   9600    |
567550276Speter#                         |  U  |  D  |  D  |  D  |     50    |
567650276Speter#                         |  D  |  U  |  D  |  D  |     75    |
567750276Speter#                         |  U  |  U  |  D  |  D  |    110    |
567850276Speter#                         |  D  |  D  |  U  |  D  |    135    |
567950276Speter#                         |  U  |  D  |  U  |  D  |    150    |
568050276Speter#                         |  D  |  U  |  U  |  D  |    300    |
568150276Speter#                         |  U  |  U  |  U  |  D  |    600    |
568250276Speter#                         |  D  |  D  |  D  |  U  |   1200    |
568350276Speter#                         |  U  |  D  |  D  |  U  |   1800    |
568450276Speter#                         |  D  |  U  |  D  |  U  |   2400    |
568550276Speter#                         |  U  |  U  |  D  |  U  |   3600    |
568650276Speter#                         |  D  |  D  |  U  |  U  |   4800    |
568750276Speter#                         |  U  |  D  |  U  |  U  |   7200    |
568850276Speter#                         |  D  |  U  |  U  |  U  |   9600    |
568950276Speter#                         |  U  |  U  |  U  |  U  |  19200    |
569050276Speter#                         +-----+-----+-----+-----+-----------+
569150276Speter# 
569250276Speter#                                    TABLE 3:
569350276Speter#                         +-----+-----+-----+-----------+
569450276Speter#                         |  3  |  4  |  5  |   Parity  |
569550276Speter#                         +-----+-----+-----+-----------+
569650276Speter#                         |  X  |  X  |  D  |    None   |
569750276Speter#                         |  D  |  D  |  U  |     Odd   |
569850276Speter#                         |  D  |  U  |  U  |    Even   |
569950276Speter#                         |  U  |  D  |  U  |    Mark   |
570050276Speter#                         |  U  |  U  |  U  |   Space   |
570150276Speter#                         +-----+-----+-----+-----------+
570250276Speter#                                 X = don't care
570350276Speter# 
570450276Speter#                                     CHART:
570550276Speter#                         +-----+-----+-----------------+
570650276Speter#                         |  7  |  8  | Communication   |
570750276Speter#                         +-----+-----+-----------------+
570850276Speter#                         |  D  |  D  |  Half Duplex    |
570950276Speter#                         |  D  |  U  |  Full Duplex    |
571050276Speter#                         |  U  |  D  |     Block       |
571150276Speter#                         |  U  |  U  |     Local       |
571250276Speter#                         +-----+-----+-----------------+
571350276Speter# 
571450276Speter# (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:". 
571550276Speter# I also inserted <ich1> and <kich1>; the :ko: string indicated that <ich> 
571650276Speter# should be present and all tvi native modes use the same string for this.
571750276Speter# Finally, note that BSD has cud1=^V. -- esr) 
571850276Spetertvi950|televideo 950, 
571962449Speter	OTbs, am, hs, mir, msgr, xenl, xon, 
572050276Speter	cols#80, it#8, lines#24, xmc#1, 
572150276Speter	acsc=b\011c\014d\re\ni\013, bel=^G, cbt=\EI, clear=\E*, 
572250276Speter	cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
572350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
572450276Speter	dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed, 
572550276Speter	fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, 
572650276Speter	invis@, 
572750276Speter	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, 
572850276Speter	kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, 
572950276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, 
573050276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
573150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
573250276Speter	kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, ri=\Ej, rmacs=^X, 
573350276Speter	rmir=\Er, smacs=^U, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
573450276Speter	use=adm+sgr, 
573550276Speter#
573650276Speter# is for 950 with two pages adds the following:
573750276Speter#	set 48 line page (\E\\2)
573850276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
573950276Speter#	set local (no send) edit keys (\Ek)
574050276Speter#
574150276Speter# two page 950 adds the following:
574250276Speter#	when entering ex, set 24 line page (\E\\1)
574350276Speter#	when exiting ex, reset 48 line page (\E\\2)
574450276Speter#			 place cursor at 0,24,1 (\E-07 )
574550276Speter#	set duplex (send) edit keys (\El) when entering vi
574650276Speter#	set local (no send) edit keys (\Ek) when exiting vi
574750276Speter#
574850276Spetertvi950-2p|televideo950 w/2 pages, 
574950276Speter	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, 
575050276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
575162449Speter	smkx=\El, use=tvi950, 
575250276Speter#
575350276Speter# is for 950 with four pages adds the following:
575450276Speter#	set 96 line page (\E\\3)
575550276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
575650276Speter#
575750276Speter# four page 950 adds the following:
575850276Speter#	when entering ex, set 24 line page (\E\\1)
575950276Speter#	when exiting ex, reset 96 line page (\E\\3)
576050276Speter#			 place cursor at 0,24,1 (\E-07 )
576150276Speter#
576250276Spetertvi950-4p|televideo950 w/4 pages, 
576350276Speter	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, 
576450276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
576562449Speter	smkx=\El, use=tvi950, 
576650276Speter#
576750276Speter# <is2> for reverse video 950 changes the following:
576850276Speter#	set reverse video (\Ed)
576950276Speter#
577050276Speter# set vb accordingly (\Ed ...delay... \Eb)
577150276Speter#
577250276Spetertvi950-rv|televideo950 rev video, 
577350276Speter	flash=\Ed$<200/>\Eb, 
577462449Speter	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, 
577562449Speter	use=tvi950, 
577650276Speter
577750276Speter# tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
577850276Spetertvi950-rv-2p|televideo950 rev video w/2 pages, 
577950276Speter	flash=\Ed$<200/>\Eb, 
578050276Speter	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, 
578150276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
578262449Speter	smkx=\El, use=tvi950, 
578350276Speter
578450276Speter# tvi950-rv uses the appropriate entries from 950-4p and 950-rv
578550276Spetertvi950-rv-4p|televideo950 rev video w/4 pages, 
578650276Speter	flash=\Ed$<200/>\Eb, 
578750276Speter	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, 
578850276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
578962449Speter	smkx=\El, use=tvi950, 
579050276Speter# From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
579150276Speter# (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
579250276Speter# removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
579350276Speter# the :rs: string, inserted the <ich> implied by the termcap :ko: string.  Note
579450276Speter# the :ko: string had :cl: in it, which means that one of the original
579550276Speter# <clear=\E*>, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
579650276Speter# the 950 has.   Finally, corrected the <kel> string to match the 950 and what
579750276Speter# ko implies -- esr)
579850276Speter# If the BSD termcap file was right, <cup=\E=%p1%{32}%+%c%p2%{32}%+%c> would
579950276Speter# also work.
580050276Spetertvi955|televideo 955, 
580162449Speter	OTbs, mc5i, msgr@, 
580250276Speter	it#8, xmc@, 
580350276Speter	acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, 
580450276Speter	civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH, 
580550276Speter	cvvis=\E.1, dim=\E[=5h, ind@, invis=\EG1, 
580650276Speter	is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1, 
580766963Speter	knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, rmacs=\E%%, 
580850276Speter	rmam=\E[=7l, rmxon=^N, 
580950276Speter	rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r, 
581050276Speter	sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O, 
581150276Speter	use=tvi950, 
581250276Spetertvi955-w|955-w|televideo955 w/132 cols, 
581350276Speter	cols#132, 
581450276Speter	is2=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El, use=tvi955, 
581550276Speter# use half-intensity as normal mode, full intensity as <bold>
581650276Spetertvi955-hb|955-hb|televideo955 half-bright, 
581750276Speter	bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, 
581862449Speter	sgr0=\EG0\E[=5h, use=tvi955, 
581950276Speter# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
582050276Speter# (tvi970: removed ":sg#0:"; removed <rmso>=\E[m, <rmul>=\E[m;
582150276Speter# added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
582250276Speter# According to BRL we could have <rmkx>=\E>, <smkx>=\E= but I'm not sure what
582350276Speter# it does to the function keys.  I deduced <rmam>/<smam>.
582450276Speter# also added empty <acsc> to suppress tic warning,  -- esr)
582550276Spetertvi970|televideo 970, 
582662449Speter	OTbs, OTpt, am, da, db, mir, msgr, 
582750276Speter	cols#80, it#8, lines#24, 
582850276Speter	acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
582950276Speter	cub1=^H, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
583050276Speter	cuu1=\EM, cvvis=\E[1Q, dch1=\E[P, dl1=\E[M, dsl=\Eg\Ef\r, 
583150276Speter	ed=\E[J, el=\E[K, flash=\E[5m$<200/>\E[m, home=\E[H, 
583250276Speter	hpa=\E[%i%p1%dG, ht=^I, il1=\E[L, 
583350276Speter	is2=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J, 
583450276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
583550276Speter	kf1=\E?a, kf2=\E?b, kf3=\E?c, kf4=\E?d, kf5=\E?e, kf6=\E?f, 
583650276Speter	kf7=\E?g, kf8=\E?h, kf9=\E?i, khome=\E[H, ri=\EM, rmacs=\E(B, 
583750276Speter	rmam=\E[?7h, rmcup=, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
583850276Speter	sgr0=\E[m, smacs=\E(B, smam=\E[?7l, 
583950276Speter	smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m, 
584050276Speter	smul=\E[4m, vpa=\E[%i%p1%dd, 
584150276Spetertvi970-vb|televideo 970 with visual bell, 
584262449Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
584362449Speter	use=tvi970, 
584450276Spetertvi970-2p|televideo 970 with using 2 pages of memory, 
584550276Speter	rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q, 
584650276Speter	use=tvi970, 
584750276Speter# Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
584850276Speter# per line (rather than 40), Esc K chooses the normal character set.  Not sure
584950276Speter# padding is needed, but adapted from the tvi920c termcap.  The <smso> and 
585050276Speter# <smul> strings are klutzy, but at least use no screen space.
585150276Speter# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
585250276Speter# its absence means <smam>=\Ev isn't safe to use. -- esr)
585350276Speter# From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84. 
585450276Speter# The <ed>/<kf0>/<kf1>/<khome>/<mc4>, and <mc5> caps are from BRL, which says:
585550276Speter# F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
585650276Spetertvipt|televideo personal terminal, 
585762449Speter	OTbs, am, 
585850276Speter	cols#80, lines#24, 
585950276Speter	cbt=\EI, clear=^Z, cub1=^H, cuf1=^L, 
586050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER$<5*>, 
586150276Speter	ed=\EY, el=\ET, home=^^, if=/usr/share/tabset/stdcrt, 
586250276Speter	il1=\EE$<5*>, is2=\Ev\Eu\EK, kbs=^H, kcub1=^H, kcud1=^J, 
586350276Speter	kcuf1=^L, kcuu1=^K, kf0=^A, kf1=^B, khome=^^, mc4=^T, mc5=^R, 
586450276Speter	rmso=\EF, rmul=\EF, smso=\EG1@A\EH, smul=\EG1B@\EH, 
586550276Speter# From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
586650276Spetertvi9065|televideo 9065, 
586750276Speter	am, bw, chts, hs, mc5i, mir, msgr, xenl, xon, 
586850276Speter	cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 
586950276Speter	wnum#0, wsl#30, 
587050276Speter	acsc='r0_jhkglfmeniopqksqtmulvownxj, bel=^G, 
587150276Speter	blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z, 
587250276Speter	cnorm=\E.3, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, 
587350276Speter	cub1=^H, cud=\E[%p1%dB, cud1=^V, cuf=\E[%p1%dC, cuf1=^L, 
587450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu=\E[%p1%dA, 
587550276Speter	cuu1=^K, cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp, 
587650276Speter	dl=\E[%p1%dM, dl1=\ER, dsl=\E_30\r, ech=\E[%p1%d@, ed=\EY, 
587750276Speter	el=\ET, flash=\Eb$<15>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
587850276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/stdcrt, 
587950276Speter	il=\E[%p1%dL, il1=\EE, ind=^J, indn=\E[%p1%dS, invis=\EG1, 
588050276Speter	ip=$<3>, 
588150276Speter	is1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er, 
588250276Speter	is2=\EF2\EG0\E\\L, is3=\E<\E[=4l\E[=8h, kHOM=\E\s\s\s, 
588350276Speter	kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
588450276Speter	kdch1=\EW, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, 
588550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
588650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=\E[25;1H, 
588750276Speter	mc0=\E[0;0i, mc4=\Ea, mc5=\E`, nel=^M^J, 
588850276Speter	pfkey=\E|%p1%{48}%+%c3%p2%s\031, 
588950276Speter	pfloc=\E|%p1%{48}%+%c2%p2%s\031, 
589050276Speter	pfx=\E|%p1%{48}%+%c1%p2%s\031, 
589150276Speter	pln=\E_%p1%{63}%+%c%p2%s\r, prot=\E&, 
589250276Speter	rep=\E[%p2%db%p1%c, rev=\EG4, 
589350276Speter	rf=/usr/share/tabset/stdcrt, ri=\Ej, rin=\E[%p1%dT, 
589466963Speter	rmacs=\E%%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, 
589550276Speter	rmdc=\0, rmir=\Er, rmln=\E[4;1v, rmso=\EG0, rmul=\EG0, 
589650276Speter	rmxon=^N, rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l, 
589750276Speter	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, 
589850276Speter	rs3=\E[=19h\E.3\E9\E0O\0\0\0\0\0\E0o\0\0\0\0\0\E0J\177\0\0\0\0, 
589950276Speter	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%%%;, 
590050276Speter	sgr0=\EG0, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er, 
590150276Speter	smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O, 
590250276Speter	tbc=\E3, tsl=\E[4;1v\E_30, uc=\EG8\EG0, 
590350276Speter
590450276Speter#### Visual (vi)
590550276Speter#
590650276Speter# In September 1993, Visual Technology of Westboro, Massachusetts,
590750276Speter# merged with White Pine Software of Nashua, New Hampshire.
590850276Speter#
590950276Speter# White Pine Software may be contacted at +1 603/886-9050.
591050276Speter# Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
591150276Speter#
591250276Speter
591350276Speter# Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
591450276Speter# Recently I hacked together the following termcap for Visual
591550276Speter# Technology's Visual 50 terminal. It's a slight modification of
591650276Speter# the vt52 termcap. 
591750276Speter# It's intended to run when the Visual 50 is in vt52 emulation mode
591850276Speter# (I know what you're thinking; if it's emulating a vt52, then why
591950276Speter# another termcap? Well, it turns out that the Visual 50 can handle
592050276Speter# <dl1> and db(?) among other things, which the vt52 can't)
592150276Speter# The termcap works OK for the most part. The only problem is on
592250276Speter# character inserts. The whole line gets painfully redrawn for each
592350276Speter# character typed. Any suggestions?
592450276Speter# Beau's entry is combined with the vi50 entry from University of Wisconsin.
592550276Speter# Note especially the <il1> function.  <kf4>-<kf6> are really l4-l6 in
592650276Speter# disguise; <kf7>-<kf9> are really l1-l3.
592750276Spetervi50|visual 50, 
592862449Speter	OTbs, OTpt, am, da, db, msgr, 
592950276Speter	cols#80, it#8, lines#24, 
593062449Speter	OTnl=^J, bel=^G, cbt=\Ez$<4/>, clear=\EH\EJ, cr=^M, cub1=^H, 
593162449Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
593262449Speter	cuu1=\EA, dl1=\EM$<3*/>, ed=\EJ, el=\EK$<16/>, home=\EH, 
593362449Speter	ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
593462449Speter	kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\EV, 
593562449Speter	kf5=\EE, kf6=\E], kf7=\EL, kf8=\Ev, kf9=\EM, khome=\EH, 
593662449Speter	nel=^M^J, ri=\EI, rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, 
593750276Speter# this one was BSD & SCO's vi50
593850276Spetervi50adm|visual 50 in adm3a mode, 
593950276Speter	am, msgr, 
594050276Speter	cols#80, it#8, lines#24, 
594150276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
594250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\EM, 
594350276Speter	ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, 
594450276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, 
594550276Speter	rmso=\ET, smso=\EU, 
594662449Speter# From: Jeff Siegal <jbs@quiotix.com>
594750276Spetervi55|Visual 55, 
594862449Speter	OTbs, am, mir, msgr, 
594950276Speter	cols#80, it#8, lines#24, 
595050276Speter	clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H, 
595150276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
595250276Speter	cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, 
595350276Speter	il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, 
595450276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, rmir=\Eb, rmso=\ET, 
595550276Speter	smir=\Ea, smso=\EU, 
595650276Speter
595750276Speter# Visual 200 from BRL
595850276Speter# The following switch settings are assumed for normal operation:
595950276Speter#	FULL_DUPLEX		SCROLL			CR
596050276Speter#	AUTO_NEW_LINE_ON	VISUAL_200_EMULATION_MODE
596150276Speter# Other switches may be set for operator convenience or communication
596250276Speter# requirements.
596350276Speter# Character insertion is kludged in order to get around the "beep" misfeature.
596450276Speter# (This cap is commented out because <smir>/<rmir> is more efficient -- esr)
596550276Speter# Supposedly "4*" delays should be used for <il1>, <ed>, <clear>, <dch1>,
596650276Speter# and <dl1> strings, but we seem to get along fine without them.
596750276Spetervi200|visual 200, 
596862449Speter	OTbs, OTpt, am, mir, msgr, 
596962449Speter	OTkn#10, cols#80, it#8, lines#24, 
597050276Speter	acsc=, bel=^G, cbt=\Ez, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, 
597150276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
597250276Speter	cuu1=\EA, cvvis=\Ed, dch1=\EO, dim=\E4, dl1=\EM, ed=\Ey, 
597350276Speter	el=\Ex, home=\EH, ht=^I, hts=\E1, il1=\EL, ind=^J, invis=\Ea, 
597450276Speter	kbs=^H, kclr=\Ev, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
597550276Speter	kcuu1=\EA, kdch1=\EO, kdl1=\EM, ked=\EJ, kel=\Et, kf0=\E?p, 
597650276Speter	kf1=\E?q, kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, 
597750276Speter	kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, khts=\E1, kich1=\Ei, 
597850276Speter	kil1=\EL, krmir=\Ej, mc0=\EH\E], mc4=\EX, mc5=\EW, ri=\EI, 
597950276Speter	rmacs=\EG, rmkx=\E>, rmso=\E3, 
598050276Speter	rs1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX, sgr0=\E3\Eb, smacs=\EF, 
598150276Speter	smkx=\E=, smso=\E4, tbc=\Eg, 
598250276Speter# The older Visuals didn't come with function keys. This entry uses
598350276Speter# <smkx> and <rmkx> so that the keypad keys can be used as function keys.
598450276Speter# If your version of vi doesn't support function keys you may want
598550276Speter# to use vi200-f.
598650276Spetervi200-f|visual 200 no function keys, 
598750276Speter	is2=\E3\Eb\Ej\E\\\El\EG\Ed\Ek, kf0=\E?p, kf1=\E?q, 
598850276Speter	kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, kf7=\E?w, 
598950276Speter	kf8=\E?x, kf9=\E?y, rmkx=\E>, rmso@, smkx=\E=, smso@, 
599050276Speter	use=vi200, 
599150276Spetervi200-rv|visual 200 reverse video, 
599250276Speter	cnorm@, cvvis@, ri@, rmso=\E3, smso=\E4, use=vi200, 
599350276Speter
599450276Speter# the function keys are programmable but we don't reprogram them to their
599550276Speter# default values with <is2> because programming them is very verbose. maybe
599650276Speter# an initialization file should be made for the 300 and they could be stuck
599750276Speter# in it.
599850276Speter# (vi300: added <rmam>/<smam> based on init string -- esr)
599950276Spetervi300|visual 300 ansi x3.64, 
600050276Speter	am, bw, mir, xenl, 
600150276Speter	cols#80, lines#24, 
600250276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
600350276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
600450276Speter	dch1=\E[P$<40>, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
600550276Speter	il1=\E[L, ind=^J, 
600650276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s, 
600750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
600850276Speter	kf1=\E_A\E\\, kf2=\E_B\E\\, kf3=\E_C\E\\, kf4=\E_D\E\\, 
600950276Speter	kf5=\E_E\E\\, kf6=\E_F\E\\, kf7=\E_G\E\\, kf8=\E_H\E\\, 
601050276Speter	kf9=\E_I\E\\, khome=\E[H, ri=\EM, rmam=\E[?7l, rmir=\E[4l, 
601150276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
601250276Speter	smso=\E[1m, smul=\E[4m, 
601350276Speter# some of the vi300s have older firmware that has the command
601450276Speter# sequence for setting editing extent reversed.
601550276Spetervi300-old|visual 300 with old firmware (set edit extent reversed), 
601650276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, 
601750276Speter	use=vi300, 
601850276Speter
601950276Speter# Visual 500 prototype entry from University of Wisconsin.
602050276Speter# The best place to look for the escape sequences is page A1-1 of the
602150276Speter# Visual 500 manual.  The initialization sequence given here may be
602250276Speter# overkill, but it does leave out some of the initializations which can
602350276Speter# be done with the menus in set-up mode.
602450276Speter# The :xp: line below is so that emacs can understand the padding requirements
602550276Speter# of this slow terminal.  :xp: is 10 time the padding factor.
602650276Speter# (vi500: removed unknown :xp#4: termcap;
602750276Speter# also added empty <acsc> to suppress tic warning -- esr)
602850276Spetervi500|visual 500, 
602950276Speter	am, mir, msgr, 
603050276Speter	cols#80, it#8, lines#33, 
603150276Speter	acsc=, cbt=\Ez$<4/>, clear=\Ev$<6*/>, cr=^M, 
603250276Speter	csr=\E(%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=\EB, 
603350276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
603450276Speter	dch1=\EO$<3*/>, dl1=\EM$<3*/>, ed=\Ey$<3*/>, 
603550276Speter	el=\Ex$<16/>, home=\EH, ht=\011$<8/>, il1=\EL\Ex$<3*/>, 
603650276Speter	ind=^J, 
603750276Speter	is2=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\, 
603850276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
603950276Speter	khome=\EH, nel=^M^J, rmacs=^O, rmir=\Ej, rmso=\E^G, 
604050276Speter	rmul=\E^C, smacs=^N, smir=\Ei, smso=\E^H, smul=\E^D, 
604150276Speter
604250276Speter# The visual 550 is a visual 300 with tektronix graphics,
604350276Speter# and with 33 lines. clear screen is modified here to
604450276Speter# also clear the graphics.
604550276Spetervi550|visual 550 ansi x3.64, 
604650276Speter	lines#33, 
604750276Speter	clear=\030\E[H\E[2J, use=vi300, 
604850276Speter
604950276Spetervi603|visual603|visual 603, 
605050276Speter	hs, mir, 
605150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
605250276Speter	csr=\E[%i%p1%d;%p2%dr, cuf1=\E[C, 
605350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
605450276Speter	dsl=\EP2;1~\E\\, ed=\E[J, el=\E[K, fsl=\E\\, il1=\E[L, 
605550276Speter	ind=\ED, is1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r, 
605650276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
605750276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=\EP2~, 
605850276Speter	use=vt100, 
605950276Speter
606050276Speter#### Wyse (wy)
606150276Speter#
606250276Speter#	Wyse Technology
606350276Speter#	3471 North First Street
606450276Speter#	San Jose, CA 95134
606550276Speter#	Vox: (408)-473-1200
606650276Speter#	Fax: (408) 473-1222
606750276Speter#	Web: http://www.wyse.com
606850276Speter#
606950276Speter# Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
607050276Speter# (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
607150276Speter# obvious address, <http://www.wyse.com>.  They keep terminfo entries at
607250276Speter# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
607350276Speter#
607450276Speter# Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
607550276Speter# They now own the Qume and Amdek brands, too.  So these are the people to
607650276Speter# talk with about all Link, Qume, and Amdek terminals.
607750276Speter#
607850276Speter# These entries include a few small fixes.
607950276Speter# I canceled the bel capacities in the vb entries.
608050276Speter# I made two trivial syntax fixes in the wyse30 entry.
608150276Speter# I made some entries relative to adm+sgr.
608250276Speter#
608350276Speter#
608450276Speter# Note: The wyse75, wyse85, and wyse99 have been discontinued.
608550276Speter
608650276Speter#	   Although the Wyse 30 can support more than one attribute
608750276Speter#	it requires magic cookies to do so.  Many applications do not
608850276Speter#	function well with magic cookies.  The following terminfo uses
608950276Speter#	the protect mode to support one attribute (dim) without cookies.
609050276Speter#	If more than one attribute is needed then the wy30-mc terminfo
609150276Speter#	should be used.
609250276Speter#
609350276Speterwy30|wyse30|Wyse 30, 
609450276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
609550276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
609650276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
609750276Speter	civis=\E`0, clear=\E+$<80>, cnorm=\E`1, cr=^M, cub1=^H, 
609850276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
609950276Speter	cuu1=^K, dch1=\EW$<10>, dim=\E`7\E), dl1=\ER$<1>, 
610050276Speter	dsl=\EF\r, ed=\EY$<80>, el=\ET, flash=\E`8$<100/>\E`9, 
610150276Speter	fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<2>, 
610250276Speter	ind=\n$<2>, ip=$<2>, is2=\E'\E(\E\^3\E`9\016\024, 
610350276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
610450276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, 
610550276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
610650276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, 
610750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, 
610850276Speter	mc5=^X, nel=^M^J, pfx=\Ez%p1%{63}%+%c%p2%s\177, 
610950276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, 
611050276Speter	rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
611150276Speter	sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
611250276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
611350276Speter	smso=\E`7\E), tbc=\E0, tsl=\EF, 
611450276Speter#
611550276Speter#	This terminal description uses the non-hidden attribute mode
611650276Speter#	(with magic cookie).
611750276Speter#
611850276Speter# (wy30-mc: added <smcup> to suppress tic warning --esr)
611950276Speterwy30-mc|wyse30-mc|wyse 30 with magic cookies, 
612050276Speter	msgr@, 
612150276Speter	ma@, xmc#1, 
612250276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003, 
612350276Speter	rmcup=\EG0, rmso=\EG0, 
612450276Speter	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%;, 
612550276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
612662449Speter	smso=\EG4, use=wy30, use=adm+sgr, 
612750276Speter#	The mandatory pause used by <flash> does not work with
612850276Speter#	older versions of terminfo.  If you see this effect then
612950276Speter#	unset xon and delete the / from the delay.
613050276Speter#	i.e. change $<100/> to $<100>
613150276Speterwy30-vb|wyse30-vb|wyse 30 visible bell, 
613250276Speter	bel@, use=wy30, 
613350276Speter#
613450276Speter#	   The Wyse 50 can support one attribute (e.g. Dim, Inverse,
613550276Speter#	Normal) without magic cookies by using the protect mode.
613650276Speter#	The following description uses this feature, but when more
613750276Speter#	than one attribute is put on the screen at once, all attributes
613850276Speter#	will be changed to be the same as the last attribute given.
613950276Speter#	   The Wyse 50 can support more attributes when used with magic
614050276Speter#	cookies.  The wy50-mc terminal description uses magic cookies
614150276Speter#	to correctly handle multiple attributes on a screen.
614250276Speter#
614350276Speterwy50|wyse50|Wyse 50, 
614450276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
614550276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
614650276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
614750276Speter	civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, cub1=^H, 
614850276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
614950276Speter	cuu1=^K, dch1=\EW$<1>, dim=\E`7\E), dl1=\ER, dsl=\EF\r, 
615050276Speter	ed=\EY$<20>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
615150276Speter	home=^^, ht=^I, hts=\E1, il1=\EE, ind=\n$<2>, ip=$<1>, 
615250276Speter	is1=\E`\:\E`9$<30>, is2=\016\024\E'\E(, kHOM=\E{, kbs=^H, 
615350276Speter	kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
615450276Speter	kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
615550276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
615650276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
615750276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
615850276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
615950276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, 
616050276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
616150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), 
616250276Speter	ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
616350276Speter	sgr=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
616450276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
616550276Speter	smso=\E`6\E), tbc=\E0, tsl=\EF, 
616650276Speter#
616750276Speter#	This terminal description uses the non-hidden attribute mode
616850276Speter#	(with magic cookie).
616950276Speter#
617050276Speter#	The mandatory pause used by flash does not work with some
617150276Speter#	older versions of terminfo.  If you see this effect then
617250276Speter#	unset <xon> and delete the / from the delay.
617350276Speter#	i.e. change $<100/> to $<100>
617450276Speter# (wy50-mc: added <smcup> to suppress tic warning --esr)
617550276Speterwy50-mc|wyse50-mc|wyse 50 with magic cookies, 
617650276Speter	msgr@, 
617750276Speter	ma@, xmc#1, 
617850276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4, 
617950276Speter	rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, 
618050276Speter	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%;, 
618150276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
618262449Speter	smso=\EGt, use=wy50, use=adm+sgr, 
618350276Speterwy50-vb|wyse50-vb|wyse 50 visible bell, 
618450276Speter	bel@, use=wy50, 
618550276Speterwy50-w|wyse50-w|wyse 50 132-column, 
618650276Speter	cols#132, lw#7, nlab#16, wsl#97, 
618762449Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
618862449Speter	use=wy50, 
618950276Speterwy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, 
619062449Speter	bel@, use=wy50-w, 
619150276Speter
619250276Speter#
619350276Speter#	The Wyse 350 is a Wyse 50 with color.
619450276Speter#	Unfortunately this means that it has magic cookies.
619550276Speter#	The color attributes are designed to overlap the reverse, dim and
619650276Speter#	underline attributes.  This is nice for monochrome applications
619750276Speter#	because you can make underline stuff green (or any other color)
619850276Speter#	but for true color applications it's not so hot because you cannot
619950276Speter#	mix color with reverse, dim or underline.
620050276Speter#	    To further complicate things one of the attributes must be
620150276Speter#	black (either the foreground or the background).  In reverse video
620250276Speter#	the background changes color with black letters.  In normal video
620350276Speter#	the foreground changes colors on a black background.  
620450276Speter#	    This terminfo uses some of the more advanced features of curses
620550276Speter#	to display both color and blink.  In the final analysis I am not
620650276Speter#	sure that the wy350 runs better with this terminfo than it does
620750276Speter#	with the wy50 terminfo (with user adjusted colors).
620850276Speter#
620950276Speter#	The mandatory pause used by flash does not work with
621050276Speter#	older versions of terminfo.  If you see this effect then
621150276Speter#	unset xon and delete the / from the delay.
621250276Speter#	i.e. change $<100/> to $<100>
621350276Speter#
621450276Speter# Bug: The <op> capability resets attributes.
621550276Speterwy350|wyse350|Wyse 350, 
621650276Speter	am, bw, hs, mc5i, mir, xon, 
621750276Speter	colors#8, cols#80, lh#1, lines#24, lw#8, ncv#55, nlab#8, pairs#8, 
621850276Speter	wsl#45, xmc#1, 
621950276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
622050276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
622150276Speter	cub1=^H, cud1=^J, cuf1=^L, 
622250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<1>, 
622350276Speter	dim=\EGp, dl1=\ER, dsl=\EF\r, ed=\EY$<20>, el=\ET, 
622450276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
622550276Speter	il1=\EE, ind=\n$<2>, ip=$<1>, is1=\E`\:\E`9$<30>, 
622650276Speter	is2=\016\024\E'\E(, is3=\E%?, kHOM=\E{, kbs=^H, kcbt=\EI, 
622750276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
622850276Speter	ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
622950276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
623050276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
623150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
623250276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
623350276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, 
623450276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
623550276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\EG0\E), ri=\Ej, 
623650276Speter	rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, setb=, 
623750276Speter	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, 
623850276Speter	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%;, 
623950276Speter	sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, 
624062449Speter	smir=\Eq, smln=\EA10, tbc=\E0, tsl=\EF, use=adm+sgr, 
624150276Speterwy350-vb|wyse350-vb|wyse 350 visible bell, 
624250276Speter	bel@, use=wy350, 
624350276Speterwy350-w|wyse350-w|wyse 350 132-column, 
624450276Speter	cols#132, lw#7, nlab#16, wsl#97, 
624562449Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, 
624662449Speter	use=wy350, 
624750276Speterwy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, 
624862449Speter	bel@, use=wy350-w, 
624950276Speter#
625050276Speter#	This terminfo description is untested.
625150276Speter#	The wyse100 emulates an adm31, so the adm31 entry should work.
625250276Speter#
625350276Speterwy100|wyse 100, 
625450276Speter	hs, mir, 
625550276Speter	cols#80, lines#24, xmc#1, 
625650276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
625750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
625850276Speter	dl1=\ER, dsl=\EA31, ed=\EY, el=\ET, fsl=^M, il1=\EE, ind=^J, 
625950276Speter	invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
626050276Speter	kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
626150276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, 
626262449Speter	rmir=\Er, smir=\Eq, tsl=\EF, use=adm+sgr, 
626350276Speter#
626450276Speter#	The Wyse 120/150 has most of the features of the Wyse 60.
626550276Speter#	This terminal does not need padding up to 9600 baud!
626650276Speter#	<msgr> should be set but the clear screen fails when in
626750276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
626850276Speter#	then set <msgr>.
626950276Speter#
627050276Speterwy120|wyse120|wy150|wyse150|Wyse 120/150, 
627150276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
627250276Speter	cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
627350276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
627450276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
627550276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
627650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
627750276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
627850276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=\011$<1>, 
627950276Speter	hts=\E1, il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
628050276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
628150276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
628250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
628350276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
628450276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
628550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
628650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
628750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
628850276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
628950276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
629050276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
629150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
629250276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, 
629350276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
629450276Speter	rs3=\EwG\Ee($<100>, 
629550276Speter	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, 
629650276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
629750276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
629862449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
629950276Speter#
630050276Speterwy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, 
630150276Speter	cols#132, lw#7, nlab#16, wsl#97, 
630250276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
630350276Speter	rs2=\E`;$<70>, use=wy120, 
630450276Speter#
630550276Speterwy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines, 
630650276Speter	lh@, lines#25, lw@, nlab@, 
630750276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120, 
630850276Speter#
630950276Speterwy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines, 
631050276Speter	lh@, lines#25, lw@, nlab@, 
631150276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, 
631250276Speter#
631350276Speterwy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, 
631462449Speter	bel@, use=wy120, 
631550276Speter#
631650276Speterwy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, 
631762449Speter	bel@, use=wy120-w, 
631850276Speter#
631950276Speter#	The Wyse 60 is like the Wyse 50 but with more padding.
632050276Speter#	The reset strings are slow and the pad times very depending
632150276Speter#	on other parameters such as font loading.  I have tried
632250276Speter#	to follow the following outline:
632350276Speter#
632450276Speter#		<rs1> -> set personality
632550276Speter#		<rs2> -> set number of columns
632650276Speter#		<rs3> -> set number of lines
632750276Speter#		<is1> -> select the proper font
632850276Speter#		<is2> -> do the initialization
632950276Speter#		<is3> -> set up display memory (2 pages)
633050276Speter#
633150276Speter#	The Wyse 60's that have vt100 emulation are slower than the
633250276Speter#	older Wyse 60's.  This change happened mid-1987.
633350276Speter#	The capabilities effected are <dch1> <dl1> <il1> <ind> <ri>
633450276Speter#
633550276Speter#	The meta key is only half right.  This terminal will return the
633650276Speter#	high order bit set when you hit CTRL-function_key
633750276Speter#
633850276Speter#	It may be useful to assign two function keys with the
633950276Speter#	values  \E=(\s  look at old data in page 1
634050276Speter#	        \E=W,   look at bottom of page 1
634150276Speter#	where \s is a space ( ).
634250276Speter#
634350276Speter#	Note:
634450276Speter#	   The Wyse 60 runs faster when the XON/XOFF
634550276Speter#	   handshake is turned off.
634650276Speter#
634750276Speter# (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
634850276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
634950276Speterwy60|wyse60|Wyse 60, 
635050276Speter	am, bw, hs, km, mc5i, mir, msgr, 
635150276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, 
635250276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
635350276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, 
635450276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
635550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
635650276Speter	dch1=\EW$<11>, dclk=\E`b, dim=\EGp, dl1=\ER$<5>, dsl=\EF\r, 
635750276Speter	ed=\EY$<100>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
635850276Speter	home=\E{, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>, 
635950276Speter	ip=$<3>, is1=\EcB0\EcC1, 
636050276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
636150276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
636250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
636350276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
636450276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
636550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
636650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
636750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
636850276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
636950276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
637050276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
637150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
637250276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, 
637350276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>, 
637450276Speter	rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, 
637550276Speter	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, 
637650276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
637750276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
637862449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
637950276Speter#
638050276Speterwy60-w|wyse60-w|wyse 60 132-column, 
638150276Speter	cols#132, lw#7, nlab#16, wsl#97, 
638250276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<16>, ip=$<5>, 
638350276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy60, 
638450276Speter#
638550276Speterwy60-25|wyse60-25|wyse 60 80-column 25-lines, 
638650276Speter	lh@, lines#25, lw@, nlab@, 
638750276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60, 
638850276Speterwy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines, 
638950276Speter	lh@, lines#25, lw@, nlab@, 
639050276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60-w, 
639150276Speter#
639250276Speterwy60-42|wyse60-42|wyse 60 80-column 42-lines, 
639350276Speter	lines#42, 
639450276Speter	clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, 
639550276Speter	dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, 
639650276Speter	ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, 
639762449Speter	ri=\Ej$<10>, rs3=\Ee*$<150>, use=wy60, 
639850276Speterwy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, 
639950276Speter	cols#132, lw#7, nlab#16, wsl#97, 
640050276Speter	clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
640150276Speter	dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, 
640262449Speter	nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, use=wy60-42, 
640350276Speter#
640450276Speterwy60-43|wyse60-43|wyse 60 80-column 43-lines, 
640550276Speter	lh@, lines#43, lw@, nlab@, 
640650276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42, 
640750276Speterwy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines, 
640850276Speter	lh@, lines#43, lw@, nlab@, 
640950276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42-w, 
641050276Speter#
641150276Speterwy60-vb|wyse60-vb|Wyse 60 visible bell, 
641250276Speter	bel@, use=wy60, 
641350276Speterwy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, 
641462449Speter	bel@, use=wy60-w, 
641550276Speter
641650276Speter#	The Wyse-99GT looks at lot like the Wyse 60 except that it
641750276Speter#	does not have the 42/43 line mode.  In the Wyse-60 the "lines"
641850276Speter#	setup parameter controls the number of lines on the screen.
641950276Speter#	For the Wyse 99GT the "lines" setup parameter controls the
642050276Speter#	number of lines in a page.  The screen can display 25 lines max.
642150276Speter#	    The Wyse-99GT also has personalities for the VT220 and
642250276Speter#	Tektronix 4014.  But this has no bearing on the native mode.
642350276Speter#
642450276Speter#	(msgr) should be set but the clear screen fails when in
642550276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
642650276Speter#	then set msgr, else use msgr@.
642750276Speter#
642850276Speter#	u0 -> enter Tektronix mode
642950276Speter#	u1 -> exit Tektronix mode
643050276Speter#
643150276Speterwy99gt|wyse99gt|Wyse 99gt, 
643250276Speter	msgr@, 
643350276Speter	clear=\E+$<130>, dch1=\EW$<7>, dl1=\ER$<4>, ed=\Ey$<130>, 
643450276Speter	el=\Et$<5>, flash=\E`8$<100/>\E`9, ht=\011$<1>, 
643550276Speter	il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, 
643650276Speter	ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\:$<150>, smcup=\Ew1, 
643762449Speter	u0=\E~>\E8, u1=\E[42h, use=wy60, 
643850276Speter#
643950276Speterwy99gt-w|wyse99gt-w|wyse 99gt 132-column, 
644050276Speter	cols#132, lw#7, nlab#16, wsl#97, 
644150276Speter	clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
644262449Speter	dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, 
644362449Speter	use=wy99gt, 
644450276Speter#
644550276Speterwy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, 
644650276Speter	lh@, lines#25, lw@, nlab@, 
644750276Speter	pln@, rs2=\E`\:$<150>, rs3=\EwG\Ee)$<200>, use=wy99gt, 
644850276Speter#
644950276Speterwy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines, 
645050276Speter	lh@, lines#25, lw@, nlab@, 
645150276Speter	pln@, rs2=\E`;$<150>, use=wy99gt-w, 
645250276Speter#
645350276Speterwy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell, 
645450276Speter	bel@, use=wy99gt, 
645550276Speter#
645650276Speterwy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, 
645762449Speter	bel@, use=wy99gt-w, 
645850276Speter
645950276Speter# Can't set tabs! Other bugs (ANSI mode only):
646050276Speter# - can't redefine function keys (anyway, key redefinition in ANSI mode
646150276Speter#   is too much complex to be described);
646250276Speter# - meta key can't be described (the terminal forgets it when reset);
646350276Speter# The xon-xoff handshaking can't be disabled while in ansi personality, so
646450276Speter# emacs can't work at speed greater than 9600 baud.  No padding is needed at
646550276Speter# this speed.
646650276Speter#   dch1 has been commented out because it causes annoying glittering when
646750276Speter# vi deletes one character at the beginning of a line with tabs in it.
646850276Speter#   dch makes sysgen(1M) have a horrible behaviour when deleting
646950276Speter# a screen and makes screen(1) behave badly, so it is disabled too. The nice
647050276Speter# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
647150276Speter# not, so smir and rmir are commented out as well.
647250276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
647350276Speterwy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard), 
647450276Speter	am, km, mc5i, mir, msgr, xenl, 
647550276Speter	cols#80, it#8, lines#25, vt#3, 
647650276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~, 
647750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
647850276Speter	clear=\E[H\E[J$<200>, cnorm=\E[34h\E[?25h, cr=^M, 
647950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<1>, 
648050276Speter	cub1=\010$<1>, cud=\E[%p1%dB, cud1=\ED, 
648150276Speter	cuf=\E[%p1%dC$<1>, cuf1=\E[C$<1>, 
648250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
648350276Speter	cvvis=\E[34l\E[?25h, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
648450276Speter	ech=\E[%p1%dX, ed=\E[J$<8*>, el=\E[K$<1>, el1=\E[1K$<1>, 
648550276Speter	enacs=\E)0, flash=\E[?5h$<30/>\E[?5l, home=\E[H, 
648650276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, 
648750276Speter	il1=\E[L, ind=\n$<1>, invis=\E[8m, 
648850276Speter	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, 
648950276Speter	kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
649050276Speter	kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
649150276Speter	kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ, 
649250276Speter	kf20=\E[33~, kf21=\E[34~, kf22=\E[35~, kf23=\E[1~, 
649350276Speter	kf24=\E[2~, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~, 
649450276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, ll=\E[24E, mc0=\E[?19h, 
649550276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, prot=\E[1"q, rc=\E8, 
649650276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
649750276Speter	rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m, 
649850276Speter	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, 
649950276Speter	sc=\E7, 
650050276Speter	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%;, 
650150276Speter	sgr0=\E[m\017\E["q, smacs=^N, smam=\E[?7h, smir=\E[4h, 
650250276Speter	smkx=\E[?1h, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, 
650350276Speter
650450276Speter#   This is the american terminal. Here tabs work fine.
650550276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
650650276Speterwy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard), 
650762449Speter	hts=\EH, is3=\E[?5l, rs3=\E[?5l, tbc=\E[3g, use=wy99-ansi, 
650850276Speter
650950276Speter# This terminal (firmware version 02) has a lot of bugs:
651050276Speter# - can't set tabs;
651150276Speter# - other bugs in ANSI modes (see above).
651250276Speter# This description disables handshaking when using cup. This is because
651350276Speter# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
651450276Speter# cannot be used at speeds greater than 9600 baud, because at greater
651550276Speter# speeds handshaking is needed even for character sending. If you use
651650276Speter# DTR handshaking, you can use even greater speeds.
651750276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
651850276Speterwy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard), 
651950276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
652050276Speter	cols#80, it#8, lines#25, wsl#46, 
652150276Speter	acsc='x+y.wI~_vj(k'l&m%n)o9q*s8t-u.v\,w+x=, bel=^G, 
652250276Speter	blink=\EG2, cbt=\EI, civis=\E`0, clear=\E'\E(\032, 
652350276Speter	cnorm=\E`4\E`1, cr=^M, cub1=^H, cud1=\Ej, cuf1=^L, 
652450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
652550276Speter	cvvis=\E`2\E`1, dch1=\EW, dim=\EGp, dl1=\ER, dsl=\EF\r, 
652650276Speter	ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>, 
652750276Speter	flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE, 
652850276Speter	ind=^J, invis=\EG3, 
652950276Speter	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, 
653050276Speter	ka1=^^, ka3=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, 
653150276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, 
653250276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r, 
653350276Speter	kf16=^Ac\r, kf17=^Ad\r, kf18=^Ae\r, kf19=^Af\r, kf2=^AA\r, 
653450276Speter	kf20=^Ag\r, kf21=^Ah\r, kf22=^Ai\r, kf23=^Aj\r, kf24=^Ak\r, 
653550276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
653650276Speter	kf8=^AG\r, kf9=^AH\r, kprt=\EP, mc0=\EP, mc4=^T, mc5=\Ed#, 
653750276Speter	nel=^_, prot=\E), rev=\EG4, ri=\Ej, rmacs=\EcD, rmam=\Ed., 
653850276Speter	rmcup=\Ec21\Ec31, rmir=\Er, rmso=\EG0, rmxon=\Ec20\Ec30, 
653950276Speter	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, 
654050276Speter	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%;, 
654150276Speter	sgr0=\E(\EG0, smacs=\EcE, smam=\Ed/, smcup=\Ec20\Ec30, 
654250276Speter	smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF, 
654350276Speter
654450276Speter# This is the american terminal. Here tabs work.
654550276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
654650276Speterwy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard), 
654762449Speter	hts=\E1, tbc=\E0, use=wy99f, 
654850276Speter
654950276Speter#
655050276Speter#	The Wyse 160 is combination of the WY-60 and the WY-99gt.
655150276Speter#	The reset strings are slow and the pad times very depending
655250276Speter#	on other parameters such as font loading.  I have tried
655350276Speter#	to follow the following outline:
655450276Speter#
655550276Speter#		<rs1> -> set personality
655650276Speter#		<rs2> -> set number of columns
655750276Speter#		<rs3> -> set number of lines
655850276Speter#		<is1> -> select the proper font
655950276Speter#		<is2> -> do the initialization
656050276Speter#		<is3> -> set up display memory (2 pages)
656150276Speter#
656250276Speter#	The display memory may be used for either text or graphics.
656350276Speter#	When "Display Memory = Shared" the terminal will have more pages
656450276Speter#	but garbage may be left on the screen when you switch from
656550276Speter#	graphics to text.  If "Display Memory = Unshared" then the
656650276Speter#	text area will be only one page long.
656750276Speter#
656850276Speter# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
656950276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
657050276Speterwy160|wyse160|Wyse 160, 
657150276Speter	am, bw, hs, km, mc5i, mir, msgr, 
657250276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, 
657350276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
657450276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, 
657550276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
657650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, 
657750276Speter	dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>, 
657850276Speter	el=\ET$<5>, flash=\E`8$<100/>\E`9, fsl=^M, home=\E{, ht=^I, 
657950276Speter	hts=\E1, il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1, 
658050276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
658150276Speter	is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
658250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
658350276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
658450276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
658550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
658650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
658750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
658850276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, 
658950276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
659050276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
659150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<1>, 
659250276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, 
659350276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>, 
659450276Speter	rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>, 
659550276Speter	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, 
659650276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
659750276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
659862449Speter	tbc=\E0, tsl=\EF, use=adm+sgr, 
659950276Speter#
660050276Speterwy160-w|wyse160-w|wyse 160 132-column, 
660150276Speter	cols#132, lw#7, nlab#16, wsl#90, 
660250276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<9>, 
660350276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy160, 
660450276Speter#
660550276Speterwy160-25|wyse160-25|wyse 160 80-column 25-lines, 
660650276Speter	lh@, lines#25, lw@, nlab@, 
660750276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160, 
660850276Speterwy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines, 
660950276Speter	lh@, lines#25, lw@, nlab@, 
661050276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160-w, 
661150276Speter#
661250276Speterwy160-42|wyse160-42|wyse 160 80-column 42-lines, 
661350276Speter	lines#42, 
661450276Speter	clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, 
661550276Speter	ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, 
661662449Speter	rs3=\Ee*$<150>, use=wy160, 
661750276Speterwy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, 
661850276Speter	cols#132, lw#7, nlab#16, wsl#90, 
661950276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, 
662062449Speter	rs2=\EeF$<150>\E`;$<150>, use=wy160-42, 
662150276Speter#
662250276Speterwy160-43|wyse160-43|wyse 160 80-column 43-lines, 
662350276Speter	lh@, lines#43, lw@, nlab@, 
662450276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42, 
662550276Speterwy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines, 
662650276Speter	lh@, lines#43, lw@, nlab@, 
662750276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42-w, 
662850276Speter#
662950276Speterwy160-vb|wyse160-vb|Wyse 160 visible bell, 
663050276Speter	bel@, use=wy160, 
663150276Speterwy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, 
663262449Speter	bel@, use=wy160-w, 
663350276Speter#
663450276Speter#	The Wyse 75 is a vt100 lookalike without advanced video.
663550276Speter#
663650276Speter#	   The Wyse 75 can support one attribute (e.g. Dim, Inverse,
663750276Speter#	Underline) without magic cookies.  The following description
663850276Speter#	uses this capability, but when more than one attribute is
663950276Speter#	put on the screen at once, all attributes will be changed
664050276Speter#	to be the same as the last attribute given.
664150276Speter#	   The Wyse 75 can support more attributes when used with magic
664250276Speter#	cookies.  The wy75-mc terminal description uses magic cookies
664350276Speter#	to correctly handle multiple attributes on a screen.
664450276Speter#
664550276Speterwy75|wyse75|wyse 75, 
664650276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
664750276Speter	cols#80, lines#24, ma#1, pb#1201, wsl#78, 
664850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
664950276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<30>, 
665050276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr$<2>, 
665150276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
665250276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
665350276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, 
665450276Speter	dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, 
665550276Speter	dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001, 
665650276Speter	ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, 
665750276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<250>, fsl=^A, 
665850276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
665950276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
666050276Speter	ind=\n$<2>, ip=$<1>, 
666150276Speter	is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, 
666250276Speter	is2=\E>\E(B\E)0\017, is3=\E[m, ka1=\EOw, ka3=\EOy, 
666350276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
666450276Speter	kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, kent=\EOM, 
666550276Speter	kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
666650276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
666750276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, 
666850276Speter	kf20=\E[34~, kf21=\E[35~, kf3=\E[2i, kf4=\E[@, kf5=\E[M, 
666950276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
667050276Speter	khlp=\E[28~, khome=\E[H, kich1=\E[@, kil1=\E[L, knp=\E[6~, 
667150276Speter	kpp=\E[5~, kprt=\E[?5i, kslt=\E[4~, mc0=\E[0i, mc4=\E[4i, 
667250276Speter	mc5=\E[5i, rc=\E8, rev=\E[1t\E[7m, ri=\EM$<2>, rmacs=^O, 
667350276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, 
667450276Speter	rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l, 
667550276Speter	sc=\E7, 
667650276Speter	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%;, 
667750276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
667850276Speter	smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, 
667950276Speter	tbc=\E[3g, tsl=\E[>\,\001, 
668050276Speter#
668150276Speter#	This terminal description uses the non-hidden attribute mode
668250276Speter#	(with magic cookie).
668350276Speter#
668450276Speterwy75-mc|wyse75-mc|wyse 75 with magic cookies, 
668550276Speter	msgr@, 
668650276Speter	ma@, xmc#1, 
668750276Speter	blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p, 
668850276Speter	rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p, 
668950276Speter	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%;, 
669050276Speter	sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p, 
669150276Speter	use=wy75, 
669250276Speterwy75-vb|wyse75-vb|wyse 75 with visible bell, 
669350276Speter	pb@, 
669450276Speter	bel@, use=wy75, 
669550276Speterwy75-w|wyse75-w|wyse 75 in 132 column mode, 
669650276Speter	cols#132, wsl#130, 
669750276Speter	rs2=\E[35h\E[?3h$<80>, use=wy75, 
669850276Speterwy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns, 
669950276Speter	pb@, 
670050276Speter	bel@, use=wy75-w, 
670150276Speter#
670250276Speter#	Wyse 85 emulating a vt220 7 bit mode.
670350276Speter#		24 line screen with status line.
670450276Speter#
670550276Speter#	The vt220 mode permits more function keys but it wipes out
670650276Speter#	the escape key.  I strongly recommend that <f11> be set to
670750276Speter#	escape (esc).
670850276Speter#	The terminal may have to be set for 8 data bits and 2 stop
670950276Speter#	bits for the arrow keys to work.
671050276Speter#	The Wyse 85 runs faster with XON/XOFF enabled.  Also the
671150276Speter#	<dch> and <ich> work best when XON/XOFF is set.  <ich> and
671250276Speter#	<dch> leave trash on the screen when used without XON/XOFF.
671350276Speter#
671450276Speterwy85|wyse85|wyse 85, 
671550276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
671650276Speter	cols#80, it#8, lines#24, wsl#80, 
671750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
671850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
671950276Speter	clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
672050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
672150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
672250276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
672350276Speter	dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
672450276Speter	dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
672550276Speter	ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
672650276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
672750276Speter	fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
672850276Speter	ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
672950276Speter	ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
673050276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
673150276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
673250276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
673350276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, 
673450276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
673550276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
673650276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, 
673750276Speter	kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
673850276Speter	kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, 
673950276Speter	knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, 
674050276Speter	lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
674150276Speter	ri=\EM$<3>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
674250276Speter	rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, 
674350276Speter	rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l, sc=\E7, 
674450276Speter	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%;, 
674550276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
674650276Speter	smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
674750276Speter	tsl=\E[40h\E7\E[25;%i%p1%dH, 
674850276Speter#
674950276Speter#	Wyse 85 with visual bell.
675050276Speterwy85-vb|wyse85-vb|wyse 85 with visible bell, 
675150276Speter	bel@, flash=\E[30h\E\,\E[30l$<300>, use=wy85, 
675250276Speter#
675350276Speter#	Wyse 85 in 132-column mode.
675450276Speterwy85-w|wyse85-w|wyse 85 in 132-column mode, 
675550276Speter	cols#132, wsl#132, 
675650276Speter	rs2=\E[35h\E[?3h$<70>, use=wy85, 
675750276Speter#
675850276Speter#	Wyse 85 in 132-column mode with visual bell.
675950276Speterwy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, 
676062449Speter	bel@, use=wy85-w, 
676162449Speter
676262449Speter# From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
676362449Speter# This copes with an apparent firmware bug in the wy85.  He writes:
676462449Speter# "What I did was change leave the terminal cursor keys set to Normal
676562449Speter# (instead of application), and change \E[ to \233 for all the keys in
676662449Speter# terminfo. At one point, I found some reference indicating that this
676762449Speter# terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
676862449Speter# me), but I can't find that and the server under my bookmark to "Wyse 
676962449Speter# Technical" isn't responding.  So there's the question of wether the wy85
677062449Speter# terminfo should reflect the manufactuer's intended behaviour of the terminal
677162449Speter# or the actual."
677262449Speterwy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode, 
677362449Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
677462449Speter	cols#80, it#8, lines#24, wsl#80, 
677562449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
677662449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
677762449Speter	clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
677862449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
677962449Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
678062449Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
678162449Speter	dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
678262449Speter	dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
678362449Speter	ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
678462449Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
678562449Speter	fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
678662449Speter	ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
678762449Speter	ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
678862449Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
678962449Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
679062449Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\233D, kcud1=\233B, 
679162449Speter	kcuf1=\233C, kcuu1=\233A, kdch1=\2333~, kent=\EOM, 
679262449Speter	kf1=\EOP, kf10=\23321~, kf11=\23323~, kf12=\23324~, 
679362449Speter	kf13=\23325~, kf14=\23326~, kf15=\23328~, kf16=\23329~, 
679462449Speter	kf17=\23331~, kf18=\23332~, kf19=\23333~, kf2=\EOQ, 
679562449Speter	kf20=\23334~, kf3=\EOR, kf4=\EOS, kf6=\23317~, kf7=\23318~, 
679662449Speter	kf8=\23319~, kf9=\23320~, kfnd=\2331~, khlp=\23328~, 
679762449Speter	khome=\23326~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
679862449Speter	kslt=\2334~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
679962449Speter	mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<3>, 
680062449Speter	rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, 
680162449Speter	rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>, 
680262449Speter	rs3=\E[?5l, sc=\E7, 
680362449Speter	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%;, 
680462449Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
680562449Speter	smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
680662449Speter	tsl=\E[40h\E7\E[25;%i%p1%dH, 
680750276Speter#
680850276Speter#	Wyse 185 emulating a vt320 7 bit mode.
680950276Speter#
681050276Speter#	This terminal always displays 25 lines.  These lines may be used
681150276Speter#	as 24 data lines and a terminal status line (top or bottom) or
681250276Speter#	25 data lines.  The 48 and 50 line modes change the page size
681350276Speter#	and not the number of lines on the screen.
681450276Speter#
681550276Speter#	The Compose Character key can be used as a meta key if changed
681650276Speter#	by set-up.
681750276Speter#
681850276Speterwy185|wyse185|wyse 185, 
681950276Speter	am, hs, km, mc5i, mir, msgr, xenl, xon, 
682050276Speter	cols#80, it#8, lines#24, wsl#80, 
682150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
682250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
682350276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
682450276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
682550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
682650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
682750276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<3>, 
682850276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
682950276Speter	dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, 
683050276Speter	el=\E[K, el1=\E[1K, enacs=\E)0, 
683150276Speter	flash=\E[30h\E\,\E[30l$<100>, fsl=\E[1;24r\E8, 
683250276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, 
683350276Speter	ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, 
683450276Speter	ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
683550276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, 
683650276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
683750276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
683850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, 
683950276Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
684050276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
684150276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
684250276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
684350276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
684450276Speter	khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
684550276Speter	kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
684650276Speter	mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<2>, 
684750276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, 
684850276Speter	rmso=\E[27m, rmul=\E[24m, 
684950276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
685050276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
685150276Speter	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%;, 
685250276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
685350276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
685450276Speter	tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, 
685550276Speter#
685650276Speter#	Wyse 185 with 24 data lines and top status (terminal status)
685750276Speterwy185-24|wyse185-24|wyse 185 with 24 data lines, 
685850276Speter	hs@, 
685962449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
686062449Speter	use=wy185, 
686150276Speter#
686250276Speter#	Wyse 185 with visual bell.
686350276Speterwy185-vb|wyse185-vb|wyse 185+flash, 
686450276Speter	bel@, use=wy185, 
686550276Speter#
686650276Speter#	Wyse 185 in 132-column mode.
686750276Speterwy185-w|wyse185-w|wyse 185 in 132-column mode, 
686850276Speter	cols#132, wsl#132, 
686950276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
687062449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy185, 
687150276Speter#
687250276Speter#	Wyse 185 in 132-column mode with visual bell.
687350276Speterwy185-wvb|wyse185-wvb|wyse 185+flash+132 cols, 
687450276Speter	bel@, use=wy185-w, 
687550276Speter
687650276Speter# wy325 terminfo entries
687750276Speter# Done by Joe H. Davis        3-9-92
687850276Speter
687950276Speter# lines 25  columns 80
688050276Speter#
688150276Speterwy325|wyse325|Wyse epc, 
688250276Speter	am, bw, hs, mc5i, mir, 
688350276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
688450276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
688550276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
688650276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
688750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
688850276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
688950276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
689050276Speter	il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
689150276Speter	is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
689250276Speter	is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
689350276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
689450276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
689550276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
689650276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
689750276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, 
689850276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
689950276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, 
690050276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
690150276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
690250276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
690350276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, 
690450276Speter	rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
690550276Speter	rs3=\EwG\Ee($<100>, 
690650276Speter	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, 
690750276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
690850276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0, 
690962449Speter	tsl=\EF, use=adm+sgr, 
691050276Speter
691150276Speter#
691250276Speter# lines 24  columns 80  vb 
691350276Speter#
691450276Speterwy325-vb|wyse325-vb|wyse-325 with visual bell, 
691550276Speter	bel@, use=wy325, 
691650276Speter
691750276Speter#
691850276Speter# lines 24  columns 132
691950276Speter#
692050276Speterwy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode, 
692150276Speter	cols#132, lw#7, nlab#16, wsl#97, 
692250276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
692350276Speter	rs2=\E`;$<70>, use=wy325, 
692450276Speter#
692550276Speter# lines 25  columns 80
692650276Speter#
692750276Speterwy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines, 
692850276Speter	lh@, lines#25, lw@, nlab@, 
692950276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
693050276Speter#
693150276Speter# lines 25  columns 132
693250276Speter#
693350276Speterwy325-25w|wyse325-25w|wy325 132 columns, 
693450276Speter	lh@, lines#25, lw@, nlab@, 
693550276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
693650276Speter#
693750276Speter# lines 25  columns 132  vb 
693850276Speter#
693950276Speterwy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video, 
694062449Speter	bel@, use=wy325-w, 
694150276Speter
694250276Speter#
694350276Speter# lines 42  columns 80
694450276Speter#
694550276Speterwy325-42|wyse325-42|wyse-325 42 lines, 
694650276Speter	lh@, lines#42, lw@, nlab@, 
694750276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
694850276Speter#
694950276Speter# lines 42  columns 132
695050276Speter#
695150276Speterwy325-42w|wyse325-42w|wyse-325 42 lines wide mode, 
695250276Speter	lh@, lines#42, lw@, nlab@, 
695350276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
695450276Speter#
695550276Speter# lines 42  columns 132  vb 
695650276Speter#
695750276Speterwy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell, 
695862449Speter	bel@, use=wy325-w, 
695950276Speter#
696050276Speter# lines 43  columns 80
696150276Speter#
696250276Speterwy325-43|wyse325-43|wyse-325 43 lines, 
696350276Speter	lh@, lines#43, lw@, nlab@, 
696450276Speter	pln@, use=wy325, 
696550276Speter#
696650276Speter# lines 43  columns 132
696750276Speter#
696850276Speterwy325-43w|wyse325-43w|wyse-325 43 lines wide mode, 
696950276Speter	lh@, lines#43, lw@, nlab@, 
697050276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
697150276Speter#
697250276Speter# lines 43  columns 132  vb 
697350276Speter#
697450276Speterwy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell, 
697562449Speter	bel@, use=wy325-w, 
697650276Speter
697750276Speter#	Wyse 370 -- 24 line screen with status line.
697850276Speter#
697950276Speter#	The terminal may have to be set for 8 data bits and 2 stop
698050276Speter#	bits for the arrow keys to work.
698150276Speter#
698250276Speter#	If you change keyboards the terminal will send different
698350276Speter#	escape sequences.
698450276Speter#	The following definition is for the basic terminal without
698550276Speter#	function keys.
698650276Speter#
698750276Speter#	<u0> -> enter Tektronix 4010/4014 mode
698850276Speter#	<u1> -> exit  Tektronix 4010/4014 mode
698950276Speter#	<u2> -> enter ASCII mode (from any ANSI mode)
699050276Speter#	<u3> -> exit  ASCII mode (goto native ANSI mode)
699150276Speter#	<u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
699250276Speter#	<u5> -> exit  Tek 4207 mode (goto native ANSI mode)
699350276Speter#
699450276Speter# Bug: The <op> capability resets attributes.
699550276Speterwy370-nk|wyse 370 without function keys, 
699650276Speter	am, ccc, hs, mc5i, mir, msgr, xenl, xon, 
699750276Speter	colors#64, cols#80, it#8, lines#24, ncv#48, pairs#64, wsl#80, 
699850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
699950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
700050276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
700150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
700250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
700350276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
700450276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<1*>, dch1=\E[P$<1>, 
700550276Speter	dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
700650276Speter	dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, 
700750276Speter	el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, 
700850276Speter	flash=\E[30h\E\,\E[30l$<300>, fsl=\E[1;24r\E8, 
700950276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, 
701050276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
701150276Speter	ind=\n$<2>, 
701250276Speter	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, 
701350276Speter	invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, 
701450276Speter	is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, 
701550276Speter	is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, 
701650276Speter	mc5=\E[5i, 
701750276Speter	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, 
701850276Speter	op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, 
701950276Speter	rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, 
702050276Speter	rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
702150276Speter	rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>, 
702250276Speter	rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw, 
702350276Speter	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%;, 
702450276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
702550276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
702650276Speter	tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH, 
702750276Speter	u0=\E[?38h\E8, u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B, 
702850276Speter	u4=\E[92;76"p, u5=\E%!1\E[90;1"p, vpa=\E[%i%p1%dd, 
702950276Speter#
703050276Speter#	Function key set for the ASCII (wy-50 compatible) keyboard
703150276Speter#	This is the default 370.
703250276Speter#
703350276Speterwy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard, 
703450276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
703550276Speter	kcuu1=\E[A, kdch1=\EOQ, kdl1=\EOQ, kent=\EOM, kf1=\E[?4i, 
703650276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
703750276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, 
703850276Speter	kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
703950276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, 
704062449Speter	knp=\E[U, kpp=\E[V, use=wy370-nk, 
704150276Speter#
704250276Speter#	Function key set for the VT-320 (and wy85) compatible keyboard
704350276Speter#
704450276Speterwy370-105k|Wyse 370 with 105 key keyboard, 
704550276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, 
704650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
704750276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
704850276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
704950276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
705050276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
705150276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
705250276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
705350276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
705450276Speter	use=wy370-nk, 
705550276Speter#
705650276Speter#	Function key set for the PC compatible keyboard
705750276Speter#
705850276Speterwy370-EPC|Wyse 370 with 102 key keyboard, 
705950276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
706050276Speter	kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
706150276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
706250276Speter	kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
706362449Speter	khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, use=wy370-nk, 
706450276Speter#
706550276Speter#	Wyse 370 with visual bell.
706650276Speterwy370-vb|Wyse 370 with visible bell, 
706750276Speter	bel@, use=wy370, 
706850276Speter#
706950276Speter#	Wyse 370 in 132-column mode.
707050276Speterwy370-w|Wyse 370 in 132-column mode, 
707150276Speter	cols#132, wsl#132, 
707250276Speter	rs2=\E[35h\E[?3h$<70>, use=wy370, 
707350276Speter#
707450276Speter#	Wyse 370 in 132-column mode with visual bell.
707550276Speterwy370-wvb|Wyse 370 with visible bell 132-columns, 
707662449Speter	flash=\E[30h\E\,\E[30l$<300>, use=wy370-w, 
707750276Speterwy370-rv|Wyse 370 reverse video, 
707850276Speter	rs3=\E[32h\E[?5h, use=wy370, 
707950276Speter#
708050276Speter#	Wyse 99gt Tektronix 4010/4014 emulator,
708150276Speter#
708250276Speterwy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator, 
708350276Speter	am, os, 
708450276Speter	cols#74, lines#35, 
708550276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
708650276Speter	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, 
708750276Speter	cuu1=^K, ff=^L, 
708850276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
708950276Speter	home=^]7`x @\037, 
709050276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
709150276Speter	is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h, 
709250276Speter#
709350276Speter#	Wyse 160 Tektronix 4010/4014 emulator,
709450276Speter#
709550276Speterwy160-tek|Wyse 160 Tektronix 4010/4014 emulator, 
709650276Speter	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, 
709762449Speter	home=^]8`g @\037, use=wy99gt-tek, 
709850276Speter#
709950276Speter#	Wyse 370 Tektronix 4010/4014 emulator,
710050276Speter#
710150276Speterwy370-tek|Wyse 370 Tektronix 4010/4014 emulator, 
710250276Speter	am, os, 
710350276Speter	cols#80, lines#36, 
710450276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
710550276Speter	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, 
710650276Speter	cuu1=^K, ff=^L, 
710750276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
710850276Speter	home=^]8g @\037, 
710950276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
711050276Speter	is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K, 
711150276Speter	nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0, 
711250276Speter
711350276Speter# Vendor-supplied Wyse entries end here.
711450276Speter
711550276Speter#
711650276Speter#TITLE:  TERMINFO ENTRY WY520
711750276Speter#DATE:   8/5/93
711850276Speter# The WY520 terminfo is based on the WY285 entry published on the WYSE 
711950276Speter# BBS with the addition of more function keys and special keys.
712050276Speter#
712150276Speter#               rs1 -> set personality
712250276Speter#               rs2 -> set number of columns
712350276Speter#               rs3 -> set number of lines
712450276Speter#               is1 -> select the proper font
712550276Speter#               is2 -> do the initialization
712650276Speter#               is3 -> If this string is empty then rs3 gets sent.
712750276Speter#
712850276Speter#       Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
712950276Speter#       - The BS key is programmed to generate BS in smcup since
713050276Speter#         is2 doesn't seem to work.
713150276Speter#       - Remove and shift/Remove: delete a character
713250276Speter#       - Insert : enter insert mode
713350276Speter#       - Find   : delete to end of file
713450276Speter#       - Select : clear a line
713550276Speter#       - F11, F12, F13: send default sequences (not ESC, BS, LF)
713650276Speter#       - F14 : Home key
713750276Speter#       - Bottom status line (host writable line) is used.
713850276Speter#       - smkx,rmkx are removed because this would put the numeric
713950276Speter#         keypad in Dec application mode which doesn't seem to work
714050276Speter#         with SCO applications.
714150276Speter#
714250276Speterwy520|wyse520|wyse 520, 
714350276Speter	am, hs, km, mc5i, mir, xenl, xon, 
714450276Speter	cols#80, it#8, lines#24, wsl#80, 
714550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
714650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
714750276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
714850276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
714950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
715050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
715150276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<30>, 
715250276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[0$~, 
715350276Speter	ech=\E[%p1%dX, ed=\E[J$<40>, el=\E[K, el1=\E[1K, 
715450276Speter	enacs=\E)0, fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%d`, ht=^I, 
715550276Speter	hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, 
715650276Speter	il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
715750276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h, 
715850276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOu, kb2=\EOy, 
715950276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
716050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, ked=\E[1~, 
716150276Speter	kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
716250276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
716350276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
716450276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
716550276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
716650276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
716750276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
716850276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
716950276Speter	ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, 
717050276Speter	rmso=\E[m, rmul=\E[24m, 
717150276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
717250276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
717350276Speter	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%;, 
717450276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, 
717550276Speter	smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
717650276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`, 
717750276Speter	vpa=\E[%i%p1%dd, 
717850276Speter#
717950276Speter#       Wyse 520 with 24 data lines and status (terminal status)
718050276Speterwy520-24|wyse520-24|wyse 520 with 24 data lines, 
718150276Speter	hs@, 
718262449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
718362449Speter	use=wy520, 
718450276Speter#
718550276Speter#       Wyse 520 with visual bell.
718650276Speterwy520-vb|wyse520-vb|wyse 520 with visible bell, 
718750276Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520, 
718850276Speter#
718950276Speter#       Wyse 520 in 132-column mode.
719050276Speterwy520-w|wyse520-w|wyse 520 in 132-column mode, 
719150276Speter	cols#132, wsl#132, 
719250276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
719362449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy520, 
719450276Speter#
719550276Speter#       Wyse 520 in 132-column mode with visual bell.
719650276Speterwy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns, 
719762449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-w, 
719850276Speter#
719950276Speter#
720050276Speter#       Wyse 520 emulating a vt420 7 bit mode.
720150276Speter#       The DEL key is programmed to generate BS in is2.
720250276Speter#       With EPC keyboard.
720350276Speter#       - 'End' key will clear till end of line on EPC keyboard
720450276Speter#       - Shift/End : ignored.
720550276Speter#       - Insert : enter insert mode.
720650276Speter#       - Delete : delete a character (have to change interrupt character
720750276Speter#                  to CTRL-C: stty intr '^c') for it to work since the
720850276Speter#                  Delete key sends 7FH.
720950276Speterwy520-epc|wyse520-epc|wyse 520 with EPC keyboard, 
721050276Speter	kdch1=\177, kel=\E[4~, kend=\E[4~, kf0=\E[21~, kf1=\E[11~, 
721150276Speter	kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, khome=\E[H, 
721250276Speter	use=wy520, 
721350276Speter#
721450276Speter#       Wyse 520 with 24 data lines and status (terminal status)
721550276Speter#       with EPC keyboard.
721662449Speterwy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard, 
721750276Speter	hs@, 
721862449Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, 
721962449Speter	use=wy520-epc, 
722050276Speter#
722150276Speter#       Wyse 520 with visual bell.
722262449Speterwy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard, 
722362449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc, 
722450276Speter#
722550276Speter#       Wyse 520 in 132-column mode.
722650276Speterwy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard, 
722750276Speter	cols#132, wsl#132, 
722850276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
722962449Speter	ip=$<7>, rs2=\E[35h\E[?3h, use=wy520-epc, 
723050276Speter#
723150276Speter#       Wyse 520 in 132-column mode with visual bell.
723262449Speterwy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard, 
723362449Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520-epc-w, 
723450276Speter#
723550276Speter#       Wyse 520 in 80-column, 36 lines
723650276Speterwy520-36|wyse520-36|wyse 520 with 36 data lines, 
723750276Speter	hs@, 
723850276Speter	lines#36, 
723962449Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
724062449Speter	use=wy520, 
724150276Speter#
724250276Speter#       Wyse 520 in 80-column, 48 lines
724350276Speterwy520-48|wyse520-48|wyse 520 with 48 data lines, 
724450276Speter	hs@, 
724550276Speter	lines#48, 
724662449Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
724762449Speter	use=wy520, 
724850276Speter#
724950276Speter#       Wyse 520 in 132-column, 36 lines
725050276Speterwy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines, 
725150276Speter	cols#132, wsl#132, 
725250276Speter	rs2=\E[?3h, 
725362449Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
725462449Speter	use=wy520-36, 
725550276Speter#
725650276Speter#       Wyse 520 in 132-column, 48 lines
725750276Speterwy520-48w|wyse520-48w|wyse 520 with 48 data lines, 
725850276Speter	cols#132, wsl#132, 
725950276Speter	rs2=\E[?3h, 
726062449Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
726162449Speter	use=wy520-48, 
726250276Speter#
726350276Speter#
726450276Speter#       Wyse 520 in 80-column, 36 lines with EPC keyboard
726550276Speterwy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard, 
726650276Speter	hs@, 
726750276Speter	lines#36, 
726862449Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, 
726962449Speter	use=wy520-epc, 
727050276Speter#
727150276Speter#       Wyse 520 in 80-column, 48 lines with EPC keyboard
727250276Speterwy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard, 
727350276Speter	hs@, 
727450276Speter	lines#48, 
727562449Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, 
727662449Speter	use=wy520-epc, 
727750276Speter#
727850276Speter#       Wyse 520 in 132-column, 36 lines with EPC keyboard
727950276Speterwy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard, 
728050276Speter	cols#132, wsl#132, 
728150276Speter	rs2=\E[?3h, 
728262449Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, 
728362449Speter	use=wy520-36pc, 
728450276Speter#
728550276Speter#       Wyse 520 in 132-column, 48 lines with EPC keyboard
728662449Speterwy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard, 
728750276Speter	cols#132, wsl#132, 
728850276Speter	rs2=\E[?3h, 
728962449Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, 
729062449Speter	use=wy520-48pc, 
729150276Speter
729250276Speter# From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
729350276Speter# (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
729450276Speter# file and we don't know what <hts> is -- esr)
729550276Speterwyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on, 
729662449Speter	OTbs, am, 
729750276Speter	cols#80, it#8, lines#24, 
729850276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
729950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW, 
730050276Speter	dl1=\El, ed=\Ek, el=\EK, home=^A, ht=^I, il1=\EM, ind=^J, 
730150276Speter	is2=\E`\:\E`9\017\Er, kbs=^H, kcub1=^U, kcud1=^J, kcuf1=^F, 
730250276Speter	kcuu1=^Z, khome=^A, ll=^A^Z, nel=^M^J, rmir=\Er, rmso=^O, 
730350276Speter	rmul=^O, rs1=\E`\:\E`9\017\Er, sgr0=^O, smir=\Eq, smso=^N, 
730450276Speter	smul=^N, 
730550276Speter
730650276Speterwy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad, 
730750276Speter	is2=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=, 
730850276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
730950276Speter	khome=\EOH, rmkx=\E[?1l\E>$<10/>, smkx=\E[?1h\E=$<10/>, 
731050276Speter	use=wy75, 
731150276Speter
731250276Speter# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
731350276Speterwy100q|Wyse 100 for Quotron, 
731462449Speter	OTbs, 
731550276Speter	cols#80, lines#24, xmc#1, 
731650276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, 
731750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
731850276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, invis@, 
731950276Speter	is2=\E`\:\0\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, 
732062449Speter	kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, use=adm+sgr, 
732150276Speter
732250276Speter#### Kermit terminal emulations
732350276Speter#
732450276Speter# Obsolete Kermit versions may be listed in the section describing obsolete
732550276Speter# non-ANSI terminal emulators later in the file.
732650276Speter#
732750276Speter
732850276Speter# KERMIT standard all versions.
732950276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
733050276Speter# (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
733150276Speter# From: greg small <gts@populi.berkeley.edu> 9-25-84
733250276Speterkermit|standard kermit, 
733362449Speter	OTbs, 
733450276Speter	cols#80, lines#24, 
733550276Speter	clear=\EE, cub1=^H, cuf1=\EC, 
733650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
733750276Speter	el=\EK, home=\EH, is2=K0 Standard Kermit  9-25-84\n, 
733850276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
733950276Speterkermit-am|standard kermit plus auto-margin, 
734050276Speter	am, 
734162449Speter	is2=K1 Standard Kermit plus Automatic Margins\n, 
734262449Speter	use=kermit, 
734350276Speter# IBMPC Kermit 1.2.
734450276Speter# Bugs: <ed>, <el>: do not work except at beginning of line!  <clear> does
734550276Speter# not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
734650276Speter# line).
734750276Speter# From: greg small <gts@populi.berkeley.edu> 8-30-84
734850276Speterpckermit|pckermit12|UCB IBMPC Kermit 1.2, 
734950276Speter	am, 
735050276Speter	lines#25, 
735150276Speter	clear=\EH\EJ, ed@, el@, 
735250276Speter	is2=K2 UCB IBMPC Kermit 1.2  8-30-84\n, use=kermit, 
735350276Speter# IBMPC Kermit 1.20
735450276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
735550276Speter# Initialization must escape from that region by cursor position to line 24.
735650276Speter# Cannot use character insert because 1.20 goes crazy if insert at col 80.
735750276Speter# Does not use :am: because autowrap is lost when kermit dropped and restarted.
735850276Speter# From: greg small <gts@populi.berkeley.edu> 12-19-84
735950276Speterpckermit120|UCB IBMPC Kermit 1.20, 
736050276Speter	it#8, lines#24, 
736150276Speter	cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I, 
736250276Speter	il1=\EL, 
736350276Speter	is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n, 
736462449Speter	rmir@, rmso=\Eq, smir@, smso=\Ep, use=kermit, 
736550276Speter# MS-DOS Kermit 2.27 for the IBMPC
736650276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
736750276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
736850276Speter# Initialization must escape from that region by cursor position to line 24.
736950276Speter# Does not use am: because autowrap is lost when kermit dropped and restarted.
737050276Speter# Reverse video for standout like H19.
737150276Speter# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
737250276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
737350276Spetermsk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, 
737462449Speter	OTbs, am@, 
737550276Speter	cols#80, it#8, lines#24, 
737650276Speter	clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
737750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
737850276Speter	cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK, 
737950276Speter	home=\EH, ht=^I, il1=\EL, 
738050276Speter	is2=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n, 
738150276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek, 
738250276Speter	rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep, 
738350276Speter# MS-DOS Kermit 2.27 with automatic margins
738450276Speter# From:	greg small <gts@populi.berkeley.edu> 3-17-85
738550276Spetermsk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, 
738650276Speter	am, 
738750276Speter	cvvis=\EO\Eq\EG\EvK5, 
738862449Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, 
738962449Speter	use=msk227, 
739050276Speter# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
739150276Speter# Automatic margins now default.  Use ansi <sgr> for highlights.
739250276Speter# Define function keys.
739350276Speter# (msk22714: removed obsolete ":kn#10:" -- esr)
739450276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
739550276Spetermsk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC, 
739650276Speter	am, 
739750276Speter	bold=\E[1m, cvvis=\EO\Eq\EG\EvK6, 
739850276Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, 
739950276Speter	kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, 
740050276Speter	kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
740162449Speter	sgr0=\E[m, smso=\E[1m, smul=\E[4m, use=mskermit227, 
740250276Speter# This was designed for a VT320 emulator, but it is probably a good start
740350276Speter# at support for the VT320 itself.
740450276Speter# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
740550276Speter# (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
740650276Spetervt320-k3|MS-Kermit 3.00's vt320 emulation, 
740750276Speter	am, eslok, hs, km, mir, msgr, xenl, 
740850276Speter	cols#80, it#8, lines#49, pb#9600, vt#3, 
740950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
741050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
741150276Speter	clear=\E[H\E[J, cmdch=\E, cnorm=\E[?25h, cr=^M, 
741266963Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
741350276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
741466963Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
741550276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
741650276Speter	dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
741750276Speter	flash=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l, 
741850276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
741950276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
742050276Speter	is2=\E>\E F\E[?1l\E[?7h\E[r\E[2$~, kbs=^H, kcub1=\EOD, 
742150276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdl1=\E[3~, kf0=\E[21~, 
742250276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
742350276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kich1=\E[2~, knp=\E[6~, 
742450276Speter	kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8, 
742550276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dL, rmacs=\E(B, rmam=\E[?7l, 
742650276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
742762449Speter	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$~, 
742850276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
742950276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
743050276Speter	tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, 
743150276Speter# From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
743250276Speter# ACS capabilities from Philippe De Muyter  <phdm@info.ucl.ac.be> 30 May 1996
743350276Speter# (I removed a bogus boolean :mo: and added <msgr>, <smam>, <rmam> -- esr)
743450276Spetervt320-k311|dec vt320 series as defined by kermit 3.11, 
743550276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
743650276Speter	cols#80, it#8, lines#24, vt#3, 
743750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
743850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
743950276Speter	clear=\E[;H\E[2J, cnorm=\E[?25h, cr=^M, 
744050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
744150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
744250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
744350276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
744450276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
744550276Speter	flash=\E[?5h\E[?5l, fsl=\E[$}, home=\E[H, ht=^I, hts=\EH, 
744650276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L$<3/>, ind=\ED, 
744750276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
744850276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
744950276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
745050276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
745150276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
745250276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmacs=^O, 
745350276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
745450276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
745550276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
745650276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
745750276Speter
745850276Speter######## NON-ANSI TERMINAL EMULATIONS
745950276Speter#
746050276Speter
746150276Speter#### Avatar
746250276Speter#
746350276Speter# These entries attempt to describe Avatar, a terminal emulation used with
746450276Speter# MS-DOS bulletin-board systems.  It was designed to give ANSI-like
746550276Speter# capabilities, but with cheaper (shorter) control sequences.  Messy design,
746650276Speter# excessively dependent on PC idiosyncracies, but apparently rather popular
746750276Speter# in the BBS world.
746850276Speter#
746950276Speter# No color support.  Avatar doesn't fit either of the Tektronix or HP color
747050276Speter# models that terminfo knows about.  An Avatar color attribute is the
747150276Speter# low 7 bits of the IBM-PC display-memory attribute.  Bletch.
747250276Speter#
747350276Speter# I wrote these entries while looking at the Avatar spec.  I don't have
747450276Speter# the facilities to test them.  Let me know if they work, or don't.
747550276Speter#
747650276Speter# Avatar escapes not used by these entries (because maybe you're smarter
747750276Speter# and more motivated than I am and can figure out how to wrap terminfo
747850276Speter# around some of them, and because they are weird enough to be funny):
747950276Speter#				level 0:
748050276Speter# ^L		-- clear window/reset current attribute to default
748150276Speter# ^V^A%p1%c	-- set current color attribute, parameter decodes as follows:
748250276Speter# 
748350276Speter#      bit:         6   5   4   3   2   1   0
748450276Speter#                   |       |   |   |       |
748550276Speter#                   +---+---+   |   +---+---+
748650276Speter#                       |       |       |
748750276Speter#                       |       |  foreground color
748850276Speter#                       |  foreground intensity
748950276Speter#                  background color
749050276Speter#				level 0+:
749150276Speter# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) up by p1 lines
749250276Speter# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) down by p1 lines
749350276Speter# ^V^L%p1%c%p2%c%p3%c		-- clear p2 lines and p3 cols w/attr %p1 
749450276Speter# ^V^M%p1%c%p2%c%p3%c%p4%c	-- fill p3 lines & p4 cols w/char p2+attr %p1 
749550276Speter# (^V^L and ^V^M set the current attribute as a side-effect.)
749650276Speter# ^V ^Y <a> [...] <c>	-- repeat pattern. <a> specifies the number of bytes
749750276Speter#			   in the pattern, <c> the number of times the pattern
749850276Speter#		  	   should be repeated. If either value is 0, no-op.
749950276Speter#			   The pattern can contain Avatar console codes,
750050276Speter#			   including other ^V ^Y patterns.
750150276Speter#				level 1:
750250276Speter# ^V^O		-- clockwise mode on; turn print direction right each time you
750350276Speter#		   hit a window edge (yes, really).  Turned off by CR
750450276Speter# ^V^P		-- no-op
750550276Speter# ^V^Q%c	-- query the driver
750650276Speter# ^V^R		-- driver reset
750750276Speter# ^V^S		-- Sound tone (PC-specific)
750850276Speter# ^V^T			-- change highlight at current cursor poition to %c
750950276Speter# ^V^U%p1%c%p2%c	-- highlight window <a> with attribute <b>
751050276Speter# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
751150276Speter#			-- define window 
751250276Speter#
751350276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
751450276Speter# (The <blink>/<bold>/<rev>/<smacs>/<smul>/<smso> capabilities exist only to
751550276Speter# tell ncurses that the corresponding highlights exist; it should use <sgr>,
751650276Speter# which is the only method that will actually work for multiple highlights.)
751750276Speteravatar0|avatar terminal emulator level 0, 
751850276Speter	am, bce, msgr, 
751950276Speter	cols#80, it#8, lines#25, 
752050276Speter	blink=^A^V\177, bold=^V^A^P, cr=^M, cub1=^V^E, cud1=^V^D, 
752150276Speter	cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G, 
752250276Speter	ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%d, rev=^A^Vp, 
752350276Speter	rs2=^L, 
752450276Speter	sgr=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;, 
752562449Speter	sgr0=^V^A^G, smacs=, smso=^A^Vp, smul=^V^A, use=klone+acs, 
752650276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
752750276Speteravatar0+|avatar terminal emulator level 0+, 
752850276Speter	dch1=^V^N, rmir=\026\n\0\0\0\0, smir=^V^I, use=avatar0, 
752950276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
753050276Speteravatar|avatar1|avatar terminal emulator level 1, 
753150276Speter	civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+, 
753262449Speter	rmam=^V", rmir=^V^P, smam=^V$, use=avatar0+, 
753350276Speter
753450276Speter#### RBcomm
753550276Speter#
753650276Speter# RBComm is a lean and mean terminal emulator written by the Interrupt List
753750276Speter# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
753850276Speter# '90s), especially in the BBS world, and still has some loyal users due to
753950276Speter# its very small memory footprint and to a cute macro language.
754050276Speterrbcomm|IBM PC with RBcomm and EMACS keybindings, 
754150276Speter	am, bw, mir, msgr, xenl, 
754250276Speter	cols#80, it#8, lines#25, 
754350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
754450276Speter	clear=^L, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
754550276Speter	cub1=^H, cud1=^C, cuf1=^B, 
754650276Speter	cup=\037%p2%{32}%+%c%p1%{32}%+%c, cuu1=^^, 
754750276Speter	cvvis=\E[?25h, dch1=^W, dl=\E[%p1%dM, dl1=^Z, 
754850276Speter	ech=\E[%p1%dX, ed=^F5, el=^P^P, ht=^I, il=\E[%p1%dL, il1=^K, 
754950276Speter	ind=\ED, invis=\E[8m, 
755050276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g, kbs=^H, 
755150276Speter	kcub1=^B, kcud1=^N, kcuf1=^F, kcuu1=^P, khome=^A, nel=^M\ED, 
755250276Speter	rc=\E8, rep=\030%p1%c%p2%c, rev=^R, ri=\EM, rmcup=, rmdc=, 
755350276Speter	rmir=^], rmkx=\E>, rmso=^U, rmul=^U, 
755450276Speter	rs1=\017\E(B\E)0\025\E[?3l\E[>8g, sc=\E7, sgr0=\E[m, 
755550276Speter	smcup=, smdc=, smir=^\, smkx=\E=, smso=^R, smul=^T, 
755650276Speterrbcomm-nam|IBM PC with RBcomm without autowrap, 
755750276Speter	am@, 
755850276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
755950276Speter	is2=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g, kbs=^H, 
756062449Speter	kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
756150276Speterrbcomm-w|IBM PC with RBcomm in 132 column mode, 
756250276Speter	cols#132, 
756350276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
756450276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g, kbs=^H, 
756562449Speter	kcub1=^H, kcud1=^J, nel=^M^J, use=rbcomm, 
756650276Speter
756766963Speter######## LCD DISPLAYS
756866963Speter#
756966963Speter
757066963Speter#### Matrix Orbital
757166963Speter# from: Eric Z. Ayers  (eric@ale.org)
757266963Speter#
757366963Speter# Matrix Orbital 20x4 LCD display
757466963Speter# Command Character is 0xFE (decimal 254, octal 376)
757566963Speter#
757666963Speter# On this device, cursor addressability isn't possible.  The LCD expects:
757766963Speter#      0xfe G <col> <row> 
757866963Speter#      for cup: %p1 == row and %p2 is column
757966963Speter#
758066963Speter# This line:
758166963Speter#	cup=\376G%p2%c%p1%c
758266963Speter# LOOKS like it will work, but sometimes only one of the two numbers is sent. 
758366963Speter# See the terminfo (5) manpage commented regarding 'Terminals which use "%c"'.
758466963Speter# 
758566963Speter# Alas, there is no cursor upline capability on this display.
758666963Speter#
758766963Speter# These entries add some 'sanity stuff' to the clear function.  That is, it
758866963Speter# does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
758966963Speter# and turns off the cursor blinking and stuff like that.
759066963Speter#
759166963Speter# NOTE: calling 'beep' turns on the backlight (bell)
759266963Speter# NOTE: calling 'flash' turns it on and back off (visual bell)
759366963Speter#
759466963SpeterMtxOrb| Generic Matrix Orbital LCD display, 
759566963Speter	bel=\376B^A, clear=\376X\376C\376R\376K\376T, 
759666963Speter	cnorm=\376K\376T, cub1=\376L, cuf1=\376M, 
759766963Speter	flash=\376B\001$<200>\376F, home=\376H, 
759866963SpeterMtxOrb204| 20x4 Matrix Orbital LCD display, 
759966963Speter	cols#20, lines#4, use=MtxOrb, 
760066963SpeterMtxOrb162| 16x2 Matrix Orbital LCD display, 
760166963Speter	cols#16, lines#2, use=MtxOrb, 
760266963Speter# The end
760366963Speter
760450276Speter######## OLDER TERMINAL TYPES
760550276Speter#
760650276Speter# This section is devoted to older commercial terminal brands that are now
760750276Speter# discontinued, but known to be still in use or represented by emulations.
760850276Speter#
760950276Speter
761050276Speter#### AT&T (att, tty)
761150276Speter#
761250276Speter# This section also includes Teletype-branded VDTs.
761350276Speter#
761450276Speter# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
761550276Speter# Boundless Technologies); for details, see the header comment on the ADDS
761650276Speter# section.
761750276Speter#
761850276Speter# These are AT&T's official terminfo entries.  All-caps aliases have been
761950276Speter# removed.
762050276Speter#
762150276Speteratt2300|sv80|AT&T 2300 Video Information Terminal 80 column mode, 
762250276Speter	am, eo, mir, msgr, xon, 
762350276Speter	cols#80, it#8, lines#24, 
762450276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
762550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
762650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
762750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
762850276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
762950276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
763050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
763150276Speter	kdl1=\E[M, kf1=\E[1r, kf10=\E[10r, kf11=\E[11r, 
763250276Speter	kf12=\E[12r, kf13=\E[13r, kf14=\E[14r, kf15=\E[15r, 
763350276Speter	kf16=\E[16r, kf2=\E[2r, kf3=\E[3r, kf4=\E[4r, kf5=\E[5r, 
763450276Speter	kf6=\E[6r, kf7=\E[7r, kf8=\E[8r, kf9=\E[9r, khome=\E[H, 
763550276Speter	kich1=\E[@, kil1=\E[L, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
763650276Speter	rev=\E[7m, rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, 
763750276Speter	smso=\E[7m, 
763850276Speteratt2350|AT&T 2350 Video Information Terminal 80 column mode, 
763962449Speter	mc0@, mc4@, mc5@, use=att2300, 
764050276Speter
764150276Speter# Must setup RETURN KEY - CR, REC'VD LF - INDEX.
764250276Speter# Seems upward compatible with vt100, plus ins/del line/char.
764350276Speter# On sgr, the protection parameter is ignored.
764450276Speter# No check is made to make sure that only 3 parameters are output.
764550276Speter# 	standout= reverse + half-intensity = 3 | 5.
764650276Speter# 	bold= reverse + underline = 2 | 3.
764750276Speter# note that half-bright blinking doesn't look different from normal blinking.
764850276Speter# NOTE:you must program the function keys first, label second!
764950276Speter# (att4410: a BSD entry has been seen with the following capabilities: 
765050276Speter# <is2=\E[?6l>, <kf1=\EOc>, <kf2=\EOd>, <kf3=\EOe>, <kf4=\EOg>,
765150276Speter# <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
765250276Speteratt5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1, 
765350276Speter	am, hs, mir, msgr, xon, 
765450276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
765550276Speter	acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
765650276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, 
765750276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
765850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
765950276Speter	dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I, 
766050276Speter	ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0, 
766150276Speter	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, 
766250276Speter	kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
766350276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, 
766450276Speter	kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, 
766550276Speter	ll=\E[24H, nel=^M^J, 
766650276Speter	pfx=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s, 
766750276Speter	pln=\E[%p1%d;00q%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
766850276Speter	rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
766950276Speter	sc=\E7, 
767050276Speter	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%;, 
767150276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
767250276Speter	tsl=\E7\E[25;%p1%{1}%+%dH, 
767350276Speter
767450276Speteratt4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1, 
767550276Speter	cols#132, wsl#132, 
767650276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1, 
767750276Speter
767850276Speteratt4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2, 
767962449Speter	OTbs, 
768050276Speter	pfx=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s, 
768150276Speter	use=att5410v1, 
768250276Speter
768350276Speteratt5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode, 
768450276Speter	cols#132, wsl#132, 
768550276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410, 
768650276Speter
768750276Speter# 5410 in terms of a vt100
768850276Speter# (v5410: added <rmam>/<smam> based on init string -- esr)
768950276Speterv5410|att5410 in terms of a vt100, 
769050276Speter	am, mir, msgr, xon, 
769150276Speter	cols#80, it#8, lines#24, vt#3, 
769250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
769350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
769450276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
769550276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2>, 
769650276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, 
769750276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
769850276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, 
769950276Speter	il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
770050276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
770150276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
770250276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
770350276Speter	kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
770450276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
770550276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
770650276Speter	sc=\E7, 
770776726Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>, 
770850276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
770950276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
771050276Speter
771150276Speter# 
771250276Speter# Teletype Model 5420 -- A souped up 5410, with multiple windows,
771350276Speter# even! the 5420 has three modes: scroll, window or page mode
771450276Speter# this terminfo should work in scroll or window mode, but doesn't
771550276Speter# take advantage of any of the differences between them.
771650276Speter#
771750276Speter# Has memory below (2 lines!)
771850276Speter# 3 pages of memory (plus some spare)
771950276Speter# The 5410 sequences for <cup>, <cvvis>, <dch>, <dl>, <ech>, <flash>, <home>,
772050276Speter# <hpa>, <hts> would work for these, but these work in both scroll and window
772150276Speter# mode... Unset insert character so insert mode works
772250276Speter# <is1> sets 80 column mode,
772350276Speter# <is2> escape sequence:
772450276Speter# 1) turn off all fonts
772550276Speter# 2) function keys off, keyboard lock off, control display off,
772650276Speter#    insert mode off, erasure mode off,
772750276Speter# 3) full duplex, monitor mode off, send graphics off, nl on lf off
772850276Speter# 4) reset origin mode
772950276Speter# 5) set line wraparound
773050276Speter# 6) exit erasure mode, positional attribute mode, and erasure extent mode
773150276Speter# 7) clear margins
773250276Speter# 8) program ENTER to transmit ^J,
773350276Speter# We use \212 to program the ^J because a bare ^J will get translated by
773450276Speter# UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
773550276Speter#     1      2            3              4     5     6    7  8
773650276Speter# <is3> set screen color to black,
773750276Speter# No representation in terminfo for the delete word key: kdw1=\Ed
773850276Speter# Key capabilities assume the power-up send sequence...
773950276Speter# This <rmcup> is not strictly necessary, but it helps maximize 
774050276Speter# memory usefulness: <rmcup=\Ez>,
774150276Speter# Alternate sgr0:	<sgr0=\E[m\EW^O>,
774250276Speter# 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%;>,
774350276Speter# smkx programs the SYS PF keys to send a set sequence.
774450276Speter# It also sets up labels f1, f2, ..., f8, and sends edit keys.
774550276Speter# This string causes them to send the strings <kf1>-<kf8>
774650276Speter# when pressed in SYS PF mode.
774750276Speter# (att4415: I added <rmam>/<smam> based on the init string -- esr)
774850276Speteratt4415|tty5420|att5420|AT&T 4415/5420 80 cols, 
774962449Speter	OTbs, db, mir, xon, 
775050276Speter	lh#2, lm#78, lw#8, nlab#8, wsl#55, 
775150276Speter	cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, 
775250276Speter	cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, 
775350276Speter	cuu=\E[%p1%dA, cvvis=\E[11;1j, dch=\E[%p1%dP, 
775450276Speter	dl=\E[%p1%dM, ech=\E[%p1%ds\E[%p1%dD, 
775550276Speter	flash=\E[?5h$<200>\E[?5l, home=\E[x, 
775650276Speter	hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@, 
775750276Speter	il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>, 
775850276Speter	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, 
775950276Speter	is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M, 
776050276Speter	kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd, 
776150276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
776250276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
776350276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
776450276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?2i, mc4=\E[?9i, 
776550276Speter	mc5=\E[?4i, mrcup=\E[%i%p1%d;%p2%dt, 
776650276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s, 
776750276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, 
776850276Speter	rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l, 
776950276Speter	rmkx=\E[19;0j\E[21;1j\212, rmln=\E|, 
777050276Speter	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%;, 
777150276Speter	sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h, 
777250276Speter	smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g, 
777350276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
777450276Speter	use=att4410, 
777550276Speter
777650276Speteratt4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols, 
777750276Speter	cols#132, lm#54, wsl#97, 
777850276Speter	is1=\E[?3h$<100>, use=att4415, 
777950276Speter
778050276Speteratt4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv, 
778162449Speter	flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, use=att4415, 
778250276Speter
778350276Speteratt4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv, 
778450276Speter	cols#132, lm#54, wsl#97, 
778562449Speter	flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, 
778662449Speter	use=att4415, 
778750276Speter
778850276Speter# Note that this mode permits programming USER PF KEYS and labels
778950276Speter# However, when you program user pf labels you have to reselect
779050276Speter# user pf keys to make them appear! 
779150276Speteratt4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels, 
779250276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
779350276Speter	pfx=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s, 
779450276Speter	pln=\E[%p1%d;0;0;1q%p2%:-16.16s, 
779550276Speter
779650276Speteratt4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, 
779762449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
779862449Speter	use=att4415, 
779950276Speter
780050276Speteratt4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, 
780162449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
780262449Speter	use=att4415-rv, 
780350276Speter
780450276Speteratt4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, 
780562449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
780662449Speter	use=att4415-w, 
780750276Speter
780850276Speteratt4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, 
780962449Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl, 
781062449Speter	use=att4415-w-rv, 
781150276Speter
781250276Speteratt5420_2|AT&T 5420 model 2 80 cols, 
781350276Speter	am, db, hs, mir, msgr, xon, 
781450276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
781550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
781650276Speter	blink=\E[5m, cbt=\E[1Z, clear=\EH\EJ, cnorm=\E[11;0j, 
781750276Speter	cr=\EG, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
781850276Speter	cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[1C, 
781950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cvvis=\E[11;1j, 
782050276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
782150276Speter	dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[0J, el=\E[0K, 
782250276Speter	el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
782350276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
782450276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
782550276Speter	invis=\E[8m, 
782650276Speter	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, 
782750276Speter	kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, 
782850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
782950276Speter	kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe, 
783050276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H, 
783150276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
783250276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
783350276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i, 
783450276Speter	mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J, 
783550276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~, 
783650276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, rc=\E8, 
783750276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j, 
783850276Speter	rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
783950276Speter	sc=\E7, 
784050276Speter	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%;, 
784150276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1j, smln=\E~, 
784250276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
784350276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
784450276Speteratt5420_2-w|AT&T 5420 model 2 in 132 column mode, 
784550276Speter	cols#132, 
784662449Speter	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, 
784762449Speter	use=att5420_2, 
784850276Speter
784950276Speteratt4418|att5418|AT&T 5418 80 cols, 
785050276Speter	am, xon, 
785150276Speter	cols#80, lines#24, 
785250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
785350276Speter	bel=^G, blink=\E[5m, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, 
785450276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
785550276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
785650276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, 
785750276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, 
785850276Speter	ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, 
785966963Speter	is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%%, kcub1=\E@, 
786050276Speter	kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, 
786150276Speter	kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, 
786250276Speter	kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, 
786350276Speter	kf21=\E[_, kf22=\E[M, kf23=\E[N, kf24=\E[O, kf3=\E[j, 
786450276Speter	kf6=\E[k, kf7=\E[l, kf8=\E[f, kf9=\E[w, khome=\Ec, rc=\E8, 
786550276Speter	rev=\E[7m, rmacs=^O, rmso=\E[m, rmul=\E[m, sc=\E7, 
786650276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
786750276Speteratt4418-w|att5418-w|AT&T 5418 132 cols, 
786850276Speter	cols#132, 
786950276Speter	is1=\E[?3h, use=att5418, 
787050276Speter
787150276Speteratt4420|tty4420|teletype 4420, 
787262449Speter	OTbs, da, db, eo, msgr, ul, xon, 
787350276Speter	cols#80, lines#24, lm#72, 
787450276Speter	bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, 
787550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
787650276Speter	dl1=\EM, ed=\EJ, el=\Ez, home=\EH, il1=\EL, ind=\EH\EM\EY7\s, 
787750276Speter	kcbt=\EO, kclr=\EJ, kcub1=^H, kcud1=\EB, kcuf1=\EC, 
787850276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, kf0=\EU, kf3=\E@, khome=\EH, 
787950276Speter	kich1=\E\^, kil1=\EL, kind=\ES, kri=\ET, 
788050276Speter	lf0=segment advance, lf3=cursor tab, rmdc@, rmso=\E~, 
788150276Speter	rmul=\EZ, smdc@, smso=\E}, smul=\E\\, 
788250276Speter
788350276Speter#  The following is a terminfo entry for the Teletype 4424
788450276Speter#  asynchronous keyboard-display terminal.  It supports
788550276Speter#  the vi editor.  The terminal must be set up as follows,
788650276Speter# 	
788750276Speter# 	HIGHLIGHT DEFINITION	3-TONE
788850276Speter# 	DISPLAY FUNCTION	GROUP III
788950276Speter# 	
789050276Speter#  The second entry below provides limited (a la adm3a)
789150276Speter#  operation under GROUP II.
789250276Speter# 	
789350276Speter#  This must be used with DISPLAY FUNCTION GROUP I or III
789450276Speter# 	and HIGHLIGHT DEFINITION 3-TONE
789550276Speter# The terminal has either bold or blink, depending on options
789650276Speter#
789750276Speter# (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
789850276Speteratt4424|tty4424|teletype 4424, 
789962449Speter	OTbs, am, xon, 
790050276Speter	cols#80, lines#24, 
790150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
790250276Speter	bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, 
790350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
790450276Speter	cud=\E[%p1%dB, cud1=\EB, cuf=\E[%p1%dC, cuf1=\EC, 
790550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EA, 
790650276Speter	dch=\E[%p1%dP, dch1=\EP, dim=\EW, dl=\E[%p1%dM, dl1=\EM, 
790750276Speter	ed=\EJ, el=\Ez, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
790850276Speter	ich1=\E\^, il=\E[%p1%dL, il1=\EL, ind=^J, is2=\E[20l\E[?7h, 
790950276Speter	kbs=^H, kclr=\EJ, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
791050276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
791150276Speter	khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~, 
791250276Speter	rmul=\EZ, 
791350276Speter	sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m, 
791450276Speter	sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smso=\E}, smul=\E\\, 
791550276Speter	tbc=\EF, 
791650276Speter
791750276Speteratt4424-1|tty4424-1|teletype 4424 in display function group I, 
791850276Speter	kclr@, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome@, 
791950276Speter	use=att4424, 
792050276Speter
792150276Speter# This entry is not one of AT&T's official ones, it was translated from the
792250276Speter# 4.4BSD termcap file.  The highlight strings are different from att4424.
792350276Speter# I have no idea why this is -- older firmware version, maybe?
792450276Speter# The following two lines are the comment originally attached to the entry:
792550276Speter# This entry appears to avoid the top line - I have no idea why.
792650276Speter# From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
792750276Speteratt4424m|tty4424m|teletype 4424M, 
792850276Speter	am, da, db, mir, 
792950276Speter	cols#80, it#8, lines#23, 
793050276Speter	bel=^G, clear=\E[2;H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
793150276Speter	cup=\E[%i%p1%2d;%p2%2dH\E[B, cuu1=\E[A, dch1=\EP, 
793250276Speter	dl1=\EM, el=\E[K, ht=^I, ich1=\E\^, il1=\EL, ind=^J, ip=$<2/>, 
793350276Speter	is2=\E[m\E[2;24r, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
793450276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
793550276Speter	kf4=\EOS, khome=\E[H, nel=^M^J, ri=\ET, rmso=\E[m, rmul=\E[m, 
793650276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
793750276Speter
793850276Speter# The Teletype 5425 is really version 2 of the Teletype 5420. It 
793950276Speter# is quite similar, except for some minor differences. No page 
794050276Speter# mode, for example, so all of the <cup> sequences used above have 
794150276Speter# to change back to what's being used for the 5410. Many of the 
794250276Speter# option settings have changed their numbering as well.
794350276Speter# 
794450276Speter# This has been tested on a preliminary model.
794550276Speter#
794650276Speter# (att5425: added <rmam>/<smam> based on the init string -- esr)
794750276Speteratt5425|tty5425|att4425|AT&T 4425/5425, 
794850276Speter	am, da, db, hs, mir, msgr, xenl, xon, 
794950276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
795050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
795150276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
795250276Speter	clear=\E[H\E[J, cnorm=\E[12;0j, cr=^M, 
795350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
795450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
795550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
795650276Speter	cvvis=\E[12;1j, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
795750276Speter	dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[J, 
795850276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
795950276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
796050276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
796150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
796250276Speter	invis=\E[8m, is1=\E<\E[?3l$<100>, 
796350276Speter	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, 
796450276Speter	is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
796550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
796650276Speter	kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, 
796750276Speter	kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, 
796850276Speter	kf8=\EOj, khome=\E[H, kich1=\E[4h, kil1=\E[L, kind=\E[T, 
796950276Speter	kri=\E[S, ll=\E[24H, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, 
797050276Speter	nel=^M^J, 
797150276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
797250276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, rc=\E8, 
797350276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmam=\E[?7l, 
797450276Speter	rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|, 
797550276Speter	rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, 
797650276Speter	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%;, 
797750276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
797850276Speter	smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m, 
797950276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, 
798050276Speter	vpa=\E[%p1%{1}%+%dd, 
798150276Speter
798250276Speteratt5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels, 
798362449Speter	smkx=\E[21;1j\E[25;4j\Eent, use=att4425, 
798450276Speter
798550276Speteratt5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, 
798650276Speter	cols#132, lm#54, wsl#97, 
798750276Speter	is1=\E[?3h$<100>, use=tty5425, 
798850276Speter
798950276Speter# (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:. 
799050276Speter# I also added <rmam>/<smam> -- esr)
799150276Speteratt4426|tty4426|teletype 4426S, 
799250276Speter	am, da, db, xon, 
799350276Speter	cols#80, lines#24, lm#48, 
799450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
799550276Speter	bel=^G, bold=\E[5m, clear=\E[H\E[2J\E[1U\E[H\E[2J\E[1V, 
799650276Speter	cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
799750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
799850276Speter	cuu=\E[%p1%dA, cuu1=\EA, dch=\E[%p1%dP, dch1=\EP, 
799950276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[0K, home=\E[H, 
800050276Speter	hpa=\E[%p1%dG, ht=^I, hts=\E1, ich=\E[%p1%d@, ich1=\E\^, 
800150276Speter	il=\E[%p1%dL, il1=\EL, ind=^J, indn=\E[%p1%dS, 
800250276Speter	is1=\Ec\E[?7h, is2=\E[m\E[1;24r, kbs=^H, kcbt=\EO, 
800350276Speter	kclr=\E[2J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
800450276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
800550276Speter	kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, ll=\E[24H, 
800650276Speter	nel=^M^J, rc=\E8, rev=\E[7m, ri=\ET, rin=\E[%p1%dT, 
800750276Speter	rmacs=\E(B, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
800850276Speter	rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr0=\E[m\E(B, smacs=\E(0, 
800950276Speter	smam=\E[?7h, smso=\E[5m, smul=\E[4m, tbc=\E[3g, 
801050276Speter	vpa=\E[%p1%dd, 
801150276Speter
801250276Speter# Terminfo entry for the AT&T 510 A Personal Terminal
801350276Speter# Function keys 9 - 16 are available only after the 
801450276Speter# screen labeled (soft keys/action blocks) are labeled.  Function key
801550276Speter# 9 corresponds to the leftmost touch target on the screen,
801650276Speter# function key 16 corresponds to the rightmost.
801750276Speter#
801850276Speter# This entry is based on one done by Ernie Rice at Summit, NJ and
801950276Speter# changed by Anne Gallup, Skokie, IL, ttrdc!anne
802050276Speteratt510a|bct510a|AT&T 510A Personal Terminal, 
802150276Speter	am, mir, msgr, xenl, xon, 
802250276Speter	cols#80, lh#2, lines#24, lw#7, nlab#8, 
802350276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
802450276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
802550276Speter	civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, 
802650276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, 
802750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
802850276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, 
802950276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, 
803050276Speter	el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, ht=^I, 
803150276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E(B\E)1\E[2l, 
803250276Speter	is3=\E[21;1|\212, kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, 
803350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, 
803450276Speter	kf10=\EOd, kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, 
803550276Speter	kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, 
803650276Speter	kf6=\ENf, kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, 
803750276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE, 
803850276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
803950276Speter	rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7, 
804050276Speter	sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;, 
804150276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m, 
804250276Speter	smul=\E[4m, tbc=\E[3g, 
804350276Speter
804450276Speter# Terminfo entry for the AT&T 510 D Personal Terminal
804550276Speter# Function keys 9 through 16 are accessed by bringing up the
804650276Speter# system blocks.
804750276Speter# Function key 9 corresponds to the leftmost touch target on the screen,
804850276Speter# function key 16 corresponds to the rightmost.
804950276Speter#
805050276Speter# There are problems with soft key labeling.  These are due to 
805150276Speter# strangenesses in the native terminal that are impossible to
805250276Speter# describe in a terminfo.  
805350276Speteratt510d|bct510d|AT&T 510D Personal Terminal, 
805450276Speter	am, da, db, mir, msgr, xenl, xon, 
805550276Speter	cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, 
805650276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
805750276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
805850276Speter	clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, 
805950276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, 
806050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
806150276Speter	cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, dch1=\E[P, 
806250276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, 
806350276Speter	el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, 
806450276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
806550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
806650276Speter	invis=\E[8m, is1=\E(B\E)1\E[5;0|, is3=\E[21;1|\212, 
806750276Speter	kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
806850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, 
806950276Speter	kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, 
807050276Speter	kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, kf6=\ENf, 
807150276Speter	kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, ll=\E#2, 
807250276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, mgc=\E\:, nel=\EE, 
807350276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
807450276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
807550276Speter	rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|, 
807650276Speter	rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|, 
807750276Speter	rs2=\E[5;0|, sc=\E7, 
807850276Speter	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%;, 
807950276Speter	sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h, 
808050276Speter	smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m, 
808150276Speter	smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
808250276Speter
808350276Speter# (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
808450276Speteratt500|att513|AT&T 513 using page mode, 
808550276Speter	am, chts, mir, msgr, xenl, xon, 
808650276Speter	cols#80, lh#2, lines#24, lw#8, nlab#8, 
808750276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
808850276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
808950276Speter	clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, 
809050276Speter	csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
809150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
809250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
809350276Speter	cvvis=\E[11;1|, dch=\E[%p1%dP, dch1=\E[P$<1>, dim=\E[2m, 
809450276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
809550276Speter	enacs=\E(B\E)1, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
809650276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
809750276Speter	indn=\E[%p1%dE, invis=\E[8m, 
809850276Speter	is1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l, 
809950276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
810050276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
810150276Speter	kFND=\EOX, kHLP=\EOM, kHOM=\ENM, kIC=\ENJ, kLFT=\ENK, 
810250276Speter	kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, 
810350276Speter	kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRIT=\ENL, kRPL=\EOY, 
810450276Speter	kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kbs=^H, kcan=\EOw, 
810550276Speter	kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, 
810650276Speter	kcrt=\EOn, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
810750276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=\Eent, 
810850276Speter	kext=\EOk, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
810950276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kfnd=\EOx, khlp=\EOm, 
811050276Speter	khome=\E[H, kich1=\ENj, kind=\E[S, kmov=\ENc, kmrk=\ENi, 
811150276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
811250276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
811350276Speter	kres=\EOq, krfr=\ENa, kri=\E[T, krpl=\EOy, krst=\EOB, 
811450276Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2, 
811550276Speter	mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i, 
811650276Speter	nel=\EE, 
811750276Speter	pfkey=\E[%p1%d;%p2%l%d;3;0p   F%p1%d           %p2%s, 
811850276Speter	pfloc=\E[%p1%d;%p2%l%d;2;0p   F%p1%d           %p2%s, 
811950276Speter	pfx=\E[%p1%d;%p2%l%d;1;0p   F%p1%d           %p2%s, 
812050276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
812150276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
812250276Speter	rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l, 
812350276Speter	rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m, 
812450276Speter	rmul=\E[m, 
812550276Speter	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, 
812650276Speter	rs2=\E[5;0|, sc=\E7, 
812750276Speter	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%;, 
812850276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, 
812950276Speter	smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m, 
813050276Speter	smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
813150276Speter
813250276Speter# 01-07-88
813350276Speter# printer must be set to EMUL ANSI to accept ESC codes
813450276Speter# <cuu1> stops at top margin
813550276Speter# <is1> sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
813650276Speter#	and alt font ascii,wrap on,tabs cleared
813750276Speter# <is2> disables newline on LF,Emphasized off
813850276Speter# The <u0> capability sets form length
813950276Speteratt5310|att5320|AT&T Model 53210 or 5320 matrix printer, 
814050276Speter	xhpa, xvpa, 
814150276Speter	bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10, 
814250276Speter	orhi#100, orl#12, orvi#72, 
814350276Speter	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%;, 
814450276Speter	cr=^M, 
814550276Speter	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%;, 
814650276Speter	cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1=\s, cuu1=\EM, 
814750276Speter	ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r, 
814850276Speter	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%;, 
814950276Speter	rshm=\E[m, 
815050276Speter	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(}%;, 
815150276Speter	smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds, 
815250276Speter	smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m, 
815350276Speter	u0=\E[%p1%dt, vpa=\E[%p1%dd, 
815450276Speter
815550276Speter# Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
815650276Speter# The following SET-UP modes are assumed for normal operation:
815750276Speter#	CR_DEF=CR	NL_DEF=INDEX	DUPLEX=FULL
815850276Speter# Other SET-UP modes may be set for operator convenience or communication
815950276Speter# requirements.  This termcap description is for the Resident Terminal Mode.
816050276Speter# No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
816150276Speter# The BRL entry also said: UNSAFE :ll=\E[70H:
816250276Speteratt5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs, 
816350276Speter	am, xon, 
816450276Speter	cols#88, it#8, lines#70, vt#3, 
816550276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
816650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
816750276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
816850276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
816950276Speter	il1=\E[L, ind=^J, indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, 
817050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
817150276Speter	kll=\E[70;1H, nel=^M^J, rc=\E8, ri=\E[T, rin=\E[%p1%dT, 
817250276Speter	rs1=\Ec, sc=\E7, 
817350276Speter
817450276Speter# 5620 terminfo  (2.0 or later ROMS with char attributes)
817550276Speter# The following SET-UP modes are assumed for normal operation:
817650276Speter#	DUPLEX=FULL	GEN_FLOW=ON	NEWLINE=INDEX	RETURN=CR
817750276Speter# Other SET-UP modes may be set for operator convenience or communication
817850276Speter# requirements.  This termcap description is for Resident Terminal Mode.  No
817950276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
818050276Speter# assumptions: <ind> (scroll forward one line) is only done at screen bottom
818150276Speter# Be aware that older versions of the dmd have a firmware bug that affects
818250276Speter# parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
818350276Speter# <msgr> is from an otherwise inferior BRL for this terminal.  That entry
818450276Speter# also has <ll>=\E[70H commented out and marked unsafe.
818550276Speter# For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
818650276Speteratt5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, 
818762449Speter	OTbs, am, msgr, npc, xon, 
818850276Speter	cols#88, it#8, lines#70, 
818950276Speter	bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, 
819050276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
819150276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
819250276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
819350276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
819450276Speter	indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
819550276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kll=\E[70;1H, nel=^J, 
819650276Speter	pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\E[T, 
819750276Speter	rin=\E[%p1%dT, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sc=\E7, 
819850276Speter	sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
819950276Speteratt5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer, 
820050276Speter	lines#24, use=att5620, 
820150276Speteratt5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer, 
820250276Speter	lines#34, use=att5620, 
820350276Speter# 5620 layer running the "S" system's downloaded graphics handler:
820450276Speteratt5620-s|tty5620-s|layer|vitty|5620 S layer, 
820562449Speter	OTbs, OTpt, am, 
820650276Speter	cols#80, it#8, lines#72, 
820750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
820850276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=^K, dl1=\ED, 
820950276Speter	el=\EK, flash=\E^G, ht=^I, il1=\EI, ind=^J, kbs=^H, kclr=\E[2J, 
821050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
821150276Speter	kll=\E[70;1H, 
821250276Speter
821350276Speter# Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
821450276Speter#
821550276Speter# Entries for <kf29> thru <kf46> refer to the alternate keypad mode
821650276Speter# keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
821750276Speteratt605|AT&T 605 80 column 102key keyboard, 
821850276Speter	am, eo, xon, 
821950276Speter	cols#80, lines#24, lw#8, nlab#8, wsl#80, 
822050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
822150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
822250276Speter	cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
822350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
822450276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
822550276Speter	el=\E[K, el1=\E[1K, fsl=\E8, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
822650276Speter	il1=\E[L, ind=^J, invis=\E[8m, 
822750276Speter	is1=\E[8;0|\E[?\E[13;20l\E[?\E[12h, is2=\E[m\017, 
822850276Speter	kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, kclr=\E[2J, 
822950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
823050276Speter	kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, kf11=\ENq, 
823150276Speter	kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, 
823250276Speter	kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, 
823350276Speter	kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, 
823450276Speter	kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, 
823550276Speter	kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, 
823650276Speter	kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, 
823750276Speter	kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, 
823850276Speter	kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, 
823950276Speter	kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@, 
824050276Speter	kil1=\E[L, kind=\E[S, knp=\E[U, kpp=\E[V, ll=\E[24H, 
824150276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
824250276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
824350276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
824450276Speter	rmacs=^O, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
824550276Speter	rs2=\Ec\E[?3l, sc=\E7, sgr0=\E[m\017, smacs=\E)0\016, 
824650276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
824750276Speter	tsl=\E7\E[25;%i%p1%dx, 
824850276Speteratt605-pc|ATT 605 in pc term mode, 
824950276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
825050276Speter	cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
825166963Speter	dch1=\E[P, dl1=\E[M, ich1=\E[@, il1=\E[L, kcbt=\E[Z, 
825250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
825350276Speter	kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, 
825450276Speter	kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
825550276Speter	kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, 
825650276Speter	rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, 
825762449Speter	xonc=e, use=att605, 
825850276Speteratt605-w|AT&T 605-w 132 column 102 key keyboard, 
825950276Speter	cols#132, wsl#132, 
826062449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, 
826162449Speter	use=att605, 
826250276Speter# (att610: I added <rmam>/<smam> based on the init string.  I also
826350276Speter# added <indn> and <rin> because the BSD file says the att615s have them,
826450276Speter# and the 615 is like a 610 with a big keyboard, and most of their other
826550276Speter# smart terminals support the same sequence -- esr)
826650276Speteratt610|AT&T 610; 80 column; 98key keyboard, 
826750276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
826850276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
826950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
827050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
827150276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
827250276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
827350276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
827450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
827550276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
827650276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
827750276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
827850276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
827950276Speter	indn=\E[%p1%dS, invis=\E[8m, 
828050276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0, 
828150276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
828250276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
828350276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
828450276Speter	kf13=\ENs, kf14=\ENt, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
828550276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
828650276Speter	kind=\E[S, kri=\E[T, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, 
828750276Speter	nel=\EE, 
828850276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
828950276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
829050276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
829150276Speter	rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, 
829250276Speter	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%;, 
829350276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
829450276Speter	smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, 
829550276Speteratt610-w|AT&T 610; 132 column; 98key keyboard, 
829650276Speter	cols#132, wsl#132, 
829762449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
829862449Speter	use=att610, 
829950276Speter
830050276Speteratt610-103k|AT&T 610; 80 column; 103key keyboard, 
830150276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
830250276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
830350276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
830450276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
830550276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
830650276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
830750276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
830850276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf9@, kfnd=\EOx, 
830950276Speter	khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, 
831050276Speter	knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, 
831150276Speter	kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, 
831250276Speter	krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, 
831362449Speter	kslt=\ENI, kspd=\EOp, kund=\EOs, use=att610, 
831450276Speteratt610-103k-w|AT&T 610; 132 column; 103key keyboard, 
831550276Speter	cols#132, wsl#132, 
831662449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
831762449Speter	use=att610-103k, 
831850276Speteratt615|AT&T 615; 80 column; 98key keyboard, 
831950276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
832050276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
832150276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
832250276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
832350276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
832450276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
832562449Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610, 
832650276Speteratt615-w|AT&T 615; 132 column; 98key keyboard, 
832750276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
832850276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
832950276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
833050276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
833150276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
833250276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
833362449Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610-w, 
833450276Speteratt615-103k|AT&T 615; 80 column; 103key keyboard, 
833562449Speter	kLFT=\E[ A, kRIT=\E[ @, use=att610-103k, 
833650276Speteratt615-103k-w|AT&T 615; 132 column; 103key keyboard, 
833762449Speter	kLFT=\E[ A, kRIT=\E[ @, use=att610-103k-w, 
833850276Speter# (att620: I added <rmam>/<smam> based on the init string and
833950276Speter# <rin>/<indn> from a BSD termcap -- esr)
834050276Speteratt620|AT&T 620; 80 column; 98key keyboard, 
834150276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
834250276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
834350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
834450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
834550276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
834650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
834750276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
834850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
834950276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
835050276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
835150276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
835250276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
835350276Speter	indn=\E[%p1%dS, invis=\E[8m, 
835450276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h, 
835550276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, 
835650276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
835750276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
835850276Speter	kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
835950276Speter	kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, kf21=\EOI, 
836050276Speter	kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, 
836150276Speter	kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, kf30=\EOQ, 
836250276Speter	kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, 
836350276Speter	kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf4=\EOf, 
836450276Speter	kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, 
836550276Speter	kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
836650276Speter	kf9=\ENo, khome=\E[H, kind=\E[S, kri=\E[T, ll=\E[24H, 
836750276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
836850276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
836950276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
837050276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B\017, rmam=\E[?7l, 
837150276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
837250276Speter	rs2=\Ec\E[?3l, sc=\E7, 
837350276Speter	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%;, 
837450276Speter	sgr0=\E[m\E(B\017, smacs=\E)0\016, smam=\E[?7h, 
837550276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
837650276Speter	tsl=\E7\E[25;%i%p1%dx, 
837750276Speteratt620-w|AT&T 620; 132 column; 98key keyboard, 
837850276Speter	cols#132, wsl#132, 
837962449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
838062449Speter	use=att620, 
838150276Speteratt620-103k|AT&T 620; 80 column; 103key keyboard, 
838250276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
838350276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
838450276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
838550276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
838650276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
838750276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
838850276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
838950276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf15@, kf16@, kf17@, 
839050276Speter	kf18@, kf19@, kf20@, kf21@, kf22@, kf23@, kf24@, kf25@, kf26@, kf27@, 
839150276Speter	kf28@, kf29@, kf30@, kf31@, kf32@, kf33@, kf34@, kf35@, kf36@, kf37@, 
839250276Speter	kf38@, kf39@, kf40@, kf41@, kf42@, kf43@, kf44@, kf45@, kf46@, kf9@, 
839350276Speter	kfnd=\EOx, khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, 
839450276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
839550276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
839650276Speter	kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, 
839762449Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, use=att620, 
839850276Speter
839950276Speteratt620-103k-w|AT&T 620; 132 column; 103key keyboard, 
840050276Speter	cols#132, wsl#132, 
840162449Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, 
840262449Speter	use=att620-103k, 
840350276Speter
840450276Speter# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
840550276Speter# The following SETUP modes are assumed for normal operation:
840650276Speter#	Local_Echo=Off	Gen_Flow=On	Return=CR	Received_Newline=LF
840750276Speter#	Font_Size=Large		Non-Layers_Window_Cols=80
840850276Speter#				Non-Layers_Window_Rows=60
840950276Speter# Other SETUP modes may be set for operator convenience or communication
841050276Speter# requirements.  Some capabilities assume a printer attached to the Aux EIA
841150276Speter# port.  This termcap description is for the Fixed Non-Layers Window.  No
841250276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
841350276Speter# (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
841450276Speteratt630|AT&T 630 windowing terminal, 
841562449Speter	OTbs, am, da, db, mir, msgr, npc, xon, 
841650276Speter	cols#80, it#8, lines#60, lm#0, 
841750276Speter	bel=^G, blink=\E[5m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
841850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
841950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
842050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
842150276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
842250276Speter	el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
842350276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, is2=\E[m, 
842450276Speter	kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
842550276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kent=^M, 
842650276Speter	kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, 
842750276Speter	kf15=\ENu, kf16=\ENv, kf17=\ENw, kf18=\ENx, kf19=\ENy, 
842850276Speter	kf20=\ENz, kf21=\EN{, kf22=\EN|, kf23=\EN}, kf24=\EN~, 
842950276Speter	kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, mc4=\E[?4i, 
843050276Speter	mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, 
843150276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m, 
843250276Speter	rmul=\E[m, rs2=\Ec, sc=\E7, 
843350276Speter	sgr=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m, 
843450276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
843550276Speteratt630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 
843650276Speter	lines#24, use=att630, 
843750276Speter
843850276Speter# This is the att700 entry for 700 native emulation of the AT&T 700
843950276Speter# terminal.  Comments are relative to changes from the 605V2 entry and
844050276Speter# att730 on which the entry is based.  Comments show the terminfo
844150276Speter# capability name, termcap name, and description.
844250276Speter#
844350276Speter# Here is what's going onm in the init string:
844450276Speter#	ESC [ 50;4|	set 700 native mode (really is 605)
844550276Speter# x	ESC [ 56;ps| 	set lines to 24: ps=0; 40: ps=1 (plus status line)
844650276Speter#	ESC [ 53;0|	set GenFlow to Xon/Xoff
844750276Speter#	ESC [ 8 ;0|	set CR on NL 
844850276Speter# x	ESC [ ? 3 l/h	set workspace: 80 col(l); 132 col(h)
844950276Speter#	ESC [ ? 4 l	jump scroll 
845050276Speter#	ESC [ ? 5 l/h	video: normal (l); reverse (h)
845150276Speter#	ESC [ ?13 l	Labels on
845250276Speter#	ESC [ ?15 l	parity check = no
845350276Speter#	ESC [ 13 l	monitor mode off
845450276Speter#	ESC [ 20 l	LF on NL (not CRLF on NL)
845550276Speter#	ESC [ ? 7 h	autowrap on
845650276Speter#	ESC [ 12 h	local echo off
845750276Speter#	ESC ( B		GO = ASCII
845850276Speter#	ESC ) 0		G1 = Special Char & Line Drawing
845950276Speter#	ESC [ ? 31 l	Set 7 bit controls
846050276Speter#
846150276Speter# Note: Most terminals, especially the 600 family use Reverse Video for
846250276Speter# standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
846350276Speter# Assume we should stay with reverse video for 70..  However, the 605V2 exits
846450276Speter# standout mode with \E[m (all normal attributes).  The 730 entry simply
846550276Speter# exits reverse video which would leave other current attributes intact.  It
846650276Speter# was assumed the 730 entry to be more correct so rmso has changed.  The
846750276Speter# 605V2 has no sequences to turn individual attributes off, thus its setting
846850276Speter# and the rmso/smso settings from the 730.
846950276Speter#
847050276Speter# Note: For the same reason as above in rmso I changed exit under-score mode
847150276Speter# to specifically turn off underscore, rather than return to all normal 
847250276Speter# attributes
847350276Speter#
847450276Speter# Note: The following pkey_xmit is taken from the 605V2 which contained the
847550276Speter# capability as pfxl.  It was changed here to pfx since pfxl
847650276Speter# will only compile successfully with Unix 4.0 tic.  Also note that pfx only
847750276Speter# allows strings to be parameters and label values must be programmed as
847850276Speter# constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
847950276Speter# and strings to be parameters.  The 605V2 pfx entry should be examined later
848050276Speter# in this regard. For reference the 730 pfxl entry is shown here for comparison
848150276Speter# 730 pfx entry:
848250276Speter#     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
848350276Speter# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
848450276Speter#
848550276Speter# (for 4.0 tic)
848650276Speter#     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
848750276Speter#
848850276Speter# (for <4.0 tic)
848950276Speter#     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
849050276Speter#
849150276Speter# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
849250276Speter#
849350276Speter# Port1 Interface
849450276Speter#
849550276Speter# modular 10 pin Connector
849650276Speter# Left side       Right side
849750276Speter# Pin 1 2 3 4 5 6 7 8 9 10
849850276Speter#
849950276Speter#        Key (notch) at bottom
850050276Speter#
850150276Speter# Pin    1 DSR
850250276Speter#        3 DCD
850350276Speter#        4 DTR
850450276Speter#        5 Sig Ground
850550276Speter#        6 RD
850650276Speter#        7 SD
850750276Speter#        8 CTS
850850276Speter#        9 RTS
850950276Speter#        10 Frame Ground
851050276Speter#
851150276Speter# The manual is 189 pages and is loaded with details about the escape codes,
851250276Speter# etc..... Available from AT&T CIC 800-432-6600...
851350276Speter# ask for Document number 999-300-660..
851450276Speter#
851550276Speteratt700|AT&T 700 24x80 column display w/102key keyboard, 
851650276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
851750276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
851850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
851950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
852050276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
852150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
852250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
852350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
852450276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
852550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
852650276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fln=4\,4, 
852750276Speter	fsl=\E8, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
852850276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, 
852950276Speter	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, 
853050276Speter	is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, 
853150276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
853250276Speter	kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, 
853350276Speter	kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, 
853450276Speter	kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, 
853550276Speter	kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, 
853650276Speter	kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOq, 
853750276Speter	kf3=\EOe, kf30=\EOr, kf31=\EOs, kf32=\EOt, kf33=\EOu, 
853850276Speter	kf34=\EOv, kf35=\EOw, kf36=\EOx, kf37=\EOy, kf38=\EOu, 
853950276Speter	kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
854050276Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, 
854150276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
854250276Speter	kich1=\E[@, kil1=\E[L, knp=\E[U, kpp=\E[V, ll=\E[24H, 
854350276Speter	mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
854450276Speter	pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s, 
854550276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
854650276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
854750276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[27m, rmul=\E[24m, 
854850276Speter	rmxon=\E[53;3|, rs1=\Ec\E[?3;5l\E[56;0|, sc=\E7, 
854950276Speter	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%;, 
855050276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[p, smso=\E[7m, 
855150276Speter	smul=\E[4m, smxon=\E[53;0|, tbc=\E[3g, 
855250276Speter	tsl=\E7\E[99;%i%p1%dx, 
855350276Speter
855450276Speter# This entry was modified 3/13/90 by JWE.
855550276Speter# fixes include additions of <enacs>, correcting <rep>, and modification
855650276Speter# of <kHOM>.  (See comments below)
855750276Speter# att730 has status line of 80 chars
855850276Speter# These were commented out: <indn=\E[%p1%dS>, <rin=\E[%p1%dT>,
855950276Speter# the <kf25> and up keys are used for shifted system Fkeys
856050276Speter# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
856150276Speter# currently the same as <khome> (unshifted HOME or \E[H).  On the 102, 102+1
856250276Speter# and 122 key keyboards, the 730's translation is \E[2J.  For consistency
856350276Speter# <kHOM> has been commented out.  The user can uncomment <kHOM> if using the
856450276Speter# 102, 102+1, or 122 key keyboards
856550276Speter#       kHOM=\E[2J,
856650276Speter# (att730: I added <rmam>/<smam> based on the init string -- esr)
856750276Speteratt730|AT&T 730 windowing terminal, 
856850276Speter	am, da, db, eslok, hs, mir, msgr, npc, xenl, xon, 
856950276Speter	cols#80, it#8, lh#2, lines#60, lm#0, lw#8, nlab#24, wsl#80, 
857050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
857150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
857250276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
857350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
857450276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
857550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
857650276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
857750276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
857850276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fsl=\E8, 
857950276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
858050276Speter	ind=\ED, invis=\E[8m, 
858150276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B, 
858250276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
858350276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
858450276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
858550276Speter	kf13=\ENs, kf14=\ENt, kf15=\ENu, kf16=\ENv, kf17=\ENw, 
858650276Speter	kf18=\ENx, kf19=\ENy, kf2=\EOd, kf20=\ENz, kf21=\EN{, 
858750276Speter	kf22=\EN|, kf23=\EN}, kf24=\EN~, kf25=\EOC, kf26=\EOD, 
858850276Speter	kf27=\EOE, kf28=\EOF, kf29=\EOG, kf3=\EOe, kf30=\EOH, 
858950276Speter	kf31=\EOI, kf32=\EOJ, kf33=\ENO, kf34=\ENP, kf35=\ENQ, 
859050276Speter	kf36=\ENR, kf37=\ENS, kf38=\ENT, kf39=\EOU, kf4=\EOf, 
859150276Speter	kf40=\EOV, kf41=\EOW, kf42=\EOX, kf43=\EOY, kf44=\EOZ, 
859250276Speter	kf45=\EO[, kf46=\EO\s, kf47=\EO], kf48=\EO\^, kf5=\EOg, 
859350276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
859450276Speter	kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T, 
859550276Speter	mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
859650276Speter	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, 
859750276Speter	pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s, 
859850276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
859950276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
860050276Speter	rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m, 
860150276Speter	rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, sc=\E7, 
860250276Speter	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%;, 
860350276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
860450276Speter	smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h, 
860550276Speter	swidm=\E#6, tsl=\E7\E[;%i%p1%dx, 
860650276Speteratt730-41|730MTG-41|AT&T 730-41 windowing terminal Version, 
860750276Speter	lines#41, use=att730, 
860850276Speteratt730-24|730MTG-24|AT&T 730-24 windowing terminal Version, 
860950276Speter	lines#24, use=att730, 
861050276Speteratt730r|730MTGr|AT&T 730 rev video windowing terminal Version, 
861150276Speter	flash=\E[?5l$<200>\E[?5h, 
861262449Speter	is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, 
861362449Speter	use=att730, 
861450276Speteratt730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, 
861550276Speter	lines#41, use=att730r, 
861650276Speteratt730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, 
861750276Speter	lines#24, use=att730r, 
861850276Speter
861950276Speter# The following represents the screen layout along with the associated
862050276Speter# bezel buttons for the 5430/pt505 terminal. The "kf" designations do
862150276Speter# not appear on the screen but are shown to reference the bezel buttons.
862250276Speter# The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
862350276Speter# position relative to the screen.
862450276Speter#
862550276Speter#
862650276Speter#
862750276Speter#      +----------------------------------------------------------------+
862850276Speter#      |                                                                |
862950276Speter# XXXX | kf0                                                       kf24 | XXXX
863050276Speter#      |                                                                |
863150276Speter#      |                                                                |
863250276Speter# XXXX | kf1                                                       kf23 | XXXX
863350276Speter#      |                                                                |
863450276Speter#      |                                                                |
863550276Speter# XXXX | kf2                                                       kf22 | XXXX
863650276Speter#      |                                                                |
863750276Speter#      |                                                                |
863850276Speter# XXXX | kf3                                                       kf21 | XXXX
863950276Speter#      |                                                                |
864050276Speter#      |                                                                |
864150276Speter# XXXX | kf4                                                       kf20 | XXXX
864250276Speter#      |                                                                |
864350276Speter#      |                                                                |
864450276Speter# XXXX | kf5                                                       kf19 | XXXX
864550276Speter#      |                                                                |
864650276Speter#      |                                                                |
864750276Speter# XXXX | kf6                                                       kf18 | XXXX
864850276Speter#      |                                                                |
864950276Speter#      |                                                                |
865050276Speter# XXXX |                                                                | XXXX
865150276Speter#      |                                                                |
865250276Speter#      |                                                                |
865350276Speter#      +----------------------------------------------------------------+
865450276Speter#
865550276Speter#          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
865650276Speter#
865750276Speter# Note: XXXX represents the screen buttons
865850276Speter#                                                          CMD   REDRAW
865950276Speter#
866050276Speter#                                                          MAIL
866150276Speter#
866250276Speter# version 1 note: 
866350276Speter#	The character string sent by key 'kf26' may be user programmable
866450276Speter#       to send either \E[16s, or \E[26s.
866550276Speter#       The character string sent by key 'krfr' may be user programmable
866650276Speter#       to send either \E[17s, or \E[27s.
866750276Speter#
866850276Speter# Depression of the "CMD" key sends    \E!    (kcmd)
866950276Speter# Depression of the "MAIL" key sends   \E[26s (kf26)
867050276Speter# "REDRAW" same as "REFRESH" (krfr)
867150276Speter#
867250276Speter# "kf" functions adds carriage return to output string if terminal is in
867350276Speter# 'new line' mode.
867450276Speter#
867550276Speter# The following are functions not covered in the table above:
867650276Speter#
867750276Speter#       Set keyboard character (SKC): \EPn1;Pn2w
867850276Speter#                       Pn1= 0 Back Space key
867950276Speter#                       Pn1= 1 Break key
868050276Speter#                       Pn2=   Program char (hex)
868150276Speter#
868250276Speter#       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
868350276Speter#                       Pn1=     Window number (1-39)
868450276Speter#                       Pn2-Pn5= Y;X;Y;X coordinates
868550276Speter#
868650276Speter#       Screen Selection (SSL): \E[Pnu
868750276Speter#                       Pn= Window number
868850276Speter#
868950276Speter#       Set Terminal Modes (SM): \E[Pnh
869050276Speter#                       Pn= 3 Graphics mode
869150276Speter#                       Pn= > Cursor blink
869250276Speter#                       Pn= < Enter new line mode
869350276Speter#                       Pn= = Enter reverse insert/replace mode
869450276Speter#                       Pn= ? Enter no scroll mode
869550276Speter#
869650276Speter#       Reset Terminal Mode (RM): \E[Pnl
869750276Speter#                       Pn= 3 Exit graphics mode
869850276Speter#                       Pn= > Exit cursor blink
869950276Speter#                       Pn= < Exit new line mode
870050276Speter#                       Pn= = Exit reverse insert/replace mode
870150276Speter#                       Pn= ? Exit no scroll mode
870250276Speter#
870350276Speter#       Screen Status Report (SSR): \E[Pnp
870450276Speter#                       Pn= 0 Request current window number
870550276Speter#                       Pn= 1 Request current window dimensions
870650276Speter#
870750276Speter#       Device Status Report (DSR): \E[6n    Request cursor position
870850276Speter#
870950276Speter#       Call Status Report (CSR): \E[Pnv
871050276Speter#                       Pn= 0 Call failed
871150276Speter#                       Pn= 1 Call successful
871250276Speter#
871350276Speter#       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
871450276Speter#                       Pn1= Button number to be loaded
871550276Speter#                       Pn2= Character count of "string"
871650276Speter#                       Pn3= Key mode being loaded:
871750276Speter#                               0= Unshifted
871850276Speter#                               1= Shifted
871950276Speter#                               2= Control
872050276Speter#                       String= Text string (15 chars max)
872150276Speter#
872250276Speter#       Screen Number Report (SNR): \E[Pnp
872350276Speter#                       Pn= Screen number
872450276Speter#
872550276Speter#       Screen Dimension Report (SDR): \E[Pn1;Pn2r
872650276Speter#                       Pn1= Number of rows available in window
872750276Speter#                       Pn2= Number of columns available in window
872850276Speter#
872950276Speter#       Cursor Position Report (CPR): \E[Pn1;Pn2R
873050276Speter#                       Pn1= "Y" Position of cursor
873150276Speter#                       Pn2= "X" Position of cursor
873250276Speter#
873350276Speter#       Request Answer Back (RAB): \E[c
873450276Speter#
873550276Speter#       Answer Back Response (ABR): \E[?;*;30;VSV
873650276Speter#                       *=  0 No printer available
873750276Speter#                       *=  2 Printer available
873850276Speter#                       V=  Software version number
873950276Speter#                       SV= Software sub version number
874050276Speter#	(printer-available field not documented in v1)
874150276Speter#
874250276Speter#       Screen Alignment Aid: \En
874350276Speter#
874450276Speter#       Bell (lower pitch): \E[x
874550276Speter#
874650276Speter#       Dial Phone Number: \EPdstring\
874750276Speter#                       string= Phone number to be dialed
874850276Speter#
874950276Speter#       Set Phone Labels: \EPpstring\
875050276Speter#                       string= Label for phone buttons
875150276Speter#
875250276Speter#       Set Clock: \EPchour;minute;second\
875350276Speter#
875450276Speter#       Position Clock: \EPsY;X\
875550276Speter#                       Y= "Y" coordinate
875650276Speter#                       X= "X" coordinate
875750276Speter#
875850276Speter#       Delete Clock: \Epr\
875950276Speter#
876050276Speter#       Programming The Function Buttons: \EPfPn;string\
876150276Speter#                       Pn= Button number (00-06, 18-24)
876250276Speter#                                         (kf00-kf06, kf18-kf24)
876350276Speter#                       string= Text to sent on button depression
876450276Speter#
876550276Speter# The following in version 2 only:
876650276Speter#
876750276Speter#       Request For Local Directory Data: \EPp12;\
876850276Speter#
876950276Speter#       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
877050276Speter#
877150276Speter#	Request for Local Directory Data in print format: \EPp13;\
877250276Speter#
877350276Speter#	Enable 'Prt on Line' mode: \022 (DC2)
877450276Speter#
877550276Speter#	Disable 'Prt on Line' mode: \024 (DC4)
877650276Speter#
877750276Speter
877850276Speter# 05-Aug-86:
877950276Speter# The following Terminfo entry describes functions which are supported by
878050276Speter# the AT&T 5430/pt505 terminal software version 2 and later.
878150276Speteratt505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal, 
878250276Speter	am, xon, 
878350276Speter	cols#80, it#8, lines#24, 
878450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
878550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, 
878650276Speter	cnorm=\E[>l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
878750276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
878850276Speter	cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
878950276Speter	cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
879062449Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E[2K, home=\E[H, ht=^I, 
879150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, 
879250276Speter	is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l, 
879350276Speter	kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
879450276Speter	kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, 
879550276Speter	kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, 
879662449Speter	kf22=\E[22s, kf23=\E[23s, kf24=\E[24s, kf26=\E[26s, 
879750276Speter	kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, 
879850276Speter	krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
879950276Speter	rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m, 
880050276Speter	rmul=\E[m, rs1=\Ec, sc=\E7, sgr0=\E[m, smacs=\E[11m, 
880150276Speter	smam=\E[11;0j, smir=\E[4h, smso=\E[1m, smul=\E[4m, 
880250276Speter
880350276Speter# The following Terminfo entry describes functions which are supported by
880450276Speter# the AT&T 5430/pt505 terminal software version 1.
880550276Speteratt505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines, 
880650276Speter	lines#24, 
880750276Speter	mc4@, mc5@, rc@, rmam@, sc@, smam@, use=att505, 
880850276Spetertt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines, 
880950276Speter	lines#22, use=att505, 
881050276Speter#
881150276Speter#### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
881250276Speter# This cut mark helps make life less painful for people running ncurses tic
881350276Speter# on machines with relatively little RAM.  The file can be broken in half here
881450276Speter# cleanly and compiled in sections -- no `use' references cross this cut
881550276Speter# going forward.
881650276Speter#
881750276Speter
881850276Speter#### Ampex (Dialogue)
881950276Speter#
882050276Speter# Yes, these are the same people who are better-known for making audio- and
882150276Speter# videotape.  I'm told they are located in Redwood City, CA.
882250276Speter#
882350276Speter
882450276Speter# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
882550276Speter# (ampex80: some capabilities merged in from SCO's entry -- esr)
882650276Speterampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, 
882762449Speter	OTbs, am, bw, ul, 
882850276Speter	cols#80, it#8, lines#24, 
882950276Speter	bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, 
883050276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
883150276Speter	dch1=\EW, dl1=\ER$<5*>, ed=\Ey, el=\Et, ht=^I, hts=\E1, 
883250276Speter	ich1=\EQ, il1=\EE$<5*>, ind=^J, is2=\EA, rmso=\Ek, rmul=\Em, 
883350276Speter	smso=\Ej, smul=\El, tbc=\E3, 
883450276Speter# This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
883550276Speterampex175|ampex d175, 
883650276Speter	am, 
883750276Speter	cols#80, lines#24, 
883850276Speter	bel=^G, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
883950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
884050276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
884150276Speter	is2=\EX\EA\EF, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
884250276Speter	kdch1=\EW, kdl1=\ER, khome=^^, kich1=\EQ, kil1=\EE, ll=^^^K, 
884350276Speter	rmcup=\EF, rmso=\Ek, rmul=\Em, smcup=\EN, smso=\Ej, smul=\El, 
884450276Speter# No backspace key in the main QWERTY cluster. Fortunately, it has a
884550276Speter# NEWLINE/PAGE key just above RETURN that sends a strange single-character
884650276Speter# code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
884750276Speter# mode), this key can be used as the erase key; I find I like this. Because
884850276Speter# some people and some systems may not, there is another termcap ("ampex175")
884950276Speter# that suppresses this little eccentricity by omitting the relevant capability.
885050276Speterampex175-b|ampex d175 using left arrow for erase, 
885162449Speter	kbs=^_, use=ampex175, 
885250276Speter# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
885350276Speter# (ampex210: removed obsolete ":kn#10:" -- esr)
885450276Speterampex210|a210|ampex a210, 
885562449Speter	OTbs, am, hs, xenl, 
885650276Speter	cols#80, it#8, lines#24, xmc#1, 
885750276Speter	cbt=\EI, clear=\E*, cub1=^H, cuf1=^L, 
885850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
885950276Speter	dl1=\ER, ed=\Ey, el=\Et, flash=\EU\EX\EU\EX\EU\EX\EU\EX, 
886050276Speter	fsl=\E.2, home=^^, ht=^I, ich1=\EQ, 
886150276Speter	if=/usr/share/tabset/std, il1=\EE, invis@, 
886250276Speter	is2=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En, kcub1=^H, 
886350276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
886450276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
886550276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, khome=^^, 
886650276Speter	tsl=\E.0\Eg\E}\Ef, use=adm+sgr, 
886750276Speter# (ampex219: I added <rmam>/<smam> based on the init string, added <cvvis>
886850276Speter# from ampex219w, added <cnorm>=\E[?3l, irresistibly suggested by <cvvis>,
886950276Speter# and moved the padding to be *after* the caps -- esr)
887050276Speterampex219|ampex-219|amp219|Ampex with Automargins, 
887150276Speter	hs, xenl, 
887250276Speter	cols#80, it#8, lines#24, 
887350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, cbt=\E[Z, 
887450276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?3l, cr=^M, 
887550276Speter	csr=%i\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, 
887650276Speter	cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, 
887750276Speter	cuu1=\E[A$<2>, cvvis=\E[?3h, dim=\E[1m, ed=\E[J$<50>, 
887850276Speter	el=\E[K$<3>, home=\E[H, ht=^I, ind=^J, 
887950276Speter	is2=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
888050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[21~, 
888150276Speter	kf1=\E[7~, kf2=\E[8~, kf3=\E[9~, kf4=\E[10~, kf5=\E[11~, 
888250276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
888350276Speter	rev=\E[7m, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E>, 
888450276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, sgr0=\E[m$<2>, smam=\E[?7h, 
888550276Speter	smkx=\E=, smso=\E[7m$<2>, smul=\E[4m$<2>, 
888650276Speterampex219w|ampex-219w|amp219w|Ampex 132 cols, 
888750276Speter	cols#132, lines#24, 
888850276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
888950276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, use=ampex219, 
889050276Speter# (ampex232: removed <if=/usr/share/tabset/ampex>, no file and no <hts> --esr) 
889150276Speterampex232|ampex-232|Ampex Model 232, 
889250276Speter	am, 
889350276Speter	cols#80, lines#24, xmc#1, 
889450276Speter	cbt=\EI, civis=\E.0, clear=\E+, cnorm=\E.4, cub1=^H, cud1=^V, 
889550276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
889650276Speter	dch1=\EW, dl1=\ER$<5*/>, ed=\EY, el=\ET, 
889750276Speter	flash=\Eb$<200/>\Ed, ht=^I, ich1=\EQ, il1=\EE$<5*/>, 
889850276Speter	invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, 
889950276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
890050276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
890162449Speter	kf9=^AI\r, khome=^^, use=adm+sgr, 
890250276Speter# (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr) 
890350276Speterampex232w|Ampex Model 232 / 132 columns, 
890450276Speter	cols#132, lines#24, 
890550276Speter	is2=\E\034Eg\El, use=ampex232, 
890650276Speter
890750276Speter#### Ann Arbor (aa)
890850276Speter#
890950276Speter# Ann Arbor made dream terminals for hackers -- large screen sizes and huge
891050276Speter# numbers of function keys.  At least some used monitors in portrait mode,
891150276Speter# allowing up to 76-character screen heights!  They were reachable at:
891250276Speter#
891350276Speter#	Ann Arbor Terminals
891450276Speter#	6175 Jackson Road
891550276Speter#	Ann Arbor, MI 48103
891650276Speter#	(313)-663-8000
891750276Speter#
891850276Speter# But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
891950276Speter# can't be found on the Web; I fear they're long dead.  R.I.P.
892050276Speter#
892150276Speter
892250276Speter
892350276Speter# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
892450276Speter# Highly modified 6/22 by Mike O'Brien.
892550276Speter# split out into several for the various screen sizes by dave-yost@rand
892650276Speter# Modifications made 3/82 by Mark Horton
892750276Speter# Modified by Tom Quarles at UCB for greater efficiency and more diversity
892850276Speter# status line moved to top of screen, <flash> removed 5/82
892950276Speter# Some unknown person at SCO then hacked the init strings to make them more
893050276Speter# efficient.
893150276Speter#
893250276Speter# assumes the following setup:
893350276Speter#   A menu: 0000 1010  0001 0000
893450276Speter#   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
893550276Speter#   C menu: 56   66   0    0    9600  0110 1100
893650276Speter#   D menu: 0110 1001   1   0
893750276Speter#
893850276Speter#	Briefly, the settings are for the following modes:
893950276Speter#	   (values are for bit set/clear with * indicating our preference
894050276Speter#	    and the value used to test these termcaps)
894150276Speter#	Note that many of these settings are irrelevent to the terminfo
894250276Speter#	and are just set to the default mode of the terminal as shipped
894350276Speter#	by the factory.
894450276Speter#
894550276Speter# A menu: 0000 1010  0001 0000
894650276Speter#	Block/underline cursor*
894750276Speter#	blinking/nonblinking cursor*
894850276Speter#	key click/no key click*
894950276Speter#	bell/no bell at column 72*
895050276Speter#
895150276Speter#	key pad is cursor control*/key pad is numeric
895250276Speter#	return and line feed/return for <cr> key *
895350276Speter#	repeat after .5 sec*/no repeat
895450276Speter#	repeat at 25/15 chars per sec. *
895550276Speter#
895650276Speter#	hold data until pause pressed/process data unless pause pressed*
895750276Speter#	slow scroll/no slow scroll*
895850276Speter#	Hold in area/don't hold in area*
895950276Speter#	functions keys have default*/function keys disabled on powerup
896050276Speter#
896150276Speter#	show/don't show position of cursor during page transmit*
896250276Speter#	unused
896350276Speter#	unused
896450276Speter#	unused
896550276Speter#
896650276Speter# B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
896750276Speter#	Baud rate (9600*)
896850276Speter#
896950276Speter#	2 bits of parity - 00=odd,01=even*,10=space,11=mark
897050276Speter#	1 stop bit*/2 stop bits
897150276Speter#	parity error detection off*/on
897250276Speter#
897350276Speter#	keyboard local/on line*
897450276Speter#	half/full duplex*
897550276Speter#	disable/do not disable keyboard after data transmission*
897650276Speter#
897750276Speter#	transmit entire page/stop transmission at cursor*
897850276Speter#	transfer/do not transfer protected characters*
897950276Speter#	transmit all characters/transmit only selected characters*
898050276Speter#	transmit all selected areas/transmit only 1 selected area*
898150276Speter#
898250276Speter#	transmit/do not transmit line separators to host*
898350276Speter#	transmit/do not transmit page tab stops tabs to host*
898450276Speter#	transmit/do not transmit column tab stop tabs to host*
898550276Speter#	transmit/do not transmit graphics control (underline,inverse..)*
898650276Speter#
898750276Speter#	enable*/disable auto XON/XOFF control
898850276Speter#	require/do not require receipt of a DC1 from host after each LF*
898950276Speter#	pause key acts as a meta key/pause key is pause*
899050276Speter#	unused
899150276Speter#
899250276Speter#	unused
899350276Speter#	unused
899450276Speter#	unused
899550276Speter#	unused
899650276Speter#
899750276Speter#	XON character (17*)
899850276Speter#	XOFF character (19*)
899950276Speter#
900050276Speter# C menu: 56   66   0    0    9600  0110 1100
900150276Speter#	number of lines to print data on (printer) (56*)
900250276Speter#
900350276Speter#	number of lines on a sheet of paper (printer) (66*)
900450276Speter#
900550276Speter#	left margin (printer) (0*)
900650276Speter#
900750276Speter#	number of pad chars on new line to printer (0*)
900850276Speter#
900950276Speter#	printer baud rate (9600*)
901050276Speter#
901150276Speter#	printer parity: 00=odd,01=even*,10=space,11=mark
901250276Speter#	printer stop bits: 2*/1
901350276Speter#	print/do not print guarded areas*
901450276Speter#
901550276Speter#	new line is: 01=LF,10=CR,11=CRLF*
901650276Speter#	unused
901750276Speter#	unused
901850276Speter#
901950276Speter# D menu: 0110 1001   1   0
902050276Speter#	LF is newline/LF is down one line, same column*
902150276Speter#	wrap to preceding line if move left from col 1*/don't wrap
902250276Speter#	wrap to next line if move right from col 80*/don't wrap
902350276Speter#	backspace is/is not destructive*
902450276Speter#
902550276Speter#	display*/ignore DEL character
902650276Speter#	display will not/will scroll*
902750276Speter#	page/column tab stops*
902850276Speter#	erase everything*/erase unprotected only
902950276Speter#
903050276Speter#	editing extent: 0=display,1=line*,2=field,3=area
903150276Speter#
903250276Speter#	unused
903350276Speter#
903450276Speter
903550276Speterannarbor4080|aa4080|ann arbor 4080, 
903662449Speter	OTbs, am, 
903750276Speter	cols#80, lines#40, 
903850276Speter	bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, 
903950276Speter	cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c, 
904050276Speter	cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, 
904150276Speter	kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, 
904250276Speter
904350276Speter# Strange Ann Arbor terminal from BRL
904450276Speteraas1901|Ann Arbor K4080 w/S1901 mod, 
904550276Speter	am, 
904650276Speter	cols#80, lines#40, 
904750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^N, 
904850276Speter	home=^K, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, ll=^O\0c, 
904950276Speter	nel=^M^J, 
905050276Speter
905150276Speter# If you're using the GNU termcap library, add
905250276Speter#	:cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
905350276Speter# to these capabilities.  This is the nonstandard GNU termcap scrolling
905450276Speter# capability, arguments are:
905550276Speter#   1. Total number of lines on the screen.
905650276Speter#   2. Number of lines above desired scroll region.
905750276Speter#   3. Number of lines below (outside of) desired scroll region.
905850276Speter#   4. Total number of lines on the screen, the same as the first parameter.
905950276Speter# The generic Ann Arbor entry is the only one that uses this.
906050276Speteraaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), 
906162449Speter	OTbs, am, km, mc5i, mir, xon, 
906250276Speter	cols#80, it#8, 
906350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
906450276Speter	clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
906550276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
906650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
906750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
906850276Speter	el=\E[K$<5>, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
906950276Speter	hts=\EH, ich=\E[%p1%d@$<4*>, ich1=\E[@$<4>, il=\E[%p1%dL, 
907050276Speter	il1=\E[L$<3>, ind=^K, invis=\E[8m, is1=\E[m\E7\E[H\E9\E8, 
907150276Speter	is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kbs=^H, kcbt=\E[Z, 
907250276Speter	kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
907350276Speter	kdch1=\E[P, kdl1=\E[M, kf1=\EOA, kf10=\EOJ, kf11=\EOK, 
907450276Speter	kf12=\EOL, kf13=\EOM, kf14=\EON, kf15=\EOO, kf16=\EOP, 
907550276Speter	kf17=\EOQ, kf18=\EOR, kf19=\EOS, kf2=\EOB, kf20=\EOT, 
907650276Speter	kf21=\EOU, kf22=\EOV, kf23=\EOW, kf24=\EOX, kf3=\EOC, 
907750276Speter	kf4=\EOD, kf5=\EOE, kf6=\EOF, kf7=\EOG, kf8=\EOH, kf9=\EOI, 
907850276Speter	khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i, 
907950276Speter	mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8, 
908050276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
908150276Speter	rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\, 
908250276Speter	rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7, 
908350276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
908450276Speter	sgr0=\E[m, 
908550276Speter	smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\, 
908650276Speter	smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
908750276Speter	vpa=\E[%p1%{1}%+%dd, 
908850276Speter
908950276Speteraaa+rv|ann arbor ambassador in reverse video, 
909050276Speter	blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m, 
909150276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
909250276Speter	rs1=\E[H\E[7m\E[J$<156>, 
909350276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
909450276Speter	sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m, 
909550276Speter# Ambassador with the DEC option, for partial vt100 compatibility.
909650276Speteraaa+dec|ann arbor ambassador in dec vt100 mode, 
909750276Speter	acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}, 
909850276Speter	csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N, 
909950276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;, 
910050276Speter	smacs=^O, 
910150276Speteraaa-18|ann arbor ambassador/18 lines, 
910250276Speter	lines#18, 
910350276Speter	is2=\E7\E[60;0;0;18p\E8, 
910462449Speter	rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, 
910562449Speter	use=aaa+unk, 
910650276Speteraaa-18-rv|ann arbor ambassador/18 lines+reverse video, 
910750276Speter	use=aaa+rv, use=aaa-18, 
910850276Speteraaa-20|ann arbor ambassador/20 lines, 
910950276Speter	lines#20, 
911050276Speter	is2=\E7\E[60;0;0;20p\E8, 
911162449Speter	rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, 
911262449Speter	use=aaa+unk, 
911350276Speteraaa-22|ann arbor ambassador/22 lines, 
911450276Speter	lines#22, 
911550276Speter	is2=\E7\E[60;0;0;22p\E8, 
911662449Speter	rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, 
911762449Speter	use=aaa+unk, 
911850276Speteraaa-24|ann arbor ambassador/24 lines, 
911950276Speter	lines#24, 
912050276Speter	is2=\E7\E[60;0;0;24p\E8, 
912162449Speter	rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, 
912262449Speter	use=aaa+unk, 
912350276Speteraaa-24-rv|ann arbor ambassador/24 lines+reverse video, 
912450276Speter	use=aaa+rv, use=aaa-24, 
912550276Speteraaa-26|ann arbor ambassador/26 lines, 
912650276Speter	lines#26, 
912750276Speter	is2=\E7\E[60;0;0;26p\E8, 
912850276Speter	rmcup=\E[60;0;0;26p\E[26;1H\E[K, 
912950276Speter	smcup=\E[H\E[J$<156>\E[26;0;0;26p, use=aaa+unk, 
913050276Speteraaa-28|ann arbor ambassador/28 lines, 
913150276Speter	lines#28, 
913250276Speter	is2=\E7\E[60;0;0;28p\E8, 
913350276Speter	rmcup=\E[60;0;0;28p\E[28;1H\E[K, 
913450276Speter	smcup=\E[H\E[J$<156>\E[28;0;0;28p, use=aaa+unk, 
913550276Speteraaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status, 
913650276Speter	eslok, hs, 
913750276Speter	lines#29, 
913850276Speter	dsl=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
913950276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, 
914050276Speter	rmcup=\E[60;1;0;30p\E[29;1H\E[K, 
914150276Speter	smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, 
914262449Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
914350276Speteraaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video, 
914450276Speter	use=aaa+rv, use=aaa-30-s, 
914550276Speteraaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context, 
914650276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
914750276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, 
914850276Speteraaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video, 
914950276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
915050276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, 
915150276Speteraaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, 
915250276Speter	lines#30, 
915350276Speter	is2=\E7\E[60;0;0;30p\E8, 
915450276Speter	rmcup=\E[60;0;0;30p\E[30;1H\E[K, 
915550276Speter	smcup=\E[H\E[J$<156>\E[30;0;0;30p, use=aaa+unk, 
915650276Speteraaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video, 
915750276Speter	use=aaa+rv, use=aaa-30, 
915850276Speteraaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context, 
915950276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
916050276Speter	use=aaa-30, 
916150276Speteraaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context, 
916250276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
916350276Speter	use=aaa+rv, use=aaa-30, 
916450276Speteraaa-36|ann arbor ambassador/36 lines, 
916550276Speter	lines#36, 
916650276Speter	is2=\E7\E[60;0;0;36p\E8, 
916750276Speter	rmcup=\E[60;0;0;36p\E[36;1H\E[K, 
916850276Speter	smcup=\E[H\E[J$<156>\E[36;0;0;36p, use=aaa+unk, 
916950276Speteraaa-36-rv|ann arbor ambassador/36 lines+reverse video, 
917050276Speter	use=aaa+rv, use=aaa-36, 
917150276Speteraaa-40|ann arbor ambassador/40 lines, 
917250276Speter	lines#40, 
917350276Speter	is2=\E7\E[60;0;0;40p\E8, 
917450276Speter	rmcup=\E[60;0;0;40p\E[40;1H\E[K, 
917550276Speter	smcup=\E[H\E[J$<156>\E[40;0;0;40p, use=aaa+unk, 
917650276Speteraaa-40-rv|ann arbor ambassador/40 lines+reverse video, 
917750276Speter	use=aaa+rv, use=aaa-40, 
917850276Speteraaa-48|ann arbor ambassador/48 lines, 
917950276Speter	lines#48, 
918050276Speter	is2=\E7\E[60;0;0;48p\E8, 
918150276Speter	rmcup=\E[60;0;0;48p\E[48;1H\E[K, 
918250276Speter	smcup=\E[H\E[J$<156>\E[48;0;0;48p, use=aaa+unk, 
918350276Speteraaa-48-rv|ann arbor ambassador/48 lines+reverse video, 
918450276Speter	use=aaa+rv, use=aaa-48, 
918550276Speteraaa-60-s|ann arbor ambassador/59 lines+status, 
918650276Speter	eslok, hs, 
918750276Speter	lines#59, 
918850276Speter	dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
918950276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, 
919062449Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, 
919150276Speteraaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video, 
919250276Speter	use=aaa+rv, use=aaa-60-s, 
919350276Speteraaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video, 
919450276Speter	use=aaa+dec, use=aaa+rv, use=aaa-60-s, 
919550276Speteraaa-60|ann arbor ambassador/60 lines, 
919650276Speter	lines#60, 
919762449Speter	is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, 
919862449Speter	use=aaa+unk, 
919950276Speteraaa-60-rv|ann arbor ambassador/60 lines+reverse video, 
920050276Speter	use=aaa+rv, use=aaa-60, 
920150276Speteraaa-db|ann arbor ambassador 30/destructive backspace, 
920262449Speter	OTbs@, 
920362449Speter	cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, use=aaa-30, 
920450276Speter
920550276Speterguru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, 
920650276Speter	lines#33, 
920750276Speter	flash=\E[>59h$<100>\E[>59l, 
920850276Speter	is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, 
920962449Speter	rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, use=aaa+unk, 
921050276Speterguru+rv|guru changes for reverse video, 
921150276Speter	flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, 
921250276Speterguru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, 
921350276Speter	use=guru+rv, use=guru-33, 
921450276Speterguru+s|guru status line, 
921550276Speter	eslok, hs, 
921650276Speter	dsl=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, 
921750276Speter	rmcup=\E[255;1p\E[255;1H\E[K, smcup=, 
921850276Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, 
921950276Speterguru-nctxt|guru with no saved context, 
922050276Speter	smcup=\E[H\E[J$<156>\E[33p\E[255;1H\E[K, use=guru, 
922150276Speterguru-s|guru-33-s|ann arbor guru/33 lines+status, 
922250276Speter	lines#32, 
922350276Speter	is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, 
922462449Speter	smcup=\E[33;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
922550276Speterguru-24|ann arbor guru 24 lines, 
922650276Speter	cols#80, lines#24, 
922762449Speter	is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, 
922862449Speter	use=guru+unk, 
922950276Speterguru-44|ann arbor guru 44 lines, 
923050276Speter	cols#97, lines#44, 
923162449Speter	is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, 
923262449Speter	use=guru+unk, 
923350276Speterguru-44-s|ann arbor guru/44 lines+status, 
923450276Speter	lines#43, 
923550276Speter	is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, 
923662449Speter	smcup=\E[44;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
923750276Speterguru-76|guru with 76 lines by 89 cols, 
923850276Speter	cols#89, lines#76, 
923962449Speter	is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, 
924062449Speter	use=guru+unk, 
924150276Speterguru-76-s|ann arbor guru/76 lines+status, 
924250276Speter	cols#89, lines#75, 
924350276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, 
924462449Speter	smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
924550276Speterguru-76-lp|guru-lp|guru with page bigger than line printer, 
924650276Speter	cols#134, lines#76, 
924762449Speter	is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, 
924862449Speter	use=guru+unk, 
924950276Speterguru-76-w|guru 76 lines by 178 cols, 
925050276Speter	cols#178, lines#76, 
925162449Speter	is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, 
925262449Speter	use=guru+unk, 
925350276Speterguru-76-w-s|ann arbor guru/76 lines+status+wide, 
925450276Speter	cols#178, lines#75, 
925550276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, 
925662449Speter	smcup=\E[76;1p\E[255;1H\E[K, use=guru+s, use=guru+unk, 
925750276Speterguru-76-wm|guru 76 lines by 178 cols with 255 cols memory, 
925850276Speter	cols#178, lines#76, 
925962449Speter	is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, 
926062449Speter	use=guru+unk, 
926150276Speteraaa-rv-unk|ann arbor unknown type, 
926250276Speter	lh#0, lw#0, nlab#0, 
926350276Speter	blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m, 
926450276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
926550276Speter	rs1=\E[H\E[7m\E[J, 
926650276Speter	sgr=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
926750276Speter	sgr0=\E[7m, smso=\E[m, smul=\E[4;7m, 
926850276Speter
926950276Speter#### Applied Digital Data Systems (adds)
927050276Speter#
927150276Speter# ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
927250276Speter# ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
927350276Speter# terminals was merged again.  Then AT&T sold the terminal business to
927450276Speter# SunRiver, which later changed its  name to Boundless Technologies.  The
927550276Speter# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
927650276Speter# as of early 1995) are at:
927750276Speter#
927850276Speter#	Boundless Technologies
927950276Speter#	100 Marcus Boulevard
928050276Speter#	Hauppauge, NY 11788-3762
928150276Speter#	Vox: (800)-231-5445
928250276Speter#	Fax: (516)-342-7378
928350276Speter#	Web: http://boundless.com
928450276Speter#
928550276Speter# Their voice mail used to describe the place as "SunRiver (formerly ADDS)". 
928650276Speter# In 1995 Boundless acquired DEC's terminals business.  
928750276Speter#
928850276Speter
928950276Speter# Regent: lowest common denominator, works on all regents.
929050276Speter# (regent: renamed ":bc:" to ":le:" -- esr)
929150276Speterregent|Adds Regent Series, 
929262449Speter	OTbs, am, 
929350276Speter	cols#80, lines#24, 
929450276Speter	bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, 
929550276Speter	home=\EY\s\s, ind=^J, ll=^A, 
929650276Speter# Regent 100 has a bug where if computer sends escape when user is holding
929750276Speter# down shift key it gets confused, so we avoid escape.
929850276Speterregent100|Adds Regent 100, 
929950276Speter	xmc#1, 
930062449Speter	bel=^G, 
930162449Speter	cup=\013%p1%' '%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
930250276Speter	kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, 
930350276Speter	kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, 
930450276Speter	lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, 
930562449Speter	sgr0=\E0@, smso=\E0P, smul=\E0`, use=regent, 
930662449Speterregent20|Adds Regent 20, 
930762449Speter	bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, 
930850276Speter	use=regent, 
930950276Speterregent25|Adds Regent 25, 
931062449Speter	bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, 
931162449Speter	use=regent20, 
931250276Speterregent40|Adds Regent 40, 
931350276Speter	xmc#1, 
931450276Speter	bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, 
931550276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
931650276Speter	kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, 
931750276Speter	lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, sgr0=\E0@, smso=\E0P, 
931862449Speter	smul=\E0`, use=regent25, 
931950276Speterregent40+|Adds Regent 40+, 
932050276Speter	is2=\EB, use=regent40, 
932150276Speterregent60|regent200|Adds Regent 60, 
932250276Speter	dch1=\EE, is2=\EV\EB, kdch1=\EE, kich1=\EF, krmir=\EF, 
932350276Speter	rmir=\EF, rmso=\ER\E0@\EV, smir=\EF, smso=\ER\E0P\EV, 
932450276Speter	use=regent40+, 
932550276Speter# From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
932650276Speter# (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
932750276Speterviewpoint|addsviewpoint|adds viewpoint, 
932862449Speter	OTbs, am, 
932950276Speter	cols#80, lines#24, 
933050276Speter	bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, 
933150276Speter	cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
933250276Speter	cvvis=\017\E0P, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, 
933350276Speter	ind=^J, is2=\017\E0`, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
933450276Speter	kf0=^B1, kf2=^B2, kf3=^B!, kf4=^B", kf5=^B#, khome=^A, ll=^A, 
933550276Speter	rmso=^O, rmul=^O, sgr0=^O, smso=^N, smul=^N, 
933650276Speter# Some viewpoints have bad ROMs that foo up on ^O
933750276Speterscrewpoint|adds viewpoint with ^O bug, 
933850276Speter	cvvis@, rmso@, rmul@, smso@, smul@, use=viewpoint, 
933950276Speter
934050276Speter# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
934150276Speter# The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.  
934250276Speter# Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
934350276Speter# underline=01100000, rev=01010000, blink=01000010,dim=01000001,
934450276Speter# invis=01000100 and %c is the logical or of desired attributes.
934550276Speter# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
934650276Spetervp3a+|viewpoint3a+|adds viewpoint 3a+, 
934750276Speter	am, bw, 
934850276Speter	cols#80, it#8, lines#24, 
934950276Speter	civis=^W, clear=\E*$<80>, cnorm=^X, cr=^M, cub1=^H, cud1=^J, 
935050276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
935150276Speter	ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
935250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, 
935350276Speter	sgr=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), 
935450276Speter	sgr0=\E(, smso=\E0Q\E), 
935550276Spetervp60|viewpoint60|addsvp60|adds viewpoint60, 
935650276Speter	use=regent40, 
935750276Speter#
935850276Speter# adds viewpoint 90 - from cornell
935950276Speter# Note:  emacs sends ei occasionally to insure the terminal is out of
936050276Speter#        insert mode. This unfortunately puts the viewpoint90 IN insert
936150276Speter#        mode.  A hack to get around this is <ich1=\EF\s\EF^U>.  (Also,
936250276Speter#   -    :ei=:im=: must be present in the termcap translation.)
936350276Speter#   -    <xhp> indicates glitch that attributes stick to location
936450276Speter#   -    <msgr> means it's safe to move in standout mode
936550276Speter#   -    <clear=\EG\Ek>: clears screen and visual attributes without affecting
936650276Speter#               the status line
936750276Speter# Function key and label capabilities merged in from SCO.
936850276Spetervp90|viewpoint90|adds viewpoint 90, 
936962449Speter	OTbs, bw, msgr, xhp, 
937050276Speter	cols#80, lines#24, 
937150276Speter	clear=\EG\Ek, cub1=^H, cud1=^J, cuf1=^F, 
937250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, 
937350276Speter	dl1=\El, ed=\Ek, el=\EK, home=\EY\s\s, ht=^I, 
937450276Speter	ich1=\EF \EF\025, ind=^J, kbs=^H, kcub1=^U, kcud1=^J, 
937550276Speter	kcuf1=^F, kcuu1=^Z, kf0=^B1\r, kf1=^B2\r, kf10=^B;\r, 
937650276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
937750276Speter	kf7=^B8\r, kf8=^B9\r, kf9=^B\:\r, khome=^A, lf0=F1, lf1=F2, 
937850276Speter	lf10=F11, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, 
937950276Speter	lf9=F10, ll=^A, rmso=\ER\E0@\EV, rmul=\ER\E0@\EV, 
938050276Speter	sgr0=\ER\E0@\EV, smso=\ER\E0Q\EV, smul=\ER\E0`\EV, 
938150276Speter# Note: if return acts weird on a980, check internal switch #2
938250276Speter# on the top chip on the CONTROL pc board.
938350276Speteradds980|a980|adds consul 980, 
938462449Speter	OTbs, am, 
938550276Speter	cols#80, lines#24, 
938650276Speter	bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, 
938750276Speter	cuf1=\E^E01, cup=\013%p1%{64}%+%c\E\005%p2%2d, 
938850276Speter	dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, 
938950276Speter	kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, 
939050276Speter	kf9=\E9, rmso=^O, sgr0=^O, smso=^Y^^^N, 
939150276Speter
939250276Speter#### C. Itoh Electronics
939350276Speter#
939450276Speter# As of 1995 these people no longer make terminals (they're still in the
939550276Speter# printer business).  Their terminals were all clones of the DEC VT series.
939650276Speter# They're located in Orange County, CA.
939750276Speter#
939850276Speter
939950276Speter# CIT 80  - vt-52 emulator, the termcap has been modified to remove
940050276Speter#           the delay times and do an auto tab set rather than the indirect
940150276Speter#           file used in vt100.
940250276Spetercit80|cit-80|citoh 80, 
940362449Speter	OTbs, am, 
940450276Speter	cols#80, lines#24, 
940550276Speter	clear=\E[H\EJ, cr=^M, cub1=^H, cuf1=\E[C, 
940650276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 
940750276Speter	ind=^J, is2=\E>, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
940850276Speter	kcuu1=\EOA, rmkx=\E[?1l\E>, smkx=\E[?1h\E=, 
940950276Speter# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
941050276Speter# (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
941150276Spetercit101|citc|C.itoh fast vt100, 
941262449Speter	OTbs, am, xenl, 
941350276Speter	cols#80, lines#24, 
941450276Speter	bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H, cuf1=\E[C, 
941550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, 
941650276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, 
941750276Speter	flash=\E[?5h$<200/>\E[?5l, ich1=\E[@, il1=\E[L, 
941850276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g, 
941950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
942050276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
942150276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
942250276Speter	smul=\E[4m, 
942350276Speter# CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
942450276Speter# The following termcap entry was created from the Callan cd100 entry.  The
942550276Speter# last two lines (with the capabilities in caps) are used by RM-cobol to allow
942650276Speter# full selection of combinations of reverse video, underline, and blink.
942750276Speter# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
942850276Speter# f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
942950276Speter# :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
943050276Spetercit101e|C. Itoh CIT-101e, 
943162449Speter	OTbs, OTpt, am, mir, msgr, 
943250276Speter	cols#80, it#8, lines#24, 
943350276Speter	acsc=, clear=\E[H\E[J, cnorm=, csr=\E[%i%p1%2d;%p2%2dr, 
943450276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
943550276Speter	cvvis=\E[?1l\E[?4l\E[?7h, dch1=\E[P, dl1=\E[M, ed=\E[J, 
943650276Speter	el=\E[K, if=/usr/share/tabset/vt100, il1=\E[L, 
943750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOT, 
943850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOm, kf6=\EOl, 
943950276Speter	kf7=\EOM, kf8=\EOn, rc=\E8, ri=\EM, rmacs=^O, rmir=\E[4l, 
944050276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N, smir=\E[4h, 
944150276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
944250276Speter# From: David S. Lawyer, June 1997:
944350276Speter# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
944450276Speter# Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
944550276Speter# late 1980's CIT Terminals went out of business.
944650276Speter# There is no need to use the initialization string is=... (by invoking
944750276Speter# tset or setterm etc.) provided that the terminal has been manually set
944850276Speter# up (and the setup saved with ^S) to be compatible with this termcap.  To be
944950276Speter# compatible it should be in ANSI mode (not VT52).   A set-up that
945050276Speter# works is to set all the manually setable stuff to factory defaults
945150276Speter# by pressing ^D in set-up mode.  Then increse the brighness with the
945250276Speter# up-arrow key since the factory default will likely be dim on an old
945350276Speter# terminal.  Then change any options you want (provided that they are
945450276Speter# compatible with the termcap).  For my terminal I set: Screen
945550276Speter# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
945650276Speter# on.  I also set up mine for parity (but you may not need it).  Then 
945750276Speter# save the setup with ^S.
945850276Speter# (cit101e-rv: added empty <rmcup> to suppress a tic warning. --esr)
945950276Spetercit101e-rv|Citoh CIT-101e (sets reverse video), 
946050276Speter	am, eo, mir, msgr, xenl, xon, 
946150276Speter	cols#80, it#8, lines#24, 
946262449Speter	OTnl=\EM, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
946362449Speter	civis=\E[1v, clear=\E[H\E[J, cnorm=\E[0;3;4v, cr=^M, 
946450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
946550276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
946650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
946750276Speter	cvvis=\E[3;5v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
946850276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l\E[?5h$<200/>, 
946950276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
947050276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
947150276Speter	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, 
947250276Speter	kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
947350276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, 
947450276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=, rmir=\E[4l, 
947550276Speter	rmso=\E[m, rmul=\E[m, rs1=\Ec\E[?7h\E[>5g, sc=\E7, 
947650276Speter	sgr0=\E[m, smcup=\E[>5g\E[?7h\E[?5h, smir=\E[4h, 
947750276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, u6=\E[%i%p1%d;%p2%dR, 
947850276Speter	u7=\E[6n, u8=\E[?6c, u9=\E[c, 
947950276Spetercit101e-n|CIT-101e w/o am, 
948050276Speter	am@, 
948162449Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
948262449Speter	use=cit101e, 
948350276Spetercit101e-132|CIT-101e with 132 cols, 
948450276Speter	cols#132, 
948550276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
948650276Spetercit101e-n132|CIT-101e with 132 cols w/o am, 
948750276Speter	am@, 
948850276Speter	cols#132, 
948962449Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, 
949062449Speter	use=cit101e, 
949150276Speter# CIE Terminals CIT-500 from BRL
949250276Speter# The following SET-UP modes are assumed for normal operation:
949350276Speter#	GENERATE_XON/XOFF:YES	DUPLEX:FULL		NEWLINE:OFF
949450276Speter#	AUTOWRAP:ON		MODE:ANSI		SCREEN_LENGTH:64_LINES
949550276Speter#	DSPLY_CNTRL_CODES?NO	PAGE_WIDTH:80		EDIT_MODE:OFF
949650276Speter# Other SET-UP modes may be set for operator convenience or communication
949750276Speter# requirements.
949850276Speter# Hardware tabs are assumed to be set every 8 columns; they can be set up
949950276Speter# by the "reset", "tset", or "tabs" utilities.  No delays are specified; use
950050276Speter# "stty ixon -ixany" to enable DC3/DC1 flow control!
950150276Speter# (cit500: I added <rmam>/<smam> based on the init string -- esr)
950250276Spetercit500|CIE Terminals CIT-500, 
950362449Speter	OTbs, OTpt, mir, msgr, xon, 
950462449Speter	OTkn#10, cols#80, it#8, lines#64, vt#3, 
950550276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
950650276Speter	clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
950750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
950850276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
950950276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
951050276Speter	ed=\EJ, el=\EK, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
951150276Speter	il1=\E[L, ind=^J, is2=\E<\E)0, kbs=^H, kcbt=\E[Z, kcub1=\EOD, 
951250276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[P, kdl1=\E[M, 
951350276Speter	ked=\EJ, kel=\EK, kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
951450276Speter	kf4=\EOU, kf5=\EOV, kf6=\EOW, kf7=\EOX, kf8=\EOY, kf9=\EOZ, 
951550276Speter	khome=\E[H, kich1=\E[4h, kil1=\E[L, krmir=\E[4l, lf0=PF1, 
951650276Speter	lf1=PF2, lf2=PF3, lf3=PF4, lf4=F15, lf5=F16, lf6=F17, lf7=F18, 
951750276Speter	lf8=F19, lf9=F20, ll=\E[64H, nel=\EE, rc=\E8, rev=\E[7m, 
951850276Speter	ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, 
951950276Speter	rmso=\E[m, rmul=\E[m, 
952050276Speter	rs1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>, 
952150276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smam=\E[?7h, smir=\E[4h, 
952250276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
952350276Speter
952450276Speter# C. Itoh printers begin here
952550276Spetercitoh|ci8510|8510|c.itoh 8510a, 
952650276Speter	cols#80, it#8, 
952750276Speter	bold=\E!, cub1@, 
952850276Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073., 
952950276Speter	rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, 
953062449Speter	smul=\EX, use=lpr, 
953150276Spetercitoh-pica|citoh in pica, 
953250276Speter	is1=\EN, use=citoh, 
953350276Spetercitoh-elite|citoh in elite, 
953450276Speter	cols#96, 
953550276Speter	is1=\EE, 
953662449Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089., 
953762449Speter	use=citoh, 
953850276Spetercitoh-comp|citoh in compressed, 
953950276Speter	cols#136, 
954050276Speter	is1=\EQ, 
954162449Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129., 
954262449Speter	use=citoh, 
954350276Speter# citoh has infinite cols because we don't want lp ever inserting \n\t**.
954450276Spetercitoh-prop|citoh-ps|ips|citoh in proportional spacing mode, 
954550276Speter	cols#32767, 
954650276Speter	is1=\EP, use=citoh, 
954750276Spetercitoh-6lpi|citoh in 6 lines per inch mode, 
954850276Speter	is3=\EA, use=citoh, 
954950276Spetercitoh-8lpi|citoh in 8 lines per inch mode, 
955050276Speter	lines#88, 
955150276Speter	is3=\EB, use=citoh, 
955250276Speter
955350276Speter#### Control Data (cdc)
955450276Speter#
955550276Speter
955650276Spetercdc456|cdc 456 terminal, 
955762449Speter	OTbs, am, 
955850276Speter	cols#80, lines#24, 
955950276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
956050276Speter	cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, 
956150276Speter	el=^V, home=^Y, il1=\EL, ind=^J, 
956250276Speter
956350276Speter# Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
956450276Spetercdc721|CDC Viking, 
956562449Speter	OTbs, am, 
956650276Speter	cols#80, lines#24, 
956750276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
956850276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
956950276Speter	kcuu1=^W, khome=^Y, 
957050276Spetercdc721ll|CDC Vikingll, 
957162449Speter	OTbs, am, 
957250276Speter	cols#132, lines#24, 
957350276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
957450276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
957550276Speter	kcuu1=^W, khome=^Y, 
957650276Speter# (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
957750276Spetercdc752|CDC 752, 
957862449Speter	OTbs, am, bw, xhp, 
957950276Speter	cols#80, lines#24, 
958050276Speter	bel=^G, clear=\030\E1\s\s, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
958150276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V, 
958250276Speter	home=\E1\s\s, ind=^J, ll=^Y, rs1=\E1  \030\002\003\017, 
958350276Speter# CDC 756
958450276Speter# The following switch/key settings are assumed for normal operation:
958550276Speter#	96 chars	SCROLL		FULL duplex	not BLOCK
958650276Speter# Other switches may be set according to communication requirements.
958750276Speter# Insert/delete-character cannot be used, as the whole display is affected.
958850276Speter# "so" & "se" are commented out until jove handles "sg" correctly.
958950276Spetercdc756|CDC 756, 
959062449Speter	OTbs, am, bw, 
959162449Speter	OTkn#10, cols#80, lines#24, 
959250276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
959350276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, 
959450276Speter	dl1=\EJ$<6*/>, ed=^X, el=^V, home=^Y, il1=\EL$<6*/>, ind=^J, 
959550276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, kdch1=\EI, 
959650276Speter	kdl1=\EL, ked=^X, kel=^V, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, 
959750276Speter	kf4=\EE, kf5=\EF, kf6=\EG, kf7=\EH, kf8=\Ea, kf9=\Eb, khome=^Y, 
959850276Speter	khts=^O, kich1=\EK, kil1=\EL, lf0=F1, lf1=F2, lf2=F3, lf3=F4, 
959950276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, ll=^Y^Z, 
960050276Speter	rs1=\031\030\002\003\017, 
960150276Speter#
960250276Speter# CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
960350276Speter#
960450276Speter# Part of the long initialization string defines the "DOWN" key to the left
960550276Speter# of the tab key to send an ESC.  The real ESC key is positioned way out 
960650276Speter# in right field.
960750276Speter#
960850276Speter# The termcap won't work in 132 column mode due to the way it it moves the
960950276Speter# cursor.  Termcap doesn't have the capability (as far as I could tell) to
961050276Speter# handle the 721 in 132 column mode.
961150276Speter#
961250276Speter# (cdc721: changed :ri: to :sr: -- esr)
961350276Spetercdc721-esc|Control Data 721, 
961462449Speter	OTbs, OTpt, am, bw, msgr, xon, 
961562449Speter	OTkn#10, cols#80, it#8, lines#30, 
961650276Speter	bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z, 
961750276Speter	cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W, 
961850276Speter	dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW, 
961950276Speter	ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[, 
962050276Speter	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, 
962150276Speter	kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, 
962250276Speter	kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, 
962350276Speter	kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D, 
962450276Speter	ri=\036W =\036V, rmir=, rmkx=^^^Rl, rmso=^^E, rmul=^], 
962550276Speter	sgr0=\017\025\035\036E\036\022\\, smir=, smkx=^^^Rk, 
962650276Speter	smso=^^D, smul=^\, tbc=^^^RY, 
962750276Speter
962850276Speter#### Getronics
962950276Speter#
963050276Speter# Getronics is a Dutch electronics company that at one time was called 
963150276Speter# `Geveke' and made async terminals; but (according to the company itself!)
963250276Speter# they've lost all their documentation on the command set.  The hardware
963350276Speter# documentation suggests the terminals were actually manufactured by a
963450276Speter# Taiwanese electronics company named Cal-Comp.  There are known
963550276Speter# to have been at least two models, the 33 and the 50.
963650276Speter#
963750276Speter
963850276Speter# The 50 seems to be a top end vt220 clone, with the addition of a higher
963950276Speter# screen resolution, a larger screen, at least 1 page of memory above and
964050276Speter# below the screen, apparently pages of memory right and left of the screen
964150276Speter# which can be panned, and about 75 function keys (15 function keys x normal,
964250276Speter# shift, control, func A, func B). It also has more setup possibilities than
964350276Speter# the vt220. The monitor case is dated November 1978 and the keyboard case is
964450276Speter# May 1982.
964550276Speter#
964650276Speter# The vt100 emulation works as is.  The entry below describes the rather
964750276Speter# non-conformant (but more featureful) ANSI mode.
964850276Speter#
964950276Speter# From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
965050276Spetervisa50|geveke visa 50 terminal in ansi 80 character mode, 
965150276Speter	bw, mir, msgr, 
965250276Speter	cols#80, lines#25, 
965350276Speter	acsc=0_aaffggh jjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
965450276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, 
965550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
965650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
965750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
965850276Speter	dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, dl=\E[%p1%dM, 
965950276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, home=\E[H, 
966050276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
966150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m, 
966250276Speter	is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h, 
966350276Speter	ka1=\E[f, ka3=\EOQ, kb2=\EOP, kbs=^H, kc1=\EOR, kc3=\EOS, 
966450276Speter	kcub1=\E[D, kcud1=\E[A, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
966550276Speter	kdl1=\EOS, kf0=\E010, kf1=\E001, kf10=\E011, kf2=\E002, 
966650276Speter	kf3=\E003, kf4=\E004, kf5=\E005, kf6=\E006, kf7=\E007, 
966750276Speter	kf8=\E008, kf9=\E009, khome=\E[f, lf2=A delete char, 
966850276Speter	lf3=A insert line, lf4=A delete line, lf5=A clear, 
966950276Speter	lf6=A ce of/cf gn, lf7=A print, lf8=A on-line, 
967050276Speter	lf9=A funcl0=A send, nel=^M^J, rev=\E[7m, rmacs=\E[3l, 
967150276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[0;2m, 
967250276Speter	rmul=\E[0m, sgr0=\E[0;2m, smacs=\E3h, smam=\E?7h, 
967350276Speter	smir=\E[4h, smkx=\E=, smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, 
967450276Speter	vpa=\E[%i%p1%dd, 
967550276Speter
967650276Speter#### Human Designed Systems (Concept)
967750276Speter#
967850276Speter#	Human Designed Systems
967950276Speter#	400 Fehley Drive
968050276Speter#	King of Prussia, PA 19406
968150276Speter#	Vox: (610)-277-8300
968250276Speter#	Fax: (610)-275-5739
968350276Speter#	Net: support@hds.com
968450276Speter# 
968550276Speter# John Martin <john@hds.com> is their termcap expert.  They're mostly out of
968650276Speter# the character-terminal business now (1995) and making X terminals.  In
968750276Speter# particular, the whole `Concept' line described here was discontinued long
968850276Speter# ago.
968950276Speter#
969050276Speter
969150276Speter# From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
969250276Speter# Extensive changes to c108 by arpavax:eric Feb 1982
969350276Speter# Some unknown person at SCO then translated it to terminfo.
969450276Speter#
969550276Speter# There seem to be a number of different versions of the C108 PROMS
969650276Speter# (with bug fixes in its Z-80 program).
969750276Speter# 
969850276Speter# The first one that we had would lock out the keyboard of you
969950276Speter# sent lots of short lines (like /usr/dict/words) at 9600 baud.
970050276Speter# Try that on your C108 and see if it sends a ^S when you type it.
970150276Speter# If so, you have an old version of the PROMs.
970250276Speter# 
970350276Speter# You should configure the C108 to send ^S/^Q before running this.
970450276Speter# It is much faster (at 9600 baud) than the c100 because the delays
970550276Speter# are not fixed.
970650276Speter# new status line display entries for c108-8p:
970750276Speter# <is3> - init str #3 - setup term for status display - 
970850276Speter# set programmer mode, select window 2, define window at last 
970950276Speter# line of memory, set bkgnd stat mesg there, select window 0.
971050276Speter# 
971150276Speter# <tsl> - to status line - select window 2, home cursor, erase to 
971250276Speter# end-of-window, 1/2 bright on, goto(line#0, col#?)
971350276Speter# 
971450276Speter# <fsl> - from status line - 1/2 bright off, select window 0
971550276Speter# 
971650276Speter# <dsl> - disable status display - set bkgnd status mesg with 
971750276Speter# illegal window #
971850276Speter# 
971950276Speter# There are probably more function keys that should be added but 
972050276Speter# I don't know what they are.
972150276Speter#
972250276Speter# No delays needed on c108 because of ^S/^Q handshaking
972350276Speter#
972450276Speterc108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, 
972550276Speter	is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n, 
972662449Speter	rmcup=\Ev  \001\177p\Ep\r\n, use=c108-4p, 
972750276Speterc108-4p|concept108-4p|concept 108 w/4 pages, 
972862449Speter	OTbs, eslok, hs, xon, 
972950276Speter	pb@, 
973050276Speter	acsc=jEkTl\\mMqLxU, cnorm=\Ew, cr=^M, 
973150276Speter	cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, 
973250276Speter	cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s, 
973350276Speter	ind=^J, is1=\EK\E!\E F, 
973450276Speter	is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n, 
973550276Speter	rmacs=\Ej\s, rmcup=\Ev  \001 p\Ep\r\n, smacs=\Ej!, 
973650276Speter	smcup=\EU\Ev  8p\Ep\r\E\025, 
973750276Speter	tsl=\E z"\E?\E\005\EE\Ea %+\s, use=c100, 
973850276Speterc108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video, 
973950276Speter	rmcup=\Ev  \002 p\Ep\r\n, smcup=\EU\Ev  8p\Ep\r, 
974050276Speter	use=c108-rv-4p, 
974150276Speterc108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video, 
974250276Speter	flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, smso=\EE, 
974350276Speter	use=c108-4p, 
974450276Speterc108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode, 
974550276Speter	cols#132, 
974650276Speter	is1=\E F\E", rmcup=\Ev  ^A0\001D\Ep\r\n, 
974750276Speter	smcup=\EU\Ev  8\001D\Ep\r, use=c108-8p, 
974850276Speter
974950276Speter# Concept 100:
975050276Speter# These have only window relative cursor addressing, not screen 
975150276Speter# relative. To get it to work right here, smcup/rmcup (which 
975250276Speter# were invented for the concept) lock you into a one page 
975350276Speter# window for screen style programs.
975450276Speter# 
975550276Speter# To get out of the one page window, we use a clever trick:
975650276Speter# we set the window size to zero ("\Ev    " in rmcup) which the 
975750276Speter# terminal recognizes as an error and resets the window to all 
975850276Speter# of memory.
975950276Speter# 
976050276Speter# This trick works on c100 but does not on c108, sigh.
976150276Speter# 
976250276Speter# Some tty drivers use cr3 for concept, others use nl3, hence 
976350276Speter# the delays on cr and ind below. This padding is only needed at 
976450276Speter# 9600 baud and up.  One or the other is commented out depending on 
976550276Speter# local conventions.
976650276Speter# 
976750276Speter# 2 ms padding on <rmcup> isn't always enough. 6 works fine. Maybe 
976850276Speter# less than 6 but more than 2 will work.
976950276Speter# 
977050276Speter# Note: can't use function keys f7-f10 because they are 
977150276Speter# indistinguishable from arrow keys (!), also, del char and 
977250276Speter# clear eol use xon/xoff so they probably won't work very well.
977350276Speter# 
977450276Speter# Also note that we don't define insrt/del char/delline/eop/send 
977550276Speter# because they don't transmit unless we reset them - I figured 
977650276Speter# it was a bad idea to clobber their definitions.
977750276Speter# 
977850276Speter# The <mc5> sequence changes the escape character to ^^ so that 
977950276Speter# escapes will be passed through to the printer. Only trouble 
978050276Speter# is that ^^ won't be - ^^ was chosen to be unlikely. 
978150276Speter# Unfortunately, if you're sending raster bits through to be 
978250276Speter# plotted, any character you choose will be likely, so we lose.
978350276Speter#
978450276Speter# \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
978550276Speter# cannot be # in is2 because it will hang a c100 with no printer 
978650276Speter# if sent twice.
978750276Speterc100|concept100|concept|c104|c100-4p|hds concept 100, 
978862449Speter	OTbs, am, eo, mir, ul, xenl, 
978950276Speter	cols#80, lines#24, pb#9600, vt#8, 
979050276Speter	bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, 
979150276Speter	cub1=^H, cud1=^J, cuf1=\E=, 
979250276Speter	cup=\Ea%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E;, 
979350276Speter	dch1=\E\021$<16*>, dim=\EE, dl1=\E\002$<3*>, 
979450276Speter	ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\EK, 
979550276Speter	ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, 
979650276Speter	is1=\EK, 
979750276Speter	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, 
979850276Speter	is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 
979950276Speter	kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, 
980050276Speter	kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, 
980150276Speter	kf4=\E8, kf5=\E9, kf6=\E\:a, kf7=\E\:b, kf8=\E\:c, khome=\E?, 
980250276Speter	khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., 
980350276Speter	kri=\E\\, krmir=\E\0, mc4=\036o \E\EQ!\EYP\027, 
980450276Speter	mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, 
980550276Speter	rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, 
980650276Speter	rmcup=\Ev    $<6>\Ep\r\n, rmir=\E\s\s, rmkx=\Ex, 
980750276Speter	rmso=\Ed, rmul=\Eg, sgr0=\EN@, 
980850276Speter	smcup=\EU\Ev  8p\Ep\r\E\025$<16>, smir=\E^P, smkx=\EX, 
980950276Speter	smso=\ED, smul=\EG, 
981050276Speterc100-rv|c100-rv-4p|concept100-rv|c100 rev video, 
981150276Speter	cnorm@, cvvis@, flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, 
981262449Speter	smso=\EE, use=c100, 
981350276Speteroc100|oconcept|c100-1p|old 1 page concept 100, 
981450276Speter	in, 
981550276Speter	is3@, use=c100, 
981650276Speter
981750276Speter# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
981850276Speter# Lots of notes, originally inline, but ncurses doesn't grok that.
981950276Speter#
982050276Speter# am: 	not available in power on mode, but turned on with \E[=107;207h in
982150276Speter#	is2=.  Also, \E=124l in is2= could have been used to prevent needing
982250276Speter#	to specify xenl:, but that would have rendered the last space on the
982350276Speter#	last line useless.
982450276Speter# bw:	Not available in power on mode, but turned on with \E[=107;207h in
982550276Speter#	is2=.
982650276Speter# clear: Could be done with \E[2J alone, except that vi (and probably most
982750276Speter#	other programs) assume that this also homes the cursor.
982850276Speter# dsl:	Go to window 2, go to the beginning of the line, use a line feed to
982950276Speter#	scroll the window, and go back to window 1.
983050276Speter# is2:	the string may cause a warning to be issued by tic that it
983150276Speter#	found a very long line and that it suspects that a comma is missing
983250276Speter#	somewhere.  This warning can be ignored (unless it comes up more than
983350276Speter#	once).  The initialization string contains the following commands:
983450276Speter#
983550276Speter#	 [Setup mode items changed from factory defaults:]
983650276Speter#		\E)0			set alternate character set to
983750276Speter#						graphics
983850276Speter#		^O			set character set to default
983950276Speter#	 [In case it wasn't]
984050276Speter#		\E[m			turn off all attributes
984150276Speter#	 [In case they weren't off]
984250276Speter#		\E[=107;		cursor wrap and
984350276Speter#			207h			character wrap on
984450276Speter#		\E[90;3u		set Fkey definitions to "transmit"
984550276Speter#						defaults
984650276Speter#		\E[92;3u		set cursor key definitions to
984750276Speter#						"transmit" defaults
984850276Speter#		\E[43;1u		set shift F13 to transmit...
984950276Speter#		\177\E$P\177
985050276Speter#		\E[44;1u		set shift F14 to transmit...
985150276Speter#			\177\E$Q\177
985250276Speter#		\E[45;1u		set shift F15 to transmit...
985350276Speter#			\177\E$R\177
985450276Speter#		\E[46;1u		set shift F16 to transmit...
985550276Speter#			\177\E$S\177
985650276Speter#		\E[200;1u		set shift up to transmit...
985750276Speter#			\177\E$A\177
985850276Speter#		\E[201;1u		set shift down to transmit...
985950276Speter#			\177\E$B\177
986050276Speter#		\E[202;1u		set shift right to transmit...
986150276Speter#			\177\E$C\177
986250276Speter#		\E[203;1u		set shift left to transmit...
986350276Speter#			\177\E$D\177
986450276Speter#		\E[204;1u		set shift home to transmit...
986550276Speter#			\177\E$H\177
986650276Speter#		\E[212;1u		set backtab to transmit...
986750276Speter#			\177\E$I\177
986850276Speter#		\E[213;1u		set shift backspace to transmit...
986950276Speter#			\177\E$^H\177
987050276Speter#		\E[214;1u		set shift del to transmit...
987150276Speter#			"\E$\177"
987250276Speter#	 [Necessary items not mentioned in setup mode:]
987350276Speter#		\E[2!w			move to window 2
987450276Speter#		\E[25;25w		define window as line 25 of memory
987550276Speter#		\E[!w			move to window 1
987650276Speter#		\E[2*w			show current line of window 2 as
987750276Speter#						status line
987850276Speter#		\E[2+x			set meta key to use high bit
987950276Speter#		\E[;3+}			move underline to bottom of character
988050276Speter#
988150276Speter#	All Fkeys are set to their default transmit definitions with \E[90;3u
988250276Speter#	in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
988350276Speter#	setting MUST be redefined or deactivated, because the default is
988450276Speter#	contained in almost all of this terminal's Fkey strings!  If for some
988550276Speter#	reason "quit" cannot be altered, the Fkeys can, but it would be
988650276Speter#	necessary to change ^| to ^] in all of these definitions, and add
988750276Speter#	\E[2;029!t to is2.
988850276Speter# lines: is set to 24 because this terminal refuses to treat the 25th
988950276Speter#	line normally.
989050276Speter# ll:	Not available in power on mode, but turned on with \E[=107;207h in
989150276Speter#	is2=.
989250276Speter# lm:	Pointless, given that this definition locks a single screen of
989350276Speter#	memory into view, but what the hey...
989450276Speter# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
989550276Speter#	other attributes alone), but some programs expect this to turn off
989650276Speter#	everything.
989750276Speter# rmul: Could use \E[4!{ to turn off only underline (leaving any other
989850276Speter#	attributes alone), but some programs expect this to turn off
989950276Speter#	everything.
990050276Speter# sgr:	Attributes are set on this terminal with the string \E[ followed by
990150276Speter#	a list of attribute code numbers (in decimal, separated by
990250276Speter#	semicolons), followed by the character m.  The attribute code
990350276Speter#	numbers are:
990450276Speter#		  1 for bold;
990550276Speter#		  2 for dim (which is ignored in power on mode);
990650276Speter#		  4 for underline;
990750276Speter#		  5 for blinking;
990850276Speter#		  7 for inverse;
990950276Speter#		  8 for not displayable; and
991050276Speter#		=99 for protected (except that there are strange side
991150276Speter#		effects to protected characters which make them inadvisable).
991250276Speter#	 The mapping of terminfo parameters to attributes is as follows:
991350276Speter#		%p1 (standout) = bold and inverse together;
991450276Speter#		%p2 (underline) = underline;
991550276Speter#		%p3 (reverse) = inverse;
991650276Speter#		%p4 (blink) = blinking;
991750276Speter#		%p5 (dim) is ignored;
991850276Speter#		%p6 (bold) = bold;
991950276Speter#		%p7 (invisible) = not displayable;
992050276Speter#		%p8 (protected) is ignored; and
992150276Speter#		%p9 (alt char set) = alt char set.
992250276Speter#	 The code to do this is:
992350276Speter#		\E[0		OUTPUT	\E[0
992450276Speter#		%?%p1%p6%O	IF	(standout; bold) OR
992550276Speter#		%t;1		THEN	OUTPUT	;1
992650276Speter#		%;		ENDIF
992750276Speter#		%?%p2		IF	underline
992850276Speter#		%t;4		THEN	OUTPUT	;4
992950276Speter#		%;		ENDIF
993050276Speter#		%?%p4		IF	blink
993150276Speter#		%t;5		THEN	OUTPUT	;5
993250276Speter#		%;		ENDIF
993350276Speter#		%?%p1%p3%O	IF	(standout; reverse) OR
993450276Speter#		%t;7		THEN	OUTPUT	;7
993550276Speter#		%;		ENDIF
993650276Speter#		%?%p7		IF	invisible
993750276Speter#		%t;8		THEN	OUTPUT	;8
993850276Speter#		%;		ENDIF
993950276Speter#		m		OUTPUT	m
994050276Speter#		%?%p9		IF	altcharset
994150276Speter#		%t^N		THEN	OUTPUT	^N
994250276Speter#		%e^O		ELSE	OUTPUT	^O
994350276Speter#		%;		ENDIF
994450276Speter# sgr0: Everything is turned off (including alternate character set), since
994550276Speter#	there is no way of knowing what it is that the program wants turned
994650276Speter#	off.
994750276Speter# smul: The "underline" attribute is reconfigurable to an overline or
994850276Speter#	strikethru, or (as done with \E[;3+} in is2=), to a line at the true
994950276Speter#	bottom of the character cell.  This was done to allow for more readable
995050276Speter#	underlined characters, and to be able to distinguish between an
995150276Speter#	underlined space, an underscore, and an underlined underscore.
995250276Speter# xenl: Terminal can be configured to not need this, but this "glitch"
995350276Speter#	behavior is actually preferable with autowrap terminals.
995450276Speter#
995550276Speter# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
995650276Speter# Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
995750276Speter# string modifies the 'O' in kf43 to kf46 to a '$'.
995850276Speter#
995950276Speter# kcbt was originally ^I but redefined in is2=.
996050276Speter# kHOM was \E[H originally but redefined in is2=, as were a number of
996150276Speter# other keys.
996250276Speter# kDC was originally \177 but redefined in is2=.
996350276Speter#
996450276Speter# kbs:	Shift was also ^H originally but redefined as \E$^H in is2=.
996550276Speter# tsl:	Go to window 2, then do an hpa=.
996650276Speter#
996750276Speter#------- flash=\E[8;3!}^G\E[3;3!}
996850276Speter#------- flash=\E[?5h$<100>\E[?5l
996950276Speter# There are two ways to flash the screen, both of which have their drawbacks. 
997050276Speter# The first is to set the bell mode to video, transmit a bell character, and
997150276Speter# set the bell mode back - but to what?  There is no way of knowing what the
997250276Speter# user's old bell setting was before we messed with it.  Worse, the command to
997350276Speter# set the bell mode also sets the key click volume, and there is no way to say
997450276Speter# "leave that alone", or to know what it's set to, either.
997550276Speter# The second way to do a flash is to set the screen to inverse video, pad for a
997650276Speter# tenth of a second, and set it back - but like before, there's no way to know
997750276Speter# that the screen wasn't ALREADY in inverse video, or that the user may prefer
997850276Speter# it that way.  The point is moot anyway, since vi (and probably other
997950276Speter# programs) assume that by defining flash=, you want the computer to use it
998050276Speter# INSTEAD of bel=, rather than as a secondary type of signal.
998150276Speter#
998250276Speter#------- cvvis=\E[+{
998350276Speter# The is the power on setting, which is also as visible as the cursor
998450276Speter# gets.
998550276Speter#-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
998650276Speter# Windowing is possible, but not defined here because it is also used to
998750276Speter# emulate status line functions.  Allowing a program to set a window could
998850276Speter# clobber the status line or render it unusable.  There is additional memory,
998950276Speter# but screen scroll functions are destructive and do not make use of it.
999050276Speter#
999150276Speter#-------   dim=			Not available in power on mode.
999250276Speter# You have a choice of defining low intensity characters as "half bright" and
999350276Speter# high intensity as "normal", or defining low as "normal" and high as "bold". 
999450276Speter# No matter which you choose, only one of either "half bright" or "bold" is
999550276Speter# available at any time, so taking the time to override the default is
999650276Speter# pointless.
999750276Speter#
999850276Speter#-------  prot=\E[=0;99m
999950276Speter# Not defined, because it appears to have some strange side effects.
1000050276Speter#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
1000150276Speter#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
1000250276Speter#-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
1000350276Speter#	 Available, but making them available to programs is inadvisable.
1000450276Speter#	 The code to do this is:
1000550276Speter#		%?%p1%{24}%<	IF	((key; 24) <;
1000650276Speter#		%p1%{30}%>		 ((key; 30) >;
1000750276Speter#		%p1%{54}%<		  (key; 54) <
1000850276Speter#		%A			 ) AND
1000950276Speter#		%O		  	) OR
1001050276Speter#	 [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
1001150276Speter#		%t\E[		THEN	OUTPUT	\E[
1001250276Speter#		%p1%d			OUTPUT	(key) as decimal
1001350276Speter#	 [next line applies to pfx only]
1001450276Speter#		;1			OUTPUT	;1
1001550276Speter#		u			OUTPUT	u
1001650276Speter#		\177			OUTPUT	\177
1001750276Speter#		%p2%s			OUTPUT	(string) as string
1001850276Speter#		\177			OUTPUT	\177
1001950276Speter#	 [DEL chosen as delimiter, but could be any character]
1002050276Speter#	 [implied:		ELSE	do nothing]
1002150276Speter#		%;		ENDIF
1002250276Speter#	
1002350276Speter#-------   rs2=
1002450276Speter# Not defined since anything it might do could be done faster and easier with
1002550276Speter# either Meta-Shift-Reset or the main power switch.
1002650276Speter#
1002750276Speter#-------  smkx=\E[1!z
1002850276Speter#-------  rmkx=\E[!z
1002950276Speter# These sequences apply to the cursor and setup keys only, not to the
1003050276Speter# numeric keypad.  But it doesn't matter anyway, since making these
1003150276Speter# available to programs is inadvisable.
1003250276Speter# For the key definitions below, all sequences beginning with \E$ are
1003350276Speter# custom and programmed into the terminal via is2.  \E$ also has no
1003450276Speter# meaning to any other terminal.
1003550276Speter#
1003650276Speter#------- cmdch=\E[;%p1%d!t
1003750276Speter# Available, but making it available to programs is inadvisable.
1003850276Speter#------- smxon=\E[1*q
1003950276Speter# Available, but making it available to programs is inadvisable.
1004050276Speter# Terminal will send XON/XOFF on buffer overflow.
1004150276Speter#------- rmxon=\E[*q
1004250276Speter# Available, but making it available to programs is inadvisable.
1004350276Speter# Terminal will not notify on buffer overflow.
1004450276Speter#-------   smm=\E[2+x
1004550276Speter#-------   rmm=\E[+x
1004650276Speter# Available, but making them available to programs is inadvisable.
1004750276Speter#
1004850276Speter# Printing:
1004950276Speter#	 It's not made clear in the manuals, but based on other ansi/vt type
1005050276Speter#	 terminals, it's a good guess that this terminal is capable of both
1005150276Speter#	 "transparent print" (which doesn't copy data to the screen, and
1005250276Speter#	 therefore needs mc5i: specified to say so) and "auxilliary print"
1005350276Speter#	 (which does duplicate printed data on the screen, in which case mc4=
1005450276Speter#	 and mc5= should use the \E[?4i and \E[?5i strings instead).
1005550276Speter
1005650276Speterhds200|Human Designed Systems HDS200, 
1005750276Speter	am, bw, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
1005850276Speter	cols#80, it#8, lines#24, lm#0, 
1005950276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1006050276Speter	blink=\E[0;5m, bold=\E[0;1m, cbt=\E[Z, civis=\E[6+{, 
1006150276Speter	clear=\E[H\E[J, cnorm=\E[+{, cr=^M, 
1006250276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1006350276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1006450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1006550276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1006650276Speter	dsl=\E[2!w\r\n\E[!w, ed=\E[J, el=\E[K, el1=\E[1K, 
1006750276Speter	fsl=\E[!w, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
1006850276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1006950276Speter	invis=\E[0;8m, 
1007050276Speter	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+}, 
1007150276Speter	kDC=\E$\177, kHOM=\E$H, kLFT=\E$D, kRIT=\E$C, kbs=^H, 
1007250276Speter	kcbt=\E$I, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1007350276Speter	kdch1=\177, kent=^M, kf1=^\001\r, kf10=^\010\r, 
1007450276Speter	kf11=^\011\r, kf12=^\012\r, kf13=\EOP, kf14=\EOQ, 
1007550276Speter	kf15=\EOR, kf16=\EOS, kf17=^\017\r, kf18=^\018\r, 
1007650276Speter	kf19=^\019\r, kf2=^\002\r, kf20=^\020\r, kf21=^\021\r, 
1007750276Speter	kf22=^\022\r, kf23=^\023\r, kf3=^\003\r, kf31=^\031\r, 
1007850276Speter	kf32=^\032\r, kf33=^\033\r, kf34=^\034\r, kf35=^\035\r, 
1007950276Speter	kf36=^\036\r, kf37=^\037\r, kf38=^\038\r, kf39=^\039\r, 
1008050276Speter	kf4=^\004\r, kf40=^\040\r, kf41=^\041\r, kf42=^\042\r, 
1008150276Speter	kf43=\E$P, kf44=\E$Q, kf45=\E$R, kf46=\E$S, kf47=^\047\r, 
1008250276Speter	kf48=^\048\r, kf49=^\049\r, kf5=^\005\r, kf50=^\050\r, 
1008350276Speter	kf51=^\051\r, kf52=^\052\r, kf53=^\053\r, kf6=^\006\r, 
1008450276Speter	kf7=^\007\r, kf8=^\008\r, kf9=^\009\r, khome=\E[H, 
1008550276Speter	kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A, 
1008650276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\E[E, rc=\E8, 
1008750276Speter	rev=\E[0;7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmso=\E[m\017, 
1008850276Speter	rmul=\E[m\017, sc=\E7, 
1008950276Speter	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%;, 
1009050276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smso=\E[0;1;7m, 
1009150276Speter	smul=\E[0;4m, tbc=\E[3g, tsl=\E[2!w\E[%i%p1%dG, 
1009250276Speter	vpa=\E[%i%p1%dd, 
1009350276Speter
1009450276Speter# <ht> through <el> included to specify padding needed in raw mode.
1009550276Speter# (avt-ns: added empty <acsc> to suppress a tic warning --esr)
1009650276Speteravt-ns|concept avt no status line, 
1009762449Speter	OTbs, am, eo, mir, ul, xenl, xon, 
1009850276Speter	cols#80, it#8, lines#24, lm#192, 
1009950276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1010050276Speter	clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, 
1010150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1010250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1010350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1010450276Speter	cvvis=\E[=119h, dch1=\E[P, dim=\E[1!{, dl=\E[%p1%dM$<4*>, 
1010550276Speter	dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, 
1010650276Speter	hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, 
1010750276Speter	ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, 
1010862449Speter	invis=\E[8m, ip=$<4>, is1=\E[=103l\E[=205l, 
1010950276Speter	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, 
1011050276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1011150276Speter	kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1011250276Speter	kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H, 
1011350276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
1011450276Speter	pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, 
1011550276Speter	prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
1011662449Speter	ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, 
1011762449Speter	rmir=\E[4l, rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, 
1011862449Speter	sc=\E7, 
1011950276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1012050276Speter	sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, 
1012162449Speter	smir=\E[4h, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, 
1012250276Speter	tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, 
1012350276Speteravt-rv-ns|concept avt in reverse video mode/no status line, 
1012450276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
1012550276Speter	use=avt-ns, 
1012650276Speteravt-w-ns|concept avt in 132 column mode/no status line, 
1012750276Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
1012850276Speter	use=avt-ns, 
1012950276Speteravt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video, 
1013050276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
1013162449Speter	smcup=\E[H\E[1;24;1;132w, use=avt-ns, 
1013250276Speter
1013350276Speter# Concept AVT with status line. We get the status line using the
1013450276Speter# "Background status line" feature of the terminal. We swipe the
1013550276Speter# first line of memory in window 2 for the status line, keeping
1013650276Speter# 191 lines of memory and 24 screen lines for regular use.
1013750276Speter# The first line is used instead of the last so that this works
1013850276Speter# on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
1013950276Speter# assumes an 8 page AVT but lm isn't currently used anywhere.)
1014050276Speter#
1014150276Speteravt+s|concept avt status line changes, 
1014250276Speter	eslok, hs, 
1014350276Speter	lm#191, 
1014450276Speter	dsl=\E[0*w, fsl=\E[1;1!w, 
1014550276Speter	is3=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n, 
1014650276Speter	rmcup=\E[2w\E2\r\n, smcup=\E[2;25w\E2\r, 
1014750276Speter	tsl=\E[2;1!w\E[;%p1%dH\E[2K, 
1014850276Speteravt|avt-s|concept-avt|avt w/80 columns, 
1014950276Speter	use=avt+s, use=avt-ns, 
1015050276Speteravt-rv|avt-rv-s|avt reverse video w/sl, 
1015162449Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
1015262449Speter	use=avt+s, use=avt-ns, 
1015350276Speteravt-w|avt-w-s|concept avt 132 cols+status, 
1015462449Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
1015562449Speter	use=avt+s, use=avt-ns, 
1015650276Speteravt-w-rv|avt-w-rv-s|avt wide+status+rv, 
1015750276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
1015862449Speter	smcup=\E[H\E[1;24;1;132w, use=avt+s, use=avt-ns, 
1015950276Speter
1016050276Speter#### Contel Business Systems. 
1016150276Speter#
1016250276Speter
1016350276Speter# Contel c300 and c320 terminals. 
1016450276Spetercontel300|contel320|c300|Contel Business Systems C-300 or C-320, 
1016550276Speter	am, in, xon, 
1016650276Speter	cols#80, lines#24, xmc#1, 
1016750276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1016850276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1016950276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
1017050276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
1017150276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
1017250276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
1017350276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
1017450276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!\r, tbc=\E3, 
1017550276Speter# Contel c301 and c321 terminals.
1017650276Spetercontel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, 
1017750276Speter	flash@, ich1@, ip@, rmso=\E!\0$<20>, smso=\E!\r$<20>, 
1017850276Speter	use=contel300, 
1017950276Speter
1018050276Speter#### Data General (dg)
1018150276Speter#
1018250276Speter# According to James Carlson <carlson@xylogics.com> writing in January 1995,
1018350276Speter# the terminals group at Data General was shut down in 1991; all these
1018450276Speter# terminals have thus been discontinued.
1018550276Speter#
1018650276Speter# DG terminals have function keys that respond to the SHIFT and CTRL keys,
1018750276Speter# e.g., SHIFT-F1 generates a different code from F1.  To number the keys
1018850276Speter# sequentially, first the unmodified key codes are listed as F1 through F15. 
1018950276Speter# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
1019050276Speter# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
1019150276Speter# F46 through F60.  This is done in the private "includes" below whose names
1019250276Speter# start with "dgkeys+".
1019350276Speter#
1019450276Speter# DG terminals generally support 8 bit characters.  For each of these terminals
1019550276Speter# two descriptions are supplied:
1019650276Speter#	1) A default description for 8 bits/character communications, which
1019750276Speter#	   uses the default DG international character set and keyboard codes.
1019850276Speter#	2) A description with suffix "-7b" for 7 bits/character communications.
1019950276Speter#	   This description must use the NON-DEFAULT native keyboard language.
1020050276Speter
1020150276Speter# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
1020250276Speter# Ctrl/Shift fdkeys (kf34-kf44).
1020350276Speter
1020450276Speterdgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys, 
1020550276Speter	ka1=\233020z, ka3=\233021z, kc1=\233022z, kc3=\233023z, 
1020650276Speter	kclr=\2332J, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
1020750276Speter	kcuu1=\233A, kel=\233K, kf1=\233001z, kf10=\233010z, 
1020850276Speter	kf11=\233011z, kf12=\233012z, kf13=\233013z, 
1020950276Speter	kf14=\233014z, kf15=\233000z, kf16=\233101z, 
1021050276Speter	kf17=\233102z, kf18=\233103z, kf19=\233104z, 
1021150276Speter	kf2=\233002z, kf20=\233105z, kf21=\233106z, 
1021250276Speter	kf22=\233107z, kf23=\233108z, kf24=\233109z, 
1021350276Speter	kf25=\233110z, kf26=\233111z, kf27=\233112z, 
1021450276Speter	kf28=\233113z, kf29=\233114z, kf3=\233003z, 
1021550276Speter	kf30=\233100z, kf31=\233201z, kf32=\233202z, 
1021650276Speter	kf33=\233203z, kf34=\233204z, kf35=\233205z, 
1021750276Speter	kf36=\233206z, kf37=\233207z, kf38=\233208z, 
1021850276Speter	kf39=\233209z, kf4=\233004z, kf40=\233210z, 
1021950276Speter	kf41=\233211z, kf42=\233212z, kf43=\233213z, 
1022050276Speter	kf44=\233214z, kf45=\233200z, kf46=\233301z, 
1022150276Speter	kf47=\233302z, kf48=\233303z, kf49=\233304z, 
1022250276Speter	kf5=\233005z, kf50=\233305z, kf51=\233306z, 
1022350276Speter	kf52=\233307z, kf53=\233308z, kf54=\233309z, 
1022450276Speter	kf55=\233310z, kf56=\233311z, kf57=\233312z, 
1022550276Speter	kf58=\233313z, kf59=\233314z, kf6=\233006z, 
1022650276Speter	kf60=\233300z, kf7=\233007z, kf8=\233008z, kf9=\233009z, 
1022750276Speter	khome=\233H, kprt=\233i, 
1022850276Speter
1022950276Speterdgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys, 
1023050276Speter	ka1=\E[020z, ka3=\E[021z, kc1=\E[022z, kc3=\E[023z, 
1023150276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1023250276Speter	kel=\E[K, kf1=\E[001z, kf10=\E[010z, kf11=\E[011z, 
1023350276Speter	kf12=\E[012z, kf13=\E[013z, kf14=\E[014z, kf15=\E[000z, 
1023450276Speter	kf16=\E[101z, kf17=\E[102z, kf18=\E[103z, kf19=\E[104z, 
1023550276Speter	kf2=\E[002z, kf20=\E[105z, kf21=\E[106z, kf22=\E[107z, 
1023650276Speter	kf23=\E[108z, kf24=\E[109z, kf25=\E[110z, kf26=\E[111z, 
1023750276Speter	kf27=\E[112z, kf28=\E[113z, kf29=\E[114z, kf3=\E[003z, 
1023850276Speter	kf30=\E[100z, kf31=\E[201z, kf32=\E[202z, kf33=\E[203z, 
1023950276Speter	kf34=\E[204z, kf35=\E[205z, kf36=\E[206z, kf37=\E[207z, 
1024050276Speter	kf38=\E[208z, kf39=\E[209z, kf4=\E[004z, kf40=\E[210z, 
1024150276Speter	kf41=\E[211z, kf42=\E[212z, kf43=\E[213z, kf44=\E[214z, 
1024250276Speter	kf45=\E[200z, kf46=\E[301z, kf47=\E[302z, kf48=\E[303z, 
1024350276Speter	kf49=\E[304z, kf5=\E[005z, kf50=\E[305z, kf51=\E[306z, 
1024450276Speter	kf52=\E[307z, kf53=\E[308z, kf54=\E[309z, kf55=\E[310z, 
1024550276Speter	kf56=\E[311z, kf57=\E[312z, kf58=\E[313z, kf59=\E[314z, 
1024650276Speter	kf6=\E[006z, kf60=\E[300z, kf7=\E[007z, kf8=\E[008z, 
1024750276Speter	kf9=\E[009z, khome=\E[H, kprt=\E[i, 
1024850276Speter
1024950276Speterdgkeys+11|Private entry describing 11 minimal-subset DG mode special keys, 
1025050276Speter	kclr=^L, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kel=^K, 
1025150276Speter	kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^a, kf13=^^b, kf14=^^c, 
1025250276Speter	kf15=^^d, kf16=^^e, kf17=^^f, kf18=^^g, kf19=^^h, kf2=^^r, 
1025350276Speter	kf20=^^i, kf21=^^j, kf22=^^k, kf23=^^1, kf24=^^2, kf25=^^3, 
1025450276Speter	kf26=^^4, kf27=^^5, kf28=^^6, kf29=^^7, kf3=^^s, kf30=^^8, 
1025550276Speter	kf31=^^9, kf32=^^\:, kf33=^^;, kf34=^^!, kf35=^^", kf36=^^#, 
1025666963Speter	kf37=^^$, kf38=^^%%, kf39=^^&, kf4=^^t, kf40=^^', kf41=^^(, 
1025750276Speter	kf42=^^), kf43=^^*, kf44=^^+, kf5=^^u, kf6=^^v, kf7=^^w, 
1025850276Speter	kf8=^^x, kf9=^^y, khome=^H, 
1025950276Speter
1026050276Speterdgkeys+15|Private entry describing 15 DG mode special keys, 
1026150276Speter	kHOM=^^^H, kLFT=^^^Y, kRIT=^^^X, ka1=^^\\, ka3=^^], kc1=^^\^, 
1026250276Speter	kc3=^^_, kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^|, kf13=^^}, 
1026350276Speter	kf14=^^~, kf15=^^p, kf16=^^a, kf17=^^b, kf18=^^c, kf19=^^d, 
1026450276Speter	kf2=^^r, kf20=^^e, kf21=^^f, kf22=^^g, kf23=^^h, kf24=^^i, 
1026550276Speter	kf25=^^j, kf26=^^k, kf27=^^l, kf28=^^m, kf29=^^n, kf3=^^s, 
1026650276Speter	kf30=^^`, kf31=^^1, kf32=^^2, kf33=^^3, kf34=^^4, kf35=^^5, 
1026750276Speter	kf36=^^6, kf37=^^7, kf38=^^8, kf39=^^9, kf4=^^t, kf40=^^\:, 
1026850276Speter	kf41=^^;, kf42=^^<, kf43=^^=, kf44=^^>, kf45=^^0, kf46=^^!, 
1026966963Speter	kf47=^^", kf48=^^#, kf49=^^$, kf5=^^u, kf50=^^%%, kf51=^^&, 
1027050276Speter	kf52=^^', kf53=^^(, kf54=^^), kf55=^^*, kf56=^^+, kf57=^^\,, 
1027150276Speter	kf58=^^-, kf59=^^., kf6=^^v, kf60=^^\s, kf7=^^w, kf8=^^x, 
1027250276Speter	kf9=^^y, 
1027350276Speter
1027450276Speter# Data General color terminals use the "Tektronix" color model.  The total
1027550276Speter# number of colors varies with the terminal model, as does support for
1027650276Speter# attributes used in conjunction with color.
1027750276Speter
1027850276Speter# Removed u7, u8 definitions since they conflict with tack:
1027950276Speter#		Preserve user-defined colors in at least some cases.
1028050276Speter#	u7=^^Fh,
1028150276Speter#		Default is ACM mode.
1028250276Speter#	u8=^^F}20^^Fi^^F}21,
1028350276Speter#
1028450276Speterdgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode, 
1028550276Speter	bce, 
1028650276Speter	colors#16, ncv#53, pairs#256, 
1028750276Speter	op=\036Ad\036Bd, 
1028850276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1028950276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1029050276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
1029150276Speter
1029250276Speterdg+fixed|Fixed color info for DG D430C terminals in DG mode, 
1029350276Speter	use=dgunix+fixed, 
1029450276Speter
1029550276Speter# Video attributes are coordinated using static variables set by "sgr", then
1029650276Speter# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings. 
1029750276Speter# (D=dim, U=underline, B=blink, R=reverse.)
1029850276Speterdg+color8|Color info for Data General D220 and D230C terminals in ANSI mode, 
1029950276Speter	bce, 
1030050276Speter	colors#8, ncv#16, pairs#64, 
1030150276Speter	op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m, 
1030250276Speter	setab=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1030350276Speter	setaf=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
1030450276Speter	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, 
1030550276Speter	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, 
1030650276Speter
1030750276Speterdg+color|Color info for Data General D470C terminals in ANSI mode, 
1030850276Speter	colors#16, ncv#53, pairs#256, 
1030950276Speter	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, 
1031050276Speter	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, 
1031150276Speter	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, 
1031250276Speter	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, 
1031350276Speter	use=dg+color8, 
1031450276Speter
1031550276Speterdgmode+color8|Color info for Data General D220/D230C terminals in DG mode, 
1031650276Speter	bce, 
1031750276Speter	colors#8, ncv#16, pairs#64, 
1031850276Speter	op=\036Ad\036Bd, 
1031950276Speter	setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
1032050276Speter	setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
1032150276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
1032250276Speter
1032350276Speterdgmode+color|Color info for Data General D470C terminals in DG mode, 
1032450276Speter	colors#16, pairs#256, 
1032550276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1032650276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
1032750276Speter	use=dgmode+color8, 
1032850276Speter
1032950276Speterdgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode, 
1033050276Speter	bce, ccc, 
1033150276Speter	colors#52, ncv#53, pairs#26, 
1033250276Speter	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, 
1033350276Speter	oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00, 
1033450276Speter	op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D, 
1033550276Speter	scp=\036RG2%p1%02X, 
1033650276Speter
1033750276Speter# Colors are in the order:  normal, reverse, dim, dim + reverse.
1033850276Speterdg+ccc|Configurable color info for DG D430C terminals in DG mode, 
1033950276Speter	bce, ccc, 
1034050276Speter	colors#52, ncv#53, pairs#26, 
1034150276Speter	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, 
1034250276Speter	oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00, 
1034350276Speter	op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=, 
1034450276Speter	scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c, 
1034550276Speter
1034650276Speter# The generic DG terminal type (an 8-bit-clean subset of the 6053)
1034750276Speter# Initialization string 1 sets:
1034850276Speter#	^R		- vertical scrolling enabled
1034950276Speter#	^C		- blinking enabled
1035050276Speterdg-generic|Generic Data General terminal in DG mode, 
1035150276Speter	am, bw, msgr, xon, 
1035250276Speter	cols#80, lines#24, 
1035350276Speter	bel=^G, blink=^N, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
1035450276Speter	cup=\020%p2%c%p1%c, cuu1=^W, dim=^\, el=^K, ind=^J, is1=^R^C, 
1035550276Speter	mc0=^Q, nel=^J, rmso=^], rmul=^U, sgr0=^O^U^], smso=^\, 
1035662449Speter	smul=^T, use=dgkeys+11, 
1035750276Speter
1035850276Speter# According to the 4.4BSD termcap file, the dg200 <cup> should be the
1035950276Speter# termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
1036050276Speter# notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
1036150276Speter# maybe they were originally nuls (which would fit).
1036250276Speter
1036350276Speterdg200|data general dasher 200, 
1036462449Speter	OTbs, am, bw, 
1036550276Speter	cols#80, lines#24, 
1036650276Speter	bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
1036750276Speter	cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, 
1036850276Speter	kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^z, kf1=^^q, 
1036950276Speter	kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, 
1037050276Speter	kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, 
1037150276Speter	smso=^^D, smul=^T, 
1037250276Speter
1037350276Speter# Data General 210/211 (and 410?)	from Lee Pearson (umich!lp) via BRL
1037450276Speterdg210|dg-ansi|Data General 210/211, 
1037550276Speter	am, 
1037650276Speter	cols#80, lines#24, 
1037762449Speter	OTnl=\E[B, clear=\E[2J, cud1=\E[B, cup=\E[%i%p1%d;%p2%dH, 
1037862449Speter	cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, kcub1=\E[D, 
1037962449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
1038062449Speter	nel=\r\E[H\E[A\n, rmso=\E[0;m, rmul=\E[0;m, smso=\E[7;m, 
1038162449Speter	smul=\E[4;m, 
1038250276Speter# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
1038350276Speter# courtesy of Carlos Rucalde of Vantage Software, Inc.
1038450276Speter# (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
1038550276Speter# I suspect the d200 function keys actually work on the dg211, check it out.)
1038650276Speterdg211|Data General d211, 
1038750276Speter	cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@, 
1038850276Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=^M^Z, rmcup=^L, 
1038962449Speter	rmso=\036E$<\0/>, smcup=^L^R, smso=\036D$<5/>, use=dg200, 
1039062449Speter
1039162449Speter# dg450 from Cornell (not official)
1039250276Speterdg450|dg6134|data general 6134, 
1039350276Speter	cub1@, cuf1=^X, use=dg200, 
1039462449Speter
1039562449Speter# Not official...
1039650276Speter# Note: lesser Dasher terminals will not work with vi because vi insists upon
1039750276Speter# having a command to move straight down from any position on the bottom line
1039850276Speter# and scroll the screen up, or a direct vertical scroll command.  The 460 and
1039950276Speter# above have both, the D210/211, for instance, has neither.  We must use ANSI
1040050276Speter# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
1040150276Speter# backspace on all terminals.  This is not so in DG mode.
1040250276Speter# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
1040350276Speter# grounds that there is no matching ":ml:"
1040450276Speter# fixed garbled ":k9=\E[00\:z:" capability -- esr)
1040550276Speterdg460-ansi|Data General Dasher 460 in ANSI-mode, 
1040662449Speter	OTbs, am, msgr, ul, 
1040750276Speter	cols#80, it#8, lines#24, 
1040862449Speter	OTnl=\ED, blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, 
1040962449Speter	cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, 
1041062449Speter	dim=\E[2m, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1041162449Speter	ich1=\E[@, il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, 
1041262449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1041362449Speter	kf0=\E[001z, kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, 
1041462449Speter	kf4=\E[005z, kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, 
1041562449Speter	kf8=\E[009z, kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, 
1041662449Speter	lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, 
1041762449Speter	ri=\E[T, rmso=\E[m, rmul=\E[05, sgr0=\E[m, smso=\E[7m, 
1041862449Speter	smul=\E[4m, 
1041962449Speter# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
1042050276Speter# Data General 605x     
1042150276Speter# Ought to work for a Model 6242, Type D210 as well as a 605x.
1042250276Speter# Note that the cursor-down key transmits ^Z.  Job control users, beware!
1042350276Speter# This also matches a posted description of something called a `Dasher 100'
1042450276Speter# so there's a dg100 alias here. 
1042550276Speter# (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr) 
1042650276Speterdg6053-old|dg100|data general 6053, 
1042762449Speter	OTbs, am, bw, ul, 
1042850276Speter	cols#80, lines#24, 
1042962449Speter	OTbc=^Y, bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, 
1043062449Speter	cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K, 
1043162449Speter	home=^H, ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, 
1043262449Speter	kcuu1=^W, kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, 
1043362449Speter	kf6=^^w, kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L, 
1043462449Speter	rmso=\0^^E, rmul=^U, smcup=^L^R, smso=\0\0\0\0\0\036D, 
1043562449Speter	smul=^T, 
1043650276Speter
1043750276Speter# (Some performance can be gained over the generic DG terminal type)
1043850276Speterdg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053, 
1043950276Speter	xon@, 
1044050276Speter	home=^P\0\0, ll=^P\0^W, use=dg-generic, 
1044150276Speter
1044250276Speter# Like 6053, but adds reverse video and more keypad and function keys.
1044350276Speterd200|d200-dg|Data General DASHER D200, 
1044450276Speter	bold=^^D^T, home@, ll@, rev=^^D, rmso=^^E^], 
1044550276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;, 
1044662449Speter	sgr0=\017\025\035\036E, smso=^^D^\, use=dgkeys+15, 
1044762449Speter	use=dg6053, 
1044850276Speter
1044950276Speter# DASHER D210 series terminals in ANSI mode.
1045050276Speter#	Reverse video, no insert/delete character/line, 7 bits/character only.
1045150276Speter#
1045250276Speter# Initialization string 1 sets:
1045350276Speter#	<0		- scrolling enabled
1045450276Speter#	<1		- blink enabled
1045550276Speter#	<4		- print characters regardless of attributes
1045650276Speterd210|d214|Data General DASHER D210 series, 
1045750276Speter	am, bw, msgr, xon, 
1045850276Speter	cols#80, lines#24, 
1045950276Speter	bel=^G, blink=\E[5m, bold=\E[4;7m, clear=\E[2J, cr=^M, 
1046050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1046150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1046250276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, ed=\E[J, el=\E[K, 
1046350276Speter	el1=\E[1K, home=\E[H, ind=^J, is1=\E[<0;<1;<4l, 
1046450276Speter	ll=\E[H\E[A, nel=^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
1046550276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m, 
1046662449Speter	sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=dgkeys+7b, 
1046750276Speter
1046850276Speter# DASHER D210 series terminals in DG mode.
1046950276Speter# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
1047050276Speterd210-dg|d214-dg|Data General DASHER D210 series in DG mode, 
1047150276Speter	xon, 
1047250276Speter	ed=^^FF, use=d200-dg, 
1047350276Speter
1047450276Speter# DASHER D211 series terminals in ANSI mode.
1047550276Speter# Like the D210, but with 8-bit characters and local printer support.
1047650276Speter#
1047750276Speter# Initialization string 2 sets:
1047850276Speter#	\E[2;1;1;1v
1047950276Speter#		2;1	- 8 bit operations
1048050276Speter#		1;1	- 8 bit (international) keyboard language
1048150276Speter#	\E(B		- default primary character set (U.S. ASCII)
1048250276Speter#	\E)4		- default secondary character set (international)
1048350276Speter#	^O		- primary character set
1048450276Speter#
1048550276Speterd211|d215|Data General DASHER D211 series, 
1048650276Speter	km, 
1048762449Speter	is2=\E[2;1;1;1v\E(B\E)4\017, mc0=\E[i, use=dgkeys+8b, 
1048862449Speter	use=d210, 
1048950276Speter
1049050276Speter# Initialization string 2 sets:
1049150276Speter#	\E[2;0;1;0v
1049250276Speter#		2;0	- 7 bit operations
1049350276Speter#		1;0	- 7 bit (native) keyboard language
1049450276Speter#	\E(0		- default character set (the keyboard native language)
1049550276Speter#	^O		- primary character set
1049650276Speterd211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode, 
1049750276Speter	km@, 
1049850276Speter	is2=\E[2;0;1;0v\E(0\017, use=dgkeys+7b, use=d211, 
1049950276Speter
1050050276Speter# Like the D210 series, but adds support for 8-bit characters.
1050150276Speter#
1050250276Speter# Reset string 2 sets:
1050350276Speter#	^^N	- secondary character set
1050450276Speter#	^^FS0>	- 8 bit international character set
1050550276Speter#	^^O	- primary character set
1050650276Speter#	^^FS00	- default character set (matching the native keyboard language)
1050750276Speter#
1050850276Speterd211-dg|d215-dg|Data General DASHER D211 series in DG mode, 
1050950276Speter	km, 
1051050276Speter	rs2=\036N\036FS0>\036O\036FS00, use=d210-dg, 
1051150276Speter
1051250276Speterd216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode, 
1051350276Speter	use=d211-dg, 
1051450276Speter
1051550276Speter# Enhanced DG mode with changes to be more UNIX compatible.
1051650276Speterd216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode, 
1051750276Speter	mc5i, 
1051850276Speter	it#8, 
1051950276Speter	acsc=a\177j$k"l!m#n)q+t'u&v(w%x*, blink=^^PI, 
1052050276Speter	clear=^^PH, cub1=^^PD, cud1=^^PB, cuf1=^^PC, cuu1=^^PA, 
1052150276Speter	el=^^PE, home=^^PF, hpa=\020%p1%c\177, ht=^I, ind=^J, 
1052250276Speter	is1=\022\003\036P@1, is3=\036Fz0, kHOM=^^Pf, kLFT=^^Pd, 
1052350276Speter	kPRT=^^P1, kRIT=^^Pc, kclr=^^PH, kcub1=^^PD, kcud1=^^PB, 
1052450276Speter	kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0, 
1052550276Speter	mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00, 
1052650276Speter	rs2=\036N\036FS0E\036O\036FS00, 
1052750276Speter	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%;, 
1052850276Speter	sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11, 
1052962449Speter	vpa=\020\177%p1%c, use=dgkeys+15, use=d216-dg, 
1053050276Speterd216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines, 
1053150276Speter	lines#25, 
1053250276Speter	is3=\036Fz2, use=d216+, 
1053350276Speter
1053450276Speterd217-unix|Data General DASHER D217 in DG-UNIX mode, 
1053550276Speter	use=d216-unix, 
1053650276Speterd217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines, 
1053750276Speter	use=d216-unix-25, 
1053850276Speter
1053950276Speter# DASHER D220 color terminal in ANSI mode.
1054050276Speter# Like the D470C but with fewer colors and screen editing features.
1054150276Speter#
1054250276Speter# Initialization string 1 sets:
1054350276Speter#	\E[<0;<1;<4l
1054450276Speter#		<0	- scrolling enabled
1054550276Speter#		<1	- blink enabled
1054650276Speter#		<4	- print characters regardless of attributes
1054750276Speter#	\E[m		- all attributes off
1054850276Speter# Reset string 1 sets:
1054950276Speter#	\Ec		- initial mode defaults (RIS)
1055050276Speter#
1055150276Speterd220|Data General DASHER D220, 
1055250276Speter	mc5i@, 
1055362449Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
1055462449Speter	use=dg+color8, use=d470c, 
1055550276Speter
1055650276Speterd220-7b|Data General DASHER D220 in 7 bit mode, 
1055750276Speter	mc5i@, 
1055862449Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, 
1055962449Speter	use=dg+color8, use=d470c-7b, 
1056050276Speter
1056150276Speter# Initialization string 3 sets:
1056250276Speter#	- default cursor (solid rectangle)
1056350276Speter# Reset string 2 sets:
1056450276Speter#	^^N     - secondary character set
1056550276Speter#	^^FS0>  - 8 bit international character set
1056650276Speter#	^^O     - primary character set
1056750276Speter#       ^^FS00  - default character set (matching the native keyboard language)
1056850276Speter#
1056950276Speterd220-dg|Data General DASHER D220 color terminal in DG mode, 
1057050276Speter	mc5i@, 
1057150276Speter	dl1@, home@, il1@, is2@, is3=\036FQ2, ll@, mc4@, mc5@, rs1@, 
1057262449Speter	rs2=\036N\036FS0>\036O\036FS00, use=dgmode+color8, 
1057362449Speter	use=d470c-dg, 
1057450276Speter
1057550276Speter# DASHER D230C color terminal in ANSI mode.
1057650276Speter# Like the D220 but with minor ANSI compatibility improvements.
1057750276Speter#
1057850276Speterd230c|d230|Data General DASHER D230C, 
1057950276Speter	blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=^M^J, 
1058050276Speter	rev=\E[7;50m, rmkx=\E[2;1v, rmso=\E[50m, rmul=\E[50m, 
1058150276Speter	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%;, 
1058250276Speter	sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m, 
1058362449Speter	smul=\E[4;50m, use=dgkeys+7b, use=d220, 
1058450276Speter
1058550276Speterd230c-dg|d230-dg|Data General DASHER D230C in DG mode, 
1058650276Speter	use=d220-dg, 
1058750276Speter
1058850276Speter# DASHER D400/D450 series terminals.
1058950276Speter# These add intelligent features like insert/delete to the D200 series.
1059050276Speter#
1059150276Speter# Initialization string 2 sets:
1059250276Speter#	^^FQ2		- default cursor (solid rectangle)
1059350276Speter#	^^FW		- character protection disabled
1059450276Speter#	^^FJ		- normal (80 column) mode
1059550276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
1059650276Speter#	^^FX004?	- margins at columns 0 and 79
1059750276Speter#	^^F]		- horizontal scrolling disabled
1059850276Speter#	^^O		- primary character set
1059950276Speter#	^^FS00		- default character set (the keyboard native language)
1060050276Speter#	- (should reset scrolling regions, but that glitches the screen)
1060150276Speter# Reset string 1 sets:
1060250276Speter#	^^FA		- all terminal defaults except scroll rate
1060350276Speter# Reset string 2 sets:
1060450276Speter#	^^F]		- horizontal scrolling disabled
1060550276Speter#	^^FT0		- jump scrolling
1060650276Speter#
1060750276Speterd400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series, 
1060850276Speter	mc5i, 
1060950276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\036FQ0, 
1061050276Speter	cnorm=\036FQ2, dch1=^^K, dl1=^^FI, 
1061150276Speter	enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177, 
1061250276Speter	ich1=^^J, il1=^^FH, 
1061350276Speter	is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O\036FS00, 
1061450276Speter	ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O, 
1061550276Speter	rs1=^^FA, rs2=\036F]\036FT0, 
1061650276Speter	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%;, 
1061750276Speter	sgr0=\017\025\035\036E\036O, smacs=^^N, 
1061850276Speter	vpa=\020\177%p1%c, use=d210-dg, 
1061950276Speter
1062050276Speter# DASHER D410/D460 series terminals in ANSI mode.
1062150276Speter# These add a large number of intelligent terminal features.
1062250276Speter#
1062350276Speter# Initialization string 1 sets:
1062450276Speter#	\E[<0;<1;<2;<4l
1062550276Speter#		<0	- scrolling enabled
1062650276Speter#		<1	- blink enabled
1062750276Speter#		<2	- horizontal scrolling enabled (for alignment)
1062850276Speter#		<4	- print characters regardless of attributes
1062950276Speter#	\E[5;0v		- normal (80 column) mode
1063050276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1063150276Speter#	\E[1;6;<2h
1063250276Speter#		1	- print all characters even if protected
1063350276Speter#		6	- character protection disabled
1063450276Speter#		<2	- horizontal scrolling disabled
1063550276Speter#	- (should reset scrolling regions, but that glitches the screen)
1063650276Speter#
1063750276Speter# Initialization string 2 sets:
1063850276Speter#	\E[3;2;2;1;1;1v
1063950276Speter#		3;2	- default cursor (solid rectangle)
1064050276Speter#		2;1	- 8 bit operations
1064150276Speter#		1;1	- international keyboard language
1064250276Speter#	\E(B		- default primary character set (U.S. ASCII)
1064350276Speter#	\E)4		- default secondary character set (international)
1064450276Speter#	^O		- primary character set
1064550276Speter#
1064650276Speter#	Reset string 1 sets:
1064750276Speter#	\Ec		- initial mode defaults (RIS)
1064850276Speter#	\E[<2h		- horizontal scrolling disabled
1064950276Speter#
1065050276Speter# Reset string 2 sets:
1065150276Speter#	\E[4;0;2;1;1;1v
1065250276Speter#		4;0	- jump scrolling
1065350276Speter#		2;1	- 8 bit operations
1065450276Speter#		1;1	- 8 bit (international) keyboard language
1065550276Speter#	\E(B		- default primary character set (U.S. ASCII)
1065650276Speter#	\E)4		- default secondary character set (international)
1065750276Speter#
1065850276Speterd410|d411|d460|d461|Data General DASHER D410/D460 series, 
1065950276Speter	mc5i, 
1066050276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\E[3;0v, 
1066150276Speter	cnorm=\E[3;2v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1066250276Speter	dl1=\E[M, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
1066350276Speter	is1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h, 
1066450276Speter	is2=\E[3;2;2;1;1;1v\E(B\E)4\017, mc4=\E[4i, mc5=\E[5i, 
1066550276Speter	ri=\EM, rmacs=\E)4\017, rs1=\Ec\E[<2h, 
1066650276Speter	rs2=\E[4;0;2;1;1;1v\E(B\E)4, 
1066750276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;, 
1066862449Speter	sgr0=\E[m\E)4\017, smacs=\E)6\016, use=d211, 
1066950276Speter
1067050276Speter# Initialization string 2 sets:
1067150276Speter#	\E[3;2;2;0;1;0v
1067250276Speter#		3;2	- default cursor (solid rectangle)
1067350276Speter#		2;0	- 7 bit operations
1067450276Speter#		1;0	- 7 bit (native) keyboard language
1067550276Speter#	\E(0		- default character set (the keyboard native language)
1067650276Speter#	^O		- primary character set
1067750276Speter#
1067850276Speter# Reset string 2 sets:
1067950276Speter#	\E[4;0;2;0;1;0v
1068050276Speter#		4;0	- jump scrolling
1068150276Speter#		2;0	- 7 bit operations
1068250276Speter#		1;0	- 7 bit (native) keyboard language
1068350276Speter#	\E(0		- default character set (the keyboard native language)
1068450276Speter#
1068550276Speterd410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode, 
1068650276Speter	km@, 
1068750276Speter	enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O, 
1068850276Speter	rs2=\E[4;0;2;0;1;0v\E(0, 
1068950276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;, 
1069062449Speter	sgr0=\E[m\017, smacs=^N, use=dgkeys+7b, use=d410, 
1069150276Speter
1069250276Speterd410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode, 
1069350276Speter	km, 
1069450276Speter	enacs@, rmacs=\036FS00, 
1069550276Speter	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%;, 
1069650276Speter	sgr0=\017\025\035\036E\036FS00, smacs=\036FS11, 
1069750276Speter	use=d400-dg, 
1069850276Speter
1069950276Speter# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
1070050276Speter#
1070150276Speter# Initialization string 1 sets:
1070250276Speter#	\E[<0;<1;<2;<4l
1070350276Speter#		<0	- scrolling enabled
1070450276Speter#		<1	- blink enabled
1070550276Speter#		<2	- horizontal scrolling enabled (for alignment)
1070650276Speter#		<4	- print characters regardless of attributes
1070750276Speter#	\E[5;1v		- compressed (135 column) mode
1070850276Speter#	\E[1;1;126	- margins at columns 1 and 126
1070950276Speter#	\E[1;6;<2h
1071050276Speter#		1	- print all characters even if protected
1071150276Speter#		6	- character protection disabled
1071250276Speter#		<2	- horizontal scrolling disabled
1071350276Speter#	- (should reset scrolling regions, but that glitches the screen)
1071450276Speter#
1071550276Speter# Reset string 1 sets:
1071650276Speter#	\Ec		- initial mode defaults (RIS)
1071750276Speter#	\E[5;1v		- compressed (135 column) mode
1071850276Speter#	\E[1;1;126w	- margins at columns 1 and 126
1071950276Speter#	\E[<2h		- horizontal scrolling disabled
1072050276Speter#
1072150276Speterd410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode, 
1072250276Speter	cols#126, 
1072350276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1072462449Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410, 
1072550276Speter
1072650276Speterd410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode, 
1072750276Speter	cols#126, 
1072850276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1072962449Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410-7b, 
1073050276Speter
1073150276Speterd412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode, 
1073250276Speter	use=d410-dg, 
1073350276Speter
1073450276Speter# These add intelligent features like scrolling regions.
1073550276Speterd412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode, 
1073650276Speter	civis=\036FQ0, clear=^^FE, cnorm=\036FQ5, 
1073750276Speter	cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI, 
1073850276Speter	home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH, 
1073950276Speter	is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O\036FS00, 
1074050276Speter	ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I, 
1074150276Speter	rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10, 
1074250276Speter	vpa=\036FPFF%p1%2.2X, 
1074362449Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
1074462449Speter	use=d216+, 
1074550276Speterd412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode, 
1074650276Speter	cols#132, 
1074750276Speter	is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O\036FS00, 
1074850276Speter	rs2=\036P@1\036FK\036FX0083, 
1074962449Speter	wind=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X, 
1075062449Speter	use=d412-unix, 
1075150276Speterd412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines, 
1075250276Speter	lines#25, 
1075350276Speter	is3=\036Fz2, 
1075462449Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, 
1075562449Speter	use=d462+, 
1075650276Speterd412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line, 
1075750276Speter	eslok, hs, 
1075850276Speter	clear=\036FG\036PH, fsl=\036F}01\022, 
1075950276Speter	is3=\036Fz2\036F}00\036FB180000\036F}01, ll@, 
1076050276Speter	tsl=\036F}00\036FP%p1%2.2X18\036PG, 
1076162449Speter	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, 
1076262449Speter	use=d462+, 
1076350276Speter
1076450276Speter#	Relative cursor motions are confined to the current window,
1076550276Speter#	which is not what the scrolling region specification expects.
1076650276Speter#	Thus, relative vertical cursor positioning must be deleted.
1076750276Speterd412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region, 
1076850276Speter	csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;, 
1076962449Speter	cud1@, cuu1@, ll@, use=d462+, 
1077050276Speter
1077150276Speterd413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode, 
1077250276Speter	use=d412-unix, 
1077350276Speterd413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode, 
1077450276Speter	use=d412-unix-w, 
1077550276Speterd413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines, 
1077650276Speter	use=d412-unix-25, 
1077750276Speterd413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line, 
1077850276Speter	use=d412-unix-s, 
1077950276Speterd413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region, 
1078050276Speter	use=d412-unix-sr, 
1078150276Speter
1078250276Speterd414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode, 
1078350276Speter	use=d413-unix, 
1078450276Speterd414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode, 
1078550276Speter	use=d413-unix-w, 
1078650276Speterd414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines, 
1078750276Speter	use=d413-unix-25, 
1078850276Speterd414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line, 
1078950276Speter	use=d413-unix-s, 
1079050276Speterd414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region, 
1079150276Speter	use=d413-unix-sr, 
1079250276Speter
1079350276Speterd430c-dg|d430-dg|Data General D430C in DG mode, 
1079450276Speter	use=d413-dg, use=dg+fixed, 
1079550276Speterd430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors, 
1079650276Speter	use=d413-dg, use=dg+ccc, 
1079750276Speter
1079850276Speterd430c-unix|d430-unix|Data General D430C in DG-UNIX mode, 
1079950276Speter	use=d413-unix, use=dgunix+fixed, 
1080050276Speterd430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode, 
1080150276Speter	use=d413-unix-w, use=dgunix+fixed, 
1080250276Speterd430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines, 
1080350276Speter	use=d413-unix-25, use=dgunix+fixed, 
1080450276Speterd430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line, 
1080550276Speter	use=d413-unix-s, use=dgunix+fixed, 
1080650276Speterd430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region, 
1080750276Speter	use=d413-unix-sr, use=dgunix+fixed, 
1080850276Speterd430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors, 
1080950276Speter	use=d413-unix, use=dgunix+ccc, 
1081050276Speterd430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors, 
1081150276Speter	use=d413-unix-w, use=dgunix+ccc, 
1081250276Speterd430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors, 
1081350276Speter	use=d413-unix-25, use=dgunix+ccc, 
1081450276Speterd430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors, 
1081550276Speter	use=d413-unix-s, use=dgunix+ccc, 
1081650276Speterd430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors, 
1081750276Speter	use=d413-unix-sr, use=dgunix+ccc, 
1081850276Speter
1081950276Speter# DASHER D470C color terminal in ANSI mode.
1082050276Speter# Like the D460 but with 16 colors and without a compressed mode.
1082150276Speter#
1082250276Speter# Initialization string 1 sets:
1082350276Speter#	\E[<0;<1;<2;<4l
1082450276Speter#		<0	- scrolling enabled
1082550276Speter#		<1	- blink enabled
1082650276Speter#		<2	- horizontal scrolling enabled (for alignment)
1082750276Speter#		<4	- print characters regardless of attributes
1082850276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1082950276Speter#	\E[1;6;<2h
1083050276Speter#		1	- print all characters even if protected
1083150276Speter#		6	- character protection disabled
1083250276Speter#		<2	- horizontal scrolling disabled
1083350276Speter#	- (should reset scrolling regions, but that glitches the screen)
1083450276Speter#
1083550276Speterd470c|d470|Data General DASHER D470C, 
1083650276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1083750276Speter	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%;, 
1083850276Speter	use=dg+color, use=d460, 
1083950276Speter
1084050276Speterd470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode, 
1084150276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1084250276Speter	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%;, 
1084350276Speter	use=dg+color, use=d460-7b, 
1084450276Speter
1084550276Speter# Initialization string 2 sets:
1084650276Speter#	^^FQ2		- default cursor (solid rectangle)
1084750276Speter#	^^FW		- character protection disabled
1084850276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
1084950276Speter#	^^FX004?	- margins at columns 0 and 79
1085050276Speter#	^^F]		- horizontal scrolling disabled
1085150276Speter#	^^O		- primary character set
1085250276Speter#	^^FS00		- default character set (the keyboard native language)
1085350276Speter#	- (should reset scrolling regions, but that glitches the screen)
1085450276Speter#
1085550276Speterd470c-dg|d470-dg|Data General DASHER D470C in DG mode, 
1085650276Speter	is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O\036FS00, 
1085750276Speter	use=dgmode+color, use=d460-dg, 
1085850276Speter
1085950276Speter# DASHER D555 terminal in ANSI mode.
1086050276Speter# Like a D411, but has an integrated phone.
1086150276Speterd555|Data General DASHER D555, 
1086250276Speter	use=d411, 
1086350276Speterd555-7b|Data General DASHER D555 in 7-bit mode, 
1086450276Speter	use=d411-7b, 
1086550276Speterd555-w|Data General DASHER D555 in wide mode, 
1086650276Speter	use=d411-w, 
1086750276Speterd555-7b-w|Data General DASHER D555 in wide 7-bit mode, 
1086850276Speter	use=d411-7b-w, 
1086950276Speterd555-dg|Data General DASHER D555 series in DG mode, 
1087050276Speter	use=d411-dg, 
1087150276Speter
1087250276Speter# DASHER D577 terminal in ANSI mode.
1087350276Speter# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
1087450276Speterd577|Data General DASHER D577, 
1087550276Speter	use=d411, 
1087650276Speterd577-7b|Data General DASHER D577 in 7-bit mode, 
1087750276Speter	use=d411-7b, 
1087850276Speterd577-w|Data General DASHER D577 in wide mode, 
1087950276Speter	use=d411-w, 
1088050276Speterd577-7b-w|Data General DASHER D577 in wide 7-bit mode, 
1088150276Speter	use=d411-7b-w, 
1088250276Speter
1088350276Speterd577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode, 
1088450276Speter	use=d411-dg, 
1088550276Speter
1088650276Speter# DASHER D578 terminal.
1088750276Speter# Like a D577, but without compressed mode; like a D470C in this respect.
1088850276Speter#
1088950276Speter# Initialization string 1 sets:
1089050276Speter#	\E[<0;<1;<2;<4l
1089150276Speter#		<0	- scrolling enabled
1089250276Speter#		<1	- blink enabled
1089350276Speter#		<2	- horizontal scrolling enabled (for alignment)
1089450276Speter#		<4	- print characters regardless of attributes
1089550276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1089650276Speter#	\E[1;6;<2h
1089750276Speter#		1	- print all characters even if protected
1089850276Speter#		6	- character protection disabled
1089950276Speter#		<2	- horizontal scrolling disabled
1090050276Speter#	- (should reset scrolling regions, but that glitches the screen)
1090150276Speter#
1090250276Speterd578|Data General DASHER D578, 
1090350276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577, 
1090450276Speterd578-7b|Data General DASHER D578 in 7-bit mode, 
1090562449Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577-7b, 
1090650276Speter
1090750276Speter#### Datamedia (dm)
1090850276Speter#
1090962449Speter# Datamedia was headquartered in Nashua, New Hampshire until it went 
1091062449Speter# out of business in 1993, but the ID plates on the terminals referred
1091162449Speter# to the factory in Pennsauken, NJ.  The factory was sold to a PCB board
1091262449Speter# manufacturer which threw out all information about the terminals.
1091350276Speter#
1091450276Speter
1091550276Spetercs10|colorscan|Datamedia Color Scan 10, 
1091650276Speter	msgr, 
1091750276Speter	cols#80, lines#24, 
1091850276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1091950276Speter	cup=\E[%i%p1%02d;%p2%02dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1092050276Speter	ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1092150276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmso=\E[m, rmul=\E[m, 
1092250276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1092350276Spetercs10-w|Datamedia Color Scan 10 with 132 columns, 
1092450276Speter	cols#132, 
1092550276Speter	cup=\E[%i%p1%02d;%p2%03dH, use=cs10, 
1092650276Speter
1092750276Speter# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
1092850276Speterdm1520|dm1521|datamedia 1520, 
1092962449Speter	OTbs, am, xenl, 
1093050276Speter	cols#80, it#8, lines#24, 
1093150276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1093250276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1093350276Speter	home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1093450276Speter	khome=^Y, 
1093550276Speter# dm2500: this terminal has both <ich> and <smir>. Applications using 
1093650276Speter# termcap/terminfo directly (rather than through ncurses) might be confused.
1093750276Speterdm2500|datamedia2500|datamedia 2500, 
1093862449Speter	OTbs, OTnc, 
1093950276Speter	cols#80, lines#24, 
1094050276Speter	bel=^G, clear=^^^^\177, cub1=^H, cud1=^J, cuf1=^\, 
1094150276Speter	cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, 
1094250276Speter	dch1=\020\010\030\035$<10*>, 
1094350276Speter	dl1=\020\032\030\035$<10*>, el=^W, home=^B, 
1094450276Speter	ich1=\020\034\030\035$<10*>, 
1094550276Speter	il1=\020\n\030\035\030\035$<15>, ind=^J, pad=\377, 
1094650276Speter	rmdc=^X^], rmir=\377\377\030\035$<10>, rmso=^X^], 
1094750276Speter	smdc=^P, smir=^P, smso=^N, 
1094850276Speter# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
1094950276Speter# also, has a meta-key.
1095050276Speter# From: <goldberger@su-csli.arpa>
1095150276Speter# (dmchat: ":MT:" changed to ":km:" -- esr)
1095250276Speterdmchat|dmchat version of datamedia 2500, 
1095350276Speter	km, 
1095450276Speter	dl1=\020\032\030\035$<2/>, 
1095550276Speter	il1=\020\n\030\035\030\035$<1*/>, use=dm2500, 
1095650276Speter# (dm3025: ":MT:" changed to ":km:" -- esr)
1095750276Speterdm3025|datamedia 3025a, 
1095862449Speter	OTbs, km, 
1095950276Speter	cols#80, it#8, lines#24, 
1096050276Speter	bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1096150276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1096250276Speter	dch1=\010$<6>, dl1=\EP\EA\EQ$<130>, ed=\EJ$<2>, el=\EK, 
1096350276Speter	home=\EH, ht=^I, il1=\EP\n\EQ$<130>, ind=^J, ip=$<6>, 
1096450276Speter	is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, 
1096550276Speter	smir=\EP, smso=\EO1, 
1096650276Speterdm3045|datamedia 3045a, 
1096762449Speter	OTbs, am, eo, km@, ul, xenl, 
1096850276Speter	dch1=\EB$<6>, dl1@, il1@, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, 
1096950276Speter	kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, 
1097050276Speter	kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, 
1097150276Speter	khome=\EH, pad=\177, rmdc@, rmir=\EP, rmso@, smdc@, smso@, 
1097250276Speter	use=dm3025, 
1097350276Speter# Datamedia DT80 soft switches:
1097450276Speter# 1	0=Jump  1=Smooth
1097550276Speter# 	Autorepeat 	0=off  1=on
1097650276Speter# 	Screen		0=Dark 1=light
1097750276Speter# 	Cursor		0=u/l  1=block
1097850276Speter# 
1097950276Speter# 2	Margin Bell	0=off  1=on
1098050276Speter# 	Keyclick	0=off  1=on
1098150276Speter# 	Ansi/VT52	0=VT52 1=Ansi
1098250276Speter# 	Xon/Xoff	0=Off  1=On
1098350276Speter# 
1098450276Speter# 3	Shift3		0=Hash 1=UK Pound
1098550276Speter# 	Wrap		0=Off  1=On
1098650276Speter# 	Newline		0=Off  1=On
1098750276Speter# 	Interlace	0=Off  1=On
1098850276Speter# 	
1098950276Speter# 4	Parity		0=Odd  1=Even
1099050276Speter# 	Parity		0=Off  1=On
1099150276Speter# 	Bits/Char	0=7    1=8
1099250276Speter# 	Power		0=60Hz 1=50Hz
1099350276Speter# 
1099450276Speter# 5	Line Interface  0=EIA  1=Loop
1099550276Speter# 	Aux Interface   0=EIA  1=Loop
1099650276Speter# 	Local Copy    	0=Off  1=On	
1099750276Speter# 	Spare
1099850276Speter# 
1099950276Speter# 6	Aux Parity	0=Odd  1=Even
1100050276Speter# 	Aux Parity	0=Off  1=On
1100150276Speter# 	Aux Bits/Char   0=7    1=8
1100250276Speter# 	CRT Saver	0=Off  1=On
1100350276Speter# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
1100450276Speterdm80|dmdt80|dt80|datamedia dt80/1, 
1100550276Speter	clear=\E[2J\E[H, cud1=^J, cuf1=\E[C, 
1100650276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1100750276Speter	home=\E[H, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, ri=\EM, 
1100850276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1100950276Speter	use=vt100, 
1101050276Speter# except in 132 column mode, where it needs a little padding.
1101150276Speter# This is still less padding than the vt100, and you can always turn on
1101250276Speter# the ^S/^Q handshaking, so you can use vt100 flavors for things like
1101350276Speter# reverse video.
1101450276Speterdm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode, 
1101550276Speter	cols#132, 
1101650276Speter	clear=\E[H\E[2J$<50/>, cud1=^J, 
1101750276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, 
1101850276Speter	ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, 
1101962449Speter# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
1102050276Speterdt80-sas|Datamedia DT803/DTX for SAS usage, 
1102150276Speter	am, bw, 
1102250276Speter	cols#80, lines#24, 
1102350276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1102450276Speter	bel=^G, clear=^L, cr=^M, 
1102550276Speter	csr=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2, 
1102650276Speter	cub1=^H, cud1=\EB, cuf1=^\, 
1102750276Speter	cup=\E=%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, dl1=\EM, ed=^K, 
1102850276Speter	el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB, 
1102950276Speter	is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=^J, 
1103050276Speter	kcuf1=^\, kcuu1=^_, ked=^K, kel=^], khome=^Y, mc4=^O, mc5=^N, 
1103150276Speter	rev=\E$2\004, ri=\EI, rmacs=\EG, rmso=^X, sgr0=^X, smacs=\EF, 
1103250276Speter	smso=\E$2\004, tbc=\E'0, 
1103350276Speter
1103450276Speter# Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
1103550276Speter# These aren't end-all Excel termcaps; but do insert/delete char/line
1103650276Speter# and name some of the extra function keys.  (Mike Feldman ccvaxa!feldman)
1103750276Speter# The naming convention has been bent somewhat, with the use of E? (where
1103850276Speter# E is for 'Excel') as # a name.  This was done to distinguish the entries
1103950276Speter# from the other Datamedias in use here, and yet to associate a model of
1104050276Speter# the Excel terminals with the regular datamedia terminals that share
1104150276Speter# major characteristics.
1104250276Speterexcel62|excel64|datamedia Excel 62, 
1104350276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1104450276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1104550276Speter	use=dt80, 
1104650276Speterexcel62-w|excel64-w|datamedia Excel 62 in 132 char mode, 
1104750276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1104850276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1104950276Speter	use=dt80w, 
1105050276Speterexcel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode, 
1105150276Speter	dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=^J, 
1105250276Speter	kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, 
1105362449Speter	smir=\E[4h, use=dt80, 
1105450276Speter
1105550276Speter#### Falco
1105650276Speter#
1105750276Speter#	Falco Data Products
1105850276Speter#	440 Potrero Avenue
1105950276Speter#	Sunnyvale, CA 940864-196
1106050276Speter#	Vox: (800)-325-2648
1106150276Speter#	Fax: (408)-745-7860
1106250276Speter#	Net: techsup@charm.sys.falco.com
1106350276Speter#
1106450276Speter# Current Falco models as of 1995 are generally ANSI-compatible and support
1106550276Speter# emulations of DEC VT-series, Wyse, and Televideo types.
1106650276Speter#
1106750276Speter
1106850276Speter# Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
1106950276Speter# This terminal was released around 1983 and was discontinued long ago.
1107050276Speter# The standout and underline highlights are the same.
1107150276Speterfalco|ts1|ts-1|falco ts-1, 
1107262449Speter	OTbs, am, 
1107350276Speter	cols#80, it#8, lines#24, 
1107450276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1107550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1107650276Speter	dl1=\ER, ed=\EY, el=\ET\EG0\010, home=^^, ht=^I, il1=\EE, 
1107750276Speter	ind=^J, is2=\Eu\E3, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1107850276Speter	kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, 
1107950276Speter	smir=\Eq, smso=\Eg1, smul=\Eg1, 
1108050276Speterfalco-p|ts1p|ts-1p|falco ts-1 with paging option, 
1108162449Speter	OTbs, am, da, db, mir, msgr, ul, 
1108250276Speter	cols#80, it#8, lines#24, 
1108350276Speter	bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, 
1108450276Speter	cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, 
1108550276Speter	dch1=\EW, dl1=\ER, ed=\EY, el=\ET\EG0\010\Eg0, ht=^I, 
1108650276Speter	il1=\EE, ind=^J, is2=\EZ\E3\E_c, kcub1=\E[D, kcud1=\E[B, 
1108750276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rmcup=\E_b, rmir=\Er, 
1108850276Speter	rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, smcup=\E_d, smir=\Eq, 
1108950276Speter	smso=\Eg4, smul=\Eg1, 
1109050276Speter# (ts100: I added <rmam>/<smam> based on the init string -- esr)
1109150276Speterts100|ts100-sp|falco ts100-sp, 
1109250276Speter	am, mir, msgr, xenl, xon, 
1109350276Speter	cols#80, it#8, lines#24, vt#3, 
1109450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1109550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1109650276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1109750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1109850276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1109950276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1110050276Speter	cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, 
1110150276Speter	el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, 
1110250276Speter	ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, 
1110350276Speter	ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, 
1110450276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, 
1110550276Speter	kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
1110650276Speter	kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1110750276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1110850276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1110950276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1111076726Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>, 
1111150276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1111250276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1111350276Speterts100-ctxt|falco ts-100 saving context, 
1111450276Speter	rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, 
1111550276Speter
1111650276Speter#### Florida Computer Graphics
1111750276Speter#
1111850276Speter
1111950276Speter# Florida Computer Graphics Beacon System, using terminal emulator program
1112050276Speter# "host.com", as provided by FCG.  This description is for an early release
1112150276Speter# of the "host" program.  Known bug: <ed> clears the whole screen, so it's
1112250276Speter# commented out.
1112350276Speter
1112450276Speter# From: David Bryant <cbosg!djb> 1/7/83
1112550276Speterbeacon|FCG Beacon System, 
1112650276Speter	am, da, db, 
1112750276Speter	cols#80, lines#32, 
1112850276Speter	bel=\ESTART\r\E37\r\EEND\r$<1>, 
1112950276Speter	blink=\ESTART\r\E61\,1\r\EEND\r, clear=\EZ$<10>, cr=^M, 
1113050276Speter	cub1=^H, cud1=^J, cuf1=\EV, 
1113150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=\EU, 
1113250276Speter	dch1=\EW, dl1=\ER, el=\ET, home=\EH$<10>, ich1=\EQ, il1=\EE, 
1113350276Speter	ind=^J, rev=\ESTART\r\E59\,1\r\EEND\r, rmcup=, 
1113450276Speter	rmso=\ESTART\r\E70\,0\r\EEND\r$<20>, 
1113550276Speter	rmul=\ESTART\r\E60\,0\r\EEND\r, 
1113650276Speter	sgr0=\ESTART\r\E78\r\E70\,0\r\EEND\r$<20>, 
1113750276Speter	smcup=\ESTART\r\E2\,0\r\E12\r\EEND\r$<10>, 
1113850276Speter	smso=\ESTART\r\E70\,6\r\EEND\r$<20>, 
1113950276Speter	smul=\ESTART\r\E60\,1\r\EEND\r, 
1114050276Speter
1114150276Speter#### Fluke
1114250276Speter#
1114350276Speter
1114450276Speter# The f1720a differences from ANSI: no auto margin, destructive 
1114550276Speter# tabs, # of lines, funny highlighting and underlining
1114650276Speterf1720|f1720a|fluke 1720A, 
1114750276Speter	xt, 
1114850276Speter	cols#80, lines#16, xmc#1, 
1114950276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1115050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, 
1115150276Speter	el=\E[K, ind=\ED, is2=\E[H\E[2J, kcub1=^_, kcud1=^], 
1115250276Speter	kcuf1=^^, kcuu1=^\, ri=\EM, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1115350276Speter	smso=\E[7m, smul=\E[4m, 
1115450276Speter
1115550276Speter#### Liberty Electronics (Freedom)
1115650276Speter#
1115750276Speter#	Liberty Electronics
1115850276Speter#	48089 Fremont Blvd
1115950276Speter#	Fremont CA 94538
1116050276Speter#	Vox: (510)-623-6000
1116150276Speter#	Fax: (510)-623-7021
1116250276Speter
1116350276Speter# From: <faletti@berkeley.edu>
1116450276Speter# (f100: added empty <acsc> to suppress a tic warning;
1116550276Speter# made this relative to adm+sgr -- note that <invis> isn't
1116650276Speter# known to work for f100 but does on the f110. --esr)
1116750276Speterf100|freedom|freedom100|freedom model 100, 
1116862449Speter	OTbs, am, bw, hs, mir, msgr, xon, 
1116950276Speter	cols#80, lines#24, 
1117050276Speter	acsc=, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, 
1117150276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1117250276Speter	dch1=\EW, dl1=\ER$<11.5*>, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
1117350276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, 
1117450276Speter	ht=^I, hts=\E1, il1=\EE$<8.5*>, ind=^J, ip=$<6>, 
1117550276Speter	is2=\Eg\Ef\r\Ed, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, 
1117650276Speter	kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, 
1117750276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1117850276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, 
1117966963Speter	smacs=\E%%, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
1118050276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
1118150276Speterf100-rv|freedom-rv|freedom 100 in reverse video, 
1118250276Speter	flash=\Ed$<200>\Eb, is2=\Eg\Ef\r\Eb, use=f100, 
1118350276Speter# The f110 and f200 have problems with vi(1).  They use the ^V
1118450276Speter# code for the down cursor key. When kcud1 is defined in terminfo
1118550276Speter# as ^V, the Control Character Quoting capability (^V in insert mode)
1118650276Speter# is lost! It cannot be remapped in vi because it is necessary to enter
1118750276Speter# a ^V to to quote the ^V that is being remapped!!!
1118850276Speter# 
1118950276Speter# f110/f200 users will have to decide whether
1119050276Speter# to lose the down cursor key or the quoting capability. We will opt
1119150276Speter# initially for leaving the quoting capability out, since use of VI
1119250276Speter# is not generally applicable to most interactive applications
1119350276Speter# (f110: added <ht>, <khome> & <kcbt> from f100 -- esr)
1119450276Speterf110|freedom110|Liberty Freedom 110, 
1119550276Speter	bw@, eslok, 
1119650276Speter	it#8, wsl#80, 
1119750276Speter	blink=\EG2, bold=\EG0, civis=\E.1, cnorm=\E.2, cud1=^V, 
1119850276Speter	cvvis=\E.2, dim=\EG@, dl1=\ER, dsl=\Ef\r, 
1119950276Speter	flash=\Eb$<200/>\Ed, il1=\EE, ip@, is2@, kclr=^^, kdch1=\EW, 
1120050276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf10@, kich1=\EQ, 
1120150276Speter	kil1=\EE, mc4=\Ea, mc5=\E`, ri=\EJ, rmacs=\E%%, rmir=\Er\EO, 
1120262449Speter	smacs=\E$, smir=\EO\Eq, smso=\EG<, tsl=\Ef, use=f100, 
1120350276Speterf110-14|Liberty Freedom 110 14inch, 
1120450276Speter	dch1@, use=f110, 
1120550276Speterf110-w|Liberty Freedom 110 - 132 cols, 
1120650276Speter	cols#132, use=f110, 
1120750276Speterf110-14w|Liberty Freedom 110 14in/132 cols, 
1120850276Speter	cols#132, 
1120950276Speter	dch1@, use=f110, 
1121050276Speter# (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1121150276Speterf200|freedom200|Liberty Freedom 200, 
1121262449Speter	OTbs, am, eslok, hs, mir, msgr, xon, 
1121350276Speter	cols#80, it#8, lines#24, wsl#80, 
1121450276Speter	acsc=, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, 
1121550276Speter	clear=^Z, cnorm=\E.1, cr=^M, 
1121650276Speter	csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, 
1121750276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1121850276Speter	cvvis=\E.1, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, 
1121950276Speter	el=\ET, flash=\Eo$<200/>\En, fsl=^M, home=^^, 
1122050276Speter	hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, kbs=^H, 
1122150276Speter	kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
1122250276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1122350276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1122450276Speter	kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, 
1122550276Speter	ri=\EJ, rmacs=\E%%, rmir=\Er, smacs=\E$, smir=\Eq, smso=\EG<, 
1122662449Speter	tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
1122750276Speterf200-w|Liberty Freedom 200 - 132 cols, 
1122850276Speter	cols#132, use=f200, 
1122950276Speter# The f200 has the ability to reprogram the down cursor key. The key is
1123050276Speter# reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
1123150276Speter# so powering the terminal off and on will not cause the change to be lost.
1123250276Speterf200vi|Liberty Freedom 200 for vi, 
1123350276Speter	flash=\Eb$<200/>\Ed, kcud1=^J, use=f200, 
1123450276Speterf200vi-w|Liberty Freedom 200 - 132 cols for vi, 
1123550276Speter	cols#132, use=f200vi, 
1123650276Speter
1123750276Speter#### GraphOn (go)
1123850276Speter#
1123950276Speter#	Graphon Corporation
1124050276Speter#	544 Division Street
1124150276Speter#	Campbell, CA 95008
1124250276Speter#	Vox: (408)-370-4080
1124350276Speter#	Fax: (408)-370-5047
1124450276Speter#	Net: troy@graphon.com (Troy Morrison)
1124550276Speter#
1124650276Speter#
1124750276Speter# The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
1124850276Speter# including one odd hybrid that starts out life on power-up as a character
1124950276Speter# terminal, than can be switched to X graphics mode (driven over the serial
1125050276Speter# line) by an escape sequence.  No info on this beast yet.
1125150276Speter# (go140: I added <rmam>/<smam> based on the init string -- esr)
1125250276Spetergo140|graphon go-140, 
1125362449Speter	OTbs, 
1125450276Speter	cols#80, it#8, lines#24, 
1125550276Speter	clear=\E[H\E[2J$<10/>, cub1=^H, cuf1=\E[C, 
1125650276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1125750276Speter	ed=\E[J$<10/>, el=\E[K, ht=^I, 
1125850276Speter	if=/usr/share/tabset/vt100, il1=\E[L, 
1125950276Speter	is2=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
1126050276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1126150276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1126250276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
1126350276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
1126450276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1126550276Spetergo140w|graphon go-140 in 132 column mode, 
1126650276Speter	am, 
1126750276Speter	cols#132, 
1126862449Speter	is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
1126962449Speter	use=go140, 
1127050276Speter# Hacked up vt200 termcap to handle GO-225/VT220
1127150276Speter# From: <edm@nwnexus.WA.COM>
1127250276Speter# (go225: I added <rmam>/<smam> based on the init string -- esr)
1127350276Spetergo225|go-225|Graphon 225, 
1127462449Speter	OTbs, am, mir, xenl, 
1127550276Speter	cols#80, it#8, lines#25, vt#3, 
1127650276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1127750276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1127850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1127950276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=\ED, 
1128050276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=^H, 
1128150276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1128250276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, rc=\E8, rev=\E[7m, 
1128350276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmam=\E[?7l, 
1128450276Speter	rmcup=\E[!p\E[?7h\E[2;1;1#w, rmir=\E[4l, rmkx=\E>, 
1128550276Speter	rmso=\E[27m, rmul=\E[24m, rs1=\E[!p\E[?7h\E[2;1;1#w, 
1128650276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smcup=\E[2;0#w\E[1;25r, 
1128750276Speter	smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1128850276Speter
1128950276Speter#### Harris (Beehive)
1129050276Speter#
1129150276Speter# Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
1129250276Speter# Their terminal group is ancient history now (1995) though the parent
1129350276Speter# company is still in business.
1129450276Speter#
1129550276Speter
1129650276Speter# Beehive documentation is undated and marked Preliminary and has no figures
1129750276Speter# so we must have early Superbee2 (Model 600, according to phone conversation
1129850276Speter# with mfr.). It has proved reliable except for some missing padding
1129950276Speter# (notably after \EK and <nl> at bottom of screen).
1130050276Speter# 
1130150276Speter# The key idea is that AEP mode is poison for <cup> & that US's in 
1130250276Speter# the local memory should be avoided like the plague. That means 
1130350276Speter# that the 2048 character local buffer is used as 25 lines of 80 
1130450276Speter# characters, period. No scrolling local memory, folks. It also 
1130550276Speter# appears that we cannot use naked INS LINE feature since it uses
1130650276Speter# US. The sbi fakes <il1> with an 80-space insert that may be too 
1130750276Speter# slow at low speeds; also spaces get converted to \040 which is 
1130850276Speter# too long for some programs (not vi).  DEL LINE is ok but slow.
1130950276Speter# 
1131050276Speter# The <nl> string is designed for last line of screen ONLY; cup to 
1131150276Speter# 25th line corrects the motion inherent in scrolling to Page 1.
1131250276Speter# 
1131350276Speter# There is one understood bug. It is that the screen appears to
1131450276Speter# pop to a new (blank) page after a <nel>, or leave a half-line 
1131550276Speter# ellipsis to a quad that is the extra 48 memory locations. The 
1131650276Speter# data received is dumped into memory but not displayed.  Not to 
1131750276Speter# worry if <cup> is being used; the lines not displayed will be, 
1131850276Speter# whenever the cursor is moved up there. Since <cup> is addressed 
1131950276Speter# relative to MEMORY of window, nothing is lost; but beware of 
1132050276Speter# relative cursor motion (<cuu1>,<cud1>,<cuf1>,<cub1>). Recommended,
1132150276Speter# therefore, is setenv MORE -c .
1132250276Speter# 
1132350276Speter# WARNING: Not all features tested.
1132450276Speter# 
1132550276Speter# Timings are assembled from 3 sources. Some timings may reflect 
1132650276Speter# SB2/Model 300 that were used if more conservative.
1132750276Speter# Tested on a Model 600 at 1200 and 9600 bd.
1132850276Speter# 
1132950276Speter# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
1133050276Speter# placed on the keyboard and useless because of AEP, is made 
1133150276Speter# into a backspace key. In use ESC must be pressed twice (to send)
1133250276Speter# and sending ^C must be prefixed by ESC to avoid that weird 
1133350276Speter# transmit mode associated with ENTER key.
1133450276Speter# 
1133550276Speter# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
1133650276Speter# the screen, then it has dropped into ENTER mode; hit 
1133750276Speter# RESET--ONLINE--!tset.
1133850276Speter# 
1133950276Speter# As delivered this machine has a FATAL feature that will throw 
1134050276Speter# it into that strange transmit state (SPOW) if the space bar is 
1134150276Speter# hit after a CR is received, but before receiving a LF (or a 
1134250276Speter# few others).
1134350276Speter# 
1134450276Speter# The circuits MUST be modified to eliminate the SPOW latch. 
1134550276Speter# This is done by strapping on chip A46 of the I/O board; cut 
1134650276Speter# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
1134750276Speter# chip. This mod has been checked out on a Mod 600 of Superbee II.
1134850276Speter# With this modification absurdly high timings on cr are 
1134950276Speter# unnecessary.
1135050276Speter# 
1135150276Speter# NOTE WELL that the rear panel switch should be set to CR/LF, 
1135250276Speter# not AEP!
1135350276Speter#
1135450276Spetersb1|beehive superbee, 
1135562449Speter	OTbs, am, bw, da, db, mir, ul, xsb, 
1135650276Speter	cols#80, lines#25, xmc#1, 
1135750276Speter	bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, 
1135850276Speter	cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, 
1135950276Speter	cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, 
1136050276Speter	el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1, 
1136150276Speter	il1=\EN\EL$<3>\EQ                                                                                \EP$<3> \EO\ER\EA$<3>, 
1136250276Speter	ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED, 
1136350276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK, 
1136450276Speter	kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, 
1136550276Speter	kf7=\Ev, kf8=\Ew, kf9=\E1, khome=\EH, kich1=\EQ\EO, 
1136650276Speter	krmir=\ER, lf0=TAB CLEAR, lf9=TAB SET, rmcup=, rmir=\ER, 
1136750276Speter	rmso=\E_3, rmul=\E_3, sgr0=\E_3, smcup=\EO, smir=\EQ\EO, 
1136850276Speter	smso=\E_1, smul=\E_0, tbc=\E3, 
1136950276Spetersbi|superbee|beehive superbee at Indiana U., 
1137050276Speter	xsb, 
1137162449Speter	cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, 
1137262449Speter	use=sb1, 
1137350276Speter# Alternate (older) description of Superbee - f1=escape, f2=^C.
1137450276Speter# Note: there are at least 3 kinds of superbees in the world.  The sb1
1137550276Speter# holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
1137650276Speter# The sb3 puts garbage on the bottom of the screen when you scroll with
1137750276Speter# the switch in the back set to CRLF instead of AEP.  This description
1137850276Speter# is tested on the sb2 but should work on all with either switch setting.
1137950276Speter# The f1/f2 business is for the sb1 and the <xsb> can be taken out for
1138050276Speter# the other two if you want to try to hit that tiny escape key.
1138150276Speter# This description is tricky: being able to use cup depends on there being
1138250276Speter# 2048 bytes of memory and the hairy <nl> string.
1138350276Spetersuperbee-xsb|beehive super bee, 
1138450276Speter	am, da, db, xsb, 
1138550276Speter	cols#80, it#8, lines#25, 
1138650276Speter	clear=\EH\EJ$<3>, cnorm=^J, cr=\r$<1000>, cub1=^H, cud1=^J, 
1138750276Speter	cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, 
1138850276Speter	dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, 
1138950276Speter	home=\EH, ht=^I, hts=\E1, 
1139050276Speter	ind=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET, is2=\EH\EJ, 
1139150276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq, 
1139250276Speter	kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
1139350276Speter	khome=\EH, rmso=\E_3, sgr0=\E_3, smso=\E_1, tbc=\E3, 
1139450276Speter# This loses on lines > 80 chars long, use at your own risk
1139550276Spetersuperbeeic|super bee with insert char, 
1139650276Speter	ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, 
1139750276Spetersb2|sb3|fixed superbee, 
1139850276Speter	xsb@, use=superbee, 
1139950276Speter
1140062449Speter####  Beehive Medical Electronics
1140162449Speter#
1140262449Speter# Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
1140362449Speter# Regarding your question though; Beehive terminals weren't made by Harris.
1140462449Speter# They were made by Beehive Medical Electronics in Utah. They went out of
1140562449Speter# business in the early '80s.
1140662449Speter#
1140762449Speter# (OK, then, I don't know why a couple of these say "harris beehive".)
1140862449Speter#
1140962449Speter
1141050276Speter# Reports are that most of these Beehive entries (except superbee) have not
1141150276Speter# been tested and do not work right.  <rmso> is a trouble spot.  Be warned.
1141250276Speter
1141350276Speter# (bee: <ich1> was empty, which is obviously bogus -- esr)
1141450276Speterbeehive|bee|harris beehive, 
1141562449Speter	OTbs, am, mir, 
1141650276Speter	cols#80, lines#24, 
1141750276Speter	cbt=\E>, clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
1141850276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1141950276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, kbs=^H, kcbt=\E>, 
1142050276Speter	kclr=\EE, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1142150276Speter	kdch1=\EP, kdl1=\EM, kel=\EK, khome=\EH, kich1=\EQ, kil1=\EL, 
1142250276Speter	krmir=\E@, rmir=\E@, rmso=\Ed@, rmul=\Ed@, sgr0=\Ed@, 
1142350276Speter	smir=\EQ, smso=\EdP, smul=\Ed`, 
1142450276Speter# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
1142550276Speter# good grief - does this entry make :sg:/:ug: when it doesn't have to?
1142650276Speter# look at those spaces in <rmso>/<smso>.  Seems strange to me...
1142750276Speter# (beehive: <if=/usr/share/tabset/beehive> removed, no such file.  If you
1142850276Speter# really care, cook up one using ^F -- esr)
1142950276Speterbeehive3|bh3m|beehiveIIIm|harris beehive 3m, 
1143062449Speter	OTbs, am, 
1143150276Speter	cols#80, it#8, lines#20, 
1143250276Speter	bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, 
1143350276Speter	dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, hts=^F, 
1143450276Speter	il1=\023$<160>, ind=^J, ll=^E^K, rmso=\s^_, smso=^]\s, 
1143550276Speterbeehive4|bh4|beehive 4, 
1143650276Speter	am, 
1143750276Speter	cols#80, lines#24, 
1143850276Speter	bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1143950276Speter	cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, 
1144062449Speter# There was an early Australian kit-built computer called a "Microbee".
1144162449Speter# It's not clear whether this is for one of those or for a relative
1144262449Speter# of the Beehive.
1144350276Spetermicrob|microbee|micro bee series, 
1144462449Speter	OTbs, am, 
1144550276Speter	cols#80, it#8, lines#24, 
1144650276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1144750276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1144850276Speter	el=\EK, ht=^I, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1144950276Speter	kcuu1=\EA, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
1145050276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, kf9=\Ex, khome=\EH, rmso=\Ed@, 
1145150276Speter	rmul=\Ed@, sgr0=\Ed@, smso=\s\EdP, smul=\Ed`, 
1145250276Speter
1145350276Speter# 8675, 8686, and bee from Cyrus Rahman
1145450276Speter# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
1145550276Speterha8675|harris 8675, 
1145650276Speter	is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, 
1145750276Speter	kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, 
1145850276Speter	kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, 
1145962449Speter	kf8=\177, kf9=\Ee, use=bee, 
1146050276Speter# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
1146150276Speter# in :is: -- esr)
1146250276Speterha8686|harris 8686, 
1146350276Speter	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#, 
1146450276Speter	kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003, 
1146550276Speter	kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003, 
1146650276Speter	kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003, 
1146750276Speter	kf4=\002\Es\003, kf5=\E3, kf6=\EI, kf7=\ER, kf8=\EJ, kf9=\E(, 
1146850276Speter	use=bee, 
1146950276Speter
1147050276Speter#### Hazeltine
1147150276Speter#
1147250276Speter# Hazeltine appears to be out of the terminal business as of 1995.  These
1147350276Speter# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
1147450276Speter# Harris. They have a hazeltine.com domain (but no web page there ) and can
1147550276Speter# be reached at:
1147650276Speter#
1147750276Speter#	Hazeltine
1147850276Speter#	450 East Pulaski Road
1147950276Speter#	Greenlawn, New York 11740
1148050276Speter#
1148150276Speter# As late as 1993, manuals for the terminal product line could still be
1148250276Speter# purchased from:
1148350276Speter#
1148450276Speter#	TRW Customer Service Division
1148550276Speter#	15 Law Drive
1148650276Speter#	P.O. Box 2076
1148750276Speter#	Fairfield, NJ 07007-2078
1148850276Speter#
1148950276Speter# They're now (1998) a subsidiary of General Electric, operating under the
1149050276Speter# marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
1149150276Speter# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
1149250276Speter#
1149350276Speter
1149450276Speter# Since <cuf1> is blank, when you want to erase something you
1149550276Speter# are out of luck.  You will have to do ^L's a lot to
1149650276Speter# redraw the screen.  h1000 is untested.  It doesn't work in
1149750276Speter# vi - this terminal is too dumb for even vi.  (The code is
1149850276Speter# there but it isn't debugged for this case.)
1149950276Speterhz1000|hazeltine 1000, 
1150062449Speter	OTbs, 
1150150276Speter	cols#80, lines#12, 
1150250276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, home=^K, 
1150350276Speter	ind=^J, 
1150450276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1150550276Speterhz1420|hazeltine 1420, 
1150662449Speter	OTbs, am, 
1150750276Speter	cols#80, lines#24, 
1150850276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, 
1150950276Speter	cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, 
1151050276Speter	ed=\E^X, el=\E^O, ht=^N, il1=\E^Z, ind=^J, rmso=\E^Y, 
1151150276Speter	smso=\E^_, 
1151250276Speter# New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>.  Prevents
1151350276Speter# freakout with out-of-range args and tn3270.  No hz since it needs to
1151450276Speter# receive tildes.
1151550276Speterhz1500|hazeltine 1500, 
1151662449Speter	OTbs, am, hz, 
1151750276Speter	cols#80, lines#24, 
1151850276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1151950276Speter	cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%{96}%+%c%p1%{96}%+%c, 
1152050276Speter	cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, 
1152150276Speter	il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, 
1152250276Speter	kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, 
1152350276Speter# h1510 assumed to be in sane escape mode.  Else use h1500.
1152450276Speter# (h1510: early versions of this entry apparently had "<rmso=\E^_>, 
1152550276Speter# <smso=\E^Y>, but these caps were commented out in 8.3; also,
1152650276Speter# removed incorrect and overridden ":do=^J:" -- esr)
1152750276Speterhz1510|hazeltine 1510, 
1152862449Speter	OTbs, am, 
1152950276Speter	cols#80, lines#24, 
1153050276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, 
1153150276Speter	cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, 
1153250276Speter	el=\E^O, il1=\E^Z, ind=^J, 
1153350276Speter# Hazeltine 1520
1153450276Speter# The following switch settings are assumed for normal operation:
1153550276Speter#	FULL		CR		U/L_CASE	ESCAPE
1153650276Speter#	FORMAT_OFF	EOM_A_OFF	EOM_B_OFF	WRAPAROUND_ON
1153750276Speter# Other switches may be set for operator convenience or communication
1153850276Speter# requirements.
1153950276Speterhz1520|Hazeltine 1520, 
1154062449Speter	OTbs, am, bw, msgr, 
1154150276Speter	cols#80, lines#24, 
1154250276Speter	bel=^G, bold=\E^_, clear=\E^\, cr=^M, cub1=^H, cud1=^J, 
1154350276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1154450276Speter	ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, kbs=^H, 
1154550276Speter	kclr=\E^\, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, 
1154650276Speter	kdl1=\E^S, ked=\E^X, kel=\E^O, khome=\E^R, kil1=\E^Z, 
1154750276Speter	rmso=\E^Y, rs1=\E$\E\005\E?\E\031, sgr0=\E^Y, smso=\E^_, 
1154850276Speter# This version works with the escape switch off
1154950276Speter# (h1520: removed incorrect and overridden ":do=^J:" -- esr)
1155050276Speterhz1520-noesc|hazeltine 1520, 
1155150276Speter	am, hz, 
1155250276Speter	cols#80, lines#24, 
1155350276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1155450276Speter	cup=~\021%p2%c%p1%c$<1>, cuu1=~^L, dl1=~^S, ed=~^X, el=~^O, 
1155550276Speter	home=~^R, il1=~^Z, ind=^J, rmso=~^Y, smso=~^_, 
1155650276Speter# Note: the h1552 appears to be the first Hazeltine terminal which
1155750276Speter# is not braindamaged.  It has tildes and backprimes and everything!
1155850276Speter# Be sure the auto lf/cr switch is set to cr.
1155950276Speterhz1552|hazeltine 1552, 
1156062449Speter	OTbs, 
1156150276Speter	cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, 
1156262449Speter	lf2=red, lf3=green, use=vt52, 
1156350276Speterhz1552-rv|hazeltine 1552 reverse video, 
1156450276Speter	cud1=^J, rmso=\ET, smso=\ES, use=hz1552, 
1156550276Speter# Note: h2000 won't work well because of a clash between upper case and ~'s.
1156650276Speterhz2000|hazeltine 2000, 
1156762449Speter	OTbs, OTnc, am, 
1156850276Speter	cols#74, lines#27, 
1156950276Speter	bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, 
1157050276Speter	cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, 
1157150276Speter	il1=~\032$<6>, ind=^J, pad=\177, 
1157250276Speter# Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
1157350276Speter# I tested this termcap entry for the Hazeltine Esprit with vi. It seems
1157450276Speter# to work ok. There is one problem though if one types a lot of garbage
1157550276Speter# characters very fast vi seems not able to keep up and hangs while trying
1157650276Speter# to insert. That's in insert mode while trying to insert in the middle of
1157750276Speter# a line. It might be because the Esprit doesn't have insert char and delete
1157850276Speter# char as a built in function. Vi has to delete to end of line and then 
1157950276Speter# redraw the rest of the line.
1158050276Speteresprit|Hazeltine Esprit I, 
1158162449Speter	OTbs, am, bw, 
1158250276Speter	cols#80, lines#24, 
1158350276Speter	bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, 
1158450276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1158550276Speter	ed=\E^W, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, is2=\E?, kbs=^H, 
1158650276Speter	kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=^B0^J, 
1158750276Speter	kf1=^B1^J, kf2=^B2^J, kf3=^B3^J, kf4=^B4^J, kf5=^B5^J, 
1158850276Speter	kf6=^B6^J, kf7=^B7^J, kf8=^B8^J, kf9=^B9^J, khome=\E^R, 
1158950276Speter	lf0=0, lf1=1, lf2=2, lf3=3, lf4=4, lf5=5, lf6=6, lf7=7, lf8=8, lf9=9, 
1159050276Speter	rmkx=\E>, rmso=\E^Y, smkx=\E<, smso=\E^_, 
1159150276Speteresprit-am|hazeltine esprit auto-margin, 
1159250276Speter	am, use=esprit, 
1159350276Speter# Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
1159450276Speter# Vi it seems always wants to send a control J for "do" and it turned out
1159550276Speter# that the terminal would work somewhat if the auto LF/CR was turned off.
1159650276Speter# (hmod1: removed :dn=~^K: -- esr)
1159750276Speterhmod1|Hazeltine Modular 1, 
1159862449Speter	OTbs, am, hz, 
1159950276Speter	cols#80, lines#24, 
1160050276Speter	bel=^G, cbt=~^T, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1160150276Speter	cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z, 
1160250276Speter	ind=^J, kcub1=^H, kcud1=~^K, kcuf1=^P, kcuu1=~^L, khome=~^R, 
1160350276Speter	rc=~^Q, rmso=~^Y, sc=~^E, sgr0=~^Y, smso=~^_, 
1160450276Speter#
1160550276Speter# Hazeltine Executive 80 Model 30 (1554?)
1160650276Speter#	from  Will Martin <control@ALMSA-1.ARPA> via BRL
1160750276Speter# Like VT100, except for different "am" behavior.
1160850276Speterhazel|exec80|h80|he80|Hazeltine Executive 80, 
1160962449Speter	OTbs, OTpt, am, 
1161050276Speter	cols#80, it#8, lines#24, vt#3, 
1161162449Speter	OTnl=^J, bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1161250276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1161350276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1161450276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1161550276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
1161650276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
1161750276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1161850276Speter	kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1161950276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1162050276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
1162150276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1162250276Speter	sgr0=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m$<2/>, 
1162350276Speter	smul=\E[4m$<2/>, 
1162450276Speter
1162550276Speter#### IBM
1162650276Speter#
1162750276Speter
1162850276Speteribm327x|line mode IBM 3270 style, 
1162950276Speter	gn, 
1163050276Speter	clear=^M^J, el=^M, home=^M, 
1163150276Speter
1163250276Speteribm3101|i3101|IBM 3101-10, 
1163362449Speter	OTbs, am, xon, 
1163450276Speter	cols#80, lines#24, 
1163550276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1163650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1163750276Speter	el=\EI, home=\EH, hts=\E0, ind=^J, kcub1=\ED, kcud1=\EB, 
1163850276Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH, 
1163950276Speteribm3151|IBM 3151 display, 
1164050276Speter	is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, 
1164150276Speter	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%;, 
1164262449Speter	sgr0=\E4@\E>B, smacs=\E>A, smcup=\E>B, use=ibm3162, 
1164350276Speter# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
1164462449Speter# removed kend, knp, kpp -TD
1164550276Speteribm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, 
1164662449Speter	OTbs, am, mir, msgr, 
1164750276Speter	cols#80, it#8, lines#24, 
1164850276Speter	acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370, 
1164950276Speter	bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, 
1165050276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1165150276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, 
1165250276Speter	invis=\E4P, kbs=^H, kcbt=\E2, kclr=\EL\r, kctab=\E1, 
1165350276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EQ, 
1165462449Speter	kdl1=\EO, ked=\EJ, kel=\EI, kf1=\Ea\r, kf10=\Ej\r, 
1165550276Speter	kf11=\Ek\r, kf12=\El\r, kf13=\E!a\r, kf14=\E!b\r, 
1165650276Speter	kf15=\E!c\r, kf16=\E!d\r, kf17=\E!e\r, kf18=\E!f\r, 
1165750276Speter	kf19=\E!g\r, kf2=\Eb\r, kf20=\E!h\r, kf21=\E!i\r, 
1165850276Speter	kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, 
1165950276Speter	kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, 
1166050276Speter	kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, 
1166162449Speter	ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A, rmcup=\E>A, 
1166262449Speter	rmso=\E4@, rmul=\E4@, 
1166350276Speter	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<@%;, 
1166450276Speter	sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, 
1166550276Speter
1166650276Speteribm3161-C|IBM 3161-C NLS terminal using cartridge, 
1166762449Speter	rmcup=\E>B, s0ds=\E>B, s1ds=\E>A, smcup=\E>B, use=ibm3161, 
1166850276Speteribm3162|IBM 3162 display, 
1166950276Speter	blink=\E4$a, bold=\E4(a, il1=\EN, invis=\E40a, rev=\E4!a, 
1167050276Speter	rmso=\E4>b, rmul=\E4=b, sgr0=\E4@, smso=\E4!a, smul=\E4"a, 
1167150276Speter	use=ibm3161-C, 
1167250276Speter
1167362449Speter# This really should not use setab/setaf, but it is clear that the
1167462449Speter# original terminfo does not toggle red/blue colors as in setb/setf.
1167550276Speteribm3164|i3164|IBM 3164, 
1167650276Speter	msgr, 
1167750276Speter	colors#8, pairs#64, 
1167862449Speter	op=\E4 "@, rmcup=\E!9(N\E>B, s0ds=\E>B, s1ds=\E>A, 
1167962449Speter	setab=\E4  %p1%{64}%+%c, 
1168062449Speter	setaf=\E4%?%p1%t %p1%{32}%+%c%e!'%;@, 
1168150276Speter	smcup=\E!9/N\E>B, use=ibm3161, 
1168250276Speter
1168350276Speteribm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display, 
1168450276Speter	am, bw, msgr, xon, 
1168550276Speter	cols#80, it#8, lines#25, 
1168650276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1168762449Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1168850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1168950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1169050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1169150276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, 
1169250276Speter	hpa=\E[%i%p1%dG, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1169350276Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, kbs=^H, kcbt=\E[Z, 
1169450276Speter	kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1169550276Speter	kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, kel=\E[142q, 
1169662449Speter	kend=\E[146q, kf1=\E[001q, kf10=\E[010q, kf11=\E[011q, 
1169762449Speter	kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, kf15=\E[015q, 
1169862449Speter	kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, kf19=\E[019q, 
1169962449Speter	kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, kf22=\E[022q, 
1170062449Speter	kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, kf26=\E[026q, 
1170162449Speter	kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, kf3=\E[003q, 
1170262449Speter	kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, kf33=\E[033q, 
1170362449Speter	kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, kf4=\E[004q, 
1170462449Speter	kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
1170562449Speter	kf9=\E[009q, khome=\E[H, kich1=\E[139q, kil1=\E[140q, 
1170662449Speter	kind=\E[151q, knp=\E[154q, kpp=\E[150q, kri=\E[155q, 
1170762449Speter	krmir=\E[4l, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmir=\E[4l, 
1170862449Speter	rmso=\E[m, rmul=\E[m, rs2=\Ec, 
1170950276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m, 
1171050276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1171150276Speter
1171250276Speteribmaed|IBM Experimental display, 
1171362449Speter	OTbs, am, eo, msgr, 
1171450276Speter	cols#80, it#8, lines#52, 
1171550276Speter	clear=\EH\EK, cub1=^H, cud1=\EB, cuf1=\EC, 
1171650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1171750276Speter	dl1=\EO, ed=\EJ, el=\EI, flash=\EG, home=\EH, ht=^I, ich1=\EP, 
1171850276Speter	il1=\EN, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1171950276Speter	rmso=\E0, sgr0=\E0, smso=\E0, 
1172050276Speteribm-apl|apl|IBM apl terminal simulator, 
1172150276Speter	lines#25, use=dm1520, 
1172250276Speter# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
1172350276Speter# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
1172450276Speteribmmono|IBM workstation monochrome, 
1172550276Speter	eslok, hs, 
1172650276Speter	bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, 
1172750276Speter	invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, 
1172850276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, 
1172950276Speter	khome=\EH, kich1=\0, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, 
1173050276Speter	lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, 
1173162449Speter	sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, 
1173262449Speter	use=ibm3101, 
1173350276Speteribmega|IBM Enhanced Color Display, 
1173450276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1173562449Speter	nel=^M^J, use=ibmmono, 
1173662449Speter# This color scheme is assumed in some recent IBM terminal descriptions
1173762449Speter# (green on black, emulated on a 16-color terminal).
1173862449Speteribm+color|IBM color definitions, 
1173962449Speter	colors#8, ncv#3, pairs#64, 
1174062449Speter	op=\E[32m\E[40m, 
1174162449Speter	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%;, 
1174262449Speter	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%;, 
1174350276Speteribm5154|IBM 5154 Color display, 
1174462449Speter	colors#8, ncv@, pairs#64, 
1174550276Speter	bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1174662449Speter	use=ibm+color, 
1174750276Speteribmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline, 
1174850276Speter	rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, 
1174950276Speter	use=ibmmono, 
1175050276Speteribmvga-c|IBM VGA display color termcap, 
1175150276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1175262449Speter	nel=^M^J, use=ibmega-c, 
1175350276Speteribmvga|IBM VGA display, 
1175450276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1175562449Speter	nel=^M^J, use=ibmega, 
1175650276Speter# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
1175750276Speterrtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display, 
1175850276Speter	lines#32, 
1175950276Speter	dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, 
1176050276Speteribm6155|IBM 6155 Black & White display, 
1176150276Speter	blink@, bold@, use=ibm5151, 
1176250276Speter# Advanced Monochrome (6153) and Color (6154) Graphics Display:
1176350276Speteribmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display, 
1176450276Speter	lines#31, 
1176550276Speter	dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, 
1176650276Speteribmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, 
1176750276Speter	lines#31, 
1176862449Speter	dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, 
1176962449Speter	use=ibmega-c, 
1177050276Speteribm6154|IBM 6154 Color displays, 
1177150276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1177250276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1177362449Speter	sgr0=\E[0;10m, use=ibm5154, 
1177450276Speteribm6153|IBM 6153 Black & White display, 
1177550276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1177650276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1177762449Speter	sgr0=\E[0;10m, use=ibm5151, 
1177850276Speteribm6153-90|IBM 6153 Black & White display, 
1177950276Speter	cols#90, lines#36, 
1178050276Speter	blink@, bold@, use=ibm5151, 
1178150276Speteribm6153-40|IBM 6153 Black & White display, 
1178250276Speter	cols#40, lines#12, use=ibm6153-90, 
1178350276Speteribm8512|ibm8513|IBM color VGA Terminal, 
1178450276Speter	am, mir, msgr, 
1178550276Speter	cols#80, it#8, lines#25, 
1178650276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink=\E[5m, bold=\E[1m, 
1178762449Speter	clear=\E[H\E[J, cub1=\E[D, cud1=^J, cuf1=\E[C, 
1178850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
1178950276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, 
1179050276Speter	il1=\E[L, is2=\Eb\E[m\017\E[?7h, kcud1=\E[B, kcuu1=\E[A, 
1179150276Speter	kf0=\E[010q, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, 
1179250276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1179350276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, rc=\E[u, rev=\E[7m, 
1179450276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[20h, rmdc=\E[4l, 
1179550276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
1179650276Speter	rs1=\Eb\E[m\017\E[?7h\E[H\E[J, sc=\E[s, sgr0=\E[m, 
1179750276Speter	smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb, 
1179850276Speter	smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1179950276Speter	use=ibm8503, 
1180050276Speterhft-c|HFT with Color, 
1180150276Speter	colors#8, pairs#64, 
1180250276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, s0ds=\E(B, s1ds=\E(0, 
1180350276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0m\E(B, 
1180462449Speter	use=ibm5151, use=ibm+color, 
1180550276Speterhft-c-old|HFT with Color PC850, 
1180650276Speter	colors#8, pairs#64, 
1180750276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1180862449Speter	use=ibm+color, 
1180962449Speterhft-old|AIWS High Function Terminal, 
1181062449Speter	am, xon, 
1181162449Speter	cols#80, lines#25, 
1181262449Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1181362449Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1181462449Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
1181562449Speter	ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, 
1181662449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1181762449Speter	kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, 
1181862449Speter	kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, 
1181962449Speter	kf9=\E[009q, khome=\E[H, knp=\E[153q, kpp=\E[159q, 
1182062449Speter	ktbc=\E[010q, rev=\E[7m, rmir=\E6, rmso=\E[m, rmul=\E[m, 
1182162449Speter	sgr0=\E[m, smir=\E6, smso=\E[7m, smul=\E[4m, use=ibm+color, 
1182250276Speteribm-system1|system1|ibm system/1 computer, 
1182350276Speter	am, xt, 
1182450276Speter	cols#80, lines#24, 
1182550276Speter	bel=^G, clear=^Z, cub1=^H, cuf1=^\, 
1182650276Speter	cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, 
1182750276Speter	ind=^J, 
1182862449Speter#       lft-pc850 : IBM Low Function Terminal Device
1182962449Speter#    lft "supports" underline, bold, and blink in the sense that the lft code
1183062449Speter#    sets all the right bits.  HOWEVER, depending upon the adapter, these
1183162449Speter#    attributes may or may not be supported by the device driver.
1183262449Speterlft|lft-pc850|LFT-PC850|IBM LFT PC850 Device, 
1183362449Speter	am, bw, msgr, xon, 
1183462449Speter	cols#80, it#8, lines#25, 
1183562449Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1183662449Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
1183762449Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1183862449Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1183962449Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1184062449Speter	dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[2J, el=\E[0K, 
1184162449Speter	home=\E[H, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, il=\E[%p1%dL, 
1184262449Speter	il1=\E[L, ind=\ED, indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, 
1184362449Speter	kbs=^H, kcbt=\E[Z, kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, 
1184462449Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, 
1184562449Speter	kel=\E[142q, kend=\E[146q, kf1=\E[001q, kf10=\E[010q, 
1184662449Speter	kf11=\E[011q, kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, 
1184762449Speter	kf15=\E[015q, kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, 
1184862449Speter	kf19=\E[019q, kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, 
1184962449Speter	kf22=\E[022q, kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, 
1185062449Speter	kf26=\E[026q, kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, 
1185162449Speter	kf3=\E[003q, kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, 
1185262449Speter	kf33=\E[033q, kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, 
1185362449Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1185462449Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
1185562449Speter	kil1=\E[140q, kind=\E[151q, knp=\E[154q, kpp=\E[150q, 
1185662449Speter	kri=\E[155q, krmir=\E[4l, rev=\E[7m, ri=\EL, rin=\E[%p1%dT, 
1185762449Speter	rmacs=\E(B, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, rs2=\Ec, 
1185862449Speter	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%;, 
1185962449Speter	sgr0=\E[0m, smacs=\E(0, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1186062449Speter	tbc=\E[3g, 
1186150276Speteribm5081|hft|IBM Megapel Color display, 
1186250276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink@, bold@, s0ds=\E(B, 
1186362449Speter	s1ds=\E(0, sgr0=\E[0m\E(B, use=ibm5154, 
1186450276Speteribm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, 
1186550276Speter	eslok, hs, 
1186650276Speter	lines#33, 
1186762449Speter	dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, 
1186862449Speter	use=ibmega-c, 
1186950276Speteribm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display, 
1187050276Speter	use=hft-c, 
1187150276Speteribm8514|IBM 8514/a color VGA display, 
1187250276Speter	eslok, hs, 
1187350276Speter	dsl=\Ej\EYI \EI\Ek, fsl=\Ek, tsl=\Ej\EYI%+ \Eo, use=hft, 
1187450276Speteribm8514-c|IBM 8514 color display with standout and underline, 
1187550276Speter	eslok, hs, 
1187650276Speter	lines#41, 
1187750276Speter	cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
1187850276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, tsl=\Ej\EYI%+ \Eo, 
1187950276Speter	use=ibmega-c, 
1188050276Speter
1188150276Speter#
1188250276Speter# AIX entries.  IBM ships these with AIX 3.2.5. 
1188362449Speter# -- added rc, sc based on manpage -TD
1188462449Speteraixterm|IBM Aixterm Terminal Emulator, 
1188550276Speter	eslok, hs, 
1188650276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1188762449Speter	fsl=\E[?F, rc=\E8, ri@, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1188862449Speter	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%;, 
1188962449Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6154, 
1189050276Speteraixterm-m|IBM AIXterm Monochrome Terminal Emulator, 
1189150276Speter	eslok, hs, 
1189250276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1189350276Speter	fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
1189450276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1189562449Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, use=ibm6153, 
1189650276Speteraixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator, 
1189750276Speter	eslok, hs, 
1189850276Speter	bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@, 
1189950276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1190062449Speter	tsl=\E[?%p1%dT, use=ibm6153, 
1190150276Speterjaixterm|IBM Kanji Aixterm Terminal Eemulator, 
1190250276Speter	acsc@, use=aixterm, 
1190350276Speterjaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator, 
1190462449Speter	acsc@, use=aixterm-m, 
1190550276Speter
1190650276Speter#### Infoton/General Terminal Corp.
1190750276Speter#
1190850276Speter
1190950276Speter# gt100 sounds like something DEC would come out with.  Let's hope they don't.
1191050276Speteri100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), 
1191162449Speter	OTbs, am, 
1191250276Speter	cols#80, lines#24, 
1191350276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1191450276Speter	cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, 
1191550276Speter	ed=\EJ, el=\EK, flash=\Eb$<200/>\Ea, home=\EH, il1=\EL, 
1191650276Speter	ind=^J, rmso=\Ea, smso=\Eb, 
1191750276Speteri400|infoton 400, 
1191862449Speter	OTbs, am, 
1191950276Speter	cols#80, lines#25, 
1192050276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1192150276Speter	cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, 
1192250276Speter	dch1=\E[4h\E[2Q\E[P\E[4l\E[0Q, dl1=\E[M, el=\E[N, 
1192350276Speter	il1=\E[L, ind=^J, rmir=\E[4l\E[0Q, smir=\E[4h\E[2Q, 
1192450276Speter# (addrinfo: removed obsolete ":bc=^Z:" -- esr)
1192550276Speteraddrinfo, 
1192650276Speter	am, 
1192750276Speter	cols#80, lines#24, 
1192850276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, 
1192950276Speter	cup=\037%p1%{1}%-%c%p2%{1}%-%c, cuu1=^\, ed=^K, home=^H, 
1193050276Speter	ind=^J, ll=^H^\, 
1193150276Speter# (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
1193250276Speterinfoton, 
1193350276Speter	am, 
1193450276Speter	cols#80, lines#24, 
1193550276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, 
1193650276Speter	ed=^K, ind=^J, ll=^H^\, 
1193750276Speter
1193850276Speter# The ICL6402 was actually the Kokusai Display System 6402.
1193950276Speter# The 6404 was the KDS7372 (color version of the 6402).
1194050276Speter# 
1194150276Speter# ICL6404 control codes follow:
1194250276Speter#
1194350276Speter#code            function
1194450276Speter#~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1194550276Speter#ctrl-A          set SOM position at cursor position
1194650276Speter#ctrl-G          Bell
1194750276Speter#ctrl-H          Backspace
1194850276Speter#ctrl-I          Horiz tab
1194950276Speter#ctrl-J          Linefeed
1195050276Speter#ctrl-K          Cursor up
1195150276Speter#ctrl-L          Cursor right
1195250276Speter#ctrl-M          Carriage return
1195350276Speter#ctrl-N          Disable xon/xoff to host
1195450276Speter#ctrl-O          Enable xon/xoff to host
1195550276Speter#ctrl-R          Enable bidirectional mode
1195650276Speter#ctrl-T          Disable bidirectional mode
1195750276Speter#ctrl-V          Cursor down
1195850276Speter#ctrl-Z          Clear unprotected data to insert char
1195950276Speter#ctrl-^          Cursor home
1196050276Speter#ctrl-_          Newline
1196150276Speter#
1196250276Speter#ESC             lead-in char for multiple character command
1196350276Speter#
1196450276Speter#ESC space R     execute power on sequence
1196550276Speter#ESC ! p1 p2     define scroll region:
1196650276Speter#                p1 = scroll top    line:  20h - 37h
1196750276Speter#                p1 = scroll bottom line:  20h - 37h
1196850276Speter#ESC "           unlock keyboard
1196950276Speter#ESC #           lock keyboard
1197050276Speter#ESC $           Semi-graphics mode on
1197150276Speter#ESC %           Semi-graphics mode off
1197250276Speter#ESC &           protect mode on
1197350276Speter#ESC '           protect mode off
1197450276Speter#ESC (           write protect mode off (full intensity)
1197550276Speter#ESC )           write protect mode on (half intensity)
1197650276Speter#
1197750276Speter#ESC *           clear screen
1197850276Speter#ESC +           clear unprotected data to insert char
1197950276Speter#ESC ,           clear unprotected data to half intensity spaces
1198050276Speter#ESC - p1 p2 p3 p4     address cursor to page, row, column:
1198150276Speter#                      p1 = page number  0 - 3
1198250276Speter#                      p2 = row          20h - 7fh
1198350276Speter#                      p3 = column (lo)  20h - 7fh
1198450276Speter#                      p4 = column (hi)  20h - 21h (only 132 col)
1198550276Speter#ESC . p1        set cursor style:
1198650276Speter#                p1 = 0  invisible cursor
1198750276Speter#                p1 = 1  block blinking cursor
1198850276Speter#                p1 = 2  block steady cursor
1198950276Speter#                p1 = 3  underline blinking cursor
1199050276Speter#                p1 = 4  underline steady cursor
1199150276Speter#ESC /           transmit cursor location (page, row, column)
1199250276Speter#ESC 0 p1 p2 p3 p4     program edit key:
1199350276Speter#                      p1 = edit key code: '@'-'S', '`'-'s'
1199450276Speter#                      p2 p3 p4 = program data (3 bytes)
1199550276Speter#
1199650276Speter#ESC 1           set tab
1199750276Speter#ESC 2           clear tab at cursor
1199850276Speter#ESC 3           clear all tabs
1199950276Speter#ESC 4           send unprotect line to cursor
1200050276Speter#ESC 5           send unprotect page to cursor
1200150276Speter#ESC 6           send line to cursor
1200250276Speter#ESC 7           send page to cursor
1200350276Speter#ESC 8 n         set scroll mode:
1200450276Speter#                n = 0   set jump scroll
1200550276Speter#                n = 1   set smooth scroll
1200650276Speter#ESC 9 n         control display:
1200750276Speter#                n = 0   display off
1200850276Speter#                n = 1   display on
1200950276Speter#ESC :           clear unprotected data to null
1201050276Speter#ESC ;           clear unprotected data to insert char
1201150276Speter#
1201250276Speter#ESC <           keyclick on
1201350276Speter#ESC = p1 p2     address cursor to row, column
1201450276Speter#                p1 = row          20h - 7fh
1201550276Speter#                p2 = column (lo)  20h - 7fh
1201650276Speter#                p3 = column (hi)  20h - 21h (only 132 col)
1201750276Speter#ESC >           keyclick off
1201850276Speter#ESC ?           transmit cursor location (row, column)
1201950276Speter#
1202050276Speter#ESC @           copy print mode on
1202150276Speter#ESC A           copy print mode off
1202250276Speter#ESC B           block mode on
1202350276Speter#ESC C           block mode off (conversation mode)
1202450276Speter#ESC D F         set full duplex
1202550276Speter#ESC D H         set half duplex
1202650276Speter#ESC E           line insert
1202750276Speter#ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
1202850276Speter#                0 = black, 1 = red,     2 = green, 3 = yellow
1202950276Speter#                4 = blue,  5 = magenta, 6 = cyan,  7 = white
1203050276Speter#ESC G n         set serial field attribute (n = 30h - 3Fh)
1203150276Speter#ESC H n         full graphics mode:
1203250276Speter#                n = 0  exit full graphics mode
1203350276Speter#                n = 1  enter full graphics mode
1203450276Speter#ESC I           back tab
1203550276Speter#ESC J           back page
1203650276Speter#ESC K           forward page
1203750276Speter#
1203850276Speter#ESC L           unformatted page print
1203950276Speter#ESC M L         move window left  (132 col mode only)
1204050276Speter#ESC M R         move window right (132 col mode only)
1204150276Speter#ESC N           set page edit (clear line edit)
1204250276Speter#ESC O           set line edit (clear page edit)
1204350276Speter#ESC P           formatted page print
1204450276Speter#ESC Q           character insert
1204550276Speter#ESC R           line delete
1204650276Speter#ESC S           send message unprotected only
1204750276Speter#ESC T           erase line to insert char
1204850276Speter#ESC U           set monitor mode   (see ESC X, ESC u)
1204950276Speter#
1205050276Speter#ESC V n         select video attribute mode:
1205150276Speter#                n = 0   serial field attribute mode
1205250276Speter#                n = 1   parallel character attribute mode
1205350276Speter#ESC V 2 n       define line attribute:
1205450276Speter#                n = 0   single width single height
1205550276Speter#                n = 1   single width double height
1205650276Speter#                n = 2   double width single height
1205750276Speter#                n = 3   double width double height
1205850276Speter#ESC V 3 n       select character font:
1205950276Speter#                n = 0   system font
1206050276Speter#                n = 1   user defined font
1206150276Speter#ESC V 4 n       select screen mode:
1206250276Speter#                n = 0   page screen mode
1206350276Speter#                n = 1   virtual screen mode
1206450276Speter#ESC V 5 n       control mouse mode:
1206550276Speter#                n = 0   disable mouse
1206650276Speter#                n = 1   enable sample mode
1206750276Speter#                n = 2   send mouse information
1206850276Speter#                n = 3   enable request mode
1206950276Speter#ESC W           character delete
1207050276Speter#ESC X           clear monitor mode (see ESC U, ESC u)
1207150276Speter#ESC Y           erase page to insert char
1207250276Speter#
1207350276Speter#ESC Z n         send user/status line:
1207450276Speter#                n = 0   send user line
1207550276Speter#                n = 1   send status line
1207650276Speter#                n = 2   send terminal ID
1207750276Speter#ESC [ p1 p2 p3  set character attribute (parallel char mode):
1207850276Speter#                p1: 0 = normal
1207950276Speter#                    1 = blank
1208050276Speter#                    2 = blink
1208150276Speter#                    3 = blink blank (= blank)
1208250276Speter#                    4 = reverse
1208350276Speter#                    5 = reverse blank
1208450276Speter#                    6 = reverse blink
1208550276Speter#                    7 = reverse blink blank (= reverse blank)
1208650276Speter#                    8 = underline
1208750276Speter#                    9 = underline blank
1208850276Speter#                    : = underline blink
1208950276Speter#                    ; = underline blink blank
1209050276Speter#                    < = reverse underline
1209150276Speter#                    = = reverse underline blank
1209250276Speter#                    > = reverse underline blink
1209350276Speter#                    ? = reverse underline blink blank
1209450276Speter#                p2, p3: f/grnd, b/grnd colour
1209550276Speter#                (see ESC F for colours)
1209650276Speter#                use ZZ for mono, eg.
1209750276Speter#                    ESC [ 0 Z Z for normal
1209850276Speter#                    ESC [ 4 Z Z for inverse etc.
1209950276Speter#
1210050276Speter#ESC \ n         set page size:
1210150276Speter#                n = 1   24 lines/page
1210250276Speter#                n = 2   48 lines/page
1210350276Speter#                n = 3   72 lines/page
1210450276Speter#                n = 4   96 lines/page
1210550276Speter#ESC ] n         set Wordstar mode:
1210650276Speter#                n = 0   normal (KDS7372) mode
1210750276Speter#                n = 1   Wordstar mode
1210850276Speter#
1210950276Speter#ESC b           set foreground colour screen
1211050276Speter#
1211150276Speter#ESC c n         enter self-test mode:
1211250276Speter#                n = 0   exit self test mode
1211350276Speter#                n = 1   ROM test
1211450276Speter#                n = 2   RAM test
1211550276Speter#                n = 3   NVRAM test
1211650276Speter#                n = 4   screen display test
1211750276Speter#                n = 5   main/printer port test
1211850276Speter#                n = 6   mouse port test
1211950276Speter#                n = 7   graphics board test
1212050276Speter#                n = 8   graphics memory test
1212150276Speter#                n = 9   display all 'E'
1212250276Speter#                n = :   display all 'H'
1212350276Speter#ESC d           set background colour screen
1212450276Speter#
1212550276Speter#ESC e n         program insert char (n = insert char)
1212650276Speter#ESC f text CR   load user status line with 'text'
1212750276Speter#
1212850276Speter#ESC g           display user status line on 25th line
1212950276Speter#ESC h           display system status line on 25th line
1213050276Speter#ESC i           tab
1213150276Speter#ESC j           reverse linefeed
1213250276Speter#ESC k n         duplex/local edit mode:
1213350276Speter#                n = 0   duplex edit mode
1213450276Speter#                n = 1   local edit mode
1213550276Speter#ESC l n         select virtual screen:
1213650276Speter#                n = 0   screen 1
1213750276Speter#                n = 1   screen 2
1213850276Speter#ESC m           save current config to NVRAM
1213950276Speter#ESC n p1        select display screen:
1214050276Speter#                p1 = 0  screen 1
1214150276Speter#                p1 = 1  screen 2
1214250276Speter#                p1 = 2  screen 3
1214350276Speter#                p1 = 3  screen 4
1214450276Speter#ESC o p1 p2     set characters/line and attribute:
1214550276Speter#                p1 = 0  80 chars/line
1214650276Speter#
1214750276Speter#ESC o p1 p2     set characters/line and attribute:
1214850276Speter#                p1 = 0  80 chars/line
1214950276Speter#                p1 = 1  132 chars/line
1215050276Speter#                p2 = 0  single width single height
1215150276Speter#                p2 = 1  single width double height
1215250276Speter#                p2 = 2  double width single height
1215350276Speter#                p2 = 3  double width double height
1215450276Speter#
1215550276Speter#ESC q           insert mode on
1215650276Speter#ESC r           edit mode on
1215750276Speter#ESC s           send message all
1215850276Speter#ESC t           erase line to null
1215950276Speter#ESC u           clear monitor mode (see ESC U, ESC X)
1216050276Speter#ESC v           autopage mode on
1216150276Speter#ESC w           autopage mode off
1216250276Speter#ESC x p1 p2 p3  define delimiter code...
1216350276Speter#ESC y           erase page to null
1216450276Speter#
1216550276Speter#ESC z 2 p1 p2 p3 p4   draw quadrangle:
1216650276Speter#                      p1 = starting row
1216750276Speter#                      p2 = starting column
1216850276Speter#                      p3 = end row
1216950276Speter#                      p4 = end column
1217050276Speter#
1217150276Speter#ESC { p1 p2 p3 p4     configure main port
1217250276Speter#                      (baud, stop bits, parity, word length)
1217350276Speter#
1217450276Speter#ESC | p1 p2 text Ctrl-Y    program function key with 'text':
1217550276Speter#                        p1 = function key code:
1217650276Speter#                             '1' - ';'  normal f1- f11
1217750276Speter#                             '<' - 'F'  shifted f1 - f11
1217850276Speter#                        p2 = program mode:
1217950276Speter#                             1 = FDX
1218050276Speter#                             2 = LOC
1218150276Speter#                             3 = HDX
1218250276Speter#                        Ctrl-Y = terminator
1218350276Speter#                        (use Ctrl-P to escape ^P, ^Y )
1218450276Speter#
1218550276Speter#ESC } p1 p2 p3 p4     configure printer port
1218650276Speter#                      (baud, stop bits, parity, word length)
1218750276Speter#ESC ~           send system status
1218850276Speter#
1218950276Speter# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
1219050276Speter#
1219150276Speter# Entry is by esr going solely on above information and is UNTESTED.
1219250276Speter# This actually looks a lot like a Televideo 9xx.
1219350276Speter# This entry uses page 0 and is monochrome; I'm not brave enough to try
1219450276Speter# to make color work without a test terminal.  The <am> capability is a guess.
1219550276Speter# The initialization string sets conversation mode, blinking underline cursor,
1219650276Speter# full duplex, parallel attribute mode, display user status line, white
1219750276Speter# foreground, black background, normal highlight.
1219850276Speter#
1219950276Spetericl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372, 
1220062449Speter	OTbs, am, hs, 
1220150276Speter	cols#80, lines#24, 
1220250276Speter	bel=^G, blink=\E[2ZZ, cbt=\EI, civis=\E.0, clear=\E*, 
1220350276Speter	cnorm=\E.3, cr=^M, 
1220450276Speter	csr=\E!%+%p1%{32}%+%p2%{32} cud1=\026, cuf1=^L, 
1220550276Speter	cup=\E=%p1%{32}%+%c%p2%{80}%m%{32}%+%c%p2%{80}%>%{32}%+%c, 
1220666963Speter	cuu1=^K, cvvis=\E.1, dch1=\EW, dl1=\ER, home=^^, ht=^I, 
1220766963Speter	hts=\E1, il1=\EE, invis=\E[1ZZ, 
1220866963Speter	is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, nel=^_, rev=\E[4ZZ, 
1220966963Speter	rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ, 
1221050276Speter	rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1, 
1221150276Speter	sgr=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ, 
1221250276Speter	sgr0=\E[0ZZ, smir=\Eq, smso=\E[8ZZ, smul=\E[8ZZ, tbc=\E3, 
1221350276Spetericl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols, 
1221462449Speter	rs2=\Eo1, use=icl6404, 
1221550276Speter
1221650276Speter#### Interactive Systems Corp
1221750276Speter#
1221850276Speter# ISC used to sell OEMed and customized hardware to support ISC UNIX.
1221950276Speter# ISC UNIX still exists in 1995, but ISC itself is no more; they got
1222050276Speter# bought out by Sun.
1222150276Speter#
1222250276Speter
1222350276Speter# From: <cithep!eric>  Wed Sep 16 08:06:44 1981
1222450276Speter# (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
1222550276Speter# ":le=^_:" later overridden -- esr)
1222650276Speterintext|Interactive Systems Corporation modified owl 1200, 
1222762449Speter	OTbs, am, 
1222850276Speter	cols#80, it#8, lines#24, xmc#1, 
1222950276Speter	bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, 
1223050276Speter	cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, 
1223150276Speter	dch1=\022$<5.5*>, dl1=\021$<5.5*>, ed=\026J$<5.5*>, 
1223250276Speter	el=^Kp^R, ht=^I, il1=\020$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, 
1223350276Speter	kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, 
1223450276Speter	kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, 
1223550276Speter	kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, 
1223666963Speter	rmkx=^V9, rmso=^V#\s, smir=^V;, smkx=\036\:\264\026%%, 
1223750276Speter	smso=^V$\,, 
1223850276Speterintext2|intextii|INTERACTIVE modified owl 1251, 
1223950276Speter	am, bw, ul, 
1224050276Speter	cols#80, lines#24, xmc#0, 
1224150276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cud1=\E[B, 
1224250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1224350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, 
1224450276Speter	flash=\E[;;;;;;;;;2;;u$<200/>\E[;;;;;;;;;1;;u, 
1224550276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, 
1224650276Speter	kbs=^H, kcub1=\ED\r, kcud1=\EB\r, kcuf1=\EC\r, kcuu1=\EA\r, 
1224750276Speter	kf0=\E@\r, kf1=\EP\r, kf2=\EQ\r, kf3=\ES\r, kf4=\ET\r, 
1224850276Speter	kf5=\EU\r, kf6=\EV\r, kf7=\EW\r, kf8=\EX\r, kf9=\EY\r, 
1224950276Speter	khome=\ER\r, lf0=REFRSH, lf1=DEL CH, lf2=TABSET, lf3=GOTO, 
1225050276Speter	lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT, 
1225150276Speter	lf9=RIGHT, ri=\E[T, rmso=\E[2 D, rmul=\E[2 D, smso=\E[6 D, 
1225250276Speter	smul=\E[18 D, 
1225350276Speter
1225450276Speter#### Kimtron (abm, kt)
1225550276Speter#
1225650276Speter# Kimtron seems to be history, but as March 1998 these people are still 
1225750276Speter# offering repair services for Kimtron equipment:
1225850276Speter#
1225950276Speter#    Com/Pair Monitor Service
1226050276Speter#    1105 N. Cliff Ave.
1226150276Speter#    Sioux Falls, South Dakota 57103
1226250276Speter#     
1226350276Speter#    WATS voice:  1-800/398-4946
1226450276Speter#    POTS   fax: +1 605/338-8709
1226550276Speter#    POTS voice: +1 605/338-9650
1226650276Speter#         Email: <compair@sd.cybernex.net>
1226750276Speter#  Internet/Web: <http://www.com-pair.com>
1226850276Speter#
1226950276Speter# Kimtron entries include (undocumented) codes for: enter dim mode,
1227050276Speter# enter bold mode, enter reverse mode, turn off all attributes.
1227150276Speter#
1227250276Speter
1227350276Speter# Kimtron ABM 85 added by Dual Systems
1227450276Speter# (abm85: removed duplicated ":kd=^J:" -- esr)
1227550276Speterabm85|Kimtron ABM 85, 
1227662449Speter	OTbs, am, bw, msgr, 
1227750276Speter	cols#80, it#8, lines#24, xmc#1, 
1227850276Speter	cbt=\EI, clear=\E*, cub1=^H, cud1=^J, cuf1=^L, 
1227950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1228050276Speter	dl1=\ER, ed=\Ey, el=\Et, ht=^I, 
1228150276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, 
1228250276Speter	is2=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq, kbs=^H, kcub1=^H, 
1228350276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmir=\Er, rmso=\Ek, 
1228450276Speter	rmul=\Em, smir=\EQ, smso=\Ej, smul=\El, 
1228550276Speter# Kimtron ABM 85H added by Dual Systems.
1228650276Speter# Some notes about the abm85h entries:
1228750276Speter# 1) there are several firmware revs of 85H in the world. Use abm85h-old for
1228850276Speter#    firmware revs prior to SP51
1228950276Speter# 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
1229050276Speter#    abm85e entry if it is in tvi920 emulation mode. They are incompatible
1229150276Speter#    in some places and NOT software settable i.e., <is2> can't fix it)
1229250276Speter# 3) In 85h mode, the arrow keys and special functions transmit when
1229350276Speter#    the terminal is in dup-edit, and work only locally in local-edit.
1229450276Speter#    Vi won't swallow `del char' for instance, but <smcup> turns on
1229550276Speter#    dup-edit anyway so that the arrow keys will work right. If the
1229650276Speter#    arrow keys don't work the way you like, change <smcup>, <rmcup>, and
1229750276Speter#    <is2>.  Note that 920E mode does not have software commands to toggle
1229850276Speter#    between dup and local edit, so you get whatever was set last on the
1229950276Speter#    terminal.
1230050276Speter# 4) <flash> attribute is nice, but seems too slow to work correctly
1230150276Speter#    (\Eb<pad>\Ed)
1230250276Speter# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
1230350276Speter#    are selected, the <xmc@> entry should be removed.
1230450276Speter# 6) auto new-line should be on (selectable from setup mode only)
1230550276Speter#
1230650276Speter# From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
1230750276Speterabm85h|Kimtron ABM 85H native mode, 
1230850276Speter	hs, 
1230950276Speter	xmc@, 
1231050276Speter	bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, 
1231150276Speter	fsl=^M, invis@, 
1231250276Speter	is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, 
1231362449Speter	kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, use=adm+sgr, 
1231462449Speter	use=abm85, 
1231550276Speterabm85e|Kimtron ABM 85H in 920E mode, 
1231650276Speter	xmc@, 
1231750276Speter	bel=^G, dim=\E), flash@, 
1231850276Speter	is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, 
1231962449Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
1232050276Speterabm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev., 
1232150276Speter	xmc@, 
1232250276Speter	bel=^G, dim=\E), 
1232350276Speter	is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, 
1232462449Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, 
1232550276Speter# From: <malman@bbn-vax.arpa>
1232650276Speter# (kt7: removed obsolete :ma=^V^J^L :" -- esr)
1232750276Speterkt7|kimtron model kt-7, 
1232862449Speter	OTbs, am, 
1232950276Speter	cols#80, it#8, lines#24, 
1233050276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L, 
1233150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1233250276Speter	dl1=\ER, ed=\EY, el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
1233350276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, invis@, is2=\El\E", 
1233450276Speter	kbs=^H, kcbt=\EI, kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, 
1233550276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, 
1233650276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1233750276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1233862449Speter	kich1=\EQ, kil1=\EE, tsl=\Ef, use=adm+sgr, 
1233950276Speter# Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
1234050276Speter# other kt7 entry and the adjacent key capabilities).  Removed EE which is
1234150276Speter# identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
1234250276Speter# but we can't figure out what.
1234350276Speterkt7ix|kimtron model kt-7 or 70 in IX mode, 
1234450276Speter	am, bw, 
1234550276Speter	cols#80, it#8, lines#25, 
1234650276Speter	acsc=jYk?lZm@nEqDt4uCvAwBx3, bel=^G, blink=\EG2, cbt=\EI, 
1234750276Speter	civis=\E.0, clear=\E*, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, 
1234850276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1234950276Speter	dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, fsl=^M, 
1235050276Speter	home=^^, ht=^I, ich1=\EQ, il1=\EE, ind=^J, 
1235150276Speter	is2=\EG0\E s\017\E~, kbs=^H, kcbt=\EI, kclr=\E*, 
1235250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdl1=\ER, 
1235350276Speter	ked=\EY, kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1235450276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1235550276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EJ, 
1235666963Speter	nel=^M^J, pulse=\EK, rmacs=\E%%, rmir=, rmso=\EG0, rmul=\EG0, 
1235750276Speter	sgr0=\EG0, smacs=\E$, smir=, smso=\EG4, smul=\EG8, tsl=\Ef, 
1235850276Speter
1235950276Speter#### Microdata/MDIS
1236050276Speter#
1236150276Speter# This was a line of terminals made by McDonnell-Douglas Information Systems.
1236250276Speter# These entries come direct from MDIS documentation.  I have edited them only
1236350276Speter# to move primary names of the form p[0-9] * to aliases, and to comment out
1236450276Speter# <rmacs>/<smacs> in a couple of entries without <acsc> strings.  I have 
1236550276Speter# also removed the change history; the last version indicates this is
1236650276Speter# version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
1236750276Speter#
1236850276Speter
1236950276Speter# McDonnell Information Systems Terminal Family History
1237050276Speter# =========================================
1237150276Speter#
1237250276Speter# Prism-1, Prism-2 and P99:
1237350276Speter#       Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
1237450276Speter#
1237550276Speter# Prism-4 and Prism-5:
1237650276Speter#       Slightly less ancient range of Microdata terminals. Follow-on from
1237750276Speter#       Prism-2, but with many enhancements. P5 has eight display pages.
1237850276Speter#
1237950276Speter# Prism-6:
1238050276Speter#       A special terminal for use with library systems, primarily in Germany.
1238150276Speter#       Limited numbers. Similar functionality to P5 (except attributes?).
1238250276Speter#
1238350276Speter# Prism-7, Prism-8 and Prism-9:
1238450276Speter#       More recent range of MDIS terminals, in which P7 and P8
1238550276Speter#       replace the P4 & P5, with added functionality, and P9 is the flagship.
1238650276Speter#       The P9 has two emulation modes - P8 and ANSI - and includes a
1238750276Speter#       large number of the DEC VT220 control sequences. Both
1238850276Speter#       P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
1238950276Speter#
1239050276Speter# Prism-12 and Prism-14:
1239150276Speter#       Latest range, functionally very similar to the P9.  The P14 has a
1239250276Speter#       black-on-white overscanning screen.
1239350276Speter#
1239450276Speter# The terminfo definitions given here are:
1239550276Speter#
1239650276Speter# p2      - Prism-2 (or Prism-1 or P99).
1239750276Speter#
1239850276Speter# p4      - Prism-4 (and older P7s & P8s).
1239950276Speter# p5      - Prism-5 (or Prism-6).
1240050276Speter#
1240150276Speter# p7      - Prism-7.
1240250276Speter# p8      - Prism-8 (in national or multinational mode).
1240350276Speter# p8-w    - 132 column version of p8.
1240450276Speter# p9      - Prism-9 in ANSI mode.
1240550276Speter# p9-w    - 132 column version of p9.
1240650276Speter# p9-8    - Prism-9 in Prism-8 emulation mode.
1240750276Speter# p9-8-w  - As p9-8, but with 132 columns.
1240850276Speter#
1240950276Speter# p12     - Prism-12 in ANSI mode.
1241050276Speter# p12-w   - 132 column version of p12.
1241150276Speter# p12-m   - Prism-12 in MDC emulation mode.
1241250276Speter# p12-m-w - As p12-m, but with 132 columns.
1241350276Speter# p14     - Prism-14 in ANSI mode.
1241450276Speter# p14-w   - 132 column version of p14.
1241550276Speter# p14-m   - Prism-14 in MDC emulation mode.
1241650276Speter# p14-m-w - As p14-m, but with 132 columns.
1241750276Speter#
1241850276Speter# p2: Prism-2
1241950276Speter# -----------
1242050276Speter#
1242150276Speter# Includes Prism-1 and basic P99 without SP or MP loaded.
1242250276Speter# The simplest form of Prism-type terminal.
1242350276Speter# Basic cursor movement and clearing operations only.
1242450276Speter# No video attributes.
1242550276Speter# Notes:
1242650276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1242750276Speter#  value up, followed by backspace.
1242850276Speter#
1242950276Speterprism2|MDC Prism-2, 
1243050276Speter	am, bw, msgr, 
1243150276Speter	cols#80, lines#24, 
1243250276Speter	bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1243350276Speter	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, 
1243450276Speter	cuu1=^Z, ed=\EJ, el=\EK, home=^A, 
1243550276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1243650276Speter	ind=^J, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c, 
1243750276Speter
1243850276Speter# p4: Prism-4
1243950276Speter# -----------
1244050276Speter#
1244150276Speter# Includes early versions of P7 & P8.
1244250276Speter# Basic family definition for most Prisms (except P2 and P9 ANSI).
1244350276Speter# Notes:
1244450276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1244550276Speter#  value up, followed by backspace.
1244650276Speter#  Cursor key definitions removed because they interfere with vi and csh keys.
1244750276Speter#
1244850276Speterprism4|p4|P4|MDC Prism-4, 
1244950276Speter	am, bw, hs, mc5i, msgr, 
1245050276Speter	cols#80, lines#24, wsl#72, xmc#1, 
1245150276Speter	bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>, 
1245250276Speter	cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1245350276Speter	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, 
1245450276Speter	cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK, 
1245550276Speter	fsl=^]\345, home=^A, 
1245650276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1245750276Speter	ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER, 
1245850276Speter	rev=^CD, rmso=^C\s, rmul=^C\s, 
1245950276Speter	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%;, 
1246050276Speter	sgr0=^C\s, smso=^CD, smul=^CP, tsl=^]\343, 
1246150276Speter	vpa=\013%p1%{32}%+%c, 
1246250276Speter
1246350276Speter# p5: Prism-5
1246450276Speter# -----------
1246550276Speter#
1246650276Speter# Same definition as p4. Includes Prism-6 (not tested!).
1246750276Speter# Does not use any multi-page features.
1246850276Speter#
1246950276Speterprism5|p5|P5|MDC Prism-5, 
1247050276Speter	use=p4, 
1247150276Speter
1247250276Speter# p7: Prism-7
1247350276Speter# -----------
1247450276Speter#
1247550276Speter# Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
1247650276Speter# Notes:
1247750276Speter#  Use p4 for very early models of P7.
1247850276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1247950276Speter#
1248050276Speterprism7|p7|P7|MDC Prism-7, 
1248150276Speter	cup=\E[%i%p1%d;%p2%dH, hpa@, vpa@, use=p4, 
1248250276Speter
1248350276Speter# p8: Prism-8
1248450276Speter# -----------
1248550276Speter#
1248650276Speter# Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
1248750276Speter# Supports national and multinational character sets.
1248850276Speter# Notes:
1248950276Speter#  Alternate char set operations only work in multinational mode.
1249050276Speter#  Use p4 for very early models of P8.
1249150276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1249250276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1249350276Speter#
1249450276Speterprism8|p8|P8|MDC Prism-8, 
1249550276Speter	cup=\E[%i%p1%d;%p2%dH, hpa=\E[%i%p1%d`, is2=\E[<12h, 
1249662449Speter	vpa=\E[%i%p1%dd, use=p4, 
1249750276Speter
1249850276Speter# p8-w: Prism-8 in 132 column mode
1249950276Speter# --------------------------------
1250050276Speter#
1250150276Speter# 'Wide' version of p8.
1250250276Speter# Notes:
1250350276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1250450276Speter#
1250550276Speterprism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode, 
1250650276Speter	cols#132, 
1250750276Speter	is2=\E[<12h\E[<14h, use=p8, 
1250850276Speter
1250950276Speter# p9: Prism-9 in ANSI mode
1251050276Speter# -------------------------
1251150276Speter#
1251250276Speter# The "flagship" model of this generation of terminals.
1251350276Speter# ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
1251450276Speter# Notes:
1251550276Speter#  Tabs only reset by "reset". Otherwise assumes default (8 cols).
1251650276Speter#  Fixes to deal with terminal firmware bugs:
1251750276Speter#  . 'ri' uses insert-line since rev index doesn't always
1251850276Speter#  . 'sgr0' has extra '0' since esc[m fails
1251950276Speter#  . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
1252050276Speter#  Not covered in the current definition:
1252150276Speter#  . Labels
1252250276Speter#  . Programming Fn keys
1252350276Speter#  . Graphic characters (defaults correctly to vt100)
1252450276Speter#  . Padding values (sets xon)
1252550276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1252650276Speter#
1252750276Speterprism9|p9|P9|MDC Prism-9 in ANSII mode, 
1252850276Speter	am, bw, hs, mc5i, msgr, xenl, xon, 
1252950276Speter	cols#80, it#8, lines#24, vt#3, wsl#72, 
1253050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[<4l, 
1253150276Speter	clear=^L, cnorm=\E[<4h, cr=^M, csr=\E[%i%p1%d;%p2%d%%v, 
1253250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1253350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1253450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1253550276Speter	dl=\E[%p1%dM, dl1=\E[M, dsl=\E[%}\024, ech=\E[%p1%dX, 
1253650276Speter	ed=\E[J$<10>, el=\E[K, fsl=^T, home=\E[H, hpa=\E[%i%p1%d`, 
1253750276Speter	ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1253850276Speter	is2=\E[&p\E[<12l\E F, kbs=^H, kclr=^L, kcub1=\E[D, 
1253950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[11~, 
1254050276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
1254150276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
1254250276Speter	kf18=\E[32~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, 
1254350276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
1254450276Speter	khome=\E[H, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, 
1254550276Speter	prot=\E[32%{, rc=\E[%z, rep=\E[%p2%db%p1%c, rev=\E[7m, 
1254650276Speter	ri=\E[L, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1254750276Speter	rs2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N, 
1254850276Speter	sc=\E[%y, 
1254950276Speter	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%;, 
1255050276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1255150276Speter	tsl=\E[%i%p1%d%%}, vpa=\E[%i%p1%dd, 
1255250276Speter
1255350276Speter# p9-w: Prism-9 in 132 column mode
1255450276Speter# --------------------------------
1255550276Speter#
1255650276Speter# 'Wide' version of p9.
1255750276Speter#
1255850276Speterprism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode, 
1255950276Speter	cols#132, 
1256050276Speter	is2=\E[&p\E[<12l\E F\E[<14h, 
1256150276Speter	rs2=\E[&p\E[<12l\E F\E[<14h, use=p9, 
1256250276Speter
1256350276Speter# p9-8: Prism-9 in P8 mode
1256450276Speter# ------------------------
1256550276Speter#
1256650276Speter# P9 terminal in P8 emulation mode.
1256750276Speter# Similar to p8 definition.
1256850276Speter# Insertion and deletion operations possible.
1256950276Speter#
1257050276Speterprism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode, 
1257150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1257250276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8, 
1257350276Speter
1257450276Speter# p9-8-w: Prism-9 in P8 and 132 column modes
1257550276Speter# ------------------------------------------
1257650276Speter#
1257750276Speter# P9 terminal in P8 emulation mode and 132 column mode.
1257850276Speter#
1257950276Speterprism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode, 
1258050276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1258150276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8-w, 
1258250276Speter
1258350276Speter# p12: Prism-12 in ANSI mode
1258450276Speter# ---------------------------
1258550276Speter#
1258650276Speter# See p9 definition.
1258750276Speter#
1258850276Speterprism12|p12|P12|MDC Prism-12 in ANSI mode, 
1258950276Speter	use=p9, 
1259050276Speter
1259150276Speter# p12-w: Prism-12 in 132 column mode
1259250276Speter# ----------------------------------
1259350276Speter#
1259450276Speter# 'Wide' version of p12.
1259550276Speter#
1259650276Speterprism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode, 
1259750276Speter	use=p9-w, 
1259850276Speter
1259950276Speter# p12-m: Prism-12 in MDC emulation mode
1260050276Speter# -------------------------------------
1260150276Speter#
1260250276Speter# P12 terminal in MDC emulation mode.
1260350276Speter# Similar to p8 definition.
1260450276Speter# Insertion and deletion operations possible.
1260550276Speter#
1260650276Speterprism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode, 
1260750276Speter	use=p9-8, 
1260850276Speter
1260950276Speter# p12-m-w: Prism-12 in MDC emulation and 132 column modes
1261050276Speter# -------------------------------------------------------
1261150276Speter#
1261250276Speter# P12 terminal in MDC emulation mode and 132 column mode.
1261350276Speter#
1261450276Speterprism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode, 
1261550276Speter	use=p9-8-w, 
1261650276Speter
1261750276Speter# p14: Prism-14 in ANSII mode
1261850276Speter# ---------------------------
1261950276Speter#
1262050276Speter# See p9 definition.
1262150276Speter#
1262250276Speterprism14|p14|P14|MDC Prism-14 in ANSII mode, 
1262350276Speter	use=p9, 
1262450276Speter
1262550276Speter# p14-w: Prism-14 in 132 column mode
1262650276Speter# ----------------------------------
1262750276Speter#
1262850276Speter# 'Wide' version of p14.
1262950276Speter#
1263050276Speterprism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode, 
1263150276Speter	use=p9-w, 
1263250276Speter
1263350276Speter# p14-m: Prism-14 in MDC emulation mode
1263450276Speter# -------------------------------------
1263550276Speter#
1263650276Speter# P14 terminal in MDC emulation mode.
1263750276Speter# Similar to p8 definition.
1263850276Speter# Insertion and deletion operations possible.
1263950276Speter#
1264050276Speterprism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode, 
1264150276Speter	use=p9-8, 
1264250276Speter
1264350276Speter# p14-m-w: Prism-14 in MDC emulation and 132 column modes
1264450276Speter# -------------------------------------------------------
1264550276Speter#
1264650276Speter# P14 terminal in MDC emulation mode and 132 column mode.
1264750276Speter#
1264850276Speterprism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode, 
1264950276Speter	use=p9-8-w, 
1265050276Speter
1265150276Speter# End of McDonnell Information Systems Prism definitions
1265250276Speter
1265350276Speter# These things were popular in the Pick database community at one time
1265450276Speter# From: George Land <georgeland@aol.com> 24 Sep 1996
1265550276Speterp8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition, 
1265650276Speter	am, bw, hs, mir, 
1265750276Speter	cols#80, lines#24, ma#1, wsl#78, xmc#1, 
1265850276Speter	bel=^G, blink=^CB, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, 
1265950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, dch1=\s^H, dim=^CA, dl1=^P, 
1266050276Speter	ed=\EJ, el=\EK, home=^A, ind=^J, invis=^CH, kbs=^H, kcub1=^U, 
1266150276Speter	kcud1=^J, kcuf1=^F, kcuu1=^Z, kdch1=\s^H, kdl1=^P, ked=\EJ, 
1266250276Speter	kel=\EK, kf1=^A@\r, kf10=^AI\r, kf12=^AJ\r, kf13=^AK\r, 
1266350276Speter	kf14=^AL\r, kf15=^AM\r, kf16=^AN\r, kf17=^AO\r, kf2=^AA\r, 
1266450276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1266550276Speter	kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2, 
1266650276Speter	lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, lf9=F9, nel=^J^M, 
1266750276Speter	pad=\0, rev=^CD, rmso=^C\s, rmul=^C\s, sgr0=^C\s, smso=^CE, 
1266850276Speter	smul=^C0, 
1266950276Speter
1267050276Speter#### Microterm (act, mime)
1267150276Speter#
1267250276Speter# The mime1 entries refer to the Microterm Mime I or Mime II.
1267350276Speter# The default mime is assumed to be in enhanced act iv mode.
1267450276Speter#
1267550276Speter
1267650276Speter# New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>.  Prevents
1267750276Speter# freakout with out-of-range args on Sytek multiplexors.  No <smso=^N> and
1267850276Speter# <rmso=^N> since  it gets confused and it's too dim anyway.  No <ich1>
1267950276Speter# since Sytek insists ^S means xoff.
1268050276Speter# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
1268150276Speteract4|microterm|microterm act iv, 
1268262449Speter	OTbs, am, 
1268350276Speter	cols#80, lines#24, 
1268450276Speter	bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, 
1268550276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{47}%>%t%{48}%+%;%{80}%+%c, 
1268650276Speter	cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, 
1268750276Speter	ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], 
1268850276Speter	il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, 
1268950276Speter	kcuu1=^Z, 
1269050276Speter# The padding on :sr: and :ta: for act5 and mime is a guess and not final.
1269150276Speter# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
1269250276Speter# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
1269350276Speteract5|microterm5|microterm act v, 
1269462449Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, 
1269562449Speter	use=act4, 
1269650276Speter# Mimes using brightness for standout.  Half bright is really dim unless
1269750276Speter# you turn up the brightness so far that lines show up on the screen.
1269850276Spetermime-fb|full bright mime1, 
1269950276Speter	is2=^S\E, rmso=^S, smso=^Y, use=mime, 
1270050276Spetermime-hb|half bright mime1, 
1270150276Speter	is2=^Y\E, rmso=^Y, smso=^S, use=mime, 
1270250276Speter# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
1270350276Speter# the more plausible ":do=^J:" -- esr)
1270450276Speter# uc was at one time disabled to get around a curses bug, be wary of it
1270550276Spetermime|mime1|mime2|mimei|mimeii|microterm mime1, 
1270662449Speter	OTbs, am, 
1270750276Speter	cols#80, it#8, lines#24, vt#9, 
1270850276Speter	bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, 
1270950276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%{48}%+%;%{80}%+%c, 
1271050276Speter	cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, 
1271150276Speter	il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, 
1271250276Speter	kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, 
1271350276Speter# These termcaps (for mime2a) put the terminal in low intensity mode
1271450276Speter# since high intensity mode is so obnoxious.
1271550276Spetermime2a-s|microterm mime2a (emulating an enhanced soroc iq120), 
1271662449Speter	OTbs, am, 
1271750276Speter	cols#80, lines#24, 
1271850276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1271950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, 
1272050276Speter	dl1=\027$<20*>, ed=\EJ$<20*>, el=\EK, home=^^, 
1272150276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=\E), kcub1=^H, kcud1=^J, 
1272250276Speter	kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7, 
1272350276Speter	smir=\EE, smso=\E\:, smul=\E6, 
1272450276Speter# This is the preferred mode (but ^X can't be used as a kill character)
1272550276Spetermime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), 
1272662449Speter	OTbs, 
1272750276Speter	cols#80, it#8, lines#24, 
1272850276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1272950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, 
1273050276Speter	dl1=\027$<20*>, ed=\EQ$<20*>, el=\EP, home=\EH, ht=^I, 
1273150276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=^Y, kcub1=\ED, 
1273250276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EA, rmir=^Z, rmso=\E9, 
1273350276Speter	rmul=\E5, smir=^O, smso=\E8, smul=\E4, 
1273450276Speter# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
1273550276Spetermime3a|mime1 emulating 3a, 
1273650276Speter	am@, 
1273750276Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, 
1273850276Spetermime3ax|mime-3ax|mime1 emulating enhanced 3a, 
1273950276Speter	it#8, 
1274062449Speter	dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, 
1274162449Speter	use=mime3a, 
1274250276Speter# Wed Mar  9 18:53:21 1983
1274350276Speter# We run our terminals at 2400 baud, so there might be some timing problems at
1274450276Speter# higher speeds. The major improvements in this model are the terminal now 
1274550276Speter# scrolls down and insert mode works without redrawing the rest of the line
1274650276Speter# to the right of the cursor. This is done with a bit of a kludge using the
1274750276Speter# exit graphics mode to get out of insert, but it does not appear to hurt
1274850276Speter# anything when using vi at least. If you have some users using act4s with
1274950276Speter# programs that use curses and graphics mode this could be a problem.
1275050276Spetermime314|mm314|mime 314, 
1275150276Speter	am, 
1275250276Speter	cols#80, lines#24, 
1275350276Speter	clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z, 
1275450276Speter	dch1=^D, dl1=^W, ed=^_, el=^^, home=^], ht=^I, il1=^A, kcub1=^H, 
1275550276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, rmir=^V, smir=^S, 
1275650276Speter# Microterm mime 340 from University of Wisconsin
1275750276Spetermm340|mime340|mime 340, 
1275850276Speter	cols#80, lines#24, 
1275950276Speter	clear=\032$<12/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1276050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1276150276Speter	dch1=\E#$<2.1*/>, dl1=\EV$<49.6/>, ed=\037$<2*/>, 
1276250276Speter	el=\EL$<2.1/>, ht=^I, il1=\EU$<46/>, ind=^J, is2=\E\,, 
1276350276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuu1=^K, nel=^M^J, 
1276450276Speter# This came from University of Wisconsin marked "astro termcap for jooss".
1276550276Speter# (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
1276650276Speter# also added <rmam>/<smam> based  on the init string -- esr)
1276750276Spetermt4520-rv|micro-term 4520 reverse video, 
1276850276Speter	am, hs, msgr, xenl, xon, 
1276950276Speter	cols#80, it#8, lines#24, wsl#80, 
1277050276Speter	bel=^G, clear=\E[H\E[J, cnorm=\E[0V\E8, cr=^M, 
1277150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1277250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1277350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1277450276Speter	cvvis=\E7\E[0U, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1277550276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l$<200/>\E[?5h, 
1277650276Speter	fsl=\E[?5l\E[?5h, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
1277750276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1277850276Speter	is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J, 
1277950276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1278050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
1278150276Speter	ll=\E[24;1H, nel=\EE, rc=\E8, rf=/usr/share/tabset/vt100, 
1278250276Speter	ri=\EM, rmam=\E[?7l, rmso=\E[0m, rmul=\E[24m, 
1278350276Speter	rs1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J, 
1278450276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
1278550276Speter	tbc=\E[g, tsl=\E[25;1H, 
1278650276Speter
1278750276Speter# Fri Aug  5 08:11:57 1983
1278850276Speter# This entry works for the ergo 4000 with the following setups:
1278950276Speter# ansi,wraparound,newline disabled, xon/xoff disabled in both
1279050276Speter# setup a & c.
1279150276Speter#	
1279250276Speter# WARNING!!! There are multiple versions of ERGO 4000 microcode
1279350276Speter# Be advised that very early versions DO NOT WORK RIGHT !!  
1279450276Speter# Microterm does have a ROM exchange program- use it or lose big
1279550276Speter# (ergo400: added <rmam>/<smam> based on the init string -- esr)
1279650276Speterergo4000|microterm ergo 4000, 
1279750276Speter	da, db, msgr, 
1279850276Speter	cols#80, lines#66, 
1279950276Speter	bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, 
1280050276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1280150276Speter	dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, 
1280266963Speter	el=\E[0K$<13>, ht=^I, il1=\E[1L$<5*>, ind=\ED$<20*>, 
1280350276Speter	is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, 
1280450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1280550276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 
1280650276Speter	lf4=pf4, ri=\EM$<20*>, rmam=\E[?7l, rmir=\E[4l, 
1280750276Speter	rmkx=\E=$<4>, rmso=\E[m$<20>, sgr0=\E[m$<20>, 
1280850276Speter	smam=\E[?7m, smir=\E[4h$<6>, smkx=\E=$<4>, 
1280950276Speter	smso=\E[7m$<20>, 
1281050276Speter
1281150276Speter#### NCR 
1281250276Speter#
1281350276Speter# NCR's terminal group was merged with AT&T's when AT&T bought the company.
1281450276Speter# For what happened to that group, see the ADDS section.
1281550276Speter#
1281650276Speter# There is an NCR4103 terminal that's just a re-badged Wyse-50.
1281750276Speter#
1281850276Speter
1281950276Speter# The following vendor-supplied termcaps were captured from the Boundless
1282050276Speter# Technologies site, 8 March 1998.  I removed all-upper-case names that were
1282150276Speter# identical, except for case, to lower-case ones.  I also uncommented the acsc
1282250276Speter# capabilities.X
1282350276Speter#
1282462449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1282550276Speter# DEC vt200/300 with color capabilities added.
1282650276Speterncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1282750276Speter	colors#8, pairs#64, 
1282862449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1282962449Speter	use=ncr260vt300an, 
1283062449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1283150276Speter# DEC vt200/300 with color capabilities added.
1283250276Speterncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1283350276Speter	colors#8, pairs#64, 
1283462449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1283562449Speter	use=ncr260vt300wan, 
1283662449Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
1283762449Speter# DEC vt200/300 with color capabilities added.
1283850276Speterncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard, 
1283950276Speter	colors#8, pairs#64, 
1284062449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1284162449Speter	use=ncr260vt300pp, 
1284250276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
1284350276Speter# DEC vt200/300 with color capabilities added.
1284450276Speterncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode, 
1284550276Speter	colors#8, pairs#64, 
1284662449Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1284762449Speter	use=ncr260vt300wpp, 
1284850276Speter# This definition for ViewPoint supports several attributes.  This means
1284950276Speter# that it has magic cookies (extra spaces where the attributes begin).
1285050276Speter# Some applications do not function well with magic cookies.  The System
1285150276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1285250276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1285350276Speter# attributes can be removed. 
1285450276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1285550276Speter# restored if needed.
1285650276Speterncr260vppp|NCR 2900_260 viewpoint, 
1285750276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1285850276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1285950276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1286050276Speter	cbt=\EI, civis=\E`0, clear=\014$<40>, cnorm=\E`5, 
1286150276Speter	cr=\r$<2>, cub1=\010$<2>, cud1=\n$<2>, cuf1=\006$<2>, 
1286250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5>, cuu1=\032$<2>, 
1286350276Speter	cvvis=\E`5, dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, dsl=\E`c, 
1286450276Speter	ed=\Ek$<2>, el=\EK$<2>, fsl=^M, home=\036$<2>, ht=^I, 
1286550276Speter	hts=\E1, il1=\EM$<2>, ind=\n$<2>, invis=\EG1, 
1286650276Speter	is2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1286750276Speter	kDC=\El, kEND=\Ek, kHOM=^A, kPRT=\E7, kRIT=^F, ka1=^A, ka3=\EJ, 
1286850276Speter	kbs=^H, kc1=\ET, kc3=\EJ, kcub1=^U, kcud1=^J, kcuf1=^F, 
1286950276Speter	kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r, 
1287050276Speter	kf11=^B;\r, kf12=^B<\r, kf13=^B=\r, kf14=^B>\r, kf15=^B?\r, 
1287150276Speter	kf16=^B@\r, kf17=^B!\r, kf18=^B"\r, kf19=^B#\r, kf2=^B2\r, 
1287250276Speter	kf20=^B$\r, kf21=\002%^M, kf22=^B&\r, kf23=^B'\r, 
1287350276Speter	kf24=^B(\r, kf25=^B)\r, kf26=^B*\r, kf27=^B+\r, 
1287450276Speter	kf28=^B\,\r, kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, 
1287550276Speter	kf32=^B0\r, kf4=^B4\r, kf5=^B5\r, kf6=^B6\r, kf7=^B7\r, 
1287650276Speter	kf8=^B8\r, kf9=^B9\r, khome=^A, kich1=\Eq, knp=\EJ, kpp=\EJ, 
1287750276Speter	kprt=\EP, ll=\001$<5>, mc0=\EP$<100>, mc4=^T, mc5=^R, 
1287850276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>, 
1287950276Speter	nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003, 
1288050276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1288150276Speter	rs2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1288250276Speter	sgr0=\EG0\EH\003, smacs=\EcB1\EH\002, smir=\Eq, 
1288350276Speter	smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF, 
1288450276Speterncr260vpwpp|NCR 2900_260 viewpoint wide mode, 
1288550276Speter	cols#132, 
1288650276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1288750276Speter	is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1288850276Speter	rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1288950276Speter	use=ncr260vppp, 
1289050276Speterncr260vt100an|NCR 2900_260 vt100 with ansi kybd, 
1289150276Speter	am, hs, mir, msgr, xenl, xon, 
1289250276Speter	cols#80, lines#24, nlab#32, 
1289350276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1289450276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1289550276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1289650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<5>, 
1289750276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1289850276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1289950276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1290050276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1290150276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1290250276Speter	ech=\E[%p1%dX, ed=\E[0J$<5>, el=\E[0K$<3>, el1=\E[1K$<3>, 
1290350276Speter	fsl=\E[0$}, home=\E[H$<1>, hpa=\E[%p1%dG$<40>, ht=^I, 
1290450276Speter	hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, 
1290550276Speter	il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>, 
1290650276Speter	invis=\E[8m, 
1290750276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1290850276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1290950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1291050276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1291150276Speter	kf4=\EOS, kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, 
1291250276Speter	kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, nel=\EE$<5>, rc=\E8, 
1291350276Speter	rev=\E[7m, ri=\EM$<5>, rmacs=^O, rmir=\E[4l, 
1291450276Speter	rmkx=\E[?1l\E>, rmso=\E[0m, rmul=\E[0m, 
1291550276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1291650276Speter	sc=\E7, 
1291750276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1291850276Speter	sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h, 
1291950276Speter	smkx=\E[?1h\E=, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g, 
1292050276Speter	tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1292150276Speterncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd, 
1292250276Speter	cols#132, 
1292350276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1292450276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1292550276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1292650276Speter	use=ncr260vt100an, 
1292750276Speterncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd, 
1292850276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1292950276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1293050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1293150276Speter	kend=\E[5~, khome=\E[2~, kich1=\E[1~, knp=\E[6~, kpp=\E[3~, 
1293250276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 
1293350276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1293462449Speter	smkx=\E=, use=ncr260vt100an, 
1293550276Speterncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd, 
1293650276Speter	cols#132, 
1293750276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1293850276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1293950276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1294050276Speter	use=ncr260vt100pp, 
1294150276Speterncr260vt200an|NCR 2900_260 vt200 with ansi kybd, 
1294250276Speter	am, hs, mir, msgr, xenl, xon, 
1294350276Speter	cols#80, lines#24, nlab#32, 
1294450276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1294550276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1294650276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1294750276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1294850276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1294950276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1295050276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1295150276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1295250276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1295350276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1295450276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1295550276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1295650276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1295750276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1295850276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1295950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1296050276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1296150276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1296250276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1296350276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1296450276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1296550276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1296650276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1296750276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1296850276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1296950276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1297050276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1297150276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1297250276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1297350276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1297450276Speter	sc=\E7, 
1297550276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1297650276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1297750276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1297850276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1297950276Speterncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd, 
1298050276Speter	cols#132, 
1298150276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1298250276Speter	is2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1298350276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1298450276Speter	use=ncr260vt200an, 
1298550276Speterncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd, 
1298650276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1298750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1298850276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1298950276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1299050276Speter	use=ncr260vt200an, 
1299150276Speterncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd, 
1299250276Speter	cols#132, 
1299350276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1299450276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1299550276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1299650276Speter	use=ncr260vt200pp, 
1299750276Speterncr260vt300an|NCR 2900_260 vt300 with ansi kybd, 
1299850276Speter	am, hs, mir, msgr, xenl, xon, 
1299950276Speter	cols#80, lines#24, nlab#32, 
1300050276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1300150276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1300250276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1300350276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1300450276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1300550276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1300650276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1300750276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1300850276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1300950276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1301050276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1301150276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1301250276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1301350276Speter	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>, 
1301450276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1301550276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1301650276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1301750276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1301850276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1301950276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1302050276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1302150276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1302250276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1302350276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1302450276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1302550276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1302650276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1302750276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1302850276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1302950276Speter	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>, 
1303050276Speter	sc=\E7, 
1303150276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1303250276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1303350276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1303450276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1303550276Speterncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd, 
1303650276Speter	cols#132, 
1303750276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1303850276Speter	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>, 
1303950276Speter	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>, 
1304050276Speter	use=ncr260vt300an, 
1304150276Speterncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd, 
1304250276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1304350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1304450276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1304550276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1304650276Speter	use=ncr260vt300an, 
1304750276SpeterNCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd, 
1304850276Speter	cols#132, 
1304950276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1305050276Speter	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>, 
1305150276Speter	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>, 
1305250276Speter	use=ncr260vt300pp, 
1305350276Speter# This terminfo file contains color capabilities for the Wyse325 emulation of 
1305450276Speter# the NCR 2900/260C color terminal.  Because of the structure of the command
1305550276Speter# (escape sequence) used to set color attributes, one of the fore/background
1305650276Speter# colors must be preset to a given value. I have set the background color to
1305750276Speter# black.  The user can change this setup by altering the last section of the
1305850276Speter# 'setf' definition.  The escape sequence to set color attributes is 
1305950276Speter#		ESC d y <foreground_color> <background_color> 1  
1306050276Speter# In addition, the background color can be changed through the desk accessories.
1306150276Speter# The capablitiy 'op' sets colors to green on black (default combination).  
1306250276Speter#
1306350276Speter# NOTE:  The NCR Unix System Administrator's Shell will not function properly
1306450276Speter# 	    if the 'pairs' capability is defined. Un-Comment the 'pairs'
1306550276Speter#	    capability and recompile if you wish to have it included. 
1306650276Speter#
1306750276Speterncr260wy325pp|NCR 2900_260 wyse 325, 
1306850276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1306950276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, 
1307050276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1307150276Speter	cbt=\EI, civis=\E`0, clear=\E*$<10>, cnorm=\E`1, cr=^M, 
1307250276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1307350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1307450276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1307550276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<5>, ht=^I, 
1307650276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1307750276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1307850276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1307950276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, 
1308050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET, 
1308150276Speter	kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, 
1308250276Speter	kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, 
1308350276Speter	kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, 
1308450276Speter	kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, 
1308550276Speter	kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, kf30=^Am\r, kf31=^An\r, 
1308650276Speter	kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1308750276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, 
1308850276Speter	kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1308950276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1309050276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1309150276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1309250276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1309350276Speter	setb=\s, 
1309450276Speter	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>, 
1309550276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH\002\EcB1, smam=\Ed/, 
1309650276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1309750276Speter	tsl=\EF, 
1309850276Speterncr260wy325wpp|NCR 2900_260 wyse 325 wide mode, 
1309950276Speter	cols#132, 
1310050276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1310150276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1310250276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1310350276Speter	use=ncr260wy325pp, 
1310450276Speter# This definition for Wyse 350 supports several attributes.  This means
1310550276Speter# that it has magic cookies (extra spaces where the attributes begin).
1310650276Speter# Some applications do not function well with magic cookies.  The System
1310750276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1310850276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1310950276Speter# attributes can be removed. 
1311050276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1311150276Speter# restored if needed.
1311250276Speter# In addition, color capabilities have been added to this file.  The drawback,
1311350276Speter# however, is that the background color has to be black.  The foreground colors
1311450276Speter# are numbered 0 through 15.  
1311550276Speter#
1311650276Speter# NOTE:  The NCR Unix System Administrator's Shell does not function properly
1311750276Speter# 	    with the 'pairs' capability defined as below.  If you wish to
1311850276Speter#	    have it included, Un-comment it and recompile (using 'tic'). 
1311950276Speter#
1312050276Speterncr260wy350pp|NCR 2900_260 wyse 350, 
1312150276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1312250276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, xmc#1, 
1312350276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1312450276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1312550276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1312650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<40>, cuu1=\013$<5>, 
1312750276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1312850276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<10>, ht=^I, 
1312950276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1313050276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1313150276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1313250276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1313350276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1313450276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1313550276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1313650276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1313750276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1313850276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1313950276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1314050276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1314150276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1314250276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>, 
1314350276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1314450276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1314550276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1314650276Speter	setb=\s, 
1314750276Speter	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>, 
1314850276Speter	sgr0=\EG0\EH\003\EcD, smacs=\EH\002\EcB1, smam=\Ed/, 
1314950276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1315050276Speter	tsl=\EF, 
1315150276Speterncr260wy350wpp|NCR 2900_260 wyse 350 wide mode, 
1315250276Speter	cols#132, 
1315350276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1315450276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1315550276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1315650276Speter	use=ncr260wy350pp, 
1315750276Speter# This definition for Wyse 50+ supports several attributes.  This means
1315850276Speter# that it has magic cookies (extra spaces where the attributes begin).
1315950276Speter# Some applications do not function well with magic cookies.  The System
1316050276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1316150276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1316250276Speter# attributes can be removed. 
1316350276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1316450276Speter# restored if needed.
1316550276Speter# (ncr260wy50+pp: originally contained commented-out 
1316650276Speter# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
1316750276Speterncr260wy50+pp|NCR 2900_260 wyse 50+, 
1316850276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1316950276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1317050276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1317150276Speter	cbt=\EI$<5>, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1317250276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1317350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<30>, cuu1=\013$<5>, 
1317450276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1317550276Speter	ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>, 
1317650276Speter	ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>, 
1317750276Speter	invis=\EG1, 
1317850276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1317950276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1318050276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1318150276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1318250276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1318350276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1318450276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1318550276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1318650276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1318750276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1318850276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1318950276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1319050276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1319150276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1319250276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1319350276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1319450276Speter	sgr0=\EG0\EH\003$<15>, smacs=\EH^B, smam=\Ed/, smir=\Eq, 
1319550276Speter	smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF, 
1319650276Speterncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode, 
1319750276Speter	cols#132, 
1319850276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1319950276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1320050276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1320150276Speter	use=ncr260wy50+pp, 
1320250276Speterncr260wy60pp|NCR 2900_260 wyse 60, 
1320350276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1320450276Speter	cols#80, lines#24, nlab#32, 
1320550276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1320650276Speter	cbt=\EI$<15>, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, 
1320750276Speter	cr=^M, cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1320850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1320950276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1321050276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>, 
1321150276Speter	ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>, 
1321250276Speter	invis=\EG1, 
1321350276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1321450276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1321550276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, 
1321650276Speter	kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1321750276Speter	kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
1321850276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
1321950276Speter	kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, 
1322050276Speter	kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, 
1322150276Speter	kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, 
1322250276Speter	kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, 
1322350276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1322450276Speter	kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1322550276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<30>, 
1322650276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1322750276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1322850276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1322950276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH^B, smam=\Ed/, 
1323050276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>, 
1323150276Speter	tsl=\EF, 
1323250276Speterncr260wy60wpp|NCR 2900_260 wyse 60 wide mode, 
1323350276Speter	cols#132, 
1323450276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1323550276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1323650276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1323750276Speter	use=ncr260wy60pp, 
1323850276Speterncr160vppp|NCR 2900_160 viewpoint, 
1323950276Speter	use=ncr260vppp, 
1324050276Speterncr160vpwpp|NCR 2900_160 viewpoint wide mode, 
1324150276Speter	use=ncr260vpwpp, 
1324250276Speterncr160vt100an|NCR 2900_160 vt100 with ansi kybd, 
1324350276Speter	use=ncr260vt100an, 
1324450276Speterncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd, 
1324550276Speter	use=ncr260vt100pp, 
1324650276Speterncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd, 
1324750276Speter	use=ncr260vt100wan, 
1324850276Speterncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd, 
1324950276Speter	use=ncr260vt100wpp, 
1325050276Speterncr160vt200an|NCR 2900_160 vt200 with ansi kybd, 
1325150276Speter	use=ncr260vt200an, 
1325250276Speterncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd, 
1325350276Speter	use=ncr260vt200pp, 
1325450276Speterncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd, 
1325550276Speter	use=ncr260vt200wan, 
1325650276Speterncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd, 
1325750276Speter	use=ncr260vt200wpp, 
1325850276Speterncr160vt300an|NCR 2900_160 vt300 with ansi kybd, 
1325950276Speter	use=ncr260vt300an, 
1326050276Speterncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd, 
1326150276Speter	use=ncr260vt300pp, 
1326250276Speterncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd, 
1326350276Speter	use=ncr260vt300wan, 
1326450276Speterncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd, 
1326550276Speter	use=ncr260vt300wpp, 
1326650276Speterncr160wy50+pp|NCR 2900_160 wyse 50+, 
1326750276Speter	use=ncr260wy50+pp, 
1326850276Speterncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode, 
1326950276Speter	use=ncr260wy50+wpp, 
1327050276Speterncr160wy60pp|NCR 2900_160 wyse 60, 
1327150276Speter	use=ncr260wy60pp, 
1327250276Speterncr160wy60wpp|NCR 2900_160 wyse 60 wide mode, 
1327350276Speter	use=ncr260wy60wpp, 
1327450276Speterncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal, 
1327550276Speter	am, hs, mc5i, mir, msgr, xon, 
1327650276Speter	cols#80, it#8, lines#24, nlab#32, 
1327750276Speter	acsc=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~, 
1327850276Speter	bel=^G, blink=\E[5m$<30>, bold=\E[1m$<30>, 
1327950276Speter	clear=\E[2J\E[1;1H$<300>, cr=^M, 
1328050276Speter	csr=\E[%i%p1%d;%p2%dr$<100>, cub=\E[%p1%dD$<30>, 
1328150276Speter	cub1=\E[D$<2>, cud=\E[%p1%dB$<30>, cud1=\E[B$<2>, 
1328250276Speter	cuf=\E[%p1%dC$<30>, cuf1=\E[C$<2>, 
1328350276Speter	cup=\E[%i%p1%d;%p2%dH$<100>, cuu=\E[%p1%dA$<30>, 
1328450276Speter	cuu1=\E[A$<2>, dch=\E[%p1%dP$<40>, dch1=\E[1P$<10>, 
1328550276Speter	dl=\E[%p1%dM$<70>, dl1=\E[M$<40>, dsl=\E[31l$<25>, 
1328650276Speter	ed=\E[0J$<300>, el=\E[0K$<30>, el1=\E[1K$<30>, 
1328750276Speter	enacs=\E(B\E)0$<40>, fsl=1$<10>, home=\E[H$<2>$<80>, 
1328850276Speter	ht=^I, hts=\EH, il=\E[%p1%dL$<80>, il1=\E[B\E[L$<80>, 
1328950276Speter	ind=\ED, 
1329050276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0$<200>, 
1329150276Speter	kLFT=\E[D, kRIT=\E[C, ka1=\E[H, kbs=^H, kcub1=\E[D, 
1329250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kent=^M, kf1=\EOP, 
1329350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE, 
1329450276Speter	rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>, 
1329550276Speter	rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>, 
1329650276Speter	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>, 
1329750276Speter	sc=\E7, 
1329850276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>, 
1329950276Speter	sgr0=\017\E[0m$<120>, smacs=\016$<90>, smir=\E[4h$<80>, 
1330050276Speter	smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>, 
1330150276Speter	tsl=\E[>+1$<70>, 
1330250276Speterncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal, 
1330350276Speter	cols#132, 
1330450276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>, 
1330550276Speter	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>, 
1330650276Speter	use=ncrvt100an, 
1330750276Speter#
1330850276Speter# Vendor-supplied NCR termcaps end here
1330950276Speter
1331050276Speter# NCR7900 DIP switches:
1331150276Speter#
1331250276Speter# Switch A:
1331350276Speter# 1-4 - Baud Rate
1331450276Speter# 5   - Parity (Odd/Even)
1331550276Speter# 6   - Don't Send or Do Send Spaces
1331650276Speter# 7   - Parity Enable
1331750276Speter# 8   - Stop Bits (One/Two)
1331850276Speter# 
1331950276Speter# Switch B:
1332050276Speter# 1   - Upper/Lower Shift
1332150276Speter# 2   - Typewriter Shift
1332250276Speter# 3   - Half Duplex / Full Duplex
1332350276Speter# 4   - Light/Dark Background
1332450276Speter# 5-6 - Carriage Return Without / With Line Feed
1332550276Speter# 7   - Extended Mode
1332650276Speter# 8   - Suppress Keyboard Display
1332750276Speter# 
1332850276Speter# Switch C:
1332950276Speter# 1   - End of line entry disabled/enabled
1333050276Speter# 2   - Conversational mode / (Local?) Mode
1333150276Speter# 3   - Control characters displayed / not displayed
1333250276Speter# 4   - (2-wire?) / 4-wire communications
1333350276Speter# 5   - RTS on and off for each character
1333450276Speter# 6   - (50Hz?) / 60 Hz
1333550276Speter# 7   - Exit after level zero diagnostics
1333650276Speter# 8   - RS-232 interface
1333750276Speter# 
1333850276Speter# Switch D:
1333950276Speter# 1   - Reverse Channel (yes / no)
1334050276Speter# 2   - Manual answer (no / yes)
1334150276Speter# 3-4 - Cursor appearance
1334250276Speter# 5   - Communication Rate
1334350276Speter# 6   - Enable / Disable EXT turnoff
1334450276Speter# 7   - Enable / Disable CR turnoff
1334550276Speter# 8   - Enable / Disable backspace
1334650276Speter#
1334762449Speter# Since each attribute parameter is 0 or 1, we shift each attribute (standout,
1334862449Speter# reverse, blink, dim, and underline) the appropriate number of bits (by
1334962449Speter# multiplying the 0 or 1 by a correct factor to shift) so the bias character,
1335062449Speter# '@' is (effectively) "or"ed with each attribute to generate the proper third
1335162449Speter# character in the <ESC>0 sequence.  The <sgr> string implements the following
1335262449Speter# equation:
1335362449Speter#
1335462449Speter# ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17))    =>
1335562449Speter# ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
1335662449Speter#
1335762449Speter#	Where:  P1 <==> Standout attribute parameter
1335862449Speter#		P2 <==> Underline attribute parameter
1335962449Speter#		P3 <==> Reverse attribute parameter
1336062449Speter#		P4 <==> Blink attribute parameter
1336162449Speter#		P5 <==> Dim attribute parameter
1336250276Speter# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
1336350276Speterncr7900i|ncr7900|ncr 7900 model 1, 
1336450276Speter	am, bw, ul, 
1336550276Speter	cols#80, lines#24, xmc#1, 
1336650276Speter	bel=^G, blink=\E0B, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1336750276Speter	cup=\E1%p2%c%p1%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, ind=^J, 
1336850276Speter	is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, 
1336950276Speter	kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, 
1337050276Speter	rmul=\E0@, 
1337150276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, 
1337250276Speter	sgr0=\E0@, smso=\E0Q, smul=\E0`, 
1337350276Speterncr7900iv|ncr 7900 model 4, 
1337450276Speter	am, bw, eslok, hs, 
1337550276Speter	cols#80, lines#24, 
1337650276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
1337750276Speter	cup=\013%p1%{64}%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, 
1337850276Speter	fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, 
1337950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, 
1338050276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1338150276Speter	khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, 
1338250276Speter	tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, 
1338362449Speter# Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
1338462449Speter#	   The user can enter a CTRL-B to get out of this locked state.
1338562449Speter# In <hpa>, we want to output the character given by the formula:
1338662449Speter#		((col / 10) * 16) + (col % 10)		where "col" is "p1"
1338750276Speterncr7901|ncr 7901 model, 
1338850276Speter	am, bw, ul, 
1338950276Speter	cols#80, lines#24, 
1339050276Speter	bel=^G, blink=\E0B, civis=^W, clear=^L, cnorm=^X, cr=^M, 
1339150276Speter	cub1=^H, cud1=^J, cuf1=^F, 
1339250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dim=\E0A, 
1339350276Speter	ed=\Ek, el=\EK, 
1339450276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, 
1339550276Speter	is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
1339650276Speter	khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, 
1339750276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, 
1339850276Speter	sgr0=^O, smso=\E0Q\016, smul=\E0`\016, 
1339950276Speter	vpa=\013%p1%{64}%+%c, 
1340050276Speter
1340150276Speter#### Perkin-Elmer (Owl)
1340250276Speter#
1340350276Speter# These are official terminfo entries from within Perkin-Elmer.
1340450276Speter#
1340550276Speter
1340650276Speterbantam|pe550|pe6100|perkin elmer 550, 
1340762449Speter	OTbs, 
1340850276Speter	cols#80, lines#24, 
1340950276Speter	bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1341050276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1341150276Speter	el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, 
1341250276Speterfox|pe1100|perkin elmer 1100, 
1341362449Speter	OTbs, am, 
1341450276Speter	cols#80, lines#24, 
1341550276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1341650276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1341750276Speter	ed=\EJ$<5.5*>, el=\EI, flash=\020\002$<200/>\020\003, 
1341850276Speter	home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, 
1341950276Speterowl|pe1200|perkin elmer 1200, 
1342062449Speter	OTbs, am, in, 
1342150276Speter	cols#80, lines#24, 
1342250276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1342350276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1342450276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
1342550276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
1342650276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
1342750276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
1342850276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
1342950276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!^H, tbc=\E3, 
1343050276Speterpe1251|pe6300|pe6312|perkin elmer 1251, 
1343150276Speter	am, 
1343250276Speter	cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, 
1343350276Speter	bel=^G, clear=\EK$<332>, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
1343450276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1343550276Speter	ed=\EJ$<20*>, el=\EI$<10*>, home=\EH, hts=\E1, ind=^J, 
1343650276Speter	kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE, 
1343750276Speter	kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3, 
1343850276Speter# (pe7000m: this had
1343950276Speter# 	rmul=\E!\0, smul=\E!\040, 
1344050276Speter# which is probably wrong, it collides with kf0
1344150276Speterpe7000m|perkin elmer 7000 series monochrome monitor, 
1344250276Speter	am, 
1344350276Speter	cols#80, lines#24, 
1344450276Speter	bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, 
1344550276Speter	cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1344650276Speter	ed=\EJ, el=\EI, home=\EH, ind=^J, 
1344750276Speter	is1=\E!\0\EW  7o\Egf\ES7\s, kbs=^H, kcub1=\E!V, 
1344850276Speter	kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\0, kf1=\E!^A, 
1344950276Speter	kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, 
1345050276Speter	kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, 
1345150276Speter	ll=\ES7\s, ri=\ER, 
1345250276Speterpe7000c|perkin elmer 7000 series colour monitor, 
1345350276Speter	is1=\E!\0\EW  7o\Egf\Eb0\Ec7\ES7\s, rmso=\Eb0, 
1345462449Speter	rmul=\E!\0, smso=\Eb2, smul=\E!\s, use=pe7000m, 
1345550276Speter
1345650276Speter#### Sperry Univac
1345750276Speter#
1345850276Speter# Sperry Univac has merged with Burroughs to form Unisys.
1345950276Speter#
1346050276Speter
1346150276Speter# This entry is for the Sperry UTS30 terminal running the TTY 
1346250276Speter# utility under control of CP/M Plus 1R1. The functionality 
1346350276Speter# provided is comparable to the DEC vt100.
1346450276Speter# (uts30: I added <rmam>/<smam> based on the init string -- esr)
1346550276Speteruts30|sperry uts30 with cp/m@1R1, 
1346650276Speter	am, bw, hs, 
1346750276Speter	cols#80, lines#24, wsl#40, 
1346850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1346950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\ER, clear=^L, 
1347050276Speter	cnorm=\ES, cr=^M, csr=\EU%p1%{32}%+%c%p2%{32}%+%c, 
1347150276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB, 
1347250276Speter	cuf=\E[%p1%dC, cuf1=\EC, cup=\E[%i%p1%d;%p2%dH, 
1347350276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\EM, 
1347450276Speter	dl=\E[%p1%dM, dl1=\EL, ed=\E[J, el=\E[K, fsl=^M, home=\E[H, 
1347550276Speter	ht=^I, ich=\E[%p1%d@, ich1=\EO, il=\E[%p1%dL, il1=\EN, 
1347650276Speter	ind=^J, indn=\E[%p1%dB, is2=\E[U 7\E[24;1H, kbs=^H, 
1347750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, khome=\E[H, 
1347850276Speter	rc=\EX, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EI, 
1347950276Speter	rin=\E[%p1%dA, rmacs=\Ed, rmam=\E[?7l, rmso=\E[m, 
1348050276Speter	rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
1348150276Speter	sc=\EW, sgr0=\E[m, smacs=\EF, smam=\E[?7m, smso=\E[7m, 
1348250276Speter	smul=\E[4m, tsl=\E], uc=\EPB, 
1348350276Speter
1348450276Speter#### Tandem
1348550276Speter#
1348650276Speter# Tandem builds these things for use with its line of fault-tolerant
1348750276Speter# transaction-processing computers.  They aren't generally available
1348850276Speter# on the merchant market, and so are fairly uncommon.
1348950276Speter#
1349050276Speter
1349150276Spetertandem6510|adm3a repackaged by Tandem, 
1349250276Speter	use=adm3a, 
1349350276Speter
1349450276Speter# A funny series of terminal that TANDEM uses.  The actual model numbers
1349550276Speter# have a fourth digit after 653 that designates minor variants.  These are
1349650276Speter# natively block-mode and rather ugly, but they have a character mode which
1349750276Speter# this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
1349850276Speter# (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
1349950276Speter# removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
1350050276Spetertandem653|t653x|Tandem 653x multipage terminal, 
1350162449Speter	OTbs, am, da, db, hs, 
1350250276Speter	cols#80, lines#24, wsl#64, xmc#1, 
1350350276Speter	clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, 
1350450276Speter	cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, 
1350550276Speter	ed=\EJ, el=\EK, fsl=^M, home=\EH, ind=\ES, ri=\ET, rmso=\E6\s, 
1350650276Speter	rmul=\E6\s, sgr0=\E6\s, smso=\E6$, smul=\E60, tsl=\Eo, 
1350750276Speter
1350850276Speter#### Tandy/Radio Shack
1350950276Speter#
1351050276Speter# Tandy has a line of VDTs distinct from its microcomputers.
1351150276Speter#
1351250276Speter
1351350276Speterdmterm|deskmate terminal, 
1351450276Speter	am, bw, 
1351550276Speter	cols#80, lines#24, 
1351650276Speter	bel=^G, civis=\EG5, clear=\Ej, cnorm=\EG6, cr=^M, cub1=^H, 
1351750276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1351850276Speter	cuu1=\EA, dch1=\ES, dl1=\ER, ed=\EJ, el=\EK, home=\EH, ht=^I, 
1351950276Speter	ich1=\EQ, il1=\EP, ind=\EX, invis@, kcub1=\ED, kcud1=\EB, 
1352050276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E1, kf1=\E2, kf2=\E3, kf3=\E4, 
1352150276Speter	kf4=\E5, kf5=\E6, kf6=\E7, kf7=\E8, kf8=\E9, kf9=\E0, 
1352250276Speter	khome=\EH, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, 
1352350276Speter	lf6=f7, lf7=f8, lf8=f9, lf9=f10, ll=\EE, rmul@, smul@, 
1352450276Speter	use=adm+sgr, 
1352550276Speterdt100|dt-100|Tandy DT-100 terminal, 
1352650276Speter	xon, 
1352750276Speter	cols#80, lines#24, xmc#1, 
1352850276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1352950276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1353050276Speter	csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1353150276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1353250276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1353350276Speter	il1=\E[L, ind=^J, is2=\E[?3l\E)0\E(B, kcub1=\E[D, 
1353450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[?3i, 
1353550276Speter	kf10=\E[?5i, kf2=\E[2i, kf3=\E[@, kf4=\E[M, kf5=\E[17~, 
1353650276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, khome=\E[H, 
1353750276Speter	knp=\E[29~, kpp=\E[28~, lf1=f1, lf2=f2, lf3=f3, lf4=f4, lf5=f5, 
1353850276Speter	lf6=f6, lf7=f7, lf8=f8, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, 
1353950276Speter	sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
1354050276Speterdt100w|dt-100w|Tandy DT-100 terminal (wide mode), 
1354150276Speter	cols#132, use=dt100, 
1354250276Speterdt110|Tandy DT-110 emulating ansi, 
1354350276Speter	xon, 
1354450276Speter	cols#80, lines#24, 
1354550276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1354650276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1354750276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, 
1354850276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, 
1354950276Speter	dl1=\E[0M, ed=\E[0J, el=\E[0K, enacs=\E(B\E)0, home=\E[H, 
1355050276Speter	ht=^I, ich1=\E[0@, il1=\E[0L, ind=^J, is2=\E[?3l\E)0\E(B, 
1355150276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[K, 
1355250276Speter	kf1=\E[1~, kf10=\E[10~, kf2=\E[2~, kf3=\E[3~, kf4=\E[4~, 
1355350276Speter	kf5=\E[5~, kf6=\E[6~, kf7=\E[7~, kf8=\E[8~, kf9=\E[9~, 
1355450276Speter	khome=\E[G, kich1=\E[@, knp=\E[26~, kpp=\E[25~, lf0=f1, 
1355550276Speter	lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf8=f9, 
1355650276Speter	lf9=f10, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1355750276Speter	smacs=^N, smso=\E[7m, smul=\E[4m, 
1355850276Speterpt210|TRS-80 PT-210 printing terminal, 
1355950276Speter	hc, os, 
1356050276Speter	cols#80, 
1356150276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1356250276Speter
1356350276Speter#### Tektronix (tek)
1356450276Speter#
1356550276Speter# Tektronix tubes are graphics terminals.  Most of them use modified 
1356650276Speter# oscilloscope technology incorporating a long-persistence green phosphor,
1356750276Speter# and support vector graphics on a main screen with an attached "dialogue
1356850276Speter# area" for interactive text.
1356950276Speter#
1357050276Speter
1357150276Spetertek|tek4012|tektronix 4012, 
1357262449Speter	OTbs, os, 
1357350276Speter	cols#75, lines#35, 
1357450276Speter	bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, 
1357550276Speter	ff=\014$<1000>, is2=\E^O, 
1357650276Speter# (tek4013: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1357750276Spetertek4013|tektronix 4013, 
1357850276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4012, 
1357950276Spetertek4014|tektronix 4014, 
1358050276Speter	cols#81, lines#38, 
1358150276Speter	is2=\E\017\E9, use=tek4012, 
1358250276Speter# (tek4015: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1358350276Spetertek4015|tektronix 4015, 
1358450276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014, 
1358550276Spetertek4014-sm|tektronix 4014 in small font, 
1358650276Speter	cols#121, lines#58, 
1358750276Speter	is2=\E\017\E\:, use=tek4014, 
1358850276Speter# (tek4015-sm: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1358950276Spetertek4015-sm|tektronix 4015 in small font, 
1359050276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014-sm, 
1359150276Speter# Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
1359250276Speter#
1359350276Speter# You need to have "stty nl2" in effect.  Some versions of tset(1) know
1359450276Speter# how to set it for you.
1359550276Speter#
1359650276Speter# It's got the Magic Cookie problem around stand-out mode.  If you can't
1359750276Speter# live with Magic Cookie, remove the :so: and :se: fields and do without
1359850276Speter# reverse video.  If you like reverse video stand-out mode but don't want
1359950276Speter# it to flash, change the letter 'H' to 'P' in the :so: field.
1360050276Spetertek4023|tektronix 4023, 
1360162449Speter	OTbs, am, 
1360262449Speter	OTdN#4, cols#80, lines#24, vt#4, xmc#1, 
1360362449Speter	OTnl=^J, bel=^G, clear=\E\014$<4/>, cr=^M, cub1=^H, cud1=^J, 
1360462449Speter	cuf1=^I, cup=\034%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, 
1360562449Speter	rmso=^_@, smso=^_P, 
1360650276Speter# It is recommended that you run the 4025 at 4800 baud or less;
1360750276Speter# various bugs in the terminal appear at 9600.  It wedges at the
1360850276Speter# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
1360950276Speter# on keyboard don't work.  You have to hit BREAK twice to get
1361050276Speter# one break at any speed - this is a documented feature.
1361150276Speter# Can't use cursor motion because it's memory relative, and 
1361250276Speter# because it only works in the workspace, not the monitor.  
1361350276Speter# Same for home. Likewise, standout only works in the workspace.
1361450276Speter# 
1361550276Speter# <el> was commented out since vi and rogue seem to work better 
1361650276Speter# simulating it with lots of spaces!
1361750276Speter# 
1361850276Speter# <il1> and <il> had 145ms of padding, but that slowed down vi's ^U 
1361950276Speter# and didn't seem necessary.
1362050276Speter#
1362150276Spetertek4024|tek4025|tek4027|tektronix 4024/4025/4027, 
1362262449Speter	OTbs, am, da, db, 
1362350276Speter	cols#80, it#8, lines#34, lm#0, 
1362450276Speter	bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, 
1362550276Speter	cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, 
1362650276Speter	cud1=^F^J, cuf=\037rig %p1%d\r, cuf1=\037rig\r, 
1362750276Speter	cuu=\037up %p1%d\r, cuu1=^K, dch1=\037dch\r, 
1362850276Speter	dl=\037dli %p1%d\r\006, dl1=\037dli\r\006, 
1362950276Speter	ed=\037dli 50\r, ht=^I, ich1=\037ich\r \010, 
1363050276Speter	il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r, 
1363150276Speter	ind=^F^J, 
1363250276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1363350276Speter	rmkx=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r, 
1363450276Speter	smkx=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r, 
1363550276Spetertek4025-17|tek 4025 17 line window, 
1363650276Speter	lines#17, use=tek4025, 
1363750276Spetertek4025-17-ws|tek 4025 17 line window in workspace, 
1363850276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, 
1363950276Speter	rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, 
1364062449Speter	smso=\037att e\r, use=tek4025-17, 
1364150276Spetertek4025-ex|tek4027-ex|tek 4025/4027 w/!, 
1364250276Speter	is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, 
1364362449Speter	rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
1364450276Speter# Tektronix 4025a
1364550276Speter# From: Doug Gwyn <gwyn@brl-smoke.ARPA>
1364650276Speter# The following status modes are assumed for normal operation (replace the
1364750276Speter# initial "!" by whatever the current command character is):
1364850276Speter#	!COM 29			# NOTE: changes command character to GS (^])
1364950276Speter#	^]DUP
1365050276Speter#	^]ECH R
1365150276Speter#	^]EOL
1365250276Speter#	^]RSS T
1365350276Speter#	^]SNO N
1365450276Speter#	^]STO 9 17 25 33 41 49 57 65 73
1365550276Speter# Other modes may be set according to communication requirements.
1365650276Speter# If the command character is inadvertently changed, termcap can't restore it.
1365750276Speter# Insert-character cannot be made to work on both top and bottom rows.
1365850276Speter# Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
1365950276Speter# There also seems to be a problem with vertical motion, perhaps involving
1366050276Speter# delete/insert-line, following a typed carriage return.  This terminal sucks.
1366150276Speter# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1366250276Speter# (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
1366350276Speter# work any more. -- esr)
1366450276Spetertek4025a|Tektronix 4025A, 
1366562449Speter	OTbs, OTpt, am, bw, da, db, xon, 
1366650276Speter	cols#80, it#8, lines#34, 
1366750276Speter	bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], 
1366850276Speter	cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, 
1366950276Speter	cud1=^J, cuf=\035rig %p1%d;, cuf1=\035rig;, 
1367050276Speter	cuu=\035up %p1%d;, cuu1=^K, dch=\035dch %p1%d;, 
1367150276Speter	dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, 
1367250276Speter	el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, 
1367350276Speter	il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, 
1367462449Speter	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;, 
1367550276Speter	tbc=\035sto;, 
1367650276Speter# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1367750276Speter# Here's the command file that I use to get rogue to work on the 4025.
1367850276Speter# It should work with any program using the old curses (e.g. it better
1367950276Speter# not try to scroll, or cursor addressing won't work.  Also, you can't
1368050276Speter# see the cursor.)
1368150276Speter# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1368250276Spetertek4025-cr|tek 4025 for curses and rogue, 
1368362449Speter	OTbs, am, 
1368450276Speter	cols#80, it#8, lines#33, 
1368550276Speter	clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, 
1368650276Speter	cup=\037jum%i%p1%d\,%p2%d;, cuu1=^K, ht=^I, ind=^F^J, 
1368750276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1368850276Speter	rmcup=\037wor 0, smcup=\037wor 33h, 
1368950276Speter# next two lines commented out since curses only allows 128 chars, sigh.
1369050276Speter#	: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:\
1369150276Speter#	: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:
1369250276Spetertek4025ex|4025ex|4027ex|tek 4025 w/!, 
1369350276Speter	is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r, 
1369462449Speter	rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, 
1369550276Spetertek4105|tektronix 4105, 
1369662449Speter	OTbs, am, mir, msgr, ul, xenl, xt, 
1369750276Speter	cols#79, it#8, lines#29, 
1369850276Speter	acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, 
1369950276Speter	clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, 
1370050276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P, 
1370150276Speter	dim=\E[=1;<6m, dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1370250276Speter	il1=\E[1L, ind=\E[S, invis=\E[=6;<5, is1=\E%!1\E[m, 
1370350276Speter	is2=\E%!1\E[?6141\E[m, kbs=^H, kcub1=\E[1D, kcud1=\E[1B, 
1370450276Speter	kcuf1=\E[1C, kcuu1=\E[1A, rev=\E[=1;<3m, ri=\E[T, 
1370550276Speter	rmacs=\E[m, rmcup=, rmir=\E[4l, rmso=\E[=0;<1m, 
1370650276Speter	rmul=\E[=0;<1m, sgr0=\E[=0;<1m, smacs=\E[1m, 
1370750276Speter	smcup=\E%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1370850276Speter	smul=\E[=5;<2m, tbc=\E[1g, 
1370950276Speter
1371050276Speter# (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
1371150276Spetertek4105-30|4015 emulating 30 line vt100, 
1371250276Speter	am, mir, msgr, xenl, xon, 
1371350276Speter	cols#80, it#8, lines#30, vt#3, 
1371450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1371550276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1371650276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1371750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1371850276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1371950276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1372050276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
1372150276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
1372250276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
1372350276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
1372450276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
1372550276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1372650276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1372750276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1372850276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1372976726Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>, 
1373050276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1373150276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1373250276Speter
1373350276Speter# Tektronix 4105 from BRL
1373450276Speter# The following setup modes are assumed for normal operation:
1373550276Speter#	CODE ansi		CRLF no			DABUFFER 141
1373650276Speter#	DAENABLE yes		DALINES 30		DAMODE replace
1373750276Speter#	DAVISIBILITY yes	ECHO no			EDITMARGINS 1 30
1373850276Speter#	FLAGGING input		INSERTREPLACE replace	LFCR no
1373950276Speter#	ORIGINMODE relative	PROMPTMODE no		SELECTCHARSET G0 B
1374050276Speter#	SELECTCHARSET G1 0	TABS -2
1374150276Speter# Other setup modes may be set for operator convenience or communication
1374250276Speter# requirements; I recommend
1374350276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1374450276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1374550276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1374650276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 10 1
1374750276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1374850276Speter#	PROMPTSTRING ''		QUEUESIZE 2460		WINDOW 0 0 4095 3132
1374950276Speter#	XMTDELAY 0
1375050276Speter# and factory color maps.  After setting these modes, save them with NVSAVE. No
1375150276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1375250276Speter# "IC" cannot be used in combination with "im" & "ei".
1375350276Speter# "tek4105a" is just a guess:
1375450276Spetertek4105a|Tektronix 4105, 
1375562449Speter	OTbs, OTpt, msgr, xon, 
1375662449Speter	OTkn#8, cols#80, it#8, lines#30, vt#3, 
1375750276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1375850276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1375950276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1376050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1376150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1376250276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1376350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1376450276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1376550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1376650276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1376750276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1376850276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1376950276Speter	lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1377050276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1377162449Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1377262449Speter	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>, 
1377362449Speter	sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1377450276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1377550276Speter
1377650276Speter#
1377750276Speter# Tektronix 4106/4107/4109 from BRL
1377850276Speter# The following setup modes are assumed for normal operation:
1377950276Speter#	CODE ansi		COLUMNMODE 80		CRLF no
1378050276Speter#	DABUFFER 141		DAENABLE yes		DALINES 32
1378150276Speter#	DAMODE replace		DAVISIBILITY yes	ECHO no
1378250276Speter#	EDITMARGINS 1 32	FLAGGING input		INSERTREPLACE replace
1378350276Speter#	LFCR no			LOCKKEYBOARD no		ORIGINMODE relative
1378450276Speter#	PROMPTMODE no		SELECTCHARSET G0 B	SELECTCHARSET G1 0
1378550276Speter#	TABS -2
1378650276Speter# Other setup modes may be set for operator convenience or communication
1378750276Speter# requirements; I recommend
1378850276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1378950276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1379050276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1379150276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 9 3
1379250276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1379350276Speter#	PROMPTSTRING ''		QUEUESIZE 2620		WINDOW 0 0 4095 3132
1379450276Speter#	XMTDELAY 0
1379550276Speter# and factory color maps.  After setting these modes, save them with NVSAVE.  No
1379650276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1379750276Speter# "IC" cannot be used in combination with "im" & "ei".
1379850276Spetertek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109, 
1379950276Speter	msgr, xon, 
1380050276Speter	cols#80, it#8, lines#32, vt#3, 
1380150276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1380250276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1380350276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1380450276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1380550276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1380650276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1380750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1380850276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1380950276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1381050276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1381150276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1381250276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1381350276Speter	lf5=F6, lf6=F8, ll=\E[32;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1381450276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1381550276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1381650276Speter	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>, 
1381750276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1381850276Speter	smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g, 
1381950276Speter
1382050276Spetertek4107|tek4109|tektronix terminals 4107 4109, 
1382162449Speter	OTbs, am, mir, msgr, ul, xenl, xt, 
1382250276Speter	cols#79, it#8, lines#29, 
1382350276Speter	bel=^G, blink=\E%!1\E[5m$<2>\E%!0, 
1382450276Speter	bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, 
1382550276Speter	cub1=^H, cud1=^J, cuf1=\EC, 
1382650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E%!3, 
1382750276Speter	dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1382850276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1382950276Speter	rev=\E%!1\E[7m$<2>\E%0, ri=\EI, 
1383050276Speter	rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, 
1383176726Speter	sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>\E%%!0, 
1383250276Speter	sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, 
1383350276Speter	smul=\E%!1\E[4m$<2>\E%!0, 
1383450276Speter# Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
1383550276Speter# see the note attached to tek4207.
1383650276Spetertek4207-s|Tektronix 4207 with sysline but no memory, 
1383750276Speter	eslok, hs, 
1383850276Speter	dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8, 
1383950276Speter	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, 
1384050276Speter	is2=\E7\E[?6l\E[2K\E[?6h\E8, 
1384150276Speter	tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107, 
1384250276Speter
1384350276Speter# The 4110 series may be a wonderful graphics series, but they make the 4025
1384450276Speter# look good for screen editing.  In the dialog area, you can't move the cursor
1384550276Speter# off the bottom line.  Out of the dialog area, ^K moves it up, but there
1384650276Speter# is no way to scroll.
1384750276Speter# 
1384850276Speter# Note that there is a floppy for free from Tek that makes the 
1384950276Speter# 4112 emulate the vt52 (use the vt52 termcap). There is also
1385050276Speter# an expected enhancement that will use ANSI standard sequences.
1385150276Speter# 
1385250276Speter# 4112 in non-dialog area pretending to scroll. It really wraps 
1385350276Speter# but vi is said to work (more or less) in this mode.
1385450276Speter# 
1385550276Speter# 'vi' works reasonably well with this entry.
1385650276Speter#
1385750276Speterotek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series, 
1385850276Speter	am, 
1385950276Speter	cols#80, lines#34, 
1386050276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ind=^J, 
1386150276Speter	rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, 
1386250276Speter# The 4112 with the ANSI compatibility enhancement
1386350276Spetertek4112|tek4114|tektronix 4110 series, 
1386462449Speter	OTbs, am, db, 
1386550276Speter	cols#80, lines#34, 
1386650276Speter	cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cuf1=\E[C, 
1386750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P, dl1=\E[M, 
1386850276Speter	ed=\E[0J, el=\E[0K, ich1=\E[@, il1=\E[L, 
1386950276Speter	ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, 
1387050276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1387150276Spetertek4112-nd|4112 not in dialog area, 
1387262449Speter	OTns, 
1387350276Speter	cuu1=^K, use=tek4112, 
1387450276Spetertek4112-5|4112 in 5 line dialog area, 
1387550276Speter	lines#5, use=tek4112, 
1387650276Speter# (tek4113: this used to have "<cuf1=\LM1\s\LM0>", someone's mistake;
1387750276Speter# removed "<smacs=\E^N>, <rmacs=\E^O>", which had been commented out in 8.3.
1387850276Speter# Note, the !0 and !1 sequences in <rmcup>/<smcup>/<cnorm>/<civis> were
1387950276Speter# previously \0410 and \0411 sequences...I don't *think* they were supposed
1388050276Speter# to be 4-digit octal -- esr)
1388150276Spetertek4113|tektronix 4113 color graphics with 5 line dialog area, 
1388262449Speter	OTbs, am, da, eo, 
1388350276Speter	cols#80, lines#5, 
1388450276Speter	clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, 
1388550276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1388650276Speter	is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0, 
1388750276Spetertek4113-34|tektronix 4113 color graphics with 34 line dialog area, 
1388850276Speter	lines#34, 
1388950276Speter	is2=\EKA1\ELLB2\ELV0\ELV1, use=tek4113, 
1389050276Speter# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
1389150276Speter# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
1389250276Speter# :vb: needs enough delay to let you see the background color being toggled.
1389350276Spetertek4113-nd|tektronix 4113 color graphics with no dialog area, 
1389462449Speter	OTbs, am, eo, 
1389550276Speter	cols#80, it#8, lines#34, 
1389650276Speter	clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, 
1389750276Speter	cvvis=\ELZ\EKA0, 
1389850276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1389950276Speter	home=\ELF7l\177 @, ht=^I, is2=\ELZ\EKA0\ELF7l\177 @, 
1390050276Speter	ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0, 
1390150276Speter# This entry is from Tek. Inc.  (Brian Biehl)
1390250276Speter# (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
1390350276Speterotek4115|Tektronix 4115, 
1390462449Speter	OTbs, am, da, db, eo, 
1390550276Speter	cols#80, it#8, lines#34, 
1390650276Speter	cbt=\E[Z, clear=\E[H\E[2J, 
1390750276Speter	cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, 
1390850276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1390950276Speter	cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J, 
1391050276Speter	el=\E[K, home=\E[H, ht=^I, if=/usr/share/tabset/vt100, 
1391150276Speter	il1=\E[L, 
1391250276Speter	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, 
1391350276Speter	kbs=^H, ri=\EM, rmam=\E[?7l, 
1391450276Speter	rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l, 
1391550276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
1391650276Speter	smcup=\E%!0\ELBB2\E%!1, smir=\E[4h, smkx=\E=, smso=\E[7m, 
1391750276Speter	smul=\E[4m, 
1391850276Spetertek4115|newer tektronix 4115 entry with more ANSI capabilities, 
1391950276Speter	am, xon, 
1392050276Speter	cols#80, lines#34, 
1392150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
1392250276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1392350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1392450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1392550276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%p1%{1}%+%dG, 
1392650276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
1392750276Speter	il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, 
1392850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
1392950276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmam=\E[?7l, 
1393050276Speter	rmso=\E[m, rmul=\E[m, 
1393150276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1393250276Speter	sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1393350276Speter	vpa=\E[%p1%{1}%+%dd, 
1393450276Speter# The tek4125 emulates a vt100 incorrectly - the scrolling region
1393550276Speter# command is ignored.  The following entry replaces <csr> with the needed
1393650276Speter# <il>, <il>, and <smir>; removes some cursor pad commands that the tek4125
1393750276Speter# chokes on; and adds a lot of initialization for the tek dialog area.
1393850276Speter# Note that this entry uses all 34 lines and sets the cursor color to green.
1393950276Speter# Steve Jacobson 8/85
1394050276Speter# (tek4125: there were two "\!"s in the is that I replaced with "\E!";
1394150276Speter# commented out, <smir>=\E1 because there's no <rmir>  -- esr)
1394250276Spetertek4125|tektronix 4125, 
1394350276Speter	lines#34, 
1394450276Speter	csr@, dl1=\E[1M, il1=\E[1L, 
1394550276Speter	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, 
1394662449Speter	rc@, sc@, smkx=\E=, use=vt100, 
1394750276Speter
1394850276Speter# From: <jcoker@ucbic>
1394950276Speter# (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
1395050276Speter# supplied another, less capable 4107 entry.  So we'll use that for 4107 and
1395150276Speter# note that if jcoker wasn't confused you may be able to use this one.
1395250276Speter# I merged in <msgr>,<ind>,<ri>,<invis>,<tbc> from a BRL entry -- esr)
1395350276Spetertek4207|Tektronix 4207 graphics terminal with memory, 
1395450276Speter	am, bw, mir, msgr, ul, xenl, 
1395550276Speter	cols#80, it#8, lines#32, 
1395650276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156/>, 
1395750276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1395850276Speter	cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J, 
1395950276Speter	el=\E[K$<5/>, home=\E[H, ht=^I, ich1=\E[@$<4/>, 
1396050276Speter	il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5, 
1396150276Speter	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, 
1396250276Speter	kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H, 
1396350276Speter	rev=\E[7m, ri=\E[T, 
1396450276Speter	rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m, 
1396550276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[?6l\E[H\E[J, smso=\E[7m, 
1396650276Speter	smul=\E[4m, tbc=\E[1g, 
1396750276Speter
1396850276Speter# From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
1396950276Speter# (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
1397050276Speter# Tab had been given as \E2I,that must be the tab-set capability -- esr)
1397150276Spetertek4404|tektronix 4404, 
1397262449Speter	OTbs, 
1397350276Speter	cols#80, it#8, lines#32, 
1397450276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
1397550276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1397650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[1M, 
1397750276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\E[2I, il1=\E[1L, 
1397850276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rc=\E8, 
1397950276Speter	rmcup=\E[1;1H\E[0J\E[?6h\E[?1l, rmir=\E[4l, 
1398050276Speter	rmkx=\E[?1h, rmso=\E[27m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1398150276Speter	smcup=\E%\E!1\E[1;32r\E[?6l\E>, smir=\E[4h, 
1398250276Speter	smkx=\E[?1l, smso=\E[7m, smul=\E[4m, 
1398350276Speter# Some unknown person wrote:
1398450276Speter# I added the is string - straight Unix has ESC ; in the login 
1398550276Speter# string which sets a ct8500 into monitor mode (aka 4025 snoopy 
1398650276Speter# mode). The is string here cleans up a few things (but not 
1398750276Speter# everything).
1398850276Speterct8500|tektronix ct8500, 
1398950276Speter	am, bw, da, db, 
1399050276Speter	cols#80, lines#25, 
1399150276Speter	bel=^G, cbt=\E^I, clear=\E^E, cr=^M, cub1=^H, cud1=^J, 
1399250276Speter	cuf1=\ES, cup=\E|%p1%{32}%+%c%p2%{32}%+%c, cuu1=\ER, 
1399350276Speter	dch1=\E^], dl1=\E^M, ed=\E^U, el=\E^T, ht=^I, ich1=\E^\, 
1399450276Speter	il1=\E^L, ind=^J, is2=\037\EZ\Ek, ri=\E^A, rmso=\E\s, 
1399550276Speter	rmul=\E\s, sgr0=\E\s, smso=\E$, smul=\E!, 
1399650276Speter
1399750276Speter# Tektronix 4205 terminal.
1399850276Speter#
1399950276Speter# am is not defined because the wrap around occurs not when the char.
1400050276Speter# is placed in the 80'th column, but when we are attempting to type
1400150276Speter# the 81'st character on the line.  (esr: hmm, this is like the vt100
1400250276Speter# version of xenl, perhaps am + xenl would work!)
1400350276Speter#
1400450276Speter# Bold, dim, and standout are simulated by colors and thus not allowed
1400550276Speter# with colors.  The tektronix color table is mapped into the RGB color
1400650276Speter# table by setf/setb. All colors are reset to factory specifications by oc.
1400750276Speter# The <initc> cap uses RGB notation to define colors.  for arguments 1-3 the 
1400850276Speter# interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
1400950276Speter# interval then maps into pre-defined value.
1401050276Spetertek4205|tektronix 4205, 
1401150276Speter	ccc, mir, msgr, 
1401250276Speter	colors#8, cols#80, it#8, lines#30, ncv#49, pairs#63, 
1401350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1401450276Speter	bel=^G, blink=\E[5m, bold=\E[=7;<4m, cbt=\E[Z, 
1401550276Speter	clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
1401650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1401750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1401850276Speter	dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, 
1401950276Speter	ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, 
1402050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
1402150276Speter	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, 
1402250276Speter	invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[m, kbs=^H, 
1402350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, 
1402450276Speter	kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, 
1402550276Speter	kf7=\ES, 
1402650276Speter	oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1, 
1402750276Speter	op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=, 
1402850276Speter	rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m, 
1402950276Speter	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%;, 
1403050276Speter	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%;, 
1403150276Speter	sgr0=\E[=0;<1m\E[24;25;27m\017, smacs=^N, 
1403250276Speter	smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1403350276Speter	smul=\E[4m, tbc=\E[1g, 
1403450276Speter
1403550276Speter#### Teletype (tty)
1403650276Speter#
1403750276Speter# These are the hardcopy Teletypes from before AT&T bought the company,
1403850276Speter# clattering electromechanical dinosaurs in Bakelite cases that printed on
1403950276Speter# pulpy yellow roll paper.  If you remember these you go back a ways.
1404050276Speter# Teletype-branded VDTs are listed in the AT&T section.
1404150276Speter#
1404250276Speter# The earliest UNIXes were designed to use these clunkers; nroff and a few
1404350276Speter# other programs still default to emitting codes for the Model 37.
1404450276Speter#
1404550276Speter
1404650276Spetertty33|tty35|model 33 or 35 teletype, 
1404750276Speter	hc, os, xon, 
1404850276Speter	cols#72, 
1404950276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1405050276Spetertty37|model 37 teletype, 
1405162449Speter	OTbs, hc, os, xon, 
1405250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1405350276Speter	ind=^J, 
1405450276Speter
1405550276Speter# There are known to be at least three flavors of the tty40, all seem more
1405650276Speter# like IBM half duplex forms fillers than ASCII terminals.  They have lots of
1405750276Speter# awful braindamage, such as printing a visible newline indicator after each
1405850276Speter# newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
1405950276Speter# braindamaged but has hope and is described here.  The 40-4 is a 3270
1406050276Speter# lookalike and beyond hope.  The terminal has visible bell but I don't know
1406150276Speter# it - it's null here to prevent it from showing the BL character.
1406250276Speter# There is an \EG in <nl> because of a bug in old vi (if stty says you have
1406350276Speter# a "newline" style terminal (-crmode) vi figures all it needs is nl
1406450276Speter# to get crlf, even if <cr> is not ^M.)
1406550276Speter# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
1406650276Spetertty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2, 
1406762449Speter	OTbs, xon, 
1406850276Speter	cols#80, lines#24, 
1406950276Speter	clear=\EH$<20>\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, 
1407050276Speter	cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, 
1407150276Speter	ed=\EJ$<75>, home=\EH$<10>, ht=\E@$<10>, hts=\E1, 
1407250276Speter	ich1=\E\^$<50>, il1=\EL$<50>, ind=\ES$<20>, kbs=^], 
1407350276Speter	kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, 
1407450276Speter	rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, 
1407550276Spetertty43|model 43 teletype, 
1407662449Speter	OTbs, am, hc, os, xon, 
1407750276Speter	cols#132, 
1407850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1407950276Speter
1408050276Speter#### Tymshare
1408150276Speter#
1408250276Speter
1408350276Speter# You can add <is2=\E<> to put this 40-column mode, though I can't
1408450276Speter# for the life of me think why anyone would want to.
1408550276Speterscanset|sc410|sc415|Tymshare Scan Set, 
1408650276Speter	am, bw, msgr, 
1408750276Speter	cols#80, lines#24, 
1408850276Speter	acsc=j%k4l<m-q\,x5, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, 
1408950276Speter	cud1=^J, cuf1=^I, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1409050276Speter	cuu1=^K, ed=\EJ, el=\EK, home=\EH, ind=^J, kcub1=\ED, 
1409150276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, mc0=\E;3, mc4=\E;0, 
1409250276Speter	mc5=\E;0, rc=^C, rmacs=^O, rs1=\E>, sc=^B, smacs=^N, 
1409350276Speter
1409450276Speter#### Volker-Craig (vc)
1409550276Speter#
1409650276Speter# If you saw a Byte Magazine cover with a terminal on it during the early
1409750276Speter# 1980s, it was probably one of these.  Carl Helmers liked them because
1409850276Speter# they could crank 19.2 and were cheap (that is, he liked them until he tried
1409950276Speter# to program one...)
1410050276Speter#
1410150276Speter
1410250276Speter# Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
1410350276Speter# every other linefeed.
1410450276Spetervc303|vc103|vc203|volker-craig 303, 
1410562449Speter	OTbs, OTns, am, 
1410650276Speter	cols#80, lines#24, 
1410750276Speter	bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1410850276Speter	cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, 
1410950276Speter	kcuu1=^N, ll=\017$<1>W, 
1411050276Spetervc303a|vc403a|volker-craig 303a, 
1411150276Speter	clear=\030$<40>, cuf1=^U, cuu1=^Z, el=\026$<20>, 
1411250276Speter	home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303, 
1411350276Speter# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
1411450276Spetervc404|volker-craig 404, 
1411562449Speter	OTbs, am, 
1411650276Speter	cols#80, lines#24, 
1411750276Speter	bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1411850276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1411950276Speter	ed=\027$<40>, el=\026$<20>, home=\031$<40>, ind=^J, 
1412050276Speter	kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, 
1412150276Spetervc404-s|volker-craig 404 w/standout mode, 
1412250276Speter	cud1=^J, rmso=^O, smso=^N, use=vc404, 
1412350276Speter# From: <wolfgang@cs.sfu.ca>
1412450276Speter# (vc414: merged in cup/dl1/home from an old vc414h-noxon)
1412550276Spetervc414|vc414h|Volker-Craig 414H in sane escape mode., 
1412662449Speter	OTbs, am, 
1412750276Speter	cols#80, lines#24, 
1412850276Speter	clear=\E\034$<40>, cud1=\E^K, cuf1=^P, 
1412950276Speter	cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3, 
1413050276Speter	dl1=\E\023$<40>, ed=\E^X, el=\E\017$<10/>, home=\E^R, 
1413150276Speter	ich1=\E\:, il1=\E\032$<40>, kcub1=^H, kcud1=\E^K, kcuf1=^P, 
1413250276Speter	kcuu1=\E^L, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, kf4=\EE, 
1413350276Speter	kf5=\EF, kf6=\EG, kf7=\EH, khome=\E^R, lf0=PF1, lf1=PF2, 
1413450276Speter	lf2=PF3, lf3=PF4, lf4=PF5, lf5=PF6, lf6=PF7, lf7=PF8, 
1413550276Speter	rmso=\E^_, smso=\E^Y, 
1413650276Spetervc415|volker-craig 415, 
1413750276Speter	clear=^L, use=vc404, 
1413850276Speter
1413950276Speter######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
1414050276Speter#
1414150276Speter
1414250276Speter#### IBM PC and clones
1414350276Speter#
1414450276Speter
1414550276Speter# The pcplot IBM-PC terminal emulation program is really messed up. It is
1414650276Speter# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
1414750276Speter# doesn't support scrolling regions, ignores add line commands, and ignores
1414850276Speter# delete line commands. Consequently, the resulting behavior looks like a
1414950276Speter# crude adm3a-type terminal.
1415050276Speter# Steve Jacobson 8/85
1415150276Speterpcplot|pc-plot terminal emulation program, 
1415250276Speter	xenl@, 
1415350276Speter	csr@, dl@, dl1@, il@, il1@, rc@, sc@, use=vt100, 
1415450276Speter# KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
1415550276Speter# I've found that my KayPro II, running MDM730, continues to emulate an
1415650276Speter# ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
1415750276Speter# system the following termcap entry works well:
1415850276Speter# I have noticed a couple of minor glitches, but nothing I can't work
1415950276Speter# around. (I added two capabilities from the BRL entry -- esr)
1416050276Speterkaypro|kaypro2|kaypro II, 
1416162449Speter	OTbs, am, 
1416250276Speter	cols#80, lines#24, 
1416350276Speter	bel=^G, clear=\032$<1/>, cr=^M, cud1=^J, cuf1=^L, 
1416450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER, ed=^W, 
1416550276Speter	el=^X, home=^^, il1=\EE, ind=^J, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1416650276Speter
1416750276Speter# From IBM, Thu May  5 19:35:27 1983
1416862449Speter# (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
1416950276Speteribm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), 
1417062449Speter	OTbs, am, 
1417150276Speter	cols#80, lines#24, 
1417250276Speter	bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, 
1417350276Speter	cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, 
1417450276Speter
1417550276Speteribmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX, 
1417662449Speter	OTbs, am, bw, eo, hs, km, msgr, ul, 
1417750276Speter	cols#80, it#8, lines#24, 
1417850276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1417950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
1418050276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1418150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1418250276Speter	cuu=\E[%p1%dA, cuu1=\E[A, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
1418350276Speter	home=\E[H, hpa=\E[%i%p1%dG, ind=\E[S\E[B, 
1418450276Speter	indn=\E[%p1%dS\E[%p1%dB, invis=\E[30;40m, kbs=^H, 
1418550276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1418650276Speter	kdch1=\177, kend=\E[Y, kf1=\240, kf10=\251, kf2=\241, 
1418750276Speter	kf3=\242, kf4=\243, kf5=\244, kf6=\245, kf7=\246, kf8=\247, 
1418862449Speter	kf9=\250, khome=\E[H, kich1=\E[^H, knp=\E[U, kpp=\E[V, 
1418962449Speter	ll=\E[24;1H, nel=^M, rev=\E[7m, ri=\E[T\E[A, 
1419062449Speter	rin=\E[%p1%dT\E[%p1%dA, rmso=\E[m, rmul=\E[m, 
1419150276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1419250276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1419350276Speter
1419450276Speter#### Apple II
1419550276Speter#
1419650276Speter# Apple II firmware console first, then various 80-column cards and 
1419750276Speter# terminal emulators.  For two cents I'd toss all these in the UFO file
1419850276Speter# along with the 40-column apple entries.
1419950276Speter#
1420050276Speter
1420150276Speter# From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
1420250276Speter#	'it#8' tells UNIX that you have tabs every 8 columns.  This is a
1420350276Speter#		function of TIC, not the firmware.
1420450276Speter#	The clear key on a IIgs will do something like clear-screen, 
1420550276Speter#		depending on what you're in.
1420650276SpeterappleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface, 
1420762449Speter	OTbs, am, bw, eo, msgr, 
1420850276Speter	cols#80, it#8, lines#24, 
1420950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1421050276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1421150276Speter	home=^Y, ht=^I, ind=^W, kbs=^H, kclr=^X, kcub1=^H, kcud1=^J, 
1421250276Speter	kcuf1=^U, kcuu1=^K, kdch1=\177, nel=^M^W, ri=^V, rmso=^N, 
1421350276Speter	smso=^O, 
1421450276Speter# Apple //e with 80-column card, entry from BRL
1421550276Speter# The modem interface is permitted to discard LF (maybe DC1), otherwise
1421650276Speter# passing characters to the 80-column firmware via COUT (PR#3 assumed).
1421750276Speter# Auto-wrap does not work right due to newline scrolling delay, which also
1421850276Speter# requires that you set "stty cr2".
1421950276Speter# Note: Cursor addressing is only available via the Pascal V1.1 entry,
1422050276Speter# not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
1422150276Speter# using a terminal emulation program instead of the built-in firmware.
1422250276Speterapple2e|Apple //e, 
1422350276Speter	bw, msgr, 
1422450276Speter	cols#80, lines#24, 
1422550276Speter	bel=^G, clear=\014$<100/>, cub1=^H, cud1=^J, cuu1=^_, 
1422650276Speter	ed=\013$<4*/>, el=\035$<4/>, home=^Y, ht=^I, ind=^W, 
1422750276Speter	is2=^R^N, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^K, 
1422850276Speter	nel=\r$<100/>, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1422950276Speter	smso=^O, 
1423050276Speter# mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
1423150276Speter# 4.20, with incoming and outgoing terminals both on 0, emulation On.
1423250276Speterapple2e-p|Apple //e via Pascal, 
1423350276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, kcub1=^H, 
1423462449Speter	kcud1=^J, use=apple2e, 
1423550276Speter# (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
1423650276Speter# Enable DC3/DC1 flow control with "stty ixon -ixany".
1423750276Speterapple-ae|ASCII Express, 
1423862449Speter	OTbs, am, bw, msgr, nxon, xon, 
1423950276Speter	cols#80, it#8, lines#24, 
1424050276Speter	bel=\007$<500/>, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1424150276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1424250276Speter	home=^Y, ind=^W, is2=^R^N, kclr=^X, kcub1=^H, kcud1=^J, 
1424350276Speter	kcuf1=^U, kcuu1=^K, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1424450276Speter	smso=^O, 
1424550276SpeterappleII|apple ii plus, 
1424662449Speter	OTbs, am, 
1424750276Speter	cols#80, it#8, lines#24, 
1424850276Speter	clear=^L, cnorm=^TC2, cub1=^H, cud1=^J, cuf1=^\, 
1424950276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, 
1425050276Speter	ed=^K, el=^], flash=\024G1$<200/>\024T1, home=\E^Y, ht=^I, 
1425150276Speter	is2=\024T1\016, kcud1=^J, kcuf1=^U, rmso=^N, sgr0=^N, 
1425250276Speter	smso=^O, 
1425350276Speter# Originally by Gary Ford 21NOV83
1425450276Speter# From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
1425550276Speterapple-80|apple II with smarterm 80 col, 
1425662449Speter	OTbs, am, bw, 
1425750276Speter	cols#80, lines#24, 
1425850276Speter	cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, 
1425950276Speter	cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, 
1426050276Speter	ed=\013$<10*/>, el=\035$<10/>, home=^Y, 
1426150276Speterapple-soroc|apple emulating soroc 120, 
1426250276Speter	am, 
1426350276Speter	cols#80, lines#24, 
1426450276Speter	bel=^G, clear=\E*$<300>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1426550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
1426650276Speter	home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1426750276Speter# From Peter Harrison, Computer Graphics Lab, San Francisco
1426850276Speter#   ucbvax!ucsfmis!harrison  .....uucp
1426950276Speter#   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
1427050276Speter# "These two work.  If you don't have the inverse video chip for the
1427150276Speter# Apple with videx then remove the :so: and :se: fields."
1427250276Speter# (apple-videx: this used to be called DaleApple -- esr)
1427350276Speterapple-videx|Apple with videx videoterm 80 column board with inverse video, 
1427462449Speter	OTbs, am, xenl, 
1427550276Speter	cols#80, it#8, lines#24, 
1427650276Speter	clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, 
1427750276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1427850276Speter	home=^Y, ht=^I, kcub1=^H, kcud1=^J, kcuf1=^U, khome=^Y, 
1427950276Speter	rmso=^Z2, sgr0=^Z2, smso=^Z3, 
1428050276Speter# My system [for reference] : Apple ][+, 64K, Ultraterm display card,
1428150276Speter#			      Apple Cat ][ 212 modem, + more all
1428250276Speter#			      controlled by ASCII Express: Pro.
1428350276Speter# From Dave Shaver <isucs1!shaver>
1428450276Speterapple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell, 
1428562449Speter	OTbs, am, eo, xt, 
1428650276Speter	cols#80, lines#24, 
1428750276Speter	acsc=, clear=^L, cuf1=^\, 
1428850276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1428950276Speter	flash=^W35^W06, home=^Y, 
1429050276Speter	is2=^V4^W06\017\rVisible Bell Installed.\016\r\n, 
1429150276Speter	rmso=^N, smso=^O, 
1429250276Speterapple-uterm|Ultraterm for Apple micros, 
1429362449Speter	OTbs, am, eo, xt, 
1429450276Speter	cols#80, lines#24, 
1429550276Speter	acsc=, clear=^L, cuf1=^\, 
1429650276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1429750276Speter	home=^Y, is2=^V4^W06\016, rmso=^N, smso=^O, 
1429850276Speter# from trwrba!bwong (Bradley W. Wong):
1429950276Speter#
1430050276Speter# This entry assumes that you are using an apple with the UCSD Pascal
1430150276Speter# language card.  SYSTEM.MISCINFO is assumed to be the same as that
1430250276Speter# supplied with the standard apple except that screenwidth should be set
1430350276Speter# using SETUP to 80 columns.  Note that the right arrow in not mapped in
1430450276Speter# this termcap entry.  This is because that key, on the Apple, transmits
1430550276Speter# a ^U and would thus preempt the more useful "up" function of vi.
1430650276Speter#
1430750276Speter# HMH 2/23/81
1430850276Speterapple80p|80-column apple with Pascal card, 
1430950276Speter	am, bw, 
1431050276Speter	cols#80, lines#24, 
1431150276Speter	clear=^Y^L, cuf1=^\\:, 
1431250276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1431350276Speter	home=^Y, kcub1=^H, 
1431450276Speter#
1431550276Speter# Apple II+ equipped with Videx 80 column card
1431650276Speter#
1431750276Speter# Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
1431850276Speter# manually converted by D A Gwyn
1431950276Speter#
1432050276Speter# DO NOT use any terminal emulation with this data base, it works directly
1432150276Speter# with the Videx card.  This has been tested with vi 1200 baud and works fine.
1432250276Speter#
1432350276Speter# This works great for vi, except I've noticed in pre-R2, ^U will scroll back
1432450276Speter# 1 screen, while in R2 ^U doesn't.
1432550276Speter# For inverse alternate character set add:
1432650276Speter#	<smacs>=^O:<rmacs>=^N:
1432750276Speter# (apple-v: added it#8 -- esr)
1432850276Speterapple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520), 
1432950276Speter	am, xenl, 
1433050276Speter	cols#80, it#8, lines#24, 
1433150276Speter	bel=\007$<100/>, clear=\014$<16*/>, cr=^M, cub1=^H, 
1433250276Speter	cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, 
1433350276Speter	cuu1=^_, ed=\013$<16*/>, el=^], home=^Y, ht=\011$<8/>, 
1433450276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1433550276Speter	khome=^Y, rmso=^Z2, smso=^Z3, 
1433650276Speterapple-videx3|vapple|Apple II with 80 col card, 
1433762449Speter	OTbs, am, 
1433850276Speter	cols#80, lines#24, 
1433950276Speter	clear=\Ev, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1434050276Speter	cuu1=\EA, el=\Ex, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1434150276Speter	kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E\s, kf4=\E!, 
1434266963Speter	kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%%, kf9=\E&, khome=\EH, 
1434350276Speter#From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
1434450276Speteraepro|Apple II+ running ASCII Express Pro--vt52, 
1434562449Speter	OTbs, 
1434650276Speter	cols#80, lines#24, 
1434750276Speter	clear=\014$<300/>, cuf1=\EC, 
1434850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1434950276Speter	el=\EK, home=\EH, 
1435050276Speter# UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
1435150276Speterapple-vm80|ap-vm80|apple with viewmax-80, 
1435262449Speter	OTbs, 
1435350276Speter	cols#80, lines#24, 
1435450276Speter	clear=\014$<300/>, cuf1=^\\:, 
1435550276Speter	cup=\036%p1%{32}%+%c%p2%{32}%+%c$<100/>, cuu1=^_, 
1435650276Speter	ed=\013$<300/>, el=^], home=\031$<200/>, 
1435750276Speter
1435850276Speter#### Apple Lisa & Macintosh
1435950276Speter#
1436050276Speter
1436150276Speter# (lisa: changed <cvvis> to <cnorm> -- esr)
1436250276Speterlisa|apple lisa console display (black on white), 
1436362449Speter	OTbs, am, eo, msgr, 
1436450276Speter	cols#88, it#8, lines#32, 
1436550276Speter	acsc=jdkclfmenbqattuvvuwsx`, civis=\E[5h, clear=^L, 
1436650276Speter	cnorm=\E[5l, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1436750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1436850276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
1436950276Speter	is2=\E>\E[m\014, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1437050276Speter	kcuf1=\E[C, kcuu1=\E[A, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
1437150276Speter	sgr0=\E[m, smacs=\E[11m, smso=\E[7m, smul=\E[4m, 
1437250276Speterliswb|apple lisa console display (white on black), 
1437350276Speter	is2=\E>\E[0;7m\014, rmso=\E[0;7m, rmul=\E[0;7m, 
1437450276Speter	smso=\E[m, smul=\E[4m, use=lisa, 
1437550276Speter
1437650276Speter# lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
1437750276Speter# <is2> revised by Ferd Brundick <fsbrn@BRL.ARPA>
1437850276Speter#
1437950276Speter# These entries assume that the 'Auto Wraparound' is enabled.
1438050276Speter# Xon-Xoff flow control should also be enabled.
1438150276Speter#
1438250276Speter# The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
1438350276Speter# settings are in non-volatile memory and don't need to be reset upon login.
1438450276Speter# Also setting the number of columns glitches the screen annoyingly.
1438550276Speter# You can type "reset" to get them set.
1438650276Speter#
1438750276Speterlisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation, 
1438862449Speter	OTbs, OTpt, am, xenl, xon, 
1438962449Speter	OTkn#4, cols#80, it#8, lines#24, vt#3, 
1439050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
1439150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1439250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1439350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1439450276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, 
1439550276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, kf1=\EOQ, 
1439650276Speter	kf2=\EOR, kf3=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, rc=\E8, 
1439750276Speter	rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1439850276Speter	rs1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r, 
1439950276Speter	sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1440050276Speter	tbc=\E[3g, 
1440150276Speter# Lisaterm in 132 column ("wide") mode.
1440250276Speterlisaterm-w|Apple Lisa with Lisaterm in 132 column mode, 
1440350276Speter	cols#132, 
1440450276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=lisaterm, 
1440550276Speter# Although MacTerminal has insert/delete line, it is commented out here
1440650276Speter# since it is much faster and cleaner to use the "lock scrolling region"
1440750276Speter# method of inserting and deleting lines due to the MacTerminal implementation.
1440850276Speter# Also, the "Insert/delete ch" strings have an extra character appended to them
1440950276Speter# due to a bug in MacTerminal V1.1.  Blink is disabled since it is not
1441050276Speter# supported by MacTerminal.
1441150276Spetermac|macintosh|Macintosh with MacTerminal, 
1441250276Speter	xenl, 
1441362449Speter	OTdN#30, 
1441450276Speter	blink@, dch1=\E[P$<7/>, ich1=\E[@$<9/>, ip=$<7/>, use=lisa, 
1441550276Speter# Lisaterm in 132 column ("wide") mode.
1441650276Spetermac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode, 
1441750276Speter	cols#132, use=mac, 
1441850276Speter
1441976726Speter# Apple's MacOS X includes a Terminal.app derived from the old NeXT
1442076726Speter# Terminal.app. It is a partial VT100 emulation with some extensions.
1442176726Speter#
1442276726Speter# There are no function keys, at least not in version 41.
1442376726Speter#
1442476726Speter# It supports mouse pointer position reporting using xterm-like
1442576726Speter# sequences (not used in these entries.) When using emacs, the cursor
1442676726Speter# can be positioned using option-click.
1442776726Speter#
1442876726Speter# It provides partial ANSI color support (background colors interact
1442976726Speter# badly with bold, though.) The monochrome (-m) entries are useful if
1443076726Speter# you've disabled color support.
1443176726Speter#
1443276726Speter# The configurable titlebar is set using xterm-compatible sequences;
1443376726Speter# it is used as a status bar in these entries.
1443476726Speter#
1443576726Speter# The MacRoman character encoding is used for some of the alternate
1443676726Speter# characters in the "MacRoman" entries; the "ASCII" (-ascii) entries
1443776726Speter# rely instead on Terminal.app's own buggy VT100 graphics emulation,
1443876726Speter# which seems to think the character encoding is the old NeXT charset
1443976726Speter# instead of MacRoman.
1444076726Speter#
1444176726Speter# Terminal.app reports "vt100" as the terminal type, but exports
1444276726Speter# several environment variables which may aid detection in a shell
1444376726Speter# profile:
1444476726Speter#
1444576726Speter# TERM=vt100
1444676726Speter# TERM_PROGRAM=Apple_Terminal
1444776726Speter# TERM_PROGRAM_VERSION=41
1444876726Speter
1444976726SpeterApple_Terminal-ascii-m|Apple MacOS X Terminal.app v41 w/ASCII charset (monochrome), 
1445076726Speter	am, bw, hs, msgr, xenl, xon, 
1445176726Speter	cols#80, it#8, lines#24, vt#3, wsl#40, 
1445276726Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1445376726Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1445476726Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1445576726Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1445676726Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1445776726Speter	dl=\E[%p1%dM, dl1=\E[M, dsl=\E]2;\007, ed=\E[J, el=\E[K, 
1445876726Speter	el1=\E[1K, enacs=\E(B\E)0, fsl=^G, home=\E[H, ht=^I, hts=\EH, 
1445976726Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, 
1446076726Speter	kbs=\177, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, 
1446176726Speter	kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, rc=\E8, rev=\E[7m, ri=\EM, 
1446276726Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, 
1446376726Speter	rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
1446476726Speter	sc=\E7, 
1446576726Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
1446676726Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1446776726Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E]2;, u8=\E[?1;2c, 
1446876726Speter	u9=\E[c, 
1446976726Speter
1447076726SpeterApple_Terminal-ascii|Apple MacOS X Terminal.app v41 w/ASCII charset (color), 
1447176726Speter	colors#8, ncv#37, pairs#64, 
1447276726Speter	op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
1447376726Speter	use=Apple_Terminal-ascii-m, 
1447476726Speter
1447576726SpeterApple_Terminal-m|Apple MacOS X Terminal.app v41 w/MacRoman charset (monochrome), 
1447676726Speter	acsc=0#`\327a*f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245+\335-\366\,\334.\377, 
1447776726Speter	use=Apple_Terminal-ascii-m, 
1447876726Speter
1447976726SpeterApple_Terminal|Apple MacOS X Terminal.app v41 w/MacRoman charset (color), 
1448076726Speter	acsc=0#`\327a*f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245+\335-\366\,\334.\377, 
1448176726Speter	use=Apple_Terminal-ascii, 
1448276726Speter
1448350276Speter#### Radio Shack/Tandy
1448450276Speter#
1448550276Speter
1448650276Speter# (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
1448750276Speter# I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
1448850276Speter# From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
1448950276Spetercoco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, 
1449062449Speter	OTbs, am, 
1449150276Speter	cols#80, it#8, lines#24, 
1449250276Speter	bel=^G, blink=^_", bold=\E\:^A, civis=^E\s, 
1449350276Speter	clear=\014$<5*/>, cnorm=^E!, cub1=^H, cud1=^J, cuf1=^F, 
1449450276Speter	cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, 
1449550276Speter	dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, 
1449650276Speter	kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#, 
1449750276Speter	sgr0=\037!\E\:\0, smso=^_\s, smul=^_", 
1449850276Speter# (trs2: removed obsolete ":nl=^_:" -- esr)
1449950276Spetertrs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, 
1450062449Speter	OTbs, am, msgr, 
1450150276Speter	cols#80, it#8, lines#24, 
1450250276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^_, cuf1=^], 
1450350276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, 
1450450276Speter	el=^A, home=^F, ht=^I, il1=^D, ind=^J, kbs=^H, kcub1=^\, 
1450550276Speter	kcud1=^_, kcuf1=^], kcuu1=^^, rmso=^O, sgr0=^O, smso=^N, 
1450650276Speter# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
1450750276Speter# (This had extension capabilities
1450850276Speter#	:BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
1450950276Speter#	:CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
1451050276Speter# I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
1451150276Spetertrs16|trs-80 model 16 console, 
1451262449Speter	OTbs, am, 
1451350276Speter	cols#80, it#8, lines#24, 
1451450276Speter	acsc=jak`l_mbquvewcxs, bel=^G, civis=\ERc, clear=^L, 
1451550276Speter	cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1451650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1451750276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1451850276Speter	ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1451950276Speter	kf0=^A, kf1=^B, kf2=^D, kf3=^L, kf4=^U, kf5=^P, kf6=^N, kf7=^S, 
1452050276Speter	khome=^W, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, 
1452150276Speter	lf7=f8, mc4=\E]+, mc5=\E]=, rmacs=\ERg, rmso=\ER@, sgr0=\ER@, 
1452250276Speter	smacs=\ERG, smso=\ERD, 
1452350276Speter
1452450276Speter#### Atari ST
1452550276Speter#
1452650276Speter
1452750276Speter# From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
1452850276Speteratari|atari st, 
1452962449Speter	OTbs, am, 
1453050276Speter	cols#80, it#8, lines#25, 
1453150276Speter	clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
1453250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1453350276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, kcub1=\ED, kcud1=\EB, 
1453450276Speter	kcuf1=\EC, kcuu1=\EA, ri=\EI, rmso=\Eq, sgr0=\Eq, smso=\Ep, 
1453550276Speter# UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
1453650276Speter# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
1453750276Speteruniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 
1453850276Speter	lines#49, 
1453962449Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, 
1454062449Speter	use=vt220, 
1454150276Speter# MiNT VT52 emulation. 80 columns, 25 rows.
1454250276Speter# MiNT is Now TOS, the operating system which comes with all Ataris now
1454350276Speter# (mainly Atari Falcon). This termcap is for the VT52 emulation you get
1454450276Speter# under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
1454550276Speter# From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
1454650276Speterst52|Atari ST with VT52 emulation, 
1454750276Speter	am, km, 
1454850276Speter	cols#80, lines#25, 
1454950276Speter	bel=^G, civis=\Ef, clear=\EH\EJ, cnorm=\Ee, cr=^M, cub1=\ED, 
1455050276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1455150276Speter	cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 
1455250276Speter	ind=^J, ka1=\E#7, ka3=\E#5, kb2=\E#9, kbs=^H, kc1=\E#1, 
1455350276Speter	kc3=\E#3, kclr=\E#7, kcub1=\E#K, kcud1=\E#P, kcuf1=\E#M, 
1455450276Speter	kcuu1=\E#H, kf0=\E#D, kf1=\E#;, kf2=\E#<, kf3=\E#=, kf4=\E#>, 
1455550276Speter	kf5=\E#?, kf6=\E#@, kf7=\E#A, kf8=\E#B, kf9=\E#C, khome=\E#G, 
1455650276Speter	kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=^M^J, rc=\Ek, 
1455750276Speter	ri=\EI, rmcup=, rmso=\Eq, rs1=\Ez_\Eb@\EcA, sc=\Ej, sgr0=\Eq, 
1455850276Speter	smcup=\Ee, smso=\Ep, 
1455950276Speter 
1456050276Speter#### Commodore Business Machines
1456150276Speter#
1456250276Speter# Formerly located in West Chester, PA; went spectacularly bust in 1994
1456350276Speter# after years of shaky engineering and egregious mismanagement.  Made one
1456450276Speter# really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
1456550276Speter# C-128, VIC-20).  The C-64 is said to have been the most popular machine
1456650276Speter# ever (most units sold); they can still be found gathering dust in closets
1456750276Speter# everywhere.
1456850276Speter#
1456950276Speter
1457050276Speter# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
1457150276Speter# Added a few more entries, converted caret-type control sequence (^x) entries
1457250276Speter# to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
1457362449Speter# Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
1457450276Speter#
1457550276Speter# :as:, :ae:			Support for alternate character sets.
1457650276Speter# :ve=\E[\040p:vi=\E[\060\040p:	cursor visible/invisible.
1457750276Speter# :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
1457850276Speter#     This one appears to fix a problem I always had with a line ending
1457950276Speter#     at 'width+1' (I think) followed by a blank line in vi. The blank
1458050276Speter#     line tended to disappear and reappear depending on how the screen
1458150276Speter#     was refreshed. Note that this is probably needed only if you use
1458250276Speter#     something like a Dnet Fterm with the window sized to some peculiar
1458350276Speter#     dimension larger than 80 columns.
1458450276Speter# :k0=\E9~:	map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
1458550276Speter# (amiga: removed obsolete :kn#10:,
1458650276Speter# also added empty <acsc> to suppress a warning --esr)
1458750276Speteramiga|Amiga ANSI, 
1458862449Speter	OTbs, am, bw, xenl, 
1458950276Speter	cols#80, lines#24, 
1459050276Speter	acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, 
1459150276Speter	civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, 
1459250276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
1459350276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1459450276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
1459550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
1459650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1459762449Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, 
1459862449Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[9~, 
1459962449Speter	kf1=\E[0~, kf2=\E[1~, kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, 
1460062449Speter	kf6=\E[5~, kf7=\E[6~, kf8=\E[7~, kf9=\E[8~, rev=\E[7m, 
1460162449Speter	ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmso=\E[m, rmul=\E[m, 
1460262449Speter	rs1=\Ec, sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
1460350276Speter
1460450276Speter# From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
1460550276Speter# (amiga: added empty <acsc> to suppress a warning.
1460650276Speter# I'm told this entry screws up badly with AS225, the Amiga
1460750276Speter# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
1460850276Speteramiga-h|Hans Verkuil's Amiga ANSI, 
1460962449Speter	OTbs, bw, msgr, 
1461050276Speter	cols#80, lines#24, 
1461150276Speter	acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z, 
1461250276Speter	civis=\2330 p, clear=\233H\233J, cnorm=\233 p, cr=^M, 
1461350276Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
1461450276Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
1461550276Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
1461650276Speter	dim=\2332m, ech=\233%p1%dP, ed=\233J, el=\233K, flash=^G, 
1461750276Speter	home=\233H, ht=^I, ich=\233%p1%d@, ich1=\233@, ind=\233S, 
1461850276Speter	indn=\233%p1%dS, invis=\2338m, is2=\23320l, kbs=^H, 
1461950276Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
1462050276Speter	kdch1=\177, kf0=\2339~, kf1=\2330~, kf2=\2331~, kf3=\2332~, 
1462150276Speter	kf4=\2333~, kf5=\2334~, kf6=\2335~, kf7=\2336~, kf8=\2337~, 
1462250276Speter	kf9=\2338~, nel=\233B\r, rev=\2337m, ri=\233T, 
1462350276Speter	rin=\233%p1%dT, rmacs=^O, rmcup=\233?7h, rmso=\2330m, 
1462450276Speter	rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l, 
1462550276Speter	smso=\2337m, smul=\2334m, 
1462650276Speter
1462756639Speter# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
1462856639Speteramiga-8bit|Amiga ANSI using 8-bit controls, 
1462956639Speter	acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L, 
1463062449Speter	ind=\204, indn@, ri=\215, rin@, use=amiga-h, 
1463156639Speter
1463266963Speter# From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
1463366963Speter# requires use of appropriate preferences settings.
1463466963Speteramiga-vnc|Amiga using VNC console (black on light gray), 
1463566963Speter	am, da, db, msgr, ndscr, 
1463666963Speter	btns#1, colors#16, cols#80, lines#24, lm#0, ncv#0, pairs#256, 
1463766963Speter	bel=^G, blink=\E[7;2m, bold=\E[1m, civis=\E[0p, 
1463866963Speter	clear=\E[H\E[J, cnorm=\E[p\E[>?6l, cr=^M, 
1463966963Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1464066963Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1464166963Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1464266963Speter	cvvis=\E[>?6h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
1464366963Speter	dl=\E[%p1%dM, dl1=\E[1M, ed=\E[J, el=\E[K, flash=^G, 
1464466963Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
1464566963Speter	indn=\E[%p1%dS, invis=\E8m, 
1464666963Speter	is2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h, 
1464766963Speter	kbs=^H, kcbt=\233Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1464866963Speter	kcuu1=\E[A, kdch1=\177, kf0=\E[9~, kf1=\E[0~, kf2=\E[1~, 
1464966963Speter	kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, kf6=\E[5~, kf7=\E[6~, 
1465066963Speter	kf8=\E[7~, kf9=\E[8~, khlp=\E[?~, khome=\E[44~, kll=\E[45~, 
1465166963Speter	kmous=\E[M, knp=\E[42~, kpp=\E[41~, nel=\EE, oc=\E[0m, 
1465266963Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=\E[?7h\E[r\E[J, 
1465366963Speter	rmkx=\E[?1l, rmso=\E[21m, rmul=\E[24m, rs1=\Ec, 
1465466963Speter	rs2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h, 
1465566963Speter	setab=\E[%?%p1%{8}%>%t%'F'%p1%+%d%e4%p1%d%;m, 
1465666963Speter	setaf=\E[%?%p1%{8}%>%t%'2'%p1%+%d%e3%p1%d%;m, 
1465766963Speter	sgr0=\E[0m\017\E[30;85;>15m, smcup=\E[?7h, smkx=\E[?1h, 
1465866963Speter	smso=\E[1m, smul=\E[4m, 
1465966963Speter
1466050276Speter# Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
1466150276Speter# 	I'm trying to write a termcap for a commodore b-128, and I'm
1466250276Speter# having a little trouble. I've had to map most of my control characters
1466350276Speter# to something that unix will accept (my delete-char is a ctrl-t, etc),
1466450276Speter# and create some functions (like cm), but thats life.
1466550276Speter# 	The problem is with the arrow keys - right, and up work fine, but
1466650276Speter# left deletes the previous character and down I just can't figure out.
1466750276Speter# Jove knows what I want, but I don't know what it's sending to me (it
1466850276Speter# isn't thats bound to next-line in jove).
1466950276Speter# 	Anybody got any ideas? Here's my termcap.
1467050276Speter# DAG -- I changed his "^n" entries to "\n"; see if that works.
1467150276Speter#
1467250276Spetercommodore|b-128|Commodore B-128 micro, 
1467350276Speter	am, bw, 
1467462449Speter	OTdN#20, cols#80, lines#24, pb#150, 
1467562449Speter	OTbc=^H, OTnl=^M, clear=\E\006$<10/>, cr=^M, cud1=^J, 
1467662449Speter	cuf1=^F, cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P, 
1467750276Speter	dch1=\177$<10*/>, dl1=\Ed$<10*/>, el=\Eq$<10/>, 
1467850276Speter	home=\E^E, ht=\011$<5/>, ich1=\E\n$<5/>, il1=\Ei$<10/>, 
1467950276Speter	kcub1=^B, kcud1=^J, kcuf1=^F, kcuu1=^P, khome=\E^E, rmir=, 
1468050276Speter	smir=, 
1468150276Speter
1468250276Speter#### North Star
1468350276Speter#
1468450276Speter# North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
1468550276Speternorthstar|North Star Advantage, 
1468662449Speter	OTbs, 
1468750276Speter	cols#80, lines#24, 
1468850276Speter	clear=\004$<200/>, 
1468950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1/>, ed=\017$<200/>, 
1469050276Speter	el=\016$<200/>, home=\034\032$<200/>, 
1469150276Speter
1469250276Speter#### Osborne
1469350276Speter#
1469450276Speter# Thu Jul  7 03:55:16 1983
1469550276Speter#	
1469650276Speter# As an aside, be careful; it may sound like an anomaly on the 
1469750276Speter# Osborne, but with the 80-column upgrade, it's too easy to 
1469850276Speter# enter lines >80 columns!
1469950276Speter#	
1470050276Speter# I've already had several comments...
1470150276Speter# The Osborne-1 with the 80-col option is capable of being 
1470250276Speter# 52, 80, or 104 characters wide; default to 80 for compatibility 
1470350276Speter# with most systems.
1470450276Speter#	
1470550276Speter# The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
1470650276Speterosborne-w|osborne1-w|osborne I in 104-column mode, 
1470750276Speter	msgr, ul, xt, 
1470850276Speter	cols#104, lines#24, 
1470950276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1471050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1471150276Speter	dl1=\ER, el=\ET, ich1=\EQ, il1=\EE, ind=^J, kcub1=^H, kcud1=^J, 
1471250276Speter	kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, 
1471350276Speter# Osborne I	from ptsfa!rhc (Robert Cohen) via BRL
1471450276Speterosborne|osborne1|osborne I in 80-column mode, 
1471562449Speter	OTbs, am, mir, msgr, ul, xhp, 
1471662449Speter	OTdB#4, cols#80, lines#24, 
1471750276Speter	clear=^Z, cub1=\010$<4>, cud1=^J, cuf1=^L, 
1471850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1471950276Speter	dch1=\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H, 
1472050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E), 
1472150276Speter	rmul=\Em, smir=\EQ, smso=\E(, smul=\El, 
1472250276Speter#
1472350276Speter# Osborne Executive definition from BRL
1472450276Speter# Similar to tvi920
1472550276Speter# Added by David Milligan and Tom Smith (SMU)
1472650276Speterosexec|Osborne executive, 
1472762449Speter	OTbs, am, 
1472862449Speter	OTug#1, cols#80, lines#24, xmc#1, 
1472962449Speter	OTnl=^J, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1473050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1473150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
1473250276Speter	is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
1473350276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
1473450276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
1473550276Speter	kf9=^AI\r, rmir=, rmso=\Ek, rmul=\Em, smir=, smso=\Ej, 
1473650276Speter	smul=\El, tbc=\E3, 
1473750276Speter
1473850276Speter#### Console types for obsolete UNIX clones
1473950276Speter#
1474050276Speter# Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
1474150276Speter# machines that tried to emulate the UNIX look'n'feel.  Coherent and Venix
1474250276Speter# were commercial, Minix an educational tool sold in conjunction with a book.
1474350276Speter# Memory-segmentation limits and a strong tendency to look like V7 long after
1474450276Speter# it was obsolete made all three pretty lame.  Venix croaked early.  Coherent
1474550276Speter# and Minix were ported to 32-bit Intel boxes, only to be run over by a
1474650276Speter# steamroller named `Linux' (which, to be fair, traces some lineage to Minix). 
1474750276Speter# Coherent's vendor, the Mark Williams Company, went belly-up in 1994.  There
1474850276Speter# are also, I'm told, Minix ports that ran on Amiga and Atari machines and
1474950276Speter# even as single processes under SunOS and the Macintosh OS.
1475050276Speter#
1475150276Speter
1475250276Speter# This is the entry provided with minix 1.7.4, with bogus :ri: removed.
1475350276Speterminix|minix console (v1.7), 
1475450276Speter	am, xenl, 
1475550276Speter	cols#80, it#8, lines#25, 
1475650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1475750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1475850276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1475950276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1476050276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1476150276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1476250276Speter	is2=\E[0m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1476350276Speter	kcuu1=\E[A, kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, 
1476450276Speter	kf5=\E[G, khome=\E[H, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +, 
1476550276Speter	lf4=Num -, lf5=Num 5, nel=^M^J, rev=\E[7m, ri=\EM, 
1476650276Speter	rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1476750276Speter# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
1476850276Speterminix-old|minix console (v1.5), 
1476950276Speter	xon, 
1477050276Speter	cols#80, it#8, lines#25, 
1477150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1477250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1477350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1477450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1477550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1477650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1477750276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1477850276Speter	kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, kf5=\E[G, 
1477950276Speter	khome=\E[H, nel=^M^J, rev=\E[7m, ri=\EM, rmso=\E[0m, 
1478050276Speter	rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1478150276Speter# The linewrap option can be specified by editing /usr/include/minix/config.h
1478250276Speter# before recompiling the minix 1.5 kernel.
1478350276Speterminix-old-am|minix console with linewrap, 
1478450276Speter	am, use=minix-old, 
1478550276Speter
1478650276Speterpc-minix|minix console on an Intel box, 
1478750276Speter	use=klone+acs, use=minix, 
1478850276Speter
1478950276Speter# According to the Coherent 2.3 manual, the PC console is similar
1479050276Speter# to a z19. The differences seem to be (1) 25 lines, (2) no status
1479150276Speter# line, (3) standout is broken, (4) ins/del line is broken, (5)
1479250276Speter# has blinking and bold.
1479350276Speterpc-coherent|pcz19|coherent|IBM PC console running Coherent, 
1479450276Speter	am, mir, 
1479550276Speter	cols#80, it#8, lines#25, 
1479650276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1479750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EN, 
1479850276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, 
1479950276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, ri=\EI, rmir=\EO, 
1480050276Speter	rmso=\Eq, sgr0=\Eq, smir=\E@, smso=\Ep, 
1480150276Speter
1480250276Speter# According to the Venix 1.1 manual, the PC console is similar
1480350276Speter# to a DEC vt52.  Differences seem to be (1) arrow keys send 
1480450276Speter# different strings, (2) enhanced standout, (3) added insert/delete line.
1480550276Speter# Note in particular that it doesn't have automatic margins.
1480650276Speter# There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
1480750276Speter# not described here because this derives from an old termcap entry.
1480850276Speterpc-venix|venix|IBM PC console running Venix, 
1480950276Speter	cols#80, it#8, lines#25, 
1481050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1481150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1481250276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\EK, 
1481350276Speter	kcud1=\EP, kcuf1=\EM, kcuu1=\EH, khome=\EG, ri=\EI, 
1481450276Speter
1481550276Speter#### Miscellaneous microcomputer consoles
1481650276Speter#
1481750276Speter# If you know anything more about any of these, please tell me.
1481850276Speter#
1481950276Speter
1482050276Speter# The MAI Basic Four computer was obsolete at the end of the 1980s.
1482150276Speter# It may be used as a terminal by putting it in "line" mode as seen on 
1482250276Speter# one of the status lines.
1482350276Speter# Initialization is similar to CIT80. <is2> will set ANSI mode for you.  
1482450276Speter# Hardware tabs set by <if> at 8-spacing.  Auto line wrap causes glitches so
1482550276Speter# wrap mode is reset by <cvvis>.  Using <ind>=\E[S caused errors so I 
1482650276Speter# used \ED instead.
1482750276Speter# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
1482850276Spetermai|basic4|MAI Basic Four in ansi mode, 
1482950276Speter	am, da, db, mir, msgr, 
1483050276Speter	cols#82, it#8, lines#25, 
1483150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=^]^_, cnorm=\E[?7h, 
1483250276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=^X, 
1483350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, cvvis=\E[?7l, dch1=\E[1P, 
1483450276Speter	dl1=\E[M, ed=^_, el=^^, home=^], ht=^I, 
1483550276Speter	if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, 
1483650276Speter	is2=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
1483750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1483850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
1483950276Speter	kf7=\EOV, kf8=\EOW, nel=^M\ED, rc=\E8, rev=\E[7m, ri=\E[T, 
1484050276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1484150276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1484250276Speter# basis from Peter Harrison, Computer Graphics Lab, San Francisco
1484350276Speter#   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
1484462449Speter#
1484562449Speter# On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
1484662449Speter# The Basis 108 was a Apple II clone, manufactured by the "Basis
1484762449Speter# Mikrocomputer GmbH" in Munster, Germany (the company still exists today,  
1484862449Speter# about 1,5 km from where I live, but doesn't build own computers any
1484962449Speter# more). A Basis 108 featured a really heavy (cast aluminium?) case, was
1485062449Speter# equipped with one or two 5.25" disk drives, had a monochrome and colour
1485162449Speter# video output for a TV set or a dedicated monitor and several slots for
1485262449Speter# Apple II cards. Basis 108 were quite popular at german schools before
1485362449Speter# the advent of the IBM PC. They run, for example, the UCSD Pascal
1485462449Speter# development system (which I used even in 1993 to program the steering
1485562449Speter# and data recording for our school's experimental solar panel :), Apple DOS
1485662449Speter# or CP/M.
1485750276Speter# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
1485850276Speterbasis|BASIS108 computer with terminal translation table active, 
1485950276Speter	clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, 
1486050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), sgr0=\E), 
1486162449Speter	smso=\E(, use=adm3a, 
1486250276Speter# luna's BMC terminal emulator
1486350276Speterluna|luna68k|LUNA68K Bitmap console, 
1486450276Speter	cols#88, lines#46, use=ansi-mini, 
1486550276Spetermegatek|pegasus workstation terminal emulator, 
1486650276Speter	am, os, 
1486750276Speter	cols#83, lines#60, 
1486850276Speter# The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived 
1486950276Speter# interface (pre-Macintosh by several years) that went nowhere.
1487050276Speterxerox820|x820|Xerox 820, 
1487150276Speter	am, 
1487250276Speter	cols#80, lines#24, 
1487350276Speter	bel=^G, clear=1^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1487450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^Q, el=^X, 
1487550276Speter	home=^^, ind=^J, 
1487650276Speter
1487750276Speter#### Videotex and teletext
1487850276Speter#
1487950276Speter
1488050276Speter# \E\:1}	switch to te'le'informatique mode (ascii terminal/ISO 6429)
1488150276Speter# \E[?3l	80 columns
1488250276Speter# \E[?4l	scrolling on
1488350276Speter# \E[12h	local echo off
1488450276Speter# \Ec		reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
1488550276Speter# \E)0		G1 DEC set (line graphics)
1488650276Speter#
1488750276Speter# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
1488850276Speterm2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique, 
1488962449Speter	OTbs, eslok, hs, xenl, 
1489050276Speter	cols#80, it#8, lines#24, wsl#72, xmc#0, 
1489150276Speter	acsc=aaffggjjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
1489250276Speter	blink=\E[5m, bold=\E[1m, civis=\E[<1h, clear=\E[H\E[J, 
1489350276Speter	cnorm=\E[<1l, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1489450276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1489550276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1489650276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1489750276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, flash=^G, fsl=^J, 
1489866963Speter	home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, ip=$<7/>, 
1489966963Speter	is1=\E\:1}\Ec\E[?4l\E[12h, is2=\Ec\E[12h\E)0, 
1490050276Speter	is3=\E[?3l kbs=\010, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
1490150276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf0=\EOp, 
1490250276Speter	kf1=\EOq, kf10=\EOp, kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, 
1490350276Speter	kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khome=\E[H, 
1490450276Speter	kich1=\E[4h, kil1=\E[4l, knp=\EOn, kpp=\EOR, ll=\E[24;80H, 
1490566963Speter	mc0=\E[i, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
1490666963Speter	rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1490750276Speter	rs1=\Ec\E[?4l\E[12h, rs2=\Ec\E)0, sc=\E7, sgr0=\E[m, 
1490850276Speter	smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A, 
1490950276Speter	u6=\E[%i%d;%dR, u7=\E[6n, 
1491050276Speter
1491150276Speter# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
1491250276Speter#
1491350276Speterminitel1|minitel 1, 
1491450276Speter	am, bw, eslok, hs, hz, msgr, 
1491550276Speter	colors#8, cols#40, lines#24, pairs#8, 
1491650276Speter	acsc=+.\,\,./f0g1, bel=^G, blink=\EH, civis=^T, clear=^L, 
1491750276Speter	cnorm=^Q, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1491850276Speter	cup=\037%p1%{65}%+%c%p2%{65}%+%c, cuu1=^K, el=^X, 
1491950276Speter	enacs=^Y, fsl=^J, home=^^, ind=^J, 
1492050276Speter	is2=\E;`ZQ\E\:iC\E\:iE\021, nel=^M^J, op=\EG, 
1492150276Speter	rep=%p1%c\022%p2%{63}%+%c, rev=\E], ri=^K, rmso=\E\\, 
1492250276Speter	setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;, 
1492350276Speter	sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;, 
1492450276Speter	sgr0=\EI\E\\, smso=\E], tsl=\037@%p1%{65}%+%c, 
1492550276Speter# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
1492650276Speterminitel1b|minitel 1-bistandard (in 40cols mode), 
1492750276Speter	mir, 
1492850276Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
1492950276Speter	cuu=\E[%p1%dA, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1493050276Speter	dl1=\E[M, ed=\E[J, el1=\E[1K, il=\E[%p1%dL, il1=\E[L, 
1493150276Speter	is1=\E;iYA\E;jYC, kclr=\E[2J, kctab=^I, kcub1=\E[D, 
1493250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
1493350276Speter	kel=^X, khome=\E[H, kich1=\E[4h, kil1=\E[L, rmir=\E[4l, 
1493462449Speter	smir=\E[4h, smkx=\E;iYA\E;jYC, use=minitel1, 
1493550276Speter# <rmkx> posait des problemes (logout en sortant de vi).
1493650276Speterminitel1b-80|minitel 1-bistandard (standard teleinformatique), 
1493750276Speter	am@, bw@, hz@, 
1493850276Speter	colors@, cols#80, it#8, pairs@, 
1493950276Speter	blink=\E[5m, bold=\E[1m, civis=\037@A\024\n, 
1494050276Speter	clear=\E[H\E[2J, cnorm=\037@A\021\n, cuf1=\E[C, 
1494150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1494250276Speter	ht=^I, ind=\ED, is1@, is2@, kent=\EOM, kf0=\EOp, kf1=\EOq, 
1494350276Speter	kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, kf6=\EOv, kf7=\EOw, 
1494450276Speter	kf8=\EOx, kf9=\EOy, nel=\EE, op@, rc=\E8, rep@, rev=\E[7m, 
1494550276Speter	ri=\EM, rmkx@, rmso=\E[27m, rmul=\E[24m, sc=\E7, setf@, 
1494650276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1494762449Speter	sgr0=\E[m, smkx@, smso=\E[7m, smul=\E[4m, use=minitel1b, 
1494850276Speter
1494950276Speter######## OBSOLETE VDT TYPES
1495050276Speter#
1495150276Speter# These terminals are *long* dead -- these entries are retained for
1495250276Speter# historical interest only.
1495350276Speter
1495450276Speter#### Amtek Business Machines
1495550276Speter#
1495650276Speter
1495750276Speter# (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
1495850276Speter# but these caps were commented out in 8.3; also, removed overridden
1495950276Speter# ":do=^J:" -- esr)
1496050276Speterabm80|amtek business machines 80, 
1496162449Speter	OTbs, am, bw, 
1496250276Speter	cols#80, lines#24, 
1496350276Speter	cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, 
1496450276Speter	cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, 
1496550276Speter	dl1=\E^S, ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, 
1496650276Speter
1496750276Speter#### Bell Labs blit terminals
1496850276Speter#
1496950276Speter# These were AT&T's official entries.  The 5620 FAQ maintained by 
1497050276Speter# David Breneman <daveb@dgtl.com> has this to say:
1497150276Speter#
1497250276Speter#  Actually, in the beginning was the Jerq, and the Jerq was white with a
1497350276Speter#  green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
1497450276Speter#  was good.  But lo, upon the horizon loomed a mighty management-type person
1497550276Speter#  (known now only by the initials VP) who said, the mighty Jerq must stay
1497650276Speter#  alone, and could not go forth into the world. So Locanthi and Pike put the
1497750276Speter#  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
1497850276Speter#  world. And the Jerq lived the rest of its days in research, but never
1497950276Speter#  strayed from those paths.
1498050276Speter#
1498150276Speter#  In all seriousness, the Blit was originally known as the Jerq, but when
1498250276Speter#  it started to be shown outside of the halls of the Bell Labs Research
1498350276Speter#  organization, the management powers that be decided that the name could
1498450276Speter#  not remain. So it was renamed to be Blit. This was in late 1981.
1498550276Speter#
1498650276Speter# (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
1498750276Speter# 730, and 730+.)
1498850276Speter#
1498950276Speter
1499050276Speterblit|jerq|blit running teletype rom, 
1499150276Speter	am, eo, ul, xon, 
1499250276Speter	cols#87, it#8, lines#72, 
1499350276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1499450276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1499550276Speter	dch=\Ee%p1%{32}%+%c, dch1=\Ee!, dl=\EE%p1%{32}%+%c, 
1499650276Speter	dl1=\EE!, el=\EK, ht=^I, ich=\Ef%p1%{32}%+%c, ich1=\Ef!, 
1499750276Speter	il=\EF%p1%{32}%+%c, il1=\EF!, ind=^J, kbs=^H, kcub1=\ED, 
1499850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ex, kf2=\Ey, kf3=\Ez, 
1499950276Speter
1500050276Speter# (cbblit: here's a BSD termcap that says <cud1=\EG> -- esr)
1500150276Spetercbblit|fixterm|blit running columbus code, 
1500250276Speter	cols#88, 
1500350276Speter	ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, 
1500450276Speter	rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, 
1500562449Speter	smul=\EU", use=blit, 
1500650276Speter
1500750276Speteroblit|ojerq|first version of blit rom, 
1500850276Speter	am, da, db, eo, mir, ul, xon, 
1500950276Speter	cols#88, it#8, lines#72, 
1501050276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1501150276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\EO, 
1501250276Speter	dl=\Ee%p1%{32}%+%c, dl1=\EE, ed=\EJ, el=\EK, flash=\E^G, 
1501350276Speter	ht=^I, il=\Ef%p1%{32}%+%c, il1=\EF, ind=^J, kbs=^H, rmir=\ER, 
1501450276Speter	smir=\EQ, 
1501550276Speter
1501650276Speter#### Bolt, Beranek & Newman (bbn)
1501750276Speter#
1501850276Speter# The BitGraph was a product of the now-defunct BBN Computer Corporation.
1501950276Speter# The parent company, best known as the architects of the Internet, is
1502050276Speter# still around.
1502150276Speter#
1502250276Speter# Jeff DelPapa <dp@world.std.com> writes:
1502350276Speter# The bitgraph was a large white box that contained a monochrome bitmap
1502450276Speter# display, and a 68000 to run it.  You could download code and run it on
1502550276Speter# the cpu, it had 128kb (I think) of memory.  I used one in the late
1502650276Speter# 70's, sure beat a vt100.  It had one strange feature tho -- it used
1502750276Speter# the cpu to bitblt pixels to scroll, it took longer than the refresh
1502850276Speter# rate, and looked like a rubber sheet stretching, then snapping
1502950276Speter# upwards.  It had everything the early mac had, except a floppy drive a
1503050276Speter# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
1503150276Speter# Beranek and Neuman) sold at most a few hundred of them to the real
1503250276Speter# world.  DOD may have bought more...
1503350276Speter# 
1503450276Speter
1503550276Speter# Entries for the BitGraph terminals.  The problem 
1503650276Speter# with scrolling in vi can only be fixed by getting BBN to put 
1503750276Speter# smarter scroll logic in the terminal or changing vi or padding 
1503850276Speter# scrolls with about 500 ms delay.
1503950276Speter#	
1504050276Speter# I always thought the problem was related to the terminal 
1504150276Speter# counting newlines in its input buffer before scrolling and 
1504250276Speter# then moving the screen that much. Then vi comes along and 
1504350276Speter# paints lines in on the bottom line of the screen, so you get 
1504450276Speter# this big white gap.
1504550276Speter
1504650276Speterbitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video), 
1504750276Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
1504850276Speter	use=bg2.0, 
1504950276Speterbg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video), 
1505050276Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
1505150276Speter	use=bg2.0, 
1505250276Speterbg2.0|bg3.10|bbn bitgraph 2.0 or later (no init), 
1505362449Speter	OTbs, xenl, 
1505450276Speter	cols#85, lines#64, 
1505550276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, 
1505650276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1505750276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[M$<2*>, 
1505850276Speter	ed=\E[J$<150>, el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, 
1505950276Speter	ind=\n$<280>, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1506050276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=PF1, 
1506150276Speter	lf2=PF2, lf3=PF3, lf4=PF4, rc=\E8, rmkx=\E>, rmso=\E[m, sc=\E7, 
1506250276Speter	sgr0=\E[m, smkx=\E=, smso=\E[7m, 
1506350276Speter
1506450276Speterbg1.25rv|bbn bitgraph 1.25 (reverse video), 
1506562449Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
1506662449Speter	use=bg1.25, 
1506750276Speterbg1.25nv|bbn bitgraph 1.25 (normal video), 
1506862449Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
1506962449Speter	use=bg1.25, 
1507050276Speter# (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
1507150276Speterbg1.25|bbn bitgraph 1.25, 
1507250276Speter	cols#85, lines#64, 
1507350276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, cub1=^H, cud1=\E[B, 
1507450276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, 
1507550276Speter	dl1=\E[M$<2*>, ed=\E[J$<150>, el=\E[K$<2>, ht=^I, 
1507650276Speter	il1=\E[L$<2*>, ind=\n$<280>, kcub1=\ED, kcud1=\EB, 
1507750276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\ES, 
1507850276Speter	lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, ll=\E[64;1H, rmam=\E[?7l, 
1507950276Speter	rmkx=\E>, rmso=\E[m, sgr0=\E[m, smam=\E[?7h, smkx=\E=, 
1508050276Speter	smso=\E[7m, 
1508150276Speter
1508262449Speter#### Bull (bq, dku, vip)
1508362449Speter#
1508462449Speter# (Adapted for terminfo; AIX extension capabilities translated -- esr)
1508562449Speter
1508662449Speter#============================================#
1508762449Speter# BULL QUESTAR 210 `SDP' terminals emulation #
1508862449Speter#============================================#
1508962449Speter#
1509062449Speter# Description written by R.K.Saunders (Bull Transac)
1509162449Speter#
1509262449Speter# Modifications written by F. Girard (Bull MTS)
1509362449Speter#		19-05-87 V02.00.01
1509462449Speter#		17-12-87 V02.00.02
1509562449Speter#		15-09-89 V02.00.05
1509662449Speter#
1509762449Speter#	Typical technical selections F1 (modes SDP/ROLL):
1509862449Speter# -------------------------------------------------------
1509962449Speter# |   01   02   03   04   05   06   07   08   09   10   |
1510062449Speter# |  1010 0011 1010 0110 0110 0001 0100 0000 0000 0000  |
1510162449Speter# |                                                     |
1510262449Speter# |   11   12   13   14   15   16   17   18   19   20   |
1510362449Speter# |  0000 0110 100? 0000 0000 0000 0001 0000 0000 0001  |
1510462449Speter# |                                                     |
1510562449Speter# |   21   22   23   24   25   26   27   28   29   30   |
1510662449Speter# |  0011 0000 0001 1000 0000 0000 0000 0000 0000 0000  |
1510762449Speter# |                                                     |
1510862449Speter# |   31   32   33   34   35   36   37   38   39   40   |
1510962449Speter# |  1010 0011 0000 0000 0000 0000 0000 0000 0000 0000  |
1511062449Speter# -------------------------------------------------------
1511162449Speter#	Typical firmware identification F5 "etat 6":
1511262449Speter#  P287.02.04b	(AZERTY)
1511362449Speter#  P297.11.04	(24-pin: 2732)	or P798.11.04	(28-pin: 2764)
1511462449Speter#  P298.03.03	(monochrome)	or P374.03.02	(colour)
1511562449Speter#
1511662449Speter#	SM SDP mode (VIP command):	^[[?=h
1511762449Speter#	RIS (erases screen):		^[c
1511862449Speter#	DMI disable keyboard:		^[`
1511962449Speter#	SM double rendition mode:	^[[?>h
1512062449Speter#	RM solicited status mode:	^[[5l
1512162449Speter#	RM character mode:		^[[>l
1512262449Speter#	RM echoplex mode:		^[[12l
1512362449Speter#	RM column tab mode:		^[[18l
1512462449Speter#	RM forbid SS2 keyboard mode:	^[[?<l
1512562449Speter#	SM scroll mode:			^[[=h
1512662449Speter#	FCF enable XON/XOFF:		^[P1s^[\
1512762449Speter#	MTL select end msg character:	^[[^Wp
1512862449Speter#	EMI enable keyboard:		^[b
1512962449Speter#	RIS retour etat initial:	^[c
1513062449Speter#	enable FC keypad:		^[[?<h,
1513162449Speter#	MPW map status line window:	^[PY99:98^[\
1513262449Speter#	SCP select status line:		^[[0;98v
1513362449Speter#	ED erase entire partition:	^[[2J
1513462449Speter#	SCP select main partition:	^[[v
1513562449Speter#	SM character insertion mode:	^[[4h
1513662449Speter#	RM character replacement mode:	^[[4l
1513762449Speter#	COO cursor on:			^[[r
1513862449Speter#	COO cursor off:			^[[1r
1513962449Speter#	SGR dim (turquoise) rev attr:	^[[2;7m
1514062449Speter#	SGR Data normal attr:		^[[m
1514162449Speter#	SO Line-graphic mode ON:	^N
1514262449Speter#	SI Line-graphic mode OFF:	^O
1514362449Speter#	MC start routing to printer:	^[[5i
1514462449Speter#	MC stop routing to printer:	^M^[[4i
1514562449Speter#
1514662449Speter
1514762449Speter# This entry covers the following terminals:
1514862449Speter# dku7102, tws2102, and tws models 2105 to 2112
1514962449Spetertws-generic|dku7102|Bull Questar tws terminals, 
1515062449Speter	am, eslok, hs, mir, msgr, xenl, xhp@, xon, 
1515162449Speter	cols#80, it#8, lines#24, wsl#80, 
1515262449Speter	acsc=``aaffggj)k\,l&m#n/ooppq*rrsst'u-v+w.x%yyzz{{||}}~~, 
1515362449Speter	bel=^G, blink=\E[0;5m, cbt=\E[Z, civis=\E[1r, clear=\E[2J, 
1515462449Speter	cnorm=\E[r, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
1515562449Speter	cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
1515662449Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1515762449Speter	dim=\E[0;2m, dl=\E[%p1%dM, dl1=\E[M, 
1515862449Speter	dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[v, ed=\E[J, el=\E[K, 
1515962449Speter	fsl=\E[v, home=\E[H, ht=\E[I, hts=\EH, il=\E[%p1%dL, 
1516062449Speter	il1=\E[L, ind=^J, invis=\E[0;8m, 
1516162449Speter	is1=\E[?=h\Ec\E`\E[?>h\EPY99\:98\E\\, 
1516262449Speter	is2=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p, 
1516362449Speter	is3=\Eb\E[?<h, kbs=^H, kcbt=\E[Z, kctab=\E[g, kcub1=\E[D, 
1516462449Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
1516562449Speter	ked=\E[J, kel=\E[K, kf1=\E[1u\027, kf2=\E[2u\027, 
1516662449Speter	kf3=\E[3u\027, kf4=\E[4u\027, kf5=\E[5u\027, 
1516762449Speter	kf6=\E[6u\027, kf7=\E[7u\027, kf8=\E[8u\027, khome=\E[H, 
1516862449Speter	khts=\EH, kil1=\E[L, krmir=\E[4l, ll=\E[H\E[A, mc0=\E[0i, 
1516962449Speter	mc4=\r\E[4i, mc5=\E[5i, rev=\E[0;7m, rmacs=^O, 
1517062449Speter	rmcup=\E[0;98v\E[2J\E[v, rmir=\E[4l, rmso=\E[m, 
1517162449Speter	rmul=\E[m, rs2=\E[?=h\Ec, s0ds=^O, s1ds=^N, 
1517262449Speter	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%;, 
1517362449Speter	sgr0=\E[m\017, smacs=^N, smcup=\E[?>h\EPY99\:98\E\\, 
1517462449Speter	smir=\E[4h, smso=\E[0;7m, smul=\E[0;4m, tbc=\E[2g, 
1517562449Speter	tsl=\EPY99\:98\E\\\E[0;98v\E[2;7m, 
1517662449Spetertws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA, 
1517762449Speter	dsl=\E[0;98v\E[2J\E[v, fsl=\E[v, is3=\Eb, tsl=\E[0;98v, 
1517862449Speter	use=tws-generic, 
1517962449Spetertws2103|xdku|BULL Questar tws2103, 
1518062449Speter	ht=^I, use=tws-generic, 
1518162449Spetertws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA, 
1518262449Speter	ht=^I, use=tws2102-sna, 
1518362449Speterdku7102-old|BULL Questar 200 DKU7102 (microcode version < 6), 
1518462449Speter	clear=\E[2J\E[H, cup@, dl@, dl1@, 
1518562449Speter	dsl=\EPY99\:98\E\\\E[0;98v\E[2J\E[H\E[v, el=\E[K\E[m, 
1518662449Speter	il@, il1@, tsl=\EPY99\:98\E\\\E[0;98v\E[H\E[2;7m, 
1518762449Speter	use=tws-generic, 
1518862449Speterdku7202|BULL Questar 200 DKU7202 (colour/character attributes), 
1518962449Speter	blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb, 
1519062449Speter	smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic, 
1519162449Speter
1519262449Speter#=========================================================#
1519362449Speter# BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
1519462449Speter#=========================================================#
1519562449Speter#
1519662449Speter# Description written by J. Staerck (BULL SA)
1519762449Speter#       Copyright (c) 1989 BULL SA
1519862449Speter#---------------------------------------------------------------------------
1519962449Speter#  This entry is used for terminals with vt320 emulation mode
1520062449Speter#  and following set-up : 
1520162449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1520262449Speter#    7 bit Control Characters, 
1520362449Speter#    80 columns screen.    
1520462449Speter#  Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
1520562449Speter#  They are used in string capabilities with vt220-320 emulation mode.
1520662449Speter#  In the following DEC definitions, two kinds of terminfo databases are
1520762449Speter#    provided :
1520862449Speter#    1. the first with Command Sequence Introducer starting with escape 
1520962449Speter#       sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
1521062449Speter#    2. the second with Command Sequence Introducer starting with escape 
1521162449Speter#       sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
1521262449Speter#	Soft Terminal Reset		esc [ ! p
1521362449Speter#	RIS (erases screen):		esc c
1521462449Speter#	DECKPNM numeric keypad mode:	esc >
1521562449Speter#	DECKPAM applic. keypad mode:	esc =
1521662449Speter#	DECSTBM Scrolling region:	esc [ r
1521762449Speter#	SCS select G0 = US:		esc ( B
1521862449Speter#	SCS select G1 = line-graphic:	esc ) 0
1521962449Speter#	Select 7-bit C1 controls:	esc sp F
1522062449Speter#	Select 8-bit C1 controls:	esc sp G
1522162449Speter#	Select cursor home:		esc [  H
1522262449Speter#	Select erase screen:		esc [  J
1522362449Speter#	SM KAM lock keyboard:		esc [ 2 h
1522462449Speter#	RM KAM unlock keyboard:		esc [ 2 l
1522562449Speter#	SM SRM local echo off:		esc [ 1 2 h
1522662449Speter#	RM SRM local echo on:		esc [ 1 2 l
1522762449Speter#	SM LNM New line :		esc [ 2 0 h
1522862449Speter#	RM LNM return = CR only:	esc [ 2 0 l
1522962449Speter#	SM DECCKM cursor keys mode:	esc [ ? 1 h
1523062449Speter#	RM DECCKM appli. keys mode:	esc [ ? 1 l
1523162449Speter#	SM DECANM ANSI mode on:		esc [ ? 2 h
1523262449Speter#	RM DECANM ANSI mode off:	esc [ ? 2 l
1523362449Speter#	SM DECCOLM 132-column screen:	esc [ ? 3 h
1523462449Speter#	RM DECCOLM 80-column screen:	esc [ ? 3 l
1523562449Speter#	SM DECSCLM Smooth scroll:	esc [ ? 4 h
1523662449Speter#	RM DECSCLM Jump scroll:		esc [ ? 4 l
1523762449Speter#	SM DECSCNM screen light backgr.	esc [ ? 5 h
1523862449Speter#	RM DECSCNM screen dark backgr.	esc [ ? 5 l
1523962449Speter#	SM DECOM move within margins:	esc [ ? 6 h
1524062449Speter#	RM DECOM move outside margins:	esc [ ? 6 l
1524162449Speter#	SM DECAWM auto right margin:	esc [ ? 7 h
1524262449Speter#	RM DECAWM auto right margin:	esc [ ? 7 l
1524362449Speter#	SM DECARM auto repeat:		esc [ ? 8 h
1524462449Speter#	RM DECARM auto repeat:		esc [ ? 8 l
1524562449Speter#	DECSASD Select active main:	esc [ 0 $ } 
1524662449Speter#	DECSASD Select active status:	esc [ 1 $ } 
1524762449Speter#	DECSSDT Select status none:	esc [ 0 $ ~ 
1524862449Speter#	DECSSDT Select status indic.:	esc [ 1 $ ~ 
1524962449Speter#	DECSSDT Select status host-wr:	esc [ 2 $ ~ 
1525062449Speter#	SM DECTCEM Visible cursor:	esc [ ? 2 5 h
1525162449Speter#	RM DECTCEM Invisible cursor:	esc [ ? 2 5 l
1525262449Speter#	SM DECNCRM 7 bits NCR set:	esc [ ? 4 2 h
1525362449Speter#	RM DECNCRM Multi or ISO latin:	esc [ ? 4 2 l
1525462449Speter#	SM DECNKM numeric keypad mode:	esc [ ? 6 6 h
1525562449Speter#	RM DECNKM numeric keypad appl.:	esc [ ? 6 6 l
1525662449Speter#	SM DECKBUM clavier informatique	esc [ ? 6 8 h
1525762449Speter#	RM DECKBUM clavier bureautique:	esc [ ? 6 8 l
1525862449Speter#	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 " p
1525962449Speter# or	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 ; 0 " p
1526062449Speter# or	DECSCL vt300 mode 8-bit ctrl:	esc [ 6 3 ; 2 " p
1526162449Speter#	DECSCL vt300 mode 7-bit ctrl:	esc [ 6 3 ; 1 " p
1526262449Speter#	Char. and Line attributes:	esc [ Ps ... Ps m
1526362449Speter# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
1526462449Speter# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
1526562449Speter#
1526662449Speter
1526762449Speter# This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
1526862449Speterbq300|Bull vt320 ISO Latin 1 80 columns terminal, 
1526962449Speter	am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
1527062449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1527162449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1527262449Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1527362449Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
1527462449Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1527562449Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1527662449Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1527762449Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1527862449Speter	dl1=\E[M, dsl=\E[1$}\E[2$~\n\E[0$}, ech=\E[%p1%dX, 
1527962449Speter	ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
1528062449Speter	flash=\E[?5h$<50>\E[?5l, fsl=\E[0$}, home=\E[H, ht=^I, 
1528162449Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1528262449Speter	is1=\E[63;1"p\E[2h, 
1528362449Speter	is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1528462449Speter	is3=\E[0$}\E[?25h\E[2l\E[H\E[J, ka1=\EOw, ka3=\EOy, 
1528562449Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
1528662449Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, 
1528762449Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1528862449Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1528962449Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
1529062449Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
1529162449Speter	khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1529262449Speter	krdo=\E[29~, kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 
1529362449Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1529462449Speter	ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[?7h, rmir=\E[4l, 
1529562449Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\E[!p, 
1529662449Speter	rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1529762449Speter	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%;, 
1529862449Speter	sgr0=\E[0m\E(B, smacs=^N, smam=\E[?7h, 
1529962449Speter	smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m, 
1530062449Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[1$}\E[2$~, 
1530162449Speterbq300-rv|Bull vt320 reverse 80 columns, 
1530262449Speter	flash=\E[?5l$<50>\E[?5h, 
1530362449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1530462449Speter	use=bq300, 
1530562449Speterbq300-w|Bull vt320 132 columns, 
1530662449Speter	cols#132, wsl#132, 
1530762449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1530862449Speter	rs2=\E[?3h, use=bq300, 
1530962449Speterbq300-w-rv|Bull vt320 reverse mode 132 columns, 
1531062449Speter	cols#132, wsl#132, 
1531162449Speter	flash=\E[?5l$<50>\E[?5h, 
1531262449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1531362449Speter	rs2=\E[?3h, use=bq300, 
1531462449Speter
1531562449Speter#  This entry is used for terminals with vt320 emulation mode
1531662449Speter#  and following set-up : 
1531762449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1531862449Speter#    8 bit Control Characters, (CSI coded as x9B for ESC [)
1531962449Speter#    80 columns screen.    
1532062449Speter#	Soft Terminal Reset		csi ! p
1532162449Speter#	RIS (erases screen):		esc c
1532262449Speter#	DECKPNM numeric keypad mode:	esc >
1532362449Speter#	DECKPAM applic. keypad mode:	esc =
1532462449Speter#	DECSTBM Scrolling region:	esc [ r
1532562449Speter#	SCS select G0 = US:		esc ( B
1532662449Speter#	SCS select G1 = line-graphic:	esc ) 0
1532762449Speter#	Select 7-bit C1 controls:	esc sp F
1532862449Speter#	Select 8-bit C1 controls:	esc sp G
1532962449Speter#	Select cursor home:		csi H
1533062449Speter#	Select erase screen:		csi J
1533162449Speter#	SM KAM lock keyboard:		csi 2 h
1533262449Speter#	RM KAM unlock keyboard:		csi 2 l
1533362449Speter#	SM SRM local echo off:		csi 1 2 h
1533462449Speter#	RM SRM local echo on:		csi 1 2 l
1533562449Speter#	SM LNM New line :		csi 2 0 h
1533662449Speter#	RM LNM return = CR only:	csi 2 0 l
1533762449Speter#	SM DECCKM cursor keys mode:	csi ? 1 h
1533862449Speter#	RM DECCKM appli. keys mode:	csi ? 1 l
1533962449Speter#	SM DECANM ANSI mode on:		csi ? 2 h
1534062449Speter#	RM DECANM ANSI mode off:	csi ? 2 l
1534162449Speter#	SM DECCOLM 132-column screen:	csi ? 3 h
1534262449Speter#	RM DECCOLM 80-column screen:	csi ? 3 l
1534362449Speter#	SM DECSCLM Smooth scroll:	csi ? 4 h
1534462449Speter#	RM DECSCLM Jump scroll:		csi ? 4 l
1534562449Speter#	SM DECSCNM screen light backgr.	csi ? 5 h
1534662449Speter#	RM DECSCNM screen dark backgr.	csi ? 5 l
1534762449Speter#	SM DECOM move within margins:	csi ? 6 h
1534862449Speter#	RM DECOM move outside margins:	csi ? 6 l
1534962449Speter#	SM DECAWM auto right margin:	csi ? 7 h
1535062449Speter#	RM DECAWM auto right margin:	csi ? 7 l
1535162449Speter#	SM DECARM auto repeat:		csi ? 8 h
1535262449Speter#	RM DECARM auto repeat:		csi ? 8 l
1535362449Speter#	DECSASD Select active main:	csi 0 $ } 
1535462449Speter#	DECSASD Select active status:	csi 1 $ } 
1535562449Speter#	DECSSDT Select status none:	csi 0 $ ~ 
1535662449Speter#	DECSSDT Select status indic.:	csi 1 $ ~ 
1535762449Speter#	DECSSDT Select status host-wr:	csi 2 $ ~ 
1535862449Speter#	SM DECTCEM Visible cursor:	csi ? 2 5 h
1535962449Speter#	RM DECTCEM Invisible cursor:	csi ? 2 5 l
1536062449Speter#	SM DECNCRM 7 bits NCR set:	csi ? 4 2 h
1536162449Speter#	RM DECNCRM Multi or ISO latin:	csi ? 4 2 l
1536262449Speter#	DECSCL vt300 mode 8-bit ctrl:	csi 6 3 " p
1536362449Speter# or	DECSCL vt300 mode 8-bit ctrl:	csi 6 3 ; 0 " p
1536462449Speter#	DECSCL vt300 mode 7-bit ctrl:	csi 6 3 ; 1 " p
1536562449Speter#	Char. and Line attributes:	csi Ps ... Ps m
1536662449Speter# with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
1536762449Speter# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
1536862449Speter# (bq300-8: <cub1>,<cuf1>,<cuu1>,<cud1>,<dl1>,<il1> to get under 1024 --esr)
1536962449Speterbq300-8|Bull vt320 full 8 bits 80 columns, 
1537062449Speter	am, eo, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
1537162449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1537262449Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1537362449Speter	bel=^G, blink=\2335m, bold=\2331m, civis=\233?25l, 
1537462449Speter	clear=\233H\233J, cnorm=\233?25h, cr=^M, 
1537562449Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cud=\233%p1%dB, 
1537662449Speter	cuf=\233%p1%dC, cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, 
1537762449Speter	cvvis=\233?25h, dch=\233%p1%dP, dch1=\233P, 
1537862449Speter	dl=\233%p1%dM, dsl=\2331$}\2332$~\n\2330$}, 
1537962449Speter	ech=\233%p1%dX, ed=\233J, el=\233K, el1=\2331K, 
1538062449Speter	enacs=\E(B\E)0, flash=\233?5h$<50>\233?5l, fsl=\2330$}, 
1538162449Speter	home=\233H, ht=^I, hts=\EH, ich=\233%p1%d@, il=\233%p1%dL, 
1538262449Speter	ind=\ED, is1=\E[63;2"p\E[2h, 
1538362449Speter	is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1538462449Speter	is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w, 
1538562449Speter	ka3=\217y, kb2=\217u, kbs=^H, kc1=\217q, kc3=\217s, 
1538662449Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
1538762449Speter	kdch1=\2333~, kf1=\217P, kf10=\23321~, kf11=\23323~, 
1538862449Speter	kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
1538962449Speter	kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
1539062449Speter	kf2=\217Q, kf20=\23334~, kf3=\217R, kf4=\217S, kf6=\23317~, 
1539162449Speter	kf7=\23318~, kf8=\23319~, kf9=\23320~, kfnd=\2331~, 
1539262449Speter	khlp=\23328~, kich1=\2332~, knp=\2336~, kpp=\2335~, 
1539362449Speter	krdo=\23329~, kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3, 
1539462449Speter	lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, nel=\EE, rc=\E8, 
1539562449Speter	rev=\2337m, ri=\EM, rmacs=^O, rmam=\233?7l, rmcup=\233?7h, 
1539662449Speter	rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
1539762449Speter	rs1=\E[!p, rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0, sc=\E7, 
1539862449Speter	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%;, 
1539962449Speter	sgr0=\2330m\E(B, smacs=^N, smam=\233?7h, 
1540062449Speter	smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m, 
1540162449Speter	smul=\2334m, tbc=\2333g, tsl=\2331$}\2332$~, 
1540262449Speterbq300-8rv|Bull vt320 8-bit reverse mode 80 columns, 
1540362449Speter	flash=\233?5l$<50>\233?5h, 
1540462449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1540562449Speter	use=bq300-8, 
1540662449Speterbq300-8w|Bull vt320 8-bit 132 columns, 
1540762449Speter	cols#132, wsl#132, 
1540862449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1540962449Speter	rs2=\233?3h, use=bq300-8, 
1541062449Speterbq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns, 
1541162449Speter	cols#132, wsl#132, 
1541262449Speter	flash=\233?5l$<50>\233?5h, 
1541362449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1541462449Speter	rs2=\233?3h, use=bq300-8, 
1541562449Speter
1541662449Speter#  This entry is used for terminals with vt320 emulation mode
1541762449Speter#  a 102 keys keyboard (PC scancode !) and following set-up : 
1541862449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1541962449Speter#    7 bit Control Characters, 
1542062449Speter#    80 columns screen.    
1542162449Speterbq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns, 
1542262449Speter	kbs=^H, kdch1=\E[3~, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
1542362449Speter	kf11=\E[29~, kf12=\E[31~, kf13@, kf14@, kf15@, kf16@, kf17@, 
1542462449Speter	kf18@, kf19@, kf2=\E[18~, kf20@, kf3=\E[19~, kf4=\E[20~, 
1542562449Speter	kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
1542662449Speter	kfnd@, khlp@, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1542762449Speter	krdo@, kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300, 
1542862449Speterbq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns, 
1542962449Speter	flash=\E[?5l$<50>\E[?5h, 
1543062449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1543162449Speter	use=bq300-pc, 
1543262449Speterbq300-pc-w|Questar 303 with PC keyboard 132 columns terminal, 
1543362449Speter	cols#132, wsl#132, 
1543462449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1543562449Speter	rs2=\E[?3h, use=bq300-pc, 
1543662449Speterbq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns, 
1543762449Speter	cols#132, wsl#132, 
1543862449Speter	flash=\E[?5l$<50>\E[?5h, 
1543962449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l, 
1544062449Speter	rs2=\E[?3h, use=bq300-pc, 
1544162449Speter#    8 bit ISO Latin Character Set (ISO 8859-1),
1544262449Speter#    8 bit Control Characters, 
1544362449Speter#    80 columns screen.    
1544462449Speterbq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns, 
1544562449Speter	kbs=^H, kdch1=\2333~, kend=\2334~, kf1=\23317~, 
1544662449Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13@, kf14@, 
1544762449Speter	kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\23318~, kf20@, 
1544862449Speter	kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
1544962449Speter	kf7=\23324~, kf8=\23325~, kf9=\23326~, kfnd@, khlp@, 
1545062449Speter	khome=\2331~, kich1=\2332~, knp=\2336~, kpp=\2335~, krdo@, 
1545162449Speter	kslt@, lf1@, lf2@, lf3@, lf4@, use=bq300-8, 
1545262449Speterbq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns, 
1545362449Speter	flash=\E[?5l$<50>\E[?5h, 
1545462449Speter	is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1545562449Speter	use=bq300-8-pc, 
1545662449Speterbq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns, 
1545762449Speter	cols#132, wsl#132, 
1545862449Speter	is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1545962449Speter	rs2=\E[?3h, use=bq300-8-pc, 
1546062449Speterbq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns, 
1546162449Speter	cols#132, wsl#132, 
1546262449Speter	flash=\E[?5l$<50>\E[?5h, 
1546362449Speter	is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l, 
1546462449Speter	rs2=\E[?3h, use=bq300-8-pc, 
1546562449Speter
1546662449Speter#======================================================#
1546762449Speter# BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
1546862449Speter#======================================================#
1546962449Speter
1547062449Speter# normal mode, 8 bits, 80 columns terminal.
1547162449Speter#	RES reset :			^[e
1547262449Speter#	RIS reset initial state:	^[c
1547362449Speter#	BLE bell enable			^[h
1547462449Speter#	BLD bell disable		^[g
1547562449Speter#	CAMS char. attr. mode set	^[[D
1547662449Speter#	CAMR char. attr. mode reset	^[[G
1547762449Speter#	CLR clear			^[`
1547862449Speter#	KBU keyboard unlock (set)	^[[W
1547962449Speter#	KBL keyboard lock (reset)	^[[X
1548062449Speter#	CM  character mode (async.) 	^[k
1548162449Speter#	NEP non echoplex mode (by host)	^[l
1548262449Speter#	EP  echoplex mode (by host) 	^[m
1548362449Speter#	IM  insert mode set		^[[I
1548462449Speter#	IM  insert mode reset 		^[[J
1548562449Speter#	RMS roll mode set 		^[r
1548662449Speter#	RMR roll mode reset 		^[q
1548762449Speter#	SM78 set mode vip7800	 	^[[1q
1548862449Speter#	SD  scroll up  	(72 lines) 	^[[0s
1548962449Speter#	SD  scroll down	(72 lines) 	^[[1s
1549062449Speter#	RBM block mode reset		^[[E
1549162449Speter#	SLS status line set 		^[w
1549262449Speter#	SLR status line reset 		^[v
1549362449Speter#	SLL status line lock 		^[O
1549462449Speter#	LGS Line-graphic mode set 	^[G
1549562449Speter#	LGR Line-graphic mode reset 	^[F
1549662449Speter#	TBC tab clear (at cursor pos.)	^[[g
1549762449Speter#	TBI tab initialize 		^[[N
1549862449Speter#	TBS tab set (at cursor pos.)	^[p
1549962449Speter#	PDS  print data space		^[[0p
1550062449Speter#	PHD  print host data 		^[[3p
1550162449Speter#	PDT  print data terminator	^[[<p
1550262449Speter#	PRES print adapter reset	^[[2p
1550362449Speter#	SSPR multi-part. reset		^[[<>u
1550462449Speter#	SSP0 partition 0 set		^[[00u
1550562449Speter#	SSP1 partition n format 1 	^[[PnPnSTRINGu
1550662449Speter#	SSP2 partition n format 2 	^[[PnPnSTRINGu
1550762449Speter#	SSP3 partition n format 3 	^[[PnPnu
1550862449Speter#	ATR attribute (visual)
1550962449Speter#	    blink :			^[sB
1551062449Speter#	    dim :			^[sL
1551162449Speter#	    hide (blank) :		^[sH
1551262449Speter#	    restore :			^[sR
1551362449Speter#	    inverse video :		^[sI
1551462449Speter#	    prot. :			^[sP
1551562449Speter#	    underline :			^[s_
1551662449Speter#	    reset :			^{
1551762449Speter#
1551862449Speter# This covers the vip7800 and BQ3155-vip7800
1551962449Spetervip|Bull Questar 3155-7800, 
1552062449Speter	am, eslok, hs, km, mc5i, msgr, xenl, xon, 
1552162449Speter	cols#80, it#8, lines#24, vt#3, wsl#80, 
1552262449Speter	acsc=0pjdkblamcnkqitgufvhwexj, bel=^G, blink=\EsB, 
1552362449Speter	cbt=\E[Z, clear=\E`, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1552462449Speter	cup=\E[%i%p1%03d%p2%03df, cuu1=\EA, dch1=\E[P, dim=\EsL, 
1552562449Speter	dl1=\E[M, dsl=\Ev, ed=\EJ, el=\EK, 
1552662449Speter	flash=\007$<80>\007$<80>\007, fsl=\EO, home=\EH, ht=^I, 
1552762449Speter	hts=\Ep, ich1=\E[I, ind=^J, invis=\EsH, 
1552862449Speter	is2=\E[00u\E[<>001001024080024080u\E[01u, 
1552962449Speter	is3=\Er\E[W\E`, kHOM=\EH, kLFT=\Eo, kRIT=\Eu, kbs=^H, 
1553062449Speter	kcbt=\E[Z, kclr=\E`, kctab=\E[g, kcub1=\ED, kcud1=\EB, 
1553162449Speter	kcuf1=\EC, kcuu1=\EA, kdch1=\E[P, kdl1=\E[M, ked=\EJ, 
1553262449Speter	kel=\EK, kf1=\E0, kf10=\ET, kf11=\E\\, kf12=\E\^, kf13@, kf14@, 
1553362449Speter	kf15@, kf16@, kf17@, kf18@, kf19@, kf2=\E2, kf20@, kf21=\E1, 
1553462449Speter	kf22=\E5, kf23=\E7, kf24=\E9, kf25=\E;, kf26=\E=, kf27=\E?, 
1553562449Speter	kf28=\EQ, kf29=\ES, kf3=\E6, kf30=\EV, kf31=\E], kf32=\E_, 
1553662449Speter	kf4=\E8, kf5=\E\:, kf6=\E<, kf7=\E>, kf8=\EP, kf9=\ER, 
1553762449Speter	khome=\EH, khts=\Ep, kich1=\E[I, kil1=\E[L, kind=\E[0s, 
1553862449Speter	kll=\EH\EA, kri=\E[1s, krmir=\E[J, ktbc=\E[N, lf1=pf1, 
1553962449Speter	lf2=pf2, lf3=pf3, lf4=pf4, ll=\EH\EA, mc0=\E[0p, mc4=\E[<p, 
1554062449Speter	mc5=\E[3p, nel=^M, prot=\EsP, rev=\EsI, 
1554162449Speter	ri=\EA\EJ\EH\E[L$<10>, rmacs=\EF, rmir=\E[J, rmso=\EsR, 
1554262449Speter	rmul=\EsR, rs1=\Ec, rs2=\E[G, s0ds=\EF, s1ds=\EG, 
1554362449Speter	sgr0=\EsR\EsU\EF, smacs=\EG, smir=\E[I, smso=\EsI, 
1554462449Speter	smul=\Es_, tbc=\E[N, tsl=\Ew, 
1554562449Speter# normal screen, 8 bits, 132 columns terminal.
1554662449Spetervip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide, 
1554762449Speter	cols#132, wsl#132, 
1554862449Speter	is2=\E[00u\E[<>001001024132024132u\E[01u, use=vip, 
1554962449Spetervip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines, 
1555062449Speter	lines#72, 
1555162449Speter	is2=\E[00u\E[<>001001024080072080u\E[01u, use=vip, 
1555262449Spetervip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines, 
1555362449Speter	cols#132, lines#72, wsl#132, 
1555462449Speter	is2=\E[00u\E[<>001001024132072132u\E[01u, use=vip, 
1555562449Speter
1555650276Speter#### Chromatics
1555750276Speter#
1555850276Speter
1555950276Speter# I have put the long strings in <smcup>/<rmcup>. Ti sets up a window 
1556050276Speter# that is smaller than the screen, and puts up a warning message 
1556150276Speter# outside the window. Te erases the warning message, puts the 
1556250276Speter# window back to be the whole screen, and puts the cursor at just
1556350276Speter# below the small window. I defined <cnorm> and <civis> to really turn 
1556450276Speter# the cursor on and off, but I have taken this out since I don't 
1556550276Speter# like the cursor being turned off when vi exits.   
1556650276Spetercg7900|chromatics|chromatics 7900, 
1556750276Speter	am, 
1556850276Speter	cols#80, lines#40, 
1556950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^], 
1557050276Speter	cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2, 
1557150276Speter	ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|, 
1557250276Speter	rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,, 
1557350276Speter	rmso=\001C1\,\001c2\,, 
1557450276Speter	smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,, 
1557550276Speter	smso=\001C4\,\001c7\,, uc=\001\001_\001\0, 
1557650276Speter
1557750276Speter#### Computer Automation
1557850276Speter#
1557950276Speter
1558050276Speterca22851|computer automation 22851, 
1558150276Speter	am, 
1558250276Speter	cols#80, lines#24, 
1558350276Speter	bel=^G, clear=\014$<8>, cr=^M, cub1=^U, cud1=^J, cuf1=^I, 
1558450276Speter	cup=\002%i%p1%c%p2%c, cuu1=^V, ed=^\, el=^], home=^^, ind=^J, 
1558550276Speter	kcub1=^U, kcud1=^W, kcuu1=^V, khome=^^, 
1558650276Speter
1558750276Speter#### Cybernex
1558850276Speter#
1558950276Speter
1559050276Speter# This entry has correct padding and the undocumented "ri" capability
1559150276Spetercyb83|xl83|cybernex xl-83, 
1559262449Speter	OTbs, am, 
1559350276Speter	cols#80, lines#24, 
1559450276Speter	bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1559550276Speter	cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, 
1559650276Speter	ed=\020$<62>, el=\017$<3>, home=^K, ind=^J, kcub1=^H, 
1559750276Speter	kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, 
1559850276Speter# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
1559950276Spetercyb110|mdl110|cybernex mdl-110, 
1560062449Speter	OTbs, am, 
1560150276Speter	cols#80, lines#24, 
1560250276Speter	bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1560350276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1560450276Speter	dch1=\016A\036$<3.5>, dl1=\016A\016\036$<40>, 
1560550276Speter	ed=\016@\026$<6>, el=\016@\026$<145>, home=^Y, 
1560650276Speter	ht=\011$<43>, ich1=\016A\035$<3.5>, 
1560750276Speter	il1=\016A\016\035$<65>, ind=^J, rmso=^NG, smso=^NF, 
1560850276Speter
1560950276Speter#### Datapoint
1561050276Speter#
1561150276Speter# Datapoint is gone.  They used to be headquartered in Texas.
1561250276Speter# They created ARCnet, an Ethernet competitor that flourished for a while
1561350276Speter# in the early 1980s before 3COM got wise and cut its prices.  The service
1561450276Speter# side of Datapoint still lives (1995) in the form of Intelogic Trace.
1561550276Speter#
1561650276Speter
1561750276Speterdp3360|datapoint|datapoint 3360, 
1561862449Speter	OTbs, am, 
1561950276Speter	cols#82, lines#25, 
1562050276Speter	bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, 
1562150276Speter	ed=^_, el=^^, home=^], ind=^J, 
1562250276Speter
1562350276Speter# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
1562450276Speter# The Datapoint 8242 Workstation was sold at least between 1985 
1562550276Speter# and 1989. To make the terminal work with this entry, press 
1562650276Speter# CONTROL-INT-INT to take the terminal off-line, and type (opt). 
1562750276Speter# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO 
1562850276Speter# CR/LF off. Use control-shift-[] as escape key, control-I as tab, 
1562950276Speter# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
1563050276Speter# fact unusable because the strings sent by the terminal conflict
1563150276Speter# with other keys).
1563250276Speter# The terminal is capable of displaying "box draw" characters.
1563350276Speter# For each graphic character you must send 2 ESC's (\E\E) followed 
1563450276Speter# by a control character as follows: 
1563550276Speter#         character        meaning
1563650276Speter#         =========        =======
1563750276Speter#         ctrl-E           top tee
1563850276Speter#         ctrl-F           right tee
1563950276Speter#         ctrl-G           bottom tee
1564050276Speter#         ctrl-H           left tee
1564150276Speter#         ctrl-I           cross
1564250276Speter#         ctrl-J           top left corner
1564350276Speter#         ctrl-K           top right corner
1564450276Speter#         ctrl-L           bottom left corner
1564550276Speter#         ctrl-M           bottom right corner
1564650276Speter#         ctrl-N           horizontal line
1564750276Speter#         ctrl-O           vertical line
1564850276Speter# Unfortunately this cannot be fitted into the termcap/terminfo 
1564950276Speter# description scheme. 
1565050276Speterdp8242|datapoint 8242, 
1565150276Speter	msgr, 
1565250276Speter	cols#80, lines#25, 
1565350276Speter	bel=^G, civis=^Y, clear=\025\E\004\027\030, cnorm=^X, 
1565450276Speter	cr=^M, cub1=^H, cud1=^J, 
1565550276Speter	cup=\011%p2%'\0'%+%c%p1%'\0'%+%c, dl1=\E^Z, ed=^W, el=^V, 
1565650276Speter	home=^U, ht=^I, il1=\E^T, ind=^C, 
1565750276Speter	is1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1565850276Speter	kbs=^H, kcub1=^D, kcud1=^B, kcuf1=^F, kcuu1=^E, kf1=^G\Ee, 
1565950276Speter	kf10=\EK\Ea, kf2=^I\Ed, kf3=^J\Ec, kf4=^J\Eb, kf5=^S\Ea, 
1566050276Speter	kf6=\EO\Ee, kf7=\EN\Ed, kf8=\EM\Ec, kf9=\EL\Eb, nel=^M^J, 
1566150276Speter	rep=\E\023%p1%c%p2%c, ri=^K, rmso=\E^D, rmul=\E^D, 
1566250276Speter	rs1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1566350276Speter	smso=\E^E, smul=\E^F, 
1566450276Speter	wind=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025, 
1566550276Speter
1566650276Speter#### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
1566750276Speter#
1566850276Speter# These entries are DEC's official terminfos for its older terminals.
1566950276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
1567050276Speter# Engineering for more information.  Updated terminfos and termcaps 
1567150276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1567250276Speter#
1567350276Speter
1567450276Spetergt40|dec gt40, 
1567562449Speter	OTbs, os, 
1567650276Speter	cols#72, lines#30, 
1567750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1567850276Spetergt42|dec gt42, 
1567962449Speter	OTbs, os, 
1568050276Speter	cols#72, lines#40, 
1568150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1568250276Spetervt50|dec vt50, 
1568362449Speter	OTbs, 
1568450276Speter	cols#80, lines#12, 
1568550276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1568650276Speter	cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1568750276Spetervt50h|dec vt50h, 
1568862449Speter	OTbs, 
1568950276Speter	cols#80, lines#12, 
1569050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1569150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1569250276Speter	el=\EK, ht=^I, ind=^J, ri=\EI, 
1569350276Speter# (vt61: there's a BSD termcap that claims <dl1=\EPd>, <il1=\EPf.> <kbs=^H>)
1569450276Spetervt61|vt-61|vt61.5|dec vt61, 
1569550276Speter	cols#80, lines#24, 
1569650276Speter	bel=^G, clear=\EH\EJ$<120>, cr=\r$<20>, cub1=^H, cud1=^J, 
1569750276Speter	cuf1=\EC$<20>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, 
1569850276Speter	cuu1=\EA$<20>, ed=\EJ$<120>, el=\EK$<70>, ht=^I, 
1569950276Speter	ind=\n$<20>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1570050276Speter	ri=\E$<20>I, 
1570150276Speter
1570250276Speter# The gigi does standout with red!
1570350276Speter# (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
1570450276Spetergigi|vk100|dec gigi graphics terminal, 
1570562449Speter	OTbs, am, xenl, 
1570650276Speter	cols#84, lines#24, 
1570750276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1570850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1570950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1571050276Speter	el=\E[K, ht=^I, ind=^J, 
1571150276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h, 
1571250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1571350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1571450276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1571550276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7;31m, 
1571650276Speter	smul=\E[4m, 
1571750276Speter
1571850276Speter# DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
1571950276Speter# a PC differentiated from the IBM clones.  It was a total, ludicrous,
1572050276Speter# grossly-overpriced failure (among other things, DEC's OS didn't include
1572150276Speter# a format program, so you had to buy pre-formatted floppies from DEC at
1572250276Speter# a hefty premium!).
1572350276Speterpro350|decpro|dec pro console, 
1572462449Speter	OTbs, 
1572550276Speter	cols#80, it#8, lines#24, 
1572650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1572750276Speter	clear=\EH\EJ, cub1=^H, cud1=\EB, cuf1=\EC, 
1572850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1572950276Speter	el=\EK, home=\EH, ht=^I, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1573050276Speter	kcuu1=\EA, kf0=\EE, kf1=\EF, kf2=\EG, kf3=\EH, kf4=\EI, 
1573150276Speter	kf5=\EJ, kf6=\Ei, kf7=\Ej, khome=\EH, ri=\EI, rmacs=\EG, 
1573250276Speter	rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, 
1573350276Speter
1573450276Speterdw1|decwriter I, 
1573562449Speter	OTbs, hc, os, 
1573650276Speter	cols#72, 
1573750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1573850276Speterdw2|decwriter|dw|decwriter II, 
1573962449Speter	OTbs, hc, os, 
1574050276Speter	cols#132, 
1574150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1574250276Speter# \E(B		Use U.S. character set (otherwise # => british pound !)
1574350276Speter# \E[20l	Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
1574450276Speter# \E[w   	10 char/in pitch
1574550276Speter# \E[1;132	full width horizontal margins
1574650276Speter# \E[2g		clear all tab stops
1574750276Speter# \E[z		6 lines/in
1574850276Speter# \E[66t	66 lines/page (for \f)
1574950276Speter# \E[1;66r	full vertical page can be printed
1575050276Speter# \E[4g		clear vertical tab stops
1575150276Speter# \E>		disable alternate keypad mode (so it transmits numbers!)
1575250276Speter# \E[%i%p1%du	set tab stop at column %d (origin == 1)
1575350276Speter#		(Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
1575450276Speter#		a tab stop)
1575550276Speter#
1575650276Speter#       The dw3 does standout with wide characters.
1575750276Speter#
1575850276Speterdw3|la120|decwriter III, 
1575962449Speter	OTbs, hc, os, 
1576050276Speter	cols#132, 
1576150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, 
1576250276Speter	is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, 
1576350276Speter	is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, 
1576450276Speter	kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w, 
1576550276Speterdw4|decwriter IV, 
1576662449Speter	OTbs, am, hc, os, 
1576750276Speter	cols#132, 
1576850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, 
1576950276Speter	kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
1577050276Speter
1577150276Speter# These aren't official
1577250276Speterln03|dec ln03 laser printer, 
1577350276Speter	hc, 
1577450276Speter	cols#80, lines#66, 
1577550276Speter	bel=^G, cr=^M, cud1=^J, hd=\EK, ht=^I, hu=\EL, ind=^J, nel=^M^J, 
1577650276Speter	rmso=\E[22m, rmul=\E[24m, sgr0=\E[m, smso=\E[1m, 
1577750276Speter	smul=\E[4m, 
1577850276Speterln03-w|dec ln03 laser printer 132 cols, 
1577950276Speter	cols#132, 
1578050276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
1578162449Speter	kcud1=^J, nel=^M^J, use=ln03, 
1578250276Speter
1578350276Speter#### Delta Data (dd)
1578450276Speter#
1578550276Speter
1578650276Speter# Untested. The cup sequence is hairy enough that it probably needs work.
1578750276Speter# The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
1578850276Speter# There are BSD-derived termcap entries floating around for this puppy
1578950276Speter# that are *certainly* wrong.
1579050276Speterdelta|dd5000|delta data 5000, 
1579162449Speter	OTbs, am, 
1579250276Speter	cols#80, lines#27, 
1579350276Speter	bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, 
1579450276Speter	cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-%{57}%+%c, 
1579550276Speter	cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, 
1579650276Speter
1579750276Speter#### Digital Data Research (ddr)
1579850276Speter#
1579950276Speter
1580050276Speter# (ddr: I added <rmam>/<smam> based on the init string -- esr)
1580150276Speterddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, 
1580262449Speter	OTbs, am, xenl, 
1580350276Speter	cols#80, it#8, lines#24, vt#3, 
1580450276Speter	blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1580550276Speter	clear=\E[H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
1580650276Speter	cud1=^J, cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
1580750276Speter	cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
1580850276Speter	ht=^I, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, kbs=^H, 
1580950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1581050276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1581150276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, rmam=\E[7l, 
1581250276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m$<2/>, 
1581350276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1581450276Speter	sgr0=\E[m$<2/>, smam=\E[7l, smkx=\E[?1h\E=, smso=\E[7m, 
1581550276Speter	smul=\E[4m$<2/>, 
1581650276Speter
1581750276Speter#### Evans & Sutherland
1581850276Speter#
1581950276Speter
1582050276Speter# Jon Leech <leech@cs.unc.edu> tells us:
1582150276Speter# The ps300 was the Evans & Sutherland Picture System 300, a high
1582250276Speter# performance 3D vector graphics system with a bunch of specialized hardware.
1582350276Speter# Approximate date of release was 1982 (early 80s, anyway), and it had several
1582450276Speter# evolutions including (limited) color versions such as the PS330C. PS300s
1582550276Speter# were effectively obsolete by the late 80s, replaced by raster graphics
1582650276Speter# systems, although specialized applications like molecular modelling
1582750276Speter# hung onto them for a while longer.  AFAIK all E&S vector graphics systems
1582850276Speter# are out of production, though of course E&S is very much alive (in 1996).
1582950276Speter# (ps300: changed ":pt@:" to "it@" -- esr)
1583050276Speter#
1583150276Speterps300|Picture System 300, 
1583250276Speter	xt, 
1583350276Speter	it@, 
1583450276Speter	rmso@, rmul@, smso@, smul@, use=vt100, 
1583550276Speter
1583650276Speter#### General Electric (ge)
1583750276Speter#
1583850276Speter
1583950276Speterterminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, 
1584062449Speter	OTbs, hc, os, 
1584150276Speter	cols#120, 
1584250276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1584350276Speter
1584450276Speter#### Heathkit/Zenith
1584550276Speter#
1584650276Speter
1584750276Speter# Here is a description of the H19 DIP switches:
1584850276Speter#
1584950276Speter# S401
1585050276Speter# 0-3 = baud rate as follows:
1585150276Speter# 
1585250276Speter#         3       2       1       0
1585350276Speter#	---	---	---	--- 
1585450276Speter#         0       0       1       1       300 baud
1585550276Speter#         0       1       0       1       1200 baud
1585650276Speter#         1       0       0       0       2400 baud
1585750276Speter#         1       0       1       0       4800 baud
1585850276Speter#         1       1       0       0       9600 baud
1585950276Speter#         1       1       0       1       19.2K baud
1586050276Speter# 
1586150276Speter# 4 = parity (0 = no parity)
1586250276Speter# 5 = even parity (0 = odd parity)
1586350276Speter# 6 = stick parity (0 = normal parity)
1586450276Speter# 7 = full duplex (0 = half duplex)
1586550276Speter# 
1586650276Speter# S402 
1586750276Speter# 0 = block cursor (0 = underscore cursor)
1586850276Speter# 1 = no key click (0 = keyclick)
1586950276Speter# 2 = wrap at end of line (0 = no wrap)
1587050276Speter# 3 = auto LF on CR (0 = no LF on CR)
1587150276Speter# 4 = auto CR on LF (0 = no CR on LF)
1587250276Speter# 5 = ANSI mode (0 = VT52 mode)
1587350276Speter# 6 = keypad shifted (0 = keypad unshifted)
1587450276Speter# 7 = 50Hz refresh (1 = 60Hz refresh)
1587550276Speter# 
1587650276Speter# Factory Default settings are as follows:
1587750276Speter#          7 6 5 4 3 2 1 0
1587850276Speter# S401     1 0 0 0 1 1 0 0
1587950276Speter# S402     0 0 0 0 0 0 0 0
1588050276Speter# (h19: I added <rmam>/<smam> based on the init string;
1588150276Speter# also added empty <acsc> to suppress a tic warning -- esr)
1588250276Speterh19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode, 
1588362449Speter	OTbs, am, mir, msgr, 
1588450276Speter	cols#80, it#8, lines#24, 
1588550276Speter	acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, 
1588650276Speter	cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, 
1588750276Speter	cuu1=\E[1A, cvvis=\E[>4h, dch1=\E[1P, dl1=\E[1M$<1*>, 
1588850276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L$<1*>, ind=^J, 
1588950276Speter	is2=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h, 
1589050276Speter	kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A, 
1589150276Speter	kf1=\EOS, kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, 
1589250276Speter	kf7=\EOQ, kf8=\EOR, khome=\E[H, lf6=blue, lf7=red, lf8=white, 
1589350276Speter	ri=\EM, rmacs=\E[11m, rmam=\E[?7l, rmir=\E[4l, rmso=\E[m, 
1589450276Speter	smacs=\E[10m, smam=\E[?7h, smir=\E[4h, smso=\E[7m, 
1589550276Speterh19-bs|heathkit w/keypad shifted, 
1589650276Speter	rmkx=\Eu, smkx=\Et, use=h19-b, 
1589750276Speterh19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor, 
1589862449Speter	rmkx=\Eu, smkx=\Et, use=h19-u, 
1589950276Speter# (h19: merged in <ip> from BSDI hp19-e entry>;
1590050276Speter# also added empty <acsc> to suppress a tic warning --esr)
1590150276Speter# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998 
1590250276Speter# Tim tells us that:
1590350276Speter# I have an old Zenith-19 terminal at home that still gets a lot of use.
1590450276Speter# This terminal suffers from the same famous insert-mode padding lossage
1590550276Speter# that has been acknowledged for the Z29 terminal.  Emacs is nearly
1590650276Speter# unusable on this box, since even a half-scroll up or down the window
1590750276Speter# causes flaming terminal death.
1590850276Speter#   
1590950276Speter# On the Z19, the only way I have found around this problem is to remove
1591050276Speter# the :al: and :dl: entries entirely.  No amount of extra padding will
1591150276Speter# help (I have tried up to 20000).  Removing <il1=\EL$> and <dl1=\EM$>
1591250276Speter# makes Emacs a little slower, but it remains in the land of the living.
1591350276Speter# Big win.
1591450276Speterh19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, 
1591562449Speter	OTbs, am, eslok, hs, mir, msgr, 
1591650276Speter	cols#80, it#8, lines#24, 
1591750276Speter	acsc=, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, 
1591850276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1591950276Speter	cvvis=\Ex4, dch1=\EN, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, 
1592050276Speter	ht=^I, ind=^J, ip=<1.5/>, kbs=^H, kcub1=\ED, kcud1=\EB, 
1592150276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1592250276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, 
1592350276Speter	lf7=red, lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1592450276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1592550276Speter	tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, 
1592650276Speterh19-u|heathkit with underscore cursor, 
1592750276Speter	cnorm@, cvvis@, use=h19-b, 
1592850276Speterh19-g|h19g|heathkit w/block cursor, 
1592950276Speter	cnorm=\Ex4, use=h19-b, 
1593050276Speteralto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, 
1593150276Speter	lines#60, 
1593250276Speter	dl1=\EM, il1=\EL, use=h19, 
1593350276Speter
1593450276Speter# The major problem with the Z29 is that it requires more padding than the Z19.
1593550276Speter#
1593650276Speter# The problem with declaring an H19 to be synonymous with a Z29 is that
1593750276Speter# it needs more padding. It especially loses if a program attempts
1593850276Speter# to put the Z29 into insert mode and insert text at 9600 baud. It
1593950276Speter# even loses worse if the program attempts to insert tabs at 9600
1594050276Speter# baud. Adding padding to text that is inserted loses because in 
1594150276Speter# order to make the Z29 not die, one must add so much padding that
1594250276Speter# whenever the program tries to use insert mode, the effective 
1594350276Speter# rate is about 110 baud.
1594450276Speter# 
1594550276Speter# What program would want to put the terminal into insert mode 
1594650276Speter# and shove stuff at it at 9600 baud you ask?  
1594750276Speter# 
1594850276Speter# Emacs. Emacs seems to want to do the mathematically optimal 
1594950276Speter# thing in doing a redisplay rather than the practical thing.
1595050276Speter# When it is about to output a line on top of a line that is 
1595150276Speter# already on the screen, instead of just killing to the end of 
1595250276Speter# the line and outputting the new line, it compares the old line 
1595350276Speter# and the new line and if there are any similarities, it 
1595450276Speter# constructs the new line by deleting the text on the old line 
1595550276Speter# on the terminal that is already there and then inserting new
1595650276Speter# text into the line to transform it into the new line that is 
1595750276Speter# to be displayed. The Z29 does not react kindly to this.
1595850276Speter# 
1595950276Speter# But don't cry for too long.... There is a solution. You can make
1596050276Speter# a termcap entry for the Z29 that says the Z29 has no insert mode.
1596150276Speter# Then Emacs cannot use it. "Oh, no, but now inserting into a 
1596250276Speter# line will be really slow", you say. Well there is a sort of a
1596350276Speter# solution to that too. There is an insert character option on 
1596450276Speter# the Z29 that will insert one character. Unfortunately, it 
1596550276Speter# involves putting the terminal into ansi mode, inserting the 
1596650276Speter# character, and changing it back to H19 mode. All this takes 12 
1596750276Speter# characters. Pretty expensive to insert one character, but it 
1596850276Speter# works. Either Emacs doesn't try to use its inserting hack when 
1596950276Speter# it's only given an insert character ability or the Z29 doesn't 
1597050276Speter# require padding with this (the former is probably more likely, 
1597150276Speter# but I haven't checked it out).
1597250276Speter# (z29: added empty <acsc> to suppress a tic warning, merged in
1597350276Speter# status line capabilities from BRL entry --esr)
1597450276Speterz29|zenith29|z29b|zenith z29b, 
1597562449Speter	OTbs, OTpt, am, eslok, hs, mir, msgr, 
1597662449Speter	OTkn#10, cols#80, lines#24, 
1597762449Speter	OTbc=\ED, acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4, 
1597862449Speter	cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1597950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, 
1598050276Speter	cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1/>, dsl=\Ey1, 
1598150276Speter	ed=\EJ$<14>, el=\EK$<1>, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1598250276Speter	ich1=\E<\E[1@\E[?2h$<1>, il1=\EL$<1/>, ind=\n$<2>, 
1598350276Speter	is2=\E<\E[?2h\Ev, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1598450276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1598550276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
1598650276Speter	lf0=home, ri=\EI$<2/>, rmacs=\EF, rmir=\EO, rmso=\Eq, 
1598750276Speter	rmul=\Es0, smacs=\EG, smir=\E@, smso=\Ep, smul=\Es8, 
1598850276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1598950276Speter# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
1599050276Speter# the world is stable. <rs1> causes the terminal to be reset to the state
1599150276Speter# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
1599250276Speter# cursor, bc -> block cursor.
1599350276Speter# From: Mike Meyers
1599450276Speter# (z29a: replaced nonexistent <if=/usr/share/tabset/zenith29> befause <hts>
1599550276Speter# looks vt100-compatible -- esr)
1599650276Speterz29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode, 
1599762449Speter	OTbs, OTpt, am, eslok, hs, mir, msgr, 
1599862449Speter	OTkn#10, cols#80, it#8, lines#24, 
1599962449Speter	OTbc=\ED, bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J, 
1600062449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1600150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1600250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1600350276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1600450276Speter	dsl=\E[>1l, ed=\E[J, el=\E[K, fsl=\E[u\E[>5l, home=\E[H, 
1600550276Speter	ht=^I, hts=\EH, if=/usr/share/tabset/vt100, il=\E[%p1%dL, 
1600650276Speter	ind=\ED, kbs=^H, kclr=\E[J, kcub1=\EOD, kcud1=\EOB, 
1600750276Speter	kcuf1=\EOC, kcuu1=\EOA, ked=\E[J, kf0=\E[~, kf1=\EOS, 
1600850276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1600950276Speter	kf8=\EOR, kf9=\EOX, khome=\E[H, lf0=help, mc0=\E#7, 
1601050276Speter	nel=^M\ED, rc=\E[r, rev=\E[7m, ri=\EM, rmcup=\E[?7h, 
1601150276Speter	rmso=\E[m, rmul=\E[m, 
1601250276Speter	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, 
1601350276Speter	sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m, 
1601450276Speter	tbc=\E[3g, tsl=\E[s\E[>5;1h\E[25;%i%dH\E[1K, 
1601550276Speterz29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor, 
1601650276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m, 
1601750276Speter	use=z29a, 
1601850276Speterz29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick, 
1601950276Speter	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, 
1602050276Speter	use=z29a, 
1602150276Speterz29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick, 
1602250276Speter	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, 
1602350276Speter	use=z29a, 
1602450276Speter# From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
1602550276Speterz39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode, 
1602650276Speter	am, eslok, hs, mc5i, mir, msgr, xon, 
1602750276Speter	cols#80, lines#24, 
1602850276Speter	acsc=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1602950276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h, 
1603050276Speter	clear=\E[2J\E[H, cnorm=\E[>5l, cr=^M, 
1603150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1603250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1603350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1603450276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1603550276Speter	dl1=\E[1M, dsl=\E[>1l, ed=\E[0J, el=\E[0K, el1=\E[1K, 
1603650276Speter	fsl=\E[u, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[1L, 
1603750276Speter	ind=^J, is2=\E<\E[>1;3;5;6;7l\E[0m\E[2J, ka1=\EOw, 
1603850276Speter	ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, 
1603950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ked=\E[J, kf1=\EOS, 
1604050276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1604150276Speter	kf8=\EOR, kf9=\EOX, khlp=\E[~, khome=\E[H, ll=\E[24;1H, 
1604250276Speter	mc0=\E[?19h\E[i, mc4=\E[4i, mc5=\E[5i, rc=\E[u, rev=\E[7m, 
1604350276Speter	rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m, 
1604450276Speter	rmul=\E[0m, rs2=\E<\Ec\0, sc=\E[s, sgr0=\E[0m, smacs=\E(0, 
1604550276Speter	smir=\E[4h, smkx=\E[>7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1604650276Speter	tsl=\E[s\E[>1h\E[25;%i%p1%dH, 
1604750276Speter
1604850276Speter# From: Brad Brahms <Brahms@USC-ECLC>
1604950276Speterz100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, 
1605062449Speter	cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, use=z100bw, 
1605150276Speter# (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
1605250276Speterz100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, 
1605362449Speter	OTbs, OTpt, mir, msgr, 
1605462449Speter	OTkn#10, cols#80, it#8, lines#24, 
1605550276Speter	acsc=, clear=\EE$<5*/>, cnorm=\Ey4, cub1=^H, cud1=\EB, 
1605650276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, 
1605750276Speter	cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, 
1605850276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL$<5*/>, kbs=^H, 
1605950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EJ, kf1=\ES, 
1606050276Speter	kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1606150276Speter	kf9=\EOI, khome=\EH, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1606250276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1606350276Speterp19|h19-b with il1/dl1, 
1606450276Speter	dl1=\EM$<2*/>, il1=\EL$<2*/>, use=h19-b, 
1606550276Speter# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
1606650276Speter# (ztx: removed duplicate :sr: -- esr)
1606750276Speterztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11, 
1606862449Speter	OTbs, am, eslok, hs, 
1606950276Speter	cols#80, it#8, lines#24, 
1607050276Speter	clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, 
1607150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1607250276Speter	dsl=\Ey1, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1607350276Speter	il1=\EL, is2=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>, 
1607450276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\ES, 
1607550276Speter	kf1=\EB, kf2=\EU, kf3=\EV, kf4=\EW, kf5=\EP, kf6=\EQ, kf7=\ER, 
1607650276Speter	ri=\EI, rmso=\Eq, rmul=\Eq, smso=\Es5, smul=\Es2, 
1607750276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1607850276Speter
1607950276Speter#### IMS International (ims)
1608050276Speter#
1608150276Speter# There was a company called IMS International located in Carson City, 
1608250276Speter# Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
1608350276Speter# bus/Z80 hardware and a line of terminals called Ultimas.  
1608450276Speter#
1608550276Speter
1608650276Speter# From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
1608750276Speterims950-b|bare ims950 no init string, 
1608850276Speter	is2@, use=ims950, 
1608950276Speter# (ims950: removed obsolete ":ko@:" -- esr)
1609050276Speterims950|ims televideo 950 emulation, 
1609150276Speter	xenl@, 
1609250276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1609362449Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950, 
1609450276Speter# (ims950-rv: removed obsolete ":ko@:" -- esr)
1609550276Speterims950-rv|ims tvi950 rev video, 
1609650276Speter	xenl@, 
1609750276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1609862449Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950-rv, 
1609950276Speterims-ansi|ultima2|ultimaII|IMS Ultima II, 
1610062449Speter	OTbs, am, 
1610150276Speter	cols#80, it#8, lines#24, 
1610250276Speter	clear=\E[H\E[2J, cub1=^H, cud1=\ED, 
1610350276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, 
1610450276Speter	ht=^I, if=/usr/share/tabset/vt100, 
1610550276Speter	is2=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r, kcub1=\E[D, 
1610650276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, ri=\EM, 
1610750276Speter	rmso=\E[m\E[1m, rmul=\E[m\E[1m, sgr0=\E[m, smso=\E[7m, 
1610850276Speter	smul=\E[4m, 
1610950276Speter
1611050276Speter#### Intertec Data Systems
1611150276Speter#
1611250276Speter# I think this company is long dead as of 1995.  They made an early CP/M
1611350276Speter# micro called the "Intertec Superbrain" that was moderately popular,
1611450276Speter# then sank out of sight.
1611550276Speter#
1611650276Speter
1611750276Spetersuperbrain|intertec superbrain, 
1611862449Speter	OTbs, am, bw, 
1611950276Speter	cols#80, lines#24, 
1612062449Speter	OTbc=^U, bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J, 
1612162449Speter	cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, 
1612250276Speter	ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, 
1612350276Speter	kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, 
1612450276Speter# (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>, 
1612550276Speter# rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
1612650276Speter# and the reverse is actually true.  Try it. -- esr)
1612750276Speterintertube|intertec|Intertec InterTube, 
1612862449Speter	OTbs, am, 
1612950276Speter	cols#80, lines#25, 
1613050276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1613150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, 
1613250276Speter	ind=^J, rmso=\E0@, smso=\E0P, 
1613350276Speter# The intertube 2 has the "full duplex" problem like the tek 4025: if you
1613450276Speter# are typing and a command comes in, the keystrokes you type get interspersed
1613550276Speter# with the command and it messes up
1613650276Speterintertube2|intertec data systems intertube 2, 
1613762449Speter	OTbs, 
1613850276Speter	cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
1613950276Speter	el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, 
1614062449Speter	ll=^K^X\r, vpa=\013%p1%c, use=intertube, 
1614150276Speter
1614250276Speter#### Ithaca Intersystems
1614350276Speter#
1614450276Speter# This company made S100-bus personal computers long ago in the pre-IBM-PC
1614550276Speter# past.  They used to be reachable at:
1614650276Speter#
1614750276Speter#	Ithaca Intersystems
1614850276Speter#	1650 Hanshaw Road
1614950276Speter#	Ithaca, New York 14850
1615050276Speter#
1615150276Speter# However, the outfit went bankrupt years ago.
1615250276Speter#
1615350276Speter
1615450276Speter# The Graphos III was a color graphics terminal from Ithaca Intersystems.
1615550276Speter# These entries were written (originally in termcap syntax) by Brian Yandell 
1615650276Speter# <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the 
1615750276Speter# University of Wisconsin.
1615850276Speter
1615950276Speter# (graphos: removed obsolete and syntactically incorrect :kn=4:, 
1616050276Speter# removed <if=/usr/share/tabset/init.graphos> and 
1616150276Speter# <rf=/usr/share/tabset/init.graphos> no such file & no <hts> -- esr)
1616250276Spetergraphos|graphos III, 
1616350276Speter	am, mir, 
1616450276Speter	cols#80, it#8, lines#24, 
1616550276Speter	clear=\E[H\E[2J, cnorm=\Ez56;2;0;0z\Ez73z\Ez4;1;1z, 
1616650276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1616750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1616850276Speter	cuu=\E[%p1%dA, cuu1=\E[A, 
1616950276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;24z, dch1=\E[P, dl=\E[%p1%dM, 
1617050276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
1617150276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1617250276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1617350276Speter	kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, rmdc=\E[4l, 
1617450276Speter	rmir=\E[4l, rmso=\E[m, sc=\E7, sgr0=\E[m, smdc=\E[4h, 
1617550276Speter	smir=\E[4h, smso=\E[7m, 
1617650276Spetergraphos-30|graphos III with 30 lines, 
1617750276Speter	lines#30, 
1617850276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;30z, use=graphos, 
1617950276Speter
1618050276Speter#### Modgraph
1618150276Speter#
1618250276Speter# These people used to be reachable at:
1618350276Speter#
1618450276Speter#	Modgraph, Inc
1618550276Speter#	1393 Main Street,
1618650276Speter#	Waltham, MA 02154
1618750276Speter#	Vox: (617)-890-5796.
1618850276Speter#
1618950276Speter# However, if you call that number today you'll get an insurance company.
1619050276Speter# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated 
1619150276Speter# 26 Feb 1997 that says:
1619250276Speter#
1619350276Speter# Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
1619450276Speter# for ~7 years.  Modgraph still in business.  Products are rugged laptop and
1619550276Speter# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
1619650276Speter# panel-mount etc).  I can be emailed at sonfour@aol.com
1619750276Speter#
1619850276Speter# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
1619950276Speter# dated 1984.  According to the manual, it featured Tek 4010/4014
1620050276Speter# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
1620150276Speter#
1620250276Speter
1620350276Spetermodgraph|mod24|modgraph terminal emulating vt100, 
1620450276Speter	xenl@, 
1620550276Speter	cols#80, lines#24, 
1620650276Speter	cvvis=\E\^9;0s\E\^7;1s, 
1620750276Speter	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, 
1620862449Speter	rf@, ri=\EM\E[K$<5/>, use=vt100, 
1620950276Speter# The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
1621050276Spetermodgraph2|modgraph gx-1000 80x24 with keypad not enabled, 
1621150276Speter	am, da, db, 
1621250276Speter	cols#80, it#8, lines#24, 
1621350276Speter	clear=\EH\EJ$<50/>, cub1=^H, cuf1=\EC$<2/>, 
1621450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>, cuu1=\EA$<2/>, 
1621550276Speter	ed=\EJ$<50/>, el=\EK$<3/>, ht=^I, 
1621650276Speter	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, 
1621750276Speter	ri=\EI$<5/>, 
1621850276Speter#
1621950276Speter# Modgraph from Nancy L. Cider <nancyc@brl-tbd>
1622050276Speter# BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
1622150276Speter# If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
1622250276Speter# mark and using delete-to-killbuffer work correctly.  However, we would
1622350276Speter# like normal mode of operation to be using a Modgraph with 48 line setting.
1622450276Speter# If we set TERM=mod (which is a valid entry in termcap with 48 lines)
1622550276Speter# the setting mark and delete-to-killbuffer results in the deletion of only
1622650276Speter# the line the mark is set on.
1622750276Speter# We've discovered that the delete-to-killbuffer works correctly
1622850276Speter# with TERM=mod and screen set to 80x48 but it's not obvious.  Only
1622950276Speter# the first line disappears but a ctrl-l shows that it did work
1623050276Speter# correctly.
1623150276Spetermodgraph48|mod|Modgraph w/48 lines, 
1623262449Speter	OTbs, OTpt, am, xenl, 
1623350276Speter	cols#80, it#8, lines#48, vt#3, 
1623462449Speter	OTnl=^J, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, 
1623562449Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1623650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1623750276Speter	flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q, 
1623850276Speter	home=\E[H, ht=^I, is2=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h, 
1623950276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1624050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, 
1624150276Speter	ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1624250276Speter	rs1=\E=\E[0q\E>, sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, 
1624350276Speter	smso=\E[7m, smul=\E[4m, 
1624450276Speter
1624550276Speter#### Morrow Designs
1624650276Speter# 
1624750276Speter# This was George Morrow's company.  They started in the late 1970s making
1624850276Speter# S100-bus machines.  They used to be reachable at:
1624950276Speter#
1625050276Speter#        Morrow
1625150276Speter#        600 McCormick St.
1625250276Speter#        San Leandro, CA 94577
1625350276Speter#
1625450276Speter# but they're long gone now (1995).
1625550276Speter#
1625650276Speter
1625750276Speter# The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
1625850276Speter# Jeff's specimen was dated June 1984.
1625950276Speter# From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
1626050276Spetermt70|mt-70|Morrow MD-70; native Morrow mode, 
1626150276Speter	am, mir, msgr, xon, 
1626250276Speter	cols#80, it#8, lines#24, 
1626350276Speter	acsc=+z\,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI, bel=^G, 
1626450276Speter	cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, 
1626550276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, 
1626650276Speter	cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, 
1626750276Speter	flash=\EK1$<200>\EK0, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
1626850276Speter	ind=^J, invis@, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r, 
1626950276Speter	kclr=^An\r, kcub1=^AL\r, kcud1=^AK\r, kcuf1=^AM\r, 
1627050276Speter	kcuu1=^AJ\r, kdch1=\177, kf1=^A@\r, kf10=^AI\r, kf11=^A`\r, 
1627150276Speter	kf12=^Aa\r, kf13=^Ab\r, kf14=^Ac\r, kf15=^Ad\r, kf16=^Ae\r, 
1627250276Speter	kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, 
1627350276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1627450276Speter	kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, 
1627566963Speter	rmacs=\E%%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E], 
1627666963Speter	smul=\EG1, tbc=\E0, use=adm+sgr, 
1627750276Speter
1627850276Speter#### Motorola
1627950276Speter#
1628050276Speter
1628150276Speter# Motorola EXORterm 155	from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
1628250276Speter# (Seth H Zirin)
1628350276Speterex155|Motorola Exorterm 155, 
1628462449Speter	OTbs, am, bw, 
1628562449Speter	OTkn#5, OTug#1, cols#80, lines#24, 
1628650276Speter	cbt=\E[, clear=\EX, cud1=\EB, cuf1=\ED, 
1628750276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, ed=\ET, el=\EU, 
1628850276Speter	home=\E@, ht=\EZ, kbs=^H, kcbt=\E[, kclr=\EX, kcub1=^H, 
1628950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, ked=\ET, kel=\EU, khome=\E@, 
1629050276Speter	rmso=\Ec\ED, rmul=\Eg\ED, smso=\Eb\ED, smul=\Ef\ED, 
1629150276Speter
1629250276Speter#### Omron
1629350276Speter#
1629450276Speter# This company is still around in 1995, manufacturing point-of-sale systems.
1629550276Speter
1629650276Speteromron|Omron 8025AG, 
1629762449Speter	OTbs, am, da, db, 
1629850276Speter	cols#80, lines#24, 
1629950276Speter	bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, 
1630050276Speter	cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, 
1630150276Speter	il1=\EL, ind=\ES, ri=\ET, rmso=\E4, smso=\Ef, 
1630250276Speter
1630350276Speter#### Ramtek
1630450276Speter#
1630550276Speter# Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
1630650276Speter# were competition for things like the Tektronics 4025.
1630750276Speter#
1630850276Speter
1630950276Speter# Ramtek 6221 from BRL, probably by Doug Gwyn
1631050276Speter# The following SET-UP modes are assumed for normal operation:
1631150276Speter#	UNDERLINE_CURSOR	ANSI_MODE	AUTO_XON/XOFF_ON
1631250276Speter#	NEWLINE_OFF		80_COLUMNS
1631350276Speter# Other SET-UP modes may be set for operator convenience or communication
1631450276Speter# requirements; I recommend
1631550276Speter#	SMOOTH_SCROLL	AUTO_REPEAT_ON	3_#_SHIFTED	WRAP_AROUND_ON
1631650276Speter# Hardware tabs are assumed to be every 8 columns; they can be set up by the
1631750276Speter# "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
1631850276Speter# Note that the Control-E key is useless on this brain-damaged terminal.  No
1631950276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1632050276Speterrt6221|Ramtek 6221 80x24, 
1632162449Speter	OTbs, OTpt, msgr, xon, 
1632262449Speter	OTkn#4, cols#80, it#8, lines#24, vt#3, 
1632350276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l, 
1632450276Speter	clear=\E[1;1H\E[J, cnorm=\E[>5h\E[>9h, cr=^M, 
1632550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1632650276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
1632750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
1632850276Speter	cvvis=\E[>7h\E[>9l, ed=\E[J, el=\E[K, home=\E[1;1H, ht=^I, 
1632950276Speter	hts=\EH, ind=^J, is2=\E)0, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1633050276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\EOP, kf1=\EOQ, kf2=\EOR, 
1633150276Speter	kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24;1H, 
1633250276Speter	nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E>, 
1633350276Speter	rmso=\E[m, rmul=\E[m, 
1633450276Speter	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>, 
1633550276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m, 
1633650276Speter	smul=\E[4m, tbc=\E[3g, 
1633750276Speter# [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
1633850276Speterrt6221-w|Ramtek 6221 160x48, 
1633950276Speter	cols#160, lines#48, 
1634050276Speter	ll=\E[48;1H, use=rt6221, 
1634150276Speter
1634250276Speter#### RCA
1634350276Speter#
1634450276Speter
1634550276Speter# RCA VP3301 or VP3501
1634650276Speterrca|rca vp3301/vp3501, 
1634762449Speter	OTbs, 
1634850276Speter	cols#40, lines#24, 
1634950276Speter	clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1635050276Speter	cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1, 
1635150276Speter
1635250276Speter
1635350276Speter#### Selanar
1635450276Speter#
1635550276Speter
1635650276Speter# Selanar HiREZ-100 from BRL, probably by Doug Gwyn
1635750276Speter# The following SET-UP modes are assumed for normal operation:
1635850276Speter#	SET_DEFAULT_TABS	48_LINES		80_COLUMNS
1635950276Speter#	ONLINE			ANSI			CURSOR_VISIBLE
1636050276Speter#	VT102_AUTO_WRAP_ON	VT102_NEWLINE_OFF	VT102_MONITOR_MODE_OFF
1636150276Speter#	LOCAL_ECHO_OFF		US_CHAR_SET		WPS_TERMINAL_DISABLED
1636250276Speter#	CPU_AUTO_XON/XOFF_ENABLED			PRINT_FULL_SCREEN
1636350276Speter# For use with graphics software, all graphics modes should be set to factory
1636450276Speter# default.  Other SET-UP modes may be set for operator convenience or
1636550276Speter# communication requirements.  No delays are specified; use "stty ixon -ixany"
1636650276Speter# to enable DC3/DC1 flow control!
1636750276Speter# I commented out the scrolling capabilities since they are too slow.
1636850276Speterhirez100|Selanar HiREZ-100, 
1636962449Speter	OTbs, OTpt, mir, msgr, xon, 
1637062449Speter	OTkn#4, cols#80, it#8, lines#48, vt#3, 
1637150276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1637250276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1637350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1637450276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, 
1637550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1637650276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, is2=\E<\E)0, kbs=^H, 
1637750276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, 
1637850276Speter	kf1=\EOQ, kf2=\EOR, kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, 
1637950276Speter	lf3=PF4, ll=\E[48H, mc0=\E[i, mc4=\E[4i\E[?4i, 
1638050276Speter	mc5=\E[?5i\E[5i, nel=\EE, rc=\E8, rev=\E[7m, rmacs=^O, 
1638150276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1638250276Speter	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>, 
1638350276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m, 
1638450276Speter	smul=\E[4m, tbc=\E[3g, 
1638550276Speterhirez100-w|Selanar HiREZ-100 in 132-column mode, 
1638650276Speter	cols#132, use=hirez100, 
1638750276Speter
1638850276Speter#### Signetics
1638950276Speter#
1639050276Speter
1639150276Speter# From University of Wisconsin
1639250276Spetervsc|Signetics Vsc Video driver by RMC, 
1639350276Speter	am, msgr, 
1639450276Speter	cols#80, it#8, lines#26, 
1639550276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1639650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1639750276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rev=^_\s, 
1639850276Speter	rmso=^_!, rmul=^_#, sgr0=^_!, smso=^_\s, smul=^_", 
1639950276Speter
1640050276Speter#### Soroc
1640150276Speter#
1640250276Speter# Alan Frisbie <frisbie@flying-disk.com> writes:
1640350276Speter#
1640450276Speter# As you may recall, the Soroc logo consisted of their name,
1640550276Speter# with the letter "S" superimposed over an odd design.   This
1640650276Speter# consisted of a circle with a slightly smaller 15 degree (approx.)
1640750276Speter# wedge with rounded corners inside it.   The color was sort of
1640850276Speter# a metallic gold/yellow.
1640950276Speter# 
1641050276Speter# If I had been more of a beer drinker it might have been obvious
1641150276Speter# to me, but it took a clue from their service department to make
1641250276Speter# me exclaim, "Of course!"   The circular object was the top of
1641350276Speter# a beer can (the old removable pop-top style) and "Soroc" was an
1641450276Speter# anagram for "Coors".
1641550276Speter# 
1641650276Speter# I can just imagine the founders of the company sitting around
1641750276Speter# one evening, tossing back a few and trying to decide what to
1641850276Speter# call their new company and what to use for a logo.
1641950276Speter# 
1642050276Speter
1642150276Speter# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
1642250276Spetersoroc120|iq120|soroc|soroc iq120, 
1642350276Speter	clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, 
1642462449Speter	kcuf1=^L, kcuu1=^K, use=adm3a, 
1642550276Spetersoroc140|iq140|soroc iq140, 
1642662449Speter	OTbs, am, mir, 
1642750276Speter	cols#80, lines#24, 
1642850276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1642950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, 
1643050276Speter	dl1=\Er$<.7*>, ed=\Ey, el=\Et, home=^^, il1=\Ee$<1*>, ind=^J, 
1643150276Speter	kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, 
1643250276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1643350276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ll=^^^K, rmir=\E8, 
1643450276Speter	rmso=\E\177, rmul=\E^A, smir=\E9, smso=\E\177, smul=\E^A, 
1643550276Speter
1643650276Speter#### Southwest Technical Products
1643750276Speter#
1643850276Speter# These guys made an early personal micro called the M6800.  
1643950276Speter# The ct82 was probably its console terminal.
1644050276Speter#
1644150276Speter
1644250276Speter# (swtp: removed obsolete ":bc=^D:" -- esr)
1644350276Speterswtp|ct82|southwest technical products ct82, 
1644450276Speter	am, 
1644550276Speter	cols#82, lines#20, 
1644650276Speter	bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S, 
1644750276Speter	cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F, 
1644850276Speter	home=^P, ich1=^\^X, il1=^\^Y, ind=^N, 
1644950276Speter	is2=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011, 
1645050276Speter	ll=^C, ri=^O, rmso=^^^F, smso=^^^V, 
1645150276Speter
1645250276Speter#### Synertek
1645350276Speter#
1645450276Speter# Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
1645550276Speter#
1645650276Speter# Synertek used to make ICs, various 6502-based single-board process
1645750276Speter# control and hobbyist computers, and assorted peripherals including a
1645850276Speter# series of small inexpensive terminals (I think they were one of the
1645950276Speter# first to have a "terminal-on-a-keyboard", where the terminal itself
1646050276Speter# was only slightly larger than the keyboard).
1646150276Speter#
1646250276Speter# They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
1646350276Speter# was a 40x24 terminal that could connect to a standard TV through a
1646450276Speter# video modulator.  The KTM-2/80 was the 80-column version (the 2/40
1646550276Speter# could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
1646650276Speter# I have a KTM-2/80 still in working order.  The KTM-2s had fully
1646750276Speter# socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
1646850276Speter# ROM and 2 ROMs as character generators. They were incredibly simple,
1646950276Speter# and I've never had any problems with mine (witness the fact that mine
1647050276Speter# was made in 1981 and is still working great... I've blown the video
1647150276Speter# output transistor a couple of times, but it's a 2N2222 :-)
1647250276Speter#
1647350276Speter# The KTM-3 (which is what is listed in the terminfo file) was their
1647450276Speter# attempt at putting a KTM-2 in a box (and some models came with a
1647550276Speter# CRT). It wasn't much different from the KTM-2 hardware-wise, but the
1647650276Speter# control and escape sequences are very different. The KTM-3 was always
1647750276Speter# real broken, at least according to the folks I've talked to about it.
1647850276Speter# 
1647950276Speter# The padding in the entry is probably off--these terminals were very
1648050276Speter# slow (it takes like 100ms for the KTM-2 to clear the screen...) And
1648150276Speter# anyone with any sanity replaced the ROMs with something that provided
1648250276Speter# a reasonable subset of VT100 functionality, since the usual ROMs were
1648350276Speter# obviously very primitive... oh, you could get an upgraded ROM from
1648450276Speter# Synertek for some incredible amount of money, but what hacker with an
1648550276Speter# EPROM burner would do that? :)
1648650276Speter# 
1648750276Speter# Sorry I don't have any contact info; I believe they were located in
1648850276Speter# Sunnyvale, and I'm fairly sure they are still manufacturing ICs
1648950276Speter# (they've gone to ASICs and FPGAs), but I doubt they're in the computer
1649050276Speter# business these days.
1649150276Speter#
1649250276Speter
1649350276Speter# Tested, seems to work fine with vi.
1649450276Spetersynertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal, 
1649550276Speter	am, 
1649650276Speter	cols#80, lines#24, 
1649750276Speter	clear=^Z, cub1=^H, cuf1=^L, 
1649850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1649950276Speter
1650050276Speter#### Tab Office Products
1650150276Speter#
1650250276Speter#	TAB Products Co. - Palo Alto, California
1650350276Speter#	Electronic Office Products,
1650450276Speter#	1451 California Avenue 94304
1650550276Speter#
1650650276Speter# I think they're out of business.
1650750276Speter#
1650850276Speter
1650950276Speter# The tab 132 uses xon/xoff, so no padding needed.
1651050276Speter# <smkx>/<rmkx> have nothing to do with arrow keys.
1651150276Speter# <is2> sets 80 col mode, normal video, autowrap on (for <am>).
1651250276Speter# Seems to be no way to get rid of status line.
1651350276Speter# The manual for this puppy was dated June 1981.  It claims to be VT52-
1651450276Speter# compatible but looks more vt100-like.
1651550276Spetertab132|tab|tab132-15|tab 132/15, 
1651650276Speter	da, db, 
1651762449Speter	OTdN@, cols#80, lines#24, lm#96, 
1651850276Speter	cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, 
1651950276Speter	il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, 
1652062449Speter	kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, use=vt100, 
1652150276Spetertab132-w|tab132 in wide mode, 
1652250276Speter	cols#132, 
1652350276Speter	is2=\E[?7h\E[?3h\E[?5l, use=tab132, 
1652450276Spetertab132-rv|tab132 in reverse-video mode, 
1652550276Speter	is2=\E[?7h\E[?3l\E[?5h, use=tab132, 
1652650276Spetertab132-w-rv|tab132 in reverse-video/wide mode, 
1652762449Speter	is2=\E[?7h\E[?3h\E[?5h, use=tab132-w, 
1652850276Speter
1652950276Speter
1653050276Speter#### Teleray
1653150276Speter#
1653250276Speter#	Research Incorporated
1653350276Speter#	6425 Flying Cloud Drive
1653450276Speter#	Eden Prairie, MN 55344
1653550276Speter#	Vox: (612)-941-3300
1653650276Speter#
1653750276Speter# The Teleray terminals were all discontinued in 1992-93.  RI still services
1653850276Speter# and repairs these beasts, but no longer manufactures them.  The Teleray
1653950276Speter# people believe that all the types listed below are very rare now (1995).
1654050276Speter# There was a newer line of Telerays (Model 7, Model 20, Model 30, and
1654150276Speter# Model 100) that were ANSI-compatible.
1654250276Speter#
1654350276Speter# Note two things called "teleray".  Reorder should move the common one
1654450276Speter# to the front if you have either.  A dumb teleray with the cursor stuck
1654550276Speter# on the bottom and no obvious model number is probably a 3700.
1654650276Speter#
1654750276Speter
1654850276Spetert3700|dumb teleray 3700, 
1654962449Speter	OTbs, 
1655050276Speter	cols#80, lines#24, 
1655150276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1655250276Spetert3800|teleray 3800 series, 
1655362449Speter	OTbs, 
1655450276Speter	cols#80, it#8, lines#24, 
1655550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1655650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1655750276Speter	home=\EH, ht=^I, ind=^J, ll=\EY7\s, 
1655850276Spetert1061|teleray|teleray 1061, 
1655962449Speter	OTbs, am, km, xhp, xt, 
1656050276Speter	cols#80, it#8, lines#24, xmc#1, 
1656150276Speter	bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1656250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1656350276Speter	dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF, 
1656450276Speter	ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>, 
1656550276Speter	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, 
1656650276Speter	kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7, 
1656750276Speter	kf8=^Z8, rmso=\ER@, rmul=\ER@, smso=\s\ERD, smul=\ERH, 
1656850276Speter	tbc=\EG, 
1656950276Spetert1061f|teleray 1061 with fast PROMs, 
1657050276Speter	dl1=\EM, il1=\EL, ip@, use=t1061, 
1657150276Speter# "Teleray Arpa Special", officially designated as
1657250276Speter# "Teleray Arpa network model 10" with "Special feature 720".
1657350276Speter# This is the new (1981) fast microcode updating the older "arpa" proms
1657450276Speter# (which gave meta-key and programmable-fxn keys).  720 is much much faster,
1657550276Speter# converts the keypad to programmable function keys, and has other goodies.
1657650276Speter# Standout mode is still broken (magic cookie, etc) so is suppressed as no
1657750276Speter# programs handle such lossage properly.
1657850276Speter# Note: this is NOT the old termcap's "t1061f with fast proms."
1657950276Speter# From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
1658050276Speter# (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
1658150276Spetert10|teleray 10 special, 
1658262449Speter	OTbs, km, xhp, xt, 
1658350276Speter	cols#80, it#8, lines#24, xmc#2, 
1658450276Speter	clear=\Ej$<30/>, cub1=^H, cuf1=\EC, 
1658550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1658650276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1658750276Speter	ind=\Eq, pad=\0, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, 
1658850276Speter	smul=\ERH, 
1658950276Speter# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
1659050276Speter# back/forth words. Put the function keys (f1-f10) where they can be
1659150276Speter# found, and turn off the other magic keys along the top row, except
1659250276Speter# for line/local. Do the magic appropriate to make the page shifts work.
1659350276Speter# Also toggle ^S/^Q for those of us who use Emacs.
1659450276Spetert16|teleray 16, 
1659550276Speter	am, da, db, mir, xhp, xt, 
1659650276Speter	cols#80, lines#24, 
1659750276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1659850276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%df, cuu1=\E[A, dch1=\E[P, 
1659950276Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, ht=^I, il1=\E[L, 
1660050276Speter	ind=^J, kf1=^Z1, kf10=^Z0, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, 
1660150276Speter	kf6=^Z6, kf7=^Z7, kf8=^Z8, kf9=^Z9, ri=\E[T, 
1660250276Speter	rmcup=\E[V\E[24;1f\E[?38h, rmir=\E[4l, rmso=\E[m, 
1660350276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[U\E[?38l, smir=\E[4h, 
1660450276Speter	smso=\E[7m, smul=\E[4m, 
1660550276Speter
1660650276Speter#### Texas Instruments (ti)
1660750276Speter#
1660850276Speter
1660950276Speter# The Silent 700 was so called because it was built around a quiet thermal
1661050276Speter# printer.  It was portable, equipped with an acoustic coupler, and pretty
1661150276Speter# neat for its day.
1661250276Speterti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800, 
1661362449Speter	OTbs, hc, os, 
1661450276Speter	cols#80, 
1661550276Speter	bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, 
1661650276Speter
1661750276Speter#
1661850276Speter# Texas Instruments 916 VDT 7 bit control mode
1661950276Speter#
1662050276Speterti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL, 
1662150276Speter	da, db, in, msgr, 
1662250276Speter	cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[2J$<6>, 
1662350276Speter	cnorm=\E[?25h, cub=\E[%p1%dD, cud=\E[%p1%dB, 
1662450276Speter	cuf=\E[%p1%dC, cup=\E[%p1%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1662550276Speter	cvvis=\E[?25h, dch=\E[%p1%dP$<250>, dch1=\E[P, 
1662650276Speter	dl=\E[%p1%dM, ech=\E[%p1%dX$<20>, ed=\E[J$<6>, el=\E[0K, 
1662750276Speter	el1=\E[1K, enacs=\E(B\E)0, ff=^L, flash=\E[?5h\E[?5l$<6>, 
1662850276Speter	hpa=\E[%p1%{1}%+%dG, hts=\E[0W, ich=\E[%p1%d@$<250>, 
1662950276Speter	il=\E[%p1%dL$<36>, ip=$<10>, is2=\E[1;24r\E[24;1H, 
1663050276Speter	kcmd=\E[29~, kdch1=\E[P, kent=^J, kf1=\E[17~, kf10=\E[28~, 
1663150276Speter	kf11=\E[29~, kf12=\E[31~, kf2=\E[18~, kf3=\E[19~, 
1663250276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
1663350276Speter	kf9=\E[26~, khome=\E[H, kich1=\E[@, knp=\E[S, kpp=\E[T, 
1663450276Speter	kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, 
1663562449Speter	smacs=\016$<2>, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
1663662449Speter	use=vt220, 
1663750276Speter#
1663850276Speter# Texas Instruments 916 VDT 8 bit control mode
1663950276Speter#
1664050276Speterti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL, 
1664150276Speter	kcmd=\23329~, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
1664250276Speter	kcuu1=\233A, kdch1=\233P, kent=^J, kf1=\23317~, 
1664350276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf2=\23318~, 
1664450276Speter	kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
1664550276Speter	kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, 
1664662449Speter	kich1=\233@, knp=\233S, kpp=\233T, kprt=^X, use=ti916, 
1664750276Speter#
1664850276Speter# Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
1664950276Speter#
1665050276Speterti916-132|Texas Instruments 916 VDT vt220 132 column, 
1665150276Speter	cols#132, use=ti916, 
1665250276Speter#
1665350276Speter# Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
1665450276Speter#
1665550276Speterti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column, 
1665650276Speter	cols#132, use=ti916-8, 
1665750276Speterti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, 
1665862449Speter	OTbs, am, xon, 
1665950276Speter	cols#80, it#8, lines#24, 
1666050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1666150276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1666250276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1666350276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1666450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1666550276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1666650276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf2=\EOQ, 
1666750276Speter	kf3=\EOR, kf4=\EOS, kf5=\E[16~, kf6=\E[17~, kf7=\E[18~, 
1666850276Speter	kf8=\E[19~, kf9=\E[20~, kich1=\E[@, rc=\E8, rev=\E[7m, 
1666950276Speter	ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1667050276Speter	smul=\E[4m, tbc=\E[3g, 
1667150276Speterti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL, 
1667250276Speter	am, xon, 
1667350276Speter	cols#80, it#8, lines#24, 
1667450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1667550276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1667650276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1667750276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1667850276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1667950276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1668050276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=P$<\233>, kf1=P$<\217>, 
1668150276Speter	kf2=Q$<\217>, kf3=R$<\217>, kf4=S$<\217>, kf5=~$<\23316>, 
1668250276Speter	kf6=~$<\23317>, kf7=~$<\23318>, kf8=~$<\23319>, 
1668350276Speter	kf9=~$<\23320>, kich1=@$<\233>, rc=\E8, rev=\E[7m, ri=\EM, 
1668450276Speter	rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1668550276Speter	smul=\E[4m, tbc=\E[3g, 
1668650276Speterti924w|Texas Instruments 924 VDT 7 bit - 132 column mode, 
1668750276Speter	cols#132, use=ti924, 
1668850276Speterti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode, 
1668950276Speter	cols#132, use=ti924-8, 
1669050276Speterti931|Texas Instruments 931 VDT, 
1669162449Speter	OTbs, am, xon, 
1669250276Speter	cols#80, lines#24, 
1669350276Speter	bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub1=\ED, 
1669450276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1669550276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, 
1669650276Speter	ich1=\ER\EP\EM, il1=\EN, ind=\Ea, invis=\E4H, 
1669750276Speter	is2=\EGB\E(@B@@\E), kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1669850276Speter	kcuu1=\EA, kdch1=\EQ, kdl1=\EO, kf1=\Ei1, kf2=\Ei2, kf3=\Ei3, 
1669950276Speter	kf4=\Ei4, kf5=\Ei5, kf6=\Ei6, kf7=\Ei7, kf8=\Ei8, kf9=\Ei9, 
1670050276Speter	kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, 
1670150276Speter	sgr0=\E4@, smso=\E4A, smul=\E4D, 
1670250276Speterti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, 
1670362449Speter	csr@, ind=\E[1S, ri=\E[1T, use=ti924, 
1670450276Speter# (ti926-8: I corrected this from the broken SCO entry -- esr)
1670550276Speterti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, 
1670662449Speter	csr@, ind=\2331S, ri=\2331T, use=ti924-8, 
1670750276Speterti_ansi|basic entry for ti928, 
1670850276Speter	am, bce, eo, xenl, xon, 
1670950276Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
1671050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, 
1671150276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, 
1671250276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1671350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1671450276Speter	il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1671550276Speter	kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf0=\E[V, kf1=\E[M, 
1671650276Speter	kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, 
1671750276Speter	kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, 
1671850276Speter	op=\E[37;40m, ri=\E[T, rmso=\E[m, rmul=\E[m, 
1671950276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
1672050276Speter	smso=\E[7m, smul=\E[4m, 
1672150276Speter#
1672250276Speter#       928 VDT 7 bit control mode
1672350276Speter#
1672450276Speterti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL, 
1672550276Speter	kdch1=\E[P, kend=\E_1\E\\, kent=\E[8~, kf1=\E[17~, 
1672650276Speter	kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, 
1672750276Speter	kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, 
1672850276Speter	kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
1672962449Speter	kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, use=ti_ansi, 
1673050276Speter#
1673150276Speter#       928 VDT 8 bit control mode
1673250276Speter#
1673350276Speterti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL, 
1673450276Speter	kdch1=\233P, kend=\2371\234, kent=\2338~, kf1=\23317~, 
1673550276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13=\23332~, 
1673650276Speter	kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, 
1673750276Speter	kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, 
1673850276Speter	kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, 
1673962449Speter	kpp=\233T, kprt=\23335~, use=ti_ansi, 
1674050276Speter
1674150276Speter#### Zentec (zen)
1674250276Speter#
1674350276Speter
1674450276Speter# (zen30: removed obsolete :ma=^L ^R^L^K^P:.  This entry originally
1674550276Speter# had just <smso>=\EG6 which I think means standout was supposed to be 
1674650276Speter# dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
1674750276Speter# <invis> might work-- esr)
1674850276Speterzen30|z30|zentec 30, 
1674962449Speter	OTbs, am, mir, ul, 
1675050276Speter	cols#80, lines#24, 
1675150276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1675250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1675350276Speter	dim=\EG2, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, 
1675450276Speter	il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmul@, smir=\Eq, smso=\EG6, 
1675562449Speter	smul@, use=adm+sgr, 
1675650276Speter# (zen50: this had extension capabilities
1675750276Speter#	:BS=^U:CL=^V:CR=^B:
1675850276Speter# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
1675950276Speter# which were also in the original entry -- esr)
1676050276Speter# (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
1676150276Speterzen50|z50|zentec zephyr, 
1676262449Speter	OTbs, am, 
1676350276Speter	cols#80, lines#24, xmc#1, 
1676450276Speter	clear=\E+, cub1=^H, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
1676550276Speter	cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, 
1676650276Speter	invis@, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
1676762449Speter	rmul@, smul@, use=adm+sgr, 
1676850276Speter
1676950276Speter# CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
1677050276Spetercci|cci1|z8001|zen8001|CCI Custom Zentec 8001, 
1677162449Speter	OTbs, am, bw, 
1677250276Speter	cols#80, lines#24, 
1677350276Speter	blink=\EM", clear=\EH\EJ, cnorm=\EP, 
1677450276Speter	csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^J, 
1677550276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1677650276Speter	cvvis=\EF\EQ\EM \ER 7, dim=\EM!, ed=\EJ, el=\EK, home=\EH, 
1677750276Speter	invis=\EM(, is2=\EM \EF\ET\EP\ER 7, kbs=^H, kcub1=\ED, 
1677850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, mc4=^T, mc5=^R, 
1677950276Speter	rev=\EM$, ri=\EI, rmso=\EM\s, rmul=\EM\s, sgr0=\EM\s, 
1678050276Speter	smso=\EM$, smul=\EM0, 
1678150276Speter
1678250276Speter######## OBSOLETE UNIX CONSOLES
1678350276Speter#
1678450276Speter
1678550276Speter#### Apollo consoles
1678650276Speter#
1678750276Speter# Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
1678850276Speter# labeled HP700s now.
1678950276Speter#
1679050276Speter
1679150276Speter# From: Gary Darland <goodmanc@garnet.berkeley.edu>
1679250276Speterapollo|apollo console, 
1679362449Speter	OTbs, am, mir, 
1679450276Speter	cols#88, lines#53, 
1679550276Speter	clear=^L, cub1=^H, cud1=\EB, cuf1=\EC, 
1679650276Speter	cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, 
1679750276Speter	ed=\EJ, el=\EK, hpa=\EN%p1%d, il1=\EI, ind=\EE, ri=\ED, 
1679850276Speter	rmcup=\EX, rmir=\ER, rmso=\ET, rmul=\EV, smcup=\EW, smir=\EQ, 
1679950276Speter	smso=\ES, smul=\EU, vpa=\EO+\s, 
1680050276Speter
1680150276Speter# We don't know whether or not the apollo guys replicated DEC's firmware bug
1680250276Speter# in the VT132 that reversed <rmir>/<smir>.  To be on the safe side, disable
1680350276Speter# both these capabilities.
1680450276Speterapollo_15P|apollo 15 inch display, 
1680550276Speter	rmir@, smir@, use=vt132, 
1680650276Speterapollo_19L|apollo 19 inch display, 
1680750276Speter	rmir@, smir@, use=vt132, 
1680850276Speterapollo_color|apollo color display, 
1680950276Speter	rmir@, smir@, use=vt132, 
1681050276Speter
1681150276Speter#### Convergent Technology
1681250276Speter#
1681350276Speter# Burroughs bought Convergent shortly before it merged with Univac.
1681450276Speter# CTOS is (I believe) dead.  Probably the aws is too (this entry dates
1681550276Speter# from 1991 or earlier).
1681650276Speter#
1681750276Speter
1681850276Speter# Convergent AWS workstation from Gould/SEL UTX/32 via BRL
1681950276Speter# (aws: removed unknown :dn=^K: -- esr)
1682050276Speteraws|Convergent Technologies AWS workstation under UTX and Xenix, 
1682150276Speter	am, 
1682262449Speter	OTug#0, cols#80, lines#28, xmc#0, 
1682362449Speter	OTbc=^H, OTma=\016h\013j\001k\022l\002m, OTnl=^J, acsc=, 
1682462449Speter	clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, 
1682562449Speter	dch1=\EDC, dl1=\EDL, ed=\EEF, el=\EEL, hpa=\EH%p1%c, 
1682650276Speter	ich1=\EIC, il1=\EIL, ind=\ESU, kbs=^H, kcub1=^N, kcud1=^K, 
1682750276Speter	kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF, 
1682850276Speter	rmul=\EAUF, smacs=\EAAN, smso=\EARN, smul=\EAUN, 
1682950276Speter	vpa=\EV%p1%c, 
1683050276Speterawsc|Convergent Technologies AWS workstation under CTOS, 
1683150276Speter	am, 
1683262449Speter	OTug#0, cols#80, lines#24, xmc#0, 
1683362449Speter	OTbc=^N, OTma=\016h\013j\001k\022l\002m, acsc=, clear=^L, 
1683462449Speter	cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, ed=\EEF, 
1683562449Speter	el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, kcuf1=^R, kcuu1=^A, 
1683662449Speter	rmacs=\EAAF, rmso=\EAA, rmul=\EAA, smacs=\EAAN, smso=\EAE, 
1683762449Speter	smul=\EAC, 
1683850276Speter
1683950276Speter#### DEC consoles
1684050276Speter#
1684150276Speter
1684250276Speter# The MicroVax console.  Tim Theisen <tim@cs.wisc.edu> writes:
1684350276Speter# The digital uVax II's had a graphic display called a qdss.  It was
1684450276Speter# supposed to be a high performance graphic accelerator, but it was
1684550276Speter# late to market and barely appeared before faster dumb frame buffers
1684650276Speter# appeared.  I have only used this display while running X11.  However,
1684750276Speter# during bootup, it was in text mode, and probably had a terminal emulator
1684850276Speter# within it.  And that is what your termcap entry is for.  In graphics
1684950276Speter# mode the screen size is 1024x864 pixels.
1685050276Speterqdss|qdcons|qdss glass tty, 
1685162449Speter	OTbs, am, 
1685250276Speter	cols#128, lines#57, 
1685350276Speter	clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, 
1685450276Speter	cup=\E=%p1%c%p2%c, cuu1=^K, 
1685550276Speter
1685650276Speter#### Fortune Systems consoles
1685750276Speter#
1685850276Speter# Fortune made a line of 68K-based UNIX boxes that were pretty nifty
1685950276Speter# in their day; I (esr) used one myself for a year or so around 1984.
1686050276Speter# They had no graphics, though, and couldn't compete against Suns and
1686150276Speter# the like.  R.I.P.
1686250276Speter#
1686350276Speter
1686450276Speter# From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
1686550276Speter# (This had extension capabilities
1686650276Speter#	:rv=\EH:re=\EI:rg=0:GG=0:\
1686750276Speter#	:CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
1686850276Speter#	:RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
1686950276Speter#	:PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
1687050276Speter# It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
1687150276Speter# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
1687250276Speter# to force both magic cookie glitches off.  Once upon a time, I
1687350276Speter# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
1687450276Speter# function keys; thus the "Al" value for HM was certainly an error.  I renamed
1687550276Speter# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.  
1687650276Speter# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
1687750276Speter# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
1687850276Speter# names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
1687950276Speterfos|fortune|Fortune system, 
1688062449Speter	OTbs, am, bw, 
1688150276Speter	cols#80, lines#25, 
1688250276Speter	acsc=j*k(l m"q&v%w#x-, bel=^G, blink=\EN, civis=\E], 
1688350276Speter	clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, 
1688450276Speter	cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, 
1688550276Speter	cvvis=\E\:, dch1=\034W$<5>, dl1=\034R$<15>, 
1688650276Speter	ed=\034Y$<3*>, el=^\Z, home=\036$<10>, ht=^Z, 
1688750276Speter	ich1=\034Q$<5>, il1=\034E$<15>, ind=^J, is2=^_.., kbs=^H, 
1688850276Speter	kcub1=^Aw\r, kcud1=^Ay\r, kcuf1=^Az\r, kcuu1=^Ax\r, 
1688950276Speter	kend=^Ak\r, kent=^Aq, kf1=^Aa\r, kf2=^Ab\r, kf3=^Ac\r, 
1689050276Speter	kf4=^Ad\r, kf5=^Ae\r, kf6=^Af\r, kf7=^Ag\r, kf8=^Ah\r, 
1689150276Speter	khome=^A?\r, knp=^Ao\r, kpp=^An\r, nel=^M^J, rev=\EH, 
1689250276Speter	rmacs=^O, rmso=^\I`, rmul=^\IP, sgr0=\EI, smacs=\Eo, 
1689350276Speter	smso=^\H`, smul=^\HP, 
1689450276Speter
1689550276Speter#### Masscomp consoles
1689650276Speter#
1689750276Speter# Masscomp has gone out of business.  Their product line was purchased by
1689850276Speter# comany in Georgia (US) called "XS International", parts and service may
1689950276Speter# still be available through them.
1690050276Speter#
1690150276Speter
1690250276Speter# (masscomp: ":MT:" changed to ":km:";  -- esr)
1690350276Spetermasscomp|masscomp workstation console, 
1690462449Speter	OTbs, km, mir, 
1690550276Speter	cols#80, it#8, lines#24, 
1690650276Speter	clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1690750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1690850276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, is2=\EGc\EGb\EGw, kbs=^H, 
1690950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmir=\E[4l, 
1691050276Speter	rmso=\E[m, rmul=\EGau, smir=\E[4h, smso=\E[7m, smul=\EGu, 
1691150276Spetermasscomp1|masscomp large screen version 1, 
1691250276Speter	cols#104, lines#36, use=masscomp, 
1691350276Spetermasscomp2|masscomp large screen version 2, 
1691450276Speter	cols#64, lines#21, use=masscomp, 
1691550276Speter
1691650276Speter######## OTHER OBSOLETE TYPES
1691750276Speter#
1691850276Speter# These terminals are *long* dead -- these entries are retained for
1691950276Speter# historical interest only.
1692050276Speter#
1692150276Speter
1692250276Speter#### Obsolete non-ANSI software emulations
1692350276Speter#
1692450276Speter
1692550276Speter# CTRM terminal emulator
1692650276Speter# 1. underlining is not allowed with colors: first, is is simulated by 
1692750276Speter# black on white, second, it disables background color manipulations.
1692850276Speter# 2. BLINKING, REVERSE and BOLD are allowed with colors,
1692950276Speter# so we have to save their status in the static registers A, B and H
1693050276Speter# respectively, to be able to restore them when color changes
1693150276Speter# (because any color change turns off ALL attributes)
1693250276Speter# 3. <bold> and <rev> sequences alternate modes,
1693350276Speter# rather then simply  entering them.  Thus we have to check the
1693450276Speter# static register B and H to determine the status, before sending the 
1693550276Speter# escape sequence.
1693650276Speter# 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
1693750276Speter# and then reset colors
1693850276Speter# 5. implementation of the protect mode would badly penalize the performance.
1693950276Speter# we would have to use \E&bn sequence to turn off colors (as well as all
1694050276Speter# other attributes), and keep the status of protect mode in yet another
1694150276Speter# static variable.  If someone really needs this mode, they would have to
1694250276Speter# create another terminfo entry.
1694350276Speter# 6. original color-pair is white on black.
1694450276Speter# store the information about colors into static registers
1694550276Speter# 7. set foreground color.  it performs the following steps.
1694650276Speter#   1) turn off all attributes
1694750276Speter#   2) turn on the background and video attributes that have been turned
1694850276Speter#      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
1694950276Speter#   3) turn on foreground attributes
1695050276Speter#   4) store information about foreground into U,V,W static registers
1695150276Speter# 8. turn on background: similar to turn on foreground above
1695250276Speterctrm|C terminal emulator, 
1695350276Speter	am, bce, xon, 
1695450276Speter	colors#8, cols#80, lh#0, lines#24, lm#0, lw#0, ncv#2, nlab#0, 
1695550276Speter	pairs#63, pb#19200, vt#6, 
1695650276Speter	bel=^G, blink=\E&dA%{1}%PA, 
1695750276Speter	bold=%?%gH%{0}%=%t\E&dH%{1}%PH%;, cbt=\Ei, 
1695850276Speter	clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1695950276Speter	cup=\E&a%p2%dc%p1%dY, cuu1=\EA, dch1=\EP$<2>, dl1=\EM, 
1696050276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=\011$<2>, hts=\E1, 
1696150276Speter	il1=\EL, ind=^J, ip=$<2>, is2=\E&jA\r, kbs=^H, kcub1=\Eu\r, 
1696250276Speter	kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, 
1696350276Speter	kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, 
1696450276Speter	kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, 
1696550276Speter	op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU, 
1696650276Speter	rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, 
1696750276Speter	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, 
1696850276Speter	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, 
1696950276Speter	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%;, 
1697050276Speter	sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, 
1697150276Speter	smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
1697250276Speter
1697350276Speter# gs6300 - can't use blue foreground, it clashes with underline;
1697450276Speter# it's simulated with cyan
1697550276Speter# Bug: The <op> capability probably resets attributes.
1697650276Speter# (gs6300: commented out <rmln> (no <smln>) --esr)
1697750276Spetergs6300|emots|AT&T PC6300 with EMOTS terminal emulator, 
1697850276Speter	am, bce, msgr, xon, 
1697950276Speter	colors#8, cols#80, it#8, lines#24, pairs#63, 
1698050276Speter	acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1698150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1698250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1698350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1698450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1698550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1698650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1698750276Speter	is2=\E[m, kbs=^H, kcbt=^R^I, kcub1=\E[D, kcud1=\E[B, 
1698850276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\E[0s, kf2=\E[24s, kf3=\E[1s, 
1698950276Speter	kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, 
1699050276Speter	khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, 
1699150276Speter	ri=\E[L, rmacs=\E[10m, rs1=\Ec, setb=\E[?;%p1%dm, 
1699250276Speter	setf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m, 
1699350276Speter	sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, 
1699450276Speter
1699550276Speter# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
1699650276Speter# MS-Kermit with Heath-19 emulation mode enabled
1699750276Speter# (h19k: changed ":pt@:" to ":it@"
1699850276Speterh19k|h19kermit|heathkit emulation provided by Kermit (no auto margin), 
1699950276Speter	am@, da, db, xt, 
1700050276Speter	it@, 
1700150276Speter	ht@, use=h19-u, 
1700250276Speter
1700350276Speter# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
1700450276Speter# Software (formerly Peripherals Computers & Supplies, Inc) of
1700550276Speter# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
1700650276Speter# also be reached at support@synergy.com.
1700750276Speterversaterm|versaterm vt100 emulator for the macintosh, 
1700850276Speter	am, xenl, 
1700950276Speter	cols#80, it#8, lines#24, 
1701050276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1701150276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1701250276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1701350276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1701450276Speter	dch1=\E[1P$<7/>, dl1=\E[1M$<9/>, ed=\E[J$<50/>, 
1701550276Speter	el=\E[K$<3/>, home=\E[H, ht=^I, ich1=\E[1@$<7/>, 
1701650276Speter	il1=\E[1L$<9/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, 
1701750276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
1701850276Speter	kf3=\EOR, kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, 
1701950276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1702050276Speter	rmkx=\E>\E[?1l, rmso=\E[m$<2/>, rmul=\E[m$<2/>, rs1=\E>, 
1702150276Speter	sc=\E7, sgr0=\E[m$<2/>, smkx=\E=\E[?1h, smso=\E[7m$<2/>, 
1702250276Speter	smul=\E[4m$<2/>, 
1702350276Speter
1702450276Speter# From: Rick Thomas <ihnp4!btlunix!rbt>
1702550276Speter# (xtalk: I added <rmam>/<smam> based on the init string.
1702650276Speterxtalk|IBM PC with xtalk communication program (versions up to 3.4), 
1702750276Speter	am, mir, msgr, xon, 
1702850276Speter	cols#80, it#8, lines#24, vt#3, xmc#1, 
1702950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1703050276Speter	bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1703150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1703250276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1703350276Speter	cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, 
1703450276Speter	el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, 
1703550276Speter	il1=\E[L$<99>, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
1703650276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
1703750276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
1703850276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
1703950276Speter	kf8=\EOl, kf9=\EOw, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1704050276Speter	rmkx=\E[?1l\E>, rmso=\E[m\s, 
1704150276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m, 
1704250276Speter	smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m\s, 
1704350276Speter	tbc=\E[3g, 
1704450276Speter
1704550276Speter# The official PC terminal emulator program of the AT&T Product Centers.
1704650276Speter# Note - insert mode commented out - doesn't seem to work on AT&T PC.
1704750276Spetersimterm|attpc running simterm, 
1704850276Speter	am, 
1704950276Speter	cols#80, lines#24, 
1705050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1705150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\ER, 
1705250276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, ind=^J, rmcup=\EVE, 
1705350276Speter	rmso=\E&d@, sgr0=\E&d@, smcup=\EVS, smso=\E&dB, 
1705450276Speter
1705550276Speter#### Daisy wheel printers
1705650276Speter#
1705750276Speter# This section collects Diablo, DTC, Xerox, Qume, and other daisy
1705850276Speter# wheel terminals.  These are now largely obsolete.
1705950276Speter#
1706050276Speter
1706150276Speter# (diablo1620: removed <if=/usr/share/tabset/xerox1720>, no such file -- esr)
1706250276Speterdiablo1620|diablo1720|diablo450|ipsi|diablo 1620, 
1706350276Speter	hc, os, 
1706450276Speter	cols#132, it#8, 
1706550276Speter	cub1=^H, cud1=^J, cuu1=\E^J, hd=\ED, hpa=\E\011%i%p1%c, 
1706650276Speter	ht=^I, hts=\E1, hu=\EU, kbs=^H, tbc=\E2, 
1706750276Speterdiablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin, 
1706850276Speter	cols#124, 
1706950276Speter	is2=\r        \E9, use=diablo1620, 
1707050276Speter# (diablo1640: removed <if=/usr/share/tabset/xerox1730>, no such file -- esr)
1707150276Speterdiablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640, 
1707250276Speter	bel=^G, rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, 
1707350276Speter	use=diablo1620, 
1707450276Speter# (diablo1640-lm: removed <if=/usr/share/tabset/xerox1730-lm>, no such 
1707550276Speter# file -- esr)
1707650276Speterdiablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin, 
1707750276Speter	cols#124, 
1707850276Speter	rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, use=diablo1620, 
1707950276Speterdiablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer, 
1708050276Speter	use=diablo1640-lm, 
1708150276Speter# DTC 382 with VDU.  Has no <ed> so we fake it with <el>.  Standout
1708250276Speter# <smso=^P\s\002^PF> works but won't go away without dynamite <rmso=^P\s\0>.
1708350276Speter# The terminal has tabs, but I'm getting tired of fighting the braindamage. 
1708450276Speter# If no tab is set or the terminal's in a bad mood, it glitches the screen
1708550276Speter# around all of memory.  Note that return puts a blank ("a return character")
1708650276Speter# in the space the cursor was at, so we use ^P return (and thus ^P newline for
1708750276Speter# newline).  Note also that if you turn off :pt: and let Unix expand tabs,
1708850276Speter# curses won't work (some old BSD versions) because it doesn't clear this bit,
1708950276Speter# and cursor addressing sends a tab for row/column 9.  What a losing terminal!
1709050276Speter# I have been unable to get tabs set in all 96 lines - it always leaves at
1709150276Speter# least one line with no tabs in it, and once you tab through that line,
1709250276Speter# it completely weirds out.
1709350276Speter# (dtc382: change <rmcup> to <smcup> -- it  just does a clear --esr)
1709450276Speterdtc382|DTC 382, 
1709550276Speter	am, da, db, xhp, 
1709650276Speter	cols#80, lines#24, lm#96, 
1709750276Speter	bel=^G, clear=\020\035$<20>, cnorm=^Pb, cr=^P^M, cub1=^H, 
1709850276Speter	cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, 
1709950276Speter	dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, 
1710050276Speter	home=^P^R, il1=^P^Z, ind=^J, pad=\177, rmcup=, rmir=^Pi, 
1710150276Speter	rmul=^P \0, smcup=\020\035$<20>, smir=^PI, smul=^P ^P, 
1710250276Speterdtc300s|DTC 300s, 
1710350276Speter	hc, os, 
1710450276Speter	cols#132, 
1710550276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1710650276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1710750276Spetergsi|mystery gsi terminal, 
1710850276Speter	hc, os, 
1710950276Speter	cols#132, 
1711050276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, hd=\Eh, ht=^I, hu=\EH, 
1711150276Speter	ind=^J, 
1711250276Speteraj830|aj832|aj|anderson jacobson, 
1711350276Speter	hc, os, 
1711450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1711550276Speter	ind=^J, 
1711650276Speter# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
1711750276Speteraj510|Anderson-Jacobson model 510, 
1711850276Speter	am, mir, 
1711950276Speter	cols#80, lines#24, 
1712050276Speter	clear=^L, cub1=^H, cuf1=\EX, 
1712150276Speter	cup=\E#%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EY, 
1712250276Speter	dch1=.1*\E'D, dl1=\E&D$<2*/>, ed=\E'P, el=\E'L, ich1=, 
1712350276Speter	il1=\E&I$<2*/>, ip=$<.1*/>, kcub1=\EW, kcud1=\EZ, 
1712450276Speter	kcuf1=\EX, kcuu1=\EY, pad=\177, rmcup=\E"N, rmir=\E'J, 
1712550276Speter	rmso=\E"I, rmul=\E"U, smcup=\E"N, smir=\E'I, smso=\E"I, 
1712650276Speter	smul=\E"U, 
1712750276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1712850276Speter# This is incomplete, but it's a start.
1712950276Speternec5520|nec|spinwriter|nec 5520, 
1713050276Speter	hc, os, 
1713150276Speter	cols#132, it#8, 
1713250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E9, ff=^L, 
1713350276Speter	hd=\E]s\n\E]W, ht=^I, hts=\E1, hu=\E]s\E9\E]W, ind=^J, 
1713450276Speter	kbs=^H, tbc=\E3, 
1713550276Speterqume5|qume|Qume Sprint 5, 
1713650276Speter	hc, os, 
1713750276Speter	cols#80, it#8, 
1713850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1713950276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1714050276Speter# I suspect the xerox 1720 is the same as the diablo 1620.
1714150276Speterxerox1720|x1720|x1750|xerox 1720, 
1714250276Speter	hc, os, 
1714350276Speter	cols#132, it#8, 
1714450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ht=^I, hts=\E1, ind=^J, 
1714550276Speter	tbc=\E2, 
1714650276Speter
1714750276Speter#### Miscellaneous obsolete terminals, manufacturers unknown
1714850276Speter#
1714950276Speter# If you have any information about these (like, a manufacturer's name, 
1715050276Speter# and a date on the serial-number plate) please send it!
1715150276Speter
1715250276Spetercad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, 
1715362449Speter	OTbs, am, 
1715450276Speter	cols#73, lines#36, 
1715550276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, 
1715650276Spetercad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, 
1715762449Speter	OTbs, am, 
1715850276Speter	cols#85, lines#39, 
1715950276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, 
1716050276Speter	kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, 
1716150276Speter	kf4=\E8, rmso=\Em^C, smso=\Em^L, 
1716250276Spetercops10|cops|cops-10|cops 10, 
1716350276Speter	am, bw, 
1716450276Speter	cols#80, lines#24, 
1716550276Speter	bel=^G, clear=\030$<30/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1716650276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^W, el=^V, 
1716750276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1716850276Speter	khome=^Y, 
1716950276Speter# (d132: removed duplicate :ic=\E5:,
1717050276Speter# merged in capabilities from a BRL entry -- esr)
1717150276Speterd132|datagraphix|datagraphix 132a, 
1717250276Speter	da, db, in, 
1717350276Speter	cols#80, lines#30, 
1717450276Speter	bel=^G, clear=^L, cnorm=\Em\En, cr=^M, cub1=^H, cud1=^J, 
1717550276Speter	cuf1=\EL, cup=\E8%i%p1%3d%p2%3d, cuu1=\EK, cvvis=\Ex, 
1717650276Speter	dch1=\E6, home=\ET, ht=^I, ich1=\E5, il1=\E3, ind=^J, kbs=^H, 
1717750276Speter	kcub1=^H, kcud1=^J, nel=^M^J, ri=\Ew, 
1717850276Speter# The d800 was an early portable terminal from c.1984-85 that looked a lot
1717950276Speter# like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
1718050276Speter# mode (which is what this entry looks like) and several other lesser-known
1718150276Speter# emulations.
1718250276Speterd800|Direct 800/A, 
1718362449Speter	OTbs, am, da, db, msgr, xhp, 
1718450276Speter	cols#80, it#8, lines#24, 
1718550276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1718650276Speter	bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, 
1718750276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1718850276Speter	cvvis=\E[>12l, ed=\E[J, el=\E[K, ht=^I, ind=\ED, kcub1=\E[D, 
1718950276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
1719050276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
1719150276Speter	ri=\EM, rmacs=\E[m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1719250276Speter	smacs=\E[1m, smso=\E[7m, smul=\E[4m, 
1719350276Speterdigilog|digilog 333, 
1719462449Speter	OTbs, 
1719550276Speter	cols#80, lines#16, 
1719650276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, 
1719750276Speter	home=^N, ind=^J, 
1719850276Speter# The DWK was a terminal manufactured in the Soviet Union c.1986
1719950276Speterdwk|dwk-vt|dwk terminal, 
1720050276Speter	am, 
1720150276Speter	cols#80, it#8, lines#24, 
1720250276Speter	acsc=+\^\,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_, 
1720350276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1720450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1720550276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177, 
1720650276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\Ee, 
1720750276Speter	kf1=\Ef1, kf10=\Ef0, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 
1720850276Speter	kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kich1=\Ed, knp=\Eh, 
1720950276Speter	kpp=\Eg, nel=^M^J, rev=\ET, ri=\ES, rmacs=\EG, rmso=\EX, 
1721050276Speter	sgr0=\EX, smacs=\EF, smso=\ET, 
1721150276Speterenv230|envision230|envision 230 graphics terminal, 
1721250276Speter	xenl@, 
1721350276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
1721476726Speter	sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>, 
1721562449Speter	use=vt100, 
1721650276Speter# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
1721750276Speter# coupler attached, the whole rig fitting in a suitcase and more or less
1721850276Speter# portable.  Hot stuff for c.1977 :-) -- esr
1721950276Speterep48|ep4080|execuport 4080, 
1722062449Speter	OTbs, am, os, 
1722150276Speter	cols#80, 
1722250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, 
1722350276Speterep40|ep4000|execuport 4000, 
1722450276Speter	cols#136, use=ep4080, 
1722562449Speter# Adam Thompson <athompso@pangea.ca> tells us:
1722650276Speter# Informer series - these are all portable units, resembling older
1722750276Speter# automatic bread-baking machines.  The terminal looks like a `clamshell'
1722850276Speter# design, but isn't.  The structure is similar to the Direct terminals,
1722950276Speter# but only half the width.  The entire unit is only about 10" wide.
1723050276Speter# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
1723150276Speter# keyboard.  All the keys are crammed together, much like some laptop
1723250276Speter# PCs today, but perhaps less well organized...all these units have a
1723350276Speter# bewildering array of plugs on the back, including a built-in modem.
1723450276Speter# The 305 was a color version of the 304; the 306 and 307 were mono and
1723550276Speter# color terminals built for IBM bisync protocols.
1723650276Speter# From: Paul Leondis <unllab@amber.berkeley.edu>
1723750276Speterifmr|Informer D304, 
1723862449Speter	OTbs, am, 
1723950276Speter	cols#80, lines#24, 
1724050276Speter	clear=\EZ, cub1=^H, cud1=^J, cuf1=\EC, 
1724150276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, 
1724250276Speter	ed=\E/, el=\EQ, home=\EH, ich1=\E[, ri=\En, rmso=\EK, sgr0=\EK, 
1724350276Speter	smso=\EJ, 
1724450276Speter# Entry largely based on wy60 and has the features of wy60ak.
1724550276Speteropus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys, 
1724650276Speter	am, bw, hs, km, mir, msgr, ul, xon, 
1724750276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#80, 
1724850276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1724950276Speter	cbt=\EI, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, cr=^M, 
1725050276Speter	cub1=^H, cud1=^J, cuf1=^L, cup=\Ea%i%p1%dR%p2%dC, cuu1=^K, 
1725150276Speter	dch1=\EW$<11>, dim=\EGp, dl1=\ER$<5>, dsl=\Ez(\r, 
1725250276Speter	ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>, 
1725350276Speter	hts=\E1, if=/usr/share/tabset/std, il1=\EE$<4>, ind=^J, 
1725450276Speter	ip=$<3>, 
1725550276Speter	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, 
1725650276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B, 
1725750276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY, 
1725850276Speter	kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
1725950276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1726050276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1726150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1726250276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
1726350276Speter	mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, 
1726450276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
1726550276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
1726650276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
1726750276Speter	rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11, 
1726850276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, 
1726950276Speter	rs3=\EwG\Ee($<150>, 
1727050276Speter	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, 
1727150276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, 
1727250276Speter	smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177, 
1727350276Speter	smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(, 
1727466963Speter	uc=\EG8\EG0, use=adm+sgr, 
1727550276Speterteletec|Teletec Datascreen, 
1727662449Speter	OTbs, am, 
1727750276Speter	cols#80, lines#24, 
1727850276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, 
1727950276Speter	home=^^, ind=^J, 
1728050276Speter# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
1728150276Speter# This description is for the LANPAR Technologies VISION 3220
1728250276Speter# terminal from 1984/85.  The function key definitions k0-k5 represent the
1728350276Speter# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
1728450276Speter# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
1728562449Speter#
1728662449Speter# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
1728762449Speter# I had a couple of scopes (3221) like this once where I used to work, around
1728862449Speter# the 1987 time frame if memory serves me correctly.  These scopes were made  
1728962449Speter# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
1729062449Speter# compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
1729162449Speter# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
1729262449Speter# was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
1729362449Speter# (3221) cost about $1500 each, and one was always broken -- had to be sent
1729462449Speter# back to the shop for repairs.
1729562449Speter# The only real advantage these scopes had over the VT-240's were:
1729662449Speter# 1) They were faster in the Regis display, or at least the ones I did
1729762449Speter# 2) They had a handy debugging feature where you could split-screen the
1729862449Speter# scope, the graphics would appear on the top, and the REGIS commands would
1729962449Speter# appear on the bottom.  I don't remember the VT-240s being able to do that.
1730062449Speter# I would swear that LANPAR Technologies was in MA someplace, but since I
1730162449Speter# don't work at the same place anymore, and those terminals and manuals were
1730262449Speter# long since junked, I cannot be any more sure than that.
1730362449Speter#
1730450276Speter# (v3220: removed obsolete ":kn#10:",
1730550276Speter# I added <rmam>/<smam> based on the init string -- esr)
1730650276Speterv3220|LANPAR Vision II model 3220/3221/3222, 
1730762449Speter	OTbs, am, mir, xenl, 
1730850276Speter	cols#80, it#8, lines#24, 
1730950276Speter	clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
1731050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1731150276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, 
1731250276Speter	is2=\E>\E[?3l\E[?7h\E[?8h\E[p, kcub1=\E[D, kcud1=\E[B, 
1731350276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~, kf2=\E[3~, 
1731450276Speter	kf3=\E[4~, kf4=\E[5~, kf5=\E[6~, kf6=\E[OP, kf7=\E[OQ, 
1731550276Speter	kf8=\E[OR, kf9=\E[OS, khome=\E[H, ri=\EM, rmam=\E[?7l, 
1731650276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1731750276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1731850276Speter######## ICH/ICH1 VERSUS RMIR/SMIR
1731950276Speter#
1732050276Speter# Some non-curses applications get confused if both ich/ich1 and rmir/smir
1732150276Speter# are present; the symptom is doubled characters in an update using insert.
1732250276Speter# These applications are technically correct; in both 4.3BSD termcap and
1732350276Speter# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
1732450276Speter# unless the terminal needs both.  To my knowledge, no terminal still in this
1732550276Speter# file requires both other than the very obsolete dm2500.
1732650276Speter#
1732750276Speter# For ncurses-based applications this is not a problem, as ncurses uses
1732850276Speter# one or the other as appropriate but never mixes the two.  Therefore we
1732950276Speter# have not corrected entries like `linux' and `xterm' that specify both.
1733050276Speter# If you see doubled characters from these, use the linux-nic and xterm-nic
1733150276Speter# entries that suppress ich/ich1.  And upgrade to ncurses!
1733250276Speter#
1733350276Speter
1733450276Speter######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
1733550276Speter#
1733650276Speter# ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
1733750276Speter# ECMA-48 standards are said to be almost identical, but are not the same
1733850276Speter# as X3.64 (though for practical purposes they are close supersets of it).
1733950276Speter#
1734050276Speter# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
1734150276Speter# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
1734250276Speter# Coded Character Sets"), include your snail-mail address, and you should
1734350276Speter# receive the document in due course.  Don't expect an email acknowledgement.
1734450276Speter#
1734550276Speter# Related standards include "X3.4-1977: American National Standard Code for
1734650276Speter# Information Interchange" (the ASCII standard) and "X3.41.1974: 
1734750276Speter# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
1734850276Speter# American National Standard for Information Interchange."  I believe (but
1734950276Speter# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
1735050276Speter# respectively. 
1735150276Speter#
1735250276Speter
1735350276Speter#### VT100/ANSI/ECMA-48
1735450276Speter#
1735550276Speter# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
1735650276Speter# and ECMA-48 Control Functions for Coded Character Sets.
1735750276Speter# 
1735850276Speter# Much of the content of this comment is adapted from a table prepared by
1735950276Speter# Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
1736050276Speter# discussion of some terminfo-related issues, and updates to capture ECMA-48
1736150276Speter# have been added.  Control functions described in ECMA-48 only are tagged
1736250276Speter# with * after their names.
1736350276Speter#
1736450276Speter# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
1736550276Speter# sequences.  In the main table, \E stands for an escape (\033) character,
1736650276Speter# SPC for space.  Pn stands for a single numeric parameter to be inserted
1736750276Speter# in decimal ASCII.  Ps stands for a list of such parameters separated by
1736850276Speter# semicolons.  Parameter meanings for most parametrized sequences are
1736950276Speter# decribed in the notes.
1737050276Speter#
1737150276Speter# Sequence     Sequence                             Parameter   or
1737250276Speter# Mnemonic     Name              Sequence           Value      Mode   terminfo
1737350276Speter# -----------------------------------------------------------------------------
1737450276Speter# APC  Applicatn Program Command \E _                -         Delim  -
1737550276Speter# BEL  Bell *                    ^G                  -         -      bel
1737650276Speter# BPH  Break Permitted Here *    \E B                -         *      -
1737750276Speter# BS   Backpace *                ^H                  -         EF     -
1737850276Speter# CAN  Cancel *                  ^X                  -         -      -   (A)
1737950276Speter# CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
1738050276Speter# CCH  Cancel Previous Character \E T                -         -      -
1738150276Speter# CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
1738250276Speter# CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
1738350276Speter# CMD  Coding Method Delimiter * \E
1738450276Speter# CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
1738550276Speter# CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
1738650276Speter# CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
1738750276Speter# CSI  Control Sequence Intro    \E [                -         Intro  -
1738850276Speter# CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
1738950276Speter# CUB  Cursor Backward           \E [ Pn D           1         eF     cub
1739050276Speter# CUD  Cursor Down               \E [ Pn B           1         eF     cud
1739150276Speter# CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
1739250276Speter# CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
1739350276Speter# CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
1739450276Speter# CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
1739550276Speter# DA   Device Attributes         \E [ Pn c           0         -      -
1739650276Speter# DAQ  Define Area Qualification \E [ Ps o           0         -      -
1739750276Speter# DCH  Delete Character          \E [ Pn P           1         eF     dch
1739850276Speter# DCS  Device Control String     \E P                -         Delim  -
1739950276Speter# DL   Delete Line               \E [ Pn M           1         eF     dl
1740050276Speter# DLE  Data Link Escape *        ^P                  -         -      -
1740150276Speter# DMI  Disable Manual Input      \E \                -         Fs     -
1740250276Speter# DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
1740350276Speter# DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
1740450276Speter# EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
1740550276Speter# ECH  Erase Character           \E [ Pn X           1         eF     ech
1740650276Speter# ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
1740750276Speter# EF   Erase in Field            \E [ Ps N           0         eF     -
1740850276Speter# EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
1740950276Speter# EM   End of Medium *           ^Y                  -         -      -
1741050276Speter# EMI  Enable Manual Input       \E b                          Fs     -
1741150276Speter# ENQ  Enquire                   ^E                  -         -      -
1741250276Speter# EOT  End Of Transmission       ^D                  -         *      -
1741350276Speter# EPA  End of Protected Area     \E W                -         -      -   (K)
1741450276Speter# ESA  End of Selected Area      \E G                -         -      -
1741550276Speter# ESC  Escape                    ^[                  -         -      -
1741650276Speter# ETB  End Transmission Block    ^W                  -         -      -
1741750276Speter# ETX  End of Text               ^C                  -         -      -
1741850276Speter# FF   Form Feed                 ^L                  -         -      -
1741950276Speter# FNK  Function Key *            \E [ Pn SPC W       -         -      -
1742050276Speter# GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
1742150276Speter# FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
1742250276Speter# GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
1742350276Speter# GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
1742450276Speter# HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
1742550276Speter# HPB  Char Position Backward    \E [ j              1         FE     -
1742650276Speter# HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
1742750276Speter# HT   Horizontal Tab *          ^I                  -         FE     -   (N)
1742850276Speter# HTJ  Horz Tab w/Justification  \E I                -         FE     -
1742950276Speter# HTS  Horizontal Tab Set        \E H                -         FE     hts
1743050276Speter# HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
1743150276Speter# ICH  Insert Character          \E [ Pn @           1         eF     ich
1743250276Speter# IDCS ID Device Control String  \E [ SPC O          -         *      -
1743350276Speter# IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
1743450276Speter# IL   Insert Line               \E [ Pn L           1         eF     il
1743550276Speter# IND  Index                     \E D                -         FE     -
1743650276Speter# INT  Interrupt                 \E a                -         Fs     -
1743750276Speter# JFY  Justify                   \E [ Ps SPC F       0         FE     -
1743850276Speter# IS1  Info Separator #1 *       ^_                  -         *      -
1743950276Speter# IS2  Info Separator #1 *       ^^                  -         *      -
1744050276Speter# IS3  Info Separator #1 *       ^]                  -         *      -
1744150276Speter# IS4  Info Separator #1 *       ^\                  -         *      -
1744250276Speter# LF   Line Feed                 ^J                  -         -      -
1744350276Speter# LS1R Locking Shift Right 1 *   \E ~                -         -      -
1744450276Speter# LS2  Locking Shift 2 *         \E n                -         -      -
1744550276Speter# LS2R Locking Shift Right 2 *   \E }                -         -      -
1744650276Speter# LS3  Locking Shift 3 *         \E o                -         -      -
1744750276Speter# LS3R Locking Shift Right 3 *   \E |                -         -      -
1744850276Speter# MC   Media Copy                \E [ Ps i           0         -      -   (S)
1744950276Speter# MW   Message Waiting           \E U                -         -      -
1745050276Speter# NAK  Negative Acknowledge *    ^U                  -         *      -
1745150276Speter# NBH  No Break Here *           \E C                -         -      -
1745250276Speter# NEL  Next Line                 \E E                -         FE     nel (D)
1745350276Speter# NP   Next Page                 \E [ Pn U           1         eF     -
1745450276Speter# NUL  Null *                    ^@                  -         -      -
1745550276Speter# OSC  Operating System Command  \E ]                -         Delim  -
1745650276Speter# PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
1745750276Speter# PFS  Page Format Selection *   \E Pn SPC J         0         -      -
1745850276Speter# PLD  Partial Line Down         \E K                -         FE     -   (T)
1745950276Speter# PLU  Partial Line Up           \E L                -         FE     -   (U)
1746050276Speter# PM   Privacy Message           \E ^                -         Delim  -
1746150276Speter# PP   Preceding Page            \E [ Pn V           1         eF     -
1746250276Speter# PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
1746350276Speter# PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
1746450276Speter# PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
1746550276Speter# PTX  Parallel Texts *          \E [ \              -         -      -
1746650276Speter# PU1  Private Use 1             \E Q                -         -      -
1746750276Speter# PU2  Private Use 2             \E R                -         -      -
1746850276Speter# QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
1746950276Speter# REP  Repeat Char or Control    \E [ Pn b           1         -      rep
1747050276Speter# RI   Reverse Index             \E M                -         FE     -   (V)
1747150276Speter# RIS  Reset to Initial State    \E c                -         Fs     -
1747250276Speter# RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
1747350276Speter# SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
1747450276Speter# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
1747550276Speter# SCI  Single-Char Introducer    \E Z                -         -      -
1747650276Speter# SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
1747750276Speter# SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
1747850276Speter# SD   Scroll Down               \E [ Pn T           1         eF     rin
1747950276Speter# SDS  Start Directed String *   \E [ Pn ]           1         -      -
1748050276Speter# SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
1748150276Speter# SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
1748250276Speter# SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
1748350276Speter# SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
1748450276Speter# SI   Shift In                  ^O                  -         -      -   (P)
1748550276Speter# SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
1748650276Speter# SL   Scroll Left               \E [ Pn SPC @       1         eF     -
1748750276Speter# SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
1748850276Speter# SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
1748950276Speter# SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
1749050276Speter# SM   Select Mode               \E [ Ps h           none      -      -   (W)
1749150276Speter# SO   Shift Out                 ^N                  -         -      -   (Q)
1749250276Speter# SOH  Start Of Heading *        ^A                  -         -      -
1749350276Speter# SOS  Start of String *         \E X                -         -      -
1749450276Speter# SPA  Start of Protected Area   \E V                -         -      -   (Z)
1749550276Speter# SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
1749650276Speter# SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
1749750276Speter# SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
1749850276Speter# SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
1749950276Speter# SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
1750050276Speter# SR   Scroll Right              \E [ Pn SPC A       1         eF     -
1750150276Speter# SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
1750250276Speter# SRS  Start Reversed String *   \E [ Ps [           0         -      -
1750350276Speter# SSA  Start of Selected Area    \E F                -         -      -
1750450276Speter# SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
1750550276Speter# SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
1750650276Speter# SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
1750750276Speter# SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
1750850276Speter# ST   String Terminator         \E \                -         Delim  -
1750950276Speter# STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
1751050276Speter# STS  Set Transmit State        \E S                -         -      -
1751150276Speter# STX  Start pf Text *           ^B                  -         -      -
1751250276Speter# SU   Scroll Up                 \E [ Pn S           1         eF     indn
1751350276Speter# SUB  Substitute *              ^Z                  -         -      -
1751450276Speter# SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
1751550276Speter# SYN  Synchronous Idle *        ^F                  -         -      -
1751650276Speter# TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
1751750276Speter# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
1751850276Speter# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
1751950276Speter# TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
1752050276Speter# TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
1752150276Speter# TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
1752250276Speter# TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
1752350276Speter# VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
1752450276Speter# VPB  Line Position Backward *  \E [ Pn k           1         FE     -
1752550276Speter# VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
1752650276Speter# VT   Vertical Tabulation *     ^K                  -         FE     -
1752750276Speter# VTS  Vertical Tabulation Set   \E J                -         FE     -
1752850276Speter# 
1752950276Speter# ---------------------------------------------------------------------------
1753050276Speter#
1753150276Speter# Notes:
1753250276Speter#
1753350276Speter# Some control characters are listed in the ECMA-48 standard without 
1753450276Speter# being assigned functions relevant to terminal control there (they 
1753550276Speter# referred to other standards such as ISO 1745 or ECMA-35).  They are listed
1753650276Speter# here anyway for completeness.
1753750276Speter#
1753850276Speter# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
1753950276Speter#
1754050276Speter# (B) There seems to be some confusion abroad between CHA and HPA.  Most
1754150276Speter# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
1754250276Speter# the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
1754350276Speter# preserved the CHA abbreviation.
1754450276Speter#
1754550276Speter# (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
1754650276Speter# Occasionally (as on, for example, certain HP terminals) this has the HTJ
1754750276Speter# value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
1754850276Speter# CHT abbreviation.
1754950276Speter#
1755050276Speter# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
1755150276Speter#
1755250276Speter# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR 
1755350276Speter# abbreviation.
1755450276Speter# 
1755550276Speter# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
1755650276Speter# char tab, 3 = clear line tab, 4 = clear all char tabs on current line, 
1755750276Speter# 5 = clear all char tabs, 6 = clear all line tabs.
1755850276Speter#
1755950276Speter# (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
1756050276Speter# HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
1756150276Speter# Position Absolute" but retains the HVP abbreviation.
1756250276Speter#
1756350276Speter# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
1756450276Speter# abbreviation.
1756550276Speter#
1756650276Speter# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
1756750276Speter# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
1756850276Speter# DSR, 6 = request CPR response.
1756950276Speter#
1757050276Speter# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
1757150276Speter# 1 = clear from beginning, 2 = clear.
1757250276Speter# 
1757350276Speter# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
1757450276Speter#
1757550276Speter# (L) The GSM parameters are vertical and horizontal parameters to scale by.
1757650276Speter#
1757750276Speter# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
1757850276Speter# use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
1757950276Speter# Position Relative" but retains the HPR abbreviation.
1758050276Speter#
1758150276Speter# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
1758250276Speter# abbreviation.
1758350276Speter#
1758450276Speter# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
1758550276Speter# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
1758650276Speter# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
1758750276Speter# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
1758850276Speter# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
1758950276Speter# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
1759050276Speter# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
1759150276Speter# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
1759250276Speter# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
1759350276Speter# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
1759450276Speter# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
1759550276Speter# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
1759650276Speter# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
1759750276Speter# 61-65 = variable highlights for ideograms.
1759850276Speter#
1759950276Speter# (P) SI is also called LSO, Locking Shift Zero.
1760050276Speter#
1760150276Speter# (Q) SI is also called LS1, Locking Shift One.
1760250276Speter#
1760350276Speter# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
1760450276Speter# use CUD for this function and ignore VPR.  ECMA calls it `Line Position
1760550276Speter# Absolute' but retains the VPA abbreviation.
1760650276Speter#
1760750276Speter# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
1760850276Speter# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
1760950276Speter# from secondary aux device, 4 = stop relay to primary aux device, 5 = 
1761050276Speter# start relay to primary aux device, 6 = stop relay to secondary aux device,
1761150276Speter# 7 = start relay to secondary aux device.
1761250276Speter#
1761350276Speter# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
1761450276Speter# abbreviation.
1761550276Speter#
1761650276Speter# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
1761750276Speter# abbreviation.
1761850276Speter#
1761950276Speter# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
1762050276Speter#
1762150276Speter# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM), 
1762250276Speter# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM), 
1762350276Speter# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
1762450276Speter# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
1762550276Speter# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM), 
1762650276Speter# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
1762750276Speter# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM), 
1762850276Speter# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
1762950276Speter# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
1763050276Speter# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
1763150276Speter# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
1763250276Speter# Zero Default Mode (ZDM).  The EBM and LF/NL modes have actually been removed
1763350276Speter# from ECMA-48's 5th edition but are listed here for reference.
1763450276Speter#
1763550276Speter# (X) Select Alternate Presentation Variants is used only for non-Latin
1763650276Speter# alphabets.
1763750276Speter#
1763850276Speter# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
1763950276Speter#
1764050276Speter# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
1764150276Speter# abbreviation.
1764250276Speter#
1764350276Speter# ---------------------------------------------------------------------------
1764450276Speter# 
1764550276Speter# Abbreviations:
1764650276Speter#
1764750276Speter# Intro  an Introducer of some kind of defined sequence; the normal 7-bit
1764850276Speter#        X3.64 Control Sequence Introducer is the two characters "Escape ["
1764950276Speter# 
1765050276Speter# Delim  a Delimiter
1765150276Speter# 
1765250276Speter# x/y    identifies a character by position in the ASCII table (column/row)
1765350276Speter# 
1765450276Speter# eF     editor function (see explanation)
1765550276Speter# 
1765650276Speter# FE     format effector (see explanation)
1765750276Speter#
1765850276Speter# F      is a Final character in
1765950276Speter#             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
1766050276Speter#             a control sequence (F from 4/0 to 7/14)
1766150276Speter# 
1766250276Speter# Gs     is a graphic character appearing in strings (Gs ranges from
1766350276Speter#        2/0 to 7/14) in the ASCII table
1766450276Speter# 
1766550276Speter# Ce     is a control represented as a single bit combination in the C1 set
1766650276Speter#        of controls in an 8-bit character set
1766750276Speter# 
1766850276Speter# C0     the familiar set of 7-bit ASCII control characters
1766950276Speter# 
1767050276Speter# C1     roughly, the set of control chars available only in 8-bit systems.
1767150276Speter#        This is too complicated to explain fully here, so read Jim Fleming's
1767250276Speter#        article in the February 1983 BYTE, especially pages 214 through 224.
1767350276Speter# 
1767450276Speter# Fe     is a Final character of a 2-character Escape sequence that has an
1767550276Speter#        equivalent representation in an 8-bit environment as a Ce-type
1767650276Speter#        (Fe ranges from 4/0 to 5/15)
1767750276Speter# 
1767850276Speter# Fs     is a Final character of a 2-character Escape sequence that is
1767950276Speter#        standardized internationally with identical representation in 7-bit
1768050276Speter#        and 8-bit environments and is independent of the currently
1768150276Speter#        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
1768250276Speter# 
1768350276Speter# I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
1768450276Speter#        ASCII table
1768550276Speter# 
1768650276Speter# P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
1768750276Speter#        table
1768850276Speter# 
1768950276Speter# Pn     is a numeric parameter in a control sequence, a string of zero or
1769050276Speter#        more characters ranging from 3/0 to 3/9 in the ASCII table
1769150276Speter# 
1769250276Speter# Ps     is a variable number of selective parameters in a control sequence
1769350276Speter#        with each selective parameter separated from the other by the code
1769450276Speter#        3/11 (which usually represents a semicolon); Ps ranges from
1769550276Speter#        3/0 to 3/9 and includes 3/11
1769650276Speter#
1769750276Speter# *      Not relevant to terminal control, listed for completeness only.
1769850276Speter# 
1769950276Speter# Format Effectors versus Editor Functions
1770050276Speter# 
1770150276Speter# A format effector specifies how following output is to be displayed.
1770250276Speter# An editor function allows you to modify the display.  Informally
1770350276Speter# format effectors may be destructive; format effectors should not be.
1770450276Speter# 
1770550276Speter# For instance, a format effector that moves the "active position" (the 
1770650276Speter# cursor or equivalent) one space to the left would be useful when you want to
1770750276Speter# create an overstrike, a compound character made of two standard characters
1770850276Speter# overlaid. Control-H, the Backspace character, is actually supposed to be a
1770950276Speter# format effector, so you can do this. But many systems use it in a
1771050276Speter# nonstandard fashion, as an editor function, deleting the character to the
1771150276Speter# left of the cursor and moving the cursor left. When Control-H is assumed to
1771250276Speter# be an editor function, you cannot predict whether its use will create an
1771350276Speter# overstrike unless you also know whether the output device is in an "insert
1771450276Speter# mode" or an "overwrite mode". When Control-H is used as a format effector,
1771550276Speter# its effect can always be predicted. The familiar characters carriage
1771650276Speter# return, linefeed, formfeed, etc., are defined as format effectors.
1771750276Speter#
1771850276Speter# NOTES ON THE DEC VT100 IMPLEMENTATION
1771950276Speter# 
1772050276Speter# Control sequences implemented in the VT100 are as follows:
1772150276Speter# 
1772250276Speter#      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
1772350276Speter#      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
1772450276Speter# 
1772550276Speter# plus several private DEC commands.
1772650276Speter# 
1772750276Speter# Erasing parts of the display (EL and ED) in the VT100 is performed thus:
1772850276Speter# 
1772950276Speter#      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
1773050276Speter#      Erase from beginning of line to cursor     Esc [ 1 K
1773150276Speter#      Erase line containing cursor               Esc [ 2 K
1773250276Speter#      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
1773350276Speter#      Erase from beginning of screen to cursor   Esc [ 1 J
1773450276Speter#      Erase entire screen                        Esc [ 2 J
1773550276Speter#
1773650276Speter# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
1773750276Speter# Esc [ 2 J, but this is wrong; the default is 0.
1773850276Speter# 
1773950276Speter# The VT100 responds to receiving the DA (Device Attributes) control
1774050276Speter# 
1774150276Speter#      Esc [ c    (or Esc [ 0 c)
1774250276Speter# 
1774350276Speter# by transmitting the sequence
1774450276Speter# 
1774550276Speter#      Esc [ ? l ; Ps c
1774650276Speter# 
1774750276Speter# where Ps is a character that describes installed options.
1774850276Speter# 
1774950276Speter# The VT100's cursor location can be read with the DSR (Device Status
1775050276Speter# Report) control
1775150276Speter# 
1775250276Speter#      Esc [ 6 n
1775350276Speter# 
1775450276Speter# The VT100 reports by transmitting the CPR sequence
1775550276Speter# 
1775650276Speter#      Esc [ Pl ; Pc R
1775750276Speter# 
1775850276Speter# where Pl is the line number and Pc is the column number (in decimal).
1775950276Speter# 
1776050276Speter# The specification for the DEC VT100 is document EK-VT100-UG-003.
1776150276Speter
1776250276Speter#### ANSI.SYS
1776350276Speter# 
1776450276Speter# Here is a description of the color and attribute controls supported in the
1776550276Speter# the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
1776650276Speter# terminal emulators for Intel boxes obey these.  They are a proper subset
1776750276Speter# of the ECMA-48 escapes.
1776850276Speter#
1776950276Speter# 0	all attributes off
1777050276Speter# 1	foreground bright
1777150276Speter# 4	underscore on
1777250276Speter# 5	blink on/background bright (not reliable with brown)
1777350276Speter# 7	reverse-video
1777450276Speter# 8	set blank (non-display)
1777550276Speter# 10	set primary font
1777650276Speter# 11	set first alternate font (on PCs, display ROM characters 1-31)
1777750276Speter# 12	set second alternate font (on PCs, display IBM high-half chars)
1777850276Speter#
1777950276Speter#			Color attribute sets
1778050276Speter# 3n	set foreground color       / 0=black, 1=red,     2=green, 3=brown,
1778150276Speter# 4n	set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
1778250276Speter# Bright black becomes gray.  Bright brown becomes yellow,
1778350276Speter# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
1778450276Speter#
1778550276Speter# * If the 5 attribute is on and you set a background color (40-47) it is
1778650276Speter#   supposed to enable bright background.
1778750276Speter#
1778850276Speter# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
1778950276Speter#   when you try to set a "bright brown" (yellow) background with attribute
1779050276Speter#   5 (you get a blinking yellow foreground instead).  A few displays
1779150276Speter#   (including the System V console) support an attribute 6 that undoes this
1779250276Speter#   braindamage (this is required by iBCS2).
1779350276Speter#
1779450276Speter# * Some older versions of ANSI.SYS have a bug that causes thems to require
1779550276Speter#   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
1779650276Speter#   compatible.)
1779750276Speter
1779850276Speter#### Intel Binary Compatibility Standard
1779950276Speter#
1780050276Speter# For comparison, here are the capabilities implied by the Intel Binary 
1780150276Speter# Compatibility Standard for UNIX systems (Intel order number 468366-001).
1780250276Speter# These recommendations are optional.  IBCS2 allows the leading escape to
1780350276Speter# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
1780450276Speter# the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
1780550276Speter# (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
1780650276Speter# terminfo entry are followed with the corresponding capability in parens:
1780750276Speter#
1780850276Speter#	CSI <n>k		disable (n=0) or enable (n=1) keyclick
1780950276Speter#	CSI 2h   		lock keyboard
1781050276Speter#	CSI 2i  		send screen as input
1781150276Speter#	CSI 2l  		unlock keyboard
1781250276Speter#	CSI 6m  		enable background color intensity
1781350276Speter#	CSI <0-2>c		reserved
1781450276Speter#	CSI <0-59>m		select graphic rendition
1781550276Speter#	CSI <n>;<m>H	(cup)	cursor to line n and column m
1781650276Speter#	CSI <n>;<m>f		cursor to line n and column m
1781750276Speter#	CSI <n>@	(ich)	insert characters
1781850276Speter#	CSI <n>A	(cuu)	cursor up n lines
1781950276Speter#	CSI <n>B	(cud)	cursor down n lines
1782050276Speter#	CSI <n>C	(cuu)	cursor right n characters
1782150276Speter#	CSI <n>D	(cud)	cursor left n characters
1782250276Speter#	CSI <n>E		cursor down n lines and in first column
1782350276Speter#	CSI <n>F		cursor up n lines and in first column
1782450276Speter#	CSI <n>G	(hpa)	position cursor at column n-1
1782550276Speter#	CSI <n>J	(ed)	erase in display
1782650276Speter#	CSI <n>K	(el)	erase in line
1782750276Speter#	CSI <n>L	(il)	insert line(s)
1782850276Speter#	CSI <n>P	(dch)	delete characters
1782950276Speter#	CSI <n>S	(indn)	scroll up n lines
1783050276Speter#	CSI <n>T	(rin)	scroll down n lines
1783150276Speter#	CSI <n>X	(ech)	erase characters
1783250276Speter#	CSI <n>Z	(cbt)	back up n tab stops
1783350276Speter#	CSI <n>`		cursor to column n on line
1783450276Speter#	CSI <n>a	(cuu)	cursor right n characters
1783550276Speter#	CSI <n>d	(vpa)	cursor to line n
1783650276Speter#	CSI <n>e		cursor down n lines and in first column
1783750276Speter#	CSI <n>g	(cbt)	clear all tabs
1783850276Speter#	CSI <n>z		make virtual terminal n active
1783950276Speter#	CSI ?7h 	(smam)	turn automargin on
1784050276Speter#	CSI ?7l 	(rmam)	turn automargin off
1784150276Speter#	CSI s     		save cursor position
1784250276Speter#	CSI u   		restore cursor position to saved value
1784350276Speter#	CSI =<c>A		set overscan color
1784450276Speter#	CSI =<c>F		set normal foreground color
1784550276Speter#	CSI =<c>G		set normal background color
1784650276Speter#	CSI =<c>H		set reverse foreground color
1784750276Speter#	CSI =<c>I		set reverse foreground color
1784850276Speter#	CSI =<c>J		set graphic foreground color
1784950276Speter#	CSI =<c>K		set graphic foreground color
1785050276Speter#	CSI =<n>g	(dispc) display n from alternate graphics character set
1785150276Speter#	CSI =<p>;<d>B		set bell parameters
1785250276Speter#	CSI =<s>;<e>C		set cursor parameters
1785350276Speter#	CSI =<x>D		enable/disable intensity of background color
1785450276Speter#	CSI =<x>E		set/clear blink vs. bold background
1785550276Speter#	CSI 7     	(sc)	(sc) save cursor position
1785650276Speter#	CSI 8   	(rc)	(rc) restore cursor position to saved value
1785750276Speter#	CSI H		(hts)	(hts) set tab stop
1785850276Speter#	CSI Q<n><string>	define function key string
1785950276Speter#				(string must begin and end with delimiter char)
1786050276Speter#	CSI c   	(clear) clear screen
1786150276Speter#
1786250276Speter# The lack of any specification for attributes in SGR (among other things)
1786350276Speter# makes this a wretchedly weak standard. The table above is literally 
1786450276Speter# everything iBSC2 has to say about terminal escape sequences; there is
1786550276Speter# no further discussion of their meaning or how to set the parameters
1786650276Speter# in these sequences at all.
1786750276Speter#
1786850276Speter
1786950276Speter######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
1787050276Speter#
1787150276Speter# The historical termcap file entries were written primarily in 4.4BSD termcap.
1787250276Speter# The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
1787350276Speter# with the extension names chosen for compatibility with the termcap names
1787450276Speter# assigned in System V terminfo.  There are some variant extension sets out
1787550276Speter# there.  We try to describe them here.
1787650276Speter#
1787750276Speter# XENIX extensions:
1787850276Speter#
1787950276Speter# The XENIX extensions include a set of function-key capabilities as follows:
1788050276Speter#
1788150276Speter#       code	XENIX variable name	terminfo name	name clashes?
1788250276Speter#	----	-------------------	-------------	-----------------------
1788350276Speter#	CL	key_char_left
1788450276Speter#	CR	key_char_right
1788550276Speter#	CW	key_change_window			create_window
1788650276Speter#	EN	key_end          	kend
1788750276Speter#	HM	key_home		khome
1788850276Speter#	HP	??
1788950276Speter#	LD	key_delete_line  	kdl1
1789050276Speter#	LF	key_linefeed     			label_off
1789150276Speter#	NU	key_next_unlocked_cell
1789250276Speter#	PD	key_page_down   	knp
1789350276Speter#	PL	??
1789450276Speter#	PN	start_print		mc5
1789550276Speter#	PR	??
1789650276Speter#	PS	stop_print		mc4
1789750276Speter#	PU	key_page_up     	kpp		pulse
1789850276Speter#	RC	key_recalc				remove_clock
1789950276Speter#	RF	key_toggle_ref				req_for_input
1790050276Speter#	RT	key_return      	kent
1790150276Speter#	UP	key_up_arrow           	kcuu1   	parm_up_cursor
1790250276Speter#	WL	key_word_left
1790350276Speter#	WR	key_word_right
1790450276Speter#
1790550276Speter# The XENIX extensions also include the following character-set and highlight
1790650276Speter# capabilities:
1790750276Speter#
1790850276Speter#	XENIX	terminfo	function
1790950276Speter#	-----	--------	------------------------------
1791050276Speter#	GS	smacs		start alternate character set
1791150276Speter#	GE	rmacs		end alternate character set
1791250276Speter#	GG			:as:/:ae: glitch (analogous to :sg:/:ug:)
1791350276Speter#	bo	blink		begin blink (not used in /etc/termcap)
1791450276Speter#	be			end blink (not used in /etc/termcap)
1791550276Speter#	bb			blink glitch  (not used in /etc/termcap)
1791650276Speter#	it	dim		begin dim (not used in /etc/termcap)
1791750276Speter#	ie			end dim (not used in /etc/termcap)
1791850276Speter#	ig			dim glitch  (not used in /etc/termcap)
1791950276Speter#
1792050276Speter# Finally, XENIX also used the following forms-drawing capabilities:
1792150276Speter#
1792250276Speter#	single	double  type             ASCII approximation 
1792350276Speter#	------	------	-------------    -------------------
1792450276Speter#	GV	Gv	vertical line             |
1792550276Speter#	GH	Gv	horizontal line       -   _
1792650276Speter#	G1	G5	top right corner       _   |
1792750276Speter#	G2	G6	top left corner       | 
1792850276Speter#	G3	G7	bottom left corner         |_
1792950276Speter#	G4	G8	bottom right corner   _|
1793050276Speter#	GD	Gd	down-tick character        T
1793150276Speter#	GL	Gl	left-tick character   -|
1793250276Speter#	GR	Gr	right-tick character       |-
1793350276Speter#	GC	Gc	middle intersection   -|-
1793450276Speter#	GU	Gu	up-tick character          _|_
1793550276Speter#
1793650276Speter# These were invented to take advantage of the IBM PC ROM character set.  One
1793750276Speter# can compose an acsc string from the single-width characters as follows
1793850276Speter#	"j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
1793950276Speter# When translating a termcap file, ncurses tic will do this automatically.
1794050276Speter# The double forms characters don't fit the SVr4 terminfo model.
1794150276Speter#
1794250276Speter# AT&T Extensions:
1794350276Speter#
1794450276Speter# The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
1794550276Speter# nonstandard capabilities.  Its signature is the KM capability, used to name
1794650276Speter# some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
1794750276Speter# set.  Comments in the original, and a little cross-checking with other AT&T
1794850276Speter# documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
1794950276Speter# (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
1795050276Speter# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
1795150276Speter# cursor invisible), and CV=:ve: (make cursor normal).
1795250276Speter#
1795350276Speter# HP Extensions
1795450276Speter#
1795550276Speter# The HP library (as of mid-1995, their term.h file version 70.1) appears to
1795650276Speter# have the System V capabilities up to SVr1 level.  After that, it supports
1795750276Speter# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
1795850276Speter# :mu: capabilities.  After that, it supports caps plab_norm, label_on,
1795950276Speter# label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
1796050276Speter# HP binary format incompatible with SVr4's.
1796150276Speter#
1796250276Speter# IBM Extensions
1796350276Speter#
1796450276Speter# There is a set of nonstandard terminfos used by IBM's AIX operating system.
1796550276Speter# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
1796650276Speter# capabilities following prtr_non with the following special capabilties:
1796750276Speter# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
1796850276Speter# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
1796950276Speter# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
1797050276Speter# rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
1797150276Speter# kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
1797250276Speter# renamed (to kcbt and kslt).  The places in the box[12] capabilities
1797350276Speter# correspond to acsc chars, here is the mapping:
1797450276Speter#
1797550276Speter#	box1[0]  = ACS_ULCORNER
1797650276Speter#	box1[1]  = ACS_HLINE	
1797750276Speter#	box1[2]  = ACS_URCORNER
1797850276Speter#	box1[3]  = ACS_VLINE
1797950276Speter#	box1[4]  = ACS_LRCORNER
1798050276Speter#	box1[5]  = ACS_LLCORNER
1798150276Speter#	box1[6]  = ACS_TTEE
1798250276Speter#	box1[7]  = ACS_RTEE
1798350276Speter#	box1[8]  = ACS_BTEE
1798450276Speter#	box1[9]  = ACS_LTEE
1798550276Speter#	box1[10] = ACS_PLUS
1798650276Speter#
1798750276Speter# The box2 characters are the double-line versions of these forms graphics.
1798850276Speter# The AIX binary terminfo format is incompatible with SVr4's.
1798950276Speter#
1799050276Speter# Iris console extensions:
1799150276Speter#
1799250276Speter# HS is half-intensity start; HE is half-intensity end
1799350276Speter# CT is color terminal type (for Curses & rogue)
1799450276Speter# CP is color change escape sequence
1799550276Speter# CZ are color names (for Curses & rogue)
1799650276Speter#
1799750276Speter# The ncurses tic utility recognizes HS as an alias for mh <dim>.
1799850276Speter#
1799950276Speter# TC Extensions:
1800050276Speter#
1800150276Speter# There is a set of extended termcaps associated with something
1800250276Speter# called the "Terminal Control" or TC package created by MainStream Systems,
1800350276Speter# Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
1800450276Speter# CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
1800550276Speter# that flags color terminals.
1800650276Speter#
1800750276Speter######## CHANGE HISTORY
1800850276Speter#
1800950276Speter# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
1801050276Speter# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
1801150276Speter# project.
1801250276Speter#
1801350276Speter# This file contains all the capability information present in John Kunze's
1801450276Speter# last version of the termcap master file, except as noted in the change 
1801550276Speter# comments at end of file.  Some information about very ancient obsolete
1801650276Speter# capabilities has been moved to comments.  Some all-numeric names of older
1801750276Speter# terminals have been retired.
1801850276Speter#
1801950276Speter# I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
1802050276Speter# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
1802150276Speter# used by BSD curses.
1802250276Speter#
1802350276Speter# The 9.1.0 version of this file was translated from my lightly-edited copy of
1802450276Speter# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
1802550276Speter# the purpose.  Unless the ncurses tic implementation and the Lisp code were
1802650276Speter# making perfectly synchronized mistakes which I then failed to catch by
1802750276Speter# eyeball, the translation was correct and perfectly information-preserving.
1802850276Speter#
1802950276Speter# Major version number bumps correspond to major version changes in ncurses.
1803050276Speter#
1803150276Speter# Here is a log of the changes since then:
1803250276Speter#
1803350276Speter# 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
1803450276Speter#	* First terminfo master translated from 8.3.
1803550276Speter# 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
1803650276Speter#	* Replaced Wyse entries with updated entries supplied by vendor.
1803750276Speter#
1803850276Speter# 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
1803950276Speter#	* Added contact & status info from G. Clark Brown <clark@sssi.com>.
1804050276Speter# 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
1804150276Speter#	* Better XENIX keycap translation.  Describe TC termcaps.
1804250276Speter#	* Contact and history info supplied by Qume.
1804350276Speter# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
1804450276Speter#	* Raided the Shuford FTP site for recent termcaps/terminfos.
1804550276Speter#	* Added information on X3.64 and VT100 standard escape sequences.
1804650276Speter# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
1804750276Speter#	* Added a correct X11R6 xterm entry.
1804850276Speter#	* Fixed terminfo translations of padding.
1804950276Speter# 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
1805050276Speter#	* Added correct acsc/smacs/rmacs strings for vt100 and xterm.
1805150276Speter#	* Added u6/u7/u8/u9 capabilities.
1805250276Speter#	* Added PCVT entry.
1805350276Speter# 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
1805450276Speter#	* Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
1805550276Speter#	  to use reverse-video standout so Emacs will look right.
1805650276Speter#	* Added el1 capability to ansi.
1805750276Speter#	* Added smacs/rmacs to ansi.sys.
1805850276Speter#
1805950276Speter# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
1806050276Speter#	* New mt70 entry.
1806150276Speter#	* Added COPYRIGHTS AND OTHER DELUSIONS.
1806250276Speter#	* Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
1806350276Speter#	  smartvid & smarterm, ampex 175 & 219 & 232,
1806450276Speter#	  env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
1806550276Speter#	  ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
1806650276Speter#	  screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
1806750276Speter#	  adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
1806850276Speter#	* Replaced the Perkin-Elmer entries with vendor's official ones.
1806950276Speter#	* Restored the old minimal-ansi entry, luna needs it.
1807050276Speter#	* Fixed some incorrect ip and proportional-padding translations.
1807150276Speter# 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
1807250276Speter#	* Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
1807350276Speter#	* Make the xterm entry 65 lines again; create xterm25 and xterm24
1807450276Speter#	  to force a particular height.
1807550276Speter#	* Added beehive4 and reorganized other Harris entries.
1807650276Speter# 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
1807750276Speter#	* Merged in DEC's official entries for its terminals.  The only old
1807850276Speter#	  entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
1807950276Speter#	* Replaced the translated BBN Bitgraph entries with purpose-built
1808050276Speter#	  ones from AT&T's SVr3.
1808150276Speter#	* Replaced the AT&T entries with AT&T's official terminfos.
1808250276Speter#	* Added teleray 16, vc415, cops10. 
1808350276Speter#	* Merged in many individual capabilities from SCO terminfo files.
1808450276Speter# 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
1808550276Speter#	* Typo fixes.
1808650276Speter#	* Change linux entry so A_PROTECT enables IBM-PC ROM characters.
1808750276Speter# 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
1808850276Speter#	* Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
1808950276Speter#	  pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
1809050276Speter#	  simterm, citoh and variants.
1809150276Speter#	* Replaced sol entry with sol1 and sol2.
1809250276Speter#	* Replaced Qume QVT and Freedom-series entries with purpose-built
1809350276Speter#	  terminfo entries.
1809450276Speter#	* Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
1809550276Speter#	  and dg200 entries using caps from from SCO.
1809650276Speter#	* Added the usual set of function-key mappings to ANSI entry.
1809750276Speter#	* Corrected xterm's function-key capabilities.
1809850276Speter# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
1809950276Speter#	* Fix in xterm entry, cub and cud are not reliable under X11R6.
1810050276Speter# 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
1810150276Speter#	* Fix in xterm entry, get the arrow keys right.
1810250276Speter#	* Change some \0 escapes to \200.
1810350276Speter# 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
1810450276Speter#	* Added apple (Videx card), adm1a, oadm31.
1810550276Speter#	* Fixed malformed ampex csr.
1810650276Speter#	* Fixed act4, cyb110; they had old-style prefix padding left in. 
1810750276Speter#	* Changed mandatory to advisory padding in many entries.
1810850276Speter#	* Replaced HP entries up to hpsub with purpose-built ones.
1810950276Speter#	* Blank rmir/smir/rmdc/smdc capabilities removed.
1811050276Speter#	* Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
1811150276Speter# 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
1811250276Speter#	* Replaced the Ann Arbor entries with SCO's, the init strings are
1811350276Speter#	  more efficient (but the entries otherwise identical).
1811450276Speter#	* Added dg211 from Shuford archive.
1811550276Speter#	* Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
1811650276Speter#	  adm42-nl, pc52, gs6300, xerox820, uts30.
1811750276Speter#	* Pull SCO's padding into vi200 entry.
1811850276Speter#	* Improved capabilities for tvi4107 and other Televideo and Viewpoint
1811950276Speter#	  entries merged in from SCO's descriptions.
1812050276Speter#	* Fixed old-style prefix padding on zen50, h1500.
1812150276Speter#	* Moved old superbee entry to superbee-xsb, pulled in new superbee
1812250276Speter#	  entry from SCO's description.
1812350276Speter#	* Reorganized the special entries.
1812450276Speter#	* Added lm#0 to cbunix and virtual entries.
1812550276Speter#
1812650276Speter# 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
1812750276Speter#	* Restored cdc456tst.
1812850276Speter#	* Fixed sb1 entry, SCO erroneously left out the xsb glitch.
1812950276Speter#	* Added megatek, beacon, microkit.
1813050276Speter#	* Freeze for ncurses-1.9 release.
1813150276Speter# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
1813250276Speter#	* Added historical data for TAB.
1813350276Speter#	* Comment fixes from David MacKenzie.
1813450276Speter#	* Added the new BSDI pc3 entry.
1813550276Speter# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
1813650276Speter#	* A change in the tic -C logic now ensures that all entries in 
1813750276Speter#	  the termcap translation will fit in < 1024 bytes.
1813850276Speter#	* Added `bobcat' and `gator' HP consoles and the Nu machine entries
1813950276Speter#	  from GNU termcap file.  This merges in all their local information.
1814050276Speter# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
1814150276Speter#	* Changed tic -C logic to dump all capabilities used by GNU termcap.
1814250276Speter#	* Added warnings about entries with long translations (restoring
1814350276Speter#	  all the GNU termcaps pushes a few over the edge).
1814450276Speter# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
1814550276Speter#	* Yet another tic change, and a couple of entry tweaks, to reduce the
1814650276Speter#	  number of long (> 1024) termcap translations back to 0.
1814750276Speter#
1814850276Speter# 9.6.0 (Mon May  1 10:35:54 EDT 1995)
1814950276Speter#	* Added kf13-kf20 to Linux entry.
1815050276Speter#	* Regularize Prime terminal names.
1815150276Speter#	* Historical data on Synertek.
1815250276Speter#	* Freeze for ncurses-1.9.1.
1815350276Speter# 9.6.1 (Sat May  6 02:00:52 EDT 1995):
1815450276Speter#	* Added true xterm-color entry, renamed djm's pseudo-color entry.
1815550276Speter#	* Eliminate whitespace in short name fields, this tanks some scripts.
1815650276Speter#	* Name field changes to shorten some long entries.
1815750276Speter#	* Termcap translation now automatically generates empty rmir/smir
1815850276Speter#	  when ich1/ich is present (copes with an ancient vi bug).
1815950276Speter#	* Added `screen' entries from FSF's screen-3.6.2.
1816050276Speter#	* Added linux-nic and xterm-nic entries.
1816150276Speter# 9.6.2 (Sat May  6 17:00:55 EDT 1995):
1816250276Speter#	* Change linux entry to use smacs=\E[11m and have an explicit acsc,
1816350276Speter#	  eliminating some special-case code in ncurses.
1816450276Speter#
1816550276Speter# 9.7.0 (Tue May  9 18:03:12 EDT 1995):
1816650276Speter#	* Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
1816750276Speter#	  that captures everything unique from it.
1816850276Speter#	* Added reorder script generator.
1816950276Speter#	* Freeze for ncurses 1.9.2 release.
1817050276Speter# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
1817150276Speter#	* Added Sean Farley's kspd, flash, rs1 capabilities for linux.
1817250276Speter#	* Added Olaf Siebert's corrections for adm12.
1817350276Speter#	* ansi-pc-color now includes the colors and pairs caps, so that
1817450276Speter#	  entries which use it will inherit them automatically.
1817550276Speter#	* The linux entry can now recognize the center (keypad 5) key.
1817650276Speter#	* Removed some junk that found its way into Linux acsc.
1817750276Speter#
1817850276Speter# 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
1817950276Speter#	* Add 50% cut mark as a desperate hack to reduce tic's core usage.
1818050276Speter#	* xterm doesn't try to use application keypad mode any more.
1818150276Speter#	* Freeze for ncurses-1.9.3 release.
1818250276Speter# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
1818350276Speter#	* Added corrected sun entry from vendor.
1818450276Speter#	* Added csr capability to linux entry.
1818550276Speter#	* Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
1818650276Speter#	* Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
1818750276Speter#	* Some commented-out caps in long entries come back in, my code 
1818850276Speter#	  for computing string-table lengths had a bug in it.
1818950276Speter#	* pcansi series modified to fit comm-program reality better.
1819050276Speter# 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
1819150276Speter#	* BSD/OS actually ships the ibmpc3 bold entry as its console.
1819250276Speter#	* Correct some bad aliases in the pcansi series
1819350276Speter#	* Added entry for QNX console.
1819450276Speter#	* Clean up duplicate long names for use with 4.4 library.
1819550276Speter#	* Change vt100 standout to be normal reverse vide, not bright reverse;
1819650276Speter#	  this makes the Emacs status line look better.
1819750276Speter# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
1819850276Speter#	* Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
1819950276Speter#	* Minor surgery, mostly on name strings, to shorten termcap version.
1820050276Speter#
1820150276Speter# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
1820250276Speter#	* Added dec-vt100 for use with the EWAN emulator.
1820350276Speter#	* Added kmous to xterm for use with xterm's mouse-tracking facility.
1820450276Speter#	* Freeze for 1.9.5 alpha release.
1820550276Speter# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
1820650276Speter#	* Changed xterm lines to 24, the X11R6 default.
1820750276Speter# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
1820850276Speter#	* Added 7 newly discovered, undocumented acsc characters to linux
1820950276Speter#	  entry (the pryz{|} characters).
1821050276Speter#	* ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
1821150276Speter#	* Correct two typos in the xterm entries introduced in 9.9.1.
1821250276Speter#	* I finally figured out how to translate ko capabilities.  Done.
1821350276Speter#	* Added tvi921 entries from Tim Theisen.
1821450276Speter#	* Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
1821550276Speter#	* Removed mystery tec entry, it was neither interesting nor useful.
1821650276Speter#	* shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
1821750276Speter#	  vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
1821850276Speter#	  trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
1821950276Speter#	  by making them relative to use capabilities
1822050276Speter#	* Added cuf1=^L to tvi925 from deleted variant tvi925a.
1822150276Speter#	* fixed cup in adm22 entry and parametrized strings in vt320-k3.
1822250276Speter#	* added it#8 to entries that used to have :pt: -- tvi912, vi200,
1822350276Speter#	  ampex80,
1822450276Speter#	* Translate all home=\E[;H capabilities to home=\E[H, they're 
1822550276Speter#	  equivalent.
1822650276Speter#	* Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
1822750276Speter#	  vt100 and ANSI-like terminals.
1822850276Speter# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
1822950276Speter#	* Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
1823050276Speter#	  does this now, too.
1823150276Speter#	* fviewpoint is gone, it duplicated screwpoint.
1823250276Speter#	* Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
1823350276Speter#	  ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3, 
1823450276Speter#	  versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
1823550276Speter#	  The UW vi50 replaces the old one, which becomes vi50adm,
1823650276Speter#	* No more embedded commas in name fields.
1823750276Speter#
1823850276Speter# 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
1823950276Speter#	* XENIX forms characters in fos, trs16, scoansi become acsc strings,
1824050276Speter#	* Introduced klone+* entries for describing Intel-console behavior.
1824150276Speter#	* Linux kbs is default-mapped to delete for some brain-dead reason.
1824250276Speter#	* -nsl -> -ns.  The -pp syntax is obsolete.
1824350276Speter#	* Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
1824450276Speter#	* Make xterm entry do application-keypad mode again.  I got complaints
1824550276Speter#	  that it was messing up someone's 3270 emulator.
1824650276Speter#	* Added some longname fields in order to avoid warning messages from
1824750276Speter#	  older tic implementations.
1824850276Speter#	* According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
1824950276Speter#	  it! (This gives us pi, greater than, less than, and a few more.)
1825050276Speter#	* Freeze for ncurses-1.9.6 release.
1825150276Speter# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
1825250276Speter#	* Add xon to a number of console entries, they're memory-mapped and
1825350276Speter#	  don't need padding.
1825450276Speter#	* Correct the use dependencies in the ansi series.
1825550276Speter#	* Hand-translate more XENIX capabilities.
1825650276Speter#	* Added hpterm entry for HP's X terminal emulator.
1825750276Speter#	* Added aixterm entries.
1825850276Speter#	* Shortened four names so everything fits in 14 chars.  
1825950276Speter#
1826050276Speter# 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
1826150276Speter#	* Added ibcs2 entry and info on iBCS2 standard.
1826250276Speter#	* Corrected hpa/vpa in linux entry.  They still fail the worm test.
1826350276Speter#	* We can handle the HP meml/memu capability now.
1826450276Speter#	* Added smacs to klone entries, just as documentation.
1826550276Speter#	* Carrected ansi.sys and cit-500 entries.
1826650276Speter#	* Added z39, vt320-k311, v220c, and avatar entries.
1826750276Speter#	* Make pcansi use the ansi.sys invis capability.
1826850276Speter#	* Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
1826950276Speter#	  tvi925, tvi950, dt80, ncr7900i, h19.
1827050276Speter#	* X3.64 has been withdrawn, change some references.
1827150276Speter#	* Removed function keys from ansi-m entry.
1827250276Speter#	* Corrected ansi.sys entry.
1827350276Speter#	* Freeze for ncurses-1.9.7 release.
1827450276Speter# 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
1827550276Speter#	* Added rmam/smam capabilities to many entries based on init strings.
1827650276Speter#	* Added correct hpa/vpa to linux.
1827750276Speter#	* Reduced several entries relative to vt52.
1827850276Speter# 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
1827950276Speter#	* Exiled some utterly unidentifiable custom and homebrew types to the
1828050276Speter#	  UFO file; also, obsolete small-screen hardware; also, entries which
1828150276Speter#	  look flat-out incorrect, garbled, or redundant.  These include the
1828250276Speter#	  following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec, 
1828350276Speter#	  tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
1828450276Speter#	  apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
1828550276Speter#	  fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55, 
1828650276Speter#	  yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2, 
1828750276Speter#	  vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200, 
1828850276Speter#	  trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40, 
1828950276Speter#	  att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w, 
1829050276Speter#	  tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na, 
1829150276Speter#	  c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na, 
1829250276Speter#	  regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb, 
1829350276Speter#	  vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam, 
1829450276Speter#	  vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
1829550276Speter#	* Corrected pcvt25h as suggested by Brian C. Grayson
1829650276Speter#	  <bgrayson@pine.ece.utexas.edu>.
1829750276Speter# 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
1829850276Speter#	* Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H. 
1829950276Speter#	* Added kent=\EOM to xterm entry.
1830050276Speter#
1830150276Speter# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
1830250276Speter#	* Corrected gigi entry.
1830350276Speter#	* Restored cuf/cud1 to xterm, their apparent bugginess was due to
1830450276Speter#	  bad hpa/vpa capabilities.
1830550276Speter#	* Corrected flash strings to have a uniform delay of .2 sec.  No
1830650276Speter#	  more speed-dependent NUL-padding!
1830750276Speter#	* terminfo capabilities in comments bracketed with <>.
1830850276Speter# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
1830950276Speter#	* Replaced pcvt with the 3.31 pcvt entries.
1831050276Speter#	* Freeze for 1.9.7a.
1831150276Speter# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
1831250276Speter#	* Added emu entry from the X11R6 contrib tape sources.
1831350276Speter#
1831450276Speter# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
1831550276Speter#	* Improved iris-ansi and sun entries.
1831650276Speter#	* More flash string improvements.
1831750276Speter#	* Corrected wy160 & wy160 as suggested by Robert Dunn
1831850276Speter#	* Added dim to at386.  
1831950276Speter#	* Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
1832050276Speter#	  he's ready to start using the termcap generated from this one.
1832150276Speter#	* Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
1832250276Speter#	  ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
1832350276Speter#	* Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
1832450276Speter#	  att610, att620, att630, 
1832550276Speter#	* Changed hazeltine name prefix from h to hz.
1832650276Speter#	* Sent t500 to the UFI file.
1832750276Speter#	* I think we've sucked all the juice out of BSDI's termcap file now.
1832850276Speter#	* Freeze for ncurses 1.9.8 release
1832950276Speter# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
1833050276Speter#	* Unfreeze, linux kbs needed to be fixed.
1833150276Speter#	* Tim Theisen pinned down a bug in the DMD firmware.
1833250276Speter# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
1833350276Speter#	* Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
1833450276Speter#	  (The broken ones had been shadowed by sgr.)
1833550276Speter# 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
1833650276Speter#	* Added documentation on ECMA-48 standard.
1833750276Speter#	* New Amiga entry.
1833850276Speter# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
1833950276Speter#	* More ECMA-48 stuff
1834050276Speter#	* Corrected typo in minix entry, added pc-minix.
1834150276Speter#	* Corrected khome/kend in xterm (thank you again, Aaron Ucko).
1834250276Speter#	* Added rxvt entry.
1834350276Speter#	* Added 1.3.x color-change capabilities to linux entry.
1834450276Speter# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
1834550276Speter#	* Corrected rxvt entry khome/kend.
1834650276Speter#	* Corrected linux color change capabilities.
1834750276Speter#	* NeXT entries from Dave Wetzel.
1834850276Speter#	* Cleaned up if and rf file names (all in /usr/share now).
1834950276Speter#	* Changed linux op capability to avoid screwing up a background color
1835050276Speter#	  pair set by setterm.
1835150276Speter# 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
1835250276Speter#	* Added xterm-sun.
1835350276Speter# 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
1835450276Speter#	* Added visa50.
1835550276Speter#
1835650276Speter# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
1835750276Speter#	* Another sweep through the Shuford archive looking for new info.
1835850276Speter#	* Added dg100 alias to dg6053 based on a comp.terminals posting.
1835950276Speter# 	* Added st52 from Per Persson.
1836050276Speter#	* Added eterm from the GNU Emacs 19.30 distribution.
1836150276Speter#	* Freeze for 1.9.9.
1836250276Speter# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
1836350276Speter#	* FreeBSD console entries from Andrew Chernov.
1836450276Speter#	* Removed duplicate Atari st52 name.
1836550276Speter# 9.13.2 (Tue May  7 16:10:06 EDT 1996)
1836650276Speter#	* xterm doesn't actually have ACS_BLOCK.
1836750276Speter#	* Change klone+color setf/setb to simpler forms that can be
1836850276Speter#	  translated into termcap.
1836950276Speter#	* Added xterm1.
1837050276Speter#	* Removed mechanically-generated junk capabilities from cons* entries.
1837150276Speter#	* Added color support to bsdos.
1837250276Speter# 9.13.3 (Thu May  9 10:35:51 EDT 1996):
1837350276Speter#	* Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
1837450276Speter#	* Created ecma+color, linux can use it.  Also added ech to linux.
1837550276Speter#	* Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
1837650276Speter#	* Add descriptions to FreeBSD console entries.  Also shorten
1837750276Speter#	  some aliases to <= 14 chars for portability.
1837850276Speter#	* Added x68k console
1837950276Speter#	* Added OTbs to several VT-series entries.
1838050276Speter# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
1838150276Speter#	* screen entry update for 3.7.1 from Michael Alan Dorfman.
1838250276Speter# 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
1838350276Speter#	* kterm correction due to Kenji Rikitake.
1838450276Speter#	* ACS correction in vt320-kll due to Phillippe De Muyter.
1838550276Speter# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
1838650276Speter#	* Sun console entry correction from J.T. Conklin.
1838750276Speter#	* Changed all DEC VT300 and up terminals to use VT300 tab set
1838850276Speter# 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
1838950276Speter#	* Added smul to linux entry (we never noticed it was missing 
1839050276Speter#	  because of sgr!).
1839150276Speter#	* Added rmln to hp+labels (deduced from other HP entries).
1839250276Speter#	* Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
1839350276Speter#	  pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
1839450276Speter#	* Corrected vt220 acsc.
1839550276Speter#	* The klone+sgr and klone+sgr-dumb entries now use klone+acs;
1839650276Speter#	  this corresponds to reality and helps prevent some tic warnings.
1839750276Speter#	* Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
1839850276Speter#	  hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
1839950276Speter#	  adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
1840050276Speter#	  qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
1840150276Speter#	  wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
1840250276Speter#	  adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p, 
1840350276Speter#	  f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
1840450276Speter#	  owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
1840550276Speter#	  lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
1840650276Speter#	  dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
1840750276Speter#	  ifmr, v3220, wy100q, tandem653, ibmaed.
1840850276Speter#	* Added DWK terminal description.
1840950276Speter# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
1841050276Speter#	* Many entries now have highlights inherited from adm+sgr.
1841150276Speter#	* xterm entry now corresponds to XFree86 3.1.2E, with color.
1841250276Speter#	* xtitle and xtitle-twm enable access to the X status line.
1841350276Speter#	* Added linux-1.3.6 color palette caps in conventional format.
1841450276Speter#	* Added adm1178 terminal.
1841550276Speter#	* Move fos and apollo terminals to obsolete category.
1841650276Speter#	* Aha! The BRL terminals file told us what the Iris extensions mean.
1841750276Speter#	* Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
1841850276Speter#	  commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
1841950276Speter#	  cit500, adm11. 
1842050276Speter# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
1842150276Speter#	* Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
1842250276Speter#	  aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
1842350276Speter#	* Corrected, from BRL termcap file: vi50.
1842450276Speter#	* Better rxvt entry & corrected xterm entries from Thomas Dickey.
1842550276Speter# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
1842650276Speter#	* Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
1842750276Speter#	  att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
1842850276Speter#	  (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
1842950276Speter#	  tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
1843050276Speter#	  apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
1843150276Speter#	* Paired-attribute fixes to various terminals.
1843250276Speter#	* Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
1843350276Speter#	* xterm entry corrections from Thomas Dickey.
1843450276Speter# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
1843550276Speter#	* Added t916 entry, translated from a termcap in SCO's support area.
1843650276Speter#	* New qnx entry from Michael Hunter.
1843750276Speter# 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
1843850276Speter#	* Added hpex2 from Ville Sulko.
1843950276Speter#	* Fixed a bug that ran the qnx and pcvtXX together.
1844050276Speter# 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
1844150276Speter#	* Added dtterm entry from Solaris CDE.
1844250276Speter# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
1844350276Speter#	* corrected pairs#8 typo in dtterm entry.
1844450276Speter#	* added tvi9065.
1844550276Speter# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
1844650276Speter#	* updated xterm entry to cover 3.1.2E's new features.  
1844750276Speter# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
1844850276Speter#	* Added new minix entry
1844950276Speter#	* Removed aliases of the form ^[0-9]* for obsolete terminals.
1845050276Speter#	* Commented out linux-old, nobody's using pre-1.2 kernels now.
1845150276Speter# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
1845250276Speter#	* Added Prism entries and kt7ix.
1845350276Speter#	* Caution notes about EWAN and tabset files.
1845450276Speter#	* Changed /usr/lib/tabset -> /usr/share/tabset.
1845550276Speter#	* Added acsc/rmacs/smacs to vt52.
1845650276Speter# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
1845750276Speter#	* Merged in Thomas Dickey's reorganization of the xterm entries;
1845850276Speter#	  added technical corrections to avoid warning messages.
1845950276Speter# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
1846050276Speter#	* Added rmso=\E[27m in Linux entry.
1846150276Speter#	* Added koi8-r support for Linux console.
1846250276Speter#	* Replace xterm entries with canonical ones from XFree86 3.2.
1846350276Speter# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
1846450276Speter#	* Added color_xterm from Jacob Mandelson
1846550276Speter# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
1846650276Speter#	* Back off the xterm entry to use r6 as a base.
1846750276Speter# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
1846850276Speter#	* Added dec-vt220 at Adrian Garside's request.
1846950276Speter# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
1847050276Speter#	* Replaced minitel-2 entry.
1847150276Speter#	* Added MGR, ansi-nt.
1847250276Speter#	* Minor corrections to xterm entries.
1847350276Speter#	* Replaced EWAN telnet entry.
1847450276Speter#	* Dropped the reorder script generator.  It was a fossil.
1847550276Speter# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
1847650276Speter#	* Thorsten Lockert added termcap `bs' to a lot of types, working from
1847750276Speter#	  the 4.4BSD Lite2 file.
1847850276Speter# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
1847950276Speter#	* Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
1848050276Speter#	* Updated iris-ansi; corrected vt102-w.
1848150276Speter#	* Switch base xterm entry to 3.3 level.
1848250276Speter# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
1848350276Speter#	* Added basic4.
1848450276Speter#	* Removed rmir/smir from tv92B.
1848550276Speter#
1848650276Speter# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
1848750276Speter#	* add hds200 description (Walter Skorski)
1848850276Speter#	* add beterm entry (Fred Fish)
1848950276Speter#	* add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
1849050276Speter#	  iris-color entries.
1849150276Speter#	* add emx entries.
1849250276Speter#	* Replaced unixpc entry with Benjamin Sittler's corrected version.
1849350276Speter#	* Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
1849450276Speter#	  versions.
1849550276Speter#	* remove sgr string from qnx based on report by Xiaodan Tang
1849650276Speter#	* Added u8/u9, removed rmul/smul from sun-il.
1849750276Speter#	* 4.2 tic displays \0 rather than \200.
1849850276Speter#	* add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
1849950276Speter#	  apparently based on cp-866).
1850050276Speter#	* Merged in Pavel Roskin's acsc for linux-koi8
1850150276Speter#	* Corrected some erroneous \\'s to \.
1850250276Speter#	* 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
1850350276Speter#	* II -> ii in pcvtXX, screen, xterm.
1850450276Speter#	* Removed \n chars following ANSI escapes in sgr & friends.
1850550276Speter#	* Updated Wyse entries.
1850650276Speter#	* h19 corrections from Tim Pierce.
1850750276Speter#	* Noted that the dm2500 has both ich and smir.
1850850276Speter#	* added pccons for the Alpha under OSF/1.
1850950276Speter#	* Added Sony NEWS workstation entries and cit101e-rv.
1851050276Speter#	* Reverted `amiga'; to Kent Polk's version, as I'm told
1851150276Speter#	  the Verkuil entry messes up with Amiga Telnet.
1851250276Speter# 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
1851350276Speter#	* Corrected attributions in 10.2.0 release notes.
1851450276Speter#	* Scanned the Shuford archive for new terminfos and information.
1851550276Speter#	* Removed sgr from qnx entry (Thomas Dickey).
1851650276Speter#	* Added entries for ICL and Kokusai Data Systems terminals.
1851750276Speter#	* Incorporated NCR terminfos from the Boundless Technology FTP site.
1851850276Speter#	* Incorporated att700 from the Boundless Technology FTP site.
1851950276Speter#	* Miscellaneous contact-address and Web-page updates.
1852050276Speter#
1852150276Speter# 1998/5/9
1852250276Speter#	* add nxterm and xterm-color terminfo description (request by Cristian
1852350276Speter#	  Gafton <gafton@redhat.com>).
1852450276Speter#	* modify rxvt terminfo description to clear alternate screen before
1852550276Speter#	  switching back to normal screen, for compatibility with applications
1852650276Speter#	  which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
1852750276Speter#	* modify linux terminfo description to reset color palette (reported
1852850276Speter#	  by Telford Tendys <telford@eng.uts.edu.au>).
1852950276Speter#
1853050276Speter# 1998/7/4
1853150276Speter#	* merge changes from current XFree86 xterm terminfo descriptions.
1853250276Speter#
1853350276Speter# 1998/7/25
1853450276Speter#	* Added minitel1 entries from Alexander Montaron.
1853550276Speter#	* Added qnxt2 from Federico Bianchi.
1853650276Speter#	* Added arm100 terminfo entries from Dave Millen.
1853750276Speter#
1853850276Speter# 1998/8/6
1853950276Speter#	* Added ncsa telnet entries from Francesco Potorti
1854050276Speter#
1854150276Speter# 1998/8/15
1854250276Speter#	* modify ncsa telnet entry to reflect color, other capabilities based on
1854350276Speter#	  examination of the source code - T.Dickey.
1854450276Speter#
1854550276Speter# 1998/8/22
1854650276Speter#	* Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
1854750276Speter#
1854850276Speter# 1998/8/29
1854950276Speter#	* Added Francesco Potorti's tuned Wyse 99 entries.
1855050276Speter#	* dtterm enacs correction from Alexander V. Lukyanov.
1855150276Speter#	* Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
1855250276Speter#	* correct a typo in icl6404 entry.
1855350276Speter#	* add xtermm and xtermc
1855450276Speter#
1855550276Speter# 1998/9/26
1855650276Speter#	* format most %'char' sequences to %{number}
1855750276Speter#	* adapt IBM AIX 3.2.5 terminfo - T.Dickey
1855850276Speter#	* merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
1855950276Speter#
1856050276Speter# 1998/10/10
1856150276Speter#	* update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
1856250276Speter#	* correct initialization string in xterm-r5, add misc other features
1856350276Speter#	  to correspond with xterm patch 84 - TD
1856450276Speter#
1856550276Speter# 1998/12/19
1856650276Speter#	* update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
1856750276Speter#	* add Mathew Vernon's mach console entries
1856850276Speter#	* corrections for ncsa function-keys (report by Larry Virden)
1856950276Speter#
1857050276Speter# 1998/12/19
1857150276Speter#	* change linux to use ncv#2, since underline does not work with color - TD
1857250276Speter#
1857350276Speter# 1999/1/9
1857450276Speter#	* add kbt to iris-ansi, document other shift/control functionkeys - TD
1857550276Speter#	* correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
1857650276Speter#	  application modes, change kent to use the correct keypad code - TD
1857750276Speter#
1857850276Speter# 1999/1/10
1857950276Speter#	* add entry for Tera Term - TD
1858050276Speter#
1858150276Speter# 1999/1/23
1858250276Speter#	* minor improvements for teraterm entry - TD
1858350276Speter#	* rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
1858450276Speter#	  and bsdos-bold to bsdos-pc (Jeffrey C Honig)
1858550276Speter#
1858650276Speter# 1999/2/20
1858750276Speter#	* resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
1858850276Speter#	  xterm and ncsa entries by removing the unneeded ones.  Note that
1858950276Speter#	  some entries will return kend & khome versus kslt and kfnd, for
1859050276Speter#	  PC-style keyboards versus strict vt220 compatiblity - TD
1859150276Speter#
1859250276Speter# 1999/3/13
1859350276Speter#	* adjust xterm-xfree86 khome/kend to match default PC-style keyboard
1859450276Speter#	  tables - TD
1859550276Speter#	* add 'crt' entry - TD
1859650276Speter#	* correct typos in 'linux-c' entry - TD
1859750276Speter#
1859850276Speter# 1999/3/14
1859950276Speter#	* update entries for BSD/OS console to use klone+sgr and klone+color
1860050276Speter#	  (Jeffrey C Honig)
1860150276Speter#
1860250276Speter# 1999/3/27
1860350276Speter#	* adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
1860450276Speter#
1860550276Speter# 1999/4/10
1860650276Speter#	* add linux-lat, from RedHat patches to ncurses 4.2
1860750276Speter#
1860850276Speter# 1999/4/17
1860950276Speter#	* add complete set of default function-key definitions for scoansi - TD.
1861050276Speter#
1861150276Speter# 1999/7/3
1861250276Speter#	* add cnorm, cvvis for Linux 2.2 kernels
1861350276Speter#
1861450276Speter# 1999/7/24
1861550276Speter#	* add kmous to xterm-r5 -TD
1861650276Speter#	* correct entries xterm+sl and xterm+sl-twm, which were missing the
1861750276Speter#	  parent "use" clause -TD
1861850276Speter#
1861950276Speter# 1999/7/31
1862050276Speter#	* corrected cnorm, added el1 in 'screen' description -TD
1862150276Speter#
1862250276Speter# 1999/8/14
1862350276Speter#	* add ms-vt100 -TD
1862450276Speter#
1862550276Speter# 1999/8/21
1862650276Speter#	* corrections to beterm entry -TD
1862750276Speter#
1862856639Speter# 1999/8/28
1862956639Speter#	* add cygwin entry -TD
1863056639Speter#
1863156639Speter# 1999/9/4
1863256639Speter#	* minor corrections for beterm entry -TD
1863356639Speter#
1863456639Speter# 1999/9/18
1863556639Speter#	* add acsc string to HP 70092 terminfo entry -Joerg Wunsch
1863656639Speter#
1863756639Speter# 1999/9/25
1863856639Speter#	* add amiga-8bit entry
1863956639Speter#	* add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
1864056639Speter#	  rcons-color, based on
1864156639Speter#	  ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
1864256639Speter#	* add alias for iris-ansi-net
1864356639Speter#
1864456639Speter# 1999/10/2
1864556639Speter#	* corrected scoansi entry's acsc, some function keys, add color -TD
1864656639Speter#
1864756639Speter# 1999/10/23
1864856639Speter#	* add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
1864956639Speter#	* reorder ncsa entries to make ncsa-vt220 use the alternate function
1865056639Speter#	  key mapping, leaving Potorti's entries more like he named them -TD
1865156639Speter#	* remove enter/exit am-mode from cygwin -TD
1865256639Speter#
1865362449Speter# 1999/10/30
1865462449Speter#	* correct typos in several entries (missing '[' from CSI):
1865562449Speter#	  mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
1865662449Speter#	  strings for avt-ns -TD
1865762449Speter#	* add 'dim' to ncv mask for linux (report by Klaus Weide).
1865862449Speter#
1865962449Speter# 1999/11/27
1866062449Speter#	* correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
1866162449Speter#	* add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
1866262449Speter#	* add xterm-88color and xterm-256color -TD
1866362449Speter#
1866462449Speter# 1999/12/4
1866562449Speter#	* add "obsolete" termcap strings -TD
1866662449Speter#	* add kvt and gnome entries -TD
1866762449Speter#
1866862449Speter# 1999/12/11
1866962449Speter#	* correct cup string for regent100 -TD
1867062449Speter#
1867162449Speter# 2000/1/1
1867262449Speter#	* update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
1867362449Speter#	* add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
1867462449Speter#	* change OTrs capabilities to rs2 -TD
1867562449Speter#	* add obsolete and extended capabilities to 'screen' -TD
1867662449Speter#
1867762449Speter# 2000/1/5
1867862449Speter#	* remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
1867962449Speter#	  with kf10 -TD
1868062449Speter#	* updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
1868162449Speter#	  and adding kcbt -TD
1868262449Speter#
1868362449Speter# 2000/1/12
1868462449Speter#	* remove incorrect khome/kend from xterm-xf86-v333, which was based on
1868562449Speter#	  nonstandard resource settings -TD
1868662449Speter#
1868762449Speter# 2000/2/26
1868862449Speter#	* minor fixes for xterm-*, based on Debian #58530 -TD
1868962449Speter#
1869062449Speter# 2000/3/4
1869162449Speter#	* add several terminal types from esr's "11.0", as well as comments.
1869262449Speter#	  bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
1869362449Speter#	  vt220-8bit, vt220-old, wy85-8bit
1869462449Speter#
1869562449Speter# 2000/3/18
1869662449Speter#	* add several terminal types from esr's "11.0.1" (ansi-*).
1869762449Speter#	* update OTxx capabilities for changes on 2000/3/4.
1869862449Speter#	* revert part of vt220 change (request by Todd C Miller for OpenBSD)
1869962449Speter#
1870062449Speter# 2000/3/26
1870162449Speter#	* move screen's AX extension to ecma+color, modify several entries to
1870262449Speter#	  use that, adjusting ncv as needed -TD
1870362449Speter#
1870462449Speter# 2000/4/8
1870562449Speter#	* add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
1870662449Speter#	* correct spelling error in entry name: bq300-rv was given as bg300-rv
1870762449Speter#	  in esr's version.
1870862449Speter#
1870962449Speter# 2000/4/15
1871062449Speter#	* add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
1871162449Speter#	* correct color definition for ibm3164, make minor changes to other
1871262449Speter#	  IBM terminal definitions based on recent terminfo descriptions -TD
1871362449Speter#
1871462449Speter# 2000/4/22
1871562449Speter#	* add mgterm, from NetBSD -TD
1871662449Speter#	* add alias sun-cgsix for sun-ss5 as per NetBSD
1871762449Speter#	* change cons25w to use rs2 for reset rather than rs1 -TD
1871862449Speter#	* add rc/sc to aixterm based on manpage -TD
1871962449Speter#
1872062449Speter# 2000/5/13
1872162449Speter#	* remove ncv from xterm-16color, xterm-256 color
1872262449Speter#
1872362449Speter# 2000/6/10
1872462449Speter#	* add kmous capability to linux to use Joerg Schoen's gpm patch.
1872562449Speter#
1872662449Speter# 2000/7/1
1872762449Speter#	* add Eterm (Michael Jennings)
1872862449Speter#
1872966963Speter# 2000-07-18
1873066963Speter#       * add amiga-vnc entry.
1873166963Speter#
1873266963Speter# 2000-08-12
1873366963Speter#	* correct description of Top Gun Telnet.
1873466963Speter#	* add kterm-color
1873566963Speter#
1873666963Speter# 2000-08-26
1873766963Speter#	* add qansi* entries from QNX ftp site.
1873866963Speter#
1873966963Speter# 2000-09-16
1874066963Speter#	* add Matrix Orbital entries by Eric Z. Ayers).
1874166963Speter#	* add xterm-basic, xterm-sco entries, update related entries to XFree86
1874266963Speter#	  4.0.1c -TD
1874366963Speter#
1874466963Speter# 2000-09-17
1874566963Speter#	* add S0, E0 extensions to screen's entry -TD
1874666963Speter#
1874766963Speter# 2000-09-23
1874866963Speter#	* several corrections based on tic's new parameter-checking code -TD
1874966963Speter#	* modify xterm-r6 and similar rs2 sequences which had \E7...\E8
1875066963Speter#	  bracketing sequences that reset video attributes (\E8 would restore
1875166963Speter#	  them) -TD
1875266963Speter#
1875376726Speter# 2000-11-11
1875476726Speter#	* rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
1875576726Speter#
1875676726Speter# 2000-12-16
1875776726Speter#	* improved scoansi, based on SCO man-page, and testing console,
1875876726Speter#	  scoterm with tack -TD
1875976726Speter#
1876076726Speter# 2001-01-27
1876176726Speter#	* modify kterm to use acsc via SCS controls.
1876276726Speter#
1876376726Speter# 2001-02-10
1876476726Speter#	* screen 3.9.8 allows xterm mouse controls to pass-through
1876576726Speter#
1876676726Speter# 2001-03-11
1876776726Speter#	* remove spurious "%|" from some xterm entries.
1876876726Speter#
1876976726Speter# 2001-03-31
1877076726Speter#	* modify 'screen' khome/kend to match screen 3.09.08
1877176726Speter#	* add examples of 'screen' customization (screen.xterm-xfree86,
1877276726Speter#	  screen.xterm-r6, screen.teraterm) -TD
1877376726Speter#
1877476726Speter# 2001-04-14
1877576726Speter#	* correct definitions of shifted editing keys for xterm-xfree86 -TD
1877676726Speter#	* add "Apple_Terminal" entries -Benjamin Sittler
1877776726Speter#	* remove time-delays from "Apple_Terminal" entries -TD
1877876726Speter#	* make sgr entries time-delays consistent with individual caps -TD
1877976726Speter#
1878076726Speter# 2001-05-05
1878176726Speter#	* corrected/updated screen.xterm-xfree86
1878276726Speter#
1878350276Speter# The following sets edit modes for GNU EMACS.
1878450276Speter# Local Variables:
1878550276Speter# fill-prefix:"\t"
1878650276Speter# fill-column:75
1878750276Speter# comment-column:0
1878850276Speter# comment-start-skip:"^#+"
1878950276Speter# comment-start:"# "
1879050276Speter# compile-command:"tic -c terminfo.master"
1879150276Speter# End:
1879250276Speter######## SHANTIH!  SHANTIH!  SHANTIH!
18793