terminfo.src revision 56639
150276Speter######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
250276Speter#
350276Speter# This version of terminfo.src is distributed with ncurses.
450276Speter#
550276Speter#	Version 10.2.1
656639Speter#	$Date: 1999/10/24 00:28:48 $
750276Speter#	terminfo syntax
850276Speter#
950276Speter#	Eric S. Raymond		(current maintainer)
1050276Speter#	John Kunze, Berkeley
1150276Speter#	Craig Leres, Berkeley
1250276Speter#
1350276Speter# Please e-mail changes to terminfo@ccil.org; the old termcap@berkeley.edu
1450276Speter# address is no longer valid.  The latest version can always be found at
1550276Speter# <http://earthspace.net/terminfo>.
1650276Speter#
1750276Speter# PURPOSE OF THIS FILE:
1850276Speter#
1950276Speter# This file describes the capabilities of various character-cell terminals,
2050276Speter# as needed by software such as screen-oriented editors.
2150276Speter#
2250276Speter# Other terminfo and termcap files exist, supported by various OS vendors
2350276Speter# or as relics of various older versions of UNIX.  This one is the longest
2450276Speter# and most comprehensive one in existence.  It subsumes not only the entirety
2550276Speter# of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
2650276Speter# termcap file, but also large numbers of vendor-maintained termcap and
2750276Speter# terminfo entries more complete and carefully tested than those in historical
2850276Speter# termcap/terminfo versions.
2950276Speter#
3050276Speter# Pointers to related resources (including the ncurses distribution) may
3150276Speter# be found at <http://earthspace.net/terminfo>.
3250276Speter#
3350276Speter# INTERNATIONALIZATION:
3450276Speter#
3550276Speter# This file uses only the US-ASCII character set (no ISO8859 characters).
3650276Speter#
3750276Speter# This file assumes a US-ASCII character set. If you need to fix this, start
3850276Speter# by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
3950276Speter# for your character set.  \E(A and \E)A enables the British character set
4050276Speter# with the pound sign at position 2/3.  
4150276Speter#
4250276Speter# In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
4350276Speter# C1 characters are considered the first-byte set of the Japanese encodings,
4450276Speter# so \E)0 should be avoided in <enacs> and initialization strings.
4550276Speter#
4650276Speter# FILE FORMAT:
4750276Speter#
4850276Speter# The version you are looking at may be in any of three formats: master
4950276Speter# (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
5050276Speter# which by the format given in the header above.
5150276Speter#
5250276Speter# The master format is accepted and generated by the terminfo tools in the
5350276Speter# ncurses suite; it differs from stock (System V-compatible) terminfo only
5450276Speter# in that it admits a group of capabilities (prefixed `OT') equivalent to
5550276Speter# various obsolete termcap capabilities.  You can, thus, convert from master
5650276Speter# to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
5750276Speter# you have ncurses `tic -I' is nicer (among other things, it automatically
5850276Speter# outputs entries in a canonical form).
5950276Speter#
6050276Speter# The termcap version is generated automatically from the master version
6150276Speter# using tic -C.  This filtering leaves in the OT capabilities under their
6250276Speter# original termcap names.  All translated entries fit within the 1023-byte
6350276Speter# string-table limit of archaic termcap libraries except where explicitly
6450276Speter# noted below.  Note that the termcap translation assumes that your termcap
6550276Speter# library can handle multiple tc capabilities in an entry. 4.4BSD has this
6650276Speter# capability.  Older versions of GNU termcap, through 1.3, do not. 
6750276Speter#
6850276Speter# For details on these formats, see terminfo(5) in the ncurses distribution,
6950276Speter# and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
7050276Speter# curses has been declared obsolete by the caretakers of the 4.4BSD sources
7150276Speter# as of June 1995; they are encouraging everyone to migrate to ncurses.
7250276Speter#
7350276Speter# Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
7450276Speter# no entry in this file has embedded comments.  This is so source translation
7550276Speter# to termcap only has to carry over leading comments.  Also, no name field
7650276Speter# contains embedded whitespace (such whitespace confuses rdist).
7750276Speter#
7850276Speter# Further note: older versions of this file were often installed with an editor
7950276Speter# script (reorder) that moved the most common terminal types to the front of
8050276Speter# the file.  This should no longer be necessary, as the file is now ordered
8150276Speter# roughly by type frequency with ANSI/VT100 and other common types up front.
8250276Speter#
8350276Speter# Some information has been merged in from terminfo files distributed by
8450276Speter# USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
8550276Speter# comes from vendors who maintain official terminfos for their hardware
8650276Speter# (notably DEC and Wyse).
8750276Speter#
8850276Speter# A detailed change history is included at the end of this file.
8950276Speter#
9050276Speter# FILE ORGANIZATION:
9150276Speter#
9250276Speter# Comments in this file begin with # - they cannot appear in the middle
9350276Speter# of a terminfo/termcap entry (this feature had to be sacrificed in order
9450276Speter# to allow standard terminfo and termcap syntax to be generated cleanly from
9550276Speter# the master format).  Individual capabilities are commented out by
9650276Speter# placing a period between the colon and the capability name.
9750276Speter#
9850276Speter# The file is divided up into major sections (headed by lines beginning with 
9950276Speter# the string "########") and minor sections (beginning with "####"); do
10050276Speter#
10150276Speter#	grep "^####" <file> | more
10250276Speter#
10350276Speter# to see a listing of section headings.  The intent of the divisions is
10450276Speter# (a) to make it easier to find things, and (b) to order the database so
10550276Speter# that important and frequently-encountered terminal types are near the
10650276Speter# front (so that you'll get reasonable search efficiency from a linear
10750276Speter# search of the termcap form even if you don't use reorder).  Minor sections
10850276Speter# usually correspond to manufacturers or standard terminal classes. 
10950276Speter# Parenthesized words following manufacturer names are type prefixes or
11050276Speter# product line names used by that manufacturers.
11150276Speter#
11250276Speter# HOW TO READ THE ENTRIES:
11350276Speter#
11450276Speter# The first name in an entry is the canonical name for the model or
11550276Speter# type, last entry is a verbose description.  Others are mnemonic synonyms for
11650276Speter# the terminal.
11750276Speter#
11850276Speter# Terminal names look like <manufacturer> <model> - <modes/options>
11950276Speter# The part to the left of the dash, if a dash is present, describes the
12050276Speter# particular hardware of the terminal.  The part to the right may be used
12150276Speter# for flags indicating special ROMs, extra memory, particular terminal modes,
12250276Speter# or user preferences.
12350276Speter#
12450276Speter# All names should be in lower case, for consistency in typing.
12550276Speter#
12650276Speter# The following are conventionally used suffixes:
12750276Speter#	-2p	Has two pages of memory.  Likewise 4p, 8p, etc.
12850276Speter#	-am	Enable auto-margin.
12950276Speter#	-m	Monochrome.  Suppress color support
13050276Speter#	-mc	Magic-cookie.  Some terminals (notably older Wyses) can
13150276Speter#		only support one attribute without magic-cookie lossage.
13250276Speter#		Their base entry is usually paired with another that
13350276Speter#		uses magic cookies to support multiple attributes.
13450276Speter#	-nam	No auto-margin - suppress <am> capability
13550276Speter#	-nl	No labels - suppress soft labels
13650276Speter#	-ns	No status line - suppress status line
13750276Speter#	-rv	Terminal in reverse video mode (black on white)
13850276Speter#	-s	Enable status line.
13950276Speter#	-vb	Use visible bell (<flash>) rather than <bel>.
14050276Speter#	-w	Wide - in 132 column mode.
14150276Speter# If a name has multiple suffixes and one is a line height, that one should 
14250276Speter# go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.  
14350276Speter# 
14450276Speter# Entries with embedded plus signs are designed to be included through use/tc
14550276Speter# capabilities, not used as standalone entries. 
14650276Speter#
14750276Speter# To avoid search clashes, some older all-numeric names for terminals have
14850276Speter# been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
14950276Speter# All primary names of terminals now have alphanumeric prefixes.
15050276Speter#
15150276Speter# Comments marked "esr" are mostly results of applying the termcap-compiler
15250276Speter# code packaged with ncurses and contemplating the resulting error messages. 
15350276Speter# In many cases, these indicated obvious fixes to syntax garbled by the
15450276Speter# composers.  In a few cases, I was able to deduce corrected forms for garbled
15550276Speter# capabilities by looking at context.  All the information in the original
15650276Speter# entries is preserved in the comments.
15750276Speter#
15850276Speter# In the comments, terminfo capability names are bracketed with <> (angle
15950276Speter# brackets).  Termcap capability names are bracketed with :: (colons).
16050276Speter#
16150276Speter# INTERPRETATION OF USER CAPABILITIES
16250276Speter#
16350276Speter# The System V Release 4 and XPG4 terminfo format defines ten string
16450276Speter# capabilities for use by applications, <u0>...<u9>.   In this file, we use
16550276Speter# certain of these capabilities to describe functions which are not covered
16650276Speter# by terminfo.  The mapping is as follows:
16750276Speter#
16850276Speter#	u9	terminal enquire string (equiv. to ANSI/ECMA-48 DA)
16950276Speter#	u8	terminal answerback description
17050276Speter#	u7	cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
17150276Speter#	u6	cursor position report (equiv. to ANSI/ECMA-48 CPR)
17250276Speter#
17350276Speter# The terminal enquire string <u9> should elicit an answerback response
17450276Speter# from the terminal.  Common values for <u9> will be ^E (on older ASCII
17550276Speter# terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
17650276Speter#
17750276Speter# The cursor position request (<u7>) string should elicit a cursor position
17850276Speter# report.  A typical value (for VT100 terminals) is \E[6n.
17950276Speter#
18050276Speter# The terminal answerback description (u8) must consist of an expected
18150276Speter# answerback string.  The string may contain the following scanf(3)-like
18250276Speter# escapes:
18350276Speter#
18450276Speter#	%c	Accept any character
18550276Speter#	%[...]	Accept any number of characters in the given set
18650276Speter#
18750276Speter# The cursor position report (<u6>) string must contain two scanf(3)-style 
18850276Speter# %d format elements.  The first of these must correspond to the Y coordinate
18950276Speter# and the second to the %d.  If the string contains the sequence %i, it is
19050276Speter# taken as an instruction to decrement each value after reading it (this is
19150276Speter# the inverse sense from the cup string).  The typical CPR value is
19250276Speter# \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
19350276Speter#
19450276Speter# These capabilities are used by tac(1m), the terminfo action checker soon
19550276Speter# to be distributed with ncurses.
19650276Speter#
19750276Speter# TABSET FILES
19850276Speter#
19950276Speter# All the entries in this file have been edited to assume that the tabset
20050276Speter# files directory is /usr/share/tabset, in conformance with the File Hierarchy
20150276Speter# Standard for Linux and open-source BSD systems.  Some vendors (notably Sun)
20250276Speter# use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.  
20350276Speter#
20450276Speter# No curses package we know of actually uses these files.  If their location
20550276Speter# is an issue, you will have to hand-patch the file locations before compiling
20650276Speter# this file.
20750276Speter# 
20850276Speter# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
20950276Speter#
21050276Speter# As the ANSI/ECMA-48 standard and variants take firmer hold, and as
21150276Speter# character-cell terminals are increasingly replaced by X displays, much of
21250276Speter# this file is becoming a historical document (this is part of the reason for
21350276Speter# the new organization, which puts ANSI types, xterm, free-Unix consoles,
21450276Speter# and vt100 up front in confidence that this will catch 95% of new hardware).
21550276Speter#
21650276Speter# For the terminal types still alive, I'd like to have manufacturer's
21750276Speter# contact data (Internet address and/or snail-mail + phone).
21850276Speter#
21950276Speter# I'm also interested in enriching the comments so that the latter portions of
22050276Speter# the file do in fact become a potted history of VDT technology as seen by
22150276Speter# UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
22250276Speter# include its live/dead/out-of-the-business status, and for as many
22350276Speter# terminal types as possible to be tagged with information like years
22450276Speter# of heaviest use, popularity, and interesting features.
22550276Speter#
22650276Speter# I'm especially interested in identifying the obscure entries listed under
22750276Speter# `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
22850276Speter# wisdom about them gets lost.  If you know a lot about obscure old terminals,
22950276Speter# please go to the terminfo resource page, grab the UFO file (ufo.ti), and 
23050276Speter# eyeball it for things you can identify and describe. 
23150276Speter#
23250276Speter# If you have been around long enough to contribute, please read the file
23350276Speter# with this in mind and send me your annotations.
23450276Speter#
23550276Speter# COPYRIGHTS AND OTHER DELUSIONS
23650276Speter#
23750276Speter# The BSD ancestor of this file had a standard Regents of the University of
23850276Speter# California copyright with dates from 1980 to 1993.
23950276Speter#
24050276Speter# Some information has been merged in from a terminfo file SCO distributes.
24150276Speter# It has an obnoxious boilerplate copyright which I'm ignoring because they 
24250276Speter# took so much of the content from the ancestral BSD versions of this file
24350276Speter# and didn't attribute it, thereby violating the BSD Regents' copyright.
24450276Speter#
24550276Speter# Not that anyone should care.  However many valid functions copyrights may
24650276Speter# serve, putting one on a termcap/terminfo file with hundreds of anonymous
24750276Speter# contributors makes about as much sense as copyrighting a wall-full of
24850276Speter# graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
24950276Speter#
25050276Speter# This file deliberately has no copyright.  It belongs to no one and everyone.
25150276Speter# If you claim you own it, you will merely succeed in looking like a fool. 
25250276Speter# Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
25350276Speter# There are no guarantees anywhere.  Svaha!
25450276Speter#
25550276Speter
25650276Speter######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
25750276Speter#
25850276Speter# This section describes terminal classes and maker brands that are still
25950276Speter# quite common.
26050276Speter#
26150276Speter
26250276Speter#### Specials
26350276Speter#
26450276Speter# Special "terminals".  These are used to label tty lines when you don't
26550276Speter# know what kind of terminal is on it.  The characteristics of an unknown
26650276Speter# terminal are the lowest common denominator - they look about like a ti 700.
26750276Speter#
26850276Speter
26950276Speterdumb|80-column dumb tty, 
27050276Speter	am, 
27150276Speter	cols#80, 
27250276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
27350276Speterunknown|unknown terminal type, 
27450276Speter	gn, use=dumb, 
27550276Speterlpr|printer|line printer, 
27650276Speter	hc, os, 
27750276Speter	cols#132, lines#66, 
27850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J, 
27950276Speterglasstty|classic glass tty interpreting ASCII control characters, 
28050276Speter	am, 
28150276Speter	cols#80, 
28250276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, 
28350276Speter	kcub1=^H, kcud1=^J, nel=^M^J, 
28450276Speter
28550276Speter#### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
28650276Speter#
28750276Speter# See the end-of-file comment for more on these.
28850276Speter#
28950276Speter
29050276Speter# The IBM PC alternate character set.  Plug this into any Intel console entry.
29150276Speter# We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
29250276Speter# ROM graphics for control characters such as the diamond, up- and down-arrow.
29350276Speter# This works with the System V, Linux, and BSDI consoles.  It's a safe bet this
29450276Speter# will work with any Intel console, they all seem to have inherited \E[11m
29550276Speter# from the ANSI.SYS de-facto standard.
29650276Speterklone+acs|alternate character set for ansi.sys displays, 
29750276Speter	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, 
29850276Speter	rmacs=\E[10m, smacs=\E[11m, 
29950276Speter
30050276Speter# Highlight controls corresponding to the ANSI.SYS standard.  Most 
30150276Speter# console drivers for Intel boxes obey these.  Makes the same assumption
30250276Speter# about \E[11m as klone+acs.  True ANSI/ECMA-48 would have <rmso=\E[27m>,
30350276Speter# <rmul=\E[24m>, but this isn't a documented feature of ANSI.SYS.
30450276Speterklone+sgr|attribute control for ansi.sys displays, 
30550276Speter	blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, 
30650276Speter	rmpch=\E[10m, rmso=\E[m, rmul=\E[m, 
30750276Speter	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, 
30850276Speter	sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m, 
30950276Speter	use=klone+acs, 
31050276Speter
31150276Speter# Highlight controls corresponding to the ANSI.SYS standard.  *All*
31250276Speter# console drivers for Intel boxes obey these.  Does not assume \E[11m will
31350276Speter# work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
31450276Speter# diamond and arrow characters under curses.
31550276Speterklone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m), 
31650276Speter	blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m, 
31750276Speter	rmul=\E[m, 
31850276Speter	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, 
31950276Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
32050276Speter	use=klone+acs, 
32150276Speter
32250276Speter# KOI8-R (RFC1489) acs (alternate character set)
32350276Speter# From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
32450276Speterklone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset, 
32550276Speter	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, 
32650276Speter	rmacs=\E[10m, smacs=\E[11m, 
32750276Speter
32850276Speter# ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
32950276Speter# between SVr4/XPG4's color numbers and ANSI.SYS attributes.  Here are longer
33050276Speter# but equivalent strings that don't rely on that coincidence:
33150276Speter# setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
33250276Speter# setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
33350276Speter# The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
33450276Speter# They match a subset of ECMA-48.
33550276Speterklone+color|color control for ansi.sys and ISO6429-compatible displays, 
33650276Speter	colors#8, ncv#3, pairs#64, 
33750276Speter	op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
33850276Speter
33950276Speter# This is better than klone+color, it doesn't assume white-on-black as the
34050276Speter# default color pair,  but many `ANSI' terminals don't grok the <op> cap.
34150276Speterecma+color|color control for ECMA-48-compatible terminals, 
34250276Speter	colors#8, ncv#3, pairs#64, 
34350276Speter	op=\E[39;49m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
34450276Speter
34550276Speter# Attribute control for ECMA-48-compatible terminals
34650276Speterecma+sgr|attribute capabilities for true ECMA-48 terminals, 
34750276Speter	rmso=\E[27m, rmul=\E[24m, 
34850276Speter	use=klone+sgr, 
34950276Speter
35050276Speter# For comparison, here are all the capabilities implied by the Intel
35150276Speter# Binary Compatibility Standard (level 2) that fit within terminfo.
35250276Speter# For more detail on this rather pathetic standard, see the comments
35350276Speter# near the end of this file.
35450276Speteribcs2|Intel Binary Compatibility Standard prescriptions, 
35550276Speter	cbt=\E[Z, clear=\Ec, cub=\E[%p1%dD, cud=\E[%p1%dB, 
35650276Speter	cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
35750276Speter	dch=\E[%p1%dP, dispc=\E=%p1%dg, ech=\E[%p1%dX, 
35850276Speter	hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
35950276Speter	indn=\E[%p1%dS, rc=\E7, rin=\E[%p1%dT, rmam=\E[?7l, sc=\E7, 
36050276Speter	smam=\E[?7h, tbc=\E[g, vpa=\E[%i%p1%dd, 
36150276Speter
36250276Speter#### ANSI/ECMA-48 terminals and terminal emulators
36350276Speter#
36450276Speter# See near the end of this file for details on ANSI conformance.
36550276Speter# Don't mess with these entries!  Lots of other entries depend on them!
36650276Speter#
36750276Speter# This section lists entries in a least-capable to most-capable order.
36850276Speter# if you're in doubt about what `ANSI' matches yours, try them in that
36950276Speter# order and back off from the first that breaks.
37050276Speter
37150276Speteransi-mini|any ansi terminal with pessimistic assumptions, 
37250276Speter	am, 
37350276Speter	cols#80, it#8, lines#24, 
37450276Speter	clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
37550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
37650276Speter	ht=^I, 
37750276Speter
37850276Speter# ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
37950276Speter#
38050276Speter# The following is an entry for the full ANSI 3.64 (1977).  It lacks
38150276Speter# padding, but most terminals using the standard are "fast" enough
38250276Speter# not to require any -- even at 9600 bps.  If you encounter problems,
38350276Speter# try including the padding specifications.
38450276Speter#
38550276Speter# Note: the :as: and :ae: specifications are not implemented here, for
38650276Speter# the available termcap documentation does not make clear WHICH alternate
38750276Speter# character set to specify.  ANSI 3.64 seems to make allowances for several.
38850276Speter# Please make the appropriate adjustments to fit your needs -- that is
38950276Speter# if you will be using alternate character sets.
39050276Speter#
39150276Speter# There are very few terminals running the full ANSI 3.64 standard,
39250276Speter# so I could only test this entry on one verified terminal (Visual 102).
39350276Speter# I would appreciate the results on other terminals sent to me.
39450276Speter#
39550276Speter# Please report comments, changes, and problems to:
39650276Speter#
39750276Speter# U.S. MAIL:   Hugh Hansard
39850276Speter#              Box: 22830
39950276Speter#              Emory University
40050276Speter#              Atlanta, GA. 30322.
40150276Speter#
40250276Speter# USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
40350276Speter#
40450276Speteransi77|ansi 3.64 standard 1977 version, 
40550276Speter	am, mir, 
40650276Speter	cols#80, it#8, lines#24, 
40750276Speter	bel=^G, clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
40850276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
40950276Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M$<5*/>, ed=\E[J, el=\E[K, 
41050276Speter	home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H, 
41150276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
41250276Speter	kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, ri=\EM, 
41350276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, smir=\E[4h, smso=\E[7m, 
41450276Speter	smul=\E[4m, 
41550276Speter
41650276Speter# Procomm and some other ANSI emulations don't recognize all of the ANSI-
41750276Speter# standard capabilities.  This entry deletes <cuu>, <cuf>, <cud>, <cub>, and 
41850276Speter# <vpa>/<hpa> capabilities, forcing curses to use repetitions of <cuu1>, 
41950276Speter# <cuf1>, <cud1> and <cub1>.  Also deleted <ich> and <ich1>, as QModem up to 
42050276Speter# 5.03 doesn't recognize these.  Finally, we delete <rep> and <ri>, which seem
42150276Speter# to confuse many emulators.  On the other hand, we can count on these programs
42250276Speter# doing <rmacs>/<smacs>/<sgr>. Older versions of this entry featured 
42350276Speter# <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
42450276Speter# ANSI.SYS influence.
42550276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
42650276Speterpcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode), 
42750276Speter	am, mir, msgr, 
42850276Speter	cols#80, it#8, lines#24, 
42950276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=\E[D, 
43050276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
43150276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
43250276Speter	hts=\EH, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
43350276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, tbc=\E[2g, 
43450276Speter	use=klone+sgr-dumb, 
43550276Speterpcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode), 
43650276Speter	lines#25, use=pcansi-m, 
43750276Speterpcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode), 
43850276Speter	lines#33, use=pcansi-m, 
43950276Speterpcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode), 
44050276Speter	lines#43, use=pcansi-m, 
44150276Speter# The color versions.  All PC emulators do color...
44250276Speterpcansi|ibm-pc terminal programs claiming to be ansi, 
44350276Speter	use=klone+color, use=pcansi-m, 
44450276Speterpcansi-25|pcansi25|ibm-pc terminal programs with 25 lines, 
44550276Speter	lines#25, use=pcansi, 
44650276Speterpcansi-33|pcansi33|ibm-pc terminal programs with 33 lines, 
44750276Speter	lines#33, use=pcansi, 
44850276Speterpcansi-43|pcansi43|ibm-pc terminal programs with 43 lines, 
44950276Speter	lines#43, use=pcansi, 
45050276Speter
45150276Speter# ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
45250276Speter# If you want pound signs rather than dollars, replace `B' with `A'
45350276Speter# in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
45450276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
45550276Speteransi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes, 
45650276Speter	mc5i, 
45750276Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
45850276Speter	cuu=\E[%p1%dA, dch=\E[%p1%dP, dl=\E[%p1%dM, 
45950276Speter	ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%i%p1%dG, ht=\E[I, 
46050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, indn=\E[%p1%dS, kbs=^H, 
46150276Speter	kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
46250276Speter	kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, 
46350276Speter	rep=%p1%c\E[%p2%{1}%-%db, rin=\E[%p1%dT, s0ds=\E(B, 
46450276Speter	s1ds=\E)B, s2ds=\E*B, s3ds=\E+B, tbc=\E[2g, 
46550276Speter	vpa=\E[%i%p1%dd, use=pcansi-m, 
46650276Speter
46750276Speter# ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
46850276Speter# standard terminfo.  Assumes ANSI.SYS-compatible attributes and color.
46950276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
47050276Speteransi|ansi/pc-term compatible with color, 
47150276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c, 
47250276Speter	u9=\E[c, 
47350276Speter	use=ecma+color, use=klone+sgr, use=ansi-m, 
47450276Speter
47550276Speter#### DOS ANSI.SYS variants
47650276Speter#
47750276Speter# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
47850276Speter# documentation (except for the keyboard key reassignment feature, which
47950276Speter# doen't fit the <pfkey> model well).  The klone+acs sequences were valid
48050276Speter# though undocumented.  The <pfkey> capability is untested but should work for
48150276Speter# keys F1-F10 (%p1 values outside this range will yield unpredictable results).
48250276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
48350276Speteransi.sys-old|ANSI.SYS under PC-DOS 2.1, 
48450276Speter	am, mir, msgr, xon, 
48550276Speter	cols#80, lines#25, 
48650276Speter	clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
48750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, 
48850276Speter	is2=\E[m\E[?7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
48950276Speter	khome=^^, pfkey=\E[0;%p1%{58}%+%d;%p2"%s", rc=\E[u, 
49050276Speter	rmam=\E[?7l, sc=\E[s, smam=\E[?7h, u6=\E[%i%d;%dR, 
49150276Speter	u7=\E[6n, 
49250276Speter	use=klone+color, use=klone+sgr, 
49350276Speteransi.sys|ANSI.SYS 3.1 and later versions, 
49450276Speter	el=\E[K, use=ansi.sys-old, 
49550276Speter
49650276Speter#
49750276Speter# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
49850276Speter# This should only be used when the terminal emulator cannot redefine the keys.
49950276Speter# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
50050276Speter# definitions must be restored.  If the terminal emulator is quit while in vi
50150276Speter# or others using <smkx>/<rmkx>, the keypad will not be defined as per PC-DOS.
50250276Speter# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
50350276Speter# (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
50450276Speter# does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
50550276Speter# Note that <kcub1> is always BS, because PC-dos can tolerate this change.
50650276Speter# Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
50750276Speter# Consequently the End keypad key could not be set (it is relatively safe and
50850276Speter# actually useful because it sends ^@ O, which beeps and opens a line above).
50950276Speteransi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi, 
51050276Speter	is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 
51150276Speter	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, 
51250276Speter	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, 
51350276Speter	use=ansi.sys, 
51450276Speter#
51550276Speter# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
51650276Speternansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS, 
51750276Speter	dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
51850276Speter	is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, use=ansi.sys, 
51950276Speter#
52050276Speter# See ansi.sysk and nansi.sys above.
52150276Speternansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi, 
52250276Speter	dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, 
52350276Speter	is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 
52450276Speter	use=ansi.sysk, 
52550276Speter
52650276Speter#### ANSI console types
52750276Speter#
52850276Speter
52950276Speter#### BeOS
53050276Speter#
53150276Speter# BeOS entry for Terminal program Seems to be almost ANSI
53250276Speterbeterm|BeOS Terminal, 
53350276Speter	am, eo, mir, msgr, xenl, xon, 
53450276Speter	colors#8, cols#80, it#8, lines#25, ncv#5, pairs#64, 
53556639Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
53650276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
53750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
53856639Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
53956639Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
54056639Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, 
54156639Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
54256639Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[11~, kf10=\E[20~, 
54356639Speter	kf11=\E[21~, kf12=\E[22~, kf2=\E[12~, kf3=\E[13~, 
54456639Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[16~, kf7=\E[17~, kf8=\E[18~, 
54556639Speter	kf9=\E[19~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
54656639Speter	kspd=^Z, nel=^M^J, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM, 
54756639Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[24m, rs1=\Ec, sc=\E7, 
54856639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
54956639Speter	setb=\E[%p1%{40}%+%cm, setf=\E[%p1%{30}%+%cm, 
55056639Speter	sgr0=\E[0;10m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
55156639Speter	u6=\E[%i%p1%d;%p2%dR, u7=\E[6n, vpa=\E[%i%p1%dd, 
55250276Speter
55350276Speter#### Linux consoles
55450276Speter#
55550276Speter
55650276Speter# This entry is good for the 1.2.13 or later version of the Linux console.
55750276Speter#
55850276Speter# ***************************************************************************
55950276Speter# *                                                                         *
56050276Speter# *                           WARNING:                                      *
56150276Speter# * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
56250276Speter# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
56350276Speter# * character. Here are the keymap replacement lines that will set this up: *
56450276Speter# *                                                                         *
56550276Speter#	keycode  15 = Tab             Tab
56650276Speter#		alt     keycode  15 = Meta_Tab
56750276Speter#		shift	keycode  15 = F26
56850276Speter#	string F26 ="\033[Z"
56950276Speter# *                                                                         *
57050276Speter# * This has to use a key slot which is unfortunate (any unused one will    *
57150276Speter# * do, F26 is the higher-numbered one).  The change ought to be built      *
57250276Speter# * into the kernel tables.                                                 *
57350276Speter# *                                                                         *
57450276Speter# ***************************************************************************
57550276Speter#
57650276Speter# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
57750276Speter# and it matters, turn off <ccc>.  The %02x escape used to implement this is
57850276Speter# not back-portable to SV curses and not supported in ncurses versions before
57950276Speter# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
58050276Speter# themselves; this entry assumes that capability.
58150276Speter#
58250276Speter# The 2.2.x kernels add a private mode that sets the cursor type; use that to
58350276Speter# get a block cursor for cvvis.
58450276Speter# reported by Frank Heckenbach <frank@g-n-u.de>.
58550276Speterlinux|linux console, 
58650276Speter	am, bce, eo, mir, msgr, xenl, xon, 
58750276Speter	it#8, ncv#2, 
58850276Speter	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, 
58950276Speter	bel=^G, civis=\E[?25l\E[?1c, clear=\E[H\E[J, 
59050276Speter	cnorm=\E[?25h\E[?0c, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
59150276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
59250276Speter	cuu1=\E[A, cvvis=\E[?25h\E[?8c, dch=\E[%p1%dP, dch1=\E[P, 
59350276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 
59450276Speter	el=\E[K, el1=\E[1K, flash=\E[?5h\E[?5l$<200/>, home=\E[H, 
59550276Speter	hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
59650276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kb2=\E[G, kbs=\177, 
59750276Speter	kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
59850276Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
59950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
60050276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
60150276Speter	kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
60250276Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
60350276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kspd=^Z, 
60450276Speter	nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m, 
60550276Speter	rmul=\E[24m, rs1=\Ec\E]R, sc=\E7, 
60650276Speter	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, 
60750276Speter	smir=\E[4h, smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, 
60850276Speter	u7=\E[6n, u8=\E[?6c, u9=\E[c, vpa=\E[%i%p1%dd, 
60950276Speter	use=klone+sgr, use=ecma+color, 
61050276Speterlinux-m|Linux console no color, 
61150276Speter	colors@, pairs@, 
61250276Speter	setab@, setaf@, setb@, setf@, use=linux, 
61350276Speterlinux-c-nc|linux console 1.3.x hack for ncurses only, 
61450276Speter	ccc, 
61550276Speter	initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x, 
61650276Speter	oc=\E]R, 
61750276Speter	use=linux, 
61850276Speter# From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
61950276Speterlinux-c|linux console 1.3.6+ with private palette for each virtual console, 
62050276Speter	ccc, 
62150276Speter	colors#8, pairs#64, 
62250276Speter	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%;, 
62350276Speter	oc=\E]R, 
62450276Speter	use=linux, 
62550276Speter
62650276Speter# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
62750276Speterlinux-nic|linux with ich/ich1 suppressed for non-curses programs, 
62850276Speter	ich@, ich1@, 
62950276Speter	use=linux, 
63050276Speter
63150276Speter# This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
63250276Speter# acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
63350276Speterlinux-koi8|linux with koi8 alternate character set, 
63450276Speter	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, 
63550276Speter	use=linux, use=klone+koi8acs, 
63650276Speter
63750276Speter# Another entry for KOI8-r with Qing Long's acsc.
63850276Speter# (which one better complies with the standard?)
63950276Speterlinux-koi8r|linux with koi8-r alternate character set, 
64050276Speter	kbs=^H, kcub1=^H, kcud1=^J, 
64150276Speter	use=linux, use=klone+koi8acs, 
64250276Speter
64350276Speter# From:  Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
64450276Spetermach|Mach Console, 
64550276Speter	am, km, 
64650276Speter	cols#80, it#8, lines#25, 
64750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
64850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
64950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
65050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
65150276Speter	el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, 
65250276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
65350276Speter	kdch1=\E[9, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf2=\EOQ, 
65450276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
65550276Speter	kf9=\EOX, khome=\E[H, kich1=\E[@, kll=\E[F, knp=\E[U, 
65650276Speter	kpp=\E[V, nel=^M^J, rev=\E[7m, rmso=\E[0m, sgr0=\E[0m, 
65750276Speter	smso=\E[7m, 
65850276Spetermach-bold|Mach Console with bold instead of underline, 
65950276Speter	rmul=\E[0m, smul=\E[1m, 
66050276Speter	use=mach, 
66150276Speter
66250276Speter# Entry for the latin1 and latin2 fonts
66350276Speterlinux-lat|linux with latin1 or latin2 alternate character set, 
66450276Speter	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, 
66550276Speter	use=linux, 
66650276Speter
66750276Speter# SCO console and SOS-Syscons console for 386bsd
66850276Speter# (scoansi: had unknown capabilities
66950276Speter#	:Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
67050276Speter#	:GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
67150276Speter#	:G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
67250276Speter#	:CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
67350276Speter#	:WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
67450276Speter# I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
67550276Speter# on the <smacs>=\E[12m  -- esr)
67650276Speter#
67756639Speter# klone+sgr-dumb is an error since the acsc does not match -TD
67856639Speter#
67950276Speter# In this description based on SCO's keyboard(HW) manpage list of default function key
68050276Speter# values:
68150276Speter#	F13-F24 are shifted F1-F12
68250276Speter#	F25-F36 are control F1-F12
68350276Speter#	F37-F48 are shift+control F1-F12
68450276Speterscoansi|SCO Extended ANSI standard crt, 
68550276Speter	am, eo, xon, 
68656639Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
68756639Speter	acsc=0[5566778899\:\:;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`ja0fxgqh2jYk?lZm@nEqDtCu4vAwBx3~y, 
68850276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, 
68950276Speter	cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
69050276Speter	cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
69156639Speter	ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, invis=\E[8m, kbeg=\E[E, 
69256639Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
69356639Speter	kcuu1=\E[A, kend=\E[F, kf1=\E[M, kf10=\E[V, kf11=\E[W, 
69456639Speter	kf12=\E[X, kf13=\E[Y, kf15=\E[a, kf16=\E[b, kf17=\E[c, 
69556639Speter	kf18=\E[d, kf19=\E[e, kf2=\E[N, kf20=\E[f, kf21=\E[g, 
69656639Speter	kf22=\E[h, kf23=\E[i, kf24=\E[j, kf25=\E[k, kf26=\E[l, 
69756639Speter	kf27=\E[m, kf28=\E[n, kf29=\E[o, kf3=\E[O, kf30=\E[p, 
69856639Speter	kf31=\E[q, kf32=\E[r, kf33=\E[s, kf34=\E[t, kf35=\E[u, 
69956639Speter	kf36=\E[v, kf37=\E[w, kf38=\E[x, kf39=\E[y, kf4=\E[P, 
70056639Speter	kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\, kf44=\E[], 
70156639Speter	kf45=\E[\^, kf46=\E[_, kf47=\E[`, kf48=\E[{, kf5=\E[Q, 
70256639Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
70356639Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, op=\E[37;40m, rev=\E[7m, 
70456639Speter	ri=\E[T, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
70556639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
70656639Speter	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, 
70756639Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
70850276Speter
70950276Speter# This actually describes the generic SVr4 display driver for Intel boxes.
71050276Speter# The <dim=\E[2m> isn't documented and therefore may not be reliable.
71150276Speter# From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
71250276Speteratt6386|at386|386at|AT&T WGS 6386 console, 
71350276Speter	am, bw, eo, xon, 
71450276Speter	cols#80, it#8, lines#25, 
71550276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
71650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[=C, 
71750276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub=\E[%p1%dD, 
71850276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
71950276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
72050276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
72150276Speter	dl=\E[%p1%dM, dl1=\E[1M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
72250276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
72350276Speter	ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=\E[S, 
72450276Speter	indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H, 
72550276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
72650276Speter	kdch1=\E[P, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ, 
72750276Speter	kf12=\EOA, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
72850276Speter	kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H, kich1=\E[@, 
72950276Speter	knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m, 
73050276Speter	ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
73150276Speter	sc=\E7, 
73250276Speter	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, 
73350276Speter	sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, 
73450276Speter	tbc=\E[2g, vpa=\E[%i%p1%dd, 
73550276Speter	use=klone+color, 
73650276Speter# (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
73750276Speterpc6300plus|AT&T 6300 plus, 
73850276Speter	am, xon, 
73950276Speter	cols#80, lines#24, 
74050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, 
74150276Speter	clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, 
74250276Speter	cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
74350276Speter	dch1=\E[1P, dim=\E[2m, dl1=\E[1M, ed=\E[0J, el=\E[0K, 
74450276Speter	home=\E[H, hts=\EH, ich1=\E[1@, il1=\E[1L, ind=^J, 
74550276Speter	invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
74650276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\EOu, kf2=\EOd, kf3=\EOe, 
74750276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\EOk, 
74850276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
74950276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
75050276Speter
75150276Speter# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
75250276Speter#
75350276Speter# I have a UNIX PC which I use as a terminal attached to my Linux PC.
75450276Speter# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
75550276Speter# is broken. All the special key sequences are broken, making it unusable
75650276Speter# with Emacs. The problem stems from the following:
75750276Speter# 
75850276Speter# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
75950276Speter# keypad!), loadable fonts, and strange highlighting modes ("dithered"
76050276Speter# half-intensity, "smeared" bold, and real strike-out, for example.) It also
76150276Speter# uses resizable terminal windows, but the bundled terminal program always
76250276Speter# uses an 80x24 window (and doesn't support seem to support a 132-column
76350276Speter# mode.) 
76450276Speter# 
76550276Speter# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
76650276Speter# library which was a superset of SVr3.5 curses (called tam, for "terminal
76750276Speter# access method".) tam includes support for real, overlapping windows,
76850276Speter# onscreen function key labels, and bitmap graphics. But since the primary
76950276Speter# user interface on the UNIX PC was a GUI program (ua, for "user
77050276Speter# assistant",) and remote administration was considered important for the
77150276Speter# machine, tam also supported VT100-compatible terminals attached to the
77250276Speter# serial port or used across the StarLan network. To simulate the extra keys
77350276Speter# not present on a VT100, users could press ESC and a two-letter sequence,
77450276Speter# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
77550276Speter# however, were not the same as those sent by the actual Undo key. The
77650276Speter# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
77750276Speter# (If you're interested in adding some of the tam calls to ncurses, btw, I
77850276Speter# have the full documentation and several programs which use tam. It also
77950276Speter# used an extended terminfo format to describe key sequences, special
78050276Speter# highlighting modes, etc.) 
78150276Speter# 
78250276Speter# KEYS: This means that ncurses would quite painful on the UNIX PC, since
78350276Speter# there are two sequences for every key-modifier combination (local keyboard
78450276Speter# sequence and remote "VT100" sequence.) But I doubt many people are trying
78550276Speter# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
78650276Speter# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume) 
78750276Speter# seem to have been built from the manual describing the VT100 sequences. 
78850276Speter# This means it doesn't work for a real live UNIX PC. 
78950276Speter# 
79050276Speter# FONTS: The UNIX PC also has a strange interpretation of "alternate
79150276Speter# character set". Rather than the VT100 graphics you might expect, it allows
79250276Speter# up to 8 custom fonts to be loaded at any given time. This means that
79350276Speter# programs expecting VT100 graphics will usually be disappointed. For this
79450276Speter# reason I have disabled the smacs/rmacs sequences, but they could easily be
79550276Speter# re-enabled. Here are the relevant control sequences (from the ESCAPE(7) 
79650276Speter# manpage), should you wish to do so: 
79750276Speter# 
79850276Speter# SGR10 - Select font 0 - ESC [ 10 m or SO
79950276Speter# SGR11 - Select font 1 - ESC [ 11 m or SI
80050276Speter# SGR12 - Select font 2 - ESC [ 12 m
80150276Speter# ... (etc.)
80250276Speter# SGR17 - Select font 7 - ESC [ 17 m
80350276Speter# 
80450276Speter# Graphics for line drawing are not reliably found at *any* character
80550276Speter# location because the UNIX PC has dynamically reloadable fonts. I use font
80650276Speter# 0 for regular text and font 1 for italics, but this is by no means
80750276Speter# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
80850276Speter# 
80950276Speter# MISC: The cursor visible/cursor invisible sequences were swapped in the
81050276Speter# distributed terminfo.
81150276Speter# 
81250276Speter# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
81350276Speter# the UNIX PC terminfo entry. The modified version works great with Lynx,
81450276Speter# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
81550276Speter# attached by serial cable. In Emacs, even the Undo key works, and many
81650276Speter# applications can now use the F1-F8 keys. 
81750276Speter# 
81850276Speter# esr's notes:
81950276Speter#	Terminfo entry for the AT&T Unix PC 7300
82050276Speter#	from escape(7) in Unix PC 7300 Manual.
82150276Speter#	Somewhat similar to a vt100-am (but different enough
82250276Speter#	to redo this from scratch.)
82350276Speter#
82450276Speter#	/***************************************************************
82550276Speter#	*
82650276Speter#	*           FONT LOADING PROGRAM FOR THE UNIX PC
82750276Speter#	*
82850276Speter#	*     This routine loads a font defined in the file ALTFONT
82950276Speter#	*     into font memory slot #1.  Once the font has been loaded,
83050276Speter#	*     it can be used as an alternative character set.
83150276Speter#	*
83250276Speter#	*     The call to ioctl with the argument WIOCLFONT is the key 
83350276Speter#	*     to this routine.  For more information, see window(7) in 
83450276Speter#	*     the PC 7300 documentation.
83550276Speter#	***************************************************************/
83650276Speter#	#include <string.h>		/* needed for strcpy call */
83750276Speter#	#include <sys/window.h>         /* needed for ioctl call */
83850276Speter#	#define FNSIZE	60		/* font name size */
83950276Speter#	#define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
84050276Speter#	/*
84150276Speter#	*     The file /usr/lib/wfont/special.8.ft comes with the
84250276Speter#	*     standard PC software.  It defines a graphics character set
84350276Speter#	*     similar to that of the Teletype 5425 terminal.  To view
84450276Speter#	*     this or other fonts in /usr/lib/wfont, use the command
84550276Speter#	*     cfont <filename>.  For further information on fonts see
84650276Speter#	*     cfont(1) in the PC 7300 documentation.
84750276Speter#	*/
84850276Speter#	
84950276Speter#	struct altfdata 	/* structure for alt font data */
85050276Speter#	{
85150276Speter#	short	altf_slot;		/* memory slot number */
85250276Speter#	char	altf_name[FNSIZE];	/* font name (file name) */
85350276Speter#	};
85450276Speter#	ldfont()
85550276Speter#	{
85650276Speter#		int wd;		/* window in which altfont will be */
85750276Speter#		struct altfdata altf;
85850276Speter#		altf.altf_slot=1;
85950276Speter#		strcpy(altf.altf_name,ALTFONT);
86050276Speter#		for (wd =1; wd < 12; wd++) {
86150276Speter#		     ioctl(wd, WIOCLFONT,&altf);
86250276Speter#	        }
86350276Speter#	}
86450276Speter#
86550276Speter# (att7300: added <civis>/<cnorm>/<ich1>/<invis> from the BSDI entry,
86650276Speter# they're confirmed by the man page for the System V display---esr)
86750276Speter#
86850276Speteratt7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, 
86950276Speter	am, xon, 
87050276Speter	cols#80, it#8, lines#24, 
87150276Speter	bel=^G, blink=\E[9m, bold=\E[1m, cbt=\E^I, civis=\E[=1C, 
87250276Speter	clear=\E[2J\E[H, cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, 
87350276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
87450276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
87550276Speter	cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
87650276Speter	ed=\E[0J, el=\E[0K, home=\E[H, ich1=\E[@, il=\E[%p1%dL, 
87750276Speter	il1=\E[L, ind=^J, invis=\E[9m, is1=\017\E[=1w, kBEG=\ENB, 
87850276Speter	kCAN=\EOW, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, 
87950276Speter	kEND=\ENN, kEOL=\EOA, kFND=\EOX, kHLP=\EOM, kHOM=\ENM, 
88050276Speter	kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR, 
88150276Speter	kPRV=\ENG, kRDO=\EOT, kRIT=\ENL, kRPL=\EOY, kSAV=\EOO, 
88250276Speter	kUND=\EOS, kbeg=\ENb, kbs=^H, kcan=\EOw, kcbt=\E[Z, 
88350276Speter	kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
88450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\ENf, 
88550276Speter	ked=\E[J, kel=\EOa, kend=\E0, kext=\EOk, kf1=\EOc, kf2=\EOd, 
88650276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
88750276Speter	kfnd=\EOx, khlp=\EOm, khome=\E[H, kich1=\ENj, kind=\E[B, 
88850276Speter	kmov=\ENc, kmrk=\ENi, knp=\E[U, knxt=\ENh, kopn=\EOv, 
88950276Speter	kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, 
89050276Speter	kref=\EOb, krfr=\ENa, kri=\E[A, krpl=\EOy, krst=\EOB, 
89150276Speter	ksav=\EOo, kslt=\ENI, kund=\EOs, nel=\EE, rev=\E[7m, ri=\EM, 
89250276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smso=\E[7m, 
89350276Speter	smul=\E[4m, 
89450276Speter
89550276Speter# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
89650276Speter# from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
89750276Speter# for the application keypad mode.  We have added iris-ansi-ap rather than
89850276Speter# change the original to keypad mode.
89950276Speter#
90050276Speter# (iris-ansi: added rmam/smam based on init string -- esr)
90150276Speter#
90250276Speter# This entry, and those derived from it, is used in xwsh (also known as
90350276Speter# winterm).  Some capabilities that do not fit into the terminfo model
90450276Speter# include the shift- and control-functionkeys:
90550276Speter#
90650276Speter# F1-F12 generate different codes when shift or control modifiers are used.
90750276Speter# For example:
90850276Speter#	F1      	\E[001q
90950276Speter#	shift F1	\E[013q
91050276Speter#	control-F1	\E[025q
91150276Speter#
91250276Speter# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
91350276Speter# \EOP to \EOS.  The shifted and control modifiers still do the same thing.
91450276Speter#
91550276Speter# The cursor keys also have different codes:
91650276Speter#	control-up	\E[162q
91750276Speter#	control-down	\E[165q
91850276Speter#	control-left	\E[159q
91950276Speter#	control-right	\E[168q
92050276Speter#
92150276Speter#	shift-up	\E[161q
92250276Speter#	shift-down	\E[164q
92350276Speter#	shift-left	\E[158q
92450276Speter#	shift-right	\E[167q
92550276Speter#
92650276Speter#	control-tab	\[072q
92750276Speter#
92856639Speteriris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100), 
92950276Speter	am, 
93050276Speter	cols#80, it#8, lines#40, 
93150276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, 
93250276Speter	cnorm=\E[9/y\E[12/y\E[=6l, cr=^M, cub=\E[%p1%dD, 
93350276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, 
93450276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
93550276Speter	cuu1=\E[A, cvvis=\E[10/y\E[=1h\E[=2l\E[=6h, 
93650276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
93750276Speter	home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
93850276Speter	is2=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8, kDC=\E[P, 
93950276Speter	kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, 
94050276Speter	kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
94150276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
94250276Speter	kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\E[010q, 
94350276Speter	kf11=\E[011q, kf12=\E[012q, kf2=\E[002q, kf3=\E[003q, 
94450276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
94550276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
94650276Speter	knp=\E[154q, kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, 
94750276Speter	kspd=\E[217q, nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\, 
94850276Speter	rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
94950276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[1;7m, smul=\E[4m, 
95050276Speter	tbc=\E[3g, 
95150276Speteriris-ansi-ap|IRIS ANSI in application-keypad mode, 
95250276Speter	is2=\E[?1l\E=\E[?7h, kent=\EOM, kf10=\E[010q, 
95350276Speter	kf11=\E[011q, kf12=\E[012q, kf9=\E[009q, 
95450276Speter	use=iris-ansi, 
95550276Speter
95650276Speter# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
95750276Speter# (T.Dickey 98/1/24)
95850276Speteriris-color|xwsh|IRIX ANSI with color, 
95950276Speter	ncv#33, 
96050276Speter	csr=\E[%i%p1%d;%p2%dr, dch=\E[%p1%dP, dim=\E[2m, 
96150276Speter	ech=\E[%p1%dX, ich=\E[%p1%d@, rc=\E8, ritm=\E[23m, 
96250276Speter	rmul=\E[24m, rs1=\Ec, 
96350276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
96450276Speter	sitm=\E[3m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
96550276Speter	use=klone+color, use=iris-ansi-ap, 
96650276Speter
96750276Speter# The following is a version of the ibm-pc entry distributed with PC/IX,
96850276Speter# (Interactive Systems' System 3 for the Big Blue), modified by Richard
96950276Speter# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
97050276Speter# (the former is untrue, and the latter failed under UCB/man); standout and
97150276Speter# underline modes have been added.  Note: this entry describes the "native"
97250276Speter# capabilities of the PC monochrome display, without ANY emulation; most
97350276Speter# communications packages (but NOT PC/IX connect) do some kind of emulation.
97450276Speterpcix|PC/IX console, 
97550276Speter	am, bw, eo, 
97650276Speter	cols#80, lines#24, 
97750276Speter	clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
97850276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
97950276Speter	home=\E[H, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, 
98050276Speter	smul=\E[4m, 
98150276Speter
98250276Speter# (ibmpcx: this entry used to be known as ibmx.
98350276Speter# It formerly included the following extension capabilities:
98450276Speter#	:GC=b:GL=v:GR=t:RT=^J:\
98550276Speter#	:GH=\E[196g:GV=\E[179g:\
98650276Speter#	:GU=\E[193g:GD=\E[194g:\
98750276Speter#	:G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
98850276Speter#	:CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
98950276Speter#	:WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
99050276Speter# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
99150276Speter# ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
99250276Speter# what was there before. -- esr)
99350276Speteribmpcx|xenix|ibmx|IBM PC xenix console display, 
99450276Speter	am, msgr, 
99550276Speter	cols#80, lines#25, 
99650276Speter	clear=^L, cub1=^H, cud1=\E[B, cuf1=\E[C, 
99750276Speter	cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
99850276Speter	ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, 
99950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, 
100050276Speter	kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, 
100150276Speter	kpp=\E[Z, 
100250276Speter	use=klone+acs, use=klone+sgr, 
100350276Speter
100450276Speter
100550276Speter# QNX 4.0 Console
100650276Speter# Michael's original version of this entry had <am@>, <smcup=\Ei>,
100750276Speter# <rmcup=\Eh\ER>; this was so terminfo applications could write the lower
100850276Speter# right corner without triggering a scroll.  The ncurses terminfo library can
100950276Speter# handle this case with the <ich1> capability, and prefers <am> for better
101050276Speter# optimization.  Bug: The <op> capability resets attributes.
101150276Speter# From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
101250276Speter# (removed: <sgr=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,>)
101350276Speterqnx|qnx4|qnx console, 
101450276Speter	daisy, km, mir, msgr, xhpa, xt, 
101550276Speter	colors#8, cols#80, it#4, lines#25, ncv#3, pairs#8, 
101650276Speter	acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t\303u\264v\301w\302x\263, 
101750276Speter	bel=^G, blink=\E{, bold=\E<, civis=\Ey0, clear=\EH\EJ, 
101850276Speter	cnorm=\Ey1, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
101950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ey2, 
102050276Speter	dch1=\Ef, dl1=\EF, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\Ee, 
102150276Speter	il1=\EE, ind=^J, kBEG=\377\356, kCAN=\377\263, 
102250276Speter	kCMD=\377\267, kCPY=\377\363, kCRT=\377\364, 
102350276Speter	kDL=\377\366, kEND=\377\301, kEOL=\377\311, 
102450276Speter	kEXT=\377\367, kFND=\377\370, kHLP=\377\371, 
102550276Speter	kHOM=\377\260, kIC=\377\340, kLFT=\377\264, 
102650276Speter	kMOV=\377\306, kMSG=\377\304, kNXT=\377\272, 
102750276Speter	kOPT=\377\372, kPRT=\377\275, kPRV=\377\262, 
102850276Speter	kRDO=\377\315, kRES=\377\374, kRIT=\377\266, 
102950276Speter	kRPL=\377\373, kSAV=\377\307, kSPD=\377\303, 
103050276Speter	kUND=\377\337, kbeg=\377\300, kcan=\377\243, kcbt=\377\0, 
103150276Speter	kclo=\377\343, kclr=\377\341, kcmd=\377\245, 
103250276Speter	kcpy=\377\265, kcrt=\377\305, kctab=\377\237, 
103350276Speter	kcub1=\377\244, kcud1=\377\251, kcuf1=\377\246, 
103450276Speter	kcuu1=\377\241, kdch1=\377\254, kdl1=\377\274, 
103550276Speter	ked=\377\314, kel=\377\310, kend=\377\250, kent=\377\320, 
103650276Speter	kext=\377\270, kf1=\377\201, kf10=\377\212, 
103750276Speter	kf11=\377\256, kf12=\377\257, kf13=\377\213, 
103850276Speter	kf14=\377\214, kf15=\377\215, kf16=\377\216, 
103950276Speter	kf17=\377\217, kf18=\377\220, kf19=\377\221, 
104050276Speter	kf2=\377\202, kf20=\377\222, kf21=\377\223, 
104150276Speter	kf22=\377\224, kf23=\377\333, kf24=\377\334, 
104250276Speter	kf25=\377\225, kf26=\377\226, kf27=\377\227, 
104350276Speter	kf28=\377\230, kf29=\377\231, kf3=\377\203, 
104450276Speter	kf30=\377\232, kf31=\377\233, kf32=\377\234, 
104550276Speter	kf33=\377\235, kf34=\377\236, kf35=\377\276, 
104650276Speter	kf36=\377\277, kf37=\377\321, kf38=\377\322, 
104750276Speter	kf39=\377\323, kf4=\377\204, kf40=\377\324, 
104850276Speter	kf41=\377\325, kf42=\377\326, kf43=\377\327, 
104950276Speter	kf44=\377\330, kf45=\377\331, kf46=\377\332, 
105050276Speter	kf47=\377\316, kf48=\377\317, kf5=\377\205, kf6=\377\206, 
105150276Speter	kf7=\377\207, kf8=\377\210, kf9=\377\211, kfnd=\377\346, 
105250276Speter	khlp=\377\350, khome=\377\240, khts=\377\342, 
105350276Speter	kich1=\377\253, kil1=\377\273, kind=\377\261, 
105450276Speter	kmov=\377\351, kmrk=\377\355, kmsg=\377\345, 
105550276Speter	knp=\377\252, knxt=\377\312, kopn=\377\357, 
105650276Speter	kopt=\377\353, kpp=\377\242, kprt=\377\255, 
105750276Speter	kprv=\377\302, krdo=\377\336, kref=\377\354, 
105850276Speter	kres=\377\360, krfr=\377\347, kri=\377\271, 
105950276Speter	krmir=\377\313, krpl=\377\362, krst=\377\352, 
106050276Speter	ksav=\377\361, kslt=\377\247, kspd=\377\335, 
106150276Speter	ktbc=\377\344, kund=\377\365, mvpa=\E!%p1%02d, op=\ER, 
106250276Speter	rep=\Eg%p2%{32}%+%c%p1%c, rev=\E(, ri=\EI, rmcup=\Eh\ER, 
106350276Speter	rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 
106450276Speter	setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei, 
106550276Speter	smso=\E(, smul=\E[, 
106650276Speter
106750276Speter# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
106850276Speter# (esr: commented out <scp> and <rmcup> to avoid warnings.)
106950276Speter# (TD: derive from original qnx4 entry)
107050276Speterqnxt2|qnx 2.15 serial terminal, 
107150276Speter	am, 
107250276Speter	civis@, cnorm@, cvvis@, dch1@, ich1@, kRES@, kRPL@, kUND@, kspd@, 
107350276Speter	rep@, rmcup@, rmso=\E>, setb@, setf@, smcup@, smso=\E<, 
107450276Speter	use=qnx4, 
107550276Speter
107650276Speter#### NetBSD consoles
107750276Speter#
107850276Speter# pcvt termcap database entries (corresponding to release 3.31)
107950276Speter# Author's last edit-date: [Fri Sep 15 20:29:10 1995]
108050276Speter#
108150276Speter# (For the terminfo master file, I translated these into terminfo syntax.
108250276Speter# Then I dropped all the pseudo-HP entries. we don't want and can't use
108350276Speter# the :Xs: flag. Then I split :is: into a size-independent <is1> and a
108450276Speter# size-dependent <is2>.  Finally, I added <rmam>/<smam> -- esr)
108550276Speter
108650276Speter# NOTE: <ich1> has been taken out of this entry. for reference, it should
108750276Speter# be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
108850276Speter# (esr: added <civis> and <cnorm> to resolve NetBSD Problem Report #4583)
108950276SpeterpcvtXX|pcvt vt200 emulator (DEC VT220), 
109050276Speter	am, km, mir, msgr, xenl, 
109150276Speter	it#8, vt#3, 
109250276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~, 
109350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
109450276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
109550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
109650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
109750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
109850276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
109950276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
110050276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, 
110150276Speter	is1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=\177, 
110250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
110350276Speter	kdch1=\E[3~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
110450276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
110550276Speter	khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, 
110650276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, 
110750276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
110850276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
110950276Speter	rs1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
111050276Speter	sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
111150276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
111250276Speter
111350276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
111450276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
111550276Speter#	50 lines entries; 80 columns
111650276Speterpcvt25|dec vt220 emulation with 25 lines, 
111750276Speter	cols#80, lines#25, 
111850276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
111950276Speterpcvt28|dec vt220 emulation with 28 lines, 
112050276Speter	cols#80, lines#28, 
112150276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
112250276Speterpcvt35|dec vt220 emulation with 35 lines, 
112350276Speter	cols#80, lines#35, 
112450276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
112550276Speterpcvt40|dec vt220 emulation with 40 lines, 
112650276Speter	cols#80, lines#40, 
112750276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
112850276Speterpcvt43|dec vt220 emulation with 43 lines, 
112950276Speter	cols#80, lines#43, 
113050276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
113150276Speterpcvt50|dec vt220 emulation with 50 lines, 
113250276Speter	cols#80, lines#50, 
113350276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
113450276Speter
113550276Speter#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
113650276Speter#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
113750276Speter#	50 lines entries; 132 columns
113850276Speterpcvt25w|dec vt220 emulation with 25 lines and 132 cols, 
113950276Speter	cols#132, lines#25, 
114050276Speter	is2=\E[1;25r\E[25;1H, use=pcvtXX, 
114150276Speterpcvt28w|dec vt220 emulation with 28 lines and 132 cols, 
114250276Speter	cols#132, lines#28, 
114350276Speter	is2=\E[1;28r\E[28;1H, use=pcvtXX, 
114450276Speterpcvt35w|dec vt220 emulation with 35 lines and 132 cols, 
114550276Speter	cols#132, lines#35, 
114650276Speter	is2=\E[1;35r\E[35;1H, use=pcvtXX, 
114750276Speterpcvt40w|dec vt220 emulation with 40 lines and 132 cols, 
114850276Speter	cols#132, lines#40, 
114950276Speter	is2=\E[1;40r\E[40;1H, use=pcvtXX, 
115050276Speterpcvt43w|dec vt220 emulation with 43 lines and 132 cols, 
115150276Speter	cols#132, lines#43, 
115250276Speter	is2=\E[1;43r\E[43;1H, use=pcvtXX, 
115350276Speterpcvt50w|dec vt220 emulation with 50 lines and 132 cols, 
115450276Speter	cols#132, lines#50, 
115550276Speter	is2=\E[1;50r\E[50;1H, use=pcvtXX, 
115650276Speter
115750276Speter# Terminfo entries to enable the use of the ncurses library in colour on a
115850276Speter# NetBSD-arm32 console (only tested on a RiscPC).
115950276Speter# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
116050276Speter# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
116150276Speter# typo in invis - TD
116250276Speterarm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480), 
116350276Speter	am, bce, msgr, xenl, xon, 
116450276Speter	cols#80, it#8, lines#30, 
116550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
116650276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
116750276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
116850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
116950276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
117050276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
117150276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
117250276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, 
117350276Speter	invis=\E[8m$<2>, ka1=\E[q, ka3=\E[s, kb2=\E[r, kbs=^H, 
117450276Speter	kc1=\E[p, kc3=\E[n, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
117550276Speter	kcuu1=\E[A, kent=\E[M, kf0=\E[y, kf1=\E[P, kf10=\E[x, 
117650276Speter	kf2=\E[Q, kf3=\E[R, kf4=\E[S, kf5=\E[t, kf6=\E[u, kf7=\E[v, 
117750276Speter	kf8=\E[l, kf9=\E[w, rc=\E8, rev=\E[6m$<2>, ri=\EM$<5>, 
117850276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
117950276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
118050276Speter	sc=\E7, 
118150276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
118250276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
118350276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
118450276Speter	use=ecma+sgr, use=klone+color, 
118550276Speter
118650276Speterarm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768), 
118750276Speter	cols#132, lines#50, use=arm100, 
118850276Speter
118950276Speter# NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
119050276Speter# manufactured by Sharp for the Japenese market.
119150276Speter# From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
119250276Speterx68k|x68k-ite|NetBSD/x68k ITE, 
119350276Speter	cols#96, lines#32, 
119450276Speter	kclr=\E[9~, khlp=\E[28~, use=vt220, 
119550276Speter
119656639Speter# <tv@pobox.com>:
119756639Speter# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
119856639Speter#
119956639Speter# (still unfinished, but good enough so far.)
120056639Speterofcons, 
120156639Speter	bw, 
120256639Speter	cols#80, lines#30, 
120356639Speter	bel=^G, blink=\2337;2m, bold=\2331m, clear=^L, cr=^M, 
120456639Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
120556639Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
120656639Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
120756639Speter	dim=\2332m, dl=\233%p1%dM, dl1=\233M, ed=\233J, el=\233K, 
120856639Speter	flash=^G, ht=^I, ich=\233%p1%d@, ich1=\233@, il=\233%p1%dL, 
120956639Speter	il1=\233L, ind=^J, invis=\2338m, kbs=^H, kcub1=\233D, 
121056639Speter	kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\233P, 
121156639Speter	kf1=\2330P, kf10=\2330M, kf2=\2330Q, kf3=\2330W, 
121256639Speter	kf4=\2330x, kf5=\2330t, kf6=\2330u, kf7=\2330q, kf8=\2330r, 
121356639Speter	kf9=\2330p, knp=\233/, kpp=\233?, nel=^M^J, rev=\2337m, 
121456639Speter	rmso=\2330m, rmul=\2330m, sgr0=\2330m, 
121556639Speter
121656639Speter# NetBSD "wscons" emulator in vt220 mode
121756639Speter# These are micro-minimal and probably need to be redone for real
121856639Speter# after the manner of the pcvt entries.
121956639Speterwsvt25|NetBSD wscons in 25 line DEC VT220 mode, 
122056639Speter	cols#80, lines#25, use=vt220, 
122156639Speter
122256639Speterwsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta, 
122356639Speter	km, 
122456639Speter	cols#80, lines#25, use=vt220, 
122556639Speter
122656639Speter# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and 
122756639Speter# DECstation/pmax.
122856639Speterrcons|BSD rasterconsole, 
122956639Speter	use=sun-il, 
123056639Speter# Color version of above. Color currenly only provided by NetBSD.
123156639Speterrcons-color|BSD rasterconsole with ANSI color, 
123256639Speter	bce, 
123356639Speter	colors#8, pairs#64, 
123456639Speter	op=\E[m, setab=\E[4%dm, setaf=\E[3%dm, use=rcons, 
123556639Speter
123650276Speter#### FreeBSD console entries
123750276Speter#
123850276Speter# From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
123950276Speter# Andrey Chernov maintains the FreeBSD termcap distributions.
124050276Speter#
124150276Speter# Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
124250276Speter# or comment out the :cb: capability in the console entry.
124350276Speter#
124450276Speter# Alexander Lukyanov reports:
124550276Speter# I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
124650276Speter# Now el1 clears not only to the line beginning, but also a large chunk
124750276Speter# of previous line. But there is another bug - ech does not work at all.
124850276Speter#
124950276Speter
125050276Speter# for syscons
125150276Speter# common entry without semigraphics
125250276Speter# Bug: The <op> capability resets attributes.
125350276Speter# Bug? The ech and el1 attributes appear to move the cursor in some cases; for
125450276Speter# instance el1 does if the cursor is moved to the right margin first.  Removed
125550276Speter# by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
125650276Speter#
125750276Speter# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
125850276Speter# Note that this disables standout with color.
125950276Spetercons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode), 
126050276Speter	am, bce, bw, eo, msgr, npc, 
126156639Speter	colors#8, cols#80, it#8, lines#25, ncv#21, pairs#64, 
126250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
126356639Speter	cnorm=\E[=0C, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, 
126456639Speter	cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
126556639Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
126656639Speter	cvvis=\E[=1C, dch=\E[%p1%dP, dch1=\E[P, dim=\E[30;1m, 
126756639Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
126856639Speter	hpa=\E[%i%p1%d`, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
126956639Speter	il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, kb2=\E[E, 
127056639Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
127156639Speter	kcuu1=\E[A, kdch1=\177, kend=\E[F, kf1=\E[M, kf10=\E[V, 
127256639Speter	kf11=\E[W, kf12=\E[X, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, 
127356639Speter	kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, 
127456639Speter	kich1=\E[L, knp=\E[G, kpp=\E[I, nel=\E[E, op=\E[x, rev=\E[7m, 
127556639Speter	ri=\E[T, rin=\E[%p1%dT, rmso=\E[m, rs1=\E[x\E[m\Ec, 
127656639Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
127756639Speter	smso=\E[7m, vpa=\E[%i%p1%dd, 
127850276Spetercons25|ansis|ansi80x25|freebsd console (25-line ansi mode), 
127950276Speter	acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371, 
128050276Speter	use=cons25w, 
128150276Spetercons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode), 
128250276Speter	colors@, pairs@, 
128350276Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25, 
128450276Spetercons30|ansi80x30|freebsd console (30-line ansi mode), 
128550276Speter	lines#30, use=cons25, 
128650276Spetercons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode), 
128750276Speter	lines#30, use=cons25-m, 
128850276Spetercons43|ansi80x43|freebsd console (43-line ansi mode), 
128950276Speter	lines#43, use=cons25, 
129050276Spetercons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode), 
129150276Speter	lines#43, use=cons25-m, 
129250276Spetercons50|ansil|ansi80x50|freebsd console (50-line ansi mode), 
129350276Speter	lines#50, use=cons25, 
129450276Spetercons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode), 
129550276Speter	lines#50, use=cons25-m, 
129650276Spetercons60|ansi80x60|freebsd console (60-line ansi mode), 
129750276Speter	lines#60, use=cons25, 
129850276Spetercons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode), 
129950276Speter	lines#60, use=cons25-m, 
130050276Spetercons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic, 
130150276Speter	acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225, 
130250276Speter	use=cons25w, 
130350276Spetercons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono), 
130450276Speter	colors@, pairs@, 
130550276Speter	op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25r, 
130650276Spetercons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines), 
130750276Speter	lines#50, use=cons25r, 
130850276Spetercons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono), 
130950276Speter	lines#50, use=cons25r-m, 
131050276Spetercons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines), 
131150276Speter	lines#60, use=cons25r, 
131250276Spetercons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono), 
131350276Speter	lines#60, use=cons25r-m, 
131450276Speter# ISO 8859-1 FreeBSD console
131550276Spetercons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars, 
131650276Speter	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, 
131750276Speter	use=cons25w, 
131850276Spetercons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono), 
131950276Speter	colors@, pairs@, 
132050276Speter	bold@, dim@, op@, rmul=\E[m, setab@, setaf@, smul=\E[4m, use=cons25l1, 
132150276Spetercons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines), 
132250276Speter	lines#50, use=cons25l1, 
132350276Spetercons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono), 
132450276Speter	lines#50, use=cons25l1-m, 
132550276Spetercons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines), 
132650276Speter	lines#60, use=cons25l1, 
132750276Spetercons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono), 
132850276Speter	lines#60, use=cons25l1-m, 
132950276Speter
133050276Speter#### 386BSD and BSD/OS Consoles
133150276Speter#
133250276Speter
133350276Speter# This was the original 386BSD console entry (I think).  
133450276Speter# Some places it's named oldpc3|oldibmpc3.
133550276Speter# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
133650276Speterorigpc3|origibmpc3|IBM PC 386BSD Console, 
133750276Speter	am, bw, eo, xon, 
133850276Speter	cols#80, lines#25, 
133950276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
134050276Speter	bold=\E[7m, clear=\Ec, cub1=^H, cud1=\E[B, cuf1=\E[C, 
134150276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
134250276Speter	home=\E[H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
134350276Speter	kcuu1=\E[A, khome=\E[Y, ri=\E[T, rmso=\E[1;0x\E[2;7x, 
134450276Speter	rmul=\E[1;0x\E[2;7x, sgr0=\E[m\E[1;0x\E[2;7x, 
134550276Speter	smso=\E[1;7x\E[2;0x, smul=\E[1;7x\E[2;0x, 
134650276Speter
134750276Speter# description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
134850276Speteroldpc3|oldibmpc3|old IBM PC BSD/386 Console, 
134950276Speter	km, 
135050276Speter	lines#25, 
135150276Speter	bel=^G, bold=\E[=15F, cr=^M, cud1=^J, dim=\E[=8F, dl1=\E[M, 
135250276Speter	ht=^I, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
135350276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, kll=\E[F, 
135450276Speter	knp=\E[G, kpp=\E[I, nel=^M^J, sgr0=\E[=R, 
135550276Speter
135650276Speter# Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
135750276Speter# Note, the emulator supports many of the additional console features
135850276Speter# listed in the iBCS2 (e.g. character-set selection) though not all
135950276Speter# are described here.  This entry really ought to be upgraded.
136050276Speter# Also note, the console will also work with fewer lines after doing
136150276Speter# "stty rows NN", e.g. to use 24 lines.
136250276Speter# (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996) 
136350276Speter# Bug: The <op> capability resets attributes.
136450276Speterbsdos-pc-nobold|BSD/OS PC console w/o bold, 
136550276Speter	am, eo, km, xon, 
136650276Speter	cols#80, it#8, lines#25, 
136750276Speter	bel=^G, clear=\Ec, cr=^M, cub=\E[%p1%dD, cub1=^H, 
136850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
136950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
137050276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
137150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, 
137250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kich1=\E[L, 
137350276Speter	kll=\E[F, knp=\E[G, kpp=\E[I, nel=^M^J, rc=\E8, sc=\E7, 
137450276Speter	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%;, 
137550276Speter	use=klone+sgr, use=klone+color, 
137650276Speterbsdos-pc|IBM PC BSD/OS Console, 
137750276Speter	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, use=bsdos-pc-nobold, 
137850276Speter
137950276Speter# Old names for BSD/OS PC console used in releases before 4.1. 
138050276Speterpc3|BSD/OS on the PC Console, 
138150276Speter	use=bsdos-pc-nobold, 
138250276Speteribmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline, 
138350276Speter	use=bsdos-pc, 
138450276Speter 
138550276Speter# BSD/OS on the SPARC 
138650276Speterbsdos-sparc|Sun SPARC BSD/OS Console, 
138750276Speter	use=sun, 
138850276Speter	 
138950276Speter# BSD/OS on the PowerPC 
139050276Speterbsdos-ppc|PowerPC BSD/OS Console, 
139150276Speter	use=bsdos-pc, 
139250276Speter
139350276Speter#### DEC VT100 and compatibles
139450276Speter#
139550276Speter# DEC terminals from the vt100 forward (and the vt52, way obsolete but still
139650276Speter# the basis of some emulations) are collected here. Older DEC terminals and
139750276Speter# micro consoles can be found in the `obsolete' section.  More details on
139850276Speter# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
139950276Speter# found near the end of this file.
140050276Speter#
140150276Speter# Except where noted, these entries are DEC's official terminfos.
140250276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
140350276Speter# Engineering for more information.  Updated terminfos and termcaps 
140450276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
140550276Speter#
140650276Speter# In October 1995 DEC sold its terminals business, including the VT and Dorio
140750276Speter# line and trademark, to SunRiver Data Systems.  SunRiver has since changed
140850276Speter# its name to Boundless Technologies; see http://www.boundless.com.
140950276Speter#
141050276Speter
141150276Speter# (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
141250276Spetervt52|dec vt52, 
141350276Speter	cols#80, it#8, lines#24, 
141450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
141550276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
141650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
141750276Speter	el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, 
141850276Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, ri=\EI, rmacs=\EG, smacs=\EF, 
141950276Speter
142050276Speter# NOTE:  Any VT100 emulation, whether in hardware or software, almost
142150276Speter# certainly includes what DEC called the `Level 1 editing extension' codes;
142250276Speter# only the very oldest VT100s lacked these and there probably aren't any of
142350276Speter# those left alive.  To capture these, use one of the VT102 entries.
142450276Speter#
142550276Speter# Note that the <xenl> glitch in vt100 is not quite the same as on the Concept,
142650276Speter# since the cursor is left in a different position while in the
142750276Speter# weird state (concept at beginning of next line, vt100 at end
142850276Speter# of this line) so all versions of vi before 3.7 don't handle
142950276Speter# <xenl> right on vt100. The correct way to handle <xenl> is when
143050276Speter# you output the char in column 80, immediately output CR LF
143150276Speter# and then assume you are in column 1 of the next line. If <xenl>
143250276Speter# is on, am should be on too.
143350276Speter# 
143450276Speter# I assume you have smooth scroll off or are at a slow enough baud
143550276Speter# rate that it doesn't matter (1200? or less). Also this assumes
143650276Speter# that you set auto-nl to "on", if you set it off use vt100-nam 
143750276Speter# below.
143850276Speter# 
143950276Speter# The padding requirements listed here are guesses. It is strongly
144050276Speter# recommended that xon/xoff be enabled, as this is assumed here.
144150276Speter# 
144250276Speter# The vt100 uses <rs2> and <rf> rather than <is2>/<tbc>/<hts> because the 
144350276Speter# tab settings are in non-volatile memory and don't need to be 
144450276Speter# reset upon login. Also setting the number of columns glitches 
144550276Speter# the screen annoyingly. You can type "reset" to get them set.
144650276Speter#
144750276Speter# Here's a diagram of the VT100 keypad keys with their bindings.
144850276Speter# The top line is the name of the key (some DEC keyboards have the keys
144950276Speter# labelled somewhat differently, like GOLD instead of PF1, but this is
145050276Speter# the most "official" name).  The second line is the escape sequence it
145150276Speter# generates in Application Keypad mode (where "$" means the ESC
145250276Speter# character).  The third line contains two items, first the mapping of
145350276Speter# the key in terminfo, and then in termcap.
145450276Speter#   _______________________________________
145550276Speter#  |   PF1   |   PF2   |   PF3   |   PF4   |
145650276Speter#  |   $OP   |   $OQ   |   $OR   |   $OS   |
145750276Speter#  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
145850276Speter#  |    7         8         9         -    |
145950276Speter#  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
146050276Speter#  |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
146150276Speter#  |    4    |    5    |    6    |    ,    |
146250276Speter#  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
146350276Speter#  |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
146450276Speter#  |    1    |    2    |    3    |         |
146550276Speter#  |   $Oq   |   $Or   |   $Os   |  enter  |
146650276Speter#  |_ka1__K1_|_kb2__K2_|_ka3__K3_|  $OM    |
146750276Speter#  |         0         |   .     |         |
146850276Speter#  |        $Op        |  $On    |         |
146950276Speter#  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
147050276Speter#
147150276Speter# And here, for those of you with orphaned VT100s lacking documentation, is
147250276Speter# a description of the soft switches invoked when you do `Set Up'.
147350276Speter# 
147450276Speter#  Scroll 0-Jump               Shifted 3   0-#
147550276Speter#  |      1-Smooth             |           1-British pound sign
147650276Speter#  | Autorepeat 0-Off          | Wrap Around 0-Off
147750276Speter#  | |          1-On           | |           1-On
147850276Speter#  | | Screen 0-Dark Bkg       | | New Line 0-Off
147950276Speter#  | | |      1-Light Bkg      | | |        1-On
148050276Speter#  | | | Cursor 0-Underline    | | | Interlace 0-Off
148150276Speter#  | | | |      1-Block        | | | |         1-On
148250276Speter#  | | | |                     | | | |
148350276Speter#  1 1 0 1       1 1 1 1       0 1 0 0       0 0 1 0       <--Standard Settings
148450276Speter#                | | | |                     | | | |
148550276Speter#                | | | Auto XON/XOFF 0-Off   | | | Power 0-60 Hz
148650276Speter#                | | |               1-On    | | |       1-50 Hz
148750276Speter#                | | Ansi/VT52 0-VT52        | | Bits Per Char. 0-7 Bits
148850276Speter#                | |           1-ANSI        | |                1-8 Bits
148950276Speter#                | Keyclick 0-Off            | Parity 0-Off
149050276Speter#                |          1-On             |        1-On
149150276Speter#                Margin Bell 0-Off           Parity Sense 0-Odd
149250276Speter#                            1-On                         1-Even
149350276Speter#
149450276Speter# The following SET-UP modes are assumed for normal operation:
149550276Speter#	ANSI_MODE	AUTO_XON/XOFF_ON	NEWLINE_OFF	80_COLUMNS
149650276Speter#	WRAP_AROUND_ON  JUMP_SCROLL_OFF
149750276Speter# Other SET-UP modes may be set for operator convenience or communication
149850276Speter# requirements; I recommend
149950276Speter#	AUTOREPEAT_ON	BLOCK_CURSOR	MARGIN_BELL_OFF    SHIFTED_3_#
150050276Speter# Unless you have a graphics add-on such as Digital Engineering's VT640
150150276Speter# (and even then, whenever it can be arranged!) you should set
150250276Speter#	INTERLACE_OFF
150350276Speter#
150450276Speter# (vt100: I added <rmam>/<smam> based on the init string, also <OTbs>. -- esr)
150550276Spetervt100|vt100-am|dec vt100 (w/advanced video), 
150650276Speter	am, msgr, xenl, xon, 
150750276Speter	cols#80, it#8, lines#24, vt#3, 
150850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
150950276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
151050276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
151150276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
151250276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
151350276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
151450276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
151550276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
151650276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
151750276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
151850276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
151950276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
152050276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
152150276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
152250276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
152350276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
152450276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
152550276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
152650276Spetervt100nam|vt100-nam|vt100 no automargins, 
152750276Speter	am@, xenl@, use=vt100-am, 
152850276Spetervt100-vb|dec vt100 (w/advanced video) & no beep, 
152950276Speter	bel@, flash=\E[?5h\E[?5l, use=vt100, 
153050276Speter
153150276Speter# Ordinary vt100 in 132 column ("wide") mode.
153250276Spetervt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), 
153350276Speter	cols#132, lines#24, 
153450276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-am, 
153550276Spetervt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin), 
153650276Speter	cols#132, lines#14, vt@, 
153750276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-nam, 
153850276Speter
153950276Speter# vt100 with no advanced video.
154050276Spetervt100-nav|vt100 without advanced video option, 
154150276Speter	xmc#1, 
154250276Speter	blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, 
154350276Speter	smul@, 
154450276Speter	use=vt100, 
154550276Spetervt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), 
154650276Speter	cols#132, lines#14, use=vt100-nav, 
154750276Speter
154850276Speter# vt100 with one of the 24 lines used as a status line.
154950276Speter# We put the status line on the top.
155050276Spetervt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline, 
155150276Speter	eslok, hs, 
155250276Speter	lines#23, 
155350276Speter	clear=\E[2;1H\E[J$<50>, csr=\E[%i%i%p1%d;%p2%dr, 
155450276Speter	cup=\E[%i%p1%{1}%+%d;%p2%dH$<5>, dsl=\E7\E[1;24r\E8, 
155550276Speter	fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8, 
155650276Speter	tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am, 
155750276Speter
155850276Speter# Status line at bottom. 
155950276Speter# Clearing the screen will clobber status line.
156050276Spetervt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline, 
156150276Speter	eslok, hs, 
156250276Speter	lines#23, 
156350276Speter	dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 
156450276Speter	tsl=\E7\E[24;%p1%dH\E[1K, 
156550276Speter	use=vt100-am, 
156650276Speter
156750276Speter# Most of the `vt100' emulators out there actually emulate a vt102
156850276Speter# This entry (or vt102-nsgr) is probably the right thing to use for
156950276Speter# these.  
157050276Spetervt102|dec vt102, 
157150276Speter	mir, 
157250276Speter	dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, use=vt100, 
157350276Spetervt102-w|dec vt102 in wide mode, 
157450276Speter	cols#132, 
157550276Speter	rs3=\E[?3h, use=vt102, 
157650276Speter
157750276Speter# Many brain-dead PC comm programs that pretend to be `vt100-compatible'
157850276Speter# fail to interpret the ^O and ^N escapes properly.  Symptom: the <sgr0>
157950276Speter# string in the canonical vt100 entry above leaves the screen littered
158050276Speter# with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
158150276Speter# after highlight turnoffs.  This entry should fix that, and even leave
158250276Speter# ACS support working, at the cost of making multiple-highlight changes 
158350276Speter# slightly more expensive.
158450276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
158550276Spetervt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes), 
158650276Speter	sgr@, sgr0=\E[m, 
158750276Speter	use=vt102, 
158850276Speter
158950276Speter# VT125 Graphics CRT.  Clear screen also erases graphics
159050276Spetervt125|vt125 graphics terminal, 
159150276Speter	clear=\E[H\E[2J\EPpS(E)\E\\$<50>, use=vt100, 
159250276Speter
159350276Speter# This isn't a DEC entry, it came from University of Wisconsin.
159450276Speter# (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
159550276Spetervt131|dec vt131, 
159650276Speter	am, xenl, 
159750276Speter	cols#80, it#8, lines#24, vt#3, 
159850276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
159950276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
160050276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
160150276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
160250276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
160350276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
160450276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
160550276Speter	kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, ri=\EM$<5/>, 
160650276Speter	rmam=\E[?7h, rmkx=\E[?1l\E>, rmso=\E[m$<2/>, 
160750276Speter	rmul=\E[m$<2/>, 
160850276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
160950276Speter	sgr0=\E[m$<2/>, smam=\E[?7h, smkx=\E[?1h\E=, 
161050276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
161150276Speter
161250276Speter# vt132 - like vt100 but slower and has ins/del line and such.
161350276Speter# I'm told that <smir>/<rmir> are backwards in the terminal from the
161450276Speter# manual and from the ANSI standard, this describes the actual 
161550276Speter# terminal. I've never actually used a vt132 myself, so this 
161650276Speter# is untested.
161750276Speter#
161850276Spetervt132|DEC vt132, 
161950276Speter	xenl, 
162050276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
162150276Speter	ip=$<7>, rmir=\E[4h, smir=\E[4l, 
162250276Speter	use=vt100, 
162350276Speter
162450276Speter# vt220:
162550276Speter# This vt220 description maps F5--F9 to the second block of function keys
162650276Speter# at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
162750276Speter# with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
162850276Speter# PF1--PF4 are used as F1--F4.
162950276Speter#
163050276Spetervt220|vt200|DEC VT220 in vt100 emulation mode, 
163150276Speter	am, mir, xenl, xon, 
163250276Speter	cols#80, lines#24, vt#3, 
163350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
163450276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
163550276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
163650276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
163750276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
163850276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
163950276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=\ED$<20/>, 
164050276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
164150276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\EOP, 
164250276Speter	kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, 
164350276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, 
164450276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rc=\E8, 
164550276Speter	rev=\E[7m$<2>, rf=/usr/share/tabset/vt100, 
164650276Speter	ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
164750276Speter	rmso=\E[27m, rmul=\E[24m, 
164850276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
164950276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
165050276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
165150276Speter	smso=\E[7m, smul=\E[4m, 
165250276Spetervt220-w|vt200-w|DEC vt220 in wide mode, 
165350276Speter	cols#132, 
165450276Speter	rs3=\E[?3h, use=vt220, 
165550276Speter
165650276Speter#
165750276Speter# vt220d:
165850276Speter# This vt220 description regards F6--F10 as the second block of function keys
165950276Speter# at the top of the keyboard.  This mapping follows the description given
166050276Speter# in the VT220 Programmer Reference Manual and agrees with the labeling
166150276Speter# on some terminals that emulate the vt220.  There is no support for an F5.
166250276Speter# See vt220 for an alternate mapping. 
166350276Speter#
166450276Spetervt220d|DEC VT220 in vt100 mode with DEC function key labeling, 
166550276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
166650276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
166750276Speter	kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, 
166850276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
166950276Speter	use=vt220, 
167050276Speter
167150276Spetervt220-nam|v200-nam|VT220 in vt100 mode with no auto margins, 
167250276Speter	am@, 
167350276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
167450276Speter
167550276Speter# This is misnamed (see xterm-8bit for an example of 8-bit controls)
167650276Spetervt220-8|dec vt220 8 bit terminal, 
167750276Speter	am, mc5i, mir, msgr, xenl, xon, 
167850276Speter	cols#80, it#8, lines#24, 
167950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
168050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
168150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
168250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
168350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
168450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
168550276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
168650276Speter	flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I, hts=\EH, 
168750276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
168850276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
168950276Speter	is2=\E[?7h\E[>\E[?1h\E F\E[?4l, kbs=^H, kcub1=\E[D, 
169050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf10=\E[21~, 
169150276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
169250276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
169350276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
169450276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
169550276Speter	khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, 
169650276Speter	kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, 
169750276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
169850276Speter	rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
169950276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
170050276Speter	smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
170150276Speter
170250276Speter# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
170350276Speter# (not an official DEC entry!)
170450276Speter# The problem with real vt220 terminals is they don't send escapes when in
170550276Speter# in vt220 mode.  This can be gotten around two ways.  1> don't send
170650276Speter# escapes or 2> put the vt220 into vt100 mode and use all the nifty
170750276Speter# features of vt100 advanced video which it then has.
170850276Speter#
170950276Speter# This entry takes the view of putting a vt220 into vt100 mode so
171050276Speter# you can use the escape key in emacs and everything else which needs it.
171150276Speter#
171250276Speter# You probably don't want to use this on a VMS machine since VMS will think
171350276Speter# it has a vt220 and will get fouled up coming out of emacs
171450276Speter#
171550276Speter# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
171650276Spetervt200-js|vt220-js|dec vt200 series with jump scroll, 
171750276Speter	am, 
171850276Speter	cols#80, 
171950276Speter	bel=^G, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
172050276Speter	cub1=^H, cud1=^J, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
172150276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
172250276Speter	il1=\E[L, ind=\ED, 
172350276Speter	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, 
172450276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
172550276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=^M\ED, 
172650276Speter	rf=/usr/lib/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l, 
172750276Speter	rmkx=\E[?1l\E>, rmso=\E[27m$<5/>, rmul=\E[24m, 
172850276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, smdc=, 
172950276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m$<5/>, smul=\E[4m, 
173050276Speter 
173150276Speter# This was DEC's vt320.  Use the purpose-built one below instead 
173250276Speter#vt320|DEC VT320 in vt100 emulation mode,
173350276Speter#	use=vt220,
173450276Speter
173550276Speter#
173650276Speter# Use v320n for SCO's LYRIX.  Otherwise, use Adam Thompson's vt320-nam.
173750276Speter#
173850276Spetervt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode, 
173950276Speter	am@, 
174050276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, 
174150276Speter
174250276Speter# These entries are not DEC's official ones, they were purpose-built for the 
174350276Speter# VT320.  Here are the designer's notes:
174450276Speter# <kel> is end on a PC kbd.  Actually 'select' on a VT.  Mapped to 
174550276Speter# 'Erase to End of Field'... since nothing seems to use 'end' anyways...
174650276Speter# khome is Home on a PC kbd.  Actually 'FIND' on a VT.
174750276Speter# Things that use <knxt> usually use tab anyways... and things that don't use
174850276Speter# tab usually use <knxt> instead...
174950276Speter# kprv is same as tab - Backtab is useless...
175050276Speter# I left out <sgr> because of its RIDICULOUS complexity,
175150276Speter# and the resulting fact that it causes the termcap translation of the entry
175250276Speter# to SMASH the 1k-barrier...
175350276Speter# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
175450276Speter# (vt320: uncommented <fsl> --esr) 
175550276Spetervt320|vt300|dec vt320 7 bit terminal, 
175650276Speter	am, eslok, hs, mir, msgr, xenl, 
175750276Speter	cols#80, lines#24, wsl#80, 
175850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
175950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
176050276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
176150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
176250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
176350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
176450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
176550276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E[0$}, 
176650276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, 
176750276Speter	il1=\E[L, ind=\ED, 
176850276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
176950276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=\177, kc1=\EOq, kc3=\EOs, 
177050276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
177150276Speter	kdch1=\E[3~, kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
177250276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
177350276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
177450276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 
177550276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
177650276Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I, kpp=\E[5~, 
177750276Speter	kprv=\E[Z, kslt=\E[4~, mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, 
177850276Speter	nel=\EE, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt300, 
177950276Speter	ri=\EM, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, 
178050276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
178150276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
178250276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
178350276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
178450276Speter	tsl=\E[1$}\E[H\E[K, 
178550276Spetervt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy, 
178650276Speter	am@, 
178750276Speter	is2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
178850276Speter	rs2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
178950276Speter	use=vt320, 
179050276Speter# We have to init 132-col mode, not 80-col mode.
179150276Spetervt320-w|vt300-w|dec vt320 wide 7 bit terminal, 
179250276Speter	cols#132, wsl#132, 
179350276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
179450276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
179550276Speter	use=vt320, 
179650276Spetervt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am, 
179750276Speter	am@, 
179850276Speter	is2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
179950276Speter	rs2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H, 
180050276Speter	use=vt320-w, 
180150276Speter
180250276Speter# VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
180350276Speter#   which are pretty much a superset of the VT320.  They have the
180450276Speter#   host writable status line, yet another different DRCS matrix size,
180550276Speter#   and such, but they add the DEC Technical character set, Multiple text
180650276Speter#   pages, selectable length pages, and the like.  The difference between
180750276Speter#   the vt330 and vt340 is that the latter has only 2 planes and a monochrome
180850276Speter#   monitor, the former has 4 planes and a color monitor.  These terminals
180950276Speter#   support VT131 and ANSI block mode, but as with much of these things,
181050276Speter#   termcap/terminfo doesn't deal with these features.
181150276Speter#
181250276Speter# Note that this entry is are set up in what was the standard way for GNU
181350276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
181450276Speter# keys were switched into application mode at the same time the numeric pad
181550276Speter# is switched into application mode.  This changes the definitions of the
181650276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
181750276Speter# your termcap or terminfo entry,
181850276Speter#
181950276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
182050276Speter# (vt340: string capability "sb=\E[M" corrected to "sr";
182150276Speter# also, added <rmam>/<smam> based on the init string -- esr)
182250276Spetervt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page, 
182350276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
182450276Speter	cols#80, it#8, lines#24, vt#3, 
182550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
182650276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
182750276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
182850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
182950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
183050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h, dch=\E[%p1%dP, 
183150276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
183250276Speter	dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
183350276Speter	flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, home=\E[H, ht=^I, 
183450276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
183550276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
183650276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
183750276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
183850276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
183950276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
184050276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
184150276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
184250276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
184350276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
184450276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
184550276Speter
184650276Speter# DEC doesn't supply a vt400 description, so we add Daniel Glasser's
184750276Speter# (originally written with vt420 as its primary name, and usable for it).
184850276Speter# 
184950276Speter# VT400/420 -- This terminal is a superset of the vt320.  It adds the multiple 
185050276Speter#    text pages and long text pages with selectable length of the vt340, along
185150276Speter#    with left and right margins, rectangular area text copy, fill, and erase
185250276Speter#    operations, selected region character attribute change operations,
185350276Speter#    page memory and rectangle checksums, insert/delete column, reception
185450276Speter#    macros, and other features too numerous to remember right now.  TERMCAP
185550276Speter#    can only take advantage of a few of these added features.
185650276Speter#
185750276Speter# Note that this entry is are set up in what was the standard way for GNU
185850276Speter# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
185950276Speter# keys were switched into application mode at the same time the numeric pad
186050276Speter# is switched into application mode.  This changes the definitions of the
186150276Speter# arrow keys.  Emacs v19 is smarter and mines its keys directly out of 
186250276Speter# your termcap entry,
186350276Speter#
186450276Speter# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
186550276Speter# (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
186650276Speter# also, added <rmam>/<smam> based on the init string -- esr)
186750276Spetervt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap, 
186850276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
186950276Speter	cols#80, it#8, lines#24, vt#3, 
187050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
187150276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
187250276Speter	clear=\E[H\E[J$<10/>, cnorm=\E[?25h, cr=^M, 
187350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
187450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
187550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
187650276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
187750276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J$<10/>, 
187850276Speter	el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, 
187950276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
188050276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, 
188150276Speter	is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
188250276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
188350276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
188450276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
188550276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
188650276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=^O, 
188750276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
188850276Speter	rmul=\E[24m, rs1=\E<\E[?3l\E[!p\E[?7h, sc=\E7, sgr0=\E[m, 
188950276Speter	smacs=^N, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
189050276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
189150276Speter	tsl=\E[2$~\E[1$}\E[1;%dH, 
189250276Speter
189350276Speter# (vt420: I removed <kf0>, it collided with <kf10>.  I also restored
189450276Speter# a missing <sc> -- esr)
189550276Spetervt420|DEC VT420, 
189650276Speter	am, mir, xenl, xon, 
189750276Speter	cols#80, lines#24, vt#3, 
189850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
189950276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
190050276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
190150276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
190250276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
190350276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
190450276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
190550276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
190650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
190750276Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
190850276Speter	kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
190950276Speter	kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
191050276Speter	kslt=\E[4~, rc=\E8, rev=\E[7m$<2>, 
191150276Speter	rf=/usr/share/tabset/vt300, ri=\EM, rmacs=\E(B$<4>, 
191250276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
191350276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
191450276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
191550276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
191650276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
191750276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
191850276Speter
191950276Speter#
192050276Speter# DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
192150276Speter# takes two parameters, the key and the string.  Translating the key is
192250276Speter# straightforward (keys 1-5 are not defined on real terminals, though some
192350276Speter# emulators define these):
192450276Speter#
192550276Speter#               if (key < 16) then  value = key;
192650276Speter#               else if (key < 21) then value = key + 1; 
192750276Speter#               else if (key < 25) then value = key + 2;
192850276Speter#               else if (key < 27) then value = key + 3;
192950276Speter#               else if (key < 30) then value = key + 4;
193050276Speter#               else value = key + 5;
193150276Speter#
193250276Speter# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT". 
193350276Speter# There's no provision in terminfo for emitting a string in this format, so the
193450276Speter# application has to know it.
193550276Speter#
193650276Spetervt420pc|DEC VT420 w/PC keyboard, 
193750276Speter	kdch1=\177, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, 
193850276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, 
193950276Speter	kf15=\E[13;2~, kf16=\E[14;2~, kf17=\E[15;2~, 
194050276Speter	kf18=\E[17;2~, kf19=\E[18;2~, kf2=\E[12~, kf20=\E[19;2~, 
194150276Speter	kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[23;2~, 
194250276Speter	kf24=\E[24;2~, kf25=\E[23~, kf26=\E[24~, kf27=\E[25~, 
194350276Speter	kf28=\E[26~, kf29=\E[28~, kf3=\E[13~, kf30=\E[29~, 
194450276Speter	kf31=\E[31~, kf32=\E[32~, kf33=\E[33~, kf34=\E[34~, 
194550276Speter	kf35=\E[35~, kf36=\E[36~, kf37=\E[23;2~, kf38=\E[24;2~, 
194650276Speter	kf39=\E[25;2~, kf4=\E[14~, kf40=\E[26;2~, kf41=\E[28;2~, 
194750276Speter	kf42=\E[29;2~, kf43=\E[31;2~, kf44=\E[32;2~, 
194850276Speter	kf45=\E[33;2~, kf46=\E[34;2~, kf47=\E[35;2~, 
194950276Speter	kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
195050276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
195150276Speter	pctrm=USR_TERM\:vt420pcdos\:, 
195250276Speter	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\\, use=vt420, 
195350276Speter
195450276Spetervt420pcdos|DEC VT420 w/PC for DOS Merge, 
195550276Speter	lines#25, 
195650276Speter	dispc=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;, 
195750276Speter	pctrm@, 
195850276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, 
195950276Speter	sgr0=\E[m, smsc=\E[?1;2r\E[34h, 
196050276Speter	use=vt420pc, 
196150276Speter
196250276Spetervt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, 
196350276Speter	kdch1=\177, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
196450276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
196550276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
196650276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
196750276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
196850276Speter	khome=\E[H, lf1=\EOP, lf2=\EOQ, lf3=\EOR, lf4=\EOS, 
196950276Speter	use=vt420, 
197050276Speter
197150276Spetervt510|DEC VT510, 
197250276Speter	use=vt420, 
197350276Spetervt510pc|DEC VT510 w/PC keyboard, 
197450276Speter	use=vt420pc, 
197550276Spetervt510pcdos|DEC VT510 w/PC for DOS Merge, 
197650276Speter	use=vt420pcdos, 
197750276Speter
197850276Speter# VT520/VT525
197950276Speter#
198050276Speter# The VT520 is a monochrome text terminal capable of managing up to
198150276Speter# four independent sessions in the terminal.  It has multiple ANSI
198250276Speter# emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
198350276Speter# and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
198450276Speter# 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
198550276Speter#
198650276Speter# Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
198750276Speter# [Alt]/[Print Screen] depending upon which keyboard and which
198850276Speter# terminal mode is being used.  If Set-Up has been disabled or
198950276Speter# assigned to an unknown key, Set-Up may be entered by pressing
199050276Speter# [F3] as the first key after power up, regardless of keyboard type.
199150276Speter# (vt520: I added <rmam>/<smam> based on the init string, also <sc> -- esr)
199250276Spetervt520|DEC VT520, 
199350276Speter	am, mir, xenl, xon, 
199450276Speter	cols#80, lines#24, vt#3, 
199550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
199650276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
199750276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
199850276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
199950276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
200050276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
200150276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
200250276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
200350276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
200450276Speter	kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, 
200550276Speter	kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, 
200650276Speter	kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
200750276Speter	kpp=\E[5~, kslt=\E[4~, 
200850276Speter	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\\, 
200950276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
201050276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
201150276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
201250276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
201350276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
201450276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
201550276Speter	smso=\E[7m, smul=\E[4m, 
201650276Speter
201750276Speter# (vt525: I added <rmam>/<smam> based on the init string;
201850276Speter# removed <rmso>=\E[m, <rmul>=\E[m, added <sc> -- esr)
201950276Spetervt525|DEC VT525, 
202050276Speter	am, mir, xenl, xon, 
202150276Speter	cols#80, lines#24, vt#3, 
202250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
202350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
202450276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
202550276Speter	cub1=^H, cud1=\E[B, cuf1=\E[C, 
202650276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
202750276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
202850276Speter	if=/usr/share/tabset/vt300, il1=\E[L, ind=\ED, 
202950276Speter	is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, 
203050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
203150276Speter	kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, 
203250276Speter	kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, 
203350276Speter	kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
203450276Speter	kpp=\E[5~, kslt=\E[4~, 
203550276Speter	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\\, 
203650276Speter	rc=\E8, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300, 
203750276Speter	ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, 
203850276Speter	rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
203950276Speter	rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sc=\E7, 
204050276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
204150276Speter	sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
204250276Speter	smso=\E[7m, smul=\E[4m, 
204350276Speter
204450276Speter#### VT100 emulations
204550276Speter#
204650276Speter
204750276Speter# John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
204850276Speter# (the best Windows telnet as of September 1995) presents the name `dec-vt100'
204950276Speter# to telnetd.   Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
205050276Speter# that this works best with a stock vt100 entry.
205150276Speterdec-vt100|EWAN telnet's vt100 emulation, 
205250276Speter	use=vt100, 
205350276Speter
205450276Speter# From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
205550276Speterdec-vt220|DOS tnvt200 terminal emulator, 
205650276Speter	am@, use=vt220, 
205750276Speter
205850276Speter# Zstem340 is an (IMHO) excellent VT emulator for PC's.  I recommend it to
205950276Speter# anyone who needs PC VT340 emulation. (or anything below that level, for
206050276Speter# that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
206150276Speter# RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
206250276Speter# I can send the address if requested.
206350276Speter# (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
206450276Speter# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
206550276Speterz340|zstem vt340 terminal emulator 132col 42line, 
206650276Speter	lines#42, 
206750276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
206850276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, 
206950276Speter	use=vt320-w, 
207050276Speterz340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins), 
207150276Speter	am@, 
207250276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
207350276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, 
207450276Speter	use=z340, 
207550276Speter
207650276Speter# CRT is shareware.  It implements some xterm features, including mouse.
207750276Spetercrt|crt-vt220|CRT 2.3 emulating VT220, 
207850276Speter	bce, msgr, 
207950276Speter	colors#8, pairs#64, 
208050276Speter	hts=\EH, op=\E[39;49m, setab=\E[4%p1%dm, 
208150276Speter	setaf=\E[3%p1%dm, setb=\E[4%p1%dm, setf=\E[3%p1%dm, 
208250276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
208350276Speter	use=vt220, 
208450276Speter
208550276Speter# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
208650276Speter# T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
208750276Speter# (communication program) which supports:
208850276Speter#
208950276Speter#	- Serial port connections.
209050276Speter#	- TCP/IP (telnet) connections.
209150276Speter#	- VT100 emulation, and selected VT200/300 emulation.
209250276Speter#	- TEK4010 emulation.
209350276Speter#	- File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
209450276Speter#	  Quick-VAN).
209550276Speter#	- Scripts using the "Tera Term Language".
209650276Speter#	- Japanese and Russian character sets.
209750276Speter#
209850276Speter# The program does not come with terminfo or termcap entries.  However, the
209950276Speter# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
210050276Speter# vt52 or doublesize character support; blinking is done with color).  Besides
210150276Speter# the HPA, VPA extensions it also implements CPL and CNL.
210250276Speter#
210350276Speter# All of the function keys can be remapped.  This description shows the default
210450276Speter# mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
210550276Speter# are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
210650276Speter# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
210750276Speter#	kfnd	Insert
210850276Speter#	kslt	Delete
210950276Speter#	kich1	Home
211050276Speter#	kdch1	PageUp
211150276Speter#	kpp	End
211250276Speter#	knp	PageDown
211350276Speter#
211450276Speter# ANSI colors are implemented, but cannot be combined with video attributes
211550276Speter# except for reverse.
211650276Speter#
211750276Speter# No fonts are supplied with the program, so the acsc string is chosen to
211850276Speter# correspond with the default Microsoft terminal font.
211950276Speter#
212050276Speter# Tera Term recognizes some xterm sequences, including those for setting and
212150276Speter# retrieving the window title, and for setting the window size (i.e., using
212250276Speter# "resize -s"), though it does not pass SIGWINCH to the application if the
212350276Speter# user resizes the window with the mouse.
212450276Speterteraterm|Tera Term Pro, 
212550276Speter	km, xon@, 
212650276Speter	ncv#43, vt@, 
212750276Speter	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, 
212850276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, 
212950276Speter	cnorm=\E[?25h, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
213050276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
213150276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
213250276Speter	flash=\E[?5h\E[?5l$<200/>, hpa=\E[%i%p1%dG, 
213350276Speter	il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~, 
213450276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
213550276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
213650276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, 
213750276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
213850276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, 
213950276Speter	kpp=\E[5~, kslt=\E[4~, op=\E[100m, rev=\E[7m, ri=\EM, 
214050276Speter	rmso=\E[27m, rmul=\E[24m, sgr0=\E[m, smso=\E[7m, 
214150276Speter	smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
214250276Speter	vpa=\E[%i%p1%dd, 
214350276Speter	use=klone+color, use=vt100, 
214450276Speter
214550276Speter# Tested with WinNT 4.0, the telnet application assumes the screensize is
214650276Speter# 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
214750276Speterms-vt100|MS telnet imitating dec vt100, 
214850276Speter	lines#25, 
214950276Speter	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, 
215050276Speter	tbc@, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\E[c, 
215150276Speter	use=vt100, 
215250276Speter
215350276Speter#### X terminal emulators
215450276Speter#
215550276Speter# You can add the following line to your .Xdefaults to change the terminal type
215650276Speter# set by the xterms you start up to my-xterm:
215750276Speter#
215850276Speter# *termName:  my-xterm
215950276Speter#
216050276Speter# System administrators can change the default entry for xterm instances
216150276Speter# by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm.  In either
216250276Speter# case, xterm will detect and reject an invalid terminal type, falling back
216350276Speter# to the default of xterm.
216450276Speter#
216550276Speter
216650276Speter# X10/6.6	11/7/86, minus alternate screen, plus (csr)
216750276Speter# (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
216850276Speter# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
216950276Speter# as these seem not to work -- esr)
217050276Speterx10term|vs100-x10|xterm terminal emulator (X10 window system), 
217150276Speter	am, km, mir, msgr, xenl, xon, 
217250276Speter	cols#80, it#8, lines#65, 
217350276Speter	bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
217450276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
217550276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
217650276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
217750276Speter	il1=\E[L, ind=^J, is2=\E\E[m\E[?7h\E[?1;4l, kbs=^H, 
217850276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
217950276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmam=\E[?7l, 
218050276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
218150276Speter	sgr0=\E[m, smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, 
218250276Speter	smso=\E[7m, smul=\E[4m, 
218350276Speter# Compatible with the R5 xterm 
218450276Speter# (from the XFree86 3.2 distribution, <blink=@> removed)
218550276Speter# added khome/kend, rmir/smir, rmul/smul based on the R5 xterm code - TD
218650276Speter# corrected typos in rs2 string - TD
218750276Speterxterm-r5|xterm R5 version, 
218850276Speter	am, km, msgr, xenl, 
218950276Speter	cols#80, it#8, lines#24, 
219050276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
219150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
219250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
219350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
219450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
219550276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
219650276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\EOD, 
219750276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
219850276Speter	kdl1=\E[31~, kel=\E[8~, kend=\E[4~, kf0=\EOq, kf1=\E[11~, 
219950276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
220050276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
220150276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, 
220250276Speter	kil1=\E[30~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, rc=\E8, 
220350276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
220450276Speter	rmul=\E[m, 
220550276Speter	rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H, 
220650276Speter	sc=\E7, 
220750276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
220850276Speter	sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
220950276Speter	smul=\E[4m, tbc=\E[3g, 
221050276Speter# Compatible with the R6 xterm
221150276Speter# (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
221250276Speter# added khome/kend - TD
221350276Speterxterm-r6|xterm-old|xterm X11R6 version, 
221450276Speter	am, km, mir, msgr, xenl, 
221550276Speter	cols#80, it#8, lines#24, 
221650276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
221750276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
221850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
221950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
222050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
222150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
222250276Speter	el=\E[K, enacs=\E)0, home=\E[H, ht=^I, il=\E[%p1%dL, 
222350276Speter	il1=\E[L, ind=^J, 
222450276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, 
222550276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
222650276Speter	kdch1=\E[3~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
222750276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
222850276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
222950276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf5=\E[15~, 
223050276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
223150276Speter	kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, 
223250276Speter	meml=\El, memu=\Em, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
223350276Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 
223450276Speter	rmso=\E[m, rmul=\E[m, 
223550276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
223650276Speter	sgr0=\E[m, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
223750276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
223850276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
223950276Speter# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
224050276Speter# The name has been changed and some aliases have been removed.
224150276Speterxterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System), 
224250276Speter	am, bce, km, mir, msgr, xenl, 
224350276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
224450276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
224550276Speter	bel=^G, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
224650276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
224750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
224850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
224950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
225050276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
225150276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
225250276Speter	enacs=\E(B\E)0, flash=\E[?5h\E[?5l, home=\E[H, 
225350276Speter	hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
225450276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, 
225550276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 
225650276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbeg=\EOE, kbs=^H, kc1=\EOq, 
225750276Speter	kc3=\EOs, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
225850276Speter	kdch1=\177, kend=\EOF, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
225950276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
226050276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
226150276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
226250276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
226350276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\EOH, kich1=\E[2~, 
226450276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, meml=\El, 
226550276Speter	memu=\Em, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
226650276Speter	rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, 
226750276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=^O, 
226850276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, 
226950276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
227050276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
227150276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
227250276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
227350276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 
227450276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
227550276Speter	tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
227650276Speter	vpa=\E[%i%p1%dd, 
227750276Speter
227850276Speter# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
227950276Speter# codes for F1-F4 except while in VT220 mode.
228050276Speterxterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System), 
228150276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
228250276Speter	use=xterm-xf86-v32, 
228350276Speter
228450276Speter# This version was released in XFree86 3.3.3 (November 1998).
228550276Speter# Besides providing printer support, it exploits a new feature that allows
228650276Speter# xterm to use terminfo-based descriptions with the titeInhibit resource.
228750276Speterxterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System), 
228850276Speter	mc5i, 
228950276Speter	blink=\E[5m, ich1@, invis=\E[8m, 
229050276Speter	is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kend=\E[4~, 
229150276Speter	kfnd@, khome=\E[1~, kslt@, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, 
229250276Speter	rmcup=\E[?1047l\E[?1048l, rs1=\Ec, 
229350276Speter	rs2=\E[!p\E[?3;4l\E[4l\E>, 
229450276Speter	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%;, 
229550276Speter	smcup=\E[?1048h\E[?1047h, 
229650276Speter	use=xterm-xf86-v33, 
229750276Speter
229850276Speter# This beta version will probably be released in XFree86 4.0.
229950276Speterxterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System), 
230050276Speter	ka1=\EOH, ka3=\E[5~, kb2=\EOE, kc1=\EOF, kc3=\E[6~, 
230150276Speter	kdch1=\177, kend=\EOF, khome=\EOH, rmcup=\E[?1049l, 
230250276Speter	smcup=\E[?1049h, 
230350276Speter	use=xterm-xf86-v333, 
230450276Speter
230550276Speterxterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System), 
230650276Speter	use=xterm-xf86-v40, 
230750276Speter
230850276Speter# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
230950276Speterxterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1, 
231050276Speter	rmso=\E[m, rmul=\E[m, 
231150276Speter	use=xterm-xf86-v33, 
231250276Speter
231350276Speter# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
231450276Speterxterm-16color|xterm with 16 colors like aixterm, 
231550276Speter	colors#16, ncv#32, pairs#256, 
231650276Speter	setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm, 
231750276Speter	setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm, 
231850276Speter	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, 
231950276Speter	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, 
232050276Speter	use=xterm-xf86-v40, 
232150276Speter
232250276Speter# This is another variant, for XFree86 4.0 xterm (T.Dickey)
232350276Speter# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
232450276Speter# To use it, your decTerminalID resource must be set to 200 or above.
232550276Speter#
232650276Speter#	HTS	\E H	\210
232750276Speter#	RI	\E M	\215
232850276Speter#	SS3	\E O	\217
232950276Speter#	CSI	\E [	\233
233050276Speter#
233150276Speterxterm-8bit|xterm terminal emulator 8-bit controls (X Window System), 
233250276Speter	am, bce, km, mc5i, mir, msgr, xenl, 
233350276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
233450276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
233550276Speter	bel=^G, blink=\2335m, bold=\2331m, cbt=\233Z, 
233650276Speter	civis=\233?25l, clear=\233H\2332J, cnorm=\233?25h, cr=^M, 
233750276Speter	csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H, 
233850276Speter	cud=\233%p1%dB, cud1=^J, cuf=\233%p1%dC, cuf1=\233C, 
233950276Speter	cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A, 
234050276Speter	cvvis=\233?25h, dch=\233%p1%dP, dch1=\233P, 
234150276Speter	dl=\233%p1%dM, dl1=\233M, ech=\233%p1%dX, ed=\233J, 
234250276Speter	el=\233K, el1=\2331K, enacs=\E(B\E)0, 
234350276Speter	flash=\233?5h\233?5l, home=\233H, hpa=\233%i%p1%dG, 
234450276Speter	ht=^I, hts=\210, ich=\233%p1%d@, il=\233%p1%dL, il1=\233L, 
234550276Speter	ind=^J, invis=\2338m, 
234650276Speter	is2=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
234750276Speter	ka1=\217w, ka3=\217u, kb2=\217y, kbeg=\217E, kbs=^H, 
234850276Speter	kc1=\217q, kc3=\217s, kcub1=\217D, kcud1=\217B, 
234950276Speter	kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~, 
235050276Speter	kent=\217M, kf1=\23311~, kf10=\23321~, kf11=\23323~, 
235150276Speter	kf12=\23324~, kf13=\23325~, kf14=\23326~, kf15=\23328~, 
235250276Speter	kf16=\23329~, kf17=\23331~, kf18=\23332~, kf19=\23333~, 
235350276Speter	kf2=\23312~, kf20=\23334~, kf3=\23313~, kf4=\23314~, 
235450276Speter	kf5=\23315~, kf6=\23317~, kf7=\23318~, kf8=\23319~, 
235550276Speter	kf9=\23320~, khome=\2331~, kich1=\2332~, kmous=\233M, 
235650276Speter	knp=\2336~, kpp=\2335~, mc0=\233i, mc4=\2334i, mc5=\2335i, 
235750276Speter	meml=\El, memu=\Em, op=\23339;49m, rc=\E8, rev=\2337m, 
235850276Speter	ri=\215, rmacs=^O, rmam=\233?7l, rmcup=\233?1049l, 
235950276Speter	rmir=\2334l, rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, 
236050276Speter	rs1=\Ec, 
236150276Speter	rs2=\E7\E[62"p\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>, 
236250276Speter	sc=\E7, setab=\2334%p1%dm, setaf=\2333%p1%dm, 
236350276Speter	setb=\2334%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
236450276Speter	setf=\2333%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
236550276Speter	sgr=\2330%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
236650276Speter	sgr0=\233m^O, smacs=^N, smam=\233?7h, smcup=\233?1049h, 
236750276Speter	smir=\2334h, smkx=\233?1h\E=, smso=\2337m, smul=\2334m, 
236850276Speter	tbc=\2333g, u6=\233[%i%d;%dR, u7=\E[6n, u8=\233[?1;2c, 
236950276Speter	u9=\E[c, vpa=\233%i%p1%dd, 
237050276Speter
237150276Speterxterm-24|vs100|xterms|xterm terminal emulator (X Window System), 
237250276Speter	lines#24, use=xterm, 
237350276Speter
237450276Speter# This is xterm for ncurses.
237550276Speterxterm|xterm terminal emulator (X Window System), 
237650276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
237750276Speter	kmous=\E[M, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 
237850276Speter	use=xterm-r6, 
237950276Speter
238050276Speter# These entries allow access to the X titlebar and icon name as a status line. 
238150276Speter# Note that twm (and possibly window managers descended from it such as tvtwm, 
238250276Speter# ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
238350276Speter# with it.
238450276Speterxterm+sl|access X title line and icon name, 
238550276Speter	hs, 
238650276Speter	wsl#40, 
238750276Speter	dsl=\E]0;\007, fsl=^G, tsl=\E]0;, use=xterm, 
238850276Speterxterm+sl-twm|access X title line (pacify twm-descended window managers), 
238950276Speter	hs, 
239050276Speter	wsl#40, 
239150276Speter	dsl=\E]2;\007, fsl=^G, tsl=\E]2;, use=xterm, 
239250276Speter
239350276Speter#
239450276Speter# The following xterm variants don't depend on your base version
239550276Speter#
239650276Speter# xterm with bold instead of underline
239750276Speterxterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold, 
239850276Speter	smso=\E[7m, smul=\E[1m, 
239950276Speter	use=xterm, 
240050276Speter# (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
240150276Speter# (kterm should not invoke DEC Graphics as the alternate character set
240250276Speter#  -- Kenji Rikitake)
240350276Speterkterm|kterm kanji terminal emulator (X window system), 
240450276Speter	eslok, hs, 
240550276Speter	acsc@, csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, enacs@, fsl=\E[?F, 
240650276Speter	kmous=\E[M, op=\E[39;49m, rc=\E8, rmacs@, sc=\E7, smacs@, 
240750276Speter	tsl=\E[?E\E[?%i%dT, 
240850276Speter	use=xterm-r6, use=klone+color, 
240950276Speter# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
241050276Speterxterm-nic|xterm with ich/ich1 suppressed for non-curses programs, 
241150276Speter	ich@, ich1@, 
241250276Speter	use=xterm, 
241350276Speter# From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996 
241450276Speterxterm1|xterm terminal emulator ignoring the alternate screen buffer, 
241550276Speter	rmcup@, smcup@, 
241650276Speter	use=xterm, 
241750276Speter
241850276Speter# This describes the capabilities of color_xterm, an xterm variant from
241950276Speter# before ECMA-64 color support was folded into the main-line xterm release.
242050276Speter# This entry is straight from color_xterm's maintainer.
242150276Speter# From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
242250276Speter# The README's with the distribution also say that it supports SGR 21, 24, 25
242350276Speter# and 27, but they are not present in the terminfo or termcap.
242450276Spetercolor_xterm|cx|cx100|color_xterm color terminal emulator for X, 
242550276Speter	am, km, mir, msgr, xenl, 
242650276Speter	colors#8, cols#80, it#8, lines#65, pairs#64, 
242750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
242850276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
242950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
243050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
243150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
243250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
243350276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, home=\E[H, ht=^I, 
243450276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
243550276Speter	is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l, ka1=\EOw, ka3=\EOy, 
243650276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\EOD, kcud1=\EOB, 
243750276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[8~, kent=\EOM, kf1=\E[11~, 
243850276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, 
243950276Speter	kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 
244050276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[7~, kich1=\E[2~, 
244150276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, op=\E[39;49m, rc=\E8, 
244250276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 
244350276Speter	rmcup=\E>\E[?41;1r, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
244450276Speter	rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, 
244550276Speter	sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
244650276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
244750276Speter	sgr0=\E[m, smacs=^N, smam=\E[?7h, 
244850276Speter	smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m, 
244950276Speter	smul=\E[4m, 
245050276Speter
245150276Speter# The 'nxterm' distributed with Redhat Linux is a slight rehack of
245250276Speter# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
245350276Speter# SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
245450276Speter# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
245550276Speter# that each of those implements the home, end, delete keys differently.
245650276Speternxterm|xterm-color|generic color xterm, 
245750276Speter	ncv@, 
245850276Speter	op=\E[m, use=xterm-r6, use=klone+color, 
245950276Speter
246050276Speter# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
246150276Speter# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
246250276Speter# Notes:
246350276Speter# rxvt 2.21b uses
246450276Speter#	smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
246550276Speter# but some applications don't work with that.
246650276Speter# It also has an AIX extension
246750276Speter#	box2=lqkxjmwuvtn,
246850276Speter# and
246950276Speter#	ech=\E[%p1%dX,
247050276Speter# but the latter does not work correctly.
247150276Speter#
247250276Speter# The distributed terminfo says it implements hpa and vpa, but they are not
247350276Speter# implemented correctly, using relative rather than absolute positioning.
247450276Speter#
247550276Speter# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
247650276Speter# Since rxvt is not really compatible with xterm, it should be configured as
247750276Speter# "rxvt" (monochrome) and "rxvt-color". 
247850276Speterrxvt-basic|rxvt terminal base (X Window System), 
247950276Speter	am, bce, eo, km, mir, msgr, xenl, xon, 
248050276Speter	cols#80, it#8, lines#24, 
248150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
248250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
248350276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
248450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
248550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
248650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
248750276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
248850276Speter	dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
248950276Speter	flash=\E[?5h\E[?5l, home=\E[H, ht=^I, hts=\EH, 
249050276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
249150276Speter	is1=\E[?47l\E=\E[?1l, 
249250276Speter	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, 
249350276Speter	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
249450276Speter	kPRV=\E[5$, kRIT=\E[c, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, 
249550276Speter	kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
249650276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, 
249750276Speter	kend=\E[8~, kent=\EOM, kf0=\E[21~, kf1=\E[11~, kf10=\E[21~, 
249850276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
249950276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
250050276Speter	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
250150276Speter	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
250250276Speter	kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~, 
250350276Speter	kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, 
250450276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, 
250550276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
250650276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
250750276Speter	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
250850276Speter	s0ds=\E(B, s1ds=\E(0, sc=\E7, sgr0=\E[0m\017, smacs=^N, 
250950276Speter	smcup=\E7\E[?47h, smir=\E[4h, smkx=\E=, smso=\E[7m, 
251050276Speter	smul=\E[4m, tbc=\E[3g, 
251150276Speterrxvt|rxvt terminal emulator (X Window System), 
251250276Speter	colors#8, pairs#64, 
251350276Speter	op=\E[39;49m, setab=\E[%p1%{40}%+%dm, 
251450276Speter	setaf=\E[%p1%{30}%+%dm, sgr0=\E[m\017, use=rxvt-basic, 
251550276Speter
251650276Speter# These (xtermc and xtermm) are distributed with Solaris.  They refer to a
251750276Speter# variant of xterm which is apparently no longer supported, but are interesting
251850276Speter# because they illustrate SVr4 curses mouse controls - T.Dickey
251950276Speterxtermm|xterm terminal emulator (monocrome), 
252050276Speter	am, km, mir, msgr, xenl, 
252150276Speter	btns#3, cols#80, it#8, lines#24, 
252250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
252350276Speter	bel=^G, blink=@, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
252450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[1D, 
252550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
252650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
252750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
252850276Speter	el=\E[K, el1=\E[1K$<3>, enacs=\E(B\E)0, getm=\E[%p1%dY, 
252950276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, 
253050276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, 
253150276Speter	kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, 
253250276Speter	kcuf1=\EOC, kcuu1=\EOA, kend=\E[Y, kent=\EOM, kf0=\EOy, 
253350276Speter	kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, 
253450276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
253550276Speter	kf9=\EOX, khome=\E[H, kmous=\E[^_, knp=\E[U, kpp=\E[V, 
253650276Speter	rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM, rmacs=^O, 
253750276Speter	rmcup=\E@0\E[?4r, rmso=\E[m, 
253850276Speter	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
253950276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
254050276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
254150276Speter	sgr0=\E[m\017, smacs=^N, smcup=\E@0\E[?4s\E[?4h\E@1, 
254250276Speter	smso=\E[7m, tbc=\E[3g, 
254350276Speter
254450276Speterxtermc|xterm terminal emulator (color), 
254550276Speter	colors#8, ncv#7, pairs#64, 
254650276Speter	op=\E[100m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
254750276Speter	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
254850276Speter	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, 
254950276Speter	use=xtermm, 
255050276Speter
255150276Speter# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
255250276Speter# Here's a termcap entry I've been using for xterm_color, which comes
255350276Speter# with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
255450276Speter# color stuff, I also have a status line defined as the window manager
255550276Speter# title bar. [I have translated it to terminfo -- ESR]
255650276Speterxterm-pcolor|xterm with color used for highlights and status line, 
255750276Speter	bold=\E[1m\E[43m, rev=\E[7m\E[34m, smso=\E[7m\E[31m, 
255850276Speter	smul=\E[4m\E[42m, 
255950276Speter	use=xterm+sl, use=xterm-r6, 
256050276Speter
256150276Speter# HP ships this, except for the pb#9600 which was merged in from BSD termcap.
256250276Speter# (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
256350276Speterhpterm|X-hpterm|hp X11 terminal emulator, 
256450276Speter	am, da, db, mir, xhp, 
256550276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0, 
256650276Speter	acsc=, bel=^G, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, 
256750276Speter	cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, 
256850276Speter	cuu1=\EA, dch1=\EP, dim=\E&dH, dl1=\EM, ed=\EJ$<1>, el=\EK, 
256950276Speter	hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, ind=^J, kbs=^H, 
257050276Speter	kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
257150276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
257250276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
257350276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
257450276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, meml=\El, 
257550276Speter	memu=\Em, pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
257650276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
257750276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
257850276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET, 
257950276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, 
258050276Speter	rmul=\E&d@, 
258150276Speter	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%;, 
258250276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
258350276Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
258450276Speter
258550276Speter# This entry describes an xterm with Sun-style function keys enabled
258650276Speter# via the X resource setting "xterm*sunFunctionKeys:true"
258750276Speter# To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
258850276Speter# The <kf13>...<kf20> keys are L3-L10.  We don't set <kf16=\E[197z>
258950276Speter# because we want it to be seen as <kcpy>. 
259050276Speter# The <kf31>...<kf45> keys are R1-R15.  We treat some of these in accordance
259150276Speter# with their Sun keyboard labels instead.
259250276Speter# From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
259350276Speterxterm-sun|xterm with sunFunctionKeys true, 
259450276Speter	kb2=\E[218z, kcpy=\E[197z, kend=\E[220z, kf1=\E[224z, 
259550276Speter	kf10=\E[233z, kf11=\E[192z, kf12=\E[193z, kf13=\E[194z, 
259650276Speter	kf14=\E[195z, kf15=\E[196z, kf17=\E[198z, kf18=\E[199z, 
259750276Speter	kf19=\E[200z, kf2=\E[225z, kf20=\E[201z, kf3=\E[226z, 
259850276Speter	kf31=\E[208z, kf32=\E[209z, kf33=\E[210z, kf34=\E[211z, 
259950276Speter	kf35=\E[212z, kf36=\E[213z, kf38=\E[215z, kf4=\E[227z, 
260050276Speter	kf40=\E[217z, kf42=\E[219z, kf44=\E[221z, kf5=\E[228z, 
260150276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
260250276Speter	kfnd=\E[200z, khlp=\E[196z, khome=\E[214z, kich1=\E[2z, 
260350276Speter	knp=\E[222z, kpp=\E[216z, kund=\E[195z, 
260450276Speter	use=xterm, 
260550276Speterxterms-sun|small (80x24) xterm with sunFunctionKeys true, 
260650276Speter	cols#80, lines#24, use=xterm-sun, 
260750276Speter
260850276Speter# This is for the extensible terminal emulator on the X11R6 contrib tape.
260950276Speteremu|emu native mode, 
261050276Speter	mir, msgr, xon, 
261150276Speter	colors#15, cols#80, it#8, lines#24, pairs#64, vt#200, 
261250276Speter	acsc=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244, 
261350276Speter	bel=^G, blink=\ES\EW, bold=\ES\EU, civis=\EZ, 
261450276Speter	clear=\EP\EE0;0;, cnorm=\Ea, cr=^M, csr=\Ek%p1%d;%p2%d;, 
261550276Speter	cub=\Eq-%p1%d;, cub1=^H, cud=\Ep%p1%d;, cud1=\EB, 
261650276Speter	cuf=\Eq%p1%d;, cuf1=\ED, cup=\EE%p1%d;%p2%d;, 
261750276Speter	cuu=\Ep-%p1%d;, cuu1=\EA, cvvis=\Ea, dch=\EI%p1%d;, 
261850276Speter	dch1=\EI1;, dl=\ER%p1%d;, dl1=\ER1;, ech=\Ej%p1%d;, ed=\EN, 
261950276Speter	el=\EK, el1=\EL, enacs=\0, home=\EE0;0;, ht=^I, hts=\Eh, 
262050276Speter	il=\EQ%p1%d;, il1=\EQ1;, ind=\EG, is2=\ES\Er0;\Es0;, 
262150276Speter	kbs=^H, kcub1=\EC, kcud1=\EB, kcuf1=\ED, kcuu1=\EA, 
262250276Speter	kdch1=\177, kent=^M, kf0=\EF00, kf1=\EF01, kf10=\EF10, 
262350276Speter	kf11=\EF11, kf12=\EF12, kf13=\EF13, kf14=\EF14, kf15=\EF15, 
262450276Speter	kf16=\EF16, kf17=\EF17, kf18=\EF18, kf19=\EF19, kf2=\EF02, 
262550276Speter	kf20=\EF20, kf3=\EF03, kf4=\EF04, kf5=\EF05, kf6=\EF06, 
262650276Speter	kf7=\EF07, kf8=\EF08, kf9=\EF09, kfnd=\Efind, kich1=\Eins, 
262750276Speter	knp=\Enext, kpp=\Eprior, kslt=\Esel, oc=\Es0;\Er0;, 
262850276Speter	rev=\ES\ET, ri=\EF, rmacs=\0, rmir=\EX, rmso=\ES, rmul=\ES, 
262950276Speter	rs2=\ES\Es0;\Er0;, setab=\Es%i%p1%d;, 
263050276Speter	setaf=\Er%i%p1%d;, sgr0=\ES, smacs=\0, smir=\EY, 
263150276Speter	smso=\ES\ET, smul=\ES\EV, tbc=\Ej, 
263250276Speter
263350276Speter#### MGR
263450276Speter#
263550276Speter# MGR is a Bell Labs window system lighter-weight than X.
263650276Speter# These entries describe MGR's xterm-equivalent. 
263750276Speter# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997 
263850276Speter#
263950276Speter
264050276Spetermgr|Bellcore MGR (non X) window system terminal emulation, 
264150276Speter	am, km, 
264250276Speter	bel=^G, bold=\E2n, civis=\E9h, clear=^L, cnorm=\Eh, cr=^M, 
264350276Speter	csr=\E%p1%d;%p2%dt, cub1=^H, cud1=\Ef, cuf1=\Er, 
264450276Speter	cup=\E%p2%d;%p1%dM, cuu1=\Eu, cvvis=\E0h, 
264550276Speter	dch=\E%p1%dE$<5>, dch1=\EE, dl=\E%p1%dd$<3*>, 
264650276Speter	dl1=\Ed$<3>, ed=\EC, el=\Ec, hd=\E1;2f, ht=^I, hu=\E1;2u, 
264750276Speter	ich=\E%p1%dA$<5>, ich1=\EA, il=\E%p1%da$<3*>, 
264850276Speter	il1=\Ea$<3>, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
264950276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=^M^J, rev=\E1n, rmam=\E5S, 
265050276Speter	rmso=\E0n, rmul=\E0n, sgr0=\E0n, smam=\E5s, smso=\E1n, 
265150276Speter	smul=\E4n, 
265250276Spetermgr-sun|Mgr window with Sun keyboard, 
265350276Speter	ka1=\E[214z, ka3=\E[216z, kb2=\E[218z, kc1=\E[220z, 
265450276Speter	kc3=\E[222z, kcpy=\E197z, kend=\E[220z, kent=\E[250z, 
265550276Speter	kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, 
265650276Speter	kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, 
265750276Speter	kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, 
265850276Speter	kfnd=\E[200z, khlp=\E[207z, khome=\E[214z, knp=\E[222z, 
265950276Speter	kopn=\E[198z, kpp=\E[216z, kund=\E[195z, 
266050276Speter	use=mgr, 
266150276Spetermgr-linux|Mgr window with Linux keyboard, 
266250276Speter	ka1=\E[H, ka3=\E[5~, kb2=\E[G, kc1=\E[Y, kc3=\E[6~, 
266350276Speter	kdch1=\E[3~, kend=\E[4~, kf0=\E[[J, kf1=\E[[A, kf10=\E[21~, 
266450276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, 
266550276Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
266650276Speter	khome=\E[1~, knp=\E[6~, kpp=\E[5~, 
266750276Speter	use=mgr, 
266850276Speter
266950276Speter######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
267050276Speter#
267150276Speter
267250276Speter# Columbus UNIX virtual terminal. This terminal also appears in 
267350276Speter# UNIX 4.0 and successors as line discipline 1 (?), but is 
267450276Speter# undocumented and does not really work quite right.
267550276Spetercbunix|cb unix virtual terminal, 
267650276Speter	am, da, db, 
267750276Speter	cols#80, lines#24, lm#0, 
267850276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
267950276Speter	cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, 
268050276Speter	el=\EK, ich1=\EO, il1=\EP, ind=^J, kcub1=\ED, kcud1=\EB, 
268150276Speter	kcuf1=\EC, kcuu1=\EA, khome=\EE, rmso=\Eb^D, rmul=\Eb^A, 
268250276Speter	smso=\Ea^D, smul=\Ea^A, 
268350276Speter# (vremote: removed obsolete ":nl@:" -- esr)
268450276Spetervremote|virtual remote terminal, 
268550276Speter	am@, 
268650276Speter	cols#79, use=cbunix, 
268750276Speter
268850276Speterpty|4bsd pseudo teletype, 
268950276Speter	cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, 
269050276Speter	smso=\Ea$, smul=\Ea!, 
269150276Speter	use=cbunix, 
269250276Speter
269350276Speter# The codes supported by the term.el terminal emulation in GNU Emacs 19.30 
269450276Spetereterm|gnu emacs term.el terminal emulation, 
269550276Speter	am, mir, xenl, 
269650276Speter	cols#80, lines#24, 
269750276Speter	bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
269850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
269950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
270050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
270150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
270250276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
270350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, rev=\E[7m, 
270450276Speter	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
270550276Speter	sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, 
270650276Speter	smul=\E[4m, 
270750276Speter
270850276Speter# Entries for use by the FSF's `screen' program.  The screen and
270950276Speter# screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
271050276Speter# come from University of Wisconsin and may be older.
271150276Speter# (screen: added <cnorm> on ANSI model -- esr)
271250276Speter
271350276Speterscreen|VT 100/ANSI X3.64 virtual terminal, 
271450276Speter	am, km, mir, msgr, xenl, 
271550276Speter	colors#8, cols#80, it#8, lines#24, pairs#64, 
271650276Speter	acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
271750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
271850276Speter	clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, 
271950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
272050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
272150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
272250276Speter	cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
272350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
272450276Speter	flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
272550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
272650276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kf1=\EOP, 
272750276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, 
272850276Speter	kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
272950276Speter	kf9=\E[20~, khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, 
273050276Speter	kpp=\E[5~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
273150276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m, 
273250276Speter	rs2=\Ec, sc=\E7, sgr0=\E[m, smacs=^N, smir=\E[4h, 
273350276Speter	smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
273450276Speter	use=ecma+color, 
273550276Speter
273650276Speterscreen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols, 
273750276Speter	cols#132, use=screen, 
273850276Speter
273950276Speterscreen2|old VT 100/ANSI X3.64 virtual terminal, 
274050276Speter	cols#80, it#8, lines#24, 
274150276Speter	cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=^H, 
274250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
274350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
274450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
274550276Speter	el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL, 
274650276Speter	il1=\E[L, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
274750276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
274850276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
274950276Speter	nel=^M^J, rc=\E8, ri=\EM, rmir=\E[4l, rmso=\E[23m, 
275050276Speter	rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smir=\E[4h, 
275150276Speter	smso=\E[3m, smul=\E[4m, tbc=\E[3g, 
275250276Speter# (screen3: removed unknown ":xv:LP:G0:" -- esr)
275350276Speterscreen3|older VT 100/ANSI X3.64 virtual terminal, 
275450276Speter	km, mir, msgr, 
275550276Speter	cols#80, it#8, lines#24, 
275650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
275750276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
275850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
275950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
276050276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
276150276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
276250276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
276350276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
276450276Speter	kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
276550276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[23m, rmul=\E[24m, rs1=\Ec, 
276650276Speter	sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, 
276750276Speter	smul=\E[4m, tbc=\E[3g, 
276850276Speter
276950276Speter# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
277050276Speter# NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
277150276Speter# been maintained until recently by the National Center for Supercomputer
277250276Speter# Applications, and it is feature rich, stable and free.  It can be downloaded
277350276Speter# from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
277450276Speter# xterm+sl, and the docs at NCSA.  It works well.
277550276Speter#
277650276Speter# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
277750276Speter# The terminal options should be set as follows:
277850276Speter#         Xterm sequences ON
277950276Speter#         use VT wrap mode ON
278050276Speter#         use Emacs arrow keys OFF
278150276Speter#         CTRL-COMND is Emacs meta ON
278250276Speter#         8 bit mode ON
278350276Speter#         answerback string: "ncsa-vt220-8"
278450276Speter#         setup keys: all disabled
278550276Speter#
278656639Speter# Application mode is not used.
278750276Speter#
278850276Speter# Other special mappings:
278950276Speter#	Apple		VT220
279050276Speter#	HELP 		Find
279150276Speter#	HOME		Insert here
279250276Speter#	PAGEUP		Remove
279350276Speter#	DEL		Select
279450276Speter#	END		Prev Screen
279550276Speter#	PAGEDOWN	Next Screen
279650276Speter#
279750276Speter# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
279850276Speter# text.
279950276Speter#
280050276Speter# The status-line manipulation is a mapping of the xterm-compatible control
280150276Speter# sequences for setting the window-title.  So you must use tsl and fsl in
280250276Speter# pairs, since the latter ends the string that is loaded to the window-title.
280356639Speterncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
280450276Speter	am, hs, km, mir, msgr, xenl, 
280550276Speter	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
280650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
280750276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
280850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
280950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
281050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
281150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
281250276Speter	dsl=\E]0;\007, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, 
281350276Speter	flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, ht=^I, hts=\EH, 
281450276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/vt100, 
281556639Speter	il=\E[%p1%dL, il1=\E[L, ind=\n$<150*>, 
281650276Speter	is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, kbs=^H, 
281750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
281856639Speter	kdch1=\E[4~, kend=\E[5~, kf1=\E[17~, kf10=\E[28~, 
281956639Speter	kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, kf14=\E[33~, 
282056639Speter	kf15=\E[34~, kf2=\E[18, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, 
282156639Speter	kf6=\E23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khlp=\E[1~, 
282250276Speter	khome=\E[2~, knp=\E[6~, kpp=\E[3~, mc4=\E[4i, mc5=\E[5i, 
282350276Speter	rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, 
282450276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l, 
282550276Speter	rmso=\E[27m, rmul=\E[24m, 
282650276Speter	rs2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>, sc=\E7, 
282750276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
282850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E7, 
282950276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E]0;, 
283050276Speter	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?62;1;6c, u9=\E[c, 
283150276Speterncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
283250276Speter	use=ncsa-m, use=klone+color, 
283350276Speterncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode, 
283450276Speter	hs@, 
283550276Speter	dsl@, fsl@, tsl@, use=ncsa, 
283650276Speterncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode, 
283750276Speter	hs@, 
283850276Speter	dsl@, fsl@, tsl@, use=ncsa-m, 
283956639Speter# alternate -TD:
284056639Speter# The documented function-key mapping refers to the Apple Extended Keyboard
284156639Speter# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
284256639Speter# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
284356639Speter# some keyboards and many applications require these as F1-F4.
284456639Speter#
284556639Speterncsa-vt220|NCSA Telnet using vt220-compatible function keys, 
284656639Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
284756639Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
284856639Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
284956639Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
285056639Speter	kf8=\E[19~, kf9=\E[20~, 
285156639Speter	use=ncsa, 
285250276Speter
285350276Speter#### Pilot Pro Palm-Top
285450276Speter#
285550276Speter# From: Jason Downs <downsj@downsj.com>, 15 Jun 1997 (Top Gun Telnet's author)
285650276Speterpilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional, 
285750276Speter	am, xenl, 
285850276Speter	cols#39, lines#16, 
285950276Speter	bel=^G, clear=\Ec, cr=^M, cub1=^H, cud1=^J, 
286050276Speter	cup=\Em%p1%{32}%+%c%p2%{32}%+%c, home=\Em\s\s, ht=^I, 
286150276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, knp=^L, kpp=^K, nel=\Em~\s, 
286250276Speter	rmso=\EB, smso=\Eb, 
286350276Speter
286450276Speter######## COMMERCIAL WORKSTATION CONSOLES
286550276Speter#
286650276Speter
286750276Speter#### Alpha consoles
286850276Speter#
286950276Speter
287050276Speter# This is from the OSF/1 Release 1.0 termcap file
287150276Speterpccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation, 
287250276Speter	am, xon, 
287350276Speter	cols#80, lines#25, 
287450276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
287550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
287650276Speter	el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, kbs=^H, 
287750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
287850276Speter	nel=^M^J, rev=\E[7m, rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
287950276Speter
288050276Speter#### Sun consoles
288150276Speter#
288250276Speter
288350276Speter# :is1: resets scrolling region in case a previous user had used "tset vt100"
288450276Speteroldsun|Sun Microsystems Workstation console, 
288550276Speter	am, km, mir, msgr, 
288650276Speter	cols#80, it#8, lines#34, 
288750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
288850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
288950276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
289050276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
289150276Speter	is1=\E[1r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
289250276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
289350276Speter	rmso=\E[m, sgr0=\E[m, smso=\E[7m, 
289450276Speter# From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
289550276Speter# <lines> capability later corrected by J.T. Conklin <jtc@cygnus.com>
289650276Speter# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
289750276Spetersun-il|Sun Microsystems console with working insert-line, 
289850276Speter	am, km, msgr, 
289950276Speter	cols#80, lines#34, 
290050276Speter	bel=^G, bold@, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
290150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
290250276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, 
290350276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
290450276Speter	kb2=\E[218z, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
290550276Speter	kcuu1=\E[A, kdch1=\177, kend=\E[220z, kf1=\E[224z, 
290650276Speter	kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, kf2=\E[225z, 
290750276Speter	kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, kf6=\E[229z, 
290850276Speter	kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, khome=\E[214z, 
290950276Speter	knp=\E[222z, kopt=\E[194z, kpp=\E[216z, kres=\E[193z, 
291050276Speter	kund=\E[195z, rev=\E[7m, rmso=\E[m, rmul@, rs2=\E[s, 
291150276Speter	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m, 
291250276Speter	sgr0=\E[m, smso=\E[7m, smul@, u8=\E[1t, u9=\E[11t, 
291350276Speter# On a SparcStation 5, <il1>/<il> flake out on the last line.
291450276Speter# Unfortunately, without them the terminal has no way to scroll.
291550276Spetersun-ss5|Sun SparcStation 5 console, 
291650276Speter	il@, il1@, use=sun-il, 
291750276Speter# If you are using an SS5, change the sun definition to use sun-ss5.
291850276Spetersun|sun1|sun2|Sun Microsystems Inc. workstation console, 
291950276Speter	use=sun-il, 
292050276Speter
292150276Speter# From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
292250276Spetersun-s|Sun Microsystems Workstation window with status line, 
292350276Speter	hs, 
292450276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun, 
292550276Spetersun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs, 
292650276Speter	hs, 
292750276Speter	dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun-e, 
292850276Spetersun-48|Sun 48-line window, 
292950276Speter	cols#80, lines#48, use=sun, 
293050276Spetersun-34|Sun 34-line window, 
293150276Speter	cols#80, lines#34, use=sun, 
293250276Spetersun-24|Sun 24-line window, 
293350276Speter	cols#80, lines#24, use=sun, 
293450276Spetersun-17|Sun 17-line window, 
293550276Speter	cols#80, lines#17, use=sun, 
293650276Spetersun-12|Sun 12-line window, 
293750276Speter	cols#80, lines#12, use=sun, 
293850276Spetersun-1|Sun 1-line window for sysline, 
293950276Speter	eslok, hs, 
294050276Speter	cols#80, lines#1, 
294150276Speter	dsl=^L, fsl=\E[K, tsl=^M, use=sun, 
294250276Spetersun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, 
294350276Speter	ich1@, rmir@, smir@, 
294450276Speter	use=sun, 
294550276Spetersun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, 
294650276Speter	lines#35, 
294750276Speter	rmcup=\E[>4h, smcup=\E[>4l, use=sun, 
294850276Speter
294950276Speter#### Iris consoles
295050276Speter#
295150276Speter
295250276Speter# (wsiris: this had extension capabilities
295350276Speter#	:HS=\E7F2:HE=\E7F7:\
295450276Speter#	:CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
295550276Speter# See the note on Iris extensions near the end of this file.  
295650276Speter# Finally, removed suboptimal <clear>=\EH\EJ and added <cud1> & 
295750276Speter# <flash> from BRL -- esr)
295850276Speterwsiris|iris40|iris emulating a 40 line visual 50 (approximately), 
295950276Speter	am, 
296050276Speter	cols#80, it#8, lines#40, 
296150276Speter	bel=^G, clear=\Ev, cnorm=\E>, cub1=^H, cud1=\EB, cuf1=\EC, 
296250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E;, 
296350276Speter	dim=\E7F2, dl1=\EM, ed=\EJ, el=\EK, 
296450276Speter	flash=\E7F4\E7B1\013\E7F7\E7B0, home=\EH, ht=^I, il1=\EL, 
296550276Speter	ind=^J, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, 
296650276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, 
296750276Speter	kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, ri=\EI, 
296850276Speter	rmso=\E0@, rmul=\E7R3\E0@, sgr0=\E7F7, smso=\E9P, 
296950276Speter	smul=\E7R2\E9P, 
297050276Speter
297150276Speter#### NeWS consoles
297250276Speter#
297350276Speter# Console terminal windows under the NeWS (Sun's Display Postscript windowing
297450276Speter# environment).   Note: these have nothing to do with Sony's News workstation
297550276Speter# line.
297650276Speter#
297750276Speter
297850276Speter# Entry for NeWS's psterm from Eric Messick & Hugh Daniel
297950276Speter# (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
298050276Speterpsterm|psterm-basic|NeWS psterm-80x34, 
298150276Speter	am, hs, km, ul, 
298250276Speter	cols#80, it#8, lines#34, 
298350276Speter	blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, 
298450276Speter	cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, 
298550276Speter	dch1=\EF, dl1=\EK, ed=\EB, el=\EC, flash=\EZ, fsl=\ENl, 
298650276Speter	home=\ER, ht=^I, il1=\EA, ind=\EW, is1=\EN*, kcub1=\E[D, 
298750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr, 
298850276Speter	ri=\EX, rmcup=\ENt, rmir=\ENi, rmso=\ENo, rmul=\ENu, sc=^], 
298950276Speter	sgr0=\EN*, smcup=\EOt, smir=\EOi, smso=\EOo, smul=\EOu, 
299050276Speter	tsl=\EOl, 
299150276Speterpsterm-96x48|NeWS psterm 96x48, 
299250276Speter	cols#96, lines#48, use=psterm, 
299350276Speterpsterm-90x28|NeWS psterm 90x28, 
299450276Speter	cols#90, lines#28, use=psterm, 
299550276Speterpsterm-80x24|NeWS psterm 80x24, 
299650276Speter	cols#80, lines#24, use=psterm, 
299750276Speter# This is a faster termcap for psterm.  Warning:  if you use this termcap,
299850276Speter# some control characters you type will do strange things to the screen.
299950276Speter# (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
300050276Speterpsterm-fast|NeWS psterm fast version (flaky ctrl chars), 
300150276Speter	am, hs, km, ul, 
300250276Speter	cols#80, it#8, lines#34, 
300350276Speter	blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, 
300450276Speter	cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, 
300550276Speter	dch1=^F, dl1=^K, ed=^B, el=^C, flash=^Z, fsl=^Nl, home=^R, ht=^I, 
300650276Speter	il1=^A, ind=^W, is1=^N*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
300750276Speter	kcuu1=\E[A, ll=^U, rc=^\, rev=^Or, ri=^X, rmcup=^Nt, rmir=^Ni, 
300850276Speter	rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, 
300950276Speter	smso=^Oo, smul=^Ou, tsl=^Ol, 
301050276Speter
301150276Speter#### NeXT consoles
301250276Speter#
301350276Speter# Use `glasstty' for the Workspace application
301450276Speter#
301550276Speter
301650276Speter# From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
301750276Speternext|NeXT console, 
301850276Speter	am, xt, 
301950276Speter	cols#80, it#8, lines#24, 
302050276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
302150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
302250276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
302350276Speter	rmso=\E[4;1m, sgr0=\E[m, smso=\E[4;2m, 
302450276Speternextshell|NeXT Shell application, 
302550276Speter	am, 
302650276Speter	cols#80, 
302750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, kbs=^H, kcub1=^H, 
302850276Speter	kcud1=^J, nel=^M^J, 
302950276Speter
303050276Speter#### Sony NEWS workstations
303150276Speter#
303250276Speter
303350276Speter# (news-unk: this had :KB=news: -- esr)
303450276Speternews-unk|SONY NEWS vt100 emulator common entry, 
303550276Speter	am, xenl, 
303650276Speter	cols#80, 
303750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
303850276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
303950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
304050276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
304150276Speter	if=/usr/lib/tabset/vt100, il=\E[%p1%dL, il1=\E[L, 
304250276Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E8, kbs=^H, kcub1=\EOD, 
304350276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOY, kf1=\EOP, 
304450276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, 
304550276Speter	kf8=\EOW, kf9=\EOX, rc=\E8, rev=\E[7m, ri=\EM, 
304650276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
304750276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
304850276Speter#
304950276Speter# (news-29: this had :TY=ascii: --esr)
305050276Speternews-29, 
305150276Speter	lines#29, use=news-unk, 
305250276Speter# (news-29-euc: this had :TY=euc: --esr)
305350276Speternews-29-euc, 
305450276Speter	use=news-29, 
305550276Speter# (news-29-sjis: this had :TY=sjis: --esr)
305650276Speternews-29-sjis, 
305750276Speter	use=news-29, 
305850276Speter#
305950276Speter# (news-33: this had :TY=ascii: --esr)
306050276Speternews-33, 
306150276Speter	lines#33, use=news-unk, 
306250276Speter# (news-33-euc: this had :TY=euc: --esr)
306350276Speternews-33-euc, 
306450276Speter	use=news-33, 
306550276Speter# (news-33-sjis: this had :TY=sjis: --esr)
306650276Speternews-33-sjis, 
306750276Speter	use=news-33, 
306850276Speter#
306950276Speter# (news-42: this had :TY=ascii: --esr)
307050276Speternews-42, 
307150276Speter	lines#42, use=news-unk, 
307250276Speter# (news-42-euc: this had :TY=euc: --esr)
307350276Speternews-42-euc, 
307450276Speter	use=news-42, 
307550276Speter# (news-42-sjis: this had :TY=sjis: --esr)
307650276Speternews-42-sjis, 
307750276Speter	use=news-42, 
307850276Speter#
307950276Speter#	NEWS-OS old termcap entry 
308050276Speter#
308150276Speter# (news-old-unk: this had :KB=news:TY=sjis: --esr)
308250276Speternews-old-unk|SONY NEWS vt100 emulator common entry, 
308350276Speter	am, xenl, 
308450276Speter	cols#80, vt#3, 
308550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, cr=^M, 
308650276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
308750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
308850276Speter	home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, kbs=^H, 
308950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
309050276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, ri=\EM, 
309150276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
309250276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
309350276Speter#
309450276Speter# (nwp512: this had :DE=^H:, which I think means <OTbs> --esr)
309550276Speternwp512|news|nwp514|news40|vt100-bm|sony vt100 emulator 40 lines, 
309650276Speter	lines#40, 
309750276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, use=news-old-unk, 
309850276Speter#
309950276Speter# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
310050276Speternwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line, 
310150276Speter	lines#42, 
310250276Speter	is2=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8, use=news-old-unk, 
310350276Speter#
310450276Speter# (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as <OTbs>. --esr)
310550276Speternwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines, 
310650276Speter	lines#40, 
310750276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8, use=news-old-unk, 
310850276Speter#
310950276Speter# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
311050276Speternwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines, 
311150276Speter	lines#31, 
311250276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, use=news-old-unk, 
311350276Speter#
311450276Speter# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
311550276Speter# also the alias vt100-bm.
311650276Speternwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|sony vt100 emulator 33 lines, 
311750276Speter	lines#33, 
311850276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8, use=news-old-unk, 
311950276Speter#
312050276Speter# (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
312150276Speternwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|sony vt100 emulator 33 lines, 
312250276Speter	lines#31, 
312350276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8, use=news-old-unk, 
312450276Speter#
312550276Speter# (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
312650276Speternews28|sony vt100 emulator 28 lines, 
312750276Speter	lines#28, 
312850276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8, use=news-old-unk, 
312950276Speter#
313050276Speter# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
313150276Speternews29|news28-a|sony vt100 emulator 29 lines, 
313250276Speter	lines#29, 
313350276Speter	is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8, use=news-old-unk, 
313450276Speter#
313550276Speter# (news511: this had :TY=sjis: --esr)
313650276Speternwp511|nwp-511|nwp-511 vt100, 
313750276Speter	am, xenl, 
313850276Speter	cols#80, lines#24, 
313950276Speter	clear=\E[;H\E[2J$<20/>, cuf1=\E[C, 
314050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A$<2/>, dl1=\E[M, 
314150276Speter	ed=\E[J$<30/>, el=\E[K$<3/>, 
314250276Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, 
314350276Speter	il1=\E[L, is2=\E[?5l\E[?1l\E>\E[?7h\E[?8h, kcub1=\E[D, 
314450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
314550276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\E#W, khome=\E[H, 
314650276Speter	ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
314750276Speter	smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
314850276Speter# (news517: this had :TY=sjis:. --esr)
314950276Speternwp517|nwp-517|nwp-517 vt200 80 cols 30 rows, 
315050276Speter	eslok, hs, 
315150276Speter	cols#80, lines#30, 
315250276Speter	dsl=\E[1$~, fsl=\E[0$}, 
315350276Speter	is2=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
315450276Speter	tsl=\E[1$}\E[;%df, 
315550276Speter	use=vt200, 
315650276Speter# (news517-w: this had :TY=sjis:. --esr)
315750276Speternwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows, 
315850276Speter	eslok, hs, 
315950276Speter	cols#132, lines#50, 
316050276Speter	dsl=\E[1$~, fsl=\E[0$}, 
316150276Speter	is2=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, 
316250276Speter	tsl=\E[1$}\E[;%df, 
316350276Speter	use=vt200, 
316450276Speter
316550276Speter#### Common Desktop Environment
316650276Speter#
316750276Speter
316850276Speter# This ships with Sun's CDE in Solaris 2.5
316950276Speter# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
317050276Speterdtterm|CDE desktop terminal, 
317150276Speter	am, mir, msgr, xenl, xon, 
317250276Speter	colors#8, cols#80, it#8, lines#24, lm#0, pairs#64, 
317350276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
317450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
317550276Speter	clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, 
317650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
317750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
317850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
317950276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
318050276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, 
318150276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, home=\E[H, 
318250276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
318350276Speter	ind=\ED, invis=\E[8m, is2=\E F\E>\E[?1l\E[?7h\E[?45l, 
318450276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
318550276Speter	kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, 
318650276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
318750276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
318850276Speter	kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, 
318950276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
319050276Speter	kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
319150276Speter	kslt=\E[4~, nel=\EE, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, 
319250276Speter	rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[22;27m, 
319350276Speter	rmul=\E[24m, sc=\E7, setab=\E[%p1%{40}%+%dm, 
319450276Speter	setaf=\E[%p1%{30}%+%dm, 
319550276Speter	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%;, 
319650276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
319750276Speter	smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, 
319850276Speter
319950276Speter#### Non-Unix Consoles
320050276Speter#
320150276Speter
320250276Speter# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
320350276Speter# a Unix-style environment used on OS/2.  (Note that the suffix makes some
320450276Speter# names longer than 14 characters, the nominal maximum).
320550276Speter#
320650276Speter# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
320750276Speteransi-emx|ANSI.SYS color, 
320850276Speter	am, bce, eo, mir, msgr, xenl, xon, 
320950276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
321050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
321150276Speter	clear=\E[1;33;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
321250276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
321350276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
321450276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
321550276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
321650276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
321750276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
321850276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[5;37;41m, 
321950276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;44m\E[1;33m, 
322050276Speter	rmul=\E[0;44m\E[1;33m, rs1=\Ec, setab=\E[4%p1%dm, 
322150276Speter	setaf=\E[3%p1%dm, sgr0=\E[0m\E[1;33;44m, smir=\E[4h, 
322250276Speter	smpch=\E[11m, smso=\E[0;31;47m, smul=\E[1;31;44m, 
322350276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
322450276Speteransi-color-2-emx|ANSI.SYS color 2, 
322550276Speter	am, bce, eo, mir, msgr, xenl, xon, 
322650276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
322750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
322850276Speter	clear=\E[0;37;44m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
322950276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
323050276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
323150276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
323250276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
323350276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
323450276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
323550276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
323650276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;44m, 
323750276Speter	rmul=\E[0;37;44m, rs1=\Ec, setab=\E[4%p1%dm, 
323850276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;37;44m, smir=\E[4h, 
323950276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[1;36;44m, 
324050276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
324150276Speteransi-color-3-emx|ANSI.SYS color 3, 
324250276Speter	am, bce, eo, mir, msgr, xenl, xon, 
324350276Speter	colors#16, cols#80, it#8, lines#25, pairs#64, 
324450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
324550276Speter	clear=\E[0;37;40m\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, 
324650276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
324750276Speter	dch=\E[%p1%dp, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, 
324850276Speter	home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, ind=^J, 
324950276Speter	kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, kcuu1=\0H, 
325050276Speter	kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, kf5=\0?, kf6=\0@, 
325150276Speter	kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, kich1=\0R, kll=\0O, 
325250276Speter	knp=\0Q, kpp=\0I, kspd=^Z, nel=^M^J, rev=\E[1;37;46m, 
325350276Speter	rmir=\E[4l, rmpch=\E[10m, rmso=\E[0;37;40m, 
325450276Speter	rmul=\E[0;37;40m, rs1=\Ec, setab=\E[4%p1%dm, 
325550276Speter	setaf=\E[3%p1%dm, sgr0=\E[0;10m, smir=\E[4h, 
325650276Speter	smpch=\E[11m, smso=\E[1;37;46m, smul=\E[0;36;40m, 
325750276Speter	tbc=\E[3g, u8=\E[?6c, u9=\E[c, 
325850276Spetermono-emx|stupid monochrome ansi terminal with only one kind of emphasis, 
325950276Speter	am, 
326050276Speter	cols#80, it#8, lines#24, 
326150276Speter	clear=\E[H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
326250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
326350276Speter	ht=^I, kb2=\E[G, kbs=^H, kcub1=\0K, kcud1=\0P, kcuf1=\0M, 
326450276Speter	kcuu1=\0H, kf0=\0D, kf1=\0;, kf2=\0<, kf3=\0=, kf4=\0>, 
326550276Speter	kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, kf9=\0C, khome=\0G, 
326650276Speter	kich1=\0R, kll=\0O, knp=\0Q, kpp=\0I, nel=^M^J, rev=\E[7m, 
326750276Speter	sgr0=\E[0m, 
326850276Speter
326956639Speter# Use this for cygwin32 (tested with beta 19.1)
327056639Speter# underline is colored bright magenta
327156639Speter# shifted kf1-kf12 are kf11-kf22
327256639Spetercygwin|ansi emulation for cygwin32, 
327356639Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
327456639Speter	kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, 
327556639Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
327656639Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
327756639Speter	kf19=\E[33~, kf2=\E[[B, kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, 
327856639Speter	kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
327956639Speter	khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rmam@, smam@, 
328056639Speter	use=ansi.sys, 
328156639Speter
328250276Speter# This entry fits the Windows NT console when the _POSIX_TERM environment
328350276Speter# variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
328450276Speter# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
328550276Speter# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
328650276Speter# systems is not, and (surprise!) they match very well.
328750276Speter#
328850276Speter# See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
328950276Speter# VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
329050276Speter# are the installation instructions a pile of mind-numbing bureaucratese,
329150276Speter# but the termcap entry is actually broken and unusable as given; the :do:
329250276Speter# capability is misspelled "d".
329350276Speter#
329450276Speter# To use this, you need to a bunch of environment variables: 
329550276Speter#
329650276Speter# SET _POSIX_TERM=on
329750276Speter# SET TERM=ansi
329850276Speter# SET TERMCAP=location of termcap file in POSIX file format
329950276Speter# which is case-sensitive.
330050276Speter# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
330150276Speter# SET TMP=//C/TEMP
330250276Speter#
330350276Speter# Important note: setting the TMP environment variable in POSIX style renders
330450276Speter# it incompatible with a lot of other applications, including Visual C++. So
330550276Speter# you should have a separate command window just for vi. All the other
330650276Speter# variables may be permanently set in the Control Panel\System applet. 
330750276Speter#
330850276Speter# You can find out more about the restrictions of this facility at
330950276Speter# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
331050276Speter#
331150276Speter# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
331250276Speteransi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode, 
331350276Speter	am, bw, msgr, 
331450276Speter	cols#80, it#8, lines#25, 
331550276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
331650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
331750276Speter	home=\E[H, ht=^I, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[V, 
331850276Speter	kcuf1=\E[C, kcuu1=\E[A, nel=\r\E[S, rc=\E[u, rev=\E[7m, 
331950276Speter	ri=\E[T, rmso=\E[m, sc=\E[s, sgr0=\E[0m, smso=\E[7m, 
332050276Speter
332150276Speter######## COMMON TERMINAL TYPES
332250276Speter#
332350276Speter# This section describes terminal classes and maker brands that are still
332450276Speter# quite common, but have proprietary command sets not blessed by ANSI.
332550276Speter#
332650276Speter
332750276Speter#### Altos
332850276Speter#
332950276Speter# Altos made a moderately successful line of UNIX boxes.  In 1990 they were
333050276Speter# bought out by Acer, a major Taiwanese manufacturer of PC-clones.
333150276Speter# Acer has a web site at http://www.acer.com.
333250276Speter#
333350276Speter# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
333450276Speter# His comments suggest they were shipped with the system.
333550276Speter#
333650276Speter
333750276Speter# (altos2: had extension capabilities
333850276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
333950276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
334050276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
334150276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
334250276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
334350276Speter#	:YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
334450276Speter#	:HL=^AP\r:SP=\E[i:\
334550276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
334650276Speter#	:LO=\E[0q:LC=\E[5q:LL=\E[6q:\
334750276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
334850276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
334950276Speter# :sr: was given as a boolean-- esr)
335050276Speteraltos2|alt2|altos-2|altos II, 
335150276Speter	cols#80, it#8, lines#24, xmc#0, 
335250276Speter	clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, 
335350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl=\E[M, 
335450276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
335550276Speter	if=/usr/share/tabset/vt100, il1=\E[L, ind=^J, 
335650276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, 
335750276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=\E[D, 
335850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^AM\r, kel=^AN\r, 
335950276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
336050276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
336150276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
336250276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
336350276Speter	kf8=^AG\r, kf9=^AH\r, khome=\E[f, kil1=^AJ\r, kind=^AO\r, 
336450276Speter	nel=^M^J, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
336550276Speter	smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
336650276Speter# (altos3: had extension capabilities
336750276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
336850276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
336950276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
337050276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
337150276Speter#	:XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
337250276Speter#	:HL=^AP\r:SP=\E[i:\
337350276Speter#	:IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
337450276Speteraltos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V, 
337550276Speter	blink=\E[5p, ri=\EM, sgr0=\E[p, 
337650276Speter	use=altos2, 
337750276Speteraltos4|alt4|altos-4|altos IV, 
337850276Speter	use=wy50, 
337950276Speter# (altos7: had extension capabilities:
338050276Speter#	:GG#0:GI=\EH8:GF=\EH7:\
338150276Speter#	:c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
338250276Speter#	:c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
338350276Speter#	:c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
338450276Speter#	:cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
338550276Speter# Comparison with the k* capabilities makes it obvious that the c* things are
338650276Speter# shift keys.  I have renamed them to keys 32 and up accordingly.  I have
338750276Speter# also made this entry relative to adm12 in order to give it an <sgr>. The
338850276Speter# <invis> imported by use=adm+sgr may work, let me know. -- esr)
338950276Speteraltos7|alt7|altos VII, 
339050276Speter	am, mir, 
339150276Speter	cols#80, lines#24, xmc#0, 
339250276Speter	acsc=j5k3l2m1n8q\:t4u9v=w0x6, blink=\EG2, bold=\EGt, 
339350276Speter	clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
339450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
339550276Speter	dim=\EGp, dl=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, 
339650276Speter	ind=^J, invis=\EG1, 
339750276Speter	is2=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, 
339850276Speter	kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, 
339950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=^AM\r, kel=^AN\r, 
340050276Speter	kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, 
340150276Speter	kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 
340250276Speter	kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 
340350276Speter	kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
340450276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, 
340550276Speter	knp=\EK, kpp=\EJ, mc4=\EJ, mc5=\Ed#, nel=^M^J, ri=\Ej, 
340650276Speter	rmir=\Er, smir=\Eq, 
340750276Speter	use=adm+sgr, 
340850276Speteraltos7pc|alt7pc|altos PC VII, 
340950276Speter	kend=\ET, use=altos7, 
341050276Speter
341150276Speter#### Hewlett-Packard (hp)
341250276Speter#
341350276Speter#	Hewlett-Packard
341450276Speter#	8000 Foothills Blvd 
341550276Speter#	Roseville, CA 95747
341650276Speter#	Vox: 1-(916)-785-4363	(Technical response line for VDTs)
341750276Speter#	     1-(800)-633-3600	(General customer support)
341850276Speter#
341950276Speter
342050276Speter# Generic HP terminal - this should (hopefully) work on any HP terminal.
342150276Speterhpgeneric|hp|hewlett-packard generic terminal, 
342250276Speter	am, da, db, mir, xhp, 
342350276Speter	cols#80, lines#24, lm#0, vt#6, 
342450276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
342550276Speter	cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, 
342650276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, 
342750276Speter	ind=^J, kbs=^H, kcbt=\Ei, rmir=\ER, rmso=\E&d@, rmul=\E&d@, 
342850276Speter	sgr0=\E&d@, smir=\EQ, smso=\E&dJ, smul=\E&dD, tbc=\E3, 
342950276Speter	vpa=\E&a%p1%dY, 
343050276Speter
343150276Speterhp110|hewlett-packard model 110 portable, 
343250276Speter	lines#16, use=hpgeneric, 
343350276Speter
343450276Speterhp+pfk+cr|hp function keys with CR, 
343550276Speter	kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, 
343650276Speter	kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, 
343750276Speter
343850276Speterhp+pfk-cr|hp function keys w/o CR, 
343950276Speter	kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, 
344050276Speter	kf8=\Ew, 
344150276Speter
344250276Speter# The hp2621s use the same keys for the arrows and function keys, 
344350276Speter# but not separate escape sequences. These definitions allow the 
344450276Speter# user to use those keys as arrow keys rather than as function 
344550276Speter# keys.
344650276Speterhp+pfk+arrows|hp alternate arrow definitions, 
344750276Speter	kcub1=\Eu\r, kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1@, 
344850276Speter	kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, khome=\Ep\r, kind=\Er\r, 
344950276Speter	kll=\Eq\r, kri=\Es\r, 
345050276Speter
345150276Speterhp+arrows|hp arrow definitions, 
345250276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
345350276Speter	kind=\ES, kll=\EF, kri=\ET, 
345450276Speter
345550276Speter# Generic stuff from the HP 262x series
345650276Speter#
345750276Speterhp262x|HP 262x terminals, 
345850276Speter	xhp, 
345950276Speter	blink=\E&dA, dch1=\EP$<2>, ed=\EJ, ht=\011$<2>, ind=\ES, 
346050276Speter	invis=\E&dS, ip=$<2>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
346150276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
346250276Speter	kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, 
346350276Speter	krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
346450276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c, 
346550276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, 
346650276Speter
346750276Speter# Note: no <home> on HPs since that homes to top of memory, not screen.
346850276Speter# Due to severe 2621 braindamage, the only way to get the arrow keys to
346950276Speter# transmit anything at all is to turn on the function key labels
347050276Speter# with <smkx>, and even then the user has to hold down shift!
347150276Speter# The default 2621 turns off the labels except when it has to to 
347250276Speter# enable the function keys. If your installation prefers labels 
347350276Speter# on all the time, or off all the time (at the "expense" of the 
347450276Speter# function keys), use 2621-nl or 2621-wl.
347550276Speter# 
347650276Speter# Note: there are newer ROMs for 2621's that allow you to set 
347750276Speter# strap A so the regular arrow keys xmit \EA, etc, as with the 
347850276Speter# 2645. However, even with this strap set, the terminal stops 
347950276Speter# xmitting if you reset it, until you unset and reset the strap!
348050276Speter# Since there is no way to set/unset the strap with an escape 
348150276Speter# sequence, we don't use it in the default.
348250276Speter# If you like, you can use 2621-ba (brain-damaged arrow keys).
348350276Speterhp2621-ba|2621 w/new rom and strap A set, 
348450276Speter	rmkx@, smkx@, use=hp+arrows, 
348550276Speter	use=hp2621, 
348650276Speter
348750276Speter# hp2621 with function labels. Most of the time they are off,
348850276Speter# but inside vi, the function key labels appear. You have to
348950276Speter# hold down shift to get them to xmit.
349050276Speterhp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, 
349150276Speter	is2=\E&jA\r, rmkx=\E&jA, 
349250276Speter	use=hp2621-fl, 
349350276Speterhp2621-fl|hp 2621, 
349450276Speter	xhp@, xon, 
349550276Speter	pb#19200, 
349650276Speter	cbt=\Ei, cup=\E&a%p2%dc%p1%dY, dch1=\EP$<2>, ht=\011$<2>, 
349750276Speter	ip=$<2>, is2=\E&j@\r, rmkx=\E&j@, rmso=\E&d@, rmul=\E&d@, 
349850276Speter	sgr0=\E&d@, smkx=\E&jB, smso=\E&dD, smul=\E&dD, 
349950276Speter	use=hp+pfk+cr, use=hpgeneric, 
350050276Speter
350150276Speter# To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
350250276Speterhp2621p|hp 2621 with printer, 
350350276Speter	mc4=\E&p13C, mc5=\E&p11C, use=hp2621, 
350450276Speter
350550276Speterhp2621p-a|hp2621p with fn as arrows, 
350650276Speter	use=hp+pfk+arrows, use=hp2621p, 
350750276Speter
350850276Speter# hp2621 with k45 keyboard
350950276Speterhp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard, 
351050276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
351150276Speter	khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, 
351250276Speter	use=hp2621, 
351350276Speter
351450276Speter# 2621 using all 48 lines of memory, only 24 visible at any time.  
351550276Speterhp2621-48|48 line 2621, 
351650276Speter	lines#48, 
351750276Speter	cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, use=hp2621, 
351850276Speter
351950276Speter# 2621 with no labels ever. Also prevents vi delays on escape.
352050276Speterhp2621-nl|hp 2621 with no labels, 
352150276Speter	kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, use=hp2621-fl, 
352250276Speter
352350276Speter# Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
352450276Speter# (wrong).
352550276Speter#
352650276Speterhp2621-nt|hp 2621 w/no tabs, 
352750276Speter	ht@, use=hp2621, 
352850276Speter
352950276Speter# Hp 2624 B with 4 or 10 pages of memory.
353050276Speter# 
353150276Speter# Some assumptions are made with this entry. These settings are 
353250276Speter# NOT set up by the initialization strings.
353350276Speter# 
353450276Speter# Port Configuration
353550276Speter# 	RecvPace=Xon/Xoff
353650276Speter# 	XmitPace=Xon/Xoff
353750276Speter# 	StripNulDel=Yes
353850276Speter# 
353950276Speter# Terminal Configuration
354050276Speter# 	InhHndShk=Yes
354150276Speter# 	InhDC2=Yes
354250276Speter# 	XmitFnctn(A)=No
354350276Speter# 	InhEolWrp=No
354450276Speter# 
354550276Speter# Note: the 2624 DOES have a true <home>, believe it or not!
354650276Speter# 
354750276Speter# The 2624 has an "error line" to which messages can be sent. 
354850276Speter# This is CLOSE to what is expected for a "status line". However,
354950276Speter# after a message is sent to the "error line", the next carriage 
355050276Speter# return is EATEN and the "error line" is turned back off again! 
355150276Speter# So I guess we can't define <hs>, <eslok>, <wsl>, <dsl>, <fsl>, <tsl>.
355250276Speter# 
355350276Speter# This entry supports emacs (and any other program that uses raw 
355450276Speter# mode) at 4800 baud and less. I couldn't get the padding right 
355550276Speter# for 9600.
355650276Speter#
355750276Speter# (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
355850276Speterhp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B, 
355950276Speter	da, db, 
356050276Speter	lm#96, 
356150276Speter	flash=\E&w13F$<66/>\E&w12F$<66/>\E&w13F$<66/>\E&w12F, use=hp+labels, use=scrhp, 
356250276Speter
356350276Speter# This hp2626 entry does not use any of the fancy windowing stuff 
356450276Speter# of the 2626.
356550276Speter# 
356650276Speter# Indeed, terminfo does not yet handle such stuff. Since changing 
356750276Speter# any window clears memory, it is probably not possible to use 
356850276Speter# this for screen opt.
356950276Speter# 
357050276Speter# ed is incredibly slow most of the time - I am guessing at the 
357150276Speter# exact padding. Since the terminal uses xoff/xon this is intended 
357250276Speter# only for cost computation, so that the terminal will prefer el 
357350276Speter# or even dl1 which is probably faster!
357450276Speter# 
357550276Speter# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
357650276Speter# extra slow on the last line of the window. 
357750276Speter# 
357850276Speter# The padding probably should be changed.
357950276Speter#
358050276Speterhp2626|hp2626a|hp2626p|hp 2626, 
358150276Speter	da, db, 
358250276Speter	lm#0, pb#19200, 
358350276Speter	ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, 
358450276Speter	is2=\E&j@\r, rin=\E&r%p1%dU, 
358550276Speter	use=hp+pfk+cr, use=hp+labels, use=scrhp, 
358650276Speter
358750276Speter# This entry is for sysline. It allocates a 23 line window with 
358850276Speter# a 115 line workspace for regular use, and a 1 line window for 
358950276Speter# the status line.
359050276Speter# 
359150276Speter# This assumes port 2 is being used.
359250276Speter# Turn off horizontal line, Create ws #1 with 115 lines,
359350276Speter# Create ws #2 with 1 line, Create window #1 lines 1-23,
359450276Speter# Create window #2 lines 24-24, Attach cursor to workspace #1.
359550276Speter# Note that this clears the tabs so it must be done by tset before
359650276Speter# it sets the tabs.
359750276Speter#
359850276Speterhp2626-s|hp 2626 using only 23 lines, 
359950276Speter	eslok, hs, 
360050276Speter	lines#23, 
360150276Speter	fsl=\E&d@\E&w7f2p1I\E&w4f1I, 
360250276Speter	is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, 
360350276Speter	tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, 
360450276Speter	use=hp2626, 
360550276Speter# Force terminal back to 24 lines after being 23.
360650276Speterhp2626-ns|hp 2626 using all 24 lines, 
360750276Speter	is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, use=hp2626, 
360850276Speter# Various entries useful for small windows on 2626.
360950276Speterhp2626-12|hewlett-packard 2626 12 lines, 
361050276Speter	lines#12, use=hp2626, 
361150276Speterhp2626-12x40|hewlett-packard 2626 12 lines 40 columns, 
361250276Speter	cols#40, lines#12, use=hp2626, 
361350276Speterhp2626-x40|hewlett-packard 2626 40 columns, 
361450276Speter	cols#40, use=hp2626, 
361550276Speterhp2626-12-s|hewlett-packard 2626 11 lines plus status, 
361650276Speter	lines#11, use=hp2626-s, 
361750276Speter
361850276Speter#
361950276Speter# hp2627 color tubes from University of Wisconsin
362050276Speter#
362150276Speterhp2627a-rev|hp 2627 with reverse video colors, 
362250276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
362350276Speter	is2=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r, 
362450276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmul=\E&v0S\E&d@, 
362550276Speter	smul=\E&dD\E&v1S, 
362650276Speter	use=hp2621-nl, 
362750276Speterhp2627a|hp 2627 color terminal with no labels, 
362850276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
362950276Speter	is2=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r, 
363050276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rmso=\E&v0S, 
363150276Speter	rmul=\E&v0S\E&d@, smso=\E&v2S, smul=\E&dD\E&v1S, 
363250276Speter	use=hp2621-nl, 
363350276Speterhp2627c|hp 2627 color (cyan) terminal with no labels, 
363450276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, 
363550276Speter	is2=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r, 
363650276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
363750276Speter	use=hp2627a, 
363850276Speter
363950276Speter# hp2640a doesn't have the Y cursor addressing feature, and C is 
364050276Speter# memory relative instead of screen relative, as we need.
364150276Speter#
364250276Speterhp2640a|hp 2640a, 
364350276Speter	cup@, rmkx@, smkx@, use=hp2645, 
364450276Speter
364550276Speterhp2640b|hp2644a|hp 264x series, 
364650276Speter	rmkx@, smkx@, use=hp2645, 
364750276Speter
364850276Speter# (hp2641a: removed unknown :gu: -- esr)
364950276Speterhp2641a|hp2645a|hp2647a|HP 264?A series BRL entry, 
365050276Speter	am, da, db, mir, xhp, 
365150276Speter	cols#80, lines#24, 
365250276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
365350276Speter	cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM, 
365450276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%2dC, ht=^I, 
365550276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, 
365650276Speter	is2=\EE$<500/>, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
365750276Speter	rmir=\ER, rmso=\E&d@, smir=\EQ, smso=\E&dB, 
365850276Speter	vpa=\E&a%p1%2dY, 
365950276Speter
366050276Speter# This terminal should be used at 4800 baud or less. It needs padding for
366150276Speter# plain characters at 9600, I guessed at an appropriate cr delay.  It really
366250276Speter# wants ^E/^F handshaking, but that doesn't work well even if you write
366350276Speter# software to support it.
366450276Speterhp2645|hp45|HP 2645 series, 
366550276Speter	pb#9600, 
366650276Speter	blink=\E&dA, cr=\r$<20>, dim=\E&dH, kctab=\E2, kcub1=\ED, 
366750276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
366850276Speter	ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, 
366950276Speter	kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, 
367050276Speter	rmkx=\E&s0A, 
367150276Speter	sgr=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c, 
367250276Speter	sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, 
367350276Speter	use=hpgeneric, 
367450276Speter# You should use this terminal at 4800 baud or less.
367550276Speterhp2648|hp2648a|HP 2648a graphics terminal, 
367650276Speter	clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, 
367750276Speter	dch1=\EP$<7>, ip=$<5>, 
367850276Speter	use=hp2645, 
367950276Speter
368050276Speter# The HP 150 terminal is a fairly vanilla HP terminal, with the 
368150276Speter# clreol standout problem. It also has graphics capabilities and 
368250276Speter# a touch screen, which we don't describe here.
368350276Speterhp150|hewlett packard Model 150, 
368450276Speter	use=hp2622, 
368550276Speter
368650276Speter# HP 2382a terminals, "the little ones." They don't have any 
368750276Speter# alternate character set support and sending out ^N/^O will 
368850276Speter# leave the screen blank.
368950276Speterhp2382a|hp2382|hewlett packard 2382a, 
369050276Speter	da, db, 
369150276Speter	lh#1, lm#48, 
369250276Speter	acsc@, 
369350276Speter	pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
369450276Speter	rmacs@, 
369550276Speter	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, 
369650276Speter	sgr0=\E&d@, smacs@, 
369750276Speter	use=hp+labels, use=scrhp, 
369850276Speter
369950276Speterhp2621-a|hp2621a-a|hp2621 with fn as arrows, 
370050276Speter	use=hp+pfk+arrows, use=hp2621-fl, 
370150276Speter
370250276Speter# newer hewlett packard terminals
370350276Speter
370450276Speternewhpkeyboard|generic entry for HP extended keyboard, 
370550276Speter	kbs=^H, kcbt=\Ei, kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
370650276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, 
370750276Speter	kich1=\EQ, kil1=\EL, kind=\ET, kll=\EF, knp=\EU, kpp=\EV, 
370850276Speter	kri=\ES, krmir=\ER, rmkx=\E&s0A, smkx=\E&s1A, 
370950276Speter	use=hp+pfk-cr, 
371050276Speter
371150276Speternewhp|generic entry for new hewlett packard terminals, 
371250276Speter	am, bw, mir, xhp, xon, 
371350276Speter	cols#80, lines#24, pb#4800, 
371450276Speter	acsc=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q\,t5u6v8w7x., 
371550276Speter	bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, 
371650276Speter	cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, 
371750276Speter	dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, 
371850276Speter	invis=\E&dS, ip=$<2>, is1=\E&jB$<8>, nel=^M^J, 
371950276Speter	pfkey=\E&f0a%p1%dk0d%p2%l%dL%p2%s, 
372050276Speter	pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, 
372150276Speter	pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, 
372250276Speter	rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, 
372350276Speter	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%;, 
372450276Speter	sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, 
372550276Speter	tbc=\E3, 
372650276Speter	use=newhpkeyboard, 
372750276Speter
372850276Spetermemhp|memory relative addressing for new HP ttys, 
372950276Speter	vt#6, 
373050276Speter	clear=\EH\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR, 
373150276Speter	cuf=\E&a+%p1%dC, cup=\E&a%p1%dr%p2%dC, cuu=\E&a-%p1%dR, 
373250276Speter	home=\EH, hpa=\E&a%p1%dC, ll=\E&a23R\r, 
373350276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dR, use=newhp, 
373450276Speter
373550276Speterscrhp|screen relative addressing for new HP ttys, 
373650276Speter	clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC, 
373750276Speter	cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC, 
373850276Speter	cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR, 
373950276Speter	home=\E&a0y0C, hpa=\E&a%p1%dC, ll=\E&a0y0C\EA, 
374050276Speter	mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dY, use=newhp, 
374150276Speter
374250276Speter# (hp+labels: added label values from a BRL termcap -- esr)
374350276Speterhp+labels|"standard" label info for new HP ttys, 
374450276Speter	lh#2, lw#8, nlab#8, 
374550276Speter	lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, 
374650276Speter	pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, 
374750276Speter	rmln=\E&j@, smln=\E&jB, 
374850276Speter
374950276Speterhp+printer|"standard" printer info for HP ttys, 
375050276Speter	ff=\E&p4u0C, mc0=\EH\E&p4dF, mc4=\E&p13C, mc5=\E&p11C, 
375150276Speter
375250276Speter
375350276Speter# The new hp2621b is kind of a cross between the old 2621 and the
375450276Speter# new 262x series of machines. It has dip-switched options. 
375550276Speter# The firmware has a bug in it such that if you give it a null 
375650276Speter# length label, the following character is eaten!
375750276Speterhp2621b|hp 2621b with old style keyboard, 
375850276Speter	lh#1, lm#48, lw#8, nlab#8, 
375950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
376050276Speter	kind=\ET, kll=\EF, kri=\ES, 
376150276Speter	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, 
376250276Speter	smln=\E&jB, 
376350276Speter	use=hp2621, 
376450276Speter
376550276Speterhp2621b-p|hp 2621b with printer, 
376650276Speter	use=hp+printer, use=hp2621b, 
376750276Speter
376850276Speter# hp2621b - new 2621b with new extended keyboard
376950276Speter# these are closer to the new 26xx series than the other 2621b
377050276Speterhp2621b-kx|hp 2621b with extended keyboard, 
377150276Speter	use=newhpkeyboard, use=hp2621b, 
377250276Speter
377350276Speterhp2621b-kx-p|hp 2621b with new keyboard & printer, 
377450276Speter	use=hp+printer, use=hp2621b-kx, 
377550276Speter
377650276Speter# Some assumptions are made in the following entries.
377750276Speter# These settings are NOT set up by the initialization strings.
377850276Speter# 
377950276Speter#    Port Configuration
378050276Speter# RecvPace=Xon/Xoff	XmitPace=Xon/Xoff	StripNulDel=Yes
378150276Speter# 
378250276Speter#    Terminal Configuration
378350276Speter# InhHndShk(G)=Yes	InhDC2(H)=Yes
378450276Speter# XmitFnctn(A)=No		InhEolWrp=No
378550276Speter#
378650276Speter# 
378750276Speter# Hp 2622a & hp2623a display and graphics terminals
378850276Speter#
378950276Speterhp2622|hp2622a|hp 2622, 
379050276Speter	da, db, 
379150276Speter	lm#0, pb#19200, 
379250276Speter	is2=\E&dj@\r, use=hp+pfk+cr, use=hp+labels, use=scrhp, 
379350276Speter
379450276Speter# The 2623 is a 2622 with extra graphics hardware.
379550276Speterhp2623|hp2623a|hp 2623, 
379650276Speter	use=hp2622, 
379750276Speter
379850276Speterhp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer, 
379950276Speter	use=hp+printer, use=hp2624, 
380050276Speter
380150276Speter# The hewlett packard B can have an optional extra 6 pages of memory.
380250276Speterhp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory, 
380350276Speter	lm#240, use=hp2624, 
380450276Speter
380550276Speterhp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer, 
380650276Speter	lm#240, use=hp2624b-p, 
380750276Speter
380850276Speter# Color manipulations for HP terminals
380950276Speterhp+color|hp with colors, 
381050276Speter	ccc, 
381150276Speter	colors#16, ncv#17, pairs#7, 
381250276Speter	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, 
381350276Speter	oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, 
381450276Speter	op=\E&v0S, scp=\E&v%p1%dS, 
381550276Speter
381650276Speter# <is2> sets the screen to be 80 columns wide
381750276Speterhp2397a|hp2397|hewlett packard 2397A color terminal, 
381850276Speter	is2=\E&w6f80X, 
381950276Speter	use=memhp, use=hp+labels, use=hp+color, 
382050276Speter
382150276Speter#  HP 700/44 Setup parameters:  
382250276Speter# Terminal Mode		HP-PCterm
382350276Speter# Inhibit Auto Wrap	NO
382450276Speter# Status Line		Host Writable
382550276Speter# PC Character Set	YES
382650276Speter# Twenty-Five Line Mode	YES
382750276Speter# XON/XOFF		@128 or 64 (sc)
382850276Speter# Keycode Mode 		NO   or YES (sc)
382950276Speter# Backspace Key		BS or BS/DEL
383050276Speter#
383150276Speter# <is2> 	sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; 
383250276Speter# \E\\? does not turn off keycode mode
383350276Speter# <smsc>	sets alternate start/stop; keycode on
383450276Speterhpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, 
383550276Speter	am, eo, xenl, xon, 
383650276Speter	cols#80, lines#25, 
383750276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
383850276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, 
383950276Speter	cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
384050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
384150276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
384250276Speter	ind=^J, 
384350276Speter	is2=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\, 
384450276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
384550276Speter	kcuu1=\E[A, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, 
384650276Speter	kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, 
384750276Speter	kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khome=\E[1~, knp=\E[6~, 
384850276Speter	kpp=\E[5~, rmam=\E[?7l, 
384950276Speter	rmsc=\E[>11l\EP1**x0/11;1/13\E[m\E\\, rmso=\E[m, 
385050276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
385150276Speter	smsc=\E[>11h\EPO**x0/65;1/67\E\\$<250>, smso=\E[7m, 
385250276Speter	smul=\E[4m, xoffc=g, xonc=e, 
385350276Speter#
385450276Speter# (hp2392: copied <rmir> here from hpex -- esr)
385550276Speterhp2392|239x series, 
385650276Speter	cols#80, 
385750276Speter	cbt=\Ei, cup=\E&a%p1%dy%p2%dC, kf1=\Ep\r, kf2=\Eq\r, 
385850276Speter	kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, 
385950276Speter	kf8=\Ew\r, khome=\Eh, kind=\EU, knp=\Eu, kpp=\Ev, kri=\EV, 
386050276Speter	rmir=\ER, rmul=\E&d@, smir=\EQ, smul=\E&dD, vpa=\E&a%p1%dY, 
386150276Speter	use=hpsub, 
386250276Speter
386350276Speterhpsub|hp terminals -- capability subset, 
386450276Speter	am, da, db, mir, xhp, xon, 
386550276Speter	lines#24, 
386650276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
386750276Speter	cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, 
386850276Speter	ht=^I, if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, 
386950276Speter	is2=\E&s1A\E<\E&k0\\, kbs=^H, kcub1=\ED, kcud1=\EB, 
387050276Speter	kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmkx=\E&s0A, rmso=\E&d@, 
387150276Speter	sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, 
387250276Speter
387350276Speter# hpex:
387450276Speter#	May be used for most 24 x 80 hp terminals,
387550276Speter# but has no padding added, so may allow runover in some terminals at high 
387650276Speter# baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and 
387750276Speter# hp98x5 terminal emulators or hp98x6 consoles.  
387850276Speter# 	Adds xy-cursor addressing, vertical cursor addressing, home, 
387950276Speter# last line, and underline capabilities.
388050276Speter#
388150276Speter# (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
388250276Speter# moved <rmir> here from hpsub -- esr)
388350276Speterhpex|hp extended capabilites, 
388450276Speter	cr=^M, cud1=^J, cup=\E&a%p1%dy%p2%dC, ht=^I, ind=^J, kbs=^H, 
388550276Speter	kcub1=^H, kcud1=^J, nel=^M^J, rmir=\ER, rmul=\E&d@, smir=\EQ, 
388650276Speter	smul=\E&dD, vpa=\E&a%p1%dY, 
388750276Speter	use=hpsub, 
388850276Speter
388950276Speter# From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
389050276Speterhp2|hpex2|hewlett-packard extended capabilities newer version, 
389150276Speter	am, da, db, mir, xhp, 
389250276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0, 
389350276Speter	bel=^G, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
389450276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
389550276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
389650276Speter	il1=\EL, ind=^J, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
389750276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
389850276Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
389950276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
390050276Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
390150276Speter	krmir=\ER, ktbc=\E3, meml=\El, memu=\Em, 
390250276Speter	pfkey=\E&f%p1%dk%p2%l%dL%p2%s, 
390350276Speter	pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s, 
390450276Speter	pfx=\E&f2a%p1%dk%p2%l%dL%p2%s, 
390550276Speter	pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A, 
390650276Speter	rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
390750276Speter	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%;, 
390850276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dB, 
390950276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
391050276Speter
391150276Speter# HP 236 console
391250276Speter# From: <ddavis@ic.berkeley.edu>
391350276Speterhp236|hp236 internal terminal emulator, 
391450276Speter	am, 
391550276Speter	cols#80, lines#24, 
391650276Speter	clear=\EF, cnorm=\EDE, cub1=^H, 
391750276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, 
391850276Speter	dch1=\EJ, dl1=\EH, el=\EK, ich1=\EI, il1=\EG, rmso=\ECI, 
391950276Speter	sgr0=\ECI, smso=\EBI, 
392050276Speter
392150276Speter# This works on a hp300 console running Utah 4.3 BSD
392250276Speter# From: Craig Leres <leres@okeeffe.berkeley.edu>
392350276Speterhp300h|HP Catseye console, 
392450276Speter	am, da, db, mir, xhp, 
392550276Speter	cols#128, lines#51, lm#0, xmc#0, 
392650276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, 
392750276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
392850276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
392950276Speter	if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, kbs=^H, 
393050276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, 
393150276Speter	rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, 
393250276Speter	smir=\EQ, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, tbc=\E3, 
393350276Speter	vpa=\E&a%p1%dY, 
393450276Speter# From: Greg Couch <gregc@ernie.berkeley.edu>
393550276Speterhp9837|hp98720|hp98721|HP 9000/300 workstations, 
393650276Speter	am, da, db, mir, xhp, 
393750276Speter	cols#128, it#8, lines#46, lm#0, 
393850276Speter	bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, 
393950276Speter	cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, 
394050276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
394150276Speter	il1=\EL, ind=^J, is2=\E&v0m1b0i&j@, kbs=^H, kcub1=\ED, 
394250276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
394350276Speter	ked=\EJ, kel=\EK, khome=\Eh, kich1=\EQ, kil1=\EL, knp=\EU, 
394450276Speter	kpp=\EV, rmir=\ER, rmkx=\E&s0A, rmso=\E&v0S, rmul=\E&d@, 
394550276Speter	sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&v5S, smul=\E&dD, 
394650276Speter	tbc=\E3, vpa=\E&a%p1%dY, 
394750276Speter# HP 9845 desktop computer from BRL
394850276Speter# (hp9845: removed unknown capability :gu: -- esr)
394950276Speterhp9845|HP 9845, 
395050276Speter	am, da, db, eo, mir, xhp, 
395150276Speter	cols#80, lines#21, 
395250276Speter	clear=\EH\EJ, cuf1=\EC, cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, 
395350276Speter	dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, 
395450276Speter	if=/usr/share/tabset/std, il1=\EL, rmir=\ER, rmso=\E&d@, 
395550276Speter	smir=\EQ, smso=\E&dB, 
395650276Speter# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
395750276Speter# (hp98550: replaced /usr/share/tabset/9837 with std because <it#8>,<hts=\E1>;
395850276Speter# added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
395950276Speterhp98550|hp98550a|HP 9000 Series 300 color console, 
396050276Speter	am, da, db, mir, xhp, 
396150276Speter	cols#128, it#8, lines#49, lm#0, 
396250276Speter	acsc=, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, 
396350276Speter	clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
396450276Speter	cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH, 
396550276Speter	dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, 
396650276Speter	if=/usr/share/tabset/std, il1=\EL, ind=^J, invis=\E&ds, 
396750276Speter	kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
396850276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, 
396950276Speter	kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
397050276Speter	khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, 
397150276Speter	knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dJ, 
397250276Speter	rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, 
397350276Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smso=\E&dJ, 
397450276Speter	smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
397550276Speter# From: Victor Duchovni <vic@fine.princeton.edu>
397650276Speter# (hp700-wy: removed obsolete ":nl=^J:";
397750276Speter# replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
397850276Speterhp700-wy|HP700/41 emulating wyse30, 
397950276Speter	am, bw, mir, msgr, 
398050276Speter	cols#80, it#8, lines#24, xmc#1, 
398150276Speter	cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
398250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
398350276Speter	dl1=\ER, ed=\EY, el=\ET$<10/>, home=^^, ht=^I, hts=\E1, 
398450276Speter	if=/usr/share/tabset/stdcrt, il1=\EE$<0.7*/>, 
398550276Speter	is1=\E~"\EC\Er\E(\EG0\003\E`9\E`1, kbs=\177, kcbt=\EI, 
398650276Speter	kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, ked=\EY, 
398750276Speter	kel=\ET, khome=^^, khts=\EI, kich1=\Eq, krmir=\Er, ll=^^^K, 
398850276Speter	ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, 
398950276Speter	sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, 
399050276Speter	smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, 
399150276Speter# (hp70092: added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
399256639Speterhp70092|hp70092a|hp70092A|70092|HP 700/92, 
399350276Speter	am, da, db, xhp, 
399450276Speter	cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, 
399556639Speter	acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, 
399656639Speter	bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, 
399756639Speter	cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, 
399856639Speter	dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I, 
399956639Speter	hts=\E1, il1=\EL, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, 
400056639Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, 
400156639Speter	ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
400256639Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, 
400356639Speter	kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, 
400456639Speter	krmir=\ER, ktbc=\E3, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER, 
400556639Speter	rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, 
400656639Speter	sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, 
400756639Speter	smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
400850276Speter
400950276Speterbobcat|sbobcat|HP 9000 model 300 console, 
401050276Speter	am, da, db, mir, xhp, 
401150276Speter	cols#128, it#8, lines#47, xmc#0, 
401250276Speter	cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
401350276Speter	cup=\E&a%dy%dC$<6/>, cuu1=\EA, dch1=\EP, dl1=\EM$<10*/>, 
401450276Speter	ed=\EJ, el=\EK, hpa=\E&a%dC$<6/>, ht=^I, il1=\EL$<10*/>, 
401550276Speter	ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
401650276Speter	khome=\Eh, nel=^M^J, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, 
401750276Speter	rmul=\E&d@, sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&dB, 
401850276Speter	smul=\E&dD, vpa=\E&a%dY$<6/>, 
401950276Spetergator-t|HP 9000 model 237 emulating extra-tall AAA, 
402050276Speter	lines#94, use=gator, 
402150276Spetergator|HP 9000 model 237 emulating AAA, 
402250276Speter	bw, km, mir, ul, 
402350276Speter	cols#128, it#8, lines#47, 
402450276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, 
402550276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, 
402650276Speter	dch=\E[%p1%dP$<4/>, dch1=\E[P, dl=\E[%p1%dM$<1*/>, 
402750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%i%p1%d`, 
402850276Speter	ht=^I, ich=\E[%p1%d@$<4/>, ich1=\E[@, il=\E[%p1%dL$<1*/>, 
402950276Speter	il1=\E[L, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, 
403050276Speter	rep=%p1%c\E[%p2%db$<1*/>, rev=\E[7m, rmso=\E[m, 
403150276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
403250276Spetergator-52|HP 9000 model 237 emulating VT52, 
403350276Speter	cols#128, lines#47, use=vt52, 
403450276Spetergator-52t|HP 9000 model 237 emulating extra-tall VT52, 
403550276Speter	lines#94, use=gator-52, 
403650276Speter
403750276Speter#### Honeywell-Bull
403850276Speter#
403950276Speter# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
404050276Speter#
404150276Speter
404250276Speter# Honeywell Bull terminal.  Its cursor and function keys send single
404350276Speter# control characters and it has standout/underline glitch.  Most programs
404450276Speter# do not like these features/bugs.  Visual bell is realized by flashing the
404550276Speter# "keyboard locked" LED.
404650276Speterdku7003-dumb|Honeywell Bull DKU 7003 dumb mode, 
404750276Speter	cols#80, lines#25, 
404850276Speter	clear=^]^_, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, 
404950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, ed=^_, el=\E[K, 
405050276Speter	flash=\E[2h\E[2l, home=^], ht=^I, ind=^J, kbs=^H, kcub1=^Y, 
405150276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=^M^J, 
405250276Speterdku7003|Honeywell Bull DKU 7003 all features described, 
405350276Speter	msgr, 
405450276Speter	xmc#1, 
405550276Speter	blink=\E[5m, bold=\E[7m, dim=\E[2m, rev=\E[7m, rmso=\E[m, 
405650276Speter	rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
405750276Speter	use=dku7003-dumb, 
405850276Speter
405950276Speter#### Lear-Siegler (adm)
406050276Speter#
406150276Speter# These guys are long since out of the terminals business, but
406250276Speter# in 1995 many current terminals still have an adm type as one of their
406350276Speter# emulations (usually their stupidest, and usually labeled adm3, though
406450276Speter# these `adm3' emulations normally have adm3a+ capabilities).
406550276Speter#
406650276Speter# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a 
406750276Speter# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
406850276Speter# was being held to ground would trigger a send of the top line on the screen.
406950276Speter# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
407050276Speter# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
407150276Speter# for clearing up this point.)
407250276Speter
407350276Speteradm1a|adm1|lsi adm1a, 
407450276Speter	am, 
407550276Speter	cols#80, lines#24, 
407650276Speter	bel=^G, clear=\E;$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
407750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
407850276Speter	ind=^J, 
407950276Speteradm2|lsi adm2, 
408050276Speter	am, 
408150276Speter	cols#80, lines#24, 
408250276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
408350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
408450276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
408550276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
408650276Speter# (adm3: removed obsolete ":ma=^K^P:" -- esr)
408750276Speteradm3|lsi adm3, 
408850276Speter	am, 
408950276Speter	cols#80, lines#24, 
409050276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, 
409150276Speter# The following ADM-3A switch settings are assumed for normal operation:
409250276Speter#	SPACE		U/L_DISP	CLR_SCRN	24_LINE
409350276Speter#	CUR_CTL		LC_EN		AUTO_NL		FDX
409450276Speter# Other switches may be set for operator convenience or communication
409550276Speter# requirements.  I recommend
409650276Speter#	DISABLE_KB_LOCK	LOCAL_OFF	103		202_OFF
409750276Speter#	ETX_OFF		EOT_OFF
409850276Speter# Most of these terminals required an option ROM to support lower case display.
409950276Speter# Open the case and look at the motherboard; if you see an open 24-pin DIP
410050276Speter# socket, you may be out of luck.
410150276Speter#
410250276Speter# (adm3a: some capabilities merged in from BRl entry -- esr)
410350276Speteradm3a|lsi adm3a, 
410450276Speter	am, 
410550276Speter	cols#80, lines#24, 
410650276Speter	bel=^G, clear=\032$<1/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
410750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, 
410850276Speter	ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rs1=^N, 
410950276Speteradm3a+|adm3a plus, 
411050276Speter	kbs=^H, use=adm3a, 
411150276Speter# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
411250276Speteradm5|lsi adm5, 
411350276Speter	xmc#1, 
411450276Speter	bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, 
411550276Speter	rmso=\EG, smso=\EG, 
411650276Speter	use=adm3a+, 
411750276Speter# A lot of terminals other than adm11s use these.  Wherever you see
411850276Speter# use=adm+sgr with some of its capabilities disabled, try the
411950276Speter# disabled ones.  They may well work but not have been documented or
412050276Speter# expressed in the using entry.  We'd like to cook up an <sgr> but the
412150276Speter# <rmacs>/<smacs> sequences of the using entries vary too much.
412250276Speteradm+sgr|adm style highlight capabilities, 
412350276Speter	invis=\EG1, rev=\EG4, rmso=\EG0, rmul=\EG0, sgr0=\EG0, 
412450276Speter	smso=\EG4, smul=\EG8, 
412550276Speter# LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
412650276Speter# Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
412750276Speter# <khome> from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>.  <clear> could also
412850276Speter# be ^Z, according to his entry.
412950276Speter# (adm11: <smul>=\EG4 was obviously erroneous because it also said
413050276Speter# <rev>=\EG4.  Looking at other ADMs confirms this -- esr)
413150276Speteradm11|LSI ADM-11, 
413250276Speter	am, hs, 
413350276Speter	cols#80, lines#24, 
413450276Speter	bel=^G, blink=\EG2, clear=\E*, cr=^M, cub1=^H, cud1=^J, 
413550276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
413650276Speter	dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, home=^^, ht=^I, kbs=^H, 
413750276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf2=^AA\r, 
413850276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
413950276Speter	kf8=^AG\r, khome=^^, nel=^M^J, tsl=\EF\E), 
414050276Speter	use=adm+sgr, 
414150276Speter# From: Andrew Scott Beals <bandy@lll-crg.ARPA>
414250276Speter# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
414350276Speter# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
414450276Speter# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
414550276Speter# <is2>=\Eq but that looked wrong; this <is2> is from Dave Yost <esquire!yost>
414650276Speter# via BRL.  That entry asserted <xmc#1>, but I've left that out because 
414750276Speter# neither earlier nor later ADMSs have it -- esr)
414850276Speter#
414950276Speter# You will need to get into the supervisor setup before you can set
415050276Speter# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
415150276Speter# see a lot more setup options.
415250276Speter# 
415350276Speter# While in supervisor setup you can also use following codes:
415450276Speter# 
415550276Speter# Ctrl-P Personality character selections (configure for example what
415650276Speter#        arrow keys send, if I recall correctly)
415750276Speter# Ctrl-T tabs 1-80   use left&right to move and up to set and
415850276Speter# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
415950276Speter# Ctrl-B Binary setup (probably not needed. I think that everything can
416050276Speter#        be set using normal setup)
416150276Speter# Ctrl-A Answerback mode (enter answerback message)
416250276Speter# Ctrl-U User friendly mode (normal setup)
416350276Speter# Ctrl-D Defaults entire setup and function keys from EPROM tables
416450276Speter# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
416550276Speter# Ctrl-R Reads both setup and functions keys from NVM.
416650276Speter# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
416750276Speter# 
416850276Speter# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
416950276Speter# RTS/CTS used nowadays with virtually every modem and computer. 19200
417050276Speter# bps works fine with hardware flow control.
417150276Speter# 
417250276Speter# The following null-modem cable should fix this and enable you to use
417350276Speter# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
417450276Speter# set ADM-12+ for DTR handshaking from supervisor setup.
417550276Speter# 
417650276Speter# PC Serial   ADM-12+
417750276Speter#  --------   -------
417850276Speter#         2 - 3
417950276Speter#         3 - 2
418050276Speter#         4 - 5
418150276Speter#         5 - 20
418250276Speter#       6,8 - 4
418350276Speter#         7 - 7
418450276Speter#        20 - 6,8
418550276Speter#
418650276Speteradm12|lsi adm12, 
418750276Speter	am, mir, 
418850276Speter	cols#80, it#8, lines#24, 
418950276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
419050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
419150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
419250276Speter	is2=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1, 
419350276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
419450276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
419550276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, smir=\Eq, tbc=\E0, 
419650276Speter	use=adm+sgr, 
419750276Speter# (adm20: removed obsolete ":kn#7:" -- esr)
419850276Speteradm20|lear siegler adm20, 
419950276Speter	am, 
420050276Speter	cols#80, it#8, lines#24, 
420150276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cuf1=^L, 
420250276Speter	cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, 
420350276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
420450276Speter	kf1=^A, kf2=^B, kf3=^W, kf4=^D, kf5=^E, kf6=^X, kf7=^Z, rmso=\E(, 
420550276Speter	sgr0=\E(, smso=\E), 
420650276Speteradm21|lear siegler adm21, 
420750276Speter	xmc#1, 
420850276Speter	bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, 
420950276Speter	ich1=\EQ, il1=30*\EE, ind=^J, invis@, kbs=^H, kcub1=^H, 
421050276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
421150276Speter	use=adm+sgr, use=adm3a, 
421250276Speter# (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
421350276Speter# removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
421450276Speter# removed bogus-looking \200 from before <cup>. -- esr)
421550276Speteradm22|lsi adm22, 
421650276Speter	am, 
421750276Speter	cols#80, lines#24, 
421850276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
421950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
422050276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, 
422150276Speter	is2=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0, 
422250276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, 
422350276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
422450276Speter	kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
422550276Speter	lf6=F6, lf7=F7, rmso=\E(, sgr0=\E(, smso=\E), 
422650276Speter# ADM 31 DIP Switches
422750276Speter#
422850276Speter# This information comes from two versions of the manual for the
422950276Speter# Lear-Siegler ADM 31.
423050276Speter#
423150276Speter# Main board:
423250276Speter#                  rear of case
423350276Speter#   +-||||-------------------------------------+
423450276Speter#   + S1S2                              ||S    +
423550276Speter#   +                                   ||3    +
423650276Speter#   +                                          +
423750276Speter#   +                                ||S       +
423850276Speter#   +                                ||4       +
423950276Speter#   +                                          +
424050276Speter#   +                                          +
424150276Speter#   +                                          +
424250276Speter#   +                                          +
424350276Speter#   +                                          +
424450276Speter# +-+                                          +-+
424550276Speter# +                                              +
424650276Speter# +                               S5 S6 S7       +   
424750276Speter# +                               == == ==       +
424850276Speter# +----------------------------------------------+
424950276Speter#            front of case (keyboard)
425050276Speter#
425150276Speter#  S1 - Data Rate - Modem
425250276Speter#  S2 - Data Rate - Printer
425350276Speter# ------------------------
425450276Speter# Data Rate   Setting
425550276Speter# -------------------
425650276Speter# 50          0 0 0 0
425750276Speter# 75          1 0 0 0
425850276Speter# 110         0 1 0 0
425950276Speter# 134.5       1 1 0 0
426050276Speter# 150         0 0 1 0
426150276Speter# 300         1 0 1 0
426250276Speter# 600         0 1 1 0
426350276Speter# 1200        1 1 1 0
426450276Speter# 1800        0 0 0 1
426550276Speter# 2000        1 0 0 1
426650276Speter# 2400        0 1 0 1
426750276Speter# 3600        1 1 0 1
426850276Speter# 4800        0 0 1 1
426950276Speter# 7200        1 0 1 1
427050276Speter# 9600        0 1 1 1
427150276Speter# x           1 1 1 1
427250276Speter#
427350276Speter# S3 - Interface/Printer/Attributes
427450276Speter# ---------------------------------
427550276Speter# Printer Busy Control
427650276Speter# sw1   sw2   sw3
427750276Speter# ---------------
427850276Speter# off   off   off   Busy not active, CD disabled
427950276Speter# off   off   on    Busy not active, CD enabled
428050276Speter# off   on    off   Busy active on J5-20, CD disabled
428150276Speter# on    off   off   Busy active on J5-19, CD disabled - Factory Set.
428250276Speter# on    off   on    Busy active on J5-19, CD enabled
428350276Speter#
428450276Speter# sw4   Used in conjuction with S4 for comm interface control - Fact 0
428550276Speter#
428650276Speter# sw5   Secondary Channel Control (Hardware implementation only) - Fact 0
428750276Speter#
428850276Speter# sw6   ON enables printer BUSY active LOW - Factory Setting
428950276Speter#       OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
429050276Speter#
429150276Speter# sw7   ON - steady cursor - Factory Setting
429250276Speter#       OFF - blinking cursor
429350276Speter#
429450276Speter# sw8   ON causes selected attribute character to be displayed
429550276Speter#       OFF causes SPACE to be displayed instead - Factory Setting
429650276Speter#
429750276Speter# S4 - Interface
429850276Speter# --------------
429950276Speter# Modem Interface
430050276Speter# S3    S4    S4    S4    S4
430150276Speter# sw4   sw1   sw2   sw3   sw4
430250276Speter# ---------------------------
430350276Speter# OFF   ON    OFF   ON    OFF   Enable RS-232C interface, Direct Connect and
430450276Speter#                               Current Loop disabled - Factory Setting
430550276Speter# ON    ON    OFF   ON    OFF   Enable Current Loop interface, Direct Connect
430650276Speter#                               disabled
430750276Speter# OFF   OFF   ON    OFF   ON    Enable Direct Connect interface, RS-232C and
430850276Speter#                               Current Loop Disabled
430950276Speter#
431050276Speter# sw5   ON disables dot stretching mode - Factory Setting
431150276Speter#       OFF enables dot stretching mode
431250276Speter# sw6   ON enables blanking function
431350276Speter#       OFF enables underline function - Factory Setting
431450276Speter# sw7   ON causes NULLS to be displayed as NULLS
431550276Speter#       OFF causes NULLS to be displayed as SPACES - Factory Setting
431650276Speter#
431750276Speter# S5 - Word Structure
431850276Speter# -------------------
431950276Speter# sw1   ON enables BREAK key - Factory Setting
432050276Speter#       OFF disables BREAK key
432150276Speter# sw2   ON selects 50Hz monitor refresh rate
432250276Speter#       OFF selects 60Hz monitor refresh rate - Factory Setting
432350276Speter#
432450276Speter# Modem Port Selection
432550276Speter# sw3   sw4   sw5
432650276Speter# ---------------
432750276Speter# ON    ON    ON    Selects 7 DATA bits, even parity, 2 STOP bits
432850276Speter# OFF   ON    ON    Selects 7 DATA bits, odd  parity, 2 STOP bits
432950276Speter# ON    OFF   ON    Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
433050276Speter# OFF   OFF   ON    Selects 7 DATA bits, odd  parity, 1 STOP bit
433150276Speter# ON    ON    OFF   Selects 8 DATA bits, no   parity, 2 STOP bits
433250276Speter# OFF   ON    OFF   Selects 8 DATA bits, no   parity, 1 STOP bit
433350276Speter# ON    OFF   OFF   Selects 8 DATA bits, even parity, 1 STOP bit
433450276Speter# OFF   OFF   OFF   Selects 8 DATA bits, odd  parity, 1 STOP bit
433550276Speter#
433650276Speter# sw6   ON  sends bit 8 a 1 (mark)
433750276Speter#       OFF sends bit 8 as 0 (space) - Factory Setting
433850276Speter# sw7   ON  selects Block Mode
433950276Speter#       OFF selects Conversation Mode - Factory Setting
434050276Speter# sw8   ON  selects Full Duplex operation
434150276Speter#       OFF selects Half Duplex operation - Factory Setting
434250276Speter#
434350276Speter# S6 - Printer
434450276Speter# ------------
434550276Speter# sw1, sw2, sw6, sw7   Reserved - Factory 0
434650276Speter#
434750276Speter# Printer Port Selection
434850276Speter# same as Modem above, bit 8 (when 8 DATA bits) is always = 0
434950276Speter#
435050276Speter# sw8   ON   enables Printer Port
435150276Speter#       OFF disables Printer Port - Factory Setting
435250276Speter#
435350276Speter# S7 - Polling Address
435450276Speter# --------------------
435550276Speter# sw1-7 Establish ASCII character which designates terminal polling address
435650276Speter#       ON  = logic 0
435750276Speter#       OFF = logic 1 - Factory Setting
435850276Speter# sw8   ON   enables Polling Option
435950276Speter#       OFF disables Polling Option - Factory Setting
436050276Speter#
436150276Speter#
436250276Speter# On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
436350276Speter#
436450276Speter# This adm31 entry uses underline as the standout mode.
436550276Speter# If the adm31 gives you trouble with standout mode, check the DIP switch in
436650276Speter# position 6, bank @c11, 25% from back end of the circuit board.  Should be
436750276Speter# OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
436850276Speter# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
436950276Speteradm31|lsi adm31 with sw6 set for underline mode, 
437050276Speter	am, mir, 
437150276Speter	cols#80, lines#24, 
437250276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
437350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
437450276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, ind=^J, is2=\Eu\E0, 
437550276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
437650276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
437750276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, rmso=\EG0, 
437850276Speter	rmul=\EG0, sgr0=\EG0, smir=\Eq, smso=\EG1, smul=\EG1, 
437950276Speteradm31-old|o31|old adm31, 
438050276Speter	rmul@, smso=\EG4, smul@, use=adm31, 
438150276Speter# LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
438250276Speteradm36|LSI ADM36, 
438350276Speter	if=/usr/lib/tabset/vt100, 
438450276Speter	is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, use=vt100, 
438550276Speter# (adm42: removed obsolete ":ma=^K^P:" -- esr)
438650276Speteradm42|lsi adm42, 
438750276Speter	am, 
438850276Speter	cols#80, lines#24, 
438950276Speter	bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
439050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
439150276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, 
439250276Speter	il1=\EE$<270>, ind=^J, invis@, ip=$<6*>, kcub1=^H, kcud1=^J, 
439350276Speter	kcuf1=^L, kcuu1=^K, khome=^^, pad=\177, rmir=\Er, rmul@, 
439450276Speter	smir=\Eq, smul@, 
439550276Speter	use=adm+sgr, 
439650276Speter# The following termcap for the Lear Siegler ADM-42 leaves the 
439750276Speter# "system line" at the bottom of the screen blank (for those who 
439850276Speter# find it distracting otherwise)
439950276Speteradm42-ns|lsi adm-42 with no system line, 
440050276Speter	cbt=\EI\EF \011, clear=\E;\EF \011, 
440150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, 
440250276Speter	dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, 
440350276Speter	el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, 
440450276Speter	smir=\Eq\EF \011, 
440550276Speter	use=adm42, 
440650276Speter# ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
440750276Speter# The insert mode of this terminal is commented out because it's broken for our
440850276Speter# purposes in that it will shift the position of every character on the page,
440950276Speter# not just the cursor line!
441050276Speter# From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
441150276Speteradm1178|1178|lsi adm1178, 
441250276Speter	am, 
441350276Speter	cols#80, lines#24, xmc#1, 
441450276Speter	bel=^G, bold=\E(, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, 
441550276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
441650276Speter	cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, 
441750276Speter	home=^^, ht=^I, il1=\EE, ind=^J, ip=$<6*/>, kbs=^H, kcub1=^H, 
441850276Speter	kcud1=^J, nel=^M^J, pad=\177, rev=\EG4, rmso=\EG0, rmul=\EG0, 
441950276Speter	sgr0=\E), smso=\EG4, smul=\EG1, 
442050276Speter
442150276Speter#### Prime
442250276Speter#
442350276Speter# Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
442450276Speter# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
442550276Speter# Prime merged with ComputerVision in the late 1980s; you can reach them at:
442650276Speter#
442750276Speter#	ComputerVision Services
442850276Speter#	500 Old Connecticut Path
442950276Speter#	Framingham, Mass.
443050276Speter#
443150276Speter
443250276Speter# Standout mode is dim reverse-video.
443350276Speterpt100|pt200|wren|fenix|prime pt100/pt200, 
443450276Speter	am, bw, mir, msgr, 
443550276Speter	cols#80, it#8, lines#24, 
443650276Speter	cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, 
443750276Speter	cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, 
443850276Speter	cup=\E0%p1%{33}%+%c%p2%{33}%+%c, cuu=\E[%p1%dA, 
443950276Speter	cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[M, 
444050276Speter	ed=\E[J\E[r, el=\E[K\E[t, flash=\E$$<200/>\E$P, 
444150276Speter	home=\E$B, ht=^I, il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, 
444250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, 
444350276Speter	rmcup=, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, 
444450276Speter	sgr0=\E[m, 
444550276Speter	smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, 
444650276Speter	smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, 
444750276Speterpt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode, 
444850276Speter	cols#132, 
444950276Speter	cup=\E[%i%p1%d;%p2%dH, use=pt100, 
445050276Speterpt250|Prime PT250, 
445150276Speter	rmso@, smso@, use=pt100, 
445250276Speterpt250w|Prime PT250 in 132-column mode, 
445350276Speter	rmso@, smso@, use=pt100w, 
445450276Speter
445550276Speter#### Qume (qvt)
445650276Speter#
445750276Speter#	Qume, Inc.
445850276Speter#	3475-A North 1st Street
445950276Speter#	San Jose CA 95134
446050276Speter#	Vox: (800)-457-4447
446150276Speter#	Fax: (408)-473-1510
446250276Speter#	Net: josed@techsupp.wyse.com (Jose D'Oliveira)
446350276Speter#
446450276Speter# Qume was bought by Wyse, but still (as of early 1995) has its own support
446550276Speter# group and production division.
446650276Speter#
446750276Speter# Discontinued Qume models:
446850276Speter#
446950276Speter# The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
447050276Speter# built to replace them, and a qvt119+ which was a 101+ with available wide
447150276Speter# mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
447250276Speter# and an ANSI-compatible qvt203 that replaced it.  Qume started producing
447350276Speter# ANSI-compatible terminals with the qvt323 and qvt61.
447450276Speter#
447550276Speter# Current Qume models (as of February 1995):
447650276Speter#
447750276Speter# All current Qume terminals have ANSI-compatible operation modes.
447850276Speter# Qume is still producing the qvt62, which features emulations for other
447950276Speter# popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
448050276Speter# designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
448150276Speter# with many emulations including Wyse370, Wyse 325, etc.  Their newest
448250276Speter# model is the qvt520, which is vt420-compatible.
448350276Speter#
448450276Speter# There are some ancient printing Qume terminals under `Daisy Wheel Printers'
448550276Speter#
448650276Speter# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
448750276Speter# setup mode.  Shift-s should be a configuration save to NVRAM.
448850276Speter
448950276Speterqvt101|qvt108|qume qvt 101 and QVT 108, 
449050276Speter	xmc#1, use=qvt101+, 
449150276Speter
449250276Speter# This used to have <cvvis=\E.2> but no <cnorm> or <civis>.  The BSD termcap
449350276Speter# file had <cvvis=\EM4 \200\200\200>.  I've done the safe thing and yanked 
449450276Speter# both. The <rev> is from BSD, which also claimed bold=\E( and dim=\E).
449550276Speter# What seems to be going on here is that this entry was designed so that
449650276Speter# the normal highlight is bold and standout is dim plus something else
449750276Speter# (reverse-video maybe?  But then, are there two <rev> sequences?)  
449850276Speterqvt101+|qvt101p|qume qvt 101 PLUS product, 
449950276Speter	am, bw, hs, ul, 
450050276Speter	cols#80, lines#24, xmc#0, 
450150276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^J, 
450250276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
450350276Speter	dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
450450276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
450550276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, kbs=^H, kcbt=\EI, kcub1=^H, 
450650276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdl1=\ER, ked=\EY, kel=\ET, 
450750276Speter	kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
450850276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
450950276Speter	khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, 
451050276Speter	smso=\E0P\E), tbc=\E3, tsl=\Eg\Ef, 
451150276Speter	use=adm+sgr, 
451250276Speterqvt102|qume qvt 102, 
451350276Speter	cnorm=\E., use=qvt101, 
451450276Speter# (qvt103: added <rmam>/<smam> based on init string -- esr)
451550276Speterqvt103|qume qvt 103, 
451650276Speter	am, xenl, xon, 
451750276Speter	cols#80, it#8, lines#24, vt#3, 
451850276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
451950276Speter	clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
452050276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
452150276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
452250276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
452350276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
452450276Speter	hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
452550276Speter	kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, 
452650276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>, 
452750276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, 
452850276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
452950276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
453050276Speter	sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=, 
453150276Speter	smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
453250276Speterqvt103-w|qume qvt103 132 cols, 
453350276Speter	cols#132, lines#24, 
453450276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt103, 
453550276Speterqvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals, 
453650276Speter	am, hs, mir, msgr, 
453750276Speter	cols#80, lines#24, xmc#0, 
453850276Speter	bel=^G, cbt=\EI, clear=\E*1, cnorm=\E.4, cr=^M, cub1=^H, 
453950276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
454050276Speter	cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, 
454150276Speter	el=\Et, flash=\En0$<200>\En1, fsl=^M, home=^^, ht=^I, 
454250276Speter	hts=\E1, il1=\EE, ind=^J, is2=\EDF\EC\EG0\Er\E(\E%EX, 
454350276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, 
454450276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
454550276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
454650276Speter	mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, smir=\Eq, smul=\EG8, 
454750276Speter	tbc=\E3, tsl=\Eg\Ef, 
454850276Speter	use=adm+sgr, 
454950276Speterqvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, 
455050276Speter	lines#25, use=qvt119+, 
455150276Speterqvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, 
455250276Speter	cols#132, 
455350276Speter	is2=\EDF\EC\EG0\Er\E(\E%\EX\En4, use=qvt119+, 
455450276Speterqvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25, 
455550276Speter	lines#25, use=qvt119+, 
455650276Speterqvt203|qvt203+|qume qvt 203 Plus, 
455750276Speter	dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, 
455850276Speter	ip=$<7>, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, 
455950276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
456050276Speter	kf9=\E[28~, rmir=\E[4l, smir=\E[4h, 
456150276Speter	use=qvt103, 
456250276Speterqvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), 
456350276Speter	cols#132, lines#24, 
456450276Speter	rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, 
456550276Speter#
456650276Speter#	Since a command is present for enabling 25 data lines,
456750276Speter#	a specific terminfo entry may be generated for the 203.
456850276Speter#	If one is desired for the QVT 119 PLUS then 25 lines must
456950276Speter#	be selected in the status line (setup line 9).
457050276Speter#
457150276Speterqvt203-25|QVT 203 PLUS with 25 by 80 column mode, 
457250276Speter	cols#80, lines#25, 
457350276Speter	is2=\E[=40h\E[?3l, use=qvt203, 
457450276Speterqvt203-25-w|QVT 203 PLUS with 25 by 132 columns, 
457550276Speter	cols#132, lines#25, 
457650276Speter	rs2=\E[?3h\E[=40h, use=qvt203, 
457750276Speter
457850276Speter#### Televideo (tvi)
457950276Speter#
458050276Speter#	TeleVideo
458150276Speter#	550 East Brokaw Road
458250276Speter#	PO Box 49048    95161
458350276Speter#	San Jose CA 95112
458450276Speter#	Vox: (408)-954-8333
458550276Speter#	Fax: (408)-954-0623
458650276Speter#
458750276Speter#
458850276Speter# There are some tvi terminals that require incredible amounts of padding and
458950276Speter# some that don't.  I'm assuming tvi912 and tvi920 are the old slow ones, and
459050276Speter# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
459150276Speter#
459250276Speter# All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
459350276Speter# Televideo terminals are ANSI and PC-ANSI compatible.
459450276Speter
459550276Spetertvi803|televideo 803, 
459650276Speter	clear=\E*$<10>, use=tvi950, 
459750276Speter
459850276Speter# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
459950276Speter# Switch settings are:
460050276Speter# 
460150276Speter# S1  1 2 3 4
460250276Speter#     D D D D  9600
460350276Speter#     D D D U    50
460450276Speter#     D D U D    75
460550276Speter#     D D U U   110
460650276Speter#     D U D D   135
460750276Speter#     D U D U   150
460850276Speter#     D U U D   300
460950276Speter#     D U U U   600
461050276Speter#     U D D D  1200
461150276Speter#     U D D U  1800
461250276Speter#     U D U D  2400
461350276Speter#     U D U U  3600
461450276Speter#     U U D D  4800
461550276Speter#     U U D U  7200
461650276Speter#     U U U D  9600
461750276Speter#     U U U U 19200
461850276Speter# 
461950276Speter# S1  5 6 7 8
462050276Speter#     U D X D  7N1 (data bits, parity, stop bits) (X means ignored)
462150276Speter#     U D X U  7N2
462250276Speter#     U U D D  7O1
462350276Speter#     U U D U  7O2
462450276Speter#     U U U D  7E1
462550276Speter#     U U U U  7E2
462650276Speter#     D D X D  8N1
462750276Speter#     D D X U  8N2
462850276Speter#     D U D D  8O1
462950276Speter#     D U U U  8E2
463050276Speter# 
463150276Speter# S1  9  Autowrap
463250276Speter#     U  on
463350276Speter#     D  off
463450276Speter# 
463550276Speter# S1 10  CR/LF
463650276Speter#     U  do CR/LF when CR received
463750276Speter#     D  do CR when CR received
463850276Speter# 
463950276Speter# S2  1  Mode
464050276Speter#     U  block
464150276Speter#     D  conversational
464250276Speter# 
464350276Speter# S2  2  Duplex
464450276Speter#     U  half
464550276Speter#     D  full
464650276Speter# 
464750276Speter# S2  3  Hertz
464850276Speter#     U  50
464950276Speter#     D  60
465050276Speter# 
465150276Speter# S2  4  Edit mode
465250276Speter#     U  local
465350276Speter#     D  duplex
465450276Speter# 
465550276Speter# S2  5  Cursor type
465650276Speter#     U  underline
465750276Speter#     D  block
465850276Speter# 
465950276Speter# S2  6  Cursor down key
466050276Speter#     U  send ^J
466150276Speter#     D  send ^V
466250276Speter# 
466350276Speter# S2  7  Screen colour
466450276Speter#     U  green on black
466550276Speter#     D  black on green
466650276Speter# 
466750276Speter# S2  8  DSR status (pin 6)
466850276Speter#     U  disconnected
466950276Speter#     D  connected
467050276Speter# 
467150276Speter# S2  9  DCD status (pin 8)
467250276Speter#     U  disconnected
467350276Speter#     D  duplex
467450276Speter# 
467550276Speter# S2 10  DTR status (pin 20)
467650276Speter#     U  disconnected
467750276Speter#     D  duplex
467850276Speter# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
467950276Speter# <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
468050276Spetertvi910|televideo model 910, 
468150276Speter	am, msgr, 
468250276Speter	cols#80, it#8, lines#24, xmc#1, 
468350276Speter	bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
468450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
468550276Speter	home=\E=\001\001, hpa=\E]%p1%{32}%+%c, ht=^I, 
468650276Speter	if=/usr/share/tabset/stdcrt, ind=^J, invis@, kbs=^H, 
468750276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, 
468850276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
468950276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
469050276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
469150276Speter# From: Alan R. Rogers <rogers%albany@csnet-relay>
469250276Speter# as subsequently hacked over by someone at SCO
469350276Speter# (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
469450276Speter#
469550276Speter# Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
469650276Speter#
469750276Speter# S1  1 2 3 4:
469850276Speter#     D D D D  9600     D D D U    50     D D U D    75     D D U U   110
469950276Speter#     D U D D   135     D U D U   150     D U U D   300     D U U U   600
470050276Speter#     U D D D  1200     U D D U  1800     U D U D  2400     U D U U  3600
470150276Speter#     U U D D  4800     U U D U  7200     U U U D  9600     U U U U 19200
470250276Speter#
470350276Speter# S1  5 6 7 8:
470450276Speter#     U D X D  7N1     U D X U  7N2     U U D D  7O1     U U D U  7O2
470550276Speter#     U U U D  7E1     U U U U  7E2     D D X D  8N1     D D X U  8N2
470650276Speter#     D U D D  8O1     D U U U  8E2
470750276Speter# 
470850276Speter# S1  9  Autowrap            (U = on, D = off)
470950276Speter# S1 10  CR/LF               (U = CR/LF on CR received, D = CR on CR received)
471050276Speter# S2  1  Mode                (U = block, D = conversational)
471150276Speter# S2  2  Duplex              (U =  half, D = full)
471250276Speter# S2  3  Hertz               (U = 50, D = 60)
471350276Speter# S2  4  Edit mode           (U = local, D = duplex)
471450276Speter# S2  5  Cursor type         (U = underline, D = block)
471550276Speter# S2  6  Cursor down key     (U = send ^J, D = send ^V)
471650276Speter# S2  7  Screen colour       (U = green on black, D = black on green)
471750276Speter# S2  8  DSR status (pin 6)  (U = disconnected, D = connected)
471850276Speter# S2  9  DCD status (pin 8)  (U = disconnected, D = connected)
471950276Speter# S2 10  DTR status (pin 20) (U = disconnected, D = connected)
472050276Speter#
472150276Spetertvi910+|televideo 910+, 
472250276Speter	dch1=\EW, dl1=\ER$<33*>, home=^^, ich1=\EQ, il1=\EE$<33*>, 
472350276Speter	kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, 
472450276Speter	kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, 
472550276Speter	ll=\E=7\s, 
472650276Speter	use=tvi910, 
472750276Speter
472850276Speter# (tvi912: removed obsolete ":ma=^K^P^L :", added  <flash> and
472950276Speter# <khome> from BRL entry -- esr)
473050276Spetertvi912|tvi914|tvi920|old televideo 912/914/920, 
473150276Speter	am, msgr, 
473250276Speter	cols#80, it#8, lines#24, xmc#1, 
473350276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
473450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
473550276Speter	dl1=\ER$<33*>, ed=\Ey, el=\ET, flash=\Eb$<50/>\Ed, home=^^, 
473650276Speter	ht=^I, hts=\E1, ich1=\EQ, if=/usr/share/tabset/stdcrt, 
473750276Speter	il1=\EE$<33*>, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
473850276Speter	kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
473950276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
474050276Speter	kf9=^AH\r, khome=^^, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, 
474150276Speter	tbc=\E3, 
474250276Speter# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
474350276Speter# The 920 has this plus real function keys that xmit different things.
474450276Speter# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
474550276Spetertvi912c|tvi912b|new televideo 912, 
474650276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, use=tvi912, 
474750276Speter# set to page 1 when entering curses application (\E-17 )
474850276Speter# reset to page 0 when exiting curses application (\E-07 )
474950276Spetertvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages, 
475050276Speter	rmcup=\E-07\s, smcup=\E-17\s, use=tvi912, 
475150276Speter# We got some new tvi912c terminals that act really weird on the regular 
475250276Speter# termcap, so one of our gurus worked this up. Seems that cursor 
475350276Speter# addressing is broken.
475450276Spetertvi912cc|tvi912 at cowell college, 
475550276Speter	cup@, use=tvi912c, 
475650276Speter
475750276Speter# Here are the switch settings for the tvi920c:
475850276Speter#
475950276Speter# S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
476050276Speter# 2: 9600	3: 4800		4: 2400		5: 1200
476150276Speter# 6:  600	7:  300		8:  150		9:   75
476250276Speter# 10: 110
476350276Speter#
476450276Speter# S2 UART/Terminal options:
476550276Speter# 		Up			Down
476650276Speter# 1:		Not used		Not allowed
476750276Speter# 2:	Alternate character set	  Standard character set
476850276Speter# 3:	    Full duplex		    Half duplex
476950276Speter# 4:	    50 Hz refresh	    60 Hz refresh
477050276Speter# 5:	      No parity		     Send parity
477150276Speter# 6:	     2 stop bits	     1 stop bit
477250276Speter# 7:	     8 data bits	     7 data bits
477350276Speter# 8:		Not used		Not allowed on Rev E or lower
477450276Speter# 9:	     Even parity	     Odd parity
477550276Speter# 10:	    Steady cursor	    Blinking cursor
477650276Speter# 	(On Rev E or lower, use W25 instead of switch 10.)
477750276Speter# 
477850276Speter# S5 UART/Terminal options:
477950276Speter# 		Open			Closed
478050276Speter# 1:	P3-6 Not connected	DSR received on P3-6
478150276Speter# 2:	P3-8 Not connected	DCD received on P3-8
478250276Speter#
478350276Speter# 3 Open, 4 Open:		P3-20 Not connected
478450276Speter# 3 Open, 4 Closed:	DTR on when terminal is on
478550276Speter# 3 Closed, 4 Open:	DTR is connected to RTS
478650276Speter# 3 Closed, 4 Closed:	Not allowed
478750276Speter#
478850276Speter# 5 Closed:	HDX printer (hardware control) Rev. K with extension port off,
478950276Speter# 		all data transmitted out of the modem port (P3) will also be
479050276Speter# 		transmitted out of the printer port (P4).
479150276Speter#
479250276Speter# 6 Open, 7 Open:		Not allowed
479350276Speter# 6 Open, 7 Closed:	20ma current loop input
479450276Speter# 6 Closed, 7 Open:	RS232 input
479550276Speter# 6 Closed, 7 Closed:	Not allowed
479650276Speter#
479750276Speter# Jumper options:
479850276Speter# If the jumper is installed, the effect will occur (the next time the terminal
479950276Speter# is switched on).
480050276Speter#
480150276Speter# S4/W31:	Enables automatic LF upon receipt of CR from
480250276Speter# 		remote or keyboard.
480350276Speter# S4/W32:	Enables transmission of EOT at the end of Send.  If not 
480450276Speter# 		installed, a carriage return is sent.
480550276Speter# S4/W33:	Disables automatic carriage return in column 80.
480650276Speter# S4/W34:	Selects Page Print Mode as initial condition.  If not 
480750276Speter# 		installed, Extension Mode is selected.
480850276Speter#
480950276Spetertvi920b|tvi920c|new televideo 920, 
481050276Speter	dl1=\ER$<5*>, il1=\EE$<5*>, kf0=^AI\r, kf1=^A@\r, 
481150276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
481250276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
481350276Speter	use=tvi912, 
481450276Speter
481550276Speter# Televideo 921 and variants
481650276Speter# From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
481750276Speter# (tvi921: removed :ko=bt: before translation, I see no backtab cap;
481850276Speter# also added empty <acsc> to suppress tic warning -- esr)
481950276Spetertvi921|televideo model 921 with sysline same as page & real vi function, 
482050276Speter	am, hs, xenl, xhp, 
482150276Speter	cols#80, lines#24, xmc#0, 
482250276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
482350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
482450276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
482550276Speter	el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
482650276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, invis@, 
482750276Speter	is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H, 
482850276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>, 
482950276Speter	ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, nel=^M^J, rmacs=\E%, 
483050276Speter	rmir=, smacs=\E$, smir=, tsl=\Ef\EG0, 
483150276Speter	use=adm+sgr, 
483250276Speter# without the beeper
483350276Speter# (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
483450276Speter# also added empty <acsc> to suppress tic warning -- esr)
483550276Spetertvi92B|televideo model 921 with sysline same as page & real vi function & no beeper, 
483650276Speter	am, hs, xenl, xhp, 
483750276Speter	cols#80, lines#24, xmc#0, 
483850276Speter	acsc=, clear=^Z, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, cuf1=^L, 
483950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<3/>, cuu1=^K, 
484050276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY, 
484150276Speter	el=\ET, flash=\Eb$<200/>\Ed, fsl=\Eg, home=^^, ht=^I, 
484250276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
484350276Speter	invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, 
484450276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
484550276Speter	kdl1=\ER$<1*/>, ked=\EY, kel=\ET, kich1=\EQ, kil1=\EE, 
484650276Speter	nel=^M^J, rmacs=\E%, smacs=\E$, tsl=\Ef\EG0, 
484750276Speter	use=adm+sgr, 
484850276Speter# (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
484950276Spetertvi92D|tvi92B with DTR instead of XON/XOFF & better padding, 
485050276Speter	dl1=\ER$<2*/>, il1=\EE$<2*/>, 
485150276Speter	is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>, 
485250276Speter	kil1=\EE$<2*/>, 
485350276Speter	use=tvi92B, 
485450276Speter
485550276Speter# (tvi924: This used to have <dsl=\Es0>, <fsl=\031>.  I put the new strings
485650276Speter# in from a BSD termcap file because it looks like they do something the
485750276Speter# old ones skip -- esr)
485850276Spetertvi924|televideo tvi924, 
485950276Speter	am, bw, hs, in, mir, msgr, xenl, xon, 
486050276Speter	cols#80, it#8, lines#24, wsl#80, xmc#0, 
486150276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E.0, clear=\E*0, 
486250276Speter	cnorm=\E.3, cr=^M, csr=\E_%p1%{32}%+%c%p2%{32}%+%c, 
486350276Speter	cub1=^H, cud1=^V, cuf1=^L, 
486450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, 
486550276Speter	dch1=\EW, dl1=\ER, dsl=\Es0\Ef\031, ed=\Ey, el=\Et, 
486650276Speter	flash=\Eb$<200>\Ed, fsl=\031\Es1, home=^^, ht=^I, hts=\E1, 
486750276Speter	ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, ind=^J, 
486850276Speter	invis@, is1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0, 
486950276Speter	kbs=^H, kclr=\E*0, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
487050276Speter	kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A@\r, kf1=^AA\r, 
487150276Speter	kf10=^AJ\r, kf11=^AK\r, kf12=^AL\r, kf13=^AM\r, kf14=^AN\r, 
487250276Speter	kf15=^AO\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, 
487350276Speter	kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, 
487450276Speter	kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, 
487550276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, 
487650276Speter	pfkey=\E|%p1%{49}%+%c%p2%s\031, ri=\Ej, tbc=\E3, tsl=\Ef, use=adm+sgr, 
487750276Speter
487850276Speter# TVI925 DIP switches.  In each of these, D = Down and U = Up,
487950276Speter#
488050276Speter# Here are the settings for the external (baud) switches (S1):
488150276Speter#
488250276Speter#             Position		Baud
488350276Speter# 7	8	9	10		[Printer]
488450276Speter# 1	2	3	4		[Main RS232]
488550276Speter# -----------------------------------------------------
488650276Speter# D	D	D	D	9600
488750276Speter# D	D	D	U	  50
488850276Speter# D	D	U	D	  75
488950276Speter# D	D	U	U	 110
489050276Speter# D	U	D	D	 135
489150276Speter# D	U	D	U	 150
489250276Speter# D	U	U	D	 300
489350276Speter# D	U	U	U	 600
489450276Speter# U	D	D	D	1200
489550276Speter# U	D	D	U	1800
489650276Speter# U	D	U	D	2400
489750276Speter# U	D	U	U	3600
489850276Speter# U	U	D	D	4800
489950276Speter# U	U	D	U	7200
490050276Speter# U	U	U	D	9600
490150276Speter# U	U	U	U	19200
490250276Speter# 
490350276Speter# 
490450276Speter# Settings for word length and stop-bits (S1)
490550276Speter#
490650276Speter#  Position	Description
490750276Speter# 5	6	
490850276Speter# ---------------------------
490950276Speter# U	-	7-bit word
491050276Speter# D	-	8-bit word
491150276Speter# -	U	2 stop bits
491250276Speter# -	D	1 stop bit
491350276Speter# 
491450276Speter# 
491550276Speter# S2 (external) settings
491650276Speter#
491750276Speter# Position	Up	Dn	Description
491850276Speter# --------------------------------------------
491950276Speter# 1		X		Local edit
492050276Speter# 			X	Duplex edit (transmit editing keys)
492150276Speter# --------------------------------------------
492250276Speter# 2		X		912/920 emulation
492350276Speter# 			X	925
492450276Speter# --------------------------------------------
492550276Speter# 3			X
492650276Speter# 4			X	No parity
492750276Speter# 5			X	
492850276Speter# --------------------------------------------
492950276Speter# 3			X
493050276Speter# 4			X	Odd parity
493150276Speter# 5		X	
493250276Speter# --------------------------------------------
493350276Speter# 3			X
493450276Speter# 4		X		Even parity
493550276Speter# 5		X	
493650276Speter# --------------------------------------------
493750276Speter# 3		X	
493850276Speter# 4			X	Mark parity
493950276Speter# 5		X		
494050276Speter# --------------------------------------------
494150276Speter# 3		X
494250276Speter# 4		X		Space parity
494350276Speter# 5		X
494450276Speter# --------------------------------------------
494550276Speter# 6		X		White on black display
494650276Speter# 			X	Black on white display
494750276Speter# --------------------------------------------
494850276Speter# 7			X	Half Duplex
494950276Speter# 8			X
495050276Speter# --------------------------------------------
495150276Speter# 7		X		Full Duplex
495250276Speter# 8			X	
495350276Speter# --------------------------------------------
495450276Speter# 7			X	Block mode
495550276Speter# 8		X	
495650276Speter# --------------------------------------------
495750276Speter# 9			X	50 Hz
495850276Speter# 		X		60 Hz
495950276Speter# --------------------------------------------
496050276Speter# 10		X		CR/LF (Auto LF)
496150276Speter# 			X	CR only
496250276Speter# 
496350276Speter# S3 (internal switch) settings:
496450276Speter# 
496550276Speter# Position	Up	Dn	Description
496650276Speter# --------------------------------------------
496750276Speter# 1		X		Keyclick off 
496850276Speter# 			X	Keyclick on
496950276Speter# --------------------------------------------
497050276Speter# 2			X	English
497150276Speter# 3			X	
497250276Speter# --------------------------------------------
497350276Speter# 2			X	German
497450276Speter# 3		X		
497550276Speter# --------------------------------------------
497650276Speter# 2		X		French
497750276Speter# 3			X	
497850276Speter# --------------------------------------------
497950276Speter# 2		X		Spanish
498050276Speter# 3		X	
498150276Speter# --------------------------------------------
498250276Speter# 4			X	Blinking block cursor
498350276Speter# 5			X	
498450276Speter# --------------------------------------------
498550276Speter# 4			X	Blinking underline cursor
498650276Speter# 5		X		
498750276Speter# --------------------------------------------
498850276Speter# 4		X		Steady block cursor
498950276Speter# 5			X	
499050276Speter# --------------------------------------------
499150276Speter# 4		X		Steady underline cursor
499250276Speter# 5		X	
499350276Speter# --------------------------------------------
499450276Speter# 6		X		Screen blanking timer (ON)
499550276Speter# 			X	Screen blanking timer (OFF)
499650276Speter# --------------------------------------------
499750276Speter# 7		X		Page attributes
499850276Speter# 			X	Line attributes
499950276Speter# --------------------------------------------
500050276Speter# 8		X		DCD disconnected
500150276Speter# 			X	DCD connected
500250276Speter# --------------------------------------------
500350276Speter# 9		X		DSR disconnected
500450276Speter# 			X	DSR connected
500550276Speter# --------------------------------------------
500650276Speter# 10		X		DTR Disconnected
500750276Speter# 			X	DTR connected
500850276Speter# --------------------------------------------
500950276Speter#
501050276Speter# (tvi925: BSD has <clear=\E*>.  I got <is2> and <ri> from there -- esr)
501150276Spetertvi925|televideo 925, 
501250276Speter	am, bw, hs, ul, 
501350276Speter	cols#80, lines#24, xmc#1, 
501450276Speter	bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, 
501550276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
501650276Speter	cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eh, ed=\EY, el=\ET, 
501750276Speter	flash=\Eb$<200>\Ed, fsl=^M\Eg, home=^^, ht=^I, hts=\E1, 
501850276Speter	ich1=\EQ, il1=\EE, ind=^J, invis@, is2=\El\E", kbs=^H, kclr=^Z, 
501950276Speter	kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
502050276Speter	ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, 
502150276Speter	kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, 
502250276Speter	kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, ri=\Ej, tbc=\E3, 
502350276Speter	tsl=\Eh\Ef, 
502450276Speter	use=adm+sgr, 
502550276Speter# TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
502650276Speter# to avoid "magic cookie" standout glitch:
502750276Spetertvi925-hi|TeleVideo Model 925 with half intensity standout mode, 
502850276Speter	xmc@, 
502950276Speter	kbs=^H, kcub1=^H, kcud1=^J, rmso=\E(, smso=\E), use=tvi925, 
503050276Speter
503150276Speter# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
503250276Speter# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
503350276Speter# for additional capabilities, 
503450276Speter# The following tvi descriptions from B:pjphar and virus!mike
503550276Speter# is for all 950s.  It sets the following attributes:
503650276Speter# full duplex (\EDF)		write protect off (\E()
503750276Speter# conversation mode (\EC)	graphics mode off (\E%)
503850276Speter# white on black (\Ed)		auto page flip off (\Ew)
503950276Speter# turn off status line (\Eg)	clear status line (\Ef\r)
504050276Speter# normal video (\E0)		monitor mode off (\EX or \Eu)
504150276Speter# edit mode (\Er)		load blank char to space (\Ee\040)
504250276Speter# line edit mode (\EO)		enable buffer control (^O)
504350276Speter# protect mode off (\E\047)	duplex edit keys (\El)
504450276Speter# program unshifted send key to send line all (\E016)
504550276Speter# program shifted send key to send line unprotected (\E004)
504650276Speter# set the following to nulls:
504750276Speter#	field delimiter (\Ex0\200\200)
504850276Speter#	line delimiter (\Ex1\200\200)
504950276Speter#	start-protected field delimiter (\Ex2\200\200)
505050276Speter#	end-protected field delimiter (\Ex3\200\200)
505150276Speter# set end of text delimiter to carriage return/null (\Ex4\r\200)
505250276Speter# 
505350276Speter#                     TVI 950 Switch Setting Reference Charts
505450276Speter# 
505550276Speter#                                     TABLE 1:
505650276Speter# 
505750276Speter#      S1     1     2     3     4     5     6     7     8     9    10
505850276Speter#          +-----------------------+-----+-----+-----------------------+
505950276Speter#          | Computer Baud Rate    |Data |Stop | Printer Baud Rate     |
506050276Speter#          |                       |Bits |Bits |                       |
506150276Speter#   +------+-----------------------+-----+-----+-----------------------+
506250276Speter#   |  Up  |        See            |  7  |  2  |        See            |
506350276Speter#   +------+-----------------------+-----+-----+-----------------------+
506450276Speter#   | Down |      TABLE 2          |  8  |  1  |      TABLE 2          |
506550276Speter#   +------+-----------------------+-----+-----+-----------------------+
506650276Speter# 
506750276Speter# 
506850276Speter#      S2     1     2     3     4     5     6     7     8     9    10
506950276Speter#          +-----+-----+-----------------+-----+-----------+-----+-----+
507050276Speter#          |Edit |Cursr|    Parity       |Video|Transmiss'n| Hz  |Click|
507150276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
507250276Speter#   |  Up  | Dplx|Blink|      See        |GonBk|   See     | 60  | Off |
507350276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
507450276Speter#   | Down |Local|St'dy|    TABLE 3      |BkonG|  CHART    | 50  | On  |
507550276Speter#   +------+-----+-----+-----------------+-----+-----------+-----+-----+
507650276Speter#  
507750276Speter#                                    TABLE 2:
507850276Speter# 
507950276Speter#             +-----------+-----+-----+-----+-----+-----------+
508050276Speter#             | Display   |  1  |  2  |  3  |  4  |   Baud    |
508150276Speter#             +-----------+-----+-----+-----+-----+           |
508250276Speter#             | Printer   |  7  |  8  |  9  | 10  |   Rate    |
508350276Speter#             +-----------+-----+-----+-----+-----+-----------+
508450276Speter#                         |  D  |  D  |  D  |  D  |   9600    |
508550276Speter#                         |  U  |  D  |  D  |  D  |     50    |
508650276Speter#                         |  D  |  U  |  D  |  D  |     75    |
508750276Speter#                         |  U  |  U  |  D  |  D  |    110    |
508850276Speter#                         |  D  |  D  |  U  |  D  |    135    |
508950276Speter#                         |  U  |  D  |  U  |  D  |    150    |
509050276Speter#                         |  D  |  U  |  U  |  D  |    300    |
509150276Speter#                         |  U  |  U  |  U  |  D  |    600    |
509250276Speter#                         |  D  |  D  |  D  |  U  |   1200    |
509350276Speter#                         |  U  |  D  |  D  |  U  |   1800    |
509450276Speter#                         |  D  |  U  |  D  |  U  |   2400    |
509550276Speter#                         |  U  |  U  |  D  |  U  |   3600    |
509650276Speter#                         |  D  |  D  |  U  |  U  |   4800    |
509750276Speter#                         |  U  |  D  |  U  |  U  |   7200    |
509850276Speter#                         |  D  |  U  |  U  |  U  |   9600    |
509950276Speter#                         |  U  |  U  |  U  |  U  |  19200    |
510050276Speter#                         +-----+-----+-----+-----+-----------+
510150276Speter# 
510250276Speter#                                    TABLE 3:
510350276Speter#                         +-----+-----+-----+-----------+
510450276Speter#                         |  3  |  4  |  5  |   Parity  |
510550276Speter#                         +-----+-----+-----+-----------+
510650276Speter#                         |  X  |  X  |  D  |    None   |
510750276Speter#                         |  D  |  D  |  U  |     Odd   |
510850276Speter#                         |  D  |  U  |  U  |    Even   |
510950276Speter#                         |  U  |  D  |  U  |    Mark   |
511050276Speter#                         |  U  |  U  |  U  |   Space   |
511150276Speter#                         +-----+-----+-----+-----------+
511250276Speter#                                 X = don't care
511350276Speter# 
511450276Speter#                                     CHART:
511550276Speter#                         +-----+-----+-----------------+
511650276Speter#                         |  7  |  8  | Communication   |
511750276Speter#                         +-----+-----+-----------------+
511850276Speter#                         |  D  |  D  |  Half Duplex    |
511950276Speter#                         |  D  |  U  |  Full Duplex    |
512050276Speter#                         |  U  |  D  |     Block       |
512150276Speter#                         |  U  |  U  |     Local       |
512250276Speter#                         +-----+-----+-----------------+
512350276Speter# 
512450276Speter# (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:". 
512550276Speter# I also inserted <ich1> and <kich1>; the :ko: string indicated that <ich> 
512650276Speter# should be present and all tvi native modes use the same string for this.
512750276Speter# Finally, note that BSD has cud1=^V. -- esr) 
512850276Spetertvi950|televideo 950, 
512950276Speter	am, hs, mir, msgr, xenl, xon, 
513050276Speter	cols#80, it#8, lines#24, xmc#1, 
513150276Speter	acsc=b\011c\014d\re\ni\013, bel=^G, cbt=\EI, clear=\E*, 
513250276Speter	cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
513350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
513450276Speter	dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb$<200/>\Ed, 
513550276Speter	fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, 
513650276Speter	invis@, 
513750276Speter	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, 
513850276Speter	kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, 
513950276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, 
514050276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
514150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
514250276Speter	kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, ri=\Ej, rmacs=^X, 
514350276Speter	rmir=\Er, smacs=^U, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
514450276Speter	use=adm+sgr, 
514550276Speter#
514650276Speter# is for 950 with two pages adds the following:
514750276Speter#	set 48 line page (\E\\2)
514850276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
514950276Speter#	set local (no send) edit keys (\Ek)
515050276Speter#
515150276Speter# two page 950 adds the following:
515250276Speter#	when entering ex, set 24 line page (\E\\1)
515350276Speter#	when exiting ex, reset 48 line page (\E\\2)
515450276Speter#			 place cursor at 0,24,1 (\E-07 )
515550276Speter#	set duplex (send) edit keys (\El) when entering vi
515650276Speter#	set local (no send) edit keys (\Ek) when exiting vi
515750276Speter#
515850276Spetertvi950-2p|televideo950 w/2 pages, 
515950276Speter	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, 
516050276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
516150276Speter	smkx=\El, 
516250276Speter	use=tvi950, 
516350276Speter#
516450276Speter# is for 950 with four pages adds the following:
516550276Speter#	set 96 line page (\E\\3)
516650276Speter#	place cursor at page 0, line 24, column 1 (\E-07 )
516750276Speter#
516850276Speter# four page 950 adds the following:
516950276Speter#	when entering ex, set 24 line page (\E\\1)
517050276Speter#	when exiting ex, reset 96 line page (\E\\3)
517150276Speter#			 place cursor at 0,24,1 (\E-07 )
517250276Speter#
517350276Spetertvi950-4p|televideo950 w/4 pages, 
517450276Speter	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, 
517550276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
517650276Speter	smkx=\El, 
517750276Speter	use=tvi950, 
517850276Speter#
517950276Speter# <is2> for reverse video 950 changes the following:
518050276Speter#	set reverse video (\Ed)
518150276Speter#
518250276Speter# set vb accordingly (\Ed ...delay... \Eb)
518350276Speter#
518450276Spetertvi950-rv|televideo950 rev video, 
518550276Speter	flash=\Ed$<200/>\Eb, 
518650276Speter	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, use=tvi950, 
518750276Speter
518850276Speter# tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
518950276Spetertvi950-rv-2p|televideo950 rev video w/2 pages, 
519050276Speter	flash=\Ed$<200/>\Eb, 
519150276Speter	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, 
519250276Speter	rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
519350276Speter	smkx=\El, 
519450276Speter	use=tvi950, 
519550276Speter
519650276Speter# tvi950-rv uses the appropriate entries from 950-4p and 950-rv
519750276Spetertvi950-rv-4p|televideo950 rev video w/4 pages, 
519850276Speter	flash=\Ed$<200/>\Eb, 
519950276Speter	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, 
520050276Speter	rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s, 
520150276Speter	smkx=\El, 
520250276Speter	use=tvi950, 
520350276Speter# From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
520450276Speter# (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
520550276Speter# removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
520650276Speter# the :rs: string, inserted the <ich> implied by the termcap :ko: string.  Note
520750276Speter# the :ko: string had :cl: in it, which means that one of the original
520850276Speter# <clear=\E*>, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
520950276Speter# the 950 has.   Finally, corrected the <kel> string to match the 950 and what
521050276Speter# ko implies -- esr)
521150276Speter# If the BSD termcap file was right, <cup=\E=%p1%{32}%+%c%p2%{32}%+%c> would
521250276Speter# also work.
521350276Spetertvi955|televideo 955, 
521450276Speter	mc5i, msgr@, 
521550276Speter	it#8, xmc@, 
521650276Speter	acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, 
521750276Speter	civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH, 
521850276Speter	cvvis=\E.1, dim=\E[=5h, ind@, invis=\EG1, 
521950276Speter	is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1, 
522050276Speter	knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, rmacs=\E%, 
522150276Speter	rmam=\E[=7l, rmxon=^N, 
522250276Speter	rs1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r, 
522350276Speter	sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smxon=^O, 
522450276Speter	use=tvi950, 
522550276Spetertvi955-w|955-w|televideo955 w/132 cols, 
522650276Speter	cols#132, 
522750276Speter	is2=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El, use=tvi955, 
522850276Speter# use half-intensity as normal mode, full intensity as <bold>
522950276Spetertvi955-hb|955-hb|televideo955 half-bright, 
523050276Speter	bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, 
523150276Speter	sgr0=\EG0\E[=5h, 
523250276Speter	use=tvi955, 
523350276Speter# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
523450276Speter# (tvi970: removed ":sg#0:"; removed <rmso>=\E[m, <rmul>=\E[m;
523550276Speter# added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
523650276Speter# According to BRL we could have <rmkx>=\E>, <smkx>=\E= but I'm not sure what
523750276Speter# it does to the function keys.  I deduced <rmam>/<smam>.
523850276Speter# also added empty <acsc> to suppress tic warning,  -- esr)
523950276Spetertvi970|televideo 970, 
524050276Speter	am, da, db, mir, msgr, 
524150276Speter	cols#80, it#8, lines#24, 
524250276Speter	acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, 
524350276Speter	cub1=^H, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, 
524450276Speter	cuu1=\EM, cvvis=\E[1Q, dch1=\E[P, dl1=\E[M, dsl=\Eg\Ef\r, 
524550276Speter	ed=\E[J, el=\E[K, flash=\E[5m$<200/>\E[m, home=\E[H, 
524650276Speter	hpa=\E[%i%p1%dG, ht=^I, il1=\E[L, 
524750276Speter	is2=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J, 
524850276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
524950276Speter	kf1=\E?a, kf2=\E?b, kf3=\E?c, kf4=\E?d, kf5=\E?e, kf6=\E?f, 
525050276Speter	kf7=\E?g, kf8=\E?h, kf9=\E?i, khome=\E[H, ri=\EM, rmacs=\E(B, 
525150276Speter	rmam=\E[?7h, rmcup=, rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
525250276Speter	sgr0=\E[m, smacs=\E(B, smam=\E[?7l, 
525350276Speter	smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m, 
525450276Speter	smul=\E[4m, vpa=\E[%i%p1%dd, 
525550276Spetertvi970-vb|televideo 970 with visual bell, 
525650276Speter	flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l, use=tvi970, 
525750276Spetertvi970-2p|televideo 970 with using 2 pages of memory, 
525850276Speter	rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q, 
525950276Speter	use=tvi970, 
526050276Speter# Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
526150276Speter# per line (rather than 40), Esc K chooses the normal character set.  Not sure
526250276Speter# padding is needed, but adapted from the tvi920c termcap.  The <smso> and 
526350276Speter# <smul> strings are klutzy, but at least use no screen space.
526450276Speter# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
526550276Speter# its absence means <smam>=\Ev isn't safe to use. -- esr)
526650276Speter# From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84. 
526750276Speter# The <ed>/<kf0>/<kf1>/<khome>/<mc4>, and <mc5> caps are from BRL, which says:
526850276Speter# F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
526950276Spetertvipt|televideo personal terminal, 
527050276Speter	am, 
527150276Speter	cols#80, lines#24, 
527250276Speter	cbt=\EI, clear=^Z, cub1=^H, cuf1=^L, 
527350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER$<5*>, 
527450276Speter	ed=\EY, el=\ET, home=^^, if=/usr/share/tabset/stdcrt, 
527550276Speter	il1=\EE$<5*>, is2=\Ev\Eu\EK, kbs=^H, kcub1=^H, kcud1=^J, 
527650276Speter	kcuf1=^L, kcuu1=^K, kf0=^A, kf1=^B, khome=^^, mc4=^T, mc5=^R, 
527750276Speter	rmso=\EF, rmul=\EF, smso=\EG1@A\EH, smul=\EG1B@\EH, 
527850276Speter# From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
527950276Spetertvi9065|televideo 9065, 
528050276Speter	am, bw, chts, hs, mc5i, mir, msgr, xenl, xon, 
528150276Speter	cols#80, it#8, lh#1, lines#25, lm#0, lw#9, ma#4, nlab#8, vt#0, 
528250276Speter	wnum#0, wsl#30, 
528350276Speter	acsc='r0_jhkglfmeniopqksqtmulvownxj, bel=^G, 
528450276Speter	blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z, 
528550276Speter	cnorm=\E.3, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, 
528650276Speter	cub1=^H, cud=\E[%p1%dB, cud1=^V, cuf=\E[%p1%dC, cuf1=^L, 
528750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu=\E[%p1%dA, 
528850276Speter	cuu1=^K, cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp, 
528950276Speter	dl=\E[%p1%dM, dl1=\ER, dsl=\E_30\r, ech=\E[%p1%d@, ed=\EY, 
529050276Speter	el=\ET, flash=\Eb$<15>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, 
529150276Speter	ich=\E[%p1%d@, if=/usr/share/tabset/stdcrt, 
529250276Speter	il=\E[%p1%dL, il1=\EE, ind=^J, indn=\E[%p1%dS, invis=\EG1, 
529350276Speter	ip=$<3>, 
529450276Speter	is1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er, 
529550276Speter	is2=\EF2\EG0\E\\L, is3=\E<\E[=4l\E[=8h, kHOM=\E\s\s\s, 
529650276Speter	kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, 
529750276Speter	kdch1=\EW, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, 
529850276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
529950276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=\E[25;1H, 
530050276Speter	mc0=\E[0;0i, mc4=\Ea, mc5=\E`, nel=^M^J, 
530150276Speter	pfkey=\E|%p1%{48}%+%c3%p2%s\031, 
530250276Speter	pfloc=\E|%p1%{48}%+%c2%p2%s\031, 
530350276Speter	pfx=\E|%p1%{48}%+%c1%p2%s\031, 
530450276Speter	pln=\E_%p1%{63}%+%c%p2%s\r, prot=\E&, 
530550276Speter	rep=\E[%p2%db%p1%c, rev=\EG4, 
530650276Speter	rf=/usr/share/tabset/stdcrt, ri=\Ej, rin=\E[%p1%dT, 
530750276Speter	rmacs=\E%, rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, 
530850276Speter	rmdc=\0, rmir=\Er, rmln=\E[4;1v, rmso=\EG0, rmul=\EG0, 
530950276Speter	rmxon=^N, rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l, 
531050276Speter	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, 
531150276Speter	rs3=\E[=19h\E.3\E9\E0O\0\0\0\0\0\E0o\0\0\0\0\0\E0J\177\0\0\0\0, 
531250276Speter	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%%%;, 
531350276Speter	sgr0=\EG0, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er, 
531450276Speter	smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O, 
531550276Speter	tbc=\E3, tsl=\E[4;1v\E_30, uc=\EG8\EG0, 
531650276Speter
531750276Speter#### Visual (vi)
531850276Speter#
531950276Speter# In September 1993, Visual Technology of Westboro, Massachusetts,
532050276Speter# merged with White Pine Software of Nashua, New Hampshire.
532150276Speter#
532250276Speter# White Pine Software may be contacted at +1 603/886-9050.
532350276Speter# Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
532450276Speter#
532550276Speter
532650276Speter# Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
532750276Speter# Recently I hacked together the following termcap for Visual
532850276Speter# Technology's Visual 50 terminal. It's a slight modification of
532950276Speter# the vt52 termcap. 
533050276Speter# It's intended to run when the Visual 50 is in vt52 emulation mode
533150276Speter# (I know what you're thinking; if it's emulating a vt52, then why
533250276Speter# another termcap? Well, it turns out that the Visual 50 can handle
533350276Speter# <dl1> and db(?) among other things, which the vt52 can't)
533450276Speter# The termcap works OK for the most part. The only problem is on
533550276Speter# character inserts. The whole line gets painfully redrawn for each
533650276Speter# character typed. Any suggestions?
533750276Speter# Beau's entry is combined with the vi50 entry from University of Wisconsin.
533850276Speter# Note especially the <il1> function.  <kf4>-<kf6> are really l4-l6 in
533950276Speter# disguise; <kf7>-<kf9> are really l1-l3.
534050276Spetervi50|visual 50, 
534150276Speter	am, da, db, msgr, 
534250276Speter	cols#80, it#8, lines#24, 
534350276Speter	bel=^G, cbt=\Ez$<4/>, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, 
534450276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
534550276Speter	dl1=\EM$<3*/>, ed=\EJ, el=\EK$<16/>, home=\EH, ht=^I, 
534650276Speter	il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
534750276Speter	kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\EV, kf5=\EE, 
534850276Speter	kf6=\E], kf7=\EL, kf8=\Ev, kf9=\EM, khome=\EH, nel=^M^J, 
534950276Speter	ri=\EI, rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, 
535050276Speter# this one was BSD & SCO's vi50
535150276Spetervi50adm|visual 50 in adm3a mode, 
535250276Speter	am, msgr, 
535350276Speter	cols#80, it#8, lines#24, 
535450276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
535550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\EM, 
535650276Speter	ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, 
535750276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, 
535850276Speter	rmso=\ET, smso=\EU, 
535950276Speter# From: Jeff Siegal <jbs@athena.mit.edu>
536050276Spetervi55|Visual 55, 
536150276Speter	am, mir, msgr, 
536250276Speter	cols#80, it#8, lines#24, 
536350276Speter	clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H, 
536450276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
536550276Speter	cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, 
536650276Speter	il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, 
536750276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, rmir=\Eb, rmso=\ET, 
536850276Speter	smir=\Ea, smso=\EU, 
536950276Speter
537050276Speter# Visual 200 from BRL
537150276Speter# The following switch settings are assumed for normal operation:
537250276Speter#	FULL_DUPLEX		SCROLL			CR
537350276Speter#	AUTO_NEW_LINE_ON	VISUAL_200_EMULATION_MODE
537450276Speter# Other switches may be set for operator convenience or communication
537550276Speter# requirements.
537650276Speter# Character insertion is kludged in order to get around the "beep" misfeature.
537750276Speter# (This cap is commented out because <smir>/<rmir> is more efficient -- esr)
537850276Speter# Supposedly "4*" delays should be used for <il1>, <ed>, <clear>, <dch1>,
537950276Speter# and <dl1> strings, but we seem to get along fine without them.
538050276Spetervi200|visual 200, 
538150276Speter	am, mir, msgr, 
538250276Speter	cols#80, it#8, lines#24, 
538350276Speter	acsc=, bel=^G, cbt=\Ez, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, 
538450276Speter	cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
538550276Speter	cuu1=\EA, cvvis=\Ed, dch1=\EO, dim=\E4, dl1=\EM, ed=\Ey, 
538650276Speter	el=\Ex, home=\EH, ht=^I, hts=\E1, il1=\EL, ind=^J, invis=\Ea, 
538750276Speter	kbs=^H, kclr=\Ev, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
538850276Speter	kcuu1=\EA, kdch1=\EO, kdl1=\EM, ked=\EJ, kel=\Et, kf0=\E?p, 
538950276Speter	kf1=\E?q, kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, 
539050276Speter	kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, khts=\E1, kich1=\Ei, 
539150276Speter	kil1=\EL, krmir=\Ej, mc0=\EH\E], mc4=\EX, mc5=\EW, ri=\EI, 
539250276Speter	rmacs=\EG, rmkx=\E>, rmso=\E3, 
539350276Speter	rs1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX, sgr0=\E3\Eb, smacs=\EF, 
539450276Speter	smkx=\E=, smso=\E4, tbc=\Eg, 
539550276Speter# The older Visuals didn't come with function keys. This entry uses
539650276Speter# <smkx> and <rmkx> so that the keypad keys can be used as function keys.
539750276Speter# If your version of vi doesn't support function keys you may want
539850276Speter# to use vi200-f.
539950276Spetervi200-f|visual 200 no function keys, 
540050276Speter	is2=\E3\Eb\Ej\E\\\El\EG\Ed\Ek, kf0=\E?p, kf1=\E?q, 
540150276Speter	kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, kf7=\E?w, 
540250276Speter	kf8=\E?x, kf9=\E?y, rmkx=\E>, rmso@, smkx=\E=, smso@, 
540350276Speter	use=vi200, 
540450276Spetervi200-rv|visual 200 reverse video, 
540550276Speter	cnorm@, cvvis@, ri@, rmso=\E3, smso=\E4, use=vi200, 
540650276Speter
540750276Speter# the function keys are programmable but we don't reprogram them to their
540850276Speter# default values with <is2> because programming them is very verbose. maybe
540950276Speter# an initialization file should be made for the 300 and they could be stuck
541050276Speter# in it.
541150276Speter# (vi300: added <rmam>/<smam> based on init string -- esr)
541250276Spetervi300|visual 300 ansi x3.64, 
541350276Speter	am, bw, mir, xenl, 
541450276Speter	cols#80, lines#24, 
541550276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
541650276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
541750276Speter	dch1=\E[P$<40>, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
541850276Speter	il1=\E[L, ind=^J, 
541950276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s, 
542050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
542150276Speter	kf1=\E_A\E\\, kf2=\E_B\E\\, kf3=\E_C\E\\, kf4=\E_D\E\\, 
542250276Speter	kf5=\E_E\E\\, kf6=\E_F\E\\, kf7=\E_G\E\\, kf8=\E_H\E\\, 
542350276Speter	kf9=\E_I\E\\, khome=\E[H, ri=\EM, rmam=\E[?7l, rmir=\E[4l, 
542450276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
542550276Speter	smso=\E[1m, smul=\E[4m, 
542650276Speter# some of the vi300s have older firmware that has the command
542750276Speter# sequence for setting editing extent reversed.
542850276Spetervi300-old|visual 300 with old firmware (set edit extent reversed), 
542950276Speter	is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, 
543050276Speter	use=vi300, 
543150276Speter
543250276Speter# Visual 500 prototype entry from University of Wisconsin.
543350276Speter# The best place to look for the escape sequences is page A1-1 of the
543450276Speter# Visual 500 manual.  The initialization sequence given here may be
543550276Speter# overkill, but it does leave out some of the initializations which can
543650276Speter# be done with the menus in set-up mode.
543750276Speter# The :xp: line below is so that emacs can understand the padding requirements
543850276Speter# of this slow terminal.  :xp: is 10 time the padding factor.
543950276Speter# (vi500: removed unknown :xp#4: termcap;
544050276Speter# also added empty <acsc> to suppress tic warning -- esr)
544150276Spetervi500|visual 500, 
544250276Speter	am, mir, msgr, 
544350276Speter	cols#80, it#8, lines#33, 
544450276Speter	acsc=, cbt=\Ez$<4/>, clear=\Ev$<6*/>, cr=^M, 
544550276Speter	csr=\E(%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=\EB, 
544650276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
544750276Speter	dch1=\EO$<3*/>, dl1=\EM$<3*/>, ed=\Ey$<3*/>, 
544850276Speter	el=\Ex$<16/>, home=\EH, ht=\011$<8/>, il1=\EL\Ex$<3*/>, 
544950276Speter	ind=^J, 
545050276Speter	is2=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\, 
545150276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
545250276Speter	khome=\EH, nel=^M^J, rmacs=^O, rmir=\Ej, rmso=\E^G, 
545350276Speter	rmul=\E^C, smacs=^N, smir=\Ei, smso=\E^H, smul=\E^D, 
545450276Speter
545550276Speter# The visual 550 is a visual 300 with tektronix graphics,
545650276Speter# and with 33 lines. clear screen is modified here to
545750276Speter# also clear the graphics.
545850276Spetervi550|visual 550 ansi x3.64, 
545950276Speter	lines#33, 
546050276Speter	clear=\030\E[H\E[2J, use=vi300, 
546150276Speter
546250276Spetervi603|visual603|visual 603, 
546350276Speter	hs, mir, 
546450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
546550276Speter	csr=\E[%i%p1%d;%p2%dr, cuf1=\E[C, 
546650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
546750276Speter	dsl=\EP2;1~\E\\, ed=\E[J, el=\E[K, fsl=\E\\, il1=\E[L, 
546850276Speter	ind=\ED, is1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r, 
546950276Speter	rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
547050276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=\EP2~, 
547150276Speter	use=vt100, 
547250276Speter
547350276Speter#### Wyse (wy)
547450276Speter#
547550276Speter#	Wyse Technology
547650276Speter#	3471 North First Street
547750276Speter#	San Jose, CA 95134
547850276Speter#	Vox: (408)-473-1200
547950276Speter#	Fax: (408) 473-1222
548050276Speter#	Web: http://www.wyse.com
548150276Speter#
548250276Speter# Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
548350276Speter# (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
548450276Speter# obvious address, <http://www.wyse.com>.  They keep terminfo entries at
548550276Speter# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
548650276Speter#
548750276Speter# Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
548850276Speter# They now own the Qume and Amdek brands, too.  So these are the people to
548950276Speter# talk with about all Link, Qume, and Amdek terminals.
549050276Speter#
549150276Speter# These entries include a few small fixes.
549250276Speter# I canceled the bel capacities in the vb entries.
549350276Speter# I made two trivial syntax fixes in the wyse30 entry.
549450276Speter# I made some entries relative to adm+sgr.
549550276Speter#
549650276Speter#
549750276Speter# Note: The wyse75, wyse85, and wyse99 have been discontinued.
549850276Speter
549950276Speter#	   Although the Wyse 30 can support more than one attribute
550050276Speter#	it requires magic cookies to do so.  Many applications do not
550150276Speter#	function well with magic cookies.  The following terminfo uses
550250276Speter#	the protect mode to support one attribute (dim) without cookies.
550350276Speter#	If more than one attribute is needed then the wy30-mc terminfo
550450276Speter#	should be used.
550550276Speter#
550650276Speterwy30|wyse30|Wyse 30, 
550750276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
550850276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
550950276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
551050276Speter	civis=\E`0, clear=\E+$<80>, cnorm=\E`1, cr=^M, cub1=^H, 
551150276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
551250276Speter	cuu1=^K, dch1=\EW$<10>, dim=\E`7\E), dl1=\ER$<1>, 
551350276Speter	dsl=\EF\r, ed=\EY$<80>, el=\ET, flash=\E`8$<100/>\E`9, 
551450276Speter	fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<2>, 
551550276Speter	ind=\n$<2>, ip=$<2>, is2=\E'\E(\E\^3\E`9\016\024, 
551650276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
551750276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, 
551850276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
551950276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, 
552050276Speter	kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, 
552150276Speter	mc5=^X, nel=^M^J, pfx=\Ez%p1%{63}%+%c%p2%s\177, 
552250276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, 
552350276Speter	rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
552450276Speter	sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
552550276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
552650276Speter	smso=\E`7\E), tbc=\E0, tsl=\EF, 
552750276Speter#
552850276Speter#	This terminal description uses the non-hidden attribute mode
552950276Speter#	(with magic cookie).
553050276Speter#
553150276Speter# (wy30-mc: added <smcup> to suppress tic warning --esr)
553250276Speterwy30-mc|wyse30-mc|wyse 30 with magic cookies, 
553350276Speter	msgr@, 
553450276Speter	ma@, xmc#1, 
553550276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rmacs=\EG0\EH\003, 
553650276Speter	rmcup=\EG0, rmso=\EG0, 
553750276Speter	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%;, 
553850276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
553950276Speter	smso=\EG4, use=wy30, 
554050276Speter	use=adm+sgr, 
554150276Speter#	The mandatory pause used by <flash> does not work with
554250276Speter#	older versions of terminfo.  If you see this effect then
554350276Speter#	unset xon and delete the / from the delay.
554450276Speter#	i.e. change $<100/> to $<100>
554550276Speterwy30-vb|wyse30-vb|wyse 30 visible bell, 
554650276Speter	bel@, use=wy30, 
554750276Speter#
554850276Speter#	   The Wyse 50 can support one attribute (e.g. Dim, Inverse,
554950276Speter#	Normal) without magic cookies by using the protect mode.
555050276Speter#	The following description uses this feature, but when more
555150276Speter#	than one attribute is put on the screen at once, all attributes
555250276Speter#	will be changed to be the same as the last attribute given.
555350276Speter#	   The Wyse 50 can support more attributes when used with magic
555450276Speter#	cookies.  The wy50-mc terminal description uses magic cookies
555550276Speter#	to correctly handle multiple attributes on a screen.
555650276Speter#
555750276Speterwy50|wyse50|Wyse 50, 
555850276Speter	am, bw, hs, mc5i, mir, msgr, xon, 
555950276Speter	cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, 
556050276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, 
556150276Speter	civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, cub1=^H, 
556250276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
556350276Speter	cuu1=^K, dch1=\EW$<1>, dim=\E`7\E), dl1=\ER, dsl=\EF\r, 
556450276Speter	ed=\EY$<20>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
556550276Speter	home=^^, ht=^I, hts=\E1, il1=\EE, ind=\n$<2>, ip=$<1>, 
556650276Speter	is1=\E`\:\E`9$<30>, is2=\016\024\E'\E(, kHOM=\E{, kbs=^H, 
556750276Speter	kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
556850276Speter	kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
556950276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
557050276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
557150276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
557250276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
557350276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, 
557450276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
557550276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), 
557650276Speter	ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, 
557750276Speter	sgr=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, 
557850276Speter	sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, 
557950276Speter	smso=\E`6\E), tbc=\E0, tsl=\EF, 
558050276Speter#
558150276Speter#	This terminal description uses the non-hidden attribute mode
558250276Speter#	(with magic cookie).
558350276Speter#
558450276Speter#	The mandatory pause used by flash does not work with some
558550276Speter#	older versions of terminfo.  If you see this effect then
558650276Speter#	unset <xon> and delete the / from the delay.
558750276Speter#	i.e. change $<100/> to $<100>
558850276Speter# (wy50-mc: added <smcup> to suppress tic warning --esr)
558950276Speterwy50-mc|wyse50-mc|wyse 50 with magic cookies, 
559050276Speter	msgr@, 
559150276Speter	ma@, xmc#1, 
559250276Speter	blink=\EG2, dim=\EGp, prot=\EG0\E), rev=\EG4, 
559350276Speter	rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, 
559450276Speter	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%;, 
559550276Speter	sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smcup=, 
559650276Speter	smso=\EGt, use=wy50, 
559750276Speter	use=adm+sgr, 
559850276Speterwy50-vb|wyse50-vb|wyse 50 visible bell, 
559950276Speter	bel@, use=wy50, 
560050276Speterwy50-w|wyse50-w|wyse 50 132-column, 
560150276Speter	cols#132, lw#7, nlab#16, wsl#97, 
560250276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy50, 
560350276Speterwy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, 
560450276Speter	bel@, 
560550276Speter	use=wy50-w, 
560650276Speter
560750276Speter#
560850276Speter#	The Wyse 350 is a Wyse 50 with color.
560950276Speter#	Unfortunately this means that it has magic cookies.
561050276Speter#	The color attributes are designed to overlap the reverse, dim and
561150276Speter#	underline attributes.  This is nice for monochrome applications
561250276Speter#	because you can make underline stuff green (or any other color)
561350276Speter#	but for true color applications it's not so hot because you cannot
561450276Speter#	mix color with reverse, dim or underline.
561550276Speter#	    To further complicate things one of the attributes must be
561650276Speter#	black (either the foreground or the background).  In reverse video
561750276Speter#	the background changes color with black letters.  In normal video
561850276Speter#	the foreground changes colors on a black background.  
561950276Speter#	    This terminfo uses some of the more advanced features of curses
562050276Speter#	to display both color and blink.  In the final analysis I am not
562150276Speter#	sure that the wy350 runs better with this terminfo than it does
562250276Speter#	with the wy50 terminfo (with user adjusted colors).
562350276Speter#
562450276Speter#	The mandatory pause used by flash does not work with
562550276Speter#	older versions of terminfo.  If you see this effect then
562650276Speter#	unset xon and delete the / from the delay.
562750276Speter#	i.e. change $<100/> to $<100>
562850276Speter#
562950276Speter# Bug: The <op> capability resets attributes.
563050276Speterwy350|wyse350|Wyse 350, 
563150276Speter	am, bw, hs, mc5i, mir, xon, 
563250276Speter	colors#8, cols#80, lh#1, lines#24, lw#8, ncv#55, nlab#8, pairs#8, 
563350276Speter	wsl#45, xmc#1, 
563450276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
563550276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
563650276Speter	cub1=^H, cud1=^J, cuf1=^L, 
563750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<1>, 
563850276Speter	dim=\EGp, dl1=\ER, dsl=\EF\r, ed=\EY$<20>, el=\ET, 
563950276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
564050276Speter	il1=\EE, ind=\n$<2>, ip=$<1>, is1=\E`\:\E`9$<30>, 
564150276Speter	is2=\016\024\E'\E(, is3=\E%?, kHOM=\E{, kbs=^H, kcbt=\EI, 
564250276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, 
564350276Speter	ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
564450276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
564550276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
564650276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
564750276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
564850276Speter	ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, 
564950276Speter	pfx=\Ez%p1%{63}%+%c%p2%s\177, 
565050276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\EG0\E), ri=\Ej, 
565150276Speter	rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, setb=, 
565250276Speter	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, 
565350276Speter	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%;, 
565450276Speter	sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, 
565550276Speter	smir=\Eq, smln=\EA10, tbc=\E0, tsl=\EF, 
565650276Speter	use=adm+sgr, 
565750276Speterwy350-vb|wyse350-vb|wyse 350 visible bell, 
565850276Speter	bel@, use=wy350, 
565950276Speterwy350-w|wyse350-w|wyse 350 132-column, 
566050276Speter	cols#132, lw#7, nlab#16, wsl#97, 
566150276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy350, 
566250276Speterwy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, 
566350276Speter	bel@, 
566450276Speter	use=wy350-w, 
566550276Speter#
566650276Speter#	This terminfo description is untested.
566750276Speter#	The wyse100 emulates an adm31, so the adm31 entry should work.
566850276Speter#
566950276Speterwy100|wyse 100, 
567050276Speter	hs, mir, 
567150276Speter	cols#80, lines#24, xmc#1, 
567250276Speter	bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
567350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
567450276Speter	dl1=\ER, dsl=\EA31, ed=\EY, el=\ET, fsl=^M, il1=\EE, ind=^J, 
567550276Speter	invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
567650276Speter	kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, 
567750276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, 
567850276Speter	rmir=\Er, smir=\Eq, tsl=\EF, 
567950276Speter	use=adm+sgr, 
568050276Speter#
568150276Speter#	The Wyse 120/150 has most of the features of the Wyse 60.
568250276Speter#	This terminal does not need padding up to 9600 baud!
568350276Speter#	<msgr> should be set but the clear screen fails when in
568450276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
568550276Speter#	then set <msgr>.
568650276Speter#
568750276Speterwy120|wyse120|wy150|wyse150|Wyse 120/150, 
568850276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
568950276Speter	cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
569050276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
569150276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
569250276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
569350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
569450276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
569550276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=\011$<1>, 
569650276Speter	hts=\E1, il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
569750276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
569850276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
569950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
570050276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
570150276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
570250276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
570350276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
570450276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
570550276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
570650276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
570750276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
570850276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
570950276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, 
571050276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
571150276Speter	rs3=\EwG\Ee($<100>, 
571250276Speter	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, 
571350276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
571450276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
571550276Speter	tbc=\E0, tsl=\EF, 
571650276Speter	use=adm+sgr, 
571750276Speter#
571850276Speterwy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, 
571950276Speter	cols#132, lw#7, nlab#16, wsl#97, 
572050276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
572150276Speter	rs2=\E`;$<70>, use=wy120, 
572250276Speter#
572350276Speterwy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines, 
572450276Speter	lh@, lines#25, lw@, nlab@, 
572550276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120, 
572650276Speter#
572750276Speterwy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines, 
572850276Speter	lh@, lines#25, lw@, nlab@, 
572950276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, 
573050276Speter#
573150276Speterwy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, 
573250276Speter	bel@, 
573350276Speter	use=wy120, 
573450276Speter#
573550276Speterwy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, 
573650276Speter	bel@, 
573750276Speter	use=wy120-w, 
573850276Speter#
573950276Speter#	The Wyse 60 is like the Wyse 50 but with more padding.
574050276Speter#	The reset strings are slow and the pad times very depending
574150276Speter#	on other parameters such as font loading.  I have tried
574250276Speter#	to follow the following outline:
574350276Speter#
574450276Speter#		<rs1> -> set personality
574550276Speter#		<rs2> -> set number of columns
574650276Speter#		<rs3> -> set number of lines
574750276Speter#		<is1> -> select the proper font
574850276Speter#		<is2> -> do the initialization
574950276Speter#		<is3> -> set up display memory (2 pages)
575050276Speter#
575150276Speter#	The Wyse 60's that have vt100 emulation are slower than the
575250276Speter#	older Wyse 60's.  This change happened mid-1987.
575350276Speter#	The capabilities effected are <dch1> <dl1> <il1> <ind> <ri>
575450276Speter#
575550276Speter#	The meta key is only half right.  This terminal will return the
575650276Speter#	high order bit set when you hit CTRL-function_key
575750276Speter#
575850276Speter#	It may be useful to assign two function keys with the
575950276Speter#	values  \E=(\s  look at old data in page 1
576050276Speter#	        \E=W,   look at bottom of page 1
576150276Speter#	where \s is a space ( ).
576250276Speter#
576350276Speter#	Note:
576450276Speter#	   The Wyse 60 runs faster when the XON/XOFF
576550276Speter#	   handshake is turned off.
576650276Speter#
576750276Speter# (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
576850276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
576950276Speterwy60|wyse60|Wyse 60, 
577050276Speter	am, bw, hs, km, mc5i, mir, msgr, 
577150276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, 
577250276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
577350276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, 
577450276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
577550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
577650276Speter	dch1=\EW$<11>, dclk=\E`b, dim=\EGp, dl1=\ER$<5>, dsl=\EF\r, 
577750276Speter	ed=\EY$<100>, el=\ET, flash=\E`8$<100/>\E`9, fsl=^M, 
577850276Speter	home=\E{, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>, 
577950276Speter	ip=$<3>, is1=\EcB0\EcC1, 
578050276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
578150276Speter	is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
578250276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
578350276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
578450276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
578550276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
578650276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
578750276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
578850276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, 
578950276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
579050276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
579150276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
579250276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, 
579350276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<150>, 
579450276Speter	rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, 
579550276Speter	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, 
579650276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
579750276Speter	smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
579850276Speter	tbc=\E0, tsl=\EF, 
579950276Speter	use=adm+sgr, 
580050276Speter#
580150276Speterwy60-w|wyse60-w|wyse 60 132-column, 
580250276Speter	cols#132, lw#7, nlab#16, wsl#97, 
580350276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<16>, ip=$<5>, 
580450276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy60, 
580550276Speter#
580650276Speterwy60-25|wyse60-25|wyse 60 80-column 25-lines, 
580750276Speter	lh@, lines#25, lw@, nlab@, 
580850276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60, 
580950276Speterwy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines, 
581050276Speter	lh@, lines#25, lw@, nlab@, 
581150276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy60-w, 
581250276Speter#
581350276Speterwy60-42|wyse60-42|wyse 60 80-column 42-lines, 
581450276Speter	lines#42, 
581550276Speter	clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, 
581650276Speter	dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, 
581750276Speter	ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, 
581850276Speter	ri=\Ej$<10>, rs3=\Ee*$<150>, 
581950276Speter	use=wy60, 
582050276Speterwy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, 
582150276Speter	cols#132, lw#7, nlab#16, wsl#97, 
582250276Speter	clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
582350276Speter	dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, 
582450276Speter	nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, 
582550276Speter	use=wy60-42, 
582650276Speter#
582750276Speterwy60-43|wyse60-43|wyse 60 80-column 43-lines, 
582850276Speter	lh@, lines#43, lw@, nlab@, 
582950276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42, 
583050276Speterwy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines, 
583150276Speter	lh@, lines#43, lw@, nlab@, 
583250276Speter	pln@, rs3=\Ee+$<150>, use=wy60-42-w, 
583350276Speter#
583450276Speterwy60-vb|wyse60-vb|Wyse 60 visible bell, 
583550276Speter	bel@, use=wy60, 
583650276Speterwy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, 
583750276Speter	bel@, 
583850276Speter	use=wy60-w, 
583950276Speter
584050276Speter#	The Wyse-99GT looks at lot like the Wyse 60 except that it
584150276Speter#	does not have the 42/43 line mode.  In the Wyse-60 the "lines"
584250276Speter#	setup parameter controls the number of lines on the screen.
584350276Speter#	For the Wyse 99GT the "lines" setup parameter controls the
584450276Speter#	number of lines in a page.  The screen can display 25 lines max.
584550276Speter#	    The Wyse-99GT also has personalities for the VT220 and
584650276Speter#	Tektronix 4014.  But this has no bearing on the native mode.
584750276Speter#
584850276Speter#	(msgr) should be set but the clear screen fails when in
584950276Speter#	alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
585050276Speter#	then set msgr, else use msgr@.
585150276Speter#
585250276Speter#	u0 -> enter Tektronix mode
585350276Speter#	u1 -> exit Tektronix mode
585450276Speter#
585550276Speterwy99gt|wyse99gt|Wyse 99gt, 
585650276Speter	msgr@, 
585750276Speter	clear=\E+$<130>, dch1=\EW$<7>, dl1=\ER$<4>, ed=\Ey$<130>, 
585850276Speter	el=\Et$<5>, flash=\E`8$<100/>\E`9, ht=\011$<1>, 
585950276Speter	il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, 
586050276Speter	ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\:$<150>, smcup=\Ew1, 
586150276Speter	u0=\E~>\E8, u1=\E[42h, 
586250276Speter	use=wy60, 
586350276Speter#
586450276Speterwy99gt-w|wyse99gt-w|wyse 99gt 132-column, 
586550276Speter	cols#132, lw#7, nlab#16, wsl#97, 
586650276Speter	clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, 
586750276Speter	dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, use=wy99gt, 
586850276Speter#
586950276Speterwy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, 
587050276Speter	lh@, lines#25, lw@, nlab@, 
587150276Speter	pln@, rs2=\E`\:$<150>, rs3=\EwG\Ee)$<200>, use=wy99gt, 
587250276Speter#
587350276Speterwy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines, 
587450276Speter	lh@, lines#25, lw@, nlab@, 
587550276Speter	pln@, rs2=\E`;$<150>, use=wy99gt-w, 
587650276Speter#
587750276Speterwy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell, 
587850276Speter	bel@, use=wy99gt, 
587950276Speter#
588050276Speterwy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, 
588150276Speter	bel@, 
588250276Speter	use=wy99gt-w, 
588350276Speter
588450276Speter# Can't set tabs! Other bugs (ANSI mode only):
588550276Speter# - can't redefine function keys (anyway, key redefinition in ANSI mode
588650276Speter#   is too much complex to be described);
588750276Speter# - meta key can't be described (the terminal forgets it when reset);
588850276Speter# The xon-xoff handshaking can't be disabled while in ansi personality, so
588950276Speter# emacs can't work at speed greater than 9600 baud.  No padding is needed at
589050276Speter# this speed.
589150276Speter#   dch1 has been commented out because it causes annoying glittering when
589250276Speter# vi deletes one character at the beginning of a line with tabs in it.
589350276Speter#   dch makes sysgen(1M) have a horrible behaviour when deleting
589450276Speter# a screen and makes screen(1) behave badly, so it is disabled too. The nice
589550276Speter# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
589650276Speter# not, so smir and rmir are commented out as well.
589750276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
589850276Speterwy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard), 
589950276Speter	am, km, mc5i, mir, msgr, xenl, 
590050276Speter	cols#80, it#8, lines#25, vt#3, 
590150276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~, 
590250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
590350276Speter	clear=\E[H\E[J$<200>, cnorm=\E[34h\E[?25h, cr=^M, 
590450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<1>, 
590550276Speter	cub1=\010$<1>, cud=\E[%p1%dB, cud1=\ED, 
590650276Speter	cuf=\E[%p1%dC$<1>, cuf1=\E[C$<1>, 
590750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
590850276Speter	cvvis=\E[34l\E[?25h, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, 
590950276Speter	ech=\E[%p1%dX, ed=\E[J$<8*>, el=\E[K$<1>, el1=\E[1K$<1>, 
591050276Speter	enacs=\E)0, flash=\E[?5h$<30/>\E[?5l, home=\E[H, 
591150276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, 
591250276Speter	il1=\E[L, ind=\n$<1>, invis=\E[8m, 
591350276Speter	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, 
591450276Speter	kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
591550276Speter	kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
591650276Speter	kf12=\E[24~, kf17=\E[K, kf18=\E[31~, kf19=\E[32~, kf2=\EOQ, 
591750276Speter	kf20=\E[33~, kf21=\E[34~, kf22=\E[35~, kf23=\E[1~, 
591850276Speter	kf24=\E[2~, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~, 
591950276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, ll=\E[24E, mc0=\E[?19h, 
592050276Speter	mc4=\E[4i, mc5=\E[5i, nel=\EE, prot=\E[1"q, rc=\E8, 
592150276Speter	rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
592250276Speter	rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m, 
592350276Speter	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, 
592450276Speter	sc=\E7, 
592550276Speter	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%;, 
592650276Speter	sgr0=\E[m\017\E["q, smacs=^N, smam=\E[?7h, smir=\E[4h, 
592750276Speter	smkx=\E[?1h, smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, 
592850276Speter
592950276Speter#   This is the american terminal. Here tabs work fine.
593050276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
593150276Speterwy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard), 
593250276Speter	hts=\EH, is3=\E[?5l, rs3=\E[?5l, tbc=\E[3g, 
593350276Speter	use=wy99-ansi, 
593450276Speter
593550276Speter# This terminal (firmware version 02) has a lot of bugs:
593650276Speter# - can't set tabs;
593750276Speter# - other bugs in ANSI modes (see above).
593850276Speter# This description disables handshaking when using cup. This is because
593950276Speter# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
594050276Speter# cannot be used at speeds greater than 9600 baud, because at greater
594150276Speter# speeds handshaking is needed even for character sending. If you use
594250276Speter# DTR handshaking, you can use even greater speeds.
594350276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
594450276Speterwy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard), 
594550276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
594650276Speter	cols#80, it#8, lines#25, wsl#46, 
594750276Speter	acsc='x+y.wI~_vj(k'l&m%n)o9q*s8t-u.v\,w+x=, bel=^G, 
594850276Speter	blink=\EG2, cbt=\EI, civis=\E`0, clear=\E'\E(\032, 
594950276Speter	cnorm=\E`4\E`1, cr=^M, cub1=^H, cud1=\Ej, cuf1=^L, 
595050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
595150276Speter	cvvis=\E`2\E`1, dch1=\EW, dim=\EGp, dl1=\ER, dsl=\EF\r, 
595250276Speter	ed=\EY$<8*>, el=\ET$<8>, enacs=\Ec@1J$<2000>, 
595350276Speter	flash=\E\^1$<30/>\E\^0, fsl=^M, home=^^, ht=^I, il1=\EE, 
595450276Speter	ind=^J, invis=\EG3, 
595550276Speter	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, 
595650276Speter	ka1=^^, ka3=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, 
595750276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, 
595850276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r, 
595950276Speter	kf16=^Ac\r, kf17=^Ad\r, kf18=^Ae\r, kf19=^Af\r, kf2=^AA\r, 
596050276Speter	kf20=^Ag\r, kf21=^Ah\r, kf22=^Ai\r, kf23=^Aj\r, kf24=^Ak\r, 
596150276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
596250276Speter	kf8=^AG\r, kf9=^AH\r, kprt=\EP, mc0=\EP, mc4=^T, mc5=\Ed#, 
596350276Speter	nel=^_, prot=\E), rev=\EG4, ri=\Ej, rmacs=\EcD, rmam=\Ed., 
596450276Speter	rmcup=\Ec21\Ec31, rmir=\Er, rmso=\EG0, rmxon=\Ec20\Ec30, 
596550276Speter	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, 
596650276Speter	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%;, 
596750276Speter	sgr0=\E(\EG0, smacs=\EcE, smam=\Ed/, smcup=\Ec20\Ec30, 
596850276Speter	smir=\Eq, smso=\EG4, smxon=\Ec21\Ec31, tsl=\EF, 
596950276Speter
597050276Speter# This is the american terminal. Here tabs work.
597150276Speter# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
597250276Speterwy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard), 
597350276Speter	hts=\E1, tbc=\E0, 
597450276Speter	use=wy99f, 
597550276Speter
597650276Speter#
597750276Speter#	The Wyse 160 is combination of the WY-60 and the WY-99gt.
597850276Speter#	The reset strings are slow and the pad times very depending
597950276Speter#	on other parameters such as font loading.  I have tried
598050276Speter#	to follow the following outline:
598150276Speter#
598250276Speter#		<rs1> -> set personality
598350276Speter#		<rs2> -> set number of columns
598450276Speter#		<rs3> -> set number of lines
598550276Speter#		<is1> -> select the proper font
598650276Speter#		<is2> -> do the initialization
598750276Speter#		<is3> -> set up display memory (2 pages)
598850276Speter#
598950276Speter#	The display memory may be used for either text or graphics.
599050276Speter#	When "Display Memory = Shared" the terminal will have more pages
599150276Speter#	but garbage may be left on the screen when you switch from
599250276Speter#	graphics to text.  If "Display Memory = Unshared" then the
599350276Speter#	text area will be only one page long.
599450276Speter#
599550276Speter# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
599650276Speter# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
599750276Speterwy160|wyse160|Wyse 160, 
599850276Speter	am, bw, hs, km, mc5i, mir, msgr, 
599950276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, 
600050276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
600150276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, 
600250276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
600350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, 
600450276Speter	dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>, 
600550276Speter	el=\ET$<5>, flash=\E`8$<100/>\E`9, fsl=^M, home=\E{, ht=^I, 
600650276Speter	hts=\E1, il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1, 
600750276Speter	is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
600850276Speter	is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
600950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
601050276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
601150276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
601250276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
601350276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, 
601450276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=\E{^K, 
601550276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, 
601650276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
601750276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
601850276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<1>, 
601950276Speter	rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, 
602050276Speter	rmln=\EA11, rmxon=\Ec20, rs1=\E~!\E~4$<70>, 
602150276Speter	rs2=\E`\:$<100>, rs3=\EwG\Ee($<140>, 
602250276Speter	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, 
602350276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
602450276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smxon=\Ec21, 
602550276Speter	tbc=\E0, tsl=\EF, 
602650276Speter	use=adm+sgr, 
602750276Speter#
602850276Speterwy160-w|wyse160-w|wyse 160 132-column, 
602950276Speter	cols#132, lw#7, nlab#16, wsl#90, 
603050276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<9>, 
603150276Speter	rs2=\EeF$<150>\E`;$<150>, use=wy160, 
603250276Speter#
603350276Speterwy160-25|wyse160-25|wyse 160 80-column 25-lines, 
603450276Speter	lh@, lines#25, lw@, nlab@, 
603550276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160, 
603650276Speterwy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines, 
603750276Speter	lh@, lines#25, lw@, nlab@, 
603850276Speter	pln@, rs3=\EwG\Ee)$<200>, use=wy160-w, 
603950276Speter#
604050276Speterwy160-42|wyse160-42|wyse 160 80-column 42-lines, 
604150276Speter	lines#42, 
604250276Speter	clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, 
604350276Speter	ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, 
604450276Speter	rs3=\Ee*$<150>, 
604550276Speter	use=wy160, 
604650276Speterwy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, 
604750276Speter	cols#132, lw#7, nlab#16, wsl#90, 
604850276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, 
604950276Speter	rs2=\EeF$<150>\E`;$<150>, 
605050276Speter	use=wy160-42, 
605150276Speter#
605250276Speterwy160-43|wyse160-43|wyse 160 80-column 43-lines, 
605350276Speter	lh@, lines#43, lw@, nlab@, 
605450276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42, 
605550276Speterwy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines, 
605650276Speter	lh@, lines#43, lw@, nlab@, 
605750276Speter	pln@, rs3=\Ee+$<150>, use=wy160-42-w, 
605850276Speter#
605950276Speterwy160-vb|wyse160-vb|Wyse 160 visible bell, 
606050276Speter	bel@, use=wy160, 
606150276Speterwy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, 
606250276Speter	bel@, 
606350276Speter	use=wy160-w, 
606450276Speter#
606550276Speter#	The Wyse 75 is a vt100 lookalike without advanced video.
606650276Speter#
606750276Speter#	   The Wyse 75 can support one attribute (e.g. Dim, Inverse,
606850276Speter#	Underline) without magic cookies.  The following description
606950276Speter#	uses this capability, but when more than one attribute is
607050276Speter#	put on the screen at once, all attributes will be changed
607150276Speter#	to be the same as the last attribute given.
607250276Speter#	   The Wyse 75 can support more attributes when used with magic
607350276Speter#	cookies.  The wy75-mc terminal description uses magic cookies
607450276Speter#	to correctly handle multiple attributes on a screen.
607550276Speter#
607650276Speterwy75|wyse75|wyse 75, 
607750276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
607850276Speter	cols#80, lines#24, ma#1, pb#1201, wsl#78, 
607950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
608050276Speter	bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<30>, 
608150276Speter	cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr$<2>, 
608250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
608350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
608450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, 
608550276Speter	dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, 
608650276Speter	dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001, 
608750276Speter	ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, 
608850276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<250>, fsl=^A, 
608950276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
609050276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
609150276Speter	ind=\n$<2>, ip=$<1>, 
609250276Speter	is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, 
609350276Speter	is2=\E>\E(B\E)0\017, is3=\E[m, ka1=\EOw, ka3=\EOy, 
609450276Speter	kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
609550276Speter	kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, kent=\EOM, 
609650276Speter	kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
609750276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
609850276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, 
609950276Speter	kf20=\E[34~, kf21=\E[35~, kf3=\E[2i, kf4=\E[@, kf5=\E[M, 
610050276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
610150276Speter	khlp=\E[28~, khome=\E[H, kich1=\E[@, kil1=\E[L, knp=\E[6~, 
610250276Speter	kpp=\E[5~, kprt=\E[?5i, kslt=\E[4~, mc0=\E[0i, mc4=\E[4i, 
610350276Speter	mc5=\E[5i, rc=\E8, rev=\E[1t\E[7m, ri=\EM$<2>, rmacs=^O, 
610450276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, 
610550276Speter	rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l, 
610650276Speter	sc=\E7, 
610750276Speter	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%;, 
610850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
610950276Speter	smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, 
611050276Speter	tbc=\E[3g, tsl=\E[>\,\001, 
611150276Speter#
611250276Speter#	This terminal description uses the non-hidden attribute mode
611350276Speter#	(with magic cookie).
611450276Speter#
611550276Speterwy75-mc|wyse75-mc|wyse 75 with magic cookies, 
611650276Speter	msgr@, 
611750276Speter	ma@, xmc#1, 
611850276Speter	blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p, 
611950276Speter	rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p, 
612050276Speter	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%;, 
612150276Speter	sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p, 
612250276Speter	use=wy75, 
612350276Speterwy75-vb|wyse75-vb|wyse 75 with visible bell, 
612450276Speter	pb@, 
612550276Speter	bel@, use=wy75, 
612650276Speterwy75-w|wyse75-w|wyse 75 in 132 column mode, 
612750276Speter	cols#132, wsl#130, 
612850276Speter	rs2=\E[35h\E[?3h$<80>, use=wy75, 
612950276Speterwy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns, 
613050276Speter	pb@, 
613150276Speter	bel@, use=wy75-w, 
613250276Speter#
613350276Speter#	Wyse 85 emulating a vt220 7 bit mode.
613450276Speter#		24 line screen with status line.
613550276Speter#
613650276Speter#	The vt220 mode permits more function keys but it wipes out
613750276Speter#	the escape key.  I strongly recommend that <f11> be set to
613850276Speter#	escape (esc).
613950276Speter#	The terminal may have to be set for 8 data bits and 2 stop
614050276Speter#	bits for the arrow keys to work.
614150276Speter#	The Wyse 85 runs faster with XON/XOFF enabled.  Also the
614250276Speter#	<dch> and <ich> work best when XON/XOFF is set.  <ich> and
614350276Speter#	<dch> leave trash on the screen when used without XON/XOFF.
614450276Speter#
614550276Speterwy85|wyse85|wyse 85, 
614650276Speter	am, hs, mc5i, mir, msgr, xenl, xon, 
614750276Speter	cols#80, it#8, lines#24, wsl#80, 
614850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
614950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
615050276Speter	clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, 
615150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
615250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
615350276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
615450276Speter	dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, 
615550276Speter	dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, 
615650276Speter	ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, 
615750276Speter	enacs=\E)0, flash=\E[30h\E\,\E[30l$<300>, 
615850276Speter	fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, 
615950276Speter	ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, 
616050276Speter	ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, 
616150276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, 
616250276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
616350276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, 
616450276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, 
616550276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
616650276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
616750276Speter	kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, 
616850276Speter	kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
616950276Speter	kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, 
617050276Speter	knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, 
617150276Speter	lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
617250276Speter	ri=\EM$<3>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, 
617350276Speter	rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, 
617450276Speter	rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l, sc=\E7, 
617550276Speter	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%;, 
617650276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
617750276Speter	smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
617850276Speter	tsl=\E[40h\E7\E[25;%i%p1%dH, 
617950276Speter#
618050276Speter#	Wyse 85 with visual bell.
618150276Speterwy85-vb|wyse85-vb|wyse 85 with visible bell, 
618250276Speter	bel@, flash=\E[30h\E\,\E[30l$<300>, use=wy85, 
618350276Speter#
618450276Speter#	Wyse 85 in 132-column mode.
618550276Speterwy85-w|wyse85-w|wyse 85 in 132-column mode, 
618650276Speter	cols#132, wsl#132, 
618750276Speter	rs2=\E[35h\E[?3h$<70>, use=wy85, 
618850276Speter#
618950276Speter#	Wyse 85 in 132-column mode with visual bell.
619050276Speterwy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, 
619150276Speter	bel@, 
619250276Speter	use=wy85-w, 
619350276Speter#
619450276Speter#	Wyse 185 emulating a vt320 7 bit mode.
619550276Speter#
619650276Speter#	This terminal always displays 25 lines.  These lines may be used
619750276Speter#	as 24 data lines and a terminal status line (top or bottom) or
619850276Speter#	25 data lines.  The 48 and 50 line modes change the page size
619950276Speter#	and not the number of lines on the screen.
620050276Speter#
620150276Speter#	The Compose Character key can be used as a meta key if changed
620250276Speter#	by set-up.
620350276Speter#
620450276Speterwy185|wyse185|wyse 185, 
620550276Speter	am, hs, km, mc5i, mir, msgr, xenl, xon, 
620650276Speter	cols#80, it#8, lines#24, wsl#80, 
620750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
620850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
620950276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
621050276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
621150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
621250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
621350276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<3>, 
621450276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
621550276Speter	dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, 
621650276Speter	el=\E[K, el1=\E[1K, enacs=\E)0, 
621750276Speter	flash=\E[30h\E\,\E[30l$<100>, fsl=\E[1;24r\E8, 
621850276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, 
621950276Speter	ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, 
622050276Speter	ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
622150276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, 
622250276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, 
622350276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
622450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, 
622550276Speter	kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
622650276Speter	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
622750276Speter	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, 
622850276Speter	kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, 
622950276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
623050276Speter	khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
623150276Speter	kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, 
623250276Speter	mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<2>, 
623350276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, 
623450276Speter	rmso=\E[27m, rmul=\E[24m, 
623550276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
623650276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
623750276Speter	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%;, 
623850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
623950276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
624050276Speter	tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, 
624150276Speter#
624250276Speter#	Wyse 185 with 24 data lines and top status (terminal status)
624350276Speterwy185-24|wyse185-24|wyse 185 with 24 data lines, 
624450276Speter	hs@, 
624550276Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy185, 
624650276Speter#
624750276Speter#	Wyse 185 with visual bell.
624850276Speterwy185-vb|wyse185-vb|wyse 185+flash, 
624950276Speter	bel@, use=wy185, 
625050276Speter#
625150276Speter#	Wyse 185 in 132-column mode.
625250276Speterwy185-w|wyse185-w|wyse 185 in 132-column mode, 
625350276Speter	cols#132, wsl#132, 
625450276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
625550276Speter	ip=$<7>, rs2=\E[35h\E[?3h, 
625650276Speter	use=wy185, 
625750276Speter#
625850276Speter#	Wyse 185 in 132-column mode with visual bell.
625950276Speterwy185-wvb|wyse185-wvb|wyse 185+flash+132 cols, 
626050276Speter	bel@, use=wy185-w, 
626150276Speter
626250276Speter# wy325 terminfo entries
626350276Speter# Done by Joe H. Davis        3-9-92
626450276Speter
626550276Speter# lines 25  columns 80
626650276Speter#
626750276Speterwy325|wyse325|Wyse epc, 
626850276Speter	am, bw, hs, mc5i, mir, 
626950276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, 
627050276Speter	acsc=+/\,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, 
627150276Speter	bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, 
627250276Speter	cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
627350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, 
627450276Speter	dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, 
627550276Speter	flash=\E`8$<100/>\E`9, fsl=^M, home=^^, ht=^I, hts=\E1, 
627650276Speter	il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1, 
627750276Speter	is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, 
627850276Speter	is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, 
627950276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, 
628050276Speter	kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
628150276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
628250276Speter	kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, 
628350276Speter	kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, 
628450276Speter	kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, 
628550276Speter	mc0=\EP, mc4=^T, mc5=\Ed#, 
628650276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
628750276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
628850276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>, 
628950276Speter	rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, 
629050276Speter	rs1=\E~!\E~4$<30>, rs2=\EeF\E`\:$<70>, 
629150276Speter	rs3=\EwG\Ee($<100>, 
629250276Speter	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, 
629350276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, 
629450276Speter	smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, tbc=\E0, 
629550276Speter	tsl=\EF, 
629650276Speter	use=adm+sgr, 
629750276Speter
629850276Speter#
629950276Speter# lines 24  columns 80  vb 
630050276Speter#
630150276Speterwy325-vb|wyse325-vb|wyse-325 with visual bell, 
630250276Speter	bel@, use=wy325, 
630350276Speter
630450276Speter#
630550276Speter# lines 24  columns 132
630650276Speter#
630750276Speterwy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode, 
630850276Speter	cols#132, lw#7, nlab#16, wsl#97, 
630950276Speter	cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, 
631050276Speter	rs2=\E`;$<70>, use=wy325, 
631150276Speter#
631250276Speter# lines 25  columns 80
631350276Speter#
631450276Speterwy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines, 
631550276Speter	lh@, lines#25, lw@, nlab@, 
631650276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
631750276Speter#
631850276Speter# lines 25  columns 132
631950276Speter#
632050276Speterwy325-25w|wyse325-25w|wy325 132 columns, 
632150276Speter	lh@, lines#25, lw@, nlab@, 
632250276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
632350276Speter#
632450276Speter# lines 25  columns 132  vb 
632550276Speter#
632650276Speterwy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video, 
632750276Speter	bel@, 
632850276Speter	use=wy325-w, 
632950276Speter
633050276Speter#
633150276Speter# lines 42  columns 80
633250276Speter#
633350276Speterwy325-42|wyse325-42|wyse-325 42 lines, 
633450276Speter	lh@, lines#42, lw@, nlab@, 
633550276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325, 
633650276Speter#
633750276Speter# lines 42  columns 132
633850276Speter#
633950276Speterwy325-42w|wyse325-42w|wyse-325 42 lines wide mode, 
634050276Speter	lh@, lines#42, lw@, nlab@, 
634150276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
634250276Speter#
634350276Speter# lines 42  columns 132  vb 
634450276Speter#
634550276Speterwy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell, 
634650276Speter	bel@, 
634750276Speter	use=wy325-w, 
634850276Speter#
634950276Speter# lines 43  columns 80
635050276Speter#
635150276Speterwy325-43|wyse325-43|wyse-325 43 lines, 
635250276Speter	lh@, lines#43, lw@, nlab@, 
635350276Speter	pln@, use=wy325, 
635450276Speter#
635550276Speter# lines 43  columns 132
635650276Speter#
635750276Speterwy325-43w|wyse325-43w|wyse-325 43 lines wide mode, 
635850276Speter	lh@, lines#43, lw@, nlab@, 
635950276Speter	pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, 
636050276Speter#
636150276Speter# lines 43  columns 132  vb 
636250276Speter#
636350276Speterwy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell, 
636450276Speter	bel@, 
636550276Speter	use=wy325-w, 
636650276Speter
636750276Speter#	Wyse 370 -- 24 line screen with status line.
636850276Speter#
636950276Speter#	The terminal may have to be set for 8 data bits and 2 stop
637050276Speter#	bits for the arrow keys to work.
637150276Speter#
637250276Speter#	If you change keyboards the terminal will send different
637350276Speter#	escape sequences.
637450276Speter#	The following definition is for the basic terminal without
637550276Speter#	function keys.
637650276Speter#
637750276Speter#	<u0> -> enter Tektronix 4010/4014 mode
637850276Speter#	<u1> -> exit  Tektronix 4010/4014 mode
637950276Speter#	<u2> -> enter ASCII mode (from any ANSI mode)
638050276Speter#	<u3> -> exit  ASCII mode (goto native ANSI mode)
638150276Speter#	<u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
638250276Speter#	<u5> -> exit  Tek 4207 mode (goto native ANSI mode)
638350276Speter#
638450276Speter# Bug: The <op> capability resets attributes.
638550276Speterwy370-nk|wyse 370 without function keys, 
638650276Speter	am, ccc, hs, mc5i, mir, msgr, xenl, xon, 
638750276Speter	colors#64, cols#80, it#8, lines#24, ncv#48, pairs#64, wsl#80, 
638850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
638950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
639050276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
639150276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
639250276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
639350276Speter	cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, 
639450276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<1*>, dch1=\E[P$<1>, 
639550276Speter	dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, 
639650276Speter	dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, 
639750276Speter	el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, 
639850276Speter	flash=\E[30h\E\,\E[30l$<300>, fsl=\E[1;24r\E8, 
639950276Speter	home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, 
640050276Speter	ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, 
640150276Speter	ind=\n$<2>, 
640250276Speter	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, 
640350276Speter	invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, 
640450276Speter	is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, 
640550276Speter	is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, 
640650276Speter	mc5=\E[5i, 
640750276Speter	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, 
640850276Speter	op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, 
640950276Speter	rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, 
641050276Speter	rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
641150276Speter	rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>, 
641250276Speter	rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw, 
641350276Speter	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%;, 
641450276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, 
641550276Speter	smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, 
641650276Speter	tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH, 
641750276Speter	u0=\E[?38h\E8, u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B, 
641850276Speter	u4=\E[92;76"p, u5=\E%!1\E[90;1"p, vpa=\E[%i%p1%dd, 
641950276Speter#
642050276Speter#	Function key set for the ASCII (wy-50 compatible) keyboard
642150276Speter#	This is the default 370.
642250276Speter#
642350276Speterwy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard, 
642450276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
642550276Speter	kcuu1=\E[A, kdch1=\EOQ, kdl1=\EOQ, kent=\EOM, kf1=\E[?4i, 
642650276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
642750276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, 
642850276Speter	kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
642950276Speter	kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, 
643050276Speter	knp=\E[U, kpp=\E[V, 
643150276Speter	use=wy370-nk, 
643250276Speter#
643350276Speter#	Function key set for the VT-320 (and wy85) compatible keyboard
643450276Speter#
643550276Speterwy370-105k|Wyse 370 with 105 key keyboard, 
643650276Speter	ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, 
643750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
643850276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
643950276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
644050276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
644150276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
644250276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
644350276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
644450276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
644550276Speter	use=wy370-nk, 
644650276Speter#
644750276Speter#	Function key set for the PC compatible keyboard
644850276Speter#
644950276Speterwy370-EPC|Wyse 370 with 102 key keyboard, 
645050276Speter	kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
645150276Speter	kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, 
645250276Speter	kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
645350276Speter	kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
645450276Speter	khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, 
645550276Speter	use=wy370-nk, 
645650276Speter#
645750276Speter#	Wyse 370 with visual bell.
645850276Speterwy370-vb|Wyse 370 with visible bell, 
645950276Speter	bel@, use=wy370, 
646050276Speter#
646150276Speter#	Wyse 370 in 132-column mode.
646250276Speterwy370-w|Wyse 370 in 132-column mode, 
646350276Speter	cols#132, wsl#132, 
646450276Speter	rs2=\E[35h\E[?3h$<70>, use=wy370, 
646550276Speter#
646650276Speter#	Wyse 370 in 132-column mode with visual bell.
646750276Speterwy370-wvb|Wyse 370 with visible bell 132-columns, 
646850276Speter	flash=\E[30h\E\,\E[30l$<300>, 
646950276Speter	use=wy370-w, 
647050276Speterwy370-rv|Wyse 370 reverse video, 
647150276Speter	rs3=\E[32h\E[?5h, use=wy370, 
647250276Speter#
647350276Speter#	Wyse 99gt Tektronix 4010/4014 emulator,
647450276Speter#
647550276Speterwy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator, 
647650276Speter	am, os, 
647750276Speter	cols#74, lines#35, 
647850276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
647950276Speter	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, 
648050276Speter	cuu1=^K, ff=^L, 
648150276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
648250276Speter	home=^]7`x @\037, 
648350276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
648450276Speter	is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h, 
648550276Speter#
648650276Speter#	Wyse 160 Tektronix 4010/4014 emulator,
648750276Speter#
648850276Speterwy160-tek|Wyse 160 Tektronix 4010/4014 emulator, 
648950276Speter	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, 
649050276Speter	home=^]8`g @\037, 
649150276Speter	use=wy99gt-tek, 
649250276Speter#
649350276Speter#	Wyse 370 Tektronix 4010/4014 emulator,
649450276Speter#
649550276Speterwy370-tek|Wyse 370 Tektronix 4010/4014 emulator, 
649650276Speter	am, os, 
649750276Speter	cols#80, lines#36, 
649850276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, 
649950276Speter	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, 
650050276Speter	cuu1=^K, ff=^L, 
650150276Speter	hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, 
650250276Speter	home=^]8g @\037, 
650350276Speter	hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, 
650450276Speter	is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K, 
650550276Speter	nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0, 
650650276Speter
650750276Speter# Vendor-supplied Wyse entries end here.
650850276Speter
650950276Speter#
651050276Speter#TITLE:  TERMINFO ENTRY WY520
651150276Speter#DATE:   8/5/93
651250276Speter# The WY520 terminfo is based on the WY285 entry published on the WYSE 
651350276Speter# BBS with the addition of more function keys and special keys.
651450276Speter#
651550276Speter#               rs1 -> set personality
651650276Speter#               rs2 -> set number of columns
651750276Speter#               rs3 -> set number of lines
651850276Speter#               is1 -> select the proper font
651950276Speter#               is2 -> do the initialization
652050276Speter#               is3 -> If this string is empty then rs3 gets sent.
652150276Speter#
652250276Speter#       Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
652350276Speter#       - The BS key is programmed to generate BS in smcup since
652450276Speter#         is2 doesn't seem to work.
652550276Speter#       - Remove and shift/Remove: delete a character
652650276Speter#       - Insert : enter insert mode
652750276Speter#       - Find   : delete to end of file
652850276Speter#       - Select : clear a line
652950276Speter#       - F11, F12, F13: send default sequences (not ESC, BS, LF)
653050276Speter#       - F14 : Home key
653150276Speter#       - Bottom status line (host writable line) is used.
653250276Speter#       - smkx,rmkx are removed because this would put the numeric
653350276Speter#         keypad in Dec application mode which doesn't seem to work
653450276Speter#         with SCO applications.
653550276Speter#
653650276Speterwy520|wyse520|wyse 520, 
653750276Speter	am, hs, km, mc5i, mir, xenl, xon, 
653850276Speter	cols#80, it#8, lines#24, wsl#80, 
653950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
654050276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
654150276Speter	clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, 
654250276Speter	csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, 
654350276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
654450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
654550276Speter	cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<30>, 
654650276Speter	dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[0$~, 
654750276Speter	ech=\E[%p1%dX, ed=\E[J$<40>, el=\E[K, el1=\E[1K, 
654850276Speter	enacs=\E)0, fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%d`, ht=^I, 
654950276Speter	hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, 
655050276Speter	il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, 
655150276Speter	is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h, 
655250276Speter	is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOu, kb2=\EOy, 
655350276Speter	kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, 
655450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, ked=\E[1~, 
655550276Speter	kel=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
655650276Speter	kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, 
655750276Speter	kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, 
655850276Speter	kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
655950276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
656050276Speter	khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, 
656150276Speter	kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, 
656250276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
656350276Speter	ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, 
656450276Speter	rmso=\E[m, rmul=\E[24m, 
656550276Speter	rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, 
656650276Speter	rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, 
656750276Speter	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%;, 
656850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, 
656950276Speter	smcup=\E[ Q\E[?67;8h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
657050276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}\E[%i%p1%d`, 
657150276Speter	vpa=\E[%i%p1%dd, 
657250276Speter#
657350276Speter#       Wyse 520 with 24 data lines and status (terminal status)
657450276Speterwy520-24|wyse520-24|wyse 520 with 24 data lines, 
657550276Speter	hs@, 
657650276Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy520, 
657750276Speter#
657850276Speter#       Wyse 520 with visual bell.
657950276Speterwy520-vb|wyse520-vb|wyse 520 with visible bell, 
658050276Speter	flash=\E[30h\E\,\E[30l$<100>, use=wy520, 
658150276Speter#
658250276Speter#       Wyse 520 in 132-column mode.
658350276Speterwy520-w|wyse520-w|wyse 520 in 132-column mode, 
658450276Speter	cols#132, wsl#132, 
658550276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
658650276Speter	ip=$<7>, rs2=\E[35h\E[?3h, 
658750276Speter	use=wy520, 
658850276Speter#
658950276Speter#       Wyse 520 in 132-column mode with visual bell.
659050276Speterwy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns, 
659150276Speter	flash=\E[30h\E\,\E[30l$<100>, 
659250276Speter	use=wy520-w, 
659350276Speter#
659450276Speter#
659550276Speter#       Wyse 520 emulating a vt420 7 bit mode.
659650276Speter#       The DEL key is programmed to generate BS in is2.
659750276Speter#       With EPC keyboard.
659850276Speter#       - 'End' key will clear till end of line on EPC keyboard
659950276Speter#       - Shift/End : ignored.
660050276Speter#       - Insert : enter insert mode.
660150276Speter#       - Delete : delete a character (have to change interrupt character
660250276Speter#                  to CTRL-C: stty intr '^c') for it to work since the
660350276Speter#                  Delete key sends 7FH.
660450276Speterwy520-epc|wyse520-epc|wyse 520 with EPC keyboard, 
660550276Speter	kdch1=\177, kel=\E[4~, kend=\E[4~, kf0=\E[21~, kf1=\E[11~, 
660650276Speter	kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, khome=\E[H, 
660750276Speter	use=wy520, 
660850276Speter#
660950276Speter#       Wyse 520 with 24 data lines and status (terminal status)
661050276Speter#       with EPC keyboard.
661150276Speterwy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines, 
661250276Speter	hs@, 
661350276Speter	dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy520-epc, 
661450276Speter#
661550276Speter#       Wyse 520 with visual bell.
661650276Speterwy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell, 
661750276Speter	flash=\E[30h\E\,\E[30l$<100>, 
661850276Speter	use=wy520-epc, 
661950276Speter#
662050276Speter#       Wyse 520 in 132-column mode.
662150276Speterwy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard, 
662250276Speter	cols#132, wsl#132, 
662350276Speter	dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, 
662450276Speter	ip=$<7>, rs2=\E[35h\E[?3h, 
662550276Speter	use=wy520-epc, 
662650276Speter#
662750276Speter#       Wyse 520 in 132-column mode with visual bell.
662850276Speterwy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns, 
662950276Speter	flash=\E[30h\E\,\E[30l$<100>, 
663050276Speter	use=wy520-epc-w, 
663150276Speter#
663250276Speter#       Wyse 520 in 80-column, 36 lines
663350276Speterwy520-36|wyse520-36|wyse 520 with 36 data lines, 
663450276Speter	hs@, 
663550276Speter	lines#36, 
663650276Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, use=wy520, 
663750276Speter#
663850276Speter#       Wyse 520 in 80-column, 48 lines
663950276Speterwy520-48|wyse520-48|wyse 520 with 48 data lines, 
664050276Speter	hs@, 
664150276Speter	lines#48, 
664250276Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, use=wy520, 
664350276Speter#
664450276Speter#       Wyse 520 in 132-column, 36 lines
664550276Speterwy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines, 
664650276Speter	cols#132, wsl#132, 
664750276Speter	rs2=\E[?3h, 
664850276Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, use=wy520-36, 
664950276Speter#
665050276Speter#       Wyse 520 in 132-column, 48 lines
665150276Speterwy520-48w|wyse520-48w|wyse 520 with 48 data lines, 
665250276Speter	cols#132, wsl#132, 
665350276Speter	rs2=\E[?3h, 
665450276Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, use=wy520-48, 
665550276Speter#
665650276Speter#
665750276Speter#       Wyse 520 in 80-column, 36 lines with EPC keyboard
665850276Speterwy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard, 
665950276Speter	hs@, 
666050276Speter	lines#36, 
666150276Speter	dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@, use=wy520-epc, 
666250276Speter#
666350276Speter#       Wyse 520 in 80-column, 48 lines with EPC keyboard
666450276Speterwy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard, 
666550276Speter	hs@, 
666650276Speter	lines#48, 
666750276Speter	dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@, use=wy520-epc, 
666850276Speter#
666950276Speter#       Wyse 520 in 132-column, 36 lines with EPC keyboard
667050276Speterwy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard, 
667150276Speter	cols#132, wsl#132, 
667250276Speter	rs2=\E[?3h, 
667350276Speter	rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|, use=wy520-36pc, 
667450276Speter#
667550276Speter#       Wyse 520 in 132-column, 48 lines with EPC keyboard
667650276Speterwy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines, 
667750276Speter	cols#132, wsl#132, 
667850276Speter	rs2=\E[?3h, 
667950276Speter	rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|, use=wy520-48pc, 
668050276Speter
668150276Speter# From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
668250276Speter# (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
668350276Speter# file and we don't know what <hts> is -- esr)
668450276Speterwyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on, 
668550276Speter	am, 
668650276Speter	cols#80, it#8, lines#24, 
668750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
668850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW, 
668950276Speter	dl1=\El, ed=\Ek, el=\EK, home=^A, ht=^I, il1=\EM, ind=^J, 
669050276Speter	is2=\E`\:\E`9\017\Er, kbs=^H, kcub1=^U, kcud1=^J, kcuf1=^F, 
669150276Speter	kcuu1=^Z, khome=^A, ll=^A^Z, nel=^M^J, rmir=\Er, rmso=^O, 
669250276Speter	rmul=^O, rs1=\E`\:\E`9\017\Er, sgr0=^O, smir=\Eq, smso=^N, 
669350276Speter	smul=^N, 
669450276Speter
669550276Speterwy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad, 
669650276Speter	is2=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=, 
669750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
669850276Speter	khome=\EOH, rmkx=\E[?1l\E>$<10/>, smkx=\E[?1h\E=$<10/>, 
669950276Speter	use=wy75, 
670050276Speter
670150276Speter# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
670250276Speterwy100q|Wyse 100 for Quotron, 
670350276Speter	cols#80, lines#24, xmc#1, 
670450276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, 
670550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
670650276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, invis@, 
670750276Speter	is2=\E`\:\0\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, 
670850276Speter	kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, 
670950276Speter	use=adm+sgr, 
671050276Speter
671150276Speter#### Kermit terminal emulations
671250276Speter#
671350276Speter# Obsolete Kermit versions may be listed in the section describing obsolete
671450276Speter# non-ANSI terminal emulators later in the file.
671550276Speter#
671650276Speter
671750276Speter# KERMIT standard all versions.
671850276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
671950276Speter# (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
672050276Speter# From: greg small <gts@populi.berkeley.edu> 9-25-84
672150276Speterkermit|standard kermit, 
672250276Speter	cols#80, lines#24, 
672350276Speter	clear=\EE, cub1=^H, cuf1=\EC, 
672450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
672550276Speter	el=\EK, home=\EH, is2=K0 Standard Kermit  9-25-84\n, 
672650276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
672750276Speterkermit-am|standard kermit plus auto-margin, 
672850276Speter	am, 
672950276Speter	is2=K1 Standard Kermit plus Automatic Margins\n, use=kermit, 
673050276Speter# IBMPC Kermit 1.2.
673150276Speter# Bugs: <ed>, <el>: do not work except at beginning of line!  <clear> does
673250276Speter# not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
673350276Speter# line).
673450276Speter# From: greg small <gts@populi.berkeley.edu> 8-30-84
673550276Speterpckermit|pckermit12|UCB IBMPC Kermit 1.2, 
673650276Speter	am, 
673750276Speter	lines#25, 
673850276Speter	clear=\EH\EJ, ed@, el@, 
673950276Speter	is2=K2 UCB IBMPC Kermit 1.2  8-30-84\n, use=kermit, 
674050276Speter# IBMPC Kermit 1.20
674150276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
674250276Speter# Initialization must escape from that region by cursor position to line 24.
674350276Speter# Cannot use character insert because 1.20 goes crazy if insert at col 80.
674450276Speter# Does not use :am: because autowrap is lost when kermit dropped and restarted.
674550276Speter# From: greg small <gts@populi.berkeley.edu> 12-19-84
674650276Speterpckermit120|UCB IBMPC Kermit 1.20, 
674750276Speter	it#8, lines#24, 
674850276Speter	cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, ht=^I, 
674950276Speter	il1=\EL, 
675050276Speter	is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n, 
675150276Speter	rmir@, rmso=\Eq, smir@, smso=\Ep, 
675250276Speter	use=kermit, 
675350276Speter# MS-DOS Kermit 2.27 for the IBMPC
675450276Speter# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
675550276Speter# Cannot use line 25, now acts funny like ansi special scrolling region.
675650276Speter# Initialization must escape from that region by cursor position to line 24.
675750276Speter# Does not use am: because autowrap is lost when kermit dropped and restarted.
675850276Speter# Reverse video for standout like H19.
675950276Speter# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
676050276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
676150276Spetermsk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, 
676250276Speter	am@, 
676350276Speter	cols#80, it#8, lines#24, 
676450276Speter	clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
676550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
676650276Speter	cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK, 
676750276Speter	home=\EH, ht=^I, il1=\EL, 
676850276Speter	is2=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n, 
676950276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek, 
677050276Speter	rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep, 
677150276Speter# MS-DOS Kermit 2.27 with automatic margins
677250276Speter# From:	greg small <gts@populi.berkeley.edu> 3-17-85
677350276Spetermsk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, 
677450276Speter	am, 
677550276Speter	cvvis=\EO\Eq\EG\EvK5, 
677650276Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, use=msk227, 
677750276Speter# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
677850276Speter# Automatic margins now default.  Use ansi <sgr> for highlights.
677950276Speter# Define function keys.
678050276Speter# (msk22714: removed obsolete ":kn#10:" -- esr)
678150276Speter# From: greg small <gts@populi.berkeley.edu> 3-17-85
678250276Spetermsk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC, 
678350276Speter	am, 
678450276Speter	bold=\E[1m, cvvis=\EO\Eq\EG\EvK6, 
678550276Speter	is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, 
678650276Speter	kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, 
678750276Speter	kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
678850276Speter	sgr0=\E[m, smso=\E[1m, smul=\E[4m, 
678950276Speter	use=mskermit227, 
679050276Speter# This was designed for a VT320 emulator, but it is probably a good start
679150276Speter# at support for the VT320 itself.
679250276Speter# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
679350276Speter# (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
679450276Spetervt320-k3|MS-Kermit 3.00's vt320 emulation, 
679550276Speter	am, eslok, hs, km, mir, msgr, xenl, 
679650276Speter	cols#80, it#8, lines#49, pb#9600, vt#3, 
679750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
679850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
679950276Speter	clear=\E[H\E[J, cmdch=\E, cnorm=\E[?25h, cr=^M, 
680050276Speter	csr=\E[%i%p1%d;%p1%dr, cub=\E[%p1%dD, cub1=^H, 
680150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
680250276Speter	cup=\E[%i%p1%d;%p1%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
680350276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
680450276Speter	dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
680550276Speter	flash=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l, 
680650276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
680750276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
680850276Speter	is2=\E>\E F\E[?1l\E[?7h\E[r\E[2$~, kbs=^H, kcub1=\EOD, 
680950276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdl1=\E[3~, kf0=\E[21~, 
681050276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
681150276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kich1=\E[2~, knp=\E[6~, 
681250276Speter	kpp=\E[5~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, rc=\E8, 
681350276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dL, rmacs=\E(B, rmam=\E[?7l, 
681450276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
681550276Speter	rs1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E4i\E?4i\E[m\E[r\E[2$~, 
681650276Speter	sc=\E7, sgr0=\E[m, smacs=\E(0, smam=\E[?7h, smir=\E[4h, 
681750276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
681850276Speter	tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, 
681950276Speter# From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
682050276Speter# ACS capabilities from Philippe De Muyter  <phdm@info.ucl.ac.be> 30 May 1996
682150276Speter# (I removed a bogus boolean :mo: and added <msgr>, <smam>, <rmam> -- esr)
682250276Spetervt320-k311|dec vt320 series as defined by kermit 3.11, 
682350276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
682450276Speter	cols#80, it#8, lines#24, vt#3, 
682550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
682650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
682750276Speter	clear=\E[;H\E[2J, cnorm=\E[?25h, cr=^M, 
682850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
682950276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
683050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
683150276Speter	cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
683250276Speter	dl1=\E[M, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K, 
683350276Speter	flash=\E[?5h\E[?5l, fsl=\E[$}, home=\E[H, ht=^I, hts=\EH, 
683450276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L$<3/>, ind=\ED, 
683550276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, 
683650276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
683750276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf6=\E[17~, 
683850276Speter	kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2, 
683950276Speter	lf3=pf3, lf4=pf4, nel=^M\ED, rc=\E8, rev=\E[7m, 
684050276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmacs=^O, 
684150276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, 
684250276Speter	rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[m, smacs=^N, 
684350276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, 
684450276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 
684550276Speter
684650276Speter######## NON-ANSI TERMINAL EMULATIONS
684750276Speter#
684850276Speter
684950276Speter#### Avatar
685050276Speter#
685150276Speter# These entries attempt to describe Avatar, a terminal emulation used with
685250276Speter# MS-DOS bulletin-board systems.  It was designed to give ANSI-like
685350276Speter# capabilities, but with cheaper (shorter) control sequences.  Messy design,
685450276Speter# excessively dependent on PC idiosyncracies, but apparently rather popular
685550276Speter# in the BBS world.
685650276Speter#
685750276Speter# No color support.  Avatar doesn't fit either of the Tektronix or HP color
685850276Speter# models that terminfo knows about.  An Avatar color attribute is the
685950276Speter# low 7 bits of the IBM-PC display-memory attribute.  Bletch.
686050276Speter#
686150276Speter# I wrote these entries while looking at the Avatar spec.  I don't have
686250276Speter# the facilities to test them.  Let me know if they work, or don't.
686350276Speter#
686450276Speter# Avatar escapes not used by these entries (because maybe you're smarter
686550276Speter# and more motivated than I am and can figure out how to wrap terminfo
686650276Speter# around some of them, and because they are weird enough to be funny):
686750276Speter#				level 0:
686850276Speter# ^L		-- clear window/reset current attribute to default
686950276Speter# ^V^A%p1%c	-- set current color attribute, parameter decodes as follows:
687050276Speter# 
687150276Speter#      bit:         6   5   4   3   2   1   0
687250276Speter#                   |       |   |   |       |
687350276Speter#                   +---+---+   |   +---+---+
687450276Speter#                       |       |       |
687550276Speter#                       |       |  foreground color
687650276Speter#                       |  foreground intensity
687750276Speter#                  background color
687850276Speter#				level 0+:
687950276Speter# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) up by p1 lines
688050276Speter# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c	-- scroll (p2,p3) to (p4,p5) down by p1 lines
688150276Speter# ^V^L%p1%c%p2%c%p3%c		-- clear p2 lines and p3 cols w/attr %p1 
688250276Speter# ^V^M%p1%c%p2%c%p3%c%p4%c	-- fill p3 lines & p4 cols w/char p2+attr %p1 
688350276Speter# (^V^L and ^V^M set the current attribute as a side-effect.)
688450276Speter# ^V ^Y <a> [...] <c>	-- repeat pattern. <a> specifies the number of bytes
688550276Speter#			   in the pattern, <c> the number of times the pattern
688650276Speter#		  	   should be repeated. If either value is 0, no-op.
688750276Speter#			   The pattern can contain Avatar console codes,
688850276Speter#			   including other ^V ^Y patterns.
688950276Speter#				level 1:
689050276Speter# ^V^O		-- clockwise mode on; turn print direction right each time you
689150276Speter#		   hit a window edge (yes, really).  Turned off by CR
689250276Speter# ^V^P		-- no-op
689350276Speter# ^V^Q%c	-- query the driver
689450276Speter# ^V^R		-- driver reset
689550276Speter# ^V^S		-- Sound tone (PC-specific)
689650276Speter# ^V^T			-- change highlight at current cursor poition to %c
689750276Speter# ^V^U%p1%c%p2%c	-- highlight window <a> with attribute <b>
689850276Speter# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
689950276Speter#			-- define window 
690050276Speter#
690150276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
690250276Speter# (The <blink>/<bold>/<rev>/<smacs>/<smul>/<smso> capabilities exist only to
690350276Speter# tell ncurses that the corresponding highlights exist; it should use <sgr>,
690450276Speter# which is the only method that will actually work for multiple highlights.)
690550276Speteravatar0|avatar terminal emulator level 0, 
690650276Speter	am, bce, msgr, 
690750276Speter	cols#80, it#8, lines#25, 
690850276Speter	blink=^A^V\177, bold=^V^A^P, cr=^M, cub1=^V^E, cud1=^V^D, 
690950276Speter	cuf1=^V^F, cup=\026\010%p1%c%p2%c, cuu1=^V^C, el=^V^G, 
691050276Speter	ind=^J, invis=^V^A\0, rep=\031%p1%c%p2%d, rev=^A^Vp, 
691150276Speter	rs2=^L, 
691250276Speter	sgr=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;, 
691350276Speter	sgr0=^V^A^G, smacs=, smso=^A^Vp, smul=^V^A, 
691450276Speter	use=klone+acs, 
691550276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
691650276Speteravatar0+|avatar terminal emulator level 0+, 
691750276Speter	dch1=^V^N, rmir=\026\n\0\0\0\0, smir=^V^I, use=avatar0, 
691850276Speter# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
691950276Speteravatar|avatar1|avatar terminal emulator level 1, 
692050276Speter	civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+, 
692150276Speter	rmam=^V", rmir=^V^P, smam=^V$, 
692250276Speter	use=avatar0+, 
692350276Speter
692450276Speter#### RBcomm
692550276Speter#
692650276Speter# RBComm is a lean and mean terminal emulator written by the Interrupt List
692750276Speter# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
692850276Speter# '90s), especially in the BBS world, and still has some loyal users due to
692950276Speter# its very small memory footprint and to a cute macro language.
693050276Speterrbcomm|IBM PC with RBcomm and EMACS keybindings, 
693150276Speter	am, bw, mir, msgr, xenl, 
693250276Speter	cols#80, it#8, lines#25, 
693350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
693450276Speter	clear=^L, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
693550276Speter	cub1=^H, cud1=^C, cuf1=^B, 
693650276Speter	cup=\037%p2%{32}%+%c%p1%{32}%+%c, cuu1=^^, 
693750276Speter	cvvis=\E[?25h, dch1=^W, dl=\E[%p1%dM, dl1=^Z, 
693850276Speter	ech=\E[%p1%dX, ed=^F5, el=^P^P, ht=^I, il=\E[%p1%dL, il1=^K, 
693950276Speter	ind=\ED, invis=\E[8m, 
694050276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g, kbs=^H, 
694150276Speter	kcub1=^B, kcud1=^N, kcuf1=^F, kcuu1=^P, khome=^A, nel=^M\ED, 
694250276Speter	rc=\E8, rep=\030%p1%c%p2%c, rev=^R, ri=\EM, rmcup=, rmdc=, 
694350276Speter	rmir=^], rmkx=\E>, rmso=^U, rmul=^U, 
694450276Speter	rs1=\017\E(B\E)0\025\E[?3l\E[>8g, sc=\E7, sgr0=\E[m, 
694550276Speter	smcup=, smdc=, smir=^\, smkx=\E=, smso=^R, smul=^T, 
694650276Speterrbcomm-nam|IBM PC with RBcomm without autowrap, 
694750276Speter	am@, 
694850276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
694950276Speter	is2=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g, kbs=^H, 
695050276Speter	kcub1=^H, kcud1=^J, nel=^M^J, 
695150276Speter	use=rbcomm, 
695250276Speterrbcomm-w|IBM PC with RBcomm in 132 column mode, 
695350276Speter	cols#132, 
695450276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, 
695550276Speter	is2=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g, kbs=^H, 
695650276Speter	kcub1=^H, kcud1=^J, nel=^M^J, 
695750276Speter	use=rbcomm, 
695850276Speter
695950276Speter######## OLDER TERMINAL TYPES
696050276Speter#
696150276Speter# This section is devoted to older commercial terminal brands that are now
696250276Speter# discontinued, but known to be still in use or represented by emulations.
696350276Speter#
696450276Speter
696550276Speter#### AT&T (att, tty)
696650276Speter#
696750276Speter# This section also includes Teletype-branded VDTs.
696850276Speter#
696950276Speter# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
697050276Speter# Boundless Technologies); for details, see the header comment on the ADDS
697150276Speter# section.
697250276Speter#
697350276Speter# These are AT&T's official terminfo entries.  All-caps aliases have been
697450276Speter# removed.
697550276Speter#
697650276Speteratt2300|sv80|AT&T 2300 Video Information Terminal 80 column mode, 
697750276Speter	am, eo, mir, msgr, xon, 
697850276Speter	cols#80, it#8, lines#24, 
697950276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
698050276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
698150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
698250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
698350276Speter	el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
698450276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
698550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
698650276Speter	kdl1=\E[M, kf1=\E[1r, kf10=\E[10r, kf11=\E[11r, 
698750276Speter	kf12=\E[12r, kf13=\E[13r, kf14=\E[14r, kf15=\E[15r, 
698850276Speter	kf16=\E[16r, kf2=\E[2r, kf3=\E[3r, kf4=\E[4r, kf5=\E[5r, 
698950276Speter	kf6=\E[6r, kf7=\E[7r, kf8=\E[8r, kf9=\E[9r, khome=\E[H, 
699050276Speter	kich1=\E[@, kil1=\E[L, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
699150276Speter	rev=\E[7m, rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, 
699250276Speter	smso=\E[7m, 
699350276Speteratt2350|AT&T 2350 Video Information Terminal 80 column mode, 
699450276Speter	mc0@, mc4@, mc5@, 
699550276Speter	use=att2300, 
699650276Speter
699750276Speter# Must setup RETURN KEY - CR, REC'VD LF - INDEX.
699850276Speter# Seems upward compatible with vt100, plus ins/del line/char.
699950276Speter# On sgr, the protection parameter is ignored.
700050276Speter# No check is made to make sure that only 3 parameters are output.
700150276Speter# 	standout= reverse + half-intensity = 3 | 5.
700250276Speter# 	bold= reverse + underline = 2 | 3.
700350276Speter# note that half-bright blinking doesn't look different from normal blinking.
700450276Speter# NOTE:you must program the function keys first, label second!
700550276Speter# (att4410: a BSD entry has been seen with the following capabilities: 
700650276Speter# <is2=\E[?6l>, <kf1=\EOc>, <kf2=\EOd>, <kf3=\EOe>, <kf4=\EOg>,
700750276Speter# <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
700850276Speteratt5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1, 
700950276Speter	am, hs, mir, msgr, xon, 
701050276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
701150276Speter	acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
701250276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, 
701350276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
701450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
701550276Speter	dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I, 
701650276Speter	ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0, 
701750276Speter	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, 
701850276Speter	kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
701950276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, 
702050276Speter	kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, 
702150276Speter	ll=\E[24H, nel=^M^J, 
702250276Speter	pfx=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s, 
702350276Speter	pln=\E[%p1%d;00q%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
702450276Speter	rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
702550276Speter	sc=\E7, 
702650276Speter	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%;, 
702750276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
702850276Speter	tsl=\E7\E[25;%p1%{1}%+%dH, 
702950276Speter
703050276Speteratt4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1, 
703150276Speter	cols#132, wsl#132, 
703250276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1, 
703350276Speter
703450276Speteratt4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2, 
703550276Speter	pfx=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s, 
703650276Speter	use=att5410v1, 
703750276Speter
703850276Speteratt5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode, 
703950276Speter	cols#132, wsl#132, 
704050276Speter	is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410, 
704150276Speter
704250276Speter# 5410 in terms of a vt100
704350276Speter# (v5410: added <rmam>/<smam> based on init string -- esr)
704450276Speterv5410|att5410 in terms of a vt100, 
704550276Speter	am, mir, msgr, xon, 
704650276Speter	cols#80, it#8, lines#24, vt#3, 
704750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
704850276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
704950276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
705050276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2>, 
705150276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, 
705250276Speter	dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
705350276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, 
705450276Speter	il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
705550276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
705650276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
705750276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
705850276Speter	kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, 
705950276Speter	rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, 
706050276Speter	rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
706150276Speter	sc=\E7, 
706250276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
706350276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
706450276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
706550276Speter
706650276Speter# 
706750276Speter# Teletype Model 5420 -- A souped up 5410, with multiple windows,
706850276Speter# even! the 5420 has three modes: scroll, window or page mode
706950276Speter# this terminfo should work in scroll or window mode, but doesn't
707050276Speter# take advantage of any of the differences between them.
707150276Speter#
707250276Speter# Has memory below (2 lines!)
707350276Speter# 3 pages of memory (plus some spare)
707450276Speter# The 5410 sequences for <cup>, <cvvis>, <dch>, <dl>, <ech>, <flash>, <home>,
707550276Speter# <hpa>, <hts> would work for these, but these work in both scroll and window
707650276Speter# mode... Unset insert character so insert mode works
707750276Speter# <is1> sets 80 column mode,
707850276Speter# <is2> escape sequence:
707950276Speter# 1) turn off all fonts
708050276Speter# 2) function keys off, keyboard lock off, control display off,
708150276Speter#    insert mode off, erasure mode off,
708250276Speter# 3) full duplex, monitor mode off, send graphics off, nl on lf off
708350276Speter# 4) reset origin mode
708450276Speter# 5) set line wraparound
708550276Speter# 6) exit erasure mode, positional attribute mode, and erasure extent mode
708650276Speter# 7) clear margins
708750276Speter# 8) program ENTER to transmit ^J,
708850276Speter# We use \212 to program the ^J because a bare ^J will get translated by
708950276Speter# UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
709050276Speter#     1      2            3              4     5     6    7  8
709150276Speter# <is3> set screen color to black,
709250276Speter# No representation in terminfo for the delete word key: kdw1=\Ed
709350276Speter# Key capabilities assume the power-up send sequence...
709450276Speter# This <rmcup> is not strictly necessary, but it helps maximize 
709550276Speter# memory usefulness: <rmcup=\Ez>,
709650276Speter# Alternate sgr0:	<sgr0=\E[m\EW^O>,
709750276Speter# 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%;>,
709850276Speter# smkx programs the SYS PF keys to send a set sequence.
709950276Speter# It also sets up labels f1, f2, ..., f8, and sends edit keys.
710050276Speter# This string causes them to send the strings <kf1>-<kf8>
710150276Speter# when pressed in SYS PF mode.
710250276Speter# (att4415: I added <rmam>/<smam> based on the init string -- esr)
710350276Speteratt4415|tty5420|att5420|AT&T 4415/5420 80 cols, 
710450276Speter	db, mir, xon, 
710550276Speter	lh#2, lm#78, lw#8, nlab#8, wsl#55, 
710650276Speter	cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, 
710750276Speter	cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, 
710850276Speter	cuu=\E[%p1%dA, cvvis=\E[11;1j, dch=\E[%p1%dP, 
710950276Speter	dl=\E[%p1%dM, ech=\E[%p1%ds\E[%p1%dD, 
711050276Speter	flash=\E[?5h$<200>\E[?5l, home=\E[x, 
711150276Speter	hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@, 
711250276Speter	il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>, 
711350276Speter	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, 
711450276Speter	is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M, 
711550276Speter	kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd, 
711650276Speter	kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
711750276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
711850276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
711950276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?2i, mc4=\E[?9i, 
712050276Speter	mc5=\E[?4i, mrcup=\E[%i%p1%d;%p2%dt, 
712150276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s, 
712250276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, 
712350276Speter	rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l, 
712450276Speter	rmkx=\E[19;0j\E[21;1j\212, rmln=\E|, 
712550276Speter	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%;, 
712650276Speter	sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h, 
712750276Speter	smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g, 
712850276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
712950276Speter	use=att4410, 
713050276Speter
713150276Speteratt4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols, 
713250276Speter	cols#132, lm#54, wsl#97, 
713350276Speter	is1=\E[?3h$<100>, use=att4415, 
713450276Speter
713550276Speteratt4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv, 
713650276Speter	flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, 
713750276Speter	use=att4415, 
713850276Speter
713950276Speteratt4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv, 
714050276Speter	cols#132, lm#54, wsl#97, 
714150276Speter	flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, use=att4415, 
714250276Speter
714350276Speter# Note that this mode permits programming USER PF KEYS and labels
714450276Speter# However, when you program user pf labels you have to reselect
714550276Speter# user pf keys to make them appear! 
714650276Speteratt4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels, 
714750276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
714850276Speter	pfx=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s, 
714950276Speter	pln=\E[%p1%d;0;0;1q%p2%:-16.16s, 
715050276Speter
715150276Speteratt4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, 
715250276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
715350276Speter	use=att4415+nl, use=att4415, 
715450276Speter
715550276Speteratt4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, 
715650276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
715750276Speter	use=att4415+nl, use=att4415-rv, 
715850276Speter
715950276Speteratt4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, 
716050276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
716150276Speter	use=att4415+nl, use=att4415-w, 
716250276Speter
716350276Speteratt4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, 
716450276Speter	kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, 
716550276Speter	use=att4415+nl, use=att4415-w-rv, 
716650276Speter
716750276Speteratt5420_2|AT&T 5420 model 2 80 cols, 
716850276Speter	am, db, hs, mir, msgr, xon, 
716950276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
717050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
717150276Speter	blink=\E[5m, cbt=\E[1Z, clear=\EH\EJ, cnorm=\E[11;0j, 
717250276Speter	cr=\EG, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
717350276Speter	cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[1C, 
717450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cvvis=\E[11;1j, 
717550276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
717650276Speter	dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[0J, el=\E[0K, 
717750276Speter	el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
717850276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
717950276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
718050276Speter	invis=\E[8m, 
718150276Speter	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, 
718250276Speter	kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, 
718350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
718450276Speter	kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe, 
718550276Speter	kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H, 
718650276Speter	kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, 
718750276Speter	kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, 
718850276Speter	lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i, 
718950276Speter	mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J, 
719050276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~, 
719150276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, rc=\E8, 
719250276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j, 
719350276Speter	rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, 
719450276Speter	sc=\E7, 
719550276Speter	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%;, 
719650276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1j, smln=\E~, 
719750276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
719850276Speter	tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, 
719950276Speteratt5420_2-w|AT&T 5420 model 2 in 132 column mode, 
720050276Speter	cols#132, 
720150276Speter	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, use=att5420_2, 
720250276Speter
720350276Speteratt4418|att5418|AT&T 5418 80 cols, 
720450276Speter	am, xon, 
720550276Speter	cols#80, lines#24, 
720650276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
720750276Speter	bel=^G, blink=\E[5m, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, 
720850276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
720950276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
721050276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, 
721150276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, 
721250276Speter	ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, 
721350276Speter	is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%, kcub1=\E@, 
721450276Speter	kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, 
721550276Speter	kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, 
721650276Speter	kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, 
721750276Speter	kf21=\E[_, kf22=\E[M, kf23=\E[N, kf24=\E[O, kf3=\E[j, 
721850276Speter	kf6=\E[k, kf7=\E[l, kf8=\E[f, kf9=\E[w, khome=\Ec, rc=\E8, 
721950276Speter	rev=\E[7m, rmacs=^O, rmso=\E[m, rmul=\E[m, sc=\E7, 
722050276Speter	sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, 
722150276Speteratt4418-w|att5418-w|AT&T 5418 132 cols, 
722250276Speter	cols#132, 
722350276Speter	is1=\E[?3h, use=att5418, 
722450276Speter
722550276Speteratt4420|tty4420|teletype 4420, 
722650276Speter	da, db, eo, msgr, ul, xon, 
722750276Speter	cols#80, lines#24, lm#72, 
722850276Speter	bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, 
722950276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
723050276Speter	dl1=\EM, ed=\EJ, el=\Ez, home=\EH, il1=\EL, ind=\EH\EM\EY7\s, 
723150276Speter	kcbt=\EO, kclr=\EJ, kcub1=^H, kcud1=\EB, kcuf1=\EC, 
723250276Speter	kcuu1=\EA, kdch1=\EP, kdl1=\EM, kf0=\EU, kf3=\E@, khome=\EH, 
723350276Speter	kich1=\E\^, kil1=\EL, kind=\ES, kri=\ET, 
723450276Speter	lf0=segment advance, lf3=cursor tab, rmdc@, rmso=\E~, 
723550276Speter	rmul=\EZ, smdc@, smso=\E}, smul=\E\\, 
723650276Speter
723750276Speter#  The following is a terminfo entry for the Teletype 4424
723850276Speter#  asynchronous keyboard-display terminal.  It supports
723950276Speter#  the vi editor.  The terminal must be set up as follows,
724050276Speter# 	
724150276Speter# 	HIGHLIGHT DEFINITION	3-TONE
724250276Speter# 	DISPLAY FUNCTION	GROUP III
724350276Speter# 	
724450276Speter#  The second entry below provides limited (a la adm3a)
724550276Speter#  operation under GROUP II.
724650276Speter# 	
724750276Speter#  This must be used with DISPLAY FUNCTION GROUP I or III
724850276Speter# 	and HIGHLIGHT DEFINITION 3-TONE
724950276Speter# The terminal has either bold or blink, depending on options
725050276Speter#
725150276Speter# (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
725250276Speteratt4424|tty4424|teletype 4424, 
725350276Speter	am, xon, 
725450276Speter	cols#80, lines#24, 
725550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
725650276Speter	bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, 
725750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
725850276Speter	cud=\E[%p1%dB, cud1=\EB, cuf=\E[%p1%dC, cuf1=\EC, 
725950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EA, 
726050276Speter	dch=\E[%p1%dP, dch1=\EP, dim=\EW, dl=\E[%p1%dM, dl1=\EM, 
726150276Speter	ed=\EJ, el=\Ez, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
726250276Speter	ich1=\E\^, il=\E[%p1%dL, il1=\EL, ind=^J, is2=\E[20l\E[?7h, 
726350276Speter	kbs=^H, kclr=\EJ, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
726450276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
726550276Speter	khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~, 
726650276Speter	rmul=\EZ, 
726750276Speter	sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m, 
726850276Speter	sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smso=\E}, smul=\E\\, 
726950276Speter	tbc=\EF, 
727050276Speter
727150276Speteratt4424-1|tty4424-1|teletype 4424 in display function group I, 
727250276Speter	kclr@, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome@, 
727350276Speter	use=att4424, 
727450276Speter
727550276Speter# This entry is not one of AT&T's official ones, it was translated from the
727650276Speter# 4.4BSD termcap file.  The highlight strings are different from att4424.
727750276Speter# I have no idea why this is -- older firmware version, maybe?
727850276Speter# The following two lines are the comment originally attached to the entry:
727950276Speter# This entry appears to avoid the top line - I have no idea why.
728050276Speter# From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
728150276Speteratt4424m|tty4424m|teletype 4424M, 
728250276Speter	am, da, db, mir, 
728350276Speter	cols#80, it#8, lines#23, 
728450276Speter	bel=^G, clear=\E[2;H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
728550276Speter	cup=\E[%i%p1%2d;%p2%2dH\E[B, cuu1=\E[A, dch1=\EP, 
728650276Speter	dl1=\EM, el=\E[K, ht=^I, ich1=\E\^, il1=\EL, ind=^J, ip=$<2/>, 
728750276Speter	is2=\E[m\E[2;24r, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
728850276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
728950276Speter	kf4=\EOS, khome=\E[H, nel=^M^J, ri=\ET, rmso=\E[m, rmul=\E[m, 
729050276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
729150276Speter
729250276Speter# The Teletype 5425 is really version 2 of the Teletype 5420. It 
729350276Speter# is quite similar, except for some minor differences. No page 
729450276Speter# mode, for example, so all of the <cup> sequences used above have 
729550276Speter# to change back to what's being used for the 5410. Many of the 
729650276Speter# option settings have changed their numbering as well.
729750276Speter# 
729850276Speter# This has been tested on a preliminary model.
729950276Speter#
730050276Speter# (att5425: added <rmam>/<smam> based on the init string -- esr)
730150276Speteratt5425|tty5425|att4425|AT&T 4425/5425, 
730250276Speter	am, da, db, hs, mir, msgr, xenl, xon, 
730350276Speter	cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, 
730450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
730550276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
730650276Speter	clear=\E[H\E[J, cnorm=\E[12;0j, cr=^M, 
730750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
730850276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
730950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
731050276Speter	cvvis=\E[12;1j, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
731150276Speter	dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[J, 
731250276Speter	el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
731350276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, 
731450276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
731550276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, 
731650276Speter	invis=\E[8m, is1=\E<\E[?3l$<100>, 
731750276Speter	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, 
731850276Speter	is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J, 
731950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
732050276Speter	kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, 
732150276Speter	kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, 
732250276Speter	kf8=\EOj, khome=\E[H, kich1=\E[4h, kil1=\E[L, kind=\E[T, 
732350276Speter	kri=\E[S, ll=\E[24H, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, 
732450276Speter	nel=^M^J, 
732550276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
732650276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, rc=\E8, 
732750276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmam=\E[?7l, 
732850276Speter	rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|, 
732950276Speter	rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, 
733050276Speter	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%;, 
733150276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
733250276Speter	smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m, 
733350276Speter	smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, 
733450276Speter	vpa=\E[%p1%{1}%+%dd, 
733550276Speter
733650276Speteratt5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels, 
733750276Speter	smkx=\E[21;1j\E[25;4j\Eent, 
733850276Speter	use=att4425, 
733950276Speter
734050276Speteratt5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, 
734150276Speter	cols#132, lm#54, wsl#97, 
734250276Speter	is1=\E[?3h$<100>, use=tty5425, 
734350276Speter
734450276Speter# (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:. 
734550276Speter# I also added <rmam>/<smam> -- esr)
734650276Speteratt4426|tty4426|teletype 4426S, 
734750276Speter	am, da, db, xon, 
734850276Speter	cols#80, lines#24, lm#48, 
734950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
735050276Speter	bel=^G, bold=\E[5m, clear=\E[H\E[2J\E[1U\E[H\E[2J\E[1V, 
735150276Speter	cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
735250276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
735350276Speter	cuu=\E[%p1%dA, cuu1=\EA, dch=\E[%p1%dP, dch1=\EP, 
735450276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[0K, home=\E[H, 
735550276Speter	hpa=\E[%p1%dG, ht=^I, hts=\E1, ich=\E[%p1%d@, ich1=\E\^, 
735650276Speter	il=\E[%p1%dL, il1=\EL, ind=^J, indn=\E[%p1%dS, 
735750276Speter	is1=\Ec\E[?7h, is2=\E[m\E[1;24r, kbs=^H, kcbt=\EO, 
735850276Speter	kclr=\E[2J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
735950276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
736050276Speter	kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, ll=\E[24H, 
736150276Speter	nel=^M^J, rc=\E8, rev=\E[7m, ri=\ET, rin=\E[%p1%dT, 
736250276Speter	rmacs=\E(B, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, 
736350276Speter	rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr0=\E[m\E(B, smacs=\E(0, 
736450276Speter	smam=\E[?7h, smso=\E[5m, smul=\E[4m, tbc=\E[3g, 
736550276Speter	vpa=\E[%p1%dd, 
736650276Speter
736750276Speter# Terminfo entry for the AT&T 510 A Personal Terminal
736850276Speter# Function keys 9 - 16 are available only after the 
736950276Speter# screen labeled (soft keys/action blocks) are labeled.  Function key
737050276Speter# 9 corresponds to the leftmost touch target on the screen,
737150276Speter# function key 16 corresponds to the rightmost.
737250276Speter#
737350276Speter# This entry is based on one done by Ernie Rice at Summit, NJ and
737450276Speter# changed by Anne Gallup, Skokie, IL, ttrdc!anne
737550276Speteratt510a|bct510a|AT&T 510A Personal Terminal, 
737650276Speter	am, mir, msgr, xenl, xon, 
737750276Speter	cols#80, lh#2, lines#24, lw#7, nlab#8, 
737850276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
737950276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
738050276Speter	civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, 
738150276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, 
738250276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
738350276Speter	cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, 
738450276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, 
738550276Speter	el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, ht=^I, 
738650276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E(B\E)1\E[2l, 
738750276Speter	is3=\E[21;1|\212, kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, 
738850276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, 
738950276Speter	kf10=\EOd, kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, 
739050276Speter	kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, 
739150276Speter	kf6=\ENf, kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, 
739250276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE, 
739350276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, rev=\E[7m, ri=\EM, 
739450276Speter	rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7, 
739550276Speter	sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;, 
739650276Speter	sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m, 
739750276Speter	smul=\E[4m, tbc=\E[3g, 
739850276Speter
739950276Speter# Terminfo entry for the AT&T 510 D Personal Terminal
740050276Speter# Function keys 9 through 16 are accessed by bringing up the
740150276Speter# system blocks.
740250276Speter# Function key 9 corresponds to the leftmost touch target on the screen,
740350276Speter# function key 16 corresponds to the rightmost.
740450276Speter#
740550276Speter# There are problems with soft key labeling.  These are due to 
740650276Speter# strangenesses in the native terminal that are impossible to
740750276Speter# describe in a terminfo.  
740850276Speteratt510d|bct510d|AT&T 510D Personal Terminal, 
740950276Speter	am, da, db, mir, msgr, xenl, xon, 
741050276Speter	cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, 
741150276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
741250276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
741350276Speter	clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, 
741450276Speter	cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, 
741550276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
741650276Speter	cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, dch1=\E[P, 
741750276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, 
741850276Speter	el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, 
741950276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
742050276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
742150276Speter	invis=\E[8m, is1=\E(B\E)1\E[5;0|, is3=\E[21;1|\212, 
742250276Speter	kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, 
742350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, 
742450276Speter	kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, 
742550276Speter	kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, kf6=\ENf, 
742650276Speter	kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, ll=\E#2, 
742750276Speter	mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, mgc=\E\:, nel=\EE, 
742850276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
742950276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
743050276Speter	rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|, 
743150276Speter	rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|, 
743250276Speter	rs2=\E[5;0|, sc=\E7, 
743350276Speter	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%;, 
743450276Speter	sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h, 
743550276Speter	smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m, 
743650276Speter	smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
743750276Speter
743850276Speter# (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
743950276Speteratt500|att513|AT&T 513 using page mode, 
744050276Speter	am, chts, mir, msgr, xenl, xon, 
744150276Speter	cols#80, lh#2, lines#24, lw#8, nlab#8, 
744250276Speter	acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~, 
744350276Speter	bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, 
744450276Speter	clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, 
744550276Speter	csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
744650276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
744750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
744850276Speter	cvvis=\E[11;1|, dch=\E[%p1%dP, dch1=\E[P$<1>, dim=\E[2m, 
744950276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
745050276Speter	enacs=\E(B\E)1, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
745150276Speter	hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
745250276Speter	indn=\E[%p1%dE, invis=\E[8m, 
745350276Speter	is1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l, 
745450276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
745550276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
745650276Speter	kFND=\EOX, kHLP=\EOM, kHOM=\ENM, kIC=\ENJ, kLFT=\ENK, 
745750276Speter	kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, 
745850276Speter	kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRIT=\ENL, kRPL=\EOY, 
745950276Speter	kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kbs=^H, kcan=\EOw, 
746050276Speter	kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, 
746150276Speter	kcrt=\EOn, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
746250276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=\Eent, 
746350276Speter	kext=\EOk, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
746450276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kfnd=\EOx, khlp=\EOm, 
746550276Speter	khome=\E[H, kich1=\ENj, kind=\E[S, kmov=\ENc, kmrk=\ENi, 
746650276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
746750276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
746850276Speter	kres=\EOq, krfr=\ENa, kri=\E[T, krpl=\EOy, krst=\EOB, 
746950276Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2, 
747050276Speter	mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i, 
747150276Speter	nel=\EE, 
747250276Speter	pfkey=\E[%p1%d;%p2%l%d;3;0p   F%p1%d           %p2%s, 
747350276Speter	pfloc=\E[%p1%d;%p2%l%d;2;0p   F%p1%d           %p2%s, 
747450276Speter	pfx=\E[%p1%d;%p2%l%d;1;0p   F%p1%d           %p2%s, 
747550276Speter	pln=\E[%p1%dp%p2%:-16s, rc=\E8, 
747650276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, 
747750276Speter	rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l, 
747850276Speter	rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m, 
747950276Speter	rmul=\E[m, 
748050276Speter	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, 
748150276Speter	rs2=\E[5;0|, sc=\E7, 
748250276Speter	sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, 
748350276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, 
748450276Speter	smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m, 
748550276Speter	smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, 
748650276Speter
748750276Speter# 01-07-88
748850276Speter# printer must be set to EMUL ANSI to accept ESC codes
748950276Speter# <cuu1> stops at top margin
749050276Speter# <is1> sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
749150276Speter#	and alt font ascii,wrap on,tabs cleared
749250276Speter# <is2> disables newline on LF,Emphasized off
749350276Speter# The <u0> capability sets form length
749450276Speteratt5310|att5320|AT&T Model 53210 or 5320 matrix printer, 
749550276Speter	xhpa, xvpa, 
749650276Speter	bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10, 
749750276Speter	orhi#100, orl#12, orvi#72, 
749850276Speter	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%;, 
749950276Speter	cr=^M, 
750050276Speter	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%;, 
750150276Speter	cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1=\s, cuu1=\EM, 
750250276Speter	ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r, 
750350276Speter	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%;, 
750450276Speter	rshm=\E[m, 
750550276Speter	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(}%;, 
750650276Speter	smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds, 
750750276Speter	smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m, 
750850276Speter	u0=\E[%p1%dt, vpa=\E[%p1%dd, 
750950276Speter
751050276Speter# Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
751150276Speter# The following SET-UP modes are assumed for normal operation:
751250276Speter#	CR_DEF=CR	NL_DEF=INDEX	DUPLEX=FULL
751350276Speter# Other SET-UP modes may be set for operator convenience or communication
751450276Speter# requirements.  This termcap description is for the Resident Terminal Mode.
751550276Speter# No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
751650276Speter# The BRL entry also said: UNSAFE :ll=\E[70H:
751750276Speteratt5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs, 
751850276Speter	am, xon, 
751950276Speter	cols#88, it#8, lines#70, vt#3, 
752050276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
752150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
752250276Speter	dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
752350276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
752450276Speter	il1=\E[L, ind=^J, indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, 
752550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
752650276Speter	kll=\E[70;1H, nel=^M^J, rc=\E8, ri=\E[T, rin=\E[%p1%dT, 
752750276Speter	rs1=\Ec, sc=\E7, 
752850276Speter
752950276Speter# 5620 terminfo  (2.0 or later ROMS with char attributes)
753050276Speter# The following SET-UP modes are assumed for normal operation:
753150276Speter#	DUPLEX=FULL	GEN_FLOW=ON	NEWLINE=INDEX	RETURN=CR
753250276Speter# Other SET-UP modes may be set for operator convenience or communication
753350276Speter# requirements.  This termcap description is for Resident Terminal Mode.  No
753450276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
753550276Speter# assumptions: <ind> (scroll forward one line) is only done at screen bottom
753650276Speter# Be aware that older versions of the dmd have a firmware bug that affects
753750276Speter# parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
753850276Speter# <msgr> is from an otherwise inferior BRL for this terminal.  That entry
753950276Speter# also has <ll>=\E[70H commented out and marked unsafe.
754050276Speter# For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
754150276Speteratt5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, 
754250276Speter	am, msgr, npc, xon, 
754350276Speter	cols#88, it#8, lines#70, 
754450276Speter	bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, 
754550276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
754650276Speter	dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 
754750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, 
754850276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
754950276Speter	indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
755050276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kll=\E[70;1H, nel=^J, 
755150276Speter	pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\E[T, 
755250276Speter	rin=\E[%p1%dT, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sc=\E7, 
755350276Speter	sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
755450276Speteratt5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer, 
755550276Speter	lines#24, use=att5620, 
755650276Speteratt5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer, 
755750276Speter	lines#34, use=att5620, 
755850276Speter# 5620 layer running the "S" system's downloaded graphics handler:
755950276Speteratt5620-s|tty5620-s|layer|vitty|5620 S layer, 
756050276Speter	am, 
756150276Speter	cols#80, it#8, lines#72, 
756250276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
756350276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=^K, dl1=\ED, 
756450276Speter	el=\EK, flash=\E^G, ht=^I, il1=\EI, ind=^J, kbs=^H, kclr=\E[2J, 
756550276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
756650276Speter	kll=\E[70;1H, 
756750276Speter
756850276Speter# Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
756950276Speter#
757050276Speter# Entries for <kf29> thru <kf46> refer to the alternate keypad mode
757150276Speter# keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
757250276Speteratt605|AT&T 605 80 column 102key keyboard, 
757350276Speter	am, eo, xon, 
757450276Speter	cols#80, lines#24, lw#8, nlab#8, wsl#80, 
757550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
757650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
757750276Speter	cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, 
757850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, 
757950276Speter	dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
758050276Speter	el=\E[K, el1=\E[1K, fsl=\E8, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
758150276Speter	il1=\E[L, ind=^J, invis=\E[8m, 
758250276Speter	is1=\E[8;0|\E[?\E[13;20l\E[?\E[12h, is2=\E[m\017, 
758350276Speter	kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, kclr=\E[2J, 
758450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
758550276Speter	kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, kf11=\ENq, 
758650276Speter	kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, 
758750276Speter	kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, 
758850276Speter	kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, 
758950276Speter	kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, 
759050276Speter	kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, 
759150276Speter	kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, 
759250276Speter	kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, 
759350276Speter	kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, 
759450276Speter	kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@, 
759550276Speter	kil1=\E[L, kind=\E[S, knp=\E[U, kpp=\E[V, ll=\E[24H, 
759650276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
759750276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
759850276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
759950276Speter	rmacs=^O, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
760050276Speter	rs2=\Ec\E[?3l, sc=\E7, sgr0=\E[m\017, smacs=\E)0\016, 
760150276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
760250276Speter	tsl=\E7\E[25;%i%p1%dx, 
760350276Speteratt605-pc|ATT 605 in pc term mode, 
760450276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
760550276Speter	cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, 
760650276Speter	dch1=\E[P, dl1=\E[M, ich1=\E[@, il=\E[L, il1=\E[L, kcbt=\E[Z, 
760750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, 
760850276Speter	kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, 
760950276Speter	kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, 
761050276Speter	kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, 
761150276Speter	rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, 
761250276Speter	xonc=e, 
761350276Speter	use=att605, 
761450276Speteratt605-w|AT&T 605-w 132 column 102 key keyboard, 
761550276Speter	cols#132, wsl#132, 
761650276Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, use=att605, 
761750276Speter# (att610: I added <rmam>/<smam> based on the init string.  I also
761850276Speter# added <indn> and <rin> because the BSD file says the att615s have them,
761950276Speter# and the 615 is like a 610 with a big keyboard, and most of their other
762050276Speter# smart terminals support the same sequence -- esr)
762150276Speteratt610|AT&T 610; 80 column; 98key keyboard, 
762250276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
762350276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
762450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
762550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
762650276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
762750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
762850276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
762950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
763050276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
763150276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
763250276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
763350276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
763450276Speter	indn=\E[%p1%dS, invis=\E[8m, 
763550276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0, 
763650276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
763750276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
763850276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
763950276Speter	kf13=\ENs, kf14=\ENt, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, 
764050276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
764150276Speter	kind=\E[S, kri=\E[T, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, 
764250276Speter	nel=\EE, 
764350276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
764450276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
764550276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, 
764650276Speter	rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, 
764750276Speter	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%;, 
764850276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
764950276Speter	smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, 
765050276Speteratt610-w|AT&T 610; 132 column; 98key keyboard, 
765150276Speter	cols#132, wsl#132, 
765250276Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610, 
765350276Speter
765450276Speteratt610-103k|AT&T 610; 80 column; 103key keyboard, 
765550276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
765650276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
765750276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
765850276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
765950276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
766050276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
766150276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
766250276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf9@, kfnd=\EOx, 
766350276Speter	khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, 
766450276Speter	knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, 
766550276Speter	kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, 
766650276Speter	krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, 
766750276Speter	kslt=\ENI, kspd=\EOp, kund=\EOs, 
766850276Speter	use=att610, 
766950276Speteratt610-103k-w|AT&T 610; 132 column; 103key keyboard, 
767050276Speter	cols#132, wsl#132, 
767150276Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610-103k, 
767250276Speteratt615|AT&T 615; 80 column; 98key keyboard, 
767350276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
767450276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
767550276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
767650276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
767750276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
767850276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
767950276Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, 
768050276Speter	use=att610, 
768150276Speteratt615-w|AT&T 615; 132 column; 98key keyboard, 
768250276Speter	kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
768350276Speter	kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, 
768450276Speter	kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, 
768550276Speter	kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, 
768650276Speter	kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, 
768750276Speter	kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
768850276Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, 
768950276Speter	use=att610-w, 
769050276Speteratt615-103k|AT&T 615; 80 column; 103key keyboard, 
769150276Speter	kLFT=\E[ A, kRIT=\E[ @, 
769250276Speter	use=att610-103k, 
769350276Speteratt615-103k-w|AT&T 615; 132 column; 103key keyboard, 
769450276Speter	kLFT=\E[ A, kRIT=\E[ @, 
769550276Speter	use=att610-103k-w, 
769650276Speter# (att620: I added <rmam>/<smam> based on the init string and
769750276Speter# <rin>/<indn> from a BSD termcap -- esr)
769850276Speteratt620|AT&T 620; 80 column; 98key keyboard, 
769950276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
770050276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
770150276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
770250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
770350276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
770450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
770550276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
770650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
770750276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
770850276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
770950276Speter	flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, 
771050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
771150276Speter	indn=\E[%p1%dS, invis=\E[8m, 
771250276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h, 
771350276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, 
771450276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
771550276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
771650276Speter	kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, kf17=\EOE, 
771750276Speter	kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, kf21=\EOI, 
771850276Speter	kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, 
771950276Speter	kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, kf30=\EOQ, 
772050276Speter	kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, 
772150276Speter	kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf4=\EOf, 
772250276Speter	kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, 
772350276Speter	kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, 
772450276Speter	kf9=\ENo, khome=\E[H, kind=\E[S, kri=\E[T, ll=\E[24H, 
772550276Speter	mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
772650276Speter	pfx=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s, 
772750276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m, 
772850276Speter	ri=\EM, rin=\E[%p1%dT, rmacs=\E(B\017, rmam=\E[?7l, 
772950276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, 
773050276Speter	rs2=\Ec\E[?3l, sc=\E7, 
773150276Speter	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%;, 
773250276Speter	sgr0=\E[m\E(B\017, smacs=\E)0\016, smam=\E[?7h, 
773350276Speter	smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, 
773450276Speter	tsl=\E7\E[25;%i%p1%dx, 
773550276Speteratt620-w|AT&T 620; 132 column; 98key keyboard, 
773650276Speter	cols#132, wsl#132, 
773750276Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620, 
773850276Speteratt620-103k|AT&T 620; 80 column; 103key keyboard, 
773950276Speter	kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, 
774050276Speter	kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, 
774150276Speter	kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, 
774250276Speter	kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, 
774350276Speter	kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, 
774450276Speter	kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, 
774550276Speter	kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, 
774650276Speter	kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf15@, kf16@, kf17@, 
774750276Speter	kf18@, kf19@, kf20@, kf21@, kf22@, kf23@, kf24@, kf25@, kf26@, kf27@, 
774850276Speter	kf28@, kf29@, kf30@, kf31@, kf32@, kf33@, kf34@, kf35@, kf36@, kf37@, 
774950276Speter	kf38@, kf39@, kf40@, kf41@, kf42@, kf43@, kf44@, kf45@, kf46@, kf9@, 
775050276Speter	kfnd=\EOx, khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, 
775150276Speter	kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, 
775250276Speter	kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, 
775350276Speter	kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, 
775450276Speter	ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, 
775550276Speter	use=att620, 
775650276Speter
775750276Speteratt620-103k-w|AT&T 620; 132 column; 103key keyboard, 
775850276Speter	cols#132, wsl#132, 
775950276Speter	is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620-103k, 
776050276Speter
776150276Speter# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
776250276Speter# The following SETUP modes are assumed for normal operation:
776350276Speter#	Local_Echo=Off	Gen_Flow=On	Return=CR	Received_Newline=LF
776450276Speter#	Font_Size=Large		Non-Layers_Window_Cols=80
776550276Speter#				Non-Layers_Window_Rows=60
776650276Speter# Other SETUP modes may be set for operator convenience or communication
776750276Speter# requirements.  Some capabilities assume a printer attached to the Aux EIA
776850276Speter# port.  This termcap description is for the Fixed Non-Layers Window.  No
776950276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
777050276Speter# (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
777150276Speteratt630|AT&T 630 windowing terminal, 
777250276Speter	am, da, db, mir, msgr, npc, xon, 
777350276Speter	cols#80, it#8, lines#60, lm#0, 
777450276Speter	bel=^G, blink=\E[5m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, 
777550276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
777650276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
777750276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
777850276Speter	dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, 
777950276Speter	el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
778050276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, is2=\E[m, 
778150276Speter	kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
778250276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kent=^M, 
778350276Speter	kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, 
778450276Speter	kf15=\ENu, kf16=\ENv, kf17=\ENw, kf18=\ENx, kf19=\ENy, 
778550276Speter	kf20=\ENz, kf21=\EN{, kf22=\EN|, kf23=\EN}, kf24=\EN~, 
778650276Speter	kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, mc4=\E[?4i, 
778750276Speter	mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, 
778850276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m, 
778950276Speter	rmul=\E[m, rs2=\Ec, sc=\E7, 
779050276Speter	sgr=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m, 
779150276Speter	sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
779250276Speteratt630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 
779350276Speter	lines#24, use=att630, 
779450276Speter
779550276Speter# This is the att700 entry for 700 native emulation of the AT&T 700
779650276Speter# terminal.  Comments are relative to changes from the 605V2 entry and
779750276Speter# att730 on which the entry is based.  Comments show the terminfo
779850276Speter# capability name, termcap name, and description.
779950276Speter#
780050276Speter# Here is what's going onm in the init string:
780150276Speter#	ESC [ 50;4|	set 700 native mode (really is 605)
780250276Speter# x	ESC [ 56;ps| 	set lines to 24: ps=0; 40: ps=1 (plus status line)
780350276Speter#	ESC [ 53;0|	set GenFlow to Xon/Xoff
780450276Speter#	ESC [ 8 ;0|	set CR on NL 
780550276Speter# x	ESC [ ? 3 l/h	set workspace: 80 col(l); 132 col(h)
780650276Speter#	ESC [ ? 4 l	jump scroll 
780750276Speter#	ESC [ ? 5 l/h	video: normal (l); reverse (h)
780850276Speter#	ESC [ ?13 l	Labels on
780950276Speter#	ESC [ ?15 l	parity check = no
781050276Speter#	ESC [ 13 l	monitor mode off
781150276Speter#	ESC [ 20 l	LF on NL (not CRLF on NL)
781250276Speter#	ESC [ ? 7 h	autowrap on
781350276Speter#	ESC [ 12 h	local echo off
781450276Speter#	ESC ( B		GO = ASCII
781550276Speter#	ESC ) 0		G1 = Special Char & Line Drawing
781650276Speter#	ESC [ ? 31 l	Set 7 bit controls
781750276Speter#
781850276Speter# Note: Most terminals, especially the 600 family use Reverse Video for
781950276Speter# standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
782050276Speter# Assume we should stay with reverse video for 70..  However, the 605V2 exits
782150276Speter# standout mode with \E[m (all normal attributes).  The 730 entry simply
782250276Speter# exits reverse video which would leave other current attributes intact.  It
782350276Speter# was assumed the 730 entry to be more correct so rmso has changed.  The
782450276Speter# 605V2 has no sequences to turn individual attributes off, thus its setting
782550276Speter# and the rmso/smso settings from the 730.
782650276Speter#
782750276Speter# Note: For the same reason as above in rmso I changed exit under-score mode
782850276Speter# to specifically turn off underscore, rather than return to all normal 
782950276Speter# attributes
783050276Speter#
783150276Speter# Note: The following pkey_xmit is taken from the 605V2 which contained the
783250276Speter# capability as pfxl.  It was changed here to pfx since pfxl
783350276Speter# will only compile successfully with Unix 4.0 tic.  Also note that pfx only
783450276Speter# allows strings to be parameters and label values must be programmed as
783550276Speter# constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
783650276Speter# and strings to be parameters.  The 605V2 pfx entry should be examined later
783750276Speter# in this regard. For reference the 730 pfxl entry is shown here for comparison
783850276Speter# 730 pfx entry:
783950276Speter#     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
784050276Speter# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
784150276Speter#
784250276Speter# (for 4.0 tic)
784350276Speter#     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
784450276Speter#
784550276Speter# (for <4.0 tic)
784650276Speter#     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
784750276Speter#
784850276Speter# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
784950276Speter#
785050276Speter# Port1 Interface
785150276Speter#
785250276Speter# modular 10 pin Connector
785350276Speter# Left side       Right side
785450276Speter# Pin 1 2 3 4 5 6 7 8 9 10
785550276Speter#
785650276Speter#        Key (notch) at bottom
785750276Speter#
785850276Speter# Pin    1 DSR
785950276Speter#        3 DCD
786050276Speter#        4 DTR
786150276Speter#        5 Sig Ground
786250276Speter#        6 RD
786350276Speter#        7 SD
786450276Speter#        8 CTS
786550276Speter#        9 RTS
786650276Speter#        10 Frame Ground
786750276Speter#
786850276Speter# The manual is 189 pages and is loaded with details about the escape codes,
786950276Speter# etc..... Available from AT&T CIC 800-432-6600...
787050276Speter# ask for Document number 999-300-660..
787150276Speter#
787250276Speteratt700|AT&T 700 24x80 column display w/102key keyboard, 
787350276Speter	am, eslok, hs, mir, msgr, xenl, xon, 
787450276Speter	cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, 
787550276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
787650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
787750276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
787850276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
787950276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
788050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
788150276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
788250276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
788350276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fln=4\,4, 
788450276Speter	fsl=\E8, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
788550276Speter	il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, 
788650276Speter	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, 
788750276Speter	is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, 
788850276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
788950276Speter	kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, 
789050276Speter	kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, 
789150276Speter	kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, 
789250276Speter	kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, 
789350276Speter	kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOq, 
789450276Speter	kf3=\EOe, kf30=\EOr, kf31=\EOs, kf32=\EOt, kf33=\EOu, 
789550276Speter	kf34=\EOv, kf35=\EOw, kf36=\EOx, kf37=\EOy, kf38=\EOu, 
789650276Speter	kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, 
789750276Speter	kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, 
789850276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
789950276Speter	kich1=\E[@, kil1=\E[L, knp=\E[U, kpp=\E[V, ll=\E[24H, 
790050276Speter	mc0=\E[i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
790150276Speter	pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s, 
790250276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
790350276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
790450276Speter	rmir=\E[4l, rmln=\E[2p, rmso=\E[27m, rmul=\E[24m, 
790550276Speter	rmxon=\E[53;3|, rs1=\Ec\E[?3;5l\E[56;0|, sc=\E7, 
790650276Speter	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%;, 
790750276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[p, smso=\E[7m, 
790850276Speter	smul=\E[4m, smxon=\E[53;0|, tbc=\E[3g, 
790950276Speter	tsl=\E7\E[99;%i%p1%dx, 
791050276Speter
791150276Speter# This entry was modified 3/13/90 by JWE.
791250276Speter# fixes include additions of <enacs>, correcting <rep>, and modification
791350276Speter# of <kHOM>.  (See comments below)
791450276Speter# att730 has status line of 80 chars
791550276Speter# These were commented out: <indn=\E[%p1%dS>, <rin=\E[%p1%dT>,
791650276Speter# the <kf25> and up keys are used for shifted system Fkeys
791750276Speter# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
791850276Speter# currently the same as <khome> (unshifted HOME or \E[H).  On the 102, 102+1
791950276Speter# and 122 key keyboards, the 730's translation is \E[2J.  For consistency
792050276Speter# <kHOM> has been commented out.  The user can uncomment <kHOM> if using the
792150276Speter# 102, 102+1, or 122 key keyboards
792250276Speter#       kHOM=\E[2J,
792350276Speter# (att730: I added <rmam>/<smam> based on the init string -- esr)
792450276Speteratt730|AT&T 730 windowing terminal, 
792550276Speter	am, da, db, eslok, hs, mir, msgr, npc, xenl, xon, 
792650276Speter	cols#80, it#8, lh#2, lines#60, lm#0, lw#8, nlab#24, wsl#80, 
792750276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
792850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, 
792950276Speter	clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, 
793050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
793150276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
793250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
793350276Speter	cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
793450276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
793550276Speter	enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fsl=\E8, 
793650276Speter	home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, 
793750276Speter	ind=\ED, invis=\E[8m, 
793850276Speter	is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B, 
793950276Speter	is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, 
794050276Speter	kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
794150276Speter	kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, 
794250276Speter	kf13=\ENs, kf14=\ENt, kf15=\ENu, kf16=\ENv, kf17=\ENw, 
794350276Speter	kf18=\ENx, kf19=\ENy, kf2=\EOd, kf20=\ENz, kf21=\EN{, 
794450276Speter	kf22=\EN|, kf23=\EN}, kf24=\EN~, kf25=\EOC, kf26=\EOD, 
794550276Speter	kf27=\EOE, kf28=\EOF, kf29=\EOG, kf3=\EOe, kf30=\EOH, 
794650276Speter	kf31=\EOI, kf32=\EOJ, kf33=\ENO, kf34=\ENP, kf35=\ENQ, 
794750276Speter	kf36=\ENR, kf37=\ENS, kf38=\ENT, kf39=\EOU, kf4=\EOf, 
794850276Speter	kf40=\EOV, kf41=\EOW, kf42=\EOX, kf43=\EOY, kf44=\EOZ, 
794950276Speter	kf45=\EO[, kf46=\EO\s, kf47=\EO], kf48=\EO\^, kf5=\EOg, 
795050276Speter	kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, 
795150276Speter	kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T, 
795250276Speter	mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, 
795350276Speter	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, 
795450276Speter	pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s, 
795550276Speter	pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, 
795650276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, 
795750276Speter	rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m, 
795850276Speter	rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, sc=\E7, 
795950276Speter	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%;, 
796050276Speter	sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, 
796150276Speter	smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h, 
796250276Speter	swidm=\E#6, tsl=\E7\E[;%i%p1%dx, 
796350276Speteratt730-41|730MTG-41|AT&T 730-41 windowing terminal Version, 
796450276Speter	lines#41, use=att730, 
796550276Speteratt730-24|730MTG-24|AT&T 730-24 windowing terminal Version, 
796650276Speter	lines#24, use=att730, 
796750276Speteratt730r|730MTGr|AT&T 730 rev video windowing terminal Version, 
796850276Speter	flash=\E[?5l$<200>\E[?5h, 
796950276Speter	is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, use=att730, 
797050276Speteratt730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, 
797150276Speter	lines#41, use=att730r, 
797250276Speteratt730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, 
797350276Speter	lines#24, use=att730r, 
797450276Speter
797550276Speter# The following represents the screen layout along with the associated
797650276Speter# bezel buttons for the 5430/pt505 terminal. The "kf" designations do
797750276Speter# not appear on the screen but are shown to reference the bezel buttons.
797850276Speter# The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
797950276Speter# position relative to the screen.
798050276Speter#
798150276Speter#
798250276Speter#
798350276Speter#      +----------------------------------------------------------------+
798450276Speter#      |                                                                |
798550276Speter# XXXX | kf0                                                       kf24 | XXXX
798650276Speter#      |                                                                |
798750276Speter#      |                                                                |
798850276Speter# XXXX | kf1                                                       kf23 | XXXX
798950276Speter#      |                                                                |
799050276Speter#      |                                                                |
799150276Speter# XXXX | kf2                                                       kf22 | XXXX
799250276Speter#      |                                                                |
799350276Speter#      |                                                                |
799450276Speter# XXXX | kf3                                                       kf21 | XXXX
799550276Speter#      |                                                                |
799650276Speter#      |                                                                |
799750276Speter# XXXX | kf4                                                       kf20 | XXXX
799850276Speter#      |                                                                |
799950276Speter#      |                                                                |
800050276Speter# XXXX | kf5                                                       kf19 | XXXX
800150276Speter#      |                                                                |
800250276Speter#      |                                                                |
800350276Speter# XXXX | kf6                                                       kf18 | XXXX
800450276Speter#      |                                                                |
800550276Speter#      |                                                                |
800650276Speter# XXXX |                                                                | XXXX
800750276Speter#      |                                                                |
800850276Speter#      |                                                                |
800950276Speter#      +----------------------------------------------------------------+
801050276Speter#
801150276Speter#          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
801250276Speter#
801350276Speter# Note: XXXX represents the screen buttons
801450276Speter#                                                          CMD   REDRAW
801550276Speter#
801650276Speter#                                                          MAIL
801750276Speter#
801850276Speter# version 1 note: 
801950276Speter#	The character string sent by key 'kf26' may be user programmable
802050276Speter#       to send either \E[16s, or \E[26s.
802150276Speter#       The character string sent by key 'krfr' may be user programmable
802250276Speter#       to send either \E[17s, or \E[27s.
802350276Speter#
802450276Speter# Depression of the "CMD" key sends    \E!    (kcmd)
802550276Speter# Depression of the "MAIL" key sends   \E[26s (kf26)
802650276Speter# "REDRAW" same as "REFRESH" (krfr)
802750276Speter#
802850276Speter# "kf" functions adds carriage return to output string if terminal is in
802950276Speter# 'new line' mode.
803050276Speter#
803150276Speter# The following are functions not covered in the table above:
803250276Speter#
803350276Speter#       Set keyboard character (SKC): \EPn1;Pn2w
803450276Speter#                       Pn1= 0 Back Space key
803550276Speter#                       Pn1= 1 Break key
803650276Speter#                       Pn2=   Program char (hex)
803750276Speter#
803850276Speter#       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
803950276Speter#                       Pn1=     Window number (1-39)
804050276Speter#                       Pn2-Pn5= Y;X;Y;X coordinates
804150276Speter#
804250276Speter#       Screen Selection (SSL): \E[Pnu
804350276Speter#                       Pn= Window number
804450276Speter#
804550276Speter#       Set Terminal Modes (SM): \E[Pnh
804650276Speter#                       Pn= 3 Graphics mode
804750276Speter#                       Pn= > Cursor blink
804850276Speter#                       Pn= < Enter new line mode
804950276Speter#                       Pn= = Enter reverse insert/replace mode
805050276Speter#                       Pn= ? Enter no scroll mode
805150276Speter#
805250276Speter#       Reset Terminal Mode (RM): \E[Pnl
805350276Speter#                       Pn= 3 Exit graphics mode
805450276Speter#                       Pn= > Exit cursor blink
805550276Speter#                       Pn= < Exit new line mode
805650276Speter#                       Pn= = Exit reverse insert/replace mode
805750276Speter#                       Pn= ? Exit no scroll mode
805850276Speter#
805950276Speter#       Screen Status Report (SSR): \E[Pnp
806050276Speter#                       Pn= 0 Request current window number
806150276Speter#                       Pn= 1 Request current window dimensions
806250276Speter#
806350276Speter#       Device Status Report (DSR): \E[6n    Request cursor position
806450276Speter#
806550276Speter#       Call Status Report (CSR): \E[Pnv
806650276Speter#                       Pn= 0 Call failed
806750276Speter#                       Pn= 1 Call successful
806850276Speter#
806950276Speter#       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
807050276Speter#                       Pn1= Button number to be loaded
807150276Speter#                       Pn2= Character count of "string"
807250276Speter#                       Pn3= Key mode being loaded:
807350276Speter#                               0= Unshifted
807450276Speter#                               1= Shifted
807550276Speter#                               2= Control
807650276Speter#                       String= Text string (15 chars max)
807750276Speter#
807850276Speter#       Screen Number Report (SNR): \E[Pnp
807950276Speter#                       Pn= Screen number
808050276Speter#
808150276Speter#       Screen Dimension Report (SDR): \E[Pn1;Pn2r
808250276Speter#                       Pn1= Number of rows available in window
808350276Speter#                       Pn2= Number of columns available in window
808450276Speter#
808550276Speter#       Cursor Position Report (CPR): \E[Pn1;Pn2R
808650276Speter#                       Pn1= "Y" Position of cursor
808750276Speter#                       Pn2= "X" Position of cursor
808850276Speter#
808950276Speter#       Request Answer Back (RAB): \E[c
809050276Speter#
809150276Speter#       Answer Back Response (ABR): \E[?;*;30;VSV
809250276Speter#                       *=  0 No printer available
809350276Speter#                       *=  2 Printer available
809450276Speter#                       V=  Software version number
809550276Speter#                       SV= Software sub version number
809650276Speter#	(printer-available field not documented in v1)
809750276Speter#
809850276Speter#       Screen Alignment Aid: \En
809950276Speter#
810050276Speter#       Bell (lower pitch): \E[x
810150276Speter#
810250276Speter#       Dial Phone Number: \EPdstring\
810350276Speter#                       string= Phone number to be dialed
810450276Speter#
810550276Speter#       Set Phone Labels: \EPpstring\
810650276Speter#                       string= Label for phone buttons
810750276Speter#
810850276Speter#       Set Clock: \EPchour;minute;second\
810950276Speter#
811050276Speter#       Position Clock: \EPsY;X\
811150276Speter#                       Y= "Y" coordinate
811250276Speter#                       X= "X" coordinate
811350276Speter#
811450276Speter#       Delete Clock: \Epr\
811550276Speter#
811650276Speter#       Programming The Function Buttons: \EPfPn;string\
811750276Speter#                       Pn= Button number (00-06, 18-24)
811850276Speter#                                         (kf00-kf06, kf18-kf24)
811950276Speter#                       string= Text to sent on button depression
812050276Speter#
812150276Speter# The following in version 2 only:
812250276Speter#
812350276Speter#       Request For Local Directory Data: \EPp12;\
812450276Speter#
812550276Speter#       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
812650276Speter#
812750276Speter#	Request for Local Directory Data in print format: \EPp13;\
812850276Speter#
812950276Speter#	Enable 'Prt on Line' mode: \022 (DC2)
813050276Speter#
813150276Speter#	Disable 'Prt on Line' mode: \024 (DC4)
813250276Speter#
813350276Speter
813450276Speter# 05-Aug-86:
813550276Speter# The following Terminfo entry describes functions which are supported by
813650276Speter# the AT&T 5430/pt505 terminal software version 2 and later.
813750276Speteratt505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal, 
813850276Speter	am, xon, 
813950276Speter	cols#80, it#8, lines#24, 
814050276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
814150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, 
814250276Speter	cnorm=\E[>l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
814350276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
814450276Speter	cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
814550276Speter	cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
814650276Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E2K, home=\E[H, ht=^I, 
814750276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, 
814850276Speter	is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l, 
814950276Speter	kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
815050276Speter	kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, 
815150276Speter	kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, 
815250276Speter	kf22=\E[22s, kf23=\E[23s, kf24=\E24s, kf26=\E26s, 
815350276Speter	kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, 
815450276Speter	krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, 
815550276Speter	rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m, 
815650276Speter	rmul=\E[m, rs1=\Ec, sc=\E7, sgr0=\E[m, smacs=\E[11m, 
815750276Speter	smam=\E[11;0j, smir=\E[4h, smso=\E[1m, smul=\E[4m, 
815850276Speter
815950276Speter# The following Terminfo entry describes functions which are supported by
816050276Speter# the AT&T 5430/pt505 terminal software version 1.
816150276Speteratt505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines, 
816250276Speter	lines#24, 
816350276Speter	mc4@, mc5@, rc@, rmam@, sc@, smam@, use=att505, 
816450276Spetertt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines, 
816550276Speter	lines#22, use=att505, 
816650276Speter#
816750276Speter#### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
816850276Speter# This cut mark helps make life less painful for people running ncurses tic
816950276Speter# on machines with relatively little RAM.  The file can be broken in half here
817050276Speter# cleanly and compiled in sections -- no `use' references cross this cut
817150276Speter# going forward.
817250276Speter#
817350276Speter
817450276Speter#### Ampex (Dialogue)
817550276Speter#
817650276Speter# Yes, these are the same people who are better-known for making audio- and
817750276Speter# videotape.  I'm told they are located in Redwood City, CA.
817850276Speter#
817950276Speter
818050276Speter# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
818150276Speter# (ampex80: some capabilities merged in from SCO's entry -- esr)
818250276Speterampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, 
818350276Speter	am, bw, ul, 
818450276Speter	cols#80, it#8, lines#24, 
818550276Speter	bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, 
818650276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
818750276Speter	dch1=\EW, dl1=\ER$<5*>, ed=\Ey, el=\Et, ht=^I, hts=\E1, 
818850276Speter	ich1=\EQ, il1=\EE$<5*>, ind=^J, is2=\EA, rmso=\Ek, rmul=\Em, 
818950276Speter	smso=\Ej, smul=\El, tbc=\E3, 
819050276Speter# This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
819150276Speterampex175|ampex d175, 
819250276Speter	am, 
819350276Speter	cols#80, lines#24, 
819450276Speter	bel=^G, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
819550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
819650276Speter	dl1=\ER, ed=\Ey, el=\Et, home=^^, ich1=\EQ, il1=\EE, ind=^J, 
819750276Speter	is2=\EX\EA\EF, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
819850276Speter	kdch1=\EW, kdl1=\ER, khome=^^, kich1=\EQ, kil1=\EE, ll=^^^K, 
819950276Speter	rmcup=\EF, rmso=\Ek, rmul=\Em, smcup=\EN, smso=\Ej, smul=\El, 
820050276Speter# No backspace key in the main QWERTY cluster. Fortunately, it has a
820150276Speter# NEWLINE/PAGE key just above RETURN that sends a strange single-character
820250276Speter# code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
820350276Speter# mode), this key can be used as the erase key; I find I like this. Because
820450276Speter# some people and some systems may not, there is another termcap ("ampex175")
820550276Speter# that suppresses this little eccentricity by omitting the relevant capability.
820650276Speterampex175-b|ampex d175 using left arrow for erase, 
820750276Speter	kbs=^_, 
820850276Speter	use=ampex175, 
820950276Speter# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
821050276Speter# (ampex210: removed obsolete ":kn#10:" -- esr)
821150276Speterampex210|a210|ampex a210, 
821250276Speter	am, hs, xenl, 
821350276Speter	cols#80, it#8, lines#24, xmc#1, 
821450276Speter	cbt=\EI, clear=\E*, cub1=^H, cuf1=^L, 
821550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
821650276Speter	dl1=\ER, ed=\Ey, el=\Et, flash=\EU\EX\EU\EX\EU\EX\EU\EX, 
821750276Speter	fsl=\E.2, home=^^, ht=^I, ich1=\EQ, 
821850276Speter	if=/usr/share/tabset/std, il1=\EE, invis@, 
821950276Speter	is2=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En, kcub1=^H, 
822050276Speter	kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, 
822150276Speter	kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, 
822250276Speter	kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, khome=^^, 
822350276Speter	tsl=\E.0\Eg\E}\Ef, use=adm+sgr, 
822450276Speter# (ampex219: I added <rmam>/<smam> based on the init string, added <cvvis>
822550276Speter# from ampex219w, added <cnorm>=\E[?3l, irresistibly suggested by <cvvis>,
822650276Speter# and moved the padding to be *after* the caps -- esr)
822750276Speterampex219|ampex-219|amp219|Ampex with Automargins, 
822850276Speter	hs, xenl, 
822950276Speter	cols#80, it#8, lines#24, 
823050276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, cbt=\E[Z, 
823150276Speter	clear=\E[H\E[2J$<50>, cnorm=\E[?3l, cr=^M, 
823250276Speter	csr=%i\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, 
823350276Speter	cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, 
823450276Speter	cuu1=\E[A$<2>, cvvis=\E[?3h, dim=\E[1m, ed=\E[J$<50>, 
823550276Speter	el=\E[K$<3>, home=\E[H, ht=^I, ind=^J, 
823650276Speter	is2=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
823750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[21~, 
823850276Speter	kf1=\E[7~, kf2=\E[8~, kf3=\E[9~, kf4=\E[10~, kf5=\E[11~, 
823950276Speter	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, 
824050276Speter	rev=\E[7m, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E>, 
824150276Speter	rmso=\E[m$<2>, rmul=\E[m$<2>, sgr0=\E[m$<2>, smam=\E[?7h, 
824250276Speter	smkx=\E=, smso=\E[7m$<2>, smul=\E[4m$<2>, 
824350276Speterampex219w|ampex-219w|amp219w|Ampex 132 cols, 
824450276Speter	cols#132, lines#24, 
824550276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
824650276Speter	is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, use=ampex219, 
824750276Speter# (ampex232: removed <if=/usr/share/tabset/ampex>, no file and no <hts> --esr) 
824850276Speterampex232|ampex-232|Ampex Model 232, 
824950276Speter	am, 
825050276Speter	cols#80, lines#24, xmc#1, 
825150276Speter	cbt=\EI, civis=\E.0, clear=\E+, cnorm=\E.4, cub1=^H, cud1=^V, 
825250276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
825350276Speter	dch1=\EW, dl1=\ER$<5*/>, ed=\EY, el=\ET, 
825450276Speter	flash=\Eb$<200/>\Ed, ht=^I, ich1=\EQ, il1=\EE$<5*/>, 
825550276Speter	invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, 
825650276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
825750276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
825850276Speter	kf9=^AI\r, khome=^^, 
825950276Speter	use=adm+sgr, 
826050276Speter# (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr) 
826150276Speterampex232w|Ampex Model 232 / 132 columns, 
826250276Speter	cols#132, lines#24, 
826350276Speter	is2=\E\034Eg\El, use=ampex232, 
826450276Speter
826550276Speter#### Ann Arbor (aa)
826650276Speter#
826750276Speter# Ann Arbor made dream terminals for hackers -- large screen sizes and huge
826850276Speter# numbers of function keys.  At least some used monitors in portrait mode,
826950276Speter# allowing up to 76-character screen heights!  They were reachable at:
827050276Speter#
827150276Speter#	Ann Arbor Terminals
827250276Speter#	6175 Jackson Road
827350276Speter#	Ann Arbor, MI 48103
827450276Speter#	(313)-663-8000
827550276Speter#
827650276Speter# But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
827750276Speter# can't be found on the Web; I fear they're long dead.  R.I.P.
827850276Speter#
827950276Speter
828050276Speter
828150276Speter# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
828250276Speter# Highly modified 6/22 by Mike O'Brien.
828350276Speter# split out into several for the various screen sizes by dave-yost@rand
828450276Speter# Modifications made 3/82 by Mark Horton
828550276Speter# Modified by Tom Quarles at UCB for greater efficiency and more diversity
828650276Speter# status line moved to top of screen, <flash> removed 5/82
828750276Speter# Some unknown person at SCO then hacked the init strings to make them more
828850276Speter# efficient.
828950276Speter#
829050276Speter# assumes the following setup:
829150276Speter#   A menu: 0000 1010  0001 0000
829250276Speter#   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
829350276Speter#   C menu: 56   66   0    0    9600  0110 1100
829450276Speter#   D menu: 0110 1001   1   0
829550276Speter#
829650276Speter#	Briefly, the settings are for the following modes:
829750276Speter#	   (values are for bit set/clear with * indicating our preference
829850276Speter#	    and the value used to test these termcaps)
829950276Speter#	Note that many of these settings are irrelevent to the terminfo
830050276Speter#	and are just set to the default mode of the terminal as shipped
830150276Speter#	by the factory.
830250276Speter#
830350276Speter# A menu: 0000 1010  0001 0000
830450276Speter#	Block/underline cursor*
830550276Speter#	blinking/nonblinking cursor*
830650276Speter#	key click/no key click*
830750276Speter#	bell/no bell at column 72*
830850276Speter#
830950276Speter#	key pad is cursor control*/key pad is numeric
831050276Speter#	return and line feed/return for <cr> key *
831150276Speter#	repeat after .5 sec*/no repeat
831250276Speter#	repeat at 25/15 chars per sec. *
831350276Speter#
831450276Speter#	hold data until pause pressed/process data unless pause pressed*
831550276Speter#	slow scroll/no slow scroll*
831650276Speter#	Hold in area/don't hold in area*
831750276Speter#	functions keys have default*/function keys disabled on powerup
831850276Speter#
831950276Speter#	show/don't show position of cursor during page transmit*
832050276Speter#	unused
832150276Speter#	unused
832250276Speter#	unused
832350276Speter#
832450276Speter# B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
832550276Speter#	Baud rate (9600*)
832650276Speter#
832750276Speter#	2 bits of parity - 00=odd,01=even*,10=space,11=mark
832850276Speter#	1 stop bit*/2 stop bits
832950276Speter#	parity error detection off*/on
833050276Speter#
833150276Speter#	keyboard local/on line*
833250276Speter#	half/full duplex*
833350276Speter#	disable/do not disable keyboard after data transmission*
833450276Speter#
833550276Speter#	transmit entire page/stop transmission at cursor*
833650276Speter#	transfer/do not transfer protected characters*
833750276Speter#	transmit all characters/transmit only selected characters*
833850276Speter#	transmit all selected areas/transmit only 1 selected area*
833950276Speter#
834050276Speter#	transmit/do not transmit line separators to host*
834150276Speter#	transmit/do not transmit page tab stops tabs to host*
834250276Speter#	transmit/do not transmit column tab stop tabs to host*
834350276Speter#	transmit/do not transmit graphics control (underline,inverse..)*
834450276Speter#
834550276Speter#	enable*/disable auto XON/XOFF control
834650276Speter#	require/do not require receipt of a DC1 from host after each LF*
834750276Speter#	pause key acts as a meta key/pause key is pause*
834850276Speter#	unused
834950276Speter#
835050276Speter#	unused
835150276Speter#	unused
835250276Speter#	unused
835350276Speter#	unused
835450276Speter#
835550276Speter#	XON character (17*)
835650276Speter#	XOFF character (19*)
835750276Speter#
835850276Speter# C menu: 56   66   0    0    9600  0110 1100
835950276Speter#	number of lines to print data on (printer) (56*)
836050276Speter#
836150276Speter#	number of lines on a sheet of paper (printer) (66*)
836250276Speter#
836350276Speter#	left margin (printer) (0*)
836450276Speter#
836550276Speter#	number of pad chars on new line to printer (0*)
836650276Speter#
836750276Speter#	printer baud rate (9600*)
836850276Speter#
836950276Speter#	printer parity: 00=odd,01=even*,10=space,11=mark
837050276Speter#	printer stop bits: 2*/1
837150276Speter#	print/do not print guarded areas*
837250276Speter#
837350276Speter#	new line is: 01=LF,10=CR,11=CRLF*
837450276Speter#	unused
837550276Speter#	unused
837650276Speter#
837750276Speter# D menu: 0110 1001   1   0
837850276Speter#	LF is newline/LF is down one line, same column*
837950276Speter#	wrap to preceding line if move left from col 1*/don't wrap
838050276Speter#	wrap to next line if move right from col 80*/don't wrap
838150276Speter#	backspace is/is not destructive*
838250276Speter#
838350276Speter#	display*/ignore DEL character
838450276Speter#	display will not/will scroll*
838550276Speter#	page/column tab stops*
838650276Speter#	erase everything*/erase unprotected only
838750276Speter#
838850276Speter#	editing extent: 0=display,1=line*,2=field,3=area
838950276Speter#
839050276Speter#	unused
839150276Speter#
839250276Speter
839350276Speterannarbor4080|aa4080|ann arbor 4080, 
839450276Speter	am, 
839550276Speter	cols#80, lines#40, 
839650276Speter	bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, 
839750276Speter	cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c, 
839850276Speter	cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, 
839950276Speter	kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, 
840050276Speter
840150276Speter# Strange Ann Arbor terminal from BRL
840250276Speteraas1901|Ann Arbor K4080 w/S1901 mod, 
840350276Speter	am, 
840450276Speter	cols#80, lines#40, 
840550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^N, 
840650276Speter	home=^K, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, ll=^O\0c, 
840750276Speter	nel=^M^J, 
840850276Speter
840950276Speter# If you're using the GNU termcap library, add
841050276Speter#	:cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
841150276Speter# to these capabilities.  This is the nonstandard GNU termcap scrolling
841250276Speter# capability, arguments are:
841350276Speter#   1. Total number of lines on the screen.
841450276Speter#   2. Number of lines above desired scroll region.
841550276Speter#   3. Number of lines below (outside of) desired scroll region.
841650276Speter#   4. Total number of lines on the screen, the same as the first parameter.
841750276Speter# The generic Ann Arbor entry is the only one that uses this.
841850276Speteraaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), 
841950276Speter	am, km, mc5i, mir, xon, 
842050276Speter	cols#80, it#8, 
842150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
842250276Speter	clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
842350276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
842450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
842550276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, 
842650276Speter	el=\E[K$<5>, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, 
842750276Speter	hts=\EH, ich=\E[%p1%d@$<4*>, ich1=\E[@$<4>, il=\E[%p1%dL, 
842850276Speter	il1=\E[L$<3>, ind=^K, invis=\E[8m, is1=\E[m\E7\E[H\E9\E8, 
842950276Speter	is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kbs=^H, kcbt=\E[Z, 
843050276Speter	kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
843150276Speter	kdch1=\E[P, kdl1=\E[M, kf1=\EOA, kf10=\EOJ, kf11=\EOK, 
843250276Speter	kf12=\EOL, kf13=\EOM, kf14=\EON, kf15=\EOO, kf16=\EOP, 
843350276Speter	kf17=\EOQ, kf18=\EOR, kf19=\EOS, kf2=\EOB, kf20=\EOT, 
843450276Speter	kf21=\EOU, kf22=\EOV, kf23=\EOW, kf24=\EOX, kf3=\EOC, 
843550276Speter	kf4=\EOD, kf5=\EOE, kf6=\EOF, kf7=\EOG, kf8=\EOH, kf9=\EOI, 
843650276Speter	khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i, 
843750276Speter	mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8, 
843850276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
843950276Speter	rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\, 
844050276Speter	rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7, 
844150276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
844250276Speter	sgr0=\E[m, 
844350276Speter	smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\, 
844450276Speter	smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
844550276Speter	vpa=\E[%p1%{1}%+%dd, 
844650276Speter
844750276Speteraaa+rv|ann arbor ambassador in reverse video, 
844850276Speter	blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m, 
844950276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
845050276Speter	rs1=\E[H\E[7m\E[J$<156>, 
845150276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
845250276Speter	sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m, 
845350276Speter# Ambassador with the DEC option, for partial vt100 compatibility.
845450276Speteraaa+dec|ann arbor ambassador in dec vt100 mode, 
845550276Speter	acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}, 
845650276Speter	csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N, 
845750276Speter	sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;, 
845850276Speter	smacs=^O, 
845950276Speteraaa-18|ann arbor ambassador/18 lines, 
846050276Speter	lines#18, 
846150276Speter	is2=\E7\E[60;0;0;18p\E8, 
846250276Speter	rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, use=aaa+unk, 
846350276Speteraaa-18-rv|ann arbor ambassador/18 lines+reverse video, 
846450276Speter	use=aaa+rv, use=aaa-18, 
846550276Speteraaa-20|ann arbor ambassador/20 lines, 
846650276Speter	lines#20, 
846750276Speter	is2=\E7\E[60;0;0;20p\E8, 
846850276Speter	rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, use=aaa+unk, 
846950276Speteraaa-22|ann arbor ambassador/22 lines, 
847050276Speter	lines#22, 
847150276Speter	is2=\E7\E[60;0;0;22p\E8, 
847250276Speter	rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, use=aaa+unk, 
847350276Speteraaa-24|ann arbor ambassador/24 lines, 
847450276Speter	lines#24, 
847550276Speter	is2=\E7\E[60;0;0;24p\E8, 
847650276Speter	rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, use=aaa+unk, 
847750276Speteraaa-24-rv|ann arbor ambassador/24 lines+reverse video, 
847850276Speter	use=aaa+rv, use=aaa-24, 
847950276Speteraaa-26|ann arbor ambassador/26 lines, 
848050276Speter	lines#26, 
848150276Speter	is2=\E7\E[60;0;0;26p\E8, 
848250276Speter	rmcup=\E[60;0;0;26p\E[26;1H\E[K, 
848350276Speter	smcup=\E[H\E[J$<156>\E[26;0;0;26p, use=aaa+unk, 
848450276Speteraaa-28|ann arbor ambassador/28 lines, 
848550276Speter	lines#28, 
848650276Speter	is2=\E7\E[60;0;0;28p\E8, 
848750276Speter	rmcup=\E[60;0;0;28p\E[28;1H\E[K, 
848850276Speter	smcup=\E[H\E[J$<156>\E[28;0;0;28p, use=aaa+unk, 
848950276Speteraaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status, 
849050276Speter	eslok, hs, 
849150276Speter	lines#29, 
849250276Speter	dsl=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
849350276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, 
849450276Speter	rmcup=\E[60;1;0;30p\E[29;1H\E[K, 
849550276Speter	smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, 
849650276Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, 
849750276Speter	use=aaa+unk, 
849850276Speteraaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video, 
849950276Speter	use=aaa+rv, use=aaa-30-s, 
850050276Speteraaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context, 
850150276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
850250276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, 
850350276Speteraaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video, 
850450276Speter	rmcup=\E[60;1;0;30p\E[59;1H\E[K, 
850550276Speter	smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, 
850650276Speteraaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, 
850750276Speter	lines#30, 
850850276Speter	is2=\E7\E[60;0;0;30p\E8, 
850950276Speter	rmcup=\E[60;0;0;30p\E[30;1H\E[K, 
851050276Speter	smcup=\E[H\E[J$<156>\E[30;0;0;30p, use=aaa+unk, 
851150276Speteraaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video, 
851250276Speter	use=aaa+rv, use=aaa-30, 
851350276Speteraaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context, 
851450276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
851550276Speter	use=aaa-30, 
851650276Speteraaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context, 
851750276Speter	rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, 
851850276Speter	use=aaa+rv, use=aaa-30, 
851950276Speteraaa-36|ann arbor ambassador/36 lines, 
852050276Speter	lines#36, 
852150276Speter	is2=\E7\E[60;0;0;36p\E8, 
852250276Speter	rmcup=\E[60;0;0;36p\E[36;1H\E[K, 
852350276Speter	smcup=\E[H\E[J$<156>\E[36;0;0;36p, use=aaa+unk, 
852450276Speteraaa-36-rv|ann arbor ambassador/36 lines+reverse video, 
852550276Speter	use=aaa+rv, use=aaa-36, 
852650276Speteraaa-40|ann arbor ambassador/40 lines, 
852750276Speter	lines#40, 
852850276Speter	is2=\E7\E[60;0;0;40p\E8, 
852950276Speter	rmcup=\E[60;0;0;40p\E[40;1H\E[K, 
853050276Speter	smcup=\E[H\E[J$<156>\E[40;0;0;40p, use=aaa+unk, 
853150276Speteraaa-40-rv|ann arbor ambassador/40 lines+reverse video, 
853250276Speter	use=aaa+rv, use=aaa-40, 
853350276Speteraaa-48|ann arbor ambassador/48 lines, 
853450276Speter	lines#48, 
853550276Speter	is2=\E7\E[60;0;0;48p\E8, 
853650276Speter	rmcup=\E[60;0;0;48p\E[48;1H\E[K, 
853750276Speter	smcup=\E[H\E[J$<156>\E[48;0;0;48p, use=aaa+unk, 
853850276Speteraaa-48-rv|ann arbor ambassador/48 lines+reverse video, 
853950276Speter	use=aaa+rv, use=aaa-48, 
854050276Speteraaa-60-s|ann arbor ambassador/59 lines+status, 
854150276Speter	eslok, hs, 
854250276Speter	lines#59, 
854350276Speter	dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, 
854450276Speter	fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, 
854550276Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, 
854650276Speter	use=aaa+unk, 
854750276Speteraaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video, 
854850276Speter	use=aaa+rv, use=aaa-60-s, 
854950276Speteraaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video, 
855050276Speter	use=aaa+dec, use=aaa+rv, use=aaa-60-s, 
855150276Speteraaa-60|ann arbor ambassador/60 lines, 
855250276Speter	lines#60, 
855350276Speter	is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, use=aaa+unk, 
855450276Speteraaa-60-rv|ann arbor ambassador/60 lines+reverse video, 
855550276Speter	use=aaa+rv, use=aaa-60, 
855650276Speteraaa-db|ann arbor ambassador 30/destructive backspace, 
855750276Speter	cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, 
855850276Speter	use=aaa-30, 
855950276Speter
856050276Speterguru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, 
856150276Speter	lines#33, 
856250276Speter	flash=\E[>59h$<100>\E[>59l, 
856350276Speter	is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, 
856450276Speter	rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, 
856550276Speter	use=aaa+unk, 
856650276Speterguru+rv|guru changes for reverse video, 
856750276Speter	flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, 
856850276Speterguru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, 
856950276Speter	use=guru+rv, use=guru-33, 
857050276Speterguru+s|guru status line, 
857150276Speter	eslok, hs, 
857250276Speter	dsl=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, 
857350276Speter	rmcup=\E[255;1p\E[255;1H\E[K, smcup=, 
857450276Speter	tsl=\E[>51h\E[1;%p1%dH\E[2K, 
857550276Speterguru-nctxt|guru with no saved context, 
857650276Speter	smcup=\E[H\E[J$<156>\E[33p\E[255;1H\E[K, use=guru, 
857750276Speterguru-s|guru-33-s|ann arbor guru/33 lines+status, 
857850276Speter	lines#32, 
857950276Speter	is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, 
858050276Speter	smcup=\E[33;1p\E[255;1H\E[K, 
858150276Speter	use=guru+s, use=guru+unk, 
858250276Speterguru-24|ann arbor guru 24 lines, 
858350276Speter	cols#80, lines#24, 
858450276Speter	is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, use=guru+unk, 
858550276Speterguru-44|ann arbor guru 44 lines, 
858650276Speter	cols#97, lines#44, 
858750276Speter	is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, use=guru+unk, 
858850276Speterguru-44-s|ann arbor guru/44 lines+status, 
858950276Speter	lines#43, 
859050276Speter	is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, 
859150276Speter	smcup=\E[44;1p\E[255;1H\E[K, 
859250276Speter	use=guru+s, use=guru+unk, 
859350276Speterguru-76|guru with 76 lines by 89 cols, 
859450276Speter	cols#89, lines#76, 
859550276Speter	is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, use=guru+unk, 
859650276Speterguru-76-s|ann arbor guru/76 lines+status, 
859750276Speter	cols#89, lines#75, 
859850276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, 
859950276Speter	smcup=\E[76;1p\E[255;1H\E[K, 
860050276Speter	use=guru+s, use=guru+unk, 
860150276Speterguru-76-lp|guru-lp|guru with page bigger than line printer, 
860250276Speter	cols#134, lines#76, 
860350276Speter	is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, use=guru+unk, 
860450276Speterguru-76-w|guru 76 lines by 178 cols, 
860550276Speter	cols#178, lines#76, 
860650276Speter	is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, use=guru+unk, 
860750276Speterguru-76-w-s|ann arbor guru/76 lines+status+wide, 
860850276Speter	cols#178, lines#75, 
860950276Speter	is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, 
861050276Speter	smcup=\E[76;1p\E[255;1H\E[K, 
861150276Speter	use=guru+s, use=guru+unk, 
861250276Speterguru-76-wm|guru 76 lines by 178 cols with 255 cols memory, 
861350276Speter	cols#178, lines#76, 
861450276Speter	is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, use=guru+unk, 
861550276Speteraaa-rv-unk|ann arbor unknown type, 
861650276Speter	lh#0, lw#0, nlab#0, 
861750276Speter	blink=\E[5;7m, bold=\E[1;7m, home=\E[H, invis=\E[7;8m, 
861850276Speter	is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, 
861950276Speter	rs1=\E[H\E[7m\E[J, 
862050276Speter	sgr=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, 
862150276Speter	sgr0=\E[7m, smso=\E[m, smul=\E[4;7m, 
862250276Speter
862350276Speter#### Applied Digital Data Systems (adds)
862450276Speter#
862550276Speter# ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
862650276Speter# ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
862750276Speter# terminals was merged again.  Then AT&T sold the terminal business to
862850276Speter# SunRiver, which later changed its  name to Boundless Technologies.  The
862950276Speter# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
863050276Speter# as of early 1995) are at:
863150276Speter#
863250276Speter#	Boundless Technologies
863350276Speter#	100 Marcus Boulevard
863450276Speter#	Hauppauge, NY 11788-3762
863550276Speter#	Vox: (800)-231-5445
863650276Speter#	Fax: (516)-342-7378
863750276Speter#	Web: http://boundless.com
863850276Speter#
863950276Speter# Their voice mail used to describe the place as "SunRiver (formerly ADDS)". 
864050276Speter# In 1995 Boundless acquired DEC's terminals business.  
864150276Speter#
864250276Speter
864350276Speter# Regent: lowest common denominator, works on all regents.
864450276Speter# (regent: renamed ":bc:" to ":le:" -- esr)
864550276Speterregent|Adds Regent Series, 
864650276Speter	am, 
864750276Speter	cols#80, lines#24, 
864850276Speter	bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, 
864950276Speter	home=\EY\s\s, ind=^J, ll=^A, 
865050276Speter# Regent 100 has a bug where if computer sends escape when user is holding
865150276Speter# down shift key it gets confused, so we avoid escape.
865250276Speterregent100|Adds Regent 100, 
865350276Speter	xmc#1, 
865450276Speter	bel=^G, cup=\013%p1%{32}%+%c%p2%p2%{6}%*%+\020%c, 
865550276Speter	kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, 
865650276Speter	kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, 
865750276Speter	lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, 
865850276Speter	sgr0=\E0@, smso=\E0P, smul=\E0`, 
865950276Speter	use=regent, 
866050276Speterregent20|Adds Regent 20, 
866150276Speter	bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, use=regent, 
866250276Speterregent25|Adds Regent 25, 
866350276Speter	bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, use=regent20, 
866450276Speterregent40|Adds Regent 40, 
866550276Speter	xmc#1, 
866650276Speter	bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, 
866750276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
866850276Speter	kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, 
866950276Speter	lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, sgr0=\E0@, smso=\E0P, 
867050276Speter	smul=\E0`, 
867150276Speter	use=regent25, 
867250276Speterregent40+|Adds Regent 40+, 
867350276Speter	is2=\EB, use=regent40, 
867450276Speterregent60|regent200|Adds Regent 60, 
867550276Speter	dch1=\EE, is2=\EV\EB, kdch1=\EE, kich1=\EF, krmir=\EF, 
867650276Speter	rmir=\EF, rmso=\ER\E0@\EV, smir=\EF, smso=\ER\E0P\EV, 
867750276Speter	use=regent40+, 
867850276Speter# From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
867950276Speter# (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
868050276Speterviewpoint|addsviewpoint|adds viewpoint, 
868150276Speter	am, 
868250276Speter	cols#80, lines#24, 
868350276Speter	bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, 
868450276Speter	cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
868550276Speter	cvvis=\017\E0P, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, 
868650276Speter	ind=^J, is2=\017\E0`, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
868750276Speter	kf0=^B1, kf2=^B2, kf3=^B!, kf4=^B", kf5=^B#, khome=^A, ll=^A, 
868850276Speter	rmso=^O, rmul=^O, sgr0=^O, smso=^N, smul=^N, 
868950276Speter# Some viewpoints have bad ROMs that foo up on ^O
869050276Speterscrewpoint|adds viewpoint with ^O bug, 
869150276Speter	cvvis@, rmso@, rmul@, smso@, smul@, use=viewpoint, 
869250276Speter
869350276Speter# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
869450276Speter# The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.  
869550276Speter# Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
869650276Speter# underline=01100000, rev=01010000, blink=01000010,dim=01000001,
869750276Speter# invis=01000100 and %c is the logical or of desired attributes.
869850276Speter# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
869950276Spetervp3a+|viewpoint3a+|adds viewpoint 3a+, 
870050276Speter	am, bw, 
870150276Speter	cols#80, it#8, lines#24, 
870250276Speter	civis=^W, clear=\E*$<80>, cnorm=^X, cr=^M, cub1=^H, cud1=^J, 
870350276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
870450276Speter	ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
870550276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, 
870650276Speter	sgr=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), 
870750276Speter	sgr0=\E(, smso=\E0Q\E), 
870850276Spetervp60|viewpoint60|addsvp60|adds viewpoint60, 
870950276Speter	use=regent40, 
871050276Speter#
871150276Speter# adds viewpoint 90 - from cornell
871250276Speter# Note:  emacs sends ei occasionally to insure the terminal is out of
871350276Speter#        insert mode. This unfortunately puts the viewpoint90 IN insert
871450276Speter#        mode.  A hack to get around this is <ich1=\EF\s\EF^U>.  (Also,
871550276Speter#   -    :ei=:im=: must be present in the termcap translation.)
871650276Speter#   -    <xhp> indicates glitch that attributes stick to location
871750276Speter#   -    <msgr> means it's safe to move in standout mode
871850276Speter#   -    <clear=\EG\Ek>: clears screen and visual attributes without affecting
871950276Speter#               the status line
872050276Speter# Function key and label capabilities merged in from SCO.
872150276Spetervp90|viewpoint90|adds viewpoint 90, 
872250276Speter	bw, msgr, xhp, 
872350276Speter	cols#80, lines#24, 
872450276Speter	clear=\EG\Ek, cub1=^H, cud1=^J, cuf1=^F, 
872550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, 
872650276Speter	dl1=\El, ed=\Ek, el=\EK, home=\EY\s\s, ht=^I, 
872750276Speter	ich1=\EF \EF\025, ind=^J, kbs=^H, kcub1=^U, kcud1=^J, 
872850276Speter	kcuf1=^F, kcuu1=^Z, kf0=^B1\r, kf1=^B2\r, kf10=^B;\r, 
872950276Speter	kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, 
873050276Speter	kf7=^B8\r, kf8=^B9\r, kf9=^B\:\r, khome=^A, lf0=F1, lf1=F2, 
873150276Speter	lf10=F11, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, 
873250276Speter	lf9=F10, ll=^A, rmso=\ER\E0@\EV, rmul=\ER\E0@\EV, 
873350276Speter	sgr0=\ER\E0@\EV, smso=\ER\E0Q\EV, smul=\ER\E0`\EV, 
873450276Speter# Note: if return acts weird on a980, check internal switch #2
873550276Speter# on the top chip on the CONTROL pc board.
873650276Speteradds980|a980|adds consul 980, 
873750276Speter	am, 
873850276Speter	cols#80, lines#24, 
873950276Speter	bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, 
874050276Speter	cuf1=\E^E01, cup=\013%p1%{64}%+%c\E\005%p2%2d, 
874150276Speter	dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, 
874250276Speter	kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, 
874350276Speter	kf9=\E9, rmso=^O, sgr0=^O, smso=^Y^^^N, 
874450276Speter
874550276Speter#### C. Itoh Electronics
874650276Speter#
874750276Speter# As of 1995 these people no longer make terminals (they're still in the
874850276Speter# printer business).  Their terminals were all clones of the DEC VT series.
874950276Speter# They're located in Orange County, CA.
875050276Speter#
875150276Speter
875250276Speter# CIT 80  - vt-52 emulator, the termcap has been modified to remove
875350276Speter#           the delay times and do an auto tab set rather than the indirect
875450276Speter#           file used in vt100.
875550276Spetercit80|cit-80|citoh 80, 
875650276Speter	am, 
875750276Speter	cols#80, lines#24, 
875850276Speter	clear=\E[H\EJ, cr=^M, cub1=^H, cuf1=\E[C, 
875950276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 
876050276Speter	ind=^J, is2=\E>, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
876150276Speter	kcuu1=\EOA, rmkx=\E[?1l\E>, smkx=\E[?1h\E=, 
876250276Speter# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
876350276Speter# (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
876450276Spetercit101|citc|C.itoh fast vt100, 
876550276Speter	am, xenl, 
876650276Speter	cols#80, lines#24, 
876750276Speter	bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H, cuf1=\E[C, 
876850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, 
876950276Speter	dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, 
877050276Speter	flash=\E[?5h$<200/>\E[?5l, ich1=\E[@, il1=\E[L, 
877150276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g, 
877250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
877350276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
877450276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m, 
877550276Speter	smul=\E[4m, 
877650276Speter# CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
877750276Speter# The following termcap entry was created from the Callan cd100 entry.  The
877850276Speter# last two lines (with the capabilities in caps) are used by RM-cobol to allow
877950276Speter# full selection of combinations of reverse video, underline, and blink.
878050276Speter# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
878150276Speter# f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
878250276Speter# :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
878350276Spetercit101e|C. Itoh CIT-101e, 
878450276Speter	am, mir, msgr, 
878550276Speter	cols#80, it#8, lines#24, 
878650276Speter	acsc=, clear=\E[H\E[J, cnorm=, csr=\E[%i%p1%2d;%p2%2dr, 
878750276Speter	cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, 
878850276Speter	cvvis=\E[?1l\E[?4l\E[?7h, dch1=\E[P, dl1=\E[M, ed=\E[J, 
878950276Speter	el=\E[K, if=/usr/share/tabset/vt100, il1=\E[L, 
879050276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOT, 
879150276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOm, kf6=\EOl, 
879250276Speter	kf7=\EOM, kf8=\EOn, rc=\E8, ri=\EM, rmacs=^O, rmir=\E[4l, 
879350276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N, smir=\E[4h, 
879450276Speter	smkx=\E=, smso=\E[7m, smul=\E[4m, 
879550276Speter# From: David S. Lawyer, June 1997:
879650276Speter# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
879750276Speter# Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
879850276Speter# late 1980's CIT Terminals went out of business.
879950276Speter# There is no need to use the initialization string is=... (by invoking
880050276Speter# tset or setterm etc.) provided that the terminal has been manually set
880150276Speter# up (and the setup saved with ^S) to be compatible with this termcap.  To be
880250276Speter# compatible it should be in ANSI mode (not VT52).   A set-up that
880350276Speter# works is to set all the manually setable stuff to factory defaults
880450276Speter# by pressing ^D in set-up mode.  Then increse the brighness with the
880550276Speter# up-arrow key since the factory default will likely be dim on an old
880650276Speter# terminal.  Then change any options you want (provided that they are
880750276Speter# compatible with the termcap).  For my terminal I set: Screen
880850276Speter# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
880950276Speter# on.  I also set up mine for parity (but you may not need it).  Then 
881050276Speter# save the setup with ^S.
881150276Speter# (cit101e-rv: added empty <rmcup> to suppress a tic warning. --esr)
881250276Spetercit101e-rv|Citoh CIT-101e (sets reverse video), 
881350276Speter	am, eo, mir, msgr, xenl, xon, 
881450276Speter	cols#80, it#8, lines#24, 
881550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[1v, 
881650276Speter	clear=\E[H\E[J, cnorm=\E[0;3;4v, cr=^M, 
881750276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
881850276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
881950276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
882050276Speter	cvvis=\E[3;5v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
882150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l\E[?5h$<200/>, 
882250276Speter	home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, 
882350276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, 
882450276Speter	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, 
882550276Speter	kbs=\177, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
882650276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, nel=\EE, rc=\E8, 
882750276Speter	rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmcup=, rmir=\E[4l, 
882850276Speter	rmso=\E[m, rmul=\E[m, rs1=\Ec\E[?7h\E[>5g, sc=\E7, 
882950276Speter	sgr0=\E[m, smcup=\E[>5g\E[?7h\E[?5h, smir=\E[4h, 
883050276Speter	smso=\E[7m, smul=\E[4m, tbc=\E[3g, u6=\E[%i%p1%d;%p2%dR, 
883150276Speter	u7=\E[6n, u8=\E[?6c, u9=\E[c, 
883250276Spetercit101e-n|CIT-101e w/o am, 
883350276Speter	am@, 
883450276Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
883550276Spetercit101e-132|CIT-101e with 132 cols, 
883650276Speter	cols#132, 
883750276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
883850276Spetercit101e-n132|CIT-101e with 132 cols w/o am, 
883950276Speter	am@, 
884050276Speter	cols#132, 
884150276Speter	cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=^J, use=cit101e, 
884250276Speter# CIE Terminals CIT-500 from BRL
884350276Speter# The following SET-UP modes are assumed for normal operation:
884450276Speter#	GENERATE_XON/XOFF:YES	DUPLEX:FULL		NEWLINE:OFF
884550276Speter#	AUTOWRAP:ON		MODE:ANSI		SCREEN_LENGTH:64_LINES
884650276Speter#	DSPLY_CNTRL_CODES?NO	PAGE_WIDTH:80		EDIT_MODE:OFF
884750276Speter# Other SET-UP modes may be set for operator convenience or communication
884850276Speter# requirements.
884950276Speter# Hardware tabs are assumed to be set every 8 columns; they can be set up
885050276Speter# by the "reset", "tset", or "tabs" utilities.  No delays are specified; use
885150276Speter# "stty ixon -ixany" to enable DC3/DC1 flow control!
885250276Speter# (cit500: I added <rmam>/<smam> based on the init string -- esr)
885350276Spetercit500|CIE Terminals CIT-500, 
885450276Speter	mir, msgr, xon, 
885550276Speter	cols#80, it#8, lines#64, vt#3, 
885650276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
885750276Speter	clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
885850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
885950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
886050276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
886150276Speter	ed=\EJ, el=\EK, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, 
886250276Speter	il1=\E[L, ind=^J, is2=\E<\E)0, kbs=^H, kcbt=\E[Z, kcub1=\EOD, 
886350276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[P, kdl1=\E[M, 
886450276Speter	ked=\EJ, kel=\EK, kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
886550276Speter	kf4=\EOU, kf5=\EOV, kf6=\EOW, kf7=\EOX, kf8=\EOY, kf9=\EOZ, 
886650276Speter	khome=\E[H, kich1=\E[4h, kil1=\E[L, krmir=\E[4l, lf0=PF1, 
886750276Speter	lf1=PF2, lf2=PF3, lf3=PF4, lf4=F15, lf5=F16, lf6=F17, lf7=F18, 
886850276Speter	lf8=F19, lf9=F20, ll=\E[64H, nel=\EE, rc=\E8, rev=\E[7m, 
886950276Speter	ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, 
887050276Speter	rmso=\E[m, rmul=\E[m, 
887150276Speter	rs1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>, 
887250276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smam=\E[?7h, smir=\E[4h, 
887350276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
887450276Speter
887550276Speter# C. Itoh printers begin here
887650276Spetercitoh|ci8510|8510|c.itoh 8510a, 
887750276Speter	cols#80, it#8, 
887850276Speter	bold=\E!, cub1@, 
887950276Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073., 
888050276Speter	rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, 
888150276Speter	smul=\EX, 
888250276Speter	use=lpr, 
888350276Spetercitoh-pica|citoh in pica, 
888450276Speter	is1=\EN, use=citoh, 
888550276Spetercitoh-elite|citoh in elite, 
888650276Speter	cols#96, 
888750276Speter	is1=\EE, 
888850276Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089., use=citoh, 
888950276Spetercitoh-comp|citoh in compressed, 
889050276Speter	cols#136, 
889150276Speter	is1=\EQ, 
889250276Speter	is2=\E(009\,017\,025\,033\,041\,049\,057\,065\,073\,081\,089\,097\,105\,113\,121\,129., use=citoh, 
889350276Speter# citoh has infinite cols because we don't want lp ever inserting \n\t**.
889450276Spetercitoh-prop|citoh-ps|ips|citoh in proportional spacing mode, 
889550276Speter	cols#32767, 
889650276Speter	is1=\EP, use=citoh, 
889750276Spetercitoh-6lpi|citoh in 6 lines per inch mode, 
889850276Speter	is3=\EA, use=citoh, 
889950276Spetercitoh-8lpi|citoh in 8 lines per inch mode, 
890050276Speter	lines#88, 
890150276Speter	is3=\EB, use=citoh, 
890250276Speter
890350276Speter#### Control Data (cdc)
890450276Speter#
890550276Speter
890650276Spetercdc456|cdc 456 terminal, 
890750276Speter	am, 
890850276Speter	cols#80, lines#24, 
890950276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
891050276Speter	cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, 
891150276Speter	el=^V, home=^Y, il1=\EL, ind=^J, 
891250276Speter
891350276Speter# Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
891450276Spetercdc721|CDC Viking, 
891550276Speter	am, 
891650276Speter	cols#80, lines#24, 
891750276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
891850276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
891950276Speter	kcuu1=^W, khome=^Y, 
892050276Spetercdc721ll|CDC Vikingll, 
892150276Speter	am, 
892250276Speter	cols#132, lines#24, 
892350276Speter	clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, 
892450276Speter	cuu1=^W, el=^K, home=^Y, kcub1=^H, kcud1=^J, kcuf1=^I, 
892550276Speter	kcuu1=^W, khome=^Y, 
892650276Speter# (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
892750276Spetercdc752|CDC 752, 
892850276Speter	am, bw, xhp, 
892950276Speter	cols#80, lines#24, 
893050276Speter	bel=^G, clear=\030\E1\s\s, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
893150276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V, 
893250276Speter	home=\E1\s\s, ind=^J, ll=^Y, rs1=\E1  \030\002\003\017, 
893350276Speter# CDC 756
893450276Speter# The following switch/key settings are assumed for normal operation:
893550276Speter#	96 chars	SCROLL		FULL duplex	not BLOCK
893650276Speter# Other switches may be set according to communication requirements.
893750276Speter# Insert/delete-character cannot be used, as the whole display is affected.
893850276Speter# "so" & "se" are commented out until jove handles "sg" correctly.
893950276Spetercdc756|CDC 756, 
894050276Speter	am, bw, 
894150276Speter	cols#80, lines#24, 
894250276Speter	bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
894350276Speter	cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, 
894450276Speter	dl1=\EJ$<6*/>, ed=^X, el=^V, home=^Y, il1=\EL$<6*/>, ind=^J, 
894550276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, kdch1=\EI, 
894650276Speter	kdl1=\EL, ked=^X, kel=^V, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, 
894750276Speter	kf4=\EE, kf5=\EF, kf6=\EG, kf7=\EH, kf8=\Ea, kf9=\Eb, khome=^Y, 
894850276Speter	khts=^O, kich1=\EK, kil1=\EL, lf0=F1, lf1=F2, lf2=F3, lf3=F4, 
894950276Speter	lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, ll=^Y^Z, 
895050276Speter	rs1=\031\030\002\003\017, 
895150276Speter#
895250276Speter# CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
895350276Speter#
895450276Speter# Part of the long initialization string defines the "DOWN" key to the left
895550276Speter# of the tab key to send an ESC.  The real ESC key is positioned way out 
895650276Speter# in right field.
895750276Speter#
895850276Speter# The termcap won't work in 132 column mode due to the way it it moves the
895950276Speter# cursor.  Termcap doesn't have the capability (as far as I could tell) to
896050276Speter# handle the 721 in 132 column mode.
896150276Speter#
896250276Speter# (cdc721: changed :ri: to :sr: -- esr)
896350276Spetercdc721-esc|Control Data 721, 
896450276Speter	am, bw, msgr, xon, 
896550276Speter	cols#80, it#8, lines#30, 
896650276Speter	bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z, 
896750276Speter	cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c, cuu1=^W, 
896850276Speter	dch1=^^N, dim=^\, dl1=^^Q, ed=^^P, el=^K, home=^Y, hts=^^^RW, 
896950276Speter	ich1=^^O, il1=^^R, ind=\036W =\036U, invis=^^^R[, 
897050276Speter	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, 
897150276Speter	kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, 
897250276Speter	kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, 
897350276Speter	kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D, 
897450276Speter	ri=\036W =\036V, rmir=, rmkx=^^^Rl, rmso=^^E, rmul=^], 
897550276Speter	sgr0=\017\025\035\036E\036\022\\, smir=, smkx=^^^Rk, 
897650276Speter	smso=^^D, smul=^\, tbc=^^^RY, 
897750276Speter
897850276Speter#### Getronics
897950276Speter#
898050276Speter# Getronics is a Dutch electronics company that at one time was called 
898150276Speter# `Geveke' and made async terminals; but (according to the company itself!)
898250276Speter# they've lost all their documentation on the command set.  The hardware
898350276Speter# documentation suggests the terminals were actually manufactured by a
898450276Speter# Taiwanese electronics company named Cal-Comp.  There are known
898550276Speter# to have been at least two models, the 33 and the 50.
898650276Speter#
898750276Speter
898850276Speter# The 50 seems to be a top end vt220 clone, with the addition of a higher
898950276Speter# screen resolution, a larger screen, at least 1 page of memory above and
899050276Speter# below the screen, apparently pages of memory right and left of the screen
899150276Speter# which can be panned, and about 75 function keys (15 function keys x normal,
899250276Speter# shift, control, func A, func B). It also has more setup possibilities than
899350276Speter# the vt220. The monitor case is dated November 1978 and the keyboard case is
899450276Speter# May 1982.
899550276Speter#
899650276Speter# The vt100 emulation works as is.  The entry below describes the rather
899750276Speter# non-conformant (but more featureful) ANSI mode.
899850276Speter#
899950276Speter# From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
900050276Spetervisa50|geveke visa 50 terminal in ansi 80 character mode, 
900150276Speter	bw, mir, msgr, 
900250276Speter	cols#80, lines#25, 
900350276Speter	acsc=0_aaffggh jjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
900450276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, 
900550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
900650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
900750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
900850276Speter	dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, dl=\E[%p1%dM, 
900950276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l, home=\E[H, 
901050276Speter	hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@, ich1=\E[@, 
901150276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m, 
901250276Speter	is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h, 
901350276Speter	ka1=\E[f, ka3=\EOQ, kb2=\EOP, kbs=^H, kc1=\EOR, kc3=\EOS, 
901450276Speter	kcub1=\E[D, kcud1=\E[A, kcuf1=\E[C, kcuu1=\E[A, kdch1=\177, 
901550276Speter	kdl1=\EOS, kf0=\E010, kf1=\E001, kf10=\E011, kf2=\E002, 
901650276Speter	kf3=\E003, kf4=\E004, kf5=\E005, kf6=\E006, kf7=\E007, 
901750276Speter	kf8=\E008, kf9=\E009, khome=\E[f, lf2=A delete char, 
901850276Speter	lf3=A insert line, lf4=A delete line, lf5=A clear, 
901950276Speter	lf6=A ce of/cf gn, lf7=A print, lf8=A on-line, 
902050276Speter	lf9=A funcl0=A send, nel=^M^J, rev=\E[7m, rmacs=\E[3l, 
902150276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[0;2m, 
902250276Speter	rmul=\E[0m, sgr0=\E[0;2m, smacs=\E3h, smam=\E?7h, 
902350276Speter	smir=\E[4h, smkx=\E=, smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, 
902450276Speter	vpa=\E[%i%p1%dd, 
902550276Speter
902650276Speter#### Human Designed Systems (Concept)
902750276Speter#
902850276Speter#	Human Designed Systems
902950276Speter#	400 Fehley Drive
903050276Speter#	King of Prussia, PA 19406
903150276Speter#	Vox: (610)-277-8300
903250276Speter#	Fax: (610)-275-5739
903350276Speter#	Net: support@hds.com
903450276Speter# 
903550276Speter# John Martin <john@hds.com> is their termcap expert.  They're mostly out of
903650276Speter# the character-terminal business now (1995) and making X terminals.  In
903750276Speter# particular, the whole `Concept' line described here was discontinued long
903850276Speter# ago.
903950276Speter#
904050276Speter
904150276Speter# From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
904250276Speter# Extensive changes to c108 by arpavax:eric Feb 1982
904350276Speter# Some unknown person at SCO then translated it to terminfo.
904450276Speter#
904550276Speter# There seem to be a number of different versions of the C108 PROMS
904650276Speter# (with bug fixes in its Z-80 program).
904750276Speter# 
904850276Speter# The first one that we had would lock out the keyboard of you
904950276Speter# sent lots of short lines (like /usr/dict/words) at 9600 baud.
905050276Speter# Try that on your C108 and see if it sends a ^S when you type it.
905150276Speter# If so, you have an old version of the PROMs.
905250276Speter# 
905350276Speter# You should configure the C108 to send ^S/^Q before running this.
905450276Speter# It is much faster (at 9600 baud) than the c100 because the delays
905550276Speter# are not fixed.
905650276Speter# new status line display entries for c108-8p:
905750276Speter# <is3> - init str #3 - setup term for status display - 
905850276Speter# set programmer mode, select window 2, define window at last 
905950276Speter# line of memory, set bkgnd stat mesg there, select window 0.
906050276Speter# 
906150276Speter# <tsl> - to status line - select window 2, home cursor, erase to 
906250276Speter# end-of-window, 1/2 bright on, goto(line#0, col#?)
906350276Speter# 
906450276Speter# <fsl> - from status line - 1/2 bright off, select window 0
906550276Speter# 
906650276Speter# <dsl> - disable status display - set bkgnd status mesg with 
906750276Speter# illegal window #
906850276Speter# 
906950276Speter# There are probably more function keys that should be added but 
907050276Speter# I don't know what they are.
907150276Speter#
907250276Speter# No delays needed on c108 because of ^S/^Q handshaking
907350276Speter#
907450276Speterc108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, 
907550276Speter	is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n, 
907650276Speter	rmcup=\Ev  \001\177p\Ep\r\n, 
907750276Speter	use=c108-4p, 
907850276Speterc108-4p|concept108-4p|concept 108 w/4 pages, 
907950276Speter	eslok, hs, xon, 
908050276Speter	pb@, 
908150276Speter	acsc=jEkTl\\mMqLxU, cnorm=\Ew, cr=^M, 
908250276Speter	cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, 
908350276Speter	cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s, 
908450276Speter	ind=^J, is1=\EK\E!\E F, 
908550276Speter	is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n, 
908650276Speter	rmacs=\Ej\s, rmcup=\Ev  \001 p\Ep\r\n, smacs=\Ej!, 
908750276Speter	smcup=\EU\Ev  8p\Ep\r\E\025, 
908850276Speter	tsl=\E z"\E?\E\005\EE\Ea %+\s, use=c100, 
908950276Speterc108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video, 
909050276Speter	rmcup=\Ev  \002 p\Ep\r\n, smcup=\EU\Ev  8p\Ep\r, 
909150276Speter	use=c108-rv-4p, 
909250276Speterc108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video, 
909350276Speter	flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, smso=\EE, 
909450276Speter	use=c108-4p, 
909550276Speterc108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode, 
909650276Speter	cols#132, 
909750276Speter	is1=\E F\E", rmcup=\Ev  ^A0\001D\Ep\r\n, 
909850276Speter	smcup=\EU\Ev  8\001D\Ep\r, use=c108-8p, 
909950276Speter
910050276Speter# Concept 100:
910150276Speter# These have only window relative cursor addressing, not screen 
910250276Speter# relative. To get it to work right here, smcup/rmcup (which 
910350276Speter# were invented for the concept) lock you into a one page 
910450276Speter# window for screen style programs.
910550276Speter# 
910650276Speter# To get out of the one page window, we use a clever trick:
910750276Speter# we set the window size to zero ("\Ev    " in rmcup) which the 
910850276Speter# terminal recognizes as an error and resets the window to all 
910950276Speter# of memory.
911050276Speter# 
911150276Speter# This trick works on c100 but does not on c108, sigh.
911250276Speter# 
911350276Speter# Some tty drivers use cr3 for concept, others use nl3, hence 
911450276Speter# the delays on cr and ind below. This padding is only needed at 
911550276Speter# 9600 baud and up.  One or the other is commented out depending on 
911650276Speter# local conventions.
911750276Speter# 
911850276Speter# 2 ms padding on <rmcup> isn't always enough. 6 works fine. Maybe 
911950276Speter# less than 6 but more than 2 will work.
912050276Speter# 
912150276Speter# Note: can't use function keys f7-f10 because they are 
912250276Speter# indistinguishable from arrow keys (!), also, del char and 
912350276Speter# clear eol use xon/xoff so they probably won't work very well.
912450276Speter# 
912550276Speter# Also note that we don't define insrt/del char/delline/eop/send 
912650276Speter# because they don't transmit unless we reset them - I figured 
912750276Speter# it was a bad idea to clobber their definitions.
912850276Speter# 
912950276Speter# The <mc5> sequence changes the escape character to ^^ so that 
913050276Speter# escapes will be passed through to the printer. Only trouble 
913150276Speter# is that ^^ won't be - ^^ was chosen to be unlikely. 
913250276Speter# Unfortunately, if you're sending raster bits through to be 
913350276Speter# plotted, any character you choose will be likely, so we lose.
913450276Speter#
913550276Speter# \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
913650276Speter# cannot be # in is2 because it will hang a c100 with no printer 
913750276Speter# if sent twice.
913850276Speterc100|concept100|concept|c104|c100-4p|hds concept 100, 
913950276Speter	am, eo, mir, ul, xenl, 
914050276Speter	cols#80, lines#24, pb#9600, vt#8, 
914150276Speter	bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, 
914250276Speter	cub1=^H, cud1=^J, cuf1=\E=, 
914350276Speter	cup=\Ea%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E;, 
914450276Speter	dch1=\E\021$<16*>, dim=\EE, dl1=\E\002$<3*>, 
914550276Speter	ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<200>\EK, 
914650276Speter	ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, 
914750276Speter	is1=\EK, 
914850276Speter	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, 
914950276Speter	is3=\Ev    $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 
915050276Speter	kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, 
915150276Speter	kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, 
915250276Speter	kf4=\E8, kf5=\E9, kf6=\E\:a, kf7=\E\:b, kf8=\E\:c, khome=\E?, 
915350276Speter	khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., 
915450276Speter	kri=\E\\, krmir=\E\0, mc4=\036o \E\EQ!\EYP\027, 
915550276Speter	mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, 
915650276Speter	rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, 
915750276Speter	rmcup=\Ev    $<6>\Ep\r\n, rmir=\E\s\s, rmkx=\Ex, 
915850276Speter	rmso=\Ed, rmul=\Eg, sgr0=\EN@, 
915950276Speter	smcup=\EU\Ev  8p\Ep\r\E\025$<16>, smir=\E^P, smkx=\EX, 
916050276Speter	smso=\ED, smul=\EG, 
916150276Speterc100-rv|c100-rv-4p|concept100-rv|c100 rev video, 
916250276Speter	cnorm@, cvvis@, flash=\EK$<200>\Ek, is1=\Ek, rmso=\Ee, 
916350276Speter	smso=\EE, 
916450276Speter	use=c100, 
916550276Speteroc100|oconcept|c100-1p|old 1 page concept 100, 
916650276Speter	in, 
916750276Speter	is3@, use=c100, 
916850276Speter
916950276Speter# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
917050276Speter# Lots of notes, originally inline, but ncurses doesn't grok that.
917150276Speter#
917250276Speter# am: 	not available in power on mode, but turned on with \E[=107;207h in
917350276Speter#	is2=.  Also, \E=124l in is2= could have been used to prevent needing
917450276Speter#	to specify xenl:, but that would have rendered the last space on the
917550276Speter#	last line useless.
917650276Speter# bw:	Not available in power on mode, but turned on with \E[=107;207h in
917750276Speter#	is2=.
917850276Speter# clear: Could be done with \E[2J alone, except that vi (and probably most
917950276Speter#	other programs) assume that this also homes the cursor.
918050276Speter# dsl:	Go to window 2, go to the beginning of the line, use a line feed to
918150276Speter#	scroll the window, and go back to window 1.
918250276Speter# is2:	the string may cause a warning to be issued by tic that it
918350276Speter#	found a very long line and that it suspects that a comma is missing
918450276Speter#	somewhere.  This warning can be ignored (unless it comes up more than
918550276Speter#	once).  The initialization string contains the following commands:
918650276Speter#
918750276Speter#	 [Setup mode items changed from factory defaults:]
918850276Speter#		\E)0			set alternate character set to
918950276Speter#						graphics
919050276Speter#		^O			set character set to default
919150276Speter#	 [In case it wasn't]
919250276Speter#		\E[m			turn off all attributes
919350276Speter#	 [In case they weren't off]
919450276Speter#		\E[=107;		cursor wrap and
919550276Speter#			207h			character wrap on
919650276Speter#		\E[90;3u		set Fkey definitions to "transmit"
919750276Speter#						defaults
919850276Speter#		\E[92;3u		set cursor key definitions to
919950276Speter#						"transmit" defaults
920050276Speter#		\E[43;1u		set shift F13 to transmit...
920150276Speter#		\177\E$P\177
920250276Speter#		\E[44;1u		set shift F14 to transmit...
920350276Speter#			\177\E$Q\177
920450276Speter#		\E[45;1u		set shift F15 to transmit...
920550276Speter#			\177\E$R\177
920650276Speter#		\E[46;1u		set shift F16 to transmit...
920750276Speter#			\177\E$S\177
920850276Speter#		\E[200;1u		set shift up to transmit...
920950276Speter#			\177\E$A\177
921050276Speter#		\E[201;1u		set shift down to transmit...
921150276Speter#			\177\E$B\177
921250276Speter#		\E[202;1u		set shift right to transmit...
921350276Speter#			\177\E$C\177
921450276Speter#		\E[203;1u		set shift left to transmit...
921550276Speter#			\177\E$D\177
921650276Speter#		\E[204;1u		set shift home to transmit...
921750276Speter#			\177\E$H\177
921850276Speter#		\E[212;1u		set backtab to transmit...
921950276Speter#			\177\E$I\177
922050276Speter#		\E[213;1u		set shift backspace to transmit...
922150276Speter#			\177\E$^H\177
922250276Speter#		\E[214;1u		set shift del to transmit...
922350276Speter#			"\E$\177"
922450276Speter#	 [Necessary items not mentioned in setup mode:]
922550276Speter#		\E[2!w			move to window 2
922650276Speter#		\E[25;25w		define window as line 25 of memory
922750276Speter#		\E[!w			move to window 1
922850276Speter#		\E[2*w			show current line of window 2 as
922950276Speter#						status line
923050276Speter#		\E[2+x			set meta key to use high bit
923150276Speter#		\E[;3+}			move underline to bottom of character
923250276Speter#
923350276Speter#	All Fkeys are set to their default transmit definitions with \E[90;3u
923450276Speter#	in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
923550276Speter#	setting MUST be redefined or deactivated, because the default is
923650276Speter#	contained in almost all of this terminal's Fkey strings!  If for some
923750276Speter#	reason "quit" cannot be altered, the Fkeys can, but it would be
923850276Speter#	necessary to change ^| to ^] in all of these definitions, and add
923950276Speter#	\E[2;029!t to is2.
924050276Speter# lines: is set to 24 because this terminal refuses to treat the 25th
924150276Speter#	line normally.
924250276Speter# ll:	Not available in power on mode, but turned on with \E[=107;207h in
924350276Speter#	is2=.
924450276Speter# lm:	Pointless, given that this definition locks a single screen of
924550276Speter#	memory into view, but what the hey...
924650276Speter# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
924750276Speter#	other attributes alone), but some programs expect this to turn off
924850276Speter#	everything.
924950276Speter# rmul: Could use \E[4!{ to turn off only underline (leaving any other
925050276Speter#	attributes alone), but some programs expect this to turn off
925150276Speter#	everything.
925250276Speter# sgr:	Attributes are set on this terminal with the string \E[ followed by
925350276Speter#	a list of attribute code numbers (in decimal, separated by
925450276Speter#	semicolons), followed by the character m.  The attribute code
925550276Speter#	numbers are:
925650276Speter#		  1 for bold;
925750276Speter#		  2 for dim (which is ignored in power on mode);
925850276Speter#		  4 for underline;
925950276Speter#		  5 for blinking;
926050276Speter#		  7 for inverse;
926150276Speter#		  8 for not displayable; and
926250276Speter#		=99 for protected (except that there are strange side
926350276Speter#		effects to protected characters which make them inadvisable).
926450276Speter#	 The mapping of terminfo parameters to attributes is as follows:
926550276Speter#		%p1 (standout) = bold and inverse together;
926650276Speter#		%p2 (underline) = underline;
926750276Speter#		%p3 (reverse) = inverse;
926850276Speter#		%p4 (blink) = blinking;
926950276Speter#		%p5 (dim) is ignored;
927050276Speter#		%p6 (bold) = bold;
927150276Speter#		%p7 (invisible) = not displayable;
927250276Speter#		%p8 (protected) is ignored; and
927350276Speter#		%p9 (alt char set) = alt char set.
927450276Speter#	 The code to do this is:
927550276Speter#		\E[0		OUTPUT	\E[0
927650276Speter#		%?%p1%p6%O	IF	(standout; bold) OR
927750276Speter#		%t;1		THEN	OUTPUT	;1
927850276Speter#		%;		ENDIF
927950276Speter#		%?%p2		IF	underline
928050276Speter#		%t;4		THEN	OUTPUT	;4
928150276Speter#		%;		ENDIF
928250276Speter#		%?%p4		IF	blink
928350276Speter#		%t;5		THEN	OUTPUT	;5
928450276Speter#		%;		ENDIF
928550276Speter#		%?%p1%p3%O	IF	(standout; reverse) OR
928650276Speter#		%t;7		THEN	OUTPUT	;7
928750276Speter#		%;		ENDIF
928850276Speter#		%?%p7		IF	invisible
928950276Speter#		%t;8		THEN	OUTPUT	;8
929050276Speter#		%;		ENDIF
929150276Speter#		m		OUTPUT	m
929250276Speter#		%?%p9		IF	altcharset
929350276Speter#		%t^N		THEN	OUTPUT	^N
929450276Speter#		%e^O		ELSE	OUTPUT	^O
929550276Speter#		%;		ENDIF
929650276Speter# sgr0: Everything is turned off (including alternate character set), since
929750276Speter#	there is no way of knowing what it is that the program wants turned
929850276Speter#	off.
929950276Speter# smul: The "underline" attribute is reconfigurable to an overline or
930050276Speter#	strikethru, or (as done with \E[;3+} in is2=), to a line at the true
930150276Speter#	bottom of the character cell.  This was done to allow for more readable
930250276Speter#	underlined characters, and to be able to distinguish between an
930350276Speter#	underlined space, an underscore, and an underlined underscore.
930450276Speter# xenl: Terminal can be configured to not need this, but this "glitch"
930550276Speter#	behavior is actually preferable with autowrap terminals.
930650276Speter#
930750276Speter# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
930850276Speter# Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
930950276Speter# string modifies the 'O' in kf43 to kf46 to a '$'.
931050276Speter#
931150276Speter# kcbt was originally ^I but redefined in is2=.
931250276Speter# kHOM was \E[H originally but redefined in is2=, as were a number of
931350276Speter# other keys.
931450276Speter# kDC was originally \177 but redefined in is2=.
931550276Speter#
931650276Speter# kbs:	Shift was also ^H originally but redefined as \E$^H in is2=.
931750276Speter# tsl:	Go to window 2, then do an hpa=.
931850276Speter#
931950276Speter#------- flash=\E[8;3!}^G\E[3;3!}
932050276Speter#------- flash=\E[?5h$<100>\E[?5l
932150276Speter# There are two ways to flash the screen, both of which have their drawbacks. 
932250276Speter# The first is to set the bell mode to video, transmit a bell character, and
932350276Speter# set the bell mode back - but to what?  There is no way of knowing what the
932450276Speter# user's old bell setting was before we messed with it.  Worse, the command to
932550276Speter# set the bell mode also sets the key click volume, and there is no way to say
932650276Speter# "leave that alone", or to know what it's set to, either.
932750276Speter# The second way to do a flash is to set the screen to inverse video, pad for a
932850276Speter# tenth of a second, and set it back - but like before, there's no way to know
932950276Speter# that the screen wasn't ALREADY in inverse video, or that the user may prefer
933050276Speter# it that way.  The point is moot anyway, since vi (and probably other
933150276Speter# programs) assume that by defining flash=, you want the computer to use it
933250276Speter# INSTEAD of bel=, rather than as a secondary type of signal.
933350276Speter#
933450276Speter#------- cvvis=\E[+{
933550276Speter# The is the power on setting, which is also as visible as the cursor
933650276Speter# gets.
933750276Speter#-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
933850276Speter# Windowing is possible, but not defined here because it is also used to
933950276Speter# emulate status line functions.  Allowing a program to set a window could
934050276Speter# clobber the status line or render it unusable.  There is additional memory,
934150276Speter# but screen scroll functions are destructive and do not make use of it.
934250276Speter#
934350276Speter#-------   dim=			Not available in power on mode.
934450276Speter# You have a choice of defining low intensity characters as "half bright" and
934550276Speter# high intensity as "normal", or defining low as "normal" and high as "bold". 
934650276Speter# No matter which you choose, only one of either "half bright" or "bold" is
934750276Speter# available at any time, so taking the time to override the default is
934850276Speter# pointless.
934950276Speter#
935050276Speter#-------  prot=\E[=0;99m
935150276Speter# Not defined, because it appears to have some strange side effects.
935250276Speter#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
935350276Speter#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
935450276Speter#-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
935550276Speter#	 Available, but making them available to programs is inadvisable.
935650276Speter#	 The code to do this is:
935750276Speter#		%?%p1%{24}%<	IF	((key; 24) <;
935850276Speter#		%p1%{30}%>		 ((key; 30) >;
935950276Speter#		%p1%{54}%<		  (key; 54) <
936050276Speter#		%A			 ) AND
936150276Speter#		%O		  	) OR
936250276Speter#	 [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
936350276Speter#		%t\E[		THEN	OUTPUT	\E[
936450276Speter#		%p1%d			OUTPUT	(key) as decimal
936550276Speter#	 [next line applies to pfx only]
936650276Speter#		;1			OUTPUT	;1
936750276Speter#		u			OUTPUT	u
936850276Speter#		\177			OUTPUT	\177
936950276Speter#		%p2%s			OUTPUT	(string) as string
937050276Speter#		\177			OUTPUT	\177
937150276Speter#	 [DEL chosen as delimiter, but could be any character]
937250276Speter#	 [implied:		ELSE	do nothing]
937350276Speter#		%;		ENDIF
937450276Speter#	
937550276Speter#-------   rs2=
937650276Speter# Not defined since anything it might do could be done faster and easier with
937750276Speter# either Meta-Shift-Reset or the main power switch.
937850276Speter#
937950276Speter#-------  smkx=\E[1!z
938050276Speter#-------  rmkx=\E[!z
938150276Speter# These sequences apply to the cursor and setup keys only, not to the
938250276Speter# numeric keypad.  But it doesn't matter anyway, since making these
938350276Speter# available to programs is inadvisable.
938450276Speter# For the key definitions below, all sequences beginning with \E$ are
938550276Speter# custom and programmed into the terminal via is2.  \E$ also has no
938650276Speter# meaning to any other terminal.
938750276Speter#
938850276Speter#------- cmdch=\E[;%p1%d!t
938950276Speter# Available, but making it available to programs is inadvisable.
939050276Speter#------- smxon=\E[1*q
939150276Speter# Available, but making it available to programs is inadvisable.
939250276Speter# Terminal will send XON/XOFF on buffer overflow.
939350276Speter#------- rmxon=\E[*q
939450276Speter# Available, but making it available to programs is inadvisable.
939550276Speter# Terminal will not notify on buffer overflow.
939650276Speter#-------   smm=\E[2+x
939750276Speter#-------   rmm=\E[+x
939850276Speter# Available, but making them available to programs is inadvisable.
939950276Speter#
940050276Speter# Printing:
940150276Speter#	 It's not made clear in the manuals, but based on other ansi/vt type
940250276Speter#	 terminals, it's a good guess that this terminal is capable of both
940350276Speter#	 "transparent print" (which doesn't copy data to the screen, and
940450276Speter#	 therefore needs mc5i: specified to say so) and "auxilliary print"
940550276Speter#	 (which does duplicate printed data on the screen, in which case mc4=
940650276Speter#	 and mc5= should use the \E[?4i and \E[?5i strings instead).
940750276Speter
940850276Speterhds200|Human Designed Systems HDS200, 
940950276Speter	am, bw, eslok, hs, km, mc5i, mir, msgr, xenl, xon, 
941050276Speter	cols#80, it#8, lines#24, lm#0, 
941150276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
941250276Speter	blink=\E[0;5m, bold=\E[0;1m, cbt=\E[Z, civis=\E[6+{, 
941350276Speter	clear=\E[H\E[J, cnorm=\E[+{, cr=^M, 
941450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
941550276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
941650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
941750276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
941850276Speter	dsl=\E[2!w\r\n\E[!w, ed=\E[J, el=\E[K, el1=\E[1K, 
941950276Speter	fsl=\E[!w, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 
942050276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
942150276Speter	invis=\E[0;8m, 
942250276Speter	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+}, 
942350276Speter	kDC=\E$\177, kHOM=\E$H, kLFT=\E$D, kRIT=\E$C, kbs=^H, 
942450276Speter	kcbt=\E$I, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
942550276Speter	kdch1=\177, kent=^M, kf1=^\001\r, kf10=^\010\r, 
942650276Speter	kf11=^\011\r, kf12=^\012\r, kf13=\EOP, kf14=\EOQ, 
942750276Speter	kf15=\EOR, kf16=\EOS, kf17=^\017\r, kf18=^\018\r, 
942850276Speter	kf19=^\019\r, kf2=^\002\r, kf20=^\020\r, kf21=^\021\r, 
942950276Speter	kf22=^\022\r, kf23=^\023\r, kf3=^\003\r, kf31=^\031\r, 
943050276Speter	kf32=^\032\r, kf33=^\033\r, kf34=^\034\r, kf35=^\035\r, 
943150276Speter	kf36=^\036\r, kf37=^\037\r, kf38=^\038\r, kf39=^\039\r, 
943250276Speter	kf4=^\004\r, kf40=^\040\r, kf41=^\041\r, kf42=^\042\r, 
943350276Speter	kf43=\E$P, kf44=\E$Q, kf45=\E$R, kf46=\E$S, kf47=^\047\r, 
943450276Speter	kf48=^\048\r, kf49=^\049\r, kf5=^\005\r, kf50=^\050\r, 
943550276Speter	kf51=^\051\r, kf52=^\052\r, kf53=^\053\r, kf6=^\006\r, 
943650276Speter	kf7=^\007\r, kf8=^\008\r, kf9=^\009\r, khome=\E[H, 
943750276Speter	kind=\E[T, knp=\E[U, kpp=\E[V, kri=\E[S, ll=\E[H\E[A, 
943850276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\E[E, rc=\E8, 
943950276Speter	rev=\E[0;7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmso=\E[m\017, 
944050276Speter	rmul=\E[m\017, sc=\E7, 
944150276Speter	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%;, 
944250276Speter	sgr0=\E[m\017, smacs=^N, smir=\E[4h, smso=\E[0;1;7m, 
944350276Speter	smul=\E[0;4m, tbc=\E[3g, tsl=\E[2!w\E[%i%p1%dG, 
944450276Speter	vpa=\E[%i%p1%dd, 
944550276Speter
944650276Speter# <ht> through <el> included to specify padding needed in raw mode.
944750276Speter# (avt-ns: added empty <acsc> to suppress a tic warning --esr)
944850276Speteravt-ns|concept avt no status line, 
944950276Speter	am, eo, mir, ul, xenl, xon, 
945050276Speter	cols#80, it#8, lines#24, lm#192, 
945150276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
945250276Speter	clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, 
945350276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
945450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
945550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
945650276Speter	cvvis=\E[=119h, dch1=\E[P, dim=\E[1!{, dl=\E[%p1%dM$<4*>, 
945750276Speter	dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, 
945850276Speter	hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, 
945950276Speter	ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, 
946050276Speter	invis=\E8m, ip=$<4>, is1=\E[=103l\E[=205l, 
946150276Speter	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, 
946250276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
946350276Speter	kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
946450276Speter	kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H, 
946550276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
946650276Speter	pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, 
946750276Speter	prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, 
946850276Speter	ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, rmir=\E4l, 
946950276Speter	rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, sc=\E7, 
947050276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
947150276Speter	sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, 
947250276Speter	smir=\E1, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, 
947350276Speter	tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, 
947450276Speteravt-rv-ns|concept avt in reverse video mode/no status line, 
947550276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, 
947650276Speter	use=avt-ns, 
947750276Speteravt-w-ns|concept avt in 132 column mode/no status line, 
947850276Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, 
947950276Speter	use=avt-ns, 
948050276Speteravt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video, 
948150276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
948250276Speter	smcup=\E[H\E[1;24;1;132w, 
948350276Speter	use=avt-ns, 
948450276Speter
948550276Speter# Concept AVT with status line. We get the status line using the
948650276Speter# "Background status line" feature of the terminal. We swipe the
948750276Speter# first line of memory in window 2 for the status line, keeping
948850276Speter# 191 lines of memory and 24 screen lines for regular use.
948950276Speter# The first line is used instead of the last so that this works
949050276Speter# on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
949150276Speter# assumes an 8 page AVT but lm isn't currently used anywhere.)
949250276Speter#
949350276Speteravt+s|concept avt status line changes, 
949450276Speter	eslok, hs, 
949550276Speter	lm#191, 
949650276Speter	dsl=\E[0*w, fsl=\E[1;1!w, 
949750276Speter	is3=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n, 
949850276Speter	rmcup=\E[2w\E2\r\n, smcup=\E[2;25w\E2\r, 
949950276Speter	tsl=\E[2;1!w\E[;%p1%dH\E[2K, 
950050276Speteravt|avt-s|concept-avt|avt w/80 columns, 
950150276Speter	use=avt+s, use=avt-ns, 
950250276Speteravt-rv|avt-rv-s|avt reverse video w/sl, 
950350276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h, use=avt+s, 
950450276Speter	use=avt-ns, 
950550276Speteravt-w|avt-w-s|concept avt 132 cols+status, 
950650276Speter	is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, use=avt+s, 
950750276Speter	use=avt-ns, 
950850276Speteravt-w-rv|avt-w-rv-s|avt wide+status+rv, 
950950276Speter	flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h, 
951050276Speter	smcup=\E[H\E[1;24;1;132w, 
951150276Speter	use=avt+s, use=avt-ns, 
951250276Speter
951350276Speter#### Contel Business Systems. 
951450276Speter#
951550276Speter
951650276Speter# Contel c300 and c320 terminals. 
951750276Spetercontel300|contel320|c300|Contel Business Systems C-300 or C-320, 
951850276Speter	am, in, xon, 
951950276Speter	cols#80, lines#24, xmc#1, 
952050276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
952150276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
952250276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
952350276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
952450276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
952550276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
952650276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
952750276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!\r, tbc=\E3, 
952850276Speter# Contel c301 and c321 terminals.
952950276Spetercontel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, 
953050276Speter	flash@, ich1@, ip@, rmso=\E!\0$<20>, smso=\E!\r$<20>, 
953150276Speter	use=contel300, 
953250276Speter
953350276Speter#### Data General (dg)
953450276Speter#
953550276Speter# According to James Carlson <carlson@xylogics.com> writing in January 1995,
953650276Speter# the terminals group at Data General was shut down in 1991; all these
953750276Speter# terminals have thus been discontinued.
953850276Speter#
953950276Speter# DG terminals have function keys that respond to the SHIFT and CTRL keys,
954050276Speter# e.g., SHIFT-F1 generates a different code from F1.  To number the keys
954150276Speter# sequentially, first the unmodified key codes are listed as F1 through F15. 
954250276Speter# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
954350276Speter# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
954450276Speter# F46 through F60.  This is done in the private "includes" below whose names
954550276Speter# start with "dgkeys+".
954650276Speter#
954750276Speter# DG terminals generally support 8 bit characters.  For each of these terminals
954850276Speter# two descriptions are supplied:
954950276Speter#	1) A default description for 8 bits/character communications, which
955050276Speter#	   uses the default DG international character set and keyboard codes.
955150276Speter#	2) A description with suffix "-7b" for 7 bits/character communications.
955250276Speter#	   This description must use the NON-DEFAULT native keyboard language.
955350276Speter
955450276Speter# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
955550276Speter# Ctrl/Shift fdkeys (kf34-kf44).
955650276Speter
955750276Speterdgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys, 
955850276Speter	ka1=\233020z, ka3=\233021z, kc1=\233022z, kc3=\233023z, 
955950276Speter	kclr=\2332J, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
956050276Speter	kcuu1=\233A, kel=\233K, kf1=\233001z, kf10=\233010z, 
956150276Speter	kf11=\233011z, kf12=\233012z, kf13=\233013z, 
956250276Speter	kf14=\233014z, kf15=\233000z, kf16=\233101z, 
956350276Speter	kf17=\233102z, kf18=\233103z, kf19=\233104z, 
956450276Speter	kf2=\233002z, kf20=\233105z, kf21=\233106z, 
956550276Speter	kf22=\233107z, kf23=\233108z, kf24=\233109z, 
956650276Speter	kf25=\233110z, kf26=\233111z, kf27=\233112z, 
956750276Speter	kf28=\233113z, kf29=\233114z, kf3=\233003z, 
956850276Speter	kf30=\233100z, kf31=\233201z, kf32=\233202z, 
956950276Speter	kf33=\233203z, kf34=\233204z, kf35=\233205z, 
957050276Speter	kf36=\233206z, kf37=\233207z, kf38=\233208z, 
957150276Speter	kf39=\233209z, kf4=\233004z, kf40=\233210z, 
957250276Speter	kf41=\233211z, kf42=\233212z, kf43=\233213z, 
957350276Speter	kf44=\233214z, kf45=\233200z, kf46=\233301z, 
957450276Speter	kf47=\233302z, kf48=\233303z, kf49=\233304z, 
957550276Speter	kf5=\233005z, kf50=\233305z, kf51=\233306z, 
957650276Speter	kf52=\233307z, kf53=\233308z, kf54=\233309z, 
957750276Speter	kf55=\233310z, kf56=\233311z, kf57=\233312z, 
957850276Speter	kf58=\233313z, kf59=\233314z, kf6=\233006z, 
957950276Speter	kf60=\233300z, kf7=\233007z, kf8=\233008z, kf9=\233009z, 
958050276Speter	khome=\233H, kprt=\233i, 
958150276Speter
958250276Speterdgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys, 
958350276Speter	ka1=\E[020z, ka3=\E[021z, kc1=\E[022z, kc3=\E[023z, 
958450276Speter	kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
958550276Speter	kel=\E[K, kf1=\E[001z, kf10=\E[010z, kf11=\E[011z, 
958650276Speter	kf12=\E[012z, kf13=\E[013z, kf14=\E[014z, kf15=\E[000z, 
958750276Speter	kf16=\E[101z, kf17=\E[102z, kf18=\E[103z, kf19=\E[104z, 
958850276Speter	kf2=\E[002z, kf20=\E[105z, kf21=\E[106z, kf22=\E[107z, 
958950276Speter	kf23=\E[108z, kf24=\E[109z, kf25=\E[110z, kf26=\E[111z, 
959050276Speter	kf27=\E[112z, kf28=\E[113z, kf29=\E[114z, kf3=\E[003z, 
959150276Speter	kf30=\E[100z, kf31=\E[201z, kf32=\E[202z, kf33=\E[203z, 
959250276Speter	kf34=\E[204z, kf35=\E[205z, kf36=\E[206z, kf37=\E[207z, 
959350276Speter	kf38=\E[208z, kf39=\E[209z, kf4=\E[004z, kf40=\E[210z, 
959450276Speter	kf41=\E[211z, kf42=\E[212z, kf43=\E[213z, kf44=\E[214z, 
959550276Speter	kf45=\E[200z, kf46=\E[301z, kf47=\E[302z, kf48=\E[303z, 
959650276Speter	kf49=\E[304z, kf5=\E[005z, kf50=\E[305z, kf51=\E[306z, 
959750276Speter	kf52=\E[307z, kf53=\E[308z, kf54=\E[309z, kf55=\E[310z, 
959850276Speter	kf56=\E[311z, kf57=\E[312z, kf58=\E[313z, kf59=\E[314z, 
959950276Speter	kf6=\E[006z, kf60=\E[300z, kf7=\E[007z, kf8=\E[008z, 
960050276Speter	kf9=\E[009z, khome=\E[H, kprt=\E[i, 
960150276Speter
960250276Speterdgkeys+11|Private entry describing 11 minimal-subset DG mode special keys, 
960350276Speter	kclr=^L, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kel=^K, 
960450276Speter	kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^a, kf13=^^b, kf14=^^c, 
960550276Speter	kf15=^^d, kf16=^^e, kf17=^^f, kf18=^^g, kf19=^^h, kf2=^^r, 
960650276Speter	kf20=^^i, kf21=^^j, kf22=^^k, kf23=^^1, kf24=^^2, kf25=^^3, 
960750276Speter	kf26=^^4, kf27=^^5, kf28=^^6, kf29=^^7, kf3=^^s, kf30=^^8, 
960850276Speter	kf31=^^9, kf32=^^\:, kf33=^^;, kf34=^^!, kf35=^^", kf36=^^#, 
960950276Speter	kf37=^^$, kf38=^^%, kf39=^^&, kf4=^^t, kf40=^^', kf41=^^(, 
961050276Speter	kf42=^^), kf43=^^*, kf44=^^+, kf5=^^u, kf6=^^v, kf7=^^w, 
961150276Speter	kf8=^^x, kf9=^^y, khome=^H, 
961250276Speter
961350276Speterdgkeys+15|Private entry describing 15 DG mode special keys, 
961450276Speter	kHOM=^^^H, kLFT=^^^Y, kRIT=^^^X, ka1=^^\\, ka3=^^], kc1=^^\^, 
961550276Speter	kc3=^^_, kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^|, kf13=^^}, 
961650276Speter	kf14=^^~, kf15=^^p, kf16=^^a, kf17=^^b, kf18=^^c, kf19=^^d, 
961750276Speter	kf2=^^r, kf20=^^e, kf21=^^f, kf22=^^g, kf23=^^h, kf24=^^i, 
961850276Speter	kf25=^^j, kf26=^^k, kf27=^^l, kf28=^^m, kf29=^^n, kf3=^^s, 
961950276Speter	kf30=^^`, kf31=^^1, kf32=^^2, kf33=^^3, kf34=^^4, kf35=^^5, 
962050276Speter	kf36=^^6, kf37=^^7, kf38=^^8, kf39=^^9, kf4=^^t, kf40=^^\:, 
962150276Speter	kf41=^^;, kf42=^^<, kf43=^^=, kf44=^^>, kf45=^^0, kf46=^^!, 
962250276Speter	kf47=^^", kf48=^^#, kf49=^^$, kf5=^^u, kf50=^^%, kf51=^^&, 
962350276Speter	kf52=^^', kf53=^^(, kf54=^^), kf55=^^*, kf56=^^+, kf57=^^\,, 
962450276Speter	kf58=^^-, kf59=^^., kf6=^^v, kf60=^^\s, kf7=^^w, kf8=^^x, 
962550276Speter	kf9=^^y, 
962650276Speter
962750276Speter# Data General color terminals use the "Tektronix" color model.  The total
962850276Speter# number of colors varies with the terminal model, as does support for
962950276Speter# attributes used in conjunction with color.
963050276Speter
963150276Speter# Removed u7, u8 definitions since they conflict with tack:
963250276Speter#		Preserve user-defined colors in at least some cases.
963350276Speter#	u7=^^Fh,
963450276Speter#		Default is ACM mode.
963550276Speter#	u8=^^F}20^^Fi^^F}21,
963650276Speter#
963750276Speterdgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode, 
963850276Speter	bce, 
963950276Speter	colors#16, ncv#53, pairs#256, 
964050276Speter	op=\036Ad\036Bd, 
964150276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
964250276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
964350276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
964450276Speter
964550276Speterdg+fixed|Fixed color info for DG D430C terminals in DG mode, 
964650276Speter	use=dgunix+fixed, 
964750276Speter
964850276Speter# Video attributes are coordinated using static variables set by "sgr", then
964950276Speter# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings. 
965050276Speter# (D=dim, U=underline, B=blink, R=reverse.)
965150276Speterdg+color8|Color info for Data General D220 and D230C terminals in ANSI mode, 
965250276Speter	bce, 
965350276Speter	colors#8, ncv#16, pairs#64, 
965450276Speter	op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m, 
965550276Speter	setab=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
965650276Speter	setaf=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m, 
965750276Speter	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, 
965850276Speter	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, 
965950276Speter
966050276Speterdg+color|Color info for Data General D470C terminals in ANSI mode, 
966150276Speter	colors#16, ncv#53, pairs#256, 
966250276Speter	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, 
966350276Speter	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, 
966450276Speter	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, 
966550276Speter	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, 
966650276Speter	use=dg+color8, 
966750276Speter
966850276Speterdgmode+color8|Color info for Data General D220/D230C terminals in DG mode, 
966950276Speter	bce, 
967050276Speter	colors#8, ncv#16, pairs#64, 
967150276Speter	op=\036Ad\036Bd, 
967250276Speter	setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
967350276Speter	setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c, 
967450276Speter	setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c, 
967550276Speter
967650276Speterdgmode+color|Color info for Data General D470C terminals in DG mode, 
967750276Speter	colors#16, pairs#256, 
967850276Speter	setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
967950276Speter	setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c, 
968050276Speter	use=dgmode+color8, 
968150276Speter
968250276Speterdgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode, 
968350276Speter	bce, ccc, 
968450276Speter	colors#52, ncv#53, pairs#26, 
968550276Speter	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, 
968650276Speter	oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00, 
968750276Speter	op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D, 
968850276Speter	scp=\036RG2%p1%02X, 
968950276Speter
969050276Speter# Colors are in the order:  normal, reverse, dim, dim + reverse.
969150276Speterdg+ccc|Configurable color info for DG D430C terminals in DG mode, 
969250276Speter	bce, ccc, 
969350276Speter	colors#52, ncv#53, pairs#26, 
969450276Speter	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, 
969550276Speter	oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00, 
969650276Speter	op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=, 
969750276Speter	scp=\036RG2%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c, 
969850276Speter
969950276Speter# The generic DG terminal type (an 8-bit-clean subset of the 6053)
970050276Speter# Initialization string 1 sets:
970150276Speter#	^R		- vertical scrolling enabled
970250276Speter#	^C		- blinking enabled
970350276Speterdg-generic|Generic Data General terminal in DG mode, 
970450276Speter	am, bw, msgr, xon, 
970550276Speter	cols#80, lines#24, 
970650276Speter	bel=^G, blink=^N, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
970750276Speter	cup=\020%p2%c%p1%c, cuu1=^W, dim=^\, el=^K, ind=^J, is1=^R^C, 
970850276Speter	mc0=^Q, nel=^J, rmso=^], rmul=^U, sgr0=^O^U^], smso=^\, 
970950276Speter	smul=^T, 
971050276Speter	use=dgkeys+11, 
971150276Speter
971250276Speter# According to the 4.4BSD termcap file, the dg200 <cup> should be the
971350276Speter# termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
971450276Speter# notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
971550276Speter# maybe they were originally nuls (which would fit).
971650276Speter
971750276Speterdg200|data general dasher 200, 
971850276Speter	am, bw, 
971950276Speter	cols#80, lines#24, 
972050276Speter	bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
972150276Speter	cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, 
972250276Speter	kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^z, kf1=^^q, 
972350276Speter	kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, 
972450276Speter	kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, 
972550276Speter	smso=^^D, smul=^T, 
972650276Speter
972750276Speter# Data General 210/211 (and 410?)	from Lee Pearson (umich!lp) via BRL
972850276Speterdg210|dg-ansi|Data General 210/211, 
972950276Speter	am, 
973050276Speter	cols#80, lines#24, 
973150276Speter	clear=\E[2J, cud1=\E[B, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
973250276Speter	ed=\E[J, el=\E[K, home=\E[H, kcub1=\E[D, kcud1=\E[B, 
973350276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, nel=\r\E[H\E[A\n, 
973450276Speter	rmso=\E[0;m, rmul=\E[0;m, smso=\E[7;m, smul=\E[4;m, 
973550276Speter# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
973650276Speter# courtesy of Carlos Rucalde of Vantage Software, Inc.
973750276Speter# (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
973850276Speter# I suspect the d200 function keys actually work on the dg211, check it out.)
973950276Speterdg211|Data General d211, 
974050276Speter	cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@, 
974150276Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=^M^Z, rmcup=^L, 
974250276Speter	rmso=\036E$<\0/>, smcup=^L^R, smso=\036D$<5/>, 
974350276Speter	use=dg200, 
974450276Speter# dg450 from cornell
974550276Speterdg450|dg6134|data general 6134, 
974650276Speter	cub1@, cuf1=^X, use=dg200, 
974750276Speter# Note: lesser Dasher terminals will not work with vi because vi insists upon
974850276Speter# having a command to move straight down from any position on the bottom line
974950276Speter# and scroll the screen up, or a direct vertical scroll command.  The 460 and
975050276Speter# above have both, the D210/211, for instance, has neither.  We must use ANSI
975150276Speter# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
975250276Speter# backspace on all terminals.  This is not so in DG mode.
975350276Speter# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
975450276Speter# grounds that there is no matching ":ml:"
975550276Speter# fixed garbled ":k9=\E[00\:z:" capability -- esr)
975650276Speterdg460-ansi|Data General Dasher 460 in ANSI-mode, 
975750276Speter	am, msgr, ul, 
975850276Speter	cols#80, it#8, lines#24, 
975950276Speter	blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
976050276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, 
976150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
976250276Speter	il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, kcub1=\E[D, 
976350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[001z, 
976450276Speter	kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, kf4=\E[005z, 
976550276Speter	kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, kf8=\E[009z, 
976650276Speter	kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, lf3=f4, 
976750276Speter	lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, ri=\E[T, 
976850276Speter	rmso=\E[m, rmul=\E[05, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
976950276Speter# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
977050276Speter# Data General 605x     
977150276Speter# Ought to work for a Model 6242, Type D210 as well as a 605x.
977250276Speter# Note that the cursor-down key transmits ^Z.  Job control users, beware!
977350276Speter# This also matches a posted description of something called a `Dasher 100'
977450276Speter# so there's a dg100 alias here. 
977550276Speter# (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr) 
977650276Speterdg6053-old|dg100|data general 6053, 
977750276Speter	am, bw, ul, 
977850276Speter	cols#80, lines#24, 
977950276Speter	bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, 
978050276Speter	cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K, home=^H, 
978150276Speter	ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, 
978250276Speter	kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, 
978350276Speter	kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L, rmso=\0^^E, 
978450276Speter	rmul=^U, smcup=^L^R, smso=\0\0\0\0\0\036D, smul=^T, 
978550276Speter
978650276Speter# (Some performance can be gained over the generic DG terminal type)
978750276Speterdg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053, 
978850276Speter	xon@, 
978950276Speter	home=^P\0\0, ll=^P\0^W, use=dg-generic, 
979050276Speter
979150276Speter# Like 6053, but adds reverse video and more keypad and function keys.
979250276Speterd200|d200-dg|Data General DASHER D200, 
979350276Speter	bold=^^D^T, home@, ll@, rev=^^D, rmso=^^E^], 
979450276Speter	sgr=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;, 
979550276Speter	sgr0=\017\025\035\036E, smso=^^D^\, 
979650276Speter	use=dgkeys+15, use=dg6053, 
979750276Speter
979850276Speter# DASHER D210 series terminals in ANSI mode.
979950276Speter#	Reverse video, no insert/delete character/line, 7 bits/character only.
980050276Speter#
980150276Speter# Initialization string 1 sets:
980250276Speter#	<0		- scrolling enabled
980350276Speter#	<1		- blink enabled
980450276Speter#	<4		- print characters regardless of attributes
980550276Speterd210|d214|Data General DASHER D210 series, 
980650276Speter	am, bw, msgr, xon, 
980750276Speter	cols#80, lines#24, 
980850276Speter	bel=^G, blink=\E[5m, bold=\E[4;7m, clear=\E[2J, cr=^M, 
980950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
981050276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
981150276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, ed=\E[J, el=\E[K, 
981250276Speter	el1=\E[1K, home=\E[H, ind=^J, is1=\E[<0;<1;<4l, 
981350276Speter	ll=\E[H\E[A, nel=^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, 
981450276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m, 
981550276Speter	sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, 
981650276Speter	use=dgkeys+7b, 
981750276Speter
981850276Speter# DASHER D210 series terminals in DG mode.
981950276Speter# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
982050276Speterd210-dg|d214-dg|Data General DASHER D210 series in DG mode, 
982150276Speter	xon, 
982250276Speter	ed=^^FF, use=d200-dg, 
982350276Speter
982450276Speter# DASHER D211 series terminals in ANSI mode.
982550276Speter# Like the D210, but with 8-bit characters and local printer support.
982650276Speter#
982750276Speter# Initialization string 2 sets:
982850276Speter#	\E[2;1;1;1v
982950276Speter#		2;1	- 8 bit operations
983050276Speter#		1;1	- 8 bit (international) keyboard language
983150276Speter#	\E(B		- default primary character set (U.S. ASCII)
983250276Speter#	\E)4		- default secondary character set (international)
983350276Speter#	^O		- primary character set
983450276Speter#
983550276Speterd211|d215|Data General DASHER D211 series, 
983650276Speter	km, 
983750276Speter	is2=\E[2;1;1;1v\E(B\E)4\017, mc0=\E[i, use=dgkeys+8b, use=d210, 
983850276Speter
983950276Speter# Initialization string 2 sets:
984050276Speter#	\E[2;0;1;0v
984150276Speter#		2;0	- 7 bit operations
984250276Speter#		1;0	- 7 bit (native) keyboard language
984350276Speter#	\E(0		- default character set (the keyboard native language)
984450276Speter#	^O		- primary character set
984550276Speterd211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode, 
984650276Speter	km@, 
984750276Speter	is2=\E[2;0;1;0v\E(0\017, use=dgkeys+7b, use=d211, 
984850276Speter
984950276Speter# Like the D210 series, but adds support for 8-bit characters.
985050276Speter#
985150276Speter# Reset string 2 sets:
985250276Speter#	^^N	- secondary character set
985350276Speter#	^^FS0>	- 8 bit international character set
985450276Speter#	^^O	- primary character set
985550276Speter#	^^FS00	- default character set (matching the native keyboard language)
985650276Speter#
985750276Speterd211-dg|d215-dg|Data General DASHER D211 series in DG mode, 
985850276Speter	km, 
985950276Speter	rs2=\036N\036FS0>\036O\036FS00, use=d210-dg, 
986050276Speter
986150276Speterd216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode, 
986250276Speter	use=d211-dg, 
986350276Speter
986450276Speter# Enhanced DG mode with changes to be more UNIX compatible.
986550276Speterd216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode, 
986650276Speter	mc5i, 
986750276Speter	it#8, 
986850276Speter	acsc=a\177j$k"l!m#n)q+t'u&v(w%x*, blink=^^PI, 
986950276Speter	clear=^^PH, cub1=^^PD, cud1=^^PB, cuf1=^^PC, cuu1=^^PA, 
987050276Speter	el=^^PE, home=^^PF, hpa=\020%p1%c\177, ht=^I, ind=^J, 
987150276Speter	is1=\022\003\036P@1, is3=\036Fz0, kHOM=^^Pf, kLFT=^^Pd, 
987250276Speter	kPRT=^^P1, kRIT=^^Pc, kclr=^^PH, kcub1=^^PD, kcud1=^^PB, 
987350276Speter	kcuf1=^^PC, kcuu1=^^PA, kel=^^PE, khome=^^PF, kprt=^^P0, 
987450276Speter	mc0=\036F?9, mc4=^^Fa, mc5=^^F`, rmacs=\036FS00, 
987550276Speter	rs2=\036N\036FS0E\036O\036FS00, 
987650276Speter	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%;, 
987750276Speter	sgr0=\036PJ\025\035\036E\036FS00, smacs=\036FS11, 
987850276Speter	vpa=\020\177%p1%c, 
987950276Speter	use=dgkeys+15, use=d216-dg, 
988050276Speterd216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines, 
988150276Speter	lines#25, 
988250276Speter	is3=\036Fz2, use=d216+, 
988350276Speter
988450276Speterd217-unix|Data General DASHER D217 in DG-UNIX mode, 
988550276Speter	use=d216-unix, 
988650276Speterd217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines, 
988750276Speter	use=d216-unix-25, 
988850276Speter
988950276Speter# DASHER D220 color terminal in ANSI mode.
989050276Speter# Like the D470C but with fewer colors and screen editing features.
989150276Speter#
989250276Speter# Initialization string 1 sets:
989350276Speter#	\E[<0;<1;<4l
989450276Speter#		<0	- scrolling enabled
989550276Speter#		<1	- blink enabled
989650276Speter#		<4	- print characters regardless of attributes
989750276Speter#	\E[m		- all attributes off
989850276Speter# Reset string 1 sets:
989950276Speter#	\Ec		- initial mode defaults (RIS)
990050276Speter#
990150276Speterd220|Data General DASHER D220, 
990250276Speter	mc5i@, 
990350276Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, use=dg+color8, use=d470c, 
990450276Speter
990550276Speterd220-7b|Data General DASHER D220 in 7 bit mode, 
990650276Speter	mc5i@, 
990750276Speter	dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec, use=dg+color8, use=d470c-7b, 
990850276Speter
990950276Speter# Initialization string 3 sets:
991050276Speter#	- default cursor (solid rectangle)
991150276Speter# Reset string 2 sets:
991250276Speter#	^^N     - secondary character set
991350276Speter#	^^FS0>  - 8 bit international character set
991450276Speter#	^^O     - primary character set
991550276Speter#       ^^FS00  - default character set (matching the native keyboard language)
991650276Speter#
991750276Speterd220-dg|Data General DASHER D220 color terminal in DG mode, 
991850276Speter	mc5i@, 
991950276Speter	dl1@, home@, il1@, is2@, is3=\036FQ2, ll@, mc4@, mc5@, rs1@, 
992050276Speter	rs2=\036N\036FS0>\036O\036FS00, 
992150276Speter	use=dgmode+color8, use=d470c-dg, 
992250276Speter
992350276Speter# DASHER D230C color terminal in ANSI mode.
992450276Speter# Like the D220 but with minor ANSI compatibility improvements.
992550276Speter#
992650276Speterd230c|d230|Data General DASHER D230C, 
992750276Speter	blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=^M^J, 
992850276Speter	rev=\E[7;50m, rmkx=\E[2;1v, rmso=\E[50m, rmul=\E[50m, 
992950276Speter	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%;, 
993050276Speter	sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m, 
993150276Speter	smul=\E[4;50m, 
993250276Speter	use=dgkeys+7b, use=d220, 
993350276Speter
993450276Speterd230c-dg|d230-dg|Data General DASHER D230C in DG mode, 
993550276Speter	use=d220-dg, 
993650276Speter
993750276Speter# DASHER D400/D450 series terminals.
993850276Speter# These add intelligent features like insert/delete to the D200 series.
993950276Speter#
994050276Speter# Initialization string 2 sets:
994150276Speter#	^^FQ2		- default cursor (solid rectangle)
994250276Speter#	^^FW		- character protection disabled
994350276Speter#	^^FJ		- normal (80 column) mode
994450276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
994550276Speter#	^^FX004?	- margins at columns 0 and 79
994650276Speter#	^^F]		- horizontal scrolling disabled
994750276Speter#	^^O		- primary character set
994850276Speter#	^^FS00		- default character set (the keyboard native language)
994950276Speter#	- (should reset scrolling regions, but that glitches the screen)
995050276Speter# Reset string 1 sets:
995150276Speter#	^^FA		- all terminal defaults except scroll rate
995250276Speter# Reset string 2 sets:
995350276Speter#	^^F]		- horizontal scrolling disabled
995450276Speter#	^^FT0		- jump scrolling
995550276Speter#
995650276Speterd400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series, 
995750276Speter	mc5i, 
995850276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\036FQ0, 
995950276Speter	cnorm=\036FQ2, dch1=^^K, dl1=^^FI, 
996050276Speter	enacs=\036N\036FS11\036O, home=^^FG, hpa=\020%p1%c\177, 
996150276Speter	ich1=^^J, il1=^^FH, 
996250276Speter	is2=\036FQ2\036FW\036FJ\036F\^\036FX004?\036F]\036O\036FS00, 
996350276Speter	ll=\036FG\027, mc4=^^Fa, mc5=^^F`, ri=^^I, rmacs=^^O, 
996450276Speter	rs1=^^FA, rs2=\036F]\036FT0, 
996550276Speter	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%;, 
996650276Speter	sgr0=\017\025\035\036E\036O, smacs=^^N, 
996750276Speter	vpa=\020\177%p1%c, use=d210-dg, 
996850276Speter
996950276Speter# DASHER D410/D460 series terminals in ANSI mode.
997050276Speter# These add a large number of intelligent terminal features.
997150276Speter#
997250276Speter# Initialization string 1 sets:
997350276Speter#	\E[<0;<1;<2;<4l
997450276Speter#		<0	- scrolling enabled
997550276Speter#		<1	- blink enabled
997650276Speter#		<2	- horizontal scrolling enabled (for alignment)
997750276Speter#		<4	- print characters regardless of attributes
997850276Speter#	\E[5;0v		- normal (80 column) mode
997950276Speter#	\E[1;1;80w	- margins at columns 1 and 80
998050276Speter#	\E[1;6;<2h
998150276Speter#		1	- print all characters even if protected
998250276Speter#		6	- character protection disabled
998350276Speter#		<2	- horizontal scrolling disabled
998450276Speter#	- (should reset scrolling regions, but that glitches the screen)
998550276Speter#
998650276Speter# Initialization string 2 sets:
998750276Speter#	\E[3;2;2;1;1;1v
998850276Speter#		3;2	- default cursor (solid rectangle)
998950276Speter#		2;1	- 8 bit operations
999050276Speter#		1;1	- international keyboard language
999150276Speter#	\E(B		- default primary character set (U.S. ASCII)
999250276Speter#	\E)4		- default secondary character set (international)
999350276Speter#	^O		- primary character set
999450276Speter#
999550276Speter#	Reset string 1 sets:
999650276Speter#	\Ec		- initial mode defaults (RIS)
999750276Speter#	\E[<2h		- horizontal scrolling disabled
999850276Speter#
999950276Speter# Reset string 2 sets:
1000050276Speter#	\E[4;0;2;1;1;1v
1000150276Speter#		4;0	- jump scrolling
1000250276Speter#		2;1	- 8 bit operations
1000350276Speter#		1;1	- 8 bit (international) keyboard language
1000450276Speter#	\E(B		- default primary character set (U.S. ASCII)
1000550276Speter#	\E)4		- default secondary character set (international)
1000650276Speter#
1000750276Speterd410|d411|d460|d461|Data General DASHER D410/D460 series, 
1000850276Speter	mc5i, 
1000950276Speter	acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\E[3;0v, 
1001050276Speter	cnorm=\E[3;2v, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1001150276Speter	dl1=\E[M, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
1001250276Speter	is1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h, 
1001350276Speter	is2=\E[3;2;2;1;1;1v\E(B\E)4\017, mc4=\E[4i, mc5=\E[5i, 
1001450276Speter	ri=\EM, rmacs=\E)4\017, rs1=\Ec\E[<2h, 
1001550276Speter	rs2=\E[4;0;2;1;1;1v\E(B\E)4, 
1001650276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;, 
1001750276Speter	sgr0=\E[m\E)4\017, smacs=\E)6\016, 
1001850276Speter	use=d211, 
1001950276Speter
1002050276Speter# Initialization string 2 sets:
1002150276Speter#	\E[3;2;2;0;1;0v
1002250276Speter#		3;2	- default cursor (solid rectangle)
1002350276Speter#		2;0	- 7 bit operations
1002450276Speter#		1;0	- 7 bit (native) keyboard language
1002550276Speter#	\E(0		- default character set (the keyboard native language)
1002650276Speter#	^O		- primary character set
1002750276Speter#
1002850276Speter# Reset string 2 sets:
1002950276Speter#	\E[4;0;2;0;1;0v
1003050276Speter#		4;0	- jump scrolling
1003150276Speter#		2;0	- 7 bit operations
1003250276Speter#		1;0	- 7 bit (native) keyboard language
1003350276Speter#	\E(0		- default character set (the keyboard native language)
1003450276Speter#
1003550276Speterd410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode, 
1003650276Speter	km@, 
1003750276Speter	enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O, 
1003850276Speter	rs2=\E[4;0;2;0;1;0v\E(0, 
1003950276Speter	sgr=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;, 
1004050276Speter	sgr0=\E[m\017, smacs=^N, 
1004150276Speter	use=dgkeys+7b, use=d410, 
1004250276Speter
1004350276Speterd410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode, 
1004450276Speter	km, 
1004550276Speter	enacs@, rmacs=\036FS00, 
1004650276Speter	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%;, 
1004750276Speter	sgr0=\017\025\035\036E\036FS00, smacs=\036FS11, 
1004850276Speter	use=d400-dg, 
1004950276Speter
1005050276Speter# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
1005150276Speter#
1005250276Speter# Initialization string 1 sets:
1005350276Speter#	\E[<0;<1;<2;<4l
1005450276Speter#		<0	- scrolling enabled
1005550276Speter#		<1	- blink enabled
1005650276Speter#		<2	- horizontal scrolling enabled (for alignment)
1005750276Speter#		<4	- print characters regardless of attributes
1005850276Speter#	\E[5;1v		- compressed (135 column) mode
1005950276Speter#	\E[1;1;126	- margins at columns 1 and 126
1006050276Speter#	\E[1;6;<2h
1006150276Speter#		1	- print all characters even if protected
1006250276Speter#		6	- character protection disabled
1006350276Speter#		<2	- horizontal scrolling disabled
1006450276Speter#	- (should reset scrolling regions, but that glitches the screen)
1006550276Speter#
1006650276Speter# Reset string 1 sets:
1006750276Speter#	\Ec		- initial mode defaults (RIS)
1006850276Speter#	\E[5;1v		- compressed (135 column) mode
1006950276Speter#	\E[1;1;126w	- margins at columns 1 and 126
1007050276Speter#	\E[<2h		- horizontal scrolling disabled
1007150276Speter#
1007250276Speterd410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode, 
1007350276Speter	cols#126, 
1007450276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1007550276Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, 
1007650276Speter	use=d410, 
1007750276Speter
1007850276Speterd410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode, 
1007950276Speter	cols#126, 
1008050276Speter	is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h, 
1008150276Speter	rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, 
1008250276Speter	use=d410-7b, 
1008350276Speter
1008450276Speterd412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode, 
1008550276Speter	use=d410-dg, 
1008650276Speter
1008750276Speter# These add intelligent features like scrolling regions.
1008850276Speterd412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode, 
1008950276Speter	civis=\036FQ0, clear=^^FE, cnorm=\036FQ5, 
1009050276Speter	cup=\036FP%p2%2.2X%p1%2.2X, dch1=^^K, dl1=^^FI, 
1009150276Speter	home=^^FG, hpa=\036FP%p1%2.2XFF, ich1=^^J, il1=^^FH, 
1009250276Speter	is2=\036FQ5\036FW\036FJ\036F\^\036FX004F\036O\036FS00, 
1009350276Speter	ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I, 
1009450276Speter	rs1=\036FA\036FT0, rs2=\036P@1, sc=\036F}10, 
1009550276Speter	vpa=\036FPFF%p1%2.2X, 
1009650276Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, use=d216+, 
1009750276Speterd412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode, 
1009850276Speter	cols#132, 
1009950276Speter	is2=\036FQ5\036FW\036FK\036F\^\036FX0083\036O\036FS00, 
1010050276Speter	rs2=\036P@1\036FK\036FX0083, 
1010150276Speter	wind=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X, use=d412-unix, 
1010250276Speterd412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines, 
1010350276Speter	lines#25, 
1010450276Speter	is3=\036Fz2, 
1010550276Speter	wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X, use=d462+, 
1010650276Speterd412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line, 
1010750276Speter	eslok, hs, 
1010850276Speter	clear=\036FG\036PH, fsl=\036F}01\022, 
1010950276Speter	is3=\036Fz2\036F}00\036FB180000\036F}01, ll@, 
1011050276Speter	tsl=\036F}00\036FP%p1%2.2X18\036PG, 
1011150276Speter	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, use=d462+, 
1011250276Speter
1011350276Speter#	Relative cursor motions are confined to the current window,
1011450276Speter#	which is not what the scrolling region specification expects.
1011550276Speter#	Thus, relative vertical cursor positioning must be deleted.
1011650276Speterd412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region, 
1011750276Speter	csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;, 
1011850276Speter	cud1@, cuu1@, ll@, 
1011950276Speter	use=d462+, 
1012050276Speter
1012150276Speterd413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode, 
1012250276Speter	use=d412-unix, 
1012350276Speterd413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode, 
1012450276Speter	use=d412-unix-w, 
1012550276Speterd413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines, 
1012650276Speter	use=d412-unix-25, 
1012750276Speterd413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line, 
1012850276Speter	use=d412-unix-s, 
1012950276Speterd413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region, 
1013050276Speter	use=d412-unix-sr, 
1013150276Speter
1013250276Speterd414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode, 
1013350276Speter	use=d413-unix, 
1013450276Speterd414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode, 
1013550276Speter	use=d413-unix-w, 
1013650276Speterd414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines, 
1013750276Speter	use=d413-unix-25, 
1013850276Speterd414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line, 
1013950276Speter	use=d413-unix-s, 
1014050276Speterd414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region, 
1014150276Speter	use=d413-unix-sr, 
1014250276Speter
1014350276Speterd430c-dg|d430-dg|Data General D430C in DG mode, 
1014450276Speter	use=d413-dg, use=dg+fixed, 
1014550276Speterd430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors, 
1014650276Speter	use=d413-dg, use=dg+ccc, 
1014750276Speter
1014850276Speterd430c-unix|d430-unix|Data General D430C in DG-UNIX mode, 
1014950276Speter	use=d413-unix, use=dgunix+fixed, 
1015050276Speterd430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode, 
1015150276Speter	use=d413-unix-w, use=dgunix+fixed, 
1015250276Speterd430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines, 
1015350276Speter	use=d413-unix-25, use=dgunix+fixed, 
1015450276Speterd430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line, 
1015550276Speter	use=d413-unix-s, use=dgunix+fixed, 
1015650276Speterd430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region, 
1015750276Speter	use=d413-unix-sr, use=dgunix+fixed, 
1015850276Speterd430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors, 
1015950276Speter	use=d413-unix, use=dgunix+ccc, 
1016050276Speterd430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors, 
1016150276Speter	use=d413-unix-w, use=dgunix+ccc, 
1016250276Speterd430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors, 
1016350276Speter	use=d413-unix-25, use=dgunix+ccc, 
1016450276Speterd430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors, 
1016550276Speter	use=d413-unix-s, use=dgunix+ccc, 
1016650276Speterd430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors, 
1016750276Speter	use=d413-unix-sr, use=dgunix+ccc, 
1016850276Speter
1016950276Speter# DASHER D470C color terminal in ANSI mode.
1017050276Speter# Like the D460 but with 16 colors and without a compressed mode.
1017150276Speter#
1017250276Speter# Initialization string 1 sets:
1017350276Speter#	\E[<0;<1;<2;<4l
1017450276Speter#		<0	- scrolling enabled
1017550276Speter#		<1	- blink enabled
1017650276Speter#		<2	- horizontal scrolling enabled (for alignment)
1017750276Speter#		<4	- print characters regardless of attributes
1017850276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1017950276Speter#	\E[1;6;<2h
1018050276Speter#		1	- print all characters even if protected
1018150276Speter#		6	- character protection disabled
1018250276Speter#		<2	- horizontal scrolling disabled
1018350276Speter#	- (should reset scrolling regions, but that glitches the screen)
1018450276Speter#
1018550276Speterd470c|d470|Data General DASHER D470C, 
1018650276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1018750276Speter	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%;, 
1018850276Speter	use=dg+color, use=d460, 
1018950276Speter
1019050276Speterd470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode, 
1019150276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1019250276Speter	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%;, 
1019350276Speter	use=dg+color, use=d460-7b, 
1019450276Speter
1019550276Speter# Initialization string 2 sets:
1019650276Speter#	^^FQ2		- default cursor (solid rectangle)
1019750276Speter#	^^FW		- character protection disabled
1019850276Speter#	^^F\^		- horizontal scrolling enabled (for alignment)
1019950276Speter#	^^FX004?	- margins at columns 0 and 79
1020050276Speter#	^^F]		- horizontal scrolling disabled
1020150276Speter#	^^O		- primary character set
1020250276Speter#	^^FS00		- default character set (the keyboard native language)
1020350276Speter#	- (should reset scrolling regions, but that glitches the screen)
1020450276Speter#
1020550276Speterd470c-dg|d470-dg|Data General DASHER D470C in DG mode, 
1020650276Speter	is2=\036FQ2\036FW\036F\^\036FX004?\036F]\036O\036FS00, 
1020750276Speter	use=dgmode+color, use=d460-dg, 
1020850276Speter
1020950276Speter# DASHER D555 terminal in ANSI mode.
1021050276Speter# Like a D411, but has an integrated phone.
1021150276Speterd555|Data General DASHER D555, 
1021250276Speter	use=d411, 
1021350276Speterd555-7b|Data General DASHER D555 in 7-bit mode, 
1021450276Speter	use=d411-7b, 
1021550276Speterd555-w|Data General DASHER D555 in wide mode, 
1021650276Speter	use=d411-w, 
1021750276Speterd555-7b-w|Data General DASHER D555 in wide 7-bit mode, 
1021850276Speter	use=d411-7b-w, 
1021950276Speterd555-dg|Data General DASHER D555 series in DG mode, 
1022050276Speter	use=d411-dg, 
1022150276Speter
1022250276Speter# DASHER D577 terminal in ANSI mode.
1022350276Speter# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
1022450276Speterd577|Data General DASHER D577, 
1022550276Speter	use=d411, 
1022650276Speterd577-7b|Data General DASHER D577 in 7-bit mode, 
1022750276Speter	use=d411-7b, 
1022850276Speterd577-w|Data General DASHER D577 in wide mode, 
1022950276Speter	use=d411-w, 
1023050276Speterd577-7b-w|Data General DASHER D577 in wide 7-bit mode, 
1023150276Speter	use=d411-7b-w, 
1023250276Speter
1023350276Speterd577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode, 
1023450276Speter	use=d411-dg, 
1023550276Speter
1023650276Speter# DASHER D578 terminal.
1023750276Speter# Like a D577, but without compressed mode; like a D470C in this respect.
1023850276Speter#
1023950276Speter# Initialization string 1 sets:
1024050276Speter#	\E[<0;<1;<2;<4l
1024150276Speter#		<0	- scrolling enabled
1024250276Speter#		<1	- blink enabled
1024350276Speter#		<2	- horizontal scrolling enabled (for alignment)
1024450276Speter#		<4	- print characters regardless of attributes
1024550276Speter#	\E[1;1;80w	- margins at columns 1 and 80
1024650276Speter#	\E[1;6;<2h
1024750276Speter#		1	- print all characters even if protected
1024850276Speter#		6	- character protection disabled
1024950276Speter#		<2	- horizontal scrolling disabled
1025050276Speter#	- (should reset scrolling regions, but that glitches the screen)
1025150276Speter#
1025250276Speterd578|Data General DASHER D578, 
1025350276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577, 
1025450276Speterd578-7b|Data General DASHER D578 in 7-bit mode, 
1025550276Speter	is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, 
1025650276Speter	use=d577-7b, 
1025750276Speter
1025850276Speter#### Datamedia (dm)
1025950276Speter#
1026050276Speter# Datamedia was headquartered in Nashua, New Hampshire in 1993.
1026150276Speter# As of early 1996, at least one company called `Datamedia' has been taken
1026250276Speter# over by:
1026350276Speter#
1026450276Speter#    Axent Technologies, Inc.
1026550276Speter#    2400 Research Boulevard
1026650276Speter#    Rockville, Maryland 20850
1026750276Speter#    voice: +1 301/258-5043
1026850276Speter#      fax: +1 301/330-5756
1026950276Speter#    email: <info@axent.com>
1027050276Speter#
1027150276Speter# makers of OmniGuard client/server security software.  They are a software
1027250276Speter# only company and no longer make terminals.  However, the operator there
1027350276Speter# told me that she had once spoken to a customer looking for Datamedia
1027450276Speter# terminals who'd mentioned a Datamedia in New Jersey.  This is backed up
1027550276Speter# by comp.terminals posting describing the ID plate on the back of a
1027650276Speter# "Datamedia 3000" terminal.  Was this an earlier incarnation of Axent?
1027750276Speter# Inquiring minds want to know...
1027850276Speter#
1027950276Speter
1028050276Spetercs10|colorscan|Datamedia Color Scan 10, 
1028150276Speter	msgr, 
1028250276Speter	cols#80, lines#24, 
1028350276Speter	bel=^G, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1028450276Speter	cup=\E[%i%p1%02d;%p2%02dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1028550276Speter	ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1028650276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmso=\E[m, rmul=\E[m, 
1028750276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1028850276Spetercs10-w|Datamedia Color Scan 10 with 132 columns, 
1028950276Speter	cols#132, 
1029050276Speter	cup=\E[%i%p1%02d;%p2%03dH, use=cs10, 
1029150276Speter
1029250276Speter# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
1029350276Speterdm1520|dm1521|datamedia 1520, 
1029450276Speter	am, xenl, 
1029550276Speter	cols#80, it#8, lines#24, 
1029650276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1029750276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1029850276Speter	home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1029950276Speter	khome=^Y, 
1030050276Speter# dm2500: this terminal has both <ich> and <smir>. Applications using 
1030150276Speter# termcap/terminfo directly (rather than through ncurses) might be confused.
1030250276Speterdm2500|datamedia2500|datamedia 2500, 
1030350276Speter	cols#80, lines#24, 
1030450276Speter	bel=^G, clear=^^^^\177, cub1=^H, cud1=^J, cuf1=^\, 
1030550276Speter	cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, 
1030650276Speter	dch1=\020\010\030\035$<10*>, 
1030750276Speter	dl1=\020\032\030\035$<10*>, el=^W, home=^B, 
1030850276Speter	ich1=\020\034\030\035$<10*>, 
1030950276Speter	il1=\020\n\030\035\030\035$<15>, ind=^J, pad=\377, 
1031050276Speter	rmdc=^X^], rmir=\377\377\030\035$<10>, rmso=^X^], 
1031150276Speter	smdc=^P, smir=^P, smso=^N, 
1031250276Speter# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
1031350276Speter# also, has a meta-key.
1031450276Speter# From: <goldberger@su-csli.arpa>
1031550276Speter# (dmchat: ":MT:" changed to ":km:" -- esr)
1031650276Speterdmchat|dmchat version of datamedia 2500, 
1031750276Speter	km, 
1031850276Speter	dl1=\020\032\030\035$<2/>, 
1031950276Speter	il1=\020\n\030\035\030\035$<1*/>, use=dm2500, 
1032050276Speter# (dm3025: ":MT:" changed to ":km:" -- esr)
1032150276Speterdm3025|datamedia 3025a, 
1032250276Speter	km, 
1032350276Speter	cols#80, it#8, lines#24, 
1032450276Speter	bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1032550276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1032650276Speter	dch1=\010$<6>, dl1=\EP\EA\EQ$<130>, ed=\EJ$<2>, el=\EK, 
1032750276Speter	home=\EH, ht=^I, il1=\EP\n\EQ$<130>, ind=^J, ip=$<6>, 
1032850276Speter	is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, 
1032950276Speter	smir=\EP, smso=\EO1, 
1033050276Speterdm3045|datamedia 3045a, 
1033150276Speter	am, eo, km@, ul, xenl, 
1033250276Speter	dch1=\EB$<6>, dl1@, il1@, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, 
1033350276Speter	kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, 
1033450276Speter	kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, 
1033550276Speter	khome=\EH, pad=\177, rmdc@, rmir=\EP, rmso@, smdc@, smso@, 
1033650276Speter	use=dm3025, 
1033750276Speter# Datamedia DT80 soft switches:
1033850276Speter# 1	0=Jump  1=Smooth
1033950276Speter# 	Autorepeat 	0=off  1=on
1034050276Speter# 	Screen		0=Dark 1=light
1034150276Speter# 	Cursor		0=u/l  1=block
1034250276Speter# 
1034350276Speter# 2	Margin Bell	0=off  1=on
1034450276Speter# 	Keyclick	0=off  1=on
1034550276Speter# 	Ansi/VT52	0=VT52 1=Ansi
1034650276Speter# 	Xon/Xoff	0=Off  1=On
1034750276Speter# 
1034850276Speter# 3	Shift3		0=Hash 1=UK Pound
1034950276Speter# 	Wrap		0=Off  1=On
1035050276Speter# 	Newline		0=Off  1=On
1035150276Speter# 	Interlace	0=Off  1=On
1035250276Speter# 	
1035350276Speter# 4	Parity		0=Odd  1=Even
1035450276Speter# 	Parity		0=Off  1=On
1035550276Speter# 	Bits/Char	0=7    1=8
1035650276Speter# 	Power		0=60Hz 1=50Hz
1035750276Speter# 
1035850276Speter# 5	Line Interface  0=EIA  1=Loop
1035950276Speter# 	Aux Interface   0=EIA  1=Loop
1036050276Speter# 	Local Copy    	0=Off  1=On	
1036150276Speter# 	Spare
1036250276Speter# 
1036350276Speter# 6	Aux Parity	0=Odd  1=Even
1036450276Speter# 	Aux Parity	0=Off  1=On
1036550276Speter# 	Aux Bits/Char   0=7    1=8
1036650276Speter# 	CRT Saver	0=Off  1=On
1036750276Speter# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
1036850276Speterdm80|dmdt80|dt80|datamedia dt80/1, 
1036950276Speter	clear=\E[2J\E[H, cud1=^J, cuf1=\E[C, 
1037050276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1037150276Speter	home=\E[H, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, ri=\EM, 
1037250276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1037350276Speter	use=vt100, 
1037450276Speter# except in 132 column mode, where it needs a little padding.
1037550276Speter# This is still less padding than the vt100, and you can always turn on
1037650276Speter# the ^S/^Q handshaking, so you can use vt100 flavors for things like
1037750276Speter# reverse video.
1037850276Speterdm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode, 
1037950276Speter	cols#132, 
1038050276Speter	clear=\E[H\E[2J$<50/>, cud1=^J, 
1038150276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, 
1038250276Speter	ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, 
1038350276Speter# From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
1038450276Speterdt80-sas|Datamedia DT803/DTX for SAS usage, 
1038550276Speter	am, bw, 
1038650276Speter	cols#80, lines#24, 
1038750276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1038850276Speter	bel=^G, clear=^L, cr=^M, 
1038950276Speter	csr=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2, 
1039050276Speter	cub1=^H, cud1=\EB, cuf1=^\, 
1039150276Speter	cup=\E=%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, dl1=\EM, ed=^K, 
1039250276Speter	el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB, 
1039350276Speter	is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=^J, 
1039450276Speter	kcuf1=^\, kcuu1=^_, ked=^K, kel=^], khome=^Y, mc4=^O, mc5=^N, 
1039550276Speter	rev=\E$2\004, ri=\EI, rmacs=\EG, rmso=^X, sgr0=^X, smacs=\EF, 
1039650276Speter	smso=\E$2\004, tbc=\E'0, 
1039750276Speter
1039850276Speter# Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
1039950276Speter# These aren't end-all Excel termcaps; but do insert/delete char/line
1040050276Speter# and name some of the extra function keys.  (Mike Feldman ccvaxa!feldman)
1040150276Speter# The naming convention has been bent somewhat, with the use of E? (where
1040250276Speter# E is for 'Excel') as # a name.  This was done to distinguish the entries
1040350276Speter# from the other Datamedias in use here, and yet to associate a model of
1040450276Speter# the Excel terminals with the regular datamedia terminals that share
1040550276Speter# major characteristics.
1040650276Speterexcel62|excel64|datamedia Excel 62, 
1040750276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1040850276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1040950276Speter	use=dt80, 
1041050276Speterexcel62-w|excel64-w|datamedia Excel 62 in 132 char mode, 
1041150276Speter	dch1=\E[P, kbs=^H, kcub1=^H, kcud1=^J, kf5=\EOu, kf6=\EOv, 
1041250276Speter	kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h, 
1041350276Speter	use=dt80w, 
1041450276Speterexcel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode, 
1041550276Speter	dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=^J, 
1041650276Speter	kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, 
1041750276Speter	smir=\E[4h, 
1041850276Speter	use=dt80, 
1041950276Speter
1042050276Speter#### Falco
1042150276Speter#
1042250276Speter#	Falco Data Products
1042350276Speter#	440 Potrero Avenue
1042450276Speter#	Sunnyvale, CA 940864-196
1042550276Speter#	Vox: (800)-325-2648
1042650276Speter#	Fax: (408)-745-7860
1042750276Speter#	Net: techsup@charm.sys.falco.com
1042850276Speter#
1042950276Speter# Current Falco models as of 1995 are generally ANSI-compatible and support
1043050276Speter# emulations of DEC VT-series, Wyse, and Televideo types.
1043150276Speter#
1043250276Speter
1043350276Speter# Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
1043450276Speter# This terminal was released around 1983 and was discontinued long ago.
1043550276Speter# The standout and underline highlights are the same.
1043650276Speterfalco|ts1|ts-1|falco ts-1, 
1043750276Speter	am, 
1043850276Speter	cols#80, it#8, lines#24, 
1043950276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1044050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1044150276Speter	dl1=\ER, ed=\EY, el=\ET\EG0\010, home=^^, ht=^I, il1=\EE, 
1044250276Speter	ind=^J, is2=\Eu\E3, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1044350276Speter	kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, 
1044450276Speter	smir=\Eq, smso=\Eg1, smul=\Eg1, 
1044550276Speterfalco-p|ts1p|ts-1p|falco ts-1 with paging option, 
1044650276Speter	am, da, db, mir, msgr, ul, 
1044750276Speter	cols#80, it#8, lines#24, 
1044850276Speter	bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, 
1044950276Speter	cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, 
1045050276Speter	dch1=\EW, dl1=\ER, ed=\EY, el=\ET\EG0\010\Eg0, ht=^I, 
1045150276Speter	il1=\EE, ind=^J, is2=\EZ\E3\E_c, kcub1=\E[D, kcud1=\E[B, 
1045250276Speter	kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rmcup=\E_b, rmir=\Er, 
1045350276Speter	rmso=\Eg0, rmul=\Eg0, sgr0=\Eg0, smcup=\E_d, smir=\Eq, 
1045450276Speter	smso=\Eg4, smul=\Eg1, 
1045550276Speter# (ts100: I added <rmam>/<smam> based on the init string -- esr)
1045650276Speterts100|ts100-sp|falco ts100-sp, 
1045750276Speter	am, mir, msgr, xenl, xon, 
1045850276Speter	cols#80, it#8, lines#24, vt#3, 
1045950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1046050276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1046150276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1046250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1046350276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1046450276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1046550276Speter	cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, 
1046650276Speter	el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, 
1046750276Speter	ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, 
1046850276Speter	ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, 
1046950276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, 
1047050276Speter	kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 
1047150276Speter	kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1047250276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1047350276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1047450276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1047550276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
1047650276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1047750276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1047850276Speterts100-ctxt|falco ts-100 saving context, 
1047950276Speter	rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, 
1048050276Speter
1048150276Speter#### Florida Computer Graphics
1048250276Speter#
1048350276Speter
1048450276Speter# Florida Computer Graphics Beacon System, using terminal emulator program
1048550276Speter# "host.com", as provided by FCG.  This description is for an early release
1048650276Speter# of the "host" program.  Known bug: <ed> clears the whole screen, so it's
1048750276Speter# commented out.
1048850276Speter
1048950276Speter# From: David Bryant <cbosg!djb> 1/7/83
1049050276Speterbeacon|FCG Beacon System, 
1049150276Speter	am, da, db, 
1049250276Speter	cols#80, lines#32, 
1049350276Speter	bel=\ESTART\r\E37\r\EEND\r$<1>, 
1049450276Speter	blink=\ESTART\r\E61\,1\r\EEND\r, clear=\EZ$<10>, cr=^M, 
1049550276Speter	cub1=^H, cud1=^J, cuf1=\EV, 
1049650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=\EU, 
1049750276Speter	dch1=\EW, dl1=\ER, el=\ET, home=\EH$<10>, ich1=\EQ, il1=\EE, 
1049850276Speter	ind=^J, rev=\ESTART\r\E59\,1\r\EEND\r, rmcup=, 
1049950276Speter	rmso=\ESTART\r\E70\,0\r\EEND\r$<20>, 
1050050276Speter	rmul=\ESTART\r\E60\,0\r\EEND\r, 
1050150276Speter	sgr0=\ESTART\r\E78\r\E70\,0\r\EEND\r$<20>, 
1050250276Speter	smcup=\ESTART\r\E2\,0\r\E12\r\EEND\r$<10>, 
1050350276Speter	smso=\ESTART\r\E70\,6\r\EEND\r$<20>, 
1050450276Speter	smul=\ESTART\r\E60\,1\r\EEND\r, 
1050550276Speter
1050650276Speter#### Fluke
1050750276Speter#
1050850276Speter
1050950276Speter# The f1720a differences from ANSI: no auto margin, destructive 
1051050276Speter# tabs, # of lines, funny highlighting and underlining
1051150276Speterf1720|f1720a|fluke 1720A, 
1051250276Speter	xt, 
1051350276Speter	cols#80, lines#16, xmc#1, 
1051450276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1051550276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, 
1051650276Speter	el=\E[K, ind=\ED, is2=\E[H\E[2J, kcub1=^_, kcud1=^], 
1051750276Speter	kcuf1=^^, kcuu1=^\, ri=\EM, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1051850276Speter	smso=\E[7m, smul=\E[4m, 
1051950276Speter
1052050276Speter#### Liberty Electronics (Freedom)
1052150276Speter#
1052250276Speter#	Liberty Electronics
1052350276Speter#	48089 Fremont Blvd
1052450276Speter#	Fremont CA 94538
1052550276Speter#	Vox: (510)-623-6000
1052650276Speter#	Fax: (510)-623-7021
1052750276Speter
1052850276Speter# From: <faletti@berkeley.edu>
1052950276Speter# (f100: added empty <acsc> to suppress a tic warning;
1053050276Speter# made this relative to adm+sgr -- note that <invis> isn't
1053150276Speter# known to work for f100 but does on the f110. --esr)
1053250276Speterf100|freedom|freedom100|freedom model 100, 
1053350276Speter	am, bw, hs, mir, msgr, xon, 
1053450276Speter	cols#80, lines#24, 
1053550276Speter	acsc=, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, 
1053650276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1053750276Speter	dch1=\EW, dl1=\ER$<11.5*>, dsl=\Eg\Ef\r, ed=\EY, el=\ET, 
1053850276Speter	flash=\Eb$<200>\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, 
1053950276Speter	ht=^I, hts=\E1, il1=\EE$<8.5*>, ind=^J, ip=$<6>, 
1054050276Speter	is2=\Eg\Ef\r\Ed, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, 
1054150276Speter	kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, 
1054250276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1054350276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, 
1054450276Speter	smacs=\E%, smir=\Eq, tbc=\E3, tsl=\Eg\Ef, 
1054550276Speter	vpa=\E[%p1%{32}%+%c, use=adm+sgr, 
1054650276Speterf100-rv|freedom-rv|freedom 100 in reverse video, 
1054750276Speter	flash=\Ed$<200>\Eb, is2=\Eg\Ef\r\Eb, use=f100, 
1054850276Speter# The f110 and f200 have problems with vi(1).  They use the ^V
1054950276Speter# code for the down cursor key. When kcud1 is defined in terminfo
1055050276Speter# as ^V, the Control Character Quoting capability (^V in insert mode)
1055150276Speter# is lost! It cannot be remapped in vi because it is necessary to enter
1055250276Speter# a ^V to to quote the ^V that is being remapped!!!
1055350276Speter# 
1055450276Speter# f110/f200 users will have to decide whether
1055550276Speter# to lose the down cursor key or the quoting capability. We will opt
1055650276Speter# initially for leaving the quoting capability out, since use of VI
1055750276Speter# is not generally applicable to most interactive applications
1055850276Speter# (f110: added <ht>, <khome> & <kcbt> from f100 -- esr)
1055950276Speterf110|freedom110|Liberty Freedom 110, 
1056050276Speter	bw@, eslok, 
1056150276Speter	it#8, wsl#80, 
1056250276Speter	blink=\EG2, bold=\EG0, civis=\E.1, cnorm=\E.2, cud1=^V, 
1056350276Speter	cvvis=\E.2, dim=\EG@, dl1=\ER, dsl=\Ef\r, 
1056450276Speter	flash=\Eb$<200/>\Ed, il1=\EE, ip@, is2@, kclr=^^, kdch1=\EW, 
1056550276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf10@, kich1=\EQ, 
1056650276Speter	kil1=\EE, mc4=\Ea, mc5=\E`, ri=\EJ, rmacs=\E%%, rmir=\Er\EO, 
1056750276Speter	smacs=\E$, smir=\EO\Eq, smso=\EG<, tsl=\Ef, 
1056850276Speter	use=f100, 
1056950276Speterf110-14|Liberty Freedom 110 14inch, 
1057050276Speter	dch1@, use=f110, 
1057150276Speterf110-w|Liberty Freedom 110 - 132 cols, 
1057250276Speter	cols#132, use=f110, 
1057350276Speterf110-14w|Liberty Freedom 110 14in/132 cols, 
1057450276Speter	cols#132, 
1057550276Speter	dch1@, use=f110, 
1057650276Speter# (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1057750276Speterf200|freedom200|Liberty Freedom 200, 
1057850276Speter	am, eslok, hs, mir, msgr, xon, 
1057950276Speter	cols#80, it#8, lines#24, wsl#80, 
1058050276Speter	acsc=, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, 
1058150276Speter	clear=^Z, cnorm=\E.1, cr=^M, 
1058250276Speter	csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, 
1058350276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1058450276Speter	cvvis=\E.1, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, 
1058550276Speter	el=\ET, flash=\Eo$<200/>\En, fsl=^M, home=^^, 
1058650276Speter	hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, kbs=^H, 
1058750276Speter	kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, 
1058850276Speter	kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1058950276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1059050276Speter	kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, 
1059150276Speter	ri=\EJ, rmacs=\E%%, rmir=\Er, smacs=\E$, smir=\Eq, smso=\EG<, 
1059250276Speter	tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, 
1059350276Speter	use=adm+sgr, 
1059450276Speterf200-w|Liberty Freedom 200 - 132 cols, 
1059550276Speter	cols#132, use=f200, 
1059650276Speter# The f200 has the ability to reprogram the down cursor key. The key is
1059750276Speter# reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
1059850276Speter# so powering the terminal off and on will not cause the change to be lost.
1059950276Speterf200vi|Liberty Freedom 200 for vi, 
1060050276Speter	flash=\Eb$<200/>\Ed, kcud1=^J, use=f200, 
1060150276Speterf200vi-w|Liberty Freedom 200 - 132 cols for vi, 
1060250276Speter	cols#132, use=f200vi, 
1060350276Speter
1060450276Speter#### GraphOn (go)
1060550276Speter#
1060650276Speter#	Graphon Corporation
1060750276Speter#	544 Division Street
1060850276Speter#	Campbell, CA 95008
1060950276Speter#	Vox: (408)-370-4080
1061050276Speter#	Fax: (408)-370-5047
1061150276Speter#	Net: troy@graphon.com (Troy Morrison)
1061250276Speter#
1061350276Speter#
1061450276Speter# The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
1061550276Speter# including one odd hybrid that starts out life on power-up as a character
1061650276Speter# terminal, than can be switched to X graphics mode (driven over the serial
1061750276Speter# line) by an escape sequence.  No info on this beast yet.
1061850276Speter# (go140: I added <rmam>/<smam> based on the init string -- esr)
1061950276Spetergo140|graphon go-140, 
1062050276Speter	cols#80, it#8, lines#24, 
1062150276Speter	clear=\E[H\E[2J$<10/>, cub1=^H, cuf1=\E[C, 
1062250276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1062350276Speter	ed=\E[J$<10/>, el=\E[K, ht=^I, 
1062450276Speter	if=/usr/share/tabset/vt100, il1=\E[L, 
1062550276Speter	is2=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q, 
1062650276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1062750276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1062850276Speter	rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, 
1062950276Speter	rmul=\E[m, sgr0=\E[m, smam=\E[?7h, smir=\E[4h, 
1063050276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1063150276Spetergo140w|graphon go-140 in 132 column mode, 
1063250276Speter	am, 
1063350276Speter	cols#132, 
1063450276Speter	is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, use=go140, 
1063550276Speter# Hacked up vt200 termcap to handle GO-225/VT220
1063650276Speter# From: <edm@nwnexus.WA.COM>
1063750276Speter# (go225: I added <rmam>/<smam> based on the init string -- esr)
1063850276Spetergo225|go-225|Graphon 225, 
1063950276Speter	am, mir, xenl, 
1064050276Speter	cols#80, it#8, lines#25, vt#3, 
1064150276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1064250276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1064350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1064450276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=\ED, 
1064550276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=^H, 
1064650276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1064750276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, rc=\E8, rev=\E[7m, 
1064850276Speter	rf=/usr/share/tabset/vt100, ri=\EM, rmam=\E[?7l, 
1064950276Speter	rmcup=\E[!p\E[?7h\E[2;1;1#w, rmir=\E[4l, rmkx=\E>, 
1065050276Speter	rmso=\E[27m, rmul=\E[24m, rs1=\E[!p\E[?7h\E[2;1;1#w, 
1065150276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smcup=\E[2;0#w\E[1;25r, 
1065250276Speter	smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1065350276Speter
1065450276Speter#### Harris (Beehive)
1065550276Speter#
1065650276Speter# Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
1065750276Speter# Their terminal group is ancient history now (1995) though the parent
1065850276Speter# company is still in business.
1065950276Speter#
1066050276Speter
1066150276Speter# Beehive documentation is undated and marked Preliminary and has no figures
1066250276Speter# so we must have early Superbee2 (Model 600, according to phone conversation
1066350276Speter# with mfr.). It has proved reliable except for some missing padding
1066450276Speter# (notably after \EK and <nl> at bottom of screen).
1066550276Speter# 
1066650276Speter# The key idea is that AEP mode is poison for <cup> & that US's in 
1066750276Speter# the local memory should be avoided like the plague. That means 
1066850276Speter# that the 2048 character local buffer is used as 25 lines of 80 
1066950276Speter# characters, period. No scrolling local memory, folks. It also 
1067050276Speter# appears that we cannot use naked INS LINE feature since it uses
1067150276Speter# US. The sbi fakes <il1> with an 80-space insert that may be too 
1067250276Speter# slow at low speeds; also spaces get converted to \040 which is 
1067350276Speter# too long for some programs (not vi).  DEL LINE is ok but slow.
1067450276Speter# 
1067550276Speter# The <nl> string is designed for last line of screen ONLY; cup to 
1067650276Speter# 25th line corrects the motion inherent in scrolling to Page 1.
1067750276Speter# 
1067850276Speter# There is one understood bug. It is that the screen appears to
1067950276Speter# pop to a new (blank) page after a <nel>, or leave a half-line 
1068050276Speter# ellipsis to a quad that is the extra 48 memory locations. The 
1068150276Speter# data received is dumped into memory but not displayed.  Not to 
1068250276Speter# worry if <cup> is being used; the lines not displayed will be, 
1068350276Speter# whenever the cursor is moved up there. Since <cup> is addressed 
1068450276Speter# relative to MEMORY of window, nothing is lost; but beware of 
1068550276Speter# relative cursor motion (<cuu1>,<cud1>,<cuf1>,<cub1>). Recommended,
1068650276Speter# therefore, is setenv MORE -c .
1068750276Speter# 
1068850276Speter# WARNING: Not all features tested.
1068950276Speter# 
1069050276Speter# Timings are assembled from 3 sources. Some timings may reflect 
1069150276Speter# SB2/Model 300 that were used if more conservative.
1069250276Speter# Tested on a Model 600 at 1200 and 9600 bd.
1069350276Speter# 
1069450276Speter# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
1069550276Speter# placed on the keyboard and useless because of AEP, is made 
1069650276Speter# into a backspace key. In use ESC must be pressed twice (to send)
1069750276Speter# and sending ^C must be prefixed by ESC to avoid that weird 
1069850276Speter# transmit mode associated with ENTER key.
1069950276Speter# 
1070050276Speter# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
1070150276Speter# the screen, then it has dropped into ENTER mode; hit 
1070250276Speter# RESET--ONLINE--!tset.
1070350276Speter# 
1070450276Speter# As delivered this machine has a FATAL feature that will throw 
1070550276Speter# it into that strange transmit state (SPOW) if the space bar is 
1070650276Speter# hit after a CR is received, but before receiving a LF (or a 
1070750276Speter# few others).
1070850276Speter# 
1070950276Speter# The circuits MUST be modified to eliminate the SPOW latch. 
1071050276Speter# This is done by strapping on chip A46 of the I/O board; cut 
1071150276Speter# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
1071250276Speter# chip. This mod has been checked out on a Mod 600 of Superbee II.
1071350276Speter# With this modification absurdly high timings on cr are 
1071450276Speter# unnecessary.
1071550276Speter# 
1071650276Speter# NOTE WELL that the rear panel switch should be set to CR/LF, 
1071750276Speter# not AEP!
1071850276Speter#
1071950276Spetersb1|beehive superbee, 
1072050276Speter	am, bw, da, db, mir, ul, xsb, 
1072150276Speter	cols#80, lines#25, xmc#1, 
1072250276Speter	bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, 
1072350276Speter	cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, 
1072450276Speter	cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, 
1072550276Speter	el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1, 
1072650276Speter	il1=\EN\EL$<3>\EQ                                                                                \EP$<3> \EO\ER\EA$<3>, 
1072750276Speter	ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED, 
1072850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK, 
1072950276Speter	kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, 
1073050276Speter	kf7=\Ev, kf8=\Ew, kf9=\E1, khome=\EH, kich1=\EQ\EO, 
1073150276Speter	krmir=\ER, lf0=TAB CLEAR, lf9=TAB SET, rmcup=, rmir=\ER, 
1073250276Speter	rmso=\E_3, rmul=\E_3, sgr0=\E_3, smcup=\EO, smir=\EQ\EO, 
1073350276Speter	smso=\E_1, smul=\E_0, tbc=\E3, 
1073450276Spetersbi|superbee|beehive superbee at Indiana U., 
1073550276Speter	xsb, 
1073650276Speter	cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, use=sb1, 
1073750276Speter# Alternate (older) description of Superbee - f1=escape, f2=^C.
1073850276Speter# Note: there are at least 3 kinds of superbees in the world.  The sb1
1073950276Speter# holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
1074050276Speter# The sb3 puts garbage on the bottom of the screen when you scroll with
1074150276Speter# the switch in the back set to CRLF instead of AEP.  This description
1074250276Speter# is tested on the sb2 but should work on all with either switch setting.
1074350276Speter# The f1/f2 business is for the sb1 and the <xsb> can be taken out for
1074450276Speter# the other two if you want to try to hit that tiny escape key.
1074550276Speter# This description is tricky: being able to use cup depends on there being
1074650276Speter# 2048 bytes of memory and the hairy <nl> string.
1074750276Spetersuperbee-xsb|beehive super bee, 
1074850276Speter	am, da, db, xsb, 
1074950276Speter	cols#80, it#8, lines#25, 
1075050276Speter	clear=\EH\EJ$<3>, cnorm=^J, cr=\r$<1000>, cub1=^H, cud1=^J, 
1075150276Speter	cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, 
1075250276Speter	dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, 
1075350276Speter	home=\EH, ht=^I, hts=\E1, 
1075450276Speter	ind=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET, is2=\EH\EJ, 
1075550276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq, 
1075650276Speter	kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, 
1075750276Speter	khome=\EH, rmso=\E_3, sgr0=\E_3, smso=\E_1, tbc=\E3, 
1075850276Speter# This loses on lines > 80 chars long, use at your own risk
1075950276Spetersuperbeeic|super bee with insert char, 
1076050276Speter	ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, 
1076150276Spetersb2|sb3|fixed superbee, 
1076250276Speter	xsb@, use=superbee, 
1076350276Speter
1076450276Speter# Reports are that most of these Beehive entries (except superbee) have not
1076550276Speter# been tested and do not work right.  <rmso> is a trouble spot.  Be warned.
1076650276Speter
1076750276Speter# (bee: <ich1> was empty, which is obviously bogus -- esr)
1076850276Speterbeehive|bee|harris beehive, 
1076950276Speter	am, mir, 
1077050276Speter	cols#80, lines#24, 
1077150276Speter	cbt=\E>, clear=\EE, cub1=^H, cud1=\EB, cuf1=\EC, 
1077250276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1077350276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, kbs=^H, kcbt=\E>, 
1077450276Speter	kclr=\EE, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1077550276Speter	kdch1=\EP, kdl1=\EM, kel=\EK, khome=\EH, kich1=\EQ, kil1=\EL, 
1077650276Speter	krmir=\E@, rmir=\E@, rmso=\Ed@, rmul=\Ed@, sgr0=\Ed@, 
1077750276Speter	smir=\EQ, smso=\EdP, smul=\Ed`, 
1077850276Speter# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
1077950276Speter# good grief - does this entry make :sg:/:ug: when it doesn't have to?
1078050276Speter# look at those spaces in <rmso>/<smso>.  Seems strange to me...
1078150276Speter# (beehive: <if=/usr/share/tabset/beehive> removed, no such file.  If you
1078250276Speter# really care, cook up one using ^F -- esr)
1078350276Speterbeehive3|bh3m|beehiveIIIm|harris beehive 3m, 
1078450276Speter	am, 
1078550276Speter	cols#80, it#8, lines#20, 
1078650276Speter	bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, 
1078750276Speter	dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, hts=^F, 
1078850276Speter	il1=\023$<160>, ind=^J, ll=^E^K, rmso=\s^_, smso=^]\s, 
1078950276Speterbeehive4|bh4|beehive 4, 
1079050276Speter	am, 
1079150276Speter	cols#80, lines#24, 
1079250276Speter	bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1079350276Speter	cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, 
1079450276Spetermicrob|microbee|micro bee series, 
1079550276Speter	am, 
1079650276Speter	cols#80, it#8, lines#24, 
1079750276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1079850276Speter	cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1079950276Speter	el=\EK, ht=^I, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1080050276Speter	kcuu1=\EA, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, 
1080150276Speter	kf6=\Eu, kf7=\Ev, kf8=\Ew, kf9=\Ex, khome=\EH, rmso=\Ed@, 
1080250276Speter	rmul=\Ed@, sgr0=\Ed@, smso=\s\EdP, smul=\Ed`, 
1080350276Speter
1080450276Speter# 8675, 8686, and bee from Cyrus Rahman
1080550276Speter# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
1080650276Speterha8675|harris 8675, 
1080750276Speter	is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, 
1080850276Speter	kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, 
1080950276Speter	kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, 
1081050276Speter	kf8=\177, kf9=\Ee, 
1081150276Speter	use=bee, 
1081250276Speter# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
1081350276Speter# in :is: -- esr)
1081450276Speterha8686|harris 8686, 
1081550276Speter	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#, 
1081650276Speter	kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003, 
1081750276Speter	kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003, 
1081850276Speter	kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003, 
1081950276Speter	kf4=\002\Es\003, kf5=\E3, kf6=\EI, kf7=\ER, kf8=\EJ, kf9=\E(, 
1082050276Speter	use=bee, 
1082150276Speter
1082250276Speter#### Hazeltine
1082350276Speter#
1082450276Speter# Hazeltine appears to be out of the terminal business as of 1995.  These
1082550276Speter# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
1082650276Speter# Harris. They have a hazeltine.com domain (but no web page there ) and can
1082750276Speter# be reached at:
1082850276Speter#
1082950276Speter#	Hazeltine
1083050276Speter#	450 East Pulaski Road
1083150276Speter#	Greenlawn, New York 11740
1083250276Speter#
1083350276Speter# As late as 1993, manuals for the terminal product line could still be
1083450276Speter# purchased from:
1083550276Speter#
1083650276Speter#	TRW Customer Service Division
1083750276Speter#	15 Law Drive
1083850276Speter#	P.O. Box 2076
1083950276Speter#	Fairfield, NJ 07007-2078
1084050276Speter#
1084150276Speter# They're now (1998) a subsidiary of General Electric, operating under the
1084250276Speter# marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
1084350276Speter# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
1084450276Speter#
1084550276Speter
1084650276Speter# Since <cuf1> is blank, when you want to erase something you
1084750276Speter# are out of luck.  You will have to do ^L's a lot to
1084850276Speter# redraw the screen.  h1000 is untested.  It doesn't work in
1084950276Speter# vi - this terminal is too dumb for even vi.  (The code is
1085050276Speter# there but it isn't debugged for this case.)
1085150276Speterhz1000|hazeltine 1000, 
1085250276Speter	cols#80, lines#12, 
1085350276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\s, home=^K, 
1085450276Speter	ind=^J, 
1085550276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1085650276Speterhz1420|hazeltine 1420, 
1085750276Speter	am, 
1085850276Speter	cols#80, lines#24, 
1085950276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, 
1086050276Speter	cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, 
1086150276Speter	ed=\E^X, el=\E^O, ht=^N, il1=\E^Z, ind=^J, rmso=\E^Y, 
1086250276Speter	smso=\E^_, 
1086350276Speter# New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>.  Prevents
1086450276Speter# freakout with out-of-range args and tn3270.  No hz since it needs to
1086550276Speter# receive tildes.
1086650276Speterhz1500|hazeltine 1500, 
1086750276Speter	am, hz, 
1086850276Speter	cols#80, lines#24, 
1086950276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1087050276Speter	cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%{96}%+%c%p1%{96}%+%c, 
1087150276Speter	cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, 
1087250276Speter	il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, 
1087350276Speter	kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, 
1087450276Speter# h1510 assumed to be in sane escape mode.  Else use h1500.
1087550276Speter# (h1510: early versions of this entry apparently had "<rmso=\E^_>, 
1087650276Speter# <smso=\E^Y>, but these caps were commented out in 8.3; also,
1087750276Speter# removed incorrect and overridden ":do=^J:" -- esr)
1087850276Speterhz1510|hazeltine 1510, 
1087950276Speter	am, 
1088050276Speter	cols#80, lines#24, 
1088150276Speter	bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, 
1088250276Speter	cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, 
1088350276Speter	el=\E^O, il1=\E^Z, ind=^J, 
1088450276Speter# Hazeltine 1520
1088550276Speter# The following switch settings are assumed for normal operation:
1088650276Speter#	FULL		CR		U/L_CASE	ESCAPE
1088750276Speter#	FORMAT_OFF	EOM_A_OFF	EOM_B_OFF	WRAPAROUND_ON
1088850276Speter# Other switches may be set for operator convenience or communication
1088950276Speter# requirements.
1089050276Speterhz1520|Hazeltine 1520, 
1089150276Speter	am, bw, msgr, 
1089250276Speter	cols#80, lines#24, 
1089350276Speter	bel=^G, bold=\E^_, clear=\E^\, cr=^M, cub1=^H, cud1=^J, 
1089450276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1089550276Speter	ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, kbs=^H, 
1089650276Speter	kclr=\E^\, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, 
1089750276Speter	kdl1=\E^S, ked=\E^X, kel=\E^O, khome=\E^R, kil1=\E^Z, 
1089850276Speter	rmso=\E^Y, rs1=\E$\E\005\E?\E\031, sgr0=\E^Y, smso=\E^_, 
1089950276Speter# This version works with the escape switch off
1090050276Speter# (h1520: removed incorrect and overridden ":do=^J:" -- esr)
1090150276Speterhz1520-noesc|hazeltine 1520, 
1090250276Speter	am, hz, 
1090350276Speter	cols#80, lines#24, 
1090450276Speter	bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1090550276Speter	cup=~\021%p2%c%p1%c$<1>, cuu1=~^L, dl1=~^S, ed=~^X, el=~^O, 
1090650276Speter	home=~^R, il1=~^Z, ind=^J, rmso=~^Y, smso=~^_, 
1090750276Speter# Note: the h1552 appears to be the first Hazeltine terminal which
1090850276Speter# is not braindamaged.  It has tildes and backprimes and everything!
1090950276Speter# Be sure the auto lf/cr switch is set to cr.
1091050276Speterhz1552|hazeltine 1552, 
1091150276Speter	cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, 
1091250276Speter	lf2=red, lf3=green, 
1091350276Speter	use=vt52, 
1091450276Speterhz1552-rv|hazeltine 1552 reverse video, 
1091550276Speter	cud1=^J, rmso=\ET, smso=\ES, use=hz1552, 
1091650276Speter# Note: h2000 won't work well because of a clash between upper case and ~'s.
1091750276Speterhz2000|hazeltine 2000, 
1091850276Speter	am, 
1091950276Speter	cols#74, lines#27, 
1092050276Speter	bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, 
1092150276Speter	cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, 
1092250276Speter	il1=~\032$<6>, ind=^J, pad=\177, 
1092350276Speter# Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
1092450276Speter# I tested this termcap entry for the Hazeltine Esprit with vi. It seems
1092550276Speter# to work ok. There is one problem though if one types a lot of garbage
1092650276Speter# characters very fast vi seems not able to keep up and hangs while trying
1092750276Speter# to insert. That's in insert mode while trying to insert in the middle of
1092850276Speter# a line. It might be because the Esprit doesn't have insert char and delete
1092950276Speter# char as a built in function. Vi has to delete to end of line and then 
1093050276Speter# redraw the rest of the line.
1093150276Speteresprit|Hazeltine Esprit I, 
1093250276Speter	am, bw, 
1093350276Speter	cols#80, lines#24, 
1093450276Speter	bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, 
1093550276Speter	cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, 
1093650276Speter	ed=\E^W, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, is2=\E?, kbs=^H, 
1093750276Speter	kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=^B0^J, 
1093850276Speter	kf1=^B1^J, kf2=^B2^J, kf3=^B3^J, kf4=^B4^J, kf5=^B5^J, 
1093950276Speter	kf6=^B6^J, kf7=^B7^J, kf8=^B8^J, kf9=^B9^J, khome=\E^R, 
1094050276Speter	lf0=0, lf1=1, lf2=2, lf3=3, lf4=4, lf5=5, lf6=6, lf7=7, lf8=8, lf9=9, 
1094150276Speter	rmkx=\E>, rmso=\E^Y, smkx=\E<, smso=\E^_, 
1094250276Speteresprit-am|hazeltine esprit auto-margin, 
1094350276Speter	am, use=esprit, 
1094450276Speter# Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
1094550276Speter# Vi it seems always wants to send a control J for "do" and it turned out
1094650276Speter# that the terminal would work somewhat if the auto LF/CR was turned off.
1094750276Speter# (hmod1: removed :dn=~^K: -- esr)
1094850276Speterhmod1|Hazeltine Modular 1, 
1094950276Speter	am, hz, 
1095050276Speter	cols#80, lines#24, 
1095150276Speter	bel=^G, cbt=~^T, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, 
1095250276Speter	cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z, 
1095350276Speter	ind=^J, kcub1=^H, kcud1=~^K, kcuf1=^P, kcuu1=~^L, khome=~^R, 
1095450276Speter	rc=~^Q, rmso=~^Y, sc=~^E, sgr0=~^Y, smso=~^_, 
1095550276Speter#
1095650276Speter# Hazeltine Executive 80 Model 30 (1554?)
1095750276Speter#	from  Will Martin <control@ALMSA-1.ARPA> via BRL
1095850276Speter# Like VT100, except for different "am" behavior.
1095950276Speterhazel|exec80|h80|he80|Hazeltine Executive 80, 
1096050276Speter	am, 
1096150276Speter	cols#80, it#8, lines#24, vt#3, 
1096250276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1096350276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1096450276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1096550276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1096650276Speter	ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ht=^I, 
1096750276Speter	is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
1096850276Speter	kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1096950276Speter	kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1097050276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1097150276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
1097250276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1097350276Speter	sgr0=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m$<2/>, 
1097450276Speter	smul=\E[4m$<2/>, 
1097550276Speter
1097650276Speter#### IBM
1097750276Speter#
1097850276Speter
1097950276Speteribm327x|line mode IBM 3270 style, 
1098050276Speter	gn, 
1098150276Speter	clear=^M^J, el=^M, home=^M, 
1098250276Speter
1098350276Speteribm3101|i3101|IBM 3101-10, 
1098450276Speter	am, xon, 
1098550276Speter	cols#80, lines#24, 
1098650276Speter	bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1098750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1098850276Speter	el=\EI, home=\EH, hts=\E0, ind=^J, kcub1=\ED, kcud1=\EB, 
1098950276Speter	kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\EH, 
1099050276Speteribm3151|IBM 3151 display, 
1099150276Speter	is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, 
1099250276Speter	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%;, 
1099350276Speter	sgr0=\E4@\E>B, smacs=\E>A, smcup=\E>B, 
1099450276Speter	use=ibm3162, 
1099550276Speter# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
1099650276Speter# I've commented out or translated some IBM extensions.
1099750276Speteribm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, 
1099850276Speter	am, mir, msgr, 
1099950276Speter	cols#80, it#8, lines#24, 
1100050276Speter	acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370, 
1100150276Speter	bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, 
1100250276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1100350276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, 
1100450276Speter	invis=\E4P, kbs=^H, kcbt=\E2, kclr=\EL\r, kctab=\E1, 
1100550276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EQ, 
1100650276Speter	kdl1=\EO, ked=\EJ, kel=\EI, kend=\E2, kf1=\Ea\r, kf10=\Ej\r, 
1100750276Speter	kf11=\Ek\r, kf12=\El\r, kf13=\E!a\r, kf14=\E!b\r, 
1100850276Speter	kf15=\E!c\r, kf16=\E!d\r, kf17=\E!e\r, kf18=\E!f\r, 
1100950276Speter	kf19=\E!g\r, kf2=\Eb\r, kf20=\E!h\r, kf21=\E!i\r, 
1101050276Speter	kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, 
1101150276Speter	kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, 
1101250276Speter	kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, 
1101350276Speter	knp=\EI, kpp=\EL, ktbc=\E 1, mc4=^P^T, mc5=^P^R, rev=\E4A, 
1101450276Speter	rmcup=\E>A, rmso=\E4@, rmul=\E4@, 
1101550276Speter	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<@%;, 
1101650276Speter	sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, 
1101750276Speter
1101850276Speteribm3161-C|IBM 3161-C NLS terminal using cartridge, 
1101950276Speter	rmcup=\E>B, s0ds=\E>B, s1ds=\E>A, smcup=\E>B, 
1102050276Speter	use=ibm3161, 
1102150276Speteribm3162|IBM 3162 display, 
1102250276Speter	blink=\E4$a, bold=\E4(a, il1=\EN, invis=\E40a, rev=\E4!a, 
1102350276Speter	rmso=\E4>b, rmul=\E4=b, sgr0=\E4@, smso=\E4!a, smul=\E4"a, 
1102450276Speter	use=ibm3161-C, 
1102550276Speter
1102650276Speteribm3164|i3164|IBM 3164, 
1102750276Speter	msgr, 
1102850276Speter	colors#8, pairs#64, 
1102950276Speter	rmcup=\E!9(N\E>B, s0ds=\E>B, s1ds=\E>A, 
1103050276Speter	setb=\E4  %p1%{64}%+%c, 
1103150276Speter	setf=\E4%?%p1%t %p1%{32}%+%c%e!'%;@, 
1103250276Speter	smcup=\E!9/N\E>B, use=ibm3161, 
1103350276Speter
1103450276Speteribm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display, 
1103550276Speter	am, bw, msgr, xon, 
1103650276Speter	cols#80, it#8, lines#25, 
1103750276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1103850276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
1103950276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1104050276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1104150276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1104250276Speter	dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, 
1104350276Speter	hpa=\E[%i%p1%dG, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1104450276Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\Ec, kbs=^H, kcbt=\E[Z, 
1104550276Speter	kclr=\E[144q, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1104650276Speter	kcuu1=\E[A, kdch1=\E[P, ked=\E[148q, kel=\E[142q, 
1104750276Speter	kend=\E[146q, kf0=\E[010q, kf1=\E[001q, kf10=\E[010q, 
1104850276Speter	kf11=\E[011q, kf12=\E[012q, kf13=\E[013q, kf14=\E[014q, 
1104950276Speter	kf15=\E[015q, kf16=\E[016q, kf17=\E[017q, kf18=\E[018q, 
1105050276Speter	kf19=\E[019q, kf2=\E[002q, kf20=\E[020q, kf21=\E[021q, 
1105150276Speter	kf22=\E[022q, kf23=\E[023q, kf24=\E[024q, kf25=\E[025q, 
1105250276Speter	kf26=\E[026q, kf27=\E[027q, kf28=\E[028q, kf29=\E[029q, 
1105350276Speter	kf3=\E[003q, kf30=\E[030q, kf31=\E[031q, kf32=\E[032q, 
1105450276Speter	kf33=\E[033q, kf34=\E[034q, kf35=\E[035q, kf36=\E[036q, 
1105550276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1105650276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, kich1=\E[139q, 
1105750276Speter	kil1=\E[140q, kind=\E[151q, knp=\E[154q, kpp=\E[150q, 
1105850276Speter	kri=\E[155q, krmir=\E[4l, rc=\E[u, rev=\E[7m, ri=\E[T, 
1105950276Speter	rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m, rmul=\E[m, rs2=\Ec, 
1106050276Speter	sc=\E[s, 
1106150276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m, 
1106250276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1106350276Speter
1106450276Speteribmaed|IBM Experimental display, 
1106550276Speter	am, eo, msgr, 
1106650276Speter	cols#80, it#8, lines#52, 
1106750276Speter	clear=\EH\EK, cub1=^H, cud1=\EB, cuf1=\EC, 
1106850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1106950276Speter	dl1=\EO, ed=\EJ, el=\EI, flash=\EG, home=\EH, ht=^I, ich1=\EP, 
1107050276Speter	il1=\EN, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1107150276Speter	rmso=\E0, sgr0=\E0, smso=\E0, 
1107250276Speteribm-apl|apl|IBM apl terminal simulator, 
1107350276Speter	lines#25, use=dm1520, 
1107450276Speter# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
1107550276Speter# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
1107650276Speteribmmono|IBM workstation monochrome, 
1107750276Speter	eslok, hs, 
1107850276Speter	bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, 
1107950276Speter	invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, 
1108050276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, 
1108150276Speter	khome=\EH, kich1=\0, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, 
1108250276Speter	lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, 
1108350276Speter	sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, use=ibm3101, 
1108450276Speteribmega|IBM Enhanced Color Display, 
1108550276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1108650276Speter	nel=^M^J, 
1108750276Speter	use=ibmmono, 
1108850276Speteribm5154|IBM 5154 Color display, 
1108950276Speter	colors#8, pairs#64, 
1109050276Speter	bold@, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1109150276Speteribmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline, 
1109250276Speter	rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, 
1109350276Speter	use=ibmmono, 
1109450276Speteribmvga-c|IBM VGA display color termcap, 
1109550276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1109650276Speter	nel=^M^J, 
1109750276Speter	use=ibmega-c, 
1109850276Speteribmvga|IBM VGA display, 
1109950276Speter	cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, 
1110050276Speter	nel=^M^J, 
1110150276Speter	use=ibmega, 
1110250276Speter# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
1110350276Speterrtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display, 
1110450276Speter	lines#32, 
1110550276Speter	dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, 
1110650276Speteribm6155|IBM 6155 Black & White display, 
1110750276Speter	blink@, bold@, use=ibm5151, 
1110850276Speter# Advanced Monochrome (6153) and Color (6154) Graphics Display:
1110950276Speteribmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display, 
1111050276Speter	lines#31, 
1111150276Speter	dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, 
1111250276Speteribmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, 
1111350276Speter	lines#31, 
1111450276Speter	dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmega-c, 
1111550276Speteribm6154|IBM 6154 Color displays, 
1111650276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1111750276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1111850276Speter	sgr0=\E[0;10m, 
1111950276Speter	use=ibm5154, 
1112050276Speteribm6153|IBM 6153 Black & White display, 
1112150276Speter	blink@, bold=\E[12m, s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, 
1112250276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m, 
1112350276Speter	sgr0=\E[0;10m, 
1112450276Speter	use=ibm5151, 
1112550276Speteribm6153-90|IBM 6153 Black & White display, 
1112650276Speter	cols#90, lines#36, 
1112750276Speter	blink@, bold@, use=ibm5151, 
1112850276Speteribm6153-40|IBM 6153 Black & White display, 
1112950276Speter	cols#40, lines#12, use=ibm6153-90, 
1113050276Speteribm8512|ibm8513|IBM color VGA Terminal, 
1113150276Speter	am, mir, msgr, 
1113250276Speter	cols#80, it#8, lines#25, 
1113350276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink=\E[5m, bold=\E[1m, 
1113450276Speter	clear=\E[H\E[2J, cub1=\E[D, cud1=^J, cuf1=\E[C, 
1113550276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, 
1113650276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, 
1113750276Speter	il1=\E[L, is2=\Eb\E[m\017\E[?7h, kcud1=\E[B, kcuu1=\E[A, 
1113850276Speter	kf0=\E[010q, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, 
1113950276Speter	kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, 
1114050276Speter	kf8=\E[008q, kf9=\E[009q, khome=\E[H, rc=\E[u, rev=\E[7m, 
1114150276Speter	rmacs=^O, rmam=\E[?7l, rmcup=\E[20h, rmdc=\E[4l, 
1114250276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, 
1114350276Speter	rs1=\Eb\E[m\017\E[?7h\E[H\E[J, sc=\E[s, sgr0=\E[m, 
1114450276Speter	smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb, 
1114550276Speter	smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1114650276Speter	use=ibm8503, 
1114750276Speterhft-c|HFT with Color, 
1114850276Speter	colors#8, pairs#64, 
1114950276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, s0ds=\E(B, s1ds=\E(0, 
1115050276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[0m\E(B, 
1115150276Speter	use=ibm5151, 
1115250276Speterhft-c-old|HFT with Color PC850, 
1115350276Speter	colors#8, pairs#64, 
1115450276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ibm5151, 
1115550276Speteribm-system1|system1|ibm system/1 computer, 
1115650276Speter	am, xt, 
1115750276Speter	cols#80, lines#24, 
1115850276Speter	bel=^G, clear=^Z, cub1=^H, cuf1=^\, 
1115950276Speter	cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, 
1116050276Speter	ind=^J, 
1116150276Speteribm5081|hft|IBM Megapel Color display, 
1116250276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, blink@, bold@, s0ds=\E(B, 
1116350276Speter	s1ds=\E(0, sgr0=\E[0m\E(B, 
1116450276Speter	use=ibm5154, 
1116550276Speteribm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, 
1116650276Speter	eslok, hs, 
1116750276Speter	lines#33, 
1116850276Speter	dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmega-c, 
1116950276Speteribm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display, 
1117050276Speter	use=hft-c, 
1117150276Speteribm8514|IBM 8514/a color VGA display, 
1117250276Speter	eslok, hs, 
1117350276Speter	dsl=\Ej\EYI \EI\Ek, fsl=\Ek, tsl=\Ej\EYI%+ \Eo, use=hft, 
1117450276Speteribm8514-c|IBM 8514 color display with standout and underline, 
1117550276Speter	eslok, hs, 
1117650276Speter	lines#41, 
1117750276Speter	cr=^M, cud1=^J, dsl=\Ej\EYI \EI\Ek, fsl=\Ek, ht=^I, ind=^J, 
1117850276Speter	kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, tsl=\Ej\EYI%+ \Eo, 
1117950276Speter	use=ibmega-c, 
1118050276Speter
1118150276Speter#
1118250276Speter# AIX entries.  IBM ships these with AIX 3.2.5. 
1118350276Speter# AIX extension caps are commented out,
1118450276Speter# except for box1 which has been translated to an <acsc> string.
1118550276Speter#
1118650276Speteraixterm|IBM Aixterm Terminal Eemulator, 
1118750276Speter	eslok, hs, 
1118850276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1118950276Speter	fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
1119050276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m, 
1119150276Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, 
1119250276Speter	use=ibm6154, 
1119350276Speteraixterm-m|IBM AIXterm Monochrome Terminal Emulator, 
1119450276Speter	eslok, hs, 
1119550276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bold=\E[1m, dsl=\E[?E, 
1119650276Speter	fsl=\E[?F, ri@, s0ds=\E(B, s1ds=\E(0, 
1119750276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1119850276Speter	sgr0=\E[0;10m\E(B, tsl=\E[?%p1%dT, 
1119950276Speter	use=ibm6153, 
1120050276Speteraixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator, 
1120150276Speter	eslok, hs, 
1120250276Speter	bold=\E[1m, dsl=\E[?E, fsl=\E[?F, ri@, 
1120350276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1120450276Speter	tsl=\E[?%p1%dT, 
1120550276Speter	use=ibm6153, 
1120650276Speterjaixterm|IBM Kanji Aixterm Terminal Eemulator, 
1120750276Speter	acsc@, use=aixterm, 
1120850276Speterjaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator, 
1120950276Speter	acsc@, 
1121050276Speter	use=aixterm-m, 
1121150276Speter
1121250276Speter#### Infoton/General Terminal Corp.
1121350276Speter#
1121450276Speter
1121550276Speter# gt100 sounds like something DEC would come out with.  Let's hope they don't.
1121650276Speteri100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), 
1121750276Speter	am, 
1121850276Speter	cols#80, lines#24, 
1121950276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1122050276Speter	cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, 
1122150276Speter	ed=\EJ, el=\EK, flash=\Eb$<200/>\Ea, home=\EH, il1=\EL, 
1122250276Speter	ind=^J, rmso=\Ea, smso=\Eb, 
1122350276Speteri400|infoton 400, 
1122450276Speter	am, 
1122550276Speter	cols#80, lines#25, 
1122650276Speter	bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1122750276Speter	cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, 
1122850276Speter	dch1=\E[4h\E[2Q\E[P\E[4l\E[0Q, dl1=\E[M, el=\E[N, 
1122950276Speter	il1=\E[L, ind=^J, rmir=\E[4l\E[0Q, smir=\E[4h\E[2Q, 
1123050276Speter# (addrinfo: removed obsolete ":bc=^Z:" -- esr)
1123150276Speteraddrinfo, 
1123250276Speter	am, 
1123350276Speter	cols#80, lines#24, 
1123450276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, 
1123550276Speter	cup=\037%p1%{1}%-%c%p2%{1}%-%c, cuu1=^\, ed=^K, home=^H, 
1123650276Speter	ind=^J, ll=^H^\, 
1123750276Speter# (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
1123850276Speterinfoton, 
1123950276Speter	am, 
1124050276Speter	cols#80, lines#24, 
1124150276Speter	bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, 
1124250276Speter	ed=^K, ind=^J, ll=^H^\, 
1124350276Speter
1124450276Speter# The ICL6402 was actually the Kokusai Display System 6402.
1124550276Speter# The 6404 was the KDS7372 (color version of the 6402).
1124650276Speter# 
1124750276Speter# ICL6404 control codes follow:
1124850276Speter#
1124950276Speter#code            function
1125050276Speter#~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1125150276Speter#ctrl-A          set SOM position at cursor position
1125250276Speter#ctrl-G          Bell
1125350276Speter#ctrl-H          Backspace
1125450276Speter#ctrl-I          Horiz tab
1125550276Speter#ctrl-J          Linefeed
1125650276Speter#ctrl-K          Cursor up
1125750276Speter#ctrl-L          Cursor right
1125850276Speter#ctrl-M          Carriage return
1125950276Speter#ctrl-N          Disable xon/xoff to host
1126050276Speter#ctrl-O          Enable xon/xoff to host
1126150276Speter#ctrl-R          Enable bidirectional mode
1126250276Speter#ctrl-T          Disable bidirectional mode
1126350276Speter#ctrl-V          Cursor down
1126450276Speter#ctrl-Z          Clear unprotected data to insert char
1126550276Speter#ctrl-^          Cursor home
1126650276Speter#ctrl-_          Newline
1126750276Speter#
1126850276Speter#ESC             lead-in char for multiple character command
1126950276Speter#
1127050276Speter#ESC space R     execute power on sequence
1127150276Speter#ESC ! p1 p2     define scroll region:
1127250276Speter#                p1 = scroll top    line:  20h - 37h
1127350276Speter#                p1 = scroll bottom line:  20h - 37h
1127450276Speter#ESC "           unlock keyboard
1127550276Speter#ESC #           lock keyboard
1127650276Speter#ESC $           Semi-graphics mode on
1127750276Speter#ESC %           Semi-graphics mode off
1127850276Speter#ESC &           protect mode on
1127950276Speter#ESC '           protect mode off
1128050276Speter#ESC (           write protect mode off (full intensity)
1128150276Speter#ESC )           write protect mode on (half intensity)
1128250276Speter#
1128350276Speter#ESC *           clear screen
1128450276Speter#ESC +           clear unprotected data to insert char
1128550276Speter#ESC ,           clear unprotected data to half intensity spaces
1128650276Speter#ESC - p1 p2 p3 p4     address cursor to page, row, column:
1128750276Speter#                      p1 = page number  0 - 3
1128850276Speter#                      p2 = row          20h - 7fh
1128950276Speter#                      p3 = column (lo)  20h - 7fh
1129050276Speter#                      p4 = column (hi)  20h - 21h (only 132 col)
1129150276Speter#ESC . p1        set cursor style:
1129250276Speter#                p1 = 0  invisible cursor
1129350276Speter#                p1 = 1  block blinking cursor
1129450276Speter#                p1 = 2  block steady cursor
1129550276Speter#                p1 = 3  underline blinking cursor
1129650276Speter#                p1 = 4  underline steady cursor
1129750276Speter#ESC /           transmit cursor location (page, row, column)
1129850276Speter#ESC 0 p1 p2 p3 p4     program edit key:
1129950276Speter#                      p1 = edit key code: '@'-'S', '`'-'s'
1130050276Speter#                      p2 p3 p4 = program data (3 bytes)
1130150276Speter#
1130250276Speter#ESC 1           set tab
1130350276Speter#ESC 2           clear tab at cursor
1130450276Speter#ESC 3           clear all tabs
1130550276Speter#ESC 4           send unprotect line to cursor
1130650276Speter#ESC 5           send unprotect page to cursor
1130750276Speter#ESC 6           send line to cursor
1130850276Speter#ESC 7           send page to cursor
1130950276Speter#ESC 8 n         set scroll mode:
1131050276Speter#                n = 0   set jump scroll
1131150276Speter#                n = 1   set smooth scroll
1131250276Speter#ESC 9 n         control display:
1131350276Speter#                n = 0   display off
1131450276Speter#                n = 1   display on
1131550276Speter#ESC :           clear unprotected data to null
1131650276Speter#ESC ;           clear unprotected data to insert char
1131750276Speter#
1131850276Speter#ESC <           keyclick on
1131950276Speter#ESC = p1 p2     address cursor to row, column
1132050276Speter#                p1 = row          20h - 7fh
1132150276Speter#                p2 = column (lo)  20h - 7fh
1132250276Speter#                p3 = column (hi)  20h - 21h (only 132 col)
1132350276Speter#ESC >           keyclick off
1132450276Speter#ESC ?           transmit cursor location (row, column)
1132550276Speter#
1132650276Speter#ESC @           copy print mode on
1132750276Speter#ESC A           copy print mode off
1132850276Speter#ESC B           block mode on
1132950276Speter#ESC C           block mode off (conversation mode)
1133050276Speter#ESC D F         set full duplex
1133150276Speter#ESC D H         set half duplex
1133250276Speter#ESC E           line insert
1133350276Speter#ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
1133450276Speter#                0 = black, 1 = red,     2 = green, 3 = yellow
1133550276Speter#                4 = blue,  5 = magenta, 6 = cyan,  7 = white
1133650276Speter#ESC G n         set serial field attribute (n = 30h - 3Fh)
1133750276Speter#ESC H n         full graphics mode:
1133850276Speter#                n = 0  exit full graphics mode
1133950276Speter#                n = 1  enter full graphics mode
1134050276Speter#ESC I           back tab
1134150276Speter#ESC J           back page
1134250276Speter#ESC K           forward page
1134350276Speter#
1134450276Speter#ESC L           unformatted page print
1134550276Speter#ESC M L         move window left  (132 col mode only)
1134650276Speter#ESC M R         move window right (132 col mode only)
1134750276Speter#ESC N           set page edit (clear line edit)
1134850276Speter#ESC O           set line edit (clear page edit)
1134950276Speter#ESC P           formatted page print
1135050276Speter#ESC Q           character insert
1135150276Speter#ESC R           line delete
1135250276Speter#ESC S           send message unprotected only
1135350276Speter#ESC T           erase line to insert char
1135450276Speter#ESC U           set monitor mode   (see ESC X, ESC u)
1135550276Speter#
1135650276Speter#ESC V n         select video attribute mode:
1135750276Speter#                n = 0   serial field attribute mode
1135850276Speter#                n = 1   parallel character attribute mode
1135950276Speter#ESC V 2 n       define line attribute:
1136050276Speter#                n = 0   single width single height
1136150276Speter#                n = 1   single width double height
1136250276Speter#                n = 2   double width single height
1136350276Speter#                n = 3   double width double height
1136450276Speter#ESC V 3 n       select character font:
1136550276Speter#                n = 0   system font
1136650276Speter#                n = 1   user defined font
1136750276Speter#ESC V 4 n       select screen mode:
1136850276Speter#                n = 0   page screen mode
1136950276Speter#                n = 1   virtual screen mode
1137050276Speter#ESC V 5 n       control mouse mode:
1137150276Speter#                n = 0   disable mouse
1137250276Speter#                n = 1   enable sample mode
1137350276Speter#                n = 2   send mouse information
1137450276Speter#                n = 3   enable request mode
1137550276Speter#ESC W           character delete
1137650276Speter#ESC X           clear monitor mode (see ESC U, ESC u)
1137750276Speter#ESC Y           erase page to insert char
1137850276Speter#
1137950276Speter#ESC Z n         send user/status line:
1138050276Speter#                n = 0   send user line
1138150276Speter#                n = 1   send status line
1138250276Speter#                n = 2   send terminal ID
1138350276Speter#ESC [ p1 p2 p3  set character attribute (parallel char mode):
1138450276Speter#                p1: 0 = normal
1138550276Speter#                    1 = blank
1138650276Speter#                    2 = blink
1138750276Speter#                    3 = blink blank (= blank)
1138850276Speter#                    4 = reverse
1138950276Speter#                    5 = reverse blank
1139050276Speter#                    6 = reverse blink
1139150276Speter#                    7 = reverse blink blank (= reverse blank)
1139250276Speter#                    8 = underline
1139350276Speter#                    9 = underline blank
1139450276Speter#                    : = underline blink
1139550276Speter#                    ; = underline blink blank
1139650276Speter#                    < = reverse underline
1139750276Speter#                    = = reverse underline blank
1139850276Speter#                    > = reverse underline blink
1139950276Speter#                    ? = reverse underline blink blank
1140050276Speter#                p2, p3: f/grnd, b/grnd colour
1140150276Speter#                (see ESC F for colours)
1140250276Speter#                use ZZ for mono, eg.
1140350276Speter#                    ESC [ 0 Z Z for normal
1140450276Speter#                    ESC [ 4 Z Z for inverse etc.
1140550276Speter#
1140650276Speter#ESC \ n         set page size:
1140750276Speter#                n = 1   24 lines/page
1140850276Speter#                n = 2   48 lines/page
1140950276Speter#                n = 3   72 lines/page
1141050276Speter#                n = 4   96 lines/page
1141150276Speter#ESC ] n         set Wordstar mode:
1141250276Speter#                n = 0   normal (KDS7372) mode
1141350276Speter#                n = 1   Wordstar mode
1141450276Speter#
1141550276Speter#ESC b           set foreground colour screen
1141650276Speter#
1141750276Speter#ESC c n         enter self-test mode:
1141850276Speter#                n = 0   exit self test mode
1141950276Speter#                n = 1   ROM test
1142050276Speter#                n = 2   RAM test
1142150276Speter#                n = 3   NVRAM test
1142250276Speter#                n = 4   screen display test
1142350276Speter#                n = 5   main/printer port test
1142450276Speter#                n = 6   mouse port test
1142550276Speter#                n = 7   graphics board test
1142650276Speter#                n = 8   graphics memory test
1142750276Speter#                n = 9   display all 'E'
1142850276Speter#                n = :   display all 'H'
1142950276Speter#ESC d           set background colour screen
1143050276Speter#
1143150276Speter#ESC e n         program insert char (n = insert char)
1143250276Speter#ESC f text CR   load user status line with 'text'
1143350276Speter#
1143450276Speter#ESC g           display user status line on 25th line
1143550276Speter#ESC h           display system status line on 25th line
1143650276Speter#ESC i           tab
1143750276Speter#ESC j           reverse linefeed
1143850276Speter#ESC k n         duplex/local edit mode:
1143950276Speter#                n = 0   duplex edit mode
1144050276Speter#                n = 1   local edit mode
1144150276Speter#ESC l n         select virtual screen:
1144250276Speter#                n = 0   screen 1
1144350276Speter#                n = 1   screen 2
1144450276Speter#ESC m           save current config to NVRAM
1144550276Speter#ESC n p1        select display screen:
1144650276Speter#                p1 = 0  screen 1
1144750276Speter#                p1 = 1  screen 2
1144850276Speter#                p1 = 2  screen 3
1144950276Speter#                p1 = 3  screen 4
1145050276Speter#ESC o p1 p2     set characters/line and attribute:
1145150276Speter#                p1 = 0  80 chars/line
1145250276Speter#
1145350276Speter#ESC o p1 p2     set characters/line and attribute:
1145450276Speter#                p1 = 0  80 chars/line
1145550276Speter#                p1 = 1  132 chars/line
1145650276Speter#                p2 = 0  single width single height
1145750276Speter#                p2 = 1  single width double height
1145850276Speter#                p2 = 2  double width single height
1145950276Speter#                p2 = 3  double width double height
1146050276Speter#
1146150276Speter#ESC q           insert mode on
1146250276Speter#ESC r           edit mode on
1146350276Speter#ESC s           send message all
1146450276Speter#ESC t           erase line to null
1146550276Speter#ESC u           clear monitor mode (see ESC U, ESC X)
1146650276Speter#ESC v           autopage mode on
1146750276Speter#ESC w           autopage mode off
1146850276Speter#ESC x p1 p2 p3  define delimiter code...
1146950276Speter#ESC y           erase page to null
1147050276Speter#
1147150276Speter#ESC z 2 p1 p2 p3 p4   draw quadrangle:
1147250276Speter#                      p1 = starting row
1147350276Speter#                      p2 = starting column
1147450276Speter#                      p3 = end row
1147550276Speter#                      p4 = end column
1147650276Speter#
1147750276Speter#ESC { p1 p2 p3 p4     configure main port
1147850276Speter#                      (baud, stop bits, parity, word length)
1147950276Speter#
1148050276Speter#ESC | p1 p2 text Ctrl-Y    program function key with 'text':
1148150276Speter#                        p1 = function key code:
1148250276Speter#                             '1' - ';'  normal f1- f11
1148350276Speter#                             '<' - 'F'  shifted f1 - f11
1148450276Speter#                        p2 = program mode:
1148550276Speter#                             1 = FDX
1148650276Speter#                             2 = LOC
1148750276Speter#                             3 = HDX
1148850276Speter#                        Ctrl-Y = terminator
1148950276Speter#                        (use Ctrl-P to escape ^P, ^Y )
1149050276Speter#
1149150276Speter#ESC } p1 p2 p3 p4     configure printer port
1149250276Speter#                      (baud, stop bits, parity, word length)
1149350276Speter#ESC ~           send system status
1149450276Speter#
1149550276Speter# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
1149650276Speter#
1149750276Speter# Entry is by esr going solely on above information and is UNTESTED.
1149850276Speter# This actually looks a lot like a Televideo 9xx.
1149950276Speter# This entry uses page 0 and is monochrome; I'm not brave enough to try
1150050276Speter# to make color work without a test terminal.  The <am> capability is a guess.
1150150276Speter# The initialization string sets conversation mode, blinking underline cursor,
1150250276Speter# full duplex, parallel attribute mode, display user status line, white
1150350276Speter# foreground, black background, normal highlight.
1150450276Speter#
1150550276Spetericl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372, 
1150650276Speter	am, hs, 
1150750276Speter	cols#80, lines#24, 
1150850276Speter	bel=^G, blink=\E[2ZZ, cbt=\EI, civis=\E.0, clear=\E*, 
1150950276Speter	cnorm=\E.3, cr=^M, 
1151050276Speter	csr=\E!%+%p1%{32}%+%p2%{32} cud1=\026, cuf1=^L, 
1151150276Speter	cup=\E=%p1%{32}%+%c%p2%{80}%m%{32}%+%c%p2%{80}%>%{32}%+%c, 
1151250276Speter	cuu1=^K, cvvis=\E.1, dch=\EW, dl1=\ER, home=^^, ht=^I, hts=\E1, 
1151350276Speter	il1=\EE, invis=\E[1ZZ, is1=\EC\E.3\EDF\EV1\Eg\E[0ZZ, 
1151450276Speter	nel=^_, rev=\E[4ZZ, rmir=\Er, 
1151550276Speter	rmso=\E[%gh%{4}%^%Ph%gh%dZZ, 
1151650276Speter	rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1, 
1151750276Speter	sgr=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ, 
1151850276Speter	sgr0=\E[0ZZ, smir=\Eq, smso=\E[8ZZ, smul=\E[8ZZ, tbc=\E3, 
1151950276Spetericl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols, 
1152050276Speter	rs2=\Eo1, 
1152150276Speter	use=icl6404, 
1152250276Speter
1152350276Speter#### Interactive Systems Corp
1152450276Speter#
1152550276Speter# ISC used to sell OEMed and customized hardware to support ISC UNIX.
1152650276Speter# ISC UNIX still exists in 1995, but ISC itself is no more; they got
1152750276Speter# bought out by Sun.
1152850276Speter#
1152950276Speter
1153050276Speter# From: <cithep!eric>  Wed Sep 16 08:06:44 1981
1153150276Speter# (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
1153250276Speter# ":le=^_:" later overridden -- esr)
1153350276Speterintext|Interactive Systems Corporation modified owl 1200, 
1153450276Speter	am, 
1153550276Speter	cols#80, it#8, lines#24, xmc#1, 
1153650276Speter	bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, 
1153750276Speter	cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, 
1153850276Speter	dch1=\022$<5.5*>, dl1=\021$<5.5*>, ed=\026J$<5.5*>, 
1153950276Speter	el=^Kp^R, ht=^I, il1=\020$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, 
1154050276Speter	kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, 
1154150276Speter	kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, 
1154250276Speter	kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, 
1154350276Speter	rmkx=^V9, rmso=^V#\s, smir=^V;, smkx=\036\:\264\026%, 
1154450276Speter	smso=^V$\,, 
1154550276Speterintext2|intextii|INTERACTIVE modified owl 1251, 
1154650276Speter	am, bw, ul, 
1154750276Speter	cols#80, lines#24, xmc#0, 
1154850276Speter	bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cud1=\E[B, 
1154950276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1155050276Speter	dl1=\E[M, ed=\E[J, el=\E[K, 
1155150276Speter	flash=\E[;;;;;;;;;2;;u$<200/>\E[;;;;;;;;;1;;u, 
1155250276Speter	hpa=\E[%p1%{1}%+%dG, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, 
1155350276Speter	kbs=^H, kcub1=\ED\r, kcud1=\EB\r, kcuf1=\EC\r, kcuu1=\EA\r, 
1155450276Speter	kf0=\E@\r, kf1=\EP\r, kf2=\EQ\r, kf3=\ES\r, kf4=\ET\r, 
1155550276Speter	kf5=\EU\r, kf6=\EV\r, kf7=\EW\r, kf8=\EX\r, kf9=\EY\r, 
1155650276Speter	khome=\ER\r, lf0=REFRSH, lf1=DEL CH, lf2=TABSET, lf3=GOTO, 
1155750276Speter	lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT, 
1155850276Speter	lf9=RIGHT, ri=\E[T, rmso=\E[2 D, rmul=\E[2 D, smso=\E[6 D, 
1155950276Speter	smul=\E[18 D, 
1156050276Speter
1156150276Speter#### Kimtron (abm, kt)
1156250276Speter#
1156350276Speter# Kimtron seems to be history, but as March 1998 these people are still 
1156450276Speter# offering repair services for Kimtron equipment:
1156550276Speter#
1156650276Speter#    Com/Pair Monitor Service
1156750276Speter#    1105 N. Cliff Ave.
1156850276Speter#    Sioux Falls, South Dakota 57103
1156950276Speter#     
1157050276Speter#    WATS voice:  1-800/398-4946
1157150276Speter#    POTS   fax: +1 605/338-8709
1157250276Speter#    POTS voice: +1 605/338-9650
1157350276Speter#         Email: <compair@sd.cybernex.net>
1157450276Speter#  Internet/Web: <http://www.com-pair.com>
1157550276Speter#
1157650276Speter# Kimtron entries include (undocumented) codes for: enter dim mode,
1157750276Speter# enter bold mode, enter reverse mode, turn off all attributes.
1157850276Speter#
1157950276Speter
1158050276Speter# Kimtron ABM 85 added by Dual Systems
1158150276Speter# (abm85: removed duplicated ":kd=^J:" -- esr)
1158250276Speterabm85|Kimtron ABM 85, 
1158350276Speter	am, bw, msgr, 
1158450276Speter	cols#80, it#8, lines#24, xmc#1, 
1158550276Speter	cbt=\EI, clear=\E*, cub1=^H, cud1=^J, cuf1=^L, 
1158650276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1158750276Speter	dl1=\ER, ed=\Ey, el=\Et, ht=^I, 
1158850276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, 
1158950276Speter	is2=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq, kbs=^H, kcub1=^H, 
1159050276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmir=\Er, rmso=\Ek, 
1159150276Speter	rmul=\Em, smir=\EQ, smso=\Ej, smul=\El, 
1159250276Speter# Kimtron ABM 85H added by Dual Systems.
1159350276Speter# Some notes about the abm85h entries:
1159450276Speter# 1) there are several firmware revs of 85H in the world. Use abm85h-old for
1159550276Speter#    firmware revs prior to SP51
1159650276Speter# 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
1159750276Speter#    abm85e entry if it is in tvi920 emulation mode. They are incompatible
1159850276Speter#    in some places and NOT software settable i.e., <is2> can't fix it)
1159950276Speter# 3) In 85h mode, the arrow keys and special functions transmit when
1160050276Speter#    the terminal is in dup-edit, and work only locally in local-edit.
1160150276Speter#    Vi won't swallow `del char' for instance, but <smcup> turns on
1160250276Speter#    dup-edit anyway so that the arrow keys will work right. If the
1160350276Speter#    arrow keys don't work the way you like, change <smcup>, <rmcup>, and
1160450276Speter#    <is2>.  Note that 920E mode does not have software commands to toggle
1160550276Speter#    between dup and local edit, so you get whatever was set last on the
1160650276Speter#    terminal.
1160750276Speter# 4) <flash> attribute is nice, but seems too slow to work correctly
1160850276Speter#    (\Eb<pad>\Ed)
1160950276Speter# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
1161050276Speter#    are selected, the <xmc@> entry should be removed.
1161150276Speter# 6) auto new-line should be on (selectable from setup mode only)
1161250276Speter#
1161350276Speter# From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
1161450276Speterabm85h|Kimtron ABM 85H native mode, 
1161550276Speter	hs, 
1161650276Speter	xmc@, 
1161750276Speter	bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, 
1161850276Speter	fsl=^M, invis@, 
1161950276Speter	is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, 
1162050276Speter	kcud1=^V, sgr0=\E(\EG0, smir=\EZ, tsl=\Eg\Ef, 
1162150276Speter	use=adm+sgr, use=abm85, 
1162250276Speterabm85e|Kimtron ABM 85H in 920E mode, 
1162350276Speter	xmc@, 
1162450276Speter	bel=^G, dim=\E), flash@, 
1162550276Speter	is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, 
1162650276Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, 
1162750276Speter	use=abm85, 
1162850276Speterabm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev., 
1162950276Speter	xmc@, 
1163050276Speter	bel=^G, dim=\E), 
1163150276Speter	is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, 
1163250276Speter	rev=\Ej, sgr0=\E(\Ek, smir=\EZ, 
1163350276Speter	use=abm85, 
1163450276Speter# From: <malman@bbn-vax.arpa>
1163550276Speter# (kt7: removed obsolete :ma=^V^J^L :" -- esr)
1163650276Speterkt7|kimtron model kt-7, 
1163750276Speter	am, 
1163850276Speter	cols#80, it#8, lines#24, 
1163950276Speter	cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L, 
1164050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1164150276Speter	dl1=\ER, ed=\EY, el=\ET, fsl=\Eg, home=^^, ht=^I, ich1=\EQ, 
1164250276Speter	if=/usr/share/tabset/stdcrt, il1=\EE, invis@, is2=\El\E", 
1164350276Speter	kbs=^H, kcbt=\EI, kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, 
1164450276Speter	kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, 
1164550276Speter	kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1164650276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1164750276Speter	kich1=\EQ, kil1=\EE, tsl=\Ef, 
1164850276Speter	use=adm+sgr, 
1164950276Speter# Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
1165050276Speter# other kt7 entry and the adjacent key capabilities).  Removed EE which is
1165150276Speter# identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
1165250276Speter# but we can't figure out what.
1165350276Speterkt7ix|kimtron model kt-7 or 70 in IX mode, 
1165450276Speter	am, bw, 
1165550276Speter	cols#80, it#8, lines#25, 
1165650276Speter	acsc=jYk?lZm@nEqDt4uCvAwBx3, bel=^G, blink=\EG2, cbt=\EI, 
1165750276Speter	civis=\E.0, clear=\E*, cnorm=\E.3, cr=^M, cub1=^H, cud1=^V, 
1165850276Speter	cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1165950276Speter	dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, fsl=^M, 
1166050276Speter	home=^^, ht=^I, ich1=\EQ, il1=\EE, ind=^J, 
1166150276Speter	is2=\EG0\E s\017\E~, kbs=^H, kcbt=\EI, kclr=\E*, 
1166250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdl1=\ER, 
1166350276Speter	ked=\EY, kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, 
1166450276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1166550276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EJ, 
1166650276Speter	nel=^M^J, pulse=\EK, rmacs=\E%, rmir=, rmso=\EG0, rmul=\EG0, 
1166750276Speter	sgr0=\EG0, smacs=\E$, smir=, smso=\EG4, smul=\EG8, tsl=\Ef, 
1166850276Speter
1166950276Speter#### Microdata/MDIS
1167050276Speter#
1167150276Speter# This was a line of terminals made by McDonnell-Douglas Information Systems.
1167250276Speter# These entries come direct from MDIS documentation.  I have edited them only
1167350276Speter# to move primary names of the form p[0-9] * to aliases, and to comment out
1167450276Speter# <rmacs>/<smacs> in a couple of entries without <acsc> strings.  I have 
1167550276Speter# also removed the change history; the last version indicates this is
1167650276Speter# version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
1167750276Speter#
1167850276Speter
1167950276Speter# McDonnell Information Systems Terminal Family History
1168050276Speter# =========================================
1168150276Speter#
1168250276Speter# Prism-1, Prism-2 and P99:
1168350276Speter#       Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
1168450276Speter#
1168550276Speter# Prism-4 and Prism-5:
1168650276Speter#       Slightly less ancient range of Microdata terminals. Follow-on from
1168750276Speter#       Prism-2, but with many enhancements. P5 has eight display pages.
1168850276Speter#
1168950276Speter# Prism-6:
1169050276Speter#       A special terminal for use with library systems, primarily in Germany.
1169150276Speter#       Limited numbers. Similar functionality to P5 (except attributes?).
1169250276Speter#
1169350276Speter# Prism-7, Prism-8 and Prism-9:
1169450276Speter#       More recent range of MDIS terminals, in which P7 and P8
1169550276Speter#       replace the P4 & P5, with added functionality, and P9 is the flagship.
1169650276Speter#       The P9 has two emulation modes - P8 and ANSI - and includes a
1169750276Speter#       large number of the DEC VT220 control sequences. Both
1169850276Speter#       P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
1169950276Speter#
1170050276Speter# Prism-12 and Prism-14:
1170150276Speter#       Latest range, functionally very similar to the P9.  The P14 has a
1170250276Speter#       black-on-white overscanning screen.
1170350276Speter#
1170450276Speter# The terminfo definitions given here are:
1170550276Speter#
1170650276Speter# p2      - Prism-2 (or Prism-1 or P99).
1170750276Speter#
1170850276Speter# p4      - Prism-4 (and older P7s & P8s).
1170950276Speter# p5      - Prism-5 (or Prism-6).
1171050276Speter#
1171150276Speter# p7      - Prism-7.
1171250276Speter# p8      - Prism-8 (in national or multinational mode).
1171350276Speter# p8-w    - 132 column version of p8.
1171450276Speter# p9      - Prism-9 in ANSI mode.
1171550276Speter# p9-w    - 132 column version of p9.
1171650276Speter# p9-8    - Prism-9 in Prism-8 emulation mode.
1171750276Speter# p9-8-w  - As p9-8, but with 132 columns.
1171850276Speter#
1171950276Speter# p12     - Prism-12 in ANSI mode.
1172050276Speter# p12-w   - 132 column version of p12.
1172150276Speter# p12-m   - Prism-12 in MDC emulation mode.
1172250276Speter# p12-m-w - As p12-m, but with 132 columns.
1172350276Speter# p14     - Prism-14 in ANSI mode.
1172450276Speter# p14-w   - 132 column version of p14.
1172550276Speter# p14-m   - Prism-14 in MDC emulation mode.
1172650276Speter# p14-m-w - As p14-m, but with 132 columns.
1172750276Speter#
1172850276Speter# p2: Prism-2
1172950276Speter# -----------
1173050276Speter#
1173150276Speter# Includes Prism-1 and basic P99 without SP or MP loaded.
1173250276Speter# The simplest form of Prism-type terminal.
1173350276Speter# Basic cursor movement and clearing operations only.
1173450276Speter# No video attributes.
1173550276Speter# Notes:
1173650276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1173750276Speter#  value up, followed by backspace.
1173850276Speter#
1173950276Speterprism2|MDC Prism-2, 
1174050276Speter	am, bw, msgr, 
1174150276Speter	cols#80, lines#24, 
1174250276Speter	bel=^G, clear=\014$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1174350276Speter	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, 
1174450276Speter	cuu1=^Z, ed=\EJ, el=\EK, home=^A, 
1174550276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1174650276Speter	ind=^J, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c, 
1174750276Speter
1174850276Speter# p4: Prism-4
1174950276Speter# -----------
1175050276Speter#
1175150276Speter# Includes early versions of P7 & P8.
1175250276Speter# Basic family definition for most Prisms (except P2 and P9 ANSI).
1175350276Speter# Notes:
1175450276Speter#  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
1175550276Speter#  value up, followed by backspace.
1175650276Speter#  Cursor key definitions removed because they interfere with vi and csh keys.
1175750276Speter#
1175850276Speterprism4|p4|P4|MDC Prism-4, 
1175950276Speter	am, bw, hs, mc5i, msgr, 
1176050276Speter	cols#80, lines#24, wsl#72, xmc#1, 
1176150276Speter	bel=^G, blink=^CB, civis=^]\344, clear=\014$<20>, 
1176250276Speter	cnorm=^]\342, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1176350276Speter	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, 
1176450276Speter	cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK, 
1176550276Speter	fsl=^]\345, home=^A, 
1176650276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c, 
1176750276Speter	ind=^J, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER, 
1176850276Speter	rev=^CD, rmso=^C\s, rmul=^C\s, 
1176950276Speter	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%;, 
1177050276Speter	sgr0=^C\s, smso=^CD, smul=^CP, tsl=^]\343, 
1177150276Speter	vpa=\013%p1%{32}%+%c, 
1177250276Speter
1177350276Speter# p5: Prism-5
1177450276Speter# -----------
1177550276Speter#
1177650276Speter# Same definition as p4. Includes Prism-6 (not tested!).
1177750276Speter# Does not use any multi-page features.
1177850276Speter#
1177950276Speterprism5|p5|P5|MDC Prism-5, 
1178050276Speter	use=p4, 
1178150276Speter
1178250276Speter# p7: Prism-7
1178350276Speter# -----------
1178450276Speter#
1178550276Speter# Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
1178650276Speter# Notes:
1178750276Speter#  Use p4 for very early models of P7.
1178850276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1178950276Speter#
1179050276Speterprism7|p7|P7|MDC Prism-7, 
1179150276Speter	cup=\E[%i%p1%d;%p2%dH, hpa@, vpa@, use=p4, 
1179250276Speter
1179350276Speter# p8: Prism-8
1179450276Speter# -----------
1179550276Speter#
1179650276Speter# Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
1179750276Speter# Supports national and multinational character sets.
1179850276Speter# Notes:
1179950276Speter#  Alternate char set operations only work in multinational mode.
1180050276Speter#  Use p4 for very early models of P8.
1180150276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1180250276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1180350276Speter#
1180450276Speterprism8|p8|P8|MDC Prism-8, 
1180550276Speter	cup=\E[%i%p1%d;%p2%dH, hpa=\E[%i%p1%d`, is2=\E[<12h, 
1180650276Speter	vpa=\E[%i%p1%dd, 
1180750276Speter	use=p4, 
1180850276Speter
1180950276Speter# p8-w: Prism-8 in 132 column mode
1181050276Speter# --------------------------------
1181150276Speter#
1181250276Speter# 'Wide' version of p8.
1181350276Speter# Notes:
1181450276Speter#  Rev-index removed; can't send nulls to terminal in 8-bit modes.
1181550276Speter#
1181650276Speterprism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode, 
1181750276Speter	cols#132, 
1181850276Speter	is2=\E[<12h\E[<14h, use=p8, 
1181950276Speter
1182050276Speter# p9: Prism-9 in ANSI mode
1182150276Speter# -------------------------
1182250276Speter#
1182350276Speter# The "flagship" model of this generation of terminals.
1182450276Speter# ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
1182550276Speter# Notes:
1182650276Speter#  Tabs only reset by "reset". Otherwise assumes default (8 cols).
1182750276Speter#  Fixes to deal with terminal firmware bugs:
1182850276Speter#  . 'ri' uses insert-line since rev index doesn't always
1182950276Speter#  . 'sgr0' has extra '0' since esc[m fails
1183050276Speter#  . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
1183150276Speter#  Not covered in the current definition:
1183250276Speter#  . Labels
1183350276Speter#  . Programming Fn keys
1183450276Speter#  . Graphic characters (defaults correctly to vt100)
1183550276Speter#  . Padding values (sets xon)
1183650276Speter# (esr: commented out <smacs>/<rmacs> because there's no <acsc>)
1183750276Speter#
1183850276Speterprism9|p9|P9|MDC Prism-9 in ANSII mode, 
1183950276Speter	am, bw, hs, mc5i, msgr, xenl, xon, 
1184050276Speter	cols#80, it#8, lines#24, vt#3, wsl#72, 
1184150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[<4l, 
1184250276Speter	clear=^L, cnorm=\E[<4h, cr=^M, csr=\E[%i%p1%d;%p2%d%%v, 
1184350276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1184450276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1184550276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1184650276Speter	dl=\E[%p1%dM, dl1=\E[M, dsl=\E[%}\024, ech=\E[%p1%dX, 
1184750276Speter	ed=\E[J$<10>, el=\E[K, fsl=^T, home=\E[H, hpa=\E[%i%p1%d`, 
1184850276Speter	ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1184950276Speter	is2=\E[&p\E[<12l\E F, kbs=^H, kclr=^L, kcub1=\E[D, 
1185050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[11~, 
1185150276Speter	kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, 
1185250276Speter	kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, 
1185350276Speter	kf18=\E[32~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, 
1185450276Speter	kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
1185550276Speter	khome=\E[H, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=^M^J, 
1185650276Speter	prot=\E[32%{, rc=\E[%z, rep=\E[%p2%db%p1%c, rev=\E[7m, 
1185750276Speter	ri=\E[L, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1185850276Speter	rs2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N, 
1185950276Speter	sc=\E[%y, 
1186050276Speter	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%;, 
1186150276Speter	sgr0=\E[0m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1186250276Speter	tsl=\E[%i%p1%d%%}, vpa=\E[%i%p1%dd, 
1186350276Speter
1186450276Speter# p9-w: Prism-9 in 132 column mode
1186550276Speter# --------------------------------
1186650276Speter#
1186750276Speter# 'Wide' version of p9.
1186850276Speter#
1186950276Speterprism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode, 
1187050276Speter	cols#132, 
1187150276Speter	is2=\E[&p\E[<12l\E F\E[<14h, 
1187250276Speter	rs2=\E[&p\E[<12l\E F\E[<14h, use=p9, 
1187350276Speter
1187450276Speter# p9-8: Prism-9 in P8 mode
1187550276Speter# ------------------------
1187650276Speter#
1187750276Speter# P9 terminal in P8 emulation mode.
1187850276Speter# Similar to p8 definition.
1187950276Speter# Insertion and deletion operations possible.
1188050276Speter#
1188150276Speterprism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode, 
1188250276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1188350276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8, 
1188450276Speter
1188550276Speter# p9-8-w: Prism-9 in P8 and 132 column modes
1188650276Speter# ------------------------------------------
1188750276Speter#
1188850276Speter# P9 terminal in P8 emulation mode and 132 column mode.
1188950276Speter#
1189050276Speterprism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode, 
1189150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1189250276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, use=p8-w, 
1189350276Speter
1189450276Speter# p12: Prism-12 in ANSI mode
1189550276Speter# ---------------------------
1189650276Speter#
1189750276Speter# See p9 definition.
1189850276Speter#
1189950276Speterprism12|p12|P12|MDC Prism-12 in ANSI mode, 
1190050276Speter	use=p9, 
1190150276Speter
1190250276Speter# p12-w: Prism-12 in 132 column mode
1190350276Speter# ----------------------------------
1190450276Speter#
1190550276Speter# 'Wide' version of p12.
1190650276Speter#
1190750276Speterprism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode, 
1190850276Speter	use=p9-w, 
1190950276Speter
1191050276Speter# p12-m: Prism-12 in MDC emulation mode
1191150276Speter# -------------------------------------
1191250276Speter#
1191350276Speter# P12 terminal in MDC emulation mode.
1191450276Speter# Similar to p8 definition.
1191550276Speter# Insertion and deletion operations possible.
1191650276Speter#
1191750276Speterprism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode, 
1191850276Speter	use=p9-8, 
1191950276Speter
1192050276Speter# p12-m-w: Prism-12 in MDC emulation and 132 column modes
1192150276Speter# -------------------------------------------------------
1192250276Speter#
1192350276Speter# P12 terminal in MDC emulation mode and 132 column mode.
1192450276Speter#
1192550276Speterprism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode, 
1192650276Speter	use=p9-8-w, 
1192750276Speter
1192850276Speter# p14: Prism-14 in ANSII mode
1192950276Speter# ---------------------------
1193050276Speter#
1193150276Speter# See p9 definition.
1193250276Speter#
1193350276Speterprism14|p14|P14|MDC Prism-14 in ANSII mode, 
1193450276Speter	use=p9, 
1193550276Speter
1193650276Speter# p14-w: Prism-14 in 132 column mode
1193750276Speter# ----------------------------------
1193850276Speter#
1193950276Speter# 'Wide' version of p14.
1194050276Speter#
1194150276Speterprism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode, 
1194250276Speter	use=p9-w, 
1194350276Speter
1194450276Speter# p14-m: Prism-14 in MDC emulation mode
1194550276Speter# -------------------------------------
1194650276Speter#
1194750276Speter# P14 terminal in MDC emulation mode.
1194850276Speter# Similar to p8 definition.
1194950276Speter# Insertion and deletion operations possible.
1195050276Speter#
1195150276Speterprism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode, 
1195250276Speter	use=p9-8, 
1195350276Speter
1195450276Speter# p14-m-w: Prism-14 in MDC emulation and 132 column modes
1195550276Speter# -------------------------------------------------------
1195650276Speter#
1195750276Speter# P14 terminal in MDC emulation mode and 132 column mode.
1195850276Speter#
1195950276Speterprism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode, 
1196050276Speter	use=p9-8-w, 
1196150276Speter
1196250276Speter# End of McDonnell Information Systems Prism definitions
1196350276Speter
1196450276Speter# These things were popular in the Pick database community at one time
1196550276Speter# From: George Land <georgeland@aol.com> 24 Sep 1996
1196650276Speterp8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition, 
1196750276Speter	am, bw, hs, mir, 
1196850276Speter	cols#80, lines#24, ma#1, wsl#78, xmc#1, 
1196950276Speter	bel=^G, blink=^CB, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, 
1197050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, dch1=\s^H, dim=^CA, dl1=^P, 
1197150276Speter	ed=\EJ, el=\EK, home=^A, ind=^J, invis=^CH, kbs=^H, kcub1=^U, 
1197250276Speter	kcud1=^J, kcuf1=^F, kcuu1=^Z, kdch1=\s^H, kdl1=^P, ked=\EJ, 
1197350276Speter	kel=\EK, kf1=^A@\r, kf10=^AI\r, kf12=^AJ\r, kf13=^AK\r, 
1197450276Speter	kf14=^AL\r, kf15=^AM\r, kf16=^AN\r, kf17=^AO\r, kf2=^AA\r, 
1197550276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1197650276Speter	kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2, 
1197750276Speter	lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, lf9=F9, nel=^J^M, 
1197850276Speter	pad=\0, rev=^CD, rmso=^C\s, rmul=^C\s, sgr0=^C\s, smso=^CE, 
1197950276Speter	smul=^C0, 
1198050276Speter
1198150276Speter#### Microterm (act, mime)
1198250276Speter#
1198350276Speter# The mime1 entries refer to the Microterm Mime I or Mime II.
1198450276Speter# The default mime is assumed to be in enhanced act iv mode.
1198550276Speter#
1198650276Speter
1198750276Speter# New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>.  Prevents
1198850276Speter# freakout with out-of-range args on Sytek multiplexors.  No <smso=^N> and
1198950276Speter# <rmso=^N> since  it gets confused and it's too dim anyway.  No <ich1>
1199050276Speter# since Sytek insists ^S means xoff.
1199150276Speter# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
1199250276Speteract4|microterm|microterm act iv, 
1199350276Speter	am, 
1199450276Speter	cols#80, lines#24, 
1199550276Speter	bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, 
1199650276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{47}%>%t%{48}%+%;%{80}%+%c, 
1199750276Speter	cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, 
1199850276Speter	ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], 
1199950276Speter	il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, 
1200050276Speter	kcuu1=^Z, 
1200150276Speter# The padding on :sr: and :ta: for act5 and mime is a guess and not final.
1200250276Speter# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
1200350276Speter# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
1200450276Speteract5|microterm5|microterm act v, 
1200550276Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, use=act4, 
1200650276Speter# Mimes using brightness for standout.  Half bright is really dim unless
1200750276Speter# you turn up the brightness so far that lines show up on the screen.
1200850276Spetermime-fb|full bright mime1, 
1200950276Speter	is2=^S\E, rmso=^S, smso=^Y, use=mime, 
1201050276Spetermime-hb|half bright mime1, 
1201150276Speter	is2=^Y\E, rmso=^Y, smso=^S, use=mime, 
1201250276Speter# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
1201350276Speter# the more plausible ":do=^J:" -- esr)
1201450276Speter# uc was at one time disabled to get around a curses bug, be wary of it
1201550276Spetermime|mime1|mime2|mimei|mimeii|microterm mime1, 
1201650276Speter	am, 
1201750276Speter	cols#80, it#8, lines#24, vt#9, 
1201850276Speter	bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, 
1201950276Speter	cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%{48}%+%;%{80}%+%c, 
1202050276Speter	cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, 
1202150276Speter	il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, 
1202250276Speter	kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, 
1202350276Speter# These termcaps (for mime2a) put the terminal in low intensity mode
1202450276Speter# since high intensity mode is so obnoxious.
1202550276Spetermime2a-s|microterm mime2a (emulating an enhanced soroc iq120), 
1202650276Speter	am, 
1202750276Speter	cols#80, lines#24, 
1202850276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1202950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, 
1203050276Speter	dl1=\027$<20*>, ed=\EJ$<20*>, el=\EK, home=^^, 
1203150276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=\E), kcub1=^H, kcud1=^J, 
1203250276Speter	kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7, 
1203350276Speter	smir=\EE, smso=\E\:, smul=\E6, 
1203450276Speter# This is the preferred mode (but ^X can't be used as a kill character)
1203550276Spetermime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), 
1203650276Speter	cols#80, it#8, lines#24, 
1203750276Speter	bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1203850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, 
1203950276Speter	dl1=\027$<20*>, ed=\EQ$<20*>, el=\EP, home=\EH, ht=^I, 
1204050276Speter	il1=\001$<20*>, ind=^J, ip=$<2>, is2=^Y, kcub1=\ED, 
1204150276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EA, rmir=^Z, rmso=\E9, 
1204250276Speter	rmul=\E5, smir=^O, smso=\E8, smul=\E4, 
1204350276Speter# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
1204450276Spetermime3a|mime1 emulating 3a, 
1204550276Speter	am@, 
1204650276Speter	kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, 
1204750276Spetermime3ax|mime-3ax|mime1 emulating enhanced 3a, 
1204850276Speter	it#8, 
1204950276Speter	dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, use=mime3a, 
1205050276Speter# Wed Mar  9 18:53:21 1983
1205150276Speter# We run our terminals at 2400 baud, so there might be some timing problems at
1205250276Speter# higher speeds. The major improvements in this model are the terminal now 
1205350276Speter# scrolls down and insert mode works without redrawing the rest of the line
1205450276Speter# to the right of the cursor. This is done with a bit of a kludge using the
1205550276Speter# exit graphics mode to get out of insert, but it does not appear to hurt
1205650276Speter# anything when using vi at least. If you have some users using act4s with
1205750276Speter# programs that use curses and graphics mode this could be a problem.
1205850276Spetermime314|mm314|mime 314, 
1205950276Speter	am, 
1206050276Speter	cols#80, lines#24, 
1206150276Speter	clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z, 
1206250276Speter	dch1=^D, dl1=^W, ed=^_, el=^^, home=^], ht=^I, il1=^A, kcub1=^H, 
1206350276Speter	kcud1=^K, kcuf1=^X, kcuu1=^Z, rmir=^V, smir=^S, 
1206450276Speter# Microterm mime 340 from University of Wisconsin
1206550276Spetermm340|mime340|mime 340, 
1206650276Speter	cols#80, lines#24, 
1206750276Speter	clear=\032$<12/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1206850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1206950276Speter	dch1=\E#$<2.1*/>, dl1=\EV$<49.6/>, ed=\037$<2*/>, 
1207050276Speter	el=\EL$<2.1/>, ht=^I, il1=\EU$<46/>, ind=^J, is2=\E\,, 
1207150276Speter	kbs=^H, kcub1=^H, kcud1=^J, kcuu1=^K, nel=^M^J, 
1207250276Speter# This came from University of Wisconsin marked "astro termcap for jooss".
1207350276Speter# (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
1207450276Speter# also added <rmam>/<smam> based  on the init string -- esr)
1207550276Spetermt4520-rv|micro-term 4520 reverse video, 
1207650276Speter	am, hs, msgr, xenl, xon, 
1207750276Speter	cols#80, it#8, lines#24, wsl#80, 
1207850276Speter	bel=^G, clear=\E[H\E[J, cnorm=\E[0V\E8, cr=^M, 
1207950276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=\E[D, 
1208050276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1208150276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1208250276Speter	cvvis=\E7\E[0U, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1208350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5l$<200/>\E[?5h, 
1208450276Speter	fsl=\E[?5l\E[?5h, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
1208550276Speter	ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED, 
1208650276Speter	is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J, 
1208750276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1208850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, 
1208950276Speter	ll=\E[24;1H, nel=\EE, rc=\E8, rf=/usr/share/tabset/vt100, 
1209050276Speter	ri=\EM, rmam=\E[?7l, rmso=\E[0m, rmul=\E[24m, 
1209150276Speter	rs1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J, 
1209250276Speter	sc=\E7, sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, 
1209350276Speter	tbc=\E[g, tsl=\E[25;1H, 
1209450276Speter
1209550276Speter# Fri Aug  5 08:11:57 1983
1209650276Speter# This entry works for the ergo 4000 with the following setups:
1209750276Speter# ansi,wraparound,newline disabled, xon/xoff disabled in both
1209850276Speter# setup a & c.
1209950276Speter#	
1210050276Speter# WARNING!!! There are multiple versions of ERGO 4000 microcode
1210150276Speter# Be advised that very early versions DO NOT WORK RIGHT !!  
1210250276Speter# Microterm does have a ROM exchange program- use it or lose big
1210350276Speter# (ergo400: added <rmam>/<smam> based on the init string -- esr)
1210450276Speterergo4000|microterm ergo 4000, 
1210550276Speter	da, db, msgr, 
1210650276Speter	cols#80, lines#66, 
1210750276Speter	bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, 
1210850276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1210950276Speter	dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, 
1211050276Speter	el=\E[0K$<13>, ht=^I, il=\E[1L$<5*>, ind=\ED$<20*>, 
1211150276Speter	is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, 
1211250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1211350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, 
1211450276Speter	lf4=pf4, ri=\EM$<20*>, rmam=\E[?7l, rmir=\E[4l, 
1211550276Speter	rmkx=\E=$<4>, rmso=\E[m$<20>, sgr0=\E[m$<20>, 
1211650276Speter	smam=\E[?7m, smir=\E[4h$<6>, smkx=\E=$<4>, 
1211750276Speter	smso=\E[7m$<20>, 
1211850276Speter
1211950276Speter#### NCR 
1212050276Speter#
1212150276Speter# NCR's terminal group was merged with AT&T's when AT&T bought the company.
1212250276Speter# For what happened to that group, see the ADDS section.
1212350276Speter#
1212450276Speter# There is an NCR4103 terminal that's just a re-badged Wyse-50.
1212550276Speter#
1212650276Speter
1212750276Speter# The following vendor-supplied termcaps were captured from the Boundless
1212850276Speter# Technologies site, 8 March 1998.  I removed all-upper-case names that were
1212950276Speter# identical, except for case, to lower-case ones.  I also uncommented the acsc
1213050276Speter# capabilities.X
1213150276Speter#
1213250276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
1213350276Speter# DEC vt200/300 with color capabilities added.
1213450276Speterncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1213550276Speter	colors#8, pairs#64, 
1213650276Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ncr260vt300an, 
1213750276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
1213850276Speter# DEC vt200/300 with color capabilities added.
1213950276Speterncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard, 
1214050276Speter	colors#8, pairs#64, 
1214150276Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ncr260vt300wan, 
1214250276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a DEC 
1214350276Speter# vt200/300 with color capabilities added.
1214450276Speterncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard, 
1214550276Speter	colors#8, pairs#64, 
1214650276Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ncr260vt300pp, 
1214750276Speter# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
1214850276Speter# DEC vt200/300 with color capabilities added.
1214950276Speterncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode, 
1215050276Speter	colors#8, pairs#64, 
1215150276Speter	op=\E[0m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=ncr260vt300wpp, 
1215250276Speter# This definition for ViewPoint supports several attributes.  This means
1215350276Speter# that it has magic cookies (extra spaces where the attributes begin).
1215450276Speter# Some applications do not function well with magic cookies.  The System
1215550276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1215650276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1215750276Speter# attributes can be removed. 
1215850276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1215950276Speter# restored if needed.
1216050276Speterncr260vppp|NCR 2900_260 viewpoint, 
1216150276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1216250276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1216350276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1216450276Speter	cbt=\EI, civis=\E`0, clear=\014$<40>, cnorm=\E`5, 
1216550276Speter	cr=\r$<2>, cub1=\010$<2>, cud1=\n$<2>, cuf1=\006$<2>, 
1216650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5>, cuu1=\032$<2>, 
1216750276Speter	cvvis=\E`5, dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, dsl=\E`c, 
1216850276Speter	ed=\Ek$<2>, el=\EK$<2>, fsl=^M, home=\036$<2>, ht=^I, 
1216950276Speter	hts=\E1, il1=\EM$<2>, ind=\n$<2>, invis=\EG1, 
1217050276Speter	is2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1217150276Speter	kDC=\El, kEND=\Ek, kHOM=^A, kPRT=\E7, kRIT=^F, ka1=^A, ka3=\EJ, 
1217250276Speter	kbs=^H, kc1=\ET, kc3=\EJ, kcub1=^U, kcud1=^J, kcuf1=^F, 
1217350276Speter	kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B\:\r, 
1217450276Speter	kf11=^B;\r, kf12=^B<\r, kf13=^B=\r, kf14=^B>\r, kf15=^B?\r, 
1217550276Speter	kf16=^B@\r, kf17=^B!\r, kf18=^B"\r, kf19=^B#\r, kf2=^B2\r, 
1217650276Speter	kf20=^B$\r, kf21=\002%^M, kf22=^B&\r, kf23=^B'\r, 
1217750276Speter	kf24=^B(\r, kf25=^B)\r, kf26=^B*\r, kf27=^B+\r, 
1217850276Speter	kf28=^B\,\r, kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, 
1217950276Speter	kf32=^B0\r, kf4=^B4\r, kf5=^B5\r, kf6=^B6\r, kf7=^B7\r, 
1218050276Speter	kf8=^B8\r, kf9=^B9\r, khome=^A, kich1=\Eq, knp=\EJ, kpp=\EJ, 
1218150276Speter	kprt=\EP, ll=\001$<5>, mc0=\EP$<100>, mc4=^T, mc5=^R, 
1218250276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<5>, 
1218350276Speter	nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003, 
1218450276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1218550276Speter	rs2=\Ee6\E~%$<100>\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1218650276Speter	sgr0=\EG0\EH\003, smacs=\EcB1\EH\002, smir=\Eq, 
1218750276Speter	smso=\EG4, smul=\EG8, smxon=\Ec21, tsl=\EF, 
1218850276Speterncr260vpwpp|NCR 2900_260 viewpoint wide mode, 
1218950276Speter	cols#132, 
1219050276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1219150276Speter	is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1219250276Speter	rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7$<100>, 
1219350276Speter	use=ncr260vppp, 
1219450276Speterncr260vt100an|NCR 2900_260 vt100 with ansi kybd, 
1219550276Speter	am, hs, mir, msgr, xenl, xon, 
1219650276Speter	cols#80, lines#24, nlab#32, 
1219750276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1219850276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1219950276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1220050276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD$<5>, 
1220150276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1220250276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1220350276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1220450276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1220550276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1220650276Speter	ech=\E[%p1%dX, ed=\E[0J$<5>, el=\E[0K$<3>, el1=\E[1K$<3>, 
1220750276Speter	fsl=\E[0$}, home=\E[H$<1>, hpa=\E[%p1%dG$<40>, ht=^I, 
1220850276Speter	hts=\EH, ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, 
1220950276Speter	il1=\E[L$<5>, ind=\ED$<5>, indn=\E[%p1%dE$<5>, 
1221050276Speter	invis=\E[8m, 
1221150276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1221250276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1221350276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1221450276Speter	kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1221550276Speter	kf4=\EOS, kfnd=\E[1~, khlp=\E[28~, kich1=\E[2~, knp=\E[6~, 
1221650276Speter	kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, nel=\EE$<5>, rc=\E8, 
1221750276Speter	rev=\E[7m, ri=\EM$<5>, rmacs=^O, rmir=\E[4l, 
1221850276Speter	rmkx=\E[?1l\E>, rmso=\E[0m, rmul=\E[0m, 
1221950276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1222050276Speter	sc=\E7, 
1222150276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1222250276Speter	sgr0=\E[0m\017$<20>, smacs=^N, smir=\E[4h, 
1222350276Speter	smkx=\E[?1h\E=, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g, 
1222450276Speter	tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1222550276Speterncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd, 
1222650276Speter	cols#132, 
1222750276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1222850276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1222950276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1223050276Speter	use=ncr260vt100an, 
1223150276Speterncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd, 
1223250276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1223350276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1223450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1223550276Speter	kend=\E[5~, khome=\E[2~, kich1=\E[1~, knp=\E[6~, kpp=\E[3~, 
1223650276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, 
1223750276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1223850276Speter	smkx=\E=, 
1223950276Speter	use=ncr260vt100an, 
1224050276Speterncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd, 
1224150276Speter	cols#132, 
1224250276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1224350276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1224450276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1224550276Speter	use=ncr260vt100pp, 
1224650276Speterncr260vt200an|NCR 2900_260 vt200 with ansi kybd, 
1224750276Speter	am, hs, mir, msgr, xenl, xon, 
1224850276Speter	cols#80, lines#24, nlab#32, 
1224950276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1225050276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1225150276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1225250276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1225350276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1225450276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1225550276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1225650276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1225750276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1225850276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1225950276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1226050276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1226150276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1226250276Speter	is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1226350276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1226450276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1226550276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1226650276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1226750276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1226850276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1226950276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1227050276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1227150276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1227250276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1227350276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1227450276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1227550276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1227650276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1227750276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1227850276Speter	rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1227950276Speter	sc=\E7, 
1228050276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1228150276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1228250276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1228350276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1228450276Speterncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd, 
1228550276Speter	cols#132, 
1228650276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1228750276Speter	is2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1228850276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, 
1228950276Speter	use=ncr260vt200an, 
1229050276Speterncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd, 
1229150276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1229250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1229350276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1229450276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1229550276Speter	use=ncr260vt200an, 
1229650276Speterncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd, 
1229750276Speter	cols#132, 
1229850276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1229950276Speter	is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1230050276Speter	rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<200>, 
1230150276Speter	use=ncr260vt200pp, 
1230250276Speterncr260vt300an|NCR 2900_260 vt300 with ansi kybd, 
1230350276Speter	am, hs, mir, msgr, xenl, xon, 
1230450276Speter	cols#80, lines#24, nlab#32, 
1230550276Speter	acsc=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1230650276Speter	blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1230750276Speter	clear=\E[2J\E[1;1H$<20>, cnorm=\E[?25h, cr=\r$<1>, 
1230850276Speter	csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>, 
1230950276Speter	cub1=\E[D$<5>, cud=\E[%p1%dB$<5>, cud1=\E[B$<5>, 
1231050276Speter	cuf=\E[%p1%dC$<5>, cuf1=\E[C$<5>, 
1231150276Speter	cup=\E[%i%p1%d;%p2%dH$<10>, cuu=\E[%p1%dA$<5>, 
1231250276Speter	cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>, 
1231350276Speter	dl=\E[%p1%dM$<5>, dl1=\E[M$<5>, dsl=\E[0$~\E[1$~, 
1231450276Speter	ech=\E[%p1%dX$<5>, ed=\E[0J, el=\E[0K$<5>, el1=\E[1K$<5>, 
1231550276Speter	fsl=\E[0$}, home=\E[H, hpa=\E[%p1%dG$<40>, ht=^I, hts=\EH, 
1231650276Speter	ich=\E[%p1%d@$<5>, il=\E[%p1%dL$<5>, il1=\E[L$<5>, 
1231750276Speter	ind=\ED$<5>, indn=\E[%p1%dE$<5>, invis=\E[8m, 
1231850276Speter	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>, 
1231950276Speter	ka1=\EOw, ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, 
1232050276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1232150276Speter	kdch1=\E[3~, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\E[21~, 
1232250276Speter	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
1232350276Speter	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
1232450276Speter	kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf21=\E[31~, 
1232550276Speter	kf22=\E[32~, kf23=\E[33~, kf24=\E[34~, kf25=\E[35~, 
1232650276Speter	kf26=\E[1~, kf27=\E[2~, kf28=\E[3~, kf29=\E[4~, kf3=\EOR, 
1232750276Speter	kf30=\E[5~, kf31=\E[6~, kf32=\E[7~, kf33=\E[8~, kf34=\E[9~, 
1232850276Speter	kf35=\E[10~, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, 
1232950276Speter	kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, 
1233050276Speter	kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, 
1233150276Speter	mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, 
1233250276Speter	ri=\EM$<5>, rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, 
1233350276Speter	rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, 
1233450276Speter	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>, 
1233550276Speter	sc=\E7, 
1233650276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<20>, 
1233750276Speter	sgr0=\E[0m\017$<20>, smacs=\016$<20>, smam=\E[?7h, 
1233850276Speter	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1233950276Speter	tbc=\E[3g, tsl=\E[2$~\E[1$}, vpa=\E[%p1%dd$<40>, 
1234050276Speterncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd, 
1234150276Speter	cols#132, 
1234250276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1234350276Speter	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>, 
1234450276Speter	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>, 
1234550276Speter	use=ncr260vt300an, 
1234650276Speterncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd, 
1234750276Speter	ka1=\E[H, ka3=\EOu, kb2=\E[V, kc3=\E[U, kcub1=\E[D, 
1234850276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~, 
1234950276Speter	kend=\E[1~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
1235050276Speter	lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=, 
1235150276Speter	use=ncr260vt300an, 
1235250276SpeterNCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd, 
1235350276Speter	cols#132, 
1235450276Speter	cup=\E[%i%p1%d;%p2%dH$<30>, 
1235550276Speter	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>, 
1235650276Speter	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>, 
1235750276Speter	use=ncr260vt300pp, 
1235850276Speter# This terminfo file contains color capabilities for the Wyse325 emulation of 
1235950276Speter# the NCR 2900/260C color terminal.  Because of the structure of the command
1236050276Speter# (escape sequence) used to set color attributes, one of the fore/background
1236150276Speter# colors must be preset to a given value. I have set the background color to
1236250276Speter# black.  The user can change this setup by altering the last section of the
1236350276Speter# 'setf' definition.  The escape sequence to set color attributes is 
1236450276Speter#		ESC d y <foreground_color> <background_color> 1  
1236550276Speter# In addition, the background color can be changed through the desk accessories.
1236650276Speter# The capablitiy 'op' sets colors to green on black (default combination).  
1236750276Speter#
1236850276Speter# NOTE:  The NCR Unix System Administrator's Shell will not function properly
1236950276Speter# 	    if the 'pairs' capability is defined. Un-Comment the 'pairs'
1237050276Speter#	    capability and recompile if you wish to have it included. 
1237150276Speter#
1237250276Speterncr260wy325pp|NCR 2900_260 wyse 325, 
1237350276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1237450276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, 
1237550276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1237650276Speter	cbt=\EI, civis=\E`0, clear=\E*$<10>, cnorm=\E`1, cr=^M, 
1237750276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1237850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1237950276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1238050276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<5>, ht=^I, 
1238150276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1238250276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1238350276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1238450276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI, 
1238550276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET, 
1238650276Speter	kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, 
1238750276Speter	kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, 
1238850276Speter	kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, 
1238950276Speter	kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, 
1239050276Speter	kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, kf30=^Am\r, kf31=^An\r, 
1239150276Speter	kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1239250276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, 
1239350276Speter	kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1239450276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1239550276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1239650276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1239750276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1239850276Speter	setb=\s, 
1239950276Speter	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>, 
1240050276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH\002\EcB1, smam=\Ed/, 
1240150276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1240250276Speter	tsl=\EF, 
1240350276Speterncr260wy325wpp|NCR 2900_260 wyse 325 wide mode, 
1240450276Speter	cols#132, 
1240550276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1240650276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1240750276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1240850276Speter	use=ncr260wy325pp, 
1240950276Speter# This definition for Wyse 350 supports several attributes.  This means
1241050276Speter# that it has magic cookies (extra spaces where the attributes begin).
1241150276Speter# Some applications do not function well with magic cookies.  The System
1241250276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1241350276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1241450276Speter# attributes can be removed. 
1241550276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1241650276Speter# restored if needed.
1241750276Speter# In addition, color capabilities have been added to this file.  The drawback,
1241850276Speter# however, is that the background color has to be black.  The foreground colors
1241950276Speter# are numbered 0 through 15.  
1242050276Speter#
1242150276Speter# NOTE:  The NCR Unix System Administrator's Shell does not function properly
1242250276Speter# 	    with the 'pairs' capability defined as below.  If you wish to
1242350276Speter#	    have it included, Un-comment it and recompile (using 'tic'). 
1242450276Speter#
1242550276Speterncr260wy350pp|NCR 2900_260 wyse 350, 
1242650276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1242750276Speter	colors#16, cols#80, lines#24, ncv#33, nlab#32, xmc#1, 
1242850276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1242950276Speter	cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1243050276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1243150276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<40>, cuu1=\013$<5>, 
1243250276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1243350276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<10>, ht=^I, 
1243450276Speter	hts=\E1, il1=\EE$<5>, ind=\n$<5>, invis=\EG1, 
1243550276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1243650276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1243750276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1243850276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1243950276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1244050276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1244150276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1244250276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1244350276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1244450276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1244550276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1244650276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1244750276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<20>, 
1244850276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH\003\EcB0, 
1244950276Speter	rmam=\Ed., rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1245050276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1245150276Speter	setb=\s, 
1245250276Speter	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>, 
1245350276Speter	sgr0=\EG0\EH\003\EcD, smacs=\EH\002\EcB1, smam=\Ed/, 
1245450276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, 
1245550276Speter	tsl=\EF, 
1245650276Speterncr260wy350wpp|NCR 2900_260 wyse 350 wide mode, 
1245750276Speter	cols#132, 
1245850276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1245950276Speter	is2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1246050276Speter	rs2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1246150276Speter	use=ncr260wy350pp, 
1246250276Speter# This definition for Wyse 50+ supports several attributes.  This means
1246350276Speter# that it has magic cookies (extra spaces where the attributes begin).
1246450276Speter# Some applications do not function well with magic cookies.  The System
1246550276Speter# Administrator's Shell in NCR Unix SVR4 1.03 is one such application. 
1246650276Speter# If supporting various attributes is not vital, 'xmc#1' and the extra
1246750276Speter# attributes can be removed. 
1246850276Speter# Mapping to ASCII character set ('acsc' capability) can also be 
1246950276Speter# restored if needed.
1247050276Speter# (ncr260wy50+pp: originally contained commented-out 
1247150276Speter# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
1247250276Speterncr260wy50+pp|NCR 2900_260 wyse 50+, 
1247350276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1247450276Speter	cols#80, lines#24, nlab#32, xmc#1, 
1247550276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1247650276Speter	cbt=\EI$<5>, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, 
1247750276Speter	cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1247850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<30>, cuu1=\013$<5>, 
1247950276Speter	cvvis=\E`5, dch1=\EW$<50>, dim=\EGp, dl1=\ER$<5>, dsl=\E`c, 
1248050276Speter	ed=\EY$<5>, el=\ET$<5>, fsl=^M, home=\036$<10>, 
1248150276Speter	ht=\011$<5>, hts=\E1$<5>, il1=\EE$<5>, ind=\n$<5>, 
1248250276Speter	invis=\EG1, 
1248350276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1248450276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H, 
1248550276Speter	kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, 
1248650276Speter	kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, 
1248750276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1248850276Speter	kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, 
1248950276Speter	kf20=^Ac\r, kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, 
1249050276Speter	kf25=^Ah\r, kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, 
1249150276Speter	kf3=^AB\r, kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, 
1249250276Speter	kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, 
1249350276Speter	khome=^^, kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, 
1249450276Speter	mc0=\EP$<10>, mc4=^T, mc5=^R, 
1249550276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<10>, 
1249650276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1249750276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1249850276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1249950276Speter	sgr0=\EG0\EH\003$<15>, smacs=\EH^B, smam=\Ed/, smir=\Eq, 
1250050276Speter	smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<5>, tsl=\EF, 
1250150276Speterncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode, 
1250250276Speter	cols#132, 
1250350276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1250450276Speter	is2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1250550276Speter	rs2=\Ee6\E~"$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<200>, 
1250650276Speter	use=ncr260wy50+pp, 
1250750276Speterncr260wy60pp|NCR 2900_260 wyse 60, 
1250850276Speter	am, bw, hs, km, mc5i, mir, msgr, xon, 
1250950276Speter	cols#80, lines#24, nlab#32, 
1251050276Speter	acsc=07a?h;j5k3l2m1n8q\:t4u9v=w0x6, bel=^G, blink=\EG2, 
1251150276Speter	cbt=\EI$<15>, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, 
1251250276Speter	cr=^M, cub1=\010$<5>, cud1=\n$<5>, cuf1=\014$<5>, 
1251350276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<10>, cuu1=\013$<5>, 
1251450276Speter	cvvis=\E`5, dch1=\EW$<50>, dl1=\ER$<5>, dsl=\E`c, 
1251550276Speter	ed=\Ey$<5>, el=\Et$<5>, fsl=^M, home=\036$<25>, 
1251650276Speter	ht=\011$<15>, hts=\E1$<15>, il1=\EE$<5>, ind=\n$<5>, 
1251750276Speter	invis=\EG1, 
1251850276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1251950276Speter	kDC=\ER, kEND=\EY, kHOM=\E{, kNXT=\EK, kPRT=\E7, kPRV=\EJ, 
1252050276Speter	kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, 
1252150276Speter	kcbt=\EI$<15>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1252250276Speter	kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, 
1252350276Speter	kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, 
1252450276Speter	kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r, 
1252550276Speter	kf21=^Ad\r, kf22=^Ae\r, kf23=^Af\r, kf24=^Ag\r, kf25=^Ah\r, 
1252650276Speter	kf26=^Ai\r, kf27=^Aj\r, kf28=^Ak\r, kf29=^Al\r, kf3=^AB\r, 
1252750276Speter	kf30=^Am\r, kf31=^An\r, kf32=^Ao\r, kf4=^AC\r, kf5=^AD\r, 
1252850276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1252950276Speter	kich1=\Eq, knp=\EK, kpp=\EJ, kprt=\EP, mc0=\EP, mc4=^T, mc5=^R, 
1253050276Speter	mrcup=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c$<30>, 
1253150276Speter	nel=\037$<5>, rev=\EG4, ri=\Ej$<5>, rmacs=\EH^C, rmam=\Ed., 
1253250276Speter	rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, 
1253350276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1253450276Speter	sgr0=\EG0\EcB0\EcD$<15>, smacs=\EH^B, smam=\Ed/, 
1253550276Speter	smir=\Eq, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0$<15>, 
1253650276Speter	tsl=\EF, 
1253750276Speterncr260wy60wpp|NCR 2900_260 wyse 60 wide mode, 
1253850276Speter	cols#132, 
1253950276Speter	cup=\Ea%i%p1%dR%p2%dC$<30>, 
1254050276Speter	is2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1254150276Speter	rs2=\Ee6\E~4$<100>\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7$<100>, 
1254250276Speter	use=ncr260wy60pp, 
1254350276Speterncr160vppp|NCR 2900_160 viewpoint, 
1254450276Speter	use=ncr260vppp, 
1254550276Speterncr160vpwpp|NCR 2900_160 viewpoint wide mode, 
1254650276Speter	use=ncr260vpwpp, 
1254750276Speterncr160vt100an|NCR 2900_160 vt100 with ansi kybd, 
1254850276Speter	use=ncr260vt100an, 
1254950276Speterncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd, 
1255050276Speter	use=ncr260vt100pp, 
1255150276Speterncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd, 
1255250276Speter	use=ncr260vt100wan, 
1255350276Speterncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd, 
1255450276Speter	use=ncr260vt100wpp, 
1255550276Speterncr160vt200an|NCR 2900_160 vt200 with ansi kybd, 
1255650276Speter	use=ncr260vt200an, 
1255750276Speterncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd, 
1255850276Speter	use=ncr260vt200pp, 
1255950276Speterncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd, 
1256050276Speter	use=ncr260vt200wan, 
1256150276Speterncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd, 
1256250276Speter	use=ncr260vt200wpp, 
1256350276Speterncr160vt300an|NCR 2900_160 vt300 with ansi kybd, 
1256450276Speter	use=ncr260vt300an, 
1256550276Speterncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd, 
1256650276Speter	use=ncr260vt300pp, 
1256750276Speterncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd, 
1256850276Speter	use=ncr260vt300wan, 
1256950276Speterncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd, 
1257050276Speter	use=ncr260vt300wpp, 
1257150276Speterncr160wy50+pp|NCR 2900_160 wyse 50+, 
1257250276Speter	use=ncr260wy50+pp, 
1257350276Speterncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode, 
1257450276Speter	use=ncr260wy50+wpp, 
1257550276Speterncr160wy60pp|NCR 2900_160 wyse 60, 
1257650276Speter	use=ncr260wy60pp, 
1257750276Speterncr160wy60wpp|NCR 2900_160 wyse 60 wide mode, 
1257850276Speter	use=ncr260wy60wpp, 
1257950276Speterncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal, 
1258050276Speter	am, hs, mc5i, mir, msgr, xon, 
1258150276Speter	cols#80, it#8, lines#24, nlab#32, 
1258250276Speter	acsc=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~, 
1258350276Speter	bel=^G, blink=\E[5m$<30>, bold=\E[1m$<30>, 
1258450276Speter	clear=\E[2J\E[1;1H$<300>, cr=^M, 
1258550276Speter	csr=\E[%i%p1%d;%p2%dr$<100>, cub=\E[%p1%dD$<30>, 
1258650276Speter	cub1=\E[D$<2>, cud=\E[%p1%dB$<30>, cud1=\E[B$<2>, 
1258750276Speter	cuf=\E[%p1%dC$<30>, cuf1=\E[C$<2>, 
1258850276Speter	cup=\E[%i%p1%d;%p2%dH$<100>, cuu=\E[%p1%dA$<30>, 
1258950276Speter	cuu1=\E[A$<2>, dch=\E[%p1%dP$<40>, dch1=\E[1P$<10>, 
1259050276Speter	dl=\E[%p1%dM$<70>, dl1=\E[M$<40>, dsl=\E[31l$<25>, 
1259150276Speter	ed=\E[0J$<300>, el=\E[0K$<30>, el1=\E[1K$<30>, 
1259250276Speter	enacs=\E(B\E)0$<40>, fsl=1$<10>, home=\E[H$<2>$<80>, 
1259350276Speter	ht=^I, hts=\EH, il=\E[%p1%dL$<80>, il1=\E[B\E[L$<80>, 
1259450276Speter	ind=\ED, 
1259550276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0$<200>, 
1259650276Speter	kLFT=\E[D, kRIT=\E[C, ka1=\E[H, kbs=^H, kcub1=\E[D, 
1259750276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kent=^M, kf1=\EOP, 
1259850276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, mc0=\E[i$<100>, nel=\EE, 
1259950276Speter	rc=\E8, rev=\E[7m$<30>, ri=\EM$<50>, rmacs=\017$<90>, 
1260050276Speter	rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>, 
1260150276Speter	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>, 
1260250276Speter	sc=\E7, 
1260350276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>, 
1260450276Speter	sgr0=\017\E[0m$<120>, smacs=\016$<90>, smir=\E[4h$<80>, 
1260550276Speter	smso=\E[7m$<30>, smul=\E[4m$<30>, tbc=\E[3g$<40>, 
1260650276Speter	tsl=\E[>+1$<70>, 
1260750276Speterncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal, 
1260850276Speter	cols#132, 
1260950276Speter	is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>, 
1261050276Speter	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>, 
1261150276Speter	use=ncrvt100an, 
1261250276Speter#
1261350276Speter# Vendor-supplied NCR termcaps end here
1261450276Speter
1261550276Speter# NCR7900 DIP switches:
1261650276Speter#
1261750276Speter# Switch A:
1261850276Speter# 1-4 - Baud Rate
1261950276Speter# 5   - Parity (Odd/Even)
1262050276Speter# 6   - Don't Send or Do Send Spaces
1262150276Speter# 7   - Parity Enable
1262250276Speter# 8   - Stop Bits (One/Two)
1262350276Speter# 
1262450276Speter# Switch B:
1262550276Speter# 1   - Upper/Lower Shift
1262650276Speter# 2   - Typewriter Shift
1262750276Speter# 3   - Half Duplex / Full Duplex
1262850276Speter# 4   - Light/Dark Background
1262950276Speter# 5-6 - Carriage Return Without / With Line Feed
1263050276Speter# 7   - Extended Mode
1263150276Speter# 8   - Suppress Keyboard Display
1263250276Speter# 
1263350276Speter# Switch C:
1263450276Speter# 1   - End of line entry disabled/enabled
1263550276Speter# 2   - Conversational mode / (Local?) Mode
1263650276Speter# 3   - Control characters displayed / not displayed
1263750276Speter# 4   - (2-wire?) / 4-wire communications
1263850276Speter# 5   - RTS on and off for each character
1263950276Speter# 6   - (50Hz?) / 60 Hz
1264050276Speter# 7   - Exit after level zero diagnostics
1264150276Speter# 8   - RS-232 interface
1264250276Speter# 
1264350276Speter# Switch D:
1264450276Speter# 1   - Reverse Channel (yes / no)
1264550276Speter# 2   - Manual answer (no / yes)
1264650276Speter# 3-4 - Cursor appearance
1264750276Speter# 5   - Communication Rate
1264850276Speter# 6   - Enable / Disable EXT turnoff
1264950276Speter# 7   - Enable / Disable CR turnoff
1265050276Speter# 8   - Enable / Disable backspace
1265150276Speter#
1265250276Speter# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
1265350276Speterncr7900i|ncr7900|ncr 7900 model 1, 
1265450276Speter	am, bw, ul, 
1265550276Speter	cols#80, lines#24, xmc#1, 
1265650276Speter	bel=^G, blink=\E0B, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1265750276Speter	cup=\E1%p2%c%p1%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, ind=^J, 
1265850276Speter	is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, 
1265950276Speter	kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, 
1266050276Speter	rmul=\E0@, 
1266150276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, 
1266250276Speter	sgr0=\E0@, smso=\E0Q, smul=\E0`, 
1266350276Speterncr7900iv|ncr 7900 model 4, 
1266450276Speter	am, bw, eslok, hs, 
1266550276Speter	cols#80, lines#24, 
1266650276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, 
1266750276Speter	cup=\013%p1%{64}%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, 
1266850276Speter	fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, 
1266950276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, 
1267050276Speter	kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1267150276Speter	khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, 
1267250276Speter	tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, 
1267350276Speterncr7901|ncr 7901 model, 
1267450276Speter	am, bw, ul, 
1267550276Speter	cols#80, lines#24, 
1267650276Speter	bel=^G, blink=\E0B, civis=^W, clear=^L, cnorm=^X, cr=^M, 
1267750276Speter	cub1=^H, cud1=^J, cuf1=^F, 
1267850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dim=\E0A, 
1267950276Speter	ed=\Ek, el=\EK, 
1268050276Speter	hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, 
1268150276Speter	is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, 
1268250276Speter	khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, 
1268350276Speter	sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, 
1268450276Speter	sgr0=^O, smso=\E0Q\016, smul=\E0`\016, 
1268550276Speter	vpa=\013%p1%{64}%+%c, 
1268650276Speter
1268750276Speter#### Perkin-Elmer (Owl)
1268850276Speter#
1268950276Speter# These are official terminfo entries from within Perkin-Elmer.
1269050276Speter#
1269150276Speter
1269250276Speterbantam|pe550|pe6100|perkin elmer 550, 
1269350276Speter	cols#80, lines#24, 
1269450276Speter	bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1269550276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1269650276Speter	el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, 
1269750276Speterfox|pe1100|perkin elmer 1100, 
1269850276Speter	am, 
1269950276Speter	cols#80, lines#24, 
1270050276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1270150276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1270250276Speter	ed=\EJ$<5.5*>, el=\EI, flash=\020\002$<200/>\020\003, 
1270350276Speter	home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, 
1270450276Speterowl|pe1200|perkin elmer 1200, 
1270550276Speter	am, in, 
1270650276Speter	cols#80, lines#24, 
1270750276Speter	bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, 
1270850276Speter	cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1270950276Speter	dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, 
1271050276Speter	el=\EI$<5.5>, flash=\020\002$<200/>\020\003, home=\EH, 
1271150276Speter	hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, 
1271250276Speter	kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, 
1271350276Speter	kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 
1271450276Speter	rmso=\E!\0, sgr0=\E!\0, smso=\E!^H, tbc=\E3, 
1271550276Speterpe1251|pe6300|pe6312|perkin elmer 1251, 
1271650276Speter	am, 
1271750276Speter	cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, 
1271850276Speter	bel=^G, clear=\EK$<332>, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, 
1271950276Speter	cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, 
1272050276Speter	ed=\EJ$<20*>, el=\EI$<10*>, home=\EH, hts=\E1, ind=^J, 
1272150276Speter	kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE, 
1272250276Speter	kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3, 
1272350276Speter# (pe7000m: this had
1272450276Speter# 	rmul=\E!\0, smul=\E!\040, 
1272550276Speter# which is probably wrong, it collides with kf0
1272650276Speterpe7000m|perkin elmer 7000 series monochrome monitor, 
1272750276Speter	am, 
1272850276Speter	cols#80, lines#24, 
1272950276Speter	bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, 
1273050276Speter	cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1273150276Speter	ed=\EJ, el=\EI, home=\EH, ind=^J, 
1273250276Speter	is1=\E!\0\EW  7o\Egf\ES7\s, kbs=^H, kcub1=\E!V, 
1273350276Speter	kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\0, kf1=\E!^A, 
1273450276Speter	kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, 
1273550276Speter	kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, 
1273650276Speter	ll=\ES7\s, ri=\ER, 
1273750276Speterpe7000c|perkin elmer 7000 series colour monitor, 
1273850276Speter	is1=\E!\0\EW  7o\Egf\Eb0\Ec7\ES7\s, rmso=\Eb0, 
1273950276Speter	rmul=\E!\0, smso=\Eb2, smul=\E!\s, 
1274050276Speter	use=pe7000m, 
1274150276Speter
1274250276Speter#### Sperry Univac
1274350276Speter#
1274450276Speter# Sperry Univac has merged with Burroughs to form Unisys.
1274550276Speter#
1274650276Speter
1274750276Speter# This entry is for the Sperry UTS30 terminal running the TTY 
1274850276Speter# utility under control of CP/M Plus 1R1. The functionality 
1274950276Speter# provided is comparable to the DEC vt100.
1275050276Speter# (uts30: I added <rmam>/<smam> based on the init string -- esr)
1275150276Speteruts30|sperry uts30 with cp/m@1R1, 
1275250276Speter	am, bw, hs, 
1275350276Speter	cols#80, lines#24, wsl#40, 
1275450276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1275550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\ER, clear=^L, 
1275650276Speter	cnorm=\ES, cr=^M, csr=\EU%p1%{32}%+%c%p2%{32}%+%c, 
1275750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB, 
1275850276Speter	cuf=\E[%p1%dC, cuf1=\EC, cup=\E[%i%p1%d;%p2%dH, 
1275950276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\EM, 
1276050276Speter	dl=\E[%p1%dM, dl1=\EL, ed=\E[J, el=\E[K, fsl=^M, home=\E[H, 
1276150276Speter	ht=^I, ich=\E[%p1%d@, ich1=\EO, il=\E[%p1%dL, il1=\EN, 
1276250276Speter	ind=^J, indn=\E[%p1%dB, is2=\E[U 7\E[24;1H, kbs=^H, 
1276350276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, khome=\E[H, 
1276450276Speter	rc=\EX, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EI, 
1276550276Speter	rin=\E[%p1%dA, rmacs=\Ed, rmam=\E[?7l, rmso=\E[m, 
1276650276Speter	rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
1276750276Speter	sc=\EW, sgr0=\E[m, smacs=\EF, smam=\E[?7m, smso=\E[7m, 
1276850276Speter	smul=\E[4m, tsl=\E], uc=\EPB, 
1276950276Speter
1277050276Speter#### Tandem
1277150276Speter#
1277250276Speter# Tandem builds these things for use with its line of fault-tolerant
1277350276Speter# transaction-processing computers.  They aren't generally available
1277450276Speter# on the merchant market, and so are fairly uncommon.
1277550276Speter#
1277650276Speter
1277750276Spetertandem6510|adm3a repackaged by Tandem, 
1277850276Speter	use=adm3a, 
1277950276Speter
1278050276Speter# A funny series of terminal that TANDEM uses.  The actual model numbers
1278150276Speter# have a fourth digit after 653 that designates minor variants.  These are
1278250276Speter# natively block-mode and rather ugly, but they have a character mode which
1278350276Speter# this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
1278450276Speter# (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
1278550276Speter# removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
1278650276Spetertandem653|t653x|Tandem 653x multipage terminal, 
1278750276Speter	am, da, db, hs, 
1278850276Speter	cols#80, lines#24, wsl#64, xmc#1, 
1278950276Speter	clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, 
1279050276Speter	cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, 
1279150276Speter	ed=\EJ, el=\EK, fsl=^M, home=\EH, ind=\ES, ri=\ET, rmso=\E6\s, 
1279250276Speter	rmul=\E6\s, sgr0=\E6\s, smso=\E6$, smul=\E60, tsl=\Eo, 
1279350276Speter
1279450276Speter#### Tandy/Radio Shack
1279550276Speter#
1279650276Speter# Tandy has a line of VDTs distinct from its microcomputers.
1279750276Speter#
1279850276Speter
1279950276Speterdmterm|deskmate terminal, 
1280050276Speter	am, bw, 
1280150276Speter	cols#80, lines#24, 
1280250276Speter	bel=^G, civis=\EG5, clear=\Ej, cnorm=\EG6, cr=^M, cub1=^H, 
1280350276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1280450276Speter	cuu1=\EA, dch1=\ES, dl1=\ER, ed=\EJ, el=\EK, home=\EH, ht=^I, 
1280550276Speter	ich1=\EQ, il1=\EP, ind=\EX, invis@, kcub1=\ED, kcud1=\EB, 
1280650276Speter	kcuf1=\EC, kcuu1=\EA, kf0=\E1, kf1=\E2, kf2=\E3, kf3=\E4, 
1280750276Speter	kf4=\E5, kf5=\E6, kf6=\E7, kf7=\E8, kf8=\E9, kf9=\E0, 
1280850276Speter	khome=\EH, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, 
1280950276Speter	lf6=f7, lf7=f8, lf8=f9, lf9=f10, ll=\EE, rmul@, smul@, 
1281050276Speter	use=adm+sgr, 
1281150276Speterdt100|dt-100|Tandy DT-100 terminal, 
1281250276Speter	xon, 
1281350276Speter	cols#80, lines#24, xmc#1, 
1281450276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1281550276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1281650276Speter	csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1281750276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1281850276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1281950276Speter	il1=\E[L, ind=^J, is2=\E[?3l\E)0\E(B, kcub1=\E[D, 
1282050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[?3i, 
1282150276Speter	kf10=\E[?5i, kf2=\E[2i, kf3=\E[@, kf4=\E[M, kf5=\E[17~, 
1282250276Speter	kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, khome=\E[H, 
1282350276Speter	knp=\E[29~, kpp=\E[28~, lf1=f1, lf2=f2, lf3=f3, lf4=f4, lf5=f5, 
1282450276Speter	lf6=f6, lf7=f7, lf8=f8, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, 
1282550276Speter	sgr0=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, 
1282650276Speterdt100w|dt-100w|Tandy DT-100 terminal (wide mode), 
1282750276Speter	cols#132, use=dt100, 
1282850276Speterdt110|Tandy DT-110 emulating ansi, 
1282950276Speter	xon, 
1283050276Speter	cols#80, lines#24, 
1283150276Speter	acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, civis=\E[?25l, 
1283250276Speter	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
1283350276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, 
1283450276Speter	cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, 
1283550276Speter	dl1=\E[0M, ed=\E[0J, el=\E[0K, enacs=\E(B\E)0, home=\E[H, 
1283650276Speter	ht=^I, ich1=\E[0@, il1=\E[0L, ind=^J, is2=\E[?3l\E)0\E(B, 
1283750276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[K, 
1283850276Speter	kf1=\E[1~, kf10=\E[10~, kf2=\E[2~, kf3=\E[3~, kf4=\E[4~, 
1283950276Speter	kf5=\E[5~, kf6=\E[6~, kf7=\E[7~, kf8=\E[8~, kf9=\E[9~, 
1284050276Speter	khome=\E[G, kich1=\E[@, knp=\E[26~, kpp=\E[25~, lf0=f1, 
1284150276Speter	lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf8=f9, 
1284250276Speter	lf9=f10, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1284350276Speter	smacs=^N, smso=\E[7m, smul=\E[4m, 
1284450276Speterpt210|TRS-80 PT-210 printing terminal, 
1284550276Speter	hc, os, 
1284650276Speter	cols#80, 
1284750276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1284850276Speter
1284950276Speter#### Tektronix (tek)
1285050276Speter#
1285150276Speter# Tektronix tubes are graphics terminals.  Most of them use modified 
1285250276Speter# oscilloscope technology incorporating a long-persistence green phosphor,
1285350276Speter# and support vector graphics on a main screen with an attached "dialogue
1285450276Speter# area" for interactive text.
1285550276Speter#
1285650276Speter
1285750276Spetertek|tek4012|tektronix 4012, 
1285850276Speter	os, 
1285950276Speter	cols#75, lines#35, 
1286050276Speter	bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, 
1286150276Speter	ff=\014$<1000>, is2=\E^O, 
1286250276Speter# (tek4013: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1286350276Spetertek4013|tektronix 4013, 
1286450276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4012, 
1286550276Spetertek4014|tektronix 4014, 
1286650276Speter	cols#81, lines#38, 
1286750276Speter	is2=\E\017\E9, use=tek4012, 
1286850276Speter# (tek4015: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1286950276Spetertek4015|tektronix 4015, 
1287050276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014, 
1287150276Spetertek4014-sm|tektronix 4014 in small font, 
1287250276Speter	cols#121, lines#58, 
1287350276Speter	is2=\E\017\E\:, use=tek4014, 
1287450276Speter# (tek4015-sm: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
1287550276Spetertek4015-sm|tektronix 4015 in small font, 
1287650276Speter	acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014-sm, 
1287750276Speter# Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
1287850276Speter#
1287950276Speter# You need to have "stty nl2" in effect.  Some versions of tset(1) know
1288050276Speter# how to set it for you.
1288150276Speter#
1288250276Speter# It's got the Magic Cookie problem around stand-out mode.  If you can't
1288350276Speter# live with Magic Cookie, remove the :so: and :se: fields and do without
1288450276Speter# reverse video.  If you like reverse video stand-out mode but don't want
1288550276Speter# it to flash, change the letter 'H' to 'P' in the :so: field.
1288650276Spetertek4023|tektronix 4023, 
1288750276Speter	am, 
1288850276Speter	cols#80, lines#24, vt#4, xmc#1, 
1288950276Speter	bel=^G, clear=\E\014$<4/>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1289050276Speter	cup=\034%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, rmso=^_@, 
1289150276Speter	smso=^_P, 
1289250276Speter# It is recommended that you run the 4025 at 4800 baud or less;
1289350276Speter# various bugs in the terminal appear at 9600.  It wedges at the
1289450276Speter# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
1289550276Speter# on keyboard don't work.  You have to hit BREAK twice to get
1289650276Speter# one break at any speed - this is a documented feature.
1289750276Speter# Can't use cursor motion because it's memory relative, and 
1289850276Speter# because it only works in the workspace, not the monitor.  
1289950276Speter# Same for home. Likewise, standout only works in the workspace.
1290050276Speter# 
1290150276Speter# <el> was commented out since vi and rogue seem to work better 
1290250276Speter# simulating it with lots of spaces!
1290350276Speter# 
1290450276Speter# <il1> and <il> had 145ms of padding, but that slowed down vi's ^U 
1290550276Speter# and didn't seem necessary.
1290650276Speter#
1290750276Spetertek4024|tek4025|tek4027|tektronix 4024/4025/4027, 
1290850276Speter	am, da, db, 
1290950276Speter	cols#80, it#8, lines#34, lm#0, 
1291050276Speter	bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, 
1291150276Speter	cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, 
1291250276Speter	cud1=^F^J, cuf=\037rig %p1%d\r, cuf1=\037rig\r, 
1291350276Speter	cuu=\037up %p1%d\r, cuu1=^K, dch1=\037dch\r, 
1291450276Speter	dl=\037dli %p1%d\r\006, dl1=\037dli\r\006, 
1291550276Speter	ed=\037dli 50\r, ht=^I, ich1=\037ich\r \010, 
1291650276Speter	il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r, 
1291750276Speter	ind=^F^J, 
1291850276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1291950276Speter	rmkx=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r, 
1292050276Speter	smkx=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r, 
1292150276Spetertek4025-17|tek 4025 17 line window, 
1292250276Speter	lines#17, use=tek4025, 
1292350276Spetertek4025-17-ws|tek 4025 17 line window in workspace, 
1292450276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, 
1292550276Speter	rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, 
1292650276Speter	smso=\037att e\r, 
1292750276Speter	use=tek4025-17, 
1292850276Spetertek4025-ex|tek4027-ex|tek 4025/4027 w/!, 
1292950276Speter	is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, 
1293050276Speter	rmcup=\037com 33\r, smcup=!com 31\r, 
1293150276Speter	use=tek4025, 
1293250276Speter# Tektronix 4025a
1293350276Speter# From: Doug Gwyn <gwyn@brl-smoke.ARPA>
1293450276Speter# The following status modes are assumed for normal operation (replace the
1293550276Speter# initial "!" by whatever the current command character is):
1293650276Speter#	!COM 29			# NOTE: changes command character to GS (^])
1293750276Speter#	^]DUP
1293850276Speter#	^]ECH R
1293950276Speter#	^]EOL
1294050276Speter#	^]RSS T
1294150276Speter#	^]SNO N
1294250276Speter#	^]STO 9 17 25 33 41 49 57 65 73
1294350276Speter# Other modes may be set according to communication requirements.
1294450276Speter# If the command character is inadvertently changed, termcap can't restore it.
1294550276Speter# Insert-character cannot be made to work on both top and bottom rows.
1294650276Speter# Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
1294750276Speter# There also seems to be a problem with vertical motion, perhaps involving
1294850276Speter# delete/insert-line, following a typed carriage return.  This terminal sucks.
1294950276Speter# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1295050276Speter# (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
1295150276Speter# work any more. -- esr)
1295250276Spetertek4025a|Tektronix 4025A, 
1295350276Speter	am, bw, da, db, xon, 
1295450276Speter	cols#80, it#8, lines#34, 
1295550276Speter	bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], 
1295650276Speter	cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, 
1295750276Speter	cud1=^J, cuf=\035rig %p1%d;, cuf1=\035rig;, 
1295850276Speter	cuu=\035up %p1%d;, cuu1=^K, dch=\035dch %p1%d;, 
1295950276Speter	dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, 
1296050276Speter	el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, 
1296150276Speter	il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, 
1296250276Speter	tbc=\035sto;, 
1296350276Speter# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1296450276Speter# Here's the command file that I use to get rogue to work on the 4025.
1296550276Speter# It should work with any program using the old curses (e.g. it better
1296650276Speter# not try to scroll, or cursor addressing won't work.  Also, you can't
1296750276Speter# see the cursor.)
1296850276Speter# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1296950276Spetertek4025-cr|tek 4025 for curses and rogue, 
1297050276Speter	am, 
1297150276Speter	cols#80, it#8, lines#33, 
1297250276Speter	clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, 
1297350276Speter	cup=\037jum%i%p1%d\,%p2%d;, cuu1=^K, ht=^I, ind=^F^J, 
1297450276Speter	is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, 
1297550276Speter	rmcup=\037wor 0, smcup=\037wor 33h, 
1297650276Speter# next two lines commented out since curses only allows 128 chars, sigh.
1297750276Speter#	: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:\
1297850276Speter#	: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:
1297950276Spetertek4025ex|4025ex|4027ex|tek 4025 w/!, 
1298050276Speter	is2=\037com 33\r\n!sto 9\,17\,25\,33\,41\,49\,57\,65\,73\r, 
1298150276Speter	rmcup=\037com 33\r, smcup=!com 31\r, 
1298250276Speter	use=tek4025, 
1298350276Spetertek4105|tektronix 4105, 
1298450276Speter	am, mir, msgr, ul, xenl, xt, 
1298550276Speter	cols#79, it#8, lines#29, 
1298650276Speter	acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, 
1298750276Speter	clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, 
1298850276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P, 
1298950276Speter	dim=\E[=1;<6m, dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1299050276Speter	il1=\E[1L, ind=\E[S, invis=\E[=6;<5, is1=\E%!1\E[m, 
1299150276Speter	is2=\E%!1\E[?6141\E[m, kbs=^H, kcub1=\E[1D, kcud1=\E[1B, 
1299250276Speter	kcuf1=\E[1C, kcuu1=\E[1A, rev=\E[=1;<3m, ri=\E[T, 
1299350276Speter	rmacs=\E[m, rmcup=, rmir=\E[4l, rmso=\E[=0;<1m, 
1299450276Speter	rmul=\E[=0;<1m, sgr0=\E[=0;<1m, smacs=\E[1m, 
1299550276Speter	smcup=\E%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1299650276Speter	smul=\E[=5;<2m, tbc=\E[1g, 
1299750276Speter
1299850276Speter# (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
1299950276Spetertek4105-30|4015 emulating 30 line vt100, 
1300050276Speter	am, mir, msgr, xenl, xon, 
1300150276Speter	cols#80, it#8, lines#30, vt#3, 
1300250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1300350276Speter	bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, 
1300450276Speter	clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1300550276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1300650276Speter	cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1300750276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1300850276Speter	cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, 
1300950276Speter	enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, 
1301050276Speter	ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, 
1301150276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, 
1301250276Speter	kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, 
1301350276Speter	kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, 
1301450276Speter	rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1301550276Speter	rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, 
1301650276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1301750276Speter	sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
1301850276Speter	sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, 
1301950276Speter	smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, 
1302050276Speter
1302150276Speter# Tektronix 4105 from BRL
1302250276Speter# The following setup modes are assumed for normal operation:
1302350276Speter#	CODE ansi		CRLF no			DABUFFER 141
1302450276Speter#	DAENABLE yes		DALINES 30		DAMODE replace
1302550276Speter#	DAVISIBILITY yes	ECHO no			EDITMARGINS 1 30
1302650276Speter#	FLAGGING input		INSERTREPLACE replace	LFCR no
1302750276Speter#	ORIGINMODE relative	PROMPTMODE no		SELECTCHARSET G0 B
1302850276Speter#	SELECTCHARSET G1 0	TABS -2
1302950276Speter# Other setup modes may be set for operator convenience or communication
1303050276Speter# requirements; I recommend
1303150276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1303250276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1303350276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1303450276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 10 1
1303550276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1303650276Speter#	PROMPTSTRING ''		QUEUESIZE 2460		WINDOW 0 0 4095 3132
1303750276Speter#	XMTDELAY 0
1303850276Speter# and factory color maps.  After setting these modes, save them with NVSAVE. No
1303950276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1304050276Speter# "IC" cannot be used in combination with "im" & "ei".
1304150276Speter# "tek4105a" is just a guess:
1304250276Spetertek4105a|Tektronix 4105, 
1304350276Speter	msgr, xon, 
1304450276Speter	cols#80, it#8, lines#30, vt#3, 
1304550276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1304650276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1304750276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1304850276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1304950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1305050276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1305150276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1305250276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1305350276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1305450276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1305550276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1305650276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1305750276Speter	lf5=F6, lf6=F8, ll=\E[30;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1305850276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1305950276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sc=\E7, 
1306050276Speter	sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1306150276Speter	smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1306250276Speter
1306350276Speter#
1306450276Speter# Tektronix 4106/4107/4109 from BRL
1306550276Speter# The following setup modes are assumed for normal operation:
1306650276Speter#	CODE ansi		COLUMNMODE 80		CRLF no
1306750276Speter#	DABUFFER 141		DAENABLE yes		DALINES 32
1306850276Speter#	DAMODE replace		DAVISIBILITY yes	ECHO no
1306950276Speter#	EDITMARGINS 1 32	FLAGGING input		INSERTREPLACE replace
1307050276Speter#	LFCR no			LOCKKEYBOARD no		ORIGINMODE relative
1307150276Speter#	PROMPTMODE no		SELECTCHARSET G0 B	SELECTCHARSET G1 0
1307250276Speter#	TABS -2
1307350276Speter# Other setup modes may be set for operator convenience or communication
1307450276Speter# requirements; I recommend
1307550276Speter#	ACURSOR 1 0		AUTOREPEAT yes		AUTOWRAP yes
1307650276Speter#	BYPASSCANCEL <LF>	CURSORKEYMODE no	DAINDEX 1 0 0
1307750276Speter#	EOFSTRING ''		EOLSTRING <CR>		EOMCHARS <CR> <NU>
1307850276Speter#	GAMODE overstrike	GCURSOR 0 100 0		GSPEED 9 3
1307950276Speter#	IGNOREDEL no		KEYEXCHAR <DL>		NVDEFINE -53 "<NU>"
1308050276Speter#	PROMPTSTRING ''		QUEUESIZE 2620		WINDOW 0 0 4095 3132
1308150276Speter#	XMTDELAY 0
1308250276Speter# and factory color maps.  After setting these modes, save them with NVSAVE.  No
1308350276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1308450276Speter# "IC" cannot be used in combination with "im" & "ei".
1308550276Spetertek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109, 
1308650276Speter	msgr, xon, 
1308750276Speter	cols#80, it#8, lines#32, vt#3, 
1308850276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, 
1308950276Speter	civis=\E%!0\ETD00\E%!1, clear=\E[H\E[J, 
1309050276Speter	cnorm=\E%!0\ETD10\E%!1, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1309150276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1309250276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1309350276Speter	cuu=\E[%p1%dA, cuu1=\EM, cvvis=\E%!0\ETD70\E%!1, 
1309450276Speter	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 
1309550276Speter	ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1309650276Speter	il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, is2=\E%!1, 
1309750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1309850276Speter	kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EOP, kf5=\EOQ, 
1309950276Speter	kf6=\EOR, kf7=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, 
1310050276Speter	lf5=F6, lf6=F8, ll=\E[32;H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 
1310150276Speter	rin=\E[%p1%dT, rmacs=^O, rmcup=\E%!0\ELBH=\E%!1, 
1310250276Speter	rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1310350276Speter	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>, 
1310450276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h, 
1310550276Speter	smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, tbc=\E[3g, 
1310650276Speter
1310750276Spetertek4107|tek4109|tektronix terminals 4107 4109, 
1310850276Speter	am, mir, msgr, ul, xenl, xt, 
1310950276Speter	cols#79, it#8, lines#29, 
1311050276Speter	bel=^G, blink=\E%!1\E[5m$<2>\E%!0, 
1311150276Speter	bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, 
1311250276Speter	cub1=^H, cud1=^J, cuf1=\EC, 
1311350276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E%!3, 
1311450276Speter	dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1311550276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1311650276Speter	rev=\E%!1\E[7m$<2>\E%0, ri=\EI, 
1311750276Speter	rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, 
1311850276Speter	sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0, 
1311950276Speter	sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, 
1312050276Speter	smul=\E%!1\E[4m$<2>\E%!0, 
1312150276Speter# Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
1312250276Speter# see the note attached to tek4207.
1312350276Spetertek4207-s|Tektronix 4207 with sysline but no memory, 
1312450276Speter	eslok, hs, 
1312550276Speter	dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8, 
1312650276Speter	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, 
1312750276Speter	is2=\E7\E[?6l\E[2K\E[?6h\E8, 
1312850276Speter	tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107, 
1312950276Speter
1313050276Speter# The 4110 series may be a wonderful graphics series, but they make the 4025
1313150276Speter# look good for screen editing.  In the dialog area, you can't move the cursor
1313250276Speter# off the bottom line.  Out of the dialog area, ^K moves it up, but there
1313350276Speter# is no way to scroll.
1313450276Speter# 
1313550276Speter# Note that there is a floppy for free from Tek that makes the 
1313650276Speter# 4112 emulate the vt52 (use the vt52 termcap). There is also
1313750276Speter# an expected enhancement that will use ANSI standard sequences.
1313850276Speter# 
1313950276Speter# 4112 in non-dialog area pretending to scroll. It really wraps 
1314050276Speter# but vi is said to work (more or less) in this mode.
1314150276Speter# 
1314250276Speter# 'vi' works reasonably well with this entry.
1314350276Speter#
1314450276Speterotek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series, 
1314550276Speter	am, 
1314650276Speter	cols#80, lines#34, 
1314750276Speter	bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ind=^J, 
1314850276Speter	rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, 
1314950276Speter# The 4112 with the ANSI compatibility enhancement
1315050276Spetertek4112|tek4114|tektronix 4110 series, 
1315150276Speter	am, db, 
1315250276Speter	cols#80, lines#34, 
1315350276Speter	cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cuf1=\E[C, 
1315450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P, dl1=\E[M, 
1315550276Speter	ed=\E[0J, el=\E[0K, ich1=\E[@, il1=\E[L, 
1315650276Speter	ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, 
1315750276Speter	rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1315850276Spetertek4112-nd|4112 not in dialog area, 
1315950276Speter	cuu1=^K, use=tek4112, 
1316050276Spetertek4112-5|4112 in 5 line dialog area, 
1316150276Speter	lines#5, use=tek4112, 
1316250276Speter# (tek4113: this used to have "<cuf1=\LM1\s\LM0>", someone's mistake;
1316350276Speter# removed "<smacs=\E^N>, <rmacs=\E^O>", which had been commented out in 8.3.
1316450276Speter# Note, the !0 and !1 sequences in <rmcup>/<smcup>/<cnorm>/<civis> were
1316550276Speter# previously \0410 and \0411 sequences...I don't *think* they were supposed
1316650276Speter# to be 4-digit octal -- esr)
1316750276Spetertek4113|tektronix 4113 color graphics with 5 line dialog area, 
1316850276Speter	am, da, eo, 
1316950276Speter	cols#80, lines#5, 
1317050276Speter	clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, 
1317150276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1317250276Speter	is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0, 
1317350276Spetertek4113-34|tektronix 4113 color graphics with 34 line dialog area, 
1317450276Speter	lines#34, 
1317550276Speter	is2=\EKA1\ELLB2\ELV0\ELV1, use=tek4113, 
1317650276Speter# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
1317750276Speter# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
1317850276Speter# :vb: needs enough delay to let you see the background color being toggled.
1317950276Spetertek4113-nd|tektronix 4113 color graphics with no dialog area, 
1318050276Speter	am, eo, 
1318150276Speter	cols#80, it#8, lines#34, 
1318250276Speter	clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, 
1318350276Speter	cvvis=\ELZ\EKA0, 
1318450276Speter	flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, 
1318550276Speter	home=\ELF7l\177 @, ht=^I, is2=\ELZ\EKA0\ELF7l\177 @, 
1318650276Speter	ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0, 
1318750276Speter# This entry is from Tek. Inc.  (Brian Biehl)
1318850276Speter# (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
1318950276Speterotek4115|Tektronix 4115, 
1319050276Speter	am, da, db, eo, 
1319150276Speter	cols#80, it#8, lines#34, 
1319250276Speter	cbt=\E[Z, clear=\E[H\E[2J, 
1319350276Speter	cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, 
1319450276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1319550276Speter	cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J, 
1319650276Speter	el=\E[K, home=\E[H, ht=^I, if=/usr/share/tabset/vt100, 
1319750276Speter	il1=\E[L, 
1319850276Speter	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, 
1319950276Speter	kbs=^H, ri=\EM, rmam=\E[?7l, 
1320050276Speter	rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l, 
1320150276Speter	rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smam=\E[?7h, 
1320250276Speter	smcup=\E%!0\ELBB2\E%!1, smir=\E[4h, smkx=\E=, smso=\E[7m, 
1320350276Speter	smul=\E[4m, 
1320450276Spetertek4115|newer tektronix 4115 entry with more ANSI capabilities, 
1320550276Speter	am, xon, 
1320650276Speter	cols#80, lines#34, 
1320750276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, 
1320850276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1320950276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1321050276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, 
1321150276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%p1%{1}%+%dG, 
1321250276Speter	ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, 
1321350276Speter	il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, 
1321450276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, 
1321550276Speter	rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmam=\E[?7l, 
1321650276Speter	rmso=\E[m, rmul=\E[m, 
1321750276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1321850276Speter	sgr0=\E[m, smam=\E[?7h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, 
1321950276Speter	vpa=\E[%p1%{1}%+%dd, 
1322050276Speter# The tek4125 emulates a vt100 incorrectly - the scrolling region
1322150276Speter# command is ignored.  The following entry replaces <csr> with the needed
1322250276Speter# <il>, <il>, and <smir>; removes some cursor pad commands that the tek4125
1322350276Speter# chokes on; and adds a lot of initialization for the tek dialog area.
1322450276Speter# Note that this entry uses all 34 lines and sets the cursor color to green.
1322550276Speter# Steve Jacobson 8/85
1322650276Speter# (tek4125: there were two "\!"s in the is that I replaced with "\E!";
1322750276Speter# commented out, <smir>=\E1 because there's no <rmir>  -- esr)
1322850276Spetertek4125|tektronix 4125, 
1322950276Speter	lines#34, 
1323050276Speter	csr@, dl1=\E[1M, il1=\E[1L, 
1323150276Speter	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, 
1323250276Speter	rc@, sc@, smkx=\E=, 
1323350276Speter	use=vt100, 
1323450276Speter
1323550276Speter# From: <jcoker@ucbic>
1323650276Speter# (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
1323750276Speter# supplied another, less capable 4107 entry.  So we'll use that for 4107 and
1323850276Speter# note that if jcoker wasn't confused you may be able to use this one.
1323950276Speter# I merged in <msgr>,<ind>,<ri>,<invis>,<tbc> from a BRL entry -- esr)
1324050276Spetertek4207|Tektronix 4207 graphics terminal with memory, 
1324150276Speter	am, bw, mir, msgr, ul, xenl, 
1324250276Speter	cols#80, it#8, lines#32, 
1324350276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156/>, 
1324450276Speter	cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1324550276Speter	cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J, 
1324650276Speter	el=\E[K$<5/>, home=\E[H, ht=^I, ich1=\E[@$<4/>, 
1324750276Speter	il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5, 
1324850276Speter	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, 
1324950276Speter	kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H, 
1325050276Speter	rev=\E[7m, ri=\E[T, 
1325150276Speter	rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m, 
1325250276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[?6l\E[H\E[J, smso=\E[7m, 
1325350276Speter	smul=\E[4m, tbc=\E[1g, 
1325450276Speter
1325550276Speter# From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
1325650276Speter# (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
1325750276Speter# Tab had been given as \E2I,that must be the tab-set capability -- esr)
1325850276Spetertek4404|tektronix 4404, 
1325950276Speter	cols#80, it#8, lines#32, 
1326050276Speter	blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, 
1326150276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1326250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[1M, 
1326350276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\E[2I, il1=\E[1L, 
1326450276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rc=\E8, 
1326550276Speter	rmcup=\E[1;1H\E[0J\E[?6h\E[?1l, rmir=\E[4l, 
1326650276Speter	rmkx=\E[?1h, rmso=\E[27m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1326750276Speter	smcup=\E%\E!1\E[1;32r\E[?6l\E>, smir=\E[4h, 
1326850276Speter	smkx=\E[?1l, smso=\E[7m, smul=\E[4m, 
1326950276Speter# Some unknown person wrote:
1327050276Speter# I added the is string - straight Unix has ESC ; in the login 
1327150276Speter# string which sets a ct8500 into monitor mode (aka 4025 snoopy 
1327250276Speter# mode). The is string here cleans up a few things (but not 
1327350276Speter# everything).
1327450276Speterct8500|tektronix ct8500, 
1327550276Speter	am, bw, da, db, 
1327650276Speter	cols#80, lines#25, 
1327750276Speter	bel=^G, cbt=\E^I, clear=\E^E, cr=^M, cub1=^H, cud1=^J, 
1327850276Speter	cuf1=\ES, cup=\E|%p1%{32}%+%c%p2%{32}%+%c, cuu1=\ER, 
1327950276Speter	dch1=\E^], dl1=\E^M, ed=\E^U, el=\E^T, ht=^I, ich1=\E^\, 
1328050276Speter	il1=\E^L, ind=^J, is2=\037\EZ\Ek, ri=\E^A, rmso=\E\s, 
1328150276Speter	rmul=\E\s, sgr0=\E\s, smso=\E$, smul=\E!, 
1328250276Speter
1328350276Speter# Tektronix 4205 terminal.
1328450276Speter#
1328550276Speter# am is not defined because the wrap around occurs not when the char.
1328650276Speter# is placed in the 80'th column, but when we are attempting to type
1328750276Speter# the 81'st character on the line.  (esr: hmm, this is like the vt100
1328850276Speter# version of xenl, perhaps am + xenl would work!)
1328950276Speter#
1329050276Speter# Bold, dim, and standout are simulated by colors and thus not allowed
1329150276Speter# with colors.  The tektronix color table is mapped into the RGB color
1329250276Speter# table by setf/setb. All colors are reset to factory specifications by oc.
1329350276Speter# The <initc> cap uses RGB notation to define colors.  for arguments 1-3 the 
1329450276Speter# interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
1329550276Speter# interval then maps into pre-defined value.
1329650276Spetertek4205|tektronix 4205, 
1329750276Speter	ccc, mir, msgr, 
1329850276Speter	colors#8, cols#80, it#8, lines#30, ncv#49, pairs#63, 
1329950276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1330050276Speter	bel=^G, blink=\E[5m, bold=\E[=7;<4m, cbt=\E[Z, 
1330150276Speter	clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=\E[D, 
1330250276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1330350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1330450276Speter	dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, 
1330550276Speter	ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, 
1330650276Speter	ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, 
1330750276Speter	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, 
1330850276Speter	invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[m, kbs=^H, 
1330950276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, 
1331050276Speter	kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, 
1331150276Speter	kf7=\ES, 
1331250276Speter	oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1, 
1331350276Speter	op=\E[39;40m, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=, 
1331450276Speter	rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m, 
1331550276Speter	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%;, 
1331650276Speter	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%;, 
1331750276Speter	sgr0=\E[=0;<1m\E[24;25;27m\017, smacs=^N, 
1331850276Speter	smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, 
1331950276Speter	smul=\E[4m, tbc=\E[1g, 
1332050276Speter
1332150276Speter#### Teletype (tty)
1332250276Speter#
1332350276Speter# These are the hardcopy Teletypes from before AT&T bought the company,
1332450276Speter# clattering electromechanical dinosaurs in Bakelite cases that printed on
1332550276Speter# pulpy yellow roll paper.  If you remember these you go back a ways.
1332650276Speter# Teletype-branded VDTs are listed in the AT&T section.
1332750276Speter#
1332850276Speter# The earliest UNIXes were designed to use these clunkers; nroff and a few
1332950276Speter# other programs still default to emitting codes for the Model 37.
1333050276Speter#
1333150276Speter
1333250276Spetertty33|tty35|model 33 or 35 teletype, 
1333350276Speter	hc, os, xon, 
1333450276Speter	cols#72, 
1333550276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1333650276Spetertty37|model 37 teletype, 
1333750276Speter	hc, os, xon, 
1333850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1333950276Speter	ind=^J, 
1334050276Speter
1334150276Speter# There are known to be at least three flavors of the tty40, all seem more
1334250276Speter# like IBM half duplex forms fillers than ASCII terminals.  They have lots of
1334350276Speter# awful braindamage, such as printing a visible newline indicator after each
1334450276Speter# newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
1334550276Speter# braindamaged but has hope and is described here.  The 40-4 is a 3270
1334650276Speter# lookalike and beyond hope.  The terminal has visible bell but I don't know
1334750276Speter# it - it's null here to prevent it from showing the BL character.
1334850276Speter# There is an \EG in <nl> because of a bug in old vi (if stty says you have
1334950276Speter# a "newline" style terminal (-crmode) vi figures all it needs is nl
1335050276Speter# to get crlf, even if <cr> is not ^M.)
1335150276Speter# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
1335250276Spetertty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2, 
1335350276Speter	xon, 
1335450276Speter	cols#80, lines#24, 
1335550276Speter	clear=\EH$<20>\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, 
1335650276Speter	cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, 
1335750276Speter	ed=\EJ$<75>, home=\EH$<10>, ht=\E@$<10>, hts=\E1, 
1335850276Speter	ich1=\E\^$<50>, il1=\EL$<50>, ind=\ES$<20>, kbs=^], 
1335950276Speter	kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, 
1336050276Speter	rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, 
1336150276Spetertty43|model 43 teletype, 
1336250276Speter	am, hc, os, xon, 
1336350276Speter	cols#132, 
1336450276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1336550276Speter
1336650276Speter#### Tymshare
1336750276Speter#
1336850276Speter
1336950276Speter# You can add <is2=\E<> to put this 40-column mode, though I can't
1337050276Speter# for the life of me think why anyone would want to.
1337150276Speterscanset|sc410|sc415|Tymshare Scan Set, 
1337250276Speter	am, bw, msgr, 
1337350276Speter	cols#80, lines#24, 
1337450276Speter	acsc=j%k4l<m-q\,x5, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, 
1337550276Speter	cud1=^J, cuf1=^I, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1337650276Speter	cuu1=^K, ed=\EJ, el=\EK, home=\EH, ind=^J, kcub1=\ED, 
1337750276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, mc0=\E;3, mc4=\E;0, 
1337850276Speter	mc5=\E;0, rc=^C, rmacs=^O, rs1=\E>, sc=^B, smacs=^N, 
1337950276Speter
1338050276Speter#### Volker-Craig (vc)
1338150276Speter#
1338250276Speter# If you saw a Byte Magazine cover with a terminal on it during the early
1338350276Speter# 1980s, it was probably one of these.  Carl Helmers liked them because
1338450276Speter# they could crank 19.2 and were cheap (that is, he liked them until he tried
1338550276Speter# to program one...)
1338650276Speter#
1338750276Speter
1338850276Speter# Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
1338950276Speter# every other linefeed.
1339050276Spetervc303|vc103|vc203|volker-craig 303, 
1339150276Speter	am, 
1339250276Speter	cols#80, lines#24, 
1339350276Speter	bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1339450276Speter	cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, 
1339550276Speter	kcuu1=^N, ll=\017$<1>W, 
1339650276Spetervc303a|vc403a|volker-craig 303a, 
1339750276Speter	clear=\030$<40>, cuf1=^U, cuu1=^Z, el=\026$<20>, 
1339850276Speter	home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303, 
1339950276Speter# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
1340050276Spetervc404|volker-craig 404, 
1340150276Speter	am, 
1340250276Speter	cols#80, lines#24, 
1340350276Speter	bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1340450276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1340550276Speter	ed=\027$<40>, el=\026$<20>, home=\031$<40>, ind=^J, 
1340650276Speter	kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, 
1340750276Spetervc404-s|volker-craig 404 w/standout mode, 
1340850276Speter	cud1=^J, rmso=^O, smso=^N, use=vc404, 
1340950276Speter# From: <wolfgang@cs.sfu.ca>
1341050276Speter# (vc414: merged in cup/dl1/home from an old vc414h-noxon)
1341150276Spetervc414|vc414h|Volker-Craig 414H in sane escape mode., 
1341250276Speter	am, 
1341350276Speter	cols#80, lines#24, 
1341450276Speter	clear=\E\034$<40>, cud1=\E^K, cuf1=^P, 
1341550276Speter	cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3, 
1341650276Speter	dl1=\E\023$<40>, ed=\E^X, el=\E\017$<10/>, home=\E^R, 
1341750276Speter	ich1=\E\:, il1=\E\032$<40>, kcub1=^H, kcud1=\E^K, kcuf1=^P, 
1341850276Speter	kcuu1=\E^L, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, kf4=\EE, 
1341950276Speter	kf5=\EF, kf6=\EG, kf7=\EH, khome=\E^R, lf0=PF1, lf1=PF2, 
1342050276Speter	lf2=PF3, lf3=PF4, lf4=PF5, lf5=PF6, lf6=PF7, lf7=PF8, 
1342150276Speter	rmso=\E^_, smso=\E^Y, 
1342250276Spetervc415|volker-craig 415, 
1342350276Speter	clear=^L, use=vc404, 
1342450276Speter
1342550276Speter######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
1342650276Speter#
1342750276Speter
1342850276Speter#### IBM PC and clones
1342950276Speter#
1343050276Speter
1343150276Speter# The pcplot IBM-PC terminal emulation program is really messed up. It is
1343250276Speter# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
1343350276Speter# doesn't support scrolling regions, ignores add line commands, and ignores
1343450276Speter# delete line commands. Consequently, the resulting behavior looks like a
1343550276Speter# crude adm3a-type terminal.
1343650276Speter# Steve Jacobson 8/85
1343750276Speterpcplot|pc-plot terminal emulation program, 
1343850276Speter	xenl@, 
1343950276Speter	csr@, dl@, dl1@, il@, il1@, rc@, sc@, use=vt100, 
1344050276Speter# KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
1344150276Speter# I've found that my KayPro II, running MDM730, continues to emulate an
1344250276Speter# ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
1344350276Speter# system the following termcap entry works well:
1344450276Speter# I have noticed a couple of minor glitches, but nothing I can't work
1344550276Speter# around. (I added two capabilities from the BRL entry -- esr)
1344650276Speterkaypro|kaypro2|kaypro II, 
1344750276Speter	am, 
1344850276Speter	cols#80, lines#24, 
1344950276Speter	bel=^G, clear=\032$<1/>, cr=^M, cud1=^J, cuf1=^L, 
1345050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER, ed=^W, 
1345150276Speter	el=^X, home=^^, il1=\EE, ind=^J, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1345250276Speter
1345350276Speter# From IBM, Thu May  5 19:35:27 1983
1345450276Speter# (commented out <smir>=\200R because we don't know <rmir> -- esr)
1345550276Speteribm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), 
1345650276Speter	am, 
1345750276Speter	cols#80, lines#24, 
1345850276Speter	bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, 
1345950276Speter	cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, 
1346050276Speter
1346150276Speteribmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX, 
1346250276Speter	am, bw, eo, hs, km, msgr, ul, 
1346350276Speter	cols#80, it#8, lines#24, 
1346450276Speter	acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263, 
1346550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\Ec, cr=^M, 
1346650276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1346750276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1346850276Speter	cuu=\E[%p1%dA, cuu1=\E[A, ech=\E[%p1%dX, ed=\E[J, el=\E[K, 
1346950276Speter	home=\E[H, hpa=\E[%i%p1%dG, ind=\E[S\E[B, 
1347050276Speter	indn=\E[%p1%dS\E[%p1%dB, invis=\E[30;40m, kbs=^H, 
1347150276Speter	kcbt=^], kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1347250276Speter	kdch1=\177, kend=\E[Y, kf1=\240, kf10=\251, kf2=\241, 
1347350276Speter	kf3=\242, kf4=\243, kf5=\244, kf6=\245, kf7=\246, kf8=\247, 
1347450276Speter	kf9=\250, khome=\E[H, kich1=\E[^H, knp=\E[U, ll=\E[24;1H, 
1347550276Speter	nel=^M, rev=\E[7m, ri=\E[T\E[A, rin=\E[%p1%dT\E[%p1%dA, 
1347650276Speter	rmso=\E[m, rmul=\E[m, 
1347750276Speter	sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, 
1347850276Speter	sgr0=\E[m, smso=\E[7m, smul=\E[4m, 
1347950276Speter
1348050276Speter#### Apple II
1348150276Speter#
1348250276Speter# Apple II firmware console first, then various 80-column cards and 
1348350276Speter# terminal emulators.  For two cents I'd toss all these in the UFO file
1348450276Speter# along with the 40-column apple entries.
1348550276Speter#
1348650276Speter
1348750276Speter# From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
1348850276Speter#	'it#8' tells UNIX that you have tabs every 8 columns.  This is a
1348950276Speter#		function of TIC, not the firmware.
1349050276Speter#	The clear key on a IIgs will do something like clear-screen, 
1349150276Speter#		depending on what you're in.
1349250276SpeterappleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface, 
1349350276Speter	am, bw, eo, msgr, 
1349450276Speter	cols#80, it#8, lines#24, 
1349550276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, 
1349650276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1349750276Speter	home=^Y, ht=^I, ind=^W, kbs=^H, kclr=^X, kcub1=^H, kcud1=^J, 
1349850276Speter	kcuf1=^U, kcuu1=^K, kdch1=\177, nel=^M^W, ri=^V, rmso=^N, 
1349950276Speter	smso=^O, 
1350050276Speter# Apple //e with 80-column card, entry from BRL
1350150276Speter# The modem interface is permitted to discard LF (maybe DC1), otherwise
1350250276Speter# passing characters to the 80-column firmware via COUT (PR#3 assumed).
1350350276Speter# Auto-wrap does not work right due to newline scrolling delay, which also
1350450276Speter# requires that you set "stty cr2".
1350550276Speter# Note: Cursor addressing is only available via the Pascal V1.1 entry,
1350650276Speter# not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
1350750276Speter# using a terminal emulation program instead of the built-in firmware.
1350850276Speterapple2e|Apple //e, 
1350950276Speter	bw, msgr, 
1351050276Speter	cols#80, lines#24, 
1351150276Speter	bel=^G, clear=\014$<100/>, cub1=^H, cud1=^J, cuu1=^_, 
1351250276Speter	ed=\013$<4*/>, el=\035$<4/>, home=^Y, ht=^I, ind=^W, 
1351350276Speter	is2=^R^N, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^K, 
1351450276Speter	nel=\r$<100/>, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1351550276Speter	smso=^O, 
1351650276Speter# mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
1351750276Speter# 4.20, with incoming and outgoing terminals both on 0, emulation On.
1351850276Speterapple2e-p|Apple //e via Pascal, 
1351950276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, kbs=^H, kcub1=^H, 
1352050276Speter	kcud1=^J, 
1352150276Speter	use=apple2e, 
1352250276Speter# (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
1352350276Speter# Enable DC3/DC1 flow control with "stty ixon -ixany".
1352450276Speterapple-ae|ASCII Express, 
1352550276Speter	am, bw, msgr, nxon, xon, 
1352650276Speter	cols#80, it#8, lines#24, 
1352750276Speter	bel=\007$<500/>, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1352850276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1352950276Speter	home=^Y, ind=^W, is2=^R^N, kclr=^X, kcub1=^H, kcud1=^J, 
1353050276Speter	kcuf1=^U, kcuu1=^K, rev=^O, ri=^V, rmso=^N, rs1=^R^N, sgr0=^N, 
1353150276Speter	smso=^O, 
1353250276SpeterappleII|apple ii plus, 
1353350276Speter	am, 
1353450276Speter	cols#80, it#8, lines#24, 
1353550276Speter	clear=^L, cnorm=^TC2, cub1=^H, cud1=^J, cuf1=^\, 
1353650276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, 
1353750276Speter	ed=^K, el=^], flash=\024G1$<200/>\024T1, home=\E^Y, ht=^I, 
1353850276Speter	is2=\024T1\016, kcud1=^J, kcuf1=^U, rmso=^N, sgr0=^N, 
1353950276Speter	smso=^O, 
1354050276Speter# Originally by Gary Ford 21NOV83
1354150276Speter# From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
1354250276Speterapple-80|apple II with smarterm 80 col, 
1354350276Speter	am, bw, 
1354450276Speter	cols#80, lines#24, 
1354550276Speter	cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, 
1354650276Speter	cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, 
1354750276Speter	ed=\013$<10*/>, el=\035$<10/>, home=^Y, 
1354850276Speterapple-soroc|apple emulating soroc 120, 
1354950276Speter	am, 
1355050276Speter	cols#80, lines#24, 
1355150276Speter	bel=^G, clear=\E*$<300>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1355250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, 
1355350276Speter	home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1355450276Speter# From Peter Harrison, Computer Graphics Lab, San Francisco
1355550276Speter#   ucbvax!ucsfmis!harrison  .....uucp
1355650276Speter#   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
1355750276Speter# "These two work.  If you don't have the inverse video chip for the
1355850276Speter# Apple with videx then remove the :so: and :se: fields."
1355950276Speter# (apple-videx: this used to be called DaleApple -- esr)
1356050276Speterapple-videx|Apple with videx videoterm 80 column board with inverse video, 
1356150276Speter	am, xenl, 
1356250276Speter	cols#80, it#8, lines#24, 
1356350276Speter	clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, 
1356450276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1356550276Speter	home=^Y, ht=^I, kcub1=^H, kcud1=^J, kcuf1=^U, khome=^Y, 
1356650276Speter	rmso=^Z2, sgr0=^Z2, smso=^Z3, 
1356750276Speter# My system [for reference] : Apple ][+, 64K, Ultraterm display card,
1356850276Speter#			      Apple Cat ][ 212 modem, + more all
1356950276Speter#			      controlled by ASCII Express: Pro.
1357050276Speter# From Dave Shaver <isucs1!shaver>
1357150276Speterapple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell, 
1357250276Speter	am, eo, xt, 
1357350276Speter	cols#80, lines#24, 
1357450276Speter	acsc=, clear=^L, cuf1=^\, 
1357550276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1357650276Speter	flash=^W35^W06, home=^Y, 
1357750276Speter	is2=^V4^W06\017\rVisible Bell Installed.\016\r\n, 
1357850276Speter	rmso=^N, smso=^O, 
1357950276Speterapple-uterm|Ultraterm for Apple micros, 
1358050276Speter	am, eo, xt, 
1358150276Speter	cols#80, lines#24, 
1358250276Speter	acsc=, clear=^L, cuf1=^\, 
1358350276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1358450276Speter	home=^Y, is2=^V4^W06\016, rmso=^N, smso=^O, 
1358550276Speter# from trwrba!bwong (Bradley W. Wong):
1358650276Speter#
1358750276Speter# This entry assumes that you are using an apple with the UCSD Pascal
1358850276Speter# language card.  SYSTEM.MISCINFO is assumed to be the same as that
1358950276Speter# supplied with the standard apple except that screenwidth should be set
1359050276Speter# using SETUP to 80 columns.  Note that the right arrow in not mapped in
1359150276Speter# this termcap entry.  This is because that key, on the Apple, transmits
1359250276Speter# a ^U and would thus preempt the more useful "up" function of vi.
1359350276Speter#
1359450276Speter# HMH 2/23/81
1359550276Speterapple80p|80-column apple with Pascal card, 
1359650276Speter	am, bw, 
1359750276Speter	cols#80, lines#24, 
1359850276Speter	clear=^Y^L, cuf1=^\\:, 
1359950276Speter	cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], 
1360050276Speter	home=^Y, kcub1=^H, 
1360150276Speter#
1360250276Speter# Apple II+ equipped with Videx 80 column card
1360350276Speter#
1360450276Speter# Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
1360550276Speter# manually converted by D A Gwyn
1360650276Speter#
1360750276Speter# DO NOT use any terminal emulation with this data base, it works directly
1360850276Speter# with the Videx card.  This has been tested with vi 1200 baud and works fine.
1360950276Speter#
1361050276Speter# This works great for vi, except I've noticed in pre-R2, ^U will scroll back
1361150276Speter# 1 screen, while in R2 ^U doesn't.
1361250276Speter# For inverse alternate character set add:
1361350276Speter#	<smacs>=^O:<rmacs>=^N:
1361450276Speter# (apple-v: added it#8 -- esr)
1361550276Speterapple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520), 
1361650276Speter	am, xenl, 
1361750276Speter	cols#80, it#8, lines#24, 
1361850276Speter	bel=\007$<100/>, clear=\014$<16*/>, cr=^M, cub1=^H, 
1361950276Speter	cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, 
1362050276Speter	cuu1=^_, ed=\013$<16*/>, el=^], home=^Y, ht=\011$<8/>, 
1362150276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, 
1362250276Speter	khome=^Y, rmso=^Z2, smso=^Z3, 
1362350276Speterapple-videx3|vapple|Apple II with 80 col card, 
1362450276Speter	am, 
1362550276Speter	cols#80, lines#24, 
1362650276Speter	clear=\Ev, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1362750276Speter	cuu1=\EA, el=\Ex, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1362850276Speter	kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E\s, kf4=\E!, 
1362950276Speter	kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%, kf9=\E&, khome=\EH, 
1363050276Speter#From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
1363150276Speteraepro|Apple II+ running ASCII Express Pro--vt52, 
1363250276Speter	cols#80, lines#24, 
1363350276Speter	clear=\014$<300/>, cuf1=\EC, 
1363450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1363550276Speter	el=\EK, home=\EH, 
1363650276Speter# UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
1363750276Speterapple-vm80|ap-vm80|apple with viewmax-80, 
1363850276Speter	cols#80, lines#24, 
1363950276Speter	clear=\014$<300/>, cuf1=^\\:, 
1364050276Speter	cup=\036%p1%{32}%+%c%p2%{32}%+%c$<100/>, cuu1=^_, 
1364150276Speter	ed=\013$<300/>, el=^], home=\031$<200/>, 
1364250276Speter
1364350276Speter#### Apple Lisa & Macintosh
1364450276Speter#
1364550276Speter
1364650276Speter# (lisa: changed <cvvis> to <cnorm> -- esr)
1364750276Speterlisa|apple lisa console display (black on white), 
1364850276Speter	am, eo, msgr, 
1364950276Speter	cols#88, it#8, lines#32, 
1365050276Speter	acsc=jdkclfmenbqattuvvuwsx`, civis=\E[5h, clear=^L, 
1365150276Speter	cnorm=\E[5l, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1365250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1365350276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, 
1365450276Speter	is2=\E>\E[m\014, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1365550276Speter	kcuf1=\E[C, kcuu1=\E[A, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, 
1365650276Speter	sgr0=\E[m, smacs=\E[11m, smso=\E[7m, smul=\E[4m, 
1365750276Speterliswb|apple lisa console display (white on black), 
1365850276Speter	is2=\E>\E[0;7m\014, rmso=\E[0;7m, rmul=\E[0;7m, 
1365950276Speter	smso=\E[m, smul=\E[4m, use=lisa, 
1366050276Speter
1366150276Speter# lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
1366250276Speter# <is2> revised by Ferd Brundick <fsbrn@BRL.ARPA>
1366350276Speter#
1366450276Speter# These entries assume that the 'Auto Wraparound' is enabled.
1366550276Speter# Xon-Xoff flow control should also be enabled.
1366650276Speter#
1366750276Speter# The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
1366850276Speter# settings are in non-volatile memory and don't need to be reset upon login.
1366950276Speter# Also setting the number of columns glitches the screen annoyingly.
1367050276Speter# You can type "reset" to get them set.
1367150276Speter#
1367250276Speterlisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation, 
1367350276Speter	am, xenl, xon, 
1367450276Speter	cols#80, it#8, lines#24, vt#3, 
1367550276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, 
1367650276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1367750276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1367850276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1367950276Speter	el=\E[K, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, 
1368050276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, kf1=\EOQ, 
1368150276Speter	kf2=\EOR, kf3=\EOS, lf0=F1, lf1=F2, lf2=F3, lf3=F4, rc=\E8, 
1368250276Speter	rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1368350276Speter	rs1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r, 
1368450276Speter	sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 
1368550276Speter	tbc=\E[3g, 
1368650276Speter# Lisaterm in 132 column ("wide") mode.
1368750276Speterlisaterm-w|Apple Lisa with Lisaterm in 132 column mode, 
1368850276Speter	cols#132, 
1368950276Speter	kbs=^H, kcub1=^H, kcud1=^J, use=lisaterm, 
1369050276Speter# Although MacTerminal has insert/delete line, it is commented out here
1369150276Speter# since it is much faster and cleaner to use the "lock scrolling region"
1369250276Speter# method of inserting and deleting lines due to the MacTerminal implementation.
1369350276Speter# Also, the "Insert/delete ch" strings have an extra character appended to them
1369450276Speter# due to a bug in MacTerminal V1.1.  Blink is disabled since it is not
1369550276Speter# supported by MacTerminal.
1369650276Spetermac|macintosh|Macintosh with MacTerminal, 
1369750276Speter	xenl, 
1369850276Speter	blink@, dch1=\E[P$<7/>, ich1=\E[@$<9/>, ip=$<7/>, use=lisa, 
1369950276Speter# Lisaterm in 132 column ("wide") mode.
1370050276Spetermac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode, 
1370150276Speter	cols#132, use=mac, 
1370250276Speter
1370350276Speter#### Radio Shack/Tandy
1370450276Speter#
1370550276Speter
1370650276Speter# (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
1370750276Speter# I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
1370850276Speter# From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
1370950276Spetercoco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, 
1371050276Speter	am, 
1371150276Speter	cols#80, it#8, lines#24, 
1371250276Speter	bel=^G, blink=^_", bold=\E\:^A, civis=^E\s, 
1371350276Speter	clear=\014$<5*/>, cnorm=^E!, cub1=^H, cud1=^J, cuf1=^F, 
1371450276Speter	cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, 
1371550276Speter	dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, 
1371650276Speter	kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#, 
1371750276Speter	sgr0=\037!\E\:\0, smso=^_\s, smul=^_", 
1371850276Speter# (trs2: removed obsolete ":nl=^_:" -- esr)
1371950276Spetertrs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, 
1372050276Speter	am, msgr, 
1372150276Speter	cols#80, it#8, lines#24, 
1372250276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^_, cuf1=^], 
1372350276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, 
1372450276Speter	el=^A, home=^F, ht=^I, il1=^D, ind=^J, kbs=^H, kcub1=^\, 
1372550276Speter	kcud1=^_, kcuf1=^], kcuu1=^^, rmso=^O, sgr0=^O, smso=^N, 
1372650276Speter# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
1372750276Speter# (This had extension capabilities
1372850276Speter#	:BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
1372950276Speter#	:CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
1373050276Speter# I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
1373150276Spetertrs16|trs-80 model 16 console, 
1373250276Speter	am, 
1373350276Speter	cols#80, it#8, lines#24, 
1373450276Speter	acsc=jak`l_mbquvewcxs, bel=^G, civis=\ERc, clear=^L, 
1373550276Speter	cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1373650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1373750276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1373850276Speter	ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1373950276Speter	kf0=^A, kf1=^B, kf2=^D, kf3=^L, kf4=^U, kf5=^P, kf6=^N, kf7=^S, 
1374050276Speter	khome=^W, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, 
1374150276Speter	lf7=f8, mc4=\E]+, mc5=\E]=, rmacs=\ERg, rmso=\ER@, sgr0=\ER@, 
1374250276Speter	smacs=\ERG, smso=\ERD, 
1374350276Speter
1374450276Speter#### Atari ST
1374550276Speter#
1374650276Speter
1374750276Speter# From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
1374850276Speteratari|atari st, 
1374950276Speter	am, 
1375050276Speter	cols#80, it#8, lines#25, 
1375150276Speter	clear=\EH\EJ, cub1=\ED, cud1=\EB, cuf1=\EC, 
1375250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1375350276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, kcub1=\ED, kcud1=\EB, 
1375450276Speter	kcuf1=\EC, kcuu1=\EA, ri=\EI, rmso=\Eq, sgr0=\Eq, smso=\Ep, 
1375550276Speter# UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
1375650276Speter# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
1375750276Speteruniterm|uniterm49|UniTerm VT220 emulator with 49 lines, 
1375850276Speter	lines#49, 
1375950276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, use=vt220, 
1376050276Speter# MiNT VT52 emulation. 80 columns, 25 rows.
1376150276Speter# MiNT is Now TOS, the operating system which comes with all Ataris now
1376250276Speter# (mainly Atari Falcon). This termcap is for the VT52 emulation you get
1376350276Speter# under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
1376450276Speter# From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
1376550276Speterst52|Atari ST with VT52 emulation, 
1376650276Speter	am, km, 
1376750276Speter	cols#80, lines#25, 
1376850276Speter	bel=^G, civis=\Ef, clear=\EH\EJ, cnorm=\Ee, cr=^M, cub1=\ED, 
1376950276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1377050276Speter	cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 
1377150276Speter	ind=^J, ka1=\E#7, ka3=\E#5, kb2=\E#9, kbs=^H, kc1=\E#1, 
1377250276Speter	kc3=\E#3, kclr=\E#7, kcub1=\E#K, kcud1=\E#P, kcuf1=\E#M, 
1377350276Speter	kcuu1=\E#H, kf0=\E#D, kf1=\E#;, kf2=\E#<, kf3=\E#=, kf4=\E#>, 
1377450276Speter	kf5=\E#?, kf6=\E#@, kf7=\E#A, kf8=\E#B, kf9=\E#C, khome=\E#G, 
1377550276Speter	kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=^M^J, rc=\Ek, 
1377650276Speter	ri=\EI, rmcup=, rmso=\Eq, rs1=\Ez_\Eb@\EcA, sc=\Ej, sgr0=\Eq, 
1377750276Speter	smcup=\Ee, smso=\Ep, 
1377850276Speter 
1377950276Speter#### Commodore Business Machines
1378050276Speter#
1378150276Speter# Formerly located in West Chester, PA; went spectacularly bust in 1994
1378250276Speter# after years of shaky engineering and egregious mismanagement.  Made one
1378350276Speter# really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
1378450276Speter# C-128, VIC-20).  The C-64 is said to have been the most popular machine
1378550276Speter# ever (most units sold); they can still be found gathering dust in closets
1378650276Speter# everywhere.
1378750276Speter#
1378850276Speter
1378950276Speter# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
1379050276Speter# Added a few more entries, converted caret-type control sequence (^x) entries
1379150276Speter# to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
1379250276Speter#
1379350276Speter# :as:, :ae:			Support for alternate character sets.
1379450276Speter# :ve=\E[\040p:vi=\E[\060\040p:	cursor visible/invisible.
1379550276Speter# :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
1379650276Speter#     This one appears to fix a problem I always had with a line ending
1379750276Speter#     at 'width+1' (I think) followed by a blank line in vi. The blank
1379850276Speter#     line tended to disappear and reappear depending on how the screen
1379950276Speter#     was refreshed. Note that this is probably needed only if you use
1380050276Speter#     something like a Dnet Fterm with the window sized to some peculiar
1380150276Speter#     dimension larger than 80 columns.
1380250276Speter# :k0=\E9~:	map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
1380350276Speter# (amiga: removed obsolete :kn#10:,
1380450276Speter# also added empty <acsc> to suppress a warning --esr)
1380550276Speteramiga|Amiga ANSI, 
1380650276Speter	am, bw, xenl, 
1380750276Speter	cols#80, lines#24, 
1380850276Speter	acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, 
1380950276Speter	civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, 
1381050276Speter	cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, 
1381150276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1381250276Speter	cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, 
1381350276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, 
1381450276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, 
1381550276Speter	indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, kcub1=\ED, 
1381650276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E9~, kf1=\E0~, 
1381750276Speter	kf2=\E1~, kf3=\E2~, kf4=\E3~, kf5=\E4~, kf6=\E5~, kf7=\E6~, 
1381850276Speter	kf8=\E7~, kf9=\E8~, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, 
1381950276Speter	rmacs=^O, rmso=\E[m, rmul=\E[m, rs1=\Ec, sgr0=\E[m, smacs=^N, 
1382050276Speter	smso=\E[7m, smul=\E[4m, 
1382150276Speter
1382250276Speter# From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
1382350276Speter# (amiga: added empty <acsc> to suppress a warning.
1382450276Speter# I'm told this entry screws up badly with AS225, the Amiga
1382550276Speter# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
1382650276Speteramiga-h|Hans Verkuil's Amiga ANSI, 
1382750276Speter	bw, msgr, 
1382850276Speter	cols#80, lines#24, 
1382950276Speter	acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z, 
1383050276Speter	civis=\2330 p, clear=\233H\233J, cnorm=\233 p, cr=^M, 
1383150276Speter	cub=\233%p1%dD, cub1=\233D, cud=\233%p1%dB, cud1=\233B, 
1383250276Speter	cuf=\233%p1%dC, cuf1=\233C, cup=\233%i%p1%d;%p2%dH, 
1383350276Speter	cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P, 
1383450276Speter	dim=\2332m, ech=\233%p1%dP, ed=\233J, el=\233K, flash=^G, 
1383550276Speter	home=\233H, ht=^I, ich=\233%p1%d@, ich1=\233@, ind=\233S, 
1383650276Speter	indn=\233%p1%dS, invis=\2338m, is2=\23320l, kbs=^H, 
1383750276Speter	kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A, 
1383850276Speter	kdch1=\177, kf0=\2339~, kf1=\2330~, kf2=\2331~, kf3=\2332~, 
1383950276Speter	kf4=\2333~, kf5=\2334~, kf6=\2335~, kf7=\2336~, kf8=\2337~, 
1384050276Speter	kf9=\2338~, nel=\233B\r, rev=\2337m, ri=\233T, 
1384150276Speter	rin=\233%p1%dT, rmacs=^O, rmcup=\233?7h, rmso=\2330m, 
1384250276Speter	rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l, 
1384350276Speter	smso=\2337m, smul=\2334m, 
1384450276Speter
1384556639Speter# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
1384656639Speteramiga-8bit|Amiga ANSI using 8-bit controls, 
1384756639Speter	acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L, 
1384856639Speter	ind=\204, indn@, ri=\215, rin@, 
1384956639Speter	use=amiga-h, 
1385056639Speter
1385150276Speter# Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
1385250276Speter# 	I'm trying to write a termcap for a commodore b-128, and I'm
1385350276Speter# having a little trouble. I've had to map most of my control characters
1385450276Speter# to something that unix will accept (my delete-char is a ctrl-t, etc),
1385550276Speter# and create some functions (like cm), but thats life.
1385650276Speter# 	The problem is with the arrow keys - right, and up work fine, but
1385750276Speter# left deletes the previous character and down I just can't figure out.
1385850276Speter# Jove knows what I want, but I don't know what it's sending to me (it
1385950276Speter# isn't thats bound to next-line in jove).
1386050276Speter# 	Anybody got any ideas? Here's my termcap.
1386150276Speter# DAG -- I changed his "^n" entries to "\n"; see if that works.
1386250276Speter#
1386350276Spetercommodore|b-128|Commodore B-128 micro, 
1386450276Speter	am, bw, 
1386550276Speter	cols#80, lines#24, pb#150, 
1386650276Speter	clear=\E\006$<10/>, cr=^M, cud1=^J, cuf1=^F, 
1386750276Speter	cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P, 
1386850276Speter	dch1=\177$<10*/>, dl1=\Ed$<10*/>, el=\Eq$<10/>, 
1386950276Speter	home=\E^E, ht=\011$<5/>, ich1=\E\n$<5/>, il1=\Ei$<10/>, 
1387050276Speter	kcub1=^B, kcud1=^J, kcuf1=^F, kcuu1=^P, khome=\E^E, rmir=, 
1387150276Speter	smir=, 
1387250276Speter
1387350276Speter#### North Star
1387450276Speter#
1387550276Speter# North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
1387650276Speternorthstar|North Star Advantage, 
1387750276Speter	cols#80, lines#24, 
1387850276Speter	clear=\004$<200/>, 
1387950276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1/>, ed=\017$<200/>, 
1388050276Speter	el=\016$<200/>, home=\034\032$<200/>, 
1388150276Speter
1388250276Speter#### Osborne
1388350276Speter#
1388450276Speter# Thu Jul  7 03:55:16 1983
1388550276Speter#	
1388650276Speter# As an aside, be careful; it may sound like an anomaly on the 
1388750276Speter# Osborne, but with the 80-column upgrade, it's too easy to 
1388850276Speter# enter lines >80 columns!
1388950276Speter#	
1389050276Speter# I've already had several comments...
1389150276Speter# The Osborne-1 with the 80-col option is capable of being 
1389250276Speter# 52, 80, or 104 characters wide; default to 80 for compatibility 
1389350276Speter# with most systems.
1389450276Speter#	
1389550276Speter# The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
1389650276Speterosborne-w|osborne1-w|osborne I in 104-column mode, 
1389750276Speter	msgr, ul, xt, 
1389850276Speter	cols#104, lines#24, 
1389950276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1390050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1390150276Speter	dl1=\ER, el=\ET, ich1=\EQ, il1=\EE, ind=^J, kcub1=^H, kcud1=^J, 
1390250276Speter	kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, 
1390350276Speter# Osborne I	from ptsfa!rhc (Robert Cohen) via BRL
1390450276Speterosborne|osborne1|osborne I in 80-column mode, 
1390550276Speter	am, mir, msgr, ul, xhp, 
1390650276Speter	cols#80, lines#24, 
1390750276Speter	clear=^Z, cub1=\010$<4>, cud1=^J, cuf1=^L, 
1390850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, 
1390950276Speter	dch1=\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H, 
1391050276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E), 
1391150276Speter	rmul=\Em, smir=\EQ, smso=\E(, smul=\El, 
1391250276Speter#
1391350276Speter# Osborne Executive definition from BRL
1391450276Speter# Similar to tvi920
1391550276Speter# Added by David Milligan and Tom Smith (SMU)
1391650276Speterosexec|Osborne executive, 
1391750276Speter	am, 
1391850276Speter	cols#80, lines#24, xmc#1, 
1391950276Speter	bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1392050276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1392150276Speter	dl1=\ER, ed=\EY, el=\ET, home=^^, hts=\E1, ich1=\EQ, il1=\EE, 
1392250276Speter	is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, 
1392350276Speter	kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, 
1392450276Speter	kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, 
1392550276Speter	kf9=^AI\r, rmir=, rmso=\Ek, rmul=\Em, smir=, smso=\Ej, 
1392650276Speter	smul=\El, tbc=\E3, 
1392750276Speter
1392850276Speter#### Console types for obsolete UNIX clones
1392950276Speter#
1393050276Speter# Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
1393150276Speter# machines that tried to emulate the UNIX look'n'feel.  Coherent and Venix
1393250276Speter# were commercial, Minix an educational tool sold in conjunction with a book.
1393350276Speter# Memory-segmentation limits and a strong tendency to look like V7 long after
1393450276Speter# it was obsolete made all three pretty lame.  Venix croaked early.  Coherent
1393550276Speter# and Minix were ported to 32-bit Intel boxes, only to be run over by a
1393650276Speter# steamroller named `Linux' (which, to be fair, traces some lineage to Minix). 
1393750276Speter# Coherent's vendor, the Mark Williams Company, went belly-up in 1994.  There
1393850276Speter# are also, I'm told, Minix ports that ran on Amiga and Atari machines and
1393950276Speter# even as single processes under SunOS and the Macintosh OS.
1394050276Speter#
1394150276Speter
1394250276Speter# This is the entry provided with minix 1.7.4, with bogus :ri: removed.
1394350276Speterminix|minix console (v1.7), 
1394450276Speter	am, xenl, 
1394550276Speter	cols#80, it#8, lines#25, 
1394650276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1394750276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1394850276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1394950276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1395050276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1395150276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1395250276Speter	is2=\E[0m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1395350276Speter	kcuu1=\E[A, kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, 
1395450276Speter	kf5=\E[G, khome=\E[H, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +, 
1395550276Speter	lf4=Num -, lf5=Num 5, nel=^M^J, rev=\E[7m, ri=\EM, 
1395650276Speter	rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1395750276Speter# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
1395850276Speterminix-old|minix console (v1.5), 
1395950276Speter	xon, 
1396050276Speter	cols#80, it#8, lines#25, 
1396150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[0J, cr=^M, 
1396250276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1396350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1396450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1396550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[K, home=\E[H, ht=^I, 
1396650276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1396750276Speter	kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, 
1396850276Speter	kf0=\E[Y, kf1=\E[V, kf2=\E[U, kf3=\E[T, kf4=\E[S, kf5=\E[G, 
1396950276Speter	khome=\E[H, nel=^M^J, rev=\E[7m, ri=\EM, rmso=\E[0m, 
1397050276Speter	rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, 
1397150276Speter# The linewrap option can be specified by editing /usr/include/minix/config.h
1397250276Speter# before recompiling the minix 1.5 kernel.
1397350276Speterminix-old-am|minix console with linewrap, 
1397450276Speter	am, use=minix-old, 
1397550276Speter
1397650276Speterpc-minix|minix console on an Intel box, 
1397750276Speter	use=klone+acs, use=minix, 
1397850276Speter
1397950276Speter# According to the Coherent 2.3 manual, the PC console is similar
1398050276Speter# to a z19. The differences seem to be (1) 25 lines, (2) no status
1398150276Speter# line, (3) standout is broken, (4) ins/del line is broken, (5)
1398250276Speter# has blinking and bold.
1398350276Speterpc-coherent|pcz19|coherent|IBM PC console running Coherent, 
1398450276Speter	am, mir, 
1398550276Speter	cols#80, it#8, lines#25, 
1398650276Speter	bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1398750276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EN, 
1398850276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, 
1398950276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, ri=\EI, rmir=\EO, 
1399050276Speter	rmso=\Eq, sgr0=\Eq, smir=\E@, smso=\Ep, 
1399150276Speter
1399250276Speter# According to the Venix 1.1 manual, the PC console is similar
1399350276Speter# to a DEC vt52.  Differences seem to be (1) arrow keys send 
1399450276Speter# different strings, (2) enhanced standout, (3) added insert/delete line.
1399550276Speter# Note in particular that it doesn't have automatic margins.
1399650276Speter# There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
1399750276Speter# not described here because this derives from an old termcap entry.
1399850276Speterpc-venix|venix|IBM PC console running Venix, 
1399950276Speter	cols#80, it#8, lines#25, 
1400050276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1400150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1400250276Speter	ed=\EJ, el=\EK, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\EK, 
1400350276Speter	kcud1=\EP, kcuf1=\EM, kcuu1=\EH, khome=\EG, ri=\EI, 
1400450276Speter
1400550276Speter#### Miscellaneous microcomputer consoles
1400650276Speter#
1400750276Speter# If you know anything more about any of these, please tell me.
1400850276Speter#
1400950276Speter
1401050276Speter# The MAI Basic Four computer was obsolete at the end of the 1980s.
1401150276Speter# It may be used as a terminal by putting it in "line" mode as seen on 
1401250276Speter# one of the status lines.
1401350276Speter# Initialization is similar to CIT80. <is2> will set ANSI mode for you.  
1401450276Speter# Hardware tabs set by <if> at 8-spacing.  Auto line wrap causes glitches so
1401550276Speter# wrap mode is reset by <cvvis>.  Using <ind>=\E[S caused errors so I 
1401650276Speter# used \ED instead.
1401750276Speter# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
1401850276Spetermai|basic4|MAI Basic Four in ansi mode, 
1401950276Speter	am, da, db, mir, msgr, 
1402050276Speter	cols#82, it#8, lines#25, 
1402150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=^]^_, cnorm=\E[?7h, 
1402250276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=^X, 
1402350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, cvvis=\E[?7l, dch1=\E[1P, 
1402450276Speter	dl1=\E[M, ed=^_, el=^^, home=^], ht=^I, 
1402550276Speter	if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, 
1402650276Speter	is2=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H, 
1402750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1402850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, 
1402950276Speter	kf7=\EOV, kf8=\EOW, nel=^M\ED, rc=\E8, rev=\E[7m, ri=\E[T, 
1403050276Speter	rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, 
1403150276Speter	smir=\E[4h, smso=\E[7m, smul=\E[4m, 
1403250276Speter# basis from Peter Harrison, Computer Graphics Lab, San Francisco
1403350276Speter#   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
1403450276Speter# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
1403550276Speterbasis|BASIS108 computer with terminal translation table active, 
1403650276Speter	clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, 
1403750276Speter	kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), sgr0=\E), 
1403850276Speter	smso=\E(, 
1403950276Speter	use=adm3a, 
1404050276Speter# luna's BMC terminal emulator
1404150276Speterluna|luna68k|LUNA68K Bitmap console, 
1404250276Speter	cols#88, lines#46, use=ansi-mini, 
1404350276Spetermegatek|pegasus workstation terminal emulator, 
1404450276Speter	am, os, 
1404550276Speter	cols#83, lines#60, 
1404650276Speter# The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived 
1404750276Speter# interface (pre-Macintosh by several years) that went nowhere.
1404850276Speterxerox820|x820|Xerox 820, 
1404950276Speter	am, 
1405050276Speter	cols#80, lines#24, 
1405150276Speter	bel=^G, clear=1^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1405250276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^Q, el=^X, 
1405350276Speter	home=^^, ind=^J, 
1405450276Speter
1405550276Speter#### Videotex and teletext
1405650276Speter#
1405750276Speter
1405850276Speter# \E\:1}	switch to te'le'informatique mode (ascii terminal/ISO 6429)
1405950276Speter# \E[?3l	80 columns
1406050276Speter# \E[?4l	scrolling on
1406150276Speter# \E[12h	local echo off
1406250276Speter# \Ec		reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
1406350276Speter# \E)0		G1 DEC set (line graphics)
1406450276Speter#
1406550276Speter# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
1406650276Speterm2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique, 
1406750276Speter	eslok, hs, xenl, 
1406850276Speter	cols#80, it#8, lines#24, wsl#72, xmc#0, 
1406950276Speter	acsc=aaffggjjkkllmmnnooqqssttuuvvwwxx, bel=^G, 
1407050276Speter	blink=\E[5m, bold=\E[1m, civis=\E[<1h, clear=\E[H\E[J, 
1407150276Speter	cnorm=\E[<1l, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1407250276Speter	cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, 
1407350276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1407450276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1407550276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, flash=^G, fsl=^J, 
1407650276Speter	home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=^J, 
1407750276Speter	ip=$<7/>, is1=\E\:1}\Ec\E[?4l\E[12h, is2=\Ec\E[12h\E)0, 
1407850276Speter	is3=\E[?3l kbs=\010, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, 
1407950276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf0=\EOp, 
1408050276Speter	kf1=\EOq, kf10=\EOp, kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, 
1408150276Speter	kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, khome=\E[H, 
1408250276Speter	kich1=\E[4h, kil1=\E[4l, knp=\EOn, kpp=\EOR, ll=\E[24;80H, 
1408350276Speter	mc0=\E[i, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rin=\EM, 
1408450276Speter	rmacs=^O, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, 
1408550276Speter	rs1=\Ec\E[?4l\E[12h, rs2=\Ec\E)0, sc=\E7, sgr0=\E[m, 
1408650276Speter	smacs=^N, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=^_@A, 
1408750276Speter	u6=\E[%i%d;%dR, u7=\E[6n, 
1408850276Speter
1408950276Speter# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
1409050276Speter#
1409150276Speterminitel1|minitel 1, 
1409250276Speter	am, bw, eslok, hs, hz, msgr, 
1409350276Speter	colors#8, cols#40, lines#24, pairs#8, 
1409450276Speter	acsc=+.\,\,./f0g1, bel=^G, blink=\EH, civis=^T, clear=^L, 
1409550276Speter	cnorm=^Q, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1409650276Speter	cup=\037%p1%{65}%+%c%p2%{65}%+%c, cuu1=^K, el=^X, 
1409750276Speter	enacs=^Y, fsl=^J, home=^^, ind=^J, 
1409850276Speter	is2=\E;`ZQ\E\:iC\E\:iE\021, nel=^M^J, op=\EG, 
1409950276Speter	rep=%p1%c\022%p2%{63}%+%c, rev=\E], ri=^K, rmso=\E\\, 
1410050276Speter	setf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;, 
1410150276Speter	sgr=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;, 
1410250276Speter	sgr0=\EI\E\\, smso=\E], tsl=\037@%p1%{65}%+%c, 
1410350276Speter# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
1410450276Speterminitel1b|minitel 1-bistandard (in 40cols mode), 
1410550276Speter	mir, 
1410650276Speter	cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, 
1410750276Speter	cuu=\E[%p1%dA, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
1410850276Speter	dl1=\E[M, ed=\E[J, el1=\E[1K, il=\E[%p1%dL, il1=\E[L, 
1410950276Speter	is1=\E;iYA\E;jYC, kclr=\E[2J, kctab=^I, kcub1=\E[D, 
1411050276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, 
1411150276Speter	kel=^X, khome=\E[H, kich1=\E[4h, kil1=\E[L, rmir=\E[4l, 
1411250276Speter	smir=\E[4h, smkx=\E;iYA\E;jYC, 
1411350276Speter	use=minitel1, 
1411450276Speter# <rmkx> posait des problemes (logout en sortant de vi).
1411550276Speterminitel1b-80|minitel 1-bistandard (standard teleinformatique), 
1411650276Speter	am@, bw@, hz@, 
1411750276Speter	colors@, cols#80, it#8, pairs@, 
1411850276Speter	blink=\E[5m, bold=\E[1m, civis=\037@A\024\n, 
1411950276Speter	clear=\E[H\E[2J, cnorm=\037@A\021\n, cuf1=\E[C, 
1412050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1412150276Speter	ht=^I, ind=\ED, is1@, is2@, kent=\EOM, kf0=\EOp, kf1=\EOq, 
1412250276Speter	kf2=\EOr, kf3=\EOs, kf4=\EOt, kf5=\EOu, kf6=\EOv, kf7=\EOw, 
1412350276Speter	kf8=\EOx, kf9=\EOy, nel=\EE, op@, rc=\E8, rep@, rev=\E[7m, 
1412450276Speter	ri=\EM, rmkx@, rmso=\E[27m, rmul=\E[24m, sc=\E7, setf@, 
1412550276Speter	sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, 
1412650276Speter	sgr0=\E[m, smkx@, smso=\E[7m, smul=\E[4m, 
1412750276Speter	use=minitel1b, 
1412850276Speter
1412950276Speter######## OBSOLETE VDT TYPES
1413050276Speter#
1413150276Speter# These terminals are *long* dead -- these entries are retained for
1413250276Speter# historical interest only.
1413350276Speter
1413450276Speter#### Amtek Business Machines
1413550276Speter#
1413650276Speter
1413750276Speter# (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
1413850276Speter# but these caps were commented out in 8.3; also, removed overridden
1413950276Speter# ":do=^J:" -- esr)
1414050276Speterabm80|amtek business machines 80, 
1414150276Speter	am, bw, 
1414250276Speter	cols#80, lines#24, 
1414350276Speter	cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, 
1414450276Speter	cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, 
1414550276Speter	dl1=\E^S, ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, 
1414650276Speter
1414750276Speter#### Bell Labs blit terminals
1414850276Speter#
1414950276Speter# These were AT&T's official entries.  The 5620 FAQ maintained by 
1415050276Speter# David Breneman <daveb@dgtl.com> has this to say:
1415150276Speter#
1415250276Speter#  Actually, in the beginning was the Jerq, and the Jerq was white with a
1415350276Speter#  green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
1415450276Speter#  was good.  But lo, upon the horizon loomed a mighty management-type person
1415550276Speter#  (known now only by the initials VP) who said, the mighty Jerq must stay
1415650276Speter#  alone, and could not go forth into the world. So Locanthi and Pike put the
1415750276Speter#  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
1415850276Speter#  world. And the Jerq lived the rest of its days in research, but never
1415950276Speter#  strayed from those paths.
1416050276Speter#
1416150276Speter#  In all seriousness, the Blit was originally known as the Jerq, but when
1416250276Speter#  it started to be shown outside of the halls of the Bell Labs Research
1416350276Speter#  organization, the management powers that be decided that the name could
1416450276Speter#  not remain. So it was renamed to be Blit. This was in late 1981.
1416550276Speter#
1416650276Speter# (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
1416750276Speter# 730, and 730+.)
1416850276Speter#
1416950276Speter
1417050276Speterblit|jerq|blit running teletype rom, 
1417150276Speter	am, eo, ul, xon, 
1417250276Speter	cols#87, it#8, lines#72, 
1417350276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1417450276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, 
1417550276Speter	dch=\Ee%p1%{32}%+%c, dch1=\Ee!, dl=\EE%p1%{32}%+%c, 
1417650276Speter	dl1=\EE!, el=\EK, ht=^I, ich=\Ef%p1%{32}%+%c, ich1=\Ef!, 
1417750276Speter	il=\EF%p1%{32}%+%c, il1=\EF!, ind=^J, kbs=^H, kcub1=\ED, 
1417850276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ex, kf2=\Ey, kf3=\Ez, 
1417950276Speter
1418050276Speter# (cbblit: here's a BSD termcap that says <cud1=\EG> -- esr)
1418150276Spetercbblit|fixterm|blit running columbus code, 
1418250276Speter	cols#88, 
1418350276Speter	ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, 
1418450276Speter	rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, 
1418550276Speter	smul=\EU", 
1418650276Speter	use=blit, 
1418750276Speter
1418850276Speteroblit|ojerq|first version of blit rom, 
1418950276Speter	am, da, db, eo, mir, ul, xon, 
1419050276Speter	cols#88, it#8, lines#72, 
1419150276Speter	bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, 
1419250276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\EO, 
1419350276Speter	dl=\Ee%p1%{32}%+%c, dl1=\EE, ed=\EJ, el=\EK, flash=\E^G, 
1419450276Speter	ht=^I, il=\Ef%p1%{32}%+%c, il1=\EF, ind=^J, kbs=^H, rmir=\ER, 
1419550276Speter	smir=\EQ, 
1419650276Speter
1419750276Speter#### Bolt, Beranek & Newman (bbn)
1419850276Speter#
1419950276Speter# The BitGraph was a product of the now-defunct BBN Computer Corporation.
1420050276Speter# The parent company, best known as the architects of the Internet, is
1420150276Speter# still around.
1420250276Speter#
1420350276Speter# Jeff DelPapa <dp@world.std.com> writes:
1420450276Speter# The bitgraph was a large white box that contained a monochrome bitmap
1420550276Speter# display, and a 68000 to run it.  You could download code and run it on
1420650276Speter# the cpu, it had 128kb (I think) of memory.  I used one in the late
1420750276Speter# 70's, sure beat a vt100.  It had one strange feature tho -- it used
1420850276Speter# the cpu to bitblt pixels to scroll, it took longer than the refresh
1420950276Speter# rate, and looked like a rubber sheet stretching, then snapping
1421050276Speter# upwards.  It had everything the early mac had, except a floppy drive a
1421150276Speter# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
1421250276Speter# Beranek and Neuman) sold at most a few hundred of them to the real
1421350276Speter# world.  DOD may have bought more...
1421450276Speter# 
1421550276Speter
1421650276Speter# Entries for the BitGraph terminals.  The problem 
1421750276Speter# with scrolling in vi can only be fixed by getting BBN to put 
1421850276Speter# smarter scroll logic in the terminal or changing vi or padding 
1421950276Speter# scrolls with about 500 ms delay.
1422050276Speter#	
1422150276Speter# I always thought the problem was related to the terminal 
1422250276Speter# counting newlines in its input buffer before scrolling and 
1422350276Speter# then moving the screen that much. Then vi comes along and 
1422450276Speter# paints lines in on the bottom line of the screen, so you get 
1422550276Speter# this big white gap.
1422650276Speter
1422750276Speterbitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video), 
1422850276Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, 
1422950276Speter	use=bg2.0, 
1423050276Speterbg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video), 
1423150276Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, 
1423250276Speter	use=bg2.0, 
1423350276Speterbg2.0|bg3.10|bbn bitgraph 2.0 or later (no init), 
1423450276Speter	xenl, 
1423550276Speter	cols#85, lines#64, 
1423650276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, 
1423750276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1423850276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[M$<2*>, 
1423950276Speter	ed=\E[J$<150>, el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, 
1424050276Speter	ind=\n$<280>, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
1424150276Speter	kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=PF1, 
1424250276Speter	lf2=PF2, lf3=PF3, lf4=PF4, rc=\E8, rmkx=\E>, rmso=\E[m, sc=\E7, 
1424350276Speter	sgr0=\E[m, smkx=\E=, smso=\E[7m, 
1424450276Speter
1424550276Speterbg1.25rv|bbn bitgraph 1.25 (reverse video), 
1424650276Speter	flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h, use=bg1.25, 
1424750276Speterbg1.25nv|bbn bitgraph 1.25 (normal video), 
1424850276Speter	flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h, use=bg1.25, 
1424950276Speter# (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
1425050276Speterbg1.25|bbn bitgraph 1.25, 
1425150276Speter	cols#85, lines#64, 
1425250276Speter	bel=^G, clear=\E[H\E[J$<150>, cr=^M, cub1=^H, cud1=\E[B, 
1425350276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, 
1425450276Speter	dl1=\E[M$<2*>, ed=\E[J$<150>, el=\E[K$<2>, ht=^I, 
1425550276Speter	il1=\E[L$<2*>, ind=\n$<280>, kcub1=\ED, kcud1=\EB, 
1425650276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\ES, 
1425750276Speter	lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, ll=\E[64;1H, rmam=\E[?7l, 
1425850276Speter	rmkx=\E>, rmso=\E[m, sgr0=\E[m, smam=\E[?7h, smkx=\E=, 
1425950276Speter	smso=\E[7m, 
1426050276Speter
1426150276Speter#### Chromatics
1426250276Speter#
1426350276Speter
1426450276Speter# I have put the long strings in <smcup>/<rmcup>. Ti sets up a window 
1426550276Speter# that is smaller than the screen, and puts up a warning message 
1426650276Speter# outside the window. Te erases the warning message, puts the 
1426750276Speter# window back to be the whole screen, and puts the cursor at just
1426850276Speter# below the small window. I defined <cnorm> and <civis> to really turn 
1426950276Speter# the cursor on and off, but I have taken this out since I don't 
1427050276Speter# like the cursor being turned off when vi exits.   
1427150276Spetercg7900|chromatics|chromatics 7900, 
1427250276Speter	am, 
1427350276Speter	cols#80, lines#40, 
1427450276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^], 
1427550276Speter	cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2, 
1427650276Speter	ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|, 
1427750276Speter	rmcup=\001W0\,40\,85\,48\,\014\001W0\,0\,85\,48\,\001M0\,40\,, 
1427850276Speter	rmso=\001C1\,\001c2\,, 
1427950276Speter	smcup=\001P0\001O1\001R1\001C4\,\001c0\,\014\001M0\,42\,WARNING DOUBLE ENTER ESCAPE and \025\001C1\,\001c2\,\001W0\,0\,79\,39\,, 
1428050276Speter	smso=\001C4\,\001c7\,, uc=\001\001_\001\0, 
1428150276Speter
1428250276Speter#### Computer Automation
1428350276Speter#
1428450276Speter
1428550276Speterca22851|computer automation 22851, 
1428650276Speter	am, 
1428750276Speter	cols#80, lines#24, 
1428850276Speter	bel=^G, clear=\014$<8>, cr=^M, cub1=^U, cud1=^J, cuf1=^I, 
1428950276Speter	cup=\002%i%p1%c%p2%c, cuu1=^V, ed=^\, el=^], home=^^, ind=^J, 
1429050276Speter	kcub1=^U, kcud1=^W, kcuu1=^V, khome=^^, 
1429150276Speter
1429250276Speter#### Cybernex
1429350276Speter#
1429450276Speter
1429550276Speter# This entry has correct padding and the undocumented "ri" capability
1429650276Spetercyb83|xl83|cybernex xl-83, 
1429750276Speter	am, 
1429850276Speter	cols#80, lines#24, 
1429950276Speter	bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, 
1430050276Speter	cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, 
1430150276Speter	ed=\020$<62>, el=\017$<3>, home=^K, ind=^J, kcub1=^H, 
1430250276Speter	kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, 
1430350276Speter# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
1430450276Spetercyb110|mdl110|cybernex mdl-110, 
1430550276Speter	am, 
1430650276Speter	cols#80, lines#24, 
1430750276Speter	bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, 
1430850276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, 
1430950276Speter	dch1=\016A\036$<3.5>, dl1=\016A\016\036$<40>, 
1431050276Speter	ed=\016@\026$<6>, el=\016@\026$<145>, home=^Y, 
1431150276Speter	ht=\011$<43>, ich1=\016A\035$<3.5>, 
1431250276Speter	il1=\016A\016\035$<65>, ind=^J, rmso=^NG, smso=^NF, 
1431350276Speter
1431450276Speter#### Datapoint
1431550276Speter#
1431650276Speter# Datapoint is gone.  They used to be headquartered in Texas.
1431750276Speter# They created ARCnet, an Ethernet competitor that flourished for a while
1431850276Speter# in the early 1980s before 3COM got wise and cut its prices.  The service
1431950276Speter# side of Datapoint still lives (1995) in the form of Intelogic Trace.
1432050276Speter#
1432150276Speter
1432250276Speterdp3360|datapoint|datapoint 3360, 
1432350276Speter	am, 
1432450276Speter	cols#82, lines#25, 
1432550276Speter	bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, 
1432650276Speter	ed=^_, el=^^, home=^], ind=^J, 
1432750276Speter
1432850276Speter# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
1432950276Speter# The Datapoint 8242 Workstation was sold at least between 1985 
1433050276Speter# and 1989. To make the terminal work with this entry, press 
1433150276Speter# CONTROL-INT-INT to take the terminal off-line, and type (opt). 
1433250276Speter# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO 
1433350276Speter# CR/LF off. Use control-shift-[] as escape key, control-I as tab, 
1433450276Speter# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
1433550276Speter# fact unusable because the strings sent by the terminal conflict
1433650276Speter# with other keys).
1433750276Speter# The terminal is capable of displaying "box draw" characters.
1433850276Speter# For each graphic character you must send 2 ESC's (\E\E) followed 
1433950276Speter# by a control character as follows: 
1434050276Speter#         character        meaning
1434150276Speter#         =========        =======
1434250276Speter#         ctrl-E           top tee
1434350276Speter#         ctrl-F           right tee
1434450276Speter#         ctrl-G           bottom tee
1434550276Speter#         ctrl-H           left tee
1434650276Speter#         ctrl-I           cross
1434750276Speter#         ctrl-J           top left corner
1434850276Speter#         ctrl-K           top right corner
1434950276Speter#         ctrl-L           bottom left corner
1435050276Speter#         ctrl-M           bottom right corner
1435150276Speter#         ctrl-N           horizontal line
1435250276Speter#         ctrl-O           vertical line
1435350276Speter# Unfortunately this cannot be fitted into the termcap/terminfo 
1435450276Speter# description scheme. 
1435550276Speterdp8242|datapoint 8242, 
1435650276Speter	msgr, 
1435750276Speter	cols#80, lines#25, 
1435850276Speter	bel=^G, civis=^Y, clear=\025\E\004\027\030, cnorm=^X, 
1435950276Speter	cr=^M, cub1=^H, cud1=^J, 
1436050276Speter	cup=\011%p2%'\0'%+%c%p1%'\0'%+%c, dl1=\E^Z, ed=^W, el=^V, 
1436150276Speter	home=^U, ht=^I, il1=\E^T, ind=^C, 
1436250276Speter	is1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1436350276Speter	kbs=^H, kcub1=^D, kcud1=^B, kcuf1=^F, kcuu1=^E, kf1=^G\Ee, 
1436450276Speter	kf10=\EK\Ea, kf2=^I\Ed, kf3=^J\Ec, kf4=^J\Eb, kf5=^S\Ea, 
1436550276Speter	kf6=\EO\Ee, kf7=\EN\Ed, kf8=\EM\Ec, kf9=\EL\Eb, nel=^M^J, 
1436650276Speter	rep=\E\023%p1%c%p2%c, ri=^K, rmso=\E^D, rmul=\E^D, 
1436750276Speter	rs1=\E\014\E\016\0\230\0\317\025\027\030\E\004, 
1436850276Speter	smso=\E^E, smul=\E^F, 
1436950276Speter	wind=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025, 
1437050276Speter
1437150276Speter#### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
1437250276Speter#
1437350276Speter# These entries are DEC's official terminfos for its older terminals.
1437450276Speter# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
1437550276Speter# Engineering for more information.  Updated terminfos and termcaps 
1437650276Speter# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1437750276Speter#
1437850276Speter
1437950276Spetergt40|dec gt40, 
1438050276Speter	os, 
1438150276Speter	cols#72, lines#30, 
1438250276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1438350276Spetergt42|dec gt42, 
1438450276Speter	os, 
1438550276Speter	cols#72, lines#40, 
1438650276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, 
1438750276Spetervt50|dec vt50, 
1438850276Speter	cols#80, lines#12, 
1438950276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1439050276Speter	cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, 
1439150276Spetervt50h|dec vt50h, 
1439250276Speter	cols#80, lines#12, 
1439350276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1439450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1439550276Speter	el=\EK, ht=^I, ind=^J, ri=\EI, 
1439650276Speter# (vt61: there's a BSD termcap that claims <dl1=\EPd>, <il1=\EPf.> <kbs=^H>)
1439750276Spetervt61|vt-61|vt61.5|dec vt61, 
1439850276Speter	cols#80, lines#24, 
1439950276Speter	bel=^G, clear=\EH\EJ$<120>, cr=\r$<20>, cub1=^H, cud1=^J, 
1440050276Speter	cuf1=\EC$<20>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, 
1440150276Speter	cuu1=\EA$<20>, ed=\EJ$<120>, el=\EK$<70>, ht=^I, 
1440250276Speter	ind=\n$<20>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, 
1440350276Speter	ri=\E$<20>I, 
1440450276Speter
1440550276Speter# The gigi does standout with red!
1440650276Speter# (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
1440750276Spetergigi|vk100|dec gigi graphics terminal, 
1440850276Speter	am, xenl, 
1440950276Speter	cols#84, lines#24, 
1441050276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1441150276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1441250276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, 
1441350276Speter	el=\E[K, ht=^I, ind=^J, 
1441450276Speter	is2=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h, 
1441550276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, 
1441650276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, 
1441750276Speter	rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1441850276Speter	sgr0=\E[m, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7;31m, 
1441950276Speter	smul=\E[4m, 
1442050276Speter
1442150276Speter# DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
1442250276Speter# a PC differentiated from the IBM clones.  It was a total, ludicrous,
1442350276Speter# grossly-overpriced failure (among other things, DEC's OS didn't include
1442450276Speter# a format program, so you had to buy pre-formatted floppies from DEC at
1442550276Speter# a hefty premium!).
1442650276Speterpro350|decpro|dec pro console, 
1442750276Speter	cols#80, it#8, lines#24, 
1442850276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1442950276Speter	clear=\EH\EJ, cub1=^H, cud1=\EB, cuf1=\EC, 
1443050276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, 
1443150276Speter	el=\EK, home=\EH, ht=^I, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1443250276Speter	kcuu1=\EA, kf0=\EE, kf1=\EF, kf2=\EG, kf3=\EH, kf4=\EI, 
1443350276Speter	kf5=\EJ, kf6=\Ei, kf7=\Ej, khome=\EH, ri=\EI, rmacs=\EG, 
1443450276Speter	rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, 
1443550276Speter
1443650276Speterdw1|decwriter I, 
1443750276Speter	hc, os, 
1443850276Speter	cols#72, 
1443950276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1444050276Speterdw2|decwriter|dw|decwriter II, 
1444150276Speter	hc, os, 
1444250276Speter	cols#132, 
1444350276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, 
1444450276Speter# \E(B		Use U.S. character set (otherwise # => british pound !)
1444550276Speter# \E[20l	Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
1444650276Speter# \E[w   	10 char/in pitch
1444750276Speter# \E[1;132	full width horizontal margins
1444850276Speter# \E[2g		clear all tab stops
1444950276Speter# \E[z		6 lines/in
1445050276Speter# \E[66t	66 lines/page (for \f)
1445150276Speter# \E[1;66r	full vertical page can be printed
1445250276Speter# \E[4g		clear vertical tab stops
1445350276Speter# \E>		disable alternate keypad mode (so it transmits numbers!)
1445450276Speter# \E[%i%p1%du	set tab stop at column %d (origin == 1)
1445550276Speter#		(Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
1445650276Speter#		a tab stop)
1445750276Speter#
1445850276Speter#       The dw3 does standout with wide characters.
1445950276Speter#
1446050276Speterdw3|la120|decwriter III, 
1446150276Speter	hc, os, 
1446250276Speter	cols#132, 
1446350276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, 
1446450276Speter	is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, 
1446550276Speter	is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, 
1446650276Speter	kbs=^H, rmso=\E[w, sgr0=\E[w, smso=\E[6w, 
1446750276Speterdw4|decwriter IV, 
1446850276Speter	am, hc, os, 
1446950276Speter	cols#132, 
1447050276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, 
1447150276Speter	kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, 
1447250276Speter
1447350276Speter# These aren't official
1447450276Speterln03|dec ln03 laser printer, 
1447550276Speter	hc, 
1447650276Speter	cols#80, lines#66, 
1447750276Speter	bel=^G, cr=^M, cud1=^J, hd=\EK, ht=^I, hu=\EL, ind=^J, nel=^M^J, 
1447850276Speter	rmso=\E[22m, rmul=\E[24m, sgr0=\E[m, smso=\E[1m, 
1447950276Speter	smul=\E[4m, 
1448050276Speterln03-w|dec ln03 laser printer 132 cols, 
1448150276Speter	cols#132, 
1448250276Speter	bel=^G, cr=^M, cud1=^J, ht=^I, ind=^J, kbs=^H, kcub1=^H, 
1448350276Speter	kcud1=^J, nel=^M^J, 
1448450276Speter	use=ln03, 
1448550276Speter
1448650276Speter#### Delta Data (dd)
1448750276Speter#
1448850276Speter
1448950276Speter# Untested. The cup sequence is hairy enough that it probably needs work.
1449050276Speter# The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
1449150276Speter# There are BSD-derived termcap entries floating around for this puppy
1449250276Speter# that are *certainly* wrong.
1449350276Speterdelta|dd5000|delta data 5000, 
1449450276Speter	am, 
1449550276Speter	cols#80, lines#27, 
1449650276Speter	bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, 
1449750276Speter	cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-%{57}%+%c, 
1449850276Speter	cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, 
1449950276Speter
1450050276Speter#### Digital Data Research (ddr)
1450150276Speter#
1450250276Speter
1450350276Speter# (ddr: I added <rmam>/<smam> based on the init string -- esr)
1450450276Speterddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, 
1450550276Speter	am, xenl, 
1450650276Speter	cols#80, it#8, lines#24, vt#3, 
1450750276Speter	blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1450850276Speter	clear=\E[H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
1450950276Speter	cud1=^J, cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
1451050276Speter	cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
1451150276Speter	ht=^I, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, kbs=^H, 
1451250276Speter	kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, 
1451350276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, 
1451450276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, rmam=\E[7l, 
1451550276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m$<2/>, 
1451650276Speter	rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, 
1451750276Speter	sgr0=\E[m$<2/>, smam=\E[7l, smkx=\E[?1h\E=, smso=\E[7m, 
1451850276Speter	smul=\E[4m$<2/>, 
1451950276Speter
1452050276Speter#### Evans & Sutherland
1452150276Speter#
1452250276Speter
1452350276Speter# Jon Leech <leech@cs.unc.edu> tells us:
1452450276Speter# The ps300 was the Evans & Sutherland Picture System 300, a high
1452550276Speter# performance 3D vector graphics system with a bunch of specialized hardware.
1452650276Speter# Approximate date of release was 1982 (early 80s, anyway), and it had several
1452750276Speter# evolutions including (limited) color versions such as the PS330C. PS300s
1452850276Speter# were effectively obsolete by the late 80s, replaced by raster graphics
1452950276Speter# systems, although specialized applications like molecular modelling
1453050276Speter# hung onto them for a while longer.  AFAIK all E&S vector graphics systems
1453150276Speter# are out of production, though of course E&S is very much alive (in 1996).
1453250276Speter# (ps300: changed ":pt@:" to "it@" -- esr)
1453350276Speter#
1453450276Speterps300|Picture System 300, 
1453550276Speter	xt, 
1453650276Speter	it@, 
1453750276Speter	rmso@, rmul@, smso@, smul@, use=vt100, 
1453850276Speter
1453950276Speter#### General Electric (ge)
1454050276Speter#
1454150276Speter
1454250276Speterterminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, 
1454350276Speter	hc, os, 
1454450276Speter	cols#120, 
1454550276Speter	bel=^G, cr=^M, cud1=^J, ind=^J, 
1454650276Speter
1454750276Speter#### Heathkit/Zenith
1454850276Speter#
1454950276Speter
1455050276Speter# Here is a description of the H19 DIP switches:
1455150276Speter#
1455250276Speter# S401
1455350276Speter# 0-3 = baud rate as follows:
1455450276Speter# 
1455550276Speter#         3       2       1       0
1455650276Speter#	---	---	---	--- 
1455750276Speter#         0       0       1       1       300 baud
1455850276Speter#         0       1       0       1       1200 baud
1455950276Speter#         1       0       0       0       2400 baud
1456050276Speter#         1       0       1       0       4800 baud
1456150276Speter#         1       1       0       0       9600 baud
1456250276Speter#         1       1       0       1       19.2K baud
1456350276Speter# 
1456450276Speter# 4 = parity (0 = no parity)
1456550276Speter# 5 = even parity (0 = odd parity)
1456650276Speter# 6 = stick parity (0 = normal parity)
1456750276Speter# 7 = full duplex (0 = half duplex)
1456850276Speter# 
1456950276Speter# S402 
1457050276Speter# 0 = block cursor (0 = underscore cursor)
1457150276Speter# 1 = no key click (0 = keyclick)
1457250276Speter# 2 = wrap at end of line (0 = no wrap)
1457350276Speter# 3 = auto LF on CR (0 = no LF on CR)
1457450276Speter# 4 = auto CR on LF (0 = no CR on LF)
1457550276Speter# 5 = ANSI mode (0 = VT52 mode)
1457650276Speter# 6 = keypad shifted (0 = keypad unshifted)
1457750276Speter# 7 = 50Hz refresh (1 = 60Hz refresh)
1457850276Speter# 
1457950276Speter# Factory Default settings are as follows:
1458050276Speter#          7 6 5 4 3 2 1 0
1458150276Speter# S401     1 0 0 0 1 1 0 0
1458250276Speter# S402     0 0 0 0 0 0 0 0
1458350276Speter# (h19: I added <rmam>/<smam> based on the init string;
1458450276Speter# also added empty <acsc> to suppress a tic warning -- esr)
1458550276Speterh19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode, 
1458650276Speter	am, mir, msgr, 
1458750276Speter	cols#80, it#8, lines#24, 
1458850276Speter	acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, 
1458950276Speter	cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, 
1459050276Speter	cuu1=\E[1A, cvvis=\E[>4h, dch1=\E[1P, dl1=\E[1M$<1*>, 
1459150276Speter	ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L$<1*>, ind=^J, 
1459250276Speter	is2=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h, 
1459350276Speter	kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A, 
1459450276Speter	kf1=\EOS, kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, 
1459550276Speter	kf7=\EOQ, kf8=\EOR, khome=\E[H, lf6=blue, lf7=red, lf8=white, 
1459650276Speter	ri=\EM, rmacs=\E[11m, rmam=\E[?7l, rmir=\E[4l, rmso=\E[m, 
1459750276Speter	smacs=\E[10m, smam=\E[?7h, smir=\E[4h, smso=\E[7m, 
1459850276Speterh19-bs|heathkit w/keypad shifted, 
1459950276Speter	rmkx=\Eu, smkx=\Et, use=h19-b, 
1460050276Speterh19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor, 
1460150276Speter	rmkx=\Eu, smkx=\Et, 
1460250276Speter	use=h19-u, 
1460350276Speter# (h19: merged in <ip> from BSDI hp19-e entry>;
1460450276Speter# also added empty <acsc> to suppress a tic warning --esr)
1460550276Speter# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998 
1460650276Speter# Tim tells us that:
1460750276Speter# I have an old Zenith-19 terminal at home that still gets a lot of use.
1460850276Speter# This terminal suffers from the same famous insert-mode padding lossage
1460950276Speter# that has been acknowledged for the Z29 terminal.  Emacs is nearly
1461050276Speter# unusable on this box, since even a half-scroll up or down the window
1461150276Speter# causes flaming terminal death.
1461250276Speter#   
1461350276Speter# On the Z19, the only way I have found around this problem is to remove
1461450276Speter# the :al: and :dl: entries entirely.  No amount of extra padding will
1461550276Speter# help (I have tried up to 20000).  Removing <il1=\EL$> and <dl1=\EM$>
1461650276Speter# makes Emacs a little slower, but it remains in the land of the living.
1461750276Speter# Big win.
1461850276Speterh19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, 
1461950276Speter	am, eslok, hs, mir, msgr, 
1462050276Speter	cols#80, it#8, lines#24, 
1462150276Speter	acsc=, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, 
1462250276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1462350276Speter	cvvis=\Ex4, dch1=\EN, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, 
1462450276Speter	ht=^I, ind=^J, ip=<1.5/>, kbs=^H, kcub1=\ED, kcud1=\EB, 
1462550276Speter	kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1462650276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, 
1462750276Speter	lf7=red, lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1462850276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1462950276Speter	tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, 
1463050276Speterh19-u|heathkit with underscore cursor, 
1463150276Speter	cnorm@, cvvis@, use=h19-b, 
1463250276Speterh19-g|h19g|heathkit w/block cursor, 
1463350276Speter	cnorm=\Ex4, use=h19-b, 
1463450276Speteralto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, 
1463550276Speter	lines#60, 
1463650276Speter	dl1=\EM, il1=\EL, use=h19, 
1463750276Speter
1463850276Speter# The major problem with the Z29 is that it requires more padding than the Z19.
1463950276Speter#
1464050276Speter# The problem with declaring an H19 to be synonymous with a Z29 is that
1464150276Speter# it needs more padding. It especially loses if a program attempts
1464250276Speter# to put the Z29 into insert mode and insert text at 9600 baud. It
1464350276Speter# even loses worse if the program attempts to insert tabs at 9600
1464450276Speter# baud. Adding padding to text that is inserted loses because in 
1464550276Speter# order to make the Z29 not die, one must add so much padding that
1464650276Speter# whenever the program tries to use insert mode, the effective 
1464750276Speter# rate is about 110 baud.
1464850276Speter# 
1464950276Speter# What program would want to put the terminal into insert mode 
1465050276Speter# and shove stuff at it at 9600 baud you ask?  
1465150276Speter# 
1465250276Speter# Emacs. Emacs seems to want to do the mathematically optimal 
1465350276Speter# thing in doing a redisplay rather than the practical thing.
1465450276Speter# When it is about to output a line on top of a line that is 
1465550276Speter# already on the screen, instead of just killing to the end of 
1465650276Speter# the line and outputting the new line, it compares the old line 
1465750276Speter# and the new line and if there are any similarities, it 
1465850276Speter# constructs the new line by deleting the text on the old line 
1465950276Speter# on the terminal that is already there and then inserting new
1466050276Speter# text into the line to transform it into the new line that is 
1466150276Speter# to be displayed. The Z29 does not react kindly to this.
1466250276Speter# 
1466350276Speter# But don't cry for too long.... There is a solution. You can make
1466450276Speter# a termcap entry for the Z29 that says the Z29 has no insert mode.
1466550276Speter# Then Emacs cannot use it. "Oh, no, but now inserting into a 
1466650276Speter# line will be really slow", you say. Well there is a sort of a
1466750276Speter# solution to that too. There is an insert character option on 
1466850276Speter# the Z29 that will insert one character. Unfortunately, it 
1466950276Speter# involves putting the terminal into ansi mode, inserting the 
1467050276Speter# character, and changing it back to H19 mode. All this takes 12 
1467150276Speter# characters. Pretty expensive to insert one character, but it 
1467250276Speter# works. Either Emacs doesn't try to use its inserting hack when 
1467350276Speter# it's only given an insert character ability or the Z29 doesn't 
1467450276Speter# require padding with this (the former is probably more likely, 
1467550276Speter# but I haven't checked it out).
1467650276Speter# (z29: added empty <acsc> to suppress a tic warning, merged in
1467750276Speter# status line capabilities from BRL entry --esr)
1467850276Speterz29|zenith29|z29b|zenith z29b, 
1467950276Speter	am, eslok, hs, mir, msgr, 
1468050276Speter	cols#80, lines#24, 
1468150276Speter	acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4, cr=^M, 
1468250276Speter	cub1=^H, cud1=\EB, cuf1=\EC, 
1468350276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, 
1468450276Speter	cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1/>, dsl=\Ey1, 
1468550276Speter	ed=\EJ$<14>, el=\EK$<1>, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1468650276Speter	ich1=\E<\E[1@\E[?2h$<1>, il1=\EL$<1/>, ind=\n$<2>, 
1468750276Speter	is2=\E<\E[?2h\Ev, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1468850276Speter	kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, 
1468950276Speter	kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, 
1469050276Speter	lf0=home, ri=\EI$<2/>, rmacs=\EF, rmir=\EO, rmso=\Eq, 
1469150276Speter	rmul=\Es0, smacs=\EG, smir=\E@, smso=\Ep, smul=\Es8, 
1469250276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1469350276Speter# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
1469450276Speter# the world is stable. <rs1> causes the terminal to be reset to the state
1469550276Speter# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
1469650276Speter# cursor, bc -> block cursor.
1469750276Speter# From: Mike Meyers
1469850276Speter# (z29a: replaced nonexistent <if=/usr/share/tabset/zenith29> befause <hts>
1469950276Speter# looks vt100-compatible -- esr)
1470050276Speterz29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode, 
1470150276Speter	am, eslok, hs, mir, msgr, 
1470250276Speter	cols#80, it#8, lines#24, 
1470350276Speter	bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J, cr=^M, 
1470450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1470550276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
1470650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1470750276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1470850276Speter	dsl=\E[>1l, ed=\E[J, el=\E[K, fsl=\E[u\E[>5l, home=\E[H, 
1470950276Speter	ht=^I, hts=\EH, if=/usr/share/tabset/vt100, il=\E[%p1%dL, 
1471050276Speter	ind=\ED, kbs=^H, kclr=\E[J, kcub1=\EOD, kcud1=\EOB, 
1471150276Speter	kcuf1=\EOC, kcuu1=\EOA, ked=\E[J, kf0=\E[~, kf1=\EOS, 
1471250276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1471350276Speter	kf8=\EOR, kf9=\EOX, khome=\E[H, lf0=help, mc0=\E#7, 
1471450276Speter	nel=^M\ED, rc=\E[r, rev=\E[7m, ri=\EM, rmcup=\E[?7h, 
1471550276Speter	rmso=\E[m, rmul=\E[m, 
1471650276Speter	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, 
1471750276Speter	sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m, 
1471850276Speter	tbc=\E[3g, tsl=\E[s\E[>5;1h\E[25;%i%dH\E[1K, 
1471950276Speterz29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor, 
1472050276Speter	rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m, 
1472150276Speter	use=z29a, 
1472250276Speterz29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick, 
1472350276Speter	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, 
1472450276Speter	use=z29a, 
1472550276Speterz29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick, 
1472650276Speter	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, 
1472750276Speter	use=z29a, 
1472850276Speter# From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
1472950276Speterz39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode, 
1473050276Speter	am, eslok, hs, mc5i, mir, msgr, xon, 
1473150276Speter	cols#80, lines#24, 
1473250276Speter	acsc=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, 
1473350276Speter	blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h, 
1473450276Speter	clear=\E[2J\E[H, cnorm=\E[>5l, cr=^M, 
1473550276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1473650276Speter	cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, 
1473750276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
1473850276Speter	dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, 
1473950276Speter	dl1=\E[1M, dsl=\E[>1l, ed=\E[0J, el=\E[0K, el1=\E[1K, 
1474050276Speter	fsl=\E[u, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[1L, 
1474150276Speter	ind=^J, is2=\E<\E[>1;3;5;6;7l\E[0m\E[2J, ka1=\EOw, 
1474250276Speter	ka3=\EOu, kb2=\EOy, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, 
1474350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ked=\E[J, kf1=\EOS, 
1474450276Speter	kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, 
1474550276Speter	kf8=\EOR, kf9=\EOX, khlp=\E[~, khome=\E[H, ll=\E[24;1H, 
1474650276Speter	mc0=\E[?19h\E[i, mc4=\E[4i, mc5=\E[5i, rc=\E[u, rev=\E[7m, 
1474750276Speter	rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m, 
1474850276Speter	rmul=\E[0m, rs2=\E<\Ec\0, sc=\E[s, sgr0=\E[0m, smacs=\E(0, 
1474950276Speter	smir=\E[4h, smkx=\E[>7h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
1475050276Speter	tsl=\E[s\E[>1h\E[25;%i%p1%dH, 
1475150276Speter
1475250276Speter# From: Brad Brahms <Brahms@USC-ECLC>
1475350276Speterz100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, 
1475450276Speter	cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, 
1475550276Speter	use=z100bw, 
1475650276Speter# (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
1475750276Speterz100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, 
1475850276Speter	mir, msgr, 
1475950276Speter	cols#80, it#8, lines#24, 
1476050276Speter	acsc=, clear=\EE$<5*/>, cnorm=\Ey4, cub1=^H, cud1=\EB, 
1476150276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, 
1476250276Speter	cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, 
1476350276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL$<5*/>, kbs=^H, 
1476450276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EJ, kf1=\ES, 
1476550276Speter	kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, 
1476650276Speter	kf9=\EOI, khome=\EH, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, 
1476750276Speter	smacs=\EF, smir=\E@, smso=\Ep, 
1476850276Speterp19|h19-b with il1/dl1, 
1476950276Speter	dl1=\EM$<2*/>, il1=\EL$<2*/>, use=h19-b, 
1477050276Speter# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
1477150276Speter# (ztx: removed duplicate :sr: -- esr)
1477250276Speterztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11, 
1477350276Speter	am, eslok, hs, 
1477450276Speter	cols#80, it#8, lines#24, 
1477550276Speter	clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, 
1477650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, 
1477750276Speter	dsl=\Ey1, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, ht=^I, 
1477850276Speter	il1=\EL, is2=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>, 
1477950276Speter	kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\ES, 
1478050276Speter	kf1=\EB, kf2=\EU, kf3=\EV, kf4=\EW, kf5=\EP, kf6=\EQ, kf7=\ER, 
1478150276Speter	ri=\EI, rmso=\Eq, rmul=\Eq, smso=\Es5, smul=\Es2, 
1478250276Speter	tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, 
1478350276Speter
1478450276Speter#### IMS International (ims)
1478550276Speter#
1478650276Speter# There was a company called IMS International located in Carson City, 
1478750276Speter# Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
1478850276Speter# bus/Z80 hardware and a line of terminals called Ultimas.  
1478950276Speter#
1479050276Speter
1479150276Speter# From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
1479250276Speterims950-b|bare ims950 no init string, 
1479350276Speter	is2@, use=ims950, 
1479450276Speter# (ims950: removed obsolete ":ko@:" -- esr)
1479550276Speterims950|ims televideo 950 emulation, 
1479650276Speter	xenl@, 
1479750276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1479850276Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, 
1479950276Speter	use=tvi950, 
1480050276Speter# (ims950-rv: removed obsolete ":ko@:" -- esr)
1480150276Speterims950-rv|ims tvi950 rev video, 
1480250276Speter	xenl@, 
1480350276Speter	flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, 
1480450276Speter	kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, 
1480550276Speter	use=tvi950-rv, 
1480650276Speterims-ansi|ultima2|ultimaII|IMS Ultima II, 
1480750276Speter	am, 
1480850276Speter	cols#80, it#8, lines#24, 
1480950276Speter	clear=\E[H\E[2J, cub1=^H, cud1=\ED, 
1481050276Speter	cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, 
1481150276Speter	ht=^I, if=/usr/share/tabset/vt100, 
1481250276Speter	is2=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r, kcub1=\E[D, 
1481350276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, ri=\EM, 
1481450276Speter	rmso=\E[m\E[1m, rmul=\E[m\E[1m, sgr0=\E[m, smso=\E[7m, 
1481550276Speter	smul=\E[4m, 
1481650276Speter
1481750276Speter#### Intertec Data Systems
1481850276Speter#
1481950276Speter# I think this company is long dead as of 1995.  They made an early CP/M
1482050276Speter# micro called the "Intertec Superbrain" that was moderately popular,
1482150276Speter# then sank out of sight.
1482250276Speter#
1482350276Speter
1482450276Spetersuperbrain|intertec superbrain, 
1482550276Speter	am, bw, 
1482650276Speter	cols#80, lines#24, 
1482750276Speter	bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1482850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, 
1482950276Speter	ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, 
1483050276Speter	kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, 
1483150276Speter# (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>, 
1483250276Speter# rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
1483350276Speter# and the reverse is actually true.  Try it. -- esr)
1483450276Speterintertube|intertec|Intertec InterTube, 
1483550276Speter	am, 
1483650276Speter	cols#80, lines#25, 
1483750276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, 
1483850276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, 
1483950276Speter	ind=^J, rmso=\E0@, smso=\E0P, 
1484050276Speter# The intertube 2 has the "full duplex" problem like the tek 4025: if you
1484150276Speter# are typing and a command comes in, the keystrokes you type get interspersed
1484250276Speter# with the command and it messes up
1484350276Speterintertube2|intertec data systems intertube 2, 
1484450276Speter	cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, 
1484550276Speter	el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, 
1484650276Speter	ll=^K^X\r, vpa=\013%p1%c, 
1484750276Speter	use=intertube, 
1484850276Speter
1484950276Speter#### Ithaca Intersystems
1485050276Speter#
1485150276Speter# This company made S100-bus personal computers long ago in the pre-IBM-PC
1485250276Speter# past.  They used to be reachable at:
1485350276Speter#
1485450276Speter#	Ithaca Intersystems
1485550276Speter#	1650 Hanshaw Road
1485650276Speter#	Ithaca, New York 14850
1485750276Speter#
1485850276Speter# However, the outfit went bankrupt years ago.
1485950276Speter#
1486050276Speter
1486150276Speter# The Graphos III was a color graphics terminal from Ithaca Intersystems.
1486250276Speter# These entries were written (originally in termcap syntax) by Brian Yandell 
1486350276Speter# <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the 
1486450276Speter# University of Wisconsin.
1486550276Speter
1486650276Speter# (graphos: removed obsolete and syntactically incorrect :kn=4:, 
1486750276Speter# removed <if=/usr/share/tabset/init.graphos> and 
1486850276Speter# <rf=/usr/share/tabset/init.graphos> no such file & no <hts> -- esr)
1486950276Spetergraphos|graphos III, 
1487050276Speter	am, mir, 
1487150276Speter	cols#80, it#8, lines#24, 
1487250276Speter	clear=\E[H\E[2J, cnorm=\Ez56;2;0;0z\Ez73z\Ez4;1;1z, 
1487350276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, 
1487450276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1487550276Speter	cuu=\E[%p1%dA, cuu1=\E[A, 
1487650276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;24z, dch1=\E[P, dl=\E[%p1%dM, 
1487750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, 
1487850276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1487950276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
1488050276Speter	kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, rmdc=\E[4l, 
1488150276Speter	rmir=\E[4l, rmso=\E[m, sc=\E7, sgr0=\E[m, smdc=\E[4h, 
1488250276Speter	smir=\E[4h, smso=\E[7m, 
1488350276Spetergraphos-30|graphos III with 30 lines, 
1488450276Speter	lines#30, 
1488550276Speter	cvvis=\Ez4;2;1z\Ez56;2;80;30z, use=graphos, 
1488650276Speter
1488750276Speter#### Modgraph
1488850276Speter#
1488950276Speter# These people used to be reachable at:
1489050276Speter#
1489150276Speter#	Modgraph, Inc
1489250276Speter#	1393 Main Street,
1489350276Speter#	Waltham, MA 02154
1489450276Speter#	Vox: (617)-890-5796.
1489550276Speter#
1489650276Speter# However, if you call that number today you'll get an insurance company.
1489750276Speter# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated 
1489850276Speter# 26 Feb 1997 that says:
1489950276Speter#
1490050276Speter# Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
1490150276Speter# for ~7 years.  Modgraph still in business.  Products are rugged laptop and
1490250276Speter# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
1490350276Speter# panel-mount etc).  I can be emailed at sonfour@aol.com
1490450276Speter#
1490550276Speter# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
1490650276Speter# dated 1984.  According to the manual, it featured Tek 4010/4014
1490750276Speter# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
1490850276Speter#
1490950276Speter
1491050276Spetermodgraph|mod24|modgraph terminal emulating vt100, 
1491150276Speter	xenl@, 
1491250276Speter	cols#80, lines#24, 
1491350276Speter	cvvis=\E\^9;0s\E\^7;1s, 
1491450276Speter	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, 
1491550276Speter	rf@, ri=\EM\E[K$<5/>, 
1491650276Speter	use=vt100, 
1491750276Speter# The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
1491850276Spetermodgraph2|modgraph gx-1000 80x24 with keypad not enabled, 
1491950276Speter	am, da, db, 
1492050276Speter	cols#80, it#8, lines#24, 
1492150276Speter	clear=\EH\EJ$<50/>, cub1=^H, cuf1=\EC$<2/>, 
1492250276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>, cuu1=\EA$<2/>, 
1492350276Speter	ed=\EJ$<50/>, el=\EK$<3/>, ht=^I, 
1492450276Speter	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, 
1492550276Speter	ri=\EI$<5/>, 
1492650276Speter#
1492750276Speter# Modgraph from Nancy L. Cider <nancyc@brl-tbd>
1492850276Speter# BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
1492950276Speter# If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
1493050276Speter# mark and using delete-to-killbuffer work correctly.  However, we would
1493150276Speter# like normal mode of operation to be using a Modgraph with 48 line setting.
1493250276Speter# If we set TERM=mod (which is a valid entry in termcap with 48 lines)
1493350276Speter# the setting mark and delete-to-killbuffer results in the deletion of only
1493450276Speter# the line the mark is set on.
1493550276Speter# We've discovered that the delete-to-killbuffer works correctly
1493650276Speter# with TERM=mod and screen set to 80x48 but it's not obvious.  Only
1493750276Speter# the first line disappears but a ctrl-l shows that it did work
1493850276Speter# correctly.
1493950276Spetermodgraph48|mod|Modgraph w/48 lines, 
1494050276Speter	am, xenl, 
1494150276Speter	cols#80, it#8, lines#48, vt#3, 
1494250276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, cr=^M, 
1494350276Speter	csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, 
1494450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, 
1494550276Speter	flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q, 
1494650276Speter	home=\E[H, ht=^I, is2=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h, 
1494750276Speter	kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, 
1494850276Speter	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m, 
1494950276Speter	ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1495050276Speter	rs1=\E=\E[0q\E>, sc=\E7, sgr0=\E[m, smkx=\E[?1h\E=, 
1495150276Speter	smso=\E[7m, smul=\E[4m, 
1495250276Speter
1495350276Speter#### Morrow Designs
1495450276Speter# 
1495550276Speter# This was George Morrow's company.  They started in the late 1970s making
1495650276Speter# S100-bus machines.  They used to be reachable at:
1495750276Speter#
1495850276Speter#        Morrow
1495950276Speter#        600 McCormick St.
1496050276Speter#        San Leandro, CA 94577
1496150276Speter#
1496250276Speter# but they're long gone now (1995).
1496350276Speter#
1496450276Speter
1496550276Speter# The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
1496650276Speter# Jeff's specimen was dated June 1984.
1496750276Speter# From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
1496850276Spetermt70|mt-70|Morrow MD-70; native Morrow mode, 
1496950276Speter	am, mir, msgr, xon, 
1497050276Speter	cols#80, it#8, lines#24, 
1497150276Speter	acsc=+z\,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI, bel=^G, 
1497250276Speter	cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, 
1497350276Speter	cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, 
1497450276Speter	cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, 
1497550276Speter	flash=\EK1$<200>\EK0, home=^^, ht=^I, ich1=\EQ, il1=\EE, 
1497650276Speter	ind=^J, invis@, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r, 
1497750276Speter	kclr=^An\r, kcub1=^AL\r, kcud1=^AK\r, kcuf1=^AM\r, 
1497850276Speter	kcuu1=^AJ\r, kdch1=\177, kf1=^A@\r, kf10=^AI\r, kf11=^A`\r, 
1497950276Speter	kf12=^Aa\r, kf13=^Ab\r, kf14=^Ac\r, kf15=^Ad\r, kf16=^Ae\r, 
1498050276Speter	kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, 
1498150276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1498250276Speter	kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, 
1498350276Speter	rmacs=\E%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E], smul=\EG1, 
1498450276Speter	tbc=\E0, 
1498550276Speter	use=adm+sgr, 
1498650276Speter
1498750276Speter#### Motorola
1498850276Speter#
1498950276Speter
1499050276Speter# Motorola EXORterm 155	from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
1499150276Speter# (Seth H Zirin)
1499250276Speterex155|Motorola Exorterm 155, 
1499350276Speter	am, bw, 
1499450276Speter	cols#80, lines#24, 
1499550276Speter	cbt=\E[, clear=\EX, cud1=\EB, cuf1=\ED, 
1499650276Speter	cup=\EE%p1%{32}%+%c%p2%{32}%+%c, ed=\ET, el=\EU, 
1499750276Speter	home=\E@, ht=\EZ, kbs=^H, kcbt=\E[, kclr=\EX, kcub1=^H, 
1499850276Speter	kcud1=^J, kcuf1=^L, kcuu1=^K, ked=\ET, kel=\EU, khome=\E@, 
1499950276Speter	rmso=\Ec\ED, rmul=\Eg\ED, smso=\Eb\ED, smul=\Ef\ED, 
1500050276Speter
1500150276Speter#### Omron
1500250276Speter#
1500350276Speter# This company is still around in 1995, manufacturing point-of-sale systems.
1500450276Speter
1500550276Speteromron|Omron 8025AG, 
1500650276Speter	am, da, db, 
1500750276Speter	cols#80, lines#24, 
1500850276Speter	bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, 
1500950276Speter	cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, 
1501050276Speter	il1=\EL, ind=\ES, ri=\ET, rmso=\E4, smso=\Ef, 
1501150276Speter
1501250276Speter#### Ramtek
1501350276Speter#
1501450276Speter# Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
1501550276Speter# were competition for things like the Tektronics 4025.
1501650276Speter#
1501750276Speter
1501850276Speter# Ramtek 6221 from BRL, probably by Doug Gwyn
1501950276Speter# The following SET-UP modes are assumed for normal operation:
1502050276Speter#	UNDERLINE_CURSOR	ANSI_MODE	AUTO_XON/XOFF_ON
1502150276Speter#	NEWLINE_OFF		80_COLUMNS
1502250276Speter# Other SET-UP modes may be set for operator convenience or communication
1502350276Speter# requirements; I recommend
1502450276Speter#	SMOOTH_SCROLL	AUTO_REPEAT_ON	3_#_SHIFTED	WRAP_AROUND_ON
1502550276Speter# Hardware tabs are assumed to be every 8 columns; they can be set up by the
1502650276Speter# "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
1502750276Speter# Note that the Control-E key is useless on this brain-damaged terminal.  No
1502850276Speter# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1502950276Speterrt6221|Ramtek 6221 80x24, 
1503050276Speter	msgr, xon, 
1503150276Speter	cols#80, it#8, lines#24, vt#3, 
1503250276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l, 
1503350276Speter	clear=\E[1;1H\E[J, cnorm=\E[>5h\E[>9h, cr=^M, 
1503450276Speter	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
1503550276Speter	cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, 
1503650276Speter	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, 
1503750276Speter	cvvis=\E[>7h\E[>9l, ed=\E[J, el=\E[K, home=\E[1;1H, ht=^I, 
1503850276Speter	hts=\EH, ind=^J, is2=\E)0, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1503950276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\EOP, kf1=\EOQ, kf2=\EOR, 
1504050276Speter	kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24;1H, 
1504150276Speter	nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E>, 
1504250276Speter	rmso=\E[m, rmul=\E[m, 
1504350276Speter	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>, 
1504450276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E=, smso=\E[7m, 
1504550276Speter	smul=\E[4m, tbc=\E[3g, 
1504650276Speter# [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
1504750276Speterrt6221-w|Ramtek 6221 160x48, 
1504850276Speter	cols#160, lines#48, 
1504950276Speter	ll=\E[48;1H, use=rt6221, 
1505050276Speter
1505150276Speter#### RCA
1505250276Speter#
1505350276Speter
1505450276Speter# RCA VP3301 or VP3501
1505550276Speterrca|rca vp3301/vp3501, 
1505650276Speter	cols#40, lines#24, 
1505750276Speter	clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1505850276Speter	cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1, 
1505950276Speter
1506050276Speter
1506150276Speter#### Selanar
1506250276Speter#
1506350276Speter
1506450276Speter# Selanar HiREZ-100 from BRL, probably by Doug Gwyn
1506550276Speter# The following SET-UP modes are assumed for normal operation:
1506650276Speter#	SET_DEFAULT_TABS	48_LINES		80_COLUMNS
1506750276Speter#	ONLINE			ANSI			CURSOR_VISIBLE
1506850276Speter#	VT102_AUTO_WRAP_ON	VT102_NEWLINE_OFF	VT102_MONITOR_MODE_OFF
1506950276Speter#	LOCAL_ECHO_OFF		US_CHAR_SET		WPS_TERMINAL_DISABLED
1507050276Speter#	CPU_AUTO_XON/XOFF_ENABLED			PRINT_FULL_SCREEN
1507150276Speter# For use with graphics software, all graphics modes should be set to factory
1507250276Speter# default.  Other SET-UP modes may be set for operator convenience or
1507350276Speter# communication requirements.  No delays are specified; use "stty ixon -ixany"
1507450276Speter# to enable DC3/DC1 flow control!
1507550276Speter# I commented out the scrolling capabilities since they are too slow.
1507650276Speterhirez100|Selanar HiREZ-100, 
1507750276Speter	mir, msgr, xon, 
1507850276Speter	cols#80, it#8, lines#48, vt#3, 
1507950276Speter	acsc=, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, 
1508050276Speter	cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1508150276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1508250276Speter	cuu=\E[%p1%dA, cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, 
1508350276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1508450276Speter	hts=\EH, il=\E[%p1%dL, il1=\E[L, is2=\E<\E)0, kbs=^H, 
1508550276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, 
1508650276Speter	kf1=\EOQ, kf2=\EOR, kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, 
1508750276Speter	lf3=PF4, ll=\E[48H, mc0=\E[i, mc4=\E[4i\E[?4i, 
1508850276Speter	mc5=\E[?5i\E[5i, nel=\EE, rc=\E8, rev=\E[7m, rmacs=^O, 
1508950276Speter	rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, 
1509050276Speter	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>, 
1509150276Speter	sc=\E7, sgr0=\E[m, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m, 
1509250276Speter	smul=\E[4m, tbc=\E[3g, 
1509350276Speterhirez100-w|Selanar HiREZ-100 in 132-column mode, 
1509450276Speter	cols#132, use=hirez100, 
1509550276Speter
1509650276Speter#### Signetics
1509750276Speter#
1509850276Speter
1509950276Speter# From University of Wisconsin
1510050276Spetervsc|Signetics Vsc Video driver by RMC, 
1510150276Speter	am, msgr, 
1510250276Speter	cols#80, it#8, lines#26, 
1510350276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, 
1510450276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, 
1510550276Speter	ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, nel=^M^J, rev=^_\s, 
1510650276Speter	rmso=^_!, rmul=^_#, sgr0=^_!, smso=^_\s, smul=^_", 
1510750276Speter
1510850276Speter#### Soroc
1510950276Speter#
1511050276Speter# Alan Frisbie <frisbie@flying-disk.com> writes:
1511150276Speter#
1511250276Speter# As you may recall, the Soroc logo consisted of their name,
1511350276Speter# with the letter "S" superimposed over an odd design.   This
1511450276Speter# consisted of a circle with a slightly smaller 15 degree (approx.)
1511550276Speter# wedge with rounded corners inside it.   The color was sort of
1511650276Speter# a metallic gold/yellow.
1511750276Speter# 
1511850276Speter# If I had been more of a beer drinker it might have been obvious
1511950276Speter# to me, but it took a clue from their service department to make
1512050276Speter# me exclaim, "Of course!"   The circular object was the top of
1512150276Speter# a beer can (the old removable pop-top style) and "Soroc" was an
1512250276Speter# anagram for "Coors".
1512350276Speter# 
1512450276Speter# I can just imagine the founders of the company sitting around
1512550276Speter# one evening, tossing back a few and trying to decide what to
1512650276Speter# call their new company and what to use for a logo.
1512750276Speter# 
1512850276Speter
1512950276Speter# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
1513050276Spetersoroc120|iq120|soroc|soroc iq120, 
1513150276Speter	clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, 
1513250276Speter	kcuf1=^L, kcuu1=^K, 
1513350276Speter	use=adm3a, 
1513450276Spetersoroc140|iq140|soroc iq140, 
1513550276Speter	am, mir, 
1513650276Speter	cols#80, lines#24, 
1513750276Speter	bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1513850276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, 
1513950276Speter	dl1=\Er$<.7*>, ed=\Ey, el=\Et, home=^^, il1=\Ee$<1*>, ind=^J, 
1514050276Speter	kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, 
1514150276Speter	kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, 
1514250276Speter	kf8=^AG\r, kf9=^AH\r, khome=^^, ll=^^^K, rmir=\E8, 
1514350276Speter	rmso=\E\177, rmul=\E^A, smir=\E9, smso=\E\177, smul=\E^A, 
1514450276Speter
1514550276Speter#### Southwest Technical Products
1514650276Speter#
1514750276Speter# These guys made an early personal micro called the M6800.  
1514850276Speter# The ct82 was probably its console terminal.
1514950276Speter#
1515050276Speter
1515150276Speter# (swtp: removed obsolete ":bc=^D:" -- esr)
1515250276Speterswtp|ct82|southwest technical products ct82, 
1515350276Speter	am, 
1515450276Speter	cols#82, lines#20, 
1515550276Speter	bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S, 
1515650276Speter	cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F, 
1515750276Speter	home=^P, ich1=^\^X, il1=^\^Y, ind=^N, 
1515850276Speter	is2=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011, 
1515950276Speter	ll=^C, ri=^O, rmso=^^^F, smso=^^^V, 
1516050276Speter
1516150276Speter#### Synertek
1516250276Speter#
1516350276Speter# Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
1516450276Speter#
1516550276Speter# Synertek used to make ICs, various 6502-based single-board process
1516650276Speter# control and hobbyist computers, and assorted peripherals including a
1516750276Speter# series of small inexpensive terminals (I think they were one of the
1516850276Speter# first to have a "terminal-on-a-keyboard", where the terminal itself
1516950276Speter# was only slightly larger than the keyboard).
1517050276Speter#
1517150276Speter# They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
1517250276Speter# was a 40x24 terminal that could connect to a standard TV through a
1517350276Speter# video modulator.  The KTM-2/80 was the 80-column version (the 2/40
1517450276Speter# could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
1517550276Speter# I have a KTM-2/80 still in working order.  The KTM-2s had fully
1517650276Speter# socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
1517750276Speter# ROM and 2 ROMs as character generators. They were incredibly simple,
1517850276Speter# and I've never had any problems with mine (witness the fact that mine
1517950276Speter# was made in 1981 and is still working great... I've blown the video
1518050276Speter# output transistor a couple of times, but it's a 2N2222 :-)
1518150276Speter#
1518250276Speter# The KTM-3 (which is what is listed in the terminfo file) was their
1518350276Speter# attempt at putting a KTM-2 in a box (and some models came with a
1518450276Speter# CRT). It wasn't much different from the KTM-2 hardware-wise, but the
1518550276Speter# control and escape sequences are very different. The KTM-3 was always
1518650276Speter# real broken, at least according to the folks I've talked to about it.
1518750276Speter# 
1518850276Speter# The padding in the entry is probably off--these terminals were very
1518950276Speter# slow (it takes like 100ms for the KTM-2 to clear the screen...) And
1519050276Speter# anyone with any sanity replaced the ROMs with something that provided
1519150276Speter# a reasonable subset of VT100 functionality, since the usual ROMs were
1519250276Speter# obviously very primitive... oh, you could get an upgraded ROM from
1519350276Speter# Synertek for some incredible amount of money, but what hacker with an
1519450276Speter# EPROM burner would do that? :)
1519550276Speter# 
1519650276Speter# Sorry I don't have any contact info; I believe they were located in
1519750276Speter# Sunnyvale, and I'm fairly sure they are still manufacturing ICs
1519850276Speter# (they've gone to ASICs and FPGAs), but I doubt they're in the computer
1519950276Speter# business these days.
1520050276Speter#
1520150276Speter
1520250276Speter# Tested, seems to work fine with vi.
1520350276Spetersynertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal, 
1520450276Speter	am, 
1520550276Speter	cols#80, lines#24, 
1520650276Speter	clear=^Z, cub1=^H, cuf1=^L, 
1520750276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1520850276Speter
1520950276Speter#### Tab Office Products
1521050276Speter#
1521150276Speter#	TAB Products Co. - Palo Alto, California
1521250276Speter#	Electronic Office Products,
1521350276Speter#	1451 California Avenue 94304
1521450276Speter#
1521550276Speter# I think they're out of business.
1521650276Speter#
1521750276Speter
1521850276Speter# The tab 132 uses xon/xoff, so no padding needed.
1521950276Speter# <smkx>/<rmkx> have nothing to do with arrow keys.
1522050276Speter# <is2> sets 80 col mode, normal video, autowrap on (for <am>).
1522150276Speter# Seems to be no way to get rid of status line.
1522250276Speter# The manual for this puppy was dated June 1981.  It claims to be VT52-
1522350276Speter# compatible but looks more vt100-like.
1522450276Spetertab132|tab|tab132-15|tab 132/15, 
1522550276Speter	da, db, 
1522650276Speter	cols#80, lines#24, lm#96, 
1522750276Speter	cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, 
1522850276Speter	il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, 
1522950276Speter	kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, 
1523050276Speter	use=vt100, 
1523150276Spetertab132-w|tab132 in wide mode, 
1523250276Speter	cols#132, 
1523350276Speter	is2=\E[?7h\E[?3h\E[?5l, use=tab132, 
1523450276Spetertab132-rv|tab132 in reverse-video mode, 
1523550276Speter	is2=\E[?7h\E[?3l\E[?5h, use=tab132, 
1523650276Spetertab132-w-rv|tab132 in reverse-video/wide mode, 
1523750276Speter	is2=\E[?7h\E[?3h\E[?5h, 
1523850276Speter	use=tab132-w, 
1523950276Speter
1524050276Speter
1524150276Speter#### Teleray
1524250276Speter#
1524350276Speter#	Research Incorporated
1524450276Speter#	6425 Flying Cloud Drive
1524550276Speter#	Eden Prairie, MN 55344
1524650276Speter#	Vox: (612)-941-3300
1524750276Speter#
1524850276Speter# The Teleray terminals were all discontinued in 1992-93.  RI still services
1524950276Speter# and repairs these beasts, but no longer manufactures them.  The Teleray
1525050276Speter# people believe that all the types listed below are very rare now (1995).
1525150276Speter# There was a newer line of Telerays (Model 7, Model 20, Model 30, and
1525250276Speter# Model 100) that were ANSI-compatible.
1525350276Speter#
1525450276Speter# Note two things called "teleray".  Reorder should move the common one
1525550276Speter# to the front if you have either.  A dumb teleray with the cursor stuck
1525650276Speter# on the bottom and no obvious model number is probably a 3700.
1525750276Speter#
1525850276Speter
1525950276Spetert3700|dumb teleray 3700, 
1526050276Speter	cols#80, lines#24, 
1526150276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, 
1526250276Spetert3800|teleray 3800 series, 
1526350276Speter	cols#80, it#8, lines#24, 
1526450276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1526550276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, 
1526650276Speter	home=\EH, ht=^I, ind=^J, ll=\EY7\s, 
1526750276Spetert1061|teleray|teleray 1061, 
1526850276Speter	am, km, xhp, xt, 
1526950276Speter	cols#80, it#8, lines#24, xmc#1, 
1527050276Speter	bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1527150276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1527250276Speter	dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF, 
1527350276Speter	ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>, 
1527450276Speter	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, 
1527550276Speter	kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7, 
1527650276Speter	kf8=^Z8, rmso=\ER@, rmul=\ER@, smso=\s\ERD, smul=\ERH, 
1527750276Speter	tbc=\EG, 
1527850276Spetert1061f|teleray 1061 with fast PROMs, 
1527950276Speter	dl1=\EM, il1=\EL, ip@, use=t1061, 
1528050276Speter# "Teleray Arpa Special", officially designated as
1528150276Speter# "Teleray Arpa network model 10" with "Special feature 720".
1528250276Speter# This is the new (1981) fast microcode updating the older "arpa" proms
1528350276Speter# (which gave meta-key and programmable-fxn keys).  720 is much much faster,
1528450276Speter# converts the keypad to programmable function keys, and has other goodies.
1528550276Speter# Standout mode is still broken (magic cookie, etc) so is suppressed as no
1528650276Speter# programs handle such lossage properly.
1528750276Speter# Note: this is NOT the old termcap's "t1061f with fast proms."
1528850276Speter# From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
1528950276Speter# (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
1529050276Spetert10|teleray 10 special, 
1529150276Speter	km, xhp, xt, 
1529250276Speter	cols#80, it#8, lines#24, xmc#2, 
1529350276Speter	clear=\Ej$<30/>, cub1=^H, cuf1=\EC, 
1529450276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, 
1529550276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, 
1529650276Speter	ind=\Eq, pad=\0, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, 
1529750276Speter	smul=\ERH, 
1529850276Speter# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
1529950276Speter# back/forth words. Put the function keys (f1-f10) where they can be
1530050276Speter# found, and turn off the other magic keys along the top row, except
1530150276Speter# for line/local. Do the magic appropriate to make the page shifts work.
1530250276Speter# Also toggle ^S/^Q for those of us who use Emacs.
1530350276Spetert16|teleray 16, 
1530450276Speter	am, da, db, mir, xhp, xt, 
1530550276Speter	cols#80, lines#24, 
1530650276Speter	bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, 
1530750276Speter	cuf1=\E[C, cup=%i\E[%p1%d;%p2%df, cuu1=\E[A, dch1=\E[P, 
1530850276Speter	dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, ht=^I, il1=\E[L, 
1530950276Speter	ind=^J, kf1=^Z1, kf10=^Z0, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, 
1531050276Speter	kf6=^Z6, kf7=^Z7, kf8=^Z8, kf9=^Z9, ri=\E[T, 
1531150276Speter	rmcup=\E[V\E[24;1f\E[?38h, rmir=\E[4l, rmso=\E[m, 
1531250276Speter	rmul=\E[m, sgr0=\E[m, smcup=\E[U\E[?38l, smir=\E[4h, 
1531350276Speter	smso=\E[7m, smul=\E[4m, 
1531450276Speter
1531550276Speter#### Texas Instruments (ti)
1531650276Speter#
1531750276Speter
1531850276Speter# The Silent 700 was so called because it was built around a quiet thermal
1531950276Speter# printer.  It was portable, equipped with an acoustic coupler, and pretty
1532050276Speter# neat for its day.
1532150276Speterti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800, 
1532250276Speter	hc, os, 
1532350276Speter	cols#80, 
1532450276Speter	bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, 
1532550276Speter
1532650276Speter#
1532750276Speter# Texas Instruments 916 VDT 7 bit control mode
1532850276Speter#
1532950276Speterti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL, 
1533050276Speter	da, db, in, msgr, 
1533150276Speter	cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[2J$<6>, 
1533250276Speter	cnorm=\E[?25h, cub=\E[%p1%dD, cud=\E[%p1%dB, 
1533350276Speter	cuf=\E[%p1%dC, cup=\E[%p1%i%p1%d;%p2%dH, cuu=\E[%p1%dA, 
1533450276Speter	cvvis=\E[?25h, dch=\E[%p1%dP$<250>, dch1=\E[P, 
1533550276Speter	dl=\E[%p1%dM, ech=\E[%p1%dX$<20>, ed=\E[J$<6>, el=\E[0K, 
1533650276Speter	el1=\E[1K, enacs=\E(B\E)0, ff=^L, flash=\E[?5h\E[?5l$<6>, 
1533750276Speter	hpa=\E[%p1%{1}%+%dG, hts=\E[0W, ich=\E[%p1%d@$<250>, 
1533850276Speter	il=\E[%p1%dL$<36>, ip=$<10>, is2=\E[1;24r\E[24;1H, 
1533950276Speter	kcmd=\E[29~, kdch1=\E[P, kent=^J, kf1=\E[17~, kf10=\E[28~, 
1534050276Speter	kf11=\E[29~, kf12=\E[31~, kf2=\E[18~, kf3=\E[19~, 
1534150276Speter	kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, 
1534250276Speter	kf9=\E[26~, khome=\E[H, kich1=\E[@, knp=\E[S, kpp=\E[T, 
1534350276Speter	kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, 
1534450276Speter	smacs=\016$<2>, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, use=vt220, 
1534550276Speter#
1534650276Speter# Texas Instruments 916 VDT 8 bit control mode
1534750276Speter#
1534850276Speterti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL, 
1534950276Speter	kcmd=\23329~, kcub1=\233D, kcud1=\233B, kcuf1=\233C, 
1535050276Speter	kcuu1=\233A, kdch1=\233P, kent=^J, kf1=\23317~, 
1535150276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf2=\23318~, 
1535250276Speter	kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, 
1535350276Speter	kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, 
1535450276Speter	kich1=\233@, knp=\233S, kpp=\233T, kprt=^X, 
1535550276Speter	use=ti916, 
1535650276Speter#
1535750276Speter# Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
1535850276Speter#
1535950276Speterti916-132|Texas Instruments 916 VDT vt220 132 column, 
1536050276Speter	cols#132, use=ti916, 
1536150276Speter#
1536250276Speter# Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
1536350276Speter#
1536450276Speterti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column, 
1536550276Speter	cols#132, use=ti916-8, 
1536650276Speterti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, 
1536750276Speter	am, xon, 
1536850276Speter	cols#80, it#8, lines#24, 
1536950276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1537050276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1537150276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1537250276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1537350276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1537450276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1537550276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf2=\EOQ, 
1537650276Speter	kf3=\EOR, kf4=\EOS, kf5=\E[16~, kf6=\E[17~, kf7=\E[18~, 
1537750276Speter	kf8=\E[19~, kf9=\E[20~, kich1=\E[@, rc=\E8, rev=\E[7m, 
1537850276Speter	ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1537950276Speter	smul=\E[4m, tbc=\E[3g, 
1538050276Speterti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL, 
1538150276Speter	am, xon, 
1538250276Speter	cols#80, it#8, lines#24, 
1538350276Speter	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
1538450276Speter	clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, 
1538550276Speter	csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, 
1538650276Speter	cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, 
1538750276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, 
1538850276Speter	il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1538950276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=P$<\233>, kf1=P$<\217>, 
1539050276Speter	kf2=Q$<\217>, kf3=R$<\217>, kf4=S$<\217>, kf5=~$<\23316>, 
1539150276Speter	kf6=~$<\23317>, kf7=~$<\23318>, kf8=~$<\23319>, 
1539250276Speter	kf9=~$<\23320>, kich1=@$<\233>, rc=\E8, rev=\E[7m, ri=\EM, 
1539350276Speter	rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[7m, 
1539450276Speter	smul=\E[4m, tbc=\E[3g, 
1539550276Speterti924w|Texas Instruments 924 VDT 7 bit - 132 column mode, 
1539650276Speter	cols#132, use=ti924, 
1539750276Speterti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode, 
1539850276Speter	cols#132, use=ti924-8, 
1539950276Speterti931|Texas Instruments 931 VDT, 
1540050276Speter	am, xon, 
1540150276Speter	cols#80, lines#24, 
1540250276Speter	bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub1=\ED, 
1540350276Speter	cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, 
1540450276Speter	cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, 
1540550276Speter	ich1=\ER\EP\EM, il1=\EN, ind=\Ea, invis=\E4H, 
1540650276Speter	is2=\EGB\E(@B@@\E), kcub1=\ED, kcud1=\EB, kcuf1=\EC, 
1540750276Speter	kcuu1=\EA, kdch1=\EQ, kdl1=\EO, kf1=\Ei1, kf2=\Ei2, kf3=\Ei3, 
1540850276Speter	kf4=\Ei4, kf5=\Ei5, kf6=\Ei6, kf7=\Ei7, kf8=\Ei8, kf9=\Ei9, 
1540950276Speter	kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, 
1541050276Speter	sgr0=\E4@, smso=\E4A, smul=\E4D, 
1541150276Speterti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, 
1541250276Speter	csr@, ind=\E[1S, ri=\E[1T, 
1541350276Speter	use=ti924, 
1541450276Speter# (ti926-8: I corrected this from the broken SCO entry -- esr)
1541550276Speterti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, 
1541650276Speter	csr@, ind=\2331S, ri=\2331T, 
1541750276Speter	use=ti924-8, 
1541850276Speterti_ansi|basic entry for ti928, 
1541950276Speter	am, bce, eo, xenl, xon, 
1542050276Speter	colors#8, cols#80, it#8, lines#25, pairs#64, 
1542150276Speter	bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, 
1542250276Speter	cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, 
1542350276Speter	cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, 
1542450276Speter	dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, 
1542550276Speter	il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[B, 
1542650276Speter	kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf0=\E[V, kf1=\E[M, 
1542750276Speter	kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, 
1542850276Speter	kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, 
1542950276Speter	op=\E[37;40m, ri=\E[T, rmso=\E[m, rmul=\E[m, 
1543050276Speter	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, sgr0=\E[m, 
1543150276Speter	smso=\E[7m, smul=\E[4m, 
1543250276Speter#
1543350276Speter#       928 VDT 7 bit control mode
1543450276Speter#
1543550276Speterti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL, 
1543650276Speter	kdch1=\E[P, kend=\E_1\E\\, kent=\E[8~, kf1=\E[17~, 
1543750276Speter	kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, 
1543850276Speter	kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, 
1543950276Speter	kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, 
1544050276Speter	kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, 
1544150276Speter	use=ti_ansi, 
1544250276Speter#
1544350276Speter#       928 VDT 8 bit control mode
1544450276Speter#
1544550276Speterti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL, 
1544650276Speter	kdch1=\233P, kend=\2371\234, kent=\2338~, kf1=\23317~, 
1544750276Speter	kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13=\23332~, 
1544850276Speter	kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, 
1544950276Speter	kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, 
1545050276Speter	kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, 
1545150276Speter	kpp=\233T, kprt=\23335~, 
1545250276Speter	use=ti_ansi, 
1545350276Speter
1545450276Speter#### Zentec (zen)
1545550276Speter#
1545650276Speter
1545750276Speter# (zen30: removed obsolete :ma=^L ^R^L^K^P:.  This entry originally
1545850276Speter# had just <smso>=\EG6 which I think means standout was supposed to be 
1545950276Speter# dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
1546050276Speter# <invis> might work-- esr)
1546150276Speterzen30|z30|zentec 30, 
1546250276Speter	am, mir, ul, 
1546350276Speter	cols#80, lines#24, 
1546450276Speter	bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1546550276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, 
1546650276Speter	dim=\EG2, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, 
1546750276Speter	il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmul@, smir=\Eq, smso=\EG6, 
1546850276Speter	smul@, 
1546950276Speter	use=adm+sgr, 
1547050276Speter# (zen50: this had extension capabilities
1547150276Speter#	:BS=^U:CL=^V:CR=^B:
1547250276Speter# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
1547350276Speter# which were also in the original entry -- esr)
1547450276Speter# (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
1547550276Speterzen50|z50|zentec zephyr, 
1547650276Speter	am, 
1547750276Speter	cols#80, lines#24, xmc#1, 
1547850276Speter	clear=\E+, cub1=^H, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, 
1547950276Speter	cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, 
1548050276Speter	invis@, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, 
1548150276Speter	rmul@, smul@, 
1548250276Speter	use=adm+sgr, 
1548350276Speter
1548450276Speter# CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
1548550276Spetercci|cci1|z8001|zen8001|CCI Custom Zentec 8001, 
1548650276Speter	am, bw, 
1548750276Speter	cols#80, lines#24, 
1548850276Speter	blink=\EM", clear=\EH\EJ, cnorm=\EP, 
1548950276Speter	csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^J, 
1549050276Speter	cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, 
1549150276Speter	cvvis=\EF\EQ\EM \ER 7, dim=\EM!, ed=\EJ, el=\EK, home=\EH, 
1549250276Speter	invis=\EM(, is2=\EM \EF\ET\EP\ER 7, kbs=^H, kcub1=\ED, 
1549350276Speter	kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, mc4=^T, mc5=^R, 
1549450276Speter	rev=\EM$, ri=\EI, rmso=\EM\s, rmul=\EM\s, sgr0=\EM\s, 
1549550276Speter	smso=\EM$, smul=\EM0, 
1549650276Speter
1549750276Speter######## OBSOLETE UNIX CONSOLES
1549850276Speter#
1549950276Speter
1550050276Speter#### Apollo consoles
1550150276Speter#
1550250276Speter# Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
1550350276Speter# labeled HP700s now.
1550450276Speter#
1550550276Speter
1550650276Speter# From: Gary Darland <goodmanc@garnet.berkeley.edu>
1550750276Speterapollo|apollo console, 
1550850276Speter	am, mir, 
1550950276Speter	cols#88, lines#53, 
1551050276Speter	clear=^L, cub1=^H, cud1=\EB, cuf1=\EC, 
1551150276Speter	cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, 
1551250276Speter	ed=\EJ, el=\EK, hpa=\EN%p1%d, il1=\EI, ind=\EE, ri=\ED, 
1551350276Speter	rmcup=\EX, rmir=\ER, rmso=\ET, rmul=\EV, smcup=\EW, smir=\EQ, 
1551450276Speter	smso=\ES, smul=\EU, vpa=\EO+\s, 
1551550276Speter
1551650276Speter# We don't know whether or not the apollo guys replicated DEC's firmware bug
1551750276Speter# in the VT132 that reversed <rmir>/<smir>.  To be on the safe side, disable
1551850276Speter# both these capabilities.
1551950276Speterapollo_15P|apollo 15 inch display, 
1552050276Speter	rmir@, smir@, use=vt132, 
1552150276Speterapollo_19L|apollo 19 inch display, 
1552250276Speter	rmir@, smir@, use=vt132, 
1552350276Speterapollo_color|apollo color display, 
1552450276Speter	rmir@, smir@, use=vt132, 
1552550276Speter
1552650276Speter#### Convergent Technology
1552750276Speter#
1552850276Speter# Burroughs bought Convergent shortly before it merged with Univac.
1552950276Speter# CTOS is (I believe) dead.  Probably the aws is too (this entry dates
1553050276Speter# from 1991 or earlier).
1553150276Speter#
1553250276Speter
1553350276Speter# Convergent AWS workstation from Gould/SEL UTX/32 via BRL
1553450276Speter# (aws: removed unknown :dn=^K: -- esr)
1553550276Speteraws|Convergent Technologies AWS workstation under UTX and Xenix, 
1553650276Speter	am, 
1553750276Speter	cols#80, lines#28, xmc#0, 
1553850276Speter	acsc=, clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, 
1553950276Speter	cuu1=^A, dch1=\EDC, dl1=\EDL, ed=\EEF, el=\EEL, hpa=\EH%p1%c, 
1554050276Speter	ich1=\EIC, il1=\EIL, ind=\ESU, kbs=^H, kcub1=^N, kcud1=^K, 
1554150276Speter	kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF, 
1554250276Speter	rmul=\EAUF, smacs=\EAAN, smso=\EARN, smul=\EAUN, 
1554350276Speter	vpa=\EV%p1%c, 
1554450276Speterawsc|Convergent Technologies AWS workstation under CTOS, 
1554550276Speter	am, 
1554650276Speter	cols#80, lines#24, xmc#0, 
1554750276Speter	acsc=, clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, 
1554850276Speter	cuu1=^A, ed=\EEF, el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, 
1554950276Speter	kcuf1=^R, kcuu1=^A, rmacs=\EAAF, rmso=\EAA, rmul=\EAA, 
1555050276Speter	smacs=\EAAN, smso=\EAE, smul=\EAC, 
1555150276Speter
1555250276Speter#### DEC consoles
1555350276Speter#
1555450276Speter
1555550276Speter# The MicroVax console.  Tim Theisen <tim@cs.wisc.edu> writes:
1555650276Speter# The digital uVax II's had a graphic display called a qdss.  It was
1555750276Speter# supposed to be a high performance graphic accelerator, but it was
1555850276Speter# late to market and barely appeared before faster dumb frame buffers
1555950276Speter# appeared.  I have only used this display while running X11.  However,
1556050276Speter# during bootup, it was in text mode, and probably had a terminal emulator
1556150276Speter# within it.  And that is what your termcap entry is for.  In graphics
1556250276Speter# mode the screen size is 1024x864 pixels.
1556350276Speterqdss|qdcons|qdss glass tty, 
1556450276Speter	am, 
1556550276Speter	cols#128, lines#57, 
1556650276Speter	clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, 
1556750276Speter	cup=\E=%p1%c%p2%c, cuu1=^K, 
1556850276Speter
1556950276Speter#### Fortune Systems consoles
1557050276Speter#
1557150276Speter# Fortune made a line of 68K-based UNIX boxes that were pretty nifty
1557250276Speter# in their day; I (esr) used one myself for a year or so around 1984.
1557350276Speter# They had no graphics, though, and couldn't compete against Suns and
1557450276Speter# the like.  R.I.P.
1557550276Speter#
1557650276Speter
1557750276Speter# From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
1557850276Speter# (This had extension capabilities
1557950276Speter#	:rv=\EH:re=\EI:rg=0:GG=0:\
1558050276Speter#	:CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
1558150276Speter#	:RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
1558250276Speter#	:PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
1558350276Speter# It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
1558450276Speter# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
1558550276Speter# to force both magic cookie glitches off.  Once upon a time, I
1558650276Speter# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
1558750276Speter# function keys; thus the "Al" value for HM was certainly an error.  I renamed
1558850276Speter# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.  
1558950276Speter# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
1559050276Speter# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
1559150276Speter# names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
1559250276Speterfos|fortune|Fortune system, 
1559350276Speter	am, bw, 
1559450276Speter	cols#80, lines#25, 
1559550276Speter	acsc=j*k(l m"q&v%w#x-, bel=^G, blink=\EN, civis=\E], 
1559650276Speter	clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, 
1559750276Speter	cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, 
1559850276Speter	cvvis=\E\:, dch1=\034W$<5>, dl1=\034R$<15>, 
1559950276Speter	ed=\034Y$<3*>, el=^\Z, home=\036$<10>, ht=^Z, 
1560050276Speter	ich1=\034Q$<5>, il1=\034E$<15>, ind=^J, is2=^_.., kbs=^H, 
1560150276Speter	kcub1=^Aw\r, kcud1=^Ay\r, kcuf1=^Az\r, kcuu1=^Ax\r, 
1560250276Speter	kend=^Ak\r, kent=^Aq, kf1=^Aa\r, kf2=^Ab\r, kf3=^Ac\r, 
1560350276Speter	kf4=^Ad\r, kf5=^Ae\r, kf6=^Af\r, kf7=^Ag\r, kf8=^Ah\r, 
1560450276Speter	khome=^A?\r, knp=^Ao\r, kpp=^An\r, nel=^M^J, rev=\EH, 
1560550276Speter	rmacs=^O, rmso=^\I`, rmul=^\IP, sgr0=\EI, smacs=\Eo, 
1560650276Speter	smso=^\H`, smul=^\HP, 
1560750276Speter
1560850276Speter#### Masscomp consoles
1560950276Speter#
1561050276Speter# Masscomp has gone out of business.  Their product line was purchased by
1561150276Speter# comany in Georgia (US) called "XS International", parts and service may
1561250276Speter# still be available through them.
1561350276Speter#
1561450276Speter
1561550276Speter# (masscomp: ":MT:" changed to ":km:";  -- esr)
1561650276Spetermasscomp|masscomp workstation console, 
1561750276Speter	km, mir, 
1561850276Speter	cols#80, it#8, lines#24, 
1561950276Speter	clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, 
1562050276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1562150276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, is2=\EGc\EGb\EGw, kbs=^H, 
1562250276Speter	kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmir=\E[4l, 
1562350276Speter	rmso=\E[m, rmul=\EGau, smir=\E[4h, smso=\E[7m, smul=\EGu, 
1562450276Spetermasscomp1|masscomp large screen version 1, 
1562550276Speter	cols#104, lines#36, use=masscomp, 
1562650276Spetermasscomp2|masscomp large screen version 2, 
1562750276Speter	cols#64, lines#21, use=masscomp, 
1562850276Speter
1562950276Speter######## OTHER OBSOLETE TYPES
1563050276Speter#
1563150276Speter# These terminals are *long* dead -- these entries are retained for
1563250276Speter# historical interest only.
1563350276Speter#
1563450276Speter
1563550276Speter#### Obsolete non-ANSI software emulations
1563650276Speter#
1563750276Speter
1563850276Speter# CTRM terminal emulator
1563950276Speter# 1. underlining is not allowed with colors: first, is is simulated by 
1564050276Speter# black on white, second, it disables background color manipulations.
1564150276Speter# 2. BLINKING, REVERSE and BOLD are allowed with colors,
1564250276Speter# so we have to save their status in the static registers A, B and H
1564350276Speter# respectively, to be able to restore them when color changes
1564450276Speter# (because any color change turns off ALL attributes)
1564550276Speter# 3. <bold> and <rev> sequences alternate modes,
1564650276Speter# rather then simply  entering them.  Thus we have to check the
1564750276Speter# static register B and H to determine the status, before sending the 
1564850276Speter# escape sequence.
1564950276Speter# 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
1565050276Speter# and then reset colors
1565150276Speter# 5. implementation of the protect mode would badly penalize the performance.
1565250276Speter# we would have to use \E&bn sequence to turn off colors (as well as all
1565350276Speter# other attributes), and keep the status of protect mode in yet another
1565450276Speter# static variable.  If someone really needs this mode, they would have to
1565550276Speter# create another terminfo entry.
1565650276Speter# 6. original color-pair is white on black.
1565750276Speter# store the information about colors into static registers
1565850276Speter# 7. set foreground color.  it performs the following steps.
1565950276Speter#   1) turn off all attributes
1566050276Speter#   2) turn on the background and video attributes that have been turned
1566150276Speter#      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
1566250276Speter#   3) turn on foreground attributes
1566350276Speter#   4) store information about foreground into U,V,W static registers
1566450276Speter# 8. turn on background: similar to turn on foreground above
1566550276Speterctrm|C terminal emulator, 
1566650276Speter	am, bce, xon, 
1566750276Speter	colors#8, cols#80, lh#0, lines#24, lm#0, lw#0, ncv#2, nlab#0, 
1566850276Speter	pairs#63, pb#19200, vt#6, 
1566950276Speter	bel=^G, blink=\E&dA%{1}%PA, 
1567050276Speter	bold=%?%gH%{0}%=%t\E&dH%{1}%PH%;, cbt=\Ei, 
1567150276Speter	clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1567250276Speter	cup=\E&a%p2%dc%p1%dY, cuu1=\EA, dch1=\EP$<2>, dl1=\EM, 
1567350276Speter	ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=\011$<2>, hts=\E1, 
1567450276Speter	il1=\EL, ind=^J, ip=$<2>, is2=\E&jA\r, kbs=^H, kcub1=\Eu\r, 
1567550276Speter	kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, 
1567650276Speter	kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, 
1567750276Speter	kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, 
1567850276Speter	op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU, 
1567950276Speter	rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, 
1568050276Speter	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, 
1568150276Speter	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, 
1568250276Speter	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%;, 
1568350276Speter	sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, 
1568450276Speter	smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, 
1568550276Speter
1568650276Speter# gs6300 - can't use blue foreground, it clashes with underline;
1568750276Speter# it's simulated with cyan
1568850276Speter# Bug: The <op> capability probably resets attributes.
1568950276Speter# (gs6300: commented out <rmln> (no <smln>) --esr)
1569050276Spetergs6300|emots|AT&T PC6300 with EMOTS terminal emulator, 
1569150276Speter	am, bce, msgr, xon, 
1569250276Speter	colors#8, cols#80, it#8, lines#24, pairs#63, 
1569350276Speter	acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1569450276Speter	bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, 
1569550276Speter	cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, 
1569650276Speter	cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 
1569750276Speter	cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, 
1569850276Speter	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 
1569950276Speter	ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, 
1570050276Speter	is2=\E[m, kbs=^H, kcbt=^R^I, kcub1=\E[D, kcud1=\E[B, 
1570150276Speter	kcuf1=\E[C, kcuu1=\E[A, kf1=\E[0s, kf2=\E[24s, kf3=\E[1s, 
1570250276Speter	kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, 
1570350276Speter	khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, 
1570450276Speter	ri=\E[L, rmacs=\E[10m, rs1=\Ec, setb=\E[?;%p1%dm, 
1570550276Speter	setf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m, 
1570650276Speter	sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, 
1570750276Speter
1570850276Speter# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
1570950276Speter# MS-Kermit with Heath-19 emulation mode enabled
1571050276Speter# (h19k: changed ":pt@:" to ":it@"
1571150276Speterh19k|h19kermit|heathkit emulation provided by Kermit (no auto margin), 
1571250276Speter	am@, da, db, xt, 
1571350276Speter	it@, 
1571450276Speter	ht@, use=h19-u, 
1571550276Speter
1571650276Speter# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
1571750276Speter# Software (formerly Peripherals Computers & Supplies, Inc) of
1571850276Speter# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
1571950276Speter# also be reached at support@synergy.com.
1572050276Speterversaterm|versaterm vt100 emulator for the macintosh, 
1572150276Speter	am, xenl, 
1572250276Speter	cols#80, it#8, lines#24, 
1572350276Speter	bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
1572450276Speter	clear=\E[;H\E[2J$<50/>, cr=^M, csr=\E[%i%p1%d;%p2%dr, 
1572550276Speter	cub1=^H, cud1=^J, cuf1=\E[C$<2/>, 
1572650276Speter	cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, 
1572750276Speter	dch1=\E[1P$<7/>, dl1=\E[1M$<9/>, ed=\E[J$<50/>, 
1572850276Speter	el=\E[K$<3/>, home=\E[H, ht=^I, ich1=\E[1@$<7/>, 
1572950276Speter	il1=\E[1L$<9/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\EOD, 
1573050276Speter	kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, 
1573150276Speter	kf3=\EOR, kf4=\EOS, nel=^M^J, rc=\E8, rev=\E[7m$<2/>, 
1573250276Speter	rf=/usr/share/tabset/vt100, ri=\EM$<5/>, 
1573350276Speter	rmkx=\E>\E[?1l, rmso=\E[m$<2/>, rmul=\E[m$<2/>, rs1=\E>, 
1573450276Speter	sc=\E7, sgr0=\E[m$<2/>, smkx=\E=\E[?1h, smso=\E[7m$<2/>, 
1573550276Speter	smul=\E[4m$<2/>, 
1573650276Speter
1573750276Speter# From: Rick Thomas <ihnp4!btlunix!rbt>
1573850276Speter# (xtalk: I added <rmam>/<smam> based on the init string.
1573950276Speterxtalk|IBM PC with xtalk communication program (versions up to 3.4), 
1574050276Speter	am, mir, msgr, xon, 
1574150276Speter	cols#80, it#8, lines#24, vt#3, xmc#1, 
1574250276Speter	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
1574350276Speter	bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, 
1574450276Speter	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, 
1574550276Speter	cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, 
1574650276Speter	cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, 
1574750276Speter	el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, 
1574850276Speter	il1=\E[L$<99>, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, 
1574950276Speter	kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 
1575050276Speter	kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, 
1575150276Speter	kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, 
1575250276Speter	kf8=\EOl, kf9=\EOw, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l, 
1575350276Speter	rmkx=\E[?1l\E>, rmso=\E[m\s, 
1575450276Speter	rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m, 
1575550276Speter	smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m\s, 
1575650276Speter	tbc=\E[3g, 
1575750276Speter
1575850276Speter# The official PC terminal emulator program of the AT&T Product Centers.
1575950276Speter# Note - insert mode commented out - doesn't seem to work on AT&T PC.
1576050276Spetersimterm|attpc running simterm, 
1576150276Speter	am, 
1576250276Speter	cols#80, lines#24, 
1576350276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, 
1576450276Speter	cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\ER, 
1576550276Speter	dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, ind=^J, rmcup=\EVE, 
1576650276Speter	rmso=\E&d@, sgr0=\E&d@, smcup=\EVS, smso=\E&dB, 
1576750276Speter
1576850276Speter#### Daisy wheel printers
1576950276Speter#
1577050276Speter# This section collects Diablo, DTC, Xerox, Qume, and other daisy
1577150276Speter# wheel terminals.  These are now largely obsolete.
1577250276Speter#
1577350276Speter
1577450276Speter# (diablo1620: removed <if=/usr/share/tabset/xerox1720>, no such file -- esr)
1577550276Speterdiablo1620|diablo1720|diablo450|ipsi|diablo 1620, 
1577650276Speter	hc, os, 
1577750276Speter	cols#132, it#8, 
1577850276Speter	cub1=^H, cud1=^J, cuu1=\E^J, hd=\ED, hpa=\E\011%i%p1%c, 
1577950276Speter	ht=^I, hts=\E1, hu=\EU, kbs=^H, tbc=\E2, 
1578050276Speterdiablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin, 
1578150276Speter	cols#124, 
1578250276Speter	is2=\r        \E9, use=diablo1620, 
1578350276Speter# (diablo1640: removed <if=/usr/share/tabset/xerox1730>, no such file -- esr)
1578450276Speterdiablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640, 
1578550276Speter	bel=^G, rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, 
1578650276Speter	use=diablo1620, 
1578750276Speter# (diablo1640-lm: removed <if=/usr/share/tabset/xerox1730-lm>, no such 
1578850276Speter# file -- esr)
1578950276Speterdiablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin, 
1579050276Speter	cols#124, 
1579150276Speter	rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, use=diablo1620, 
1579250276Speterdiablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer, 
1579350276Speter	use=diablo1640-lm, 
1579450276Speter# DTC 382 with VDU.  Has no <ed> so we fake it with <el>.  Standout
1579550276Speter# <smso=^P\s\002^PF> works but won't go away without dynamite <rmso=^P\s\0>.
1579650276Speter# The terminal has tabs, but I'm getting tired of fighting the braindamage. 
1579750276Speter# If no tab is set or the terminal's in a bad mood, it glitches the screen
1579850276Speter# around all of memory.  Note that return puts a blank ("a return character")
1579950276Speter# in the space the cursor was at, so we use ^P return (and thus ^P newline for
1580050276Speter# newline).  Note also that if you turn off :pt: and let Unix expand tabs,
1580150276Speter# curses won't work (some old BSD versions) because it doesn't clear this bit,
1580250276Speter# and cursor addressing sends a tab for row/column 9.  What a losing terminal!
1580350276Speter# I have been unable to get tabs set in all 96 lines - it always leaves at
1580450276Speter# least one line with no tabs in it, and once you tab through that line,
1580550276Speter# it completely weirds out.
1580650276Speter# (dtc382: change <rmcup> to <smcup> -- it  just does a clear --esr)
1580750276Speterdtc382|DTC 382, 
1580850276Speter	am, da, db, xhp, 
1580950276Speter	cols#80, lines#24, lm#96, 
1581050276Speter	bel=^G, clear=\020\035$<20>, cnorm=^Pb, cr=^P^M, cub1=^H, 
1581150276Speter	cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, 
1581250276Speter	dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, 
1581350276Speter	home=^P^R, il1=^P^Z, ind=^J, pad=\177, rmcup=, rmir=^Pi, 
1581450276Speter	rmul=^P \0, smcup=\020\035$<20>, smir=^PI, smul=^P ^P, 
1581550276Speterdtc300s|DTC 300s, 
1581650276Speter	hc, os, 
1581750276Speter	cols#132, 
1581850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1581950276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1582050276Spetergsi|mystery gsi terminal, 
1582150276Speter	hc, os, 
1582250276Speter	cols#132, 
1582350276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, hd=\Eh, ht=^I, hu=\EH, 
1582450276Speter	ind=^J, 
1582550276Speteraj830|aj832|aj|anderson jacobson, 
1582650276Speter	hc, os, 
1582750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, 
1582850276Speter	ind=^J, 
1582950276Speter# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
1583050276Speteraj510|Anderson-Jacobson model 510, 
1583150276Speter	am, mir, 
1583250276Speter	cols#80, lines#24, 
1583350276Speter	clear=^L, cub1=^H, cuf1=\EX, 
1583450276Speter	cup=\E#%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EY, 
1583550276Speter	dch1=.1*\E'D, dl1=\E&D$<2*/>, ed=\E'P, el=\E'L, ich1=, 
1583650276Speter	il1=\E&I$<2*/>, ip=$<.1*/>, kcub1=\EW, kcud1=\EZ, 
1583750276Speter	kcuf1=\EX, kcuu1=\EY, pad=\177, rmcup=\E"N, rmir=\E'J, 
1583850276Speter	rmso=\E"I, rmul=\E"U, smcup=\E"N, smir=\E'I, smso=\E"I, 
1583950276Speter	smul=\E"U, 
1584050276Speter# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
1584150276Speter# This is incomplete, but it's a start.
1584250276Speternec5520|nec|spinwriter|nec 5520, 
1584350276Speter	hc, os, 
1584450276Speter	cols#132, it#8, 
1584550276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E9, ff=^L, 
1584650276Speter	hd=\E]s\n\E]W, ht=^I, hts=\E1, hu=\E]s\E9\E]W, ind=^J, 
1584750276Speter	kbs=^H, tbc=\E3, 
1584850276Speterqume5|qume|Qume Sprint 5, 
1584950276Speter	hc, os, 
1585050276Speter	cols#80, it#8, 
1585150276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, 
1585250276Speter	hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, 
1585350276Speter# I suspect the xerox 1720 is the same as the diablo 1620.
1585450276Speterxerox1720|x1720|x1750|xerox 1720, 
1585550276Speter	hc, os, 
1585650276Speter	cols#132, it#8, 
1585750276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ht=^I, hts=\E1, ind=^J, 
1585850276Speter	tbc=\E2, 
1585950276Speter
1586050276Speter#### Miscellaneous obsolete terminals, manufacturers unknown
1586150276Speter#
1586250276Speter# If you have any information about these (like, a manufacturer's name, 
1586350276Speter# and a date on the serial-number plate) please send it!
1586450276Speter
1586550276Spetercad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, 
1586650276Speter	am, 
1586750276Speter	cols#73, lines#36, 
1586850276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, 
1586950276Spetercad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, 
1587050276Speter	am, 
1587150276Speter	cols#85, lines#39, 
1587250276Speter	clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, 
1587350276Speter	kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, 
1587450276Speter	kf4=\E8, rmso=\Em^C, smso=\Em^L, 
1587550276Spetercops10|cops|cops-10|cops 10, 
1587650276Speter	am, bw, 
1587750276Speter	cols#80, lines#24, 
1587850276Speter	bel=^G, clear=\030$<30/>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, 
1587950276Speter	cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^W, el=^V, 
1588050276Speter	ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 
1588150276Speter	khome=^Y, 
1588250276Speter# (d132: removed duplicate :ic=\E5:,
1588350276Speter# merged in capabilities from a BRL entry -- esr)
1588450276Speterd132|datagraphix|datagraphix 132a, 
1588550276Speter	da, db, in, 
1588650276Speter	cols#80, lines#30, 
1588750276Speter	bel=^G, clear=^L, cnorm=\Em\En, cr=^M, cub1=^H, cud1=^J, 
1588850276Speter	cuf1=\EL, cup=\E8%i%p1%3d%p2%3d, cuu1=\EK, cvvis=\Ex, 
1588950276Speter	dch1=\E6, home=\ET, ht=^I, ich1=\E5, il1=\E3, ind=^J, kbs=^H, 
1589050276Speter	kcub1=^H, kcud1=^J, nel=^M^J, ri=\Ew, 
1589150276Speter# The d800 was an early portable terminal from c.1984-85 that looked a lot
1589250276Speter# like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
1589350276Speter# mode (which is what this entry looks like) and several other lesser-known
1589450276Speter# emulations.
1589550276Speterd800|Direct 800/A, 
1589650276Speter	am, da, db, msgr, xhp, 
1589750276Speter	cols#80, it#8, lines#24, 
1589850276Speter	acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, 
1589950276Speter	bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, 
1590050276Speter	cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 
1590150276Speter	cvvis=\E[>12l, ed=\E[J, el=\E[K, ht=^I, ind=\ED, kcub1=\E[D, 
1590250276Speter	kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, 
1590350276Speter	kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 
1590450276Speter	ri=\EM, rmacs=\E[m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1590550276Speter	smacs=\E[1m, smso=\E[7m, smul=\E[4m, 
1590650276Speterdigilog|digilog 333, 
1590750276Speter	cols#80, lines#16, 
1590850276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, 
1590950276Speter	home=^N, ind=^J, 
1591050276Speter# The DWK was a terminal manufactured in the Soviet Union c.1986
1591150276Speterdwk|dwk-vt|dwk terminal, 
1591250276Speter	am, 
1591350276Speter	cols#80, it#8, lines#24, 
1591450276Speter	acsc=+\^\,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_, 
1591550276Speter	bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, 
1591650276Speter	cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, 
1591750276Speter	ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, ind=^J, kbs=\177, 
1591850276Speter	kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\Ee, 
1591950276Speter	kf1=\Ef1, kf10=\Ef0, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 
1592050276Speter	kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kich1=\Ed, knp=\Eh, 
1592150276Speter	kpp=\Eg, nel=^M^J, rev=\ET, ri=\ES, rmacs=\EG, rmso=\EX, 
1592250276Speter	sgr0=\EX, smacs=\EF, smso=\ET, 
1592350276Speterenv230|envision230|envision 230 graphics terminal, 
1592450276Speter	xenl@, 
1592550276Speter	mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 
1592650276Speter	sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, use=vt100, 
1592750276Speter# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
1592850276Speter# coupler attached, the whole rig fitting in a suitcase and more or less
1592950276Speter# portable.  Hot stuff for c.1977 :-) -- esr
1593050276Speterep48|ep4080|execuport 4080, 
1593150276Speter	am, os, 
1593250276Speter	cols#80, 
1593350276Speter	bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, 
1593450276Speterep40|ep4000|execuport 4000, 
1593550276Speter	cols#136, use=ep4080, 
1593650276Speter# Adam Thompson <thompson@xanth.magic.mb.ca> tells us:
1593750276Speter# Informer series - these are all portable units, resembling older
1593850276Speter# automatic bread-baking machines.  The terminal looks like a `clamshell'
1593950276Speter# design, but isn't.  The structure is similar to the Direct terminals,
1594050276Speter# but only half the width.  The entire unit is only about 10" wide.
1594150276Speter# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
1594250276Speter# keyboard.  All the keys are crammed together, much like some laptop
1594350276Speter# PCs today, but perhaps less well organized...all these units have a
1594450276Speter# bewildering array of plugs on the back, including a built-in modem.
1594550276Speter# The 305 was a color version of the 304; the 306 and 307 were mono and
1594650276Speter# color terminals built for IBM bisync protocols.
1594750276Speter# From: Paul Leondis <unllab@amber.berkeley.edu>
1594850276Speterifmr|Informer D304, 
1594950276Speter	am, 
1595050276Speter	cols#80, lines#24, 
1595150276Speter	clear=\EZ, cub1=^H, cud1=^J, cuf1=\EC, 
1595250276Speter	cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, 
1595350276Speter	ed=\E/, el=\EQ, home=\EH, ich1=\E[, ri=\En, rmso=\EK, sgr0=\EK, 
1595450276Speter	smso=\EJ, 
1595550276Speter# Entry largely based on wy60 and has the features of wy60ak.
1595650276Speteropus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys, 
1595750276Speter	am, bw, hs, km, mir, msgr, ul, xon, 
1595850276Speter	cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#80, 
1595950276Speter	acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, 
1596050276Speter	cbt=\EI, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, cr=^M, 
1596150276Speter	cub1=^H, cud1=^J, cuf1=^L, cup=\Ea%i%p1%dR%p2%dC, cuu1=^K, 
1596250276Speter	dch1=\EW$<11>, dim=\EGp, dl1=\ER$<5>, dsl=\Ez(\r, 
1596350276Speter	ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>, 
1596450276Speter	hts=\E1, if=/usr/share/tabset/std, il1=\EE$<4>, ind=^J, 
1596550276Speter	ip=$<3>, 
1596650276Speter	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, 
1596750276Speter	kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B, 
1596850276Speter	kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY, 
1596950276Speter	kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r, 
1597050276Speter	kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, 
1597150276Speter	kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, 
1597250276Speter	kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, 
1597350276Speter	kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, 
1597450276Speter	mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, 
1597550276Speter	pfloc=\EZ2%p1%{63}%+%c%p2%s\177, 
1597650276Speter	pfx=\EZ1%p1%{63}%+%c%p2%s\177, 
1597750276Speter	pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<7>, 
1597850276Speter	rmacs=\EH^C, rmam=\Ed., rmcup=, rmir=\Er, rmln=\EA11, 
1597950276Speter	rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, 
1598050276Speter	rs3=\EwG\Ee($<150>, 
1598150276Speter	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, 
1598250276Speter	sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, 
1598350276Speter	smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177, 
1598450276Speter	smir=\Eq, smln=\EA10, smxon=\Ec21, tbc=\E0, tsl=\Ez(, 
1598550276Speter	uc=\EG8%p1%c\EG0, 
1598650276Speter	use=adm+sgr, 
1598750276Speterteletec|Teletec Datascreen, 
1598850276Speter	am, 
1598950276Speter	cols#80, lines#24, 
1599050276Speter	bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, 
1599150276Speter	home=^^, ind=^J, 
1599250276Speter# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
1599350276Speter# This description is for the LANPAR Technologies VISION 3220
1599450276Speter# terminal from 1984/85.  The function key definitions k0-k5 represent the
1599550276Speter# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
1599650276Speter# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
1599750276Speter# (v3220: removed obsolete ":kn#10:",
1599850276Speter# I added <rmam>/<smam> based on the init string -- esr)
1599950276Speterv3220|LANPAR Vision II model 3220/3221/3222, 
1600050276Speter	am, mir, xenl, 
1600150276Speter	cols#80, it#8, lines#24, 
1600250276Speter	clear=\E[H\E[J, cub1=^H, cuf1=\E[C, 
1600350276Speter	cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, 
1600450276Speter	ed=\E[J, el=\E[K, ht=^I, il1=\E[L, 
1600550276Speter	is2=\E>\E[?3l\E[?7h\E[?8h\E[p, kcub1=\E[D, kcud1=\E[B, 
1600650276Speter	kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~, kf2=\E[3~, 
1600750276Speter	kf3=\E[4~, kf4=\E[5~, kf5=\E[6~, kf6=\E[OP, kf7=\E[OQ, 
1600850276Speter	kf8=\E[OR, kf9=\E[OS, khome=\E[H, ri=\EM, rmam=\E[?7l, 
1600950276Speter	rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, 
1601050276Speter	smam=\E[?7h, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, 
1601150276Speter######## ICH/ICH1 VERSUS RMIR/SMIR
1601250276Speter#
1601350276Speter# Some non-curses applications get confused if both ich/ich1 and rmir/smir
1601450276Speter# are present; the symptom is doubled characters in an update using insert.
1601550276Speter# These applications are technically correct; in both 4.3BSD termcap and
1601650276Speter# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
1601750276Speter# unless the terminal needs both.  To my knowledge, no terminal still in this
1601850276Speter# file requires both other than the very obsolete dm2500.
1601950276Speter#
1602050276Speter# For ncurses-based applications this is not a problem, as ncurses uses
1602150276Speter# one or the other as appropriate but never mixes the two.  Therefore we
1602250276Speter# have not corrected entries like `linux' and `xterm' that specify both.
1602350276Speter# If you see doubled characters from these, use the linux-nic and xterm-nic
1602450276Speter# entries that suppress ich/ich1.  And upgrade to ncurses!
1602550276Speter#
1602650276Speter
1602750276Speter######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
1602850276Speter#
1602950276Speter# ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
1603050276Speter# ECMA-48 standards are said to be almost identical, but are not the same
1603150276Speter# as X3.64 (though for practical purposes they are close supersets of it).
1603250276Speter#
1603350276Speter# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
1603450276Speter# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
1603550276Speter# Coded Character Sets"), include your snail-mail address, and you should
1603650276Speter# receive the document in due course.  Don't expect an email acknowledgement.
1603750276Speter#
1603850276Speter# Related standards include "X3.4-1977: American National Standard Code for
1603950276Speter# Information Interchange" (the ASCII standard) and "X3.41.1974: 
1604050276Speter# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
1604150276Speter# American National Standard for Information Interchange."  I believe (but
1604250276Speter# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
1604350276Speter# respectively. 
1604450276Speter#
1604550276Speter
1604650276Speter#### VT100/ANSI/ECMA-48
1604750276Speter#
1604850276Speter# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
1604950276Speter# and ECMA-48 Control Functions for Coded Character Sets.
1605050276Speter# 
1605150276Speter# Much of the content of this comment is adapted from a table prepared by
1605250276Speter# Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
1605350276Speter# discussion of some terminfo-related issues, and updates to capture ECMA-48
1605450276Speter# have been added.  Control functions described in ECMA-48 only are tagged
1605550276Speter# with * after their names.
1605650276Speter#
1605750276Speter# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
1605850276Speter# sequences.  In the main table, \E stands for an escape (\033) character,
1605950276Speter# SPC for space.  Pn stands for a single numeric parameter to be inserted
1606050276Speter# in decimal ASCII.  Ps stands for a list of such parameters separated by
1606150276Speter# semicolons.  Parameter meanings for most parametrized sequences are
1606250276Speter# decribed in the notes.
1606350276Speter#
1606450276Speter# Sequence     Sequence                             Parameter   or
1606550276Speter# Mnemonic     Name              Sequence           Value      Mode   terminfo
1606650276Speter# -----------------------------------------------------------------------------
1606750276Speter# APC  Applicatn Program Command \E _                -         Delim  -
1606850276Speter# BEL  Bell *                    ^G                  -         -      bel
1606950276Speter# BPH  Break Permitted Here *    \E B                -         *      -
1607050276Speter# BS   Backpace *                ^H                  -         EF     -
1607150276Speter# CAN  Cancel *                  ^X                  -         -      -   (A)
1607250276Speter# CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
1607350276Speter# CCH  Cancel Previous Character \E T                -         -      -
1607450276Speter# CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
1607550276Speter# CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
1607650276Speter# CMD  Coding Method Delimiter * \E
1607750276Speter# CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
1607850276Speter# CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
1607950276Speter# CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
1608050276Speter# CSI  Control Sequence Intro    \E [                -         Intro  -
1608150276Speter# CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
1608250276Speter# CUB  Cursor Backward           \E [ Pn D           1         eF     cub
1608350276Speter# CUD  Cursor Down               \E [ Pn B           1         eF     cud
1608450276Speter# CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
1608550276Speter# CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
1608650276Speter# CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
1608750276Speter# CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
1608850276Speter# DA   Device Attributes         \E [ Pn c           0         -      -
1608950276Speter# DAQ  Define Area Qualification \E [ Ps o           0         -      -
1609050276Speter# DCH  Delete Character          \E [ Pn P           1         eF     dch
1609150276Speter# DCS  Device Control String     \E P                -         Delim  -
1609250276Speter# DL   Delete Line               \E [ Pn M           1         eF     dl
1609350276Speter# DLE  Data Link Escape *        ^P                  -         -      -
1609450276Speter# DMI  Disable Manual Input      \E \                -         Fs     -
1609550276Speter# DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
1609650276Speter# DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
1609750276Speter# EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
1609850276Speter# ECH  Erase Character           \E [ Pn X           1         eF     ech
1609950276Speter# ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
1610050276Speter# EF   Erase in Field            \E [ Ps N           0         eF     -
1610150276Speter# EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
1610250276Speter# EM   End of Medium *           ^Y                  -         -      -
1610350276Speter# EMI  Enable Manual Input       \E b                          Fs     -
1610450276Speter# ENQ  Enquire                   ^E                  -         -      -
1610550276Speter# EOT  End Of Transmission       ^D                  -         *      -
1610650276Speter# EPA  End of Protected Area     \E W                -         -      -   (K)
1610750276Speter# ESA  End of Selected Area      \E G                -         -      -
1610850276Speter# ESC  Escape                    ^[                  -         -      -
1610950276Speter# ETB  End Transmission Block    ^W                  -         -      -
1611050276Speter# ETX  End of Text               ^C                  -         -      -
1611150276Speter# FF   Form Feed                 ^L                  -         -      -
1611250276Speter# FNK  Function Key *            \E [ Pn SPC W       -         -      -
1611350276Speter# GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
1611450276Speter# FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
1611550276Speter# GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
1611650276Speter# GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
1611750276Speter# HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
1611850276Speter# HPB  Char Position Backward    \E [ j              1         FE     -
1611950276Speter# HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
1612050276Speter# HT   Horizontal Tab *          ^I                  -         FE     -   (N)
1612150276Speter# HTJ  Horz Tab w/Justification  \E I                -         FE     -
1612250276Speter# HTS  Horizontal Tab Set        \E H                -         FE     hts
1612350276Speter# HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
1612450276Speter# ICH  Insert Character          \E [ Pn @           1         eF     ich
1612550276Speter# IDCS ID Device Control String  \E [ SPC O          -         *      -
1612650276Speter# IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
1612750276Speter# IL   Insert Line               \E [ Pn L           1         eF     il
1612850276Speter# IND  Index                     \E D                -         FE     -
1612950276Speter# INT  Interrupt                 \E a                -         Fs     -
1613050276Speter# JFY  Justify                   \E [ Ps SPC F       0         FE     -
1613150276Speter# IS1  Info Separator #1 *       ^_                  -         *      -
1613250276Speter# IS2  Info Separator #1 *       ^^                  -         *      -
1613350276Speter# IS3  Info Separator #1 *       ^]                  -         *      -
1613450276Speter# IS4  Info Separator #1 *       ^\                  -         *      -
1613550276Speter# LF   Line Feed                 ^J                  -         -      -
1613650276Speter# LS1R Locking Shift Right 1 *   \E ~                -         -      -
1613750276Speter# LS2  Locking Shift 2 *         \E n                -         -      -
1613850276Speter# LS2R Locking Shift Right 2 *   \E }                -         -      -
1613950276Speter# LS3  Locking Shift 3 *         \E o                -         -      -
1614050276Speter# LS3R Locking Shift Right 3 *   \E |                -         -      -
1614150276Speter# MC   Media Copy                \E [ Ps i           0         -      -   (S)
1614250276Speter# MW   Message Waiting           \E U                -         -      -
1614350276Speter# NAK  Negative Acknowledge *    ^U                  -         *      -
1614450276Speter# NBH  No Break Here *           \E C                -         -      -
1614550276Speter# NEL  Next Line                 \E E                -         FE     nel (D)
1614650276Speter# NP   Next Page                 \E [ Pn U           1         eF     -
1614750276Speter# NUL  Null *                    ^@                  -         -      -
1614850276Speter# OSC  Operating System Command  \E ]                -         Delim  -
1614950276Speter# PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
1615050276Speter# PFS  Page Format Selection *   \E Pn SPC J         0         -      -
1615150276Speter# PLD  Partial Line Down         \E K                -         FE     -   (T)
1615250276Speter# PLU  Partial Line Up           \E L                -         FE     -   (U)
1615350276Speter# PM   Privacy Message           \E ^                -         Delim  -
1615450276Speter# PP   Preceding Page            \E [ Pn V           1         eF     -
1615550276Speter# PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
1615650276Speter# PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
1615750276Speter# PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
1615850276Speter# PTX  Parallel Texts *          \E [ \              -         -      -
1615950276Speter# PU1  Private Use 1             \E Q                -         -      -
1616050276Speter# PU2  Private Use 2             \E R                -         -      -
1616150276Speter# QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
1616250276Speter# REP  Repeat Char or Control    \E [ Pn b           1         -      rep
1616350276Speter# RI   Reverse Index             \E M                -         FE     -   (V)
1616450276Speter# RIS  Reset to Initial State    \E c                -         Fs     -
1616550276Speter# RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
1616650276Speter# SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
1616750276Speter# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
1616850276Speter# SCI  Single-Char Introducer    \E Z                -         -      -
1616950276Speter# SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
1617050276Speter# SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
1617150276Speter# SD   Scroll Down               \E [ Pn T           1         eF     rin
1617250276Speter# SDS  Start Directed String *   \E [ Pn ]           1         -      -
1617350276Speter# SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
1617450276Speter# SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
1617550276Speter# SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
1617650276Speter# SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
1617750276Speter# SI   Shift In                  ^O                  -         -      -   (P)
1617850276Speter# SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
1617950276Speter# SL   Scroll Left               \E [ Pn SPC @       1         eF     -
1618050276Speter# SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
1618150276Speter# SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
1618250276Speter# SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
1618350276Speter# SM   Select Mode               \E [ Ps h           none      -      -   (W)
1618450276Speter# SO   Shift Out                 ^N                  -         -      -   (Q)
1618550276Speter# SOH  Start Of Heading *        ^A                  -         -      -
1618650276Speter# SOS  Start of String *         \E X                -         -      -
1618750276Speter# SPA  Start of Protected Area   \E V                -         -      -   (Z)
1618850276Speter# SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
1618950276Speter# SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
1619050276Speter# SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
1619150276Speter# SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
1619250276Speter# SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
1619350276Speter# SR   Scroll Right              \E [ Pn SPC A       1         eF     -
1619450276Speter# SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
1619550276Speter# SRS  Start Reversed String *   \E [ Ps [           0         -      -
1619650276Speter# SSA  Start of Selected Area    \E F                -         -      -
1619750276Speter# SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
1619850276Speter# SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
1619950276Speter# SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
1620050276Speter# SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
1620150276Speter# ST   String Terminator         \E \                -         Delim  -
1620250276Speter# STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
1620350276Speter# STS  Set Transmit State        \E S                -         -      -
1620450276Speter# STX  Start pf Text *           ^B                  -         -      -
1620550276Speter# SU   Scroll Up                 \E [ Pn S           1         eF     indn
1620650276Speter# SUB  Substitute *              ^Z                  -         -      -
1620750276Speter# SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
1620850276Speter# SYN  Synchronous Idle *        ^F                  -         -      -
1620950276Speter# TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
1621050276Speter# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
1621150276Speter# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
1621250276Speter# TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
1621350276Speter# TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
1621450276Speter# TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
1621550276Speter# TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
1621650276Speter# VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
1621750276Speter# VPB  Line Position Backward *  \E [ Pn k           1         FE     -
1621850276Speter# VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
1621950276Speter# VT   Vertical Tabulation *     ^K                  -         FE     -
1622050276Speter# VTS  Vertical Tabulation Set   \E J                -         FE     -
1622150276Speter# 
1622250276Speter# ---------------------------------------------------------------------------
1622350276Speter#
1622450276Speter# Notes:
1622550276Speter#
1622650276Speter# Some control characters are listed in the ECMA-48 standard without 
1622750276Speter# being assigned functions relevant to terminal control there (they 
1622850276Speter# referred to other standards such as ISO 1745 or ECMA-35).  They are listed
1622950276Speter# here anyway for completeness.
1623050276Speter#
1623150276Speter# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
1623250276Speter#
1623350276Speter# (B) There seems to be some confusion abroad between CHA and HPA.  Most
1623450276Speter# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
1623550276Speter# the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
1623650276Speter# preserved the CHA abbreviation.
1623750276Speter#
1623850276Speter# (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
1623950276Speter# Occasionally (as on, for example, certain HP terminals) this has the HTJ
1624050276Speter# value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
1624150276Speter# CHT abbreviation.
1624250276Speter#
1624350276Speter# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
1624450276Speter#
1624550276Speter# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR 
1624650276Speter# abbreviation.
1624750276Speter# 
1624850276Speter# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
1624950276Speter# char tab, 3 = clear line tab, 4 = clear all char tabs on current line, 
1625050276Speter# 5 = clear all char tabs, 6 = clear all line tabs.
1625150276Speter#
1625250276Speter# (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
1625350276Speter# HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
1625450276Speter# Position Absolute" but retains the HVP abbreviation.
1625550276Speter#
1625650276Speter# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
1625750276Speter# abbreviation.
1625850276Speter#
1625950276Speter# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
1626050276Speter# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
1626150276Speter# DSR, 6 = request CPR response.
1626250276Speter#
1626350276Speter# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
1626450276Speter# 1 = clear from beginning, 2 = clear.
1626550276Speter# 
1626650276Speter# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
1626750276Speter#
1626850276Speter# (L) The GSM parameters are vertical and horizontal parameters to scale by.
1626950276Speter#
1627050276Speter# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
1627150276Speter# use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
1627250276Speter# Position Relative" but retains the HPR abbreviation.
1627350276Speter#
1627450276Speter# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
1627550276Speter# abbreviation.
1627650276Speter#
1627750276Speter# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
1627850276Speter# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
1627950276Speter# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
1628050276Speter# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
1628150276Speter# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
1628250276Speter# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
1628350276Speter# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
1628450276Speter# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
1628550276Speter# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
1628650276Speter# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
1628750276Speter# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
1628850276Speter# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
1628950276Speter# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
1629050276Speter# 61-65 = variable highlights for ideograms.
1629150276Speter#
1629250276Speter# (P) SI is also called LSO, Locking Shift Zero.
1629350276Speter#
1629450276Speter# (Q) SI is also called LS1, Locking Shift One.
1629550276Speter#
1629650276Speter# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
1629750276Speter# use CUD for this function and ignore VPR.  ECMA calls it `Line Position
1629850276Speter# Absolute' but retains the VPA abbreviation.
1629950276Speter#
1630050276Speter# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
1630150276Speter# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
1630250276Speter# from secondary aux device, 4 = stop relay to primary aux device, 5 = 
1630350276Speter# start relay to primary aux device, 6 = stop relay to secondary aux device,
1630450276Speter# 7 = start relay to secondary aux device.
1630550276Speter#
1630650276Speter# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
1630750276Speter# abbreviation.
1630850276Speter#
1630950276Speter# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
1631050276Speter# abbreviation.
1631150276Speter#
1631250276Speter# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
1631350276Speter#
1631450276Speter# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM), 
1631550276Speter# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM), 
1631650276Speter# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
1631750276Speter# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
1631850276Speter# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM), 
1631950276Speter# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
1632050276Speter# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM), 
1632150276Speter# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
1632250276Speter# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
1632350276Speter# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
1632450276Speter# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
1632550276Speter# Zero Default Mode (ZDM).  The EBM and LF/NL modes have actually been removed
1632650276Speter# from ECMA-48's 5th edition but are listed here for reference.
1632750276Speter#
1632850276Speter# (X) Select Alternate Presentation Variants is used only for non-Latin
1632950276Speter# alphabets.
1633050276Speter#
1633150276Speter# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
1633250276Speter#
1633350276Speter# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
1633450276Speter# abbreviation.
1633550276Speter#
1633650276Speter# ---------------------------------------------------------------------------
1633750276Speter# 
1633850276Speter# Abbreviations:
1633950276Speter#
1634050276Speter# Intro  an Introducer of some kind of defined sequence; the normal 7-bit
1634150276Speter#        X3.64 Control Sequence Introducer is the two characters "Escape ["
1634250276Speter# 
1634350276Speter# Delim  a Delimiter
1634450276Speter# 
1634550276Speter# x/y    identifies a character by position in the ASCII table (column/row)
1634650276Speter# 
1634750276Speter# eF     editor function (see explanation)
1634850276Speter# 
1634950276Speter# FE     format effector (see explanation)
1635050276Speter#
1635150276Speter# F      is a Final character in
1635250276Speter#             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
1635350276Speter#             a control sequence (F from 4/0 to 7/14)
1635450276Speter# 
1635550276Speter# Gs     is a graphic character appearing in strings (Gs ranges from
1635650276Speter#        2/0 to 7/14) in the ASCII table
1635750276Speter# 
1635850276Speter# Ce     is a control represented as a single bit combination in the C1 set
1635950276Speter#        of controls in an 8-bit character set
1636050276Speter# 
1636150276Speter# C0     the familiar set of 7-bit ASCII control characters
1636250276Speter# 
1636350276Speter# C1     roughly, the set of control chars available only in 8-bit systems.
1636450276Speter#        This is too complicated to explain fully here, so read Jim Fleming's
1636550276Speter#        article in the February 1983 BYTE, especially pages 214 through 224.
1636650276Speter# 
1636750276Speter# Fe     is a Final character of a 2-character Escape sequence that has an
1636850276Speter#        equivalent representation in an 8-bit environment as a Ce-type
1636950276Speter#        (Fe ranges from 4/0 to 5/15)
1637050276Speter# 
1637150276Speter# Fs     is a Final character of a 2-character Escape sequence that is
1637250276Speter#        standardized internationally with identical representation in 7-bit
1637350276Speter#        and 8-bit environments and is independent of the currently
1637450276Speter#        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
1637550276Speter# 
1637650276Speter# I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
1637750276Speter#        ASCII table
1637850276Speter# 
1637950276Speter# P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
1638050276Speter#        table
1638150276Speter# 
1638250276Speter# Pn     is a numeric parameter in a control sequence, a string of zero or
1638350276Speter#        more characters ranging from 3/0 to 3/9 in the ASCII table
1638450276Speter# 
1638550276Speter# Ps     is a variable number of selective parameters in a control sequence
1638650276Speter#        with each selective parameter separated from the other by the code
1638750276Speter#        3/11 (which usually represents a semicolon); Ps ranges from
1638850276Speter#        3/0 to 3/9 and includes 3/11
1638950276Speter#
1639050276Speter# *      Not relevant to terminal control, listed for completeness only.
1639150276Speter# 
1639250276Speter# Format Effectors versus Editor Functions
1639350276Speter# 
1639450276Speter# A format effector specifies how following output is to be displayed.
1639550276Speter# An editor function allows you to modify the display.  Informally
1639650276Speter# format effectors may be destructive; format effectors should not be.
1639750276Speter# 
1639850276Speter# For instance, a format effector that moves the "active position" (the 
1639950276Speter# cursor or equivalent) one space to the left would be useful when you want to
1640050276Speter# create an overstrike, a compound character made of two standard characters
1640150276Speter# overlaid. Control-H, the Backspace character, is actually supposed to be a
1640250276Speter# format effector, so you can do this. But many systems use it in a
1640350276Speter# nonstandard fashion, as an editor function, deleting the character to the
1640450276Speter# left of the cursor and moving the cursor left. When Control-H is assumed to
1640550276Speter# be an editor function, you cannot predict whether its use will create an
1640650276Speter# overstrike unless you also know whether the output device is in an "insert
1640750276Speter# mode" or an "overwrite mode". When Control-H is used as a format effector,
1640850276Speter# its effect can always be predicted. The familiar characters carriage
1640950276Speter# return, linefeed, formfeed, etc., are defined as format effectors.
1641050276Speter#
1641150276Speter# NOTES ON THE DEC VT100 IMPLEMENTATION
1641250276Speter# 
1641350276Speter# Control sequences implemented in the VT100 are as follows:
1641450276Speter# 
1641550276Speter#      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
1641650276Speter#      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
1641750276Speter# 
1641850276Speter# plus several private DEC commands.
1641950276Speter# 
1642050276Speter# Erasing parts of the display (EL and ED) in the VT100 is performed thus:
1642150276Speter# 
1642250276Speter#      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
1642350276Speter#      Erase from beginning of line to cursor     Esc [ 1 K
1642450276Speter#      Erase line containing cursor               Esc [ 2 K
1642550276Speter#      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
1642650276Speter#      Erase from beginning of screen to cursor   Esc [ 1 J
1642750276Speter#      Erase entire screen                        Esc [ 2 J
1642850276Speter#
1642950276Speter# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
1643050276Speter# Esc [ 2 J, but this is wrong; the default is 0.
1643150276Speter# 
1643250276Speter# The VT100 responds to receiving the DA (Device Attributes) control
1643350276Speter# 
1643450276Speter#      Esc [ c    (or Esc [ 0 c)
1643550276Speter# 
1643650276Speter# by transmitting the sequence
1643750276Speter# 
1643850276Speter#      Esc [ ? l ; Ps c
1643950276Speter# 
1644050276Speter# where Ps is a character that describes installed options.
1644150276Speter# 
1644250276Speter# The VT100's cursor location can be read with the DSR (Device Status
1644350276Speter# Report) control
1644450276Speter# 
1644550276Speter#      Esc [ 6 n
1644650276Speter# 
1644750276Speter# The VT100 reports by transmitting the CPR sequence
1644850276Speter# 
1644950276Speter#      Esc [ Pl ; Pc R
1645050276Speter# 
1645150276Speter# where Pl is the line number and Pc is the column number (in decimal).
1645250276Speter# 
1645350276Speter# The specification for the DEC VT100 is document EK-VT100-UG-003.
1645450276Speter
1645550276Speter#### ANSI.SYS
1645650276Speter# 
1645750276Speter# Here is a description of the color and attribute controls supported in the
1645850276Speter# the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
1645950276Speter# terminal emulators for Intel boxes obey these.  They are a proper subset
1646050276Speter# of the ECMA-48 escapes.
1646150276Speter#
1646250276Speter# 0	all attributes off
1646350276Speter# 1	foreground bright
1646450276Speter# 4	underscore on
1646550276Speter# 5	blink on/background bright (not reliable with brown)
1646650276Speter# 7	reverse-video
1646750276Speter# 8	set blank (non-display)
1646850276Speter# 10	set primary font
1646950276Speter# 11	set first alternate font (on PCs, display ROM characters 1-31)
1647050276Speter# 12	set second alternate font (on PCs, display IBM high-half chars)
1647150276Speter#
1647250276Speter#			Color attribute sets
1647350276Speter# 3n	set foreground color       / 0=black, 1=red,     2=green, 3=brown,
1647450276Speter# 4n	set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
1647550276Speter# Bright black becomes gray.  Bright brown becomes yellow,
1647650276Speter# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
1647750276Speter#
1647850276Speter# * If the 5 attribute is on and you set a background color (40-47) it is
1647950276Speter#   supposed to enable bright background.
1648050276Speter#
1648150276Speter# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
1648250276Speter#   when you try to set a "bright brown" (yellow) background with attribute
1648350276Speter#   5 (you get a blinking yellow foreground instead).  A few displays
1648450276Speter#   (including the System V console) support an attribute 6 that undoes this
1648550276Speter#   braindamage (this is required by iBCS2).
1648650276Speter#
1648750276Speter# * Some older versions of ANSI.SYS have a bug that causes thems to require
1648850276Speter#   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
1648950276Speter#   compatible.)
1649050276Speter
1649150276Speter#### Intel Binary Compatibility Standard
1649250276Speter#
1649350276Speter# For comparison, here are the capabilities implied by the Intel Binary 
1649450276Speter# Compatibility Standard for UNIX systems (Intel order number 468366-001).
1649550276Speter# These recommendations are optional.  IBCS2 allows the leading escape to
1649650276Speter# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
1649750276Speter# the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
1649850276Speter# (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
1649950276Speter# terminfo entry are followed with the corresponding capability in parens:
1650050276Speter#
1650150276Speter#	CSI <n>k		disable (n=0) or enable (n=1) keyclick
1650250276Speter#	CSI 2h   		lock keyboard
1650350276Speter#	CSI 2i  		send screen as input
1650450276Speter#	CSI 2l  		unlock keyboard
1650550276Speter#	CSI 6m  		enable background color intensity
1650650276Speter#	CSI <0-2>c		reserved
1650750276Speter#	CSI <0-59>m		select graphic rendition
1650850276Speter#	CSI <n>;<m>H	(cup)	cursor to line n and column m
1650950276Speter#	CSI <n>;<m>f		cursor to line n and column m
1651050276Speter#	CSI <n>@	(ich)	insert characters
1651150276Speter#	CSI <n>A	(cuu)	cursor up n lines
1651250276Speter#	CSI <n>B	(cud)	cursor down n lines
1651350276Speter#	CSI <n>C	(cuu)	cursor right n characters
1651450276Speter#	CSI <n>D	(cud)	cursor left n characters
1651550276Speter#	CSI <n>E		cursor down n lines and in first column
1651650276Speter#	CSI <n>F		cursor up n lines and in first column
1651750276Speter#	CSI <n>G	(hpa)	position cursor at column n-1
1651850276Speter#	CSI <n>J	(ed)	erase in display
1651950276Speter#	CSI <n>K	(el)	erase in line
1652050276Speter#	CSI <n>L	(il)	insert line(s)
1652150276Speter#	CSI <n>P	(dch)	delete characters
1652250276Speter#	CSI <n>S	(indn)	scroll up n lines
1652350276Speter#	CSI <n>T	(rin)	scroll down n lines
1652450276Speter#	CSI <n>X	(ech)	erase characters
1652550276Speter#	CSI <n>Z	(cbt)	back up n tab stops
1652650276Speter#	CSI <n>`		cursor to column n on line
1652750276Speter#	CSI <n>a	(cuu)	cursor right n characters
1652850276Speter#	CSI <n>d	(vpa)	cursor to line n
1652950276Speter#	CSI <n>e		cursor down n lines and in first column
1653050276Speter#	CSI <n>g	(cbt)	clear all tabs
1653150276Speter#	CSI <n>z		make virtual terminal n active
1653250276Speter#	CSI ?7h 	(smam)	turn automargin on
1653350276Speter#	CSI ?7l 	(rmam)	turn automargin off
1653450276Speter#	CSI s     		save cursor position
1653550276Speter#	CSI u   		restore cursor position to saved value
1653650276Speter#	CSI =<c>A		set overscan color
1653750276Speter#	CSI =<c>F		set normal foreground color
1653850276Speter#	CSI =<c>G		set normal background color
1653950276Speter#	CSI =<c>H		set reverse foreground color
1654050276Speter#	CSI =<c>I		set reverse foreground color
1654150276Speter#	CSI =<c>J		set graphic foreground color
1654250276Speter#	CSI =<c>K		set graphic foreground color
1654350276Speter#	CSI =<n>g	(dispc) display n from alternate graphics character set
1654450276Speter#	CSI =<p>;<d>B		set bell parameters
1654550276Speter#	CSI =<s>;<e>C		set cursor parameters
1654650276Speter#	CSI =<x>D		enable/disable intensity of background color
1654750276Speter#	CSI =<x>E		set/clear blink vs. bold background
1654850276Speter#	CSI 7     	(sc)	(sc) save cursor position
1654950276Speter#	CSI 8   	(rc)	(rc) restore cursor position to saved value
1655050276Speter#	CSI H		(hts)	(hts) set tab stop
1655150276Speter#	CSI Q<n><string>	define function key string
1655250276Speter#				(string must begin and end with delimiter char)
1655350276Speter#	CSI c   	(clear) clear screen
1655450276Speter#
1655550276Speter# The lack of any specification for attributes in SGR (among other things)
1655650276Speter# makes this a wretchedly weak standard. The table above is literally 
1655750276Speter# everything iBSC2 has to say about terminal escape sequences; there is
1655850276Speter# no further discussion of their meaning or how to set the parameters
1655950276Speter# in these sequences at all.
1656050276Speter#
1656150276Speter
1656250276Speter######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
1656350276Speter#
1656450276Speter# The historical termcap file entries were written primarily in 4.4BSD termcap.
1656550276Speter# The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
1656650276Speter# with the extension names chosen for compatibility with the termcap names
1656750276Speter# assigned in System V terminfo.  There are some variant extension sets out
1656850276Speter# there.  We try to describe them here.
1656950276Speter#
1657050276Speter# XENIX extensions:
1657150276Speter#
1657250276Speter# The XENIX extensions include a set of function-key capabilities as follows:
1657350276Speter#
1657450276Speter#       code	XENIX variable name	terminfo name	name clashes?
1657550276Speter#	----	-------------------	-------------	-----------------------
1657650276Speter#	CL	key_char_left
1657750276Speter#	CR	key_char_right
1657850276Speter#	CW	key_change_window			create_window
1657950276Speter#	EN	key_end          	kend
1658050276Speter#	HM	key_home		khome
1658150276Speter#	HP	??
1658250276Speter#	LD	key_delete_line  	kdl1
1658350276Speter#	LF	key_linefeed     			label_off
1658450276Speter#	NU	key_next_unlocked_cell
1658550276Speter#	PD	key_page_down   	knp
1658650276Speter#	PL	??
1658750276Speter#	PN	start_print		mc5
1658850276Speter#	PR	??
1658950276Speter#	PS	stop_print		mc4
1659050276Speter#	PU	key_page_up     	kpp		pulse
1659150276Speter#	RC	key_recalc				remove_clock
1659250276Speter#	RF	key_toggle_ref				req_for_input
1659350276Speter#	RT	key_return      	kent
1659450276Speter#	UP	key_up_arrow           	kcuu1   	parm_up_cursor
1659550276Speter#	WL	key_word_left
1659650276Speter#	WR	key_word_right
1659750276Speter#
1659850276Speter# The XENIX extensions also include the following character-set and highlight
1659950276Speter# capabilities:
1660050276Speter#
1660150276Speter#	XENIX	terminfo	function
1660250276Speter#	-----	--------	------------------------------
1660350276Speter#	GS	smacs		start alternate character set
1660450276Speter#	GE	rmacs		end alternate character set
1660550276Speter#	GG			:as:/:ae: glitch (analogous to :sg:/:ug:)
1660650276Speter#	bo	blink		begin blink (not used in /etc/termcap)
1660750276Speter#	be			end blink (not used in /etc/termcap)
1660850276Speter#	bb			blink glitch  (not used in /etc/termcap)
1660950276Speter#	it	dim		begin dim (not used in /etc/termcap)
1661050276Speter#	ie			end dim (not used in /etc/termcap)
1661150276Speter#	ig			dim glitch  (not used in /etc/termcap)
1661250276Speter#
1661350276Speter# Finally, XENIX also used the following forms-drawing capabilities:
1661450276Speter#
1661550276Speter#	single	double  type             ASCII approximation 
1661650276Speter#	------	------	-------------    -------------------
1661750276Speter#	GV	Gv	vertical line             |
1661850276Speter#	GH	Gv	horizontal line       -   _
1661950276Speter#	G1	G5	top right corner       _   |
1662050276Speter#	G2	G6	top left corner       | 
1662150276Speter#	G3	G7	bottom left corner         |_
1662250276Speter#	G4	G8	bottom right corner   _|
1662350276Speter#	GD	Gd	down-tick character        T
1662450276Speter#	GL	Gl	left-tick character   -|
1662550276Speter#	GR	Gr	right-tick character       |-
1662650276Speter#	GC	Gc	middle intersection   -|-
1662750276Speter#	GU	Gu	up-tick character          _|_
1662850276Speter#
1662950276Speter# These were invented to take advantage of the IBM PC ROM character set.  One
1663050276Speter# can compose an acsc string from the single-width characters as follows
1663150276Speter#	"j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
1663250276Speter# When translating a termcap file, ncurses tic will do this automatically.
1663350276Speter# The double forms characters don't fit the SVr4 terminfo model.
1663450276Speter#
1663550276Speter# AT&T Extensions:
1663650276Speter#
1663750276Speter# The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
1663850276Speter# nonstandard capabilities.  Its signature is the KM capability, used to name
1663950276Speter# some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
1664050276Speter# set.  Comments in the original, and a little cross-checking with other AT&T
1664150276Speter# documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
1664250276Speter# (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
1664350276Speter# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
1664450276Speter# cursor invisible), and CV=:ve: (make cursor normal).
1664550276Speter#
1664650276Speter# HP Extensions
1664750276Speter#
1664850276Speter# The HP library (as of mid-1995, their term.h file version 70.1) appears to
1664950276Speter# have the System V capabilities up to SVr1 level.  After that, it supports
1665050276Speter# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
1665150276Speter# :mu: capabilities.  After that, it supports caps plab_norm, label_on,
1665250276Speter# label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
1665350276Speter# HP binary format incompatible with SVr4's.
1665450276Speter#
1665550276Speter# IBM Extensions
1665650276Speter#
1665750276Speter# There is a set of nonstandard terminfos used by IBM's AIX operating system.
1665850276Speter# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
1665950276Speter# capabilities following prtr_non with the following special capabilties:
1666050276Speter# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
1666150276Speter# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
1666250276Speter# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
1666350276Speter# rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
1666450276Speter# kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
1666550276Speter# renamed (to kcbt and kslt).  The places in the box[12] capabilities
1666650276Speter# correspond to acsc chars, here is the mapping:
1666750276Speter#
1666850276Speter#	box1[0]  = ACS_ULCORNER
1666950276Speter#	box1[1]  = ACS_HLINE	
1667050276Speter#	box1[2]  = ACS_URCORNER
1667150276Speter#	box1[3]  = ACS_VLINE
1667250276Speter#	box1[4]  = ACS_LRCORNER
1667350276Speter#	box1[5]  = ACS_LLCORNER
1667450276Speter#	box1[6]  = ACS_TTEE
1667550276Speter#	box1[7]  = ACS_RTEE
1667650276Speter#	box1[8]  = ACS_BTEE
1667750276Speter#	box1[9]  = ACS_LTEE
1667850276Speter#	box1[10] = ACS_PLUS
1667950276Speter#
1668050276Speter# The box2 characters are the double-line versions of these forms graphics.
1668150276Speter# The AIX binary terminfo format is incompatible with SVr4's.
1668250276Speter#
1668350276Speter# Iris console extensions:
1668450276Speter#
1668550276Speter# HS is half-intensity start; HE is half-intensity end
1668650276Speter# CT is color terminal type (for Curses & rogue)
1668750276Speter# CP is color change escape sequence
1668850276Speter# CZ are color names (for Curses & rogue)
1668950276Speter#
1669050276Speter# The ncurses tic utility recognizes HS as an alias for mh <dim>.
1669150276Speter#
1669250276Speter# TC Extensions:
1669350276Speter#
1669450276Speter# There is a set of extended termcaps associated with something
1669550276Speter# called the "Terminal Control" or TC package created by MainStream Systems,
1669650276Speter# Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
1669750276Speter# CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
1669850276Speter# that flags color terminals.
1669950276Speter#
1670050276Speter######## CHANGE HISTORY
1670150276Speter#
1670250276Speter# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
1670350276Speter# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
1670450276Speter# project.
1670550276Speter#
1670650276Speter# This file contains all the capability information present in John Kunze's
1670750276Speter# last version of the termcap master file, except as noted in the change 
1670850276Speter# comments at end of file.  Some information about very ancient obsolete
1670950276Speter# capabilities has been moved to comments.  Some all-numeric names of older
1671050276Speter# terminals have been retired.
1671150276Speter#
1671250276Speter# I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
1671350276Speter# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
1671450276Speter# used by BSD curses.
1671550276Speter#
1671650276Speter# The 9.1.0 version of this file was translated from my lightly-edited copy of
1671750276Speter# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
1671850276Speter# the purpose.  Unless the ncurses tic implementation and the Lisp code were
1671950276Speter# making perfectly synchronized mistakes which I then failed to catch by
1672050276Speter# eyeball, the translation was correct and perfectly information-preserving.
1672150276Speter#
1672250276Speter# Major version number bumps correspond to major version changes in ncurses.
1672350276Speter#
1672450276Speter# Here is a log of the changes since then:
1672550276Speter#
1672650276Speter# 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
1672750276Speter#	* First terminfo master translated from 8.3.
1672850276Speter# 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
1672950276Speter#	* Replaced Wyse entries with updated entries supplied by vendor.
1673050276Speter#
1673150276Speter# 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
1673250276Speter#	* Added contact & status info from G. Clark Brown <clark@sssi.com>.
1673350276Speter# 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
1673450276Speter#	* Better XENIX keycap translation.  Describe TC termcaps.
1673550276Speter#	* Contact and history info supplied by Qume.
1673650276Speter# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
1673750276Speter#	* Raided the Shuford FTP site for recent termcaps/terminfos.
1673850276Speter#	* Added information on X3.64 and VT100 standard escape sequences.
1673950276Speter# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
1674050276Speter#	* Added a correct X11R6 xterm entry.
1674150276Speter#	* Fixed terminfo translations of padding.
1674250276Speter# 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
1674350276Speter#	* Added correct acsc/smacs/rmacs strings for vt100 and xterm.
1674450276Speter#	* Added u6/u7/u8/u9 capabilities.
1674550276Speter#	* Added PCVT entry.
1674650276Speter# 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
1674750276Speter#	* Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
1674850276Speter#	  to use reverse-video standout so Emacs will look right.
1674950276Speter#	* Added el1 capability to ansi.
1675050276Speter#	* Added smacs/rmacs to ansi.sys.
1675150276Speter#
1675250276Speter# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
1675350276Speter#	* New mt70 entry.
1675450276Speter#	* Added COPYRIGHTS AND OTHER DELUSIONS.
1675550276Speter#	* Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
1675650276Speter#	  smartvid & smarterm, ampex 175 & 219 & 232,
1675750276Speter#	  env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
1675850276Speter#	  ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
1675950276Speter#	  screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
1676050276Speter#	  adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
1676150276Speter#	* Replaced the Perkin-Elmer entries with vendor's official ones.
1676250276Speter#	* Restored the old minimal-ansi entry, luna needs it.
1676350276Speter#	* Fixed some incorrect ip and proportional-padding translations.
1676450276Speter# 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
1676550276Speter#	* Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
1676650276Speter#	* Make the xterm entry 65 lines again; create xterm25 and xterm24
1676750276Speter#	  to force a particular height.
1676850276Speter#	* Added beehive4 and reorganized other Harris entries.
1676950276Speter# 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
1677050276Speter#	* Merged in DEC's official entries for its terminals.  The only old
1677150276Speter#	  entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
1677250276Speter#	* Replaced the translated BBN Bitgraph entries with purpose-built
1677350276Speter#	  ones from AT&T's SVr3.
1677450276Speter#	* Replaced the AT&T entries with AT&T's official terminfos.
1677550276Speter#	* Added teleray 16, vc415, cops10. 
1677650276Speter#	* Merged in many individual capabilities from SCO terminfo files.
1677750276Speter# 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
1677850276Speter#	* Typo fixes.
1677950276Speter#	* Change linux entry so A_PROTECT enables IBM-PC ROM characters.
1678050276Speter# 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
1678150276Speter#	* Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
1678250276Speter#	  pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
1678350276Speter#	  simterm, citoh and variants.
1678450276Speter#	* Replaced sol entry with sol1 and sol2.
1678550276Speter#	* Replaced Qume QVT and Freedom-series entries with purpose-built
1678650276Speter#	  terminfo entries.
1678750276Speter#	* Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
1678850276Speter#	  and dg200 entries using caps from from SCO.
1678950276Speter#	* Added the usual set of function-key mappings to ANSI entry.
1679050276Speter#	* Corrected xterm's function-key capabilities.
1679150276Speter# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
1679250276Speter#	* Fix in xterm entry, cub and cud are not reliable under X11R6.
1679350276Speter# 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
1679450276Speter#	* Fix in xterm entry, get the arrow keys right.
1679550276Speter#	* Change some \0 escapes to \200.
1679650276Speter# 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
1679750276Speter#	* Added apple (Videx card), adm1a, oadm31.
1679850276Speter#	* Fixed malformed ampex csr.
1679950276Speter#	* Fixed act4, cyb110; they had old-style prefix padding left in. 
1680050276Speter#	* Changed mandatory to advisory padding in many entries.
1680150276Speter#	* Replaced HP entries up to hpsub with purpose-built ones.
1680250276Speter#	* Blank rmir/smir/rmdc/smdc capabilities removed.
1680350276Speter#	* Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
1680450276Speter# 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
1680550276Speter#	* Replaced the Ann Arbor entries with SCO's, the init strings are
1680650276Speter#	  more efficient (but the entries otherwise identical).
1680750276Speter#	* Added dg211 from Shuford archive.
1680850276Speter#	* Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
1680950276Speter#	  adm42-nl, pc52, gs6300, xerox820, uts30.
1681050276Speter#	* Pull SCO's padding into vi200 entry.
1681150276Speter#	* Improved capabilities for tvi4107 and other Televideo and Viewpoint
1681250276Speter#	  entries merged in from SCO's descriptions.
1681350276Speter#	* Fixed old-style prefix padding on zen50, h1500.
1681450276Speter#	* Moved old superbee entry to superbee-xsb, pulled in new superbee
1681550276Speter#	  entry from SCO's description.
1681650276Speter#	* Reorganized the special entries.
1681750276Speter#	* Added lm#0 to cbunix and virtual entries.
1681850276Speter#
1681950276Speter# 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
1682050276Speter#	* Restored cdc456tst.
1682150276Speter#	* Fixed sb1 entry, SCO erroneously left out the xsb glitch.
1682250276Speter#	* Added megatek, beacon, microkit.
1682350276Speter#	* Freeze for ncurses-1.9 release.
1682450276Speter# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
1682550276Speter#	* Added historical data for TAB.
1682650276Speter#	* Comment fixes from David MacKenzie.
1682750276Speter#	* Added the new BSDI pc3 entry.
1682850276Speter# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
1682950276Speter#	* A change in the tic -C logic now ensures that all entries in 
1683050276Speter#	  the termcap translation will fit in < 1024 bytes.
1683150276Speter#	* Added `bobcat' and `gator' HP consoles and the Nu machine entries
1683250276Speter#	  from GNU termcap file.  This merges in all their local information.
1683350276Speter# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
1683450276Speter#	* Changed tic -C logic to dump all capabilities used by GNU termcap.
1683550276Speter#	* Added warnings about entries with long translations (restoring
1683650276Speter#	  all the GNU termcaps pushes a few over the edge).
1683750276Speter# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
1683850276Speter#	* Yet another tic change, and a couple of entry tweaks, to reduce the
1683950276Speter#	  number of long (> 1024) termcap translations back to 0.
1684050276Speter#
1684150276Speter# 9.6.0 (Mon May  1 10:35:54 EDT 1995)
1684250276Speter#	* Added kf13-kf20 to Linux entry.
1684350276Speter#	* Regularize Prime terminal names.
1684450276Speter#	* Historical data on Synertek.
1684550276Speter#	* Freeze for ncurses-1.9.1.
1684650276Speter# 9.6.1 (Sat May  6 02:00:52 EDT 1995):
1684750276Speter#	* Added true xterm-color entry, renamed djm's pseudo-color entry.
1684850276Speter#	* Eliminate whitespace in short name fields, this tanks some scripts.
1684950276Speter#	* Name field changes to shorten some long entries.
1685050276Speter#	* Termcap translation now automatically generates empty rmir/smir
1685150276Speter#	  when ich1/ich is present (copes with an ancient vi bug).
1685250276Speter#	* Added `screen' entries from FSF's screen-3.6.2.
1685350276Speter#	* Added linux-nic and xterm-nic entries.
1685450276Speter# 9.6.2 (Sat May  6 17:00:55 EDT 1995):
1685550276Speter#	* Change linux entry to use smacs=\E[11m and have an explicit acsc,
1685650276Speter#	  eliminating some special-case code in ncurses.
1685750276Speter#
1685850276Speter# 9.7.0 (Tue May  9 18:03:12 EDT 1995):
1685950276Speter#	* Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
1686050276Speter#	  that captures everything unique from it.
1686150276Speter#	* Added reorder script generator.
1686250276Speter#	* Freeze for ncurses 1.9.2 release.
1686350276Speter# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
1686450276Speter#	* Added Sean Farley's kspd, flash, rs1 capabilities for linux.
1686550276Speter#	* Added Olaf Siebert's corrections for adm12.
1686650276Speter#	* ansi-pc-color now includes the colors and pairs caps, so that
1686750276Speter#	  entries which use it will inherit them automatically.
1686850276Speter#	* The linux entry can now recognize the center (keypad 5) key.
1686950276Speter#	* Removed some junk that found its way into Linux acsc.
1687050276Speter#
1687150276Speter# 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
1687250276Speter#	* Add 50% cut mark as a desperate hack to reduce tic's core usage.
1687350276Speter#	* xterm doesn't try to use application keypad mode any more.
1687450276Speter#	* Freeze for ncurses-1.9.3 release.
1687550276Speter# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
1687650276Speter#	* Added corrected sun entry from vendor.
1687750276Speter#	* Added csr capability to linux entry.
1687850276Speter#	* Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
1687950276Speter#	* Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
1688050276Speter#	* Some commented-out caps in long entries come back in, my code 
1688150276Speter#	  for computing string-table lengths had a bug in it.
1688250276Speter#	* pcansi series modified to fit comm-program reality better.
1688350276Speter# 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
1688450276Speter#	* BSD/OS actually ships the ibmpc3 bold entry as its console.
1688550276Speter#	* Correct some bad aliases in the pcansi series
1688650276Speter#	* Added entry for QNX console.
1688750276Speter#	* Clean up duplicate long names for use with 4.4 library.
1688850276Speter#	* Change vt100 standout to be normal reverse vide, not bright reverse;
1688950276Speter#	  this makes the Emacs status line look better.
1689050276Speter# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
1689150276Speter#	* Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
1689250276Speter#	* Minor surgery, mostly on name strings, to shorten termcap version.
1689350276Speter#
1689450276Speter# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
1689550276Speter#	* Added dec-vt100 for use with the EWAN emulator.
1689650276Speter#	* Added kmous to xterm for use with xterm's mouse-tracking facility.
1689750276Speter#	* Freeze for 1.9.5 alpha release.
1689850276Speter# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
1689950276Speter#	* Changed xterm lines to 24, the X11R6 default.
1690050276Speter# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
1690150276Speter#	* Added 7 newly discovered, undocumented acsc characters to linux
1690250276Speter#	  entry (the pryz{|} characters).
1690350276Speter#	* ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
1690450276Speter#	* Correct two typos in the xterm entries introduced in 9.9.1.
1690550276Speter#	* I finally figured out how to translate ko capabilities.  Done.
1690650276Speter#	* Added tvi921 entries from Tim Theisen.
1690750276Speter#	* Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
1690850276Speter#	* Removed mystery tec entry, it was neither interesting nor useful.
1690950276Speter#	* shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
1691050276Speter#	  vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
1691150276Speter#	  trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
1691250276Speter#	  by making them relative to use capabilities
1691350276Speter#	* Added cuf1=^L to tvi925 from deleted variant tvi925a.
1691450276Speter#	* fixed cup in adm22 entry and parametrized strings in vt320-k3.
1691550276Speter#	* added it#8 to entries that used to have :pt: -- tvi912, vi200,
1691650276Speter#	  ampex80,
1691750276Speter#	* Translate all home=\E[;H capabilities to home=\E[H, they're 
1691850276Speter#	  equivalent.
1691950276Speter#	* Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
1692050276Speter#	  vt100 and ANSI-like terminals.
1692150276Speter# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
1692250276Speter#	* Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
1692350276Speter#	  does this now, too.
1692450276Speter#	* fviewpoint is gone, it duplicated screwpoint.
1692550276Speter#	* Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
1692650276Speter#	  ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3, 
1692750276Speter#	  versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
1692850276Speter#	  The UW vi50 replaces the old one, which becomes vi50adm,
1692950276Speter#	* No more embedded commas in name fields.
1693050276Speter#
1693150276Speter# 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
1693250276Speter#	* XENIX forms characters in fos, trs16, scoansi become acsc strings,
1693350276Speter#	* Introduced klone+* entries for describing Intel-console behavior.
1693450276Speter#	* Linux kbs is default-mapped to delete for some brain-dead reason.
1693550276Speter#	* -nsl -> -ns.  The -pp syntax is obsolete.
1693650276Speter#	* Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
1693750276Speter#	* Make xterm entry do application-keypad mode again.  I got complaints
1693850276Speter#	  that it was messing up someone's 3270 emulator.
1693950276Speter#	* Added some longname fields in order to avoid warning messages from
1694050276Speter#	  older tic implementations.
1694150276Speter#	* According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
1694250276Speter#	  it! (This gives us pi, greater than, less than, and a few more.)
1694350276Speter#	* Freeze for ncurses-1.9.6 release.
1694450276Speter# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
1694550276Speter#	* Add xon to a number of console entries, they're memory-mapped and
1694650276Speter#	  don't need padding.
1694750276Speter#	* Correct the use dependencies in the ansi series.
1694850276Speter#	* Hand-translate more XENIX capabilities.
1694950276Speter#	* Added hpterm entry for HP's X terminal emulator.
1695050276Speter#	* Added aixterm entries.
1695150276Speter#	* Shortened four names so everything fits in 14 chars.  
1695250276Speter#
1695350276Speter# 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
1695450276Speter#	* Added ibcs2 entry and info on iBCS2 standard.
1695550276Speter#	* Corrected hpa/vpa in linux entry.  They still fail the worm test.
1695650276Speter#	* We can handle the HP meml/memu capability now.
1695750276Speter#	* Added smacs to klone entries, just as documentation.
1695850276Speter#	* Carrected ansi.sys and cit-500 entries.
1695950276Speter#	* Added z39, vt320-k311, v220c, and avatar entries.
1696050276Speter#	* Make pcansi use the ansi.sys invis capability.
1696150276Speter#	* Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
1696250276Speter#	  tvi925, tvi950, dt80, ncr7900i, h19.
1696350276Speter#	* X3.64 has been withdrawn, change some references.
1696450276Speter#	* Removed function keys from ansi-m entry.
1696550276Speter#	* Corrected ansi.sys entry.
1696650276Speter#	* Freeze for ncurses-1.9.7 release.
1696750276Speter# 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
1696850276Speter#	* Added rmam/smam capabilities to many entries based on init strings.
1696950276Speter#	* Added correct hpa/vpa to linux.
1697050276Speter#	* Reduced several entries relative to vt52.
1697150276Speter# 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
1697250276Speter#	* Exiled some utterly unidentifiable custom and homebrew types to the
1697350276Speter#	  UFO file; also, obsolete small-screen hardware; also, entries which
1697450276Speter#	  look flat-out incorrect, garbled, or redundant.  These include the
1697550276Speter#	  following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec, 
1697650276Speter#	  tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
1697750276Speter#	  apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
1697850276Speter#	  fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55, 
1697950276Speter#	  yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2, 
1698050276Speter#	  vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200, 
1698150276Speter#	  trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40, 
1698250276Speter#	  att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w, 
1698350276Speter#	  tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na, 
1698450276Speter#	  c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na, 
1698550276Speter#	  regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb, 
1698650276Speter#	  vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam, 
1698750276Speter#	  vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
1698850276Speter#	* Corrected pcvt25h as suggested by Brian C. Grayson
1698950276Speter#	  <bgrayson@pine.ece.utexas.edu>.
1699050276Speter# 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
1699150276Speter#	* Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H. 
1699250276Speter#	* Added kent=\EOM to xterm entry.
1699350276Speter#
1699450276Speter# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
1699550276Speter#	* Corrected gigi entry.
1699650276Speter#	* Restored cuf/cud1 to xterm, their apparent bugginess was due to
1699750276Speter#	  bad hpa/vpa capabilities.
1699850276Speter#	* Corrected flash strings to have a uniform delay of .2 sec.  No
1699950276Speter#	  more speed-dependent NUL-padding!
1700050276Speter#	* terminfo capabilities in comments bracketed with <>.
1700150276Speter# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
1700250276Speter#	* Replaced pcvt with the 3.31 pcvt entries.
1700350276Speter#	* Freeze for 1.9.7a.
1700450276Speter# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
1700550276Speter#	* Added emu entry from the X11R6 contrib tape sources.
1700650276Speter#
1700750276Speter# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
1700850276Speter#	* Improved iris-ansi and sun entries.
1700950276Speter#	* More flash string improvements.
1701050276Speter#	* Corrected wy160 & wy160 as suggested by Robert Dunn
1701150276Speter#	* Added dim to at386.  
1701250276Speter#	* Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
1701350276Speter#	  he's ready to start using the termcap generated from this one.
1701450276Speter#	* Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
1701550276Speter#	  ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
1701650276Speter#	* Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
1701750276Speter#	  att610, att620, att630, 
1701850276Speter#	* Changed hazeltine name prefix from h to hz.
1701950276Speter#	* Sent t500 to the UFI file.
1702050276Speter#	* I think we've sucked all the juice out of BSDI's termcap file now.
1702150276Speter#	* Freeze for ncurses 1.9.8 release
1702250276Speter# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
1702350276Speter#	* Unfreeze, linux kbs needed to be fixed.
1702450276Speter#	* Tim Theisen pinned down a bug in the DMD firmware.
1702550276Speter# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
1702650276Speter#	* Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
1702750276Speter#	  (The broken ones had been shadowed by sgr.)
1702850276Speter# 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
1702950276Speter#	* Added documentation on ECMA-48 standard.
1703050276Speter#	* New Amiga entry.
1703150276Speter# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
1703250276Speter#	* More ECMA-48 stuff
1703350276Speter#	* Corrected typo in minix entry, added pc-minix.
1703450276Speter#	* Corrected khome/kend in xterm (thank you again, Aaron Ucko).
1703550276Speter#	* Added rxvt entry.
1703650276Speter#	* Added 1.3.x color-change capabilities to linux entry.
1703750276Speter# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
1703850276Speter#	* Corrected rxvt entry khome/kend.
1703950276Speter#	* Corrected linux color change capabilities.
1704050276Speter#	* NeXT entries from Dave Wetzel.
1704150276Speter#	* Cleaned up if and rf file names (all in /usr/share now).
1704250276Speter#	* Changed linux op capability to avoid screwing up a background color
1704350276Speter#	  pair set by setterm.
1704450276Speter# 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
1704550276Speter#	* Added xterm-sun.
1704650276Speter# 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
1704750276Speter#	* Added visa50.
1704850276Speter#
1704950276Speter# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
1705050276Speter#	* Another sweep through the Shuford archive looking for new info.
1705150276Speter#	* Added dg100 alias to dg6053 based on a comp.terminals posting.
1705250276Speter# 	* Added st52 from Per Persson.
1705350276Speter#	* Added eterm from the GNU Emacs 19.30 distribution.
1705450276Speter#	* Freeze for 1.9.9.
1705550276Speter# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
1705650276Speter#	* FreeBSD console entries from Andrew Chernov.
1705750276Speter#	* Removed duplicate Atari st52 name.
1705850276Speter# 9.13.2 (Tue May  7 16:10:06 EDT 1996)
1705950276Speter#	* xterm doesn't actually have ACS_BLOCK.
1706050276Speter#	* Change klone+color setf/setb to simpler forms that can be
1706150276Speter#	  translated into termcap.
1706250276Speter#	* Added xterm1.
1706350276Speter#	* Removed mechanically-generated junk capabilities from cons* entries.
1706450276Speter#	* Added color support to bsdos.
1706550276Speter# 9.13.3 (Thu May  9 10:35:51 EDT 1996):
1706650276Speter#	* Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
1706750276Speter#	* Created ecma+color, linux can use it.  Also added ech to linux.
1706850276Speter#	* Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
1706950276Speter#	* Add descriptions to FreeBSD console entries.  Also shorten
1707050276Speter#	  some aliases to <= 14 chars for portability.
1707150276Speter#	* Added x68k console
1707250276Speter#	* Added OTbs to several VT-series entries.
1707350276Speter# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
1707450276Speter#	* screen entry update for 3.7.1 from Michael Alan Dorfman.
1707550276Speter# 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
1707650276Speter#	* kterm correction due to Kenji Rikitake.
1707750276Speter#	* ACS correction in vt320-kll due to Phillippe De Muyter.
1707850276Speter# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
1707950276Speter#	* Sun console entry correction from J.T. Conklin.
1708050276Speter#	* Changed all DEC VT300 and up terminals to use VT300 tab set
1708150276Speter# 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
1708250276Speter#	* Added smul to linux entry (we never noticed it was missing 
1708350276Speter#	  because of sgr!).
1708450276Speter#	* Added rmln to hp+labels (deduced from other HP entries).
1708550276Speter#	* Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
1708650276Speter#	  pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
1708750276Speter#	* Corrected vt220 acsc.
1708850276Speter#	* The klone+sgr and klone+sgr-dumb entries now use klone+acs;
1708950276Speter#	  this corresponds to reality and helps prevent some tic warnings.
1709050276Speter#	* Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
1709150276Speter#	  hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
1709250276Speter#	  adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
1709350276Speter#	  qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
1709450276Speter#	  wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
1709550276Speter#	  adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p, 
1709650276Speter#	  f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
1709750276Speter#	  owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
1709850276Speter#	  lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
1709950276Speter#	  dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
1710050276Speter#	  ifmr, v3220, wy100q, tandem653, ibmaed.
1710150276Speter#	* Added DWK terminal description.
1710250276Speter# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
1710350276Speter#	* Many entries now have highlights inherited from adm+sgr.
1710450276Speter#	* xterm entry now corresponds to XFree86 3.1.2E, with color.
1710550276Speter#	* xtitle and xtitle-twm enable access to the X status line.
1710650276Speter#	* Added linux-1.3.6 color palette caps in conventional format.
1710750276Speter#	* Added adm1178 terminal.
1710850276Speter#	* Move fos and apollo terminals to obsolete category.
1710950276Speter#	* Aha! The BRL terminals file told us what the Iris extensions mean.
1711050276Speter#	* Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
1711150276Speter#	  commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
1711250276Speter#	  cit500, adm11. 
1711350276Speter# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
1711450276Speter#	* Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
1711550276Speter#	  aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
1711650276Speter#	* Corrected, from BRL termcap file: vi50.
1711750276Speter#	* Better rxvt entry & corrected xterm entries from Thomas Dickey.
1711850276Speter# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
1711950276Speter#	* Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
1712050276Speter#	  att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
1712150276Speter#	  (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
1712250276Speter#	  tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
1712350276Speter#	  apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
1712450276Speter#	* Paired-attribute fixes to various terminals.
1712550276Speter#	* Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
1712650276Speter#	* xterm entry corrections from Thomas Dickey.
1712750276Speter# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
1712850276Speter#	* Added t916 entry, translated from a termcap in SCO's support area.
1712950276Speter#	* New qnx entry from Michael Hunter.
1713050276Speter# 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
1713150276Speter#	* Added hpex2 from Ville Sulko.
1713250276Speter#	* Fixed a bug that ran the qnx and pcvtXX together.
1713350276Speter# 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
1713450276Speter#	* Added dtterm entry from Solaris CDE.
1713550276Speter# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
1713650276Speter#	* corrected pairs#8 typo in dtterm entry.
1713750276Speter#	* added tvi9065.
1713850276Speter# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
1713950276Speter#	* updated xterm entry to cover 3.1.2E's new features.  
1714050276Speter# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
1714150276Speter#	* Added new minix entry
1714250276Speter#	* Removed aliases of the form ^[0-9]* for obsolete terminals.
1714350276Speter#	* Commented out linux-old, nobody's using pre-1.2 kernels now.
1714450276Speter# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
1714550276Speter#	* Added Prism entries and kt7ix.
1714650276Speter#	* Caution notes about EWAN and tabset files.
1714750276Speter#	* Changed /usr/lib/tabset -> /usr/share/tabset.
1714850276Speter#	* Added acsc/rmacs/smacs to vt52.
1714950276Speter# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
1715050276Speter#	* Merged in Thomas Dickey's reorganization of the xterm entries;
1715150276Speter#	  added technical corrections to avoid warning messages.
1715250276Speter# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
1715350276Speter#	* Added rmso=\E[27m in Linux entry.
1715450276Speter#	* Added koi8-r support for Linux console.
1715550276Speter#	* Replace xterm entries with canonical ones from XFree86 3.2.
1715650276Speter# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
1715750276Speter#	* Added color_xterm from Jacob Mandelson
1715850276Speter# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
1715950276Speter#	* Back off the xterm entry to use r6 as a base.
1716050276Speter# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
1716150276Speter#	* Added dec-vt220 at Adrian Garside's request.
1716250276Speter# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
1716350276Speter#	* Replaced minitel-2 entry.
1716450276Speter#	* Added MGR, ansi-nt.
1716550276Speter#	* Minor corrections to xterm entries.
1716650276Speter#	* Replaced EWAN telnet entry.
1716750276Speter#	* Dropped the reorder script generator.  It was a fossil.
1716850276Speter# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
1716950276Speter#	* Thorsten Lockert added termcap `bs' to a lot of types, working from
1717050276Speter#	  the 4.4BSD Lite2 file.
1717150276Speter# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
1717250276Speter#	* Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
1717350276Speter#	* Updated iris-ansi; corrected vt102-w.
1717450276Speter#	* Switch base xterm entry to 3.3 level.
1717550276Speter# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
1717650276Speter#	* Added basic4.
1717750276Speter#	* Removed rmir/smir from tv92B.
1717850276Speter#
1717950276Speter# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
1718050276Speter#	* add hds200 description (Walter Skorski)
1718150276Speter#	* add beterm entry (Fred Fish)
1718250276Speter#	* add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
1718350276Speter#	  iris-color entries.
1718450276Speter#	* add emx entries.
1718550276Speter#	* Replaced unixpc entry with Benjamin Sittler's corrected version.
1718650276Speter#	* Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
1718750276Speter#	  versions.
1718850276Speter#	* remove sgr string from qnx based on report by Xiaodan Tang
1718950276Speter#	* Added u8/u9, removed rmul/smul from sun-il.
1719050276Speter#	* 4.2 tic displays \0 rather than \200.
1719150276Speter#	* add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
1719250276Speter#	  apparently based on cp-866).
1719350276Speter#	* Merged in Pavel Roskin's acsc for linux-koi8
1719450276Speter#	* Corrected some erroneous \\'s to \.
1719550276Speter#	* 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
1719650276Speter#	* II -> ii in pcvtXX, screen, xterm.
1719750276Speter#	* Removed \n chars following ANSI escapes in sgr & friends.
1719850276Speter#	* Updated Wyse entries.
1719950276Speter#	* h19 corrections from Tim Pierce.
1720050276Speter#	* Noted that the dm2500 has both ich and smir.
1720150276Speter#	* added pccons for the Alpha under OSF/1.
1720250276Speter#	* Added Sony NEWS workstation entries and cit101e-rv.
1720350276Speter#	* Reverted `amiga'; to Kent Polk's version, as I'm told
1720450276Speter#	  the Verkuil entry messes up with Amiga Telnet.
1720550276Speter# 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
1720650276Speter#	* Corrected attributions in 10.2.0 release notes.
1720750276Speter#	* Scanned the Shuford archive for new terminfos and information.
1720850276Speter#	* Removed sgr from qnx entry (Thomas Dickey).
1720950276Speter#	* Added entries for ICL and Kokusai Data Systems terminals.
1721050276Speter#	* Incorporated NCR terminfos from the Boundless Technology FTP site.
1721150276Speter#	* Incorporated att700 from the Boundless Technology FTP site.
1721250276Speter#	* Miscellaneous contact-address and Web-page updates.
1721350276Speter#
1721450276Speter# 1998/5/9
1721550276Speter#	* add nxterm and xterm-color terminfo description (request by Cristian
1721650276Speter#	  Gafton <gafton@redhat.com>).
1721750276Speter#	* modify rxvt terminfo description to clear alternate screen before
1721850276Speter#	  switching back to normal screen, for compatibility with applications
1721950276Speter#	  which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
1722050276Speter#	* modify linux terminfo description to reset color palette (reported
1722150276Speter#	  by Telford Tendys <telford@eng.uts.edu.au>).
1722250276Speter#
1722350276Speter# 1998/7/4
1722450276Speter#	* merge changes from current XFree86 xterm terminfo descriptions.
1722550276Speter#
1722650276Speter# 1998/7/25
1722750276Speter#	* Added minitel1 entries from Alexander Montaron.
1722850276Speter#	* Added qnxt2 from Federico Bianchi.
1722950276Speter#	* Added arm100 terminfo entries from Dave Millen.
1723050276Speter#
1723150276Speter# 1998/8/6
1723250276Speter#	* Added ncsa telnet entries from Francesco Potorti
1723350276Speter#
1723450276Speter# 1998/8/15
1723550276Speter#	* modify ncsa telnet entry to reflect color, other capabilities based on
1723650276Speter#	  examination of the source code - T.Dickey.
1723750276Speter#
1723850276Speter# 1998/8/22
1723950276Speter#	* Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
1724050276Speter#
1724150276Speter# 1998/8/29
1724250276Speter#	* Added Francesco Potorti's tuned Wyse 99 entries.
1724350276Speter#	* dtterm enacs correction from Alexander V. Lukyanov.
1724450276Speter#	* Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
1724550276Speter#	* correct a typo in icl6404 entry.
1724650276Speter#	* add xtermm and xtermc
1724750276Speter#
1724850276Speter# 1998/9/26
1724950276Speter#	* format most %'char' sequences to %{number}
1725050276Speter#	* adapt IBM AIX 3.2.5 terminfo - T.Dickey
1725150276Speter#	* merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
1725250276Speter#
1725350276Speter# 1998/10/10
1725450276Speter#	* update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
1725550276Speter#	* correct initialization string in xterm-r5, add misc other features
1725650276Speter#	  to correspond with xterm patch 84 - TD
1725750276Speter#
1725850276Speter# 1998/12/19
1725950276Speter#	* update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
1726050276Speter#	* add Mathew Vernon's mach console entries
1726150276Speter#	* corrections for ncsa function-keys (report by Larry Virden)
1726250276Speter#
1726350276Speter# 1998/12/19
1726450276Speter#	* change linux to use ncv#2, since underline does not work with color - TD
1726550276Speter#
1726650276Speter# 1999/1/9
1726750276Speter#	* add kbt to iris-ansi, document other shift/control functionkeys - TD
1726850276Speter#	* correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
1726950276Speter#	  application modes, change kent to use the correct keypad code - TD
1727050276Speter#
1727150276Speter# 1999/1/10
1727250276Speter#	* add entry for Tera Term - TD
1727350276Speter#
1727450276Speter# 1999/1/23
1727550276Speter#	* minor improvements for teraterm entry - TD
1727650276Speter#	* rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
1727750276Speter#	  and bsdos-bold to bsdos-pc (Jeffrey C Honig)
1727850276Speter#
1727950276Speter# 1999/2/20
1728050276Speter#	* resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
1728150276Speter#	  xterm and ncsa entries by removing the unneeded ones.  Note that
1728250276Speter#	  some entries will return kend & khome versus kslt and kfnd, for
1728350276Speter#	  PC-style keyboards versus strict vt220 compatiblity - TD
1728450276Speter#
1728550276Speter# 1999/3/13
1728650276Speter#	* adjust xterm-xfree86 khome/kend to match default PC-style keyboard
1728750276Speter#	  tables - TD
1728850276Speter#	* add 'crt' entry - TD
1728950276Speter#	* correct typos in 'linux-c' entry - TD
1729050276Speter#
1729150276Speter# 1999/3/14
1729250276Speter#	* update entries for BSD/OS console to use klone+sgr and klone+color
1729350276Speter#	  (Jeffrey C Honig)
1729450276Speter#
1729550276Speter# 1999/3/27
1729650276Speter#	* adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
1729750276Speter#
1729850276Speter# 1999/4/10
1729950276Speter#	* add linux-lat, from RedHat patches to ncurses 4.2
1730050276Speter#
1730150276Speter# 1999/4/17
1730250276Speter#	* add complete set of default function-key definitions for scoansi - TD.
1730350276Speter#
1730450276Speter# 1999/7/3
1730550276Speter#	* add cnorm, cvvis for Linux 2.2 kernels
1730650276Speter#
1730750276Speter# 1999/7/24
1730850276Speter#	* add kmous to xterm-r5 -TD
1730950276Speter#	* correct entries xterm+sl and xterm+sl-twm, which were missing the
1731050276Speter#	  parent "use" clause -TD
1731150276Speter#
1731250276Speter# 1999/7/31
1731350276Speter#	* corrected cnorm, added el1 in 'screen' description -TD
1731450276Speter#
1731550276Speter# 1999/8/14
1731650276Speter#	* add ms-vt100 -TD
1731750276Speter#
1731850276Speter# 1999/8/21
1731950276Speter#	* corrections to beterm entry -TD
1732050276Speter#
1732156639Speter# 1999/8/28
1732256639Speter#	* add cygwin entry -TD
1732356639Speter#
1732456639Speter# 1999/9/4
1732556639Speter#	* minor corrections for beterm entry -TD
1732656639Speter#
1732756639Speter# 1999/9/18
1732856639Speter#	* add acsc string to HP 70092 terminfo entry -Joerg Wunsch
1732956639Speter#
1733056639Speter# 1999/9/25
1733156639Speter#	* add amiga-8bit entry
1733256639Speter#	* add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
1733356639Speter#	  rcons-color, based on
1733456639Speter#	  ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
1733556639Speter#	* add alias for iris-ansi-net
1733656639Speter#
1733756639Speter# 1999/10/2
1733856639Speter#	* corrected scoansi entry's acsc, some function keys, add color -TD
1733956639Speter#
1734056639Speter# 1999/10/23
1734156639Speter#	* add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
1734256639Speter#	* reorder ncsa entries to make ncsa-vt220 use the alternate function
1734356639Speter#	  key mapping, leaving Potorti's entries more like he named them -TD
1734456639Speter#	* remove enter/exit am-mode from cygwin -TD
1734556639Speter#
1734650276Speter# The following sets edit modes for GNU EMACS.
1734750276Speter# Local Variables:
1734850276Speter# fill-prefix:"\t"
1734950276Speter# fill-column:75
1735050276Speter# comment-column:0
1735150276Speter# comment-start-skip:"^#+"
1735250276Speter# comment-start:"# "
1735350276Speter# compile-command:"tic -c terminfo.master"
1735450276Speter# End:
1735550276Speter######## SHANTIH!  SHANTIH!  SHANTIH!
17356