aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-17 17:49:37 +0000
committerDave Love2001-01-17 17:49:37 +0000
commit754b75d27cdb2ba0b7c8ad24de11875fb896aec2 (patch)
tree678ce788b2a54ad08e370e086e3a7ef409a7ea30
parentf3ffc2c358644fa8d7efe15c6cd9738a605c0cde (diff)
downloademacs-754b75d27cdb2ba0b7c8ad24de11875fb896aec2.tar.gz
emacs-754b75d27cdb2ba0b7c8ad24de11875fb896aec2.zip
New version from http://www.tuxedo.org/~esr/terminfo/.
-rw-r--r--etc/termcap.src18142
1 files changed, 12362 insertions, 5780 deletions
diff --git a/etc/termcap.src b/etc/termcap.src
index e214fcc452a..01094d609b4 100644
--- a/etc/termcap.src
+++ b/etc/termcap.src
@@ -1,22 +1,45 @@
1####### TERMINAL TYPE DESCRIPTIONS SOURCE FILE 1######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
2# 2#
3# Version 9.8.1 3# Version 11.0.1
4# $Date: 2000/03/02 15:51:11 $
4# termcap syntax 5# termcap syntax
5# 6#
6# Eric S. Raymond (current maintainer) 7# Eric S. Raymond (current maintainer)
7# John Kunze, Berkeley 8# John Kunze, Berkeley
8# Craig Leres, Berkeley 9# Craig Leres, Berkeley
9# 10#
10# Please e-mail changes to terminfo@ccil.org. The old termcap@berkeley.edu 11# Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
11# address is no longer valid. 12# address is no longer valid. The latest version can always be found at
13# <http://www.tuxedo.org/terminfo>.
12# 14#
13# PURPOSE OF THIS FILE: 15# PURPOSE OF THIS FILE:
14# 16#
15# This file describes the capabilities of various character-cell terminals, 17# This file describes the capabilities of various character-cell terminals,
16# as needed by software such as screen-oriented editors. 18# as needed by software such as screen-oriented editors.
17# 19#
20# Other terminfo and termcap files exist, supported by various OS vendors
21# or as relics of various older versions of UNIX. This one is the longest
22# and most comprehensive one in existence. It subsumes not only the entirety
23# of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
24# termcap file, but also large numbers of vendor-maintained termcap and
25# terminfo entries more complete and carefully tested than those in historical
26# termcap/terminfo versions.
27#
18# Pointers to related resources (including the ncurses distribution) may 28# Pointers to related resources (including the ncurses distribution) may
19# be found at <http://www.ccil.org/~esr/ncurses.html>. 29# be found at <http://www.tuxedo.org/terminfo>.
30#
31# INTERNATIONALIZATION:
32#
33# This file uses only the US-ASCII character set (no ISO8859 characters).
34#
35# This file assumes a US-ASCII character set. If you need to fix this, start
36# by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
37# for your character set. \E(A and \E)A enables the British character set
38# with the pound sign at position 2/3.
39#
40# In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
41# C1 characters are considered the first-byte set of the Japanese encodings,
42# so \E)0 should be avoided in <enacs> and initialization strings.
20# 43#
21# FILE FORMAT: 44# FILE FORMAT:
22# 45#
@@ -29,13 +52,16 @@
29# in that it admits a group of capabilities (prefixed `OT') equivalent to 52# in that it admits a group of capabilities (prefixed `OT') equivalent to
30# various obsolete termcap capabilities. You can, thus, convert from master 53# various obsolete termcap capabilities. You can, thus, convert from master
31# to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if 54# to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
32# you have ncurses `tic -I' is nicer. 55# you have ncurses `tic -I' is nicer (among other things, it automatically
56# outputs entries in a canonical form).
33# 57#
34# The termcap version is generated automatically from the master version 58# The termcap version is generated automatically from the master version
35# using tic -C. This filtering leaves in the OT capabilities under their 59# using tic -C. This filtering leaves in the OT capabilities under their
36# original termcap names. All translated entries fit within the 60# original termcap names. All translated entries fit within the 1023-byte
37# 1023-byte string-table limit of archaic termcap libraries except where 61# string-table limit of archaic termcap libraries except where explicitly
38# explicitly noted below. 62# noted below. Note that the termcap translation assumes that your termcap
63# library can handle multiple tc capabilities in an entry. 4.4BSD has this
64# capability. Older versions of GNU termcap, through 1.3, do not.
39# 65#
40# For details on these formats, see terminfo(5) in the ncurses distribution, 66# For details on these formats, see terminfo(5) in the ncurses distribution,
41# and termcap(5) in the 4.4BSD Unix Programmer's Manual. Be aware that 4.4BSD 67# and termcap(5) in the 4.4BSD Unix Programmer's Manual. Be aware that 4.4BSD
@@ -52,24 +78,6 @@
52# the file. This should no longer be necessary, as the file is now ordered 78# the file. This should no longer be necessary, as the file is now ordered
53# roughly by type frequency with ANSI/VT100 and other common types up front. 79# roughly by type frequency with ANSI/VT100 and other common types up front.
54# 80#
55# CONTINUITY WITH HISTORICAL VERSIONS:
56#
57# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
58# Releases 9 and up are maintained by Eric Raymond as part of the ncurses
59# project.
60#
61# This file contains all the capability information present in John Kunze's
62# last version of the termcap master file, except as noted in the change
63# comments at end of file. Some information about very ancient obsolete
64# capabilities has been moved to comments. Some all-numeric names of older
65# terminals have been retired.
66#
67# The 9.1.0 version of this file was translated from a syntax-corrected copy of
68# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
69# the purpose. Unless the ncurses tic implementation and the Lisp code were
70# making perfectly synchronized mistakes which I then failed to catch by
71# eyeball, the translation was correct and perfectly information-preserving.
72#
73# Some information has been merged in from terminfo files distributed by 81# Some information has been merged in from terminfo files distributed by
74# USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information 82# USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information
75# comes from vendors who maintain official terminfos for their hardware 83# comes from vendors who maintain official terminfos for their hardware
@@ -80,27 +88,24 @@
80# FILE ORGANIZATION: 88# FILE ORGANIZATION:
81# 89#
82# Comments in this file begin with # - they cannot appear in the middle 90# Comments in this file begin with # - they cannot appear in the middle
83# of a terminfo/termcap entry. Individual capabilities are commented out by 91# of a terminfo/termcap entry (this feature had to be sacrificed in order
92# to allow standard terminfo and termcap syntax to be generated cleanly from
93# the master format). Individual capabilities are commented out by
84# placing a period between the colon and the capability name. 94# placing a period between the colon and the capability name.
85# 95#
86# Starting with version 9.0.0, the file is divided up into major sections 96# The file is divided up into major sections (headed by lines beginning with
87# (headed by lines beginning with "########") and minor sections (beginning 97# the string "########") and minor sections (beginning with "####"); do
88# with "####"); do
89# 98#
90# grep "^####" <file> | more 99# grep "^####" <file> | more
91# 100#
92# to see a listing of section headings. The intent of the divisions is 101# to see a listing of section headings. The intent of the divisions is
93# (a) to make it easier to find things, and (b) to order the database so 102# (a) to make it easier to find things, and (b) to order the database so
94# that important and frequently-encountered terminal types are near the 103# that important and frequently-encountered terminal types are near the
95# front (so that you'll get reasonable search efficiency even if you don't 104# front (so that you'll get reasonable search efficiency from a linear
96# use reorder). Minor sections usually correspond to manufacturers or 105# search of the termcap form even if you don't use reorder). Minor sections
97# standard terminal classes. Parenthesized words following manufacturer 106# usually correspond to manufacturers or standard terminal classes.
98# names are type prefixes or product line names used by that manufacturers. 107# Parenthesized words following manufacturer names are type prefixes or
99# 108# product line names used by that manufacturers.
100# Finally, because this file is released in both terminfo and termcap formats,
101# most references to termcap names in comments are bracketed with colons (the
102# termcap separator) so they can be distinguished from terminfo capability
103# names.
104# 109#
105# HOW TO READ THE ENTRIES: 110# HOW TO READ THE ENTRIES:
106# 111#
@@ -117,29 +122,25 @@
117# All names should be in lower case, for consistency in typing. 122# All names should be in lower case, for consistency in typing.
118# 123#
119# The following are conventionally used suffixes: 124# The following are conventionally used suffixes:
120# mono suppress color support 125# -2p Has two pages of memory. Likewise 4p, 8p, etc.
121# rv Terminal in reverse video mode (black on white) 126# -am Enable auto-margin.
122# 2p Has two pages of memory. Likewise 4p, 8p, etc. 127# -m Monochrome. Suppress color support
123# w Wide - in 132 column mode. 128# -mc Magic-cookie. Some terminals (notably older Wyses) can
124# pp Has a printer port which is used.
125# na No arrow keys - termcap ignores arrow keys which are
126# actually there on the terminal, so the user can use
127# the arrow keys locally.
128# nam No auto-margin - suppress am capability
129# mc Magic-cookie. Some terminals (notably older Wyses) can
130# only support one attribute without magic-cookie lossage. 129# only support one attribute without magic-cookie lossage.
131# Their base entry is usually paired with another that 130# Their base entry is usually paired with another that
132# uses magic cookies to support multiple attributes. 131# uses magic cookies to support multiple attributes.
133# vb Use visible bell (flash) rather than beep. 132# -nam No auto-margin - suppress :am: capability
134# 133# -nl No labels - suppress soft labels
135# To easily test a new terminal description, put it in $HOME/.termcap 134# -ns No status line - suppress status line
136# and programs will look there before looking in /etc/termcap. 135# -rv Terminal in reverse video mode (black on white)
137# You can also setenv TERMPATH to a list of full pathnames (separated 136# -s Enable status line.
138# by spaces or colons) to be searched by tgetent() in the order listed. 137# -vb Use visible bell (:vb:) rather than :bl:.
139# The TERMCAP environment variable is usually set to the termcap 138# -w Wide - in 132 column mode.
140# entry itself to avoid reading files when starting up a program. 139# If a name has multiple suffixes and one is a line height, that one should
141# 140# go first. Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.
142# RELEASE 9 COMMENTS: 141#
142# Entries with embedded plus signs are designed to be included through use/tc
143# capabilities, not used as standalone entries.
143# 144#
144# To avoid search clashes, some older all-numeric names for terminals have 145# To avoid search clashes, some older all-numeric names for terminals have
145# been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621). 146# been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
@@ -152,41 +153,27 @@
152# capabilities by looking at context. All the information in the original 153# capabilities by looking at context. All the information in the original
153# entries is preserved in the comments. 154# entries is preserved in the comments.
154# 155#
155# I changed :MT: to :km: (the 4.4BSD name) everywhere. I commented out some 156# In the comments, terminfo capability names are bracketed with <> (angle
156# capabilities (EP, dF, dT, dV, kn, ko, ma, ml, mu, xr, xx) that are no longer 157# brackets). Termcap capability names are bracketed with :: (colons).
157# used by BSD curses.
158#
159# Entries derived from XENIX use a termcap-extension set that showed up in
160# several entries, notably those for scoansi, ibmpcx, lisa, trs16, fos, and
161# the altos terminals. Its signature is the use of GS/GE as an as/ae pair.
162# This set of extensions and their translations are described in the extended
163# comment at the end of this file.
164#
165# There is a second, smaller set of extensions used by AT&T terminals and
166# also described in the trailing comment.
167#
168# Besides these and the terminals mentioned above, only the psterm variants,
169# zen50, wsiris and minitel had unknown capabilities that weren't obviously
170# garbled.
171# 158#
172# INTERPRETATION OF USER CAPABILITIES 159# INTERPRETATION OF USER CAPABILITIES
173# 160#
174# The System V Release 4 and XPG4 terminfo format defines ten string 161# The System V Release 4 and XPG4 terminfo format defines ten string
175# capabilities for use by applications, u0...u9. In this file, we use 162# capabilities for use by applications, <u0>...<u9>. In this file, we use
176# certain of these capabilities to describe functions which are not covered 163# certain of these capabilities to describe functions which are not covered
177# by terminfo. The mapping is as follows: 164# by terminfo. The mapping is as follows:
178# 165#
179# u9 terminal enquire string (equivalent to ANSI DA) 166# u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
180# u8 terminal answerback description 167# u8 terminal answerback description
181# u7 cursor position request (equivalent to VT100 DSR 6) 168# u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
182# u6 cursor position report (equivalent to ANSI CPR) 169# u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
183# 170#
184# The terminal enquire string u9 should elicit an answerback response 171# The terminal enquire string <u9> should elicit an answerback response
185# from the terminal. Common values for u9 will be ^E (on older ASCII 172# from the terminal. Common values for <u9> will be ^E (on older ASCII
186# terminals) or \E[c (on newer VT100/ANSI-compatible terminals). 173# terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
187# 174#
188# The cursor position request (u7) string should elicit a cursor position 175# The cursor position request (<u7>) string should elicit a cursor position
189# report. A typical value (for ANSI/VT100 terminals) is \E[6n. 176# report. A typical value (for VT100 terminals) is \E[6n.
190# 177#
191# The terminal answerback description (u8) must consist of an expected 178# The terminal answerback description (u8) must consist of an expected
192# answerback string. The string may contain the following scanf(3)-like 179# answerback string. The string may contain the following scanf(3)-like
@@ -195,21 +182,34 @@
195# %c Accept any character 182# %c Accept any character
196# %[...] Accept any number of characters in the given set 183# %[...] Accept any number of characters in the given set
197# 184#
198# The cursor position report (u6) string must contain two scanf(3)-style 185# The cursor position report (<u6>) string must contain two scanf(3)-style
199# %d format elements. The first of these must correspond to the Y coordinate 186# %d format elements. The first of these must correspond to the Y coordinate
200# and the second to the %d. The typical CPR value is \E[%d;%dR (on VT100/ 187# and the second to the %d. If the string contains the sequence %i, it is
201# ANSI-compatible terminals). 188# taken as an instruction to decrement each value after reading it (this is
189# the inverse sense from the cup string). The typical CPR value is
190# \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
191#
192# These capabilities are used by tac(1m), the terminfo action checker
193# (distributed with ncurses 5.0).
202# 194#
203# These capabilities are used by tac(1m), the terminfo action checker soon 195# TABSET FILES
204# to be distributed with ncurses. 196#
197# All the entries in this file have been edited to assume that the tabset
198# files directory is /usr/share/tabset, in conformance with the File Hierarchy
199# Standard for Linux and open-source BSD systems. Some vendors (notably Sun)
200# use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
201#
202# No curses package we know of actually uses these files. If their location
203# is an issue, you will have to hand-patch the file locations before compiling
204# this file.
205# 205#
206# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL: 206# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
207# 207#
208# As the ANSI standard and variants take firmer hold, and as character-cell 208# As the ANSI/ECMA-48 standard and variants take firmer hold, and as
209# terminals are increasingly replaced by X displays, much of this file 209# character-cell terminals are increasingly replaced by X displays, much of
210# is becoming a historical document (this is part of the reason for the 210# this file is becoming a historical document (this is part of the reason for
211# new organization, which puts ANSI types, xterm, and vt100 up front in 211# the new organization, which puts ANSI types, xterm, Unix consoles,
212# confidence that this will catch 95% of new hardware). 212# and vt100 up front in confidence that this will catch 95% of new hardware).
213# 213#
214# For the terminal types still alive, I'd like to have manufacturer's 214# For the terminal types still alive, I'd like to have manufacturer's
215# contact data (Internet address and/or snail-mail + phone). 215# contact data (Internet address and/or snail-mail + phone).
@@ -222,8 +222,10 @@
222# of heaviest use, popularity, and interesting features. 222# of heaviest use, popularity, and interesting features.
223# 223#
224# I'm especially interested in identifying the obscure entries listed under 224# I'm especially interested in identifying the obscure entries listed under
225# `Manufacturer unknown' and `Utter unknowns', before the tribal wisdom 225# `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
226# about them gets lost. 226# wisdom about them gets lost. If you know a lot about obscure old terminals,
227# please go to the terminfo resource page, grab the UFO file (ufo.ti), and
228# eyeball it for things you can identify and describe.
227# 229#
228# If you have been around long enough to contribute, please read the file 230# If you have been around long enough to contribute, please read the file
229# with this in mind and send me your annotations. 231# with this in mind and send me your annotations.
@@ -247,10 +249,11 @@
247# If you claim you own it, you will merely succeed in looking like a fool. 249# If you claim you own it, you will merely succeed in looking like a fool.
248# Use it as you like. Use it at your own risk. Copy and redistribute freely. 250# Use it as you like. Use it at your own risk. Copy and redistribute freely.
249# There are no guarantees anywhere. Svaha! 251# There are no guarantees anywhere. Svaha!
252#
250 253
251######## STANDARD AND SPECIAL TYPES 254######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
252# 255#
253# This section describes terminal classes and maker brands that are still 256# This section describes terminal classes and brands that are still
254# quite common. 257# quite common.
255# 258#
256 259
@@ -259,30 +262,146 @@
259# Special "terminals". These are used to label tty lines when you don't 262# Special "terminals". These are used to label tty lines when you don't
260# know what kind of terminal is on it. The characteristics of an unknown 263# know what kind of terminal is on it. The characteristics of an unknown
261# terminal are the lowest common denominator - they look about like a ti 700. 264# terminal are the lowest common denominator - they look about like a ti 700.
262# The last one, "other", is like unknown but it allows an escape from software
263# that insists that a "real" unknown terminal is merely so far unspecified.
264# 265#
265 266
266dumb:\ 267dumb|80-column dumb tty:\
267 :am:\ 268 :am:\
268 :co#80:\ 269 :co#80:\
269 :bl=^G:cr=^M:do=^J:sf=^J: 270 :bl=^G:cr=^M:do=^J:sf=^J:
270unknown:\ 271unknown|unknown terminal type:\
271 :gn:\ 272 :gn:tc=dumb:
272 :tc=dumb: 273lpr|printer|line printer:\
273other|none of the above, but not exactly unknown:\ 274 :bs:hc:os:\
274 :am:gn:\
275 :co#80:\
276 :cl=^M^J:do=^J:ho=^M:
277
278arpanet|bussiplexer|dialup|ethernet|network|net|patch|plugboard|switch|network switch or dialup:\
279 :tc=unknown:
280lpr|printer|print|printing|line printer:\
281 :hc:os:\
282 :co#132:li#66:\ 275 :co#132:li#66:\
283 :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J: 276 :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
277glasstty|classic glass tty interpreting ASCII control characters:\
278 :am:bs:\
279 :co#80:\
280 :bl=^G:cl=^L:cr=^M:do=^J:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:
281vanilla:\
282 :bs:\
283 :bl=^G:cr=^M:do=^J:sf=^J:
284 284
285#### ANSI terminals and terminal emulators 285#### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
286#
287# See the end-of-file comment for more on these.
288#
289
290# ANSI capabilities are broken up into pieces, so that a terminal
291# implementing some ANSI subset can use many of them.
292ansi+local1:\
293 :do=\E[B:le=\E[D:nd=\E[C:up=\E[A:
294ansi+local:\
295 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
296ansi+tabs:\
297 :bt=\E[Z:ct=\E[2g:st=\EH:ta=^I:
298ansi+inittabs:\
299 :it#8:tc=ansi+tabs:
300ansi+erase:\
301 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:
302ansi+rca:\
303 :ch=\E[%+^AG:cv=\E[%+^Ad:
304ansi+cup:\
305 :cm=\E[%i%d;%dH:ho=\E[H:
306ansi+rep:\
307 :..rp=%p1%c\E[%p2%{1}%-%db:
308ansi+idl1:\
309 :al=\E[L:dl=\E[M:
310ansi+idl:\
311 :AL=\E[%dL:DL=\E[%dM:tc=ansi+idl1:
312ansi+idc:\
313 :IC=\E[%d@:dc=\E[P:ei=\E6:ic=\E[@:im=\E6:
314ansi+arrows:\
315 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
316ansi+sgr|ansi graphic renditions:\
317 :mb=\E[5m:me=\E[0m:mk=\E[8m:mr=\E[7m:
318ansi+sgrso|ansi standout only:\
319 :se=\E[m:so=\E[7m:
320ansi+sgrul|ansi underline only:\
321 :ue=\E[m:us=\E[4m:
322ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim:\
323 :md=\E[1m:\
324 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
325ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold:\
326 :mh=\E[2m:\
327 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;m:tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
328ansi+pp|ansi printer port:\
329 :pf=\E[4i:po=\E[5i:ps=\E[0i:
330ansi+csr|ansi scroll-region plus cursor save & restore:\
331 :cs=\E[%i%d;%dr:rc=\E8:sc=\E7:
332
333# The IBM PC alternate character set. Plug this into any Intel console entry.
334# We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
335# ROM graphics for control characters such as the diamond, up- and down-arrow.
336# This works with the System V, Linux, and BSDI consoles. It's a safe bet this
337# will work with any Intel console, they all seem to have inherited \E[11m
338# from the ANSI.SYS de-facto standard.
339klone+acs|alternate character set for ansi.sys displays:\
340 :ac=+\020\054\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:\
341 :ae=\E[10m:as=\E[11m:
342
343# Highlight controls corresponding to the ANSI.SYS standard. Most
344# console drivers for Intel boxes obey these. Makes the same assumption
345# about \E[11m as klone+acs. True ANSI/ECMA-48 would have :se=\E[27m:,
346# :ue=\E[24m:, but this isn't a documented feature of ANSI.SYS.
347klone+sgr|attribute control for ansi.sys displays:\
348 :S2=\E[11m:S3=\E[10m:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
349 :mk=\E[8m:mr=\E[7m:\
350 :..sa=\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:\
351 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:\
352 :tc=klone+acs:
353
354# Highlight controls corresponding to the ANSI.SYS standard. *All*
355# console drivers for Intel boxes obey these. Does not assume \E[11m will
356# work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
357# diamond and arrow characters under curses.
358klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m):\
359 :as=\E[12m:mb=\E[5m:md=\E[1m:me=\E[0;10m:mk=\E[8m:\
360 :mr=\E[7m:\
361 :..sa=\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:\
362 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:\
363 :tc=klone+acs:
364
365# KOI8-R (RFC1489) acs (alternate character set)
366# From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
367klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset:\
368 :ac=+\020\054\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:\
369 :ae=\E[10m:as=\E[11m:
370
371# ANSI.SYS color control. The setab/setaf caps depend on the coincidence
372# between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
373# but equivalent strings that don't rely on that coincidence:
374# setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
375# setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
376# The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
377# They match a subset of ECMA-48.
378klone+color|color control for ansi.sys and ISO6429-compatible displays:\
379 :Co#8:NC#3:pa#64:\
380 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[37;40m:
381
382# This is better than klone+color, it doesn't assume white-on-black as the
383# default color pair, but many `ANSI' terminals don't grok the <op> cap.
384ecma+color|color control for ECMA-48-compatible terminals:\
385 :Co#8:NC#3:pa#64:\
386 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[39;49m:
387
388# Attribute control for ECMA-48-compatible terminals
389ecma+sgr|attribute capabilities for true ECMA-48 terminals:\
390 :se=\E[27m:ue=\E[24m:\
391 :tc=klone+sgr:
392
393# For comparison, here are all the capabilities implied by the Intel
394# Binary Compatibility Standard (level 2) that fit within terminfo.
395# For more detail on this rather pathetic standard, see the comments
396# near the end of this file.
397ibcs2|Intel Binary Compatibility Standard prescriptions:\
398 :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
399 :RA=\E[?7l:RI=\E[%dC:S1=\E=%p1%dg:SA=\E[?7h:SF=\E[%dS:\
400 :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
401 :cm=\E[%i%d;%dH:ct=\E[g:cv=\E[%i%dd:ec=\E[%dX:ei=:im=:\
402 :rc=\E7:sc=\E7:st=\EH:
403
404#### ANSI/ECMA-48 terminals and terminal emulators
286# 405#
287# See near the end of this file for details on ANSI conformance. 406# See near the end of this file for details on ANSI conformance.
288# Don't mess with these entries! Lots of other entries depend on them! 407# Don't mess with these entries! Lots of other entries depend on them!
@@ -291,439 +410,573 @@ lpr|printer|print|printing|line printer:\
291# if you're in doubt about what `ANSI' matches yours, try them in that 410# if you're in doubt about what `ANSI' matches yours, try them in that
292# order and back off from the first that breaks. 411# order and back off from the first that breaks.
293 412
294# (ansi: changed ":pt:" to ":it#8:" -- esr) 413# ansi-mr is for ANSI terminals with ONLY relative cursor addressing
295ansi-mini|any ansi terminal with pessimistic assumptions:\ 414# and more than one page of memory. It uses local motions instead of
296 :am:bs:\ 415# direct cursor addressing, and makes almost no assumptions. It does
297 :co#80:it#8:li#24:\ 416# assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
298 :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\ 417ansi-mr|mem rel cup ansi:\
299 :ho=\E[H:le=\E[D:nd=\E[C:up=\E[A: 418 :am:xo:\
419 :co#80:li#24:tc=vanilla:tc=ansi+erase:tc=ansi+local1:
300 420
301# Color controls corresponding to the ANSI.SYS de-facto standard 421# ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
302# (This is not a standalone entry) 422# beware of screen size problems and memory relative cursor addressing.
303ansi-pc-color:\ 423ansi-mini|minimum ansi standard terminal:\
304 :Co#8:NC#3:pa#64:\ 424 :am:xo:\
305 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:\ 425 :co#80:li#24:tc=vanilla:tc=ansi+cup:tc=ansi+erase:
306 :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\ 426
307 :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\ 427# ansi-mtabs adds relative addressing and minimal tab support
308 :op=\E[37;40m: 428ansi-mtabs|any ansi terminal with pessimistic assumptions:\
429 :it#8:\
430 :ta=^I:tc=ansi+local1:tc=ansi-mini:
431
432# ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
433#
434# The following is an entry for the full ANSI 3.64 (1977). It lacks
435# padding, but most terminals using the standard are "fast" enough
436# not to require any -- even at 9600 bps. If you encounter problems,
437# try including the padding specifications.
438#
439# Note: the :as: and :ae: specifications are not implemented here, for
440# the available termcap documentation does not make clear WHICH alternate
441# character set to specify. ANSI 3.64 seems to make allowances for several.
442# Please make the appropriate adjustments to fit your needs -- that is
443# if you will be using alternate character sets.
444#
445# There are very few terminals running the full ANSI 3.64 standard,
446# so I could only test this entry on one verified terminal (Visual 102).
447# I would appreciate the results on other terminals sent to me.
448#
449# Please report comments, changes, and problems to:
450#
451# U.S. MAIL: Hugh Hansard
452# Box: 22830
453# Emory University
454# Atlanta, GA. 30322.
455#
456# USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
457#
458# (Added vt100 :rc:,:sc: to quiet a tic warning --esr)
459ansi77|ansi 3.64 standard 1977 version:\
460 :am:bs:mi:\
461 :co#80:it#8:li#24:\
462 :al=5*\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
463 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=5*\E[M:\
464 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
465 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
466 :nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
467 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
309 468
310# Procomm and some other ANSI emulations don't recognize all of the ANSI- 469# Procomm and some other ANSI emulations don't recognize all of the ANSI-
311# standard capabilities. This entry deletes cuu, cuf, cud, cub, and vpa/hpa 470# standard capabilities. This entry deletes :UP:, :RI:, :DO:, :LE:, and
312# capabilities, forcing curses to use repetitions of cuu1, cuf1, cud1 and cub1. 471# <vpa>/<hpa> capabilities, forcing curses to use repetitions of :up:,
313# Also deleted ich and ich1, as QModem up to 5.03 doesn't recognize these. 472# :nd:, :do: and :le:. Also deleted :IC: and :ic:, as QModem up to
314# Finally, we delete rep and ri, which seem to confuse many emulators. 473# 5.03 doesn't recognize these. Finally, we delete :rp: and :sr:, which seem
315# On the other hand, we can count on these programs doing rmacs/smacs/sgr. 474# to confuse many emulators. On the other hand, we can count on these programs
316# From: Eric S. Raymond <esr@snark.thyrsus.com> July 25 1995 475# doing :ae:/:as:/:sa:. Older versions of this entry featured
317pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\ 476# <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
318 :am:bs:mi:ms:pt:\ 477# ANSI.SYS influence.
478# From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
479pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
480 :am:bs:mi:ms:\
319 :co#80:it#8:li#24:\ 481 :co#80:it#8:li#24:\
320 :ae=\E[10m:al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\ 482 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
321 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\ 483 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:dc=\E[P:dl=\E[M:do=\E[B:\
322 :dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:kb=^H:kd=\E[B:\ 484 :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
323 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\ 485 :le=\E[D:nd=\E[C:sf=^J:st=\EH:ta=^I:up=\E[A:\
324 :md=\E[1m:me=\E[0m:mk=\E[9m:mr=\E[7m:nd=\E[C:\ 486 :tc=klone+sgr-dumb:
325 :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\ 487pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode):\
326 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\ 488 :li#25:tc=pcansi-m:
327 :us=\E[4m: 489pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode):\
328pcansi-mono25|ansi25|ibm-pc terminal programs with 25 lines (mono mode):\ 490 :li#33:tc=pcansi-m:
329 :li#25:\ 491pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode):\
330 :tc=pcansi-mono: 492 :li#43:tc=pcansi-m:
331pcansi-mono33|ansi33|ibm-pc terminal programs with 33 lines (mono mode):\
332 :li#33:\
333 :tc=pcansi-mono:
334pcansi-mono43|ansi43|ibm-pc terminal programs with 43 lines (mono mode):\
335 :li#43:\
336 :tc=pcansi-mono:
337# The color versions. All PC emulators do color... 493# The color versions. All PC emulators do color...
338pcansi|ibm-pc terminal programs claiming to be ansi:\ 494pcansi|ibm-pc terminal programs claiming to be ansi:\
339 :tc=ansi-pc-color:tc=pcansi-mono: 495 :tc=klone+color:tc=pcansi-m:
340pcansi-25|ansi25|ibm-pc terminal programs with 25 lines:\ 496pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines:\
341 :li#25:\ 497 :li#25:tc=pcansi:
342 :tc=pcansi: 498pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines:\
343pcansi-33|ansi33|ibm-pc terminal programs with 33 lines:\ 499 :li#33:tc=pcansi:
344 :li#33:\ 500pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines:\
345 :tc=pcansi: 501 :li#43:tc=pcansi:
346pcansi-43|ansi43|ibm-pc terminal programs with 43 lines:\ 502
347 :li#43:\ 503# ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
348 :tc=pcansi:
349
350# From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 3 1995
351# ansi-mono -- full X.364 with ANSI.SYS-compatible attributes, no color.
352# Function-key mappings aren't in X3.64 but these are pretty standard.
353# If you want pound signs rather than dollars, replace `B' with `A' 504# If you want pound signs rather than dollars, replace `B' with `A'
354# in the s?ds capabilities. 505# in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
355ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\ 506# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
507ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
356 :5i:\ 508 :5i:\
357 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\ 509 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
358 :F2=\E[X:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\ 510 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
359 :SR=\E[%dT:UP=\E[%dA:cb=\E[1K:ch=\E[%dG:ct=\E[2g:\ 511 :cb=\E[1K:ch=\E[%i%dG:ct=\E[2g:cv=\E[%i%dd:ec=\E[%dX:ei=:\
360 :cv=\E[%dd:ec=\E[%dX:ei=:im=:k1=\E[M:k2=\E[N:k3=\E[O:\ 512 :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
361 :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\ 513 :nw=\r\E[S:pf=\E[4i:po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:\
362 :k;=\E[V:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:\ 514 :s0=\E(B:s1=\E)B:s2=\E*B:s3=\E+B:ta=\E[I:\
363 :kr=\E[C:ku=\E[A:me=\E[0;10m:nw=\r\E[S:pf=\E[4i:\ 515 :tc=pcansi-m:
364 :po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:\
365 :s2=\E*B:s3=\E+B:\
366 :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\
367 :ta=\E[I:tc=pcansi:
368 516
369# ansi -- this terminfo expresses the largest subset of X3.64 that will fit in 517# ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
370# standard terminfo. Assumes ANSI.SYS-compatible attributes and color 518# standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
371# From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 12 1995 519# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
372ansi|ansi/pc-term compatible with color:\ 520ansi|ansi/pc-term compatible with color:\
373 :u6=\E[%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\ 521 :u6=\E[%i%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
374 :u9=\E[c:tc=ansi-pc-color:tc=ansi-mono: 522 :u9=\E[c:\
375 523 :tc=ecma+color:tc=klone+sgr:tc=ansi-m:
376# 524
377# ANSI.SYS entries 525# ansi-generic is a vanilla ANSI terminal. This is assumed to implement
378# 526# all the normal ANSI stuff with no extensions. It assumes
379# Cannot use :pt:, it does not work (why?). :ho: seems required (why?). [gts] 527# insert/delete line/char is there, so it won't work with
380# Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login? 528# vt100 clones. It assumes video attributes for bold, blink,
381# :cl: clears attributes and sets wrap at margin before clearing the screen. 529# underline, and reverse, which won't matter much if the terminal
382# (ansi.sys: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr) 530# can't do some of those. Padding is assumed to be zero, which
383# From: greg small <gts@populi.berkeley.edu> 531# shouldn't hurt since xon/xoff is assumed.
384ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\ 532ansi-generic|generic ansi standard terminal:\
385 :am:bs:ms:\ 533 :am:xo:\
386 :co#80:li#25:\ 534 :co#80:li#24:tc=vanilla:tc=ansi+csr:tc=ansi+cup:\
387 :ae=\E[10:as=\E[12:ce=\E[K:cl=\E[m\E[7h\E[2J:\ 535 :tc=ansi+rca:tc=ansi+erase:tc=ansi+tabs:tc=ansi+local:\
388 :cm=\E[%i%d;%dH:ho=\E[H:\ 536 :tc=ansi+idc:tc=ansi+idl:tc=ansi+rep:tc=ansi+sgrbold:\
389 :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:kd=^J:\ 537 :tc=ansi+arrows:
390 :kh=^^:kl=^H:kr=^L:ku=^K:md=\E[1m:me=\E[0;10m:\ 538
391 :mr=\E[7m:nd=\E[C:se=\E[m:so=\E[1m:ue=\E[m:up=\E[A:\ 539#### Linux consoles
392 :us=\E[4m: 540#
393# 541
394# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS. 542# This entry is good for the 1.2.13 or later version of the Linux console.
395# This should only be used when the terminal emulator cannot redefine the keys. 543#
396# Since redefining keys with ansi.sys also affects PC-DOS programs, the key 544# ***************************************************************************
397# definitions must be restored. If the terminal emulator is quit while in vi 545# * *
398# or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS. 546# * WARNING: *
399# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix 547# * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
400# (^U and ^D are already defined for tn3270). The ESC is safe for vi but it 548# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
401# does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab. 549# * character. Here are the keymap replacement lines that will set this up: *
402# Left arrow is always BS, because PC-dos can tolerate this change. 550# * *
403# Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi. 551# keycode 15 = Tab Tab
404# Consequently the End keypad key could not be set (it is relatively safe and 552# alt keycode 15 = Meta_Tab
405# actually useful because it sends ^@ O, which beeps and opens a line above). 553# shift keycode 15 = F26
406ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\ 554# string F26 ="\033[Z"
407 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\ 555# * *
408 :ke=\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:\ 556# * This has to use a key slot which is unfortunate (any unused one will *
409 :ks=\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:tc=ansi.sys: 557# * do, F26 is the higher-numbered one). The change ought to be built *
410# 558# * into the kernel tables. *
411# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer. 559# * *
412nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\ 560# ***************************************************************************
413 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\ 561#
414 :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys: 562# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
415# 563# and it matters, turn off <ccc>. The %02x escape used to implement this is
416# See ansi.sysk and nansi.sys above. 564# not back-portable to SV curses and not supported in ncurses versions before
417nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\ 565# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
418 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\ 566# themselves; this entry assumes that capability.
419 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk: 567#
420 568# This entry is good for the 1.2.13 or later version of the Linux console.
421#### ANSI console types 569#
422# 570# ***************************************************************************
423 571# * *
424# This entry is good for the 1.1.47 version of the Linux console driver. 572# * WARNING: *
425# 573# * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
426# It assumes that you want A_PROTECT mapped to the alternate character set 574# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
427# mode that permits IBM ROM characters to be displayed (this is the assumption 575# * character. Here are the keymap replacement lines that will set this up: *
428# used by ncurses version 1.9 and after, in order not to collide with the 576# * *
429# internationalization attribute values specified in the XSI Curses standard). 577# keycode 15 = Tab Tab
430# 578# alt keycode 15 = Meta_Tab
431# We use \E11m for rmacs rather than \E12m so the acsc string can use the ROM 579# shift keycode 15 = F26
432# graphics for control characters such as the diamond, up arrow and down-arrow. 580# string F26 ="\033[Z"
433# This trick could work with other Intel consoles like the att6386 and pc3. 581# * *
434# 582# * This has to use a key slot which is unfortunate (any unused one will *
435# Note: there are numerous broken linux entries out there, which didn't screw 583# * do, F26 is the higher-numbered one). The change ought to be built *
436# up BSD termcap but hose ncurses's smarter cursor-movement optimization. 584# * into the kernel tables. *
437# One common pathology is an incorrect tab length of 4. Also note that the 585# * *
438# hpa=\E[%dG/vpa=\E[%dd capabilities seem not to be reliable. To reproduce 586# ***************************************************************************
439# the bug, re-introduce them and run worm -T 200 212 from the ncurses 587#
440# test suite, save the trace, then worm -N -T 200 212. Observe that the first 588# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
441# run fails to properly delete some worm segments, then diff the trace files. 589# and it matters, turn off <ccc>. The %02x escape used to implement this is
442# 590# not back-portable to SV curses and not supported in ncurses versions before
443# From: Eric S. Raymond <esr@snark.thyrsus.com> 23 July 1995 591# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
592# themselves; this entry assumes that capability.
593#
594# The 2.2.x kernels add a private mode that sets the cursor type; use that to
595# get a block cursor for cvvis.
596# reported by Frank Heckenbach <frank@g-n-u.de>.
597# (untranslatable capabilities removed to fit entry within 1023 bytes)
598# (sgr removed to fit entry within 1023 bytes)
599# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
444linux|linux console:\ 600linux|linux console:\
445 :am:bs:eo:mi:ms:ut:xn:xo:\ 601 :am:eo:mi:ms:xn:xo:\
446 :Co#8:co#80:it#8:li#25:pa#64:\ 602 :it#8:\
447 :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:\ 603 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:K2=\E[G:al=\E[L:\
448 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:F2=\E[24~:\ 604 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
449 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\ 605 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
450 :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:\ 606 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:\
451 :S2=\E[11m:S3=\E[10m:Sb=\E[%+(m:Sf=\E[%+^^m:\ 607 :k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
452 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\054\021+^P0\333:\ 608 :k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:\
453 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\ 609 :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mh=\E[2m:\
454 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 610 :mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
455 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\ 611 :sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
456 :ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:k3=\E[[C:\ 612 :vb=200\E[?5h\E[?5l:ve=\E[?25h\E[?0c:vi=\E[?25l\E[?1c:\
457 :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\ 613 :vs=\E[?25h\E[?8c:\
458 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\ 614 :tc=klone+sgr:tc=ecma+color:
459 :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:\ 615linux-m|Linux console no color:\
460 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
461 :mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[37;40m:r1=\Ec:rc=\E8:\
462 :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;11%;m:\
463 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
464 :u6=\E[%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
465 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
466 :vi=\E[?25l:
467linux-mono|Linux console, no color:\
468 :Co@:pa@:\ 616 :Co@:pa@:\
469 :AB@:Sb@:Sf@:tc=linux: 617 :AB@:AF@:Sb@:Sf@:tc=linux:
618linux-c-nc|linux console 1.3.x hack for ncurses only:\
619 :cc:\
620 :..Ic=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x:\
621 :oc=\E]R:\
622 :tc=linux:
623# From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
624linux-c|linux console 1.3.6+ with private palette for each virtual console:\
625 :cc:\
626 :Co#8:pa#64:\
627 :..Ic=\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%;:\
628 :oc=\E]R:\
629 :tc=linux:
470 630
471# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file 631# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
472linux-nic|linux with ich/ich1 suppressed for non-curses programs:\ 632linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
473 :IC@:ei=:ic@:im=:tc=linux: 633 :IC@:ei=:ic@:im=:\
634 :tc=linux:
635
636# This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
637# acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
638linux-koi8|linux with koi8 alternate character set:\
639 :ac=+\020\054\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:tc=linux:\
640 :tc=klone+koi8acs:
641
642# Another entry for KOI8-r with Qing Long's acsc.
643# (which one better complies with the standard?)
644linux-koi8r|linux with koi8-r alternate character set:\
645 :tc=linux:tc=klone+koi8acs:
646
647# Entry for the latin1 and latin2 fonts
648linux-lat|linux with latin1 or latin2 alternate character set:\
649 :ac=+\020\054\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:\
650 :tc=linux:
651
652#### NetBSD consoles
653#
654# pcvt termcap database entries (corresponding to release 3.31)
655# Author's last edit-date: [Fri Sep 15 20:29:10 1995]
656#
657# (For the terminfo master file, I translated these into terminfo syntax.
658# Then I dropped all the pseudo-HP entries. we don't want and can't use
659# the :Xs: flag. Then I split :is: into a size-independent :i1: and a
660# size-dependent :is:. Finally, I added <rmam>/<smam> -- esr)
661
662# NOTE: :ic: has been taken out of this entry. for reference, it should
663# be <ich1=\E[@>. For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
664# (esr: added :vi: and :ve: to resolve NetBSD Problem Report #4583)
665pcvtXX|pcvt vt200 emulator (DEC VT220):\
666 :am:km:mi:ms:xn:\
667 :it#8:vt#3:\
668 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
669 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
670 :SR=\E[%dT:UP=\E[%dA:\
671 :ac=++\054\054--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~:\
672 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
673 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
674 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
675 :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:im=\E[4h:\
676 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
677 :k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:kI=\E[2~:\
678 :kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
679 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
680 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
681 :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
682 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
683 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
684 :ve=\E[?25h:vi=\E[?25l:
474 685
475# SCO console and SOS-Syscons console for 386bsd 686# NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
476# (scoansi: had unknown capabilities 687# termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
477# :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\ 688# 50 lines entries; 80 columns
478# :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:RT=^J: 689pcvt25|dec vt220 emulation with 25 lines:\
479# :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\ 690 :co#80:li#25:\
480# :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\ 691 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
481# :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\ 692pcvt28|dec vt220 emulation with 28 lines:\
482# I renamed GS/GE/HM/EN/PU/PD and mapped ":pt:" to ":it#8:" -- esr) 693 :co#80:li#28:\
483scoansi|SCO Extended ANSI standard crt:\ 694 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
484 :am:bs:eo:pt:\ 695pcvt35|dec vt220 emulation with 35 lines:\
485 :co#80:it#8:li#25:\ 696 :co#80:li#35:\
486 :@7=\E[F:ae=\E[10m:al=\E[L:as=\E[12m:bt=\E[Z:cd=\E[J:\ 697 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
487 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\ 698pcvt40|dec vt220 emulation with 40 lines:\
488 :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\ 699 :co#80:li#40:\
489 :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\ 700 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
490 :k9=\E[U:k;=\E[V:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:\ 701pcvt43|dec vt220 emulation with 43 lines:\
491 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:mb=\E[5m:md=\E[1m:\ 702 :co#80:li#43:\
492 :me=\E[m:nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\ 703 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
493 :ue=\E[m:up=\E[A:us=\E[4m: 704pcvt50|dec vt220 emulation with 50 lines:\
705 :co#80:li#50:\
706 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
494 707
495# From: Eric Raymond <esr@snark.thyrsus.com> Wed Jan 18 17:14:34 EST 1995 708# NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
496att6386|AT386|at386|386AT|386at|AT&T WGS 6386 console:\ 709# termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
497 :am:bw:eo:xo:\ 710# 50 lines entries; 132 columns
498 :co#80:it#8:li#25:\ 711pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
499 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\ 712 :co#132:li#25:\
500 :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\ 713 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
501 :SR=\E[%dT:UP=\E[%dA:\ 714pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
502 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\ 715 :co#132:li#28:\
503 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\ 716 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
504 :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:\ 717pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
505 :cr=^M:ct=\E[2g:cv=\E[%dd:dc=\E[P:dl=\E[1M:do=\E[B:\ 718 :co#132:li#35:\
506 :ec=\E[%dX:ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:\ 719 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
507 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:\ 720pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
508 :k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kD=\E[P:kI=\E[@:\ 721 :co#132:li#40:\
509 :kM=\E0:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\ 722 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
510 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\ 723pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
511 :me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=\r\E[S:\ 724 :co#132:li#43:\
512 :..sa=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m:\ 725 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
513 :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\ 726pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
514 :ue=\E[m:up=\E[A:us=\E[4m:vb=^G:tc=ansi-pc-color: 727 :co#132:li#50:\
515# (pc6300plus: ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr) 728 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
516pc6300plus|6300plus:\ 729
517 :am:bs:\ 730# Terminfo entries to enable the use of the ncurses library in colour on a
518 :co#80:li#24:\ 731# NetBSD-arm32 console (only tested on a RiscPC).
519 :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\ 732# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
520 :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:\ 733# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
521 :do=\E[B:ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:\ 734# typo in invis - TD
522 :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\ 735arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480):\
523 :k9=\EOk:k;=\EOu:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\ 736 :am:ms:ut:xn:xo:\
524 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[2m:\ 737 :co#80:it#8:li#30:\
525 :mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\ 738 :@8=\E[M:DO=\E[%dB:K1=\E[q:K2=\E[r:K3=\E[s:K4=\E[p:K5=\E[n:\
526 :so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:\ 739 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
527 :vi=\E[=C: 740 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
741 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
742 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
743 :eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:k2=\E[Q:k3=\E[R:\
744 :k4=\E[S:k5=\E[t:k6=\E[u:k7=\E[v:k8=\E[l:k9=\E[w:k;=\E[x:\
745 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
746 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mk=\E[8m:\
747 :mr=\E[6m:nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
748 :rc=\E8:\
749 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
750 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
751 :up=\E[A:us=\E[4m:\
752 :tc=ecma+sgr:tc=klone+color:
753arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768):\
754 :co#132:li#50:tc=arm100:
755
756# NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
757# manufactured by Sharp for the Japenese market.
758# From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
759x68k|x68k-ite|NetBSD/x68k ITE:\
760 :co#96:li#32:\
761 :%1=\E[28~:kC=\E[9~:tc=vt220:
762
763# <tv@pobox.com>:
764# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
765#
766# (still unfinished, but good enough so far.)
767ofcons:\
768 :bw:\
769 :co#80:li#30:\
770 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
771 :LE=\233%dD:RI=\233%dC:UP=\233%dA:al=\233L:bl=^G:cd=\233J:\
772 :ce=\233K:cl=^L:cm=\233%i%d;%dH:cr=^M:dc=\233P:dl=\233M:\
773 :do=\233B:ei=:ic=\233@:im=:k1=\2330P:k2=\2330Q:k3=\2330W:\
774 :k4=\2330x:k5=\2330t:k6=\2330u:k7=\2330q:k8=\2330r:\
775 :k9=\2330p:k;=\2330M:kD=\233P:kN=\233/:kP=\233?:kb=^H:\
776 :kd=\233B:kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
777 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
778 :nd=\233C:nw=^M^J:se=\2330m:sf=^J:ta=^I:ue=\2330m:up=\233A:\
779 :vb=^G:
780
781# NetBSD "wscons" emulator in vt220 mode
782# These are micro-minimal and probably need to be redone for real
783# after the manner of the pcvt entries.
784wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
785 :co#80:li#25:tc=vt220:
786
787wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
788 :km:\
789 :co#80:li#25:tc=vt220:
790
791# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and
792# DECstation/pmax.
793rcons|BSD rasterconsole:\
794 :tc=sun-il:
795# Color version of above. Color currenly only provided by NetBSD.
796rcons-color|BSD rasterconsole with ANSI color:\
797 :ut:\
798 :Co#8:pa#64:\
799 :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:tc=rcons:
800
801#### FreeBSD console entries
802#
803# From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
804# Andrey Chernov maintains the FreeBSD termcap distributions.
805#
806# Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
807# or comment out the :cb: capability in the console entry.
808#
809# Alexander Lukyanov reports:
810# I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
811# Now el1 clears not only to the line beginning, but also a large chunk
812# of previous line. But there is another bug - ech does not work at all.
813#
814
815# for syscons
816# common entry without semigraphics
817# Bug: The <op> capability resets attributes.
818# Bug? The ech and el1 attributes appear to move the cursor in some cases; for
819# instance el1 does if the cursor is moved to the right margin first. Removed
820# by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
821#
822# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
823# Note that this disables standout with color.
824cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode):\
825 :NP:am:bw:eo:ms:ut:\
826 :Co#8:NC#21:co#80:it#8:li#25:pa#64:\
827 :@7=\E[F:AB=\E[4%p1%dm:AF=\E[3%p1%dm:AL=\E[%dL:DC=\E[%dP:\
828 :DL=\E[%dM:DO=\E[%dB:F1=\E[W:F2=\E[X:IC=\E[%d@:K2=\E[E:\
829 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
830 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
831 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:\
832 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
833 :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
834 :k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:\
835 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
836 :md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:nw=\E[E:\
837 :op=\E[x:r1=\E[x\E[m\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
838 :ta=^I:up=\E[A:ve=\E[=0C:vs=\E[=1C:
839cons25|ansis|ansi80x25|freebsd console (25-line ansi mode):\
840 :ac=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
841 :tc=cons25w:
842cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode):\
843 :Co@:pa@:\
844 :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25:
845cons30|ansi80x30|freebsd console (30-line ansi mode):\
846 :li#30:tc=cons25:
847cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode):\
848 :li#30:tc=cons25-m:
849cons43|ansi80x43|freebsd console (43-line ansi mode):\
850 :li#43:tc=cons25:
851cons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode):\
852 :li#43:tc=cons25-m:
853cons50|ansil|ansi80x50|freebsd console (50-line ansi mode):\
854 :li#50:tc=cons25:
855cons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode):\
856 :li#50:tc=cons25-m:
857cons60|ansi80x60|freebsd console (60-line ansi mode):\
858 :li#60:tc=cons25:
859cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode):\
860 :li#60:tc=cons25-m:
861cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic:\
862 :ac=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225:\
863 :tc=cons25w:
864cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono):\
865 :Co@:pa@:\
866 :AB@:AF@:op@:ue=\E[m:us=\E[4m:tc=cons25r:
867cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines):\
868 :li#50:tc=cons25r:
869cons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono):\
870 :li#50:tc=cons25r-m:
871cons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines):\
872 :li#60:tc=cons25r:
873cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono):\
874 :li#60:tc=cons25r-m:
875# ISO 8859-1 FreeBSD console
876cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars:\
877 :ac=+\253\054\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:\
878 :tc=cons25w:
879cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono):\
880 :Co@:pa@:\
881 :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25l1:
882cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines):\
883 :li#50:tc=cons25l1:
884cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono):\
885 :li#50:tc=cons25l1-m:
886cons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines):\
887 :li#60:tc=cons25l1:
888cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono):\
889 :li#60:tc=cons25l1-m:
528 890
891#### 386BSD and BSD/OS Consoles
529# 892#
530# Terminfo entry for the AT&T Unix PC 7300
531# from escape(7) in Unix PC 7300 Manual.
532# Somewhat similar to a vt100-am (but different enough
533# to redo this from scratch.)
534#
535# /***************************************************************
536# *
537# * FONT LOADING PROGRAM FOR THE UNIX PC
538# *
539# * This routine loads a font defined in the file ALTFONT
540# * into font memory slot #1. Once the font has been loaded,
541# * it can be used as an alternative character set.
542# *
543# * The call to ioctl with the argument WIOCLFONT is the key
544# * to this routine. For more information, see window(7) in
545# * the PC 7300 documentation.
546# ***************************************************************/
547# #include <string.h> /* needed for strcpy call */
548# #include <sys/window.h> /* needed for ioctl call */
549# #define FNSIZE 60 /* font name size */
550# #define ALTFONT "/usr/lib/wfont/special.8.ft" /* font file */
551# /*
552# * The file /usr/lib/wfont/special.8.ft comes with the
553# * standard PC software. It defines a graphics character set
554# * similar to that of the Teletype 5425 terminal. To view
555# * this or other fonts in /usr/lib/wfont, use the command
556# * cfont <filename>. For further information on fonts see
557# * cfont(1) in the PC 7300 documentation.
558# */
559#
560# struct altfdata /* structure for alt font data */
561# {
562# short altf_slot; /* memory slot number */
563# char altf_name[FNSIZE]; /* font name (file name) */
564# };
565# ldfont()
566# {
567# int wd; /* window in which altfont will be */
568# struct altfdata altf;
569# altf.altf_slot=1;
570# strcpy(altf.altf_name,ALTFONT);
571# for (wd =1; wd < 12; wd++) {
572# ioctl(wd, WIOCLFONT,&altf);
573# }
574# }
575#
576att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
577 :am:xn:xo:\
578 :co#80:it#8:li#24:\
579 :!1=\ESV:!3=\EUD:#1=\EHL:#2=\EHM:#3=\ENJ:#4=\EBW:\
580 :%0=\Ero:%1=\Ehl:%2=\Emk:%4=\Emv:%5=\Enx:%6=\Eop:\
581 :%7=\Eot:%8=\Epv:%9=\Epr:%b=\EMV:%c=\ENX:%d=\EOT:\
582 :%e=\EPV:%g=\ERO:%h=\ERP:%i=\EFW:&0=\ECN:&1=\Ere:\
583 :&2=\Erf:&3=\Erp:&4=\Ers:&6=\Esv:&8=\Eud:&9=\EBG:\
584 :*0=\EFI:*2=\ECP:*3=\ECR:*4=\EDC:*5=\EDL:*6=\Esl:\
585 :*7=\EEN:*8=\ECI:@0=\Efi:@1=\Ebg:@2=\Ecn:@3=\Ecl:\
586 :@4=\Ecm:@5=\Ecp:@6=\Ecr:@7=\Een:@9=\Eex:AL=\E[%dL:\
587 :DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
588 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E^I:cd=\E[0J:\
589 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dl=\E[M:\
590 :do=\E[B:ho=\E[H:i1=^O:k1=\EOP:k2=\EOQ:k3=\EOR:\
591 :k4=\EOS:k5=\E5:k6=\E6:k7=\E7:k8=\E8:kB=\E^I:kC=\Ece:\
592 :kD=\Edc:kE=\Eci:kF=\Erd:kI=\Eim:kN=\Epg:kP=\EPG:\
593 :kR=\Eru:kS=\Ece:kb=^H:kd=\E[B:kh=\Ehm:kl=\E[D:\
594 :kr=\E[C:ku=\E[A:md=\E[7m:me=\E[0;10m:mh=\E[2m:\
595 :mr=\E[7m:nd=\E[C:nw=\EE:se=\E[0m:sf=^J:so=\E[7m:\
596 :sr=\EM:ue=\E[0m:up=\E[A:us=\E[4m:
597
598# From: <davis@unidata.ucar.edu>
599iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal:\
600 :am:\
601 :co#80:it#8:li#40:\
602 :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:\
603 :%f=\E[210q:%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:\
604 :@7=\E[146q:@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:\
605 :F1=\EOR:F2=\EOS:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
606 :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
607 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:\
608 :is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:k1=\E[001q:\
609 :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
610 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\EOP:k;=\EOQ:\
611 :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
612 :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
613 :ku=\E[A:le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
614 :nw=\EE:pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:\
615 :sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
616 :up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
617 :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
618 893
894# This was the original 386BSD console entry (I think).
895# Some places it's named oldpc3|oldibmpc3.
619# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu> 896# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
620oldpc3|oibmpc3|IBM PC 386BSD Console:\ 897origpc3|origibmpc3|IBM PC 386BSD Console:\
621 :am:bs:bw:eo:\ 898 :am:bw:eo:xo:\
622 :co#80:li#25:\ 899 :co#80:li#25:\
623 :ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\ 900 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
624 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\ 901 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
625 :ho=\E[;H:kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:\ 902 :kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[7m:\
626 :md=\E[7m:me=\E[0m\E[1;0x\E[2;7x:nd=\E[C:\ 903 :me=\E[m\E[1;0x\E[2;7x:nd=\E[C:se=\E[1;0x\E[2;7x:\
627 :se=\E[1;0x\E[2;7x:sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:\ 904 :sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:ue=\E[1;0x\E[2;7x:\
628 :ue=\E[1;0x\E[2;7x:up=\E[A:us=\E[1;7x\E[2;0x: 905 :up=\E[A:us=\E[1;7x\E[2;0x:
629 906
630# BSD/OS console emulator 907# description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
631# The emulator supports many of the additional console features 908oldpc3|oldibmpc3|old IBM PC BSD/386 Console:\
632# listed in the iBSC2 (e.g. color and character-set selection). 909 :km:\
633# The console will also work with fewer lines after doing 910 :li#25:\
911 :al=\E[L:bl=^G:cr=^M:dl=\E[M:do=^J:kH=\E[F:kI=\E[L:kN=\E[G:\
912 :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
913 :md=\E[=15F:me=\E[=R:mh=\E[=8F:nw=^M^J:sf=^J:ta=^I:
914
915# Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
916# Note, the emulator supports many of the additional console features
917# listed in the iBCS2 (e.g. character-set selection) though not all
918# are described here. This entry really ought to be upgraded.
919# Also note, the console will also work with fewer lines after doing
634# "stty rows NN", e.g. to use 24 lines. 920# "stty rows NN", e.g. to use 24 lines.
635# (This is the entry BSDI ships) 921# (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
636pc3|ibmpc3|IBM PC BSD/OS Console:\ 922# Bug: The <op> capability resets attributes.
637 :am:bw:eo:km:\ 923bsdos-pc-nobold|BSD/OS PC console w/o bold:\
924 :am:eo:km:xo:\
638 :co#80:it#8:li#25:\ 925 :co#80:it#8:li#25:\
639 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\ 926 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
640 :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\ 927 :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
641 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\ 928 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
642 :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\ 929 :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
643 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\ 930 :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:rc=\E8:\
644 :me=\E[0m:mh=\E[=8F:mr=\E[7m:nd=\E[C:nw=^M^J:\ 931 :..sa=\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%;:\
645 :rc=\E[=u:sc=\E[=s:se=\E[0m:sf=^J:so=\E[7m:ta=^I:\ 932 :sc=\E7:sf=^J:ta=^I:up=\E[A:\
646 :up=\E[A: 933 :tc=klone+sgr:tc=klone+color:
647pc3-bold|ibmpc3|IBM PC BSD/OS Console with bold instead of underline:\ 934bsdos-pc|IBM PC BSD/OS Console:\
648 :ue=\E[0m:us=\E[1m:tc=pc3: 935 :..sa=\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:tc=bsdos-pc-nobold:
649 936
650# The following is a version of the ibm-pc entry distributed with PC/IX, 937# Old names for BSD/OS PC console used in releases before 4.1.
651# (Interactive Systems' System 3 for the Big Blue), modified by Richard 938pc3|BSD/OS on the PC Console:\
652# McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original, 939 :tc=bsdos-pc-nobold:
653# (the former is untrue, and the latter failed under UCB/man); standout and 940ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline:\
654# underline modes have been added. Note: this entry describes the "native" 941 :tc=bsdos-pc:
655# capabilities of the PC monochrome display, without ANY emulation; most 942
656# communications packages (but NOT PC/IX connect) do some kind of emulation. 943# BSD/OS on the SPARC
657pcix|PC/IX console:\ 944bsdos-sparc|Sun SPARC BSD/OS Console:\
658 :am:bs:bw:eo:\ 945 :tc=sun:
659 :co#80:li#24:\ 946
660 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\ 947# BSD/OS on the PowerPC
661 :ho=\E[;H:nd=\E[C:se=\E[0m:so=\E[7m:ue=\E[0m:up=\E[A:\ 948bsdos-ppc|PowerPC BSD/OS Console:\
662 :us=\E[4m: 949 :tc=bsdos-pc:
663
664# (ibmx: this entry formerly included the following unknown capabilities:
665# :GC=b:GL=v:GR=t:RT=^J:\
666# :GH=\E[196g:GV=\E[179g:\
667# :GU=\E[193g:GD=\E[194g:\
668# :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
669# :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
670# :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
671# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
672# ":kh=\E[Y:" -- esr)
673ibmpcx|xenix|ibmx|IBM PC xenix console display:\
674 :am:bs:ms:\
675 :co#80:li#25:\
676 :@7=\E[d:MR=\E[0m:ae=\E[10m:al=\E[L:as=\E[11m:\
677 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:dc=\E[P:dl=\E[M:\
678 :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:k2=\E[L:\
679 :k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
680 :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:\
681 :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
682ibmc|ibmcpc|IBM PC xenix color console display:\
683 :tc=ibmpcx:
684ibmcx|ibmcpcx:\
685 :tc=ibmpcx:
686
687pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver:\
688 :am:km:mi:ms:xn:\
689 :it#8:pb#9216:vt#3:\
690 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
691 :LE=\E[%dD:RI=\E[%dC:SF=\E%dD:SR=\E%dM:UP=\E[%dA:\
692 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
693 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
694 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
695 :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
696 :ic=\E[@:im=\E[4h:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
697 :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
698 :kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^_:\
699 :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
700 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
701 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
702 :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
703 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
704 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
705 :us=\E[4m:
706 950
707#### DEC VT100 and compatibles 951#### DEC VT100 and compatibles
708# 952#
709# DEC terminals from the vt100 forward are collected here. Older DEC terminals 953# DEC terminals from the vt100 forward are collected here. Older DEC terminals
710# and micro consoles can be found in the `obsolete' section. More details 954# and micro consoles can be found in the `obsolete' section. More details on
711# on the relationship between the VT100 and ANSI X3.64 may be found near the 955# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
712# end of this file. 956# found near the end of this file.
713# 957#
714# Except where noted, these entries are DEC's official terminfos. 958# Except where noted, these entries are DEC's official terminfos.
715# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support 959# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
716# Engineering for more information. Updated terminfos and termcaps 960# Engineering for more information. Updated terminfos and termcaps
717# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps. 961# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
718# 962#
963# In October 1995 DEC sold its terminals business, including the VT and Dorio
964# line and trademark, to SunRiver Data Systems. SunRiver has since changed
965# its name to Boundless Technologies; see http://www.boundless.com.
966#
719 967
720# Note that the xenl glitch in vt100 is not quite the same as on the Concept, 968# NOTE: Any VT100 emulation, whether in hardware or software, almost
969# certainly includes what DEC called the `Level 1 editing extension' codes;
970# only the very oldest VT100s lacked these and there probably aren't any of
971# those left alive. To capture these, use one of the VT102 entries.
972#
973# Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
721# since the cursor is left in a different position while in the 974# since the cursor is left in a different position while in the
722# weird state (concept at beginning of next line, vt100 at end 975# weird state (concept at beginning of next line, vt100 at end
723# of this line) so all versions of vi before 3.7 don't handle 976# of this line) so all versions of vi before 3.7 don't handle
724# xenl right on vt100. The correct way to handle xenl is when 977# :xn: right on vt100. The correct way to handle :xn: is when
725# you output the char in column 80, immediately output CR LF 978# you output the char in column 80, immediately output CR LF
726# and then assume you are in column 1 of the next line. If xenl 979# and then assume you are in column 1 of the next line. If :xn:
727# is on, am should be on too. 980# is on, am should be on too.
728# 981#
729# I assume you have smooth scroll off or are at a slow enough baud 982# I assume you have smooth scroll off or are at a slow enough baud
@@ -734,45 +987,134 @@ pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver:\
734# The padding requirements listed here are guesses. It is strongly 987# The padding requirements listed here are guesses. It is strongly
735# recommended that xon/xoff be enabled, as this is assumed here. 988# recommended that xon/xoff be enabled, as this is assumed here.
736# 989#
737# The vt100 uses rs2 and rf rather than is2/tbc/hts because the 990# The vt100 uses <rs2> and <rf> rather than :is:/:ct:/:st: because the
738# tab settings are in non-volatile memory and don't need to be 991# tab settings are in non-volatile memory and don't need to be
739# reset upon login. Also setting the number of columns glitches 992# reset upon login. Also setting the number of columns glitches
740# the screen annoyingly. You can type "reset" to get them set. 993# the screen annoyingly. You can type "reset" to get them set.
741# 994#
742# This is how the keypad gets assigned in Application Keypad mode. 995# The VT100 series terminals have cursor ("arrows") keys which can operate
743# PF1 = kf1 PF2 = kf2 PF3 = kf3 PF4 = kf4 996# in two different modes: Cursor Mode and Application Mode. Cursor Mode
744# 7 = kf9 8 = kf10 9 = kf0 - 997# is the reset state, and is assumed to be the normal state. Application
745# 4 = kf5 5 = kf6 6 = kf7 , = kf8 998# Mode is the "set" state. In Cursor Mode, the cursor keys transmit
746# 1 = ka1 2 = kb2 3 = ka3 999# "Esc [ {code}" sequences, conforming to ANSI standards. In Application
747# 0 = kc1 . = kc3 ENTER = kent 1000# Mode, the cursor keys transmit "Esc O <code>" sequences. Application Mode
1001# was provided primarily as an aid to the porting of VT52 applications. It is
1002# assumed that the cursor keys are normally in Cursor Mode, and expected that
1003# applications such as vi will always transmit the :ks: string. Therefore,
1004# the definitions for the cursor keys are made to match what the terminal
1005# transmits after the :ks: string is transmitted. If the :ks: string
1006# is a null string or is not defined, then cursor keys are assumed to be in
1007# "Cursor Mode", and the cursor keys definitions should match that assumption,
1008# else the appication may fail. It is also expected that applications will
1009# always transmit the :ke: string to the terminal before they exit.
1010#
1011# The VT100 series terminals have an auxilliary keypad, commonly referred to as
1012# the "Numeric Keypad", because it is a cluster of numeric and function keys.
1013# The Numeric Keypad which can operate in two different modes: Numeric Mode and
1014# Application Mode. Numeric Mode is the reset state, and is assumed to be
1015# the normal state. Application Mode is the "set" state. In Numeric Mode,
1016# the numeric and punctuation keys transmit ASCII 7-bit characters, and the
1017# Enter key transmits the same as the Return key (Note: the Return key
1018# can be configured to send either LF (\015) or CR LF). In Application Mode,
1019# all the keypad keys transmit "Esc O {code}" sequences. The PF1 - PF4 keys
1020# always send the same "Esc O {code}" sequences. It is assumed that the keypad
1021# is normally in Numeric Mode. If an application requires that the keypad be
1022# in Application Mode then it is expected that the user, or the application,
1023# will set the TERM environment variable to point to a terminfo entry which has
1024# defined the :ks: string to include the codes that switch the keypad into
1025# Application Mode, and the terminfo entry will also define function key
1026# fields to match the Application Mode control codes. If the :ks: string
1027# is a null string or is not defined, then the keypad is assumed to be in
1028# Numeric Mode. If the :ks: string switches the keypad into Application
1029# Mode, it is expected that the :ke: string will contain the control codes
1030# necessary to reset the keypad to "Normal" mode, and it is also expected that
1031# applications which transmit the :ks: string will also always transmit the
1032# :ke: string to the terminal before they exit.
1033#
1034# Here's a diagram of the VT100 keypad keys with their bindings.
1035# The top line is the name of the key (some DEC keyboards have the keys
1036# labelled somewhat differently, like GOLD instead of PF1, but this is
1037# the most "official" name). The second line is the escape sequence it
1038# generates in Application Keypad mode (where "$" means the ESC
1039# character). The third line contains two items, first the mapping of
1040# the key in terminfo, and then in termcap.
1041# _______________________________________
1042# | PF1 | PF2 | PF3 | PF4 |
1043# | $OP | $OQ | $OR | $OS |
1044# |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
1045# | 7 8 9 - |
1046# | $Ow | $Ox | $Oy | $Om |
1047# |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
1048# | 4 | 5 | 6 | , |
1049# | $Ot | $Ou | $Ov | $Ol |
1050# |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
1051# | 1 | 2 | 3 | |
1052# | $Oq | $Or | $Os | enter |
1053# |_ka1__K1_|_kb2__K2_|_ka3__K3_| $OM |
1054# | 0 | . | |
1055# | $Op | $On | |
1056# |___kc1_______K4____|_kc3__K5_|_kent_@8_|
1057#
1058# And here, for those of you with orphaned VT100s lacking documentation, is
1059# a description of the soft switches invoked when you do `Set Up'.
1060#
1061# Scroll 0-Jump Shifted 3 0-#
1062# | 1-Smooth | 1-British pound sign
1063# | Autorepeat 0-Off | Wrap Around 0-Off
1064# | | 1-On | | 1-On
1065# | | Screen 0-Dark Bkg | | New Line 0-Off
1066# | | | 1-Light Bkg | | | 1-On
1067# | | | Cursor 0-Underline | | | Interlace 0-Off
1068# | | | | 1-Block | | | | 1-On
1069# | | | | | | | |
1070# 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 <--Standard Settings
1071# | | | | | | | |
1072# | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
1073# | | | 1-On | | | 1-50 Hz
1074# | | Ansi/VT52 0-VT52 | | Bits Per Char. 0-7 Bits
1075# | | 1-ANSI | | 1-8 Bits
1076# | Keyclick 0-Off | Parity 0-Off
1077# | 1-On | 1-On
1078# Margin Bell 0-Off Parity Sense 0-Odd
1079# 1-On 1-Even
748# 1080#
1081# The following SET-UP modes are assumed for normal operation:
1082# ANSI_MODE AUTO_XON/XOFF_ON NEWLINE_OFF 80_COLUMNS
1083# WRAP_AROUND_ON JUMP_SCROLL_OFF
1084# Other SET-UP modes may be set for operator convenience or communication
1085# requirements; I recommend
1086# AUTOREPEAT_ON BLOCK_CURSOR MARGIN_BELL_OFF SHIFTED_3_#
1087# Unless you have a graphics add-on such as Digital Engineering's VT640
1088# (and even then, whenever it can be arranged!) you should set
1089# INTERLACE_OFF
1090#
1091# (vt100: I added <rmam>/<smam> based on the init string, also :bs:. -- esr)
749vt100|vt100-am|dec vt100 (w/advanced video):\ 1092vt100|vt100-am|dec vt100 (w/advanced video):\
750 :am:mi:ms:xn:xo:\ 1093 :am:bs:ms:xn:xo:\
751 :co#80:it#8:li#24:vt#3:\ 1094 :co#80:it#8:li#24:vt#3:\
752 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\ 1095 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
753 :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 1096 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
754 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 1097 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
755 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 1098 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
756 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1099 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
757 :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\ 1100 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
758 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\ 1101 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
759 :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 1102 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
760 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\ 1103 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
761 :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\ 1104 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
762 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
763 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ 1105 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
764 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\ 1106 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
765 :ue=\E[m:up=\E[A:us=\E[4m: 1107 :up=\E[A:us=\E[4m:
766 1108vt100nam|vt100-nam|vt100 no automargins:\
767vt100nam|vt100-nam|vt100 w/no am (w/advanced video):\ 1109 :am@:xn@:tc=vt100-am:
768 :am@:xn@:\ 1110vt100-vb|dec vt100 (w/advanced video) & no beep:\
769 :tc=vt100-am: 1111 :bl@:vb=\E[?5h\E[?5l:tc=vt100:
770 1112
771# Ordinary vt100 in 132 column ("wide") mode. 1113# Ordinary vt100 in 132 column ("wide") mode.
772vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\ 1114vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
773 :co#132:li#24:\ 1115 :co#132:li#24:\
774 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am: 1116 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
775vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video):\ 1117vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
776 :co#132:li#14:vt@:\ 1118 :co#132:li#14:vt@:\
777 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam: 1119 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
778 1120
@@ -781,59 +1123,26 @@ vt100-nav|vt100 without advanced video option:\
781 :sg#1:\ 1123 :sg#1:\
782 :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100: 1124 :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
783vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\ 1125vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
784 :co#132:li#14:\ 1126 :co#132:li#14:tc=vt100-nav:
785 :tc=vt100-nav:
786 1127
787# vt100 with one of the 24 lines used as a status line. 1128# vt100 with one of the 24 lines used as a status line.
788# We put the status line on the top. 1129# We put the status line on the top.
789vt100-s|vt100-s-top|vt100-top-s|vt100 for use with sysline:\ 1130vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
790 :es:hs:\ 1131 :es:hs:\
791 :li#23:\ 1132 :li#23:\
792 :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\ 1133 :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
793 :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:\ 1134 :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:is=\E7\E[2;24r\E8:\
794 :is=\E7\E[2;24r\E8:ts=\E7\E[1;%p1%dH\E[1K:tc=vt100-am: 1135 :ts=\E7\E[1;%p1%dH\E[1K:\
1136 :tc=vt100-am:
795 1137
796# Status line at bottom. 1138# Status line at bottom.
797# Clearing the screen will clobber status line. 1139# Clearing the screen will clobber status line.
798vt100-s-bot|vt100-bot-s|vt100 for use with sysline:\ 1140vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
799 :es:hs:\ 1141 :es:hs:\
800 :li#23:\ 1142 :li#23:\
801 :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\ 1143 :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
802 :ts=\E7\E[24;%p1%dH\E[1K:tc=vt100-am: 1144 :ts=\E7\E[24;%p1%dH\E[1K:\
803 1145 :tc=vt100-am:
804# DEC VT100 with Advanced Video Option -- NOT DEC'S ENTRY!!!
805# This may be used as an alternate vt102 entry; it's probably better than the
806# stock one if you can live with XON/XOFF. All the AVO gave you was smul/rmul.
807# From: Doug Gwyn <gwyn@smoke.brl.mil> 25 Jan 93
808# The following SET-UP modes are assumed for normal operation:
809# ANSI_MODE AUTO_XON/XOFF_ON NEWLINE_OFF 80_COLUMNS
810# WRAP_AROUND_ON
811# Other SET-UP modes may be set for operator convenience or communication
812# requirements; I recommend
813# SMOOTH_SCROLL AUTOREPEAT_ON BLOCK_CURSOR MARGIN_BELL_OFF
814# SHIFTED_3_#
815# Unless you have a graphics add-on such as Digital Engineering's VT640
816# (and even then, whenever it can be arranged!) you should set
817# INTERLACE_OFF
818# Hardware tabs are assumed to be set every 8 columns; they can be set up
819# by the "reset", "tset", or "tabs" utilities (use vt100-x, 132 columns, for
820# this). I have included some compatible code in "rs" for the VT640 if you
821# have one. No delays are specified; use "stty ixon -ixany" to enable DC3/DC1
822# flow control!
823# Thanks to elsie!ado (Arthur David Olson) for numerous improvements.
824vt100-avo|DEC VT100 with AVO:\
825 :ms:xo:\
826 :co#80:it#8:li#24:vt#3:\
827 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:as=^N:\
828 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
829 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:\
830 :is=\E<\E)0:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:\
831 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
832 :ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:le=^H:ll=\E[24H:\
833 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
834 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:\
835 :ta=^I:te=150\E[?7h:ti=\E[?7l:ue=\E[m:up=\EM:\
836 :us=\E[4m:
837 1146
838# Most of the `vt100' emulators out there actually emulate a vt102 1147# Most of the `vt100' emulators out there actually emulate a vt102
839# This entry (or vt102-nsgr) is probably the right thing to use for 1148# This entry (or vt102-nsgr) is probably the right thing to use for
@@ -841,24 +1150,43 @@ vt100-avo|DEC VT100 with AVO:\
841vt102|dec vt102:\ 1150vt102|dec vt102:\
842 :mi:\ 1151 :mi:\
843 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100: 1152 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
1153vt102-w|dec vt102 in wide mode:\
1154 :co#132:\
1155 :r3=\E[?3h:tc=vt102:
844 1156
845# Many brain-dead PC comm programs that pretend to be `vt100-compatible' 1157# Many brain-dead PC comm programs that pretend to be `vt100-compatible'
846# fail to interpret the ^O and ^N escapes properly. Symptom: the sgr0 1158# fail to interpret the ^O and ^N escapes properly. Symptom: the :me:
847# string in the canonical vt100 entry above leaves the screen littered 1159# string in the canonical vt100 entry above leaves the screen littered
848# with little snowflake or star characters (IBM PC ROM character \017 = ^O) 1160# with little snowflake or star characters (IBM PC ROM character \017 = ^O)
849# after highlight turnoffs. This entry should fix that, and even leave 1161# after highlight turnoffs. This entry should fix that, and even leave
850# ACS support working, at the cost of making multiple-highlight changes 1162# ACS support working, at the cost of making multiple-highlight changes
851# slightly more expensive. 1163# slightly more expensive.
852# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995 1164# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
853vt102-nsgr|dec vt102 with ACS support disabled:\ 1165vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes):\
854 :me=\E[m:sa@:tc=vt102: 1166 :me=\E[m:sa@:\
1167 :tc=vt102:
855 1168
856# VT125 Graphics CRT. Clear screen also erases graphics 1169# VT125 Graphics CRT. Clear screen also erases graphics
857vt125|vt125 graphics terminal:\ 1170vt125|vt125 graphics terminal:\
858 :cl=\E[;H\E[2J\EPpS(E)\E\\:tc=vt100: 1171 :cl=\E[H\E[2J\EPpS(E)\E\:tc=vt100:
1172
1173# This isn't a DEC entry, it came from University of Wisconsin.
1174# (vt131: I added <rmam>/<smam> based on the init string, also :bs: -- esr)
1175vt131|dec vt131:\
1176 :am:bs:xn:\
1177 :co#80:it#8:li#24:vt#3:\
1178 :RA=\E[?7h:SA=\E[?7h:bl=^G:cd=50\E[J:ce=3\E[K:\
1179 :cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1180 :do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
1181 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1182 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:\
1183 :me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=^M^J:\
1184 :r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1185 :se=2\E[m:so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:\
1186 :us=2\E[4m:
859 1187
860# vt132 - like vt100 but slower and has ins/del line and such. 1188# vt132 - like vt100 but slower and has ins/del line and such.
861# I'm told that smir/rmir are backwards in the terminal from the 1189# I'm told that :im:/:ei: are backwards in the terminal from the
862# manual and from the ANSI standard, this describes the actual 1190# manual and from the ANSI standard, this describes the actual
863# terminal. I've never actually used a vt132 myself, so this 1191# terminal. I've never actually used a vt132 myself, so this
864# is untested. 1192# is untested.
@@ -867,30 +1195,72 @@ vt132|DEC vt132:\
867 :xn:\ 1195 :xn:\
868 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100: 1196 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100:
869 1197
870# vt220:
871# This vt220 description maps F5--F9 to the second block of function keys 1198# This vt220 description maps F5--F9 to the second block of function keys
872# at the top of the keyboard. The "DO" key is used as F10 to avoid conflict 1199# at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
873# with the key marked (ESC) on the vt220. See vt220d for an alternate mapping. 1200# with the key marked (ESC) on the vt220. See vt220d for an alternate mapping.
874# PF1--PF4 are used as F1--F4. 1201# PF1--PF4 are used as F1--F4.
875# 1202#
876vt220|DEC VT220 in vt100 emulation mode:\ 1203vt220-old|vt200-old|DEC VT220 in vt100 emulation mode:\
877 :am:mi:xn:xo:\ 1204 :am:bs:mi:pt:xn:xo:\
878 :co#80:li#24:vt#3:\ 1205 :co#80:li#24:vt#3:\
879 :@7=\E[4~:ac=kkllmmjjnnwwqquuttvvxx:ae=\E(B:al=\E[L:\ 1206 :@7=\E[4~:RA=\E[?7l:SA=\E[?7h:\
880 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ 1207 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
881 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\ 1208 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
882 :do=\E[B:ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:\ 1209 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
883 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\ 1210 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
884 :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:\ 1211 :if=/usr/share/tabset/vt100:im=\E[4h:\
885 :k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:\ 1212 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
886 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\ 1213 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
887 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\ 1214 :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
888 :mr=\E[7m:nd=\E[C:\ 1215 :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1216 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:\
889 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\ 1217 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
890 :rf=/usr/lib/tabset/vt100:\ 1218 :rf=/usr/share/tabset/vt100:\
891 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\ 1219 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
892 :sc=\E7:se=\E[m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\ 1220 :sc=\E7:se=\E[27m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
893 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l: 1221 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1222
1223# A much better description of the VT200/220; used to be vt220-8
1224# (untranslatable capabilities removed to fit entry within 1023 bytes)
1225# (sgr removed to fit entry within 1023 bytes)
1226# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1227vt220|vt200|dec vt220:\
1228 :am:bs:mi:ms:xn:xo:\
1229 :co#80:it#8:li#24:vt#3:\
1230 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1231 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
1232 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1233 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1234 :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
1235 :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
1236 :k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:\
1237 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
1238 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
1239 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
1240 :st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:
1241vt220-w|vt200-w|DEC vt220 in wide mode:\
1242 :co#132:\
1243 :r3=\E[?3h:tc=vt220:
1244# (untranslatable capabilities removed to fit entry within 1023 bytes)
1245# (sgr removed to fit entry within 1023 bytes)
1246# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1247vt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode:\
1248 :am:bs:mi:ms:xn:xo:\
1249 :co#80:it#8:li#24:vt#3:\
1250 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1251 :LE=\233%dD:RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:\
1252 :bl=^G:cd=\233J:ce=\233K:cl=\233H\233J:cm=\233%i%d;%dH:\
1253 :cr=^M:cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
1254 :ec=\233%dX:ei=\2334l:ho=\233H:\
1255 :if=/usr/share/tabset/vt100:im=\2334h:\
1256 :is=\233?7h\233>\233?1h\E F\233?4l:k1=\EOP:k2=\EOQ:\
1257 :k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:k8=\23319~:\
1258 :k9=\23320~:kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\233B:\
1259 :kh=\233H:kl=\233D:kr=\233C:ku=\233A:le=^H:mb=\2335m:\
1260 :md=\2331m:me=\233m:mr=\2337m:nd=\233C:nw=\EE:rc=\E8:\
1261 :sc=\E7:se=\23327m:sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:\
1262 :ue=\23324m:up=\233A:us=\2334m:vb=\233?5h\233?5l:
1263
894# 1264#
895# vt220d: 1265# vt220d:
896# This vt220 description regards F6--F10 as the second block of function keys 1266# This vt220 description regards F6--F10 as the second block of function keys
@@ -901,73 +1271,215 @@ vt220|DEC VT220 in vt100 emulation mode:\
901# 1271#
902vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\ 1272vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
903 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\ 1273 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
904 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\ 1274 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:k5@:\
905 :k5@:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\ 1275 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
906 :k;=\E[21~:tc=vt220: 1276 :tc=vt220-old:
907 1277
908vt220nam|vt220-nam|v220n|VT220 in vt100 mode with no auto margins:\ 1278vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
909 :am@:\ 1279 :am@:\
910 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220: 1280 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
911 1281
912vt220-8|dec vt220 8 bit terminal:\ 1282# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
913 :5i:am:mi:ms:xn:xo:\ 1283# (not an official DEC entry!)
914 :co#80:it#8:li#24:\ 1284# The problem with real vt220 terminals is they don't send escapes when in
915 :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\ 1285# in vt220 mode. This can be gotten around two ways. 1> don't send
916 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\ 1286# escapes or 2> put the vt220 into vt100 mode and use all the nifty
917 :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\ 1287# features of vt100 advanced video which it then has.
918 :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\ 1288#
919 :SA=\E[?7h:UP=\E[%dA:\ 1289# This entry takes the view of putting a vt220 into vt100 mode so
920 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 1290# you can use the escape key in emacs and everything else which needs it.
921 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 1291#
922 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1292# You probably don't want to use this on a VMS machine since VMS will think
923 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E)0:ec=\E[%dX:\ 1293# it has a vt220 and will get fouled up coming out of emacs
924 :ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:im=\E[4h:\ 1294#
925 :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:\ 1295# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
926 :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\ 1296# (Added vt100 :rc:,:sc: to quiet a tic warning -- esr)
927 :k9=\E[20~:k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\ 1297vt200-js|vt220-js|dec vt200 series with jump scroll:\
928 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\ 1298 :am:\
929 :l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:mb=\E[5m:md=\E[1m:\ 1299 :co#80:\
930 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[4i:po=\E[5i:\ 1300 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
931 :ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:\ 1301 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:dm=:do=^J:ed=:\
932 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\ 1302 :ei=\E[4l:ho=\E[H:im=\E[4h:\
933 :us=\E[4m:vb=\E[?5h\E[?5l: 1303 :is=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m:\
1304 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
1305 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
1306 :nw=^M\ED:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1307 :rf=/usr/lib/tabset/vt100:sc=\E7:se=5\E[27m:sf=\ED:\
1308 :so=5\E[7m:sr=\EM:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
1309
1310
1311# This was DEC's vt320. Use the purpose-built one below instead
1312#vt320|DEC VT320 in vt100 emulation mode,
1313# use=vt220,
934 1314
935vt320|DEC VT320 in vt100 emulation mode:\
936 :tc=vt220:
937# 1315#
938# Use v320n for LYRIX 1316# Use v320n for SCO's LYRIX. Otherwise, use Adam Thompson's vt320-nam.
939# 1317#
940vt320nam|vt320-nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\ 1318vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
941 :am@:\ 1319 :am@:\
942 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220: 1320 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
943 1321
1322# These entries are not DEC's official ones, they were purpose-built for the
1323# VT320. Here are the designer's notes:
1324# <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to
1325# 'Erase to End of Field'... since nothing seems to use 'end' anyways...
1326# khome is Home on a PC kbd. Actually 'FIND' on a VT.
1327# Things that use <knxt> usually use tab anyways... and things that don't use
1328# tab usually use <knxt> instead...
1329# kprv is same as tab - Backtab is useless...
1330# I left out :sa: because of its RIDICULOUS complexity,
1331# and the resulting fact that it causes the termcap translation of the entry
1332# to SMASH the 1k-barrier...
1333# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
1334# (vt320: uncommented :fs:, comnmmented out <kslt> to avoid a conflict --esr)
1335# (untranslatable capabilities removed to fit entry within 1023 bytes)
1336# (sgr removed to fit entry within 1023 bytes)
1337# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1338vt320|vt300|dec vt320 7 bit terminal:\
1339 :am:es:hs:mi:ms:xn:\
1340 :co#80:li#24:ws#80:\
1341 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1342 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1343 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
1344 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1345 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1346 :ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
1347 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1348 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1349 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1350 :kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
1351 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1352 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
1353 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[1$}\E[H\E[K:ue=\E[m:\
1354 :up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1355vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy:\
1356 :am@:\
1357 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1358 :r2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1359 :tc=vt320:
1360# We have to init 132-col mode, not 80-col mode.
1361vt320-w|vt300-w|dec vt320 wide 7 bit terminal:\
1362 :co#132:ws#132:\
1363 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1364 :r2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1365 :tc=vt320:
1366vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am:\
1367 :am@:\
1368 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1369 :r2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1370 :tc=vt320-w:
1371
1372# VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
1373# which are pretty much a superset of the VT320. They have the
1374# host writable status line, yet another different DRCS matrix size,
1375# and such, but they add the DEC Technical character set, Multiple text
1376# pages, selectable length pages, and the like. The difference between
1377# the vt330 and vt340 is that the latter has only 2 planes and a monochrome
1378# monitor, the former has 4 planes and a color monitor. These terminals
1379# support VT131 and ANSI block mode, but as with much of these things,
1380# termcap/terminfo doesn't deal with these features.
1381#
1382# Note that this entry is are set up in what was the standard way for GNU
1383# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1384# keys were switched into application mode at the same time the numeric pad
1385# is switched into application mode. This changes the definitions of the
1386# arrow keys. Emacs v19 is smarter and mines its keys directly out of
1387# your termcap or terminfo entry,
1388#
1389# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1390# (vt340: string capability "sb=\E[M" corrected to "sr";
1391# also, added <rmam>/<smam> based on the init string -- esr)
1392vt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page:\
1393 :am:es:hs:mi:ms:xn:xo:\
1394 :co#80:it#8:li#24:vt#3:\
1395 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1396 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1397 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1398 :ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1399 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1400 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
1401 :fs=\E[$}:ho=\E[H:im=\E[4h:\
1402 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1403 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1404 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1405 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
1406 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
1407 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:\
1408 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1409 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1410 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1411
1412# DEC doesn't supply a vt400 description, so we add Daniel Glasser's
1413# (originally written with vt420 as its primary name, and usable for it).
1414#
1415# VT400/420 -- This terminal is a superset of the vt320. It adds the multiple
1416# text pages and long text pages with selectable length of the vt340, along
1417# with left and right margins, rectangular area text copy, fill, and erase
1418# operations, selected region character attribute change operations,
1419# page memory and rectangle checksums, insert/delete column, reception
1420# macros, and other features too numerous to remember right now. TERMCAP
1421# can only take advantage of a few of these added features.
1422#
1423# Note that this entry is are set up in what was the standard way for GNU
1424# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1425# keys were switched into application mode at the same time the numeric pad
1426# is switched into application mode. This changes the definitions of the
1427# arrow keys. Emacs v19 is smarter and mines its keys directly out of
1428# your termcap entry,
1429#
1430# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1431# (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
1432# also, added <rmam>/<smam> based on the init string -- esr)
1433# (untranslatable capabilities removed to fit entry within 1023 bytes)
1434# (sgr removed to fit entry within 1023 bytes)
1435# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1436vt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap:\
1437 :am:es:hs:mi:ms:xn:xo:\
1438 :co#80:it#8:li#24:vt#3:\
1439 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1440 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:\
1441 :cd=10\E[J:ce=4\E[K:cl=10\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1442 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1443 :ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:fs=\E[$}:ho=\E[H:\
1444 :ic=\E[@:im=\E[4h:\
1445 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1446 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1447 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1448 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
1449 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:se=\E[27m:\
1450 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1451 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1452 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1453
1454# (vt420: I removed :k0:, it collided with <kf10>. I also restored
1455# a missing :sc: -- esr)
944vt420|DEC VT420:\ 1456vt420|DEC VT420:\
945 :am:mi:xn:xo:\ 1457 :am:mi:xn:xo:\
946 :co#80:li#24:vt#3:\ 1458 :co#80:li#24:vt#3:\
947 :*6=\E[4~:@0=\E[1~:\ 1459 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
948 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 1460 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1461 :SA=\E[?7h:\
949 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 1462 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
950 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\ 1463 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
951 :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1464 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
952 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\ 1465 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
953 :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\ 1466 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
954 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\ 1467 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
955 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\ 1468 :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
956 :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\ 1469 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
957 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\ 1470 :kb=^H:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
958 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\ 1471 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
959 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\ 1472 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
960 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
961 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\ 1473 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
962 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\ 1474 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
963 :up=\E[A:us=\E[4m: 1475 :up=\E[A:us=\E[4m:
964 1476
965vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode:\
966 :am@:\
967 :tc=vt420:
968
969# 1477#
970# DECUDK 1478# DEC VT220 and up support DECUDK (user-defined keys). DECUDK (i.e., pfx)
1479# takes two parameters, the key and the string. Translating the key is
1480# straightforward (keys 1-5 are not defined on real terminals, though some
1481# emulators define these):
1482#
971# if (key < 16) then value = key; 1483# if (key < 16) then value = key;
972# else if (key < 21) then value = key + 1; 1484# else if (key < 21) then value = key + 1;
973# else if (key < 25) then value = key + 2; 1485# else if (key < 25) then value = key + 2;
@@ -975,52 +1487,45 @@ vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode:\
975# else if (key < 30) then value = key + 4; 1487# else if (key < 30) then value = key + 4;
976# else value = key + 5; 1488# else value = key + 5;
977# 1489#
1490# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".
1491# There's no provision in terminfo for emitting a string in this format, so the
1492# application has to know it.
1493#
978vt420pc|DEC VT420 w/PC keyboard:\ 1494vt420pc|DEC VT420 w/PC keyboard:\
979 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:\ 1495 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:F4=\E[12;2~:\
980 :F4=\E[12;2~:F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:\ 1496 :F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:F8=\E[17;2~:\
981 :F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:\ 1497 :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
982 :FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:\ 1498 :FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:FG=\E[24~:FH=\E[25~:\
983 :FG=\E[24~:FH=\E[25~:FI=\E[26~:FJ=\E[28~:FK=\E[29~:\ 1499 :FI=\E[26~:FJ=\E[28~:FK=\E[29~:FL=\E[31~:FM=\E[32~:\
984 :FL=\E[31~:FM=\E[32~:FN=\E[33~:FO=\E[34~:FP=\E[35~:\ 1500 :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
985 :FQ=\E[36~:FR=\E[23;2~:FS=\E[24;2~:FT=\E[25;2~:\ 1501 :FS=\E[24;2~:FT=\E[25;2~:FU=\E[26;2~:FV=\E[28;2~:\
986 :FU=\E[26;2~:FV=\E[28;2~:FW=\E[29;2~:FX=\E[31;2~:\ 1502 :FW=\E[29;2~:FX=\E[31;2~:FY=\E[32;2~:FZ=\E[33;2~:\
987 :FY=\E[32;2~:FZ=\E[33;2~:Fa=\E[34;2~:Fb=\E[35;2~:\ 1503 :Fa=\E[34;2~:Fb=\E[35;2~:Fc=\E[36;2~:\
988 :Fc=\E[36;2~:S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:\ 1504 :S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:k2=\E[12~:\
989 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\ 1505 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
990 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=^_:\ 1506 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\177:kh=\E[H:\
991 :kh=\E[H:\ 1507 :..px=\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\:tc=vt420:
992 :..px=\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\\:tc=vt420:
993 1508
994vt420pcdos|DEC VT420 w/PC for DOS Merge:\ 1509vt420pcdos|DEC VT420 w/PC for DOS Merge:\
995 :li#25:\ 1510 :li#25:\
996 :S1=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;:\ 1511 :S1=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;:\
997 :S4=\E[?1;2r\E[34h:\ 1512 :S4=\E[?1;2r\E[34h:\
998 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\ 1513 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
999 :me=\E[0m:sa@:tc=vt420pc: 1514 :me=\E[m:sa@:\
1515 :tc=vt420pc:
1000 1516
1001vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\ 1517vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
1002 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\ 1518 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1003 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\ 1519 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
1004 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\ 1520 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1005 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ 1521 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1006 :kD=^_:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420: 1522 :kD=\177:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:\
1007 1523 :tc=vt420:
1008vt420f-nam|v420fn|DEC VT420 no auto margins:\
1009 :am@:\
1010 :tc=vt420f:
1011vt420pc-nam|v420pcn|DEC VT420 PC keyboard no auto margins:\
1012 :am@:\
1013 :tc=vt420pc:
1014 1524
1015vt510|DEC VT510:\ 1525vt510|DEC VT510:\
1016 :tc=vt420: 1526 :tc=vt420:
1017vt510nam|vt510-nam|v510n|DEC VT510 in vt100 emul. mode with NO AUTO WRAP mode:\
1018 :tc=vt420nam:
1019vt510pc|DEC VT510 w/PC keyboard:\ 1527vt510pc|DEC VT510 w/PC keyboard:\
1020 :tc=vt420pc: 1528 :tc=vt420pc:
1021vt510pc-nam|v510pcn|DEC VT510 PC keyboard no auto margins:\
1022 :am@:\
1023 :tc=vt420pc:
1024vt510pcdos|DEC VT510 w/PC for DOS Merge:\ 1529vt510pcdos|DEC VT510 w/PC for DOS Merge:\
1025 :tc=vt420pcdos: 1530 :tc=vt420pcdos:
1026 1531
@@ -1037,132 +1542,483 @@ vt510pcdos|DEC VT510 w/PC for DOS Merge:\
1037# terminal mode is being used. If Set-Up has been disabled or 1542# terminal mode is being used. If Set-Up has been disabled or
1038# assigned to an unknown key, Set-Up may be entered by pressing 1543# assigned to an unknown key, Set-Up may be entered by pressing
1039# [F3] as the first key after power up, regardless of keyboard type. 1544# [F3] as the first key after power up, regardless of keyboard type.
1545# (vt520: I added <rmam>/<smam> based on the init string, also :sc: -- esr)
1546# (untranslatable capabilities removed to fit entry within 1023 bytes)
1040vt520|DEC VT520:\ 1547vt520|DEC VT520:\
1041 :am:mi:xn:xo:\ 1548 :am:mi:xn:xo:\
1042 :co#80:li#24:vt#3:\ 1549 :co#80:li#24:vt#3:\
1043 :*6=\E[4~:@0=\E[1~:\ 1550 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1044 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 1551 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1552 :SA=\E[?7h:\
1045 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 1553 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1046 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\ 1554 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1047 :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1555 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1048 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\ 1556 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1049 :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\ 1557 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
1050 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\ 1558 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:k2=\EOQ:\
1051 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\ 1559 :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
1052 :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\ 1560 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1053 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\ 1561 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1054 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\ 1562 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r3=\E[?67h\E[64;1"p:\
1055 :mr=\E[7m:nd=\E[C:\ 1563 :rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:se=\E[m:sf=\ED:\
1056 :..px=\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\\:\ 1564 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1057 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\ 1565
1058 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\ 1566# (vt525: I added <rmam>/<smam> based on the init string;
1059 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\ 1567# removed :se:=\E[m, :ue:=\E[m, added :sc: -- esr)
1060 :up=\E[A:us=\E[4m: 1568# (untranslatable capabilities removed to fit entry within 1023 bytes)
1061
1062vt520nam|vt520-nam|v520n|DEC VT520 with NO AUTO WRAP:\
1063 :am@:\
1064 :tc=vt520:
1065
1066vt525|DEC VT525:\ 1569vt525|DEC VT525:\
1067 :am:mi:xn:xo:\ 1570 :am:mi:xn:xo:\
1068 :co#80:li#24:vt#3:\ 1571 :co#80:li#24:vt#3:\
1069 :*6=\E[4~:@0=\E[1~:\ 1572 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1070 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 1573 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1574 :SA=\E[?7h:\
1071 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 1575 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1072 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\ 1576 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1073 :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1577 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1074 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\ 1578 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1075 :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\ 1579 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
1076 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\ 1580 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:k2=\EOQ:\
1077 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\ 1581 :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
1078 :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\ 1582 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1079 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\ 1583 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1080 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\ 1584 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r3=\E[?67h\E[64;1"p:\
1081 :mr=\E[7m:nd=\E[C:\ 1585 :rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:se=\E[m:sf=\ED:\
1082 :..px=\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\\:\ 1586 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1083 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\ 1587
1084 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\ 1588#### VT100 emulations
1085 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\ 1589#
1086 :up=\E[A:us=\E[4m: 1590
1087 1591# John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
1088vt525nam|vt525-nam|v525n|DEC VT525 with NO AUTO WRAP:\ 1592# (the best Windows telnet as of September 1995) presents the name `dec-vt100'
1593# to telnetd. Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
1594# that this works best with a stock vt100 entry.
1595dec-vt100|EWAN telnet's vt100 emulation:\
1596 :tc=vt100:
1597
1598# From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
1599dec-vt220|DOS tnvt200 terminal emulator:\
1600 :am@:tc=vt220:
1601
1602# Zstem340 is an (IMHO) excellent VT emulator for PC's. I recommend it to
1603# anyone who needs PC VT340 emulation. (or anything below that level, for
1604# that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
1605# RDBM systems, it includes ReGIS and SiXel support! I'm impressed...
1606# I can send the address if requested.
1607# (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
1608# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
1609z340|zstem vt340 terminal emulator 132col 42line:\
1610 :li#42:\
1611 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
1612 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
1613 :tc=vt320-w:
1614z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins):\
1089 :am@:\ 1615 :am@:\
1090 :tc=vt525: 1616 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
1617 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
1618 :tc=z340:
1619
1620# CRT is shareware. It implements some xterm features, including mouse.
1621crt|crt-vt220|CRT 2.3 emulating VT220:\
1622 :ms:ut:\
1623 :Co#8:pa#64:\
1624 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:Sb=\E[4%dm:Sf=\E[3%dm:\
1625 :op=\E[39;49m:st=\EH:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:\
1626 :u9=\E[c:\
1627 :tc=vt220:
1091 1628
1092#### Xterm variants 1629# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
1630# T. Teranishi dated Mar 10, 1998. It is a free software terminal emulator
1631# (communication program) which supports:
1632#
1633# - Serial port connections.
1634# - TCP/IP (telnet) connections.
1635# - VT100 emulation, and selected VT200/300 emulation.
1636# - TEK4010 emulation.
1637# - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
1638# Quick-VAN).
1639# - Scripts using the "Tera Term Language".
1640# - Japanese and Russian character sets.
1641#
1642# The program does not come with terminfo or termcap entries. However, the
1643# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
1644# vt52 or doublesize character support; blinking is done with color). Besides
1645# the HPA, VPA extensions it also implements CPL and CNL.
1646#
1647# All of the function keys can be remapped. This description shows the default
1648# mapping, as installed. Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
1649# are supported. F13-F20 are obtained by shifting F3-F10. The editing keypad
1650# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
1651# kfnd Insert
1652# kslt Delete
1653# kich1 Home
1654# kdch1 PageUp
1655# kpp End
1656# knp PageDown
1657#
1658# ANSI colors are implemented, but cannot be combined with video attributes
1659# except for reverse.
1660#
1661# No fonts are supplied with the program, so the acsc string is chosen to
1662# correspond with the default Microsoft terminal font.
1663#
1664# Tera Term recognizes some xterm sequences, including those for setting and
1665# retrieving the window title, and for setting the window size (i.e., using
1666# "resize -s"), though it does not pass SIGWINCH to the application if the
1667# user resizes the window with the mouse.
1668teraterm|Tera Term Pro:\
1669 :km:xo@:\
1670 :NC#43:vt@:\
1671 :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
1672 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1673 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
1674 :ac=+\020\054\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:\
1675 :al=\E[L:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
1676 :cm=\E[%i%d;%dH:cv=\E[%i%dd:dc=\E[P:dl=\E[M:ec=\E[%dX:\
1677 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1678 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1679 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:mb=\E[5m:md=\E[1m:\
1680 :me=\E[m:mr=\E[7m:nd=\E[C:op=\E[100m:se=\E[27m:so=\E[7m:\
1681 :sr=\EM:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
1682 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
1683 :ve=\E[?25h:vi=\E[?25l:\
1684 :tc=klone+color:tc=vt100:
1685
1686# Tested with WinNT 4.0, the telnet application assumes the screensize is
1687# 25x80. This entry uses the 'Terminal' font, to get line-drawing characters.
1688ms-vt100|MS telnet imitating dec vt100:\
1689 :li#25:\
1690 :ac=+\020\054\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:\
1691 :ct@:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:\
1692 :tc=vt100:
1693
1694#### X terminal emulators
1695#
1696# You can add the following line to your .Xdefaults to change the terminal type
1697# set by the xterms you start up to my-xterm:
1698#
1699# *termName: my-xterm
1700#
1701# System administrators can change the default entry for xterm instances
1702# by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm. In either
1703# case, xterm will detect and reject an invalid terminal type, falling back
1704# to the default of xterm.
1093# 1705#
1094 1706
1095# X10/6.6 11/7/86, minus alternate screen, plus (csr) 1707# X10/6.6 11/7/86, minus alternate screen, plus (csr)
1096# (xterm: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:"; 1708# (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
1097# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) 1709# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
1098# as these seem not to work -- esr) 1710# as these seem not to work -- esr)
1099x10term|vs100-x10|xterm terminal emulator (X10 window system):\ 1711x10term|vs100-x10|xterm terminal emulator (X10 window system):\
1100 :am:bs:km:mi:ms:pt:xn:xo:\ 1712 :am:bs:km:mi:ms:xn:xo:\
1101 :co#80:it#8:li#65:\ 1713 :co#80:it#8:li#65:\
1102 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:al=\E[L:cd=\E[J:\ 1714 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
1103 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:\ 1715 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
1104 :dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\ 1716 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1105 :is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:k3=\EOR:\ 1717 :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
1106 :k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ 1718 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1107 :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\ 1719 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
1108 :mr=\E[7m:nd=\E[C:\ 1720 :mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
1109 :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:se=\E[m:\ 1721 :ue=\E[m:up=\E[A:us=\E[4m:
1110 :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m: 1722# Compatible with the R5 xterm
1111# X11R6 xterm. This is known good for the XFree86 version under Linux. 1723# (from the XFree86 3.2 distribution, <blink=@> removed)
1112# From: Eric S. Raymond <esr@snark.thyrsus.com> 9 Jul 1995 1724# added khome/kend, rmir/smir, rmul/smul based on the R5 xterm code - TD
1113# Note: If you use the line-drawing character set, the disable afterwards 1725# corrected typos in rs2 string - TD
1114# will leave you in US-ASCII. If you live somewhere that wants a pound sign 1726xterm-r5|xterm R5 version:\
1115# at 2/3, change rmacs to "\E(A". Further note: cuf and cub don't seem 1727 :am:bs:km:ms:xn:\
1116# to be reliable under my xterm, so they're commented out. Final note: 1728 :co#80:it#8:li#24:\
1117# Older versions of this entry set/reset application keypad mode (\EO-prefix 1729 :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
1118# cursor keys) in the [sr]mkx caps, but it wasn't necessary, and doesn't 1730 :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
1119# actually fit the terminfo model properly. 1731 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
1120xterm|vs100|xterm terminal emulator (X11R6 Window System):\
1121 :am:bs:km:mi:ms:pt:xn:xo:\
1122 :co#80:it#8:li#65:\
1123 :@7=\E[[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
1124 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:UP=\E[%dA:\
1125 :ac=++\054\054..00II--``aaffgghhjjkkllmmnnooqqssttuuvvwwxx~~:\
1126 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1127 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 1732 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1128 :ct=\E[3k:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\ 1733 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:\
1129 :ic=\E[@:im=\E[4h:\ 1734 :im=\E[4h:k0=\EOq:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
1130 :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\ 1735 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1131 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\ 1736 :k;=\E[21~:kA=\E[30~:kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:\
1132 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ 1737 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1133 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[@:\ 1738 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
1134 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:\ 1739 :me=\E[m:mr=\E[7m:nd=\E[C:\
1135 :mr=\E[7m:nd=\E[C:\ 1740 :r2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H:\
1136 :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\ 1741 :rc=\E8:\
1137 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ 1742 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
1138 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%d;%dR:\ 1743 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1139 :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:\ 1744 :up=\E[A:us=\E[4m:
1745# Compatible with the R6 xterm
1746# (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
1747# added khome/kend - TD
1748# (untranslatable capabilities removed to fit entry within 1023 bytes)
1749# (sgr removed to fit entry within 1023 bytes)
1750# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1751xterm-r6|xterm-old|xterm X11R6 version:\
1752 :am:bs:km:mi:ms:xn:\
1753 :co#80:it#8:li#24:\
1754 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
1755 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
1756 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1757 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
1758 :ho=\E[H:im=\E[4h:\
1759 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\
1760 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
1761 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1762 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
1763 :ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
1764 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
1765 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\
1140 :us=\E[4m: 1766 :us=\E[4m:
1141xterm24|vs100-24|xterm terminal emulator (24 lines) (X11R6 window system):\ 1767# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
1142 :co#80:li#24:\ 1768# The name has been changed and some aliases have been removed.
1143 :tc=xterm: 1769# (untranslatable capabilities removed to fit entry within 1023 bytes)
1144xterm25|vs100-25|xterm terminal emulator (25 lines) (X11R6 window system):\ 1770# (sgr removed to fit entry within 1023 bytes)
1145 :co#80:li#25:\ 1771# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1146 :tc=xterm: 1772xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\
1147xterm50|vs100-50|xterm terminal emulator (50 lines) (X11R6 window system):\ 1773 :am:bs:km:mi:ms:xn:\
1148 :co#80:li#50:\ 1774 :co#80:it#8:li#24:\
1775 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1776 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1777 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
1778 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1779 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1780 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
1781 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
1782 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1783 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
1784 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
1785 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
1786 :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
1787 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
1788 :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
1789 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1790
1791# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
1792# codes for F1-F4 except while in VT220 mode.
1793xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System):\
1794 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1795 :tc=xterm-xf86-v32:
1796
1797# This version was released in XFree86 3.3.3 (November 1998).
1798# Besides providing printer support, it exploits a new feature that allows
1799# xterm to use terminfo-based descriptions with the titeInhibit resource.
1800xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System):\
1801 :5i:\
1802 :*6@:@0@:@7=\E[4~:ei=:ic@:im=:is=\E[\041p\E[?3;4l\E[4l\E>:\
1803 :kD=\E[3~:kh=\E[1~:mb=\E[5m:mk=\E[8m:pf=\E[4i:po=\E[5i:\
1804 :ps=\E[i:r1=\Ec:r2=\E[\041p\E[?3;4l\E[4l\E>:\
1805 :..sa=\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%;:\
1806 :te=\E[?1047l\E[?1048l:ti=\E[?1048h\E[?1047h:\
1807 :tc=xterm-xf86-v33:
1808
1809# This beta version will probably be released in XFree86 4.0.
1810xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System):\
1811 :@7=\EOF:K1=\EOH:K2=\EOE:K3=\E[5~:K4=\EOF:K5=\E[6~:kD=\177:\
1812 :kh=\EOH:te=\E[?1049l:ti=\E[?1049h:\
1813 :tc=xterm-xf86-v333:
1814
1815xterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System):\
1816 :tc=xterm-xf86-v40:
1817
1818# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
1819xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1:\
1820 :se=\E[m:ue=\E[m:\
1821 :tc=xterm-xf86-v33:
1822
1823# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
1824xterm-16color|xterm with 16 colors like aixterm:\
1825 :Co#16:NC#32:pa#256:\
1826 :AB=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm:\
1827 :AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm:\
1828 :..Sb=%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:\
1829 :..Sf=%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:\
1830 :tc=xterm-xf86-v40:
1831
1832# This is another variant, for XFree86 4.0 xterm (T.Dickey)
1833# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
1834# To use it, your decTerminalID resource must be set to 200 or above.
1835#
1836# HTS \E H \210
1837# RI \E M \215
1838# SS3 \E O \217
1839# CSI \E [ \233
1840#
1841# (untranslatable capabilities removed to fit entry within 1023 bytes)
1842# (sgr removed to fit entry within 1023 bytes)
1843# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1844xterm-8bit|xterm terminal emulator 8-bit controls (X Window System):\
1845 :am:bs:km:mi:ms:xn:\
1846 :co#80:it#8:li#24:\
1847 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1848 :K1=\217w:K2=\217y:K3=\217u:K4=\217q:K5=\217s:LE=\233%dD:\
1849 :RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:bl=^G:bt=\233Z:\
1850 :cd=\233J:ce=\233K:cl=\233H\2332J:cm=\233%i%d;%dH:cr=^M:\
1851 :cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
1852 :ec=\233%dX:ei=\2334l:ho=\233H:im=\2334h:\
1853 :is=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>:\
1854 :k1=\23311~:k2=\23312~:k3=\23313~:k4=\23314~:k5=\23315~:\
1855 :k6=\23317~:k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:\
1856 :kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\217B:\
1857 :ke=\233?1l\E>:kh=\2331~:kl=\217D:kr=\217C:ks=\233?1h\E=:\
1858 :ku=\217A:le=^H:mb=\2335m:md=\2331m:me=\233m^O:mr=\2337m:\
1859 :nd=\233C:rc=\E8:sc=\E7:se=\23327m:sf=^J:so=\2337m:sr=\215:\
1860 :st=\210:ta=^I:te=\233?1049l:ti=\233?1049h:ue=\23324m:\
1861 :up=\233A:us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:\
1862 :vi=\233?25l:vs=\233?25h:
1863
1864xterm-24|vs100|xterms|xterm terminal emulator (X Window System):\
1865 :li#24:tc=xterm:
1866
1867# This is xterm for ncurses.
1868xterm|xterm terminal emulator (X Window System):\
1869 :Km=\E[M:\
1870 :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1871 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
1872 :tc=xterm-r6:
1873
1874# These entries allow access to the X titlebar and icon name as a status line.
1875# Note that twm (and possibly window managers descended from it such as tvtwm,
1876# ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
1877# with it.
1878xterm+sl|access X title line and icon name:\
1879 :hs:\
1880 :ws#40:\
1881 :ds=\E]0;\007:fs=^G:ts=\E]0;:tc=xterm:
1882xterm+sl-twm|access X title line (pacify twm-descended window managers):\
1883 :hs:\
1884 :ws#40:\
1885 :ds=\E]2;\007:fs=^G:ts=\E]2;:tc=xterm:
1886
1887#
1888# The following xterm variants don't depend on your base version
1889#
1890# xterm with bold instead of underline
1891xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold:\
1892 :so=\E[7m:us=\E[1m:\
1149 :tc=xterm: 1893 :tc=xterm:
1150xterms|vs100s|xterm terminal emulator (small) (X11R6 window system):\ 1894# (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
1151 :tc=xterm24: 1895# (kterm should not invoke DEC Graphics as the alternate character set
1152# (kterm: this had unknown capabilities ":KJ:TY=ascii:" -- esr) 1896# -- Kenji Rikitake)
1153kterm|kterm kanji terminal emulator (X window system):\ 1897kterm|kterm kanji terminal emulator (X window system):\
1154 :es:hs:\ 1898 :es:hs:\
1155 :cs=\E[%i%d;%dr:ds=\E[?H:fs=\E[?F:rc=\E8:sc=\E7:\ 1899 :Km=\E[M:ac@:ae@:as@:cs=\E[%i%d;%dr:ds=\E[?H:eA@:fs=\E[?F:\
1156 :ts=\E[?E\E[?%i%dT:tc=xterm: 1900 :op=\E[39;49m:rc=\E8:sc=\E7:ts=\E[?E\E[?%i%dT:\
1157 1901 :tc=xterm-r6:tc=klone+color:
1158# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file 1902# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
1159xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\ 1903xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
1160 :IC@:ei=:ic@:im=:tc=xterm: 1904 :IC@:ei=:ic@:im=:\
1905 :tc=xterm:
1906# From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
1907xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
1908 :te@:ti@:\
1909 :tc=xterm:
1161 1910
1162# From: Eric S. Raymond <esr@snark.thyrsus.com> May 4 1995 1911# This describes the capabilities of color_xterm, an xterm variant from
1163# Should work with the color xterm on the X11R6 contrib tape. 1912# before ECMA-64 color support was folded into the main-line xterm release.
1164xterm-color|xterm with color support:\ 1913# This entry is straight from color_xterm's maintainer.
1165 :tc=xterm:tc=ansi-pc-color: 1914# From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
1915# The README's with the distribution also say that it supports SGR 21, 24, 25
1916# and 27, but they are not present in the terminfo or termcap.
1917# (untranslatable capabilities removed to fit entry within 1023 bytes)
1918# (sgr removed to fit entry within 1023 bytes)
1919# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1920color_xterm|cx|cx100|color_xterm color terminal emulator for X:\
1921 :am:bs:km:mi:ms:xn:\
1922 :co#80:it#8:li#65:\
1923 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1924 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1925 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
1926 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1927 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1928 :i1=\E[r\E[m\E[?7h\E[?4;6l\E[4l:im=\E[4h:k1=\E[11~:\
1929 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
1930 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1931 :kb=^H:kd=\EOB:kh=\E[7~:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
1932 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
1933 :sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E>\E[?41;1r:\
1934 :ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:up=\E[A:us=\E[4m:
1935
1936# The 'nxterm' distributed with Redhat Linux is a slight rehack of
1937# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
1938# SGR 39 or 49. SGR 0 does reset colors (along with everything else). This
1939# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
1940# that each of those implements the home, end, delete keys differently.
1941nxterm|xterm-color|generic color xterm:\
1942 :NC@:\
1943 :op=\E[m:tc=xterm-r6:tc=klone+color:
1944
1945# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
1946# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
1947# Notes:
1948# rxvt 2.21b uses
1949# smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
1950# but some applications don't work with that.
1951# It also has an AIX extension
1952# box2=lqkxjmwuvtn,
1953# and
1954# ech=\E[%p1%dX,
1955# but the latter does not work correctly.
1956#
1957# The distributed terminfo says it implements hpa and vpa, but they are not
1958# implemented correctly, using relative rather than absolute positioning.
1959#
1960# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
1961# Since rxvt is not really compatible with xterm, it should be configured as
1962# "rxvt" (monochrome) and "rxvt-color".
1963# (untranslatable capabilities removed to fit entry within 1023 bytes)
1964# (sgr removed to fit entry within 1023 bytes)
1965# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1966rxvt|rxvt terminal base (X Window System):\
1967 :am:bs:eo:km:mi:ms:xn:xo:\
1968 :co#80:it#8:li#24:\
1969 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1970 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1971 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
1972 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1973 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
1974 :ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
1975 :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
1976 :k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
1977 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1978 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
1979 :kh=\E[7~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
1980 :md=\E[1m:me=\E[0m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
1981 :se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1982 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:\
1983 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
1984 :vs=\E[?25h:
1985rxvt-color|rxvt terminal emulator (X Window System):\
1986 :Co#8:pa#64:\
1987 :AB=\E[%p1%{40}%+%dm:AF=\E[%p1%{30}%+%dm:me=\E[m\017:\
1988 :op=\E[39;49m:\
1989 :tc=rxvt:
1990
1991# These (xtermc and xtermm) are distributed with Solaris. They refer to a
1992# variant of xterm which is apparently no longer supported, but are interesting
1993# because they illustrate SVr4 curses mouse controls - T.Dickey
1994# (untranslatable capabilities removed to fit entry within 1023 bytes)
1995xtermm|xterm terminal emulator (monocrome):\
1996 :am:bs:km:mi:ms:xn:\
1997 :BT#3:co#80:it#8:li#24:\
1998 :@7=\E[Y:@8=\EOM:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
1999 :F1=\EOZ:F2=\EOA:Gm=\E[%p1%dY:IC=\E[%d@:K1=\EOq:K2=\EOr:\
2000 :K3=\EOs:K4=\EOp:K5=\EOn:Km=\E[^_:LE=\E[%dD:RI=\E[%dC:\
2001 :RQ=\E[492Z:UP=\E[%dA:\
2002 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2003 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2004 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2005 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
2006 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2007 :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kN=\E[U:\
2008 :kP=\E[V:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:\
2009 :le=\E[1D:mb=@:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
2010 :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
2011 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
2012 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E@0\E[?4r:\
2013 :ti=\E@0\E[?4s\E[?4h\E@1:up=\E[A:
2014
2015xtermc|xterm terminal emulator (color):\
2016 :Co#8:NC#7:pa#64:\
2017 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
2018 :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
2019 :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
2020 :op=\E[100m:\
2021 :tc=xtermm:
1166 2022
1167# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995 2023# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
1168# Here's a termcap entry I've been using for xterm_color, which comes 2024# Here's a termcap entry I've been using for xterm_color, which comes
@@ -1170,166 +2026,412 @@ xterm-color|xterm with color support:\
1170# color stuff, I also have a status line defined as the window manager 2026# color stuff, I also have a status line defined as the window manager
1171# title bar. [I have translated it to terminfo -- ESR] 2027# title bar. [I have translated it to terminfo -- ESR]
1172xterm-pcolor|xterm with color used for highlights and status line:\ 2028xterm-pcolor|xterm with color used for highlights and status line:\
1173 :hs:\ 2029 :md=\E[1m\E[43m:mr=\E[7m\E[34m:so=\E[7m\E[31m:\
1174 :ws#40:\ 2030 :us=\E[4m\E[42m:\
1175 :ds=\E]0;\007:fs=^G:md=\E[1m\E[43m:mr=\E[7m\E[34m:\ 2031 :tc=xterm+sl:tc=xterm-r6:
1176 :so=\E[7m\E[31m:ts=\E]0;:us=\E[4m\E[42m:tc=xterm:
1177 2032
1178######## UNIX VIRTUAL TERMINALS AND VIRTUAL CONSOLES 2033# HP ships this, except for the pb#9600 which was merged in from BSD termcap.
1179# 2034# (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
2035hpterm|X-hpterm|hp X11 terminal emulator:\
2036 :am:da:db:mi:xs:\
2037 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:\
2038 :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2039 :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2040 :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
2041 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
2042 :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2043 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
2044 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
2045 :ku=\EA:le=^H:md=\E&dB:me=\E&d@:mh=\E&dH:ml=\El:mr=\E&dB:\
2046 :mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
2047 :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
2048 :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
2049 :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
2050 :..sa=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;:\
2051 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2052 :up=\EA:us=\E&dD:
1180 2053
1181# Columbus UNIX virtual terminal. This terminal also appears in 2054# This entry describes an xterm with Sun-style function keys enabled
1182# UNIX 4.0 and successors as line discipline 1 (?), but is 2055# via the X resource setting "xterm*sunFunctionKeys:true"
1183# undocumented and does not really work quite right. 2056# To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
1184cbunix|cb unix virtual terminal:\ 2057# The <kf13>...<kf20> keys are L3-L10. We don't set <kf16=\E[197z>
1185 :am:bs:da:db:\ 2058# because we want it to be seen as <kcpy>.
1186 :co#80:li#24:lm#0:\ 2059# The <kf31>...<kf45> keys are R1-R15. We treat some of these in accordance
1187 :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:\ 2060# with their Sun keyboard labels instead.
1188 :cr=^M:dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:\ 2061# From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
1189 :kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:\ 2062xterm-sun|xterm with sunFunctionKeys true:\
1190 :sf=^J:so=\Ea^D:ue=\Eb^A:up=\EA:us=\Ea^A: 2063 :%1=\E[196z:&8=\E[195z:@0=\E[200z:@5=\E[197z:@7=\E[220z:\
1191# (vremote: removed obsolete ":nl@:" -- esr) 2064 :F1=\E[192z:F2=\E[193z:F3=\E[194z:F4=\E[195z:F5=\E[196z:\
1192vremote|virtual remote terminal:\ 2065 :F7=\E[198z:F8=\E[199z:F9=\E[200z:FA=\E[201z:FL=\E[208z:\
1193 :am@:\ 2066 :FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:FQ=\E[213z:\
1194 :co#79:\ 2067 :FS=\E[215z:FU=\E[217z:FW=\E[219z:FY=\E[221z:K2=\E[218z:\
1195 :tc=cbunix: 2068 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
1196pty|4bsd pseudo teletype:\ 2069 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
1197 :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix: 2070 :kI=\E[2z:kN=\E[222z:kP=\E[216z:kh=\E[214z:\
2071 :tc=xterm:
2072xterms-sun|small (80x24) xterm with sunFunctionKeys true:\
2073 :co#80:li#24:tc=xterm-sun:
2074
2075# This is for the extensible terminal emulator on the X11R6 contrib tape.
2076emu|emu native mode:\
2077 :mi:ms:xo:\
2078 :Co#15:co#80:it#8:li#24:pa#64:vt#200:\
2079 :*6=\Esel:@0=\Efind:@8=^M:AB=\Es%i%p1%d;:AF=\Er%i%p1%d;:\
2080 :AL=\EQ%d;:DC=\EI%d;:DL=\ER%d;:DO=\Ep%d;:F1=\EF11:\
2081 :F2=\EF12:F3=\EF13:F4=\EF14:F5=\EF15:F6=\EF16:F7=\EF17:\
2082 :F8=\EF18:F9=\EF19:FA=\EF20:LE=\Eq-%d;:RI=\Eq%d;:\
2083 :UP=\Ep-%d;:\
2084 :ac=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244:\
2085 :ae=\0:al=\EQ1;:as=\0:bl=^G:cb=\EL:cd=\EN:ce=\EK:\
2086 :cl=\EP\EE0;0;:cm=\EE%d;%d;:cr=^M:cs=\Ek%d;%d;:ct=\Ej:\
2087 :dc=\EI1;:dl=\ER1;:do=\EB:eA=\0:ec=\Ej%d;:ei=\EX:\
2088 :ho=\EE0;0;:im=\EY:is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:\
2089 :k2=\EF02:k3=\EF03:k4=\EF04:k5=\EF05:k6=\EF06:k7=\EF07:\
2090 :k8=\EF08:k9=\EF09:k;=\EF10:kD=\177:kI=\Eins:kN=\Enext:\
2091 :kP=\Eprior:kb=^H:kd=\EB:kl=\EC:kr=\ED:ku=\EA:le=^H:\
2092 :mb=\ES\EW:md=\ES\EU:me=\ES:mr=\ES\ET:nd=\ED:\
2093 :oc=\Es0;\Er0;:r2=\ES\Es0;\Er0;:se=\ES:sf=\EG:so=\ES\ET:\
2094 :sr=\EF:st=\Eh:ta=^I:ue=\ES:up=\EA:us=\ES\EV:ve=\Ea:vi=\EZ:\
2095 :vs=\Ea:
2096
2097######## COMMERCIAL WORKSTATION CONSOLES
2098#
2099
2100#### Alpha consoles
2101#
2102
2103# This is from the OSF/1 Release 1.0 termcap file
2104pccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation:\
2105 :am:xo:\
2106 :co#80:li#25:\
2107 :al=\E[L:bl=^G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2108 :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:\
2109 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:\
2110 :nd=\E[C:nw=^M^J:se=\E[m:so=\E[7m:ta=^I:up=\E[A:
1198 2111
1199# Entries for use by the FSF's `screen' program. These came with version 3.6.2 2112#### AT&T consoles
1200screen|VT 100/ANSI X3.64 virtual terminal:\ 2113#
1201 :am:km:mi:ms:xn:\
1202 :co#80:it#8:li#24:\
1203 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1204 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1205 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
1206 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
1207 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1208 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1209 :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1210 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1211 :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
1212 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1213 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1214 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
1215 :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
1216 :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
1217screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
1218 :am:km:mi:ms:xn:\
1219 :co#132:it#8:li#24:\
1220 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1221 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1222 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
1223 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
1224 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1225 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1226 :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1227 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1228 :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
1229 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1230 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1231 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
1232 :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
1233 :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
1234 2114
1235######## WORKSTATION CONSOLES 2115# This actually describes the generic SVr4 display driver for Intel boxes.
2116# The :mh=\E[2m: isn't documented and therefore may not be reliable.
2117# From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
2118att6386|at386|386at|AT&T WGS 6386 console:\
2119 :am:bw:eo:xo:\
2120 :co#80:it#8:li#25:\
2121 :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
2122 :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
2123 :SR=\E[%dT:UP=\E[%dA:\
2124 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
2125 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
2126 :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
2127 :ct=\E[2g:cv=\E[%i%dd:dc=\E[P:dl=\E[1M:do=\E[B:ec=\E[%dX:\
2128 :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
2129 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
2130 :k;=\EOY:kB=^]:kD=\E[P:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=^H:\
2131 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
2132 :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
2133 :nw=\r\E[S:rc=\E8:\
2134 :..sa=\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:\
2135 :sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
2136 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:\
2137 :tc=klone+color:
2138# (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
2139pc6300plus|AT&T 6300 plus:\
2140 :am:bs:xo:\
2141 :co#80:li#24:\
2142 :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
2143 :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
2144 :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
2145 :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\EOk:k;=\EOu:kb=^H:\
2146 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2147 :me=\E[m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:\
2148 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
2149 :ve=\E[=1C:vi=\E[=C:
2150
2151# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
2152#
2153# I have a UNIX PC which I use as a terminal attached to my Linux PC.
2154# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
2155# is broken. All the special key sequences are broken, making it unusable
2156# with Emacs. The problem stems from the following:
2157#
2158# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
2159# keypad!), loadable fonts, and strange highlighting modes ("dithered"
2160# half-intensity, "smeared" bold, and real strike-out, for example.) It also
2161# uses resizable terminal windows, but the bundled terminal program always
2162# uses an 80x24 window (and doesn't support seem to support a 132-column
2163# mode.)
2164#
2165# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
2166# library which was a superset of SVr3.5 curses (called tam, for "terminal
2167# access method".) tam includes support for real, overlapping windows,
2168# onscreen function key labels, and bitmap graphics. But since the primary
2169# user interface on the UNIX PC was a GUI program (ua, for "user
2170# assistant",) and remote administration was considered important for the
2171# machine, tam also supported VT100-compatible terminals attached to the
2172# serial port or used across the StarLan network. To simulate the extra keys
2173# not present on a VT100, users could press ESC and a two-letter sequence,
2174# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
2175# however, were not the same as those sent by the actual Undo key. The
2176# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
2177# (If you're interested in adding some of the tam calls to ncurses, btw, I
2178# have the full documentation and several programs which use tam. It also
2179# used an extended terminfo format to describe key sequences, special
2180# highlighting modes, etc.)
2181#
2182# KEYS: This means that ncurses would quite painful on the UNIX PC, since
2183# there are two sequences for every key-modifier combination (local keyboard
2184# sequence and remote "VT100" sequence.) But I doubt many people are trying
2185# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
2186# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume)
2187# seem to have been built from the manual describing the VT100 sequences.
2188# This means it doesn't work for a real live UNIX PC.
2189#
2190# FONTS: The UNIX PC also has a strange interpretation of "alternate
2191# character set". Rather than the VT100 graphics you might expect, it allows
2192# up to 8 custom fonts to be loaded at any given time. This means that
2193# programs expecting VT100 graphics will usually be disappointed. For this
2194# reason I have disabled the smacs/rmacs sequences, but they could easily be
2195# re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
2196# manpage), should you wish to do so:
2197#
2198# SGR10 - Select font 0 - ESC [ 10 m or SO
2199# SGR11 - Select font 1 - ESC [ 11 m or SI
2200# SGR12 - Select font 2 - ESC [ 12 m
2201# ... (etc.)
2202# SGR17 - Select font 7 - ESC [ 17 m
2203#
2204# Graphics for line drawing are not reliably found at *any* character
2205# location because the UNIX PC has dynamically reloadable fonts. I use font
2206# 0 for regular text and font 1 for italics, but this is by no means
2207# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
2208#
2209# MISC: The cursor visible/cursor invisible sequences were swapped in the
2210# distributed terminfo.
2211#
2212# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
2213# the UNIX PC terminfo entry. The modified version works great with Lynx,
2214# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
2215# attached by serial cable. In Emacs, even the Undo key works, and many
2216# applications can now use the F1-F8 keys.
2217#
2218# esr's notes:
2219# Terminfo entry for the AT&T Unix PC 7300
2220# from escape(7) in Unix PC 7300 Manual.
2221# Somewhat similar to a vt100-am (but different enough
2222# to redo this from scratch.)
2223#
2224# /***************************************************************
2225# *
2226# * FONT LOADING PROGRAM FOR THE UNIX PC
2227# *
2228# * This routine loads a font defined in the file ALTFONT
2229# * into font memory slot #1. Once the font has been loaded,
2230# * it can be used as an alternative character set.
2231# *
2232# * The call to ioctl with the argument WIOCLFONT is the key
2233# * to this routine. For more information, see window(7) in
2234# * the PC 7300 documentation.
2235# ***************************************************************/
2236# #include <string.h> /* needed for strcpy call */
2237# #include <sys/window.h> /* needed for ioctl call */
2238# #define FNSIZE 60 /* font name size */
2239# #define ALTFONT "/usr/lib/wfont/special.8.ft" /* font file */
2240# /*
2241# * The file /usr/lib/wfont/special.8.ft comes with the
2242# * standard PC software. It defines a graphics character set
2243# * similar to that of the Teletype 5425 terminal. To view
2244# * this or other fonts in /usr/lib/wfont, use the command
2245# * cfont <filename>. For further information on fonts see
2246# * cfont(1) in the PC 7300 documentation.
2247# */
2248#
2249# struct altfdata /* structure for alt font data */
2250# {
2251# short altf_slot; /* memory slot number */
2252# char altf_name[FNSIZE]; /* font name (file name) */
2253# };
2254# ldfont()
2255# {
2256# int wd; /* window in which altfont will be */
2257# struct altfdata altf;
2258# altf.altf_slot=1;
2259# strcpy(altf.altf_name,ALTFONT);
2260# for (wd =1; wd < 12; wd++) {
2261# ioctl(wd, WIOCLFONT,&altf);
2262# }
2263# }
1236# 2264#
2265# (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
2266# they're confirmed by the man page for the System V display---esr)
2267#
2268# (untranslatable capabilities removed to fit entry within 1023 bytes)
2269# (sgr removed to fit entry within 1023 bytes)
2270# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2271att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
2272 :am:xo:\
2273 :co#80:it#8:li#24:\
2274 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
2275 :UP=\E[%dA:al=\E[L:bl=^G:bt=\E^I:cd=\E[0J:ce=\E[0K:\
2276 :cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
2277 :do=\E[B:ei=:ho=\E[H:i1=\017\E[=1w:ic=\E[@:im=:k1=\EOc:\
2278 :k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
2279 :kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
2280 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[9m:md=\E[1m:\
2281 :me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[m:\
2282 :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=0C:\
2283 :vi=\E[=1C:
1237 2284
1238#### Sun consoles 2285#### Hewlett-Packard consoles
2286#
2287# These are descriptions for the HP700 series, the workstations formerly
2288# known as Apollos. HP terminals are described elsewhere in the file
1239# 2289#
1240 2290
1241# :is: resets scrolling region in case a previous user had used "tset vt100" 2291# From: Victor Duchovni <vic@fine.princeton.edu>
1242# (sun: mapped ":pt:" to ":it#8:" -- esr) 2292# (hp700-wy: removed obsolete ":nl=^J:";
1243oldsun|Sun Microsystems Workstation console:\ 2293# replaced /usr/share/tabset/hp700-wy with std because :it#8:,:st=\E1: -- esr)
1244 :am:bs:km:mi:ms:pt:\ 2294hp700-wy|HP700/41 emulating wyse30:\
1245 :co#80:it#8:li#34:\ 2295 :am:bs:bw:mi:ms:\
1246 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\ 2296 :co#80:it#8:li#24:sg#1:\
1247 :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\ 2297 :al=0.7*\EE:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
1248 :dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:is=\E[1r:\ 2298 :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:\
1249 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:\ 2299 :i1=\E~"\EC\Er\E(\EG0\003\E`9\E`1:\
1250 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:rs=\E[1r:\ 2300 :if=/usr/share/tabset/stdcrt:im=\Eq:kB=\EI:kC=^Z:kE=\ET:\
1251 :se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A: 2301 :kI=\Eq:kM=\Er:kS=\EY:kT=\EI:kb=\177:kd=^V:kh=^^:kl=^H:kr=^L:\
1252# New entry from vendor 2302 :ku=^K:le=^H:ll=^^^K:me=10\EG0:nd=^L:se=10\EG0:so=10\EG4:\
1253sun|sun1|sun2|Sun Microsystems Inc. workstation:\ 2303 :sr=\Ej:st=\E1:ta=^I:ue=10\EG0:up=^K:us=10\EG8:
1254 :am:km:ms:\ 2304hp70092|hp70092a|hp70092A|HP 700/92:\
1255 :co#80:li#34:\ 2305 :am:da:db:xs:\
1256 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\ 2306 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
1257 :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\ 2307 :LF=\E&j@:LO=\E&jB:ac=0cjgktlrmfn/q\054t5u6v8w7x.:ae=^O:\
1258 :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:\ 2308 :al=\EL:as=^N:bl=^G:bt=\Ei:ce=\EK:ch=\E&a%dC:\
1259 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:\ 2309 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
1260 :k5=\E[228z:k6=\E[229z:k7=\E[230z:k8=\E[231z:\ 2310 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
1261 :k9=\E[232z:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 2311 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
1262 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r2=\E[s:\ 2312 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
1263 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\ 2313 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
1264 :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:\ 2314 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
1265 :us=\E[4m: 2315 :md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:se=\E&d@:\
1266# From: <john@ucbrenoir> Tue Sep 24 13:14:44 1985 2316 :so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
1267sun-s|Sun Microsystems Workstation window with status line:\ 2317
1268 :hs:\ 2318# HP 700/44 Setup parameters:
1269 :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun: 2319# Terminal Mode HP-PCterm
1270sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\ 2320# Inhibit Auto Wrap NO
1271 :hs:\ 2321# Status Line Host Writable
1272 :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e: 2322# PC Character Set YES
1273sun-48|Sun 48-line window:\ 2323# Twenty-Five Line Mode YES
1274 :co#80:li#48:\ 2324# XON/XOFF @128 or 64 (sc)
1275 :tc=sun: 2325# Keycode Mode NO or YES (sc)
1276sun-34|Sun 34-line window:\ 2326# Backspace Key BS or BS/DEL
1277 :co#80:li#34:\ 2327#
1278 :tc=sun: 2328# :is: sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
1279sun-24|Sun 24-line window:\ 2329# \E\\? does not turn off keycode mode
1280 :co#80:li#24:\ 2330# <smsc> sets alternate start/stop; keycode on
1281 :tc=sun: 2331hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
1282sun-17|Sun 17-line window:\ 2332 :am:eo:xn:xo:\
1283 :co#80:li#17:\ 2333 :co#80:li#25:\
1284 :tc=sun: 2334 :@7=\E[4~:RA=\E[?7l:S4=\E[>11h\EPO**x0/65;1/67\E\:\
1285sun-12|Sun 12-line window:\ 2335 :S5=\E[>11l\EP1**x0/11;1/13\E[m\E\:SA=\E[?7h:XF=g:XN=e:\
1286 :co#80:li#12:\ 2336 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
1287 :tc=sun: 2337 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1288sun-1|Sun 1-line window for sysline:\ 2338 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
1289 :es:hs:\ 2339 :ic=\E[@:im=:\
1290 :co#80:li#1:\ 2340 :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\:\
1291 :ds=^L:fs=\E[K:ts=^M:tc=sun: 2341 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
1292sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\ 2342 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
1293 :ei@:ic@:im@:tc=sun: 2343 :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
1294sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\ 2344 :kr=\E[C:ku=\E[A:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
1295 :te=\E[>4h:ti=\E[>4l:tc=sun: 2345 :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
2346 :vi=\E[?25l:
1296 2347
1297#### Iris consoles 2348#### Iris consoles
1298# 2349#
1299 2350
1300# (wsiris: this had unknown capabilities 2351# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
2352# from SGI's terminfo database. SGI's entry shows F9-F12 with the codes
2353# for the application keypad mode. We have added iris-ansi-ap rather than
2354# change the original to keypad mode.
2355#
2356# (iris-ansi: added rmam/smam based on init string -- esr)
2357#
2358# This entry, and those derived from it, is used in xwsh (also known as
2359# winterm). Some capabilities that do not fit into the terminfo model
2360# include the shift- and control-functionkeys:
2361#
2362# F1-F12 generate different codes when shift or control modifiers are used.
2363# For example:
2364# F1 \E[001q
2365# shift F1 \E[013q
2366# control-F1 \E[025q
2367#
2368# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
2369# \EOP to \EOS. The shifted and control modifiers still do the same thing.
2370#
2371# The cursor keys also have different codes:
2372# control-up \E[162q
2373# control-down \E[165q
2374# control-left \E[159q
2375# control-right \E[168q
2376#
2377# shift-up \E[161q
2378# shift-down \E[164q
2379# shift-left \E[158q
2380# shift-right \E[167q
2381#
2382# control-tab \[072q
2383#
2384# iris-ansi-net alias helps with IRIX does when you rsh to a remote system.
2385iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100):\
2386 :am:\
2387 :co#80:it#8:li#40:\
2388 :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:%f=\E[210q:\
2389 :%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:@7=\E[146q:\
2390 :@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:F1=\E[011q:\
2391 :F2=\E[012q:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
2392 :UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2393 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
2394 :ho=\E[H:is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:\
2395 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
2396 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k;=\E[010q:\
2397 :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
2398 :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2399 :le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
2400 :pk=\EP101;%d.y%s\E\:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
2401 :so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
2402 :ve=\E[9/y\E[12/y\E[=6l:vs=\E[10/y\E[=1h\E[=2l\E[=6h:
2403iris-ansi-ap|IRIS ANSI in application-keypad mode:\
2404 :@8=\EOM:F1=\E[011q:F2=\E[012q:is=\E[?1l\E=\E[?7h:\
2405 :k9=\E[009q:k;=\E[010q:\
2406 :tc=iris-ansi:
2407
2408# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
2409# (T.Dickey 98/1/24)
2410iris-color|xwsh|IRIX ANSI with color:\
2411 :NC#33:\
2412 :DC=\E[%dP:IC=\E[%d@:ZH=\E[3m:ZR=\E[23m:cs=\E[%i%d;%dr:\
2413 :ec=\E[%dX:ei=:im=:mh=\E[2m:r1=\Ec:\
2414 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
2415 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[24m:\
2416 :tc=klone+color:tc=iris-ansi-ap:
2417
2418# (wsiris: this had extension capabilities
1301# :HS=\E7F2:HE=\E7F7:\ 2419# :HS=\E7F2:HE=\E7F7:\
1302# :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite: 2420# :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
1303# I mapped ":pt:" to ":it#8:", removed incorrect ":cl=\Ev:" -- esr) 2421# See the note on Iris extensions near the end of this file.
2422# Finally, removed suboptimal :cl:=\EH\EJ and added :do: &
2423# :vb: from BRL -- esr)
1304wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\ 2424wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
1305 :am:bs:pt:\ 2425 :am:bs:nc:pt:\
1306 :co#80:it#8:li#40:\ 2426 :co#80:it#8:kn#3:li#40:\
1307 :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\ 2427 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :dl=\EM:\
1308 :ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:k2=\E2:\ 2428 :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:\
1309 :k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\ 2429 :k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
1310 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0@:so=\E9P:\ 2430 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E7F7:mh=\E7F2:nd=\EC:\
1311 :sr=\EI:ue=\E7R3\E0@:up=\EA:us=\E7R2\E9P:ve=\E>:\ 2431 :nl=\EB:se=\E0@:sf=^J:so=\E9P:sr=\EI:ta=^I:ue=\E7R3\E0@:\
2432 :up=\EA:us=\E7R2\E9P:vb=\E7F4\E7B1\013\E7F7\E7B0:ve=\E>:\
1312 :vs=\E;: 2433 :vs=\E;:
1313 2434
1314#### Masscomp consoles
1315#
1316
1317masscomp2:\
1318 :co#64:li#21:\
1319 :tc=masscomp:
1320masscomp1:\
1321 :co#104:li#36:\
1322 :tc=masscomp:
1323# (masscomp: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:" -- esr)
1324masscomp:\
1325 :bs:km:mi:pt:\
1326 :co#80:it#8:li#24:sg#0:\
1327 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:\
1328 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:\
1329 :is=\EGc\EGb\EGw:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:\
1330 :ku=\EOA:nd=\E[C:se=\E[0m:so=\E[7m:ue=\EGau:up=\E[A:\
1331 :us=\EGu:
1332
1333#### NeWS consoles 2435#### NeWS consoles
1334# 2436#
1335# Console terminal windows under the NeWS (Sun's Display Postscript windowing 2437# Console terminal windows under the NeWS (Sun's Display Postscript windowing
@@ -1338,793 +2440,665 @@ masscomp:\
1338# 2440#
1339 2441
1340# Entry for NeWS's psterm from Eric Messick & Hugh Daniel 2442# Entry for NeWS's psterm from Eric Messick & Hugh Daniel
1341# (psterm: unknown ":sl=\EOl:el=\ENl:" removed; 2443# (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
1342# mapped ":pt:" to ":it#8:" -- esr) 2444psterm|psterm-basic|NeWS psterm-80x34:\
1343psterm|psterm-basic|psterm-80x34:\ 2445 :am:bs:hs:km:ul:\
1344 :am:bs:hs:km:pt:ul:\
1345 :co#80:it#8:li#34:\ 2446 :co#80:it#8:li#34:\
1346 :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\ 2447 :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
1347 :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:im=\EOi:\ 2448 :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:i1=\EN*:\
1348 :is=\EN*:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:\ 2449 :im=\EOi:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:ll=\EU:\
1349 :ll=\EU:mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:\ 2450 :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:sc=^]:se=\ENo:\
1350 :rs=\EN*:sc=^]:se=\ENo:sf=\EW:so=\EOo:sr=\EX:te=\ENt:\ 2451 :sf=\EW:so=\EOo:sr=\EX:ta=^I:te=\ENt:ti=\EOt:ts=\EOl:\
1351 :ti=\EOt:ts=\EOl:ue=\ENu:up=\EY:us=\EOu:vb=\EZ: 2452 :ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
1352psterm-96x48:\ 2453psterm-96x48|NeWS psterm 96x48:\
1353 :co#96:li#48:\ 2454 :co#96:li#48:tc=psterm:
1354 :tc=psterm: 2455psterm-90x28|NeWS psterm 90x28:\
1355psterm-90x28:\ 2456 :co#90:li#28:tc=psterm:
1356 :co#90:li#28:\ 2457psterm-80x24|NeWS psterm 80x24:\
1357 :tc=psterm: 2458 :co#80:li#24:tc=psterm:
1358psterm-80x24:\
1359 :co#80:li#24:\
1360 :tc=psterm:
1361# This is a faster termcap for psterm. Warning: if you use this termcap, 2459# This is a faster termcap for psterm. Warning: if you use this termcap,
1362# some control characters you type will do strange things to the screen. 2460# some control characters you type will do strange things to the screen.
1363# (psterm-fast: unknown ":sl=^Ol:el=^Nl:"; 2461# (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
1364# removed; mapped ":pt:" to ":it#8:" -- esr) 2462psterm-fast|NeWS psterm fast version (flaky ctrl chars):\
1365psterm-fast:\ 2463 :am:bs:hs:km:ul:\
1366 :am:bs:hs:km:pt:ul:\
1367 :co#80:it#8:li#34:\ 2464 :co#80:it#8:li#34:\
1368 :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:\ 2465 :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:dc=^F:\
1369 :dc=^F:dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:im=^Oi:is=^N*:\ 2466 :dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:i1=^N*:im=^Oi:kd=\E[B:\
1370 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:\ 2467 :kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:md=^Od:me=^N*:\
1371 :md=^Od:me=^N*:mr=^Or:nd=^V:rc=^\:rs=^N*:sc=^]:\ 2468 :mr=^Or:nd=^V:rc=^\:sc=^]:se=^No:sf=^W:so=^Oo:sr=^X:ta=^I:\
1372 :se=^No:sf=^W:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:\ 2469 :te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:up=^Y:us=^Ou:vb=^Z:
1373 :ue=^Nu:up=^Y:us=^Ou:vb=^Z:
1374 2470
1375#### Apollo consoles 2471#### NeXT consoles
1376#
1377# Apollo got bought by Hewlett-Packard. The Apollo workstations are
1378# labeled HP700s now.
1379# 2472#
1380 2473# Use `glasstty' for the Workspace application
1381# From: Gary Darland <goodmanc@garnet.berkeley.edu>
1382apollo:\
1383 :am:bs:mi:\
1384 :co#88:li#53:\
1385 :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
1386 :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:nd=\EC:\
1387 :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:\
1388 :up=\EA:us=\EU:
1389apollo_15P|apollo 15 inch display:\
1390 :dN@:\
1391 :tc=vt132:
1392apollo_19L|apollo 19 inch display:\
1393 :dN@:\
1394 :tc=vt132:
1395apollo_color|apollo color display:\
1396 :dN@:\
1397 :tc=vt132:
1398
1399#### Fortune Systems consoles
1400# 2474#
1401 2475
1402# From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983 2476# From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
1403# (This had unknown capabilities 2477next|NeXT console:\
1404# :rv=\EH:re=\EI:rg=0:\ 2478 :am:xt:\
1405# :GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\ 2479 :co#80:it#8:li#24:\
1406# :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\ 2480 :bl=^G:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:do=^J:ho=\E[H:\
1407# :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\ 2481 :kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:nd=\E[C:nw=^M^J:se=\E[4;1m:\
1408# :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F: 2482 :sf=^J:so=\E[4;2m:ta=^I:up=\E[A:
1409# It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had 2483nextshell|NeXT Shell application:\
1410# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily) 2484 :am:\
1411# to force both magic cookie glitches off. Once upon a time, I 2485 :co#80:\
1412# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are 2486 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:
1413# function keys; thus the "Al" value for HM was certainly an error. I renamed
1414# EN/PD/PU/CO/CF according to the XENIX/TC mappings, but not HM/DL/RF/RC/RT.
1415# I think rv and re are start and end reverse video and rg is a nonexistent
1416# "reverse-video-glitch" capability; I have put rv and re in with standard
1417# names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
1418fos|fortune|Fortune system:\
1419 :am:bs:bw:\
1420 :co#80:li#25:\
1421 :@7=^Ak\r:ae=^O:al=\034E:as=\Eo:bl=^G:cd=\034Y:\
1422 :ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:dc=\034W:\
1423 :dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
1424 :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:\
1425 :k6=^Af\r:k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:\
1426 :kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:\
1427 :mb=\EN:me=\EI:mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:\
1428 :ta=^Z:ue=^\IP:up=\013:us=^\HP:ve=\E\\:vi=\E]:\
1429 :vs=\E\072:
1430
1431######## COMMON TERMINAL TYPES
1432#
1433# This section describes terminal classes and maker brands that are still
1434# quite common, but have proprietary command sets not blessed by ANSI.
1435 2487
1436#### Altos 2488#### SCO consoles
1437#
1438# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
1439# His comments suggest they were shipped with the system.
1440# 2489#
1441 2490
1442# (altos2: had unknown capabilities 2491# SCO console and SOS-Syscons console for 386bsd
1443# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ 2492# (scoansi: had unknown capabilities
1444# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\ 2493# :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
1445# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\ 2494# :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
1446# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r: 2495# :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
1447# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\ 2496# :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
1448# :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\ 2497# :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
1449# :HL=^AP\r:SP=\E[i:\ 2498# I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
1450# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\ 2499# on the :as:=\E[12m -- esr)
1451# :LO=\E[0q:LC=\E[5q:LL=\E[6q:\ 2500# SCO function keys and <acsc> corrected by Thomas Dickey.
1452# Comparison with the k* capabilities makes it obvious that the c* things are 2501# In this description based on SCO's keyboard(HW) manpage list of default function key
1453# shift keys. I have renamed them to keys 32 and up accordingly. Also, 2502# values:
1454# :sr: was given as a boolean-- esr) 2503# F13-F24 are shifted F1-F12
1455altos2|alt2|altos-2|altos II:\ 2504# F25-F36 are control F1-F12
1456 :co#80:it#8:li#24:sg#0:\ 2505# F37-F48 are shift+control F1-F12
1457 :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\ 2506# (untranslatable capabilities removed to fit entry within 1023 bytes)
1458 :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\ 2507scoansi|SCO Extended ANSI standard crt:\
1459 :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\ 2508 :am:eo:xo:\
1460 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\ 2509 :Co#8:co#80:it#8:li#25:pa#64:\
1461 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\ 2510 :@1=\E[E:@7=\E[F:AB=\E[4%p1%dm:AF=\E[3%p1%dm:F1=\E[W:\
1462 :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\ 2511 :F2=\E[X:F3=\E[Y:F5=\E[a:F6=\E[b:F7=\E[c:F8=\E[d:F9=\E[e:\
1463 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\ 2512 :FA=\E[f:FB=\E[g:FC=\E[h:FD=\E[i:FE=\E[j:FF=\E[k:FG=\E[l:\
1464 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 2513 :FH=\E[m:FI=\E[n:FJ=\E[o:FK=\E[p:FL=\E[q:FM=\E[r:FN=\E[s:\
1465 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\ 2514 :FO=\E[t:FP=\E[u:FQ=\E[v:FR=\E[w:FS=\E[x:FT=\E[y:FU=\E[z:\
1466 :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\ 2515 :FV=\E[@:FW=\E[[:FX=\E[\:FY=\E[]:FZ=\E[\136:Fa=\E[_:\
1467 :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 2516 :Fb=\E[`:Fc=\E[{:\
1468 :nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:ta=^I:\ 2517 :ac=0[5566778899\072\072;;<<==>>FFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXX`ja0fxgqh2jYk?lZm@nEqDtCu4vAwBx3~y:\
1469 :ue=\E[m:up=\E[1A:us=\E[4m: 2518 :ae=\E[10m:al=\E[L:as=\E[12m:bt=\E[Z:cd=\E[J:ce=\E[K:\
1470# (altos3: had unknown capabilities 2519 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
1471# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ 2520 :ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
1472# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\ 2521 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:\
1473# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\ 2522 :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
1474# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r: 2523 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
1475# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\ 2524 :mk=\E[8m:mr=\E[7m:nd=\E[C:op=\E[37;40m:se=\E[m:sf=\E[S:\
1476# :HL=^AP\r:SP=\E[i:\ 2525 :so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1477# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
1478# Comparison with the k* capabilities makes it obvious that the c* things are
1479# shift keys. I have renamed them to keys 32 and up accordingly -- esr)
1480altos3|alt3|altos-3|altos III:\
1481 :co#80:it#8:li#24:sg#0:\
1482 :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
1483 :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
1484 :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
1485 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
1486 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
1487 :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
1488 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
1489 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
1490 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
1491 :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
1492 :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1493 :mb=\E[5p:me=\E[p:nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:\
1494 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
1495altos4|alt4|altos-4|altos IV:\
1496 :tc=wy50:
1497altos5|alt5|altos-5|altos V:\
1498 :tc=altos3:
1499# (altos7: had unknown capabilities:
1500# :GG#0:GS=\EH^B:GE=\EH^C:\
1501# :G1=3:G2=2:G3=1:G4=5:GD=0:GU==:GH=\072:\
1502# :GV=6:GR=4:GL=9:GC=8:GI=\EH8:GF=\EH7:\
1503# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
1504# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
1505# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
1506# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
1507# :PD=\EK:PU=\EJ:PN=\Ed#:PS=\EJ:DL=\ER:\
1508# Comparison with the k* capabilities makes it obvious that the c* things are
1509# shift keys. I have renamed them to keys 32 and up accordingly -- esr)
1510altos7|alt7|altos VII:\
1511 :am:mi:\
1512 :co#80:li#24:sg#0:\
1513 :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
1514 :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:\
1515 :FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:al=\EE:cd=\EY:\
1516 :ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:\
1517 :ei=\Er:ho=^^:im=\Eq:\
1518 :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
1519 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
1520 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
1521 :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
1522 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:\
1523 :me=\EG0:mh=\EGp:mk=\EG1:mr=\EG4:nd=^L:nw=^M^J:\
1524 :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:ue=\EG0:up=^K:\
1525 :us=\EG8:
1526altos7pc|alt7pc|altos PC VII:\
1527 :@7=\ET:tc=altos7:
1528 2526
1529#### Hewlett-Packard (hp) 2527#### Sun consoles
1530#
1531# Hewlett-Packard
1532# 8000 Foothills Blvd
1533# Roseville, CA 95747
1534# Vox: 1-(916)-785-4363 (Technical response line for VDTs)
1535# 1-(800)-633-3600 (General customer support)
1536# 2528#
1537 2529
1538# Generic HP terminal - this should (hopefully) work on any HP terminal. 2530# :is1: resets scrolling region in case a previous user had used "tset vt100"
1539hpgeneric|hewlett-packar|hewlettpackard:\ 2531oldsun|Sun Microsystems Workstation console:\
1540 :am:da:db:mi:xs:\ 2532 :am:bs:km:mi:ms:\
1541 :co#80:li#24:lm#0:vt#6:\ 2533 :co#80:it#8:li#34:\
1542 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\ 2534 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\
1543 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:\ 2535 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
1544 :dl=\EM:do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:\ 2536 :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\
1545 :nd=\EC:se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:\ 2537 :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1546 :ue=\E&d@:up=\EA:us=\E&dD: 2538 :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
1547 2539# From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
1548hp110|hewlett-packard model 110 portable:\ 2540# :li: capability later corrected by J.T. Conklin <jtc@cygnus.com>
1549 :li#16:\ 2541# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
1550 :tc=hpgeneric: 2542sun-il|Sun Microsystems console with working insert-line:\
1551 2543 :am:km:ms:\
1552hp+pfk+cr|hp function keys with CR:\ 2544 :co#80:li#34:\
1553 :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\ 2545 :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
1554 :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r: 2546 :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
1555 2547 :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
1556hp+pfk-cr|hp function keys w/o CR:\ 2548 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\
1557 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\ 2549 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
1558 :k8=\Ew: 2550 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
1559 2551 :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\
1560# The 2621s use the same keys for the arrows and function keys, 2552 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md@:me=\E[m:mr=\E[7m:nd=\E[C:\
1561# but not separate escape sequences. These definitions allow the 2553 :r2=\E[s:\
1562# user to use those keys as arrow keys rather than as function 2554 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
1563# keys. 2555 :se=\E[m:sf=^J:so=\E[7m:ta=^I:u8=\E[1t:u9=\E[11t:ue@:\
1564hp+pfk+arrows|hp alternate arrow definitions:\ 2556 :up=\E[A:us@:
1565 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:\ 2557# On a SparcStation 5, :al:/:AL: flake out on the last line.
1566 :kR=\Es\r:kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\ 2558# Unfortunately, without them the terminal has no way to scroll.
1567 :ku=\Et\r: 2559sun-ss5|Sun SparcStation 5 console:\
2560 :AL@:al@:tc=sun-il:
2561# If you are using an SS5, change the sun definition to use sun-ss5.
2562sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
2563 :tc=sun-il:
1568 2564
1569hp+arrows|hp arrow definitions:\ 2565# From: <john@ucbrenoir> Tue Sep 24 13:14:44 1985
1570 :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\ 2566sun-s|Sun Microsystems Workstation window with status line:\
1571 :ku=\EA: 2567 :hs:\
2568 :ds=\E]l\E\:fs=\E\:ts=\E]l:tc=sun:
2569sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
2570 :hs:\
2571 :ds=\E]l\E\:fs=\E\:ts=\E]l:tc=sun-e:
2572sun-48|Sun 48-line window:\
2573 :co#80:li#48:tc=sun:
2574sun-34|Sun 34-line window:\
2575 :co#80:li#34:tc=sun:
2576sun-24|Sun 24-line window:\
2577 :co#80:li#24:tc=sun:
2578sun-17|Sun 17-line window:\
2579 :co#80:li#17:tc=sun:
2580sun-12|Sun 12-line window:\
2581 :co#80:li#12:tc=sun:
2582sun-1|Sun 1-line window for sysline:\
2583 :es:hs:\
2584 :co#80:li#1:\
2585 :ds=^L:fs=\E[K:ts=^M:tc=sun:
2586sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
2587 :ei@:ic@:im@:\
2588 :tc=sun:
2589sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
2590 :li#35:\
2591 :te=\E[>4h:ti=\E[>4l:tc=sun:
1572 2592
1573# Generic stuff from the HP 262x series 2593#### Common Desktop Environment
1574# 2594#
1575hp262x:\
1576 :xs:\
1577 :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:\
1578 :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:\
1579 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
1580 :ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:mr=\E&dB:\
1581 :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c:\
1582 :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
1583# Note: no "home" on HP's since that homes to top of memory, not screen.
1584# Due to severe 2621 braindamage, the only way to get the arrow keys to
1585# transmit anything at all is to turn on the function key labels
1586# with smkx, and even then the user has to hold down shift!
1587# The default 2621 turns off the labels except when it has to to
1588# enable the function keys. If your installation prefers labels
1589# on all the time, or off all the time (at the "expense" of the
1590# function keys) move the # 2621-nl or 2621-wl labels to the
1591# front using reorder.
1592# Note: there are newer ROMs for 2621's that allow you to set
1593# strap A so the regular arrow keys xmit \EA, etc, as with the
1594# 2645. However, even with this strap set, the terminal stops
1595# xmitting if you reset it, until you unset and reset the strap!
1596# Since there is no way to set/unset the strap with an escape
1597# sequence, we don't use it in the default.
1598# If you like, you can use 2621-ba (braindmaged arrow keys).
1599hp2621-ba|2621-ba|2621 w/new rom and strap A set:\
1600 :ke@:ks@:tc=hp+arrows:tc=hp2621:
1601
1602# 2621 with function labels. Most of the time they are off,
1603# but inside vi, the function key labels appear. You have to
1604# hold down shift to get them to xmit.
1605hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
1606 :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
1607
1608# 2621 with function labels. Most of the time they are off,
1609# but inside vi, the function key labels appear. You have to
1610# hold down shift to get them to xmit.
1611hp2621-fl|2621-fl|hp 2621:\
1612 :xo:xs@:\
1613 :pb#19200:\
1614 :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:\
1615 :ke=\E&j@:ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:\
1616 :ta=\011:ue=\E&d@:us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
1617
1618# To use 2621p printer, setenv TERM=2621p, PRINTER=2612p
1619hp2621p|2621p|2621P|hp 2621 with printer:\
1620 :pf=\E&p13C:po=\E&p11C:tc=hp2621:
1621 2595
1622hp2621p-a|2621p-a|hp2621p with fn as arrows:\ 2596# This ships with Sun's CDE in Solaris 2.5
1623 :tc=hp+pfk+arrows:tc=hp2621p: 2597# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
1624 2598# (untranslatable capabilities removed to fit entry within 1023 bytes)
1625# hp2621 with k45 keyboard 2599# (sgr removed to fit entry within 1023 bytes)
1626hp2621-k45|hp2621k45|2621k45|k45|hp 2621 with 45 keyboard:\ 2600# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1627 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\ 2601dtterm|CDE desktop terminal:\
1628 :ks=\E&s1A:ku=\EA:tc=hp2621: 2602 :am:mi:ms:xn:xo:\
1629 2603 :co#80:it#8:li#24:lm#0:\
1630# This terminal should be used at 4800 baud or less. It needs padding for 2604 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1631# plain characters at 9600, I guessed at an appropriate cr delay. It really 2605 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
1632# wants ^E/^F handshaking, but that doesn't work well even if you write 2606 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1633# software to support it. 2607 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1634hp2645|hp45|hp 264x series:\ 2608 :ei=\E[4l:ho=\E[H:im=\E[4h:\
1635 :pb#9600:\ 2609 :is=\E F\E>\E[?1l\E[?7h\E[?45l:k1=\E[11~:k2=\E[12~:\
1636 :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\ 2610 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
1637 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:\ 2611 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1638 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\ 2612 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1639 :ku=\EA:mb=\E&dA:me=\E&d@:mh=\E&dH:mr=\E&dB:\ 2613 :md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
1640 :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c:\ 2614 :rc=\E8:sc=\E7:se=\E[22;27m:sf=\ED:so=\E[2;7m:sr=\EM:\
1641 :us=\E&dD:tc=hpgeneric: 2615 :st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:\
1642 2616 :ve=\E[?25h:vi=\E[?25l:
1643# Hp 2624 B with 4 or 10 pages of memory.
1644#
1645# Some assumptions are made with this entry. These settings are
1646# NOT set up by the initialization strings.
1647#
1648# Port Configuration
1649# RecvPace=Xon/Xoff
1650# XmitPace=Xon/Xoff
1651# StripNulDel=Yes
1652#
1653# Terminal Configuration
1654# InhHndShk=Yes
1655# InhDC2=Yes
1656# XmitFnctn(A)=No
1657# InhEolWrp=No
1658#
1659# Note: the 2624 DOES have a true "home," believe it or not!
1660#
1661# The 2624 has an "error line" to which messages can be sent.
1662# This is CLOSE to what is expected for a "status line". However,
1663# after a message is sent to the "error line", the next carriage
1664# return is EATEN and the "error line" is turned back off again!
1665# So I guess we can't define hs, eslok, wsl, dsl, fsl, tsl
1666#
1667# This entry supports emacs (and any other program that uses raw
1668# mode) at 4800 baud and less. I couldn't get the padding right
1669# for 9.6.
1670#
1671hp2624|hp2624a|hp2624b|hp2624b-4p|2624-4p|2624|2624a|2624b|Hewlett Packard 2624 B:\
1672 :da:db:\
1673 :lm#96:\
1674 :vb=\E&w13F\200\200\200\200\E&w12F\200\200\200\200\E&w13F\200\200\200\200\E&w12F:tc=hp+labels:tc=scrhp:
1675 2617
1676# These attributes are not set above: 2618#### Mach
1677#
1678# civis, cmdch, cnorm, csr, cub, cud, cuf, cuu, cvvis, dch, dl,
1679# ech, eo, eslok, fsl, gn, hc, hd, hu, hz, ich, ich1, if, il, in,
1680# indn, iprog, is2, is3, it, ka1, ka3, kb2, kc1, kc3, kclr, kf0,
1681# kf10, khts, km, ktbc, lf0, lf1, lf10, lf2, lf3, lf4, lf5, lf6,
1682# lf7, lf8, lf9, mc5p, os, pad, pfkey*, pfloc*, pfx*, prot, rc,
1683# rep, rin, rmcup, rmdc, rmm, rs2, rs3, sc, smcup, smdc, smm, tsl,
1684# uc, ul, vt, wind, wsl, xenl, xmc, xsb, xt
1685#
1686# not needed if tset is used:
1687# if=/usr/lib/tabset/std,
1688#
1689# This hp2626 entry does not use any of the fancy windowing stuff
1690# of the 2626.
1691#
1692# Indeed, terminfo does not yet handle such stuff. Since changing
1693# any window clears memory, it is probably not possible to use
1694# this for screen opt.
1695#
1696# ed is incredibly slow most of the time - I am guessing at the
1697# exact padding. Since the terminal uses xoff/xon this is intended
1698# only for cost computation, so that the terminal will prefer el
1699# or even dl1 which is probably faster!
1700#
1701# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
1702# extra slow # on the last line of the window.
1703#
1704# The padding probably should be changed.
1705# 2619#
1706hp2626|hp2626a|hp2626p|2626|2626a|2626p|2626A|2626P|hp 2626:\
1707 :da:db:\
1708 :lm#0:pb#19200:\
1709 :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
1710 2620
1711# This entry is for sysline. It allocates a 23 line window with 2621# From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
1712# a 115 line workspace for regular use, and a 1 line window for 2622mach|Mach Console:\
1713# the status line. 2623 :am:km:\
1714# 2624 :co#80:it#8:li#25:\
1715# This assumes port 2 is being used. 2625 :@7=\E[Y:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
1716# Turn off horizontal line, Create ws #1 with 115 lines, 2626 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
1717# Create ws #2 with 1 line, Create window #1 lines 1-23, 2627 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:\
1718# Create window #2 lines 24-24, Attach cursor to workspace #1. 2628 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
1719# Note that this clears the tabs so it must be done by tset before 2629 :k9=\EOX:k;=\EOY:kD=\E[9:kH=\E[F:kI=\E[@:kN=\E[U:kP=\E[V:\
1720# it sets the tabs. 2630 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1721# 2631 :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:nw=^M^J:\
1722hp2626-s|2626-s|hp 2626 using only 23 lines:\ 2632 :se=\E[0m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
1723 :es:hs:\ 2633mach-bold|Mach Console with bold instead of underline:\
1724 :li#23:\ 2634 :ue=\E[0m:us=\E[1m:\
1725 :fs=\E&d@\E&w7f2p1I\E&w4f1I:\ 2635 :tc=mach:
1726 :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I\n\E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
1727 :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC:tc=hp2626:
1728# Force terminal back to 24 lines after being 23.
1729#
1730hp2626-ns|2626-ns|hp 2626 using all 24 lines:\
1731 :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I\n\E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
1732# Various entries useful for small windows on 2626.
1733#
1734hp2626-12|2626-12:\
1735 :li#12:\
1736 :tc=hp2626:
1737hp2626-12x40|2626-12x40:\
1738 :co#40:li#12:\
1739 :tc=hp2626:
1740hp2626-x40|2626-x40:\
1741 :co#40:\
1742 :tc=hp2626:
1743hp2626-12-s|2626-12-s:\
1744 :li#11:\
1745 :tc=hp2626-s:
1746# You should use this terminal at 4800 baud or less.
1747#
1748hp2648|hp2648a|2648a|2648A|2648|HP 2648a graphics terminal:\
1749 :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
1750 2636
1751# 2640a doesn't have the Y cursor addressing feature, and C is 2637#### OSF Unix
1752# memory relative instead of screen relative, as we need.
1753# 2638#
1754hp2640a|2640a|hp 2640a:\
1755 :cm@:ke@:ks@:tc=hp2645:
1756 2639
1757hp2640b|hp2644a|hp 264x series:\ 2640# OSF/1 1.1 Snapshot 2
1758 :ke@:ks@:tc=hp2645: 2641pmcons|pmconsole|PMAX console:\
1759 2642 :am:\
1760# 2621 using all 48 lines of memory, only 24 visible at any time. 2643 :co#128:li#57:\
1761# 2644 :bl=^G:cl=^L:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1762hp2621-48|48 line 2621:\ 2645 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:
1763 :li#48:\
1764 :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
1765 2646
1766# 2621 with no labels ever. Also prevents vi delays on escape. 2647######## UNIX VIRTUAL TERMINALS AND TELNET CLIENTS
1767# 2648#
1768hp2621-nl|hp 2621 with no labels:\
1769 :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
1770 2649
1771# Needed for UCB ARPAVAX console, since lsi-11 expands tabs 2650#### FSF virtual terminal types
1772# (wrong).
1773# 2651#
1774hp2621-nt|hp 2621 w/no tabs:\
1775 :ta@:tc=hp2621:
1776
1777# The HP 150 terminal is a fairly vanilla HP terminal, with the
1778# clreol standout problem. It also has graphics capabilities and
1779# a touch screen, which we don't describe here.
1780hp150|hewlett packard Model 150:\
1781 :tc=hp2622:
1782
1783# Hp 2382a terminals, "the little ones." They don't have any
1784# alternate character set support and sending out ^N/^O will
1785# leave the screen blank.
1786hp2382a|hp2382|hewlett packard 2382a:\
1787 :da:db:\
1788 :lh#1:lm#48:\
1789 :ac@:ae@:as@:me=\E&d@:\
1790 :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
1791 :..sa=\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%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c:tc=hp+labels:tc=scrhp:
1792
1793hp2621-a|hp2621a-a|2621-a|hp2621 with fn as arrows:\
1794 :tc=hp+pfk+arrows:tc=hp2621-fl:
1795
1796# newer hewlett packard terminals
1797
1798newhpkeyboard|generic entry for HP extended keyboard:\
1799 :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:\
1800 :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:\
1801 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
1802 :ks=\E&s1A:ku=\EA:tc=hp+pfk-cr:
1803
1804newhp|generic entry for new hewlett packard terminals:\
1805 :am:bw:mi:xo:xs:\
1806 :co#80:li#24:pb#4800:\
1807 :ac=T1R!U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\\\054x.n/:\
1808 :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:\
1809 :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:\
1810 :ip=:le=^H:mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:\
1811 :mk=\E&dS:mr=\E&dB:nd=\EC:nw=^M^J:\
1812 :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
1813 :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
1814 :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
1815 :..sa=\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%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c%?%p9%t\016%e\017%;:\
1816 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:\
1817 :ue=\E&d@:up=\EA:us=\E&dD:tc=newhpkeyboard:
1818
1819memhp|memory relative addressing for new HP ttys:\
1820 :vt#6:\
1821 :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
1822 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
1823 :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
1824
1825scrhp|screen relative addressing for new HP ttys:\
1826 :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
1827 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
1828 :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
1829
1830hp+labels|"standard" label info for new HP ttys:\
1831 :Nl#8:lh#2:lw#8:\
1832 :LO=\E&jB:\
1833 :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
1834 2652
1835hp+printer| "standard" printer info for HP ttys:\ 2653# The codes supported by the term.el terminal emulation in GNU Emacs 19.30
1836 :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF: 2654eterm|gnu emacs term.el terminal emulation:\
2655 :am:mi:xn:\
2656 :co#80:li#24:\
2657 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2658 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:\
2659 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
2660 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
2661 :im=\E[4h:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
2662 :sf=^J:so=\E[7m:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
2663 :ue=\E[m:up=\E[A:us=\E[4m:
1837 2664
2665# Entries for use by the `screen' program by Juergen Weigert,
2666# Michael Schroeder, Oliver Laumann. The screen and
2667# screen-w entries came with version 3.7.1. The screen2 and screen3 entries
2668# come from University of Wisconsin and may be older.
2669# (screen: added :ve: on ANSI model -- esr)
2670# (screen: added <el1> -- TD)
1838 2671
1839# The new hp2621b is kind of a cross between the old 2621 and the 2672screen|VT 100/ANSI X3.64 virtual terminal:\
1840# new 262x series of machines. It has dip-switched options. 2673 :am:km:mi:ms:xn:\
1841# The firmware has a bug in it such that if you give it a null 2674 :Co#8:co#80:it#8:li#24:pa#64:\
1842# length label, the following character is eaten! 2675 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1843hp2621b|2621b|hp 2621b with old style keyboard:\ 2676 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1844 :Nl#8:lh#1:lm#48:lw#8:\ 2677 :ac=++\054\054--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1845 :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:\ 2678 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
1846 :kr=\EC:ku=\EA:\ 2679 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1847 :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%'o'%p1%+%c\r:tc=hp2621: 2680 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=\E[4l:\
1848 2681 :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1849hp2621b-p|2621b-p|hp 2621b with printer:\ 2682 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1850 :tc=hp+printer:tc=hp2621b: 2683 :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2684 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
2685 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
2686 :mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
2687 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\EM:\
2688 :us=\E[4m:vb=\Eg:ve=\E[34h\E[?25h:vi=\E[?25l:vs=\E[34l:\
2689 :tc=ecma+color:
1851 2690
1852# hp2621b - new 2621b with new extended keyboard 2691screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
1853# these are closer to the new 26xx series than the other 2621b 2692 :co#132:tc=screen:
1854hp2621b-kx|2621b-kx|hp 2621b with extended keyboard:\
1855 :tc=newhpkeyboard:tc=hp2621b:
1856 2693
1857hp2621b-kx-p|2621b-kx-p|hp 2621b with new keyboard & printer:\ 2694screen2|old VT 100/ANSI X3.64 virtual terminal:\
1858 :tc=hp+printer:tc=hp2621b-kx: 2695 :co#80:it#8:li#24:\
2696 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2697 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:\
2698 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
2699 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
2700 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
2701 :k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
2702 :me=\E[m:nd=\E[C:nw=^M^J:r1=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
2703 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
2704 :us=\E[4m:
2705# (screen3: removed unknown ":xv:LP:G0:" -- esr)
2706screen3|older VT 100/ANSI X3.64 virtual terminal:\
2707 :km:mi:ms:\
2708 :co#80:it#8:li#24:\
2709 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2710 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
2711 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
2712 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
2713 :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2714 :kb=^H:kd=\EOB:ke=\E>:kl=\EOD:kr=\EOC:ks=\E=:ku=\EOA:le=^H:\
2715 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r1=\Ec:\
2716 :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:\
2717 :ue=\E[24m:up=\EM:us=\E[4m:
2718
2719# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
2720# NCSA telnet is one of the most used telnet clients for the Macintosh. It has
2721# been maintained until recently by the National Center for Supercomputer
2722# Applications, and it is feature rich, stable and free. It can be downloaded
2723# from www.ncsa.edu. This terminfo description file is based on xterm-vt220,
2724# xterm+sl, and the docs at NCSA. It works well.
2725#
2726# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
2727# The terminal options should be set as follows:
2728# Xterm sequences ON
2729# use VT wrap mode ON
2730# use Emacs arrow keys OFF
2731# CTRL-COMND is Emacs meta ON
2732# 8 bit mode ON
2733# answerback string: "ncsa-vt220-8"
2734# setup keys: all disabled
2735#
2736# Application mode is not used.
2737#
2738# Other special mappings:
2739# Apple VT220
2740# HELP Find
2741# HOME Insert here
2742# PAGEUP Remove
2743# DEL Select
2744# END Prev Screen
2745# PAGEDOWN Next Screen
2746#
2747# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
2748# text.
2749#
2750# The status-line manipulation is a mapping of the xterm-compatible control
2751# sequences for setting the window-title. So you must use tsl and fsl in
2752# pairs, since the latter ends the string that is loaded to the window-title.
2753# (untranslatable capabilities removed to fit entry within 1023 bytes)
2754# (sgr removed to fit entry within 1023 bytes)
2755# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2756ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
2757 :am:hs:km:mi:ms:xn:\
2758 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2759 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
2760 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2761 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
2762 :ds=\E]0;\007:ei=\E[4l:fs=^G:ho=\E[H:\
2763 :if=/usr/share/tabset/vt100:im=\E[4h:\
2764 :is=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>:k1=\E[17~:\
2765 :k2=\E[18:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E23~:\
2766 :k7=\E[24~:k8=\E[25~:k9=\E[26~:kD=\E[4~:kN=\E[6~:kP=\E[3~:\
2767 :kb=^H:kd=\E[B:kh=\E[2~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2768 :mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
2769 :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2770 :te=\E[2J\E8:ti=\E7:ts=\E]0;:ue=\E[24m:up=\E[A:us=\E[4m:\
2771 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
2772ncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
2773 :tc=ncsa-m:tc=klone+color:
2774ncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
2775 :hs@:\
2776 :ds@:fs@:ts@:tc=ncsa:
2777ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
2778 :hs@:\
2779 :ds@:fs@:ts@:tc=ncsa-m:
2780# alternate -TD:
2781# The documented function-key mapping refers to the Apple Extended Keyboard
2782# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6). We use the VT220-style
2783# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
2784# some keyboards and many applications require these as F1-F4.
2785#
2786ncsa-vt220|NCSA Telnet using vt220-compatible function keys:\
2787 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2788 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
2789 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
2790 :k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2791 :tc=ncsa:
1859 2792
1860# Some assumptions are made in the following entries. 2793#### Pilot Pro Palm-Top
1861# These settings are NOT set up by the initialization strings.
1862#
1863# Port Configuration
1864# RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Yes
1865#
1866# Terminal Configuration
1867# InhHndShk(G)=Yes InhDC2(H)=Yes
1868# XmitFnctn(A)=No InhEolWrp=No
1869#
1870#
1871# Hp 2622a & hp2623a display and graphics terminals
1872# 2794#
1873hp2622|hp2622a|2622|2622a|hp 2622:\
1874 :da:db:\
1875 :lm#0:pb#19200:\
1876 :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
1877
1878# The 2623 is a 2622 with extra graphics hardware.
1879hp2623|hp2623a|2623|2623a|hp 2623:\
1880 :tc=hp2622:
1881 2795
2796# From: Jason Downs <downsj@downsj.com>, 15 Jun 1997 (Top Gun Telnet's author)
2797pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional:\
2798 :am:xn:\
2799 :co#39:li#16:\
2800 :bl=^G:cl=\Ec:cm=\Em%+ %+ :cr=^M:do=^J:ho=\Em :kN=^L:kP=^K:\
2801 :kb=^H:kd=^J:kl=^H:le=^H:nw=\Em~ :se=\EB:sf=^J:so=\Eb:ta=^I:
2802
2803######## NON-UNIX CONSOLES
2804#
2805
2806#### MGR
2807#
2808# MGR is a Bell Labs window system lighter-weight than X.
2809# These entries describe MGR's xterm-equivalent.
2810# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997
2811#
2812
2813mgr|Bellcore MGR (non X) window system terminal emulation:\
2814 :am:km:\
2815 :AL=\E%da:DC=\E%dE:DL=\E%dd:IC=\E%dA:RA=\E5S:SA=\E5s:\
2816 :al=\Ea:bl=^G:cd=\EC:ce=\Ec:cl=^L:cm=\E%r%d;%dM:cr=^M:\
2817 :cs=\E%d;%dt:dc=\EE:dl=\Ed:do=\Ef:ei=:hd=\E1;2f:hu=\E1;2u:\
2818 :ic=\EA:im=:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2819 :md=\E2n:me=\E0n:mr=\E1n:nd=\Er:nw=^M^J:se=\E0n:sf=^J:\
2820 :so=\E1n:ta=^I:ue=\E0n:up=\Eu:us=\E4n:ve=\Eh:vi=\E9h:\
2821 :vs=\E0h:
2822mgr-sun|Mgr window with Sun keyboard:\
2823 :%1=\E[207z:%6=\E[198z:&8=\E[195z:@0=\E[200z:@5=\E197z:\
2824 :@7=\E[220z:@8=\E[250z:F1=\E[234z:F2=\E[235z:K1=\E[214z:\
2825 :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
2826 :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
2827 :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kN=\E[222z:\
2828 :kP=\E[216z:kh=\E[214z:\
2829 :tc=mgr:
2830mgr-linux|Mgr window with Linux keyboard:\
2831 :@7=\E[4~:F1=\E[23~:F2=\E[24~:K1=\E[H:K2=\E[G:K3=\E[5~:\
2832 :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
2833 :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2834 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kh=\E[1~:tc=mgr:
1882 2835
1883hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\ 2836#### BeOS
1884 :tc=hp+printer:tc=hp2624: 2837#
1885 2838# BeOS entry for Terminal program Seems to be almost ANSI
1886# The hewlett packard B can have an optional extra 6 pages of 2839beterm|BeOS Terminal:\
1887# memory. 2840 :am:eo:mi:ms:xn:xo:\
1888hp2624-10p|hp2624a-10p|hp2624b-10p|2624-10p|2624a-10p|2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\ 2841 :Co#8:NC#5:co#80:it#8:li#25:pa#64:\
1889 :lm#240:\ 2842 :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:AL=\E[%dL:\
1890 :tc=hp2624: 2843 :DC=\E[%dP:DL=\E[%dM:F1=\E[21~:F2=\E[22~:IC=\E[%d@:\
1891 2844 :Sb=\E[%+(m:Sf=\E[%+^^m:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
1892hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\ 2845 :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1893 :lm#240:\ 2846 :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=^J:\
1894 :tc=hp2624b-p: 2847 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:k2=\E[12~:\
1895 2848 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[16~:k7=\E[17~:\
1896# Color manipulations for HP terminals 2849 :k8=\E[18~:k9=\E[19~:k;=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
2850 :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:\
2851 :le=^H:md=\E[1m:me=\E[0;10m:mr=\E[7m:nd=\E[C:nw=^M^J:\
2852 :op=\E[m:r1=\Ec:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
2853 :st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[24m:up=\E[A:\
2854 :us=\E[4m:
1897 2855
1898hp+color|hp with colors:\ 2856#### QNX
1899 :cc:\ 2857#
1900 :Co#16:NC#17:pa#7:\
1901 :..Ip=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a\n%?%p3%{1000}%=%t1%e.%p3%d%;b\n%?%p4%{1000}%=%t1%e.%p4%d%;c\n%?%p5%{1000}%=%t1%e.%p5%d%;x\n%?%p6%{1000}%=%t1%e.%p6%d%;y\n%?%p7%{1000}%=%t1%e.%p7%d%;z\n%p1%dI:\
1902 :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
1903 :op=\E&v0S:sp=\E&v%dS:
1904 2858
1905# is2 set screen to be 80 columns wide 2859# QNX 4.0 Console
1906hp2397a|2397a|hp2397|2397|hewlett packard 2397A color terminal:\ 2860# Michael's original version of this entry had <am@>, :ti=\Ei:,
1907 :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color: 2861# :te=\Eh\ER:; this was so terminfo applications could write the lower
2862# right corner without triggering a scroll. The ncurses terminfo library can
2863# handle this case with the :ic: capability, and prefers :am: for better
2864# optimization. Bug: The <op> capability resets attributes.
2865# From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
2866# (removed: :sa=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,:)
2867# (untranslatable capabilities removed to fit entry within 1023 bytes)
2868# (sgr removed to fit entry within 1023 bytes)
2869# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2870qnx|qnx4|qnx console:\
2871 :km:mi:ms:xt:\
2872 :co#80:it#4:li#25:\
2873 :al=\EE:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
2874 :dc=\Ef:dl=\EF:do=^J:ei=:ho=\EH:ic=\Ee:im=:k1=\377\201:\
2875 :k2=\377\202:k3=\377\203:k4=\377\204:k5=\377\205:\
2876 :k6=\377\206:k7=\377\207:k8=\377\210:k9=\377\211:\
2877 :kD=\377\254:kI=\377\253:kN=\377\252:kP=\377\242:\
2878 :kd=\377\251:kh=\377\240:kl=\377\244:kr=\377\246:\
2879 :ku=\377\241:le=^H:mb=\E{:md=\E<:me=\E}\E]\E>\E):mr=\E(:\
2880 :nd=\EC:rp=\Eg%r%+ %.:se=\E):sf=^J:so=\E(:sr=\EI:ta=^I:\
2881 :te=\Eh\ER:ti=\Ei:ue=\E]:up=\EA:us=\E[:ve=\Ey1:vi=\Ey0:\
2882 :vs=\Ey2:
2883
2884# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
2885# (esr: commented out <scp> and :te: to avoid warnings.)
2886# (TD: derive from original qnx4 entry)
2887qnxt2|qnx 2.15 serial terminal:\
2888 :am:\
2889 :!3@:%h@:%j@:&7@:Sb@:Sf@:dc@:ei=:ic@:im=:rp@:se=\E>:so=\E<:te@:ti@:\
2890 :ve@:vi@:vs@:\
2891 :tc=qnx4:
2892
2893#### DOS ANSI.SYS variants
2894#
2895# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
2896# documentation (except for the keyboard key reassignment feature, which
2897# doen't fit the <pfkey> model well). The klone+acs sequences were valid
2898# though undocumented. The <pfkey> capability is untested but should work for
2899# keys F1-F10 (%p1 values outside this range will yield unpredictable results).
2900# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
2901ansi.sys-old|ANSI.SYS under PC-DOS 2.1:\
2902 :am:bs:mi:ms:xo:\
2903 :co#80:li#25:\
2904 :RA=\E[?7l:SA=\E[?7h:ce=\E[k:cl=\E[2J:cm=\E[%i%d;%dH:\
2905 :do=\E[B:ho=\E[H:is=\E[m\E[?7h:kd=^J:kh=^^:kl=^H:kr=^L:\
2906 :ku=^K:le=^H:nd=\E[C:pk=\E[0;%+:;"%s":rc=\E[u:sc=\E[s:\
2907 :u6=\E[%i%d;%dR:u7=\E[6n:up=\E[A:\
2908 :tc=klone+color:tc=klone+sgr:
2909ansi.sys|ANSI.SYS 3.1 and later versions:\
2910 :ce=\E[K:tc=ansi.sys-old:
1908 2911
1909# HP 700/44 Setup parameters:
1910# Terminal Mode HP-PCterm
1911# Inhibit Auto Wrap NO
1912# Status Line Host Writable
1913# PC Character Set YES
1914# Twenty-Five Line Mode YES
1915# XON/XOFF @128 or 64 (sc)
1916# Keycode Mode NO or YES (sc)
1917# Backspace Key BS or BS/DEL
1918# 2912#
1919# is2 sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; \E\\? 2913# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
1920# does not turn off keycode mode 2914# This should only be used when the terminal emulator cannot redefine the keys.
1921# smsc sets alternate start/stop; keycode on 2915# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
2916# definitions must be restored. If the terminal emulator is quit while in vi
2917# or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
2918# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
2919# (^U and ^D are already defined for tn3270). The ESC is safe for vi but it
2920# does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
2921# Note that :kl: is always BS, because PC-dos can tolerate this change.
2922# Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
2923# Consequently the End keypad key could not be set (it is relatively safe and
2924# actually useful because it sends ^@ O, which beeps and opens a line above).
2925ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
2926 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
2927 :ke=\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:\
2928 :ks=\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:\
2929 :tc=ansi.sys:
1922# 2930#
1923hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\ 2931# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1924 :am:eo:xn:xo:\ 2932nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
1925 :co#80:li#25:\ 2933 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
1926 :@7=\E[4~:S4=\E[>11h\EPO**x0/65;1/67\E\\:\ 2934 :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys:
1927 :S5=\E[>11l\EP1**x0/11;1/13\E[0m\E\\:XF=g:XN=e:\
1928 :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
1929 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1930 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
1931 :ho=\E[H:ic=\E[@:im=:\
1932 :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
1933 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
1934 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
1935 :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:\
1936 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:se=\E[m:\
1937 :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
1938 :ve=\E[?25h:vi=\E[?25l:
1939# 2935#
1940hp2392|2392|2393|239x series:\ 2936# See ansi.sysk and nansi.sys above.
1941 :co#80:\ 2937nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
1942 :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:im=\EQ:k1=\Ep\r:\ 2938 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
1943 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\ 2939 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk:
1944 :k7=\Ev\r:k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:\
1945 :kh=\Eh:ue=\E&d@:us=\E&dD:tc=hpsub:
1946
19472392nam|hp2392nam|HP 239x series with no auto margins:\
1948 :am@:\
1949 :tc=hp2392:
1950
1951hpsub|hp terminals -- capability subset:\
1952 :am:da:db:mi:xo:xs:\
1953 :li#24:\
1954 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
1955 :cr=^M:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
1956 :if=/usr/lib/tabset/stdcrt:is=\E&s1A\E<\E&k0\\:kb=^H:\
1957 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
1958 :ku=\EA:le=^H:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
1959 :up=\EA:
1960
1961# HP 236 console
1962# From: <ddavis@ic.berkeley.edu>
1963hp236|hp236 internal terminal emulator:\
1964 :am:bs:\
1965 :co#80:li#24:\
1966 :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:\
1967 :ic=\EI:im=:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
1968
1969# This works on a hp300 console running Utah 4.3 BSD
1970# From: Craig Leres <leres@okeeffe.berkeley.edu>
1971hp300h|HP Catseye console:\
1972 :am:bs:da:db:mi:xs:\
1973 :co#128:li#51:lm#0:sg#0:\
1974 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
1975 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
1976 :cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
1977 :if=/usr/share/tabset/stdcrt:im=\EQ:kb=^H:kd=\EB:\
1978 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
1979 :le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
1980 :ue=\E&d@:up=\EA:us=\E&dD:
1981# From: Greg Couch <gregc@ernie.berkeley.edu>
1982# (hp9837: removed obsolete ":ko=ce,cd,al,im,dl,dc:";
1983# mapped ":pt:" to ":it#8:" -- esr)
1984hp9837|hp98720|hp98721|HP 9000/300 workstations:\
1985 :am:bs:da:db:mi:pt:xs:\
1986 :co#128:it#8:li#46:lm#0:\
1987 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
1988 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:\
1989 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:\
1990 :kN=\EU:kP=\EV:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
1991 :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:\
1992 :se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:ue=\E&d@:up=\EA:\
1993 :us=\E&dD:
1994# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
1995# (hp98550: removed obsolete ":kn#12:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:";
1996# mapped ":pt:" to ":it#8:" -- esr)
1997hp98550|hp98550a|HP 9000 Series 300 color console:\
1998 :am:bs:da:db:mi:pt:xs:\
1999 :co#128:it#8:li#49:lm#0:\
2000 :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
2001 :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
2002 :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
2003 :if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
2004 :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:\
2005 :kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2006 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:\
2007 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
2008 :ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:md=\E&dJ:\
2009 :me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:se=\E&d@:\
2010 :sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
2011 :us=\E&dD:ve=\E*dQ:vi=\E*dR:
2012# From: Victor Duchovni <vic@fine.princeton.edu>
2013# (hp700-wy: removed obsolete ":ko=cl,ho,ce,bt,ta,im,ei,ce,cd:nl=^J:";
2014# mapped ":pt:" to ":it#8:" -- esr)
2015hp700-wy|HP700/41 emulating wyse30:\
2016 :am:bs:bw:mi:ms:pt:\
2017 :co#80:it#8:li#24:sg#1:ug#1:\
2018 :al=0.7*\EE:bl=^G:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:\
2019 :cm=\E=%+ %+ :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:\
2020 :do=^V:ei=\Er:ho=^^:if=/usr/share/tabset/hp700-wy:\
2021 :im=\Eq:is=\E~"\EC\Er\E(\EG0\003\E`9\E`1:kb=\177:\
2022 :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:\
2023 :rs=\E~"\EC\Er\E(\EG0\003\E`9\E`1:se=10\EG0:\
2024 :so=10\EG4:sr=\Ej:st=\E1:ue=10\EG0:up=^K:us=10\EG8:
2025hp70092|70092a|70092A|hp70092a|hp70092A|Hewlett-Packard 70092:\
2026 :am:da:db:xs:\
2027 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
2028 :LF=\E&j@:LO=\E&jB:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2029 :ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2030 :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
2031 :im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:\
2032 :k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:\
2033 :kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
2034 :kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
2035 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:\
2036 :mb=\E&dA:md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:\
2037 :se=\E&d@:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2038 :up=\EA:us=\E&dD:
2039 2940
2040bobcat|sbobcat|HP 9000 model 300 console:\ 2941#### OS/2
2041 :am:da:db:mi:xs:\ 2942#
2042 :co#128:it#8:li#47:sg#0:\ 2943
2043 :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:\ 2944# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
2044 :cl=\EH\EJ:cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:\ 2945# a Unix-style environment used on OS/2. (Note that the suffix makes some
2045 :dl=10*\EM:do=\EB:ei=\ER:im=\EQ:kb=^H:kd=\EB:\ 2946# names longer than 14 characters, the nominal maximum).
2046 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\ 2947#
2047 :le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\ 2948# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
2048 :ue=\E&d@:up=\EA:us=\E&dD: 2949ansi-emx|ANSI.SYS color:\
2049gator-t|HP 9000 model 237 emulating extra-tall AAA:\ 2950 :am:eo:mi:ms:ut:xn:xo:\
2050 :bw:km:mi:ul:\ 2951 :Co#16:co#80:it#8:li#25:pa#64:\
2051 :co#128:it#8:li#94:\ 2952 :&7=^Z:AB=\E[4%p1%dm:AF=\E[3%p1%dm:DC=\E[%dp:IC=\E[%d@:\
2052 :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\ 2953 :K2=\E[G:S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
2053 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\ 2954 :cl=\E[1;33;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
2054 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\ 2955 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
2055 :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\ 2956 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
2056 :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\ 2957 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
2057 :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\ 2958 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:\
2058 :us=\E[4m: 2959 :me=\E[0m\E[1;33;44m:mr=\E[5;37;41m:nd=\E[C:nw=^M^J:\
2059gator|HP 9000 model 237 emulating AAA:\ 2960 :r1=\Ec:se=\E[0;44m\E[1;33m:sf=^J:so=\E[0;31;47m:st=\EH:\
2060 :bw:km:mi:ul:\ 2961 :ta=^I:u8=\E[?6c:u9=\E[c:ue=\E[0;44m\E[1;33m:up=\E[A:\
2061 :co#128:it#8:li#47:\ 2962 :us=\E[1;31;44m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
2062 :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\ 2963ansi-color-2-emx|ANSI.SYS color 2:\
2063 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\ 2964 :am:eo:mi:ms:ut:xn:xo:\
2064 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\ 2965 :Co#16:co#80:it#8:li#25:pa#64:\
2065 :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\ 2966 :&7=^Z:AB=\E[4%p1%dm:AF=\E[3%p1%dm:DC=\E[%dp:IC=\E[%d@:\
2066 :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\ 2967 :K2=\E[G:S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
2067 :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\ 2968 :cl=\E[0;37;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
2068 :us=\E[4m: 2969 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
2069gator-52|HP 9000 model 237 emulating VT52:\ 2970 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
2070 :co#128:it#8:li#47:\ 2971 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
2071 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\ 2972 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;37;44m:\
2072 :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ 2973 :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;44m:\
2073 :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA: 2974 :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
2074gator-52t|HP 9000 model 237 emulating extra-tall VT52:\ 2975 :ue=\E[0;37;44m:up=\E[A:us=\E[1;36;44m:vb=\E[?5h\E[?5l:\
2075 :co#128:it#8:li#94:\ 2976 :ve=\E[?25h:vi=\E[?25l:
2076 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\ 2977ansi-color-3-emx|ANSI.SYS color 3:\
2077 :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ 2978 :am:eo:mi:ms:ut:xn:xo:\
2078 :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA: 2979 :Co#16:co#80:it#8:li#25:pa#64:\
2980 :&7=^Z:AB=\E[4%p1%dm:AF=\E[3%p1%dm:DC=\E[%dp:IC=\E[%d@:\
2981 :K2=\E[G:S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
2982 :cl=\E[0;37;40m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
2983 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
2984 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
2985 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
2986 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
2987 :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;40m:\
2988 :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
2989 :ue=\E[0;37;40m:up=\E[A:us=\E[0;36;40m:vb=\E[?5h\E[?5l:\
2990 :ve=\E[?25h:vi=\E[?25l:
2991mono-emx|stupid monochrome ansi terminal with only one kind of emphasis:\
2992 :am:\
2993 :co#80:it#8:li#24:\
2994 :K2=\E[G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
2995 :ho=\E[H:k0=\0D:k1=\0;:k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:\
2996 :k7=\0A:k8=\0B:k9=\0C:kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:\
2997 :kd=\0P:kh=\0G:kl=\0K:kr=\0M:ku=\0H:le=\E[D:me=\E[0m:\
2998 :mr=\E[7m:nd=\E[C:nw=^M^J:ta=^I:up=\E[A:
2999
3000# Use this for cygwin32 (tested with beta 19.1)
3001# underline is colored bright magenta
3002# shifted kf1-kf12 are kf11-kf22
3003cygwin|ansi emulation for cygwin32:\
3004 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3005 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3006 :FA=\E[34~:RA@:SA@:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:\
3007 :k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3008 :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:\
3009 :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:\
3010 :tc=ansi.sys:
3011
3012
3013#### Windows NT
3014#
3015# This entry fits the Windows NT console when the _POSIX_TERM environment
3016# variable is set to 'on'. While the Windows NT POSIX console is seldom used,
3017# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
3018# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
3019# systems is not, and (surprise!) they match very well.
3020#
3021# See: MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
3022# VI POSIX Editor for Windows NT 3.1". True to Microsoft form, not only
3023# are the installation instructions a pile of mind-numbing bureaucratese,
3024# but the termcap entry is actually broken and unusable as given; the :do:
3025# capability is misspelled "d".
3026#
3027# To use this, you need to a bunch of environment variables:
3028#
3029# SET _POSIX_TERM=on
3030# SET TERM=ansi
3031# SET TERMCAP=location of termcap file in POSIX file format
3032# which is case-sensitive.
3033# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
3034# SET TMP=//C/TEMP
3035#
3036# Important note: setting the TMP environment variable in POSIX style renders
3037# it incompatible with a lot of other applications, including Visual C++. So
3038# you should have a separate command window just for vi. All the other
3039# variables may be permanently set in the Control Panel\System applet.
3040#
3041# You can find out more about the restrictions of this facility at
3042# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
3043#
3044# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
3045ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode:\
3046 :am:bw:ms:\
3047 :co#80:it#8:li#25:\
3048 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
3049 :ho=\E[H:kb=^H:kd=\E[V:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3050 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\E[S:rc=\E[u:sc=\E[s:\
3051 :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
3052# From: jew@venus.sunquest.com
3053# Date: 19 Feb 93 23:41:07 GMT
3054# Here's a combination of ansi and vt100 termcap
3055# entries that works nearly perfectly for me
3056# (Gateway 2000 Handbook and Microsoft Works 3.0):
3057pcmw|PC running Microsoft Works:\
3058 :am:xn:\
3059 :co#80:it#8:li#24:vt#3:\
3060 :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
3061 :cm=5\E[%i%d;%dH:cr=^M:ct=2\E[3g:do=^J:ho=\E[H:\
3062 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3063 :kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=2\E[5m:\
3064 :md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=5\r\ED:\
3065 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
3066 :rf=/usr/share/lib/tabset/vt100:sc=\E7:se=2\E[m:sf=5\ED:\
3067 :so=2\E[7m:sr=5\EM:st=2\EH:ta=^I:ue=2\E[m:up=2\E[A:\
3068 :us=2\E[4m:
2079 3069
2080#### Honeywell-Bull 3070######## COMMON TERMINAL TYPES
2081# 3071#
2082# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93 3072# This section describes terminal classes and maker brands that are still
3073# quite common, but have proprietary command sets not blessed by ANSI.
2083# 3074#
2084 3075
2085# Honeywell Bull terminal. Its cursor and function keys send single
2086# control characters and it has standout/underline glitch. Most programs
2087# do not like these features/bugs. This is a dumb mode for this terminal.
2088# Visual bell is realized by flashing the "keyboard locked" LED.
2089dku7003-dumb|Honeywell Bull DKU 7003, dumb mode:\
2090 :co#80:li#25:\
2091 :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
2092 :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
2093 :nd=^X:nw=^M^J:sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
2094# Honeywell Bull terminal. Its cursor and function keys send single
2095# control characters and it has standout/underline glitch. Most programs
2096# do not like these features/bugs. The following entry may cause problems
2097# with some programs. Visual bell is realized by flashing the "keyboard
2098# locked" LED.
2099dku7003|Honeywell Bull DKU 7003, all features described:\
2100 :ms:\
2101 :co#80:li#25:sg#1:ug#1:\
2102 :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
2103 :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
2104 :mb=\E[5m:md=\E[7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=^X:\
2105 :nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:ta=^I:ue=\E[0m:\
2106 :up=^Z:us=\E[4m:vb=\E[2h\E[2l:
2107
2108#### Lear-Siegler (adm) 3076#### Lear-Siegler (adm)
2109# 3077#
2110# These guys are long since out of the terminals business, but 3078# These guys are long since out of the terminals business, but
2111# in 1995 many current terminals still have an adm type as one of their 3079# in 1995 many current terminals still have an adm type as one of their
2112# emulations (usually their stupidest, and usually labelled adm3, though 3080# emulations (usually their stupidest, and usually labeled adm3, though
2113# these `adm3' emulations normally have adm3a+ capabilities). 3081# these `adm3' emulations normally have adm3a+ capabilities).
2114# 3082#
3083# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
3084# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
3085# was being held to ground would trigger a send of the top line on the screen.
3086# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
3087# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
3088# for clearing up this point.)
3089#
2115 3090
2116adm1a|adm1|lsi adm1a:\ 3091adm1a|adm1|lsi adm1a:\
2117 :am:\ 3092 :am:\
2118 :co#80:li#24:\ 3093 :co#80:li#24:\
2119 :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\ 3094 :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:nd=^L:\
2120 :nd=^L:sf=^J:up=^K: 3095 :sf=^J:up=^K:
2121adm2|lsi adm2:\ 3096adm2|lsi adm2:\
2122 :am:bs:\ 3097 :am:bs:\
2123 :co#80:li#24:\ 3098 :co#80:li#24:\
2124 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\ 3099 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
2125 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\ 3100 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:\
2126 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\ 3101 :kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
2127 :up=^K:
2128# (adm3: removed obsolete ":ma=^K^P:" -- esr) 3102# (adm3: removed obsolete ":ma=^K^P:" -- esr)
2129adm3|lsi adm3:\ 3103adm3|lsi adm3:\
2130 :am:bs:\ 3104 :am:bs:\
@@ -2137,132 +3111,314 @@ adm3|lsi adm3:\
2137# requirements. I recommend 3111# requirements. I recommend
2138# DISABLE_KB_LOCK LOCAL_OFF 103 202_OFF 3112# DISABLE_KB_LOCK LOCAL_OFF 103 202_OFF
2139# ETX_OFF EOT_OFF 3113# ETX_OFF EOT_OFF
2140# (adm3a: removed obsolete ":ma=^K^P:" -- esr) 3114# Most of these terminals required an option ROM to support lower case display.
3115# Open the case and look at the motherboard; if you see an open 24-pin DIP
3116# socket, you may be out of luck.
3117#
3118# (adm3a: some capabilities merged in from BRl entry -- esr)
2141adm3a|lsi adm3a:\ 3119adm3a|lsi adm3a:\
2142 :am:bs:\ 3120 :am:bs:\
2143 :co#80:li#24:\ 3121 :co#80:li#24:\
2144 :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\ 3122 :bl=^G:cl=1\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kd=^J:kl=^H:\
2145 :nd=^L:sf=^J:up=^K: 3123 :kr=^L:ku=^K:le=^H:ma=^K^P:nd=^L:nl=^J:r1=^N:rs=^N:sf=^J:\
2146adm3a+|adm3aplus:\ 3124 :up=^K:
2147 :kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a: 3125adm3a+|adm3a plus:\
2148# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do+^J:" -- esr) 3126 :kb=^H:tc=adm3a:
3127# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
2149adm5|lsi adm5:\ 3128adm5|lsi adm5:\
2150 :sg#1:\ 3129 :sg#1:\
2151 :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:\ 3130 :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:so=\EG:tc=adm3a+:
2152 :so=\EG:tc=adm3a+: 3131# A lot of terminals other than adm11s use these. Wherever you see
2153# From: <stephen%comp.lancs.ac.uk@ucl-cs.arpa> 3132# use=adm+sgr with some of its capabilities disabled, try the
2154# (adm11: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr) 3133# disabled ones. They may well work but not have been documented or
2155adm11|lsi adm11:\ 3134# expressed in the using entry. We'd like to cook up an :sa: but the
3135# :ae:/:as: sequences of the using entries vary too much.
3136adm+sgr|adm style highlight capabilities:\
3137 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
3138# LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
3139# Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
3140# :kh: from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>. :cl: could also
3141# be ^Z, according to his entry.
3142# (adm11: :us:=\EG4 was obviously erroneous because it also said
3143# :mr:=\EG4. Looking at other ADMs confirms this -- esr)
3144adm11|LSI ADM-11:\
2156 :am:bs:hs:\ 3145 :am:bs:hs:\
2157 :co#80:li#24:\ 3146 :co#80:kn#8:li#24:\
2158 :bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:\ 3147 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ds=\Eh:\
2159 :ds=\Eh:fs=\E(\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\ 3148 :fs=\E(\r:ho=^^:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
2160 :nd=^L:se=\E(:so=\E):ts=\EF\E):up=^K: 3149 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=^^:\
3150 :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:nd=^L:nl=^J:nw=^M^J:ta=^I:\
3151 :ts=\EF\E):up=^K:\
3152 :tc=adm+sgr:
2161# From: Andrew Scott Beals <bandy@lll-crg.ARPA> 3153# From: Andrew Scott Beals <bandy@lll-crg.ARPA>
2162# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995 3154# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
2163# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) 3155# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
3156# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :". This formerly had
3157# :is:=\Eq but that looked wrong; this :is: is from Dave Yost <esquire!yost>
3158# via BRL. That entry asserted :sg#1:, but I've left that out because
3159# neither earlier nor later ADMSs have it -- esr)
3160#
3161# You will need to get into the supervisor setup before you can set
3162# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
3163# see a lot more setup options.
3164#
3165# While in supervisor setup you can also use following codes:
3166#
3167# Ctrl-P Personality character selections (configure for example what
3168# arrow keys send, if I recall correctly)
3169# Ctrl-T tabs 1-80 use left&right to move and up to set and
3170# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
3171# Ctrl-B Binary setup (probably not needed. I think that everything can
3172# be set using normal setup)
3173# Ctrl-A Answerback mode (enter answerback message)
3174# Ctrl-U User friendly mode (normal setup)
3175# Ctrl-D Defaults entire setup and function keys from EPROM tables
3176# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
3177# Ctrl-R Reads both setup and functions keys from NVM.
3178# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
3179#
3180# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
3181# RTS/CTS used nowadays with virtually every modem and computer. 19200
3182# bps works fine with hardware flow control.
3183#
3184# The following null-modem cable should fix this and enable you to use
3185# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
3186# set ADM-12+ for DTR handshaking from supervisor setup.
3187#
3188# PC Serial ADM-12+
3189# -------- -------
3190# 2 - 3
3191# 3 - 2
3192# 4 - 5
3193# 5 - 20
3194# 6,8 - 4
3195# 7 - 7
3196# 20 - 6,8
3197#
2164adm12|lsi adm12:\ 3198adm12|lsi adm12:\
2165 :am:bs:mi:\ 3199 :am:bs:mi:pt:\
2166 :co#80:li#24:\ 3200 :co#80:it#8:li#24:\
2167 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\ 3201 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:\
2168 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eq:\ 3202 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:ic=\EQ:im=\Eq:\
2169 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\ 3203 :is=\E0 \E1 \E1 \E1 \E1 \E1 \E1 \E1 \E1:\
2170 :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:\ 3204 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
2171 :kl=^H:kr=^L:ku=^K:le=^H:mk=\EG1:nd=^L:se=\EG0:\ 3205 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:\
2172 :so=\EG4:ue=\EG0:up=^K:us=\EG8: 3206 :ku=^K:le=^H:nd=^L:st=\E1:up=^K:\
2173# (adm20: removed obsolete ":kn#7:"; mapped ":pt:" to ":it#8:" -- esr) 3207 :tc=adm+sgr:
3208# (adm20: removed obsolete ":kn#7:" -- esr)
2174adm20|lear siegler adm20:\ 3209adm20|lear siegler adm20:\
2175 :am:bs:pt:\ 3210 :am:bs:\
2176 :co#80:it#8:li#24:\ 3211 :co#80:it#8:li#24:\
2177 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\ 3212 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
2178 :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:\ 3213 :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:\
2179 :ic=\EQ:im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:\ 3214 :im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:le=^H:me=\E(:\
2180 :k7=^Z:nd=^L:se=\E(:so=\E):up=^K: 3215 :nd=^L:se=\E(:so=\E):ta=^I:up=^K:
2181adm21|lear siegler adm21:\ 3216adm21|lear siegler adm21:\
2182 :sg#1:ug#1:\ 3217 :sg#1:\
2183 :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:\ 3218 :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:dl=30*\ER:do=^J:\
2184 :dl=30*\ER:do=^J:ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:\ 3219 :ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:mk@:sf=^J:\
2185 :kl=^H:kr=^L:ku=^K:se=\EG0:sf=^J:so=\EG4:ue=\EG0:\ 3220 :tc=adm+sgr:tc=adm3a:
2186 :us=\EG8:tc=adm3a:
2187# (adm22: ":em=:" was an obvious typo for ":ei=:"; also, 3221# (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
2188# removed obsolete ":kn#7:ko=ho:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) 3222# removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
3223# removed bogus-looking \200 from before :cm:. -- esr)
2189adm22|lsi adm22:\ 3224adm22|lsi adm22:\
2190 :am:bs:\ 3225 :am:bs:\
2191 :co#80:li#24:\ 3226 :co#80:li#24:\
2192 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\ 3227 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
2193 :cm=\200\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:\ 3228 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
2194 :ho=^^:ic=\EQ:im=:\ 3229 :is=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0:\
2195 :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\ 3230 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2196 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 3231 :k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:l1=F1:l2=F2:\
2197 :k6=^AE\r:k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\ 3232 :l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:le=^H:me=\E(:nd=^L:se=\E(:\
2198 :ku=^K:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\ 3233 :so=\E):ta=\Ei:up=^K:
2199 :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K: 3234# ADM 31 DIP Switches
3235#
3236# This information comes from two versions of the manual for the
3237# Lear-Siegler ADM 31.
3238#
3239# Main board:
3240# rear of case
3241# +-||||-------------------------------------+
3242# + S1S2 ||S +
3243# + ||3 +
3244# + +
3245# + ||S +
3246# + ||4 +
3247# + +
3248# + +
3249# + +
3250# + +
3251# + +
3252# +-+ +-+
3253# + +
3254# + S5 S6 S7 +
3255# + == == == +
3256# +----------------------------------------------+
3257# front of case (keyboard)
3258#
3259# S1 - Data Rate - Modem
3260# S2 - Data Rate - Printer
3261# ------------------------
3262# Data Rate Setting
3263# -------------------
3264# 50 0 0 0 0
3265# 75 1 0 0 0
3266# 110 0 1 0 0
3267# 134.5 1 1 0 0
3268# 150 0 0 1 0
3269# 300 1 0 1 0
3270# 600 0 1 1 0
3271# 1200 1 1 1 0
3272# 1800 0 0 0 1
3273# 2000 1 0 0 1
3274# 2400 0 1 0 1
3275# 3600 1 1 0 1
3276# 4800 0 0 1 1
3277# 7200 1 0 1 1
3278# 9600 0 1 1 1
3279# x 1 1 1 1
3280#
3281# S3 - Interface/Printer/Attributes
3282# ---------------------------------
3283# Printer Busy Control
3284# sw1 sw2 sw3
3285# ---------------
3286# off off off Busy not active, CD disabled
3287# off off on Busy not active, CD enabled
3288# off on off Busy active on J5-20, CD disabled
3289# on off off Busy active on J5-19, CD disabled - Factory Set.
3290# on off on Busy active on J5-19, CD enabled
3291#
3292# sw4 Used in conjuction with S4 for comm interface control - Fact 0
3293#
3294# sw5 Secondary Channel Control (Hardware implementation only) - Fact 0
3295#
3296# sw6 ON enables printer BUSY active LOW - Factory Setting
3297# OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
3298#
3299# sw7 ON - steady cursor - Factory Setting
3300# OFF - blinking cursor
3301#
3302# sw8 ON causes selected attribute character to be displayed
3303# OFF causes SPACE to be displayed instead - Factory Setting
3304#
3305# S4 - Interface
3306# --------------
3307# Modem Interface
3308# S3 S4 S4 S4 S4
3309# sw4 sw1 sw2 sw3 sw4
3310# ---------------------------
3311# OFF ON OFF ON OFF Enable RS-232C interface, Direct Connect and
3312# Current Loop disabled - Factory Setting
3313# ON ON OFF ON OFF Enable Current Loop interface, Direct Connect
3314# disabled
3315# OFF OFF ON OFF ON Enable Direct Connect interface, RS-232C and
3316# Current Loop Disabled
3317#
3318# sw5 ON disables dot stretching mode - Factory Setting
3319# OFF enables dot stretching mode
3320# sw6 ON enables blanking function
3321# OFF enables underline function - Factory Setting
3322# sw7 ON causes NULLS to be displayed as NULLS
3323# OFF causes NULLS to be displayed as SPACES - Factory Setting
3324#
3325# S5 - Word Structure
3326# -------------------
3327# sw1 ON enables BREAK key - Factory Setting
3328# OFF disables BREAK key
3329# sw2 ON selects 50Hz monitor refresh rate
3330# OFF selects 60Hz monitor refresh rate - Factory Setting
3331#
3332# Modem Port Selection
3333# sw3 sw4 sw5
3334# ---------------
3335# ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
3336# OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
3337# ON OFF ON Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
3338# OFF OFF ON Selects 7 DATA bits, odd parity, 1 STOP bit
3339# ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
3340# OFF ON OFF Selects 8 DATA bits, no parity, 1 STOP bit
3341# ON OFF OFF Selects 8 DATA bits, even parity, 1 STOP bit
3342# OFF OFF OFF Selects 8 DATA bits, odd parity, 1 STOP bit
3343#
3344# sw6 ON sends bit 8 a 1 (mark)
3345# OFF sends bit 8 as 0 (space) - Factory Setting
3346# sw7 ON selects Block Mode
3347# OFF selects Conversation Mode - Factory Setting
3348# sw8 ON selects Full Duplex operation
3349# OFF selects Half Duplex operation - Factory Setting
3350#
3351# S6 - Printer
3352# ------------
3353# sw1, sw2, sw6, sw7 Reserved - Factory 0
3354#
3355# Printer Port Selection
3356# same as Modem above, bit 8 (when 8 DATA bits) is always = 0
3357#
3358# sw8 ON enables Printer Port
3359# OFF disables Printer Port - Factory Setting
3360#
3361# S7 - Polling Address
3362# --------------------
3363# sw1-7 Establish ASCII character which designates terminal polling address
3364# ON = logic 0
3365# OFF = logic 1 - Factory Setting
3366# sw8 ON enables Polling Option
3367# OFF disables Polling Option - Factory Setting
3368#
3369#
3370# On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
3371#
3372# This adm31 entry uses underline as the standout mode.
2200# If the adm31 gives you trouble with standout mode, check the DIP switch in 3373# If the adm31 gives you trouble with standout mode, check the DIP switch in
2201# position 6, bank @c11, 25% from back end of the circuit board. Should be 3374# position 6, bank @c11, 25% from back end of the circuit board. Should be
2202# OFF. If there is no such switch, you have an old adm31 and must use oadm31. 3375# OFF. If there is no such switch, you have an old adm31 and must use oadm31.
2203# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) 3376# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
2204adm31|lsi adm31:\ 3377adm31|lsi adm31 with sw6 set for underline mode:\
2205 :am:bs:mi:\ 3378 :am:bs:mi:\
2206 :co#80:li#24:\ 3379 :co#80:li#24:\
2207 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\ 3380 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
2208 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\ 3381 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E0:k0=^A0\r:\
2209 :is=\Eu\E0:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:\ 3382 :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:k6=^A6\r:\
2210 :k4=^A4\r:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:\ 3383 :k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:\
2211 :k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\ 3384 :me=\EG0:nd=^L:se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
2212 :se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1: 3385adm31-old|o31|old adm31:\
2213oadm31|o31|old adm31:\
2214 :so=\EG4:ue@:us@:tc=adm31: 3386 :so=\EG4:ue@:us@:tc=adm31:
2215# ADM36 in native mode (not VT52 emulation mode) 3387# LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
2216adm36|lsi adm36:\ 3388adm36|LSI ADM36:\
2217 :am:mi:\ 3389 :bs:pt:\
2218 :co#80:li#24:\ 3390 :kn#4:\
2219 :al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\ 3391 :if=/usr/lib/tabset/vt100:\
2220 :cm=\E[%i%d;%dH:dl=\E[1M:ei=\E[4l:im=\E[4h:\ 3392 :is=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l:tc=vt100:
2221 :is=\E[6;?7h\E[4;20;?1;?3;?6;?4l\E(B\E)B\E>:kd=\EB:\
2222 :kl=\ED:kr=\EC:ku=\E[A:le=^H:nd=\E[D:up=\E[A:
2223# (adm42: removed obsolete ":ma=^K^P:" -- esr) 3393# (adm42: removed obsolete ":ma=^K^P:" -- esr)
2224adm42|lsi adm42:\ 3394adm42|lsi adm42:\
2225 :am:bs:\ 3395 :am:bs:\
2226 :co#80:li#24:\ 3396 :co#80:li#24:\
2227 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:\ 3397 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
2228 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:\ 3398 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:ip=:kd=^J:kh=^^:\
2229 :im=\Eq:ip=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\ 3399 :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pc=\177:sf=^J:ta=^I:ue@:\
2230 :nd=^L:pc=\177:se=\EG0:sf=^J:so=\EG4:ta=^I:up=^K:\ 3400 :up=^K:us@:vs=\EC\E3 \E3(:\
2231 :vs=\EC\E3 \E3(: 3401 :tc=adm+sgr:
2232# The following termcap for the Lear Siegler ADM-42 leaves the 3402# The following termcap for the Lear Siegler ADM-42 leaves the
2233# "system line" at the bottom of the screen blank (for those who 3403# "system line" at the bottom of the screen blank (for those who
2234# find it distracting otherwise) 3404# find it distracting otherwise)
2235adm42-nl|lsi adm-42 with no system line:\ 3405adm42-ns|lsi adm-42 with no system line:\
2236 :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\ 3406 :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
2237 :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\ 3407 :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
2238 :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\ 3408 :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
2239 :im=\Eq\EF \011:tc=adm42: 3409 :im=\Eq\EF \011:tc=adm42:
2240 3410# ADM 1178 terminal -- rather like an ADM-42. Manual is dated March 1 1985.
2241#### Prime 3411# The insert mode of this terminal is commented out because it's broken for our
2242# 3412# purposes in that it will shift the position of every character on the page,
2243# Yes, Prime makes terminals. These entries were posted by Kevin J. Cummings 3413# not just the cursor line!
2244# <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr. 3414# From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
2245 3415adm1178|1178|lsi adm1178:\
2246pt100|pt200|wren|fenix|prime pt100/pt200:\ 3416 :am:\
2247 :am:bw:mi:ms:\ 3417 :co#80:li#24:sg#1:\
2248 :co#80:it#8:li#24:\ 3418 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
2249 :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\ 3419 :cr=^M:dc=\EW:dl=\ER:do=^J:ho=^^:ip=6*:kb=^H:kd=^J:kl=^H:\
2250 :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:\ 3420 :le=^H:md=\E(:me=\E):mr=\EG4:nd=^L:nw=^M^J:pc=\177:se=\EG0:\
2251 :ce=\E[K\E[t:cl=\E?:cm=\E0%+!%+!:cr=^M:dc=\E[P:\ 3421 :sf=^J:so=\EG4:ta=^I:ue=\EG0:up=^K:us=\EG1:vs=\EC\E3 \E3(:
2252 :do=\ED:ei=\E[4l:ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:\
2253 :ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:ks=\E[>13h:\
2254 :ku=\E[A:le=^H:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
2255 :so=\E[2;7m:ta=^I:\
2256 :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
2257 :ue=\E[m:up=\EM:us=\E[4m:\
2258 :vb=\E$E\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E$P:
2259pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
2260 :co#132:\
2261 :cm=\E[%i%d;%dH:tc=pt100:
2262pt250|Prime PT250:\
2263 :so@:tc=pt100:
2264pt250w|Prime PT250 in 132-column mode:\
2265 :so@:tc=pt100w:
2266 3422
2267#### Qume (qvt) 3423#### Qume (qvt)
2268# 3424#
@@ -2290,80 +3446,76 @@ pt250w|Prime PT250 in 132-column mode:\
2290# Qume is still producing the qvt62, which features emulations for other 3446# Qume is still producing the qvt62, which features emulations for other
2291# popular lines such as ADDS, and dual-host capabilities. The qvt82 is 3447# popular lines such as ADDS, and dual-host capabilities. The qvt82 is
2292# designed for use as a SCO ANSI terminal. The qvt70 is a color terminal 3448# designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
2293# with many emulatioms including Wyse370, Wyse 325, etc. Their newest 3449# with many emulations including Wyse370, Wyse 325, etc. Their newest
2294# model is the qvt520, which is vt420-compatible. 3450# model is the qvt520, which is vt420-compatible.
2295# 3451#
2296# There are some ancient printing Qume terminals under `Daisy Wheel Printers' 3452# There are some ancient printing Qume terminals under `Daisy Wheel Printers'
3453#
3454# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
3455# setup mode. Shift-s should be a configuration save to NVRAM.
2297 3456
2298qvt101|qvt108|qume qvt 101 and QVT 108:\ 3457qvt101|qvt108|qume qvt 101 and QVT 108:\
2299 :sg#1:\ 3458 :sg#1:tc=qvt101+:
2300 :se=\EG0:so=\EG4:tc=qvt101+: 3459
3460# This used to have :vs=\E.2: but no :ve: or :vi:. The BSD termcap
3461# file had :vs=\EM4 \200\200\200:. I've done the safe thing and yanked
3462# both. The :mr: is from BSD, which also claimed bold=\E( and dim=\E).
3463# What seems to be going on here is that this entry was designed so that
3464# the normal highlight is bold and standout is dim plus something else
3465# (reverse-video maybe? But then, are there two :mr: sequences?)
2301qvt101+|qvt101p|qume qvt 101 PLUS product:\ 3466qvt101+|qvt101p|qume qvt 101 PLUS product:\
2302 :am:bw:hs:ul:\ 3467 :am:bw:hs:ul:\
2303 :co#80:li#24:sg#0:\ 3468 :co#80:li#24:sg#0:\
2304 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\ 3469 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
2305 :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\ 3470 :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:\
2306 :ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:im=:k1=^A@\r:\ 3471 :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
2307 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 3472 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
2308 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\ 3473 :kB=\EI:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
2309 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\ 3474 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
2310 :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\ 3475 :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:\
2311 :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\ 3476 :tc=adm+sgr:
2312 :us=\EG8:vb=\Eb\Ed:ve=\E.4:vs=\E.2: 3477qvt102|qume qvt 102:\
2313qvt102|qume qvt 102 product:\
2314 :ve=\E.:tc=qvt101: 3478 :ve=\E.:tc=qvt101:
3479# (qvt103: added <rmam>/<smam> based on init string -- esr)
2315qvt103|qume qvt 103:\ 3480qvt103|qume qvt 103:\
2316 :am:xn:xo:\ 3481 :am:xn:xo:\
2317 :co#80:it#8:li#24:vt#3:\ 3482 :co#80:it#8:li#24:vt#3:\
2318 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\ 3483 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
2319 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\ 3484 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
2320 :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k1=\EOP:\ 3485 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
2321 :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 3486 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
2322 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\ 3487 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
2323 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\ 3488 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2324 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\ 3489 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
2325 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\ 3490 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
2326 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\ 3491 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
2327 :ue=\E[m:up=\E[A:us=\E[4m: 3492 :up=\E[A:us=\E[4m:
2328qvt103-w|qume qvt103 132 cols:\ 3493qvt103-w|qume qvt103 132 cols:\
2329 :co#132:li#24:\ 3494 :co#132:li#24:\
2330 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103: 3495 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
2331qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\ 3496qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
2332 :am:hs:mi:ms:\ 3497 :am:hs:mi:ms:\
2333 :co#80:li#24:sg#0:\ 3498 :co#80:li#24:sg#0:\
2334 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:\ 3499 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:cm=\E=%+ %+ :\
2335 :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\ 3500 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
2336 :ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\ 3501 :ho=^^:im=\Eq:is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:\
2337 :is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:k1=^A@\r:\ 3502 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2338 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 3503 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
2339 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\ 3504 :ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:sf=^J:sr=\EJ:st=\E1:ta=^I:\
2340 :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\EG0:sf=^J:\ 3505 :ts=\Eg\Ef:up=^K:us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:\
2341 :so=\EG4:sr=\EJ:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\ 3506 :tc=adm+sgr:
2342 :us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:
2343qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\ 3507qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
2344 :li#25:\ 3508 :li#25:tc=qvt119+:
2345 :tc=qvt119+:
2346qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\ 3509qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
2347 :co#132:\ 3510 :co#132:\
2348 :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+: 3511 :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
2349qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\ 3512qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
2350 :li#25:\ 3513 :li#25:tc=qvt119+:
2351 :tc=qvt119+:
2352qvt203|qvt203+|qume qvt 203 Plus:\ 3514qvt203|qvt203+|qume qvt 203 Plus:\
2353 :am:xn:xo:\ 3515 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:ip=:k0=\E[29~:\
2354 :co#80:it#8:li#24:vt#3:\ 3516 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
2355 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\ 3517 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[28~:sf=\n:\
2356 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\ 3518 :tc=qvt103:
2357 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
2358 :ei=\E[4l:ho=\E[H:im=\E[4h:ip=:k0=\E[29~:k1=\E[17~:\
2359 :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
2360 :k7=\E[24~:k8=\E[25~:k9=\E[28~:kb=^H:kd=\EOB:\
2361 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
2362 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2363 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
2364 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
2365 :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2366 :ue=\E[m:up=\E[A:us=\E[4m:
2367qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\ 3519qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
2368 :co#132:li#24:\ 3520 :co#132:li#24:\
2369 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203: 3521 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
@@ -2391,8 +3543,8 @@ qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
2391# 3543#
2392# 3544#
2393# There are some tvi terminals that require incredible amounts of padding and 3545# There are some tvi terminals that require incredible amounts of padding and
2394# some that don't. I'm assuming 912 and 920 are the old slow ones, 3546# some that don't. I'm assuming tvi912 and tvi920 are the old slow ones, and
2395# and 912b, 912c, 920b, 920c are the new ones that don't need padding. 3547# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
2396# 3548#
2397# All of these terminals (912 to 970 and the tvipt) are discontinued. Newer 3549# All of these terminals (912 to 970 and the tvipt) are discontinued. Newer
2398# Televideo terminals are ANSI and PC-ANSI compatible. 3550# Televideo terminals are ANSI and PC-ANSI compatible.
@@ -2401,54 +3553,153 @@ tvi803|televideo 803:\
2401 :cl=\E*:tc=tvi950: 3553 :cl=\E*:tc=tvi950:
2402 3554
2403# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86 3555# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
2404# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; 3556# Switch settings are:
2405# mapped ":pt:" to ":it#8:"; added ":ug#0:" for terminfo translation; 3557#
2406# added khome, cub1, cud1, ind, hpa, vpa, am, msgr from SCO entry -- esr) 3558# S1 1 2 3 4
3559# D D D D 9600
3560# D D D U 50
3561# D D U D 75
3562# D D U U 110
3563# D U D D 135
3564# D U D U 150
3565# D U U D 300
3566# D U U U 600
3567# U D D D 1200
3568# U D D U 1800
3569# U D U D 2400
3570# U D U U 3600
3571# U U D D 4800
3572# U U D U 7200
3573# U U U D 9600
3574# U U U U 19200
3575#
3576# S1 5 6 7 8
3577# U D X D 7N1 (data bits, parity, stop bits) (X means ignored)
3578# U D X U 7N2
3579# U U D D 7O1
3580# U U D U 7O2
3581# U U U D 7E1
3582# U U U U 7E2
3583# D D X D 8N1
3584# D D X U 8N2
3585# D U D D 8O1
3586# D U U U 8E2
3587#
3588# S1 9 Autowrap
3589# U on
3590# D off
3591#
3592# S1 10 CR/LF
3593# U do CR/LF when CR received
3594# D do CR when CR received
3595#
3596# S2 1 Mode
3597# U block
3598# D conversational
3599#
3600# S2 2 Duplex
3601# U half
3602# D full
3603#
3604# S2 3 Hertz
3605# U 50
3606# D 60
3607#
3608# S2 4 Edit mode
3609# U local
3610# D duplex
3611#
3612# S2 5 Cursor type
3613# U underline
3614# D block
3615#
3616# S2 6 Cursor down key
3617# U send ^J
3618# D send ^V
3619#
3620# S2 7 Screen colour
3621# U green on black
3622# D black on green
3623#
3624# S2 8 DSR status (pin 6)
3625# U disconnected
3626# D connected
3627#
3628# S2 9 DCD status (pin 8)
3629# U disconnected
3630# D duplex
3631#
3632# S2 10 DTR status (pin 20)
3633# U disconnected
3634# D duplex
3635# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added :kh:, :le:, :do:,
3636# :sf:, <hpa>, <vpa>, :am:, :ms: from SCO entry -- esr)
2407tvi910|televideo model 910:\ 3637tvi910|televideo model 910:\
2408 :am:bs:ms:pt:\ 3638 :am:bs:ms:\
2409 :co#80:it#8:li#24:sg#1:ug#0:\ 3639 :co#80:it#8:li#24:sg#1:\
2410 :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\ 3640 :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :\
2411 :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\ 3641 :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
2412 :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:\ 3642 :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
2413 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 3643 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
2414 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\ 3644 :k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:\
2415 :kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\ 3645 :sf=^J:ta=^I:up=^K:\
2416 :ue=\EG0:up=^K:us=\EG8: 3646 :tc=adm+sgr:
2417# From: Alan R. Rogers <rogers%albany@csnet-relay> 3647# From: Alan R. Rogers <rogers%albany@csnet-relay>
2418# as subsequently hacked over by someone at SCO 3648# as subsequently hacked over by someone at SCO
2419# (tvi910+: removed obsolete ":ma=^K^P^L :"; mapped ":pt:" to ":it#8:"; 3649# (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
2420# added ":ug#0:" for terminfo translation -- esr) 3650#
2421tvi910+|910+|televideo 910+:\ 3651# Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
3652#
3653# S1 1 2 3 4:
3654# D D D D 9600 D D D U 50 D D U D 75 D D U U 110
3655# D U D D 135 D U D U 150 D U U D 300 D U U U 600
3656# U D D D 1200 U D D U 1800 U D U D 2400 U D U U 3600
3657# U U D D 4800 U U D U 7200 U U U D 9600 U U U U 19200
3658#
3659# S1 5 6 7 8:
3660# U D X D 7N1 U D X U 7N2 U U D D 7O1 U U D U 7O2
3661# U U U D 7E1 U U U U 7E2 D D X D 8N1 D D X U 8N2
3662# D U D D 8O1 D U U U 8E2
3663#
3664# S1 9 Autowrap (U = on, D = off)
3665# S1 10 CR/LF (U = CR/LF on CR received, D = CR on CR received)
3666# S2 1 Mode (U = block, D = conversational)
3667# S2 2 Duplex (U = half, D = full)
3668# S2 3 Hertz (U = 50, D = 60)
3669# S2 4 Edit mode (U = local, D = duplex)
3670# S2 5 Cursor type (U = underline, D = block)
3671# S2 6 Cursor down key (U = send ^J, D = send ^V)
3672# S2 7 Screen colour (U = green on black, D = black on green)
3673# S2 8 DSR status (pin 6) (U = disconnected, D = connected)
3674# S2 9 DCD status (pin 8) (U = disconnected, D = connected)
3675# S2 10 DTR status (pin 20) (U = disconnected, D = connected)
3676#
3677tvi910+|televideo 910+:\
3678 :al=\EE:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:im=:k0=^A@\r:k1=^AA\r:\
3679 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
3680 :k8=^AH\r:k9=^AI\r:ll=\E=7 :\
3681 :tc=tvi910:
3682
3683# (tvi912: removed obsolete ":ma=^K^P^L :", added :vb: and
3684# :kh: from BRL entry -- esr)
3685tvi912|tvi914|tvi920|old televideo 912/914/920:\
2422 :am:bs:ms:pt:\ 3686 :am:bs:ms:pt:\
2423 :co#80:it#8:li#24:sg#1:ug#0:\ 3687 :co#80:it#8:li#24:sg#1:\
2424 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\ 3688 :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
2425 :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :dc=\EW:dl=\ER:do=^J:\ 3689 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
2426 :ei=:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
2427 :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:\
2428 :k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
2429 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^M:ll=\E=7 :nd=^L:\
2430 :se=\EG0:sf=^J:so=\EG4:ue=\EG0:up=^K:us=\EG8:
2431
2432# (tvi912: removed obsolete ":ma=^K^P^L :";
2433# mapped ":pt:" to default tabs -- esr)
2434tvi912|tvi920|old televideo 912:\
2435 :am:bs:pt:\
2436 :co#80:li#24:sg#1:ug#1:\
2437 :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
2438 :ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
2439 :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\ 3690 :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
2440 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 3691 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
2441 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:\ 3692 :k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
2442 :ku=^K:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:\ 3693 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:\
2443 :ue=\Em:up=^K:us=\El: 3694 :vb=\Eb\Ed:
2444# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r". 3695# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
2445# The 920 has this plus real function keys that xmit different things. 3696# The 920 has this plus real function keys that xmit different things.
2446# Terminfo makes you use the funct key on the 912 but the real keys on the 920. 3697# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
2447tvi912c|tvi912b|912c|912b|tvi|new televideo 912:\ 3698tvi912c|tvi912b|new televideo 912:\
2448 :al=\EE:dl=\ER:tc=tvi912: 3699 :al=\EE:dl=\ER:tc=tvi912:
2449# set to page 1 when entering ex (\E-17 ) 3700# set to page 1 when entering curses application (\E-17 )
2450# reset to page 0 when exiting ex (\E-07 ) 3701# reset to page 0 when exiting curses application (\E-07 )
2451tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\ 3702tvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages:\
2452 :te=\E-07 :ti=\E-17 :tc=tvi912: 3703 :te=\E-07 :ti=\E-17 :tc=tvi912:
2453# We got some new tvi912c terminals that act really weird on the regular 3704# We got some new tvi912c terminals that act really weird on the regular
2454# termcap, so one of our gurus worked this up. Seems that cursor 3705# termcap, so one of our gurus worked this up. Seems that cursor
@@ -2456,66 +3707,268 @@ tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
2456tvi912cc|tvi912 at cowell college:\ 3707tvi912cc|tvi912 at cowell college:\
2457 :cm@:tc=tvi912c: 3708 :cm@:tc=tvi912c:
2458 3709
3710# Here are the switch settings for the tvi920c:
3711#
3712# S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
3713# 2: 9600 3: 4800 4: 2400 5: 1200
3714# 6: 600 7: 300 8: 150 9: 75
3715# 10: 110
3716#
3717# S2 UART/Terminal options:
3718# Up Down
3719# 1: Not used Not allowed
3720# 2: Alternate character set Standard character set
3721# 3: Full duplex Half duplex
3722# 4: 50 Hz refresh 60 Hz refresh
3723# 5: No parity Send parity
3724# 6: 2 stop bits 1 stop bit
3725# 7: 8 data bits 7 data bits
3726# 8: Not used Not allowed on Rev E or lower
3727# 9: Even parity Odd parity
3728# 10: Steady cursor Blinking cursor
3729# (On Rev E or lower, use W25 instead of switch 10.)
3730#
3731# S5 UART/Terminal options:
3732# Open Closed
3733# 1: P3-6 Not connected DSR received on P3-6
3734# 2: P3-8 Not connected DCD received on P3-8
3735#
3736# 3 Open, 4 Open: P3-20 Not connected
3737# 3 Open, 4 Closed: DTR on when terminal is on
3738# 3 Closed, 4 Open: DTR is connected to RTS
3739# 3 Closed, 4 Closed: Not allowed
3740#
3741# 5 Closed: HDX printer (hardware control) Rev. K with extension port off,
3742# all data transmitted out of the modem port (P3) will also be
3743# transmitted out of the printer port (P4).
3744#
3745# 6 Open, 7 Open: Not allowed
3746# 6 Open, 7 Closed: 20ma current loop input
3747# 6 Closed, 7 Open: RS232 input
3748# 6 Closed, 7 Closed: Not allowed
3749#
3750# Jumper options:
3751# If the jumper is installed, the effect will occur (the next time the terminal
3752# is switched on).
3753#
3754# S4/W31: Enables automatic LF upon receipt of CR from
3755# remote or keyboard.
3756# S4/W32: Enables transmission of EOT at the end of Send. If not
3757# installed, a carriage return is sent.
3758# S4/W33: Disables automatic carriage return in column 80.
3759# S4/W34: Selects Page Print Mode as initial condition. If not
3760# installed, Extension Mode is selected.
3761#
2459tvi920b|tvi920c|new televideo 920:\ 3762tvi920b|tvi920c|new televideo 920:\
2460 :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ 3763 :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
2461 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\ 3764 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
2462 :k9=^AH\r:tc=tvi912: 3765 :tc=tvi912:
2463 3766
3767# Televideo 921 and variants
3768# From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
3769# (tvi921: removed :ko=bt: before translation, I see no backtab cap;
3770# also added empty <acsc> to suppress tic warning -- esr)
3771tvi921|televideo model 921 with sysline same as page & real vi function:\
3772 :am:bs:hs:pt:xn:xs:\
3773 :co#80:li#24:sg#0:\
3774 :ac=:ae=\E%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:cm=3\E=%+ %+ :\
3775 :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:fs=\Eg:ho=^^:\
3776 :ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
3777 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
3778 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
3779 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:ve=\E.3:\
3780 :vs=\E.2:\
3781 :tc=adm+sgr:
3782# without the beeper
3783# (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
3784# also added empty <acsc> to suppress tic warning -- esr)
3785tvi92B|televideo model 921 with sysline same as page & real vi function & no beeper:\
3786 :am:hs:xn:xs:\
3787 :co#80:li#24:sg#0:\
3788 :ac=:ae=\E%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:cm=3\E=%+ %+ :\
3789 :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:fs=\Eg:ho=^^:\
3790 :ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
3791 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
3792 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
3793 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:vb=\Eb\Ed:\
3794 :ve=\E.3:vs=\E.2:\
3795 :tc=adm+sgr:
3796# (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
3797tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
3798 :al=2*\EE:dl=2*\ER:is=\El\E"\EF1\E.3\016\EA\E<:kA=2*\EE:\
3799 :kL=2*\ER:\
3800 :tc=tvi92B:
3801
3802# (tvi924: This used to have :ds=\Es0:, :fs=\031:. I put the new strings
3803# in from a BSD termcap file because it looks like they do something the
3804# old ones skip -- esr)
2464tvi924|televideo tvi924:\ 3805tvi924|televideo tvi924:\
2465 :am:bw:hs:in:mi:ms:xn:xo:\ 3806 :am:bw:hs:in:mi:ms:xn:xo:\
2466 :co#80:it#8:li#24:sg#0:ws#80:\ 3807 :co#80:it#8:li#24:sg#0:ws#80:\
2467 :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:\ 3808 :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:bl=^G:\
2468 :bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :\ 3809 :bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :cr=^M:\
2469 :cr=^M:cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:\ 3810 :cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Es0\Ef\031:\
2470 :ds=\Es0:ei=:fs=^Y:ho=^^:\ 3811 :ei=:fs=\031\Es1:ho=^^:\
2471 :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\ 3812 :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
2472 :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\ 3813 :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
2473 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\ 3814 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
2474 :k7=^AG\r:k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:\ 3815 :k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:kD=\EW:kE=\Et:\
2475 :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:\ 3816 :kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:\
2476 :kh=^^:kl=^H:kr=^L:ku=^K:l0=F1:l1=F2:l2=F3:l3=F4:\ 3817 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
2477 :l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:la=F11:le=^H:\ 3818 :la=F11:le=^H:mb=\EG2:mk@:nd=^L:pk=\E|%+1%s\031:sf=^J:\
2478 :mb=\EG2:me=\EG0:mk=\EG1:nd=^L:pk=\E|%+1%s\031:\ 3819 :sr=\Ej:st=\E1:ta=^I:ts=\Ef:up=^K:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
2479 :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\Ef:\ 3820 :vs=\E.1:\
2480 :ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\ 3821 :tc=adm+sgr:
2481 :vs=\E.1: 3822
2482tvi924vb|924vb|televideo model 924 visual bells:\ 3823# TVI925 DIP switches. In each of these, D = Down and U = Up,
2483 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi924: 3824#
2484 3825# Here are the settings for the external (baud) switches (S1):
2485tvi925|925|televideo 925:\ 3826#
2486 :am:bw:hs:ul:\ 3827# Position Baud
2487 :co#80:li#24:sg#1:ug#1:\ 3828# 7 8 9 10 [Printer]
2488 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\ 3829# 1 2 3 4 [Main RS232]
2489 :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^V:\ 3830# -----------------------------------------------------
2490 :ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:im=:k0=^AI\r:\ 3831# D D D D 9600
2491 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 3832# D D D U 50
2492 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^Z:\ 3833# D D U D 75
2493 :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\ 3834# D D U U 110
2494 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:se=\EG0:sf=^J:so=\EG4:\ 3835# D U D D 135
2495 :st=\E1:ta=^I:ts=\Eh\Ef:ue=\EG0:up=^K:us=\EG8:\ 3836# D U D U 150
2496 :vb=\Eb\Ed:ve=\E.4:vs=\E.2: 3837# D U U D 300
2497tvi925vb|925vb|televideo model 925 visual bells:\ 3838# D U U U 600
2498 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925: 3839# U D D D 1200
2499# Since the 925 uses a character position to store the escape sequences to go 3840# U D D U 1800
2500# in and out of both stand out and underline modes, screen positioning is 3841# U D U D 2400
2501# difficult. The following 925 entries don't use these modes. 3842# U D U U 3600
2502tvi925n|925n|televideo model 925 no standout or underline:\ 3843# U U D D 4800
2503 :se@:so@:ue@:us@:tc=tvi925: 3844# U U D U 7200
2504tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\ 3845# U U U D 9600
2505 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925n: 3846# U U U U 19200
2506 3847#
2507# From: Tim Curry, Univ. of Central Fla. <duke!ucf-cs!tim> 5/21/82 3848#
2508# (tvi925a: removed obsolete ":kn#12:"; mapped ":pt:" to ":it#8:" --esr) 3849# Settings for word length and stop-bits (S1)
2509tvi925a|925a|TeleVideo Model 925:\ 3850#
2510 :am:bs:bw:pt:\ 3851# Position Description
2511 :co#80:it#8:li#24:sg#1:ug#1:\ 3852# 5 6
2512 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\ 3853# ---------------------------
2513 :dc=\EW:dl=\ER:do=^V:ei=:ic=\EQ:\ 3854# U - 7-bit word
2514 :if=/usr/share/tabset/std:im=:is=\El:kb=^H:kd=^V:\ 3855# D - 8-bit word
2515 :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\ 3856# - U 2 stop bits
2516 :ue=\EG0:up=^K:us=\EG8:\ 3857# - D 1 stop bit
2517 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 3858#
2518 :ve=\E.4:vs=\E.2: 3859#
3860# S2 (external) settings
3861#
3862# Position Up Dn Description
3863# --------------------------------------------
3864# 1 X Local edit
3865# X Duplex edit (transmit editing keys)
3866# --------------------------------------------
3867# 2 X 912/920 emulation
3868# X 925
3869# --------------------------------------------
3870# 3 X
3871# 4 X No parity
3872# 5 X
3873# --------------------------------------------
3874# 3 X
3875# 4 X Odd parity
3876# 5 X
3877# --------------------------------------------
3878# 3 X
3879# 4 X Even parity
3880# 5 X
3881# --------------------------------------------
3882# 3 X
3883# 4 X Mark parity
3884# 5 X
3885# --------------------------------------------
3886# 3 X
3887# 4 X Space parity
3888# 5 X
3889# --------------------------------------------
3890# 6 X White on black display
3891# X Black on white display
3892# --------------------------------------------
3893# 7 X Half Duplex
3894# 8 X
3895# --------------------------------------------
3896# 7 X Full Duplex
3897# 8 X
3898# --------------------------------------------
3899# 7 X Block mode
3900# 8 X
3901# --------------------------------------------
3902# 9 X 50 Hz
3903# X 60 Hz
3904# --------------------------------------------
3905# 10 X CR/LF (Auto LF)
3906# X CR only
3907#
3908# S3 (internal switch) settings:
3909#
3910# Position Up Dn Description
3911# --------------------------------------------
3912# 1 X Keyclick off
3913# X Keyclick on
3914# --------------------------------------------
3915# 2 X English
3916# 3 X
3917# --------------------------------------------
3918# 2 X German
3919# 3 X
3920# --------------------------------------------
3921# 2 X French
3922# 3 X
3923# --------------------------------------------
3924# 2 X Spanish
3925# 3 X
3926# --------------------------------------------
3927# 4 X Blinking block cursor
3928# 5 X
3929# --------------------------------------------
3930# 4 X Blinking underline cursor
3931# 5 X
3932# --------------------------------------------
3933# 4 X Steady block cursor
3934# 5 X
3935# --------------------------------------------
3936# 4 X Steady underline cursor
3937# 5 X
3938# --------------------------------------------
3939# 6 X Screen blanking timer (ON)
3940# X Screen blanking timer (OFF)
3941# --------------------------------------------
3942# 7 X Page attributes
3943# X Line attributes
3944# --------------------------------------------
3945# 8 X DCD disconnected
3946# X DCD connected
3947# --------------------------------------------
3948# 9 X DSR disconnected
3949# X DSR connected
3950# --------------------------------------------
3951# 10 X DTR Disconnected
3952# X DTR connected
3953# --------------------------------------------
3954#
3955# (tvi925: BSD has :cl=\E*:. I got :is: and :sr: from there -- esr)
3956tvi925|televideo 925:\
3957 :am:bs:bw:hs:ul:\
3958 :co#80:li#24:sg#1:\
3959 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
3960 :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\
3961 :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3962 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
3963 :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
3964 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\
3965 :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\
3966 :tc=adm+sgr:
3967# TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
3968# to avoid "magic cookie" standout glitch:
3969tvi925-hi|TeleVideo Model 925 with half intensity standout mode:\
3970 :sg@:\
3971 :kb=^H:kd=^J:kl=^H:se=\E(:so=\E):tc=tvi925:
2519 3972
2520# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993 3973# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
2521# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82 3974# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
@@ -2538,24 +3991,95 @@ tvi925a|925a|TeleVideo Model 925:\
2538# start-protected field delimiter (\Ex2\200\200) 3991# start-protected field delimiter (\Ex2\200\200)
2539# end-protected field delimiter (\Ex3\200\200) 3992# end-protected field delimiter (\Ex3\200\200)
2540# set end of text delimiter to carriage return/null (\Ex4\r\200) 3993# set end of text delimiter to carriage return/null (\Ex4\r\200)
2541# (tvi950: early versions had ":ko=ic,dc,al,dl,cl,bt,ce,cd:" 3994#
2542# and ":ma=^Vj^Kk^Hh^Ll^^H:". I mapped ":pt:" to ":it#8:"; 3995# TVI 950 Switch Setting Reference Charts
2543# 3996#
2544tvi950|950|televideo950:\ 3997# TABLE 1:
2545 :am:bs:hs:mi:ms:pt:xn:xo:\ 3998#
2546 :co#80:li#24:sg#1:ug#1:\ 3999# S1 1 2 3 4 5 6 7 8 9 10
2547 :ac=d\rc\014e\nb\011i\013:ae=^X:al=\EE:as=^U:bl=^G:\ 4000# +-----------------------+-----+-----+-----------------------+
2548 :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:\ 4001# | Computer Baud Rate |Data |Stop | Printer Baud Rate |
2549 :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\ 4002# | |Bits |Bits | |
2550 :ho=^^:im=\Eq:\ 4003# +------+-----------------------+-----+-----+-----------------------+
2551 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\Ef\r:\ 4004# | Up | See | 7 | 2 | See |
2552 :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\ 4005# +------+-----------------------+-----+-----+-----------------------+
2553 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\ 4006# | Down | TABLE 2 | 8 | 1 | TABLE 2 |
2554 :kB=\EI:kC=\E*:kD=\EW:kE=\Et:kL=\ER:kS=\Ey:kb=^H:\ 4007# +------+-----------------------+-----+-----+-----------------------+
2555 :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=\Ea:\ 4008#
2556 :po=\E`:se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:\ 4009#
2557 :ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\ 4010# S2 1 2 3 4 5 6 7 8 9 10
2558 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed: 4011# +-----+-----+-----------------+-----+-----------+-----+-----+
4012# |Edit |Cursr| Parity |Video|Transmiss'n| Hz |Click|
4013# +------+-----+-----+-----------------+-----+-----------+-----+-----+
4014# | Up | Dplx|Blink| See |GonBk| See | 60 | Off |
4015# +------+-----+-----+-----------------+-----+-----------+-----+-----+
4016# | Down |Local|St'dy| TABLE 3 |BkonG| CHART | 50 | On |
4017# +------+-----+-----+-----------------+-----+-----------+-----+-----+
4018#
4019# TABLE 2:
4020#
4021# +-----------+-----+-----+-----+-----+-----------+
4022# | Display | 1 | 2 | 3 | 4 | Baud |
4023# +-----------+-----+-----+-----+-----+ |
4024# | Printer | 7 | 8 | 9 | 10 | Rate |
4025# +-----------+-----+-----+-----+-----+-----------+
4026# | D | D | D | D | 9600 |
4027# | U | D | D | D | 50 |
4028# | D | U | D | D | 75 |
4029# | U | U | D | D | 110 |
4030# | D | D | U | D | 135 |
4031# | U | D | U | D | 150 |
4032# | D | U | U | D | 300 |
4033# | U | U | U | D | 600 |
4034# | D | D | D | U | 1200 |
4035# | U | D | D | U | 1800 |
4036# | D | U | D | U | 2400 |
4037# | U | U | D | U | 3600 |
4038# | D | D | U | U | 4800 |
4039# | U | D | U | U | 7200 |
4040# | D | U | U | U | 9600 |
4041# | U | U | U | U | 19200 |
4042# +-----+-----+-----+-----+-----------+
4043#
4044# TABLE 3:
4045# +-----+-----+-----+-----------+
4046# | 3 | 4 | 5 | Parity |
4047# +-----+-----+-----+-----------+
4048# | X | X | D | None |
4049# | D | D | U | Odd |
4050# | D | U | U | Even |
4051# | U | D | U | Mark |
4052# | U | U | U | Space |
4053# +-----+-----+-----+-----------+
4054# X = don't care
4055#
4056# CHART:
4057# +-----+-----+-----------------+
4058# | 7 | 8 | Communication |
4059# +-----+-----+-----------------+
4060# | D | D | Half Duplex |
4061# | D | U | Full Duplex |
4062# | U | D | Block |
4063# | U | U | Local |
4064# +-----+-----+-----------------+
4065#
4066# (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:".
4067# I also inserted :ic: and :kI:; the :ko: string indicated that :IC:
4068# should be present and all tvi native modes use the same string for this.
4069# Finally, note that BSD has cud1=^V. -- esr)
4070tvi950|televideo 950:\
4071 :am:bs:hs:mi:ms:xn:xo:\
4072 :co#80:it#8:li#24:sg#1:\
4073 :ac=b\011c\014d\re\ni\013:ae=^X:al=\EE:as=^U:bl=^G:bt=\EI:\
4074 :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:\
4075 :dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:ic=\EQ:im=\Eq:\
4076 :is=\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:\
4077 :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
4078 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:\
4079 :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:\
4080 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\Ea:po=\E`:sf=^J:sr=\Ej:\
4081 :st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:\
4082 :tc=adm+sgr:
2559# 4083#
2560# is for 950 with two pages adds the following: 4084# is for 950 with two pages adds the following:
2561# set 48 line page (\E\\2) 4085# set 48 line page (\E\\2)
@@ -2569,9 +4093,10 @@ tvi950|950|televideo950:\
2569# set duplex (send) edit keys (\El) when entering vi 4093# set duplex (send) edit keys (\El) when entering vi
2570# set local (no send) edit keys (\Ek) when exiting vi 4094# set local (no send) edit keys (\Ek) when exiting vi
2571# 4095#
2572tvi950-2p|950-2p|televideo950 w/2 pages:\ 4096tvi950-2p|televideo950 w/2 pages:\
2573 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 \011:\ 4097 :is=\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:\
2574 :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :tc=tvi950: 4098 :ke=\Ek:ks=\El:te=\E\2\E-07 :ti=\E\1\E-07 :\
4099 :tc=tvi950:
2575# 4100#
2576# is for 950 with four pages adds the following: 4101# is for 950 with four pages adds the following:
2577# set 96 line page (\E\\3) 4102# set 96 line page (\E\\3)
@@ -2582,206 +4107,264 @@ tvi950-2p|950-2p|televideo950 w/2 pages:\
2582# when exiting ex, reset 96 line page (\E\\3) 4107# when exiting ex, reset 96 line page (\E\\3)
2583# place cursor at 0,24,1 (\E-07 ) 4108# place cursor at 0,24,1 (\E-07 )
2584# 4109#
2585tvi950-4p|950-4p|televideo950 w/4 pages:\ 4110tvi950-4p|televideo950 w/4 pages:\
2586 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 \011:\ 4111 :is=\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:\
2587 :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :tc=tvi950: 4112 :ke=\Ek:ks=\El:te=\E\3\E-07 :ti=\E\1\E-07 :\
4113 :tc=tvi950:
2588# 4114#
2589# is for reverse video 950 changes the following: 4115# :is: for reverse video 950 changes the following:
2590# set reverse video (\Ed) 4116# set reverse video (\Ed)
2591# 4117#
2592# set vb accordingly (\Ed ...nulls... \Eb) 4118# set vb accordingly (\Ed ...delay... \Eb)
2593#
2594tvi950-rv|950-rv|televideo950 rev video:\
2595 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200:\
2596 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
2597#
2598# uses the appropriate entries from 950-2p and 950-rv
2599# 4119#
2600tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\ 4120tvi950-rv|televideo950 rev video:\
2601 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 :\ 4121 :is=\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:\
2602 :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :\ 4122 :vb=\Ed\Eb:\
2603 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950: 4123 :tc=tvi950:
2604# 4124
2605# uses the appropriate entries from 950-4p and 950-rv 4125# tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
2606# 4126tvi950-rv-2p|televideo950 rev video w/2 pages:\
2607tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\ 4127 :is=\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 :\
2608 :is=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 :\ 4128 :ke=\Ek:ks=\El:te=\E\2\E-07 :ti=\E\1\E-07 :vb=\Ed\Eb:\
2609 :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :\ 4129 :tc=tvi950:
2610 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950: 4130
4131# tvi950-rv uses the appropriate entries from 950-4p and 950-rv
4132tvi950-rv-4p|televideo950 rev video w/4 pages:\
4133 :is=\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 :\
4134 :ke=\Ek:ks=\El:te=\E\3\E-07 :ti=\E\1\E-07 :vb=\Ed\Eb:\
4135 :tc=tvi950:
2611# From: Andreas Stolcke <stolcke@icsi.berkeley.edu> 4136# From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
2612# (tvi955: removed obsolete ":ko=ic,dc,al,dl,cl,bt,ce,cd:ma:=^Vj^Kk^Hh^Ll^^H"; 4137# (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
2613# mapped ":pt:" to ":it#8:"; removed incorrect (and overridden) ":do=^J:"; 4138# removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
2614# fixed broken continuations in the :rs: string -- esr) 4139# the :rs: string, inserted the :IC: implied by the termcap :ko: string. Note
2615tvi955|televideo955:\ 4140# the :ko: string had :cl: in it, which means that one of the original
2616 :5i:am:bs:hs:mi:pt:xn:xo:\ 4141# :cl=\E*:, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
2617 :co#80:it#8:li#24:\ 4142# the 950 has. Finally, corrected the <kel> string to match the 950 and what
4143# ko implies -- esr)
4144# If the BSD termcap file was right, :cm=\E=%p1%{32}%+%c%p2%{32}%+%c: would
4145# also work.
4146tvi955|televideo 955:\
4147 :5i:bs:ms@:\
4148 :it#8:sg@:\
2618 :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\ 4149 :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
2619 :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:al=\EE:\ 4150 :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:as=\E$:\
2620 :as=\E$:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\ 4151 :cm=\E[%i%d;%dH:do=^V:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
2621 :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eg\Ef\r:ei=\Er:fs=^M:\ 4152 :kM=\EQ:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:mb=\EG2:\
2622 :ho=^^:im=\Eq:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\ 4153 :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
2623 :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\ 4154 :r1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r:\
2624 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\ 4155 :sf@:ve=\E.2:vi=\E.0:vs=\E.1:\
2625 :kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\ 4156 :tc=tvi950:
2626 :kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kb=^H:kd=^V:kh=^^:kl=^H:\
2627 :kr=^L:kt=\E2:ku=^K:le=^H:mb=\EG2:me=\EG0\E[=5l:\
2628 :mh=\E[=5h:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
2629 :ps=\EP:\
2630 :rs=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
2631 :se=\EG0:so=\EG4:sr=\Ej:st=\E1:ts=\Eg\Ef:ue=\EG0:\
2632 :up=^K:us=\EG8:\
2633 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2634 :ve=\E.2:vi=\E.0:vs=\E.1:
2635tvi955-w|955-w|televideo955 w/132 cols:\ 4157tvi955-w|955-w|televideo955 w/132 cols:\
2636 :co#132:\ 4158 :co#132:\
2637 :cm=\E[%i%d;%dH:is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955: 4159 :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
2638# use half-intensity as normal mode, full intensity as bold (md) 4160# use half-intensity as normal mode, full intensity as :md:
2639tvi955-hb|955-hb|televideo955 half-bright:\ 4161tvi955-hb|955-hb|televideo955 half-bright:\
2640 :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\ 4162 :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
2641 :me=\EG0\E[=5h:mh@:tc=tvi955: 4163 :me=\EG0\E[=5h:mh@:tc=tvi955:
2642# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin 4164# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
2643# (tvi970: removed ":sg#0:"; mapped ":pt:" to ":it#8:" -- esr) 4165# (tvi970: removed ":sg#0:"; removed :se:=\E[m, :ue:=\E[m;
2644tvi970|televideo970:\ 4166# added :am:/:cs:/:ho:/<hpa>/<vpa>/:ti:/:te: from BRL.
2645 :bs:da:db:mi:ms:pt:\ 4167# According to BRL we could have :ke:=\E>, :ks:=\E= but I'm not sure what
4168# it does to the function keys. I deduced <rmam>/<smam>.
4169# also added empty <acsc> to suppress tic warning, -- esr)
4170tvi970|televideo 970:\
4171 :am:bs:da:db:mi:ms:pt:\
2646 :co#80:it#8:li#24:\ 4172 :co#80:it#8:li#24:\
2647 :ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:cd=\E[0J:ce=\E[0K:\ 4173 :RA=\E[?7h:SA=\E[?7l:ac=:ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:\
2648 :cl=\E[H\E[2J:cm=\E[%i%d;%df:dc=\E[P:dl=\E[M:do=\ED:\ 4174 :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%df:\
2649 :ei=\E[4l:im=\E[4h:\ 4175 :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\ED:\
2650 :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\ 4176 :ds=\Eg\Ef\r:ei=\E[4l:ho=\E[H:im=\E[4h:\
2651 :k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:\ 4177 :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:k1=\E?a:\
2652 :k7=\E?g:k8=\E?h:k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:\ 4178 :k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
2653 :kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:so=\E[7m:\ 4179 :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2654 :sr=\EM:ue=\E[0m:up=\EM:us=\E[4m:\ 4180 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:te=:\
2655 :vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m:\ 4181 :ti=\E[?20l\E[?7h\E[1Q:ue=\E[m:up=\EM:us=\E[4m:\
2656 :vs=\E[1Q: 4182 :vb=\E[5m\E[m:vs=\E[1Q:
2657# From Gene Rochlin <armsis@amber> 9/19/84. 4183tvi970-vb|televideo 970 with visual bell:\
4184 :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:tc=tvi970:
4185tvi970-2p|televideo 970 with using 2 pages of memory:\
4186 :te=\E[H\E[J\E[V:ti=\E[U\E[?20l\E[?7h\E[1Q:\
4187 :tc=tvi970:
2658# Works with vi and rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 chars 4188# Works with vi and rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 chars
2659# per line (rather than 40), Esc K chooses the normal character set. Not sure 4189# per line (rather than 40), Esc K chooses the normal character set. Not sure
2660# padding is needed, but adapted from the tvi920c termcap. The :so: and :us: 4190# padding is needed, but adapted from the tvi920c termcap. The :so: and
2661# strings are klutzy, but at least use no screen space. 4191# :us: strings are klutzy, but at least use no screen space.
2662# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:" -- esr) 4192# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:". I wish we knew <rmam>,
2663tvipt|televideopt:\ 4193# its absence means <smam>=\Ev isn't safe to use. -- esr)
4194# From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84.
4195# The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
4196# F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
4197tvipt|televideo personal terminal:\
2664 :am:bs:\ 4198 :am:bs:\
2665 :co#80:li#24:\ 4199 :co#80:li#24:\
2666 :al=\EE<5*>:bt=\EI:ce=\ET:cl=^Z:cm=\E=%+ %+ :\ 4200 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dl=\ER:\
2667 :dl=\ER<5*>:ho=^^:if=/usr/share/tabset/stdcrt:\ 4201 :ho=^^:if=/usr/share/tabset/stdcrt:is=\Ev\Eu\EK:k0=^A:\
2668 :is=\Ev\Eu\EK:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:nd=^L:\ 4202 :k1=^B:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=^T:\
2669 :se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH: 4203 :po=^R:se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
4204# From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
4205# (untranslatable capabilities removed to fit entry within 1023 bytes)
4206# (sgr removed to fit entry within 1023 bytes)
4207# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4208tvi9065|televideo 9065:\
4209 :am:bw:hs:mi:ms:xn:xo:\
4210 :co#80:it#8:li#25:lm#0:ma#4:vt#0:ws#30:\
4211 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4212 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E%:\
4213 :al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
4214 :cm=\E=%+ %+ :cr=^M:cs=\E[%i%d;%dr:ct=\E3:dc=\EW:dl=\ER:\
4215 :dm=\Er:do=^V:ds=\E_30\r:ec=\E[%d@:ed=\0:ei=\Er:fs=^M:ho=^^:\
4216 :i1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er:\
4217 :i2=\E<\E[=4l\E[=8h:if=/usr/share/tabset/stdcrt:im=\Eq:\
4218 :ip=:is=\EF2\EG0\E\L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4219 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kb=^H:\
4220 :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E[25;1H:mb=\EG2:\
4221 :md=\EG\054:me=\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^M^J:\
4222 :rp=\E[%r%db%.:se=\EG0:sf=^J:so=\EGt:sr=\Ej:st=\E1:ta=^I:\
4223 :te=\E.3\Er\E[1;25r\E[25;0H:ti=\E.2:ts=\E[4;1v\E_30:\
4224 :uc=\EG8\EG0:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:\
4225 :vi=\E.0:vs=\E.2:
2670 4226
2671#### Visual (vi) 4227#### Visual (vi)
2672# 4228#
2673 4229# In September 1993, Visual Technology of Westboro, Massachusetts,
2674# (vi50: mapped ":pt:" to default 8-char tabs -- esr) 4230# merged with White Pine Software of Nashua, New Hampshire.
4231#
4232# White Pine Software may be contacted at +1 603/886-9050.
4233# Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
4234#
4235
4236# Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
4237# Recently I hacked together the following termcap for Visual
4238# Technology's Visual 50 terminal. It's a slight modification of
4239# the vt52 termcap.
4240# It's intended to run when the Visual 50 is in vt52 emulation mode
4241# (I know what you're thinking; if it's emulating a vt52, then why
4242# another termcap? Well, it turns out that the Visual 50 can handle
4243# :dl: and db(?) among other things, which the vt52 can't)
4244# The termcap works OK for the most part. The only problem is on
4245# character inserts. The whole line gets painfully redrawn for each
4246# character typed. Any suggestions?
4247# Beau's entry is combined with the vi50 entry from University of Wisconsin.
4248# Note especially the :al: function. :k4:-:k6: are really l4-l6 in
4249# disguise; :k7:-:k9: are really l1-l3.
2675vi50|visual 50:\ 4250vi50|visual 50:\
2676 :am:bs:ms:pt:\ 4251 :am:bs:da:db:ms:pt:\
2677 :co#80:li#24:\ 4252 :co#80:it#8:li#24:\
2678 :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:\ 4253 :al=\EL:bl=^G:bt=4\Ez:cd=\EJ:ce=16\EK:cl=\EH\EJ:\
2679 :dl=\EM:do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:\ 4254 :cm=\EY%+ %+ :cr=^M:dl=3*\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:\
2680 :kr=\EC:ku=\EA:le=^H:nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:\ 4255 :k3=\ER:k4=\EV:k5=\EE:k6=\E]:k7=\EL:k8=\Ev:k9=\EM:kb=^H:\
2681 :up=^K: 4256 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nl=^J:\
2682# From: Jeff Siegal <jbs@athena.mit.edu> 4257 :nw=^M^J:se=\ET:sf=^J:so=\EU:sr=\EI:ta=^I:ue=\EW:up=\EA:\
2683# (vi55: mapped ":pt:" to ":it#8:" -- esr) 4258 :us=\ES:
4259# this one was BSD & SCO's vi50
4260vi50adm|visual 50 in adm3a mode:\
4261 :am:ms:\
4262 :co#80:it#8:li#24:\
4263 :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:dl=\EM:\
4264 :do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
4265 :nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:up=^K:
4266# From: Jeff Siegal <jbs@quiotix.com>
2684vi55|Visual 55:\ 4267vi55|Visual 55:\
2685 :am:bs:mi:ms:pt:\ 4268 :am:bs:mi:ms:\
2686 :co#80:it#8:li#24:\ 4269 :co#80:it#8:li#24:\
2687 :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :\ 4270 :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :cs=\E_%+A%+A:\
2688 :cs=\E_%+A%+A:dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:\ 4271 :dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:im=\Ea:\
2689 :im=\Ea:is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:\ 4272 :is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
2690 :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:\ 4273 :ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:ta=^I:up=\EA:
2691 :up=\EA: 4274
2692 4275# Visual 200 from BRL
2693# The Visual 200 beeps when you type a character in insert mode. 4276# The following switch settings are assumed for normal operation:
2694# This is a horribly obnoxious misfeature, and some of the entries 4277# FULL_DUPLEX SCROLL CR
2695# below try to get around the problem by ignoring the feature or 4278# AUTO_NEW_LINE_ON VISUAL_200_EMULATION_MODE
2696# turning it off when inputting a character. They are said not to 4279# Other switches may be set for operator convenience or communication
2697# work well at 300 baud. (You could always cut the wire to the bell!) 4280# requirements.
2698# From: <mike@brl-vgr> Mon Nov 14 08:34:29 1983 4281# Character insertion is kludged in order to get around the "beep" misfeature.
2699# (vi200: mapped ":pt:" to default 8-char tabbing -- esr) 4282# (This cap is commented out because :im:/:ei: is more efficient -- esr)
2700vi200|vis200|visual 200 with function keys:\ 4283# Supposedly "4*" delays should be used for :al:, :cd:, :cl:, :dc:,
2701 :am:bs:pt:\ 4284# and :dl: strings, but we seem to get along fine without them.
2702 :co#80:li#24:\ 4285vi200|visual 200:\
2703 :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\ 4286 :am:bs:mi:ms:pt:\
2704 :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\ 4287 :co#80:it#8:kn#10:li#24:\
2705 :im=:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:k0=\EP:k1=\EQ:\ 4288 :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:bt=\Ez:cd=\Ey:ce=\Ex:cl=\Ev:\
2706 :k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%:\ 4289 :cm=\EY%+ %+ :cr=^M:ct=\Eg:dc=\EO:dl=\EM:do=^J:ho=\EH:\
2707 :k9=\E&:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\ 4290 :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
2708 :nd=\EC:se=\E3:sf=^J:so=\E4:sr=\EI:ta=^I:up=\EA:\ 4291 :k7=\E?w:k8=\E?x:k9=\E?y:kA=\EL:kC=\Ev:kD=\EO:kE=\Et:kI=\Ei:\
2709 :ve=\Ec:vs=\Ed: 4292 :kL=\EM:kM=\Ej:kS=\EJ:kT=\E1:kb=^H:kd=\EB:ke=\E>:kh=\EH:\
2710vi200-rv-ic|visual 200 reverse video using insert char:\ 4293 :kl=\ED:kr=\EC:ks=\E=:kt=\E2:ku=\EA:le=^H:me=\E3\Eb:mh=\E4:\
2711 :ei=\Ej:ic@:im=\Ei:tc=vi200-rv: 4294 :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps=\EH\E]:\
4295 :r1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX:se=\E3:sf=^J:so=\E4:\
4296 :sr=\EI:st=\E1:ta=^I:up=\EA:ve=\Ec:vs=\Ed:
2712# The older Visuals didn't come with function keys. This entry uses 4297# The older Visuals didn't come with function keys. This entry uses
2713# ks and ke so that the keypad keys can be used as function keys. 4298# :ks: and :ke: so that the keypad keys can be used as function keys.
2714# If your version of vi doesn't support function keys you may want 4299# If your version of vi doesn't support function keys you may want
2715# to use vi200-f. 4300# to use vi200-f.
2716# (vi200: mapped ":pt:" to ":it#8:" -- esr) 4301vi200-f|visual 200 no function keys:\
2717vi200-f|visual|visual 200 no function keys:\ 4302 :is=\E3\Eb\Ej\E\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:k2=\E?r:\
2718 :am:bs:pt:\ 4303 :k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:k8=\E?x:k9=\E?y:\
2719 :co#80:it#8:li#24:\ 4304 :ke=\E>:ks=\E=:se@:so@:\
2720 :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\ 4305 :tc=vi200:
2721 :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
2722 :im=:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:\
2723 :k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:\
2724 :k8=\E?x:k9=\E?y:kd=\EB:ke=\E>:kh=\EH:kl=\ED:kr=\EC:\
2725 :ks=\E=:ku=\EA:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
2726 :up=\EA:ve=\Ec:vs=\Ed:
2727vi200-rv|visual 200 reverse video:\ 4306vi200-rv|visual 200 reverse video:\
2728 :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200: 4307 :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
2729vi200-ic|visual 200 using insert char:\
2730 :ei=\Ej:ic@:im=\Ei:tc=vi200:
2731 4308
2732# the function keys are programmable but we don't reprogram 4309# the function keys are programmable but we don't reprogram them to their
2733# them to their default values with "is" because programming 4310# default values with :is: because programming them is very verbose. maybe
2734# them is very verbose. maybe an "if" file should be made for 4311# an initialization file should be made for the 300 and they could be stuck
2735# the 300 and they could be stuck in it. 4312# in it.
4313# (vi300: added <rmam>/<smam> based on init string -- esr)
2736vi300|visual 300 ansi x3.64:\ 4314vi300|visual 300 ansi x3.64:\
2737 :am:bw:mi:xn:\ 4315 :am:bw:mi:xn:\
2738 :co#80:li#24:\ 4316 :co#80:li#24:\
2739 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ 4317 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
2740 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\ 4318 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
2741 :ei=\E[4l:ho=\E[H:im=\E[4h:\ 4319 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:\
2742 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\ 4320 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
2743 :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\ 4321 :k1=\E_A\E\:k2=\E_B\E\:k3=\E_C\E\:k4=\E_D\E\:k5=\E_E\E\:\
2744 :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\ 4322 :k6=\E_F\E\:k7=\E_G\E\:k8=\E_H\E\:k9=\E_I\E\:kd=\E[B:\
2745 :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\ 4323 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
2746 :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\ 4324 :se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
2747 :ue=\E[m:up=\E[A:us=\E[4m: 4325 :us=\E[4m:
2748vi300-rv|visual 300 reverse video:\
2749 :bl=^G:cr=^M:do=^J:\
2750 :is=\E[7s\E[2;3;4;20;?6l\E[12;?5;?7h\E[1Q\E[0;1(D\E[8s:\
2751 :sf=^J:tc=vi300:
2752# slow scroll doesn't work that well; if you type on the
2753# keyboard while the terminal is scrolling it drops characters
2754vi300-ss|visual 300 slow scroll:\
2755 :bl=^G:cr=^M:do=^J:sf=^J:ve=\E[?4h:vs=\E[?4l:tc=vi300:
2756# some of the vi300s have older firmware that has the command 4326# some of the vi300s have older firmware that has the command
2757# sequence for setting editing extent reversed. 4327# sequence for setting editing extent reversed.
2758ovi300|visual 300 old:\ 4328vi300-old|visual 300 with old firmware (set edit extent reversed):\
2759 :bl=^G:cr=^M:do=^J:\
2760 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\ 4329 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
2761 :sf=^J:tc=vi300: 4330 :tc=vi300:
2762# if your version of ex/vi doesn't correctly implement xn 4331
2763# use this termcap for the vi300 4332# Visual 500 prototype entry from University of Wisconsin.
2764vi300-aw|visual 300 no autowrap:\ 4333# The best place to look for the escape sequences is page A1-1 of the
2765 :am@:xn@:\ 4334# Visual 500 manual. The initialization sequence given here may be
2766 :ve=\E[?7h:vs=\E[?7l:tc=vi300: 4335# overkill, but it does leave out some of the initializations which can
2767 4336# be done with the menus in set-up mode.
2768# the visual 550 is a visual 300 with tektronix graphics, 4337# The :xp: line below is so that emacs can understand the padding requirements
4338# of this slow terminal. :xp: is 10 time the padding factor.
4339# (vi500: removed unknown :xp#4: termcap;
4340# also added empty <acsc> to suppress tic warning -- esr)
4341vi500|visual 500:\
4342 :am:mi:ms:\
4343 :co#80:it#8:li#33:\
4344 :ac=:ae=^O:al=3*\EL\Ex:as=^N:bt=4\Ez:cd=3*\Ey:ce=16\Ex:\
4345 :cl=6*\Ev:cm=\EY%+ %+ :cr=^M:cs=\E(%+ %+ :dc=3*\EO:\
4346 :dl=3*\EM:do=\EB:ei=\Ej:ho=\EH:im=\Ei:\
4347 :is=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\:\
4348 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
4349 :nw=^M^J:se=\E^G:sf=^J:so=\E^H:ta=8\011:ue=\E^C:up=\EA:\
4350 :us=\E^D:
4351
4352# The visual 550 is a visual 300 with tektronix graphics,
2769# and with 33 lines. clear screen is modified here to 4353# and with 33 lines. clear screen is modified here to
2770# also clear the graphics. 4354# also clear the graphics.
2771vi550|visual 550 ansi x3.64:\ 4355vi550|visual 550 ansi x3.64:\
2772 :li#33:\ 4356 :li#33:\
2773 :bl=^G:cl=\030\E[H\E[2J:cr=^M:do=^J:sf=^J:tc=vi300: 4357 :cl=\030\E[H\E[2J:tc=vi300:
2774 4358
2775# (vi603: this had ":sb=\EM:"; sb is undefined, prob. an error for sr -- esr)
2776vi603|visual603|visual 603:\ 4359vi603|visual603|visual 603:\
2777 :hs:mi:\ 4360 :hs:mi:\
2778 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 4361 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
2779 :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\ 4362 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:ds=\EP2;1~\E\:ei=\E[4l:\
2780 :ds=\EP2;1~\E\\:ei=\E[4l:fs=\E\\:im=\E[4h:\ 4363 :fs=\E\:i1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r:\
2781 :is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\ 4364 :im=\E[4h:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2782 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\ 4365 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:\
2783 :rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:se=\E[27m:sf=\ED:\ 4366 :up=\E[A:us=\E[4m:\
2784 :so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:up=\E[A:us=\E[4m:tc=vt100: 4367 :tc=vt100:
2785 4368
2786#### Wyse (wy) 4369#### Wyse (wy)
2787# 4370#
@@ -2790,15 +4373,22 @@ vi603|visual603|visual 603:\
2790# San Jose, CA 95134 4373# San Jose, CA 95134
2791# Vox: (408)-473-1200 4374# Vox: (408)-473-1200
2792# Fax: (408) 473-1222 4375# Fax: (408) 473-1222
4376# Web: http://www.wyse.com
2793# 4377#
2794# Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at 4378# Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at
2795# (800)-800-WYSE (option 5 gets you a human). 4379# (800)-800-WYSE (option 5 gets you a human). There's a Web page at the
4380# obvious address, <http://www.wyse.com>. They keep terminfo entries at
4381# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
4382#
4383# Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
4384# They now own the Qume and Amdek brands, too. So these are the people to
4385# talk with about all Link, Qume, and Amdek terminals.
4386#
4387# These entries include a few small fixes.
4388# I canceled the bel capacities in the vb entries.
4389# I made two trivial syntax fixes in the wyse30 entry.
4390# I made some entries relative to adm+sgr.
2796# 4391#
2797# All the following entries until (but not including) wy100q are direct from
2798# Wyse technical support and represent their best knowledge as of January 1995.
2799# I made two trivial syntax fixes in the wyse30 entry, added OTbs everywhere
2800# needed, and merged in OTug#1 entries (as indicated by the termcap version of
2801# their descriptions).
2802# 4392#
2803# Note: The wyse75, wyse85, and wyse99 have been discontinued. 4393# Note: The wyse75, wyse85, and wyse99 have been discontinued.
2804 4394
@@ -2810,41 +4400,40 @@ vi603|visual603|visual 603:\
2810# should be used. 4400# should be used.
2811# 4401#
2812wy30|wyse30|Wyse 30:\ 4402wy30|wyse30|Wyse 30:\
2813 :5i:am:bs:bw:hs:mi:ms:xo:\ 4403 :5i:am:bw:hs:mi:ms:xo:\
2814 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ug#1:ws#45:\ 4404 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
2815 :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\ 4405 :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
2816 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\ 4406 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
2817 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ 4407 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
2818 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\ 4408 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
2819 :ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:ip=:\ 4409 :ho=^^:im=\Eq:ip=:is=\E'\E(\E\1363\E`9\016\024:k1=^A@\r:\
2820 :is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:k2=^AA\r:\ 4410 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
2821 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\ 4411 :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:\
2822 :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:\ 4412 :kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
2823 :kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\ 4413 :ll=^^^K:me=\E(\EH\003:mh=\E`7\E):mp=\E`7\E):nd=^L:\
2824 :ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\ 4414 :nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
2825 :mp=\E`7\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:\
2826 :ps=\EP:px=\Ez%+?%s\177:\
2827 :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\ 4415 :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2828 :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:\ 4416 :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:ts=\EF:up=^K:\
2829 :ts=\EF:up=^K:ve=\E`1:vi=\E`0: 4417 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
2830# 4418#
2831# This terminal description uses the non-hidden attribute mode 4419# This terminal description uses the non-hidden attribute mode
2832# (with magic cookie). 4420# (with magic cookie).
2833# 4421#
4422# (wy30-mc: added :ti: to suppress tic warning --esr)
2834wy30-mc|wyse30-mc|wyse 30 with magic cookies:\ 4423wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
2835 :ms@:\ 4424 :ms@:\
2836 :ma@:sg#1:ug#1:\ 4425 :ma@:sg#1:\
2837 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\ 4426 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
2838 :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\ 4427 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):\
2839 :mr=\EG4:\ 4428 :..sa=\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%;:\
2840 :..sa=\EG%'0'%?%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%;:\ 4429 :se=\EG0:so=\EG4:te=\EG0:ti=:\
2841 :se=\EG0:so=\EG4:te=\EG0:ue=\EG0:us=\EG8:tc=wy30: 4430 :tc=wy30:tc=adm+sgr:
2842# The manditorary pause used by flash does not work with 4431# The mandatory pause used by :vb: does not work with
2843# older versions of terminfo. If you see this effect then 4432# older versions of terminfo. If you see this effect then
2844# unset xon and delete the / from the delay. 4433# unset xon and delete the / from the delay.
2845# i.e. change $<100/> to $<100> 4434# i.e. change $<100/> to $<100>
2846wy30-vb|wyse30-vb|wyse 30 visible bell:\ 4435wy30-vb|wyse30-vb|wyse 30 visible bell:\
2847 :vb=\E`8\E`9:tc=wy30: 4436 :bl@:tc=wy30:
2848# 4437#
2849# The Wyse 50 can support one attribute (e.g. Dim, Inverse, 4438# The Wyse 50 can support one attribute (e.g. Dim, Inverse,
2850# Normal) without magic cookies by using the protect mode. 4439# Normal) without magic cookies by using the protect mode.
@@ -2856,47 +4445,48 @@ wy30-vb|wyse30-vb|wyse 30 visible bell:\
2856# to correctly handle multiple attributes on a screen. 4445# to correctly handle multiple attributes on a screen.
2857# 4446#
2858wy50|wyse50|Wyse 50:\ 4447wy50|wyse50|Wyse 50:\
2859 :5i:am:bs:bw:hs:mi:ms:xo:\ 4448 :5i:am:bw:hs:mi:ms:xo:\
2860 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\ 4449 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
2861 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\ 4450 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
2862 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\ 4451 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
2863 :LO=\EA10:ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:\ 4452 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
2864 :al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\ 4453 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
2865 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\ 4454 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
2866 :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:im=\Eq:\ 4455 :ho=^^:i1=\E`\072\E`9:im=\Eq:ip=:is=\016\024\E'\E(:\
2867 :ip=:is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ 4456 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2868 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\ 4457 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
2869 :k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\ 4458 :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
2870 :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:\ 4459 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
2871 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:\ 4460 :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\
2872 :mh=\E`7\E):mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:\ 4461 :po=^X:ps=\EP:px=\Ez%+?%s\177:\
2873 :pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\ 4462 :..sa=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2874 :..sa=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;:\ 4463 :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\
2875 :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:\ 4464 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
2876 :up=^K:ve=\E`1:vi=\E`0:
2877# 4465#
2878# This terminal description uses the non-hidden attribute mode 4466# This terminal description uses the non-hidden attribute mode
2879# (with magic cookie). 4467# (with magic cookie).
2880# 4468#
4469# The mandatory pause used by flash does not work with some
4470# older versions of terminfo. If you see this effect then
4471# unset :xo: and delete the / from the delay.
4472# i.e. change $<100/> to $<100>
4473# (wy50-mc: added :ti: to suppress tic warning --esr)
2881wy50-mc|wyse50-mc|wyse 50 with magic cookies:\ 4474wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
2882 :ms@:\ 4475 :ms@:\
2883 :ma@:sg#1:ug#1:\ 4476 :ma@:sg#1:\
2884 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\ 4477 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
2885 :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\ 4478 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):mr=\EG4:\
2886 :mr=\EG4:\ 4479 :..sa=\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%;:\
2887 :..sa=\EG%'0'%?%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%;:\ 4480 :se=\EG0:so=\EGt:te=\EG0:ti=:\
2888 :se=\EG0:so=\EGt:te=\EG0:ue=\EG0:us=\EG8:tc=wy50: 4481 :tc=wy50:tc=adm+sgr:
2889# The mandatory pause used by flash does not work with
2890# older versions of terminfo. If you see this effect then
2891# unset xon and delete the / from the delay.
2892# i.e. change $<100/> to $<100>
2893wy50-vb|wyse50-vb|wyse 50 visible bell:\ 4482wy50-vb|wyse50-vb|wyse 50 visible bell:\
2894 :vb=\E`8\E`9:tc=wy50: 4483 :bl@:tc=wy50:
2895wy50-w|wyse50-w|wyse 50 132-column:\ 4484wy50-w|wyse50-w|wyse 50 132-column:\
2896 :Nl#16:co#132:lw#7:ws#97:\ 4485 :Nl#16:co#132:lw#7:ws#97:\
2897 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50: 4486 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
2898wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\ 4487wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
2899 :vb=\E`8\E`9:tc=wy50-w: 4488 :bl@:\
4489 :tc=wy50-w:
2900# 4490#
2901# The Wyse 350 is a Wyse 50 with color. 4491# The Wyse 350 is a Wyse 50 with color.
2902# Unfortunately this means that it has magic cookies. 4492# Unfortunately this means that it has magic cookies.
@@ -2914,87 +4504,76 @@ wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
2914# sure that the wy350 runs better with this terminfo than it does 4504# sure that the wy350 runs better with this terminfo than it does
2915# with the wy50 terminfo (with user adjusted colors). 4505# with the wy50 terminfo (with user adjusted colors).
2916# 4506#
2917wy350|wyse350|Wyse 350:\ 4507# The mandatory pause used by flash does not work with
2918 :5i:am:bs:bw:hs:mi:xo:\
2919 :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:\
2920 :ug#1:ws#45:\
2921 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
2922 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
2923 :LO=\EA10:Sb= :\
2924 :..Sf=%?%p1%{0}%=%t%{76}\n%e%p1%{1}%=%t%{64}\n%e%p1%{2}%=%t%{8}\n%e%p1%{3}%=%t%{72}\n%e%p1%{4}%=%t%{4}\n%e%p1%{5}%=%t%{68}\n%e%p1%{6}%=%t%{12}\n%e%p1%{7}%=%t%{0}\n%;%PC\n\EG%gC%gA%+%'0'%+%c:\
2925 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:\
2926 :al=\EE:as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
2927 :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
2928 :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:\
2929 :i2=\E%?:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
2930 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2931 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
2932 :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:\
2933 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
2934 :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
2935 :mk=\EG1:mp=\EG0\E):mr=\EG4:nd=^L:nw=^M^J:oc=\E%?:\
2936 :op=\EG0:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:\
2937 :px=\Ez%+?%s\177:\
2938 :..sa=%{0}%?%p4%t%{2}%|%;\n%?%p7%t%{1}%|%;%PA\n\EG%?%gC%t%gC%e\n%{0}%?%p1%t%{4}%|%;\n%?%p2%t%{8}%|%;\n%?%p3%t%{4}%|%;\n%?%p5%t%{64}%|%;\n%;%gA%+%'0'%+%c\n%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2939 :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:\
2940 :ue=\EG0:up=^K:us=\EG8:ve=\E`1:vi=\E`0:
2941# The manditorary pause used by flash does not work with
2942# older versions of terminfo. If you see this effect then 4508# older versions of terminfo. If you see this effect then
2943# unset xon and delete the / from the delay. 4509# unset xon and delete the / from the delay.
2944# i.e. change $<100/> to $<100> 4510# i.e. change $<100/> to $<100>
4511#
4512# Bug: The <op> capability resets attributes.
4513# (untranslatable capabilities removed to fit entry within 1023 bytes)
4514wy350|wyse350|Wyse 350:\
4515 :5i:am:bw:hs:mi:xo:\
4516 :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\
4517 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
4518 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:Sb=:\
4519 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:al=\EE:\
4520 :as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4521 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
4522 :ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:i2=\E%?:im=\Eq:ip=:\
4523 :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4524 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
4525 :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
4526 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
4527 :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
4528 :mp=\EG0\E):nd=^L:nw=^M^J:oc=\E%?:op=\EG0:pf=^T:\
4529 :pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:sf=\n:sr=\Ej:\
4530 :st=\E1:ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4531 :tc=adm+sgr:
2945wy350-vb|wyse350-vb|wyse 350 visible bell:\ 4532wy350-vb|wyse350-vb|wyse 350 visible bell:\
2946 :vb=\E`8\E`9:tc=wy350: 4533 :bl@:tc=wy350:
2947wy350-w|wyse350-w|wyse 350 132-column:\ 4534wy350-w|wyse350-w|wyse 350 132-column:\
2948 :Nl#16:co#132:lw#7:ws#97:\ 4535 :Nl#16:co#132:lw#7:ws#97:\
2949 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350: 4536 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
2950wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\ 4537wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
2951 :vb=\E`8\E`9:tc=wy350-w: 4538 :bl@:\
4539 :tc=wy350-w:
2952# 4540#
2953# This terminfo description is untested. 4541# This terminfo description is untested.
4542# The wyse100 emulates an adm31, so the adm31 entry should work.
2954# 4543#
2955wy100|wyse 100:\ 4544wy100|wyse 100:\
2956 :hs:mi:\ 4545 :hs:mi:\
2957 :co#80:li#24:sg#1:ug#1:\ 4546 :co#80:li#24:sg#1:\
2958 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\ 4547 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
2959 :cr=^M:dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:\ 4548 :dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:im=\Eq:is=\Eu\E0:\
2960 :im=\Eq:is=\Eu\E0:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ 4549 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2961 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:\ 4550 :k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:\
2962 :kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:\ 4551 :le=^H:mk@:nd=^L:sf=^J:ts=\EF:up=^K:\
2963 :sf=^J:so=\EG4:ts=\EF:ue=\EG0:up=^K:us=\EG8: 4552 :tc=adm+sgr:
2964# 4553#
2965# The Wyse 120/150 has most of the features of the Wyse 60. 4554# The Wyse 120/150 has most of the features of the Wyse 60.
2966#
2967# This terminal does not need padding up to 9600 baud! 4555# This terminal does not need padding up to 9600 baud!
4556# :ms: should be set but the clear screen fails when in
4557# alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
4558# then set :ms:.
2968# 4559#
2969# (msgr) should be set but the clear screen fails when in 4560# (untranslatable capabilities removed to fit entry within 1023 bytes)
2970# alt-charset mode. Try \EcE \E+ if the screen is really clear 4561# (sgr removed to fit entry within 1023 bytes)
2971# then set msgr. 4562# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2972#
2973wy120|wyse120|wy150|wyse150|Wyse 120/150:\ 4563wy120|wyse120|wy150|wyse150|Wyse 120/150:\
2974 :5i:am:bs:bw:hs:km:mi:ms:xo:\ 4564 :am:bw:hs:km:mi:ms:xo:\
2975 :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\ 4565 :co#80:it#8:li#24:pb#9601:ws#45:\
2976 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\ 4566 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
2977 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\ 4567 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
2978 :LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21\ntbc=\E0:\ 4568 :ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
2979 :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
2980 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
2981 :cl=\E+:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:\
2982 :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
2983 :i2=\EwJ\Ew1:im=\Eq:ip=:\
2984 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ 4569 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
2985 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 4570 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2986 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\ 4571 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
2987 :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\ 4572 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
2988 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\ 4573 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
2989 :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\ 4574 :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
2990 :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\ 4575 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
2991 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\ 4576 :tc=adm+sgr:
2992 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\072:\
2993 :r3=\EwG\Ee(:\
2994 :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
2995 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
2996 :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
2997 :vi=\E`0:
2998# 4577#
2999wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\ 4578wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
3000 :Nl#16:co#132:lw#7:ws#97:\ 4579 :Nl#16:co#132:lw#7:ws#97:\
@@ -3009,63 +4588,60 @@ wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines
3009 :pn@:r3=\EwG\Ee):tc=wy120-w: 4588 :pn@:r3=\EwG\Ee):tc=wy120-w:
3010# 4589#
3011wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\ 4590wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
3012 :vb=\E`8\E`9:tc=wy120: 4591 :bl@:\
4592 :tc=wy120:
3013# 4593#
3014wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\ 4594wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
3015 :vb=\E`8\E`9:tc=wy120-w: 4595 :bl@:\
4596 :tc=wy120-w:
3016# 4597#
3017# The Wyse 60 is like the Wyse 50 but with more padding. 4598# The Wyse 60 is like the Wyse 50 but with more padding.
3018# The reset strings are slow and the pad times very depending 4599# The reset strings are slow and the pad times very depending
3019# on other parameters such as font loading. I have tried 4600# on other parameters such as font loading. I have tried
3020# to follow the following outline: 4601# to follow the following outline:
3021# rs1 -> set personality 4602#
3022# rs2 -> set number of columns 4603# <rs1> -> set personality
3023# rs3 -> set number of lines 4604# <rs2> -> set number of columns
3024# is1 -> select the proper font 4605# <rs3> -> set number of lines
3025# is2 -> do the initialization 4606# :i1: -> select the proper font
3026# is3 -> set up display memory (2 pages) 4607# :is: -> do the initialization
4608# :i3: -> set up display memory (2 pages)
3027# 4609#
3028# The Wyse 60's that have vt100 emulation are slower than the 4610# The Wyse 60's that have vt100 emulation are slower than the
3029# older Wyse 60's. This change happened mid-1987. 4611# older Wyse 60's. This change happened mid-1987.
3030# The capabilities effected are (dch1) (dl1) (il1) (ind) (ri) 4612# The capabilities effected are :dc: :dl: :al: :sf: :sr:
3031# 4613#
3032# The meta key is only half right. This terminal will return the 4614# The meta key is only half right. This terminal will return the
3033# high order bit set when you hit CTRL-function_key 4615# high order bit set when you hit CTRL-function_key
3034# 4616#
3035# It may be useful to assign two function keys with the 4617# It may be useful to assign two function keys with the
3036# values \E=(\s look at old data in page 1 4618# values \E=(\s look at old data in page 1
3037# \E=W, look at bottem of page 1 4619# \E=W, look at bottom of page 1
3038# where \s is a space ( ). 4620# where \s is a space ( ).
3039# 4621#
3040# Note: 4622# Note:
3041# The Wyse 60 runs faster when the XON/XOFF 4623# The Wyse 60 runs faster when the XON/XOFF
3042# handshake is turned off. 4624# handshake is turned off.
3043# 4625#
4626# (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
4627# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
4628# (untranslatable capabilities removed to fit entry within 1023 bytes)
4629# (sgr removed to fit entry within 1023 bytes)
4630# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3044wy60|wyse60|Wyse 60:\ 4631wy60|wyse60|Wyse 60:\
3045 :5i:am:bs:bw:hs:km:mi:ms:\ 4632 :am:bw:hs:km:mi:ms:\
3046 :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\ 4633 :co#80:li#24:ws#45:\
3047 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\ 4634 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
3048 :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\ 4635 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
3049 :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\ 4636 :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
3050 :SX=\Ec21:\
3051 :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3052 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
3053 :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
3054 :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
3055 :i2=\EwJ\Ew1:im=\Eq:ip=:\
3056 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ 4637 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3057 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 4638 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3058 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\ 4639 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
3059 :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\ 4640 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
3060 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\ 4641 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
3061 :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\ 4642 :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
3062 :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\ 4643 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
3063 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\ 4644 :tc=adm+sgr:
3064 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:\
3065 :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
3066 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
3067 :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3068 :vi=\E`0:
3069# 4645#
3070wy60-w|wyse60-w|wyse 60 132-column:\ 4646wy60-w|wyse60-w|wyse 60 132-column:\
3071 :Nl#16:co#132:lw#7:ws#97:\ 4647 :Nl#16:co#132:lw#7:ws#97:\
@@ -3084,8 +4660,9 @@ wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
3084 :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60: 4660 :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
3085wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\ 4661wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
3086 :Nl#16:co#132:lw#7:ws#97:\ 4662 :Nl#16:co#132:lw#7:ws#97:\
3087 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:\ 4663 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:nw=\r\n:\
3088 :nw=\r\n:r2=\EeF\E`;:tc=wy60-42: 4664 :r2=\EeF\E`;:\
4665 :tc=wy60-42:
3089# 4666#
3090wy60-43|wyse60-43|wyse 60 80-column 43-lines:\ 4667wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
3091 :Nl@:lh@:li#43:lw@:\ 4668 :Nl@:lh@:li#43:lw@:\
@@ -3095,9 +4672,10 @@ wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
3095 :pn@:r3=\Ee+:tc=wy60-42-w: 4672 :pn@:r3=\Ee+:tc=wy60-42-w:
3096# 4673#
3097wy60-vb|wyse60-vb|Wyse 60 visible bell:\ 4674wy60-vb|wyse60-vb|Wyse 60 visible bell:\
3098 :vb=\E`8\E`9:tc=wy60: 4675 :bl@:tc=wy60:
3099wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\ 4676wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
3100 :vb=\E`8\E`9:tc=wy60-w: 4677 :bl@:\
4678 :tc=wy60-w:
3101 4679
3102# The Wyse-99GT looks at lot like the Wyse 60 except that it 4680# The Wyse-99GT looks at lot like the Wyse 60 except that it
3103# does not have the 42/43 line mode. In the Wyse-60 the "lines" 4681# does not have the 42/43 line mode. In the Wyse-60 the "lines"
@@ -3108,7 +4686,7 @@ wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
3108# Tektronix 4014. But this has no bearing on the native mode. 4686# Tektronix 4014. But this has no bearing on the native mode.
3109# 4687#
3110# (msgr) should be set but the clear screen fails when in 4688# (msgr) should be set but the clear screen fails when in
3111# alt-charset mode. Try \EcE \E+ if the screen is really clear 4689# alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
3112# then set msgr, else use msgr@. 4690# then set msgr, else use msgr@.
3113# 4691#
3114# u0 -> enter Tektronix mode 4692# u0 -> enter Tektronix mode
@@ -3116,9 +4694,9 @@ wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
3116# 4694#
3117wy99gt|wyse99gt|Wyse 99gt:\ 4695wy99gt|wyse99gt|Wyse 99gt:\
3118 :ms@:\ 4696 :ms@:\
3119 :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:\ 4697 :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:ip=:nw@:\
3120 :ip=:nw@:r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:\ 4698 :r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:ti=\Ew1:\
3121 :ti=\Ew1:u0=\E~>\E8:u1=\E[42h:tc=wy60: 4699 :u0=\E~>\E8:u1=\E[42h:vb=\E`8\E`9:tc=wy60:
3122# 4700#
3123wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\ 4701wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
3124 :Nl#16:co#132:lw#7:ws#97:\ 4702 :Nl#16:co#132:lw#7:ws#97:\
@@ -3133,21 +4711,23 @@ wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
3133 :pn@:r2=\E`;:tc=wy99gt-w: 4711 :pn@:r2=\E`;:tc=wy99gt-w:
3134# 4712#
3135wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\ 4713wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
3136 :vb=\E`8\E`9:tc=wy99gt: 4714 :bl@:tc=wy99gt:
3137# 4715#
3138wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\ 4716wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
3139 :vb=\E`8\E`9:tc=wy99gt-w: 4717 :bl@:\
4718 :tc=wy99gt-w:
3140# 4719#
3141# The Wyse 160 is combination of the WY-60 and the WY-99gt. 4720# The Wyse 160 is combination of the WY-60 and the WY-99gt.
3142# The reset strings are slow and the pad times very depending 4721# The reset strings are slow and the pad times very depending
3143# on other parameters such as font loading. I have tried 4722# on other parameters such as font loading. I have tried
3144# to follow the following outline: 4723# to follow the following outline:
3145# rs1 -> set personality 4724#
3146# rs2 -> set number of columns 4725# <rs1> -> set personality
3147# rs3 -> set number of lines 4726# <rs2> -> set number of columns
3148# is1 -> select the proper font 4727# <rs3> -> set number of lines
3149# is2 -> do the initialization 4728# :i1: -> select the proper font
3150# is3 -> set up display memory (2 pages) 4729# :is: -> do the initialization
4730# :i3: -> set up display memory (2 pages)
3151# 4731#
3152# The display memory may be used for either text or graphics. 4732# The display memory may be used for either text or graphics.
3153# When "Display Memory = Shared" the terminal will have more pages 4733# When "Display Memory = Shared" the terminal will have more pages
@@ -3155,31 +4735,25 @@ wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
3155# graphics to text. If "Display Memory = Unshared" then the 4735# graphics to text. If "Display Memory = Unshared" then the
3156# text area will be only one page long. 4736# text area will be only one page long.
3157# 4737#
4738# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
4739# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
4740# (untranslatable capabilities removed to fit entry within 1023 bytes)
4741# (sgr removed to fit entry within 1023 bytes)
4742# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3158wy160|wyse160|Wyse 160:\ 4743wy160|wyse160|Wyse 160:\
3159 :5i:am:bs:bw:hs:km:mi:ms:\ 4744 :am:bw:hs:km:mi:ms:\
3160 :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\ 4745 :co#80:li#24:ws#38:\
3161 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\ 4746 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
3162 :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\ 4747 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
3163 :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\ 4748 :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
3164 :SX=\Ec21:\
3165 :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3166 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
3167 :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
3168 :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
3169 :i2=\Ew0:im=\Eq:ip=:\
3170 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ 4749 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3171 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 4750 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3172 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\ 4751 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
3173 :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\ 4752 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
3174 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\ 4753 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
3175 :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\ 4754 :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\
3176 :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\ 4755 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
3177 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\ 4756 :tc=adm+sgr:
3178 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\072:r3=\EwG\Ee(:\
3179 :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
3180 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
3181 :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3182 :vi=\E`0:
3183# 4757#
3184wy160-w|wyse160-w|wyse 160 132-column:\ 4758wy160-w|wyse160-w|wyse 160 132-column:\
3185 :Nl#16:co#132:lw#7:ws#90:\ 4759 :Nl#16:co#132:lw#7:ws#90:\
@@ -3194,8 +4768,9 @@ wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
3194# 4768#
3195wy160-42|wyse160-42|wyse 160 80-column 42-lines:\ 4769wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
3196 :li#42:\ 4770 :li#42:\
3197 :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:\ 4771 :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:r3=\Ee*:\
3198 :r3=\Ee*:sf=\n:sr=\Ej:tc=wy160: 4772 :sf=\n:sr=\Ej:\
4773 :tc=wy160:
3199wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\ 4774wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
3200 :Nl#16:co#132:lw#7:ws#90:\ 4775 :Nl#16:co#132:lw#7:ws#90:\
3201 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42: 4776 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
@@ -3208,9 +4783,10 @@ wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
3208 :pn@:r3=\Ee+:tc=wy160-42-w: 4783 :pn@:r3=\Ee+:tc=wy160-42-w:
3209# 4784#
3210wy160-vb|wyse160-vb|Wyse 160 visible bell:\ 4785wy160-vb|wyse160-vb|Wyse 160 visible bell:\
3211 :vb=\E`8\E`9:tc=wy160: 4786 :bl@:tc=wy160:
3212wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\ 4787wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
3213 :vb=\E`8\E`9:tc=wy160-w: 4788 :bl@:\
4789 :tc=wy160-w:
3214# 4790#
3215# The Wyse 75 is a vt100 lookalike without advanced video. 4791# The Wyse 75 is a vt100 lookalike without advanced video.
3216# 4792#
@@ -3223,100 +4799,88 @@ wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
3223# cookies. The wy75-mc terminal description uses magic cookies 4799# cookies. The wy75-mc terminal description uses magic cookies
3224# to correctly handle multiple attributes on a screen. 4800# to correctly handle multiple attributes on a screen.
3225# 4801#
4802# (untranslatable capabilities removed to fit entry within 1023 bytes)
4803# (sgr removed to fit entry within 1023 bytes)
4804# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3226wy75|wyse75|wyse 75:\ 4805wy75|wyse75|wyse 75:\
3227 :5i:am:bs:hs:mi:ms:xn:xo:\ 4806 :am:hs:mi:ms:xn:xo:\
3228 :co#80:li#24:ma#1:pb#1201:ug#1:ws#78:\ 4807 :co#80:li#24:ma#1:pb#1201:ws#78:\
3229 :%1=\E[28~:%9=\E[?5i:*6=\E[4~:@0=\E[1~:@8=\EOM:\ 4808 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3230 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\ 4809 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
3231 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\ 4810 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
3232 :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:FB=\E[35~:\ 4811 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3233 :IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:\ 4812 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3234 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ 4813 :ds=\E[>\054\001\001\E[>-\001\001:ec=\E[%dX:ei=\E[4l:\
3235 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 4814 :fs=^A:ho=\E[H:\
3236 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3237 :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3238 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3239 :ds=\E[>\\\054\001\001\E[>-\001\001:eA=\E)0:\
3240 :ec=\E[%dX:ei=\E[4l:fs=^A:ho=\E[H:\
3241 :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\ 4815 :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
3242 :im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\ 4816 :im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\
3243 :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\ 4817 :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3244 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[L:kE=\E[K:\ 4818 :k9=\E[20~:kI=\E[@:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
3245 :kI=\E[@:kL=\E[M:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\ 4819 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:ku=\E[A:le=^H:\
3246 :ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:\ 4820 :me=\E[m\017:mh=\E[0t\E[2m:mr=\E[1t\E[7m:nd=\E[C:rc=\E8:\
3247 :ku=\E[A:le=^H:me=\E[m\017:mh=\E[0t\E[2m:\ 4821 :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:ta=^I:\
3248 :mr=\E[1t\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\ 4822 :ts=\E[>\054\001:ue=\E[m:up=\E[A:us=\E[2t\E[4m:\
3249 :r1=\E[13l\E[3l\E!p:r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\ 4823 :vb=\E[30h\E\054\E[30l:ve=\E[?25h:vi=\E[?25l:
3250 :..sa=%?%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%;:\
3251 :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:\
3252 :ta=^I:ts=\E[>\\\054\001:ue=\E[m:up=\E[A:\
3253 :us=\E[2t\E[4m:ve=\E[?25h:vi=\E[?25l:
3254# 4824#
3255# This terminal description uses the non-hidden attribute mode 4825# This terminal description uses the non-hidden attribute mode
3256# (with magic cookie). 4826# (with magic cookie).
3257# 4827#
3258wy75-mc|wyse75-mc|wyse 75 with magic cookies:\ 4828wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
3259 :ms@:\ 4829 :ms@:\
3260 :ma@:sg#1:ug#1:\ 4830 :ma@:sg#1:\
3261 :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\ 4831 :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
3262 :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\ 4832 :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
3263 :..sa=\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%;:\ 4833 :..sa=\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%;:\
3264 :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75: 4834 :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:\
4835 :tc=wy75:
3265wy75-vb|wyse75-vb|wyse 75 with visible bell:\ 4836wy75-vb|wyse75-vb|wyse 75 with visible bell:\
3266 :pb@:\ 4837 :pb@:\
3267 :vb=\E[30h\E\\\054\E[30l:tc=wy75: 4838 :bl@:tc=wy75:
3268wy75-w|wyse75-w|wyse 75 in 132 column mode:\ 4839wy75-w|wyse75-w|wyse 75 in 132 column mode:\
3269 :co#132:ws#130:\ 4840 :co#132:ws#130:\
3270 :r2=\E[35h\E[?3h:tc=wy75: 4841 :r2=\E[35h\E[?3h:tc=wy75:
3271wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\ 4842wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
3272 :pb@:\ 4843 :pb@:\
3273 :vb=\E[30h\E\\\054\E[30l:tc=wy75-w: 4844 :bl@:tc=wy75-w:
3274# 4845#
3275# Wyse 85 emulating a vt220 7 bit mode. 4846# Wyse 85 emulating a vt220 7 bit mode.
3276# 24 line screen with status line. 4847# 24 line screen with status line.
3277# 4848#
3278# The vt220 mode permits more function keys but it wipes out 4849# The vt220 mode permits more function keys but it wipes out
3279# the escape key. I strongly reccomend that f11 be set to 4850# the escape key. I strongly recommend that <f11> be set to
3280# escape (esc). 4851# escape (esc).
3281# The terminal may have to be set for 8 data bits and 2 stop 4852# The terminal may have to be set for 8 data bits and 2 stop
3282# bits for the arrow keys to work. 4853# bits for the arrow keys to work.
3283# The Wyse 85 runs faster with XON/XOFF enabled. Also the 4854# The Wyse 85 runs faster with XON/XOFF enabled. Also the
3284# (dch) and (ich) work best when XON/XOFF is set. (ich) and 4855# :DC: and :IC: work best when XON/XOFF is set. :IC: and
3285# (dch) leave trash on the screen when used without XON/XOFF. 4856# :DC: leave trash on the screen when used without XON/XOFF.
3286# 4857#
4858# (untranslatable capabilities removed to fit entry within 1023 bytes)
4859# (sgr removed to fit entry within 1023 bytes)
4860# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3287wy85|wyse85|wyse 85:\ 4861wy85|wyse85|wyse 85:\
3288 :5i:am:bs:hs:mi:ms:xn:xo:\ 4862 :am:hs:mi:ms:xn:xo:\
3289 :co#80:it#8:li#24:ws#80:\ 4863 :co#80:it#8:li#24:ws#80:\
3290 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\ 4864 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3291 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\ 4865 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
3292 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\ 4866 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
3293 :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\ 4867 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3294 :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\ 4868 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
3295 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ 4869 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
3296 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 4870 :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
3297 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3298 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3299 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3300 :ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:\
3301 :ho=\E[H:i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:\
3302 :im=\E[4h:ip=:\
3303 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\ 4871 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
3304 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\ 4872 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3305 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:\ 4873 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
3306 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:\ 4874 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
3307 :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\ 4875 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
3308 :l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\ 4876 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
3309 :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:pf=\E[4i:\ 4877 :so=\E[7m:sr=\EM:st=\EH:ta=\011:\
3310 :po=\E[5i:ps=\E[0i:r1=\E[13l\E[3l\E!p:\
3311 :r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
3312 :..sa=\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%;:\
3313 :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
3314 :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\ 4878 :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\
3315 :ve=\E[?25h:vi=\E[?25l: 4879 :vb=\E[30h\E\054\E[30l:ve=\E[?25h:vi=\E[?25l:
3316# 4880#
3317# Wyse 85 with visual bell. 4881# Wyse 85 with visual bell.
3318wy85-vb|wyse85-vb|wyse 85 with visible bell:\ 4882wy85-vb|wyse85-vb|wyse 85 with visible bell:\
3319 :vb=\E[30h\E\\\054\E[30l:tc=wy85: 4883 :bl@:vb=\E[30h\E\054\E[30l:tc=wy85:
3320# 4884#
3321# Wyse 85 in 132-column mode. 4885# Wyse 85 in 132-column mode.
3322wy85-w|wyse85-w|wyse 85 in 132-column mode:\ 4886wy85-w|wyse85-w|wyse 85 in 132-column mode:\
@@ -3325,7 +4889,8 @@ wy85-w|wyse85-w|wyse 85 in 132-column mode:\
3325# 4889#
3326# Wyse 85 in 132-column mode with visual bell. 4890# Wyse 85 in 132-column mode with visual bell.
3327wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\ 4891wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
3328 :vb=\E[30h\E\\\054\E[30l:tc=wy85-w: 4892 :bl@:\
4893 :tc=wy85-w:
3329# 4894#
3330# Wyse 185 emulating a vt320 7 bit mode. 4895# Wyse 185 emulating a vt320 7 bit mode.
3331# 4896#
@@ -3337,36 +4902,29 @@ wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
3337# The Compose Character key can be used as a meta key if changed 4902# The Compose Character key can be used as a meta key if changed
3338# by set-up. 4903# by set-up.
3339# 4904#
4905# (untranslatable capabilities removed to fit entry within 1023 bytes)
4906# (sgr removed to fit entry within 1023 bytes)
4907# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3340wy185|wyse185|wyse 185:\ 4908wy185|wyse185|wyse 185:\
3341 :5i:am:bs:hs:km:mi:ms:xn:xo:\ 4909 :am:hs:km:mi:ms:xn:xo:\
3342 :co#80:it#8:li#24:ws#80:\ 4910 :co#80:it#8:li#24:ws#80:\
3343 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\ 4911 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3344 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\ 4912 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
3345 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\ 4913 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
3346 :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\ 4914 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3347 :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\ 4915 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3348 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ 4916 :ds=\E7\E[99;0H\E[K\E8:ec=\E[%dX:ei=\E[4l:\
3349 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 4917 :fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
3350 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3351 :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3352 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
3353 :dl=\E[M:do=^J:ds=\E7\E[99;0H\E[K\E8:eA=\E)0:\
3354 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
3355 :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\ 4918 :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
3356 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\ 4919 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
3357 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\ 4920 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3358 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\ 4921 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
3359 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\ 4922 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
3360 :kh=\E[26~:kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:\ 4923 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
3361 :l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:\ 4924 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
3362 :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\ 4925 :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q:\
3363 :pf=\E[4i:po=\E[5i:ps=\E[0i:\ 4926 :ts=\E7\E[99;%i%p1%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
3364 :r1=\E[13l\E[3l\E\\\E[63;1"p\E[!p:r2=\E[35h\E[?3l:\ 4927 :vb=\E[30h\E\054\E[30l:ve=\E[34h\E[?25h:vi=\E[?25l:\
3365 :r3=\E[?5l\E[47h\E[40l\E[r:rc=\E8:\
3366 :..sa=\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%;:\
3367 :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3368 :te=\E[ R:ti=\E[ Q:ts=\E7\E[99;%i%p1%dH:ue=\E[24m:\
3369 :up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
3370 :vs=\E[?25h\E[34l: 4928 :vs=\E[?25h\E[34l:
3371# 4929#
3372# Wyse 185 with 24 data lines and top status (terminal status) 4930# Wyse 185 with 24 data lines and top status (terminal status)
@@ -3375,65 +4933,62 @@ wy185-24|wyse185-24|wyse 185 with 24 data lines:\
3375 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185: 4933 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
3376# 4934#
3377# Wyse 185 with visual bell. 4935# Wyse 185 with visual bell.
3378wy185-vb|wyse185-vb|wyse 185 with visible bell:\ 4936wy185-vb|wyse185-vb|wyse 185+flash:\
3379 :vb=\E[30h\E\\\054\E[30l:tc=wy185: 4937 :bl@:tc=wy185:
3380# 4938#
3381# Wyse 185 in 132-column mode. 4939# Wyse 185 in 132-column mode.
3382wy185-w|wyse185-w|wyse 185 in 132-column mode:\ 4940wy185-w|wyse185-w|wyse 185 in 132-column mode:\
3383 :co#132:ws#132:\ 4941 :co#132:ws#132:\
3384 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:\ 4942 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy185:
3385 :r2=\E[35h\E[?3h:tc=wy185:
3386# 4943#
3387# Wyse 185 in 132-column mode with visual bell. 4944# Wyse 185 in 132-column mode with visual bell.
3388wy185-wvb|wyse185-wvb|wyse 185 with visible bell 132-columns:\ 4945wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols:\
3389 :vb=\E[30h\E\\\054\E[30l:tc=wy185-w: 4946 :bl@:tc=wy185-w:
3390 4947
3391# wy325 terminfo entries 4948# wy325 terminfo entries
3392# Done by Joe H. Davis 3-9-92 4949# Done by Joe H. Davis 3-9-92
3393 4950
3394# lines 25 columns 80 4951# lines 25 columns 80
3395# 4952#
3396wy325|wyse325|Wyse-epc:\ 4953# (untranslatable capabilities removed to fit entry within 1023 bytes)
3397 :5i:am:bs:bw:hs:mi:\ 4954wy325|wyse325|Wyse epc:\
4955 :5i:am:bw:hs:mi:\
3398 :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\ 4956 :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
3399 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\ 4957 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
3400 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\ 4958 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
3401 :LO=\EA10:RA=\Ed.:SA=\Ed/:\ 4959 :SA=\Ed/:\
3402 :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\ 4960 :ac=+/\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3403 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\ 4961 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
3404 :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\ 4962 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
3405 :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\ 4963 :ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
3406 :i2=\Ew0:im=\Eq:ip=:\
3407 :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\ 4964 :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3408 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 4965 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3409 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\ 4966 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
3410 :kB=\EI:kD=\EW:kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:\ 4967 :kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
3411 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\ 4968 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
3412 :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\ 4969 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:pf=^T:\
3413 :mk=\EG1:mp=\E):mr=\EG4:nd=^L:pf=^T:pl=\EZ2%+?%s\177:\ 4970 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
3414 :pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:px=\EZ1%+?%s\177:\ 4971 :px=\EZ1%+?%s\177:r1=\E~\041\E~4:r2=\EeF\E`\072:\
3415 :r1=\E~!\E~4:r2=\EeF\E`\072:r3=\EwG\Ee(:\ 4972 :r3=\EwG\Ee(:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
3416 :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\ 4973 :ti=\Ew1:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
3417 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\ 4974 :tc=adm+sgr:
3418 :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3419 :vi=\E`0:
3420 4975
3421# 4976#
3422# lines 24 columns 80 vb 4977# lines 24 columns 80 vb
3423# 4978#
3424wy325-vb|wyse325-vb|wy150-vb:\ 4979wy325-vb|wyse325-vb|wyse-325 with visual bell:\
3425 :vb=\E`8\E`9:tc=wy325: 4980 :bl@:tc=wy325:
3426 4981
3427# 4982#
3428# lines 24 columns 132 4983# lines 24 columns 132
3429# 4984#
3430wy325-w|wyse325-w|wy325w-24:\ 4985wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode:\
3431 :Nl#16:co#132:lw#7:ws#97:\ 4986 :Nl#16:co#132:lw#7:ws#97:\
3432 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325: 4987 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325:
3433# 4988#
3434# lines 25 columns 80 4989# lines 25 columns 80
3435# 4990#
3436wy325-25|wyse325-25|wy325-80:\ 4991wy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines:\
3437 :Nl@:lh@:li#25:lw@:\ 4992 :Nl@:lh@:li#25:lw@:\
3438 :pn@:r3=\EwG\Ee):tc=wy325: 4993 :pn@:r3=\EwG\Ee):tc=wy325:
3439# 4994#
@@ -3445,46 +5000,48 @@ wy325-25w|wyse325-25w|wy325 132 columns:\
3445# 5000#
3446# lines 25 columns 132 vb 5001# lines 25 columns 132 vb
3447# 5002#
3448wy325-w-vb|wy325-wvb|wyse325-wvb:\ 5003wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video:\
3449 :vb=\E`8\E`9:tc=wy325-w: 5004 :bl@:\
5005 :tc=wy325-w:
3450 5006
3451# 5007#
3452# lines 42 columns 80 5008# lines 42 columns 80
3453# 5009#
3454wy325-42|wyse325-42:\ 5010wy325-42|wyse325-42|wyse-325 42 lines:\
3455 :Nl@:lh@:li#42:lw@:\ 5011 :Nl@:lh@:li#42:lw@:\
3456 :pn@:r3=\EwG\Ee):tc=wy325: 5012 :pn@:r3=\EwG\Ee):tc=wy325:
3457# 5013#
3458# lines 42 columns 132 5014# lines 42 columns 132
3459# 5015#
3460wy325-42w|wyse325-42w:\ 5016wy325-42w|wyse325-42w|wyse-325 42 lines wide mode:\
3461 :Nl@:lh@:li#42:lw@:\ 5017 :Nl@:lh@:li#42:lw@:\
3462 :pn@:r3=\EwG\Ee):tc=wy325-w: 5018 :pn@:r3=\EwG\Ee):tc=wy325-w:
3463# 5019#
3464# lines 42 columns 132 vb 5020# lines 42 columns 132 vb
3465# 5021#
3466wy325-42w-vb|wy325-42wvb:\ 5022wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell:\
3467 :vb=\E`8\E`9:tc=wy325-w: 5023 :bl@:\
5024 :tc=wy325-w:
3468# 5025#
3469# lines 43 columns 80 5026# lines 43 columns 80
3470# 5027#
3471wy325-43|wyse325-43:\ 5028wy325-43|wyse325-43|wyse-325 43 lines:\
3472 :Nl@:lh@:li#43:lw@:\ 5029 :Nl@:lh@:li#43:lw@:\
3473 :pn@:r3=\EwG\Ee):tc=wy325: 5030 :pn@:tc=wy325:
3474# 5031#
3475# lines 43 columns 132 5032# lines 43 columns 132
3476# 5033#
3477wy325-43w|wyse325-43w:\ 5034wy325-43w|wyse325-43w|wyse-325 43 lines wide mode:\
3478 :Nl@:lh@:li#43:lw@:\ 5035 :Nl@:lh@:li#43:lw@:\
3479 :pn@:r3=\EwG\Ee):tc=wy325-w: 5036 :pn@:r3=\EwG\Ee):tc=wy325-w:
3480# 5037#
3481# lines 43 columns 132 vb 5038# lines 43 columns 132 vb
3482# 5039#
3483wy325-43w-vb|wy325-43wvb:\ 5040wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell:\
3484 :vb=\E`8\E`9:tc=wy325-w: 5041 :bl@:\
3485# Wyse 370 5042 :tc=wy325-w:
3486# 5043
3487# 24 line screen with status line. 5044# Wyse 370 -- 24 line screen with status line.
3488# 5045#
3489# The terminal may have to be set for 8 data bits and 2 stop 5046# The terminal may have to be set for 8 data bits and 2 stop
3490# bits for the arrow keys to work. 5047# bits for the arrow keys to work.
@@ -3494,80 +5051,70 @@ wy325-43w-vb|wy325-43wvb:\
3494# The following definition is for the basic terminal without 5051# The following definition is for the basic terminal without
3495# function keys. 5052# function keys.
3496# 5053#
3497# u0 -> enter Tektronix 4010/4014 mode 5054# <u0> -> enter Tektronix 4010/4014 mode
3498# u1 -> exit Tektronix 4010/4014 mode 5055# <u1> -> exit Tektronix 4010/4014 mode
3499# u2 -> enter ASCII mode (from any ANSI mode) 5056# <u2> -> enter ASCII mode (from any ANSI mode)
3500# u3 -> exit ASCII mode (goto native ANSI mode) 5057# <u3> -> exit ASCII mode (goto native ANSI mode)
3501# u4 -> enter Tek 4207 ANSI mode (from any ANSI mode) 5058# <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
3502# u5 -> exit Tek 4207 mode (goto native ANSI mode) 5059# <u5> -> exit Tek 4207 mode (goto native ANSI mode)
3503# 5060#
5061# Bug: The <op> capability resets attributes.
3504# (untranslatable capabilities removed to fit entry within 1023 bytes) 5062# (untranslatable capabilities removed to fit entry within 1023 bytes)
3505# WARNING: this entry, 1201 bytes long, may core-dump older termcap libraries! 5063# (sgr removed to fit entry within 1023 bytes)
5064# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3506wy370-nk|wyse 370 without function keys:\ 5065wy370-nk|wyse 370 without function keys:\
3507 :5i:am:bs:cc:hs:mi:ms:xn:xo:\ 5066 :am:hs:mi:ms:xn:xo:\
3508 :Co#64:NC#48:co#80:it#8:li#24:pa#64:ws#80:\ 5067 :co#80:it#8:li#24:ws#80:\
3509 :AL=\E[%dL:DC=\E[%dP:DK=\E[31h:DL=\E[%dM:DO=\E[%dB:\ 5068 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3510 :IC=\E[%d@::LE=\E[%dD:RA=\E[?7l:RC=\E[31l:RI=\E[%dC:\ 5069 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
3511 :SA=\E[?7h:Sb=\E[62;%dw:Sf=\E[61;%dw:UP=\E[%dA:\ 5070 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3512 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 5071 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
3513 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\ 5072 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
3514 :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 5073 :i1=\E[90;1"p\E[?5W:i2=\E>\017\E)0\E(B\E[63;0w\E[m:\
3515 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\ 5074 :im=\E[4h:ip=:\
3516 :dl=\E[M:do=^J:ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:\
3517 :fs=\E[1;24r\E8:ho=\E[H:i1=\E[90;1"p\E[?5W:\
3518 :i2=\E>\017\E)0\E(B\E[63;0w\E[m:im=\E[4h:ip=:\
3519 :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\ 5075 :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
3520 :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:\ 5076 :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
3521 :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\ 5077 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
3522 :oc=\E[60w\E[63;0w\n\E[66;1;4w\n\E[66;2;13w\n\E[66;3;16w\n\E[66;4;49w\n\E[66;5;51w\n\E[66;6;61w\n\E[66;7;64w:\ 5078 :so=\E[7m:sr=\EM:st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
3523 :op=\E[m:pf=\E[4i:po=\E[5i:ps=\E[0i:\ 5079 :ts=\E[40l\E[40h\E7\E[99;%i%p1%dH:ue=\E[24m:up=\E[A:\
3524 :r1=\E[13l\E[3l\E!p\E[?4i:r2=\E[35h\E[?3l:r3=\E[?5l:\ 5080 :us=\E[4m:vb=\E[30h\E\054\E[30l:ve=\E[34h\E[?25h:\
3525 :rc=\E8::sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
3526 :st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
3527 :ts=\E[40l\E[40h\E7\E[99;%i%p1%dH:u0=\E[?38h\E8:\
3528 :u1=\E[?38l\E)0:u2=\E[92;52"p:u3=\E~B:u4=\E[92;76"p::\
3529 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:\
3530 :vi=\E[?25l:vs=\E[?25h\E[34l: 5081 :vi=\E[?25l:vs=\E[?25h\E[34l:
3531# 5082#
3532# Function key set for the ASCII (wy-50 compatable) keyboard 5083# Function key set for the ASCII (wy-50 compatible) keyboard
5084# This is the default 370.
3533# 5085#
3534wy370-101k|Wyse 370 with 101 key keyboard:\ 5086wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard:\
3535 :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\ 5087 :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3536 :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:\ 5088 :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:k4=\E[@:\
3537 :k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\ 5089 :k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3538 :k9=\E[20~:k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:\ 5090 :k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:kL=\EOQ:kN=\E[U:\
3539 :kL=\EOQ:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\ 5091 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
3540 :kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk: 5092 :tc=wy370-nk:
3541# 5093#
3542# Function key set for the VT-320 (and wy85) compatable keyboard 5094# Function key set for the VT-320 (and wy85) compatible keyboard
3543# 5095#
3544wy370-105k|Wyse 370 with 105 key keyboard:\ 5096wy370-105k|Wyse 370 with 105 key keyboard:\
3545 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:\ 5097 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:\
3546 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\ 5098 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
3547 :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:\ 5099 :F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:K2=\EOu:K3=\EOy:\
3548 :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:\ 5100 :K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
3549 :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\ 5101 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
3550 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\ 5102 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:\
3551 :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:\ 5103 :kl=\E[D:kr=\E[C:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:\
3552 :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:tc=wy370-nk: 5104 :tc=wy370-nk:
3553# 5105#
3554# Function key set for the PC compatable keyboard 5106# Function key set for the PC compatible keyboard
3555# 5107#
3556wy370-EPC|Wyse 370 with 102 key keyboard:\ 5108wy370-EPC|Wyse 370 with 102 key keyboard:\
3557 :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:\ 5109 :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:k2=\EOQ:\
3558 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:\ 5110 :k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3559 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:\ 5111 :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[U:kP=\E[V:\
3560 :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\ 5112 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
3561 :kr=\E[C:ku=\E[A:tc=wy370-nk: 5113 :tc=wy370-nk:
3562#
3563# Set up the default WY-370.
3564#
3565wy370|wyse370|Wyse 370:\
3566 :tc=wy370-101k:
3567# 5114#
3568# Wyse 370 with visual bell. 5115# Wyse 370 with visual bell.
3569wy370-vb|Wyse 370 with visible bell:\ 5116wy370-vb|Wyse 370 with visible bell:\
3570 :vb=\E[30h\E\\\054\E[30l:tc=wy370: 5117 :bl@:tc=wy370:
3571# 5118#
3572# Wyse 370 in 132-column mode. 5119# Wyse 370 in 132-column mode.
3573wy370-w|Wyse 370 in 132-column mode:\ 5120wy370-w|Wyse 370 in 132-column mode:\
@@ -3576,55 +5123,331 @@ wy370-w|Wyse 370 in 132-column mode:\
3576# 5123#
3577# Wyse 370 in 132-column mode with visual bell. 5124# Wyse 370 in 132-column mode with visual bell.
3578wy370-wvb|Wyse 370 with visible bell 132-columns:\ 5125wy370-wvb|Wyse 370 with visible bell 132-columns:\
3579 :vb=\E[30h\E\\\054\E[30l:tc=wy370-w: 5126 :vb=\E[30h\E\054\E[30l:tc=wy370-w:
3580wy370-rv|Wyse 370 reverse video:\ 5127wy370-rv|Wyse 370 reverse video:\
3581 :r3=\E[32h\E[?5h:tc=wy370: 5128 :r3=\E[32h\E[?5h:tc=wy370:
3582# 5129#
3583# Wyse 99gt Tektronix 4010/4014 emulator, 5130# Wyse 99gt Tektronix 4010/4014 emulator,
3584# 5131#
3585wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\ 5132wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
3586 :am:bs:os:\ 5133 :am:os:\
3587 :co#74:li#35:\ 5134 :co#74:li#35:\
3588 :bl=^G:cl=\E^L:\ 5135 :bl=^G:cl=\E^L:\
3589 :..cm=\035%{3040}%{89}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\ 5136 :..cm=\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:\
3590 :cr=^M:do=^J:ff=^L:\ 5137 :cr=^M:do=^J:ff=^L:\
3591 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\ 5138 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
3592 :ho=^]7`x @\037:\ 5139 :ho=^]7`x @\037:\
3593 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\ 5140 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
3594 :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:\ 5141 :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:up=^K:
3595 :up=^K:
3596# 5142#
3597# Wyse 160 Tektronix 4010/4014 emulator, 5143# Wyse 160 Tektronix 4010/4014 emulator,
3598# 5144#
3599wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\ 5145wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
3600 :..cm=\035%{3103}%{91}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\ 5146 :..cm=\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:\
3601 :ho=^]8`g @\037:tc=wy99gt-tek: 5147 :ho=^]8`g @\037:\
5148 :tc=wy99gt-tek:
3602# 5149#
3603# Wyse 370 Tektronix 4010/4014 emulator, 5150# Wyse 370 Tektronix 4010/4014 emulator,
3604# 5151#
3605wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\ 5152wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
3606 :am:bs:os:\ 5153 :am:os:\
3607 :co#80:li#36:\ 5154 :co#80:li#36:\
3608 :bl=^G:cl=\E^L:\ 5155 :bl=^G:cl=\E^L:\
3609 :..cm=\035%{775}%{108}%p1%*%{5}%/%-%Py\n%p2%{64}%*%{4}%+%{5}%/%Px\n%gy%{32}%/%{31}%&%{32}%+%c\n%gy%{31}%&%{96}%+%c\n%gx%{32}%/%{31}%&%{32}%+%c\n%gx%{31}%&%{64}%+%c\037:\ 5156 :..cm=\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:\
3610 :cr=^M:do=^J:ff=^L:\ 5157 :cr=^M:do=^J:ff=^L:\
3611 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\ 5158 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
3612 :ho=^]8g @\037:\ 5159 :ho=^]8g @\037:\
3613 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\ 5160 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
3614 :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :\ 5161 :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :nw=^M^J:\
3615 :nw=^M^J:u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K: 5162 :u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
3616 5163
3617# Vendor-supplied Wyse entries end here. 5164# Vendor-supplied Wyse entries end here.
3618 5165
5166# Can't set tabs! Other bugs (ANSI mode only):
5167# - can't redefine function keys (anyway, key redefinition in ANSI mode
5168# is too much complex to be described);
5169# - meta key can't be described (the terminal forgets it when reset);
5170# The xon-xoff handshaking can't be disabled while in ansi personality, so
5171# emacs can't work at speed greater than 9600 baud. No padding is needed at
5172# this speed.
5173# dch1 has been commented out because it causes annoying glittering when
5174# vi deletes one character at the beginning of a line with tabs in it.
5175# dch makes sysgen(1M) have a horrible behaviour when deleting
5176# a screen and makes screen(1) behave badly, so it is disabled too. The nice
5177# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
5178# not, so smir and rmir are commented out as well.
5179# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
5180# (untranslatable capabilities removed to fit entry within 1023 bytes)
5181# (sgr removed to fit entry within 1023 bytes)
5182# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5183wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard):\
5184 :am:km:mi:ms:xn:\
5185 :co#80:it#8:li#25:vt#3:\
5186 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
5187 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
5188 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5189 :cs=\E[%i%d;%dr:dl=\E[M:do=\ED:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
5190 :im=\E[4h:\
5191 :is=\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:\
5192 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
5193 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l:\
5194 :kl=\EOD:kr=\EOC:ks=\E[?1h:ku=\EOA:le=\010:ll=\E[24E:\
5195 :mb=\E[5m:md=\E[1m:me=\E[m\017\E["q:mh=\E[2m:mr=\E[7m:\
5196 :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:\
5197 :sr=\EM:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:vb=\E[?5h\E[?5l:\
5198 :ve=\E[34h\E[?25h:vi=\E[?25l:vs=\E[34l\E[?25h:
5199
5200# This is the american terminal. Here tabs work fine.
5201# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
5202wy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard):\
5203 :ct=\E[3g:i2=\E[?5l:r3=\E[?5l:st=\EH:\
5204 :tc=wy99-ansi:
5205
5206# This terminal (firmware version 02) has a lot of bugs:
5207# - can't set tabs;
5208# - other bugs in ANSI modes (see above).
5209# This description disables handshaking when using cup. This is because
5210# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
5211# cannot be used at speeds greater than 9600 baud, because at greater
5212# speeds handshaking is needed even for character sending. If you use
5213# DTR handshaking, you can use even greater speeds.
5214# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
5215# (untranslatable capabilities removed to fit entry within 1023 bytes)
5216# (sgr removed to fit entry within 1023 bytes)
5217# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5218wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard):\
5219 :am:bw:hs:km:mi:ms:xo:\
5220 :co#80:it#8:li#25:ws#46:\
5221 :K1=^^:K3=\EJ:K4=\ET:K5=\EK:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
5222 :bt=\EI:cd=\EY:ce=\ET:cl=\E'\E(\032:cm=\E=%+ %+ :cr=^M:\
5223 :dc=\EW:dl=\ER:do=\Ej:ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
5224 :is=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\1360\E`1\E`4\Ee.\E`\072\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024:\
5225 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
5226 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:\
5227 :le=^H:mb=\EG2:me=\E(\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^_:\
5228 :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:te=\Ec21\Ec31:\
5229 :ti=\Ec20\Ec30:ts=\EF:up=^K:vb=\E\1361\E\1360:\
5230 :ve=\E`4\E`1:vi=\E`0:vs=\E`2\E`1:
5231
5232# This is the american terminal. Here tabs work.
5233# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
5234wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard):\
5235 :ct=\E0:st=\E1:\
5236 :tc=wy99f:
5237
5238#
5239#TITLE: TERMINFO ENTRY WY520
5240#DATE: 8/5/93
5241# The WY520 terminfo is based on the WY285 entry published on the WYSE
5242# BBS with the addition of more function keys and special keys.
5243#
5244# rs1 -> set personality
5245# rs2 -> set number of columns
5246# rs3 -> set number of lines
5247# is1 -> select the proper font
5248# is2 -> do the initialization
5249# is3 -> If this string is empty then rs3 gets sent.
5250#
5251# Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
5252# - The BS key is programmed to generate BS in smcup since
5253# is2 doesn't seem to work.
5254# - Remove and shift/Remove: delete a character
5255# - Insert : enter insert mode
5256# - Find : delete to end of file
5257# - Select : clear a line
5258# - F11, F12, F13: send default sequences (not ESC, BS, LF)
5259# - F14 : Home key
5260# - Bottom status line (host writable line) is used.
5261# - smkx,rmkx are removed because this would put the numeric
5262# keypad in Dec application mode which doesn't seem to work
5263# with SCO applications.
5264#
5265# (untranslatable capabilities removed to fit entry within 1023 bytes)
5266# (sgr removed to fit entry within 1023 bytes)
5267# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5268wy520|wyse520|wyse 520:\
5269 :am:hs:km:mi:xn:xo:\
5270 :co#80:it#8:li#24:ws#80:\
5271 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5272 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
5273 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
5274 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5275 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[0$~:\
5276 :ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:i1=\E[?5W:\
5277 :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
5278 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h:\
5279 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
5280 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
5281 :kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5282 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
5283 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5284 :te=\E[ R:ti=\E[ Q\E[?67;8h:ts=\E[2$~\E[1$}\E[%i%p1%d`:\
5285 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
5286 :vs=\E[?25h\E[34l:
5287#
5288# Wyse 520 with 24 data lines and status (terminal status)
5289wy520-24|wyse520-24|wyse 520 with 24 data lines:\
5290 :hs@:\
5291 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520:
5292#
5293# Wyse 520 with visual bell.
5294wy520-vb|wyse520-vb|wyse 520 with visible bell:\
5295 :vb=\E[30h\E\054\E[30l:tc=wy520:
5296#
5297# Wyse 520 in 132-column mode.
5298wy520-w|wyse520-w|wyse 520 in 132-column mode:\
5299 :co#132:ws#132:\
5300 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy520:
5301#
5302# Wyse 520 in 132-column mode with visual bell.
5303wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns:\
5304 :vb=\E[30h\E\054\E[30l:\
5305 :tc=wy520-w:
5306#
5307#
5308# Wyse 520 emulating a vt420 7 bit mode.
5309# The DEL key is programmed to generate BS in is2.
5310# With EPC keyboard.
5311# - 'End' key will clear till end of line on EPC keyboard
5312# - Shift/End : ignored.
5313# - Insert : enter insert mode.
5314# - Delete : delete a character (have to change interrupt character
5315# to CTRL-C: stty intr '^c') for it to work since the
5316# Delete key sends 7FH.
5317wy520-epc|wyse520-epc|wyse 520 with EPC keyboard:\
5318 :@7=\E[4~:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
5319 :k4=\E[14~:k5=\E[15~:kD=\177:kE=\E[4~:kh=\E[H:\
5320 :tc=wy520:
5321#
5322# Wyse 520 with 24 data lines and status (terminal status)
5323# with EPC keyboard.
5324wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard:\
5325 :hs@:\
5326 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520-epc:
5327#
5328# Wyse 520 with visual bell.
5329wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard:\
5330 :vb=\E[30h\E\054\E[30l:\
5331 :tc=wy520-epc:
5332#
5333# Wyse 520 in 132-column mode.
5334wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard:\
5335 :co#132:ws#132:\
5336 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy520-epc:
5337#
5338# Wyse 520 in 132-column mode with visual bell.
5339wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard:\
5340 :vb=\E[30h\E\054\E[30l:\
5341 :tc=wy520-epc-w:
5342#
5343# Wyse 520 in 80-column, 36 lines
5344wy520-36|wyse520-36|wyse 520 with 36 data lines:\
5345 :hs@:\
5346 :li#36:\
5347 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:tc=wy520:
5348#
5349# Wyse 520 in 80-column, 48 lines
5350wy520-48|wyse520-48|wyse 520 with 48 data lines:\
5351 :hs@:\
5352 :li#48:\
5353 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:tc=wy520:
5354#
5355# Wyse 520 in 132-column, 36 lines
5356wy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines:\
5357 :co#132:ws#132:\
5358 :r2=\E[?3h:\
5359 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:tc=wy520-36:
5360#
5361# Wyse 520 in 132-column, 48 lines
5362wy520-48w|wyse520-48w|wyse 520 with 48 data lines:\
5363 :co#132:ws#132:\
5364 :r2=\E[?3h:\
5365 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:tc=wy520-48:
5366#
5367#
5368# Wyse 520 in 80-column, 36 lines with EPC keyboard
5369wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard:\
5370 :hs@:\
5371 :li#36:\
5372 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:tc=wy520-epc:
5373#
5374# Wyse 520 in 80-column, 48 lines with EPC keyboard
5375wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard:\
5376 :hs@:\
5377 :li#48:\
5378 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:tc=wy520-epc:
5379#
5380# Wyse 520 in 132-column, 36 lines with EPC keyboard
5381wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard:\
5382 :co#132:ws#132:\
5383 :r2=\E[?3h:\
5384 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:tc=wy520-36pc:
5385#
5386# Wyse 520 in 132-column, 48 lines with EPC keyboard
5387wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard:\
5388 :co#132:ws#132:\
5389 :r2=\E[?3h:\
5390 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:tc=wy520-48pc:
5391
5392# From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
5393# (wyse-vp: removed :if=/usr/share/tabset/wyse-adds:, there's no such
5394# file and we don't know what :st: is -- esr)
5395wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
5396 :am:bs:\
5397 :co#80:it#8:li#24:\
5398 :al=\EM:bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EW:\
5399 :dl=\El:do=^J:ei=\Er:ho=^A:im=\Eq:is=\E`\072\E`9\017\Er:\
5400 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A^Z:me=^O:\
5401 :nd=^F:nw=^M^J:r1=\E`\072\E`9\017\Er:se=^O:sf=^J:so=^N:\
5402 :ta=^I:ue=^O:up=^Z:us=^N:
5403
5404wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
5405 :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:kb=^H:\
5406 :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
5407 :ks=10\E[?1h\E=:ku=\EOA:tc=wy75:
5408
5409# From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
5410# This copes with an apparent firmware bug in the wy85. He writes:
5411# "What I did was change leave the terminal cursor keys set to Normal
5412# (instead of application), and change \E[ to \233 for all the keys in
5413# terminfo. At one point, I found some reference indicating that this
5414# terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
5415# me), but I can't find that and the server under my bookmark to "Wyse
5416# Technical" isn't responding. So there's the question of wether the wy85
5417# terminfo should reflect the manufactuer's intended behaviour of the terminal
5418# or the actual."
5419# (untranslatable capabilities removed to fit entry within 1023 bytes)
5420# (sgr removed to fit entry within 1023 bytes)
5421# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5422wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode:\
5423 :am:hs:mi:ms:xn:xo:\
5424 :co#80:it#8:li#24:ws#80:\
5425 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5426 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
5427 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
5428 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5429 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
5430 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
5431 :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
5432 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
5433 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:\
5434 :k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:kN=\2336~:\
5435 :kP=\2335~:kb=^H:kd=\233B:ke=\E>:kh=\23326~:kl=\233D:\
5436 :kr=\233C:ks=\E[?1l\E=:ku=\233A:le=^H:mb=\E[5m:md=\E[1m:\
5437 :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
5438 :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
5439 :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\
5440 :vb=\E[30h\E\054\E[30l:ve=\E[?25h:vi=\E[?25l:
5441
3619# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu> 5442# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
3620wy100q|Wyse 100 for Quotron:\ 5443wy100q|Wyse 100 for Quotron:\
3621 :bs:\ 5444 :bs:\
3622 :co#80:li#24:sg#1:ug#1:\ 5445 :co#80:li#24:sg#1:\
3623 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\ 5446 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
3624 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\ 5447 :dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
3625 :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:\ 5448 :is=\E`\072\0\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:kr=^L:\
3626 :kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:sr=\Ej:ue=\EG0:\ 5449 :ku=^K:le=^H:mk@:nd=^L:sr=\Ej:up=^K:\
3627 :up=^K:us=\EG8: 5450 :tc=adm+sgr:
3628 5451
3629#### Kermit terminal emulations 5452#### Kermit terminal emulations
3630# 5453#
@@ -3641,13 +5464,14 @@ kermit|standard kermit:\
3641 :co#80:li#24:\ 5464 :co#80:li#24:\
3642 :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\ 5465 :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
3643 :is=K0 Standard Kermit 9-25-84\n:kd=^J:kh=^^:kl=^H:\ 5466 :is=K0 Standard Kermit 9-25-84\n:kd=^J:kh=^^:kl=^H:\
3644 :kr=^L:ku=^K:nd=\EC:up=\EA: 5467 :kr=^L:ku=^K:le=^H:nd=\EC:up=\EA:
3645kermitam|standard kermit plus auto-margin:\ 5468kermit-am|standard kermit plus auto-margin:\
3646 :am:\ 5469 :am:\
3647 :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit: 5470 :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
3648# IBMPC Kermit 1.2. 5471# IBMPC Kermit 1.2.
3649# Bugs :cd:ce: do not work except at beginning of line! :cl: does not work, 5472# Bugs: :cd:, :ce:: do not work except at beginning of line! :cl: does
3650# but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line). 5473# not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
5474# line).
3651# From: greg small <gts@populi.berkeley.edu> 8-30-84 5475# From: greg small <gts@populi.berkeley.edu> 8-30-84
3652pckermit|pckermit12|UCB IBMPC Kermit 1.2:\ 5476pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
3653 :am:\ 5477 :am:\
@@ -3658,73 +5482,103 @@ pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
3658# Cannot use line 25, now acts funny like ansi special scrolling region. 5482# Cannot use line 25, now acts funny like ansi special scrolling region.
3659# Initialization must escape from that region by cursor position to line 24. 5483# Initialization must escape from that region by cursor position to line 24.
3660# Cannot use character insert because 1.20 goes crazy if insert at col 80. 5484# Cannot use character insert because 1.20 goes crazy if insert at col 80.
3661# Does not use am: because autowrap mode lost when kermit dropped and restarted. 5485# Does not use :am: because autowrap is lost when kermit dropped and restarted.
3662# (pckermit: mapped ":pt:" to ":it#8:" -- esr)
3663# From: greg small <gts@populi.berkeley.edu> 12-19-84 5486# From: greg small <gts@populi.berkeley.edu> 12-19-84
3664pckermit120|UCB IBMPC Kermit 1.20:\ 5487pckermit120|UCB IBMPC Kermit 1.20:\
3665 :am@:pt:\
3666 :it#8:li#24:\ 5488 :it#8:li#24:\
3667 :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\ 5489 :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
3668 :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\ 5490 :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\
3669 :se=\Eq:so=\Ep:vs=\EO\Eq\EEK3:tc=kermit: 5491 :se=\Eq:so=\Ep:ta=^I:vs=\EO\Eq\EEK3:\
5492 :tc=kermit:
3670# MS-DOS Kermit 2.27 for the IBMPC 5493# MS-DOS Kermit 2.27 for the IBMPC
3671# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi. 5494# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
3672# Cannot use line 25, now acts funny like ansi special scrolling region. 5495# Cannot use line 25, now acts funny like ansi special scrolling region.
3673# Initialization must escape from that region by cursor position to line 24. 5496# Initialization must escape from that region by cursor position to line 24.
3674# Does not use am: because autowrap mode lost when kermit dropped and restarted. 5497# Does not use am: because autowrap is lost when kermit dropped and restarted.
3675# Reverse video for standout like H19. 5498# Reverse video for standout like H19.
3676# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:"; 5499# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
3677# mapped ":pt:" to ":it#8:" -- esr)
3678# From: greg small <gts@populi.berkeley.edu> 3-17-85 5500# From: greg small <gts@populi.berkeley.edu> 3-17-85
3679msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\ 5501msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
3680 :am@:bs:pt:\ 5502 :am@:bs:\
3681 :co#80:it#8:li#24:\ 5503 :co#80:it#8:li#24:\
3682 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:\ 5504 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\
3683 :dl=\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:\ 5505 :do=\EB:ei=\EO:ho=\EH:im=\E@:\
3684 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\ 5506 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
3685 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:nd=\EC:rc=\Ek:sc=\Ej:\ 5507 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=\EC:rc=\Ek:sc=\Ej:\
3686 :se=\Eq:so=\Ep:up=\EA:vs=\EO\Eq\EG\EwK4: 5508 :se=\Eq:so=\Ep:ta=^I:up=\EA:vs=\EO\Eq\EG\EwK4:
3687# MS-DOS Kermit 2.27 with automatic margins 5509# MS-DOS Kermit 2.27 with automatic margins
3688# From: greg small <gts@populi.berkeley.edu> 3-17-85 5510# From: greg small <gts@populi.berkeley.edu> 3-17-85
3689msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\ 5511msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
3690 :am:\ 5512 :am:\
3691 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\ 5513 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
3692 :vs=\EO\Eq\EG\EvK5:tc=msk227: 5514 :vs=\EO\Eq\EG\EvK5:\
5515 :tc=msk227:
3693# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC 5516# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
3694# Automatic margins now default. Use ansi set graphic rendition for standout, 5517# Automatic margins now default. Use ansi :sa: for highlights.
3695# underline and ul codes (:md:,:me:,:mr:). Define function keys. 5518# Define function keys.
3696# (msk22714: removed obsolete ":kn#10:" -- esr) 5519# (msk22714: removed obsolete ":kn#10:" -- esr)
3697# From: greg small <gts@populi.berkeley.edu> 3-17-85 5520# From: greg small <gts@populi.berkeley.edu> 3-17-85
3698msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\ 5521msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
3699 :am:\ 5522 :am:\
3700 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\ 5523 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
3701 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\ 5524 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
3702 :k7=\E7:k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:\ 5525 :k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:\
3703 :se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227: 5526 :ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:\
5527 :tc=mskermit227:
3704# This was designed for a VT320 emulator, but it is probably a good start 5528# This was designed for a VT320 emulator, but it is probably a good start
3705# at support for the VT320 itself. 5529# at support for the VT320 itself.
3706# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu. 5530# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
5531# (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
5532# (untranslatable capabilities removed to fit entry within 1023 bytes)
5533# (sgr removed to fit entry within 1023 bytes)
5534# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3707vt320-k3|MS-Kermit 3.00's vt320 emulation:\ 5535vt320-k3|MS-Kermit 3.00's vt320 emulation:\
3708 :am:es:hs:km:mi:ms:xn:\ 5536 :am:es:hs:km:mi:ms:xn:\
3709 :co#80:it#8:li#49:pb#9600:vt#3:\ 5537 :co#80:it#8:li#49:pb#9600:vt#3:\
3710 :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\ 5538 :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3711 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:\ 5539 :LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:ae=\E(B:al=\E[L:\
3712 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\ 5540 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3713 :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\ 5541 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3714 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\ 5542 :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
3715 :do=^J:ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\ 5543 :is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:k0=\E[21~:k1=\EOP:\
3716 :ho=\E[H:im=\E[4h:is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:\ 5544 :k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3717 :k0=\E[21~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\ 5545 :k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
3718 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kL=\E[3~:\ 5546 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3719 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 5547 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:\
3720 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\ 5548 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3721 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[4i:\ 5549 :ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:us=\E[4m:\
3722 :po=\E[5i:ps=\E[0i:\ 5550 :vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:ve=\E[?25h:\
3723 :r1=\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$~:\ 5551 :vi=\E[?25l:
3724 :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:\ 5552# From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
3725 :st=\EH:ta=^I:ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:\ 5553# ACS capabilities from Philippe De Muyter <phdm@info.ucl.ac.be> 30 May 1996
3726 :us=\E[4m:vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:\ 5554# (I removed a bogus boolean :mo: and added :ms:, <smam>, <rmam> -- esr)
3727 :ve=\E[?25h:vi=\E[?25l: 5555vt320-k311|dec vt320 series as defined by kermit 3.11:\
5556 :am:es:hs:mi:ms:xn:xo:\
5557 :co#80:it#8:li#24:vt#3:\
5558 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5559 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
5560 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5561 :ae=^O:al=3\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
5562 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
5563 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
5564 :fs=\E[$}:ho=\E[H:im=\E[4h:\
5565 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
5566 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
5567 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
5568 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
5569 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
5570 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:\
5571 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5572 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
5573 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
5574
5575#
5576######## ---------------- TERMINFO FILE CAN BE SPLIT HERE -------------------
5577# This cut mark helps make life less painful for people running ncurses tic
5578# on machines with relatively little RAM. The file can be broken in half here
5579# cleanly and compiled in sections -- no `use' references cross this cut
5580# going forward.
5581#
3728 5582
3729######## OLDER TERMINAL TYPES 5583######## OLDER TERMINAL TYPES
3730# 5584#
@@ -3736,34 +5590,30 @@ vt320-k3|MS-Kermit 3.00's vt320 emulation:\
3736# 5590#
3737# This section also includes Teletype-branded VDTs. 5591# This section also includes Teletype-branded VDTs.
3738# 5592#
3739# The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for 5593# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
3740# details, see the header comment on the ADDS section. 5594# Boundless Technologies); for details, see the header comment on the ADDS
5595# section.
3741# 5596#
3742# These are AT&T's official terminfo entries 5597# These are AT&T's official terminfo entries. All-caps aliases have been
5598# removed.
3743# 5599#
3744att2300|ATT2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\ 5600att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
3745 :am:eo:mi:ms:xo:\ 5601 :am:eo:mi:ms:xo:\
3746 :co#80:it#8:li#24:\ 5602 :co#80:it#8:li#24:\
3747 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\ 5603 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
3748 :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\ 5604 :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
3749 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\ 5605 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
3750 :bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 5606 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3751 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\ 5607 :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
3752 :ho=\E[H:im=\E[4h:k1=\E[1r:k2=\E[2r:k3=\E[3r:\ 5608 :k1=\E[1r:k2=\E[2r:k3=\E[3r:k4=\E[4r:k5=\E[5r:k6=\E[6r:\
3753 :k4=\E[4r:k5=\E[5r:k6=\E[6r:k7=\E[7r:k8=\E[8r:\ 5609 :k7=\E[7r:k8=\E[8r:k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:\
3754 :k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\ 5610 :kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:\
3755 :kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\ 5611 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
3756 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\ 5612 :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
3757 :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[0m:sf=^J:so=\E[7m:\ 5613 :up=\E[A:
3758 :ta=^I:up=\E[A:
3759att2350|AT&T 2350 Video Information Terminal 80 column mode:\ 5614att2350|AT&T 2350 Video Information Terminal 80 column mode:\
3760 :pf@:po@:ps@:tc=att2300: 5615 :pf@:po@:ps@:\
3761att2300-x40|sv40|AT&T 2300 Video Information Terminal 40 column mode:\ 5616 :tc=att2300:
3762 :co#40:it#5:li#23:\
3763 :AL@:al@:tc=att2300:
3764att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode:\
3765 :co#40:it#5:li#23:\
3766 :AL@:al@:tc=att2350:
3767 5617
3768# Must setup RETURN KEY - CR, REC'VD LF - INDEX. 5618# Must setup RETURN KEY - CR, REC'VD LF - INDEX.
3769# Seems upward compatible with vt100, plus ins/del line/char. 5619# Seems upward compatible with vt100, plus ins/del line/char.
@@ -3773,24 +5623,23 @@ att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode:\
3773# bold= reverse + underline = 2 | 3. 5623# bold= reverse + underline = 2 | 3.
3774# note that half-bright blinking doesn't look different from normal blinking. 5624# note that half-bright blinking doesn't look different from normal blinking.
3775# NOTE:you must program the function keys first, label second! 5625# NOTE:you must program the function keys first, label second!
5626# (att4410: a BSD entry has been seen with the following capabilities:
5627# :is=\E[?6l:, :k1=\EOc:, :k2=\EOd:, :k3=\EOe:, :k4=\EOg:,
5628# :k6=\EOh:, :k7=\EOi:, :k8=\EOj:, -- esr)
5629# (untranslatable capabilities removed to fit entry within 1023 bytes)
3776att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\ 5630att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
3777 :am:hs:mi:ms:xo:\ 5631 :am:hs:mi:ms:xo:\
3778 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\ 5632 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
3779 :ac=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\\\054\\\054..:\ 5633 :ac=++\054\054--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3780 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\ 5634 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
3781 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 5635 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
3782 :dc=\E[P:dl=\E[M:do=\E[B:ei=:fs=\E8:ho=\E[H:\ 5636 :do=\E[B:ei=:fs=\E8:ho=\E[H:i1=\E[?3l\E)0:\
3783 :i1=\E[?3l\E)0:\
3784 :i2=\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:\ 5637 :i2=\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:\
3785 :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\ 5638 :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
3786 :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\ 5639 :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
3787 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 5640 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
3788 :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\ 5641 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:\
3789 :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\ 5642 :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
3790 :..pn=\E[%p1%d;00q%p2%\072-16s:\
3791 :..px=\E[%p1%1d;%p2%l%2.2dq f%p1%1d %p2%s:\
3792 :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
3793 :..sa=\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%;:\
3794 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ 5643 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
3795 :ts=\E7\E[25;%p1%{1}%+%dH:ue=\E[m:up=\E[A:us=\E[4m: 5644 :ts=\E7\E[25;%p1%{1}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:
3796 5645
@@ -3799,36 +5648,29 @@ att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
3799 :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1: 5648 :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1:
3800 5649
3801att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\ 5650att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
5651 :bs:\
3802 :..px=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s:tc=att5410v1: 5652 :..px=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s:tc=att5410v1:
3803 5653
3804att4410-nfk|att5410-nfk|4410-nfk|tty5410-nfk|5410-nfk|version 1 AT&T 4410/5410 entry without function keys:\
3805 :i3@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:pn@:tc=att4410:
3806
3807att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\ 5654att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
3808 :co#132:ws#132:\ 5655 :co#132:ws#132:\
3809 :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att4410: 5656 :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att4410:
3810 5657
3811att5410-nsl|4410-nsl|att4410-nsl|ATT4410-nsl|tty5410-nsl|tty5410 entry without pln defined:\
3812 :pn@:tc=att4410:
3813
3814otty5410|teletype 5410 for S5R2 curses:\
3815 :ts=\E7\E[25;%p1%{1}%+%dH:tc=att4410:
3816
3817# 5410 in terms of a vt100 5658# 5410 in terms of a vt100
3818v5410|5410 in terms of a vt100:\ 5659# (v5410: added <rmam>/<smam> based on init string -- esr)
5660v5410|att5410 in terms of a vt100:\
3819 :am:mi:ms:xo:\ 5661 :am:mi:ms:xo:\
3820 :co#80:it#8:li#24:vt#3:\ 5662 :co#80:it#8:li#24:vt#3:\
3821 :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\ 5663 :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:RA=\E[?7l:\
5664 :SA=\E[?7h:\
3822 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 5665 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3823 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 5666 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
3824 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 5667 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3825 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:\ 5668 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
3826 :ho=\E[H:ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\ 5669 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3827 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:\ 5670 :k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:\
3828 :k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ 5671 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
3829 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\ 5672 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
3830 :me=\E[m\017:mr=\E[7m:nd=\E[C:\ 5673 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
3831 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
3832 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ 5674 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
3833 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\ 5675 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
3834 :ue=\E[m:up=\E[A:us=\E[4m: 5676 :ue=\E[m:up=\E[A:us=\E[4m:
@@ -3841,11 +5683,11 @@ v5410|5410 in terms of a vt100:\
3841# 5683#
3842# Has memory below (2 lines!) 5684# Has memory below (2 lines!)
3843# 3 pages of memory (plus some spare) 5685# 3 pages of memory (plus some spare)
3844# The 5410 sequences for cup,cvvis,dch,dl,ech,flash,home,hpa,hts would work 5686# The 5410 sequences for :cm:, :vs:, :DC:, :DL:, :ec:, :vb:, :ho:,
3845# for these, but these work in both scroll and window mode... 5687# <hpa>, :st: would work for these, but these work in both scroll and window
3846# Unset insert character so insert mode works 5688# mode... Unset insert character so insert mode works
3847# is1 sets 80 column mode, 5689# :i1: sets 80 column mode,
3848# is2 escape sequence: 5690# :is: escape sequence:
3849# 1) turn off all fonts 5691# 1) turn off all fonts
3850# 2) function keys off, keyboard lock off, control display off, 5692# 2) function keys off, keyboard lock off, control display off,
3851# insert mode off, erasure mode off, 5693# insert mode off, erasure mode off,
@@ -3858,138 +5700,132 @@ v5410|5410 in terms of a vt100:\
3858# We use \212 to program the ^J because a bare ^J will get translated by 5700# We use \212 to program the ^J because a bare ^J will get translated by
3859# UNIX into a CR/LF. The enter key is needed for AT&T uOMS. 5701# UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
3860# 1 2 3 4 5 6 7 8 5702# 1 2 3 4 5 6 7 8
3861# is3 set screen color to black, 5703# :i3: set screen color to black,
3862# No representation in terminfo for the delete word key: kdw1=\Ed 5704# No representation in terminfo for the delete word key: kdw1=\Ed
3863# Key capabilities assume the power-up send sequence... 5705# Key capabilities assume the power-up send sequence...
3864# This rmcup is not strictly necessary, but it helps maximize 5706# This :te: is not strictly necessary, but it helps maximize
3865# memory usefulness: rmcup=\Ez, 5707# memory usefulness: :te=\Ez:,
3866# Alternate sgr0: sgr0=\E[0m\EW^O, 5708# Alternate sgr0: :me=\E[m\EW^O:,
3867# 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%;, 5709# Alternate sgr: :sa=\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%;:,
3868# smkx programs the SYS PF keys to send a set sequence. 5710# smkx programs the SYS PF keys to send a set sequence.
3869# It also sets up labels f1, f2, ..., f8, and sends edit keys. 5711# It also sets up labels f1, f2, ..., f8, and sends edit keys.
3870# This string causes them to send the strings kf1-kf8 5712# This string causes them to send the strings :k1:-:k8:
3871# when pressed in SYS PF mode. 5713# when pressed in SYS PF mode.
3872att4415|tty5420|att5420|AT&T 4415/5420 80 columns:\ 5714# (att4415: I added <rmam>/<smam> based on the init string -- esr)
3873 :db:mi:xo:\ 5715# (untranslatable capabilities removed to fit entry within 1023 bytes)
5716att4415|tty5420|att5420|AT&T 4415/5420 80 cols:\
5717 :bs:db:mi:xo:\
3874 :Nl#8:lh#2:lm#78:lw#8:ws#55:\ 5718 :Nl#8:lh#2:lm#78:lw#8:ws#55:\
3875 :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:\ 5719 :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:\
3876 :CM=\E[%i%p1%d;%p2%dt:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\ 5720 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
3877 :IC=\E[%d@:LE=\E[%dD:LF=\E|:LO=\E~:RI=\E[%dC:\ 5721 :LO=\E~:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dE:SR=\E[%dF:\
3878 :SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:\ 5722 :UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:cl=\E[x\E[J:\
3879 :cl=\E[x\E[J:cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:\ 5723 :cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:ec=\E[%ds\E[%dD:\
3880 :ec=\E[%ds\E[%dD:ei=\E[4l:ho=\E[x:i1=\E[?3l:\ 5724 :ei=\E[4l:ho=\E[x:i1=\E[?3l:i2=\E[?5l:ic@:im=\E[4h:\
3881 :i2=\E[?5l:ic@:im=\E[4h:\ 5725 :is=\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:\
3882 :is=\E[0m\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:\ 5726 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
3883 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\ 5727 :k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:\
3884 :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:\ 5728 :kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:kR=\E[S:\
3885 :kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:\ 5729 :ke=\E[19;0j\E[21;1j\212:ks=\E[19;1j\E[21;4j\Eent:\
3886 :kR=\E[S:ke=\E[19;0j\E[21;1j\212:\ 5730 :l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:\
3887 :ks=\E[19;1j\E[21;4j\Eent:l1=F1:l2=F2:l3=F3:l4=F4:\ 5731 :me=\E[m\017:mp=\EV:pf=\E[?9i:po=\E[?4i:ps=\E[?2i:st=\EH:\
3888 :l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:me=\E[0m\017:mp=\EV:\ 5732 :ts=\E7\E[25;%p1%{8}%+%dH:vb=\E[?5h\E[?5l:ve=\E[11;0j:\
3889 :pf=\E[?9i:..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:\ 5733 :vs=\E[11;1j:\
3890 :po=\E[?4i:ps=\E[?2i:\ 5734 :tc=att4410:
3891 :..px=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s:\ 5735
3892 :..sa=\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%;:\ 5736att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols:\
3893 :st=\EH:ts=\E7\E[25;%p1%{8}%+%dH:vb=\E[?5h\E[?5l:\
3894 :ve=\E[11;0j:vs=\E[11;1j:tc=att4410:
3895
3896att4415-w|tty5420-w|att5420-w|5420-w|AT&T model 4415/5420 in 132 column mode:\
3897 :co#132:lm#54:ws#97:\ 5737 :co#132:lm#54:ws#97:\
3898 :i1=\E[?3h:tc=att4415: 5738 :i1=\E[?3h:tc=att4415:
3899 5739
3900att4415-rv|tty5420-rv|att5420-rv|AT&T model 4415/5420 80 columns in reverse video:\ 5740att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv:\
3901 :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415: 5741 :i2=\E[?5h:vb=\E[?5l\E[?5h:\
5742 :tc=att4415:
3902 5743
3903att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T model 4415/5420 132 columns in reverse video:\ 5744att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv:\
3904 :co#132:lm#54:ws#97:\ 5745 :co#132:lm#54:ws#97:\
3905 :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415: 5746 :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
3906 5747
3907# Note that this mode permits programming USER PF KEYS and labels 5748# Note that this mode permits programming USER PF KEYS and labels
3908# However, when you program user pf labels you have to reselect 5749# However, when you program user pf labels you have to reselect
3909# user pf keys to make them appear! 5750# user pf keys to make them appear!
3910att4415+nl|4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\ 5751att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
3911 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\ 5752 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
3912 :..pn=\E[%p1%d;0;0;1q%p2%\072-16.16s:\ 5753 :..pn=\E[%p1%d;0;0;1q%p2%:-16.16s:\
3913 :..px=\E[%p1%d;%p2%l%02d;0;1q F%p1%d %p2%s: 5754 :..px=\E[%p1%d;%p2%l%02d;0;1q F%p1%d %p2%s:
3914 5755
3915att4415-nl|4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\ 5756att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
3916 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415: 5757 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5758 :tc=att4415+nl:tc=att4415:
3917 5759
3918att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\ 5760att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
3919 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv: 5761 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5762 :tc=att4415+nl:tc=att4415-rv:
3920 5763
3921att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\ 5764att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
3922 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w: 5765 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5766 :tc=att4415+nl:tc=att4415-w:
3923 5767
3924att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\ 5768att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
3925 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w-rv: 5769 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
3926 5770 :tc=att4415+nl:tc=att4415-w-rv:
3927otty5420|teletype 5420 for SVR2 curses on the 3B-20's:\
3928 :ch=\E[%+^AG:cv=\E[%+^Ad:tc=tty5420:
3929 5771
3930att5420_2|AT&T 5420 model 2 in 80 column mode:\ 5772# (untranslatable capabilities removed to fit entry within 1023 bytes)
5773# (sgr removed to fit entry within 1023 bytes)
5774# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5775att5420_2|AT&T 5420 model 2 80 cols:\
3931 :am:db:hs:mi:ms:xo:\ 5776 :am:db:hs:mi:ms:xo:\
3932 :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\ 5777 :co#80:it#8:li#24:lm#78:ws#55:\
3933 :@1=\Et:@7=\Ez:@8=^J:AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:\ 5778 :AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:DC=\E[%dP:DL=\E[%dM:\
3934 :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:LE=\E[%dD:LF=\E|:\ 5779 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:\
3935 :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\ 5780 :UP=\E[%dA:ae=^O:al=\E[L:as=^N:bt=\E[1Z:cd=\E[0J:ce=\E[0K:\
3936 :ae=^O:al=\E[L:as=^N:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\ 5781 :cl=\EH\EJ:cm=\E[%i%d;%dH:cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:\
3937 :ce=\E[0K:ch=\E[%+^AG:cl=\EH\EJ:cm=\E[%i%d;%dH:\ 5782 :dc=\E[P:dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:\
3938 :cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\ 5783 :ho=\E[H:\
3939 :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
3940 :i1=\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:\ 5784 :i1=\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:\
3941 :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\ 5785 :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
3942 :k6=\EOh:k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[2J:\ 5786 :k6=\EOh:k7=\EOi:k8=\EOj:kD=\E[P:kH=\Eu:kI=\E[4h:kN=\E[U:\
3943 :kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:\ 5787 :kP=\E[V:kb=^H:kd=\E[B:ke=\E[19;0j:kh=\E[H:kl=\E[D:kr=\E[C:\
3944 :kN=\E[U:kP=\E[V:kR=\E[S:kb=^H:kd=\E[B:ke=\E[19;0j:\ 5788 :ks=\E[19;1j:ku=\E[A:le=^H:ll=\Ew:mb=\E[5m:me=\E[m\017:\
3945 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1j:ku=\E[A:l1=F1:\ 5789 :mh=\E[2m:mr=\E[7m:nd=\E[1C:nw=^M^J:rc=\E8:sc=\E7:se=\E[m:\
3946 :l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:le=^H:\ 5790 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3947 :ll=\Ew:mb=\E[5m:me=\E[0m\017:mh=\E[2m:mk=\E[8m:\
3948 :mp=\EV:mr=\E[7m:nd=\E[1C:nw=^M^J:pf=\E[4i:\
3949 :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s\E~:po=\E[5i:\
3950 :ps=\E[?;2i:\
3951 :..px=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s\E~:\
3952 :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
3953 :..sa=\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%;:\
3954 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3955 :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:us=\E[4m:\ 5791 :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:us=\E[4m:\
3956 :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j: 5792 :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
3957att5420_2-w|AT&T 5420 model 2 in 132 column mode:\ 5793att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
3958 :co#132:\ 5794 :co#132:\
3959 :i1=\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:tc=att5420_2: 5795 :i1=\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:tc=att5420_2:
3960 5796
3961att4418|att5418|ATT5418|AT&T 5418 in 80 column mode:\ 5797att4418|att5418|AT&T 5418 80 cols:\
3962 :am:xo:\ 5798 :am:xo:\
3963 :co#80:li#24:\ 5799 :co#80:li#24:\
3964 :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\ 5800 :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[n:\
3965 :F1=\E[n:F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:\ 5801 :F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:F9=\E[L:FA=\E[E:\
3966 :F9=\E[L:FA=\E[E:FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:\ 5802 :FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:IC=\E[%d@:LE=\E[%dD:\
3967 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\ 5803 :RI=\E[%dC:UP=\E[%dA:\
3968 :al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\ 5804 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3969 :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:\ 5805 :ae=^O:al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
3970 :ho=\E[H:i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:\ 5806 :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
3971 :k1=\E[h:k2=\E[i:k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:\ 5807 :i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:k1=\E[h:k2=\E[i:\
3972 :k9=\E[w:k;=\E[m:kC=\E[%:kd=\EU:kh=\Ec:kl=\E@:kr=\EA:\ 5808 :k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:k9=\E[w:k;=\E[m:kC=\E[%:\
3973 :ku=\ES:le=\E[D:mb=\E[5m:me=\E[0m\017:mh=\E[2m:\ 5809 :kd=\EU:kh=\Ec:kl=\E@:kr=\EA:ku=\ES:le=\E[D:mb=\E[5m:\
3974 :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=^J:\ 5810 :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
3975 :so=\E[7m:ue=\E[0m:up=\E[A:us=\E[4m: 5811 :se=\E[m:sf=^J:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
3976att4418-w|att5418-w|AT&T 5418 in 132 column mode:\ 5812att4418-w|att5418-w|AT&T 5418 132 cols:\
3977 :co#132:\ 5813 :co#132:\
3978 :i1=\E[?3h:tc=att5418: 5814 :i1=\E[?3h:tc=att5418:
3979 5815
3980tty4420|teletype 4420:\ 5816att4420|tty4420|teletype 4420:\
3981 :da:db:eo:ms:ul:xo:\ 5817 :bs:da:db:eo:ms:ul:xo:\
3982 :co#80:li#24:lm#72:\ 5818 :co#80:li#24:lm#72:\
3983 :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :\ 5819 :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :cr=\EG:\
3984 :cr=\EG:dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:\ 5820 :dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:k3=\E@:kA=\EL:\
3985 :k3=\E@:kA=\EL:kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:\ 5821 :kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E\136:kL=\EM:kR=\ET:kd=\EB:\
3986 :kL=\EM:kR=\ET:kd=\EB:kh=\EH:kl=^H:kr=\EC:ku=\EA:\ 5822 :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
3987 :l0=segment advance:l3=cursor tab:le=\ED:nd=\EC:\ 5823 :l3=cursor tab:le=\ED:nd=\EC:se=\E~:sf=\EH\EM\EY7 :so=\E}:\
3988 :se=\E~:sf=\EH\EM\EY7 :so=\E}:ue=\EZ:up=\EA:us=\E\\: 5824 :ue=\EZ:up=\EA:us=\E\:
3989 5825
3990# The following is a termcap entry for the Teletype 4424 5826# The following is a terminfo entry for the Teletype 4424
3991# asynchronous keyboard-display terminal. It supports 5827# asynchronous keyboard-display terminal. It supports
3992# the vi editor. The terminal must be "set up" as follows, 5828# the vi editor. The terminal must be set up as follows,
3993# 5829#
3994# HIGHLIGHT DEFINITION 3-TONE 5830# HIGHLIGHT DEFINITION 3-TONE
3995# DISPLAY FUNCTION GROUP III 5831# DISPLAY FUNCTION GROUP III
@@ -4001,97 +5837,102 @@ tty4420|teletype 4420:\
4001# and HIGHLIGHT DEFINITION 3-TONE 5837# and HIGHLIGHT DEFINITION 3-TONE
4002# The terminal has either bold or blink, depending on options 5838# The terminal has either bold or blink, depending on options
4003# 5839#
4004att4424|tty4424|4424-3|teletype 4424:\ 5840# (att4424: commented out :ti:=\E[1m, we don't need bright locked on -- esr)
4005 :am:xo:\ 5841att4424|tty4424|teletype 4424:\
5842 :am:bs:xo:\
4006 :co#80:li#24:\ 5843 :co#80:li#24:\
4007 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 5844 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4008 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\EL:\ 5845 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
4009 :as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:cl=\E[H\E[2J:\ 5846 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4010 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:dc=\EP:\ 5847 :ae=\E(B:al=\EL:as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:\
4011 :dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\ 5848 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:\
4012 :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ 5849 :dc=\EP:dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E\136:im=:\
4013 :kC=\EJ:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\ 5850 :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kC=\EJ:\
4014 :ku=\E[A:le=^H:mb=\E3:md=\E3:me=\EX\E~\EZ\E4\E(B:\ 5851 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E3:\
4015 :mh=\EW:mr=\E}:nd=\EC:nw=\EE:\ 5852 :md=\E3:me=\EX\E~\EZ\E4\E(B:mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
4016 :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\ 5853 :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
4017 :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ti=\E[1m:\ 5854 :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ue=\EZ:up=\EA:\
4018 :ue=\EZ:up=\EA:us=\E\\: 5855 :us=\E\:
4019 5856
4020att4424-1|tty4424-1|teletype 4424 in display function group I:\ 5857att4424-1|tty4424-1|teletype 4424 in display function group I:\
4021 :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424: 5858 :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:\
5859 :tc=att4424:
5860
5861# This entry is not one of AT&T's official ones, it was translated from the
5862# 4.4BSD termcap file. The highlight strings are different from att4424.
5863# I have no idea why this is -- older firmware version, maybe?
5864# The following two lines are the comment originally attached to the entry:
5865# This entry appears to avoid the top line - I have no idea why.
5866# From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
5867att4424m|tty4424m|teletype 4424M:\
5868 :am:da:db:mi:\
5869 :co#80:it#8:li#23:\
5870 :al=\EL:bl=^G:ce=\E[K:cl=\E[2;H\E[J:cm=\E[%i%2;%2H\E[B:\
5871 :cr=^M:dc=\EP:dl=\EM:do=^J:ei=:ic=\E\136:im=:ip=2:\
5872 :is=\E[m\E[2;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:\
5873 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
5874 :nd=\E[C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:sr=\ET:ta=^I:\
5875 :ue=\E[m:up=\E[A:us=\E[4m:
4022 5876
4023# The Teletype 5425 is really version 2 of the Teletype 5420. It 5877# The Teletype 5425 is really version 2 of the Teletype 5420. It
4024# is quite similar, except for some minor differences. No page 5878# is quite similar, except for some minor differences. No page
4025# mode, for example, so all of the cup sequences used above have 5879# mode, for example, so all of the :cm: sequences used above have
4026# to change back to what's being used for the 5410. Many of the 5880# to change back to what's being used for the 5410. Many of the
4027# option settings have changed their numbering as well. 5881# option settings have changed their numbering as well.
4028# 5882#
4029# This has been tested on a preliminary model. 5883# This has been tested on a preliminary model.
4030# 5884#
5885# (att5425: added <rmam>/<smam> based on the init string -- esr)
5886# (untranslatable capabilities removed to fit entry within 1023 bytes)
5887# (sgr removed to fit entry within 1023 bytes)
5888# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4031att5425|tty5425|att4425|AT&T 4425/5425:\ 5889att5425|tty5425|att4425|AT&T 4425/5425:\
4032 :am:da:db:hs:mi:ms:xn:xo:\ 5890 :am:da:db:hs:mi:ms:xn:xo:\
4033 :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\ 5891 :co#80:it#8:li#24:lm#78:ws#55:\
4034 :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:DC=\E[%dP:\ 5892 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4035 :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\ 5893 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
4036 :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\ 5894 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4037 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 5895 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
4038 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\ 5896 :dl=\E[M:do=^J:ec=\E[%ds\E[%dD:ei=\E[4l:fs=\E8:ho=\E[H:\
4039 :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 5897 :i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
4040 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\ 5898 :is=\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:\
4041 :dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%ds\E[%dD:ei=\E[4l:\ 5899 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
4042 :fs=\E8:ho=\E[H:i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\ 5900 :k8=\EOj:kD=\E[P:kI=\E[4h:kb=^H:kd=\E[B:\
4043 :is=\E[0m\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:\ 5901 :ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:kr=\E[C:\
4044 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\ 5902 :ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:ll=\E[24H:\
4045 :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\ 5903 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:\
4046 :kE=\E[2K:kF=\E[T:kI=\E[4h:kL=\E[M:kR=\E[S:kb=^H:\ 5904 :nd=\E[C:nw=^M^J:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
4047 :kd=\E[B:ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:\ 5905 :sr=\EM:st=\EH:ta=^I:ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:\
4048 :kr=\E[C:ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:\ 5906 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[12;0j:\
4049 :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\ 5907 :vs=\E[12;1j:
4050 :mk=\E[8m:mp=\EV:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?9i:\
4051 :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?4i:\
4052 :ps=\E[?2i:\
4053 :..px=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s:\
4054 :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
4055 :..sa=\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%;:\
4056 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4057 :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:\
4058 :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
4059 5908
4060att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\ 5909att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
4061 :ks=\E[21;1j\E[25;4j\Eent:tc=att4425: 5910 :ks=\E[21;1j\E[25;4j\Eent:\
4062 5911 :tc=att4425:
4063att5425-nl-w|tty5425-nl-w|att4425-nl-w|AT&T 4425/5425 132 columns no labels:\
4064 :ks=\E[21;1j\E[25;4j\Eent:tc=att4425-w:
4065
4066tty5425-fk|att4425-fk|AT&T 4425/5425 without function keys:\
4067 :ke@:ks@:tc=att5425:
4068 5912
4069att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\ 5913att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
4070 :co#132:lm#54:ws#97:\ 5914 :co#132:lm#54:ws#97:\
4071 :i1=\E[?3h:tc=tty5425: 5915 :i1=\E[?3h:tc=tty5425:
4072 5916
4073tty5425-w-fk|att4425-w-fk|att5425-w-fk|AT&T 4425/5425 without function keys in wide mode:\ 5917# (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:.
4074 :ke@:ks@:tc=att5425-w: 5918# I also added <rmam>/<smam> -- esr)
4075
4076
4077# This had bogus capabilities: ri=\EM, ri=\E[1U,
4078att4426|tty4426|teletype 4426S:\ 5919att4426|tty4426|teletype 4426S:\
4079 :am:da:db:xo:\ 5920 :am:da:db:xo:\
4080 :co#80:li#24:lm#48:\ 5921 :co#80:li#24:lm#48:\
4081 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 5922 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4082 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\ 5923 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
4083 :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:\ 5924 :SR=\E[%dT:UP=\E[%dA:\
4084 :ch=\E[%dG:cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:\ 5925 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4085 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:cv=\E[%dd:dc=\EP:\ 5926 :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:ch=\E[%dG:\
4086 :dl=\E[M:do=\E[B:ei=:ho=\E[H:i1=\Ec\E[?7h:ic=\E^:im=:\ 5927 :cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:cm=\E[%i%d;%dH:cr=^M:\
4087 :is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ 5928 :ct=\E[3g:cv=\E[%dd:dc=\EP:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
4088 :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:kC=\E[2J:\ 5929 :i1=\Ec\E[?7h:ic=\E\136:im=:is=\E[m\E[1;24r:k1=\EOP:\
4089 :kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\ 5930 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
4090 :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[0m\E(B:\ 5931 :kB=\EO:kC=\E[2J:kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:\
5932 :kr=\EC:ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[m\E(B:\
4091 :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\ 5933 :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
4092 :sc=\E7:se=\E[0m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:\ 5934 :sc=\E7:se=\E[m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:ue=\E[m:\
4093 :ue=\E[m:up=\EA:us=\E[4m: 5935 :up=\EA:us=\E[4m:
4094
4095 5936
4096# Terminfo entry for the AT&T 510 A Personal Terminal 5937# Terminfo entry for the AT&T 510 A Personal Terminal
4097# Function keys 9 - 16 are available only after the 5938# Function keys 9 - 16 are available only after the
@@ -4101,28 +5942,25 @@ att4426|tty4426|teletype 4426S:\
4101# 5942#
4102# This entry is based on one done by Ernie Rice at Summit, NJ and 5943# This entry is based on one done by Ernie Rice at Summit, NJ and
4103# changed by Anne Gallup, Skokie, IL, ttrdc!anne 5944# changed by Anne Gallup, Skokie, IL, ttrdc!anne
4104att510a|510a|bct510a|510A|AT&T 510A Personal Terminal:\ 5945# (untranslatable capabilities removed to fit entry within 1023 bytes)
5946att510a|bct510a|AT&T 510A Personal Terminal:\
4105 :am:mi:ms:xn:xo:\ 5947 :am:mi:ms:xn:xo:\
4106 :Nl#8:co#80:lh#2:li#24:lw#7:\ 5948 :Nl#8:co#80:lh#2:li#24:lw#7:\
4107 :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 5949 :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
4108 :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\ 5950 :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:LE=\E[%dD:\
4109 :F6=\EOj:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 5951 :RI=\E[%dC:UP=\E[%dA:\
4110 :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\ 5952 :ac=+g\054h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~:\
4111 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\ 5953 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
4112 :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\ 5954 :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
4113 :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\ 5955 :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
4114 :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\ 5956 :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
4115 :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:\ 5957 :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:\
4116 :k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:\ 5958 :k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|:\
4117 :kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:\ 5959 :kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:mb=\E[5m:\
4118 :ku=\E[A:le=^H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:\ 5960 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
4119 :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?8i:\ 5961 :pf=\E[?8i:po=\E[?4i:ps=\E[0i:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
4120 :..pn=\E[%p1%dp%p2%\072-16s:po=\E[?4i:ps=\E[0i:\ 5962 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
4121 :rc=\E8:\ 5963 :ve=\E[11;3|:vi=\E[11;0|:vs=\E[11;2|:
4122 :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;:\
4123 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4124 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vi=\E[11;0|:\
4125 :vs=\E[11;2|:
4126 5964
4127# Terminfo entry for the AT&T 510 D Personal Terminal 5965# Terminfo entry for the AT&T 510 D Personal Terminal
4128# Function keys 9 through 16 are accessed by bringing up the 5966# Function keys 9 through 16 are accessed by bringing up the
@@ -4133,377 +5971,426 @@ att510a|510a|bct510a|510A|AT&T 510A Personal Terminal:\
4133# There are problems with soft key labeling. These are due to 5971# There are problems with soft key labeling. These are due to
4134# strangenesses in the native terminal that are impossible to 5972# strangenesses in the native terminal that are impossible to
4135# describe in a terminfo. 5973# describe in a terminfo.
4136att510d|510d|bct510d|510D|AT&T 510D Personal Terminal:\ 5974# (untranslatable capabilities removed to fit entry within 1023 bytes)
5975# (sgr removed to fit entry within 1023 bytes)
5976# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5977att510d|bct510d|AT&T 510D Personal Terminal:\
4137 :am:da:db:mi:ms:xn:xo:\ 5978 :am:da:db:mi:ms:xn:xo:\
4138 :Nl#8:co#80:lh#2:li#24:lm#48:lw#7:\ 5979 :co#80:li#24:lm#48:\
4139 :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 5980 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4140 :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\ 5981 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
4141 :F6=\EOj:IC=\E[%d@:LE=\E[%dD:LF=\E<:LO=\E?:MC=\E\072:\ 5982 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[H\E[J:\
4142 :ML=\E4:MR=\E5:RI=\E[%dC:RX=\E[29;1|:SF=\E[%dS:\ 5983 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[1B:\
4143 :SR=\E[%dT:SX=\E[29;0|:UP=\E[%dA:\ 5984 :ei=\E[4l:ff=^L:ho=\E[H:i1=\E(B\E)1\E[5;0|:\
4144 :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\ 5985 :i2=\E[21;1|\212:im=\E[4h:k1=\EOm:k2=\EOV:k3=\EOu:k4=\ENj:\
4145 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\ 5986 :k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:kb=^H:kd=\E[B:\
4146 :ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 5987 :ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:\
4147 :cr=^M:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=\E[1B:\ 5988 :ll=\E#2:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
4148 :eA=\E(B\E)1:ei=\E[4l:ff=^L:ho=\E[H:\ 5989 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
4149 :i1=\E(B\E)1\E[5;0|:i2=\E[21;1|\212:im=\E[4h:k1=\EOm:\ 5990 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
4150 :k2=\EOV:k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:\ 5991 :ve=\E[11;3|:vs=\E[11;2|:
4151 :k8=\E[H:k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:\ 5992
4152 :kb=^H:kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:\ 5993# (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
4153 :ks=\E[19;1|:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
4154 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
4155 :nd=\E[C:nw=\EE:pf=\E[?8i:..pn=\E[%p1%dp%p2%\072-16s:\
4156 :po=\E[?4i:ps=\E[0i:r2=\E[5;0|:rc=\E8:\
4157 :..rp=%p1%c\E[%p2%{1}%-%db:\
4158 :..sa=\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%;:\
4159 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4160 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
4161
4162# (untranslatable capabilities removed to fit entry within 1023 bytes) 5994# (untranslatable capabilities removed to fit entry within 1023 bytes)
4163# WARNING: this entry, 1245 bytes long, may core-dump older termcap libraries! 5995# (sgr removed to fit entry within 1023 bytes)
4164att513|att513-page|513-page|attis513-pfk|513bct|AT&T 513 Terminal using page mode:\ 5996# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4165 :HC:am:mi:ms:xn:xo:\ 5997att500|att513|AT&T 513 using page mode:\
4166 :Nl#8:co#80:lh#2:li#24:lw#8:\ 5998 :am:mi:ms:xn:xo:\
4167 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:#2=\ENM:#3=\ENJ:\ 5999 :co#80:li#24:\
4168 :#4=\ENK:%0=\EOt:%1=\EOm:%2=\ENi:%3=\EOl:%4=\ENc:\ 6000 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4169 :%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:%a=\EOL:\ 6001 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
4170 :%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\ 6002 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4171 :%h=\EOY:%i=\ENL:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:\ 6003 :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dc=\E[P:\
4172 :&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:\ 6004 :dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
4173 :&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:*3=\EON:*4=\ENF:\
4174 :*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:*9=\EOK:@0=\EOx:\
4175 :@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:@6=\EOn:\
4176 :@7=\E0:@8=\Eent:@9=\EOk:AL=\E[%dL:DC=\E[%dP:\
4177 :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E<:\
4178 :LO=\E?:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
4179 :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
4180 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4181 :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4182 :cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
4183 :dl=\E[M:do=^J:eA=\E(B\E)1:ei=\E[4l:ho=\E[H:\
4184 :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\ 6005 :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
4185 :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\ 6006 :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
4186 :k6=\EOh:k7=\EOi:k8=\EOj:kB=\E[Z:kC=\E[J:kD=\ENf:\ 6007 :k7=\EOi:k8=\EOj:kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:\
4187 :kE=\EOa:kF=\E[S:kI=\ENj:kL=\ENe:kN=\E[U:kP=\E[V:\ 6008 :kd=\E[B:ke=\E[19;0|\E[21;1|\212:kh=\E[H:kl=\E[D:kr=\E[C:\
4188 :kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|\E[21;1|\212:\ 6009 :ks=\E[19;1|\E[21;4|\Eent:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
4189 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1|\E[21;4|\Eent:\ 6010 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
4190 :ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:md=\E[2;7m:\ 6011 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4191 :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\ 6012 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;0|:vs=\E[11;1|:
4192 :nw=\EE:pf=\E[?98l\E[?8i::::po=\E[?98l\E[?4i:\
4193 :ps=\E[?98l\E[0i::\
4194 :r1=\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:\
4195 :r2=\E[5;0|:rc=\E8:::sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
4196 :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
4197 :ve=\E[11;0|:vs=\E[11;1|:
4198
4199att500|bct500|500|AT&T-IS 500 terminal:\
4200 :tc=att513:
4201 6013
4202# 01-07-88 6014# 01-07-88
4203# printer must be set to EMUL ANSI to accept ESC codes 6015# printer must be set to EMUL ANSI to accept ESC codes
4204# cuu1 stops at top margin 6016# :up: stops at top margin
4205# is1 sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font 6017# :i1: sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
4206# and alt font ascii,wrap on,tabs cleared 6018# and alt font ascii,wrap on,tabs cleared
4207# is2 disables newline on LF,Emphasized off 6019# :is: disables newline on LF,Emphasized off
4208# The u0 capability sets form length 6020# The <u0> capability sets form length
4209# (untranslatable capabilities removed to fit entry within 1023 bytes) 6021# (untranslatable capabilities removed to fit entry within 1023 bytes)
4210# WARNING: this entry, 1034 bytes long, may core-dump older termcap libraries! 6022# (sgr removed to fit entry within 1023 bytes)
4211att5320|AT&T Model 5320 matrix printer:\ 6023# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4212 :YA:YD:\ 6024att5310|att5320|AT&T Model 53210 or 5320 matrix printer:\
4213 :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:\ 6025 :co#132:it#8:li#66:\
4214 :li#66:\ 6026 :DO=\E[%de:RI=\E[%da:cr=^M:do=^J:ff=^L:i1=\Ec:is=\E[20l\r:\
4215 :DO=\E[%de:RI=\E[%da:\ 6027 :nd= :ta=^I:up=\EM:
4216 :ZA=%?%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%;:\ 6028
4217 :ZB=%?%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%;:\ 6029# Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
4218 :ZM=\E[5m:ZU=\E[m:\ 6030# The following SET-UP modes are assumed for normal operation:
4219 :Zj=%?%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}%=%ttM:\ 6031# CR_DEF=CR NL_DEF=INDEX DUPLEX=FULL
4220 :Zl=\E[;%dr:Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:\ 6032# Other SET-UP modes may be set for operator convenience or communication
4221 :Zy=%?%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%ÆM:\ 6033# requirements. This termcap description is for the Resident Terminal Mode.
4222 :ch=\E[%d`:cr=^M:cv=\E[%dd:do=^J:ff=^L:i1=\Ec:\ 6034# No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
4223 :is=\E[20l\r:nd= :ta=^I:u0=\E[%dt:up=\EM: 6035# The BRL entry also said: UNSAFE :ll=\E[70H:
4224 6036att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs:\
4225att5310|AT&T 5310 matrix printer:\ 6037 :am:xo:\
4226 :co#80:\ 6038 :co#88:it#8:li#70:vt#3:\
4227 :tc=att5320: 6039 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
6040 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
6041 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
6042 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
6043 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:r1=\Ec:\
6044 :rc=\E8:sc=\E7:sf=^J:sr=\E[T:ta=^I:up=\E[A:
4228 6045
4229# 5620 terminfo (2.0 or later ROMS with char attributes) 6046# 5620 terminfo (2.0 or later ROMS with char attributes)
4230# assumptions: ind (scroll forward one line) is only done at screen bottom 6047# The following SET-UP modes are assumed for normal operation:
6048# DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR
6049# Other SET-UP modes may be set for operator convenience or communication
6050# requirements. This termcap description is for Resident Terminal Mode. No
6051# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
6052# assumptions: :sf: (scroll forward one line) is only done at screen bottom
6053# Be aware that older versions of the dmd have a firmware bug that affects
6054# parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
6055# :ms: is from an otherwise inferior BRL for this terminal. That entry
6056# also has :ll:=\E[70H commented out and marked unsafe.
6057# For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
4231att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\ 6058att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
4232 :NL:NP:am:xo:\ 6059 :NL:NP:am:bs:ms:xo:\
4233 :co#88:it#8:li#70:\ 6060 :co#88:it#8:li#70:\
4234 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\ 6061 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
4235 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 6062 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4236 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\ 6063 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
4237 :ho=\E[H:ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:\ 6064 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
4238 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 6065 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[2m:me=\E[0m:mh=\E[2m:\
4239 :md=\E[2m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\ 6066 :mr=\E[7m:nd=\E[C:nw=^J:..px=\E[%p1%d;%p2%l%dq%p2%s:\
4240 :..px=\E[%p1%d;%p2%l%dq%p2%s:r1=\Ec:rc=\E8:sc=\E7:\ 6067 :r1=\Ec:rc=\E8:sc=\E7:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:\
4241 :se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[0m:\ 6068 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
4242 :up=\E[A:us=\E[4m: 6069att5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
4243 6070 :li#24:tc=att5620:
4244att5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\ 6071att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
4245 :li#24:\ 6072 :li#34:tc=att5620:
4246 :tc=att5620: 6073# 5620 layer running the "S" system's downloaded graphics handler:
4247 6074att5620-s|tty5620-s|layer|vitty|5620 S layer:\
4248att5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\ 6075 :am:bs:pt:\
4249 :li#34:\ 6076 :co#80:it#8:li#72:\
4250 :tc=att5620: 6077 :al=\EI:bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dl=\ED:\
6078 :do=^J:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
6079 :kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:vb=\E^G:
4251 6080
4252# Entries for kf15 thru kf28 refer to the shifted system pf keys. 6081# Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
4253# 6082#
4254# Entries for kf29 thru kf46 refer to the alternate keypad mode 6083# Entries for <kf29> thru <kf46> refer to the alternate keypad mode
4255# keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER 6084# keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
4256att605|605bct|AT&T 605 80 column 102key keyboard:\ 6085# (untranslatable capabilities removed to fit entry within 1023 bytes)
6086# (sgr removed to fit entry within 1023 bytes)
6087# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6088att605|AT&T 605 80 column 102key keyboard:\
4257 :am:eo:xo:\ 6089 :am:eo:xo:\
4258 :Nl#8:co#80:li#24:lw#8:ws#80:\ 6090 :co#80:li#24:ws#80:\
4259 :#4=\E[ A:%i=\E[ @:@7=\E[24;1H:DC=\E[%dP:DL=\E[%dM:\ 6091 :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:ae=^O:al=\E[L:as=\E)0\016:\
4260 :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:F6=\EOD:\ 6092 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4261 :F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:\ 6093 :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
4262 :FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:\
4263 :FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:\
4264 :FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
4265 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
4266 :IC=\E[%d@:LF=\E[2p:LO=\E[p:\
4267 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4268 :ae=^O:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cb=\E[1K:\
4269 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4270 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
4271 :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\ 6094 :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
4272 :is=\E[0m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\ 6095 :is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
4273 :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:k;=\ENp:\ 6096 :k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:\
4274 :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kF=\E[S:kI=\E[@:\ 6097 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
4275 :kL=\E[M:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\ 6098 :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
4276 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\ 6099 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
4277 :md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\ 6100 :so=\E[7m:ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:\
4278 :nd=\E[C:nw=\EE:pf=\E[?4i:\ 6101 :us=\E[4m:
4279 :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\ 6102att605-pc|ATT 605 in pc term mode:\
4280 :..px=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s:\ 6103 :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:S5=400\E[50;0|:\
4281 :r2=\Ec\E[?3l:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\ 6104 :XF=g:XN=e:\
4282 :ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m: 6105 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
4283att605-pc|605bct-pc|ATT 605 in pc term mode:\ 6106 :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
4284 :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:\ 6107 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
4285 :S5=400\E[50;0|:XF=g:XN=e:\ 6108 :k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:kI=\E[@:kL=\E[M:\
4286 :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\ 6109 :kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
4287 :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:\ 6110 :le=\E[D:nd=\E[C:up=\E[A:\
4288 :im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\ 6111 :tc=att605:
4289 :k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:\ 6112att605-w|AT&T 605-w 132 column 102 key keyboard:\
4290 :kI=\E[@:kL=\E[M:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:\
4291 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:up=\E[A:tc=att605:
4292att605-w|605bct-w|AT&T 605-w 132 column 102 key keyboard:\
4293 :co#132:ws#132:\ 6113 :co#132:ws#132:\
4294 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:tc=att605: 6114 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:tc=att605:
4295att610|610bct|AT&T 610; 80 column; 98key keyboard:\ 6115# (att610: I added <rmam>/<smam> based on the init string. I also
6116# added :SF: and :SR: because the BSD file says the att615s have them,
6117# and the 615 is like a 610 with a big keyboard, and most of their other
6118# smart terminals support the same sequence -- esr)
6119# (untranslatable capabilities removed to fit entry within 1023 bytes)
6120# (sgr removed to fit entry within 1023 bytes)
6121# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6122att610|AT&T 610; 80 column; 98key keyboard:\
4296 :am:es:hs:mi:ms:xn:xo:\ 6123 :am:es:hs:mi:ms:xn:xo:\
4297 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\ 6124 :co#80:it#8:li#24:ws#80:\
4298 :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 6125 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4299 :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:IC=\E[%d@:\ 6126 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
4300 :LE=\E[%dD:LF=\E[2p:LO=\E[p:RI=\E[%dC:UP=\E[%dA:\ 6127 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4301 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 6128 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
4302 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\ 6129 :do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
4303 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4304 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
4305 :fs=\E8:ho=\E[H:\
4306 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\ 6130 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
4307 :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\ 6131 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
4308 :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\ 6132 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
4309 :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\ 6133 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
4310 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 6134 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
4311 :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\ 6135 :nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4312 :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
4313 :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
4314 :..px=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s:\
4315 :r2=\Ec\E[?3l:rc=\E8:\
4316 :..sa=\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%;:\
4317 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4318 :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\ 6136 :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
4319 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\ 6137 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4320 :vs=\E[?12;25h: 6138 :vs=\E[?12;25h:
4321att610-w|610bct-w|AT&T 610; 132 column; 98key keyboard:\ 6139att610-w|AT&T 610; 132 column; 98key keyboard:\
4322 :co#132:ws#132:\ 6140 :co#132:ws#132:\
4323 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610: 6141 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610:
4324 6142
4325att610-103k|610-103k|610bct-103k|AT&T 610; 80 column; 103key keyboard:\ 6143att610-103k|AT&T 610; 80 column; 103key keyboard:\
4326 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\ 6144 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
4327 :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\ 6145 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
4328 :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\ 6146 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
4329 :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\ 6147 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
4330 :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\ 6148 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
4331 :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\ 6149 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
4332 :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\ 6150 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
4333 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\ 6151 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:k9@:k;@:kD=\ENf:\
4334 :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\ 6152 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:\
4335 :F4@:k9@:k;@:kD=\ENf:kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:\ 6153 :tc=att610:
4336 :kN=\E[U:kP=\E[V:tc=att610: 6154att610-103k-w|AT&T 610; 132 column; 103key keyboard:\
4337att610-103k-w|610-103k-w|610bct-103k-w|AT&T 610; 132 column; 103key keyboard:\
4338 :co#132:ws#132:\ 6155 :co#132:ws#132:\
4339 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k: 6156 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k:
4340att615|615mt|AT&T 615; 80 column; 98key keyboard:\ 6157att615|AT&T 615; 80 column; 98key keyboard:\
4341 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\ 6158 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
4342 :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\ 6159 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
4343 :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\ 6160 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
4344 :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\ 6161 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
4345 :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\ 6162 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
4346 :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610: 6163 :tc=att610:
4347att615-w|615-w|615mt-w|AT&T 615; 132 column; 98key keyboard:\ 6164att615-w|AT&T 615; 132 column; 98key keyboard:\
4348 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\ 6165 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
4349 :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\ 6166 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
4350 :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\ 6167 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
4351 :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\ 6168 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
4352 :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\ 6169 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
4353 :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610-w: 6170 :tc=att610-w:
4354att615-103k|615-103k|615mt-103k|AT&T 615; 80 column; 103key keyboard:\ 6171att615-103k|AT&T 615; 80 column; 103key keyboard:\
4355 :#4=\E[ A:%i=\E[ @:tc=att610-103k: 6172 :#4=\E[ A:%i=\E[ @:\
4356att615-103k-w|615-103k-w|615mt-103k-w|AT&T 615; 132 column; 103key keyboard:\ 6173 :tc=att610-103k:
4357 :#4=\E[ A:%i=\E[ @:tc=att610-103k-w: 6174att615-103k-w|AT&T 615; 132 column; 103key keyboard:\
4358att620|620mtg|AT&T 620; 80 column; 98key keyboard:\ 6175 :#4=\E[ A:%i=\E[ @:\
6176 :tc=att610-103k-w:
6177# (att620: I added <rmam>/<smam> based on the init string and
6178# :SR:/:SF: from a BSD termcap -- esr)
6179# (untranslatable capabilities removed to fit entry within 1023 bytes)
6180# (sgr removed to fit entry within 1023 bytes)
6181# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6182att620|AT&T 620; 80 column; 98key keyboard:\
4359 :am:es:hs:mi:ms:xn:xo:\ 6183 :am:es:hs:mi:ms:xn:xo:\
4360 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\ 6184 :co#80:it#8:li#24:ws#80:\
4361 :#4=\E[ A:%i=\E[ @:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 6185 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4362 :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:\ 6186 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
4363 :F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:\ 6187 :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cd=\E[J:\
4364 :FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:\ 6188 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
4365 :FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\ 6189 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
4366 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:\
4367 :FU=\EOl:FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:\
4368 :Fa=\EOM:IC=\E[%d@:LE=\E[%dD:LF=\E[2p:LO=\E[p:\
4369 :RI=\E[%dC:UP=\E[%dA:\
4370 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4371 :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:\
4372 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4373 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:\
4374 :ei=\E[4l:fs=\E8:ho=\E[H:\
4375 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\ 6190 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
4376 :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\ 6191 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
4377 :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\ 6192 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
4378 :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\ 6193 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
4379 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 6194 :mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:mh=\E[2m:mr=\E[7m:\
4380 :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:\ 6195 :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
4381 :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\ 6196 :sr=\EM:ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:\
4382 :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\ 6197 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4383 :..px=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s:\
4384 :r2=\Ec\E[?3l:rc=\E8:\
4385 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
4386 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4387 :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
4388 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4389 :vs=\E[?12;25h: 6198 :vs=\E[?12;25h:
4390att620-w|620-w|620mtg-w|AT&T 620; 132 column; 98key keyboard:\ 6199att620-w|AT&T 620; 132 column; 98key keyboard:\
4391 :co#132:ws#132:\ 6200 :co#132:ws#132:\
4392 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620: 6201 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620:
4393att620-103k|620-103k|620mtg-103k|AT&T 620; 80 column; 103key keyboard:\ 6202att620-103k|AT&T 620; 80 column; 103key keyboard:\
4394 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\ 6203 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
4395 :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\ 6204 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
4396 :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\ 6205 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
4397 :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\ 6206 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
4398 :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\ 6207 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
4399 :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\ 6208 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
4400 :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\ 6209 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
4401 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\ 6210 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:\
4402 :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\ 6211 :F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:\
4403 :F4@:F5@:F6@:F7@:F8@:F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:\ 6212 :FQ@:FR@:FS@:FT@:FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:\
4404 :FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:FQ@:FR@:FS@:FT@:\ 6213 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:\
4405 :FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:kE=\EOa:\ 6214 :tc=att620:
4406 :kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620: 6215
4407 6216att620-103k-w|AT&T 620; 132 column; 103key keyboard:\
4408att620-103k-w|620-103k-w|620mtg-103k-w|AT&T 620; 132 column; 103key keyboard:\
4409 :co#132:ws#132:\ 6217 :co#132:ws#132:\
4410 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k: 6218 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k:
4411 6219
4412# 630 short descriptions without \E 6220# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
4413att630|5630|5630DMD|630MTG|AT&T 630 windowing terminal:\ 6221# The following SETUP modes are assumed for normal operation:
4414 :NP:am:da:db:mi:ms:xo:\ 6222# Local_Echo=Off Gen_Flow=On Return=CR Received_Newline=LF
6223# Font_Size=Large Non-Layers_Window_Cols=80
6224# Non-Layers_Window_Rows=60
6225# Other SETUP modes may be set for operator convenience or communication
6226# requirements. Some capabilities assume a printer attached to the Aux EIA
6227# port. This termcap description is for the Fixed Non-Layers Window. No
6228# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
6229# (att630: added :ic:, :mb: and :mh: from a BSD termcap file -- esr)
6230att630|AT&T 630 windowing terminal:\
6231 :NP:am:bs:da:db:mi:ms:xo:\
4415 :co#80:it#8:li#60:lm#0:\ 6232 :co#80:it#8:li#60:lm#0:\
4416 :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\ 6233 :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\ENq:\
4417 :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:\ 6234 :F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:F7=\ENw:F8=\ENx:\
4418 :F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:\ 6235 :F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:FD=\EN}:FE=\EN~:IC=\E[%d@:\
4419 :FD=\EN}:FE=\EN~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\ 6236 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
4420 :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\ 6237 :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
4421 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 6238 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
4422 :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\ 6239 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:\
4423 :im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:\ 6240 :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:\
4424 :kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:\ 6241 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
4425 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\ 6242 :me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:\
4426 :mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:po=\E[?5i:\ 6243 :po=\E[?5i:..px=\E[%p1%d;%p2%l%dq%p2%s:r2=\Ec:rc=\E8:\
4427 :..px=\E[%p1%d;%p2%l%dq%p2%s:r2=\Ec:rc=\E8:\
4428 :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\ 6244 :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
4429 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\ 6245 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
4430 :up=\E[A:us=\E[4m: 6246 :up=\E[A:us=\E[4m:
4431
4432
4433att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\ 6247att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
4434 :li#24:\ 6248 :li#24:tc=att630:
4435 :tc=att630: 6249
6250# This is the att700 entry for 700 native emulation of the AT&T 700
6251# terminal. Comments are relative to changes from the 605V2 entry and
6252# att730 on which the entry is based. Comments show the terminfo
6253# capability name, termcap name, and description.
6254#
6255# Here is what's going onm in the init string:
6256# ESC [ 50;4| set 700 native mode (really is 605)
6257# x ESC [ 56;ps| set lines to 24: ps=0; 40: ps=1 (plus status line)
6258# ESC [ 53;0| set GenFlow to Xon/Xoff
6259# ESC [ 8 ;0| set CR on NL
6260# x ESC [ ? 3 l/h set workspace: 80 col(l); 132 col(h)
6261# ESC [ ? 4 l jump scroll
6262# ESC [ ? 5 l/h video: normal (l); reverse (h)
6263# ESC [ ?13 l Labels on
6264# ESC [ ?15 l parity check = no
6265# ESC [ 13 l monitor mode off
6266# ESC [ 20 l LF on NL (not CRLF on NL)
6267# ESC [ ? 7 h autowrap on
6268# ESC [ 12 h local echo off
6269# ESC ( B GO = ASCII
6270# ESC ) 0 G1 = Special Char & Line Drawing
6271# ESC [ ? 31 l Set 7 bit controls
6272#
6273# Note: Most terminals, especially the 600 family use Reverse Video for
6274# standout mode. DEC also uses reverse video. The VT100 uses bold in addition
6275# Assume we should stay with reverse video for 70.. However, the 605V2 exits
6276# standout mode with \E[m (all normal attributes). The 730 entry simply
6277# exits reverse video which would leave other current attributes intact. It
6278# was assumed the 730 entry to be more correct so rmso has changed. The
6279# 605V2 has no sequences to turn individual attributes off, thus its setting
6280# and the rmso/smso settings from the 730.
6281#
6282# Note: For the same reason as above in rmso I changed exit under-score mode
6283# to specifically turn off underscore, rather than return to all normal
6284# attributes
6285#
6286# Note: The following pkey_xmit is taken from the 605V2 which contained the
6287# capability as pfxl. It was changed here to pfx since pfxl
6288# will only compile successfully with Unix 4.0 tic. Also note that pfx only
6289# allows strings to be parameters and label values must be programmed as
6290# constant strings. Supposedly the pfxl of Version 4.0 allows both labels
6291# and strings to be parameters. The 605V2 pfx entry should be examined later
6292# in this regard. For reference the 730 pfxl entry is shown here for comparison
6293# 730 pfx entry:
6294# pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
6295# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
6296#
6297# (for 4.0 tic)
6298# pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
6299#
6300# (for <4.0 tic)
6301# pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
6302#
6303# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
6304#
6305# Port1 Interface
6306#
6307# modular 10 pin Connector
6308# Left side Right side
6309# Pin 1 2 3 4 5 6 7 8 9 10
6310#
6311# Key (notch) at bottom
6312#
6313# Pin 1 DSR
6314# 3 DCD
6315# 4 DTR
6316# 5 Sig Ground
6317# 6 RD
6318# 7 SD
6319# 8 CTS
6320# 9 RTS
6321# 10 Frame Ground
6322#
6323# The manual is 189 pages and is loaded with details about the escape codes,
6324# etc..... Available from AT&T CIC 800-432-6600...
6325# ask for Document number 999-300-660..
6326#
6327# (untranslatable capabilities removed to fit entry within 1023 bytes)
6328# (sgr removed to fit entry within 1023 bytes)
6329# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6330att700|AT&T 700 24x80 column display w/102key keyboard:\
6331 :am:es:hs:mi:ms:xn:xo:\
6332 :co#80:it#8:li#24:ws#80:\
6333 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6334 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
6335 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6336 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
6337 :fs=\E8:ho=\E[H:i2=\E(B\E)0:im=\E[4h:\
6338 :is=\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:\
6339 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
6340 :k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:\
6341 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
6342 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
6343 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
6344 :st=\EH:ta=^I:ts=\E7\E[99;%i%p1%dx:ue=\E[24m:up=\E[A:\
6345 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
6346 :vs=\E[?12;25h:
4436 6347
4437# This entry was modified 3/13/90 by JWE. 6348# This entry was modified 3/13/90 by JWE.
4438# fixes include additions of enacs, correcting rep, and modification 6349# fixes include additions of <enacs>, correcting :rp:, and modification
4439# of kHOM. (See comments below) 6350# of <kHOM>. (See comments below)
4440# has status line of 80 chars 6351# att730 has status line of 80 chars
4441# These were commented out: indn=\E[%p1%dS, rin=\E[%p1%dT, 6352# These were commented out: :SF=\E[%p1%dS:, :SR=\E[%p1%dT:,
4442# the k25 and up keys are used for shifted system Fkeys 6353# the <kf25> and up keys are used for shifted system Fkeys
4443# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 6354# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
4444# currently the same as khome (unshifted HOME or \E[H). On the 102, 102+1 6355# currently the same as :kh: (unshifted HOME or \E[H). On the 102, 102+1
4445# and 122 key keyboards, the 730's translation is \E[2J. For consistency 6356# and 122 key keyboards, the 730's translation is \E[2J. For consistency
4446# kHOM has been commented out. The user can uncomment kHOM if using the 6357# <kHOM> has been commented out. The user can uncomment <kHOM> if using the
4447# 102, 102+1, or 122 key keyboards 6358# 102, 102+1, or 122 key keyboards
4448# kHOM=\E[2J, 6359# kHOM=\E[2J,
6360# (att730: I added <rmam>/<smam> based on the init string -- esr)
4449# (untranslatable capabilities removed to fit entry within 1023 bytes) 6361# (untranslatable capabilities removed to fit entry within 1023 bytes)
4450# WARNING: this entry, 1063 bytes long, may core-dump older termcap libraries! 6362# (sgr removed to fit entry within 1023 bytes)
4451att730|730MTG|AT&T 730 windowing terminal Version:\ 6363# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4452 :NP:am:da:db:es:hs:mi:ms:xn:xo:\ 6364att730|AT&T 730 windowing terminal:\
4453 :Nl#24:co#80:it#8:lh#2:li#60:lm#0:lw#8:ws#80:\ 6365 :am:da:db:es:hs:mi:ms:xn:xo:\
4454 :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 6366 :co#80:it#8:li#60:lm#0:ws#80:\
4455 :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:\ 6367 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4456 :F6=\ENv:F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:\ 6368 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
4457 :FC=\EN|:FD=\EN}:FE=\EN~:FF=\EOC:FG=\EOD:FH=\EOE:\ 6369 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4458 :FI=\EOF:FJ=\EOG:FK=\EOH:FL=\EOI:FM=\EOJ:FN=\ENO:\ 6370 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
4459 :FO=\ENP:FP=\ENQ:FQ=\ENR:FR=\ENS:FS=\ENT:FT=\EOU:\ 6371 :ho=\E[H:\
4460 :FU=\EOV:FV=\EOW:FW=\EOX:FX=\EOY:FY=\EOZ:FZ=\EO[:\
4461 :Fa=\EO :Fb=\EO]:Fc=\EO^:IC=\E[%d@:LE=\E[%dD:\
4462 :LF=\E[?13h:LO=\E[?13l:RI=\E[%dC:RX=\E[?21l:\
4463 :SX=\E[?21h:UP=\E[%dA:ZF=\E#6:\
4464 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4465 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4466 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4467 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)0:\
4468 :ei=\E[4l:fs=\E8:ho=\E[H:\
4469 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\ 6372 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
4470 :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\ 6373 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
4471 :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\ 6374 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kI=\E[@:\
4472 :k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:kC=\E[2J:kF=\E[S:\ 6375 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
4473 :kI=\E[@:kR=\E[T:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\ 6376 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
4474 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\ 6377 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
4475 :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\ 6378 :ta=^I:ts=\E7\E[;%i%p1%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
4476 ::po=\E[?5i:ps=\E[?19h\E[0i::r2=\Ec\E[?3l:rc=\E8:::\
4477 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4478 :ts=\E7\E[;%i%p1%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
4479 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\ 6379 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4480 :vs=\E[?12;25h:: 6380 :vs=\E[?12;25h:
4481
4482att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\ 6381att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
4483 :li#41:\ 6382 :li#41:tc=att730:
4484 :tc=att730:
4485
4486att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\ 6383att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
4487 :li#24:\ 6384 :li#24:tc=att730:
4488 :tc=att730:
4489
4490att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\ 6385att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
4491 :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\ 6386 :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
4492 :vb=\E[?5l\E[?5h:tc=att730: 6387 :vb=\E[?5l\E[?5h:\
4493 6388 :tc=att730:
4494att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\ 6389att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
4495 :li#41:\ 6390 :li#41:tc=att730r:
4496 :tc=att730r:
4497
4498att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\ 6391att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4499 :li#24:\ 6392 :li#24:tc=att730r:
4500 :tc=att730r:
4501 6393
4502
4503# 05-Aug-86:
4504# The following Terminfo entry describes functions which are supported by
4505# the AT&T 5430/pt505 terminal software version 2 and later.
4506#
4507# The following represents the screen layout along with the associated 6394# The following represents the screen layout along with the associated
4508# bezel buttons for the 5430/pt505 terminal. The "kf" designations do 6395# bezel buttons for the 5430/pt505 terminal. The "kf" designations do
4509# not appear on the screen but are shown to reference the bezel buttons. 6396# not appear on the screen but are shown to reference the bezel buttons.
@@ -4547,6 +6434,12 @@ att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4547# 6434#
4548# MAIL 6435# MAIL
4549# 6436#
6437# version 1 note:
6438# The character string sent by key 'kf26' may be user programmable
6439# to send either \E[16s, or \E[26s.
6440# The character string sent by key 'krfr' may be user programmable
6441# to send either \E[17s, or \E[27s.
6442#
4550# Depression of the "CMD" key sends \E! (kcmd) 6443# Depression of the "CMD" key sends \E! (kcmd)
4551# Depression of the "MAIL" key sends \E[26s (kf26) 6444# Depression of the "MAIL" key sends \E[26s (kf26)
4552# "REDRAW" same as "REFRESH" (krfr) 6445# "REDRAW" same as "REFRESH" (krfr)
@@ -4609,7 +6502,7 @@ att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4609# Pn2= Number of columns available in window 6502# Pn2= Number of columns available in window
4610# 6503#
4611# Cursor Position Report (CPR): \E[Pn1;Pn2R 6504# Cursor Position Report (CPR): \E[Pn1;Pn2R
4612# Pn1= "Y" Position of cousor 6505# Pn1= "Y" Position of cursor
4613# Pn2= "X" Position of cursor 6506# Pn2= "X" Position of cursor
4614# 6507#
4615# Request Answer Back (RAB): \E[c 6508# Request Answer Back (RAB): \E[c
@@ -4619,8 +6512,9 @@ att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4619# *= 2 Printer available 6512# *= 2 Printer available
4620# V= Software version number 6513# V= Software version number
4621# SV= Software sub version number 6514# SV= Software sub version number
6515# (printer-available field not documented in v1)
4622# 6516#
4623# Screen Alingment Aid: \En 6517# Screen Alignment Aid: \En
4624# 6518#
4625# Bell (lower pitch): \E[x 6519# Bell (lower pitch): \E[x
4626# 6520#
@@ -4643,6 +6537,8 @@ att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4643# (kf00-kf06, kf18-kf24) 6537# (kf00-kf06, kf18-kf24)
4644# string= Text to sent on button depression 6538# string= Text to sent on button depression
4645# 6539#
6540# The following in version 2 only:
6541#
4646# Request For Local Directory Data: \EPp12;\ 6542# Request For Local Directory Data: \EPp12;\
4647# 6543#
4648# Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\ 6544# Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
@@ -4653,287 +6549,60 @@ att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4653# 6549#
4654# Disable 'Prt on Line' mode: \024 (DC4) 6550# Disable 'Prt on Line' mode: \024 (DC4)
4655# 6551#
6552
6553# 05-Aug-86:
6554# The following Terminfo entry describes functions which are supported by
6555# the AT&T 5430/pt505 terminal software version 2 and later.
4656att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\ 6556att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
4657 :am:xo:\ 6557 :am:xo:\
4658 :co#80:it#8:li#24:\ 6558 :co#80:it#8:li#24:\
4659 :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ 6559 :&2=\E[27s:@4=\E\041:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4660 :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\ 6560 :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
4661 :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\ 6561 :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
4662 :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\ 6562 :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
6563 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4663 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\ 6564 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\
4664 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:\ 6565 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
4665 :dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\ 6566 :do=\E[B:ei=\E[4l:ho=\E[H:\
4666 :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\ 6567 :i1=\EPr\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
4667 :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\ 6568 :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
4668 :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\ 6569 :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
4669 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\ 6570 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
4670 :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:\ 6571 :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:sc=\E7:\
4671 :sc=\E7:se=\E[0m:sf=^J:so=\E[1m:ta=^I:ue=\E[0m:\ 6572 :se=\E[m:sf=^J:so=\E[1m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
4672 :up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h: 6573 :ve=\E[>l:vs=\E[>h:
4673 6574
4674#
4675# The following Terminfo entry describes functions which are supported by 6575# The following Terminfo entry describes functions which are supported by
4676# the AT&T 5430/pt505 terminal software version 1. 6576# the AT&T 5430/pt505 terminal software version 1.
4677# 6577att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines:\
4678# The following represents the screen layout along with the associated 6578 :li#24:\
4679# bezel buttons for the 5430/pt505 terminal. The "kf" designations do 6579 :RA@:SA@:pf@:po@:rc@:sc@:tc=att505:
4680# not appear on the screen but are shown to reference the bezel buttons. 6580tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines:\
4681# The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate 6581 :li#22:tc=att505:
4682# position relative to the screen.
4683#
4684#
4685#
4686# +----------------------------------------------------------------+
4687# | |
4688# XXXX | kf0 kf24 | XXXX
4689# | |
4690# | |
4691# XXXX | kf1 kf23 | XXXX
4692# | |
4693# | |
4694# XXXX | kf2 kf22 | XXXX
4695# | |
4696# | |
4697# XXXX | kf3 kf21 | XXXX
4698# | |
4699# | |
4700# XXXX | kf4 kf20 | XXXX
4701# | |
4702# | |
4703# XXXX | kf5 kf19 | XXXX
4704# | |
4705# | |
4706# XXXX | kf6 kf18 | XXXX
4707# | |
4708# | |
4709# XXXX | | XXXX
4710# | |
4711# | |
4712# +----------------------------------------------------------------+
4713#
4714# XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
4715#
4716# Note: XXXX represents the screen buttons
4717# CMD REDRAW
4718#
4719# MAIL
4720#
4721# Depression of the "CMD" key sends \E! (kcmd)
4722# Depression of the "MAIL" key sends (note) (kf26)
4723# "REDRAW" same as "REFRESH" (krfr) (note)
4724#
4725# note: The character string sent by key 'kf26' may be user programmable
4726# to send either \E[16s, or \E[26s.
4727# The character string sent by key 'krfr' may be user programmable
4728# to send either \E[17s, or \E[27s.
4729#
4730# "kf" functions adds carriage return to output string if terminal is in
4731# 'new line' mode.
4732#
4733# The following are functions not covered in the table above:
4734#
4735# Set keyboard character (SKC):
4736#
4737# \EPn1;Pn2w
4738#
4739# Pn1= 0 Back Space key
4740# Pn1= 1 Break key
4741# Pn2= Program char (hex)
4742#
4743# Screen Definition (SDF):
4744#
4745# \E[Pn1;Pn2;Pn3;Pn4;Pn5t
4746#
4747# Pn1= Window number (1-39)
4748# Pn2-Pn5= Y;X;Y;X coordinates
4749#
4750# Screen Selection (SSL):
4751#
4752# \E[Pnu
4753#
4754# Pn= Window number
4755#
4756# Set Terminal Modes (SM):
4757#
4758# \E[Pnh
4759#
4760# Pn= 3 Graphics mode
4761# Pn= > Cursor blink
4762# Pn= < Enter new line mode
4763# Pn= = Enter reverse insert/replace mode
4764# Pn= ? Enter no scroll mode
4765#
4766# Reset Terminal Mode (RM):
4767#
4768# \E[Pnl
4769#
4770# Pn= 3 Exit graphics mode
4771# Pn= > Exit cursor blink
4772# Pn= < Exit new line mode
4773# Pn= = Exit reverse insert/replace mode
4774# Pn= ? Exit no scroll mode
4775#
4776# Screen Status Report (SSR):
4777#
4778# \E[Pnp
4779#
4780# Pn= 0 Request current window number
4781# Pn= 1 Request current window dimensions
4782#
4783# Device Status Report (DSR):
4784#
4785# \E[6n Request cursor position
4786#
4787# Call Status Report (CSR):
4788#
4789# \E[Pnv
4790#
4791# Pn= 0 Call failed
4792# Pn= 1 Call successful
4793#
4794# Transparent Button String (TBS):
4795#
4796# \E[Pn1;Pn2;Pn3;{string
4797#
4798# Pn1= Button number to be loaded
4799# Pn2= Character count of "string"
4800# Pn3= Key mode being loaded:
4801# 0= Unshifted
4802# 1= Shifted
4803# 2= Control
4804# String= Text string (15 chars max)
4805#
4806# Screen Number Report (SNR):
4807#
4808# \E[Pnp
4809#
4810# Pn= Screen number
4811#
4812# Screen Dimension Report (SDR):
4813#
4814# \E[Pn1;Pn2r
4815#
4816# Pn1= Number of rows available in window
4817# Pn2= Number of columns available in window
4818#
4819# Cursor Position Report (CPR):
4820#
4821# \E[Pn1;Pn2R
4822#
4823# Pn1= "Y" Position of cousor
4824# Pn2= "X" Position of cursor
4825#
4826# Request Answer Back (RAB):
4827#
4828# \E[c
4829#
4830# Answer Back Response (ABR):
4831#
4832# \E[?;0;30;VSV
4833#
4834# V= Software version number
4835# SV= Software sub version number
4836#
4837# Screen Alignment Aid:
4838#
4839# \En
4840#
4841# Bell (lower pitch):
4842#
4843# \E[x
4844#
4845# Dial Phone Number:
4846#
4847# \EPdstring\
4848#
4849# string= Phone number to be dialed
4850#
4851# Set Phone Labels:
4852#
4853# \EPpstring\
4854#
4855# string= Label for phone buttons
4856#
4857# Set Clock:
4858#
4859# \EPchour;minute;second\
4860#
4861# Position Clock:
4862#
4863# \EPsY;X\
4864#
4865# Y= "Y" coordinate
4866# X= "X" coordinate
4867#
4868# Delete Clock:
4869#
4870# \Epr\
4871#
4872# Programming The Function Buttons:
4873#
4874# \EPfPn;string\
4875#
4876# Pn= Button number (00-06, 18-24)
4877# (kf00-kf06, kf18-kf24)
4878#
4879# string= Text to sent on button depression
4880#
4881#
4882#
4883# 05-Aug-86
4884#
4885#
4886att505-24|pt505-24|gs5430-24| AT&T PT505 or 5430 GETSET version 1 24 lines:\
4887 :am:xo:\
4888 :co#80:it#8:li#24:\
4889 :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4890 :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
4891 :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
4892 :RI=\E[%dC:UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:\
4893 :bl=^G:cb=\E2K:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
4894 :cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
4895 :ho=\E[H:\
4896 :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
4897 :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
4898 :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
4899 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
4900 :mr=\E[7m:nd=\E[C:r1=\Ec:se=\E[0m:sf=^J:so=\E[1m:\
4901 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
4902att505-22|pt505-22|gs5430-22| AT&T PT505 or 5430 GETSET version 1 22 lines:\
4903 :li#22:\
4904 :tc=att505-24:
4905#
4906# -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
4907# This cut mark helps make life less painful for people running ncurses tic
4908# on machines with relatively little RAM. The file can be broken in half here
4909# cleanly and compiled in sections -- no `use' references cross this cut
4910# going forward.
4911#
4912 6582
4913#### Ampex (Dialogue) 6583#### Ampex (Dialogue)
4914# 6584#
4915# Yes, these are the same people who are better-known for making audio- and 6585# Yes, these are the same people who are better-known for making audio- and
4916# videotape. I'm told they are located in Redwood City, CA. 6586# videotape. I'm told they are located in Redwood City, CA.
6587#
4917 6588
4918# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981 6589# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
4919# (ampex80: mapped ":pt:" to default tabs; some capabilities merged in from 6590# (ampex80: some capabilities merged in from SCO's entry -- esr)
4920# SCO's entry -- esr)
4921ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\ 6591ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
4922 :am:bs:bw:pt:ul:\ 6592 :am:bs:bw:ul:\
4923 :co#80:li#24:\ 6593 :co#80:it#8:li#24:\
4924 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\ 6594 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
4925 :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:\ 6595 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ic=\EQ:im=:is=\EA:le=^H:\
4926 :ic=\EQ:im=:is=\EA:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:\ 6596 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
4927 :st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
4928# This entry was from somebody anonymous, Tue Aug 9 20:11:37 1983, who wrote: 6597# This entry was from somebody anonymous, Tue Aug 9 20:11:37 1983, who wrote:
4929ampex175|ampex d175:\ 6598ampex175|ampex d175:\
4930 :am:\ 6599 :am:\
4931 :co#80:li#24:\ 6600 :co#80:li#24:\
4932 :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\ 6601 :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=^M:\
4933 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\ 6602 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:is=\EX\EA\EF:\
4934 :is=\EX\EA\EF:kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:\ 6603 :kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
4935 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\Ek:\ 6604 :le=^H:ll=^^^K:nd=^L:se=\Ek:sf=^J:so=\Ej:te=\EF:ti=\EN:\
4936 :sf=^J:so=\Ej:te=\EF:ti=\EN:ue=\Em:up=^K:us=\El: 6605 :ue=\Em:up=^K:us=\El:
4937# No backspace key in the main QWERTY cluster. Fortunately, it has a 6606# No backspace key in the main QWERTY cluster. Fortunately, it has a
4938# NEWLINE/PAGE key just above RETURN that sends a strange single-character 6607# NEWLINE/PAGE key just above RETURN that sends a strange single-character
4939# code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS 6608# code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
@@ -4941,56 +6610,71 @@ ampex175|ampex d175:\
4941# some people and some systems may not, there is another termcap ("ampex175") 6610# some people and some systems may not, there is another termcap ("ampex175")
4942# that suppresses this little eccentricity by omitting the relevant capability. 6611# that suppresses this little eccentricity by omitting the relevant capability.
4943ampex175-b|ampex d175 using left arrow for erase:\ 6612ampex175-b|ampex d175 using left arrow for erase:\
4944 :kb=^_:tc=ampex175: 6613 :kb=^_:\
6614 :tc=ampex175:
4945# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu> 6615# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
4946# (ampex210: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr) 6616# (ampex210: removed obsolete ":kn#10:" -- esr)
4947ampex210|a210|ampex a210:\ 6617ampex210|a210|ampex a210:\
4948 :am:bs:hs:pt:xn:\ 6618 :am:bs:hs:xn:\
4949 :co#80:li#24:sg#1:ug#1:\ 6619 :co#80:it#8:li#24:sg#1:\
4950 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\ 6620 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
4951 :dc=\EW:dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:\ 6621 :dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:if=/usr/share/tabset/std:\
4952 :if=/usr/share/tabset/std:im=:\ 6622 :im=:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
4953 :is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:k0=^A0\r:\ 6623 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
4954 :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\ 6624 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:kl=^H:\
4955 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:\ 6625 :kr=^L:ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\E.0\Eg\E}\Ef:up=^K:\
4956 :kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\ 6626 :vb=\EU\EX\EU\EX\EU\EX\EU\EX:\
4957 :ts=\E.0\Eg\E}\Ef:ue=\EG0:up=^K:us=\EG8:\ 6627 :tc=adm+sgr:
4958 :vb=\EU\EX\EU\EX\EU\EX\EU\EX: 6628# (ampex219: I added <rmam>/<smam> based on the init string, added :vs:
6629# from ampex219w, added :ve:=\E[?3l, irresistibly suggested by :vs:,
6630# and moved the padding to be *after* the caps -- esr)
4959ampex219|ampex-219|amp219|Ampex with Automargins:\ 6631ampex219|ampex-219|amp219|Ampex with Automargins:\
4960 :hs:xn:\ 6632 :hs:xn:\
4961 :co#80:it#8:li#24:\ 6633 :co#80:it#8:li#24:\
4962 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\ 6634 :RA=\E[?7l:SA=\E[?7h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
4963 :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:do=\E[B:ho=\E[H:\ 6635 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:\
4964 :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 6636 :do=\E[B:ho=\E[H:\
4965 :k0=\E[21~:k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:\ 6637 :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=\E[21~:\
4966 :k5=\E[11~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\ 6638 :k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:k5=\E[11~:k6=\E[17~:\
4967 :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:\ 6639 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kd=\E[B:ke=\E>:kh=\E[H:\
4968 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[1m:\ 6640 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
4969 :mr=\E[7m:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\ 6641 :me=\E[m:mh=\E[1m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
4970 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m: 6642 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?3l:vs=\E[?3h:
4971ampex219w|ampex-219w|amp219w|Ampex 132 cols:\ 6643ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
4972 :co#132:li#24:\ 6644 :co#132:li#24:\
4973 :bl=^G:cr=^M:do=^J:\ 6645 :bl=^G:cr=^M:do=^J:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
4974 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:sf=^J:\ 6646 :sf=^J:\
4975 :vs=\E[?3h:tc=ampex219: 6647 :tc=ampex219:
6648# (ampex232: removed :if=/usr/share/tabset/ampex:, no file and no :st: --esr)
4976ampex232|ampex-232|Ampex Model 232:\ 6649ampex232|ampex-232|Ampex Model 232:\
4977 :am:\ 6650 :am:\
4978 :co#80:li#24:sg#1:ug#1:\ 6651 :co#80:li#24:sg#1:\
4979 :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\ 6652 :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
4980 :dc=\EW:dl=5*\ER:do=^V:ei=:ic=\EQ:\ 6653 :dl=5*\ER:do=^V:ei=:ic=\EQ:im=:is=\Eg\El:k0=^A@\r:k1=^AA\r:\
4981 :if=/usr/lib/tabset/ampex:im=:is=\Eg\El:k0=^A@\r:\ 6654 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
4982 :k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:\ 6655 :k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
4983 :k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:\ 6656 :mk@:nd=^L:ta=^I:up=^K:vb=\Eb\Ed:ve=\E.4:vi=\E.0:\
4984 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:so=\EG4:\ 6657 :tc=adm+sgr:
4985 :ta=^I:ue=\EG0:up=^K:us=\EG8:\ 6658# (ampex: removed :if=/usr/share/tabset/amp-132:, no file and no :st: -- esr)
4986 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
4987 :ve=\E.4:vi=\E.0:
4988ampex232w|Ampex Model 232 / 132 columns:\ 6659ampex232w|Ampex Model 232 / 132 columns:\
4989 :co#132:li#24:\ 6660 :co#132:li#24:\
4990 :if=/usr/lib/tabset/amp-132:is=\E\034Eg\El:tc=ampex232: 6661 :is=\E\034Eg\El:tc=ampex232:
4991 6662
4992#### Ann Arbor (aa) 6663#### Ann Arbor (aa)
4993# 6664#
6665# Ann Arbor made dream terminals for hackers -- large screen sizes and huge
6666# numbers of function keys. At least some used monitors in portrait mode,
6667# allowing up to 76-character screen heights! They were reachable at:
6668#
6669# Ann Arbor Terminals
6670# 6175 Jackson Road
6671# Ann Arbor, MI 48103
6672# (313)-663-8000
6673#
6674# But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
6675# can't be found on the Web; I fear they're long dead. R.I.P.
6676#
6677
4994 6678
4995# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs. 6679# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
4996# Highly modified 6/22 by Mike O'Brien. 6680# Highly modified 6/22 by Mike O'Brien.
@@ -5010,7 +6694,7 @@ ampex232w|Ampex Model 232 / 132 columns:\
5010# Briefly, the settings are for the following modes: 6694# Briefly, the settings are for the following modes:
5011# (values are for bit set/clear with * indicating our preference 6695# (values are for bit set/clear with * indicating our preference
5012# and the value used to test these termcaps) 6696# and the value used to test these termcaps)
5013# Note that many of these settings are irelevent to the termcap 6697# Note that many of these settings are irrelevent to the terminfo
5014# and are just set to the default mode of the terminal as shipped 6698# and are just set to the default mode of the terminal as shipped
5015# by the factory. 6699# by the factory.
5016# 6700#
@@ -5021,7 +6705,7 @@ ampex232w|Ampex Model 232 / 132 columns:\
5021# bell/no bell at column 72* 6705# bell/no bell at column 72*
5022# 6706#
5023# key pad is cursor control*/key pad is numeric 6707# key pad is cursor control*/key pad is numeric
5024# return and line feed/return for <cr> key * 6708# return and line feed/return for :cr: key *
5025# repeat after .5 sec*/no repeat 6709# repeat after .5 sec*/no repeat
5026# repeat at 25/15 chars per sec. * 6710# repeat at 25/15 chars per sec. *
5027# 6711#
@@ -5051,7 +6735,7 @@ ampex232w|Ampex Model 232 / 132 columns:\
5051# transmit all characters/transmit only selected characters* 6735# transmit all characters/transmit only selected characters*
5052# transmit all selected areas/transmit only 1 selected area* 6736# transmit all selected areas/transmit only 1 selected area*
5053# 6737#
5054# transmit/do not transmit line seperators to host* 6738# transmit/do not transmit line separators to host*
5055# transmit/do not transmit page tab stops tabs to host* 6739# transmit/do not transmit page tab stops tabs to host*
5056# transmit/do not transmit column tab stop tabs to host* 6740# transmit/do not transmit column tab stop tabs to host*
5057# transmit/do not transmit graphics control (underline,inverse..)* 6741# transmit/do not transmit graphics control (underline,inverse..)*
@@ -5090,7 +6774,7 @@ ampex232w|Ampex Model 232 / 132 columns:\
5090# 6774#
5091# D menu: 0110 1001 1 0 6775# D menu: 0110 1001 1 0
5092# LF is newline/LF is down one line, same column* 6776# LF is newline/LF is down one line, same column*
5093# wrap to preceeding line if move left from col 1*/don't wrap 6777# wrap to preceding line if move left from col 1*/don't wrap
5094# wrap to next line if move right from col 80*/don't wrap 6778# wrap to next line if move right from col 80*/don't wrap
5095# backspace is/is not destructive* 6779# backspace is/is not destructive*
5096# 6780#
@@ -5104,16 +6788,23 @@ ampex232w|Ampex Model 232 / 132 columns:\
5104# unused 6788# unused
5105# 6789#
5106 6790
5107annarbor|4080|ann arbor 4080:\ 6791annarbor4080|aa4080|ann arbor 4080:\
5108 :am:\ 6792 :am:bs:\
5109 :co#80:li#40:\ 6793 :co#80:li#40:\
5110 :bl=^G:cl=\014:\ 6794 :bl=^G:cl=\014:\
5111 :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c:\ 6795 :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c:\
5112 :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:\ 6796 :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:kr=^_:\
5113 :kr=^_:ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N: 6797 :ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
6798
6799# Strange Ann Arbor terminal from BRL
6800aas1901|Ann Arbor K4080 w/S1901 mod:\
6801 :am:\
6802 :co#80:li#40:\
6803 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:kb=^H:kd=^J:kl=^H:le=^H:\
6804 :ll=^O\0c:nd=^_:nw=^M^J:sf=^J:ta=^I:up=^N:
5114 6805
5115# If you're using the GNU termcap library, add 6806# If you're using the GNU termcap library, add
5116# :cS=\E[%d;%d;%d;%dp: 6807# :cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
5117# to these capabilities. This is the nonstandard GNU termcap scrolling 6808# to these capabilities. This is the nonstandard GNU termcap scrolling
5118# capability, arguments are: 6809# capability, arguments are:
5119# 1. Total number of lines on the screen. 6810# 1. Total number of lines on the screen.
@@ -5121,70 +6812,71 @@ annarbor|4080|ann arbor 4080:\
5121# 3. Number of lines below (outside of) desired scroll region. 6812# 3. Number of lines below (outside of) desired scroll region.
5122# 4. Total number of lines on the screen, the same as the first parameter. 6813# 4. Total number of lines on the screen, the same as the first parameter.
5123# The generic Ann Arbor entry is the only one that uses this. 6814# The generic Ann Arbor entry is the only one that uses this.
6815# (untranslatable capabilities removed to fit entry within 1023 bytes)
6816# (sgr removed to fit entry within 1023 bytes)
6817# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5124aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\ 6818aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
5125 :5i:am:km:mi:xo:\ 6819 :am:bs:km:mi:xo:\
5126 :co#80:it#8:\ 6820 :co#80:it#8:\
5127 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOK:\ 6821 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5128 :F2=\EOL:F3=\EOM:F4=\EON:F5=\EOO:F6=\EOP:F7=\EOQ:\ 6822 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
5129 :F8=\EOR:F9=\EOS:FA=\EOT:FB=\EOU:FC=\EOV:FD=\EOW:\ 6823 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5130 :FE=\EOX:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 6824 :ct=\E[2g:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
5131 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\ 6825 :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\:\
5132 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
5133 :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
5134 :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
5135 :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\ 6826 :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
5136 :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:k;=\EOJ:kA=\E[L:\ 6827 :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:kD=\E[P:kI=\E[@:kb=^H:\
5137 :kB=\E[Z:kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kM=\E6:\ 6828 :kd=\E[B:\
5138 :kb=^H:kd=\E[B:\ 6829 :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\:\
5139 :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
5140 :kh=\E[H:kl=\E[D:kr=\E[C:\ 6830 :kh=\E[H:kl=\E[D:kr=\E[C:\
5141 :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\ 6831 :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\:\
5142 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mk=\E[8m:\ 6832 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mm=\E[>52h:\
5143 :mm=\E[>52h:mo=\E[>52l:mr=\E[7m:nd=\E[C:pO=\E[%dv:\ 6833 :mo=\E[>52l:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^K:\
5144 :pf=^C:po=\E[v:ps=\E[0i:rc=\E8:\ 6834 :so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
5145 :..rp=%p1%c\E[%p2%{1}%-%db:\
5146 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
5147 :sc=\E7:se=\E[m:sf=^K:so=\E[7m:st=\EH:ta=^I:ue=\E[m:\
5148 :up=\E[A:us=\E[4m:
5149 6835
5150aaa+rv:\ 6836aaa+rv|ann arbor ambassador in reverse video:\
5151 :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\ 6837 :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
5152 :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\ 6838 :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
5153 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\ 6839 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
5154 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m: 6840 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
5155# Ambassador with the DEC option, for partial vt100 compatibility. 6841# Ambassador with the DEC option, for partial vt100 compatibility.
5156aaa+dec:\ 6842aaa+dec|ann arbor ambassador in dec vt100 mode:\
5157 :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}:\ 6843 :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}:\
5158 :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\ 6844 :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
5159 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;: 6845 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
5160aaa-18|ann arbor ambassador/18 lines:\ 6846aaa-18|ann arbor ambassador/18 lines:\
5161 :li#18:\ 6847 :li#18:\
5162 :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\ 6848 :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
5163 :ti=\E[18;0;0;18p:tc=aaa+unk: 6849 :ti=\E[18;0;0;18p:\
6850 :tc=aaa+unk:
5164aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\ 6851aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
5165 :tc=aaa+rv:tc=aaa-18: 6852 :tc=aaa+rv:tc=aaa-18:
5166aaa-20|ann arbor ambassador/20 lines:\ 6853aaa-20|ann arbor ambassador/20 lines:\
5167 :li#20:\ 6854 :li#20:\
5168 :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\ 6855 :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
5169 :ti=\E[20;0;0;20p:tc=aaa+unk: 6856 :ti=\E[20;0;0;20p:\
6857 :tc=aaa+unk:
5170aaa-22|ann arbor ambassador/22 lines:\ 6858aaa-22|ann arbor ambassador/22 lines:\
5171 :li#22:\ 6859 :li#22:\
5172 :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\ 6860 :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
5173 :ti=\E[22;0;0;22p:tc=aaa+unk: 6861 :ti=\E[22;0;0;22p:\
6862 :tc=aaa+unk:
5174aaa-24|ann arbor ambassador/24 lines:\ 6863aaa-24|ann arbor ambassador/24 lines:\
5175 :li#24:\ 6864 :li#24:\
5176 :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\ 6865 :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
5177 :ti=\E[24;0;0;24p:tc=aaa+unk: 6866 :ti=\E[24;0;0;24p:\
6867 :tc=aaa+unk:
5178aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\ 6868aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
5179 :tc=aaa+rv:tc=aaa-24: 6869 :tc=aaa+rv:tc=aaa-24:
5180aaa-26|ann arbor ambassador/26 lines:\ 6870aaa-26|ann arbor ambassador/26 lines:\
5181 :li#26:\ 6871 :li#26:\
5182 :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\ 6872 :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
5183 :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk: 6873 :ti=\E[H\E[J\E[26;0;0;26p:\
6874 :tc=aaa+unk:
5184aaa-28|ann arbor ambassador/28 lines:\ 6875aaa-28|ann arbor ambassador/28 lines:\
5185 :li#28:\ 6876 :li#28:\
5186 :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\ 6877 :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
5187 :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk: 6878 :ti=\E[H\E[J\E[28;0;0;28p:\
6879 :tc=aaa+unk:
5188aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\ 6880aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
5189 :es:hs:\ 6881 :es:hs:\
5190 :li#29:\ 6882 :li#29:\
@@ -5193,51 +6885,57 @@ aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
5193 :te=\E[60;1;0;30p\E[29;1H\E[K:\ 6885 :te=\E[60;1;0;30p\E[29;1H\E[K:\
5194 :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\ 6886 :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
5195 :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk: 6887 :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
5196aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status line+reverse video:\ 6888aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video:\
5197 :tc=aaa+rv:tc=aaa-30-s: 6889 :tc=aaa+rv:tc=aaa-30-s:
5198aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status line+save context:\ 6890aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context:\
5199 :te=\E[60;1;0;30p\E[59;1H\E[K:\ 6891 :te=\E[60;1;0;30p\E[59;1H\E[K:\
5200 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s: 6892 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
5201aaa-s-rv-ctxt|aaa-30-s-rv-ct|aaa-30-srvctxt|ann arbor ambassador/30 lines; status line; saving context:\ 6893aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video:\
5202 :te=\E[60;1;0;30p\E[59;1H\E[K:\ 6894 :te=\E[60;1;0;30p\E[59;1H\E[K:\
5203 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv: 6895 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
5204aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\ 6896aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
5205 :li#30:\ 6897 :li#30:\
5206 :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\ 6898 :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
5207 :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk: 6899 :ti=\E[H\E[J\E[30;0;0;30p:\
6900 :tc=aaa+unk:
5208aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\ 6901aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
5209 :tc=aaa+rv:tc=aaa-30: 6902 :tc=aaa+rv:tc=aaa-30:
5210aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\ 6903aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
5211 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa-30: 6904 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
5212aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines; saving context:\ 6905 :tc=aaa-30:
5213 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa+rv:tc=aaa-30: 6906aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context:\
6907 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
6908 :tc=aaa+rv:tc=aaa-30:
5214aaa-36|ann arbor ambassador/36 lines:\ 6909aaa-36|ann arbor ambassador/36 lines:\
5215 :li#36:\ 6910 :li#36:\
5216 :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\ 6911 :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
5217 :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk: 6912 :ti=\E[H\E[J\E[36;0;0;36p:\
6913 :tc=aaa+unk:
5218aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\ 6914aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
5219 :tc=aaa+rv:tc=aaa-36: 6915 :tc=aaa+rv:tc=aaa-36:
5220aaa-40|ann arbor ambassador/40 lines:\ 6916aaa-40|ann arbor ambassador/40 lines:\
5221 :li#40:\ 6917 :li#40:\
5222 :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\ 6918 :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
5223 :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk: 6919 :ti=\E[H\E[J\E[40;0;0;40p:\
6920 :tc=aaa+unk:
5224aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\ 6921aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
5225 :tc=aaa+rv:tc=aaa-40: 6922 :tc=aaa+rv:tc=aaa-40:
5226aaa-48|ann arbor ambassador/48 lines:\ 6923aaa-48|ann arbor ambassador/48 lines:\
5227 :li#48:\ 6924 :li#48:\
5228 :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\ 6925 :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
5229 :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk: 6926 :ti=\E[H\E[J\E[48;0;0;48p:\
6927 :tc=aaa+unk:
5230aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\ 6928aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
5231 :tc=aaa+rv:tc=aaa-48: 6929 :tc=aaa+rv:tc=aaa-48:
5232aaa-60-s|ann arbor ambassador/59 lines plus status line:\ 6930aaa-60-s|ann arbor ambassador/59 lines+status:\
5233 :es:hs:\ 6931 :es:hs:\
5234 :li#59:\ 6932 :li#59:\
5235 :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\ 6933 :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
5236 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\ 6934 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
5237 :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk: 6935 :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
5238aaa-60-s-rv|ann arbor ambassador/59 lines+status line+reverse video:\ 6936aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video:\
5239 :tc=aaa+rv:tc=aaa-60-s: 6937 :tc=aaa+rv:tc=aaa-60-s:
5240aaa-60-s-rv-dec|ann arbor ambassador/dec mode+59 lines+status line+rev video:\ 6938aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video:\
5241 :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s: 6939 :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
5242aaa-60|ann arbor ambassador/60 lines:\ 6940aaa-60|ann arbor ambassador/60 lines:\
5243 :li#60:\ 6941 :li#60:\
@@ -5245,60 +6943,66 @@ aaa-60|ann arbor ambassador/60 lines:\
5245aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\ 6943aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
5246 :tc=aaa+rv:tc=aaa-60: 6944 :tc=aaa+rv:tc=aaa-60:
5247aaa-db|ann arbor ambassador 30/destructive backspace:\ 6945aaa-db|ann arbor ambassador 30/destructive backspace:\
6946 :bs@:\
5248 :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30: 6947 :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
5249 6948
5250guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\ 6949guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
5251 :li#33:\ 6950 :li#33:\
5252 :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\ 6951 :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
5253 :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:tc=aaa+unk: 6952 :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:\
6953 :tc=aaa+unk:
5254guru+rv|guru changes for reverse video:\ 6954guru+rv|guru changes for reverse video:\
5255 :i2=\E[>59h:vb=\E[>59l\E[>59h: 6955 :i2=\E[>59h:vb=\E[>59l\E[>59h:
5256guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\ 6956guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
5257 :tc=guru+rv:tc=guru-33: 6957 :tc=guru+rv:tc=guru-33:
5258guru+s|changes for status line:\ 6958guru+s|guru status line:\
5259 :es:hs:\ 6959 :es:hs:\
5260 :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\ 6960 :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
5261 :te=\E[255;1p\E[255;1H\E[K:\ 6961 :te=\E[255;1p\E[255;1H\E[K:ti=:\
5262 :ts=\E[>51h\E[1;%p1%dH\E[2K: 6962 :ts=\E[>51h\E[1;%p1%dH\E[2K:
5263guru-nctxt:\ 6963guru-nctxt|guru with no saved context:\
5264 :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru: 6964 :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
5265guru-s|guru-33-s|ann arbor guru/33 lines w/status line:\ 6965guru-s|guru-33-s|ann arbor guru/33 lines+status:\
5266 :li#32:\ 6966 :li#32:\
5267 :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\ 6967 :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
5268 :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk: 6968 :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:\
5269guru-24:\ 6969 :tc=guru+unk:
6970guru-24|ann arbor guru 24 lines:\
5270 :co#80:li#24:\ 6971 :co#80:li#24:\
5271 :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk: 6972 :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk:
5272guru-44:\ 6973guru-44|ann arbor guru 44 lines:\
5273 :co#97:li#44:\ 6974 :co#97:li#44:\
5274 :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk: 6975 :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk:
5275guru-44-s|ann arbor guru/44 lines w/status line:\ 6976guru-44-s|ann arbor guru/44 lines+status:\
5276 :li#43:\ 6977 :li#43:\
5277 :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\ 6978 :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
5278 :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk: 6979 :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:\
6980 :tc=guru+unk:
5279guru-76|guru with 76 lines by 89 cols:\ 6981guru-76|guru with 76 lines by 89 cols:\
5280 :co#89:li#76:\ 6982 :co#89:li#76:\
5281 :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk: 6983 :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk:
5282guru-76-s|ann arbor guru/76 lines w/status line:\ 6984guru-76-s|ann arbor guru/76 lines+status:\
5283 :co#89:li#75:\ 6985 :co#89:li#75:\
5284 :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\ 6986 :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
5285 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk: 6987 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:\
6988 :tc=guru+unk:
5286guru-76-lp|guru-lp|guru with page bigger than line printer:\ 6989guru-76-lp|guru-lp|guru with page bigger than line printer:\
5287 :co#134:li#76:\ 6990 :co#134:li#76:\
5288 :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk: 6991 :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk:
5289guru-76-w|guru 76 lines by 178 cols:\ 6992guru-76-w|guru 76 lines by 178 cols:\
5290 :co#178:li#76:\ 6993 :co#178:li#76:\
5291 :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk: 6994 :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk:
5292guru-76-w-s|ann arbor guru/76 lines w/status line:\ 6995guru-76-w-s|ann arbor guru/76 lines+status+wide:\
5293 :co#178:li#75:\ 6996 :co#178:li#75:\
5294 :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\ 6997 :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
5295 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk: 6998 :ti=\E[76;1p\E[255;1H\E[K:\
6999 :tc=guru+s:tc=guru+unk:
5296guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\ 7000guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
5297 :co#178:li#76:\ 7001 :co#178:li#76:\
5298 :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk: 7002 :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk:
5299aaa-rv-unk:\ 7003aaa-rv-unk|ann arbor unknown type:\
5300 :Nl#0:lh#0:lw#0:\ 7004 :Nl#0:lh#0:lw#0:\
5301 :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\ 7005 :ho=\E[H:i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
5302 :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\ 7006 :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
5303 :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\ 7007 :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
5304 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m: 7008 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
@@ -5308,120 +7012,259 @@ aaa-rv-unk:\
5308# ADDS itself is long gone. ADDS was bought by NCR, and the same group made 7012# ADDS itself is long gone. ADDS was bought by NCR, and the same group made
5309# ADDS and NCR terminals. When AT&T and NCR merged, the engineering for 7013# ADDS and NCR terminals. When AT&T and NCR merged, the engineering for
5310# terminals was merged again. Then AT&T sold the terminal business to 7014# terminals was merged again. Then AT&T sold the terminal business to
5311# SunRiver. The engineers from Teletype, AT&T terminals, ADDS, 7015# SunRiver, which later changed its name to Boundless Technologies. The
5312# and NCR (who are still there) are at: 7016# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
7017# as of early 1995) are at:
5313# 7018#
5314# SunRiver Data Systems 7019# Boundless Technologies
5315# 100 Marcus Boulevard 7020# 100 Marcus Boulevard
5316# Hauppauge, NY 117883-762 7021# Hauppauge, NY 11788-3762
5317# Vox: (800)-231-5445 7022# Vox: (800)-231-5445
5318# Fax: (516)-342-7378 7023# Fax: (516)-342-7378
7024# Web: http://boundless.com
7025#
7026# Their voice mail used to describe the place as "SunRiver (formerly ADDS)".
7027# In 1995 Boundless acquired DEC's terminals business.
5319# 7028#
5320# Their voice mail describes the place as "SunRiver (formerly ADDS)".
5321 7029
5322# Regent: lowest common denominator, works on all regents. 7030# Regent: lowest common denominator, works on all regents.
5323# (regent: renamed ":bc:" to ":le:" -- esr) 7031# (regent: renamed ":bc:" to ":le:" -- esr)
5324regent|Adds Regent Series:\ 7032regent|Adds Regent Series:\
5325 :am:bs:\ 7033 :am:bs:\
5326 :co#80:li#24:\ 7034 :co#80:li#24:\
5327 :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY :le=^U:ll=^A:nd=^F:\ 7035 :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY :le=^U:ll=^A:nd=^F:sf=^J:\
5328 :sf=^J:up=^Z: 7036 :up=^Z:
5329# Regent 100 has a bug where if computer sends escape when user is holding 7037# Regent 100 has a bug where if computer sends escape when user is holding
5330# down shift key it gets confused, so we avoid escape. 7038# down shift key it gets confused, so we avoid escape.
5331regent100|Adds Regent 100:\ 7039regent100|Adds Regent 100:\
5332 :sg#1:ug#1:\ 7040 :sg#1:\
5333 :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\ 7041 :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
5334 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\ 7042 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
5335 :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\ 7043 :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
5336 :so=\E0P:ue=\E0@:us=\E0`:tc=regent: 7044 :ue=\E0@:us=\E0`:\
7045 :tc=regent:
5337regent20|Adds Regent 20:\ 7046regent20|Adds Regent 20:\
5338 :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent: 7047 :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
5339regent25|Adds Regent 25:\ 7048regent25|Adds Regent 25:\
5340 :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20: 7049 :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
5341regent40|Adds Regent 40:\ 7050regent40|Adds Regent 40:\
5342 :sg#1:ug#1:\ 7051 :sg#1:\
5343 :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:\ 7052 :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:k3=^B4\r:\
5344 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\ 7053 :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
5345 :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\ 7054 :l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
5346 :so=\E0P:ue=\E0@:us=\E0`:tc=regent25: 7055 :ue=\E0@:us=\E0`:\
7056 :tc=regent25:
5347regent40+|Adds Regent 40+:\ 7057regent40+|Adds Regent 40+:\
5348 :is=\EB:tc=regent40: 7058 :is=\EB:tc=regent40:
5349# (regent60: removed obsolete ":ko=dc,im,ei:" -- esr)
5350regent60|regent200|Adds Regent 60:\ 7059regent60|regent200|Adds Regent 60:\
5351 :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\ 7060 :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
5352 :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+: 7061 :se=\ER\E0@\EV:so=\ER\E0P\EV:\
5353regent60na|regent 60 w/no arrow keys:\ 7062 :tc=regent40+:
5354 :kd@:kl@:kr@:ku@:tc=regent60:
5355# From: <edward@onyx.berkeley.edu> Thu Jul 9 09:27:33 1981 7063# From: <edward@onyx.berkeley.edu> Thu Jul 9 09:27:33 1981
5356# (viewpoint: added kcuf1, kf* and dl1 capabilities -- esr) 7064# (viewpoint: added :kr:, function key, and :dl: capabilities -- esr)
5357viewpoint|addsviewpoint|adds viewpoint:\ 7065viewpoint|addsviewpoint|adds viewpoint:\
5358 :am:bs:\ 7066 :am:bs:\
5359 :co#80:li#24:\ 7067 :co#80:li#24:\
5360 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:\ 7068 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:do=^J:\
5361 :do=^J:is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":\ 7069 :is=\017\E0`:k0=^B1:k2=^B2:k3=^B\041:k4=^B":k5=^B#:kd=^J:\
5362 :k5=^B#:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:\ 7070 :kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:me=^O:nd=^F:se=^O:sf=^J:\
5363 :nd=^F:se=^O:sf=^J:so=^N:ue=^O:up=^Z:us=^N:\ 7071 :so=^N:ue=^O:up=^Z:us=^N:ve=\017\E0`:vs=\017\E0P:
5364 :ve=\017\E0`:vs=\017\E0P: 7072# Some viewpoints have bad ROMs that foo up on ^O
5365screwpoint|adds viewpoint with ^O bug:\ 7073screwpoint|adds viewpoint with ^O bug:\
5366 :am:bs:\ 7074 :se@:so@:ue@:us@:vs@:tc=viewpoint:
5367 :Nl#0:co#80:lh#0:li#24:lw#0:\ 7075
5368 :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
5369 :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
5370 :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
5371fviewpoint|flaky adds viewpoint with ^O bug:\
5372 :am:bs:\
5373 :co#80:li#24:\
5374 :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
5375 :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
5376 :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
5377# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92 7076# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
5378# The civis/cnorm/sgr/sgr0 strings were added by ESR from specs. 7077# The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
5379# Theory; the 3a+ wants \E0%c to set highlights, where normal=01000000, 7078# Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
5380# underline=01100000, rev=01010000, blink=01000010,dim=01000001, 7079# underline=01100000, rev=01010000, blink=01000010,dim=01000001,
5381# invis=01000100 and %c is the logical or of desired attributes. 7080# invis=01000100 and %c is the logical or of desired attributes.
5382# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(. 7081# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
5383vp3a+|viewpoint3a+|adds viewpoint 3a+:\ 7082vp3a+|viewpoint3a+|adds viewpoint 3a+:\
5384 :am:bw:\ 7083 :am:bw:\
5385 :co#80:it#8:li#24:\ 7084 :co#80:it#8:li#24:\
5386 :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\ 7085 :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kb=^H:\
5387 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:\ 7086 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:nd=^L:nw=^M^J:\
5388 :nd=^L:nw=^M^J:\ 7087 :..sa=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
5389 :..sa=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
5390 :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W: 7088 :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
5391vp60|viewpoint60|addsviewpoint60|adds viewpoint60:\ 7089vp60|viewpoint60|addsvp60|adds viewpoint60:\
5392 :tc=regent40: 7090 :tc=regent40:
5393# 7091#
5394# adds viewpoint 90 - from cornell 7092# adds viewpoint 90 - from cornell
5395# Note: emacs sends ei occasionally to insure the terminal is out of 7093# Note: emacs sends ei occasionally to insure the terminal is out of
5396# insert mode. This unfortunately puts the viewpoint90 IN insert 7094# insert mode. This unfortunately puts the viewpoint90 IN insert
5397# mode. A hack to get around this is :ic=\EF \EF^U:. (Also, 7095# mode. A hack to get around this is :ic=\EF\s\EF^U:. (Also,
5398# - :ei=:im=: must be present in the termcap translation.) 7096# - :ei=:im=: must be present in the termcap translation.)
5399# - :xs: indicates glitch that attributes stick to location 7097# - :xs: indicates glitch that attributes stick to location
5400# - :ms: means it's safe to move in standout mode 7098# - :ms: means it's safe to move in standout mode
5401# - :cl=\EG\Ek: clears screen and visual attributes without affecting 7099# - :cl=\EG\Ek:: clears screen and visual attributes without affecting
5402# the status line 7100# the status line
5403# Function key and label capabilities merged in from SCO. 7101# Function key and label capabilities merged in from SCO.
5404vp90|viewpoint90|adds viewpoint 90:\ 7102vp90|viewpoint90|adds viewpoint 90:\
5405 :bs:bw:ms:xs:\ 7103 :bs:bw:ms:xs:\
5406 :co#80:li#24:\ 7104 :co#80:li#24:\
5407 :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:\ 7105 :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:do=^J:\
5408 :do=^J:ei=:ho=\EY :ic=\EF \EF\025:im=:k0=^B1\r:\ 7106 :ei=:ho=\EY :ic=\EF \EF\025:im=:k0=^B1\r:k1=^B2\r:\
5409 :k1=^B2\r:k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:\ 7107 :k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:\
5410 :k6=^B7\r:k7=^B8\r:k8=^B9\r:k9=^B\072\r:k;=^B;\r:\ 7108 :k8=^B9\r:k9=^B\072\r:k;=^B;\r:kb=^H:kd=^J:kh=^A:kl=^U:\
5411 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:l0=F1:l1=F2:\ 7109 :kr=^F:ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
5412 :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\ 7110 :l8=F9:l9=F10:la=F11:le=^H:ll=^A:me=\ER\E0@\EV:nd=^F:\
5413 :la=F11:ll=^A:nd=^F:se=\ER\E0@\EV:sf=^J:\ 7111 :se=\ER\E0@\EV:sf=^J:so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:\
5414 :so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:up=^Z:\ 7112 :up=^Z:us=\ER\E0`\EV:
5415 :us=\ER\E0`\EV:
5416# Note: if return acts weird on a980, check internal switch #2 7113# Note: if return acts weird on a980, check internal switch #2
5417# on the top chip on the CONTROL pc board. 7114# on the top chip on the CONTROL pc board.
5418adds980|a980|adds consul 980:\ 7115adds980|a980|adds consul 980:\
5419 :am:bs:\ 7116 :am:bs:\
5420 :co#80:li#24:\ 7117 :co#80:li#24:\
5421 :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:\ 7118 :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:cr=^M:\
5422 :cr=^M:dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:\ 7119 :dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:\
5423 :k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:\ 7120 :k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:me=^O:nd=\E^E01:se=^O:\
5424 :nd=\E^E01:se=^O:sf=^J:so=^Y^^^N: 7121 :sf=^J:so=^Y^^^N:
7122
7123# Beehive documentation is undated and marked Preliminary and has no figures
7124# so we must have early Superbee2 (Model 600, according to phone conversation
7125# with mfr.). It has proved reliable except for some missing padding
7126# (notably after \EK and <nl> at bottom of screen).
7127#
7128# The key idea is that AEP mode is poison for :cm: & that US's in
7129# the local memory should be avoided like the plague. That means
7130# that the 2048 character local buffer is used as 25 lines of 80
7131# characters, period. No scrolling local memory, folks. It also
7132# appears that we cannot use naked INS LINE feature since it uses
7133# US. The sbi fakes :al: with an 80-space insert that may be too
7134# slow at low speeds; also spaces get converted to \040 which is
7135# too long for some programs (not vi). DEL LINE is ok but slow.
7136#
7137# The <nl> string is designed for last line of screen ONLY; cup to
7138# 25th line corrects the motion inherent in scrolling to Page 1.
7139#
7140# There is one understood bug. It is that the screen appears to
7141# pop to a new (blank) page after a :nw:, or leave a half-line
7142# ellipsis to a quad that is the extra 48 memory locations. The
7143# data received is dumped into memory but not displayed. Not to
7144# worry if :cm: is being used; the lines not displayed will be,
7145# whenever the cursor is moved up there. Since :cm: is addressed
7146# relative to MEMORY of window, nothing is lost; but beware of
7147# relative cursor motion (:up:,:do:,:nd:,:le:). Recommended,
7148# therefore, is setenv MORE -c .
7149#
7150# WARNING: Not all features tested.
7151#
7152# Timings are assembled from 3 sources. Some timings may reflect
7153# SB2/Model 300 that were used if more conservative.
7154# Tested on a Model 600 at 1200 and 9600 bd.
7155#
7156# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
7157# placed on the keyboard and useless because of AEP, is made
7158# into a backspace key. In use ESC must be pressed twice (to send)
7159# and sending ^C must be prefixed by ESC to avoid that weird
7160# transmit mode associated with ENTER key.
7161#
7162# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
7163# the screen, then it has dropped into ENTER mode; hit
7164# RESET--ONLINE--!tset.
7165#
7166# As delivered this machine has a FATAL feature that will throw
7167# it into that strange transmit state (SPOW) if the space bar is
7168# hit after a CR is received, but before receiving a LF (or a
7169# few others).
7170#
7171# The circuits MUST be modified to eliminate the SPOW latch.
7172# This is done by strapping on chip A46 of the I/O board; cut
7173# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
7174# chip. This mod has been checked out on a Mod 600 of Superbee II.
7175# With this modification absurdly high timings on cr are
7176# unnecessary.
7177#
7178# NOTE WELL that the rear panel switch should be set to CR/LF,
7179# not AEP!
7180#
7181sb1|beehive superbee:\
7182 :am:bs:bw:da:db:mi:ul:xb:\
7183 :co#80:li#25:sg#1:\
7184 :al=\EN\EL\EQ \EP \EO\ER\EA:\
7185 :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:cr=\r:\
7186 :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:im=\EQ\EO:\
7187 :is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:k2=\Eq:k3=\Er:\
7188 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\E1:kE=\EK:kI=\EQ\EO:\
7189 :kL=\EM:kM=\ER:kS=\EJ:kb=^_:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
7190 :ku=\EA:l0=TAB CLEAR:l9=TAB SET:le=^H:me=\E_3:nd=\EC:\
7191 :se=\E_3:sf=^J:so=\E_1:st=\E1:ta=^I:te=:ti=\EO:ue=\E_3:\
7192 :up=\EA:us=\E_0:
7193sbi|superbee|beehive superbee at Indiana U.:\
7194 :xb:\
7195 :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
7196# Alternate (older) description of Superbee - f1=escape, f2=^C.
7197# Note: there are at least 3 kinds of superbees in the world. The sb1
7198# holds onto escapes and botches ^C's. The sb2 is the best of the 3.
7199# The sb3 puts garbage on the bottom of the screen when you scroll with
7200# the switch in the back set to CRLF instead of AEP. This description
7201# is tested on the sb2 but should work on all with either switch setting.
7202# The f1/f2 business is for the sb1 and the :xb: can be taken out for
7203# the other two if you want to try to hit that tiny escape key.
7204# This description is tricky: being able to use cup depends on there being
7205# 2048 bytes of memory and the hairy <nl> string.
7206superbee-xsb|beehive super bee:\
7207 :am:da:db:xb:\
7208 :co#80:it#8:li#25:\
7209 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:dc=\EP:\
7210 :dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:\
7211 :k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
7212 :ku=\EA:le=^H:me=\E_3:nd=\EC:se=\E_3:\
7213 :sf=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET:so=\E_1:st=\E1:\
7214 :ta=^I:up=\EA:ve=^J:
7215# This loses on lines > 80 chars long, use at your own risk
7216superbeeic|super bee with insert char:\
7217 :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
7218sb2|sb3|fixed superbee:\
7219 :xb@:tc=superbee:
7220
7221#### Beehive Medical Electronics
7222#
7223# Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
7224# Regarding your question though; Beehive terminals weren't made by Harris.
7225# They were made by Beehive Medical Electronics in Utah. They went out of
7226# business in the early '80s.
7227#
7228# (OK, then, I don't know why a couple of these say "harris beehive".)
7229#
7230
7231# Reports are that most of these Beehive entries (except superbee) have not
7232# been tested and do not work right. :se: is a trouble spot. Be warned.
7233
7234# (bee: :ic: was empty, which is obviously bogus -- esr)
7235beehive|bee|harris beehive:\
7236 :am:bs:mi:\
7237 :co#80:li#24:\
7238 :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :dc=\EP:\
7239 :dl=\EM:do=\EB:ei=\E@:ho=\EH:im=\EQ:kA=\EL:kB=\E>:kC=\EE:\
7240 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kM=\E@:kb=^H:kd=\EB:kh=\EH:\
7241 :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:se=\Ed@:so=\EdP:\
7242 :ue=\Ed@:up=\EA:us=\Ed`:
7243# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
7244# good grief - does this entry make :sg:/:ug: when it doesn't have to?
7245# look at those spaces in :se:/:so:. Seems strange to me...
7246# (beehive: :if=/usr/share/tabset/beehive: removed, no such file. If you
7247# really care, cook up one using ^F -- esr)
7248beehive3|bh3m|beehiveIIIm|harris beehive 3m:\
7249 :am:bs:\
7250 :co#80:it#8:li#20:\
7251 :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:do=^J:ho=^E:\
7252 :le=^H:ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :st=^F:ta=^I:up=^K:
7253beehive4|bh4|beehive 4:\
7254 :am:\
7255 :co#80:li#24:\
7256 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:le=\ED:nd=\EC:\
7257 :sf=^J:up=\EA:
7258# There was an early Australian kit-built computer called a "Microbee".
7259# It's not clear whether this is for one of those or for a relative
7260# of the Beehive.
7261microb|microbee|micro bee series:\
7262 :am:bs:\
7263 :co#80:it#8:li#24:\
7264 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:k1=\Ep:\
7265 :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
7266 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:\
7267 :se=\Ed@:sf=^J:so= \EdP:ta=^I:ue=\Ed@:up=\EA:us=\Ed`:
5425 7268
5426#### C. Itoh Electronics 7269#### C. Itoh Electronics
5427# 7270#
@@ -5436,60 +7279,118 @@ adds980|a980|adds consul 980:\
5436cit80|cit-80|citoh 80:\ 7279cit80|cit-80|citoh 80:\
5437 :am:bs:\ 7280 :am:bs:\
5438 :co#80:li#24:\ 7281 :co#80:li#24:\
5439 :cd=\EJ:ce=\EK:cl=\E[;H\EJ:cm=\E[%i%2;%2H:cr=^M:\ 7282 :cd=\EJ:ce=\EK:cl=\E[H\EJ:cm=\E[%i%2;%2H:cr=^M:ff=^L:\
5440 :ff=^L:is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ 7283 :is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5441 :ks=\E[?1h\E=:ku=\EOA:nd=\E[C:sf=^J:up=\E[A: 7284 :ku=\EOA:le=^H:nd=\E[C:sf=^J:up=\E[A:
5442# Alternate cit101 (vt100 em) file used in vt100.
5443# Uses 23 lines so can run citsys (like h19sys).
5444# 24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on :cm: cursor
5445# coordinates otherwise there is garbling on long lines in
5446# co#132 mode; also added support for multipage memory on the Itoh.
5447# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985 7285# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
5448citc|Citoh fast vt100:\ 7286# (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
5449 :am:bs:xn:\ 7287cit101|citc|C.itoh fast vt100:\
5450 :co#80:li#23:\
5451 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
5452 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
5453 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
5454 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5455 :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
5456 :us=\E[4m:\
5457 :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\
5458 :ve=\E[V\E8:vs=\E7\E[U:
5459cita:\
5460 :am:bs:xn:\ 7288 :am:bs:xn:\
5461 :co#80:li#23:\ 7289 :co#80:li#24:\
5462 :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\ 7290 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
5463 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\ 7291 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:\
7292 :im=:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
5464 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ 7293 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5465 :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\ 7294 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
5466 :us=\E[4m:\ 7295 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[V\E8:vs=\E7\E[U:
5467 :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\ 7296# CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
5468 :ve=\E[V\E8:vs=\E7\E[U: 7297# The following termcap entry was created from the Callan cd100 entry. The
5469cit101:\ 7298# last two lines (with the capabilities in caps) are used by RM-cobol to allow
5470 :li#24:\ 7299# full selection of combinations of reverse video, underline, and blink.
5471 :vb@:tc=citc: 7300# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
5472cit101b:\ 7301# f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
5473 :li#24:\ 7302# :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
5474 :tc=citc: 7303cit101e|C. Itoh CIT-101e:\
5475# The CIT-500 was unusual in that it had a portrait-style display. 7304 :am:bs:mi:ms:pt:\
5476# (cit500: mapped ":pt:" to default tabs -- esr) 7305 :co#80:it#8:li#24:\
5477cit500|cit-500|cit 500:\ 7306 :ac=:ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
5478 :am:bs:pt:xn:\ 7307 :cm=\E[%i%2;%2H:cs=\E[%i%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:\
5479 :co#80:li#40:\ 7308 :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:k0=\EOT:\
5480 :al=\E[L:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\ 7309 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOm:k6=\EOl:k7=\EOM:\
5481 :cm=5\E[%i%2;%2H:dc=\E[P:dl=\E[M:do=\ED:\ 7310 :k8=\EOn:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
5482 :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\ 7311 :nd=\E[C:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
5483 :k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\ 7312 :up=\E[A:us=\E[4m:ve=:vs=\E[?1l\E[?4l\E[?7h:
5484 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:nd=2\E[C:\ 7313# From: David S. Lawyer, June 1997:
5485 :se=2\E[m:so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\ 7314# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
5486 :us=2\E[4m: 7315# Terminals in Irvine, CA. It was part of CITOH Electronics. In the
5487 7316# late 1980's CIT Terminals went out of business.
7317# There is no need to use the initialization string is=... (by invoking
7318# tset or setterm etc.) provided that the terminal has been manually set
7319# up (and the setup saved with ^S) to be compatible with this termcap. To be
7320# compatible it should be in ANSI mode (not VT52). A set-up that
7321# works is to set all the manually setable stuff to factory defaults
7322# by pressing ^D in set-up mode. Then increse the brighness with the
7323# up-arrow key since the factory default will likely be dim on an old
7324# terminal. Then change any options you want (provided that they are
7325# compatible with the termcap). For my terminal I set: Screen
7326# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
7327# on. I also set up mine for parity (but you may not need it). Then
7328# save the setup with ^S.
7329# (cit101e-rv: added empty :te: to suppress a tic warning. --esr)
7330cit101e-rv|Citoh CIT-101e (sets reverse video):\
7331 :am:eo:mi:ms:xn:xo:\
7332 :co#80:it#8:li#24:\
7333 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7334 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7335 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
7336 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7337 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:ic=\E[@:\
7338 :im=\E[4h:\
7339 :is=\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:\
7340 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:kd=\E[B:kl=\E[D:\
7341 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
7342 :nd=\E[C:nl=\EM:nw=\EE:r1=\Ec\E[?7h\E[>5g:rc=\E8:sc=\E7:\
7343 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=:\
7344 :ti=\E[>5g\E[?7h\E[?5h:u6=\E[%i%d;%dR:u7=\E[6n:\
7345 :u8=\E[?6c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:\
7346 :vb=200\E[?5l\E[?5h:ve=\E[0;3;4v:vi=\E[1v:vs=\E[3;5v:
7347cit101e-n|CIT-101e w/o am:\
7348 :am@:\
7349 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
7350cit101e-132|CIT-101e with 132 cols:\
7351 :co#132:\
7352 :kb=^H:kd=^J:kl=^H:tc=cit101e:
7353cit101e-n132|CIT-101e with 132 cols w/o am:\
7354 :am@:\
7355 :co#132:\
7356 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
7357# CIE Terminals CIT-500 from BRL
7358# The following SET-UP modes are assumed for normal operation:
7359# GENERATE_XON/XOFF:YES DUPLEX:FULL NEWLINE:OFF
7360# AUTOWRAP:ON MODE:ANSI SCREEN_LENGTH:64_LINES
7361# DSPLY_CNTRL_CODES?NO PAGE_WIDTH:80 EDIT_MODE:OFF
7362# Other SET-UP modes may be set for operator convenience or communication
7363# requirements.
7364# Hardware tabs are assumed to be set every 8 columns; they can be set up
7365# by the "reset", "tset", or "tabs" utilities. No delays are specified; use
7366# "stty ixon -ixany" to enable DC3/DC1 flow control!
7367# (cit500: I added <rmam>/<smam> based on the init string -- esr)
7368cit500|CIE Terminals CIT-500:\
7369 :bs:mi:ms:pt:xo:\
7370 :co#80:it#8:kn#10:li#64:vt#3:\
7371 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:\
7372 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:\
7373 :bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7374 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
7375 :ei=\E[4l:ho=\E[H:im=\E[4h:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
7376 :k2=\EOR:k3=\EOS:k4=\EOU:k5=\EOV:k6=\EOW:k7=\EOX:k8=\EOY:\
7377 :k9=\EOZ:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\EK:kI=\E[4h:kL=\E[M:\
7378 :kM=\E[4l:kS=\EJ:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
7379 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
7380 :l3=PF4:l4=F15:l5=F16:l6=F17:l7=F18:l8=F19:l9=F20:le=^H:\
7381 :ll=\E[64H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
7382 :nw=\EE:\
7383 :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>:\
7384 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
7385 :ue=\E[m:up=\EM:us=\E[4m:
7386
7387# C. Itoh printers begin here
5488citoh|ci8510|8510|c.itoh 8510a:\ 7388citoh|ci8510|8510|c.itoh 8510a:\
5489 :co#80:it#8:\ 7389 :co#80:it#8:\
5490 :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\ 7390 :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\
5491 :le@:md=\E!:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\ 7391 :le@:md=\E\041:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\
5492 :us=\EX:tc=lpr: 7392 :us=\EX:\
7393 :tc=lpr:
5493citoh-pica|citoh in pica:\ 7394citoh-pica|citoh in pica:\
5494 :i1=\EN:tc=citoh: 7395 :i1=\EN:tc=citoh:
5495citoh-elite|citoh in elite:\ 7396citoh-elite|citoh in elite:\
@@ -5513,15 +7414,112 @@ citoh-8lpi|citoh in 8 lines per inch mode:\
5513#### Control Data (cdc) 7414#### Control Data (cdc)
5514# 7415#
5515 7416
5516cdc456|cdc:\ 7417cdc456|cdc 456 terminal:\
5517 :am:bs:\ 7418 :am:bs:\
5518 :co#80:li#24:\ 7419 :co#80:li#24:\
5519 :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:\ 7420 :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:dl=\EJ:\
5520 :dl=\EJ:do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z: 7421 :do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
5521cdc456tst:\ 7422
7423# Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
7424cdc721|CDC Viking:\
5522 :am:bs:\ 7425 :am:bs:\
5523 :co#80:li#24:\ 7426 :co#80:li#24:\
5524 :bl=^G:cl=^Y^X:cm=\E1%+ %+ :cr=^M:do=^J:le=^H:sf=^J: 7427 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
7428 :ku=^W:nd=^X:up=^W:
7429cdc721ll|CDC Vikingll:\
7430 :am:bs:\
7431 :co#132:li#24:\
7432 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
7433 :ku=^W:nd=^X:up=^W:
7434# (cdc752: the BRL entry had :ll=\E1 ^Z: commented out
7435cdc752|CDC 752:\
7436 :am:bs:bw:xs:\
7437 :co#80:li#24:\
7438 :bl=^G:ce=^V:cl=\030\E1 :cm=\E1%r%+ %+ :cr=^M:do=^J:\
7439 :ho=\E1 :le=^H:ll=^Y:nd=^U:r1=\E1 \030\002\003\017:\
7440 :sf=^J:up=^Z:
7441# CDC 756
7442# The following switch/key settings are assumed for normal operation:
7443# 96 chars SCROLL FULL duplex not BLOCK
7444# Other switches may be set according to communication requirements.
7445# Insert/delete-character cannot be used, as the whole display is affected.
7446# "so" & "se" are commented out until jove handles "sg" correctly.
7447cdc756|CDC 756:\
7448 :am:bs:bw:\
7449 :co#80:kn#10:li#24:\
7450 :al=6*\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%r%+ %+ :cr=^M:\
7451 :dl=6*\EJ:do=^J:ho=^Y:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:\
7452 :k5=\EF:k6=\EG:k7=\EH:k8=\Ea:k9=\Eb:kA=\EL:kD=\EI:kE=^V:\
7453 :kI=\EK:kL=\EL:kS=^X:kT=^O:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^U:\
7454 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
7455 :l9=F10:le=^H:ll=^Y^Z:nd=^U:r1=\031\030\002\003\017:sf=^J:\
7456 :up=^Z:
7457#
7458# CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
7459#
7460# Part of the long initialization string defines the "DOWN" key to the left
7461# of the tab key to send an ESC. The real ESC key is positioned way out
7462# in right field.
7463#
7464# The termcap won't work in 132 column mode due to the way it it moves the
7465# cursor. Termcap doesn't have the capability (as far as I could tell) to
7466# handle the 721 in 132 column mode.
7467#
7468# (cdc721: changed :ri: to :sr: -- esr)
7469cdc721-esc|Control Data 721:\
7470 :am:bs:bw:ms:pt:xo:\
7471 :co#80:it#8:kn#10:li#30:\
7472 :al=^^R:bl=^G:bt=^^^K:cd=^^P:ce=^K:cl=^L:cm=\002%r%+ %+ :\
7473 :ct=^^^RY:dc=^^N:dl=^^Q:do=^Z:ei=:ho=^Y:ic=^^O:im=:\
7474 :is=\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\136\036\022b\036\022i\036W =\036\022Z\036\011C1-` `\041k/o:\
7475 :k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:k7=^^x:\
7476 :k8=^^y:k9=^^z:kb=^H:kd=^Z:ke=^^^Rl:kh=^Y:kl=^H:kr=^X:\
7477 :ks=^^^Rk:ku=^W:le=^H:ll=^B =:mb=^N:\
7478 :me=\017\025\035\036E\036\022\:mh=^\:mk=^^^R[:mr=^^D:\
7479 :nd=^X:se=^^E:sf=\036W =\036U:so=^^D:sr=\036W =\036V:\
7480 :st=^^^RW:ue=^]:up=^W:us=^\:
7481
7482#### Getronics
7483#
7484# Getronics is a Dutch electronics company that at one time was called
7485# `Geveke' and made async terminals; but (according to the company itself!)
7486# they've lost all their documentation on the command set. The hardware
7487# documentation suggests the terminals were actually manufactured by a
7488# Taiwanese electronics company named Cal-Comp. There are known
7489# to have been at least two models, the 33 and the 50.
7490#
7491
7492# The 50 seems to be a top end vt220 clone, with the addition of a higher
7493# screen resolution, a larger screen, at least 1 page of memory above and
7494# below the screen, apparently pages of memory right and left of the screen
7495# which can be panned, and about 75 function keys (15 function keys x normal,
7496# shift, control, func A, func B). It also has more setup possibilities than
7497# the vt220. The monitor case is dated November 1978 and the keyboard case is
7498# May 1982.
7499#
7500# The vt100 emulation works as is. The entry below describes the rather
7501# non-conformant (but more featureful) ANSI mode.
7502#
7503# From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
7504# (untranslatable capabilities removed to fit entry within 1023 bytes)
7505# (sgr removed to fit entry within 1023 bytes)
7506# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7507visa50|geveke visa 50 terminal in ansi 80 character mode:\
7508 :bw:mi:ms:\
7509 :co#80:li#25:\
7510 :AL=\E[%dL:DC=\E[%dX:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7511 :K1=\E[f:K2=\EOP:K3=\EOQ:K4=\EOR:K5=\EOS:LE=\E[%dD:\
7512 :RI=\E[%dC:UP=\E[%dA:ae=\E[3l:al=\E[L:as=\E3h:bl=^G:\
7513 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
7514 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[X:dl=\E[M:do=\E[B:\
7515 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
7516 :is=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h:k0=\E010:\
7517 :k1=\E001:k2=\E002:k3=\E003:k4=\E004:k5=\E005:k6=\E006:\
7518 :k7=\E007:k8=\E008:k9=\E009:kD=\177:kb=^H:kd=\E[A:ke=\E>:\
7519 :kh=\E[f:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=\E[D:mb=\E[5m:\
7520 :md=\E[1m:me=\E[0;2m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:\
7521 :se=\E[0;2m:sf=^J:so=\E[2;7m:ta=^I:ue=\E[0m:up=\E[A:\
7522 :us=\E[4m:vb=\E[?5h\E[?5l:
5525 7523
5526#### Human Designed Systems (Concept) 7524#### Human Designed Systems (Concept)
5527# 7525#
@@ -5536,6 +7534,7 @@ cdc456tst:\
5536# the character-terminal business now (1995) and making X terminals. In 7534# the character-terminal business now (1995) and making X terminals. In
5537# particular, the whole `Concept' line described here was discontinued long 7535# particular, the whole `Concept' line described here was discontinued long
5538# ago. 7536# ago.
7537#
5539 7538
5540# From: <vax135!hpk> Sat Jun 27 07:41:20 1981 7539# From: <vax135!hpk> Sat Jun 27 07:41:20 1981
5541# Extensive changes to c108 by arpavax:eric Feb 1982 7540# Extensive changes to c108 by arpavax:eric Feb 1982
@@ -5553,61 +7552,47 @@ cdc456tst:\
5553# It is much faster (at 9600 baud) than the c100 because the delays 7552# It is much faster (at 9600 baud) than the c100 because the delays
5554# are not fixed. 7553# are not fixed.
5555# new status line display entries for c108-8p: 7554# new status line display entries for c108-8p:
5556# is3 - init str #3 - setup term for status display - 7555# :i3: - init str #3 - setup term for status display -
5557# set programmer mode, select window 2, define window at last 7556# set programmer mode, select window 2, define window at last
5558# line of memory, set bkgnd stat mesg there, select window 0. 7557# line of memory, set bkgnd stat mesg there, select window 0.
5559# 7558#
5560# tsl - to status line - select window 2, home cursor, erase to 7559# :ts: - to status line - select window 2, home cursor, erase to
5561# end-of-window, 1/2 bright on, goto(line#0, col#?) 7560# end-of-window, 1/2 bright on, goto(line#0, col#?)
5562# 7561#
5563# fsl - from status line - 1/2 bright off, select window 0 7562# :fs: - from status line - 1/2 bright off, select window 0
5564# 7563#
5565# dsl - disable status display - set bkgnd status mesg with 7564# :ds: - disable status display - set bkgnd status mesg with
5566# illegal window # 7565# illegal window #
5567# 7566#
5568# There are probably more function keys that should be added but 7567# There are probably more function keys that should be added but
5569# I don't know what they are. 7568# I don't know what they are.
5570# 7569#
7570# No delays needed on c108 because of ^S/^Q handshaking
7571#
5571c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\ 7572c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
5572 :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev \001\177p\Ep\n:\ 7573 :i2=\EU\E z"\Ev\001\177 \041p\E ;"\E z \Ev \001\177p\Ep\n:\
5573 :te=\Ev \001\177p\Ep\r\n:tc=c108-4p: 7574 :te=\Ev \001\177p\Ep\r\n:\
5574c108+acs|alternate charset defns for c108:\ 7575 :tc=c108-4p:
5575 :ac=l\\qLkTxUmMjE:ae=\Ej :as=\Ej!:
5576c108-4p-acs|c108-4p w/ acs:\
5577 :tc=c108+acs:tc=c108-4p:
5578c108-8p-acs|c108-8p w/ acs:\
5579 :tc=c108+acs:tc=c108-8p:
5580c108-rv-8p-acs|c108-rv-8p w/ acs:\
5581 :tc=c108+acs:tc=c108-rv-8p:
5582c108-4p|concept108-4p|concept 108 w/4 pages:\ 7576c108-4p|concept108-4p|concept 108 w/4 pages:\
5583 :es:hs:xo:\ 7577 :bs:es:hs:xo:\
5584 :pb@:\ 7578 :pb@:\
7579 :ac=jEkTl\mMqLxU:ae=\Ej :as=\Ej\041:\
5585 :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\ 7580 :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
5586 :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E!\E F:\ 7581 :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E\041\E F:\
5587 :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \001 p\Ep\n:\ 7582 :i2=\EU\E z"\Ev\177 \041p\E ;"\E z \Ev \001 p\Ep\n:\
5588 :sf=^J:te=\Ev \001 p\Ep\r\n:\ 7583 :sf=^J:te=\Ev \001 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r\E\025:\
5589 :ti=\EU\Ev 8p\Ep\r\E\025:\ 7584 :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:\
5590 :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:tc=c100: 7585 :tc=c100:
5591c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\ 7586c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
5592 :te=\Ev \002 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r:tc=c108-rv-4p: 7587 :te=\Ev \002 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r:\
5593c108-rv-4p|concept108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\ 7588 :tc=c108-rv-4p:
5594 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p: 7589c108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
5595c108-rv-4p-acs|c108-rv-4p w/ acs:\ 7590 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:\
5596 :tc=c108+acs:tc=c108-rv-4p: 7591 :tc=c108-4p:
5597c108-na|c108-na-8p|c108-8p-na|concept108-na-|concept108na8p|concept 108 w/8 pages no arrows:\
5598 :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-8p:
5599c108-na-acs|c108-na w/ acs:\
5600 :tc=c108+acs:tc=c108-na:
5601c108-rv-na|c108-rv-na-8p|c108-8p-rv-na|concept 108 8 pages no arrows rev video:\
5602 :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-rv-8p:
5603c108-rv-na-acs|c108-na w/ acs:\
5604 :tc=c108+acs:tc=c108-rv-na:
5605c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\ 7592c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
5606 :co#132:\ 7593 :co#132:\
5607 :i1=\E F\E":te=\Ev ^A0\001D\Ep\r\n:\ 7594 :i1=\E F\E":te=\Ev ^A0\001D\Ep\r\n:\
5608 :ti=\EU\Ev 8\001D\Ep\r:tc=c108-8p: 7595 :ti=\EU\Ev 8\001D\Ep\r:tc=c108-8p:
5609c108-w-acs|c108-w w/ acs:\
5610 :tc=c108+acs:tc=c108-w:
5611 7596
5612# Concept 100: 7597# Concept 100:
5613# These have only window relative cursor addressing, not screen 7598# These have only window relative cursor addressing, not screen
@@ -5624,10 +7609,10 @@ c108-w-acs|c108-w w/ acs:\
5624# 7609#
5625# Some tty drivers use cr3 for concept, others use nl3, hence 7610# Some tty drivers use cr3 for concept, others use nl3, hence
5626# the delays on cr and ind below. This padding is only needed at 7611# the delays on cr and ind below. This padding is only needed at
5627# 9600 baud. One or the other is commented out depending on 7612# 9600 baud and up. One or the other is commented out depending on
5628# local conventions. 7613# local conventions.
5629# 7614#
5630# 2 ms padding on rmcup isn't always enough. 6 works fine. Maybe 7615# 2 ms padding on :te: isn't always enough. 6 works fine. Maybe
5631# less than 6 but more than 2 will work. 7616# less than 6 but more than 2 will work.
5632# 7617#
5633# Note: can't use function keys f7-f10 because they are 7618# Note: can't use function keys f7-f10 because they are
@@ -5638,7 +7623,7 @@ c108-w-acs|c108-w w/ acs:\
5638# because they don't transmit unless we reset them - I figured 7623# because they don't transmit unless we reset them - I figured
5639# it was a bad idea to clobber their definitions. 7624# it was a bad idea to clobber their definitions.
5640# 7625#
5641# The mc5 sequence changes the escape character to ^^ so that 7626# The <mc5> sequence changes the escape character to ^^ so that
5642# escapes will be passed through to the printer. Only trouble 7627# escapes will be passed through to the printer. Only trouble
5643# is that ^^ won't be - ^^ was chosen to be unlikely. 7628# is that ^^ won't be - ^^ was chosen to be unlikely.
5644# Unfortunately, if you're sending raster bits through to be 7629# Unfortunately, if you're sending raster bits through to be
@@ -5648,57 +7633,317 @@ c108-w-acs|c108-w w/ acs:\
5648# cannot be # in is2 because it will hang a c100 with no printer 7633# cannot be # in is2 because it will hang a c100 with no printer
5649# if sent twice. 7634# if sent twice.
5650c100|concept100|concept|c104|c100-4p|hds concept 100:\ 7635c100|concept100|concept|c104|c100-4p|hds concept 100:\
5651 :am:eo:mi:ul:xn:\ 7636 :am:bs:eo:mi:ul:xn:\
5652 :co#80:li#24:pb#9600:vt#8:\ 7637 :co#80:li#24:pb#9600:vt#8:\
5653 :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\ 7638 :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
5654 :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:\ 7639 :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:ei=\E :\
5655 :ei=\E :i1=\EK:i2=\Ev \Ep\n:im=\E^P:ip=:\ 7640 :i1=\EK:i2=\Ev \Ep\n:im=\E^P:ip=:\
5656 :is=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\ 7641 :is=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo\041\0\E\007\041\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\
5657 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:\ 7642 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:k7=\E\072b:\
5658 :k7=\E\072b:k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:\ 7643 :k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:kE=\E^S:kF=\E[:kI=\E^P:\
5659 :kE=\E^S:kF=\E[:kI=\E^P:kL=\E^B:kM=\E\200:kN=\E-:\ 7644 :kL=\E^B:kM=\E\0:kN=\E-:kP=\E.:kR=\E\:kS=\E^C:kT=\E]:kb=^H:\
5660 :kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:kd=\E<:ke=\Ex:\ 7645 :kd=\E<:ke=\Ex:kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:\
5661 :kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:le=^H:\ 7646 :le=^H:mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
5662 :mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\ 7647 :pf=\036o \E\EQ\041\EYP\027:\
5663 :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\ 7648 :po=\EQ"\EY(\027\EYD\Eo \036:rp=\Er%.%+ :se=\Ed:sf=^J:\
5664 :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\ 7649 :so=\ED:ta=\011:te=\Ev \Ep\r\n:\
5665 :te=\Ev \Ep\r\n:ti=\EU\Ev 8p\Ep\r\E\025:ue=\Eg:\ 7650 :ti=\EU\Ev 8p\Ep\r\E\025:ue=\Eg:up=\E;:us=\EG:vb=\Ek\EK:
5666 :up=\E;:us=\EG:vb=\Ek\EK:
5667c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\ 7651c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
5668 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100: 7652 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
5669c100-rv-na|c100-rv-4p-na|c100 with no arrows:\
5670 :ke@:ks@:tc=c100-rv:
5671oc100|oconcept|c100-1p|old 1 page concept 100:\ 7653oc100|oconcept|c100-1p|old 1 page concept 100:\
5672 :in:\ 7654 :in:\
5673 :i3@:tc=c100: 7655 :i3@:tc=c100:
5674 7656
5675# ht through el included to specify padding needed in raw mode. 7657# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
5676avt-ns|concept avt with status lins disabled:\ 7658# Lots of notes, originally inline, but ncurses doesn't grok that.
5677 :am:eo:mi:ul:xn:xo:\ 7659#
7660# am: not available in power on mode, but turned on with \E[=107;207h in
7661# is2=. Also, \E=124l in is2= could have been used to prevent needing
7662# to specify xenl:, but that would have rendered the last space on the
7663# last line useless.
7664# bw: Not available in power on mode, but turned on with \E[=107;207h in
7665# is2=.
7666# clear: Could be done with \E[2J alone, except that vi (and probably most
7667# other programs) assume that this also homes the cursor.
7668# dsl: Go to window 2, go to the beginning of the line, use a line feed to
7669# scroll the window, and go back to window 1.
7670# is2: the string may cause a warning to be issued by tic that it
7671# found a very long line and that it suspects that a comma is missing
7672# somewhere. This warning can be ignored (unless it comes up more than
7673# once). The initialization string contains the following commands:
7674#
7675# [Setup mode items changed from factory defaults:]
7676# \E)0 set alternate character set to
7677# graphics
7678# ^O set character set to default
7679# [In case it wasn't]
7680# \E[m turn off all attributes
7681# [In case they weren't off]
7682# \E[=107; cursor wrap and
7683# 207h character wrap on
7684# \E[90;3u set Fkey definitions to "transmit"
7685# defaults
7686# \E[92;3u set cursor key definitions to
7687# "transmit" defaults
7688# \E[43;1u set shift F13 to transmit...
7689# \177\E$P\177
7690# \E[44;1u set shift F14 to transmit...
7691# \177\E$Q\177
7692# \E[45;1u set shift F15 to transmit...
7693# \177\E$R\177
7694# \E[46;1u set shift F16 to transmit...
7695# \177\E$S\177
7696# \E[200;1u set shift up to transmit...
7697# \177\E$A\177
7698# \E[201;1u set shift down to transmit...
7699# \177\E$B\177
7700# \E[202;1u set shift right to transmit...
7701# \177\E$C\177
7702# \E[203;1u set shift left to transmit...
7703# \177\E$D\177
7704# \E[204;1u set shift home to transmit...
7705# \177\E$H\177
7706# \E[212;1u set backtab to transmit...
7707# \177\E$I\177
7708# \E[213;1u set shift backspace to transmit...
7709# \177\E$^H\177
7710# \E[214;1u set shift del to transmit...
7711# "\E$\177"
7712# [Necessary items not mentioned in setup mode:]
7713# \E[2!w move to window 2
7714# \E[25;25w define window as line 25 of memory
7715# \E[!w move to window 1
7716# \E[2*w show current line of window 2 as
7717# status line
7718# \E[2+x set meta key to use high bit
7719# \E[;3+} move underline to bottom of character
7720#
7721# All Fkeys are set to their default transmit definitions with \E[90;3u
7722# in is2=. IMPORTANT: to use this terminal definition, the "quit" stty
7723# setting MUST be redefined or deactivated, because the default is
7724# contained in almost all of this terminal's Fkey strings! If for some
7725# reason "quit" cannot be altered, the Fkeys can, but it would be
7726# necessary to change ^| to ^] in all of these definitions, and add
7727# \E[2;029!t to is2.
7728# lines: is set to 24 because this terminal refuses to treat the 25th
7729# line normally.
7730# ll: Not available in power on mode, but turned on with \E[=107;207h in
7731# is2=.
7732# lm: Pointless, given that this definition locks a single screen of
7733# memory into view, but what the hey...
7734# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
7735# other attributes alone), but some programs expect this to turn off
7736# everything.
7737# rmul: Could use \E[4!{ to turn off only underline (leaving any other
7738# attributes alone), but some programs expect this to turn off
7739# everything.
7740# sgr: Attributes are set on this terminal with the string \E[ followed by
7741# a list of attribute code numbers (in decimal, separated by
7742# semicolons), followed by the character m. The attribute code
7743# numbers are:
7744# 1 for bold;
7745# 2 for dim (which is ignored in power on mode);
7746# 4 for underline;
7747# 5 for blinking;
7748# 7 for inverse;
7749# 8 for not displayable; and
7750# =99 for protected (except that there are strange side
7751# effects to protected characters which make them inadvisable).
7752# The mapping of terminfo parameters to attributes is as follows:
7753# %p1 (standout) = bold and inverse together;
7754# %p2 (underline) = underline;
7755# %p3 (reverse) = inverse;
7756# %p4 (blink) = blinking;
7757# %p5 (dim) is ignored;
7758# %p6 (bold) = bold;
7759# %p7 (invisible) = not displayable;
7760# %p8 (protected) is ignored; and
7761# %p9 (alt char set) = alt char set.
7762# The code to do this is:
7763# \E[0 OUTPUT \E[0
7764# %?%p1%p6%O IF (standout; bold) OR
7765# %t;1 THEN OUTPUT ;1
7766# %; ENDIF
7767# %?%p2 IF underline
7768# %t;4 THEN OUTPUT ;4
7769# %; ENDIF
7770# %?%p4 IF blink
7771# %t;5 THEN OUTPUT ;5
7772# %; ENDIF
7773# %?%p1%p3%O IF (standout; reverse) OR
7774# %t;7 THEN OUTPUT ;7
7775# %; ENDIF
7776# %?%p7 IF invisible
7777# %t;8 THEN OUTPUT ;8
7778# %; ENDIF
7779# m OUTPUT m
7780# %?%p9 IF altcharset
7781# %t^N THEN OUTPUT ^N
7782# %e^O ELSE OUTPUT ^O
7783# %; ENDIF
7784# sgr0: Everything is turned off (including alternate character set), since
7785# there is no way of knowing what it is that the program wants turned
7786# off.
7787# smul: The "underline" attribute is reconfigurable to an overline or
7788# strikethru, or (as done with \E[;3+} in is2=), to a line at the true
7789# bottom of the character cell. This was done to allow for more readable
7790# underlined characters, and to be able to distinguish between an
7791# underlined space, an underscore, and an underlined underscore.
7792# xenl: Terminal can be configured to not need this, but this "glitch"
7793# behavior is actually preferable with autowrap terminals.
7794#
7795# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
7796# Fkeys. There are no parameters for shifted Fkeys in terminfo. The is2
7797# string modifies the 'O' in kf43 to kf46 to a '$'.
7798#
7799# kcbt was originally ^I but redefined in is2=.
7800# kHOM was \E[H originally but redefined in is2=, as were a number of
7801# other keys.
7802# kDC was originally \177 but redefined in is2=.
7803#
7804# kbs: Shift was also ^H originally but redefined as \E$^H in is2=.
7805# tsl: Go to window 2, then do an hpa=.
7806#
7807#------- flash=\E[8;3!}^G\E[3;3!}
7808#------- flash=\E[?5h$<100>\E[?5l
7809# There are two ways to flash the screen, both of which have their drawbacks.
7810# The first is to set the bell mode to video, transmit a bell character, and
7811# set the bell mode back - but to what? There is no way of knowing what the
7812# user's old bell setting was before we messed with it. Worse, the command to
7813# set the bell mode also sets the key click volume, and there is no way to say
7814# "leave that alone", or to know what it's set to, either.
7815# The second way to do a flash is to set the screen to inverse video, pad for a
7816# tenth of a second, and set it back - but like before, there's no way to know
7817# that the screen wasn't ALREADY in inverse video, or that the user may prefer
7818# it that way. The point is moot anyway, since vi (and probably other
7819# programs) assume that by defining flash=, you want the computer to use it
7820# INSTEAD of bel=, rather than as a secondary type of signal.
7821#
7822#------- cvvis=\E[+{
7823# The is the power on setting, which is also as visible as the cursor
7824# gets.
7825#------- wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
7826# Windowing is possible, but not defined here because it is also used to
7827# emulate status line functions. Allowing a program to set a window could
7828# clobber the status line or render it unusable. There is additional memory,
7829# but screen scroll functions are destructive and do not make use of it.
7830#
7831#------- dim= Not available in power on mode.
7832# You have a choice of defining low intensity characters as "half bright" and
7833# high intensity as "normal", or defining low as "normal" and high as "bold".
7834# No matter which you choose, only one of either "half bright" or "bold" is
7835# available at any time, so taking the time to override the default is
7836# pointless.
7837#
7838#------- prot=\E[=0;99m
7839# Not defined, because it appears to have some strange side effects.
7840#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
7841#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
7842#------- pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
7843# Available, but making them available to programs is inadvisable.
7844# The code to do this is:
7845# %?%p1%{24}%< IF ((key; 24) <;
7846# %p1%{30}%> ((key; 30) >;
7847# %p1%{54}%< (key; 54) <
7848# %A ) AND
7849# %O ) OR
7850# [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
7851# %t\E[ THEN OUTPUT \E[
7852# %p1%d OUTPUT (key) as decimal
7853# [next line applies to pfx only]
7854# ;1 OUTPUT ;1
7855# u OUTPUT u
7856# \177 OUTPUT \177
7857# %p2%s OUTPUT (string) as string
7858# \177 OUTPUT \177
7859# [DEL chosen as delimiter, but could be any character]
7860# [implied: ELSE do nothing]
7861# %; ENDIF
7862#
7863#------- rs2=
7864# Not defined since anything it might do could be done faster and easier with
7865# either Meta-Shift-Reset or the main power switch.
7866#
7867#------- smkx=\E[1!z
7868#------- rmkx=\E[!z
7869# These sequences apply to the cursor and setup keys only, not to the
7870# numeric keypad. But it doesn't matter anyway, since making these
7871# available to programs is inadvisable.
7872# For the key definitions below, all sequences beginning with \E$ are
7873# custom and programmed into the terminal via is2. \E$ also has no
7874# meaning to any other terminal.
7875#
7876#------- cmdch=\E[;%p1%d!t
7877# Available, but making it available to programs is inadvisable.
7878#------- smxon=\E[1*q
7879# Available, but making it available to programs is inadvisable.
7880# Terminal will send XON/XOFF on buffer overflow.
7881#------- rmxon=\E[*q
7882# Available, but making it available to programs is inadvisable.
7883# Terminal will not notify on buffer overflow.
7884#------- smm=\E[2+x
7885#------- rmm=\E[+x
7886# Available, but making them available to programs is inadvisable.
7887#
7888# Printing:
7889# It's not made clear in the manuals, but based on other ansi/vt type
7890# terminals, it's a good guess that this terminal is capable of both
7891# "transparent print" (which doesn't copy data to the screen, and
7892# therefore needs mc5i: specified to say so) and "auxilliary print"
7893# (which does duplicate printed data on the screen, in which case mc4=
7894# and mc5= should use the \E[?4i and \E[?5i strings instead).
7895#
7896# (esr: I have commented out is2 in order to avoid overflowing termcap's
7897# 1024-byte limit.)
7898
7899# (untranslatable capabilities removed to fit entry within 1023 bytes)
7900# (sgr removed to fit entry within 1023 bytes)
7901# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7902hds200|Human Designed Systems HDS200:\
7903 :am:bw:es:hs:km:mi:ms:xn:xo:\
7904 :co#80:it#8:li#24:lm#0:\
7905 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7906 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
7907 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7908 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
7909 :ds=\E[2\041w\r\n\E[\041w:ei=\E[4l:fs=\E[\041w:ho=\E[H:\
7910 :im=\E[4h:k1=^\001\r:k2=^\002\r:k3=^\003\r:k4=^\004\r:\
7911 :k5=^\005\r:k6=^\006\r:k7=^\007\r:k8=^\008\r:k9=^\009\r:\
7912 :kD=\177:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
7913 :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[H\E[A:mb=\E[0;5m:\
7914 :md=\E[0;1m:me=\E[m\017:mr=\E[0;7m:nd=\E[C:nw=\E[E:rc=\E8:\
7915 :sc=\E7:se=\E[m\017:sf=\ED:so=\E[0;1;7m:sr=\EM:st=\EH:\
7916 :ta=^I:ts=\E[2\041w\E[%i%p1%dG:ue=\E[m\017:up=\E[A:\
7917 :us=\E[0;4m:ve=\E[+{:vi=\E[6+{:
7918
7919# :ta: through :ce: included to specify padding needed in raw mode.
7920# (avt-ns: added empty <acsc> to suppress a tic warning --esr)
7921# (untranslatable capabilities removed to fit entry within 1023 bytes)
7922# (sgr removed to fit entry within 1023 bytes)
7923# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7924avt-ns|concept avt no status line:\
7925 :am:bs:eo:mi:ul:xn:xo:\
5678 :co#80:it#8:li#24:lm#192:\ 7926 :co#80:it#8:li#24:lm#192:\
5679 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\ 7927 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
5680 :RI=\E[%dC:UP=\E[%dA:ae=\016:al=\E[L:as=\017:bl=^G:\ 7928 :RI=\E[%dC:UP=\E[%dA:ae=\016:al=\E[L:as=\017:bl=^G:bt=\E[Z:\
5681 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\ 7929 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5682 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\ 7930 :cs=\E[%i%d;%dr:ct=\E[2g:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:\
5683 :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:ho=\E[H:\ 7931 :ho=\E[H:i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\
5684 :i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\ 7932 :is=\E[1*q\E[2\041t\E[7\041t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[\041y\E[\041z\E>\E[0\0720\07232\041r\E[0*w\E[w\E2\r\n\E[2;27\041t:\
5685 :is=\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\0720\07232!r\E[0*w\E[w\E2\r\n\E[2;27!t:\ 7933 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\E^B\r:kI=\E^A\r:kb=^H:\
5686 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\ 7934 :kd=\E[B:ke=\E[\041z\E[0;2u:kh=\E[H:kl=\E[D:kr=\E[C:\
5687 :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\ 7935 :ks=\E[1\041z\E[0;3u:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\
5688 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:\ 7936 :md=\E[1m:me=\E[m:mh=\E[1\041{:mr=\E[7m:nd=\E[C:rc=\E8:\
5689 :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:\ 7937 :sc=\E7:se=\E[7\041{:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
5690 :mk=\E8m:mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:\ 7938 :te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:ue=\E[4\041{:\
5691 :pl=\E[%d;0u#%s#:po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:\ 7939 :up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
5692 :rc=\E8:..rp=%p1%c\E[%p2%{1}%-%db:\
5693 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
5694 :sc=\E7:se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:\
5695 :ta=\011:te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:\
5696 :ue=\E[4!{:up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
5697avt-rv-ns|concept avt in reverse video mode/no status line:\ 7940avt-rv-ns|concept avt in reverse video mode/no status line:\
5698 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns: 7941 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:\
7942 :tc=avt-ns:
5699avt-w-ns|concept avt in 132 column mode/no status line:\ 7943avt-w-ns|concept avt in 132 column mode/no status line:\
5700 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns: 7944 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:\
5701avt-w-rv-ns|concept avt in 132 column mode/no status line:\ 7945 :tc=avt-ns:
7946avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video:\
5702 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\ 7947 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
5703 :vb=\E[=205l\E[=205h:tc=avt-ns: 7948 :vb=\E[=205l\E[=205h:tc=avt-ns:
5704 7949
@@ -5713,19 +7958,20 @@ avt-w-rv-ns|concept avt in 132 column mode/no status line:\
5713avt+s|concept avt status line changes:\ 7958avt+s|concept avt status line changes:\
5714 :es:hs:\ 7959 :es:hs:\
5715 :lm#191:\ 7960 :lm#191:\
5716 :ds=\E[0*w:fs=\E[1;1!w:\ 7961 :ds=\E[0*w:fs=\E[1;1\041w:\
5717 :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\ 7962 :i2=\E[2w\E[2\041w\E[1;1;1;80w\E[H\E[2*w\E[1\041w\E2\r\n:\
5718 :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\ 7963 :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
5719 :ts=\E[2;1!w\E[;%p1%dH\E[2K: 7964 :ts=\E[2;1\041w\E[;%p1%dH\E[2K:
5720avt|avt-s|concept-avt|avt w/80 columns:\ 7965avt|avt-s|concept-avt|avt w/80 columns:\
5721 :tc=avt+s:tc=avt-ns: 7966 :tc=avt+s:tc=avt-ns:
5722avt-rv|avt-s-rv|avt-rv-s|concept avt in reverse video w/status line:\ 7967avt-rv|avt-rv-s|avt reverse video w/sl:\
5723 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns: 7968 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
5724avt-w|avt-w-s|concept avt in 132 column mode w/status line:\ 7969avt-w|avt-w-s|concept avt 132 cols+status:\
5725 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns: 7970 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns:
5726avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line:\ 7971avt-w-rv|avt-w-rv-s|avt wide+status+rv:\
5727 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\ 7972 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
5728 :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns: 7973 :vb=\E[=205l\E[=205h:tc=avt+s:\
7974 :tc=avt-ns:
5729 7975
5730#### Contel Business Systems. 7976#### Contel Business Systems.
5731# 7977#
@@ -5734,21 +7980,16 @@ avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line:\
5734contel300|contel320|c300|Contel Business Systems C-300 or C-320:\ 7980contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
5735 :am:in:xo:\ 7981 :am:in:xo:\
5736 :co#80:li#24:sg#1:\ 7982 :co#80:li#24:sg#1:\
5737 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\ 7983 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
5738 :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:\ 7984 :ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:\
5739 :im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:\ 7985 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:\
5740 :k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:\ 7986 :k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E\041\0:nd=\EC:\
5741 :ll=\EH\EA:nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:\ 7987 :se=\E\041\0:sf=^J:so=\E\041\r:st=\E1:up=\EA:\
5742 :up=\EA:vb=\020\002\020\003: 7988 :vb=\020\002\020\003:
5743# Contel c301 and c321 terminals. 7989# Contel c301 and c321 terminals.
5744contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\ 7990contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
5745 :am:in:xo:\ 7991 :ei=:ic@:im=:ip@:se=\E\041\0:so=\E\041\r:vb@:\
5746 :co#80:li#24:sg#1:\ 7992 :tc=contel300:
5747 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
5748 :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ho=\EH:k0=\ERJ:\
5749 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
5750 :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:\
5751 :nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:up=\EA:
5752 7993
5753#### Data General (dg) 7994#### Data General (dg)
5754# 7995#
@@ -5756,20 +7997,543 @@ contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
5756# the terminals group at Data General was shut down in 1991; all these 7997# the terminals group at Data General was shut down in 1991; all these
5757# terminals have thus been discontinued. 7998# terminals have thus been discontinued.
5758# 7999#
5759 8000# DG terminals have function keys that respond to the SHIFT and CTRL keys,
5760dg200|data general dasher 200:\ 8001# e.g., SHIFT-F1 generates a different code from F1. To number the keys
5761 :NL:am:bw:\ 8002# sequentially, first the unmodified key codes are listed as F1 through F15.
8003# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
8004# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
8005# F46 through F60. This is done in the private "includes" below whose names
8006# start with "dgkeys+".
8007#
8008# DG terminals generally support 8 bit characters. For each of these terminals
8009# two descriptions are supplied:
8010# 1) A default description for 8 bits/character communications, which
8011# uses the default DG international character set and keyboard codes.
8012# 2) A description with suffix "-7b" for 7 bits/character communications.
8013# This description must use the NON-DEFAULT native keyboard language.
8014
8015# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
8016# Ctrl/Shift fdkeys (kf34-kf44).
8017
8018# Most of these entries are `official' and came from DG. Others are marked.
8019
8020dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys:\
8021 :%9=\233i:F1=\233011z:F2=\233012z:F3=\233013z:\
8022 :F4=\233014z:F5=\233000z:F6=\233101z:F7=\233102z:\
8023 :F8=\233103z:F9=\233104z:FA=\233105z:FB=\233106z:\
8024 :FC=\233107z:FD=\233108z:FE=\233109z:FF=\233110z:\
8025 :FG=\233111z:FH=\233112z:FI=\233113z:FJ=\233114z:\
8026 :FK=\233100z:FL=\233201z:FM=\233202z:FN=\233203z:\
8027 :FO=\233204z:FP=\233205z:FQ=\233206z:FR=\233207z:\
8028 :FS=\233208z:FT=\233209z:FU=\233210z:FV=\233211z:\
8029 :FW=\233212z:FX=\233213z:FY=\233214z:FZ=\233200z:\
8030 :Fa=\233301z:Fb=\233302z:Fc=\233303z:Fd=\233304z:\
8031 :Fe=\233305z:Ff=\233306z:Fg=\233307z:Fh=\233308z:\
8032 :Fi=\233309z:Fj=\233310z:Fk=\233311z:Fl=\233312z:\
8033 :Fm=\233313z:Fn=\233314z:Fo=\233300z:K1=\233020z:\
8034 :K3=\233021z:K4=\233022z:K5=\233023z:k1=\233001z:\
8035 :k2=\233002z:k3=\233003z:k4=\233004z:k5=\233005z:\
8036 :k6=\233006z:k7=\233007z:k8=\233008z:k9=\233009z:\
8037 :k;=\233010z:kC=\2332J:kE=\233K:kd=\233B:kh=\233H:\
8038 :kl=\233D:kr=\233C:ku=\233A:
8039
8040dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys:\
8041 :%9=\E[i:F1=\E[011z:F2=\E[012z:F3=\E[013z:F4=\E[014z:\
8042 :F5=\E[000z:F6=\E[101z:F7=\E[102z:F8=\E[103z:F9=\E[104z:\
8043 :FA=\E[105z:FB=\E[106z:FC=\E[107z:FD=\E[108z:FE=\E[109z:\
8044 :FF=\E[110z:FG=\E[111z:FH=\E[112z:FI=\E[113z:FJ=\E[114z:\
8045 :FK=\E[100z:FL=\E[201z:FM=\E[202z:FN=\E[203z:FO=\E[204z:\
8046 :FP=\E[205z:FQ=\E[206z:FR=\E[207z:FS=\E[208z:FT=\E[209z:\
8047 :FU=\E[210z:FV=\E[211z:FW=\E[212z:FX=\E[213z:FY=\E[214z:\
8048 :FZ=\E[200z:Fa=\E[301z:Fb=\E[302z:Fc=\E[303z:Fd=\E[304z:\
8049 :Fe=\E[305z:Ff=\E[306z:Fg=\E[307z:Fh=\E[308z:Fi=\E[309z:\
8050 :Fj=\E[310z:Fk=\E[311z:Fl=\E[312z:Fm=\E[313z:Fn=\E[314z:\
8051 :Fo=\E[300z:K1=\E[020z:K3=\E[021z:K4=\E[022z:K5=\E[023z:\
8052 :k1=\E[001z:k2=\E[002z:k3=\E[003z:k4=\E[004z:k5=\E[005z:\
8053 :k6=\E[006z:k7=\E[007z:k8=\E[008z:k9=\E[009z:k;=\E[010z:\
8054 :kC=\E[2J:kE=\E[K:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
8055
8056dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys:\
8057 :F1=^^{:F2=^^a:F3=^^b:F4=^^c:F5=^^d:F6=^^e:F7=^^f:F8=^^g:\
8058 :F9=^^h:FA=^^i:FB=^^j:FC=^^k:FD=^^1:FE=^^2:FF=^^3:FG=^^4:\
8059 :FH=^^5:FI=^^6:FJ=^^7:FK=^^8:FL=^^9:FM=^^\072:FN=^^;:\
8060 :FO=^^\041:FP=^^":FQ=^^#:FR=^^$:FS=^^%:FT=^^&:FU=^^':FV=^^(:\
8061 :FW=^^):FX=^^*:FY=^^+:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:\
8062 :k6=^^v:k7=^^w:k8=^^x:k9=^^y:k;=^^z:kC=^L:kE=^K:kd=^Z:kh=^H:\
8063 :kl=^Y:kr=^X:ku=^W:
8064
8065dgkeys+15|Private entry describing 15 DG mode special keys:\
8066 :#2=^^^H:#4=^^^Y:%i=^^^X:F1=^^{:F2=^^|:F3=^^}:F4=^^~:F5=^^p:\
8067 :F6=^^a:F7=^^b:F8=^^c:F9=^^d:FA=^^e:FB=^^f:FC=^^g:FD=^^h:\
8068 :FE=^^i:FF=^^j:FG=^^k:FH=^^l:FI=^^m:FJ=^^n:FK=^^`:FL=^^1:\
8069 :FM=^^2:FN=^^3:FO=^^4:FP=^^5:FQ=^^6:FR=^^7:FS=^^8:FT=^^9:\
8070 :FU=^^\072:FV=^^;:FW=^^<:FX=^^=:FY=^^>:FZ=^^0:Fa=^^\041:\
8071 :Fb=^^":Fc=^^#:Fd=^^$:Fe=^^%:Ff=^^&:Fg=^^':Fh=^^(:Fi=^^):\
8072 :Fj=^^*:Fk=^^+:Fl=^^\054:Fm=^^-:Fn=^^.:Fo=^^ :K1=^^\:K3=^^]:\
8073 :K4=^^\136:K5=^^_:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
8074 :k7=^^w:k8=^^x:k9=^^y:k;=^^z:
8075
8076# Data General color terminals use the "Tektronix" color model. The total
8077# number of colors varies with the terminal model, as does support for
8078# attributes used in conjunction with color.
8079
8080# Removed u7, u8 definitions since they conflict with tack:
8081# Preserve user-defined colors in at least some cases.
8082# u7=^^Fh,
8083# Default is ACM mode.
8084# u8=^^F}20^^Fi^^F}21,
8085#
8086dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode:\
8087 :ut:\
8088 :Co#16:NC#53:pa#256:\
8089 :AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
8090 :AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
8091 :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
8092
8093dg+fixed|Fixed color info for DG D430C terminals in DG mode:\
8094 :tc=dgunix+fixed:
8095
8096# Video attributes are coordinated using static variables set by "sgr", then
8097# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings.
8098# (D=dim, U=underline, B=blink, R=reverse.)
8099dg+color8|Color info for Data General D220 and D230C terminals in ANSI mode:\
8100 :ut:\
8101 :Co#8:NC#16:pa#64:\
8102 :AB=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
8103 :AF=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
8104 :..Sb=\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:\
8105 :..Sf=\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:\
8106 :op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m:
8107
8108dg+color|Color info for Data General D470C terminals in ANSI mode:\
8109 :Co#16:NC#53:pa#256:\
8110 :AB=\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:\
8111 :AF=\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:\
8112 :..Sb=\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:\
8113 :..Sf=\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:\
8114 :tc=dg+color8:
8115
8116dgmode+color8|Color info for Data General D220/D230C terminals in DG mode:\
8117 :ut:\
8118 :Co#8:NC#16:pa#64:\
8119 :AB=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c:\
8120 :AF=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%{48}%+%c:\
8121 :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
8122
8123dgmode+color|Color info for Data General D470C terminals in DG mode:\
8124 :Co#16:pa#256:\
8125 :AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
8126 :AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
8127 :tc=dgmode+color8:
8128
8129dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode:\
8130 :cc:ut:\
8131 :Co#52:NC#53:pa#26:\
8132 :..Ip=\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:\
8133 :oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00:\
8134 :op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D:\
8135 :..sp=\036RG2%p1%02X:
8136
8137# Colors are in the order: normal, reverse, dim, dim + reverse.
8138dg+ccc|Configurable color info for DG D430C terminals in DG mode:\
8139 :cc:ut:\
8140 :Co#52:NC#53:pa#26:\
8141 :..Ip=\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:\
8142 :oc=\036RG01\07200??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00:\
8143 :op=\036RF4831\072\036RF2>31;\036RF1=31<\036RF3?31=:\
8144 :sp=\036RG2%+^P%+^P:
8145
8146# The generic DG terminal type (an 8-bit-clean subset of the 6053)
8147# Initialization string 1 sets:
8148# ^R - vertical scrolling enabled
8149# ^C - blinking enabled
8150dg-generic|Generic Data General terminal in DG mode:\
8151 :NL:am:bw:ms:xo:\
8152 :co#80:li#24:\
8153 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:i1=^R^C:le=^Y:\
8154 :mb=^N:me=^O^U^]:mh=^\:nd=^X:nw=^J:ps=^Q:se=^]:sf=^J:so=^\:\
8155 :ue=^U:up=^W:us=^T:\
8156 :tc=dgkeys+11:
8157
8158# (Some performance can be gained over the generic DG terminal type)
8159dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053:\
8160 :xo@:\
8161 :ho=^P\0\0:ll=^P\0^W:tc=dg-generic:
8162
8163# Like 6053, but adds reverse video and more keypad and function keys.
8164d200|d200-dg|Data General DASHER D200:\
8165 :ho@:ll@:md=^^D^T:me=\017\025\035\036E:mr=^^D:\
8166 :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;:\
8167 :se=^^E^]:so=^^D^\:\
8168 :tc=dgkeys+15:tc=dg6053:
8169
8170# DASHER D210 series terminals in ANSI mode.
8171# Reverse video, no insert/delete character/line, 7 bits/character only.
8172#
8173# Initialization string 1 sets:
8174# <0 - scrolling enabled
8175# <1 - blink enabled
8176# <4 - print characters regardless of attributes
8177d210|d214|Data General DASHER D210 series:\
8178 :NL:am:bw:ms:xo:\
5762 :co#80:li#24:\ 8179 :co#80:li#24:\
5763 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\ 8180 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cb=\E[1K:\
5764 :k0=^^z:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\ 8181 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=\E[B:\
5765 :k7=^^w:k8=^^x:k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\ 8182 :ho=\E[H:i1=\E[<0;<1;<4l:le=^H:ll=\E[H\E[A:mb=\E[5m:\
5766 :l0=f10:le=^Y:nd=^X:nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:\ 8183 :md=\E[4;7m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
5767 :up=^W:us=^T: 8184 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m:\
8185 :se=\E[m:sf=^J:so=\E[2;7m:ue=\E[m:up=\E[A:us=\E[4m:\
8186 :tc=dgkeys+7b:
8187
8188# DASHER D210 series terminals in DG mode.
8189# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
8190d210-dg|d214-dg|Data General DASHER D210 series in DG mode:\
8191 :xo:\
8192 :cd=^^FF:tc=d200:
8193
8194# DASHER D211 series terminals in ANSI mode.
8195# Like the D210, but with 8-bit characters and local printer support.
8196#
8197# Initialization string 2 sets:
8198# \E[2;1;1;1v
8199# 2;1 - 8 bit operations
8200# 1;1 - 8 bit (international) keyboard language
8201# \E(B - default primary character set (U.S. ASCII)
8202# \E)4 - default secondary character set (international)
8203# ^O - primary character set
5768# 8204#
5769# dg450 and dg200 from cornell 8205d211|d215|Data General DASHER D211 series:\
8206 :km:\
8207 :is=\E[2;1;1;1v\E(B\E)4\017:ps=\E[i:tc=dgkeys+8b:tc=d210:
8208
8209# Initialization string 2 sets:
8210# \E[2;0;1;0v
8211# 2;0 - 7 bit operations
8212# 1;0 - 7 bit (native) keyboard language
8213# \E(0 - default character set (the keyboard native language)
8214# ^O - primary character set
8215d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode:\
8216 :km@:\
8217 :is=\E[2;0;1;0v\E(0\017:tc=dgkeys+7b:tc=d211:
8218
8219# Like the D210 series, but adds support for 8-bit characters.
8220#
8221# Reset string 2 sets:
8222# ^^N - secondary character set
8223# ^^FS0> - 8 bit international character set
8224# ^^O - primary character set
8225# ^^FS00 - default character set (matching the native keyboard language)
8226#
8227d211-dg|d215-dg|Data General DASHER D211 series in DG mode:\
8228 :km:\
8229 :r2=\036N\036FS0>\036O\036FS00:tc=d210-dg:
8230
8231d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode:\
8232 :tc=d211-dg:
8233
8234# Enhanced DG mode with changes to be more UNIX compatible.
8235d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode:\
8236 :5i:\
8237 :it#8:\
8238 :#2=^^Pf:#4=^^Pd:%9=^^P0:%f=^^P1:%i=^^Pc:\
8239 :ac=a\177j$k"l\041m#n)q+t'u&v(w%x*:ae=\036FS00:\
8240 :as=\036FS11:ce=^^PE:ch=\020%.\177:cl=^^PH:cv=\020\177%.:\
8241 :do=^^PB:ho=^^PF:i1=\022\003\036P@1:i2=\036Fz0:kC=^^PH:\
8242 :kE=^^PE:kd=^^PB:kh=^^PF:kl=^^PD:kr=^^PC:ku=^^PA:le=^^PD:\
8243 :mb=^^PI:me=\036PJ\025\035\036E\036FS00:nd=^^PC:pf=^^Fa:\
8244 :po=^^F`:ps=\036F?9:r2=\036N\036FS0E\036O\036FS00:\
8245 :..sa=\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%;:\
8246 :sf=^J:ta=^I:up=^^PA:\
8247 :tc=dgkeys+15:tc=d216-dg:
8248d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines:\
8249 :li#25:\
8250 :i2=\036Fz2:tc=d216+:
8251
8252d217-unix|Data General DASHER D217 in DG-UNIX mode:\
8253 :tc=d216-unix:
8254d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines:\
8255 :tc=d216-unix-25:
8256
8257# DASHER D220 color terminal in ANSI mode.
8258# Like the D470C but with fewer colors and screen editing features.
8259#
8260# Initialization string 1 sets:
8261# \E[<0;<1;<4l
8262# <0 - scrolling enabled
8263# <1 - blink enabled
8264# <4 - print characters regardless of attributes
8265# \E[m - all attributes off
8266# Reset string 1 sets:
8267# \Ec - initial mode defaults (RIS)
8268#
8269d220|Data General DASHER D220:\
8270 :5i@:\
8271 :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:tc=dg+color8:tc=d470c:
8272
8273d220-7b|Data General DASHER D220 in 7 bit mode:\
8274 :5i@:\
8275 :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:tc=dg+color8:tc=d470c-7b:
8276
8277# Initialization string 3 sets:
8278# - default cursor (solid rectangle)
8279# Reset string 2 sets:
8280# ^^N - secondary character set
8281# ^^FS0> - 8 bit international character set
8282# ^^O - primary character set
8283# ^^FS00 - default character set (matching the native keyboard language)
8284#
8285d220-dg|Data General DASHER D220 color terminal in DG mode:\
8286 :5i@:\
8287 :al@:dl@:ho@:i2=\036FQ2:is@:ll@:pf@:po@:r1@:\
8288 :r2=\036N\036FS0>\036O\036FS00:tc=dgmode+color8:\
8289 :tc=d470c-dg:
8290
8291# DASHER D230C color terminal in ANSI mode.
8292# Like the D220 but with minor ANSI compatibility improvements.
8293#
8294d230c|d230|Data General DASHER D230C:\
8295 :ke=\E[2;1v:ks=\E[2;0v:mb=\E[5;50m:md=\E[4;7;50m:\
8296 :me=\E[50m\E)4\017:mh=\E[2;50m:mr=\E[7;50m:nw=^M^J:\
8297 :..sa=\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%;:\
8298 :se=\E[50m:so=\E[2;7;50m:ue=\E[50m:us=\E[4;50m:\
8299 :tc=dgkeys+7b:tc=d220:
8300
8301d230c-dg|d230-dg|Data General DASHER D230C in DG mode:\
8302 :tc=d220-dg:
8303
8304# DASHER D400/D450 series terminals.
8305# These add intelligent features like insert/delete to the D200 series.
8306#
8307# Initialization string 2 sets:
8308# ^^FQ2 - default cursor (solid rectangle)
8309# ^^FW - character protection disabled
8310# ^^FJ - normal (80 column) mode
8311# ^^F\^ - horizontal scrolling enabled (for alignment)
8312# ^^FX004? - margins at columns 0 and 79
8313# ^^F] - horizontal scrolling disabled
8314# ^^O - primary character set
8315# ^^FS00 - default character set (the keyboard native language)
8316# - (should reset scrolling regions, but that glitches the screen)
8317# Reset string 1 sets:
8318# ^^FA - all terminal defaults except scroll rate
8319# Reset string 2 sets:
8320# ^^F] - horizontal scrolling disabled
8321# ^^FT0 - jump scrolling
8322#
8323d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series:\
8324 :5i:\
8325 :ac=j$k"l\041m#n)q+t'u&v(w%x*:ae=^^O:al=^^FH:as=^^N:\
8326 :ch=\020%.\177:cv=\020\177%.:dc=^^K:dl=^^FI:\
8327 :eA=\036N\036FS11\036O:ei=:ho=^^FG:ic=^^J:im=:\
8328 :is=\036FQ2\036FW\036FJ\036F\136\036FX004?\036F]\036O\036FS00:\
8329 :ll=\036FG\027:me=\017\025\035\036E\036O:pf=^^Fa:\
8330 :po=^^F`:r1=^^FA:r2=\036F]\036FT0:\
8331 :..sa=\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%;:\
8332 :sr=^^I:ve=\036FQ2:vi=\036FQ0:\
8333 :tc=d210-dg:
8334
8335# DASHER D410/D460 series terminals in ANSI mode.
8336# These add a large number of intelligent terminal features.
8337#
8338# Initialization string 1 sets:
8339# \E[<0;<1;<2;<4l
8340# <0 - scrolling enabled
8341# <1 - blink enabled
8342# <2 - horizontal scrolling enabled (for alignment)
8343# <4 - print characters regardless of attributes
8344# \E[5;0v - normal (80 column) mode
8345# \E[1;1;80w - margins at columns 1 and 80
8346# \E[1;6;<2h
8347# 1 - print all characters even if protected
8348# 6 - character protection disabled
8349# <2 - horizontal scrolling disabled
8350# - (should reset scrolling regions, but that glitches the screen)
8351#
8352# Initialization string 2 sets:
8353# \E[3;2;2;1;1;1v
8354# 3;2 - default cursor (solid rectangle)
8355# 2;1 - 8 bit operations
8356# 1;1 - international keyboard language
8357# \E(B - default primary character set (U.S. ASCII)
8358# \E)4 - default secondary character set (international)
8359# ^O - primary character set
8360#
8361# Reset string 1 sets:
8362# \Ec - initial mode defaults (RIS)
8363# \E[<2h - horizontal scrolling disabled
8364#
8365# Reset string 2 sets:
8366# \E[4;0;2;1;1;1v
8367# 4;0 - jump scrolling
8368# 2;1 - 8 bit operations
8369# 1;1 - 8 bit (international) keyboard language
8370# \E(B - default primary character set (U.S. ASCII)
8371# \E)4 - default secondary character set (international)
8372#
8373d410|d411|d460|d461|Data General DASHER D410/D460 series:\
8374 :5i:\
8375 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
8376 :ac=j$k"l\041m#n)q+t'u&v(w%x*:ae=\E)4\017:al=\E[L:\
8377 :as=\E)6\016:dc=\E[P:dl=\E[M:ei=:\
8378 :i1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h:\
8379 :ic=\E[@:im=:is=\E[3;2;2;1;1;1v\E(B\E)4\017:\
8380 :me=\E[m\E)4\017:pf=\E[4i:po=\E[5i:r1=\Ec\E[<2h:\
8381 :r2=\E[4;0;2;1;1;1v\E(B\E)4:\
8382 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;:\
8383 :sr=\EM:ve=\E[3;2v:vi=\E[3;0v:\
8384 :tc=d211:
8385
8386# Initialization string 2 sets:
8387# \E[3;2;2;0;1;0v
8388# 3;2 - default cursor (solid rectangle)
8389# 2;0 - 7 bit operations
8390# 1;0 - 7 bit (native) keyboard language
8391# \E(0 - default character set (the keyboard native language)
8392# ^O - primary character set
8393#
8394# Reset string 2 sets:
8395# \E[4;0;2;0;1;0v
8396# 4;0 - jump scrolling
8397# 2;0 - 7 bit operations
8398# 1;0 - 7 bit (native) keyboard language
8399# \E(0 - default character set (the keyboard native language)
8400#
8401d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode:\
8402 :km@:\
8403 :ae=^O:as=^N:eA=\E)6:is=\E[3;2;2;0;1;0v\E(0\017:\
8404 :me=\E[m\017:r2=\E[4;0;2;0;1;0v\E(0:\
8405 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;:tc=dgkeys+7b:\
8406 :tc=d410:
8407
8408d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode:\
8409 :km:\
8410 :ae=\036FS00:as=\036FS11:eA@:\
8411 :me=\017\025\035\036E\036FS00:\
8412 :..sa=\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%;:tc=d400-dg:
8413
8414# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
8415#
8416# Initialization string 1 sets:
8417# \E[<0;<1;<2;<4l
8418# <0 - scrolling enabled
8419# <1 - blink enabled
8420# <2 - horizontal scrolling enabled (for alignment)
8421# <4 - print characters regardless of attributes
8422# \E[5;1v - compressed (135 column) mode
8423# \E[1;1;126 - margins at columns 1 and 126
8424# \E[1;6;<2h
8425# 1 - print all characters even if protected
8426# 6 - character protection disabled
8427# <2 - horizontal scrolling disabled
8428# - (should reset scrolling regions, but that glitches the screen)
8429#
8430# Reset string 1 sets:
8431# \Ec - initial mode defaults (RIS)
8432# \E[5;1v - compressed (135 column) mode
8433# \E[1;1;126w - margins at columns 1 and 126
8434# \E[<2h - horizontal scrolling disabled
8435#
8436d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode:\
8437 :co#126:\
8438 :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
8439 :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:\
8440 :tc=d410:
8441
8442d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode:\
8443 :co#126:\
8444 :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
8445 :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:\
8446 :tc=d410-7b:
8447
8448d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode:\
8449 :tc=d410-dg:
8450
8451# These add intelligent features like scrolling regions.
8452d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode:\
8453 :al=^^FH:ch=\036FP%2.2XFF:cl=^^FE:cm=\036FP%r%2.2X%2.2X:\
8454 :cv=\036FPFF%2.2X:dc=^^K:dl=^^FI:ei=:ho=^^FG:ic=^^J:im=:\
8455 :is=\036FQ5\036FW\036FJ\036F\136\036FX004F\036O\036FS00:\
8456 :ll=\036FG\036PA:ps=^A:r1=\036FA\036FT0:r2=\036P@1:\
8457 :rc=\036F}11:sc=\036F}10:sr=^^I:ve=\036FQ5:vi=\036FQ0:\
8458 :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:\
8459 :tc=d216+:
8460d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode:\
8461 :co#132:\
8462 :is=\036FQ5\036FW\036FK\036F\136\036FX0083\036O\036FS00:\
8463 :r2=\036P@1\036FK\036FX0083:\
8464 :..wi=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X:tc=d412-unix:
8465d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines:\
8466 :li#25:\
8467 :i2=\036Fz2:\
8468 :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:tc=d462+:
8469d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line:\
8470 :es:hs:\
8471 :cl=\036FG\036PH:fs=\036F}01\022:\
8472 :i2=\036Fz2\036F}00\036FB180000\036F}01:ll@:\
8473 :ts=\036F}00\036FP%p1%2.2X18\036PG:\
8474 :..wi=\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:tc=d462+:
8475
8476# Relative cursor motions are confined to the current window,
8477# which is not what the scrolling region specification expects.
8478# Thus, relative vertical cursor positioning must be deleted.
8479d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region:\
8480 :..cs=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;:\
8481 :do@:ll@:up@:\
8482 :tc=d462+:
8483
8484d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode:\
8485 :tc=d412-unix:
8486d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode:\
8487 :tc=d412-unix-w:
8488d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines:\
8489 :tc=d412-unix-25:
8490d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line:\
8491 :tc=d412-unix-s:
8492d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region:\
8493 :tc=d412-unix-sr:
8494
8495d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode:\
8496 :tc=d413-unix:
8497d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode:\
8498 :tc=d413-unix-w:
8499d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines:\
8500 :tc=d413-unix-25:
8501d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line:\
8502 :tc=d413-unix-s:
8503d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region:\
8504 :tc=d413-unix-sr:
8505
8506d430c-dg|d430-dg|Data General D430C in DG mode:\
8507 :tc=d413-dg:tc=dg+fixed:
8508d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors:\
8509 :tc=d413-dg:tc=dg+ccc:
8510
8511d430c-unix|d430-unix|Data General D430C in DG-UNIX mode:\
8512 :tc=d413-unix:tc=dgunix+fixed:
8513d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode:\
8514 :tc=d413-unix-w:tc=dgunix+fixed:
8515d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines:\
8516 :tc=d413-unix-25:tc=dgunix+fixed:
8517d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line:\
8518 :tc=d413-unix-s:tc=dgunix+fixed:
8519d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region:\
8520 :tc=d413-unix-sr:tc=dgunix+fixed:
8521d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors:\
8522 :tc=d413-unix:tc=dgunix+ccc:
8523d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors:\
8524 :tc=d413-unix-w:tc=dgunix+ccc:
8525d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors:\
8526 :tc=d413-unix-25:tc=dgunix+ccc:
8527d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors:\
8528 :tc=d413-unix-s:tc=dgunix+ccc:
8529d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors:\
8530 :tc=d413-unix-sr:tc=dgunix+ccc:
8531
8532# dg450 from Cornell (not official)
5770dg450|dg6134|data general 6134:\ 8533dg450|dg6134|data general 6134:\
5771 :bs@:\ 8534 :le@:nd=^X:tc=dg200:
5772 :nd=^X:tc=dg200: 8535
8536# Not official...
5773# Note: lesser Dasher terminals will not work with vi because vi insists upon 8537# Note: lesser Dasher terminals will not work with vi because vi insists upon
5774# having a command to move straight down from any position on the bottom line 8538# having a command to move straight down from any position on the bottom line
5775# and scroll the screen up, or a direct vertical scroll command. The 460 and 8539# and scroll the screen up, or a direct vertical scroll command. The 460 and
@@ -5777,79 +8541,182 @@ dg450|dg6134|data general 6134:\
5777# mode rather than DG mode because standard UNIX tty drivers assume that ^H is 8541# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
5778# backspace on all terminals. This is not so in DG mode. 8542# backspace on all terminals. This is not so in DG mode.
5779# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the 8543# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
5780# grounds that there is no matching ":ml:"; mapped ":pt:" to default tabs; 8544# grounds that there is no matching ":ml:"
5781# fixed garbled ":k9=\E[00\:z:" capability -- esr) 8545# fixed garbled ":k9=\E[00\:z:" capability -- esr)
5782dg460-ansi|Data General Dasher 460, ANSI-mode:\ 8546dg460-ansi|Data General Dasher 460 in ANSI-mode:\
5783 :am:bs:ms:pt:ul:\ 8547 :am:bs:ms:ul:\
8548 :co#80:it#8:li#24:\
8549 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:dc=\E[P:\
8550 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=^^F@:k0=\E[001z:\
8551 :k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
8552 :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[010z:kb=\E[D:\
8553 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:\
8554 :l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:me=\E[m:\
8555 :mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[m:sf=\E[S:so=\E[7m:\
8556 :sr=\E[T:ta=^I:ue=\E[05:up=\E[A:us=\E[4m:
8557
8558# DASHER D470C color terminal in ANSI mode.
8559# Like the D460 but with 16 colors and without a compressed mode.
8560#
8561# Initialization string 1 sets:
8562# \E[<0;<1;<2;<4l
8563# <0 - scrolling enabled
8564# <1 - blink enabled
8565# <2 - horizontal scrolling enabled (for alignment)
8566# <4 - print characters regardless of attributes
8567# \E[1;1;80w - margins at columns 1 and 80
8568# \E[1;6;<2h
8569# 1 - print all characters even if protected
8570# 6 - character protection disabled
8571# <2 - horizontal scrolling disabled
8572# - (should reset scrolling regions, but that glitches the screen)
8573#
8574d470c|d470|Data General DASHER D470C:\
8575 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
8576 :..sa=\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%;:tc=dg+color:\
8577 :tc=d460:
8578
8579d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode:\
8580 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
8581 :..sa=\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%;:tc=dg+color:\
8582 :tc=d460-7b:
8583
8584# Initialization string 2 sets:
8585# ^^FQ2 - default cursor (solid rectangle)
8586# ^^FW - character protection disabled
8587# ^^F\^ - horizontal scrolling enabled (for alignment)
8588# ^^FX004? - margins at columns 0 and 79
8589# ^^F] - horizontal scrolling disabled
8590# ^^O - primary character set
8591# ^^FS00 - default character set (the keyboard native language)
8592# - (should reset scrolling regions, but that glitches the screen)
8593#
8594d470c-dg|d470-dg|Data General DASHER D470C in DG mode:\
8595 :is=\036FQ2\036FW\036F\136\036FX004?\036F]\036O\036FS00:\
8596 :tc=dgmode+color:tc=d460-dg:
8597
8598# DASHER D555 terminal in ANSI mode.
8599# Like a D411, but has an integrated phone.
8600d555|Data General DASHER D555:\
8601 :tc=d411:
8602d555-7b|Data General DASHER D555 in 7-bit mode:\
8603 :tc=d411-7b:
8604d555-w|Data General DASHER D555 in wide mode:\
8605 :tc=d411-w:
8606d555-7b-w|Data General DASHER D555 in wide 7-bit mode:\
8607 :tc=d411-7b-w:
8608d555-dg|Data General DASHER D555 series in DG mode:\
8609 :tc=d411-dg:
8610
8611# DASHER D577 terminal in ANSI mode.
8612# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
8613d577|Data General DASHER D577:\
8614 :tc=d411:
8615d577-7b|Data General DASHER D577 in 7-bit mode:\
8616 :tc=d411-7b:
8617d577-w|Data General DASHER D577 in wide mode:\
8618 :tc=d411-w:
8619d577-7b-w|Data General DASHER D577 in wide 7-bit mode:\
8620 :tc=d411-7b-w:
8621
8622d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode:\
8623 :tc=d411-dg:
8624
8625# DASHER D578 terminal.
8626# Like a D577, but without compressed mode; like a D470C in this respect.
8627#
8628# Initialization string 1 sets:
8629# \E[<0;<1;<2;<4l
8630# <0 - scrolling enabled
8631# <1 - blink enabled
8632# <2 - horizontal scrolling enabled (for alignment)
8633# <4 - print characters regardless of attributes
8634# \E[1;1;80w - margins at columns 1 and 80
8635# \E[1;6;<2h
8636# 1 - print all characters even if protected
8637# 6 - character protection disabled
8638# <2 - horizontal scrolling disabled
8639# - (should reset scrolling regions, but that glitches the screen)
8640#
8641d578|Data General DASHER D578:\
8642 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577:
8643d578-7b|Data General DASHER D578 in 7-bit mode:\
8644 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577-7b:
8645
8646# Here are some older Dasher entries from the Berkeley termcap file.
8647
8648# According to the 4.4BSD termcap file, the dg200 :cm: should be the
8649# termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
8650# notation that's "^P%r%+\200%+\200"). Those \200s are suspicious,
8651# maybe they were originally nuls (which would fit).
8652dg200|data general dasher 200:\
8653 :NL:am:bs:bw:\
5784 :co#80:li#24:\ 8654 :co#80:li#24:\
5785 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:\ 8655 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:k0=^^z:\
5786 :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:\ 8656 :k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:k8=^^x:\
5787 :is=^^F@:k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:\ 8657 :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
5788 :k4=\E[005z:k5=\E[006z:k6=\E[007z:k7=\E[008z:\ 8658 :nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:up=^W:us=^T:
5789 :k8=\E[009z:k9=\E[010z:kb=\E[D:kd=\E[B:kh=\E[H:\ 8659# Data General 210/211 (and 410?) from Lee Pearson (umich!lp) via BRL
5790 :kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:l3=f4:\ 8660dg210|dg-ansi|Data General 210/211:\
5791 :l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:\ 8661 :am:\
5792 :me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[0m:\
5793 :sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[05:up=\E[A:us=\E[4m:
5794# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
5795# Data General 605x
5796# Ought to work for a Model 6242, Type D210 as well as a 605x.
5797# Note that the cursor-down key transmits ^Z. Job control users, beware!
5798dg6053|data general 6053:\
5799 :am:bs:bw:pt:ul:\
5800 :co#80:li#24:\ 8662 :co#80:li#24:\
5801 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\ 8663 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
5802 :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:\ 8664 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nl=\E[B:\
5803 :k6=^^w:k7=^^x:k8=^^y:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:\ 8665 :nw=\r\E[H\E[A\n:se=\E[0;m:so=\E[7;m:ue=\E[0;m:up=\E[A:\
5804 :ku=^W:le=^Y:nd=^X:nw=^M^Z:se=\200^^E:\ 8666 :us=\E[4;m:
5805 :so=\200\200\200\200\200\036D:ta=^I:te=^L:ti=^L^R:\
5806 :ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
5807# From: Peter N. Wan <ihnp4!gatech!gacsr!wan> 8667# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
5808# courtesy of Carlos Rucalde of Vantage Software, Inc. 8668# courtesy of Carlos Rucalde of Vantage Software, Inc.
5809dgd211|Data General d211:\ 8669# (dg211: this had :cm=\020%r%.%:., which was an ancient termcap hangover.
5810 :am:bw:\ 8670# I suspect the d200 function keys actually work on the dg211, check it out.)
8671dg211|Data General d211:\
8672 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0@:nw=^M^Z:\
8673 :se=\036E\0/>:sf@:so=5\036D:ta=^I:te=^L:ti=^L^R:ve=^L:\
8674 :vs=^L^R:\
8675 :tc=dg200:
8676
8677# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
8678# Data General 605x
8679# Ought to work for a Model 6242, Type D210 as well as a 605x.
8680# Note that the cursor-down key transmits ^Z. Job control users, beware!
8681# This also matches a posted description of something called a `Dasher 100'
8682# so there's a dg100 alias here.
8683# (dg6053: the 4.4BSD file had :le=^H:, :do=^J:, :nd=^S:. -- esr)
8684dg6053-old|dg100|data general 6053:\
8685 :am:bs:bw:ul:\
5811 :co#80:li#24:\ 8686 :co#80:li#24:\
5812 :ce=^K:cl=^L:..cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\ 8687 :bc=^Y:bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
5813 :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\ 8688 :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:\
5814 :se=00\036E\200/>:so=00\036D\200\200\200\200\200/>:\ 8689 :k7=^^x:k8=^^y:k9=^^z:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
5815 :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R: 8690 :le=^Y:nd=^X:se=\0^^E:so=\0\0\0\0\0\036D:ta=^I:te=^L:\
5816# From: Joan Walter <joanw@BRL.ARPA> 8691 :ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
5817# Data General/One
5818# David Holub got the dg1 to work with jove with this termcap
5819# by making li#23 and co#78 to comply with obvious terminal
5820# capabilities. Still waiting for documentation.
5821# Data General/One from modified DG Dasher DG210/211 (bw removed)
5822# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
5823# courtesy of Carlos Rucalde of Vantage Software, Inc.
5824dg1|Data General/One:\
5825 :am:\
5826 :co#78:li#23:\
5827 :ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
5828 :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
5829 :ta=^I:up=^W:
5830 8692
5831#### Datamedia (dm) 8693#### Datamedia (dm)
5832# 8694#
8695# Datamedia was headquartered in Nashua, New Hampshire until it went
8696# out of business in 1993, but the ID plates on the terminals referred
8697# to the factory in Pennsauken, NJ. The factory was sold to a PCB board
8698# manufacturer which threw out all information about the terminals.
8699#
5833 8700
5834cs10|colorscan|Datamedia Color Scan 10:\ 8701cs10|colorscan|Datamedia Color Scan 10:\
5835 :ms:\ 8702 :ms:\
5836 :co#80:li#24:\ 8703 :co#80:li#24:\
5837 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[J:cm=\E[%i%02;%02H:\ 8704 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%02;%02H:cr=^M:\
5838 :cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:\ 8705 :do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kl=\E[D:\
5839 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\E[m:sf=^J:\ 8706 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
5840 :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m: 8707 :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
5841cs10-w|Datamedia Color Scan 10 with 132 columns:\ 8708cs10-w|Datamedia Color Scan 10 with 132 columns:\
5842 :co#132:\ 8709 :co#132:\
5843 :cm=\E[%i%02;%03H:tc=cs10: 8710 :cm=\E[%i%02;%03H:tc=cs10:
5844 8711
5845# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:"; 8712# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
5846# mapped ":pt:" to default tabs -- esr)
5847dm1520|dm1521|datamedia 1520:\ 8713dm1520|dm1521|datamedia 1520:\
5848 :am:bs:pt:xn:\ 8714 :am:bs:xn:\
5849 :co#80:li#24:\ 8715 :co#80:it#8:li#24:\
5850 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\ 8716 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
5851 :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:\ 8717 :kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:sf=^J:ta=^I:up=^_:
5852 :sf=^J:ta=^I:up=^_: 8718# dm2500: this terminal has both :IC: and :im:. Applications using
8719# termcap/terminfo directly (rather than through ncurses) might be confused.
5853dm2500|datamedia2500|datamedia 2500:\ 8720dm2500|datamedia2500|datamedia 2500:\
5854 :bs:nc:\ 8721 :bs:nc:\
5855 :co#80:li#24:\ 8722 :co#80:li#24:\
@@ -5859,43 +8726,104 @@ dm2500|datamedia2500|datamedia 2500:\
5859 :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\ 8726 :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
5860 :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z: 8727 :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
5861# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82) 8728# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
5862# also, has a meta-key (:km:) 8729# also, has a meta-key.
5863# From: <goldberger@su-csli.arpa> 8730# From: <goldberger@su-csli.arpa>
5864# (dmchat: ":MT:" changed to ":km:" -- esr) 8731# (dmchat: ":MT:" changed to ":km:" -- esr)
5865dmchat|dmchat version of datamedia 2500:\ 8732dmchat|dmchat version of datamedia 2500:\
5866 :km:\ 8733 :km:\
5867 :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500: 8734 :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500:
5868# (dm3025: ":MT:" changed to ":km:"; mapped ":pt:" to default tabs -- esr) 8735# (dm3025: ":MT:" changed to ":km:" -- esr)
5869dm3025|datamedia 3025a:\ 8736dm3025|datamedia 3025a:\
5870 :bs:km:pt:\ 8737 :bs:km:\
5871 :co#80:li#24:\ 8738 :co#80:it#8:li#24:\
5872 :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:\ 8739 :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :\
5873 :cm=\EY%r%+ %+ :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:\ 8740 :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:do=^J:ed=\EQ:ei=\EQ:\
5874 :do=^J:ed=\EQ:ei=\EQ:ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:\ 8741 :ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:le=^H:nd=\EC:se=\EO0:sf=^J:\
5875 :le=^H:nd=\EC:se=\EO0:sf=^J:so=\EO1:ta=^I:up=\EA: 8742 :so=\EO1:ta=^I:up=\EA:
5876# (dm3045: mapped ":pt:" to default tabs -- esr)
5877dm3045|datamedia 3045a:\ 8743dm3045|datamedia 3045a:\
5878 :am:bs:eo:pt:ul:xn:\ 8744 :am:bs:eo:km@:ul:xn:\
5879 :co#80:li#24:\ 8745 :al@:dc=\EB:dl@:dm@:ed@:ei=\EP:is=\EU\EV:k0=\Ey\r:k1=\Ep\r:\
5880 :bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :cr=^M:\ 8746 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
5881 :dc=\EB:do=^J:ei=\EP:ho=\EH:im=\EP:ip=:is=\EU\EV:\ 8747 :k8=\Ew\r:k9=\Ex\r:kh=\EH:kr=\EC:ku=\EA:pc=\177:se@:so@:\
5882 :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\ 8748 :tc=dm3025:
5883 :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:kh=\EH:\ 8749# Datamedia DT80 soft switches:
5884 :kr=\EC:ku=\EA:le=^H:nd=\EC:pc=\177:sf=^J:ta=^I:\ 8750# 1 0=Jump 1=Smooth
5885 :up=\EA: 8751# Autorepeat 0=off 1=on
8752# Screen 0=Dark 1=light
8753# Cursor 0=u/l 1=block
8754#
8755# 2 Margin Bell 0=off 1=on
8756# Keyclick 0=off 1=on
8757# Ansi/VT52 0=VT52 1=Ansi
8758# Xon/Xoff 0=Off 1=On
8759#
8760# 3 Shift3 0=Hash 1=UK Pound
8761# Wrap 0=Off 1=On
8762# Newline 0=Off 1=On
8763# Interlace 0=Off 1=On
8764#
8765# 4 Parity 0=Odd 1=Even
8766# Parity 0=Off 1=On
8767# Bits/Char 0=7 1=8
8768# Power 0=60Hz 1=50Hz
8769#
8770# 5 Line Interface 0=EIA 1=Loop
8771# Aux Interface 0=EIA 1=Loop
8772# Local Copy 0=Off 1=On
8773# Spare
8774#
8775# 6 Aux Parity 0=Odd 1=Even
8776# Aux Parity 0=Off 1=On
8777# Aux Bits/Char 0=7 1=8
8778# CRT Saver 0=Off 1=On
5886# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding. 8779# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
5887dm80|dmdt80|dt80|datamedia dt80/1:\ 8780dm80|dmdt80|dt80|datamedia dt80/1:\
5888 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\ 8781 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
5889 :ho=\E[H:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:\ 8782 :ho=\E[H:me=\E[m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
5890 :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100: 8783 :se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:\
8784 :tc=vt100:
5891# except in 132 column mode, where it needs a little padding. 8785# except in 132 column mode, where it needs a little padding.
5892# This is still less padding than the vt100, and you can always turn on 8786# This is still less padding than the vt100, and you can always turn on
5893# the ^S/^Q handshaking, so you can use vt100 flavors for things like 8787# the ^S/^Q handshaking, so you can use vt100 flavors for things like
5894# reverse video. 8788# reverse video.
5895dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\ 8789dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
5896 :co#132:\ 8790 :co#132:\
5897 :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:\ 8791 :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:\
5898 :cm=5\E[%i%d;%dH:do=^J:up=5\E[A:tc=dm80: 8792 :do=^J:up=5\E[A:\
8793 :tc=dm80:
8794# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
8795dt80-sas|Datamedia DT803/DTX for SAS usage:\
8796 :am:bw:\
8797 :co#80:li#24:\
8798 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
8799 :ae=\EG:al=\EL:as=\EF:bl=^G:cd=^K:ce=^]:cl=^L:\
8800 :cm=\E=%r%+ %+ :cr=^M:\
8801 :..cs=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2:\
8802 :ct=\E'0:dl=\EM:do=\EB:ff=^L:ho=^Y:is=\E)0\E<\EP\E'0\E$2:\
8803 :kC=^L:kE=^]:kS=^K:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:me=^X:\
8804 :mr=\E$2\004:nd=^\:pf=^O:po=^N:se=^X:sf=\EB:so=\E$2\004:\
8805 :sr=\EI:st=\E'1:ta=^I:up=^_:
8806
8807# Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
8808# These aren't end-all Excel termcaps; but do insert/delete char/line
8809# and name some of the extra function keys. (Mike Feldman ccvaxa!feldman)
8810# The naming convention has been bent somewhat, with the use of E? (where
8811# E is for 'Excel') as # a name. This was done to distinguish the entries
8812# from the other Datamedias in use here, and yet to associate a model of
8813# the Excel terminals with the regular datamedia terminals that share
8814# major characteristics.
8815excel62|excel64|datamedia Excel 62:\
8816 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
8817 :k9=\EOy:kb=^H:kd=^J:kl=^H:\
8818 :tc=dt80:
8819excel62-w|excel64-w|datamedia Excel 62 in 132 char mode:\
8820 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
8821 :k9=\EOy:kb=^H:kd=^J:kl=^H:\
8822 :tc=dt80w:
8823excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode:\
8824 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
8825 :k9=\EOy:kb=^H:kd=^J:kl=^H:vb=\E[?5l\E[?5h:\
8826 :tc=dt80:
5899 8827
5900#### Falco 8828#### Falco
5901# 8829#
@@ -5908,42 +8836,41 @@ dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
5908# 8836#
5909# Current Falco models as of 1995 are generally ANSI-compatible and support 8837# Current Falco models as of 1995 are generally ANSI-compatible and support
5910# emulations of DEC VT-series, Wyse, and Televideo types. 8838# emulations of DEC VT-series, Wyse, and Televideo types.
8839#
5911 8840
5912# Test version for Falco ts-1. See "arpavax.hickman@ucb" for info 8841# Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
5913# (falco: mapped ":pt:" to default tabs -- esr)
5914# This terminal was released around 1983 and was discontinued long ago. 8842# This terminal was released around 1983 and was discontinued long ago.
8843# The standout and underline highlights are the same.
5915falco|ts1|ts-1|falco ts-1:\ 8844falco|ts1|ts-1|falco ts-1:\
5916 :am:bs:pt:\ 8845 :am:bs:\
5917 :co#80:li#24:\ 8846 :co#80:it#8:li#24:\
5918 :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:\ 8847 :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:cm=\E=%+ %+ :\
5919 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:\ 8848 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E3:\
5920 :im=\Eq:is=\Eu\E3:k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:\ 8849 :k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:me=\Eg0:nd=^L:\
5921 :le=^H:nd=^L:se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:\ 8850 :se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:up=^K:us=\Eg1:
5922 :up=^K:us=\Eg1:
5923# (falco-p: mapped ":pt:" to default tabs -- esr)
5924falco-p|ts1p|ts-1p|falco ts-1 with paging option:\ 8851falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
5925 :am:bs:da:db:mi:ms:pt:ul:\ 8852 :am:bs:da:db:mi:ms:ul:\
5926 :co#80:li#24:\ 8853 :co#80:it#8:li#24:\
5927 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:\ 8854 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:cl=\E*:\
5928 :cl=\E*:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:\ 8855 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:ei=\Er:im=\Eq:\
5929 :ei=\Er:im=\Eq:is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:\ 8856 :is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5930 :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:\ 8857 :le=^H:me=\Eg0:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:ta=^I:te=\E_b:\
5931 :ta=^I:te=\E_b:ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1: 8858 :ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
8859# (ts100: I added <rmam>/<smam> based on the init string -- esr)
5932ts100|ts100-sp|falco ts100-sp:\ 8860ts100|ts100-sp|falco ts100-sp:\
5933 :am:mi:ms:xn:xo:\ 8861 :am:mi:ms:xn:xo:\
5934 :co#80:it#8:li#24:vt#3:\ 8862 :co#80:it#8:li#24:vt#3:\
5935 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\ 8863 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
5936 :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 8864 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
5937 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 8865 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5938 :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 8866 :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
5939 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 8867 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
5940 :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:\ 8868 :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
5941 :ho=\E[H:i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:\ 8869 :i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
5942 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\ 8870 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
5943 :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 8871 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5944 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\ 8872 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
5945 :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\ 8873 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
5946 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
5947 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ 8874 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
5948 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\ 8875 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
5949 :ue=\E[m:up=\E[A:us=\E[4m: 8876 :ue=\E[m:up=\E[A:us=\E[4m:
@@ -5953,22 +8880,22 @@ ts100-ctxt|falco ts-100 saving context:\
5953#### Florida Computer Graphics 8880#### Florida Computer Graphics
5954# 8881#
5955 8882
5956# Florida Computer Graphics Beacon System, using terminal emulator 8883# Florida Computer Graphics Beacon System, using terminal emulator program
5957# program "host.com", as provided by FCG. Entry provided by 8884# "host.com", as provided by FCG. This description is for an early release
5958# David Bryant (cbosg!djb) 1/7/83. 8885# of the "host" program. Known bug: :cd: clears the whole screen, so it's
5959# This description is for an early release of the "host" program. 8886# commented out.
5960# Known bug: ed clears the whole screen, so it's commented out. 8887
5961# 8888# From: David Bryant <cbosg!djb> 1/7/83
5962beacon|FCG Beacon System:\ 8889beacon|FCG Beacon System:\
5963 :am:da:db:\ 8890 :am:da:db:\
5964 :co#80:li#32:\ 8891 :co#80:li#32:\
5965 :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\ 8892 :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
5966 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:\ 8893 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:ic=\EQ:\
5967 :ic=\EQ:im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\ 8894 :im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\
5968 :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\ 8895 :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\
5969 :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\ 8896 :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\
5970 :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\ 8897 :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\
5971 :so=\ESTART\r\E70\0546\r\EEND\r:\ 8898 :so=\ESTART\r\E70\0546\r\EEND\r:te=:\
5972 :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\ 8899 :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\
5973 :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\ 8900 :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\
5974 :us=\ESTART\r\E60\0541\r\EEND\r: 8901 :us=\ESTART\r\E60\0541\r\EEND\r:
@@ -5976,15 +8903,15 @@ beacon|FCG Beacon System:\
5976#### Fluke 8903#### Fluke
5977# 8904#
5978 8905
5979# The 1720a differences from ANSI: no auto margin, destructive 8906# The f1720a differences from ANSI: no auto margin, destructive
5980# tabs, # of lines, funny highlighting and underlining 8907# tabs, # of lines, funny highlighting and underlining
5981f1720|f1720a|fluke 1720A:\ 8908f1720|f1720a|fluke 1720A:\
5982 :xt:\ 8909 :xt:\
5983 :co#80:li#16:sg#1:ug#1:\ 8910 :co#80:li#16:sg#1:\
5984 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\ 8911 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
5985 :cr=^M:do=\E[B:is=\E[;H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:\ 8912 :do=\E[B:is=\E[H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:le=^H:me=\E[m:\
5986 :le=^H:nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:\ 8913 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:\
5987 :ue=\E[m:up=\E[A:us=\E[4m: 8914 :us=\E[4m:
5988 8915
5989#### Liberty Electronics (Freedom) 8916#### Liberty Electronics (Freedom)
5990# 8917#
@@ -5995,18 +8922,20 @@ f1720|f1720a|fluke 1720A:\
5995# Fax: (510)-623-7021 8922# Fax: (510)-623-7021
5996 8923
5997# From: <faletti@berkeley.edu> 8924# From: <faletti@berkeley.edu>
8925# (f100: added empty <acsc> to suppress a tic warning;
8926# made this relative to adm+sgr -- note that <invis> isn't
8927# known to work for f100 but does on the f110. --esr)
5998f100|freedom|freedom100|freedom model 100:\ 8928f100|freedom|freedom100|freedom model 100:\
5999 :am:bw:hs:mi:ms:xo:\ 8929 :am:bs:bw:hs:mi:ms:xo:\
6000 :co#80:li#24:\ 8930 :co#80:li#24:\
6001 :ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\ 8931 :ac=:ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6002 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\ 8932 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
6003 :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:\ 8933 :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
6004 :im=\Eq:ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:\ 8934 :ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
6005 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\ 8935 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
6006 :k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=\EI:kb=^H:kd=^V:kh=^^:\ 8936 :kB=\EI:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
6007 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\ 8937 :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:\
6008 :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\ 8938 :tc=adm+sgr:
6009 :vb=\Eb\Ed:
6010f100-rv|freedom-rv|freedom 100 in reverse video:\ 8939f100-rv|freedom-rv|freedom 100 in reverse video:\
6011 :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100: 8940 :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
6012# The f110 and f200 have problems with vi(1). They use the ^V 8941# The f110 and f200 have problems with vi(1). They use the ^V
@@ -6015,77 +8944,49 @@ f100-rv|freedom-rv|freedom 100 in reverse video:\
6015# is lost! It cannot be remapped in vi because it is necessary to enter 8944# is lost! It cannot be remapped in vi because it is necessary to enter
6016# a ^V to to quote the ^V that is being remapped!!! 8945# a ^V to to quote the ^V that is being remapped!!!
6017# 8946#
6018# f110 users will have to decide whether 8947# f110/f200 users will have to decide whether
6019# to lose the down cursor key or the quoting capability. We will opt 8948# to lose the down cursor key or the quoting capability. We will opt
6020# initially for leaving the quoting capability out, since use of VI 8949# initially for leaving the quoting capability out, since use of VI
6021# is not generally applicable to most interactive applications 8950# is not generally applicable to most interactive applications
6022# 8951# (f110: added :ta:, :kh: & <kcbt> from f100 -- esr)
6023# The same applies to f200 users, except that another option exists.
6024# This option has been chosen locally. It will not be distributed unless
6025# a user runs into this problem and requests assistance. Very few users,
6026# if any, should run into this problem. The local solution is in
6027# vifix.local.ti. The f200 has the ability to reprogram the down cursor
6028# key. The key is reprogrammed to ^J (linefeed). This value is remembered
6029# in non-volatile RAM, so powering the terminal off and on will not cause
6030# the change to be lost. The terminfo definition for the f200 is changed
6031# to identify kcud1 as ^J instead of ^V.
6032f110|freedom110|Liberty Freedom 110:\ 8952f110|freedom110|Liberty Freedom 110:\
6033 :am:es:hs:mi:ms:xo:\ 8953 :bw@:es:\
6034 :co#80:it#8:li#24:ws#80:\ 8954 :it#8:ws#80:\
6035 :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\ 8955 :ae=\E%%:al=\EE:as=\E$:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:\
6036 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\ 8956 :im=\EO\Eq:ip@:is@:k0=^AI\r:k;@:kA=\EE:kC=^^:kD=\EW:kE=\ET:\
6037 :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:fs=^M:ho=^^:\ 8957 :kI=\EQ:kL=\ER:kS=\EY:mb=\EG2:md=\EG0:mh=\EG@:pf=\Ea:po=\E`:\
6038 :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\ 8958 :so=\EG<:sr=\EJ:ts=\Ef:vb=\Eb\Ed:ve=\E.2:vi=\E.1:vs=\E.2:\
6039 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\ 8959 :tc=f100:
6040 :kC=^^:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:\
6041 :kd=^V:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EG0:\
6042 :me=\EG0:mh=\EG@:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
6043 :se=\EG0:sf=^J:so=\EG<:sr=\EJ\nsmir=\EO\Eq:st=\E1:\
6044 :ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
6045 :vb=\Eb\200\200\200\200\Ed:ve=\E.2:vi=\E.1:vs=\E.2:
6046f110-14|Liberty Freedom 110 14inch:\ 8960f110-14|Liberty Freedom 110 14inch:\
6047 :dc@:tc=f110: 8961 :dc@:tc=f110:
6048f110-w|Liberty Freedom 110 - 132 cols:\ 8962f110-w|Liberty Freedom 110 - 132 cols:\
6049 :co#132:\ 8963 :co#132:tc=f110:
6050 :tc=f110:
6051f110-14w|Liberty Freedom 110 14in/132 cols:\ 8964f110-14w|Liberty Freedom 110 14in/132 cols:\
6052 :co#132:\ 8965 :co#132:\
6053 :dc@:tc=f110: 8966 :dc@:tc=f110:
8967# (f200: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
6054f200|freedom200|Liberty Freedom 200:\ 8968f200|freedom200|Liberty Freedom 200:\
6055 :am:es:hs:mi:ms:xo:\ 8969 :am:bs:es:hs:mi:ms:xo:\
6056 :co#80:it#8:li#24:ws#80:\ 8970 :co#80:it#8:li#24:ws#80:\
6057 :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\ 8971 :ac=:ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6058 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\ 8972 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :ct=\E3:\
6059 :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\ 8973 :cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er:fs=^M:ho=^^:\
6060 :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\ 8974 :im=\Eq:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
6061 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 8975 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:\
6062 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\ 8976 :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
6063 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\ 8977 :ku=^K:le=^H:mb=\EG2:md=\EG0:mh=\EG@:nd=^L:pf=\Ea:po=\E`:\
6064 :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\ 8978 :sf=^J:so=\EG<:sr=\EJ:st=\E1:ts=\Ef:up=^K:vb=\Eo\En:ve=\E.1:\
6065 :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\ 8979 :vi=\E.0:vs=\E.1:\
6066 :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\ 8980 :tc=adm+sgr:
6067 :vb=\Eo\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\En:\
6068 :ve=\E.1:vi=\E.0:vs=\E.1:
6069f200-w|Liberty Freedom 200 - 132 cols:\ 8981f200-w|Liberty Freedom 200 - 132 cols:\
6070 :co#132:\ 8982 :co#132:tc=f200:
6071 :tc=f200: 8983# The f200 has the ability to reprogram the down cursor key. The key is
8984# reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
8985# so powering the terminal off and on will not cause the change to be lost.
6072f200vi|Liberty Freedom 200 for vi:\ 8986f200vi|Liberty Freedom 200 for vi:\
6073 :am:es:hs:mi:ms:xo:\ 8987 :kd=^J:vb=\Eb\Ed:tc=f200:
6074 :co#80:it#8:li#24:ws#80:\
6075 :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6076 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
6077 :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
6078 :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
6079 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6080 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
6081 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kl=^H:kr=^L:\
6082 :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
6083 :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
6084 :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
6085 :vb=\Eb\200\200\200\200\Ed:ve=\E.1:vi=\E.0:vs=\E.1:
6086f200vi-w|Liberty Freedom 200 - 132 cols for vi:\ 8988f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
6087 :co#132:\ 8989 :co#132:tc=f200vi:
6088 :tc=f200vi:
6089 8990
6090#### GraphOn (go) 8991#### GraphOn (go)
6091# 8992#
@@ -6101,190 +9002,53 @@ f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
6101# including one odd hybrid that starts out life on power-up as a character 9002# including one odd hybrid that starts out life on power-up as a character
6102# terminal, than can be switched to X graphics mode (driven over the serial 9003# terminal, than can be switched to X graphics mode (driven over the serial
6103# line) by an escape sequence. No info on this beast yet. 9004# line) by an escape sequence. No info on this beast yet.
6104 9005# (go140: I added <rmam>/<smam> based on the init string -- esr)
6105# (go140: mapped ":pt:" to default tabs -- esr)
6106go140|graphon go-140:\ 9006go140|graphon go-140:\
6107 :bs:pt:\ 9007 :bs:\
6108 :co#80:li#24:\ 9008 :co#80:it#8:li#24:\
6109 :al=\E[L:cd=10\E[J:ce=\E[K:cl=10\E[;H\E[2J:\ 9009 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=10\E[J:ce=\E[K:\
6110 :cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\ 9010 :cl=10\E[H\E[2J:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
6111 :if=/usr/share/tabset/vt100:im=\E[4h:\ 9011 :if=/usr/share/tabset/vt100:im=\E[4h:\
6112 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\ 9012 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
6113 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\ 9013 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:\
6114 :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ 9014 :kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
6115 :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\ 9015 :me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
6116 :up=\E[A:us=\E[4m: 9016 :up=\E[A:us=\E[4m:
6117go140w|graphon go-140 in 132 column mode:\ 9017go140w|graphon go-140 in 132 column mode:\
9018 :am:\
6118 :co#132:\ 9019 :co#132:\
6119 :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140: 9020 :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140:
6120# Hacked up vt200 termcap to handle GO-225/VT220 9021# Hacked up vt200 termcap to handle GO-225/VT220
6121# From: <edm@nwnexus.WA.COM> 9022# From: <edm@nwnexus.WA.COM>
6122# (go225: mapped ":pt:" to default tabs -- esr) 9023# (go225: I added <rmam>/<smam> based on the init string -- esr)
6123go225|go-225|Graphon 225:\ 9024go225|go-225|Graphon 225:\
6124 :am:bs:mi:pt:xn:\ 9025 :am:bs:mi:xn:\
6125 :co#80:li#25:vt#3:\ 9026 :co#80:it#8:li#25:vt#3:\
6126 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 9027 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
6127 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\ 9028 :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:\
6128 :ho=\E[H:im=\E[4h:\ 9029 :ei=\E[4l:ho=\E[H:im=\E[4h:\
6129 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\ 9030 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
6130 :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:\ 9031 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
6131 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\ 9032 :kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
6132 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\ 9033 :mr=\E[7m:nd=\E[C:r1=\E[\041p\E[?7h\E[2;1;1#w:rc=\E8:\
6133 :rf=/usr/share/tabset/vt100:rs=\E[!p\E[?7h\E[2;1;1#w:\ 9034 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
6134 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\ 9035 :so=\E[7m:sr=\EM:ta=^I:te=\E[\041p\E[?7h\E[2;1;1#w:\
6135 :te=\E[!p\E[?7h\E[2;1;1#w:ti=\E[2;0#w\E[1;25r:\ 9036 :ti=\E[2;0#w\E[1;25r:ue=\E[24m:up=\E[A:us=\E[4m:
6136 :ue=\E[24m:up=\E[A:us=\E[4m:
6137 9037
6138#### Harris (Beehive) 9038#### Harris
6139# 9039#
6140# Bletch. These guys shared the Terminal Brain Damage laurels with Hazeltine. 9040# Bletch. These guys shared the Terminal Brain Damage laurels with Hazeltine.
6141# Their terminal group is ancient history now (1995) though the parent 9041# Their terminal group is ancient history now (1995) though the parent
6142# company is still in business. 9042# company is still in business.
6143# 9043#
6144 9044
6145# Beehive documentation is undated and marked Preliminary and has no figures
6146# so we must have early Superbee2 (Model 600, according to phone conversation
6147# with mfr.). It has proved reliable except for some missing padding
6148# (notably after \EK and nl at bottom of screen).
6149#
6150# The key idea is that AEP mode is poison for cup & that US's in
6151# the local memory should be avoided like the plague. That means
6152# that the 2048 character local buffer is used as 25 lines of 80
6153# characters, period. No scrolling local memory, folks. It also
6154# appears that we cannot use naked INS LINE feature since it uses
6155# US. The sbi fakes il1 with an 80-space insert that may be too
6156# slow at low speeds; also spaces get converted to \040 which is
6157# too long for some programs (not vi). DEL LINE is ok but slow.
6158#
6159# The nl string is designed for last line of screen ONLY; cup to
6160# 25th line corrects the motion inherent in scrolling to Page 1.
6161#
6162# There is one understood bug. It is that the screen appears to
6163# pop to a new (blank) page after a nel, or leave a half-line
6164# elipsis to a quad that is the extra 48 memory locations. The
6165# data received is dumped into memory but not displayed. Not to
6166# worry if cup is being used; the lines not displayed will be,
6167# whenever the cursor is moved up there. Since cup is addressed
6168# relative to MEMORY of window, nothing is lost; but beware of
6169# relative cursor motion (cuu1,cud1,cuf1,cub1). Recommended, therefore,
6170# is setenv MORE -c .
6171#
6172# WARNING: Not all features tested.
6173#
6174# Timings are assembled from 3 sources. Some timings may reflect
6175# SB2/Model 300 that were used if more conservative.
6176# Tested on a Model 600 at 1200 and 9600 bd.
6177#
6178# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
6179# placed on the keyboard and useless because of AEP, is made
6180# into a backspace key. In use ESC must be pressed twice (to send)
6181# and sending ^C must be prefixed by ESC to avoid that wierd
6182# transmit mode associated with ENTER key.
6183#
6184# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
6185# the screen, then it has dropped into ENTER mode; hit
6186# RESET--ONLINE--!tset.
6187#
6188# As delivered this machine has a FATAL feature that will throw
6189# it into that strange transmit state (SPOW) if the space bar is
6190# hit after a CR is received, but before receiving a LF (or a
6191# few others).
6192#
6193# The circuits MUST be modified to eliminate the SPOW latch.
6194# This is done by strapping on chip A46 of the I/O board; cut
6195# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
6196# chip. This mod has been checked out on a Mod 600 of Superbee II.
6197# With this modification absurdly high timings on cr are
6198# unnecessary.
6199#
6200# NOTE WELL that the rear panel switch should be set to CR/LF,
6201# not AEP!
6202#
6203sb1|beehive superbee:\
6204 :am:bw:da:db:mi:ul:xb:\
6205 :co#80:li#25:sg#1:ug#1:\
6206 :al=\EN\EL\EQ \EP \EO\ER\EA:\
6207 :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:\
6208 :cr=\r:ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:\
6209 :im=\EQ\EO:is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:\
6210 :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
6211 :k9=\E1:kE=\EK:kI=\EQ\EO:kL=\EM:kM=\ER:kS=\EJ:kb=^_:\
6212 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=TAB CLEAR:\
6213 :l9=TAB SET:le=^H:nd=\EC:se=\E_3:sf=^J:so=\E_1:\
6214 :st=\E1:ta=^I:ti=\EO:ue=\E_3:up=\EA:us=\E_0:
6215sbi|superbee|beehive superbee at Indiana U.:\
6216 :xb:\
6217 :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
6218# Alternate (older) description of Superbee - f1=escape, f2=^C.
6219# Note: there are at least 3 kinds of superbees in the world. The sb1
6220# holds onto escapes and botches ^C's. The sb2 is the best of the 3.
6221# The sb3 puts garbage on the bottom of the screen when you scroll with
6222# the switch in the back set to CRLF instead of AEP. This description
6223# is tested on the sb2 but should work on all with either switch setting.
6224# The f1/f2 business is for the sb1 and the xsb can be taken out for
6225# the other two if you want to try to hit that tiny escape key.
6226# This description is tricky: being able to use cup depends on there being
6227# 2048 bytes of memory and the hairy nl string.
6228superbee-xsb|beehive super bee:\
6229 :am:bs:da:db:pt:xb:\
6230 :co#80:dC#10:it#8:li#25:\
6231 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:\
6232 :dc=\EP:dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:\
6233 :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:\
6234 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6235 :nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
6236 :se=\E_3:\
6237 :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
6238 :so=\E_1:st=\E1:up=\EA:ve=^J:
6239# This loses on lines > 80 chars long, use at your own risk
6240superbeeic|super bee with insert char:\
6241 :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
6242sb2|sb3|fixed superbee:\
6243 :xb@:\
6244 :tc=superbee:
6245
6246# Reports are that most of these Beehive entries (except superbee) have not
6247# been tested and do not work right. :se: is a trouble spot. Be warned.
6248
6249# (bee: removed obsolete ":ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:" -- esr)
6250beehive|bee|harris beehive:\
6251 :am:bs:mi:\
6252 :co#80:li#24:\
6253 :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :\
6254 :dc=\EP:dl=\EM:do=\EB:ei=\E@:ho=\EH:ic=:im=\EQ:kb=^H:\
6255 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Ed@:\
6256 :so=\EdP:ue=\Ed@:up=\EA:us=\Ed`:
6257# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
6258# good grief - does this entry make sg/ug when it doesn't have to?
6259# look at those spaces in se/so. Seems strange to me...
6260# (bh3m: mapped ":pt:" to default tabs -- esr)
6261beehive3|bh3m|beehiveIIIm:\
6262 :am:bs:pt:\
6263 :co#80:li#20:\
6264 :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:\
6265 :do=^J:ho=^E:if=/usr/share/tabset/beehive:le=^H:\
6266 :ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :ta=^I:up=^K:
6267beehive4|bh4|beehive 4:\
6268 :am:\
6269 :co#80:li#24:\
6270 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:\
6271 :le=\ED:nd=\EC:sf=^J:up=\EA:
6272# (microb: mapped ":pt:" to default tabs -- esr)
6273microb|microbee|micro bee series:\
6274 :am:bs:pt:\
6275 :co#80:li#24:\
6276 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:\
6277 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
6278 :k8=\Ew:k9=\Ex:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
6279 :le=^H:nd=\EC:se=\Ed@ :sf=^J:so= \EdP:ta=^I:ue=\Ed@:\
6280 :up=\EA:us=\Ed`:
6281
6282# 8675, 8686, and bee from Cyrus Rahman 9045# 8675, 8686, and bee from Cyrus Rahman
6283# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr) 9046# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
6284ha8675|harris 8675:\ 9047ha8675|harris 8675:\
6285 :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\ 9048 :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
6286 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:\ 9049 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:k3=^N:\
6287 :k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee: 9050 :k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:\
9051 :tc=bee:
6288# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation 9052# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
6289# in :is: -- esr) 9053# in :is: -- esr)
6290ha8686|harris 8686:\ 9054ha8686|harris 8686:\
@@ -6292,78 +9056,104 @@ ha8686|harris 8686:\
6292 :F5=\002\E~\003:F6=\002\E\177\003:\ 9056 :F5=\002\E~\003:F6=\002\E\177\003:\
6293 :is=\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#:\ 9057 :is=\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#:\
6294 :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\ 9058 :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
6295 :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:\ 9059 :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k;=\Ej:tc=bee:
6296 :k;=\Ej:tc=bee:
6297 9060
6298#### Hazeltine 9061#### Hazeltine
6299# 9062#
6300# Hazeltine appears to be out of the business now (1995). These guys were 9063# Hazeltine appears to be out of the terminal business as of 1995. These
6301# co-owners of the Terminal Brain Damage Hall Of Fame along with Harris. 9064# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
6302# Good riddance. 9065# Harris. They have a hazeltine.com domain (but no web page there ) and can
9066# be reached at:
6303# 9067#
6304# The ony contact information I have dates from 1993 and is: 9068# Hazeltine
9069# 450 East Pulaski Road
9070# Greenlawn, New York 11740
6305# 9071#
6306# Customer Service Division 9072# As late as 1993, manuals for the terminal product line could still be
6307# 15 Law Drive 9073# purchased from:
6308# P.O. Box 2076
6309# Fairfield, NJ 07007-2078
6310# 9074#
9075# TRW Customer Service Division
9076# 15 Law Drive
9077# P.O. Box 2076
9078# Fairfield, NJ 07007-2078
9079#
9080# They're now (1998) a subsidiary of General Electric, operating under the
9081# marque "GEC-Marconi Hazeltine" and doing military avionics. Web page
9082# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
9083#
9084
6311# Since :nd: is blank, when you want to erase something you 9085# Since :nd: is blank, when you want to erase something you
6312# are out of luck. You will have to do ^L's a lot to 9086# are out of luck. You will have to do ^L's a lot to
6313# redraw the screen. h1000 is untested. It doesn't work in 9087# redraw the screen. h1000 is untested. It doesn't work in
6314# vi - this terminal is too dumb for even vi. (The code is 9088# vi - this terminal is too dumb for even vi. (The code is
6315# there but it isn't debugged for this case.) 9089# there but it isn't debugged for this case.)
6316h1000|hazeltine 1000:\ 9090hz1000|hazeltine 1000:\
6317 :bs:\ 9091 :bs:\
6318 :co#80:li#12:\ 9092 :co#80:li#12:\
6319 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J: 9093 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J:
6320# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981 9094# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
6321h1420|hazeltine 1420:\ 9095hz1420|hazeltine 1420:\
6322 :am:bs:\ 9096 :am:bs:\
6323 :co#80:li#24:\ 9097 :co#80:li#24:\
6324 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\ 9098 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%+ :\
6325 :cm=\E\021%r%.%+ :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:\ 9099 :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:ta=^N:\
6326 :se=\E^Y:sf=^J:so=\E^_:ta=^N:up=\E^L: 9100 :up=\E^L:
6327# New "safe" cursor movement (11/87) from cgs@umd5.umd.edu. Prevents freakout 9101# New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents
6328# with out-of-range args and tn3270. No hz since it needs to receive ~'s. 9102# freakout with out-of-range args and tn3270. No hz since it needs to
6329h1500|hazeltine 1500:\ 9103# receive tildes.
9104hz1500|hazeltine 1500:\
6330 :am:bs:hz:\ 9105 :am:bs:hz:\
6331 :co#80:li#24:\ 9106 :co#80:li#24:\
6332 :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\ 9107 :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
6333 :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:\ 9108 :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:kd=^J:\
6334 :kd=^J:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:\ 9109 :kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:\
6335 :sf=^J:so=~^_:up=~^L: 9110 :up=~^L:
6336# h1510 assumed to be in sane escape mode. Else use h1500. 9111# h1510 assumed to be in sane escape mode. Else use h1500.
6337# (h1510: early versions of this entry apparently had ":se=\E^_:so=\E^Y:", 9112# (h1510: early versions of this entry apparently had ":se=\E^_:,
6338# but these caps were commented out in 8.3; also, removed incorrect 9113# :so=\E^Y:, but these caps were commented out in 8.3; also,
6339# and overridden ":do=^J:" -- esr) 9114# removed incorrect and overridden ":do=^J:" -- esr)
6340h1510|hazeltine 1510:\ 9115hz1510|hazeltine 1510:\
6341 :am:bs:\ 9116 :am:bs:\
6342 :co#80:li#24:\ 9117 :co#80:li#24:\
6343 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\ 9118 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
6344 :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:\ 9119 :cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:sf=^J:up=\E^L:
6345 :sf=^J:up=\E^L: 9120# Hazeltine 1520
9121# The following switch settings are assumed for normal operation:
9122# FULL CR U/L_CASE ESCAPE
9123# FORMAT_OFF EOM_A_OFF EOM_B_OFF WRAPAROUND_ON
9124# Other switches may be set for operator convenience or communication
9125# requirements.
9126hz1520|Hazeltine 1520:\
9127 :am:bs:bw:ms:\
9128 :co#80:li#24:\
9129 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
9130 :cr=^M:dl=\E^S:do=^J:ho=\E^R:kA=\E^Z:kC=\E^\:kE=\E^O:\
9131 :kL=\E^S:kS=\E^X:kb=^H:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:\
9132 :le=^H:md=\E^_:me=\E^Y:nd=^P:r1=\E$\E\005\E?\E\031:\
9133 :se=\E^Y:sf=^J:so=\E^_:up=\E^L:
9134# This version works with the escape switch off
6346# (h1520: removed incorrect and overridden ":do=^J:" -- esr) 9135# (h1520: removed incorrect and overridden ":do=^J:" -- esr)
6347h1520|hazeltine 1520:\ 9136hz1520-noesc|hazeltine 1520:\
6348 :am:bs:hz:\ 9137 :am:hz:\
6349 :co#80:li#24:\ 9138 :co#80:li#24:\
6350 :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:\ 9139 :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:cr=^M:\
6351 :cr=^M:dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:\ 9140 :dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:up=~^L:
6352 :so=~^_:up=~^L:
6353# Note: the h1552 appears to be the first Hazeltine terminal which 9141# Note: the h1552 appears to be the first Hazeltine terminal which
6354# is not braindamaged. It has tildes and backprimes and everything! 9142# is not braindamaged. It has tildes and backprimes and everything!
6355# Be sure the auto lf/cr switch is set to cr. 9143# Be sure the auto lf/cr switch is set to cr.
6356h1552|hazeltine 1552:\ 9144hz1552|hazeltine 1552:\
6357 :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:\ 9145 :bs:\
6358 :l2=red:l3=green:tc=vt52: 9146 :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:l2=red:\
6359h1552rv|hazeltine 1552 reverse video:\ 9147 :l3=green:\
6360 :do=^J:se=\ET:so=\ES:tc=h1552: 9148 :tc=vt52:
9149hz1552-rv|hazeltine 1552 reverse video:\
9150 :do=^J:se=\ET:so=\ES:tc=hz1552:
6361# Note: h2000 won't work well because of a clash between upper case and ~'s. 9151# Note: h2000 won't work well because of a clash between upper case and ~'s.
6362h2000|hazeltine 2000:\ 9152hz2000|hazeltine 2000:\
6363 :am:bs:nc:\ 9153 :am:bs:nc:\
6364 :co#74:li#27:\ 9154 :co#74:li#27:\
6365 :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:\ 9155 :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:do=^J:\
6366 :do=^J:ho=~^R:le=^H:pc=\177:sf=^J: 9156 :ho=~^R:le=^H:pc=\177:sf=^J:
6367# Date: Fri Jul 23 10:27:53 1982. Some unknown person wrote: 9157# Date: Fri Jul 23 10:27:53 1982. Some unknown person wrote:
6368# I tested this termcap entry for the Hazeltine Esprit with vi. It seems 9158# I tested this termcap entry for the Hazeltine Esprit with vi. It seems
6369# to work ok. There is one problem though if one types a lot of garbage 9159# to work ok. There is one problem though if one types a lot of garbage
@@ -6373,18 +9163,592 @@ h2000|hazeltine 2000:\
6373# char as a built in function. Vi has to delete to end of line and then 9163# char as a built in function. Vi has to delete to end of line and then
6374# redraw the rest of the line. 9164# redraw the rest of the line.
6375esprit|Hazeltine Esprit I:\ 9165esprit|Hazeltine Esprit I:\
6376 :am:bw:\ 9166 :am:bs:bw:\
6377 :co#80:li#24:\ 9167 :co#80:li#24:\
6378 :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\ 9168 :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
6379 :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:\ 9169 :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:is=\E?:\
6380 :is=\E?:k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:\ 9170 :k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:k5=^B5^J:\
6381 :k5=^B5^J:k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:\ 9171 :k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:kd=\E^K:ke=\E>:\
6382 :kd=\E^K:ke=\E>:kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:\ 9172 :kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:l0=0:l1=1:l2=2:l3=3:l4=4:\
6383 :l0=0:l1=1:l2=2:l3=3:l4=4:l5=5:l6=6:l7=7:l8=8:l9=9:\ 9173 :l5=5:l6=6:l7=7:l8=8:l9=9:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:\
6384 :le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:up=\E^L: 9174 :up=\E^L:
6385esprit-am|hazeltine esprit auto-margin:\ 9175esprit-am|hazeltine esprit auto-margin:\
6386 :am:\ 9176 :am:tc=esprit:
6387 :tc=esprit: 9177# Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
9178# Vi it seems always wants to send a control J for "do" and it turned out
9179# that the terminal would work somewhat if the auto LF/CR was turned off.
9180# (hmod1: removed :dn=~^K: -- esr)
9181hmod1|Hazeltine Modular 1:\
9182 :am:bs:hz:\
9183 :co#80:li#24:\
9184 :al=~^Z:bl=^G:bt=~^T:cl=~^\:cm=~\021%r%.%.:cr=^M:dl=~^S:\
9185 :do=~^K:ho=~^R:kd=~^K:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:me=~^Y:\
9186 :nd=^P:rc=~^Q:sc=~^E:se=~^Y:sf=^J:so=~^_:up=~^L:
9187#
9188# Hazeltine Executive 80 Model 30 (1554?)
9189# from Will Martin <control@ALMSA-1.ARPA> via BRL
9190# Like VT100, except for different "am" behavior.
9191hazel|exec80|h80|he80|Hazeltine Executive 80:\
9192 :am:bs:pt:\
9193 :co#80:it#8:li#24:vt#3:\
9194 :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
9195 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
9196 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
9197 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
9198 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
9199 :nd=2\E[C:nl=^J:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
9200 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:\
9201 :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
9202
9203#### Hewlett-Packard (hp)
9204#
9205# Hewlett-Packard
9206# 8000 Foothills Blvd
9207# Roseville, CA 95747
9208# Vox: 1-(916)-785-4363 (Technical response line for VDTs)
9209# 1-(800)-633-3600 (General customer support)
9210#
9211#
9212# As of March 1998, HP no longer has any terminals in production.
9213# The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being
9214# supported (they still have parts). So are the 2392a and 2394a.
9215# See the WORKSTATION CONSOLES section for the 700s.
9216#
9217
9218# Generic HP terminal - this should (hopefully) work on any HP terminal.
9219hpgeneric|hp|hewlett-packard generic terminal:\
9220 :am:bs:da:db:mi:pt:xs:\
9221 :co#80:li#24:lm#0:vt#6:\
9222 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
9223 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
9224 :do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:me=\E&d@:nd=\EC:\
9225 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
9226 :us=\E&dD:
9227
9228hp110|hewlett-packard model 110 portable:\
9229 :li#16:tc=hpgeneric:
9230
9231hp+pfk+cr|hp function keys with CR:\
9232 :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
9233 :k7=\Ev\r:k8=\Ew\r:
9234
9235hp+pfk-cr|hp function keys w/o CR:\
9236 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
9237
9238# The hp2621s use the same keys for the arrows and function keys,
9239# but not separate escape sequences. These definitions allow the
9240# user to use those keys as arrow keys rather than as function
9241# keys.
9242hp+pfk+arrows|hp alternate arrow definitions:\
9243 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:kR=\Es\r:\
9244 :kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ku=\Et\r:
9245
9246hp+arrows|hp arrow definitions:\
9247 :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:
9248
9249# Generic stuff from the HP 262x series
9250#
9251hp262x|HP 262x terminals:\
9252 :xs:\
9253 :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
9254 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kd=\EB:ke=\E&s0A:kh=\Eh:\
9255 :kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:\
9256 :mr=\E&dB:\
9257 :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c:\
9258 :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
9259
9260# Note: no :ho: on HPs since that homes to top of memory, not screen.
9261# Due to severe 2621 braindamage, the only way to get the arrow keys to
9262# transmit anything at all is to turn on the function key labels
9263# with :ks:, and even then the user has to hold down shift!
9264# The default 2621 turns off the labels except when it has to to
9265# enable the function keys. If your installation prefers labels
9266# on all the time, or off all the time (at the "expense" of the
9267# function keys), use 2621-nl or 2621-wl.
9268#
9269# Note: there are newer ROMs for 2621's that allow you to set
9270# strap A so the regular arrow keys xmit \EA, etc, as with the
9271# 2645. However, even with this strap set, the terminal stops
9272# xmitting if you reset it, until you unset and reset the strap!
9273# Since there is no way to set/unset the strap with an escape
9274# sequence, we don't use it in the default.
9275# If you like, you can use 2621-ba (brain-damaged arrow keys).
9276hp2621-ba|2621 w/new rom and strap A set:\
9277 :ke@:ks@:tc=hp+arrows:\
9278 :tc=hp2621:
9279
9280# hp2621 with function labels. Most of the time they are off,
9281# but inside vi, the function key labels appear. You have to
9282# hold down shift to get them to xmit.
9283hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
9284 :is=\E&jA\r:ke=\E&jA:\
9285 :tc=hp2621-fl:
9286hp2621-fl|hp 2621:\
9287 :xo:xs@:\
9288 :pb#19200:\
9289 :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:ke=\E&j@:\
9290 :ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:ta=\011:ue=\E&d@:\
9291 :us=\E&dD:\
9292 :tc=hp+pfk+cr:tc=hpgeneric:
9293
9294# To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
9295hp2621p|hp 2621 with printer:\
9296 :pf=\E&p13C:po=\E&p11C:tc=hp2621:
9297
9298hp2621p-a|hp2621p with fn as arrows:\
9299 :tc=hp+pfk+arrows:tc=hp2621p:
9300
9301# hp2621 with k45 keyboard
9302hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard:\
9303 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
9304 :ku=\EA:\
9305 :tc=hp2621:
9306
9307# 2621 using all 48 lines of memory, only 24 visible at any time.
9308hp2621-48|48 line 2621:\
9309 :li#48:\
9310 :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
9311
9312# 2621 with no labels ever. Also prevents vi delays on escape.
9313hp2621-nl|hp 2621 with no labels:\
9314 :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
9315
9316# Needed for UCB ARPAVAX console, since lsi-11 expands tabs
9317# (wrong).
9318#
9319hp2621-nt|hp 2621 w/no tabs:\
9320 :ta@:tc=hp2621:
9321
9322# Hp 2624 B with 4 or 10 pages of memory.
9323#
9324# Some assumptions are made with this entry. These settings are
9325# NOT set up by the initialization strings.
9326#
9327# Port Configuration
9328# RecvPace=Xon/Xoff
9329# XmitPace=Xon/Xoff
9330# StripNulDel=Yes
9331#
9332# Terminal Configuration
9333# InhHndShk=Yes
9334# InhDC2=Yes
9335# XmitFnctn(A)=No
9336# InhEolWrp=No
9337#
9338# Note: the 2624 DOES have a true :ho:, believe it or not!
9339#
9340# The 2624 has an "error line" to which messages can be sent.
9341# This is CLOSE to what is expected for a "status line". However,
9342# after a message is sent to the "error line", the next carriage
9343# return is EATEN and the "error line" is turned back off again!
9344# So I guess we can't define :hs:, :es:, :ws:, :ds:, :fs:, :ts:.
9345#
9346# This entry supports emacs (and any other program that uses raw
9347# mode) at 4800 baud and less. I couldn't get the padding right
9348# for 9600.
9349#
9350# (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
9351hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B:\
9352 :da:db:\
9353 :lm#96:\
9354 :vb=\E&w13F\E&w12F\E&w13F\E&w12F:tc=hp+labels:tc=scrhp:
9355
9356# This hp2626 entry does not use any of the fancy windowing stuff
9357# of the 2626.
9358#
9359# Indeed, terminfo does not yet handle such stuff. Since changing
9360# any window clears memory, it is probably not possible to use
9361# this for screen opt.
9362#
9363# ed is incredibly slow most of the time - I am guessing at the
9364# exact padding. Since the terminal uses xoff/xon this is intended
9365# only for cost computation, so that the terminal will prefer el
9366# or even dl1 which is probably faster!
9367#
9368# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
9369# extra slow on the last line of the window.
9370#
9371# The padding probably should be changed.
9372#
9373hp2626|hp2626a|hp2626p|hp 2626:\
9374 :da:db:\
9375 :lm#0:pb#19200:\
9376 :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
9377
9378# This entry is for sysline. It allocates a 23 line window with
9379# a 115 line workspace for regular use, and a 1 line window for
9380# the status line.
9381#
9382# This assumes port 2 is being used.
9383# Turn off horizontal line, Create ws #1 with 115 lines,
9384# Create ws #2 with 1 line, Create window #1 lines 1-23,
9385# Create window #2 lines 24-24, Attach cursor to workspace #1.
9386# Note that this clears the tabs so it must be done by tset before
9387# it sets the tabs.
9388#
9389hp2626-s|hp 2626 using only 23 lines:\
9390 :es:hs:\
9391 :li#23:\
9392 :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
9393 :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
9394 :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC:\
9395 :tc=hp2626:
9396# Force terminal back to 24 lines after being 23.
9397hp2626-ns|hp 2626 using all 24 lines:\
9398 :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
9399# Various entries useful for small windows on 2626.
9400hp2626-12|hewlett-packard 2626 12 lines:\
9401 :li#12:tc=hp2626:
9402hp2626-12x40|hewlett-packard 2626 12 lines 40 columns:\
9403 :co#40:li#12:tc=hp2626:
9404hp2626-x40|hewlett-packard 2626 40 columns:\
9405 :co#40:tc=hp2626:
9406hp2626-12-s|hewlett-packard 2626 11 lines plus status:\
9407 :li#11:tc=hp2626-s:
9408
9409#
9410# hp2627 color tubes from University of Wisconsin
9411#
9412hp2627a-rev|hp 2627 with reverse video colors:\
9413 :cr=^M:do=^J:\
9414 :is=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r:\
9415 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&v0S\E&d@:\
9416 :us=\E&dD\E&v1S:\
9417 :tc=hp2621-nl:
9418hp2627a|hp 2627 color terminal with no labels:\
9419 :cr=^M:do=^J:\
9420 :is=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r:\
9421 :kb=^H:kd=^J:kl=^H:nw=^M^J:se=\E&v0S:sf=^J:so=\E&v2S:ta=^I:\
9422 :ue=\E&v0S\E&d@:us=\E&dD\E&v1S:\
9423 :tc=hp2621-nl:
9424hp2627c|hp 2627 color (cyan) terminal with no labels:\
9425 :cr=^M:do=^J:\
9426 :is=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r:\
9427 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
9428 :tc=hp2627a:
9429
9430# hp2640a doesn't have the Y cursor addressing feature, and C is
9431# memory relative instead of screen relative, as we need.
9432#
9433hp2640a|hp 2640a:\
9434 :cm@:ke@:ks@:tc=hp2645:
9435
9436hp2640b|hp2644a|hp 264x series:\
9437 :ke@:ks@:tc=hp2645:
9438
9439# (hp2641a: removed unknown :gu: -- esr)
9440hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry:\
9441 :am:da:db:mi:xs:\
9442 :co#80:li#24:\
9443 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%2C:cl=\EH\EJ:\
9444 :cm=\E&a%r%2c%2Y:cr=^M:cv=\E&a%2Y:dc=\EP:dl=\EM:do=^J:\
9445 :ei=\ER:if=/usr/share/tabset/std:im=\EQ:is=500\EE:kb=^H:\
9446 :kd=^J:kl=^H:le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:\
9447 :ta=^I:up=\EA:
9448
9449# This terminal should be used at 4800 baud or less. It needs padding for
9450# plain characters at 9600, I guessed at an appropriate cr delay. It really
9451# wants ^E/^F handshaking, but that doesn't work well even if you write
9452# software to support it.
9453hp2645|hp45|HP 2645 series:\
9454 :pb#9600:\
9455 :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:kM=\ER:\
9456 :kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:ke=\E&s0A:kh=\Eh:\
9457 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:mb=\E&dA:me=\E&d@:\
9458 :mh=\E&dH:mr=\E&dB:\
9459 :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c:\
9460 :us=\E&dD:\
9461 :tc=hpgeneric:
9462# You should use this terminal at 4800 baud or less.
9463hp2648|hp2648a|HP 2648a graphics terminal:\
9464 :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
9465
9466# The HP 150 terminal is a fairly vanilla HP terminal, with the
9467# clreol standout problem. It also has graphics capabilities and
9468# a touch screen, which we don't describe here.
9469hp150|hewlett packard Model 150:\
9470 :bs:tc=hp2622:
9471
9472# HP 2382a terminals, "the little ones." They don't have any
9473# alternate character set support and sending out ^N/^O will
9474# leave the screen blank.
9475hp2382a|hp2382|hewlett packard 2382a:\
9476 :da:db:\
9477 :lh#1:lm#48:\
9478 :ac@:ae@:as@:me=\E&d@:\
9479 :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
9480 :..sa=\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:\
9481 :tc=hp+labels:tc=scrhp:
9482
9483hp2621-a|hp2621a-a|hp2621 with fn as arrows:\
9484 :tc=hp+pfk+arrows:tc=hp2621-fl:
9485
9486# newer hewlett packard terminals
9487
9488newhpkeyboard|generic entry for HP extended keyboard:\
9489 :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:kI=\EQ:\
9490 :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:kb=^H:kd=\EB:\
9491 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
9492 :tc=hp+pfk-cr:
9493
9494newhp|generic entry for new hewlett packard terminals:\
9495 :am:bw:mi:xo:xs:\
9496 :co#80:li#24:pb#4800:\
9497 :ac=2[3@4>5I9(\072'JSKWLQMAO#P$Q;R\041S"T1U2V4W3X\072Y+Z*dHjGkTlRmFn/q\054t5u6v8w7x.:\
9498 :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:ct=\E3:\
9499 :dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:ip=:le=^H:\
9500 :mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:mk=\E&dS:\
9501 :mr=\E&dB:nd=\EC:nw=^M^J:\
9502 :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
9503 :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
9504 :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
9505 :..sa=\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%;:\
9506 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:ue=\E&d@:\
9507 :up=\EA:us=\E&dD:\
9508 :tc=newhpkeyboard:
9509
9510memhp|memory relative addressing for new HP ttys:\
9511 :vt#6:\
9512 :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
9513 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
9514 :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
9515
9516scrhp|screen relative addressing for new HP ttys:\
9517 :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
9518 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
9519 :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:\
9520 :tc=newhp:
9521
9522# (hp+labels: added label values from a BRL termcap -- esr)
9523hp+labels|"standard" label info for new HP ttys:\
9524 :Nl#8:lh#2:lw#8:\
9525 :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
9526 :l7=f8:\
9527 :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
9528
9529hp+printer|"standard" printer info for HP ttys:\
9530 :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
9531
9532
9533# The new hp2621b is kind of a cross between the old 2621 and the
9534# new 262x series of machines. It has dip-switched options.
9535# The firmware has a bug in it such that if you give it a null
9536# length label, the following character is eaten!
9537hp2621b|hp 2621b with old style keyboard:\
9538 :Nl#8:lh#1:lm#48:lw#8:\
9539 :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
9540 :ku=\EA:\
9541 :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%{111}%p1%+%c\r:tc=hp2621:
9542
9543hp2621b-p|hp 2621b with printer:\
9544 :tc=hp+printer:tc=hp2621b:
9545
9546# hp2621b - new 2621b with new extended keyboard
9547# these are closer to the new 26xx series than the other 2621b
9548hp2621b-kx|hp 2621b with extended keyboard:\
9549 :tc=newhpkeyboard:tc=hp2621b:
9550
9551hp2621b-kx-p|hp 2621b with new keyboard & printer:\
9552 :tc=hp+printer:tc=hp2621b-kx:
9553
9554# Some assumptions are made in the following entries.
9555# These settings are NOT set up by the initialization strings.
9556#
9557# Port Configuration
9558# RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Yes
9559#
9560# Terminal Configuration
9561# InhHndShk(G)=Yes InhDC2(H)=Yes
9562# XmitFnctn(A)=No InhEolWrp=No
9563#
9564#
9565# Hp 2622a & hp2623a display and graphics terminals
9566#
9567hp2622|hp2622a|hp 2622:\
9568 :da:db:\
9569 :lm#0:pb#19200:\
9570 :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
9571
9572# The 2623 is a 2622 with extra graphics hardware.
9573hp2623|hp2623a|hp 2623:\
9574 :tc=hp2622:
9575
9576hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
9577 :tc=hp+printer:tc=hp2624:
9578
9579# The hewlett packard B can have an optional extra 6 pages of memory.
9580hp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
9581 :lm#240:tc=hp2624:
9582
9583hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
9584 :lm#240:tc=hp2624b-p:
9585
9586# Color manipulations for HP terminals
9587hp+color|hp with colors:\
9588 :cc:\
9589 :Co#16:NC#17:pa#7:\
9590 :..Ip=\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:\
9591 :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
9592 :op=\E&v0S:sp=\E&v%dS:
9593
9594# :is: sets the screen to be 80 columns wide
9595hp2397a|hp2397|hewlett packard 2397A color terminal:\
9596 :is=\E&w6f80X:\
9597 :tc=memhp:tc=hp+labels:tc=hp+color:
9598
9599#
9600# (hp2392: copied :ei: here from hpex -- esr)
9601hp2392|239x series:\
9602 :co#80:\
9603 :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:ei=\ER:im=\EQ:k1=\Ep\r:\
9604 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
9605 :k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:kh=\Eh:ue=\E&d@:\
9606 :us=\E&dD:\
9607 :tc=hpsub:
9608
9609hpsub|hp terminals -- capability subset:\
9610 :am:da:db:mi:xo:xs:\
9611 :li#24:\
9612 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cr=^M:\
9613 :dc=\EP:dl=\EM:do=\EB:if=/usr/share/tabset/stdcrt:\
9614 :is=\E&s1A\E<\E&k0\:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
9615 :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
9616 :sf=^J:so=\E&dB:ta=^I:up=\EA:
9617
9618# hpex:
9619# May be used for most 24 x 80 hp terminals,
9620# but has no padding added, so may allow runover in some terminals at high
9621# baud rates. Will not work for hp2640a or hp2640b terminals, hp98x6 and
9622# hp98x5 terminal emulators or hp98x6 consoles.
9623# Adds xy-cursor addressing, vertical cursor addressing, home,
9624# last line, and underline capabilities.
9625#
9626# (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
9627# moved :ei: here from hpsub -- esr)
9628hpex|hp extended capabilites:\
9629 :cm=\E&a%dy%dC:cr=^M:cv=\E&a%dY:do=^J:ei=\ER:im=\EQ:kb=^H:\
9630 :kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&d@:us=\E&dD:\
9631 :tc=hpsub:
9632
9633# From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
9634hp2|hpex2|hewlett-packard extended capabilities newer version:\
9635 :am:da:db:mi:xs:\
9636 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:\
9637 :LF=\E&j@:LO=\E&jB:al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:\
9638 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
9639 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
9640 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
9641 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
9642 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
9643 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:me=\E&d@:\
9644 :ml=\El:mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
9645 :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
9646 :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
9647 :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
9648 :..sa=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;:\
9649 :se=\E&d@:sf=^J:so=\E&dB:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
9650 :us=\E&dD:
9651
9652# HP 236 console
9653# From: <ddavis@ic.berkeley.edu>
9654hp236|hp236 internal terminal emulator:\
9655 :am:bs:\
9656 :co#80:li#24:\
9657 :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:ic=\EI:\
9658 :im=:le=^H:me=\ECI:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
9659
9660# This works on a hp300 console running Utah 4.3 BSD
9661# From: Craig Leres <leres@okeeffe.berkeley.edu>
9662hp300h|HP Catseye console:\
9663 :am:bs:da:db:mi:xs:\
9664 :co#128:li#51:lm#0:sg#0:\
9665 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
9666 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
9667 :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/stdcrt:\
9668 :im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
9669 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:\
9670 :so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
9671# From: Greg Couch <gregc@ernie.berkeley.edu>
9672hp9837|hp98720|hp98721|HP 9000/300 workstations:\
9673 :am:bs:da:db:mi:xs:\
9674 :co#128:it#8:li#46:lm#0:\
9675 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
9676 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:dc=\EP:\
9677 :dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:kA=\EL:\
9678 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kN=\EU:kP=\EV:kS=\EJ:kb=^H:\
9679 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
9680 :le=^H:me=\E&d@:nd=\EC:se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:\
9681 :ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
9682# HP 9845 desktop computer from BRL
9683# (hp9845: removed unknown capability :gu: -- esr)
9684hp9845|HP 9845:\
9685 :am:bs:da:db:eo:mi:xs:\
9686 :co#80:li#21:\
9687 :al=\EL:bc=\ED:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E&a%r%2c%2Y:\
9688 :dc=\EP:dl=\EM:ei=\ER:if=/usr/share/tabset/std:im=\EQ:\
9689 :nd=\EC:se=\E&d@:so=\E&dB:up=\EA:
9690# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
9691# (hp98550: replaced /usr/share/tabset/9837 with std because :it#8:,:st=\E1:;
9692# added empty <acsc> to avoid warnings re :as:/:ae: --esr)
9693hp98550|hp98550a|HP 9000 Series 300 color console:\
9694 :am:bs:da:db:mi:xs:\
9695 :co#128:it#8:li#49:lm#0:\
9696 :ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
9697 :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
9698 :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
9699 :if=/usr/share/tabset/std:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
9700 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
9701 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
9702 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
9703 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
9704 :md=\E&dJ:me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:\
9705 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
9706 :us=\E&dD:ve=\E*dQ:vi=\E*dR:
9707
9708bobcat|sbobcat|HP 9000 model 300 console:\
9709 :am:da:db:mi:xs:\
9710 :co#128:it#8:li#47:sg#0:\
9711 :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:cl=\EH\EJ:\
9712 :cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:dl=10*\EM:do=\EB:\
9713 :ei=\ER:im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
9714 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:nw=^M^J:se=\E&d@:\
9715 :sf=^J:so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
9716gator-t|HP 9000 model 237 emulating extra-tall AAA:\
9717 :li#94:tc=gator:
9718gator|HP 9000 model 237 emulating AAA:\
9719 :bw:km:mi:ul:\
9720 :co#128:it#8:li#47:\
9721 :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:al=\E[L:\
9722 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
9723 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
9724 :ic=\E[@:im=:kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:mr=\E[7m:\
9725 :nd=\E[C:nw=^M^J:rp=1*%.\E[%db:se=\E[m:so=\E[7m:ta=^I:\
9726 :ue=\E[m:up=\EM:us=\E[4m:
9727gator-52|HP 9000 model 237 emulating VT52:\
9728 :co#128:li#47:tc=vt52:
9729gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
9730 :li#94:tc=gator-52:
9731
9732#### Honeywell-Bull
9733#
9734# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
9735#
9736
9737# Honeywell Bull terminal. Its cursor and function keys send single
9738# control characters and it has standout/underline glitch. Most programs
9739# do not like these features/bugs. Visual bell is realized by flashing the
9740# "keyboard locked" LED.
9741dku7003-dumb|Honeywell Bull DKU 7003 dumb mode:\
9742 :co#80:li#25:\
9743 :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:ho=^]:\
9744 :kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:nd=^X:nw=^M^J:\
9745 :sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
9746dku7003|Honeywell Bull DKU 7003 all features described:\
9747 :ms:\
9748 :sg#1:\
9749 :mb=\E[5m:md=\E[7m:me=\E[m:mh=\E[2m:mr=\E[7m:se=\E[m:\
9750 :so=\E[7m:ue=\E[m:us=\E[4m:\
9751 :tc=dku7003-dumb:
6388 9752
6389#### IBM 9753#### IBM
6390# 9754#
@@ -6392,38 +9756,51 @@ esprit-am|hazeltine esprit auto-margin:\
6392ibm327x|line mode IBM 3270 style:\ 9756ibm327x|line mode IBM 3270 style:\
6393 :gn:\ 9757 :gn:\
6394 :ce=^M:cl=^M^J:ho=^M: 9758 :ce=^M:cl=^M^J:ho=^M:
9759
9760# Beware! The 3101 entry IBM shipped with AIX 3 is *wrong*. Losers...
6395# From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94 9761# From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
9762# (ibm3101: :if=/usr/share/tabset/ibm3101: removed, no such file -- esr)
9763# Some versions of this that have :ct=\EH:; they may ort may not be broken.
6396ibm3101|i3101|IBM 3101-10:\ 9764ibm3101|i3101|IBM 3101-10:\
6397 :am:bs:pt:xo:\ 9765 :am:bs:xo:\
6398 :co#80:li#24:\ 9766 :co#80:li#24:\
6399 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:\ 9767 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:ct=\E1:do=^J:\
6400 :ct=\E1:do=^J:ho=\EH:if=/usr/share/tabset/ibm3101:\ 9768 :ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6401 :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6402 :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA: 9769 :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA:
6403# Received from the IBM terminals division (given to DRB) 9770ibm3151|IBM 3151 display:\
6404# June 1988 for PS/2 OS 2.2.3 cut 9771 :ae=\E>B:as=\E>A:is=\E S:me=\E4@\E>B:r2=\E S:s0=\E>B:\
6405ibm3151|i3151:\ 9772 :..sa=\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%;:\
6406 :me=\E4@:\ 9773 :te=\E>B:ti=\E>B:\
6407 :..sa=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c:\ 9774 :tc=ibm3163:
6408 :se=\E4@:so=\E4A:ue=\E4@:us=\E4B:tc=ibm3163:
6409# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 9775# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
6410# I commented out some IBM extensions. 9776# I've commented out or translated some IBM extensions.
9777# <kend>, :kN:, :kP:, <mc4>, <mc5> merged in from AIX 3.2.5
6411ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\ 9778ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
6412 :am:mi:ms:\ 9779 :am:bs:mi:ms:\
6413 :co#80:it#8:li#24:\ 9780 :co#80:it#8:li#24:\
6414 :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\ 9781 :@7=\E2:F1=\Ek\r:F2=\El\r:F3=\E\041a\r:F4=\E\041b\r:\
6415 :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\ 9782 :F5=\E\041c\r:F6=\E\041d\r:F7=\E\041e\r:F8=\E\041f\r:\
6416 :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:bl=^G:\ 9783 :F9=\E\041g\r:FA=\E\041h\r:FB=\E\041i\r:FC=\E\041j\r:\
6417 :cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\ 9784 :FD=\E\041k\r:FE=\E\041l\r:\
6418 :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:\ 9785 :ac=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370:\
6419 :k4=\Ed\r:k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:\ 9786 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
6420 :k9=\Ei\r:k;=\Ej\r:kA=\EN:kC=\EL\r:kD=\EQ:kE=\EI:\ 9787 :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:k4=\Ed\r:\
6421 :kI=\EP \010:kL=\EO:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:\ 9788 :k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:k9=\Ei\r:k;=\Ej\r:\
6422 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:\ 9789 :kA=\EN:kB=\E2:kC=\EL\r:kD=\EQ:kE=\EI:kI=\EP \010:kL=\EO:\
6423 :mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:\ 9790 :kN=\EI:kP=\EL:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:kd=\EB:kh=\EH:\
6424 :..sa=\E4%'@'%?%p1%t%'A'%|%;\n%?%p2%t%'B'%|%;\n%?%p3%t%'A'%|%;\n%?%p4%t%'D'%|%;\n%?%p5%t%'@'%|%;\n%?%p6%t%'H'%|%;\n%?%p7%t%'P'%|%;%c\n%?%p9%t\E>A%e\E<@%;:\ 9791 :kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:mb=\E4D:md=\E4H:\
6425 :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:\ 9792 :me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:pf=^P^T:po=^P^R:\
6426 :up=\EA:us=\E4B: 9793 :..sa=\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<@%;:\
9794 :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:up=\EA:\
9795 :us=\E4B:
9796
9797ibm3161-C|IBM 3161-C NLS terminal using cartridge:\
9798 :s0=\E>B:s1=\E>A:te=\E>B:ti=\E>B:\
9799 :tc=ibm3161:
9800ibm3162|IBM 3162 display:\
9801 :al=\EN:mb=\E4$a:md=\E4(a:me=\E4@:mk=\E40a:mr=\E4\041a:\
9802 :se=\E4>b:so=\E4\041a:ue=\E4=b:us=\E4"a:\
9803 :tc=ibm3161-C:
6427 9804
6428# How the 3164 sgr string works: 9805# How the 3164 sgr string works:
6429# %{32} # push space for no special video characteristics 9806# %{32} # push space for no special video characteristics
@@ -6435,92 +9812,222 @@ ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
6435# %c # pop Pa2 9812# %c # pop Pa2
6436# %{64} # use only black background for now 9813# %{64} # use only black background for now
6437# %c # pop Pa3 9814# %c # pop Pa3
6438ibm3164|i3164|3164:\ 9815# (ibm3164: merged :ms:,<colors>,<pairs>,<setb>,<setf> from AIX 3.2.5 -- esr)
9816ibm3164|i3164|IBM 3164:\
9817 :ms:\
9818 :Co#8:pa#64:\
9819 :Sb=\E4 %+@:..Sf=\E4%?%p1%t %p1%{32}%+%c%e\041'%;@:\
6439 :mb=\E4D:md=\E4H:me=\E4@:\ 9820 :mb=\E4D:md=\E4H:me=\E4@:\
6440 :..sa=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c:tc=ibm3163: 9821 :..sa=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c:tc=ibm3163:
6441 9822
6442# (ibmaed: mapped ":pt:" to default tabs -- esr) 9823# From: <pryor@math.berkeley.edu>
9824# (ibm5081: merged acsc, s0ds, s1ds, sgr0 into ibm5081 from AIX 3.2.5. -- esr)
9825ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 Megapel color display:\
9826 :es:hs:\
9827 :li#33:\
9828 :ac=jjkkllmmnnqqttuuvvwwxx:ds=\Ej\EYA \EI\Ek:fs=\Ek:\
9829 :me=\E[0m\E(B:s0=\E(B:s1=\E(0:ts=\Ej\EYA%+ \Eo:\
9830 :tc=ibmmono:
9831ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display:\
9832 :es:hs:\
9833 :li#33:\
9834 :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
9835# (untranslatable capabilities removed to fit entry within 1023 bytes)
9836# (sgr removed to fit entry within 1023 bytes)
9837# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9838ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display:\
9839 :am:bw:ms:xo:\
9840 :co#80:it#8:li#25:\
9841 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
9842 :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
9843 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
9844 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
9845 :k0=\E[010q:k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:\
9846 :k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:\
9847 :kD=\E[P:kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:\
9848 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
9849 :me=\E[0m:mr=\E[7m:nd=\E[C:rc=\E[u:sc=\E[s:se=\E[m:sf=\E[S:\
9850 :so=\E[7m:sr=\E[T:ue=\E[m:up=\E[A:us=\E[4m:
9851ibm5154|IBM 5154 Color display:\
9852 :Co#8:pa#64:\
9853 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:md@:tc=ibm5151:
9854ibm6153|IBM 6153 Black & White display:\
9855 :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
9856 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
9857 :tc=ibm5151:
9858ibm6153-90|IBM 6153 Black & White display:\
9859 :co#90:li#36:\
9860 :mb@:md@:tc=ibm5151:
9861ibm6153-40|IBM 6153 Black & White display:\
9862 :co#40:li#12:tc=ibm6153-90:
9863ibm6154|IBM 6154 Color displays:\
9864 :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
9865 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
9866 :tc=ibm5154:
9867ibm6155|IBM 6155 Black & White display:\
9868 :mb@:md@:tc=ibm5151:
9869ibm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display:\
9870 :tc=hft-c:
9871ibm8512|ibm8513|IBM color VGA Terminal:\
9872 :am:mi:ms:\
9873 :co#80:it#8:li#25:\
9874 :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
9875 :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:cd=\E[J:\
9876 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
9877 :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
9878 :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:k2=\E[002q:\
9879 :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:\
9880 :k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:le=\E[D:\
9881 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
9882 :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
9883 :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
9884 :us=\E[4m:\
9885 :tc=ibm8503:
9886ibm8514|IBM 8514 color display:\
9887 :es:hs:\
9888 :li#41:\
9889 :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
9890 :nw=^M^J:sf=^J:ta=^I:ts=\Ej\EYI%+ \Eo:\
9891 :tc=ibmega:
9892ibm8514-c|IBM 8514 color display with standout and underline:\
9893 :es:hs:\
9894 :li#41:\
9895 :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
9896 :nw=^M^J:sf=^J:ta=^I:ts=\Ej\EYI%+ \Eo:\
9897 :tc=ibmega-c:
9898
6443ibmaed|IBM Experimental display:\ 9899ibmaed|IBM Experimental display:\
6444 :am:bs:eo:ms:pt:\ 9900 :am:bs:eo:ms:\
6445 :co#80:li#52:\ 9901 :co#80:it#8:li#52:\
6446 :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:\ 9902 :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:dl=\EO:\
6447 :dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:\ 9903 :do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
6448 :kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0:so=\E0:ue=:\ 9904 :ku=\EA:le=^H:me=\E0:nd=\EC:se=\E0:so=\E0:ta=^I:up=\EA:\
6449 :up=\EA:us=:vb=\EG: 9905 :vb=\EG:
6450ibm-apl|apl|IBM apl terminal simulator:\ 9906ibm-apl|apl|IBM apl terminal simulator:\
6451 :li#25:\ 9907 :li#25:tc=dm1520:
6452 :tc=dm1520:
6453# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'. 9908# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
6454# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr) 9909# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
6455ibmmono|ibm5151|IBM workstation monochrome:\ 9910ibmmono|IBM workstation monochrome:\
6456 :bs:es:hs:\ 9911 :es:hs:\
6457 :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:\ 9912 :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:k1=\ES:\
6458 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\ 9913 :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
6459 :k8=\ER:k9=\EY:kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:\ 9914 :kF=\EE:kI=\0:kN=\EE:kP=\Eg:kR=\EG:kb=^H:kh=\EH:l0=f10:\
6460 :kb=^H:kh=\EH:l0=f10:md=\EZ:me=\Ew\Eq\Ez\EB:\ 9915 :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:\
6461 :mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:so=\EZ:sr=\EA:\ 9916 :so=\EZ:sr=\EA:ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:\
6462 :ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:tc=ibm3101: 9917 :tc=ibm3101:
6463ibmega-c|ibm5154-c|IBM Enhanced Color Display:\ 9918ibmega|IBM Enhanced Color Display:\
6464 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono: 9919 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmmono:
9920ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline:\
9921 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:\
9922 :tc=ibmmono:
9923ibmvga-c|IBM VGA display color termcap:\
9924 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega-c:
9925ibmvga|IBM VGA display:\
9926 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega:
6465# ibmapa* and ibmmono entries come from ACIS 4.3 distribution 9927# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
6466rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\ 9928rtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display:\
6467 :li#32:\ 9929 :li#32:\
6468 :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono: 9930 :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono:
6469# Advanced Monochrome (6153) and Color (6154) Graphics Display: 9931# Advanced Monochrome (6153) and Color (6154) Graphics Display:
6470ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\ 9932ibmapa8c|ibmapa8|IBM 6153/4 Advanced Graphics Display:\
6471 :li#31:\ 9933 :li#31:\
6472 :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono: 9934 :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono:
6473ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\ 9935ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
6474 :li#31:\ 9936 :li#31:\
6475 :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c: 9937 :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c:
9938hft-c-old|HFT with Color PC850:\
9939 :Co#8:pa#64:\
9940 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:tc=ibm5151:
6476# From: Marc Pawliger <marc@ibminet.awdpa.ibm.com> 9941# From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
6477# also in /usr/lpp/bos/bsdsysadmin. 9942# also in /usr/lpp/bos/bsdsysadmin.
6478# (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was 9943# (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
6479# pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly 9944# pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
6480# a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:". 9945# a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
6481# There was an unknown boolean ":ht:" which I assume was meant to set 9946# I also added <rmam>/<smam> based on the terminal reset string.
6482# hardware tabs, so I have insrted it#8. Finally, "ac=^N" paired with the 9947# There was an unknown boolean ":ht:" which I assume was meant to set hardware
6483# ae looked like a typo for ":as=^N:" -- esr) 9948# tabs, so I have inserted it#8. Finally, :ac=^N: paired with the :ae: looked
6484ibm8512|ibm8513|hft-c|IBM High Function Terminal:\ 9949# like a typo for :as=^N:; finally, added empty <acsc> to quiet tic -- esr)
9950hft-c|IBM High Function Terminal:\
6485 :am:mi:ms:\ 9951 :am:mi:ms:\
6486 :co#80:it#8:li#25:\ 9952 :co#80:it#8:li#25:\
6487 :AL=\E[%dL:DL=\E[%dM:ae=^O:al=\E[L:as=^N:cd=\E[J:\ 9953 :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
9954 :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:cd=\E[J:\
6488 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\ 9955 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
6489 :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\ 9956 :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
6490 :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:\ 9957 :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:k2=\E[002q:\
6491 :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\ 9958 :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:\
6492 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kd=\E[B:\ 9959 :k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:le=\E[D:\
6493 :kh=\E[H:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\ 9960 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
6494 :mr=\E[7m:nd=\E[C:rc=\E[u:\ 9961 :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
6495 :rs=\Eb\E[m\017\E[?7h\E[H\E[J:sc=\E[s:se=\E[m:\ 9962 :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
6496 :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:\ 9963 :us=\E[4m:
6497 :up=\E[A:us=\E[4m:
6498hft|AIWS High Function Terminal:\ 9964hft|AIWS High Function Terminal:\
6499 :am:xo:\ 9965 :am:xo:\
6500 :co#80:li#25:\ 9966 :co#80:li#25:\
6501 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ 9967 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
6502 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:\ 9968 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:ho=\E[H:\
6503 :ho=\E[H:ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:\ 9969 :ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:k3=\E[003q:\
6504 :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\ 9970 :k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\
6505 :k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\ 9971 :k9=\E[009q:kN=\E[153q:kP=\E[159q:ka=\E[010q:kb=^H:\
6506 :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\ 9972 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
6507 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\ 9973 :md=\E[1m:me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:\
6508 :mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\ 9974 :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
6509 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
6510# From: <pryor@math.berkeley.edu>
6511ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
6512 :es:hs:\
6513 :li#33:\
6514 :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmmono:
6515ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
6516 :es:hs:\
6517 :li#33:\
6518 :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
6519ibm-system1|system1|ibm system/1 computer:\ 9975ibm-system1|system1|ibm system/1 computer:\
6520 :am:xt:\ 9976 :am:xt:\
6521 :co#80:li#24:\ 9977 :co#80:li#24:\
6522 :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:\ 9978 :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:up=^^:
6523 :up=^^: 9979# lft-pc850 : IBM Low Function Terminal Device
9980# lft "supports" underline, bold, and blink in the sense that the lft code
9981# sets all the right bits. HOWEVER, depending upon the adapter, these
9982# attributes may or may not be supported by the device driver.
9983# (untranslatable capabilities removed to fit entry within 1023 bytes)
9984# (sgr removed to fit entry within 1023 bytes)
9985# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9986lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device:\
9987 :am:bw:ms:xo:\
9988 :co#80:it#8:li#25:\
9989 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
9990 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
9991 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[2J:ce=\E[0K:\
9992 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:\
9993 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
9994 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
9995 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
9996 :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
9997 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
9998 :mr=\E[7m:nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EL:ue=\E[0m:\
9999 :up=\E[A:us=\E[4m:
10000
10001#
10002# AIX entries. IBM ships these with AIX 3.2.5.
10003# AIX extension caps are commented out,
10004# except for box1 which has been translated to an <acsc> string.
10005#
10006aixterm|IBM Aixterm Terminal Eemulator:\
10007 :es:hs:\
10008 :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10009 :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:\
10010 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m:\
10011 :sr@:ts=\E[?%p1%dT:\
10012 :tc=ibm6154:
10013aixterm-m|IBM AIXterm Monochrome Terminal Emulator:\
10014 :es:hs:\
10015 :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10016 :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:\
10017 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10018 :sr@:ts=\E[?%p1%dT:\
10019 :tc=ibm6153:
10020aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator:\
10021 :es:hs:\
10022 :ds=\E[?E:fs=\E[?F:md=\E[1m:\
10023 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10024 :sr@:ts=\E[?%p1%dT:\
10025 :tc=ibm6153:
10026jaixterm|IBM Kanji Aixterm Terminal Eemulator:\
10027 :ac@:tc=aixterm:
10028jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator:\
10029 :ac@:\
10030 :tc=aixterm-m:
6524 10031
6525#### Infoton/General Terminal Corp. 10032#### Infoton/General Terminal Corp.
6526# 10033#
@@ -6529,33 +10036,304 @@ ibm-system1|system1|ibm system/1 computer:\
6529i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\ 10036i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
6530 :am:bs:\ 10037 :am:bs:\
6531 :co#80:li#24:\ 10038 :co#80:li#24:\
6532 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :\ 10039 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :cr=^M:\
6533 :cr=^M:dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:\ 10040 :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:so=\Eb:up=\EA:\
6534 :so=\Eb:up=\EA:vb=\Eb\Ea: 10041 :vb=\Eb\Ea:
6535i400|infoton 400:\ 10042i400|infoton 400:\
6536 :am:bs:\ 10043 :am:bs:\
6537 :co#80:li#25:\ 10044 :co#80:li#25:\
6538 :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\ 10045 :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
6539 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\ 10046 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
6540 :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:\ 10047 :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:up=\E[A:
6541 :up=\E[A:
6542# (addrinfo: removed obsolete ":bc=^Z:" -- esr) 10048# (addrinfo: removed obsolete ":bc=^Z:" -- esr)
6543addrinfo:\ 10049addrinfo:\
6544 :am:\ 10050 :am:\
6545 :co#80:li#24:\ 10051 :co#80:li#24:\
6546 :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:\ 10052 :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:cr=^M:\
6547 :cr=^M:do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\: 10053 :do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
10054# (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
6548infoton:\ 10055infoton:\
6549 :am:\ 10056 :am:\
6550 :Nl#0:co#80:lh#0:li#24:lw#0:\
6551 :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
6552 :sf=^J:up=^\:
6553# (infotonKAS: removed obsolete ":bc=^Z:" -- esr)
6554infotonKAS:\
6555 :am:\
6556 :co#80:li#24:\ 10057 :co#80:li#24:\
6557 :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\ 10058 :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:sf=^J:\
6558 :sf=^J:up=^\: 10059 :up=^\:
10060
10061# The ICL6402 was actually the Kokusai Display System 6402.
10062# The 6404 was the KDS7372 (color version of the 6402).
10063#
10064# ICL6404 control codes follow:
10065#
10066#code function
10067#~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10068#ctrl-A set SOM position at cursor position
10069#ctrl-G Bell
10070#ctrl-H Backspace
10071#ctrl-I Horiz tab
10072#ctrl-J Linefeed
10073#ctrl-K Cursor up
10074#ctrl-L Cursor right
10075#ctrl-M Carriage return
10076#ctrl-N Disable xon/xoff to host
10077#ctrl-O Enable xon/xoff to host
10078#ctrl-R Enable bidirectional mode
10079#ctrl-T Disable bidirectional mode
10080#ctrl-V Cursor down
10081#ctrl-Z Clear unprotected data to insert char
10082#ctrl-^ Cursor home
10083#ctrl-_ Newline
10084#
10085#ESC lead-in char for multiple character command
10086#
10087#ESC space R execute power on sequence
10088#ESC ! p1 p2 define scroll region:
10089# p1 = scroll top line: 20h - 37h
10090# p1 = scroll bottom line: 20h - 37h
10091#ESC " unlock keyboard
10092#ESC # lock keyboard
10093#ESC $ Semi-graphics mode on
10094#ESC % Semi-graphics mode off
10095#ESC & protect mode on
10096#ESC ' protect mode off
10097#ESC ( write protect mode off (full intensity)
10098#ESC ) write protect mode on (half intensity)
10099#
10100#ESC * clear screen
10101#ESC + clear unprotected data to insert char
10102#ESC , clear unprotected data to half intensity spaces
10103#ESC - p1 p2 p3 p4 address cursor to page, row, column:
10104# p1 = page number 0 - 3
10105# p2 = row 20h - 7fh
10106# p3 = column (lo) 20h - 7fh
10107# p4 = column (hi) 20h - 21h (only 132 col)
10108#ESC . p1 set cursor style:
10109# p1 = 0 invisible cursor
10110# p1 = 1 block blinking cursor
10111# p1 = 2 block steady cursor
10112# p1 = 3 underline blinking cursor
10113# p1 = 4 underline steady cursor
10114#ESC / transmit cursor location (page, row, column)
10115#ESC 0 p1 p2 p3 p4 program edit key:
10116# p1 = edit key code: '@'-'S', '`'-'s'
10117# p2 p3 p4 = program data (3 bytes)
10118#
10119#ESC 1 set tab
10120#ESC 2 clear tab at cursor
10121#ESC 3 clear all tabs
10122#ESC 4 send unprotect line to cursor
10123#ESC 5 send unprotect page to cursor
10124#ESC 6 send line to cursor
10125#ESC 7 send page to cursor
10126#ESC 8 n set scroll mode:
10127# n = 0 set jump scroll
10128# n = 1 set smooth scroll
10129#ESC 9 n control display:
10130# n = 0 display off
10131# n = 1 display on
10132#ESC : clear unprotected data to null
10133#ESC ; clear unprotected data to insert char
10134#
10135#ESC < keyclick on
10136#ESC = p1 p2 address cursor to row, column
10137# p1 = row 20h - 7fh
10138# p2 = column (lo) 20h - 7fh
10139# p3 = column (hi) 20h - 21h (only 132 col)
10140#ESC > keyclick off
10141#ESC ? transmit cursor location (row, column)
10142#
10143#ESC @ copy print mode on
10144#ESC A copy print mode off
10145#ESC B block mode on
10146#ESC C block mode off (conversation mode)
10147#ESC D F set full duplex
10148#ESC D H set half duplex
10149#ESC E line insert
10150#ESC F p1 p2 set page colour (p1 = f/grnd, p2 = b/grnd)
10151# 0 = black, 1 = red, 2 = green, 3 = yellow
10152# 4 = blue, 5 = magenta, 6 = cyan, 7 = white
10153#ESC G n set serial field attribute (n = 30h - 3Fh)
10154#ESC H n full graphics mode:
10155# n = 0 exit full graphics mode
10156# n = 1 enter full graphics mode
10157#ESC I back tab
10158#ESC J back page
10159#ESC K forward page
10160#
10161#ESC L unformatted page print
10162#ESC M L move window left (132 col mode only)
10163#ESC M R move window right (132 col mode only)
10164#ESC N set page edit (clear line edit)
10165#ESC O set line edit (clear page edit)
10166#ESC P formatted page print
10167#ESC Q character insert
10168#ESC R line delete
10169#ESC S send message unprotected only
10170#ESC T erase line to insert char
10171#ESC U set monitor mode (see ESC X, ESC u)
10172#
10173#ESC V n select video attribute mode:
10174# n = 0 serial field attribute mode
10175# n = 1 parallel character attribute mode
10176#ESC V 2 n define line attribute:
10177# n = 0 single width single height
10178# n = 1 single width double height
10179# n = 2 double width single height
10180# n = 3 double width double height
10181#ESC V 3 n select character font:
10182# n = 0 system font
10183# n = 1 user defined font
10184#ESC V 4 n select screen mode:
10185# n = 0 page screen mode
10186# n = 1 virtual screen mode
10187#ESC V 5 n control mouse mode:
10188# n = 0 disable mouse
10189# n = 1 enable sample mode
10190# n = 2 send mouse information
10191# n = 3 enable request mode
10192#ESC W character delete
10193#ESC X clear monitor mode (see ESC U, ESC u)
10194#ESC Y erase page to insert char
10195#
10196#ESC Z n send user/status line:
10197# n = 0 send user line
10198# n = 1 send status line
10199# n = 2 send terminal ID
10200#ESC [ p1 p2 p3 set character attribute (parallel char mode):
10201# p1: 0 = normal
10202# 1 = blank
10203# 2 = blink
10204# 3 = blink blank (= blank)
10205# 4 = reverse
10206# 5 = reverse blank
10207# 6 = reverse blink
10208# 7 = reverse blink blank (= reverse blank)
10209# 8 = underline
10210# 9 = underline blank
10211# : = underline blink
10212# ; = underline blink blank
10213# < = reverse underline
10214# = = reverse underline blank
10215# > = reverse underline blink
10216# ? = reverse underline blink blank
10217# p2, p3: f/grnd, b/grnd colour
10218# (see ESC F for colours)
10219# use ZZ for mono, eg.
10220# ESC [ 0 Z Z for normal
10221# ESC [ 4 Z Z for inverse etc.
10222#
10223#ESC \ n set page size:
10224# n = 1 24 lines/page
10225# n = 2 48 lines/page
10226# n = 3 72 lines/page
10227# n = 4 96 lines/page
10228#ESC ] n set Wordstar mode:
10229# n = 0 normal (KDS7372) mode
10230# n = 1 Wordstar mode
10231#
10232#ESC b set foreground colour screen
10233#
10234#ESC c n enter self-test mode:
10235# n = 0 exit self test mode
10236# n = 1 ROM test
10237# n = 2 RAM test
10238# n = 3 NVRAM test
10239# n = 4 screen display test
10240# n = 5 main/printer port test
10241# n = 6 mouse port test
10242# n = 7 graphics board test
10243# n = 8 graphics memory test
10244# n = 9 display all 'E'
10245# n = : display all 'H'
10246#ESC d set background colour screen
10247#
10248#ESC e n program insert char (n = insert char)
10249#ESC f text CR load user status line with 'text'
10250#
10251#ESC g display user status line on 25th line
10252#ESC h display system status line on 25th line
10253#ESC i tab
10254#ESC j reverse linefeed
10255#ESC k n duplex/local edit mode:
10256# n = 0 duplex edit mode
10257# n = 1 local edit mode
10258#ESC l n select virtual screen:
10259# n = 0 screen 1
10260# n = 1 screen 2
10261#ESC m save current config to NVRAM
10262#ESC n p1 select display screen:
10263# p1 = 0 screen 1
10264# p1 = 1 screen 2
10265# p1 = 2 screen 3
10266# p1 = 3 screen 4
10267#ESC o p1 p2 set characters/line and attribute:
10268# p1 = 0 80 chars/line
10269#
10270#ESC o p1 p2 set characters/line and attribute:
10271# p1 = 0 80 chars/line
10272# p1 = 1 132 chars/line
10273# p2 = 0 single width single height
10274# p2 = 1 single width double height
10275# p2 = 2 double width single height
10276# p2 = 3 double width double height
10277#
10278#ESC q insert mode on
10279#ESC r edit mode on
10280#ESC s send message all
10281#ESC t erase line to null
10282#ESC u clear monitor mode (see ESC U, ESC X)
10283#ESC v autopage mode on
10284#ESC w autopage mode off
10285#ESC x p1 p2 p3 define delimiter code...
10286#ESC y erase page to null
10287#
10288#ESC z 2 p1 p2 p3 p4 draw quadrangle:
10289# p1 = starting row
10290# p2 = starting column
10291# p3 = end row
10292# p4 = end column
10293#
10294#ESC { p1 p2 p3 p4 configure main port
10295# (baud, stop bits, parity, word length)
10296#
10297#ESC | p1 p2 text Ctrl-Y program function key with 'text':
10298# p1 = function key code:
10299# '1' - ';' normal f1- f11
10300# '<' - 'F' shifted f1 - f11
10301# p2 = program mode:
10302# 1 = FDX
10303# 2 = LOC
10304# 3 = HDX
10305# Ctrl-Y = terminator
10306# (use Ctrl-P to escape ^P, ^Y )
10307#
10308#ESC } p1 p2 p3 p4 configure printer port
10309# (baud, stop bits, parity, word length)
10310#ESC ~ send system status
10311#
10312# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
10313#
10314# Entry is by esr going solely on above information and is UNTESTED.
10315# This actually looks a lot like a Televideo 9xx.
10316# This entry uses page 0 and is monochrome; I'm not brave enough to try
10317# to make color work without a test terminal. The :am: capability is a guess.
10318# The initialization string sets conversation mode, blinking underline cursor,
10319# full duplex, parallel attribute mode, display user status line, white
10320# foreground, black background, normal highlight.
10321#
10322icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372:\
10323 :am:bs:hs:\
10324 :co#80:li#24:\
10325 :DC=\EW:al=\EE:bl=^G:bt=\EI:cl=\E*:cm=\E=%+ %+P%+P:cr=^M:\
10326 :..cs=\E\041%+%p1%{32}%+%p2%{32} cud1=\026:ct=\E3:\
10327 :dl=\ER:ei=\Er:ho=^^:i1=\EC\E.3\EDF\EV1\Eg\E[0ZZ:im=\Eq:\
10328 :mb=\E[2ZZ:me=\E[0ZZ:mk=\E[1ZZ:mr=\E[4ZZ:nd=^L:nw=^_:\
10329 :r2=\Eo1:\
10330 :..sa=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ:\
10331 :se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:st=\E1:ta=^I:\
10332 :ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:ve=\E.3:\
10333 :vi=\E.0:vs=\E.1:
10334icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols:\
10335 :r2=\Eo1:\
10336 :tc=icl6404:
6559 10337
6560#### Interactive Systems Corp 10338#### Interactive Systems Corp
6561# 10339#
@@ -6565,101 +10343,434 @@ infotonKAS:\
6565# 10343#
6566 10344
6567# From: <cithep!eric> Wed Sep 16 08:06:44 1981 10345# From: <cithep!eric> Wed Sep 16 08:06:44 1981
6568# (intext: removed obsolete ":ma=^K^P^R^L^L :"; 10346# (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
6569# mapped ":pt:" to default tabs, removed obsolete ":bc=^_:", also the
6570# ":le=^_:" later overridden -- esr) 10347# ":le=^_:" later overridden -- esr)
6571intext|Interactive Systems Corporation modified owl 1200:\ 10348intext|Interactive Systems Corporation modified owl 1200:\
6572 :am:\ 10349 :am:bs:\
6573 :co#80:li#24:sg#1:\ 10350 :co#80:it#8:li#24:sg#1:\
6574 :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\ 10351 :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
6575 :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:\ 10352 :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:im=^V;:\
6576 :im=^V;:ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:\ 10353 :ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
6577 :k4=^VD\r:k5=^VE\r:k6=^VF\r:k7=^VG\r:k8=^VH\r:\ 10354 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:kb=^H:kd=^J:ke=^V9:\
6578 :k9=^VI\r:kb=^H:kd=^J:ke=^V9:kh=^Z:kl=^_:kr=^^:\ 10355 :kh=^Z:kl=^_:kr=^^:ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:\
6579 :ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:se=^V# :\ 10356 :se=^V# :sf=^J:so=^V$\054:ta=^I:up=^\:
6580 :sf=^J:so=^V$\054:ta=^I:up=^\:
6581intext2|intextii|INTERACTIVE modified owl 1251:\ 10357intext2|intextii|INTERACTIVE modified owl 1251:\
6582 :am:bw:ul:\ 10358 :am:bw:ul:\
6583 :co#80:li#24:sg#0:\ 10359 :co#80:li#24:sg#0:\
6584 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\ 10360 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
6585 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\ 10361 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
6586 :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\ 10362 :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
6587 :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:\ 10363 :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:k8=\EX\r:\
6588 :k8=\EX\r:k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:\ 10364 :k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:kr=\EC\r:\
6589 :kr=\EC\r:ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:\ 10365 :ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:l3=GOTO:l4=+PAGE:\
6590 :l3=GOTO:l4=+PAGE:l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:\ 10366 :l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:l9=RIGHT:nd=\E[C:\
6591 :l9=RIGHT:nd=\E[C:se=\E[2 D:sf=\E[S:so=\E[6 D:\ 10367 :se=\E[2 D:sf=\E[S:so=\E[6 D:sr=\E[T:ta=^I:ue=\E[2 D:\
6592 :sr=\E[T:ta=^I:ue=\E[2 D:up=\E[A:us=\E[18 D:\ 10368 :up=\E[A:us=\E[18 D:\
6593 :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u: 10369 :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
6594 10370
6595#### Kimtron (abm, kt) 10371#### Kimtron (abm, kt)
6596# 10372#
6597# Kimtron entries include (undocumented) codes for: enter dim mode (:mh:), 10373# Kimtron seems to be history, but as March 1998 these people are still
6598# enter bold mode (:md:), enter reverse mode (:mr:), turn off all attributes 10374# offering repair services for Kimtron equipment:
6599# (:me:). 10375#
10376# Com/Pair Monitor Service
10377# 1105 N. Cliff Ave.
10378# Sioux Falls, South Dakota 57103
10379#
10380# WATS voice: 1-800/398-4946
10381# POTS fax: +1 605/338-8709
10382# POTS voice: +1 605/338-9650
10383# Email: <compair@sd.cybernex.net>
10384# Internet/Web: <http://www.com-pair.com>
10385#
10386# Kimtron entries include (undocumented) codes for: enter dim mode,
10387# enter bold mode, enter reverse mode, turn off all attributes.
10388#
6600 10389
6601# Kimtron ABM 85 added by Dual Systems 10390# Kimtron ABM 85 added by Dual Systems
6602# (abm85: mapped ":pt:" to default tabs; removed duplicated ":kd=^J:" -- esr) 10391# (abm85: removed duplicated ":kd=^J:" -- esr)
6603abm85|Kimtron ABM 85:\ 10392abm85|Kimtron ABM 85:\
6604 :am:bs:bw:ms:pt:\ 10393 :am:bs:bw:ms:\
6605 :co#80:li#24:sg#1:ug#1:\ 10394 :co#80:it#8:li#24:sg#1:\
6606 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\ 10395 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
6607 :dc=\EW:dl=\ER:do=^J:ei=\Er:\ 10396 :dl=\ER:do=^J:ei=\Er:if=/usr/share/tabset/stdcrt:im=\EQ:\
6608 :if=/usr/share/tabset/stdcrt:im=\EQ:\
6609 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\ 10397 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
6610 :kl=^H:kr=^L:ku=^K:nd=^L:se=\Ek:so=\Ej:ue=\Em:up=^K:\ 10398 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\Ek:so=\Ej:ta=^I:ue=\Em:\
6611 :us=\El: 10399 :up=^K:us=\El:
6612# Kimtron ABM 85H added by Dual Systems. 10400# Kimtron ABM 85H added by Dual Systems.
6613# Some notes about the 85h entries: 10401# Some notes about the abm85h entries:
6614# 1) there are several firmware revs of 85H in the world. Use o85h for 10402# 1) there are several firmware revs of 85H in the world. Use abm85h-old for
6615# firmware revs prior to SP51 10403# firmware revs prior to SP51
6616# 2) Make sure to use 85h entry if the terminal is in 85H mode and the 10404# 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
6617# 85e entry if it is in 920 emulation mode. They are incompatible in 10405# abm85e entry if it is in tvi920 emulation mode. They are incompatible
6618# some places and NOT software settable i.e., :is: can't fix change it) 10406# in some places and NOT software settable i.e., :is: can't fix it)
6619# 3) In 85h mode, the arrow keys and special functions transmit when 10407# 3) In 85h mode, the arrow keys and special functions transmit when
6620# the terminal is in dup-edit, and work only locally in local-edit. 10408# the terminal is in dup-edit, and work only locally in local-edit.
6621# Vi won't swallow `del char' for instance, but :vs: turns on 10409# Vi won't swallow `del char' for instance, but :ti: turns on
6622# dup-edit anyway so that the arrow keys will work right. If the 10410# dup-edit anyway so that the arrow keys will work right. If the
6623# arrow keys don't work the way you like, change :vs:, :ve:, and :is:. 10411# arrow keys don't work the way you like, change :ti:, :te:, and
6624# 920E mode does not have software commands to toggle between dup 10412# :is:. Note that 920E mode does not have software commands to toggle
6625# and local edit, so you get whatever was set last on the terminal. 10413# between dup and local edit, so you get whatever was set last on the
6626# 4) :vb: attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed) 10414# terminal.
10415# 4) :vb: attribute is nice, but seems too slow to work correctly
10416# (\Eb:pc:\Ed)
6627# 5) Make sure `hidden' attributes are selected. If `embedded' attributes 10417# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
6628# are selected, the entries :sg@: and :ug@: should be removed. 10418# are selected, the <xmc@> entry should be removed.
6629# 6) auto new-line should be on (selectable from setup mode only) 10419# 6) auto new-line should be on (selectable from setup mode only)
6630# 10420#
6631# From: Erik Fair <fair@ucbarpa> Sun Oct 27 07:21:05 1985 10421# From: Erik Fair <fair@ucbarpa> Sun Oct 27 07:21:05 1985
6632abm85h|85H|85h|Kimtron ABM 85H, 85H mode:\ 10422abm85h|Kimtron ABM 85H native mode:\
6633 :hs:\ 10423 :hs:\
6634 :sg@:ug@:\ 10424 :sg@:\
6635 :ds=\Ee:fs=^M:im=\EZ:\ 10425 :bl=^G:ds=\Ee:fs=^M:im=\EZ:\
6636 :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\ 10426 :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
6637 :kd=^V:me=\E(\EG0:mh=\E):mr=\EG4:se=\EG0:so=\EG4:\ 10427 :kd=^V:me=\E(\EG0:mh=\E):mk@:ts=\Eg\Ef:vb@:ve=\E.4:vs=\E.2:\
6638 :ts=\Eg\Ef:ue=\EG0:us=\EG8:vb@:ve=\E.4:vs=\E.2:tc=abm85: 10428 :tc=adm+sgr:tc=abm85:
6639abm85e|85E|85e|Kimtron ABM 85H, 920E mode:\ 10429abm85e|Kimtron ABM 85H in 920E mode:\
6640 :sg@:ug@:\ 10430 :sg@:\
6641 :im=\EZ:\ 10431 :bl=^G:im=\EZ:\
6642 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\ 10432 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
6643 :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85: 10433 :me=\E(\Ek:mh=\E):mr=\Ej:vb@:\
6644abm85h-o|oabm85h|o85h|Kimtron ABM 85H, old firmware rev.:\ 10434 :tc=abm85:
6645 :sg@:ug@:\ 10435abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.:\
6646 :im=\EZ:\ 10436 :sg@:\
10437 :bl=^G:im=\EZ:\
6647 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\ 10438 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
6648 :me=\E(\Ek:mh=\E):mr=\Ej:\ 10439 :me=\E(\Ek:mh=\E):mr=\Ej:\
6649 :vb=\200\200\200\007\200\200\200:tc=abm85: 10440 :tc=abm85:
6650# From: <malman@bbn-vax.arpa> 10441# From: <malman@bbn-vax.arpa>
6651# (kt7: removed obsolete ":ko=ic,dc,al,dl,cl,ce,cd,bt:", ":ma=^V^J^L :"; 10442# (kt7: removed obsolete :ma=^V^J^L :" -- esr)
6652# mapped ":pt:" to default tabs -- esr)
6653kt7|kimtron model kt-7:\ 10443kt7|kimtron model kt-7:\
6654 :am:bs:pt:\ 10444 :am:bs:\
6655 :co#80:li#24:\ 10445 :co#80:it#8:li#24:\
6656 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\ 10446 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
6657 :dc=\EW:dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\ 10447 :dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
6658 :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\ 10448 :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
6659 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 10449 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6660 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:\ 10450 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:\
6661 :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\ 10451 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:\
6662 :ts=\Ef:ue=\EG0:up=^K:us=\EG8: 10452 :ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\Ef:up=^K:\
10453 :tc=adm+sgr:
10454# Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
10455# other kt7 entry and the adjacent key capabilities). Removed EE which is
10456# identical to :mh:. Removed :ES=\EGD: which is some kind of highlight
10457# but we can't figure out what.
10458kt7ix|kimtron model kt-7 or 70 in IX mode:\
10459 :am:bw:\
10460 :co#80:it#8:li#25:\
10461 :@7=\EY:PU=\EK:ac=jYk?lZm@nEqDt4uCvAwBx3:ae=\E%:al=\EE:\
10462 :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
10463 :cr=^M:dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:\
10464 :im=:is=\EG0\E s\017\E~:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
10465 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
10466 :k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:kE=\ET:kI=\EQ:kL=\ER:kN=\EJ:\
10467 :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
10468 :mb=\EG2:me=\EG0:mh=\EG@:nd=^L:nw=^M^J:se=\EG0:sf=^J:\
10469 :so=\EG4:ta=^I:ts=\Ef:ue=\EG0:up=^K:us=\EG8:ve=\E.3:vi=\E.0:
10470
10471#### Microdata/MDIS
10472#
10473# This was a line of terminals made by McDonnell-Douglas Information Systems.
10474# These entries come direct from MDIS documentation. I have edited them only
10475# to move primary names of the form p[0-9] * to aliases, and to comment out
10476# :ae:/:as: in a couple of entries without <acsc> strings. I have
10477# also removed the change history; the last version indicates this is
10478# version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
10479#
10480
10481# McDonnell Information Systems Terminal Family History
10482# =========================================
10483#
10484# Prism-1, Prism-2 and P99:
10485# Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
10486#
10487# Prism-4 and Prism-5:
10488# Slightly less ancient range of Microdata terminals. Follow-on from
10489# Prism-2, but with many enhancements. P5 has eight display pages.
10490#
10491# Prism-6:
10492# A special terminal for use with library systems, primarily in Germany.
10493# Limited numbers. Similar functionality to P5 (except attributes?).
10494#
10495# Prism-7, Prism-8 and Prism-9:
10496# More recent range of MDIS terminals, in which P7 and P8
10497# replace the P4 & P5, with added functionality, and P9 is the flagship.
10498# The P9 has two emulation modes - P8 and ANSI - and includes a
10499# large number of the DEC VT220 control sequences. Both
10500# P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
10501#
10502# Prism-12 and Prism-14:
10503# Latest range, functionally very similar to the P9. The P14 has a
10504# black-on-white overscanning screen.
10505#
10506# The terminfo definitions given here are:
10507#
10508# p2 - Prism-2 (or Prism-1 or P99).
10509#
10510# p4 - Prism-4 (and older P7s & P8s).
10511# p5 - Prism-5 (or Prism-6).
10512#
10513# p7 - Prism-7.
10514# p8 - Prism-8 (in national or multinational mode).
10515# p8-w - 132 column version of p8.
10516# p9 - Prism-9 in ANSI mode.
10517# p9-w - 132 column version of p9.
10518# p9-8 - Prism-9 in Prism-8 emulation mode.
10519# p9-8-w - As p9-8, but with 132 columns.
10520#
10521# p12 - Prism-12 in ANSI mode.
10522# p12-w - 132 column version of p12.
10523# p12-m - Prism-12 in MDC emulation mode.
10524# p12-m-w - As p12-m, but with 132 columns.
10525# p14 - Prism-14 in ANSI mode.
10526# p14-w - 132 column version of p14.
10527# p14-m - Prism-14 in MDC emulation mode.
10528# p14-m-w - As p14-m, but with 132 columns.
10529#
10530# p2: Prism-2
10531# -----------
10532#
10533# Includes Prism-1 and basic P99 without SP or MP loaded.
10534# The simplest form of Prism-type terminal.
10535# Basic cursor movement and clearing operations only.
10536# No video attributes.
10537# Notes:
10538# Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
10539# value up, followed by backspace.
10540#
10541prism2|MDC Prism-2:\
10542 :am:bw:ms:\
10543 :co#80:li#24:\
10544 :bl=^G:cd=\EJ:ce=\EK:\
10545 :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
10546 :cl=\014:\
10547 :..cm=\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:\
10548 :cr=^M:cv=\013%+ :do=^J:ho=^A:kb=^H:kh=^A:le=^H:nd=^F:sf=^J:\
10549 :up=^Z:
10550
10551# p4: Prism-4
10552# -----------
10553#
10554# Includes early versions of P7 & P8.
10555# Basic family definition for most Prisms (except P2 and P9 ANSI).
10556# Notes:
10557# Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
10558# value up, followed by backspace.
10559# Cursor key definitions removed because they interfere with vi and csh keys.
10560#
10561prism4|p4|P4|MDC Prism-4:\
10562 :5i:am:bw:hs:ms:\
10563 :co#80:li#24:sg#1:ws#72:\
10564 :bl=^G:cd=\EJ:ce=\EK:\
10565 :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
10566 :cl=\014:\
10567 :..cm=\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:\
10568 :cr=^M:cv=\013%+ :do=^J:ds=\035\343\035\345:fs=^]\345:\
10569 :ho=^A:kb=^H:kh=^A:le=^H:mb=^CB:me=^C :mh=^CA:mk=^CH:mr=^CD:\
10570 :nd=^F:pf=\ET:po=\ER:ps=\EU:\
10571 :..sa=\003%{64}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}%+%;%?%p5%t%{1}%+%;%?%p7%t%{8}%+%;%c%?%p9%t\016%e\017%;:\
10572 :se=^C :sf=^J:so=^CD:ts=^]\343:ue=^C :up=^Z:us=^CP:\
10573 :ve=^]\342:vi=^]\344:
10574
10575# p5: Prism-5
10576# -----------
10577#
10578# Same definition as p4. Includes Prism-6 (not tested!).
10579# Does not use any multi-page features.
10580#
10581prism5|p5|P5|MDC Prism-5:\
10582 :tc=p4:
10583
10584# p7: Prism-7
10585# -----------
10586#
10587# Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
10588# Notes:
10589# Use p4 for very early models of P7.
10590# Rev-index removed; can't send nulls to terminal in 8-bit modes.
10591#
10592prism7|p7|P7|MDC Prism-7:\
10593 :ch@:cm=\E[%i%d;%dH:cv@:tc=p4:
10594
10595# p8: Prism-8
10596# -----------
10597#
10598# Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
10599# Supports national and multinational character sets.
10600# Notes:
10601# Alternate char set operations only work in multinational mode.
10602# Use p4 for very early models of P8.
10603# Rev-index removed; can't send nulls to terminal in 8-bit modes.
10604# (esr: commented out :as:/:ae: because there's no <acsc>)
10605#
10606prism8|p8|P8|MDC Prism-8:\
10607 :ch=\E[%i%d`:cm=\E[%i%d;%dH:cv=\E[%i%dd:is=\E[<12h:tc=p4:
10608
10609# p8-w: Prism-8 in 132 column mode
10610# --------------------------------
10611#
10612# 'Wide' version of p8.
10613# Notes:
10614# Rev-index removed; can't send nulls to terminal in 8-bit modes.
10615#
10616prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode:\
10617 :co#132:\
10618 :is=\E[<12h\E[<14h:tc=p8:
10619
10620# p9: Prism-9 in ANSI mode
10621# -------------------------
10622#
10623# The "flagship" model of this generation of terminals.
10624# ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
10625# Notes:
10626# Tabs only reset by "reset". Otherwise assumes default (8 cols).
10627# Fixes to deal with terminal firmware bugs:
10628# . 'ri' uses insert-line since rev index doesn't always
10629# . 'sgr0' has extra '0' since esc[m fails
10630# . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
10631# Not covered in the current definition:
10632# . Labels
10633# . Programming Fn keys
10634# . Graphic characters (defaults correctly to vt100)
10635# . Padding values (sets xon)
10636# (esr: commented out :as:/:ae: because there's no <acsc>)
10637#
10638# (untranslatable capabilities removed to fit entry within 1023 bytes)
10639prism9|p9|P9|MDC Prism-9 in ANSII mode:\
10640 :5i:am:bw:hs:ms:xn:xo:\
10641 :co#80:it#8:li#24:vt#3:ws#72:\
10642 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
10643 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
10644 :F7=\E[31~:F8=\E[32~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
10645 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=^L:\
10646 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%d%v:ct=\E[2g:\
10647 :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=^J:ds=\E[%}\024:ec=\E[%dX:\
10648 :ei=\E[4l:fs=^T:ho=\E[H:im=\E[4h:is=\E[&p\E[<12l\E F:\
10649 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
10650 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kC=^L:\
10651 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
10652 :mb=\E[5m:md=\E[1m:me=\E[0m:mp=\E[32%{:mr=\E[7m:nd=\E[C:\
10653 :nw=^M^J:pf=\E[4i:po=\E[5i:ps=\E[i:\
10654 :r2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N:\
10655 :rc=\E[%z:rp=\E[%r%db%.:sc=\E[%y:se=\E[27m:sf=^J:so=\E[7m:\
10656 :sr=\E[L:st=\EH:ta=^I:ts=\E[%i%p1%d%%}:ue=\E[24m:up=\E[A:\
10657 :us=\E[4m:ve=\E[<4h:vi=\E[<4l:
10658
10659# p9-w: Prism-9 in 132 column mode
10660# --------------------------------
10661#
10662# 'Wide' version of p9.
10663#
10664prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode:\
10665 :co#132:\
10666 :is=\E[&p\E[<12l\E F\E[<14h:\
10667 :r2=\E[&p\E[<12l\E F\E[<14h:tc=p9:
10668
10669# p9-8: Prism-9 in P8 mode
10670# ------------------------
10671#
10672# P9 terminal in P8 emulation mode.
10673# Similar to p8 definition.
10674# Insertion and deletion operations possible.
10675#
10676prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode:\
10677 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
10678 :dl=\E[M:ei=:ic=\E[@:im=:\
10679 :tc=p8:
10680
10681# p9-8-w: Prism-9 in P8 and 132 column modes
10682# ------------------------------------------
10683#
10684# P9 terminal in P8 emulation mode and 132 column mode.
10685#
10686prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode:\
10687 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
10688 :dl=\E[M:ei=:ic=\E[@:im=:\
10689 :tc=p8-w:
10690
10691# p12: Prism-12 in ANSI mode
10692# ---------------------------
10693#
10694# See p9 definition.
10695#
10696prism12|p12|P12|MDC Prism-12 in ANSI mode:\
10697 :tc=p9:
10698
10699# p12-w: Prism-12 in 132 column mode
10700# ----------------------------------
10701#
10702# 'Wide' version of p12.
10703#
10704prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\
10705 :tc=p9-w:
10706
10707# p12-m: Prism-12 in MDC emulation mode
10708# -------------------------------------
10709#
10710# P12 terminal in MDC emulation mode.
10711# Similar to p8 definition.
10712# Insertion and deletion operations possible.
10713#
10714prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode:\
10715 :tc=p9-8:
10716
10717# p12-m-w: Prism-12 in MDC emulation and 132 column modes
10718# -------------------------------------------------------
10719#
10720# P12 terminal in MDC emulation mode and 132 column mode.
10721#
10722prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode:\
10723 :tc=p9-8-w:
10724
10725# p14: Prism-14 in ANSII mode
10726# ---------------------------
10727#
10728# See p9 definition.
10729#
10730prism14|p14|P14|MDC Prism-14 in ANSII mode:\
10731 :tc=p9:
10732
10733# p14-w: Prism-14 in 132 column mode
10734# ----------------------------------
10735#
10736# 'Wide' version of p14.
10737#
10738prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
10739 :tc=p9-w:
10740
10741# p14-m: Prism-14 in MDC emulation mode
10742# -------------------------------------
10743#
10744# P14 terminal in MDC emulation mode.
10745# Similar to p8 definition.
10746# Insertion and deletion operations possible.
10747#
10748prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
10749 :tc=p9-8:
10750
10751# p14-m-w: Prism-14 in MDC emulation and 132 column modes
10752# -------------------------------------------------------
10753#
10754# P14 terminal in MDC emulation mode and 132 column mode.
10755#
10756prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
10757 :tc=p9-8-w:
10758
10759# End of McDonnell Information Systems Prism definitions
10760
10761# These things were popular in the Pick database community at one time
10762# From: George Land <georgeland@aol.com> 24 Sep 1996
10763p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition:\
10764 :am:bw:hs:mi:\
10765 :co#80:li#24:ma#1:sg#1:ws#78:\
10766 :F2=^AJ\r:F3=^AK\r:F4=^AL\r:F5=^AM\r:F6=^AN\r:F7=^AO\r:\
10767 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc= ^H:\
10768 :dl=^P:do=^J:ho=^A:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
10769 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
10770 :kD= ^H:kE=\EK:kL=^P:kS=\EJ:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
10771 :ku=^Z:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:l9=F9:\
10772 :la=F10:le=^U:mb=^CB:me=^C :mh=^CA:mk=^CH:mr=^CD:nd=^F:\
10773 :nw=^J^M:pc=\0:se=^C :sf=^J:so=^CE:ue=^C :up=^Z:us=^C0:
6663 10774
6664#### Microterm (act, mime) 10775#### Microterm (act, mime)
6665# 10776#
@@ -6667,27 +10778,23 @@ kt7|kimtron model kt-7:\
6667# The default mime is assumed to be in enhanced act iv mode. 10778# The default mime is assumed to be in enhanced act iv mode.
6668# 10779#
6669 10780
6670# New "safe" cursor movement (5/87) from reuss@umd5.umd.edu. Prevents freakout with 10781# New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>. Prevents
6671# out-of-range args on Sytek multiplexors. No ":so=^N:" and ":se=^N:" since 10782# freakout with out-of-range args on Sytek multiplexors. No :so=^N: and
6672# it gets confused and it's too dim anyway. No ic since Sytek insists ^S 10783# :se=^N: since it gets confused and it's too dim anyway. No :ic:
6673# means xoff. 10784# since Sytek insists ^S means xoff.
6674# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr) 10785# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
6675act4|microterm|microterm act iv:\ 10786act4|microterm|microterm act iv:\
6676 :am:bs:\ 10787 :am:bs:\
6677 :co#80:li#24:\ 10788 :co#80:li#24:\
6678 :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\ 10789 :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
6679 :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\ 10790 :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
6680 :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:\ 10791 :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:\
6681 :le=^H:nd=^X:sf=^J:up=^Z: 10792 :sf=^J:up=^Z:
6682# The padding on :sr: and :ta: for act5 and mime is a guess and not final. 10793# The padding on :sr: and :ta: for act5 and mime is a guess and not final.
6683# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)... 10794# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
6684# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr) 10795# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
6685act5|microterm5|microterm act v:\ 10796act5|microterm5|microterm act v:\
6686 :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4: 10797 :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
6687# Act V in split screen mode. act5s is not tested and said not to work.
6688act5s|skinny act5:\
6689 :co#39:li#48:\
6690 :te=\EQ:ti=\EP:tc=act5:
6691# Mimes using brightness for standout. Half bright is really dim unless 10798# Mimes using brightness for standout. Half bright is really dim unless
6692# you turn up the brightness so far that lines show up on the screen. 10799# you turn up the brightness so far that lines show up on the screen.
6693mime-fb|full bright mime1:\ 10800mime-fb|full bright mime1:\
@@ -6695,41 +10802,36 @@ mime-fb|full bright mime1:\
6695mime-hb|half bright mime1:\ 10802mime-hb|half bright mime1:\
6696 :is=^Y\E:se=^Y:so=^S:tc=mime: 10803 :is=^Y\E:se=^Y:so=^S:tc=mime:
6697# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode 10804# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
6698# the more plausible ":do=^J:"; mapped ":pt:" to ":it#8:" -- esr) 10805# the more plausible ":do=^J:" -- esr)
6699# uc was at one time disabled to get around a curses bug, be wary of it 10806# uc was at one time disabled to get around a curses bug, be wary of it
6700mime|mime1|mime2|mimei|mimeii|microterm mime1:\ 10807mime|mime1|mime2|mimei|mimeii|microterm mime1:\
6701 :am:bs:pt:\ 10808 :am:bs:\
6702 :co#80:it#8:li#24:vt#9:\ 10809 :co#80:it#8:li#24:vt#9:\
6703 :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:\ 10810 :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:cm=\024%+^X%> 0%+P:\
6704 :cm=\024%+^X%> 0%+P:cr=^M:dl=\027:do=^J:ho=^]:\ 10811 :cr=^M:dl=\027:do=^J:ho=^]:is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:\
6705 :is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:sf=^J:\ 10812 :le=^H:nd=^X:sf=^J:sr=\022:ta=\011:uc=^U:up=^Z:
6706 :sr=\022:ta=\011:uc=^U:up=^Z: 10813# These termcaps (for mime2a) put the terminal in low intensity mode
6707# These termcaps (for mime 2a) put the terminal in low intensity mode
6708# since high intensity mode is so obnoxious. 10814# since high intensity mode is so obnoxious.
6709mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\ 10815mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
6710 :am:bs:\ 10816 :am:bs:\
6711 :co#80:li#24:\ 10817 :co#80:li#24:\
6712 :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\ 10818 :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :cr=^M:\
6713 :cr=^M:dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:\ 10819 :dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:is=\E):kd=^J:\
6714 :is=\E):kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:\ 10820 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:sf=^J:so=\E\072:sr=\EI:\
6715 :sf=^J:so=\E\072:sr=\EI:ue=\E7:up=\EI:us=\E6: 10821 :ue=\E7:up=\EI:us=\E6:
6716# This is the preferred mode (but ^X can't be used as a kill character) 10822# This is the preferred mode (but ^X can't be used as a kill character)
6717# (mime2a: replaced ":pt:" with SCO's "it#8" -- esr)
6718mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\ 10823mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
6719 :bs:pt:\ 10824 :bs:\
6720 :co#80:it#8:li#24:\ 10825 :co#80:it#8:li#24:\
6721 :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :\ 10826 :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :cr=^M:\
6722 :cr=^M:dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:\ 10827 :dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:is=^Y:kd=\EB:\
6723 :is=^Y:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\ 10828 :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\E9:sf=^J:so=\E8:\
6724 :se=\E9:sf=^J:so=\E8:sr=\EA:ta=^I:ue=\E5:up=\EA:\ 10829 :sr=\EA:ta=^I:ue=\E5:up=\EA:us=\E4:
6725 :us=\E4:
6726# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr) 10830# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
6727mime3a|mime1 emulating 3a:\ 10831mime3a|mime1 emulating 3a:\
6728 :am@:\ 10832 :am@:\
6729 :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a: 10833 :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
6730# (mime3ax: mapped ":pt:" to default tabs -- esr)
6731mime3ax|mime-3ax|mime1 emulating enhanced 3a:\ 10834mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
6732 :pt:\
6733 :it#8:\ 10835 :it#8:\
6734 :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a: 10836 :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
6735# Wed Mar 9 18:53:21 1983 10837# Wed Mar 9 18:53:21 1983
@@ -6743,9 +10845,35 @@ mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
6743mime314|mm314|mime 314:\ 10845mime314|mm314|mime 314:\
6744 :am:\ 10846 :am:\
6745 :co#80:li#24:\ 10847 :co#80:li#24:\
6746 :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:\ 10848 :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:ei=^V:ho=^]:\
6747 :ei=^V:ho=^]:im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:\ 10849 :im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:ta=^I:up=^Z:
6748 :nd=^X:ta=^I:up=^Z: 10850# Microterm mime 340 from University of Wisconsin
10851mm340|mime340|mime 340:\
10852 :co#80:li#24:\
10853 :al=46\EU:cd=2*\037:ce=2.1\EL:cl=12\032:cm=\E=%+ %+ :\
10854 :cr=^M:dc=2.1*\E#:dl=49.6\EV:do=^J:is=\E\054:kb=^H:kd=^J:\
10855 :kl=^H:ku=^K:le=^H:nd=^L:nw=^M^J:sf=^J:ta=^I:up=^K:
10856# This came from University of Wisconsin marked "astro termcap for jooss".
10857# (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
10858# also added <rmam>/<smam> based on the init string -- esr)
10859mt4520-rv|micro-term 4520 reverse video:\
10860 :am:hs:ms:xn:xo:\
10861 :co#80:it#8:li#24:ws#80:\
10862 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10863 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
10864 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10865 :cr=^M:cs=\E[%i%d;%dr:ct=\E[g:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
10866 :fs=\E[?5l\E[?5h:ho=\E[H:ic=\E[@:im=:\
10867 :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
10868 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:\
10869 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:me=\E[m:\
10870 :nd=\E[C:nw=\EE:\
10871 :r1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J:\
10872 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=\E[0m:\
10873 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[25;1H:ue=\E[24m:\
10874 :up=\E[A:us=\E[4m:vb=\E[?5l\E[?5h:ve=\E[0V\E8:\
10875 :vs=\E7\E[0U:
10876
6749# Fri Aug 5 08:11:57 1983 10877# Fri Aug 5 08:11:57 1983
6750# This entry works for the ergo 4000 with the following setups: 10878# This entry works for the ergo 4000 with the following setups:
6751# ansi,wraparound,newline disabled, xon/xoff disabled in both 10879# ansi,wraparound,newline disabled, xon/xoff disabled in both
@@ -6754,55 +10882,481 @@ mime314|mm314|mime 314:\
6754# WARNING!!! There are multiple versions of ERGO 4000 microcode 10882# WARNING!!! There are multiple versions of ERGO 4000 microcode
6755# Be advised that very early versions DO NOT WORK RIGHT !! 10883# Be advised that very early versions DO NOT WORK RIGHT !!
6756# Microterm does have a ROM exchange program- use it or lose big 10884# Microterm does have a ROM exchange program- use it or lose big
10885# (ergo400: added <rmam>/<smam> based on the init string -- esr)
6757ergo4000|microterm ergo 4000:\ 10886ergo4000|microterm ergo 4000:\
6758 :da:db:ms:\ 10887 :da:db:ms:\
6759 :co#80:li#66:\ 10888 :co#80:li#66:\
6760 :AL=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\ 10889 :AL=\E[1L:RA=\E[?7l:SA=\E[?7m:bl=^G:cd=\E[0J:ce=\E[0K:\
6761 :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:do=\E[B:\ 10890 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
6762 :ei=\E[4l:im=\E[4h:\ 10891 :do=\E[B:ei=\E[4l:im=\E[4h:\
6763 :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\ 10892 :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
6764 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:\ 10893 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:kr=\E[C:\
6765 :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\ 10894 :ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:me=\E[m:\
6766 :le=^H:nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\ 10895 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:
6767 :up=\E[A:
6768 10896
6769#### NCR 10897#### NCR
6770# 10898#
6771# NCR's terminal group was merged with AT&T's when AT&T bought the company. 10899# NCR's terminal group was merged with AT&T's when AT&T bought the company.
6772# For what happened to that group, see the ADDS section. 10900# For what happened to that group, see the ADDS section.
6773# 10901#
10902# There is an NCR4103 terminal that's just a re-badged Wyse-50.
10903#
10904
10905# The following vendor-supplied termcaps were captured from the Boundless
10906# Technologies site, 8 March 1998. I removed all-upper-case names that were
10907# identical, except for case, to lower-case ones. I also uncommented the acsc
10908# capabilities.X
10909#
10910# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
10911# DEC vt200/300 with color capabilities added.
10912ncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
10913 :Co#8:pa#64:\
10914 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[0m:tc=ncr260vt300an:
10915# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
10916# DEC vt200/300 with color capabilities added.
10917ncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
10918 :Co#8:pa#64:\
10919 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[0m:tc=ncr260vt300wan:
10920# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
10921# DEC vt200/300 with color capabilities added.
10922ncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard:\
10923 :Co#8:pa#64:\
10924 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[0m:tc=ncr260vt300pp:
10925# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
10926# DEC vt200/300 with color capabilities added.
10927ncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode:\
10928 :Co#8:pa#64:\
10929 :AB=\E[4%p1%dm:AF=\E[3%p1%dm:op=\E[0m:tc=ncr260vt300wpp:
10930# This definition for ViewPoint supports several attributes. This means
10931# that it has magic cookies (extra spaces where the attributes begin).
10932# Some applications do not function well with magic cookies. The System
10933# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
10934# If supporting various attributes is not vital, 'xmc#1' and the extra
10935# attributes can be removed.
10936# Mapping to ASCII character set ('acsc' capability) can also be
10937# restored if needed.
10938# (untranslatable capabilities removed to fit entry within 1023 bytes)
10939# (sgr removed to fit entry within 1023 bytes)
10940# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10941ncr260vppp|NCR 2900_260 viewpoint:\
10942 :am:bw:hs:km:mi:ms:xo:\
10943 :co#80:li#24:sg#1:\
10944 :CM=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c:K1=^A:\
10945 :K3=\EJ:K4=\ET:K5=\EJ:ae=\EcB0\EH\003:al=\EM:\
10946 :as=\EcB1\EH\002:bl=^G:bt=\EI:cd=\Ek:ce=\EK:cl=\014:\
10947 :cm=\EY%+ %+ :cr=\r:dc=\EW:dl=\El:do=\n:ds=\E`c:ei=\Er:\
10948 :fs=^M:ho=\036:im=\Eq:\
10949 :is=\Ee6\E~%\E+\E`\072\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
10950 :k1=^B1\r:k2=^B2\r:k3=^B3\r:k4=^B4\r:k5=^B5\r:k6=^B6\r:\
10951 :k7=^B7\r:k8=^B8\r:k9=^B9\r:kD=\EW:kI=\Eq:kN=\EJ:kP=\EJ:\
10952 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=\010:ll=\001:mb=\EG2:\
10953 :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\006:nw=\037:se=\EG0:\
10954 :sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:up=\032:\
10955 :us=\EG8:ve=\E`5:vi=\E`0:vs=\E`5:
10956ncr260vpwpp|NCR 2900_260 viewpoint wide mode:\
10957 :co#132:\
10958 :cm=\Ea%i%dR%dC:\
10959 :is=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
10960 :r2=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
10961 :tc=ncr260vppp:
10962# (untranslatable capabilities removed to fit entry within 1023 bytes)
10963# (sgr removed to fit entry within 1023 bytes)
10964# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10965ncr260vt100an|NCR 2900_260 vt100 with ansi kybd:\
10966 :am:hs:mi:ms:xn:xo:\
10967 :co#80:li#24:\
10968 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10969 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
10970 :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
10971 :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=\r:\
10972 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
10973 :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
10974 :im=\E[4h:\
10975 :is=\E[\041p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
10976 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\E[3~:kI=\E[2~:\
10977 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
10978 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
10979 :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:\
10980 :se=\E[0m:sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
10981 :ts=\E[2$~\E[1$}:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[?25h:\
10982 :vi=\E[?25l:
10983ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd:\
10984 :co#132:\
10985 :cm=\E[%i%d;%dH:\
10986 :is=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
10987 :r2=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
10988 :tc=ncr260vt100an:
10989ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd:\
10990 :@7=\E[5~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:\
10991 :is=\E[\041p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
10992 :kD=\E[4~:kI=\E[1~:kN=\E[6~:kP=\E[3~:kd=\E[B:ke=\E>:\
10993 :kh=\E[2~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:\
10994 :l3=pf3:l4=pf4:\
10995 :r2=\E[\041p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:tc=ncr260vt100an:
10996ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+ kybd:\
10997 :co#132:\
10998 :cm=\E[%i%d;%dH:\
10999 :is=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11000 :r2=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11001 :tc=ncr260vt100pp:
11002# (untranslatable capabilities removed to fit entry within 1023 bytes)
11003# (sgr removed to fit entry within 1023 bytes)
11004# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11005ncr260vt200an|NCR 2900_260 vt200 with ansi kybd:\
11006 :am:hs:mi:ms:xn:xo:\
11007 :co#80:li#24:\
11008 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11009 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11010 :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11011 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11012 :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11013 :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11014 :im=\E[4h:\
11015 :is=\E[\041p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11016 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11017 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11018 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11019 :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11020 :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:\
11021 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11022 :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11023 :vi=\E[?25l:
11024ncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd:\
11025 :co#132:\
11026 :cm=\E[%i%d;%dH:\
11027 :is=\E[\041p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11028 :r2=\E[\041p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11029 :tc=ncr260vt200an:
11030ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd:\
11031 :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11032 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11033 :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11034 :tc=ncr260vt200an:
11035ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+ kybd:\
11036 :co#132:\
11037 :cm=\E[%i%d;%dH:\
11038 :is=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11039 :r2=\E[\041p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11040 :tc=ncr260vt200pp:
11041# (untranslatable capabilities removed to fit entry within 1023 bytes)
11042# (sgr removed to fit entry within 1023 bytes)
11043# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11044ncr260vt300an|NCR 2900_260 vt300 with ansi kybd:\
11045 :am:hs:mi:ms:xn:xo:\
11046 :co#80:li#24:\
11047 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11048 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11049 :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11050 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11051 :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11052 :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11053 :im=\E[4h:\
11054 :is=\E[\041p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11055 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11056 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11057 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11058 :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11059 :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:\
11060 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11061 :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11062 :vi=\E[?25l:
11063ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd:\
11064 :co#132:\
11065 :cm=\E[%i%d;%dH:\
11066 :is=\E[\041p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11067 :r2=\E[\041p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11068 :tc=ncr260vt300an:
11069ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd:\
11070 :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11071 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11072 :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11073 :tc=ncr260vt300an:
11074NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+ kybd:\
11075 :co#132:\
11076 :cm=\E[%i%d;%dH:\
11077 :is=\E[\041p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11078 :r2=\E[\041p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11079 :tc=ncr260vt300pp:
11080# This terminfo file contains color capabilities for the Wyse325 emulation of
11081# the NCR 2900/260C color terminal. Because of the structure of the command
11082# (escape sequence) used to set color attributes, one of the fore/background
11083# colors must be preset to a given value. I have set the background color to
11084# black. The user can change this setup by altering the last section of the
11085# 'setf' definition. The escape sequence to set color attributes is
11086# ESC d y <foreground_color> <background_color> 1
11087# In addition, the background color can be changed through the desk accessories.
11088# The capablitiy 'op' sets colors to green on black (default combination).
11089#
11090# NOTE: The NCR Unix System Administrator's Shell will not function properly
11091# if the 'pairs' capability is defined. Un-Comment the 'pairs'
11092# capability and recompile if you wish to have it included.
11093#
11094# (untranslatable capabilities removed to fit entry within 1023 bytes)
11095# (sgr removed to fit entry within 1023 bytes)
11096# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11097ncr260wy325pp|NCR 2900_260 wyse 325:\
11098 :am:bw:hs:km:mi:ms:xo:\
11099 :co#80:li#24:\
11100 :CM=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c:K1=^^:\
11101 :K2=\EJ:K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:\
11102 :as=\EH\002\EcB1:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
11103 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:\
11104 :ei=\Er:fs=^M:ho=\036:im=\Eq:\
11105 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11106 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11107 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11108 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11109 :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:se=\EG0:sf=\n:\
11110 :so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:up=\013:us=\EG8:\
11111 :ve=\E`1:vi=\E`0:vs=\E`5:
11112ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode:\
11113 :co#132:\
11114 :cm=\Ea%i%dR%dC:\
11115 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11116 :r2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11117 :tc=ncr260wy325pp:
11118# This definition for Wyse 350 supports several attributes. This means
11119# that it has magic cookies (extra spaces where the attributes begin).
11120# Some applications do not function well with magic cookies. The System
11121# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
11122# If supporting various attributes is not vital, 'xmc#1' and the extra
11123# attributes can be removed.
11124# Mapping to ASCII character set ('acsc' capability) can also be
11125# restored if needed.
11126# In addition, color capabilities have been added to this file. The drawback,
11127# however, is that the background color has to be black. The foreground colors
11128# are numbered 0 through 15.
11129#
11130# NOTE: The NCR Unix System Administrator's Shell does not function properly
11131# with the 'pairs' capability defined as below. If you wish to
11132# have it included, Un-comment it and recompile (using 'tic').
11133#
11134# (untranslatable capabilities removed to fit entry within 1023 bytes)
11135# (sgr removed to fit entry within 1023 bytes)
11136# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11137ncr260wy350pp|NCR 2900_260 wyse 350:\
11138 :am:bw:hs:km:mi:ms:xo:\
11139 :co#80:li#24:sg#1:\
11140 :CM=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c:K1=^^:\
11141 :K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:as=\EH\002\EcB1:\
11142 :bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=^M:\
11143 :ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:\
11144 :im=\Eq:\
11145 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11146 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11147 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11148 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11149 :me=\EG0\EH\003\EcD:mh=\EGp:mr=\EG4:nd=\014:nw=\037:\
11150 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
11151 :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
11152ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode:\
11153 :co#132:\
11154 :cm=\Ea%i%dR%dC:\
11155 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11156 :r2=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11157 :tc=ncr260wy350pp:
11158# This definition for Wyse 50+ supports several attributes. This means
11159# that it has magic cookies (extra spaces where the attributes begin).
11160# Some applications do not function well with magic cookies. The System
11161# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
11162# If supporting various attributes is not vital, 'xmc#1' and the extra
11163# attributes can be removed.
11164# Mapping to ASCII character set ('acsc' capability) can also be
11165# restored if needed.
11166# (ncr260wy50+pp: originally contained commented-out
11167# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
11168# (untranslatable capabilities removed to fit entry within 1023 bytes)
11169# (sgr removed to fit entry within 1023 bytes)
11170# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11171ncr260wy50+pp|NCR 2900_260 wyse 50+:\
11172 :am:bw:hs:km:mi:ms:xo:\
11173 :co#80:li#24:sg#1:\
11174 :CM=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c:K1=^^:\
11175 :K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:\
11176 :ce=\ET:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
11177 :do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
11178 :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11179 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11180 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11181 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11182 :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\014:nw=\037:se=\EG0:\
11183 :sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:up=\013:\
11184 :us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
11185ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode:\
11186 :co#132:\
11187 :cm=\Ea%i%dR%dC:\
11188 :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11189 :r2=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11190 :tc=ncr260wy50+pp:
11191# (untranslatable capabilities removed to fit entry within 1023 bytes)
11192# (sgr removed to fit entry within 1023 bytes)
11193# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11194ncr260wy60pp|NCR 2900_260 wyse 60:\
11195 :am:bw:hs:km:mi:ms:xo:\
11196 :co#80:li#24:\
11197 :CM=\Ew@%p1%{48}%+%c%p2%{32}%+%c%p3%{32}%+%c:K1=^^:\
11198 :K2=\EJ:K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:\
11199 :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:\
11200 :dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
11201 :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11202 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11203 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11204 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11205 :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:se=\EG0:sf=\n:\
11206 :so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:up=\013:\
11207 :us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
11208ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode:\
11209 :co#132:\
11210 :cm=\Ea%i%dR%dC:\
11211 :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11212 :r2=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~\041\E"\Ee4\Ex@\E`9\Ee7:\
11213 :tc=ncr260wy60pp:
11214ncr160vppp|NCR 2900_160 viewpoint:\
11215 :tc=ncr260vppp:
11216ncr160vpwpp|NCR 2900_160 viewpoint wide mode:\
11217 :tc=ncr260vpwpp:
11218ncr160vt100an|NCR 2900_160 vt100 with ansi kybd:\
11219 :tc=ncr260vt100an:
11220ncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd:\
11221 :tc=ncr260vt100pp:
11222ncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd:\
11223 :tc=ncr260vt100wan:
11224ncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+ kybd:\
11225 :tc=ncr260vt100wpp:
11226ncr160vt200an|NCR 2900_160 vt200 with ansi kybd:\
11227 :tc=ncr260vt200an:
11228ncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd:\
11229 :tc=ncr260vt200pp:
11230ncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd:\
11231 :tc=ncr260vt200wan:
11232ncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+ kybd:\
11233 :tc=ncr260vt200wpp:
11234ncr160vt300an|NCR 2900_160 vt300 with ansi kybd:\
11235 :tc=ncr260vt300an:
11236ncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd:\
11237 :tc=ncr260vt300pp:
11238ncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd:\
11239 :tc=ncr260vt300wan:
11240ncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+ kybd:\
11241 :tc=ncr260vt300wpp:
11242ncr160wy50+pp|NCR 2900_160 wyse 50+:\
11243 :tc=ncr260wy50+pp:
11244ncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode:\
11245 :tc=ncr260wy50+wpp:
11246ncr160wy60pp|NCR 2900_160 wyse 60:\
11247 :tc=ncr260wy60pp:
11248ncr160wy60wpp|NCR 2900_160 wyse 60 wide mode:\
11249 :tc=ncr260wy60wpp:
11250ncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal:\
11251 :5i:am:hs:mi:ms:xo:\
11252 :Nl#32:co#80:it#8:li#24:\
11253 :#4=\E[D:%i=\E[C:@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
11254 :DO=\E[%dB:K1=\E[H:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
11255 :ac=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~:ae=\017:\
11256 :al=\E[B\E[L:as=\016:bl=^G:cb=\E[1K:cd=\E[0J:ce=\E[0K:\
11257 :cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
11258 :ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:ds=\E[31l:eA=\E(B\E)0:\
11259 :ei=\E[4l:fs=1:ho=\E[H:im=\E[4h:\
11260 :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0:k1=\EOP:\
11261 :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
11262 :ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\017\E[0m:mr=\E[7m:\
11263 :nd=\E[C:nw=\EE:ps=\E[i:\
11264 :r2=\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:\
11265 :rc=\E8:\
11266 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>:\
11267 :sc=\E7:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11268 :ts=\E[>+1:ue=\E[0m:up=\E[A:us=\E[4m:
11269ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal:\
11270 :co#132:\
11271 :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0:\
11272 :r2=\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:\
11273 :tc=ncrvt100an:
11274#
11275# Vendor-supplied NCR termcaps end here
6774 11276
11277# NCR7900 DIP switches:
11278#
11279# Switch A:
11280# 1-4 - Baud Rate
11281# 5 - Parity (Odd/Even)
11282# 6 - Don't Send or Do Send Spaces
11283# 7 - Parity Enable
11284# 8 - Stop Bits (One/Two)
11285#
11286# Switch B:
11287# 1 - Upper/Lower Shift
11288# 2 - Typewriter Shift
11289# 3 - Half Duplex / Full Duplex
11290# 4 - Light/Dark Background
11291# 5-6 - Carriage Return Without / With Line Feed
11292# 7 - Extended Mode
11293# 8 - Suppress Keyboard Display
11294#
11295# Switch C:
11296# 1 - End of line entry disabled/enabled
11297# 2 - Conversational mode / (Local?) Mode
11298# 3 - Control characters displayed / not displayed
11299# 4 - (2-wire?) / 4-wire communications
11300# 5 - RTS on and off for each character
11301# 6 - (50Hz?) / 60 Hz
11302# 7 - Exit after level zero diagnostics
11303# 8 - RS-232 interface
11304#
11305# Switch D:
11306# 1 - Reverse Channel (yes / no)
11307# 2 - Manual answer (no / yes)
11308# 3-4 - Cursor appearance
11309# 5 - Communication Rate
11310# 6 - Enable / Disable EXT turnoff
11311# 7 - Enable / Disable CR turnoff
11312# 8 - Enable / Disable backspace
11313#
11314# Since each attribute parameter is 0 or 1, we shift each attribute (standout,
11315# reverse, blink, dim, and underline) the appropriate number of bits (by
11316# multiplying the 0 or 1 by a correct factor to shift) so the bias character,
11317# '@' is (effectively) "or"ed with each attribute to generate the proper third
11318# character in the <ESC>0 sequence. The :sa: string implements the following
11319# equation:
11320#
11321# ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17)) =>
11322# ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
11323#
11324# Where: P1 <==> Standout attribute parameter
11325# P2 <==> Underline attribute parameter
11326# P3 <==> Reverse attribute parameter
11327# P4 <==> Blink attribute parameter
11328# P5 <==> Dim attribute parameter
6775# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO. 11329# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
6776ncr7900i|7900i|ncr7900|7900|ncr 7900 model 1:\ 11330ncr7900i|ncr7900|ncr 7900 model 1:\
6777 :am:bw:ul:\ 11331 :am:bw:ul:\
6778 :co#80:li#24:sg#1:ug#1:\ 11332 :co#80:li#24:sg#1:\
6779 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\ 11333 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
6780 :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\ 11334 :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:\
6781 :le=^H:ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:\ 11335 :ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
6782 :pf=^T:po=^R:\ 11336 :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
6783 :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
6784 :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`: 11337 :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
6785ncr7900i-na|ncr7900-na|7900-na|ncr 7900 model 1 with no arrows:\
6786 :kd@:kl@:kr@:ku@:tc=ncr7900i:
6787ncr7900iv|ncr 7900 model 4:\ 11338ncr7900iv|ncr 7900 model 4:\
6788 :am:bw:es:hs:\ 11339 :am:bw:es:hs:\
6789 :co#80:li#24:\ 11340 :co#80:li#24:\
6790 :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:\ 11341 :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:dl=\E^O:\
6791 :dl=\E^O:do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:\ 11342 :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:k1=\ES:k2=\ET:\
6792 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\ 11343 :k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
6793 :k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\ 11344 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:\
6794 :l6=blue:l7=red:l8=white:le=^H:nw=^M^J:sf=^J:\ 11345 :nw=^M^J:sf=^J:ts=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo:
6795 :ts=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo: 11346# Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
6796ncr7901|7901|ncr 7901 model:\ 11347# The user can enter a CTRL-B to get out of this locked state.
11348# In <hpa>, we want to output the character given by the formula:
11349# ((col / 10) * 16) + (col % 10) where "col" is "p1"
11350ncr7901|ncr 7901 model:\
6797 :am:bw:ul:\ 11351 :am:bw:ul:\
6798 :co#80:li#24:\ 11352 :co#80:li#24:\
6799 :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :\ 11353 :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :cr=^M:\
6800 :cr=^M:cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:\ 11354 :cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:kl=^U:kr=^F:\
6801 :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:\ 11355 :ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:mr=\E0P:nd=^F:pf=^T:\
6802 :mr=\E0P:nd=^F:pf=^T:po=^R:\ 11356 :po=^R:\
6803 :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\ 11357 :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
6804 :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:\ 11358 :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:ve=^X:\
6805 :ve=^X:vi=^W: 11359 :vi=^W:
6806 11360
6807#### Perkin-Elmer (Owl) 11361#### Perkin-Elmer (Owl)
6808# 11362#
@@ -6810,52 +11364,80 @@ ncr7901|7901|ncr 7901 model:\
6810# 11364#
6811 11365
6812bantam|pe550|pe6100|perkin elmer 550:\ 11366bantam|pe550|pe6100|perkin elmer 550:\
11367 :bs:\
6813 :co#80:li#24:\ 11368 :co#80:li#24:\
6814 :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:\ 11369 :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:ho=\EH:\
6815 :ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA: 11370 :le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
6816fox|pe1100|perkin elmer 1100:\ 11371fox|pe1100|perkin elmer 1100:\
6817 :am:\ 11372 :am:bs:\
6818 :co#80:li#24:\ 11373 :co#80:li#24:\
6819 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\ 11374 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
6820 :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:\ 11375 :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:st=\E1:\
6821 :st=\E1:up=\EA:vb=\020\002\020\003: 11376 :up=\EA:vb=\020\002\020\003:
6822owl|pe1200|perkin elmer 1200:\ 11377owl|pe1200|perkin elmer 1200:\
6823 :am:in:\ 11378 :am:bs:in:\
6824 :co#80:li#24:\ 11379 :co#80:li#24:\
6825 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:\ 11380 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :\
6826 :cm=\EX%+ \EY%+ :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:\ 11381 :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:\
6827 :ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:\ 11382 :k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
6828 :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:\ 11383 :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E\041\0:\
6829 :k9=\ERI:kb=^H:le=^H:ll=\EH\EA:nd=\EC:se=\E!\200:\ 11384 :nd=\EC:se=\E\041\0:sf=^J:so=\E\041^H:st=\E1:up=\EA:\
6830 :sf=^J:so=\E!^H:st=\E1:up=\EA:vb=\020\002\020\003: 11385 :vb=\020\002\020\003:
6831pe1251|pe6300|pe6312|perkin elmer 1251:\ 11386pe1251|pe6300|pe6312|perkin elmer 1251:\
6832 :am:\ 11387 :am:\
6833 :co#80:it#8:li#24:pb#300:sg#1:vt#8:\ 11388 :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
6834 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\ 11389 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:ct=\E3:\
6835 :ct=\E3:do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:\ 11390 :do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:k3=\ERD:k4=\ERE:\
6836 :k3=\ERD:k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:\ 11391 :k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:le=\ED:\
6837 :k9=\ERJ:k;=\ERK:le=\ED:nd=\EC:sf=^J:st=\E1:up=\EA: 11392 :nd=\EC:sf=^J:st=\E1:up=\EA:
11393# (pe7000m: this had
11394# rmul=\E!\0, smul=\E!\040,
11395# which is probably wrong, it collides with kf0
6838pe7000m|perkin elmer 7000 series monochrome monitor:\ 11396pe7000m|perkin elmer 7000 series monochrome monitor:\
6839 :am:\ 11397 :am:\
6840 :co#80:li#24:\ 11398 :co#80:li#24:\
6841 :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\ 11399 :bl=^G:bt=\E\041Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :cr=^M:\
6842 :cr=^M:do=\EB:ho=\EH:i1=\E!\200\EW 7o\Egf\ES7 :\ 11400 :do=\EB:ho=\EH:i1=\E\041\0\EW 7o\Egf\ES7 :k0=\E\041\0:\
6843 :k0=\E!\200:k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:\ 11401 :k1=\E\041^A:k2=\E\041^B:k3=\E\041^C:k4=\E\041^D:\
6844 :k5=\E!^E:k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:\ 11402 :k5=\E\041^E:k6=\E\041^F:k7=\E\041^G:k8=\E\041^H:\
6845 :k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:\ 11403 :k9=\E\041^I:k;=\E\041^J:kb=^H:kd=\E\041U:kh=\E\041S:\
6846 :ku=\E!T:le=\ED:ll=\ES7 :nd=\EC:se=\E!\200:sf=^J:\ 11404 :kl=\E\041V:kr=\E\041W:ku=\E\041T:le=\ED:ll=\ES7 :nd=\EC:\
6847 :so=\E!^H:sr=\ER:ue=\E!\200:up=\EA:us=\E! : 11405 :sf=^J:sr=\ER:up=\EA:
6848pe7000c|perkin elmer 7000 series colour monitor:\ 11406pe7000c|perkin elmer 7000 series colour monitor:\
6849 :am:\ 11407 :i1=\E\041\0\EW 7o\Egf\Eb0\Ec7\ES7 :se=\Eb0:so=\Eb2:\
6850 :co#80:li#24:\ 11408 :ue=\E\041\0:us=\E\041 :\
6851 :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\ 11409 :tc=pe7000m:
6852 :cr=^M:do=\EB:ho=\EH:\ 11410
6853 :i1=\E!\200\EW 7o\Egf\Eb0\Ec7\ES7 :k0=\E!\200:\ 11411#### Prime
6854 :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:\ 11412#
6855 :k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:\ 11413# Yes, Prime made terminals. These entries were posted by Kevin J. Cummings
6856 :kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:\ 11414# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
6857 :ll=\ES7 :nd=\EC:se=\Eb0:sf=^J:so=\Eb2:sr=\ER:\ 11415# Prime merged with ComputerVision in the late 1980s; you can reach them at:
6858 :ue=\E!\200:up=\EA:us=\E! : 11416#
11417# ComputerVision Services
11418# 500 Old Connecticut Path
11419# Framingham, Mass.
11420#
11421
11422# Standout mode is dim reverse-video.
11423pt100|pt200|wren|fenix|prime pt100/pt200:\
11424 :am:bw:mi:ms:\
11425 :co#80:it#8:li#24:\
11426 :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
11427 :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:ce=\E[K\E[t:\
11428 :cl=\E?:cm=\E0%+!%+!:cr=^M:dc=\E[P:do=\ED:ei=\E[4l:ho=\E$B:\
11429 :im=\E[4h:kb=^H:kd=\E[B:ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:\
11430 :ks=\E[>13h:ku=\E[A:le=^H:me=\E[m:mh=\E[2m:nd=\E[C:nw=^M^J:\
11431 :se=\E[m:sf=^J:so=\E[2;7m:ta=^I:te=:\
11432 :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
11433 :ue=\E[m:up=\EM:us=\E[4m:vb=\E$\E$P:
11434pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
11435 :co#132:\
11436 :cm=\E[%i%d;%dH:tc=pt100:
11437pt250|Prime PT250:\
11438 :se@:so@:tc=pt100:
11439pt250w|Prime PT250 in 132-column mode:\
11440 :se@:so@:tc=pt100w:
6859 11441
6860#### Sperry Univac 11442#### Sperry Univac
6861# 11443#
@@ -6865,21 +11447,23 @@ pe7000c|perkin elmer 7000 series colour monitor:\
6865# This entry is for the Sperry UTS30 terminal running the TTY 11447# This entry is for the Sperry UTS30 terminal running the TTY
6866# utility under control of CP/M Plus 1R1. The functionality 11448# utility under control of CP/M Plus 1R1. The functionality
6867# provided is comparable to the DEC vt100. 11449# provided is comparable to the DEC vt100.
11450# (uts30: I added <rmam>/<smam> based on the init string -- esr)
6868uts30|sperry uts30 with cp/m@1R1:\ 11451uts30|sperry uts30 with cp/m@1R1:\
6869 :am:bw:hs:\ 11452 :am:bw:hs:\
6870 :co#80:li#24:ws#40:\ 11453 :co#80:li#24:ws#40:\
6871 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 11454 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6872 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dB:SR=\E[%dA:UP=\E[%dA:\ 11455 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7m:SF=\E[%dB:\
11456 :SR=\E[%dA:UP=\E[%dA:\
11457 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
6873 :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\ 11458 :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
6874 :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:\ 11459 :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:do=\EB:\
6875 :do=\EB:ei=:fs=^M:ho=\E[H:ic=\EO:im=:\ 11460 :ei=:fs=^M:ho=\E[H:ic=\EO:im=:is=\E[U 7\E[24;1H:kb=^H:\
6876 :is=\E[U 7\E[24;1H:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:\ 11461 :kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:\
6877 :kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\ 11462 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\EC:\
6878 :mr=\E[7m:nd=\EC:\
6879 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\ 11463 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\
6880 :rf=/usr/lib/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\ 11464 :rf=/usr/share/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\
6881 :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:\ 11465 :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:up=\E[A:\
6882 :up=\E[A:us=\E[4m:ve=\ES:vi=\ER: 11466 :us=\E[4m:ve=\ES:vi=\ER:
6883 11467
6884#### Tandem 11468#### Tandem
6885# 11469#
@@ -6895,14 +11479,14 @@ tandem6510|adm3a repackaged by Tandem:\
6895# have a fourth digit after 653 that designates minor variants. These are 11479# have a fourth digit after 653 that designates minor variants. These are
6896# natively block-mode and rather ugly, but they have a character mode which 11480# natively block-mode and rather ugly, but they have a character mode which
6897# this doubtless(?) exploits. There is a 6520 that is slightly dumber. 11481# this doubtless(?) exploits. There is a 6520 that is slightly dumber.
6898# (tandem653: had ":sb=\ES:", probably someone's mistake for sf -- esr) 11482# (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
11483# removed :if=/usr/share/tabset/tandem653:, no such file -- esr)
6899tandem653|t653x|Tandem 653x multipage terminal:\ 11484tandem653|t653x|Tandem 653x multipage terminal:\
6900 :am:bs:da:db:hs:\ 11485 :am:bs:da:db:hs:\
6901 :co#80:li#24:sg#1:ug#1:ws#64:\ 11486 :co#80:li#24:sg#1:ws#64:\
6902 :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:\ 11487 :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:fs=^M:\
6903 :fs=^M:ho=\EH:if=/usr/share/tabset/tandem653:le=^H:\ 11488 :ho=\EH:le=^H:me=\E6 :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:\
6904 :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:ts=\Eo:ue=\E6 :\ 11489 :ts=\Eo:ue=\E6 :up=\EA:us=\E60:
6905 :up=\EA:us=\E60:
6906 11490
6907#### Tandy/Radio Shack 11491#### Tandy/Radio Shack
6908# 11492#
@@ -6912,49 +11496,40 @@ tandem653|t653x|Tandem 653x multipage terminal:\
6912dmterm|deskmate terminal:\ 11496dmterm|deskmate terminal:\
6913 :am:bw:\ 11497 :am:bw:\
6914 :co#80:li#24:\ 11498 :co#80:li#24:\
6915 :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :\ 11499 :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :cr=^M:\
6916 :cr=^M:dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:\ 11500 :dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:k0=\E1:k1=\E2:\
6917 :k0=\E1:k1=\E2:k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:\ 11501 :k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:k7=\E8:k8=\E9:k9=\E0:\
6918 :k7=\E8:k8=\E9:k9=\E0:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\ 11502 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:\
6919 :ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\ 11503 :l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:mk@:nd=\EC:\
6920 :l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:nd=\EC:se=\EG0:\ 11504 :sf=\EX:ta=^I:ue@:up=\EA:us@:ve=\EG6:vi=\EG5:\
6921 :sf=\EX:so=\EG4:ta=^I:up=\EA:ve=\EG6:vi=\EG5: 11505 :tc=adm+sgr:
6922dt100|dt-100|Tandy DT-100 terminal:\ 11506dt100|dt-100|Tandy DT-100 terminal:\
6923 :xo:\ 11507 :xo:\
6924 :co#80:li#24:sg#1:ug#1:\ 11508 :co#80:li#24:sg#1:\
6925 :ac=kkllmmjjnnwwvvttuuqqxx:ae=^O:al=\E[L:as=^N:bl=^G:\ 11509 :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:bl=^G:\
6926 :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\010\E[%i%d;%dH:\ 11510 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:cr=^M:\
6927 :cr=^M:cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:\ 11511 :cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:\
6928 :ho=\E[H:ic=\E[@:im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:\ 11512 :im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:k2=\E[2i:k3=\E[@:k4=\E[M:\
6929 :k2=\E[2i:k3=\E[@:k4=\E[M:k5=\E[17~:k6=\E[18~:\ 11513 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
6930 :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[?5i:kN=\E[29~:\ 11514 :k;=\E[?5i:kN=\E[29~:kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:\
6931 :kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\ 11515 :kr=\E[C:ku=\E[A:l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:\
6932 :l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:l8=f8:\ 11516 :l8=f8:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
6933 :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ 11517 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6934 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l: 11518dt100w|dt-100w|Tandy DT-100 terminal (wide mode):\
6935dt100w|dt-100w|Tandy DT-100 terminal:\ 11519 :co#132:tc=dt100:
6936 :co#132:\
6937 :bl=^G:cr=^M:do=^J:is=\E[?3l\E)0\E(B:sf=^J:tc=dt100:
6938dt110|Tandy DT-110 emulating ansi:\ 11520dt110|Tandy DT-110 emulating ansi:\
6939 :xo:\ 11521 :xo:\
6940 :co#80:li#24:\ 11522 :co#80:li#24:\
6941 :@7=\E[K:ac=kkllmmjjnnwwvvuuttqqxx:ae=^O:al=\E[0L:\ 11523 :@7=\E[K:ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[0L:as=^N:\
6942 :as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:\ 11524 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:\
6943 :cm=\010\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:\ 11525 :cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:dl=\E[0M:do=\E[0B:\
6944 :dl=\E[0M:do=\E[0B:eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:\ 11526 :eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:im=:is=\E[?3l\E)0\E(B:\
6945 :im=:is=\E[?3l\E)0\E(B:k1=\E[1~:k2=\E[2~:k3=\E[3~:\ 11527 :k1=\E[1~:k2=\E[2~:k3=\E[3~:k4=\E[4~:k5=\E[5~:k6=\E[6~:\
6946 :k4=\E[4~:k5=\E[5~:k6=\E[6~:k7=\E[7~:k8=\E[8~:\ 11528 :k7=\E[7~:k8=\E[8~:k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:\
6947 :k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:kP=\E[25~:\ 11529 :kP=\E[25~:kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:\
6948 :kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:\ 11530 :l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:\
6949 :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:\ 11531 :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
6950 :le=^H:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ 11532 :ue=\E[m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6951 :ue=\E[0m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6952dt200|td200|Tandy 200:\
6953 :am:xt:\
6954 :co#40:li#16:\
6955 :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
6956 :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
6957 :se=\Eq:sf=^J:so=\Ep:up=\EA:
6958pt210|TRS-80 PT-210 printing terminal:\ 11533pt210|TRS-80 PT-210 printing terminal:\
6959 :hc:os:\ 11534 :hc:os:\
6960 :co#80:\ 11535 :co#80:\
@@ -6968,27 +11543,39 @@ pt210|TRS-80 PT-210 printing terminal:\
6968# area" for interactive text. 11543# area" for interactive text.
6969# 11544#
6970 11545
6971tek|tek4012|4012|tektronix 4012:\ 11546tek|tek4012|tektronix 4012:\
6972 :os:\ 11547 :bs:os:\
6973 :co#75:li#35:\ 11548 :co#75:li#35:\
6974 :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H: 11549 :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
6975tek4013|4013|tektronix 4013:\ 11550# (tek4013: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
6976 :ae=\E^O:as=\E^N:tc=tek4012: 11551tek4013|tektronix 4013:\
6977tek4014|4014|tektronix 4014:\ 11552 :ac=:ae=\E^O:as=\E^N:tc=tek4012:
11553tek4014|tektronix 4014:\
6978 :co#81:li#38:\ 11554 :co#81:li#38:\
6979 :is=\E\017\E9:tc=tek4012: 11555 :is=\E\017\E9:tc=tek4012:
6980tek4015|4015|tektronix 4015:\ 11556# (tek4015: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
6981 :ae=\E^O:as=\E^N:tc=tek4014: 11557tek4015|tektronix 4015:\
6982tek4014-sm|4014-sm|tektronix 4014 in small font:\ 11558 :ac=:ae=\E^O:as=\E^N:tc=tek4014:
11559tek4014-sm|tektronix 4014 in small font:\
6983 :co#121:li#58:\ 11560 :co#121:li#58:\
6984 :is=\E\017\E\072:tc=tek4014: 11561 :is=\E\017\E\072:tc=tek4014:
6985tek4015-sm|4015-sm|tektronix 4015 in small font:\ 11562# (tek4015-sm: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
6986 :ae=\E^O:as=\E^N:tc=tek4014-sm: 11563tek4015-sm|tektronix 4015 in small font:\
6987tek4023|4023|tex|tektronix 4023:\ 11564 :ac=:ae=\E^O:as=\E^N:tc=tek4014-sm:
6988 :am:\ 11565# Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
6989 :co#80:li#24:vt#4:\ 11566#
6990 :bl=^G:cl=\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:le=^H:\ 11567# You need to have "stty nl2" in effect. Some versions of tset(1) know
6991 :nd=^I:se=^_@:sf=^J:so=^_P: 11568# how to set it for you.
11569#
11570# It's got the Magic Cookie problem around stand-out mode. If you can't
11571# live with Magic Cookie, remove the :so: and :se: fields and do without
11572# reverse video. If you like reverse video stand-out mode but don't want
11573# it to flash, change the letter 'H' to 'P' in the :so: field.
11574tek4023|tektronix 4023:\
11575 :am:bs:\
11576 :co#80:dN#4:li#24:sg#1:vt#4:\
11577 :bl=^G:cl=4\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:kb=^H:le=^H:\
11578 :nd=^I:nl=^J:se=^_@:so=^_P:
6992# It is recommended that you run the 4025 at 4800 baud or less; 11579# It is recommended that you run the 4025 at 4800 baud or less;
6993# various bugs in the terminal appear at 9600. It wedges at the 11580# various bugs in the terminal appear at 9600. It wedges at the
6994# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed 11581# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
@@ -6998,34 +11585,35 @@ tek4023|4023|tex|tektronix 4023:\
6998# because it only works in the workspace, not the monitor. 11585# because it only works in the workspace, not the monitor.
6999# Same for home. Likewise, standout only works in the workspace. 11586# Same for home. Likewise, standout only works in the workspace.
7000# 11587#
7001# el was commented out since vi and rogue seem to work better 11588# :ce: was commented out since vi and rogue seem to work better
7002# simulating it with lots of spaces! 11589# simulating it with lots of spaces!
7003# 11590#
7004# il1 and il had 145ms of padding, but that slowed down vi's ^U 11591# :al: and :AL: had 145ms of padding, but that slowed down vi's ^U
7005# and didn't seem necessary. 11592# and didn't seem necessary.
7006# 11593#
7007tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\ 11594tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
7008 :am:da:db:\ 11595 :am:bs:da:db:\
7009 :co#80:it#8:li#34:lm#0:\ 11596 :co#80:it#8:li#34:lm#0:\
7010 :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\ 11597 :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
7011 :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\ 11598 :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
7012 :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\ 11599 :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
7013 :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\ 11600 :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
7014 :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\ 11601 :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
7015 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\ 11602 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
7016 :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\ 11603 :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
7017 :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\ 11604 :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
7018 :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K: 11605 :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
7019tek4025-17|4025-17|4027-17|tek 4025 17 line window:\ 11606tek4025-17|tek 4025 17 line window:\
7020 :li#17:\ 11607 :li#17:tc=tek4025:
7021 :tc=tek4025: 11608tek4025-17-ws|tek 4025 17 line window in workspace:\
7022tek4025-17-ws|4025-17-ws|4025-17ws|4027-17ws|4027-17-ws|tek 4025 17 line window in workspace:\ 11609 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
7023 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
7024 :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\ 11610 :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
7025 :ti=\037wor h\r:tc=tek4025-17: 11611 :ti=\037wor h\r:\
11612 :tc=tek4025-17:
7026tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\ 11613tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
7027 :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\ 11614 :is=\037com 33\r\n\041sto 9 17 25 33 41 49 57 65 73\r:\
7028 :te=\037com 33\r:ti=!com 31\r:tc=tek4025: 11615 :te=\037com 33\r:ti=\041com 31\r:\
11616 :tc=tek4025:
7029# Tektronix 4025a 11617# Tektronix 4025a
7030# From: Doug Gwyn <gwyn@brl-smoke.ARPA> 11618# From: Doug Gwyn <gwyn@brl-smoke.ARPA>
7031# The following status modes are assumed for normal operation (replace the 11619# The following status modes are assumed for normal operation (replace the
@@ -7040,22 +11628,22 @@ tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
7040# Other modes may be set according to communication requirements. 11628# Other modes may be set according to communication requirements.
7041# If the command character is inadvertently changed, termcap can't restore it. 11629# If the command character is inadvertently changed, termcap can't restore it.
7042# Insert-character cannot be made to work on both top and bottom rows. 11630# Insert-character cannot be made to work on both top and bottom rows.
7043# Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas. 11631# Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
7044# There also seems to be a problem with vertical motion, perhaps involving 11632# There also seems to be a problem with vertical motion, perhaps involving
7045# delete/insert-line, following a typed carriage return. This terminal sucks. 11633# delete/insert-line, following a typed carriage return. This terminal sucks.
7046# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control! 11634# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7047# (tek4025a: mapped ":pt:" to default tabs; removed obsolete ":xx:". 11635# (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
7048# This may mean the tek4025a entry won't work any more. -- esr) 11636# work any more. -- esr)
7049tek4025a|4025a|Tektronix 4025A:\ 11637tek4025a|Tektronix 4025A:\
7050 :am:bs:bw:da:db:pt:xo:\ 11638 :am:bs:bw:da:db:pt:xo:\
7051 :co#80:li#34:\ 11639 :co#80:it#8:li#34:\
7052 :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\ 11640 :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
7053 :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\ 11641 :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
7054 :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\ 11642 :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
7055 :ce=\035dch 80;:ch=\r\035rig %d;:\ 11643 :ce=\035dch 80;:ch=\r\035rig %d;:cl=\035era;\n\035rup;:\
7056 :cl=\035era;\n\035rup;:cr=^M:ct=\035sto;:dc=\035dch;:\ 11644 :cr=^M:ct=\035sto;:dc=\035dch;:dl=\035dli;:do=^J:le=^H:\
7057 :dl=\035dli;:do=^J:le=^H:nd=\035rig;:\ 11645 :nd=\035rig;:\
7058 :rs=!com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;:\ 11646 :rs=\041com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;:\
7059 :sf=^J:ta=^I:up=^K: 11647 :sf=^J:ta=^I:up=^K:
7060# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981 11648# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
7061# Here's the command file that I use to get rogue to work on the 4025. 11649# Here's the command file that I use to get rogue to work on the 4025.
@@ -7063,60 +11651,140 @@ tek4025a|4025a|Tektronix 4025A:\
7063# not try to scroll, or cursor addressing won't work. Also, you can't 11651# not try to scroll, or cursor addressing won't work. Also, you can't
7064# see the cursor.) 11652# see the cursor.)
7065# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh) 11653# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
7066# (tek4025-cr: mapped ":pt:" to default tabs -- esr) 11654tek4025-cr|tek 4025 for curses and rogue:\
7067tek4025-cr|4025-cr|tek 4025 for curses and rogue:\ 11655 :am:bs:\
7068 :am:bs:pt:\ 11656 :co#80:it#8:li#33:\
7069 :co#80:li#33:\
7070 :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\ 11657 :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\
7071 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\ 11658 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
7072 :le=^H:nd=\037rig;:nl=^F^J:te=\037wor 0:\ 11659 :le=^H:nd=\037rig;:sf=^F^J:ta=^I:te=\037wor 0:\
7073 :ti=\037wor 33h:up=^K: 11660 :ti=\037wor 33h:up=^K:
7074# next two lines commented out since curses only allows 128 chars, sigh. 11661# next two lines commented out since curses only allows 128 chars, sigh.
7075# :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:\ 11662# :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:\
7076# :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: 11663# :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:
7077tek4025ex|4025ex|4027ex|tek 4025 w/!:\ 11664tek4025ex|4025ex|4027ex|tek 4025 w/!:\
7078 :is=\037com 33\r\n!sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\ 11665 :is=\037com 33\r\n\041sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\
7079 :te=\037com 33\r:ti=!com 31\r:tc=tek4025: 11666 :te=\037com 33\r:ti=\041com 31\r:\
7080tek4105|4105|tektronix 4105:\ 11667 :tc=tek4025:
7081 :am:mi:ms:ul:xn:xt:\ 11668tek4105|tektronix 4105:\
11669 :am:bs:mi:ms:ul:xn:xt:\
7082 :co#79:it#8:li#29:\ 11670 :co#79:it#8:li#29:\
7083 :ae=\E[0m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\ 11671 :ac=:ae=\E[m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
7084 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\ 11672 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
7085 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:\ 11673 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:i1=\E%!1\E[m:\
7086 :i1=\E%!1\E[0m:im=\E[4h:is=\E%!1\E[?6141\E[0m:kb=^H:\ 11674 :im=\E[4h:is=\E%!1\E[?6141\E[m:kb=^H:kd=\E[1B:kl=\E[1D:\
7087 :kd=\E[1B:kl=\E[1D:kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:\ 11675 :kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:md=\E[=7;<4m:\
7088 :md=\E[=7;<4m:me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:\ 11676 :me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[=1;<3m:\
7089 :mr=\E[=1;<3m:nd=\E[1C:se=\E[=0;<1m:sf=\E[S:\ 11677 :nd=\E[1C:se=\E[=0;<1m:sf=\E[S:so=\E[=2;<3m:sr=\E[T:ta=^I:\
7090 :so=\E[=2;<3m:sr=\E[T:ta=^I:ti=\E%!1\E[?6l\E[2J:\ 11678 :te=:ti=\E%!1\E[?6l\E[2J:ue=\E[=0;<1m:up=\E[1A:\
7091 :ue=\E[=0;<1m:up=\E[1A:us=\E[=5;<2m: 11679 :us=\E[=5;<2m:
7092 11680
7093tek4105-30|4105-30|4015 emulating 30 line vt100:\ 11681# (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
11682tek4105-30|4015 emulating 30 line vt100:\
7094 :am:mi:ms:xn:xo:\ 11683 :am:mi:ms:xn:xo:\
7095 :co#80:it#8:li#30:vt#3:\ 11684 :co#80:it#8:li#30:vt#3:\
7096 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\ 11685 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
7097 :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 11686 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
7098 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 11687 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7099 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 11688 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7100 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\ 11689 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
7101 :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\ 11690 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
7102 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\ 11691 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
7103 :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 11692 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7104 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\ 11693 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
7105 :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\ 11694 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
7106 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
7107 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ 11695 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
7108 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\ 11696 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
7109 :ue=\E[m:up=\E[A:us=\E[4m: 11697 :ue=\E[m:up=\E[A:us=\E[4m:
7110 11698
7111tek4107|tek4109|4107|4109|tektronix terminals 4107 4109:\ 11699# Tektronix 4105 from BRL
7112 :am:mi:ms:ul:xn:xt:\ 11700# The following setup modes are assumed for normal operation:
11701# CODE ansi CRLF no DABUFFER 141
11702# DAENABLE yes DALINES 30 DAMODE replace
11703# DAVISIBILITY yes ECHO no EDITMARGINS 1 30
11704# FLAGGING input INSERTREPLACE replace LFCR no
11705# ORIGINMODE relative PROMPTMODE no SELECTCHARSET G0 B
11706# SELECTCHARSET G1 0 TABS -2
11707# Other setup modes may be set for operator convenience or communication
11708# requirements; I recommend
11709# ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
11710# BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
11711# EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
11712# GAMODE overstrike GCURSOR 0 100 0 GSPEED 10 1
11713# IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
11714# PROMPTSTRING '' QUEUESIZE 2460 WINDOW 0 0 4095 3132
11715# XMTDELAY 0
11716# and factory color maps. After setting these modes, save them with NVSAVE. No
11717# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
11718# "IC" cannot be used in combination with "im" & "ei".
11719# "tek4105a" is just a guess:
11720tek4105a|Tektronix 4105:\
11721 :bs:ms:pt:xo:\
11722 :co#80:it#8:kn#8:li#30:vt#3:\
11723 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
11724 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
11725 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
11726 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
11727 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
11728 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
11729 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
11730 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
11731 :l5=F6:l6=F8:le=^H:ll=\E[30;H:mb=\E[5m:md=\E[1m:me=\E[m:\
11732 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11733 :rs=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLA>\ELM0\EKE0\ENF1\EKS0\END0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>:\
11734 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11735 :te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:us=\E[4m:\
11736 :ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
11737 :vs=\E%!0\ETD70\E%!1:
11738
11739#
11740# Tektronix 4106/4107/4109 from BRL
11741# The following setup modes are assumed for normal operation:
11742# CODE ansi COLUMNMODE 80 CRLF no
11743# DABUFFER 141 DAENABLE yes DALINES 32
11744# DAMODE replace DAVISIBILITY yes ECHO no
11745# EDITMARGINS 1 32 FLAGGING input INSERTREPLACE replace
11746# LFCR no LOCKKEYBOARD no ORIGINMODE relative
11747# PROMPTMODE no SELECTCHARSET G0 B SELECTCHARSET G1 0
11748# TABS -2
11749# Other setup modes may be set for operator convenience or communication
11750# requirements; I recommend
11751# ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
11752# BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
11753# EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
11754# GAMODE overstrike GCURSOR 0 100 0 GSPEED 9 3
11755# IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
11756# PROMPTSTRING '' QUEUESIZE 2620 WINDOW 0 0 4095 3132
11757# XMTDELAY 0
11758# and factory color maps. After setting these modes, save them with NVSAVE. No
11759# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
11760# "IC" cannot be used in combination with "im" & "ei".
11761tek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109:\
11762 :ms:xo:\
11763 :co#80:it#8:li#32:vt#3:\
11764 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
11765 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
11766 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
11767 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
11768 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
11769 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
11770 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
11771 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
11772 :l5=F6:l6=F8:le=^H:ll=\E[32;H:mb=\E[5m:md=\E[1m:me=\E[m:\
11773 :mr=\E[7m:nd=\E[C:nw=\EE:\
11774 :r1=\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>:\
11775 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7;42m:sr=\EM:st=\EH:\
11776 :ta=^I:te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:\
11777 :us=\E[4m:ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
11778 :vs=\E%!0\ETD70\E%!1:
11779
11780tek4107|tek4109|tektronix terminals 4107 4109:\
11781 :am:bs:mi:ms:ul:xn:xt:\
7113 :co#79:it#8:li#29:\ 11782 :co#79:it#8:li#29:\
7114 :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:\ 11783 :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:do=^J:kb=^H:\
7115 :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\ 11784 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\E%!1\E[5m\E%!0:\
7116 :mb=\E%!1\E[5m\E%!0:md=\E%!1\E[1m\E%!0:\ 11785 :md=\E%!1\E[1m\E%!0:me=\E%!1\E[m\E%!0:\
7117 :me=\E%!1\E[m\E%!0:mh=\E%!1\E[<0m\E%!0:\ 11786 :mh=\E%!1\E[<0m\E%!0:mr=\E%!1\E[7m\E%0:nd=\EC:\
7118 :mr=\E%!1\E[7m\E%0:nd=\EC:\ 11787 :..sa=\E%%\0411\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%\0410:\
7119 :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0:\
7120 :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\ 11788 :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
7121 :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\ 11789 :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
7122 :ve=\E%!0:vs=\E%!3: 11790 :ve=\E%!0:vs=\E%!3:
@@ -7125,8 +11793,8 @@ tek4107|tek4109|4107|4109|tektronix terminals 4107 4109:\
7125tek4207-s|Tektronix 4207 with sysline but no memory:\ 11793tek4207-s|Tektronix 4207 with sysline but no memory:\
7126 :es:hs:\ 11794 :es:hs:\
7127 :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\ 11795 :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
7128 :i2=\E7\E[?6l\E[2K\E[?6h\E8:\ 11796 :i1=\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:\
7129 :is=\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:\ 11797 :is=\E7\E[?6l\E[2K\E[?6h\E8:\
7130 :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107: 11798 :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
7131 11799
7132# The 4110 series may be a wonderful graphics series, but they make the 4025 11800# The 4110 series may be a wonderful graphics series, but they make the 4025
@@ -7143,7 +11811,7 @@ tek4207-s|Tektronix 4207 with sysline but no memory:\
7143# 11811#
7144# 'vi' works reasonably well with this entry. 11812# 'vi' works reasonably well with this entry.
7145# 11813#
7146otek4112|o4112-nd|otek4113|otek4114|tektronix 4110 series:\ 11814otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series:\
7147 :am:\ 11815 :am:\
7148 :co#80:li#34:\ 11816 :co#80:li#34:\
7149 :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\ 11817 :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
@@ -7154,165 +11822,156 @@ tek4112|tek4114|tektronix 4110 series:\
7154 :co#80:li#34:\ 11822 :co#80:li#34:\
7155 :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\ 11823 :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
7156 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\ 11824 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
7157 :is=\E3!1:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\ 11825 :is=\E3\0411:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
7158 :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:\ 11826 :sf=\E7\E[0;0H\E[M\E8:so=\E[7m:sr=\E7\E[0;0H\E[L\E8:\
7159 :us=\E[4m:ve=:vs=: 11827 :ue=\E[m:up=\EM:us=\E[4m:
7160tek4112-nd|4112-nd|4112 not in dialog area:\ 11828tek4112-nd|4112 not in dialog area:\
7161 :ns:\ 11829 :ns:\
7162 :up=^K:tc=tek4112: 11830 :up=^K:tc=tek4112:
7163tek4112-5|4112-5|4112 in 5 line dialog area:\ 11831tek4112-5|4112 in 5 line dialog area:\
7164 :li#5:\ 11832 :li#5:tc=tek4112:
7165 :tc=tek4112: 11833# (tek4113: this used to have ":nd=\LM1\s\LM0:", someone's mistake;
7166# (tek4113: this used to have ":nd=\LM1 \LM0:", someone's mistake; 11834# removed ":as=\E^N:, :ae=\E^O:", which had been commented out in 8.3.
7167# removed ":as=\E^N:ae=\E^O:", which had been commented out in 8.3. 11835# Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vi: were
7168# Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vs: were previously \0410 11836# previously \0410 and \0411 sequences...I don't *think* they were supposed
7169# and \0411 sequences...I don't *think* they were supposed to be 4-digit 11837# to be 4-digit octal -- esr)
7170# octal -- esr) 11838tek4113|tektronix 4113 color graphics with 5 line dialog area:\
7171tek4113|tektronix 4113 color graphics, 5 line dialog area:\
7172 :am:bs:da:eo:\ 11839 :am:bs:da:eo:\
7173 :co#80:li#5:\ 11840 :co#80:li#5:\
7174 :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\ 11841 :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
7175 :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\ 11842 :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
7176 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0: 11843 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
7177tek4113-34|4113-34|tektronix 4113 color graphics, 34 line dialog area:\ 11844tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
7178 :li#34:\ 11845 :li#34:\
7179 :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113: 11846 :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
7180# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 11847# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not
7181# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up . 11848# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
7182# :vb: needs enough delay to let you see the background color being toggled. 11849# :vb: needs enough delay to let you see the background color being toggled.
7183# (tek4113-nd: mapped ":pt:" to default tabs -- esr) 11850tek4113-nd|tektronix 4113 color graphics with no dialog area:\
7184tek4113-nd|4113-nd|tektronix 4113 color graphics, no dialog area:\ 11851 :am:bs:eo:\
7185 :am:bs:eo:pt:\ 11852 :co#80:it#8:li#34:\
7186 :co#80:li#34:\ 11853 :cl=\E^L:do=^J:ho=\ELF7l\177 @:is=\ELZ\EKA0\ELF7l\177 @:\
7187 :cl=\E^L:do=^J:ho=\ELF7l\177 @:\ 11854 :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
7188 :is=\ELZ\EKA0\ELF7l\177 @:le=^H:ll=\ELF hl @:nd=^I:\ 11855 :uc=\010\EMG1_\EMG0:up=^K:\
7189 :se=\EMT1:so=\EMT2:uc=\010\EMG1_\EMG0:up=^K:\
7190 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\ 11856 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
7191 :vs=\ELZ\EKA0: 11857 :vs=\ELZ\EKA0:
7192# This entry is from Tek. Inc. (Brian Biehl) 11858# This entry is from Tek. Inc. (Brian Biehl)
7193# (tek4115: mapped ":pt:" to default tabs; :bc: renamed to :le: -- esr) 11859# (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
7194otek4115|Tektronix 4115:\ 11860otek4115|Tektronix 4115:\
7195 :am:bs:da:db:eo:pt:\ 11861 :am:bs:da:db:eo:\
7196 :co#80:li#34:\ 11862 :co#80:it#8:li#34:\
7197 :al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\ 11863 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
7198 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\ 11864 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
7199 :ho=\E[;H:if=/usr/share/tabset/vt100:im=\E[4h:\ 11865 :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
7200 :is=\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[0m:\ 11866 :is=\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:\
7201 :kb=^H:ke=\E>:ks=\E=:le=\E[D:nd=\E[C:se=\E[m:\ 11867 :kb=^H:ke=\E>:ks=\E=:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:\
7202 :so=\E[7m:sr=\EM:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\ 11868 :so=\E[7m:sr=\EM:ta=^I:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
7203 :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\ 11869 :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
7204 :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1: 11870 :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
7205tek4115|newer tektronix 4115 entry with more ANSI capabilities:\ 11871tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
7206 :am:xo:\ 11872 :am:xo:\
7207 :co#80:li#34:\ 11873 :co#80:li#34:\
7208 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\ 11874 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
7209 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:\ 11875 :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
7210 :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 11876 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
7211 :cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:\ 11877 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:\
7212 :ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\ 11878 :dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
7213 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\ 11879 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
7214 :me=\E[0m:mk=\E[8m:mr=\E[7m:nd=\E[C:\ 11880 :mk=\E[8m:mr=\E[7m:nd=\E[C:..rp=%p1%c\E[%p2%{1}%-%db:\
7215 :..rp=%p1%c\E[%p2%{1}%-%db:\
7216 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\ 11881 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
7217 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\ 11882 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
7218 :us=\E[4m: 11883 :us=\E[4m:
7219# The tek4125 emulates a vt100 incorrectly - the scrolling region 11884# The tek4125 emulates a vt100 incorrectly - the scrolling region
7220# command is ignored. The following entry replaces the :cs: with the needed 11885# command is ignored. The following entry replaces :cs: with the needed
7221# :al:, :dl:, and :im:; removes some cursor pad commands that the tek4125 11886# :AL:, :AL:, and :im:; removes some cursor pad commands that the tek4125
7222# chokes on; and adds a lot of initialization for the tek dialog area. 11887# chokes on; and adds a lot of initialization for the tek dialog area.
7223# Note that this entry uses all 34 lines and sets the cursor color to green. 11888# Note that this entry uses all 34 lines and sets the cursor color to green.
7224# Steve Jacobson 8/85 11889# Steve Jacobson 8/85
7225# (tek4125: there were two "\!"s in the is that I replaced with "\E!" -- esr) 11890# (tek4125: there were two "\!"s in the is that I replaced with "\E!";
7226tek4125|4125:\ 11891# commented out, :im:=\E1 because there's no :ei: -- esr)
11892tek4125|tektronix 4125:\
7227 :li#34:\ 11893 :li#34:\
7228 :al=\E[1L:cs@:dl=\E[1M:im=\E1:\ 11894 :al=\E[1L:cs@:dl=\E[1M:\
7229 :is=\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:\ 11895 :is=\E%\E\0410\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E\0411\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
7230 :ks=\E=:rc@:sc@:tc=vt100: 11896 :ks=\E=:rc@:sc@:\
11897 :tc=vt100:
7231 11898
7232# From: <jcoker@ucbic> 11899# From: <jcoker@ucbic>
7233# (tek4107: mapped ":pt:" to default tabs. This was the termcap file's 11900# (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
7234# entry for the 4107/4207, but SCO supplied another, less capable 4107 entry. 11901# supplied another, less capable 4107 entry. So we'll use that for 4107 and
7235# So we'll use that for 4107 and note that if jcoker wasn't confused you 11902# note that if jcoker wasn't confused you may be able to use this one.
7236# may be able to use this one. -- esr) 11903# I merged in :ms:,:sf:,:sr:,<invis>,:ct: from a BRL entry -- esr)
7237tek4207|Tektronix 4207 graphics terminal with memory:\ 11904tek4207|Tektronix 4207 graphics terminal with memory:\
7238 :am:bs:bw:mi:pt:ul:xn:\ 11905 :am:bw:mi:ms:ul:xn:\
7239 :co#80:li#32:\ 11906 :co#80:it#8:li#32:\
7240 :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\ 11907 :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
7241 :cm=\E[%i%d;%dH:dc=4\E[P:dl=3\E[M:do=^J:ei=:ho=\E[H:\ 11908 :cm=\E[%i%d;%dH:ct=\E[1g:dc=4\E[P:dl=3\E[M:do=^J:ei=:\
7242 :ic=4\E[@:im=:\ 11909 :ho=\E[H:ic=4\E[@:im=:\
7243 :is=\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:\ 11910 :is=\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:\
7244 :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:\ 11911 :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:mb=\E[5m:\
7245 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\ 11912 :md=\E[1m:me=\E[m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:se=\E[m:\
7246 :so=\E[7m:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\ 11913 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
7247 :ti=\E[?6l\E[H\E[J:ue=\E[m:up=\EM:us=\E[4m: 11914 :te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:ti=\E[?6l\E[H\E[J:\
11915 :ue=\E[m:up=\EM:us=\E[4m:
7248 11916
7249# From: <carolyn@dali.berkeley.edu> Thu Oct 31 12:54:27 1985 11917# From: <carolyn@dali.berkeley.edu> Thu Oct 31 12:54:27 1985
7250# (tek4404: There was a "\!" in :ti: that I replaced with "\E!"; 11918# (tek4404: There was a "\!" in :ti: that I replaced with "\E!".
7251# also mapped ":pt:" to default tabs -- esr) 11919# Tab had been given as \E2I,that must be the tab-set capability -- esr)
7252tek4404|4404:\ 11920tek4404|tektronix 4404:\
7253 :bs:pt:\ 11921 :bs:\
7254 :co#80:li#32:\ 11922 :co#80:it#8:li#32:\
7255 :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\ 11923 :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
7256 :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:\ 11924 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:\
7257 :do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:kd=\E[B:ke=\E[?1h:\ 11925 :im=\E[4h:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:\
7258 :kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:mb=\E[5m:md=\E[1m:\ 11926 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:rc=\E8:\
7259 :me=\E[m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\ 11927 :sc=\E7:se=\E[27m:so=\E[7m:st=\E[2I:ta=^I:\
7260 :ta=\E[2I:te=\E[1;1H\E[0J\E[?6h\E[?1l:\ 11928 :te=\E[1;1H\E[0J\E[?6h\E[?1l:\
7261 :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\ 11929 :ti=\E%\E\0411\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\
7262 :us=\E[4m: 11930 :us=\E[4m:
7263# t500 is a local entry for the oddball Tek 500 owned by Fluke 11931# Some unknown person wrote:
7264# Labs
7265#
7266t500|Tek series 500:\
7267 :am:bw:\
7268 :co#80:li#25:\
7269 :bl=^G:cl=\005:cm=\E=%+ %+ :cr=^M:do=^J:ho=^T:le=^H:\
7270 :sf=^J:
7271# I added the is string - straight Unix has ESC ; in the login 11932# I added the is string - straight Unix has ESC ; in the login
7272# string which sets a ct8500 into monitor mode (aka 4025 snoopy 11933# string which sets a ct8500 into monitor mode (aka 4025 snoopy
7273# mode). The is string here cleans up a few things (but not 11934# mode). The is string here cleans up a few things (but not
7274# everything). 11935# everything).
7275#
7276ct8500|tektronix ct8500:\ 11936ct8500|tektronix ct8500:\
7277 :am:bw:da:db:\ 11937 :am:bw:da:db:\
7278 :co#80:li#25:\ 11938 :co#80:li#25:\
7279 :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\ 11939 :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
7280 :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:\ 11940 :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:ic=\E^\:im=:\
7281 :ic=\E^\:im=:is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:\ 11941 :is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:se=\E :sf=^J:so=\E$:\
7282 :se=\E :sf=^J:so=\E$:sr=\E^A:ta=^I:ue=\E :up=\ER:\ 11942 :sr=\E^A:ta=^I:ue=\E :up=\ER:us=\E\041:
7283 :us=\E!:
7284 11943
7285# Tektronix 4205 terminal. 11944# Tektronix 4205 terminal.
7286# 11945#
7287# am is not defined because the wrap around occurs not when the char. 11946# am is not defined because the wrap around occurs not when the char.
7288# is placed in the 80'th column, but when we are attempting to type 11947# is placed in the 80'th column, but when we are attempting to type
7289# the 81'st character on the line. 11948# the 81'st character on the line. (esr: hmm, this is like the vt100
11949# version of xenl, perhaps am + xenl would work!)
7290# 11950#
7291# Bold, dim, and standout are simulated by colors and thus not allowed 11951# Bold, dim, and standout are simulated by colors and thus not allowed
7292# with colors. The tektronix color table is mapped into the RGB color 11952# with colors. The tektronix color table is mapped into the RGB color
7293# table by setf/setb. All colors are reset to factory specifications by oc. 11953# table by setf/setb. All colors are reset to factory specifications by oc.
7294# The initc cap uses RGB notation to define colors. for arguments 1-3 the 11954# The <initc> cap uses RGB notation to define colors. for arguments 1-3 the
7295# interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub- 11955# interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub-
7296# interval then maps into pre-defined value. 11956# interval then maps into pre-defined value.
7297# (untranslatable capabilities removed to fit entry within 1023 bytes) 11957# (untranslatable capabilities removed to fit entry within 1023 bytes)
7298# WARNING: this entry, 1264 bytes long, may core-dump older termcap libraries! 11958tek4205|tektronix 4205:\
7299tek4205|4205|tektronix 4205:\
7300 :cc:mi:ms:\ 11959 :cc:mi:ms:\
7301 :Co#8:NC#49:co#80:it#8:li#30:pa#63:\ 11960 :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
7302 :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@::LE=\E[%dD:RI=\E[%dC::\ 11961 :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
7303 ::UP=\E[%dA:\ 11962 :UP=\E[%dA:\
7304 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 11963 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7305 :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\ 11964 :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
7306 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\ 11965 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
7307 :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\ 11966 :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
7308 :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[0m:im=\E[4h:k0=\EOA:\ 11967 :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[m:im=\E[4h:k0=\EOA:k1=\EOB:\
7309 :k1=\EOB:k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:\ 11968 :k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:kb=^H:kd=\E[B:\
7310 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\ 11969 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[=7;<4m:\
7311 :mb=\E[5m:md=\E[=7;<4m:me=\E[=0;<1m\E[24;25;27m\017:\ 11970 :me=\E[=0;<1m\E[24;25;27m\017:mh=\E[=1;<6m:mk=\E[=6;<5:\
7312 :mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:\ 11971 :mr=\E[7m:nd=\E[C:\
7313 :oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1:\ 11972 :oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1:\
7314 :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:\ 11973 :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:sr=\EM:\
7315 :sr=\EM:ta=^I:ti=\E%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\ 11974 :ta=^I:te=:ti=\E%%\0411\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
7316 :us=\E[4m: 11975 :us=\E[4m:
7317 11976
7318#### Teletype (tty) 11977#### Teletype (tty)
@@ -7326,12 +11985,10 @@ tek4205|4205|tektronix 4205:\
7326# other programs still default to emitting codes for the Model 37. 11985# other programs still default to emitting codes for the Model 37.
7327# 11986#
7328 11987
7329tty33|model 33 teletype:\ 11988tty33|tty35|model 33 or 35 teletype:\
7330 :hc:os:xo:\ 11989 :hc:os:xo:\
7331 :co#72:\ 11990 :co#72:\
7332 :bl=^G:cr=^M:do=^J:sf=^J: 11991 :bl=^G:cr=^M:do=^J:sf=^J:
7333tty35|model 35 teletype:\
7334 :tc=tty33:
7335tty37|model 37 teletype:\ 11992tty37|model 37 teletype:\
7336 :bs:hc:os:xo:\ 11993 :bs:hc:os:xo:\
7337 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7: 11994 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
@@ -7343,17 +12000,17 @@ tty37|model 37 teletype:\
7343# braindamaged but has hope and is described here. The 40-4 is a 3270 12000# braindamaged but has hope and is described here. The 40-4 is a 3270
7344# lookalike and beyond hope. The terminal has visible bell but I don't know 12001# lookalike and beyond hope. The terminal has visible bell but I don't know
7345# it - it's null here to prevent it from showing the BL character. 12002# it - it's null here to prevent it from showing the BL character.
7346# There is an \EG in :nl: because of a bug in old vi (if stty says you have 12003# There is an \EG in <nl> because of a bug in old vi (if stty says you have
7347# a "newline" style terminal (-crmode) vi figures all it needs is nl 12004# a "newline" style terminal (-crmode) vi figures all it needs is nl
7348# to get crlf, even if :cr: is not ^M.) 12005# to get crlf, even if :cr: is not ^M.)
7349# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr) 12006# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
7350tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\ 12007tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
7351 :xo:\ 12008 :bs:xo:\
7352 :co#80:li#24:\ 12009 :co#80:li#24:\
7353 :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:\ 12010 :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:dl=\EM:\
7354 :dl=\EM:do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:\ 12011 :do=\EB:ei=:ho=\EH:ic=\E\136:im=:kb=^]:kl=^H:le=^H:nd=\EC:\
7355 :le=^H:nd=\EC:pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:\ 12012 :pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:so=\E3:sr=\ET:\
7356 :so=\E3:sr=\ET:st=\E1:ta=\E@:up=\E7: 12013 :st=\E1:ta=\E@:up=\E7:
7357tty43|model 43 teletype:\ 12014tty43|model 43 teletype:\
7358 :am:bs:hc:os:xo:\ 12015 :am:bs:hc:os:xo:\
7359 :co#132:\ 12016 :co#132:\
@@ -7362,58 +12019,51 @@ tty43|model 43 teletype:\
7362#### Tymshare 12019#### Tymshare
7363# 12020#
7364 12021
12022# You can add :is=\E<: to put this 40-column mode, though I can't
12023# for the life of me think why anyone would want to.
7365scanset|sc410|sc415|Tymshare Scan Set:\ 12024scanset|sc410|sc415|Tymshare Scan Set:\
7366 :am:bw:ms:\ 12025 :am:bw:ms:\
7367 :co#80:li#24:\ 12026 :co#80:li#24:\
7368 :ac=l<m-k4j%q\\\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:\ 12027 :ac=j%k4l<m-q\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:ce=\EK:\
7369 :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\ 12028 :cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:kd=\EB:kl=\ED:\
7370 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:\ 12029 :kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:po=\E;0:ps=\E;3:r1=\E>:\
7371 :po=\E;0:ps=\E;3:r1=\E>:rc=^C:sc=^B:sf=^J:up=^K: 12030 :rc=^C:sc=^B:sf=^J:up=^K:
7372
7373scanset-n|Tymshare Scan Set in 40 col mode:\
7374 :r2=\E<:tc=scanset:
7375 12031
7376#### Volker-Craig (vc) 12032#### Volker-Craig (vc)
7377# 12033#
12034# If you saw a Byte Magazine cover with a terminal on it during the early
12035# 1980s, it was probably one of these. Carl Helmers liked them because
12036# they could crank 19.2 and were cheap (that is, he liked them until he tried
12037# to program one...)
12038#
7378 12039
7379# Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time 12040# Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
7380# every other linefeed. 12041# every other linefeed.
7381vc303a|vc403a|volker-craig 303a:\
7382 :am:bs:ns:\
7383 :co#80:li#24:\
7384 :bl=^G:ce=\026:cl=\030:cr=^M:do=^J:ho=\031:kd=^J:\
7385 :kl=^H:kr=^U:ku=^Z:le=^H:ll=^P:nd=^U:up=^Z:
7386vc303|vc103|vc203|volker-craig 303:\ 12042vc303|vc103|vc203|volker-craig 303:\
7387 :am:bs:ns:\ 12043 :am:bs:ns:\
7388 :co#80:li#24:\ 12044 :co#80:li#24:\
7389 :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:\ 12045 :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:ku=^N:\
7390 :ku=^N:le=^H:ll=\017W:nd=^I:up=^N: 12046 :le=^H:ll=\017W:nd=^I:up=^N:
12047vc303a|vc403a|volker-craig 303a:\
12048 :ce=\026:cl=\030:ho=\031:kr=^U:ku=^Z:ll=^P:nd=^U:up=^Z:tc=vc303:
7391# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr) 12049# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
7392vc404|volker-craig 404:\ 12050vc404|volker-craig 404:\
7393 :am:bs:\ 12051 :am:bs:\
7394 :co#80:li#24:\ 12052 :co#80:li#24:\
7395 :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:\ 12053 :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:do=^J:\
7396 :do=^J:ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:\ 12054 :ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:sf=^J:up=^Z:
7397 :sf=^J:up=^Z:
7398vc404-s|volker-craig 404 w/standout mode:\ 12055vc404-s|volker-craig 404 w/standout mode:\
7399 :do=^J:se=^O:so=^N:tc=vc404: 12056 :do=^J:se=^O:so=^N:tc=vc404:
7400# (vc404-na: removed obsolete ":ma@:" -- esr)
7401vc404-na|volker-craig 404 w/no arrow keys:\
7402 :kr@:ku@:tc=vc404:
7403vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
7404 :se=^O:so=^N:tc=vc404-na:
7405# From: <wolfgang@cs.sfu.ca> 12057# From: <wolfgang@cs.sfu.ca>
12058# (vc414: merged in cup/dl1/home from an old vc414h-noxon)
7406vc414|vc414h|Volker-Craig 414H in sane escape mode.:\ 12059vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
7407 :am:bs:\ 12060 :am:bs:\
7408 :co#80:li#24:\ 12061 :co#80:li#24:\
7409 :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:dc=\E3:\ 12062 :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:cm=\E\021%r%.%.:\
7410 :do=\E^K:ei=:ic=\E\072:im=:k0=\EA:k1=\EB:k2=\EC:\ 12063 :dc=\E3:dl=\E\023:do=\E^K:ei=:ho=\E^R:ic=\E\072:im=:k0=\EA:\
7411 :k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:kh=\E^R:\ 12064 :k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:\
7412 :kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\ 12065 :kh=\E^R:kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
7413 :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:\ 12066 :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:up=\E^L:
7414 :up=\E^L:
7415vc414h-noxon:\
7416 :cm=\E\021%r%.%.:dl=\E\023:ho=\E^R:tc=vc414h:
7417vc415|volker-craig 415:\ 12067vc415|volker-craig 415:\
7418 :cl=^L:tc=vc404: 12068 :cl=^L:tc=vc404:
7419 12069
@@ -7429,93 +12079,245 @@ vc415|volker-craig 415:\
7429# delete line commands. Consequently, the resulting behavior looks like a 12079# delete line commands. Consequently, the resulting behavior looks like a
7430# crude adm3a-type terminal. 12080# crude adm3a-type terminal.
7431# Steve Jacobson 8/85 12081# Steve Jacobson 8/85
7432pcplot:\ 12082pcplot|pc-plot terminal emulation program:\
7433 :xn@:\ 12083 :xn@:\
7434 :cs@:rc@:sc@:tc=vt100: 12084 :AL@:DL@:al@:cs@:dl@:rc@:sc@:tc=vt100:
7435# (kaypro: removed obsolete ":ma=^K^P:" -- esr) 12085# KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
12086# I've found that my KayPro II, running MDM730, continues to emulate an
12087# ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
12088# system the following termcap entry works well:
12089# I have noticed a couple of minor glitches, but nothing I can't work
12090# around. (I added two capabilities from the BRL entry -- esr)
7436kaypro|kaypro2|kaypro II:\ 12091kaypro|kaypro2|kaypro II:\
7437 :am:bs:\ 12092 :am:bs:\
7438 :co#80:li#24:\ 12093 :co#80:li#24:\
7439 :cl=1\032:cm=\E=%+ %+ :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:\ 12094 :al=\EE:bl=^G:cd=^W:ce=^X:cl=1\032:cm=\E=%+ %+ :cr=^M:\
7440 :nd=^L:up=^K: 12095 :dl=\ER:do=^J:ho=^^:kd=^J:kr=^L:ku=^K:nd=^L:sf=^J:up=^K:
7441sanyo55|sanyo|sanyo mbc-55x pc compatible:\
7442 :am:bs:\
7443 :co#80:li#25:\
7444 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:nd=\E[C:\
7445 :se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
7446 12096
7447# From IBM, Thu May 5 19:35:27 1983 12097# From IBM, Thu May 5 19:35:27 1983
7448ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\ 12098# (ibmpc: commented out :im:=\200R because we don't know :ei: -- esr)
7449 :am:\ 12099ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
12100 :am:bs:\
7450 :co#80:li#24:\ 12101 :co#80:li#24:\
7451 :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:im=\200R:kd=^_:\ 12102 :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:kd=^_:le=^]:nd=^\:sf=\n:\
7452 :le=^]:nd=^\:sf=\n:up=^^: 12103 :up=^^:
7453 12104
7454#### Apple 12105ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX:\
12106 :am:bw:eo:hs:km:ms:ul:\
12107 :co#80:it#8:li#24:\
12108 :@7=\E[Y:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS\E[%dB:\
12109 :SR=\E[%dT\E[%dA:UP=\E[%dA:\
12110 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
12111 :bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\Ec:cm=\E[%i%d;%dH:\
12112 :cr=^M:do=\E[B:ec=\E[%dX:ho=\E[H:k1=\240:k2=\241:k3=\242:\
12113 :k4=\243:k5=\244:k6=\245:k7=\246:k8=\247:k9=\250:k;=\251:\
12114 :kB=^]:kD=\177:kI=\E[^H:kN=\E[U:kb=^H:kd=\E[B:kh=\E[H:\
12115 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:mb=\E[5m:\
12116 :md=\E[1m:me=\E[m:mk=\E[30;40m:mr=\E[7m:nd=\E[C:nw=^M:\
12117 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
12118 :se=\E[m:sf=\E[S\E[B:so=\E[7m:sr=\E[T\E[A:ue=\E[m:up=\E[A:\
12119 :us=\E[4m:
12120
12121#### Apple II
12122#
12123# Apple II firmware console first, then various 80-column cards and
12124# terminal emulators. For two cents I'd toss all these in the UFO file
12125# along with the 40-column apple entries.
7455# 12126#
7456 12127
7457# apple -- works with an Apple ][+ that is equipped with a Videx 80 column 12128# From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
7458# card in slot 3. A special routine must be installed at the apple end to 12129# 'it#8' tells UNIX that you have tabs every 8 columns. This is a
7459# enable scroll down, here indicated with a ^U. The Videx card must have 12130# function of TIC, not the firmware.
7460# inverse char set, which is used as standout. 12131# The clear key on a IIgs will do something like clear-screen,
7461apple|apple-v80|Apple][+ w/Videx80 & custom scroll down:\ 12132# depending on what you're in.
7462 :am:xn:\ 12133appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface:\
12134 :am:bs:bw:eo:ms:\
12135 :co#80:it#8:li#24:\
12136 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
12137 :kC=^X:kD=\177:kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:nd=^\:\
12138 :nw=^M^W:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
12139# Apple //e with 80-column card, entry from BRL
12140# The modem interface is permitted to discard LF (maybe DC1), otherwise
12141# passing characters to the 80-column firmware via COUT (PR#3 assumed).
12142# Auto-wrap does not work right due to newline scrolling delay, which also
12143# requires that you set "stty cr2".
12144# Note: Cursor addressing is only available via the Pascal V1.1 entry,
12145# not via the BASIC PR#3 hook. All this nonsense can be avoided only by
12146# using a terminal emulation program instead of the built-in firmware.
12147apple2e|Apple //e:\
12148 :bw:ms:\
7463 :co#80:li#24:\ 12149 :co#80:li#24:\
7464 :ae=^Z3:as=^Z2:bl=^G:cd=\013:ce=\035:cl=\014:\ 12150 :bl=^G:cd=4*\013:ce=4\035:cl=100\014:do=^J:ho=^Y:is=^R^N:\
7465 :..cm=\r\036%r%p1%{32}%+%c%p2%{32}%+%c$<6>:cr=^M:\ 12151 :kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:mr=^O:nw=100\r:\
7466 :do=^J:ho=\031:le=\010:nd=^\:se=^Z2:sf=^J:so=^Z3:\ 12152 :r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
7467 :sr=^P:up=^_: 12153# mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
7468# (appleII: mapped ":pt:" to default tabs -- esr) 12154# 4.20, with incoming and outgoing terminals both on 0, emulation On.
12155apple2e-p|Apple //e via Pascal:\
12156 :cm=\036%r%+ %+ :kb=^H:kd=^J:kl=^H:tc=apple2e:
12157# (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
12158# Enable DC3/DC1 flow control with "stty ixon -ixany".
12159apple-ae|ASCII Express:\
12160 :am:bs:bw:ms:nx:xo:\
12161 :co#80:it#8:li#24:\
12162 :bl=500\007:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
12163 :ho=^Y:is=^R^N:kC=^X:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:\
12164 :mr=^O:nd=^U:r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:up=^_:
7469appleII|apple ii plus:\ 12165appleII|apple ii plus:\
7470 :am:bs:pt:\ 12166 :am:bs:\
7471 :co#80:li#24:\ 12167 :co#80:it#8:li#24:\
7472 :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\ 12168 :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
7473 :is=\024T1\016:kd=^J:kr=^U:nd=^\:se=^N:so=^O:up=^_:\ 12169 :is=\024T1\016:kd=^J:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:\
7474 :vb=\024G1\024T1:ve=^TC2:vs=^TC6: 12170 :ta=^I:up=^_:vb=\024G1\024T1:ve=^TC2:vs=^TC6:
7475# Originally by Gary Ford 21NOV83 12171# Originally by Gary Ford 21NOV83
7476# From: <ee178aci%sdcc7@SDCSVAX.ARPA> Fri Oct 11 21:27:00 1985 12172# From: <ee178aci%sdcc7@SDCSVAX.ARPA> Fri Oct 11 21:27:00 1985
7477apple-80|apple II with smarterm 80 col:\ 12173apple-80|apple II with smarterm 80 col:\
7478 :am:bs:bw:\ 12174 :am:bs:bw:\
7479 :co#80:li#24:\ 12175 :co#80:li#24:\
7480 :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:\ 12176 :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:cm=\036%r%+ %+ :\
7481 :cm=\036%r%+ %+ :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:\ 12177 :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:up=^_:
7482 :up=^_:
7483apple-soroc|apple emulating soroc 120:\ 12178apple-soroc|apple emulating soroc 120:\
7484 :am:\ 12179 :am:\
7485 :co#80:li#24:\ 12180 :co#80:li#24:\
7486 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:\ 12181 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
7487 :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\ 12182 :kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
7488 :up=^K:
7489# From Peter Harrison, Computer Graphics Lab, San Francisco 12183# From Peter Harrison, Computer Graphics Lab, San Francisco
7490# ucbvax!ucsfmis!harrison .....uucp 12184# ucbvax!ucsfmis!harrison .....uucp
7491# ucbvax!ucsfmis!harrison@BERKELEY .......ARPA 12185# ucbvax!ucsfmis!harrison@BERKELEY .......ARPA
7492# "These two work. If you don't have the inverse video chip for the 12186# "These two work. If you don't have the inverse video chip for the
7493# Apple with videx then remove the so and se fields." 12187# Apple with videx then remove the :so: and :se: fields."
7494# (DaleApple: mapped ":pt:" to default tabs -- esr) 12188# (apple-videx: this used to be called DaleApple -- esr)
7495DaleApple|Apple with videx videoterm 80 column board with inverse video:\ 12189apple-videx|Apple with videx videoterm 80 column board with inverse video:\
7496 :am:bs:pt:xn:\ 12190 :am:bs:xn:\
12191 :co#80:it#8:li#24:\
12192 :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:kd=^J:\
12193 :kh=^Y:kl=^H:kr=^U:le=^H:me=^Z2:nd=^\:se=^Z2:so=^Z3:ta=^I:\
12194 :up=^_:
12195# My system [for reference] : Apple ][+, 64K, Ultraterm display card,
12196# Apple Cat ][ 212 modem, + more all
12197# controlled by ASCII Express: Pro.
12198# From Dave Shaver <isucs1!shaver>
12199apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell:\
12200 :am:bs:eo:xt:\
12201 :co#80:li#24:\
12202 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
12203 :is=^V4^W06\017\rVisible Bell Installed.\016\r\n:\
12204 :nd=^\:se=^N:so=^O:up=^_:vb=^W35^W06:
12205apple-uterm|Ultraterm for Apple micros:\
12206 :am:bs:eo:xt:\
7497 :co#80:li#24:\ 12207 :co#80:li#24:\
7498 :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:\ 12208 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
7499 :kd=^J:kh=^Y:kl=^H:kr=^U:le=^H:nd=^\:se=^Z2:so=^Z3:\ 12209 :is=^V4^W06\016:nd=^\:se=^N:so=^O:up=^_:
12210# from trwrba!bwong (Bradley W. Wong):
12211#
12212# This entry assumes that you are using an apple with the UCSD Pascal
12213# language card. SYSTEM.MISCINFO is assumed to be the same as that
12214# supplied with the standard apple except that screenwidth should be set
12215# using SETUP to 80 columns. Note that the right arrow in not mapped in
12216# this termcap entry. This is because that key, on the Apple, transmits
12217# a ^U and would thus preempt the more useful "up" function of vi.
12218#
12219# HMH 2/23/81
12220apple80p|80-column apple with Pascal card:\
12221 :am:bw:\
12222 :co#80:li#24:\
12223 :cd=^K:ce=^]:cl=^Y^L:cm=\036%r%+ %+ :ho=^Y:kl=^H:nd=^\\072:\
7500 :up=^_: 12224 :up=^_:
7501# (lisa: this had forms-drawing capabilities 12225#
7502# :GV=`:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t: 12226# Apple II+ equipped with Videx 80 column card
7503# I renamed GS/GE/CO/CF, mapped ":pt:" to default tabs -- esr) 12227#
7504lisa|apple lisa console display, black on white:\ 12228# Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
7505 :am:bs:eo:ms:pt:\ 12229# manually converted by D A Gwyn
7506 :co#88:li#32:\ 12230#
7507 :ae=\E[10m:al=\E[L:as=\E[11m:cd=\E[J:ce=\E[K:cl=^L:\ 12231# DO NOT use any terminal emulation with this data base, it works directly
7508 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\ 12232# with the Videx card. This has been tested with vi 1200 baud and works fine.
7509 :ic=\E[@:im=:is=\E>\E[0m\014:kb=^H:kd=\E[B:kl=\E[D:\ 12233#
7510 :kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\ 12234# This works great for vi, except I've noticed in pre-R2, ^U will scroll back
7511 :up=\E[A:us=\E[4m:vi=\E[5h:vs=\E[5l: 12235# 1 screen, while in R2 ^U doesn't.
7512liswb|apple lisa console display, white on black:\ 12236# For inverse alternate character set add:
7513 :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[0m:ue=\E[0;7m:\ 12237# :as:=^O::ae:=^N:
12238# (apple-v: added it#8 -- esr)
12239apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520):\
12240 :am:xn:\
12241 :co#80:it#8:li#24:\
12242 :bl=100\007:cd=16*\013:ce=^]:cl=16*\014:cm=\036%r%+ %+ :\
12243 :cr=^M:do=^J:ho=^Y:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:\
12244 :nd=^\:se=^Z2:sf=^J:so=^Z3:ta=8\011:up=^_:
12245apple-videx3|vapple|Apple II with 80 col card:\
12246 :am:bs:\
12247 :co#80:li#24:\
12248 :ce=\Ex:cl=\Ev:cm=\EY%+ %+ :ho=\EH:k0=\EP:k1=\EQ:k2=\ER:\
12249 :k3=\E :k4=\E\041:k5=\E":k6=\E#:k7=\E$:k8=\E%:k9=\E&:kd=\EB:\
12250 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:up=\EA:
12251#From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
12252aepro|Apple II+ running ASCII Express Pro--vt52:\
12253 :bs:\
12254 :co#80:li#24:\
12255 :cd=\EJ:ce=\EK:cl=300\014:cm=\EY%+ %+ :ho=\EH:nd=\EC:\
12256 :up=\EA:
12257# UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
12258apple-vm80|ap-vm80|apple with viewmax-80:\
12259 :bs:\
12260 :co#80:li#24:\
12261 :cd=300\013:ce=^]:cl=300\014:cm=100\036%+ %+ :ho=200\031:\
12262 :nd=^\\072:up=^_:
12263
12264#### Apple Lisa & Macintosh
12265#
12266
12267# (lisa: changed :vs: to :ve: -- esr)
12268lisa|apple lisa console display (black on white):\
12269 :am:bs:eo:ms:\
12270 :co#88:it#8:li#32:\
12271 :ac=jdkclfmenbqattuvvuwsx`:ae=\E[10m:al=\E[L:as=\E[11m:\
12272 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
12273 :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E>\E[m\014:kb=^H:\
12274 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
12275 :se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[5l:\
12276 :vi=\E[5h:
12277liswb|apple lisa console display (white on black):\
12278 :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[m:ue=\E[0;7m:\
7514 :us=\E[4m:tc=lisa: 12279 :us=\E[4m:tc=lisa:
12280
12281# lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
12282# :is: revised by Ferd Brundick <fsbrn@BRL.ARPA>
12283#
12284# These entries assume that the 'Auto Wraparound' is enabled.
12285# Xon-Xoff flow control should also be enabled.
12286#
12287# The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
12288# settings are in non-volatile memory and don't need to be reset upon login.
12289# Also setting the number of columns glitches the screen annoyingly.
12290# You can type "reset" to get them set.
12291#
12292lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation:\
12293 :am:bs:pt:xn:xo:\
12294 :co#80:it#8:kn#4:li#24:vt#3:\
12295 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cd=\E[J:\
12296 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
12297 :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k0=\EOP:k1=\EOQ:\
12298 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
12299 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:le=^H:\
12300 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
12301 :r1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r:\
12302 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12303 :ue=\E[m:up=\E[A:us=\E[4m:
12304# Lisaterm in 132 column ("wide") mode.
12305lisaterm-w|Apple Lisa with Lisaterm in 132 column mode:\
12306 :co#132:\
12307 :kb=^H:kd=^J:kl=^H:tc=lisaterm:
12308# Although MacTerminal has insert/delete line, it is commented out here
12309# since it is much faster and cleaner to use the "lock scrolling region"
12310# method of inserting and deleting lines due to the MacTerminal implementation.
12311# Also, the "Insert/delete ch" strings have an extra character appended to them
12312# due to a bug in MacTerminal V1.1. Blink is disabled since it is not
12313# supported by MacTerminal.
7515mac|macintosh|Macintosh with MacTerminal:\ 12314mac|macintosh|Macintosh with MacTerminal:\
7516 :xn:\ 12315 :xn:\
7517 :dN#30:\ 12316 :dN#30:\
7518 :al=20\E[L:dc=7\E[P:dl=20\E[M:ei=:ic=9\E[@:im=:ip=7:tc=vt100: 12317 :dc=7\E[P:ei=:ic=9\E[@:im=:ip=7:mb@:tc=lisa:
12318# Lisaterm in 132 column ("wide") mode.
12319mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode:\
12320 :co#132:tc=mac:
7519 12321
7520#### Radio Shack/Tandy 12322#### Radio Shack/Tandy
7521# 12323#
@@ -7527,76 +12329,64 @@ coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
7527 :am:bs:\ 12329 :am:bs:\
7528 :co#80:it#8:li#24:\ 12330 :co#80:it#8:li#24:\
7529 :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\ 12331 :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
7530 :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:mb=^_":\ 12332 :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:le=^H:mb=^_":\
7531 :md=\E\072^A:me=\037!\E\072\200:mr=^_ :nd=^F:se=^_!:\ 12333 :md=\E\072^A:me=\037\041\E\072\0:mr=^_ :nd=^F:se=^_\041:\
7532 :so=^_ :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E : 12334 :so=^_ :ue=^_#:up=^I:us=^_":ve=^E\041:vi=^E :
7533trs80|trs-80|radio shack trs-80 Model I:\ 12335# (trs2: removed obsolete ":nl=^_:" -- esr)
7534 :am:bs:\
7535 :co#64:li#16:\
7536 :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
7537# (trs2: mapped ":pt:" to default tabs; removed obsolete ":nl=^_:" -- esr)
7538trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\ 12336trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
7539 :am:bs:ms:pt:\ 12337 :am:bs:ms:\
7540 :co#80:li#24:\ 12338 :co#80:it#8:li#24:\
7541 :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:\ 12339 :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:dl=^K:\
7542 :dl=^K:do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:\ 12340 :do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:le=^H:me=^O:nd=^]:\
7543 :nd=^]:se=^O:sf=^J:so=^N:up=^^: 12341 :se=^O:sf=^J:so=^N:ta=^I:up=^^:
7544# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu> 12342# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
7545# (This had unknown capabilities 12343# (This had extension capabilities
7546# :GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
7547# :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\ 12344# :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
7548# :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@: 12345# :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
7549# I renamed GS/GE,also deleted the unnecessary ":kn#2:", ":sg#0:" 12346# I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
7550# and mapped ":pt:" to default tabs -- esr)
7551trs16|trs-80 model 16 console:\ 12347trs16|trs-80 model 16 console:\
7552 :am:bs:pt:\ 12348 :am:bs:\
7553 :co#80:li#24:sg#0:\ 12349 :co#80:it#8:li#24:\
7554 :ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:ce=\EK:cl=^L:\ 12350 :ac=jak`l_mbquvewcxs:ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:\
7555 :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:ho=\EH:\ 12351 :ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:\
7556 :ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:\ 12352 :ho=\EH:ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:\
7557 :k6=^N:k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:\ 12353 :k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:\
7558 :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\ 12354 :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:le=^H:me=\ER@:nd=\EC:\
7559 :le=^H:nd=\EC:pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:\ 12355 :pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:ta=^I:up=\EA:ve=\ERC:\
7560 :ta=^I:up=\EA:ve=\ERC:vi=\ERc: 12356 :vi=\ERc:
7561# From: Suk Lee <..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo>
7562# (civis/cnorm added from SCO description)
7563trs100|Radio Shack Model 100:\
7564 :am:bs:xt:\
7565 :co#40:li#8:\
7566 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
7567 :cr=^M:dl=\EM:do=^J:ho=\EH:kb=^H:kd=^_:kl=^]:kr=^\:\
7568 :ku=^^:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:up=\EA:\
7569 :ve=\EP:vi=\EQ:
7570trs200|Tandy 200:\
7571 :am:xt:\
7572 :co#40:li#16:\
7573 :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
7574 :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
7575 :se=\Eq:sf=^J:so=\Ep:up=\EA:
7576trs600|Tandy Model 600:\
7577 :am:\
7578 :co#80:li#15:\
7579 :bl=^G:cl=\EH\EE:cm=\EY%+ 040%+ :cr=^M:do=\EB:kd=\EB:\
7580 :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=^J:ta=^I:\
7581 :up=\EA:
7582 12357
7583#### Atari ST 12358#### Atari ST
7584# 12359#
7585 12360
7586# From: Simson L. Garfinkel <simsong@media-lab.mit.edu> 12361# From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
7587# (atari: mapped ":pt:" to default tabs -- esr)
7588atari|atari st:\ 12362atari|atari st:\
7589 :am:bs:pt:\ 12363 :am:bs:\
7590 :co#80:li#25:\ 12364 :co#80:it#8:li#25:\
7591 :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\ 12365 :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:do=\EB:\
7592 :do=\EB:kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:\ 12366 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:me=\Eq:nd=\EC:se=\Eq:\
7593 :so=\Ep:sr=\EI:up=\EA: 12367 :so=\Ep:sr=\EI:ta=^I:up=\EA:
7594# UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode 12368# UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode
7595# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu> 12369# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
7596uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\ 12370uniterm|uniterm49|UniTerm VT220 emulator with 49 lines:\
7597 :li#49:\ 12371 :li#49:\
7598 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220: 12372 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220:
7599 12373# MiNT VT52 emulation. 80 columns, 25 rows.
12374# MiNT is Now TOS, the operating system which comes with all Ataris now
12375# (mainly Atari Falcon). This termcap is for the VT52 emulation you get
12376# under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
12377# From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
12378st52|Atari ST with VT52 emulation:\
12379 :am:km:\
12380 :co#80:li#25:\
12381 :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
12382 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dl=\EM:do=\EB:\
12383 :ho=\EH:k0=\E#D:k1=\E#;:k2=\E#<:k3=\E#=:k4=\E#>:k5=\E#?:\
12384 :k6=\E#@:k7=\E#A:k8=\E#B:k9=\E#C:kA=\E#R:kC=\E#7:kF=\E#2:\
12385 :kR=\E#8:kb=^H:kd=\E#P:kh=\E#G:kl=\E#K:kr=\E#M:ku=\E#H:\
12386 :l0=f10:le=\ED:me=\Eq:nd=\EC:nw=^M^J:r1=\Ez_\Eb@\EcA:\
12387 :rc=\Ek:sc=\Ej:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:te=:ti=\Ee:\
12388 :up=\EA:ve=\Ee:vi=\Ef:
12389
7600#### Commodore Business Machines 12390#### Commodore Business Machines
7601# 12391#
7602# Formerly located in West Chester, PA; went spectacularly bust in 1994 12392# Formerly located in West Chester, PA; went spectacularly bust in 1994
@@ -7610,6 +12400,7 @@ uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\
7610# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90 12400# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
7611# Added a few more entries, converted caret-type control sequence (^x) entries 12401# Added a few more entries, converted caret-type control sequence (^x) entries
7612# to '\0xx' entries since a couple of people mentioned losing '^x' sequences. 12402# to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
12403# Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
7613# 12404#
7614# :as:, :ae: Support for alternate character sets. 12405# :as:, :ae: Support for alternate character sets.
7615# :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible. 12406# :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
@@ -7621,73 +12412,76 @@ uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\
7621# something like a Dnet Fterm with the window sized to some peculiar 12412# something like a Dnet Fterm with the window sized to some peculiar
7622# dimension larger than 80 columns. 12413# dimension larger than 80 columns.
7623# :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;' 12414# :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
7624# (amiga: removed obsolete ":kn#10:" -- esr) 12415# (amiga: removed obsolete :kn#10:,
12416# also added empty <acsc> to suppress a warning --esr)
7625amiga|Amiga ANSI:\ 12417amiga|Amiga ANSI:\
7626 :am:bs:bw:xn:\ 12418 :am:bs:bw:xn:\
7627 :co#80:li#24:\ 12419 :co#80:li#24:\
7628 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 12420 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7629 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\ 12421 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:\
7630 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\ 12422 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
7631 :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\ 12423 :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
7632 :ei=:ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E9~:k1=\E0~:\ 12424 :ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E[9~:k1=\E[0~:k2=\E[1~:\
7633 :k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:\ 12425 :k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:\
7634 :k8=\E7~:k9=\E8~:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ 12426 :k9=\E[8~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
7635 :le=\E[D:mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:\ 12427 :mb=\E[7;2m:md=\E[1m:me=\E[m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
7636 :mk=\E[8m:mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\E[S:\ 12428 :nd=\E[C:r1=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[m:\
7637 :so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:vb=^G:\ 12429 :up=\E[A:us=\E[4m:ve=\E[ p:vi=\E[0 p:
7638 :ve=\E[ p:vi=\E[0 p: 12430
7639 12431# From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
7640# The legendary home of B1FF... 12432# (amiga: added empty <acsc> to suppress a warning.
7641vic20|vic|VIC-20 Personal Computer:\ 12433# I'm told this entry screws up badly with AS225, the Amiga
7642 :am:\ 12434# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
7643 :co#22:li#20:\ 12435amiga-h|Hans Verkuil's Amiga ANSI:\
7644 :bl=^G:cl=^K^L:cr=^M:do=^J:ho=^L:nd=^\:sf=^J:up=^^: 12436 :bs:bw:ms:\
12437 :co#80:li#24:\
12438 :DC=\233%dP:DO=\233%dB:IC=\233%d@:LE=\233%dD:RI=\233%dC:\
12439 :SF=\233%dS:SR=\233%dT:UP=\233%dA:ac=:ae=^O:as=^N:bl=^G:\
12440 :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\233J:\
12441 :cm=\233%i%d;%dH:cr=^M:dc=\233P:do=\233B:ec=\233%dP:ei=:\
12442 :ho=\233H:ic=\233@:im=:is=\23320l:k0=\2339~:k1=\2330~:\
12443 :k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:k6=\2335~:\
12444 :k7=\2336~:k8=\2337~:k9=\2338~:kD=\177:kb=^H:kd=\233B:\
12445 :kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
12446 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
12447 :nd=\233C:nw=\233B\r:r1=\Ec:se=\2330m:sf=\233S:so=\2337m:\
12448 :sr=\233T:ta=^I:te=\233?7h:ti=\233?7l:ue=\2330m:up=\233A:\
12449 :us=\2334m:vb=^G:ve=\233 p:vi=\2330 p:
12450
12451# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
12452amiga-8bit|Amiga ANSI using 8-bit controls:\
12453 :AL=\233%dL:DL=\233%dM:SF@:SR@:ac=:al=\233L:dl=\233M:\
12454 :sf=\204:sr=\215:\
12455 :tc=amiga-h:
12456
12457# Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
12458# I'm trying to write a termcap for a commodore b-128, and I'm
12459# having a little trouble. I've had to map most of my control characters
12460# to something that unix will accept (my delete-char is a ctrl-t, etc),
12461# and create some functions (like cm), but thats life.
12462# The problem is with the arrow keys - right, and up work fine, but
12463# left deletes the previous character and down I just can't figure out.
12464# Jove knows what I want, but I don't know what it's sending to me (it
12465# isn't thats bound to next-line in jove).
12466# Anybody got any ideas? Here's my termcap.
12467# DAG -- I changed his "^n" entries to "\n"; see if that works.
12468#
12469commodore|b-128|Commodore B-128 micro:\
12470 :am:bw:\
12471 :co#80:dN#20:li#24:pb#150:\
12472 :al=10\Ei:bc=^H:ce=10\Eq:cl=10\E\006:\
12473 :cm=20\E\013%2\054%2\054:cr=^M:dc=10*\177:dl=10*\Ed:\
12474 :do=^J:ei=:ho=\E^E:ic=5\E\n:im=:kd=^J:kh=\E^E:kl=^B:kr=^F:\
12475 :ku=^P:nd=^F:nl=^M:ta=5\011:up=^P:
7645 12476
7646#### CompuColor 12477#### North Star
7647# 12478#
7648# These were consoles for a line of Z80-based micros dating from around 1977. 12479# North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
7649# 12480northstar|North Star Advantage:\
7650
7651# These compucolors appear similar, but they at least have different
7652# sized screens. I don't know what's going on here.
7653# (compucolor: removed obsolete ":bc=^Z:" -- esr)
7654compucolor|isc8001|intecolor:\
7655 :am:\
7656 :co#80:li#47:\
7657 :al=\EU:bl=^G:cl=\014:cr=\r:dl=\EV\034:do=\n:\
7658 :ei=\022\EK:im=\023\EQ:kd=^J:kh=^H:kl=^Z:kr=^Y:ku=^\:\
7659 :le=\032:nd=\031:sf=\n:ue=\022:up=\034:us=\021:
7660# (compucolor2: mapped ":pt:" to default tabs,
7661# removed obsolete ":bc=^Z:" -- esr)
7662compucolor2|compucolorII:\
7663 :am:pt:\
7664 :co#64:li#32:\
7665 :bl=^G:cl=^L:cm=\003%r%.%.:cr=^M:do=^J:ho=^H:le=^Z:\
7666 :nd=^Y:sf=^J:ta=^I:up=^\:
7667
7668#### Exidy Sorcerer
7669#
7670
7671# (exidy: mapped ":pt:" to default tabs -- esr)
7672exidy|exidy2500|exidy sorcerer as dm2500:\
7673 :am:\
7674 :co#64:li#30:\
7675 :al=^P^J^X:bl=^G:cd=^X:ce=^W:cl=^^:\
7676 :..cm=\014%p2%'`'%^%c%p1%'`'%^%c:cr=^M:dc=^H:\
7677 :dl=^P^Z^X:dm=^P:do=^J:ei=^X:ho=^B:ic=^\:im=^P:le=^H:\
7678 :nd=^\:se=^X:sf=^J:so=^N:ta=^I:up=^Z:
7679ex3000:\
7680 :co#80:li#24:\
7681 :bl=^G:cr=^M:do=^J:ho=^Q:sf=^J:
7682# This came from the comp ctr who got it from some user. Smart indeed!
7683# (sexidy: looks like an Exidy Sorcerer in some bizarre emulation mode;
7684# removed obsolete ":ma=^x^J:"; removed obsolete ":bc=^A:"; removed
7685# incorrect (and overridden) ":le=^H:" -- esr)
7686sexidy|exidy smart:\
7687 :bs:\ 12481 :bs:\
7688 :co#64:li#24:\ 12482 :co#80:li#24:\
7689 :bl=^G:cl=^L:cr=^M:do=^J:ho=^Q:kd=^S:le=^A:nd=^S:\ 12483 :cd=200\017:ce=200\016:cl=200\004:cm=1\E=%+ %+ :\
7690 :sf=^J:up=^W: 12484 :ho=200\034\032:
7691 12485
7692#### Osborne 12486#### Osborne
7693# 12487#
@@ -7699,19 +12493,83 @@ sexidy|exidy smart:\
7699# 12493#
7700# I've already had several comments... 12494# I've already had several comments...
7701# The Osborne-1 with the 80-col option is capable of being 12495# The Osborne-1 with the 80-col option is capable of being
7702# 52,80, or 104 characters wide; default to 80 for compatibility 12496# 52, 80, or 104 characters wide; default to 80 for compatibility
7703# with most systems. 12497# with most systems.
7704# 12498#
7705# The tab is destructive on the Ozzie; make sure to 'stty -tabs'. 12499# The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
7706ozzie|osborne|osborne1|osborne 1:\ 12500osborne-w|osborne1-w|osborne I in 104-column mode:\
7707 :ms:ul:xt:\ 12501 :ms:ul:xt:\
7708 :co#104:li#24:\ 12502 :co#104:li#24:\
7709 :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:\ 12503 :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
7710 :dl=\ER:do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:\ 12504 :do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
7711 :le=^H:nd=^L:se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El: 12505 :se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
12506# Osborne I from ptsfa!rhc (Robert Cohen) via BRL
12507osborne|osborne1|osborne I in 80-column mode:\
12508 :am:bs:mi:ms:ul:xs:\
12509 :co#80:dB#4:li#24:\
12510 :al=\EE:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=4\EW:dl=\ER:do=^J:ei=:\
12511 :im=\EQ:is=^Z:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=\010:nd=^L:\
12512 :se=\E):so=\E(:ue=\Em:up=^K:us=\El:
12513#
12514# Osborne Executive definition from BRL
12515# Similar to tvi920
12516# Added by David Milligan and Tom Smith (SMU)
12517osexec|Osborne executive:\
12518 :am:bs:\
12519 :co#80:li#24:sg#1:\
12520 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
12521 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
12522 :is=\Eq\Ek\Em\EA\Ex0:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
12523 :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
12524 :kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:nl=^J:se=\Ek:\
12525 :so=\Ej:st=\E1:ue=\Em:up=^K:us=\El:
12526
12527#### Console types for obsolete UNIX clones
12528#
12529# Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
12530# machines that tried to emulate the UNIX look'n'feel. Coherent and Venix
12531# were commercial, Minix an educational tool sold in conjunction with a book.
12532# Memory-segmentation limits and a strong tendency to look like V7 long after
12533# it was obsolete made all three pretty lame. Venix croaked early. Coherent
12534# and Minix were ported to 32-bit Intel boxes, only to be run over by a
12535# steamroller named `Linux' (which, to be fair, traces some lineage to Minix).
12536# Coherent's vendor, the Mark Williams Company, went belly-up in 1994. There
12537# are also, I'm told, Minix ports that ran on Amiga and Atari machines and
12538# even as single processes under SunOS and the Macintosh OS.
12539#
12540
12541# This is the entry provided with minix 1.7.4, with bogus :ri: removed.
12542minix|minix console (v1.7):\
12543 :am:xn:\
12544 :co#80:it#8:li#25:\
12545 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12546 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
12547 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
12548 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k0=\E[Y:\
12549 :k1=\E[V:k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:\
12550 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=End:l1=PgUp:l2=PgDn:\
12551 :l3=Num +:l4=Num -:l5=Num 5:le=^H:mb=\E[5m:md=\E[1m:\
12552 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:\
12553 :sr=\EM:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
12554# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
12555minix-old|minix console (v1.5):\
12556 :xo:\
12557 :co#80:it#8:li#25:\
12558 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12559 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
12560 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
12561 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[Y:k1=\E[V:\
12562 :k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:kh=\E[H:\
12563 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
12564 :mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
12565 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
12566# The linewrap option can be specified by editing /usr/include/minix/config.h
12567# before recompiling the minix 1.5 kernel.
12568minix-old-am|minix console with linewrap:\
12569 :am:tc=minix-old:
7712 12570
7713#### Console types for UNIX clones 12571pc-minix|minix console on an Intel box:\
7714# 12572 :tc=klone+acs:tc=minix:
7715 12573
7716# According to the Coherent 2.3 manual, the PC console is similar 12574# According to the Coherent 2.3 manual, the PC console is similar
7717# to a z19. The differences seem to be (1) 25 lines, (2) no status 12575# to a z19. The differences seem to be (1) 25 lines, (2) no status
@@ -7720,148 +12578,151 @@ ozzie|osborne|osborne1|osborne 1:\
7720pc-coherent|pcz19|coherent|IBM PC console running Coherent:\ 12578pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
7721 :am:mi:\ 12579 :am:mi:\
7722 :co#80:it#8:li#25:\ 12580 :co#80:it#8:li#25:\
7723 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\ 12581 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:\
7724 :dc=\EN:do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:\ 12582 :do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
7725 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:\ 12583 :kr=\EC:ku=\EA:le=^H:me=\Eq:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
7726 :sf=^J:so=\Ep:sr=\EI:ta=^I:up=\EA: 12584 :sr=\EI:ta=^I:up=\EA:
7727 12585
7728# According to the Venix 1.1 manual, the PC console is similar 12586# According to the Venix 1.1 manual, the PC console is similar
7729# to a DEC vt52. Differences seem to be (1) arrow keys send 12587# to a DEC vt52. Differences seem to be (1) arrow keys send
7730# different strings, (2) enhanced standout, (3) added insert/delete line. 12588# different strings, (2) enhanced standout, (3) added insert/delete line.
7731# Note in particular that it doesn't have automatic margins (am). 12589# Note in particular that it doesn't have automatic margins.
7732# There are other keys (f1-f10, pgup, pgdn, backtab, insch, delch) 12590# There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
7733# not described here. 12591# not described here because this derives from an old termcap entry.
7734pc-venix|venix|IBM PC console running Venix:\ 12592pc-venix|venix|IBM PC console running Venix:\
7735 :co#80:it#8:li#25:\ 12593 :co#80:it#8:li#25:\
7736 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ 12594 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
7737 :cr=^M:dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:\ 12595 :dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:kr=\EM:ku=\EH:le=^H:\
7738 :kr=\EM:ku=\EH:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\ 12596 :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
7739 :up=\EA:
7740 12597
7741#### Miscellaneous microcomputer consoles 12598#### Miscellaneous microcomputer consoles
7742# 12599#
7743# If you know anything more about any of these, please tell me. 12600# If you know anything more about any of these, please tell me.
12601#
7744 12602
7745# I don't know which, if either, of these sols to believe. 12603# The MAI Basic Four computer was obsolete at the end of the 1980s.
7746# ^S is an arrow key! Boy is this guy in for a surprise... 12604# It may be used as a terminal by putting it in "line" mode as seen on
7747sol|sol1|sol terminal computer:\ 12605# one of the status lines.
7748 :am:\ 12606# Initialization is similar to CIT80. :is: will set ANSI mode for you.
7749 :co#64:li#16:\ 12607# Hardware tabs set by :if: at 8-spacing. Auto line wrap causes glitches so
7750 :bl=^G:cl=^K:cm=\E\021%.\E\022%.:cr=^M:do=^J:ho=^N:\ 12608# wrap mode is reset by :vs:. Using :sf:=\E[S caused errors so I
7751 :kd=^Z:kl=^A:kr=^S:ku=^W:le=^H:nd=^S:sf=^J:up=^W: 12609# used \ED instead.
7752sol2|sol terminal computer:\ 12610# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
7753 :am:mi:xn:\ 12611mai|basic4|MAI Basic Four in ansi mode:\
7754 :co#64:li#16:\ 12612 :am:da:db:mi:ms:\
7755 :al=20\EL:bl=^G:cd=20\EJ:ce=\EK:cl=20\EE:\ 12613 :co#82:it#8:li#25:\
7756 :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=20\EM:do=^J:ei=\EO:\ 12614 :al=\E[L:bl=^G:cd=^_:ce=^^:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:\
7757 :ho=\EH:im=\E@:kd=\ED:kh=\EH:kl=\EL:kr=\ER:ku=\EU:\ 12615 :cs=\E[%i%d;%dr:dc=\E[1P:dl=\E[M:do=^J:ei=\E[4l:ho=^]:\
7758 :le=^H:nd=\EC:sf=\n:ta=^I:up=\EA:ve=\EX:vs=^N^Lv: 12616 :if=/usr/lib/tabset/vt100:im=\E[4h:\
12617 :is=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
12618 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
12619 :k8=\EOW:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
12620 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=^X:nw=^M\ED:rc=\E8:\
12621 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=^Z:\
12622 :us=\E[4m:ve=\E[?7h:vs=\E[?7l:
7759# basis from Peter Harrison, Computer Graphics Lab, San Francisco 12623# basis from Peter Harrison, Computer Graphics Lab, San Francisco
7760# ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA 12624# ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
12625#
12626# On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
12627# The Basis 108 was a Apple II clone, manufactured by the "Basis
12628# Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
12629# about 1,5 km from where I live, but doesn't build own computers any
12630# more). A Basis 108 featured a really heavy (cast aluminium?) case, was
12631# equipped with one or two 5.25" disk drives, had a monochrome and colour
12632# video output for a TV set or a dedicated monitor and several slots for
12633# Apple II cards. Basis 108 were quite popular at german schools before
12634# the advent of the IBM PC. They run, for example, the UCSD Pascal
12635# development system (which I used even in 1993 to program the steering
12636# and data recording for our school's experimental solar panel :), Apple DOS
12637# or CP/M.
7761# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr) 12638# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
7762basis|BASIS108 computer with terminal translation table active:\ 12639basis|BASIS108 computer with terminal translation table active:\
7763 :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:\ 12640 :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:kr=^L:\
7764 :kr=^L:ku=^K:se=\E):so=\E(:tc=adm3a: 12641 :ku=^K:me=\E):se=\E):so=\E(:\
12642 :tc=adm3a:
7765# luna's BMC terminal emulator 12643# luna's BMC terminal emulator
7766luna|luna68k|LUNA68K Bitmap console:\ 12644luna|luna68k|LUNA68K Bitmap console:\
7767 :co#88:li#46:\ 12645 :co#88:li#46:tc=ansi-mini:
7768 :tc=ansi-mini:
7769microkit|mkt|microkit terminal computer:\
7770 :am:mi:xn:\
7771 :co#40:li#23:\
7772 :al=\El:bl=^G:cd=\Ej:ce=\Ek:cl=\Ee:cm=\Ey%+ %+ :\
7773 :cr=^M:dc=\En:dl=\Em:do=^J:ei=\Eo:ho=\Eh:im=\E@:\
7774 :kd=\Ed:kh=\Eh:kl=\El:kr=\Er:ku=\Eu:le=^H:nd=\Ec:\
7775 :sf=^J:ta=^I:up=\Ea:ve=\Ex:vs=\016\014zv:
7776megatek|pegasus workstation terminal emulator:\ 12646megatek|pegasus workstation terminal emulator:\
7777 :am:os:\ 12647 :am:os:\
7778 :co#83:li#60:\ 12648 :co#83:li#60:
7779 : 12649# The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
7780# The Xerox 820 was an early Z80 micro that went nowhere (I think) 12650# interface (pre-Macintosh by several years) that went nowhere.
7781xerox820|x820|Xerox 820:\ 12651xerox820|x820|Xerox 820:\
7782 :am:\ 12652 :am:\
7783 :co#80:li#24:\ 12653 :co#80:li#24:\
7784 :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:\ 12654 :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
7785 :ho=^^:le=^H:nd=^L:sf=^J:up=^K: 12655 :le=^H:nd=^L:sf=^J:up=^K:
7786 12656
7787#### Videotex and teletext 12657#### Videotex and teletext
7788# 12658#
7789 12659
7790# standard-issue France Telecom minitel terminal (made by Philips) 12660# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
7791# (m2-nam: had unknown ":zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:"; 12661#
7792# also deleted unnecessary ":ug#0:sg#0:"; mapped ":pt:" to "" -- esr) 12662minitel1|minitel 1:\
7793m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel:\ 12663 :am:bw:es:hs:hz:ms:\
7794 :am@:bs:pt:xn:\ 12664 :Co#8:co#40:li#24:pa#8:\
7795 :co#80:it#8:li#24:\ 12665 :..Sf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;:\
7796 :ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 12666 :ac=+.\054\054./f0g1:bl=^G:ce=^X:cl=^L:cm=\037%+A%+A:\
7797 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:ho=\E[H:\ 12667 :cr=^M:do=^J:eA=^Y:fs=^J:ho=^^:\
7798 :im=\E[4h:ip=7:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\ 12668 :is=\E;`ZQ\E\072iC\E\072iE\021:le=^H:mb=\EH:me=\EI\E\:\
7799 :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\ 12669 :mr=\E]:nd=^I:nw=^M^J:op=\EG:rp=%.\022%+?:\
7800 :ku=\E[A:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\ 12670 :..sa=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;:se=\E\:\
7801 :ue=\E[m:up=\E[A:us=\E[4m: 12671 :sf=^J:so=\E]:sr=^K:ts=\037@%p1%{65}%+%c:up=^K:ve=^Q:vi=^T:
7802# From: Joel Rubin <jmrubin@coral.berkeley.edu> 12672# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
7803# This is a preliminary TERMCAP for VIDTEX, a terminal program sold by 12673minitel1b|minitel 1-bistandard (in 40cols mode):\
7804# Compuserve. Line and column numbers are computer-dependent (I have a 12674 :mi:\
7805# Commodore '64); you should use the meta-B option to shut off clean-breaking 12675 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
7806# of lines. No key codes included since some of them are programmable and 12676 :RI=\E[%dC:UP=\E[%dA:al=\E[L:cb=\E[1K:cd=\E[J:dc=\E[P:\
7807# most are machine-specific. Works on vi if you don't use clean-breaking. 12677 :dl=\E[M:ei=\E[4l:i1=\E;iYA\E;jYC:im=\E[4h:kA=\E[L:\
7808# Very similar to the IBM 3101 termcap. Escape-D used for backspace because 12678 :kC=\E[2J:kD=\E[P:kE=^X:kI=\E[4h:kL=\E[M:kd=\E[B:kh=\E[H:\
7809# control-H is destructive backspace. There seem to be a few weirdnesses 12679 :kl=\E[D:kr=\E[C:ks=\E;iYA\E;jYC:kt=^I:ku=\E[A:\
7810# (especially at the beginning of a wrapped line), and the cursor does not, 12680 :tc=minitel1:
7811# unfortunately, flash. 12681# :ke: posait des problemes (logout en sortant de vi).
7812# (vid: mapped ":pt:" to default tabs; changed :bc: to :le: -- esr) 12682minitel1b-80|minitel 1-bistandard (standard teleinformatique):\
7813vid|vidtex|Compuserve vidtex program:\ 12683 :am@:bw@:hz@:\
7814 :am:pt:\ 12684 :Co@:co#80:it#8:pa@:\
7815 :co#40:li#25:\ 12685 :@8=\EOM:Sf@:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:ho=\E[H:\
7816 :cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :ho=\EH:le=\ED:\ 12686 :i1@:is@:k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:\
7817 :nd=\EC:up=\EA: 12687 :k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:ke@:ks@:mb=\E[5m:md=\E[1m:\
7818# This (inherited from the Emacs termcap.dat file) is probably *way* obsolete! 12688 :me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:op@:rc=\E8:rp@:\
7819rsvidtx|Radio Shack VIDEOTEX:\ 12689 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
7820 :co#32:li#16:\ 12690 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
7821 :cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:do=^J:\ 12691 :up=\E[A:us=\E[4m:ve=\037@A\021\n:vi=\037@A\024\n:\
7822 :kb=^H:kd=^J:kl=^H:nd=\EC:nw=^M^J:sf=^J:ta=^I:up=\EA: 12692 :tc=minitel1b:
12693# \E\:1} switch to te'le'informatique mode (ascii terminal/ISO 6429)
12694# \E[?3l 80 columns
12695# \E[?4l scrolling on
12696# \E[12h local echo off
12697# \Ec reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
12698# \E)0 G1 DEC set (line graphics)
12699#
12700# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
12701m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique:\
12702 :bs:es:hs:xn:\
12703 :co#80:it#8:li#24:sg#0:ws#72:\
12704 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
12705 :RI=\E[%dC:SF=^J:SR=\EM:UP=\E[%dA:\
12706 :ac=aaffggjjkkllmmnnooqqssttuuvvwwxx:ae=^O:al=\E[L:\
12707 :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
12708 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
12709 :fs=^J:ho=\E[H:i1=\E\0721}\Ec\E[?4l\E[12h:\
12710 :i2=\E[?3l kbs=\010:im=\E[4h:ip=7:is=\Ec\E[12h\E)0:\
12711 :k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:\
12712 :k7=\EOw:k8=\EOx:k9=\EOy:k;=\EOp:kA=\E[4l:kC=\E[2J:kD=\E[P:\
12713 :kI=\E[4h:kL=\E[M:kN=\EOn:kP=\EOR:kd=\E[B:kh=\E[H:kl=\E[D:\
12714 :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;80H:mb=\E[5m:md=\E[1m:\
12715 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:ps=\E[i:\
12716 :r1=\Ec\E[?4l\E[12h:r2=\Ec\E)0:rc=\E8:sc=\E7:se=\E[27m:\
12717 :sf=^J:so=\E[7m:sr=\EM:ta=^I:ts=^_@A:u6=\E[%i%d;%dR:\
12718 :u7=\E[6n:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:ve=\E[<1l:\
12719 :vi=\E[<1h:
7823 12720
7824######## OBSOLETE VDT TYPES 12721######## OBSOLETE VDT TYPES
7825# 12722#
7826# These terminals are *long* dead -- these entries are retained for 12723# These terminals are *long* dead -- these entries are retained for
7827# historical interest only. 12724# historical interest only.
7828 12725
7829#### AED
7830#
7831# Advanced Electronic Devices made its name manufacturing super-expensive
7832# vector-graphics displays and frame buffers in the late 1970s. They used
7833# to be in Sunnyvale CA 94086 on Pastoria Avenue. They're long gone now.
7834#
7835
7836# From: Giles Billingsley <gilesb%ucbcad@berkeley.edu>
7837# rewritten 8/82 for newer AEDs and better operation of vi, etc.
7838# (bel/cr/cub1/cud1/ind added from SCO entry, which doesn't have db or the
7839# humongous is2, thus they are commented out here -- esr)
7840aed|AED|aed512|AED512|aed 512:\
7841 :bs:\
7842 :co#64:li#40:\
7843 :bl=^G:cl=^L:cr=^M:do=^J:le=^H:nd=\Ei0800\001:\
7844 :se=\E[00C80\001:\
7845 :sf=\E;1100\072004=000200??;1300'\200\001\n\E\072004=0002??00;1200\001\n:\
7846 :so=\E\07200>8000140[80C00\001:\
7847 :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
7848 :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
7849 :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
7850 :up=^K:us=\E\07200>8000140\001:\
7851 :vb=\EK0001??0000K0001202080\001:\
7852 :ve=\E\072004=000200??\001:
7853aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
7854 :bs:db:\
7855 :co#64:li#40:\
7856 :cl=^L:if=/usr/share/tabset/aed512:nd=\Ei0800\001:\
7857 :se=\E[00C80\001:so=\E\07200>8000140[80C00\001:\
7858 :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
7859 :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
7860 :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
7861 :up=^K:us=\E\07200>8000140\001:\
7862 :vb=\EK0001??0000K0001202080\001:\
7863 :ve=\E\E\E\E\E\E\E\072004=000200??\001:
7864
7865#### Amtek Business Machines 12726#### Amtek Business Machines
7866# 12727#
7867 12728
@@ -7871,41 +12732,53 @@ aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
7871abm80|amtek business machines 80:\ 12732abm80|amtek business machines 80:\
7872 :am:bs:bw:\ 12733 :am:bs:bw:\
7873 :co#80:li#24:\ 12734 :co#80:li#24:\
7874 :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:\ 12735 :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%+ %+ :\
7875 :cm=\E\021%r%+ %+ :dl=\E^S:do=\E^K:ho=\E^R:le=^H:\ 12736 :dl=\E^S:do=\E^K:ho=\E^R:le=^H:nd=^P:up=\E^L:
7876 :nd=^P:up=\E^L:
7877 12737
7878#### Bell Labs blit terminals 12738#### Bell Labs blit terminals
7879# 12739#
7880# These were AT&T's official entries. 12740# These were AT&T's official entries. The 5620 FAQ maintained by
12741# David Breneman <daveb@dgtl.com> has this to say:
12742#
12743# Actually, in the beginning was the Jerq, and the Jerq was white with a
12744# green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
12745# was good. But lo, upon the horizon loomed a mighty management-type person
12746# (known now only by the initials VP) who said, the mighty Jerq must stay
12747# alone, and could not go forth into the world. So Locanthi and Pike put the
12748# Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
12749# world. And the Jerq lived the rest of its days in research, but never
12750# strayed from those paths.
12751#
12752# In all seriousness, the Blit was originally known as the Jerq, but when
12753# it started to be shown outside of the halls of the Bell Labs Research
12754# organization, the management powers that be decided that the name could
12755# not remain. So it was renamed to be Blit. This was in late 1981.
12756#
12757# (The AT&T 5620 was the commercialized Blit. Its successors were the 630,
12758# 730, and 730+.)
7881# 12759#
7882 12760
7883blit|jerq|blit running teletype rom:\ 12761blit|jerq|blit running teletype rom:\
7884 :am:eo:ul:xo:\ 12762 :am:eo:ul:xo:\
7885 :co#87:it#8:li#72:\ 12763 :co#87:it#8:li#72:\
7886 :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:\ 12764 :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF\041:bl=^G:\
7887 :bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:\ 12765 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee\041:dl=\EE\041:\
7888 :dl=\EE!:do=^J:ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:\ 12766 :do=^J:ei=:ic=\Ef\041:im=:k1=\Ex:k2=\Ey:k3=\Ez:kb=^H:kd=\EB:\
7889 :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:\ 12767 :kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:
7890 :sf=^J:ta=^I:up=\EA:
7891 12768
12769# (cbblit: here's a BSD termcap that says :do=\EG: -- esr)
7892cbblit|fixterm|blit running columbus code:\ 12770cbblit|fixterm|blit running columbus code:\
7893 :co#88:\ 12771 :co#88:\
7894 :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:\ 12772 :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:se=\EV\041:\
7895 :se=\EV!:so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit: 12773 :so=\EU\041:ue=\EV":us=\EU":vb=\E^G:\
12774 :tc=blit:
7896 12775
7897oblit|ojerq|first version of blit rom:\ 12776oblit|ojerq|first version of blit rom:\
7898 :am:da:db:eo:mi:ul:xo:\ 12777 :am:da:db:eo:mi:ul:xo:\
7899 :co#88:it#8:li#72:\ 12778 :co#88:it#8:li#72:\
7900 :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:\ 12779 :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
7901 :cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:\ 12780 :cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:ei=\ER:im=\EQ:\
7902 :ei=\ER:im=\EQ:kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:\ 12781 :kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:vb=\E^G:
7903 :up=\EA:vb=\E^G:
7904
7905daleblit|daleterm|blit running Dale DeJager's ROM:\
7906 :da@:db@:\
7907 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:se=\EV!:so=\EU!:ue=\EV":\
7908 :us=\EU":tc=oblit:
7909 12782
7910#### Bolt, Beranek & Newman (bbn) 12783#### Bolt, Beranek & Newman (bbn)
7911# 12784#
@@ -7913,6 +12786,18 @@ daleblit|daleterm|blit running Dale DeJager's ROM:\
7913# The parent company, best known as the architects of the Internet, is 12786# The parent company, best known as the architects of the Internet, is
7914# still around. 12787# still around.
7915# 12788#
12789# Jeff DelPapa <dp@world.std.com> writes:
12790# The bitgraph was a large white box that contained a monochrome bitmap
12791# display, and a 68000 to run it. You could download code and run it on
12792# the cpu, it had 128kb (I think) of memory. I used one in the late
12793# 70's, sure beat a vt100. It had one strange feature tho -- it used
12794# the cpu to bitblt pixels to scroll, it took longer than the refresh
12795# rate, and looked like a rubber sheet stretching, then snapping
12796# upwards. It had everything the early mac had, except a floppy drive a
12797# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
12798# Beranek and Neuman) sold at most a few hundred of them to the real
12799# world. DOD may have bought more...
12800#
7916 12801
7917# Entries for the BitGraph terminals. The problem 12802# Entries for the BitGraph terminals. The problem
7918# with scrolling in vi can only be fixed by getting BBN to put 12803# with scrolling in vi can only be fixed by getting BBN to put
@@ -7925,63 +12810,497 @@ daleblit|daleterm|blit running Dale DeJager's ROM:\
7925# paints lines in on the bottom line of the screen, so you get 12810# paints lines in on the bottom line of the screen, so you get
7926# this big white gap. 12811# this big white gap.
7927 12812
7928bitgraph|bbn bitgraph:\ 12813bitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video):\
7929 :tc=bg3.10rv: 12814 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:\
7930bg3.10rv|bgrv|bbn bitgraph (reverse video):\
7931 :tc=bg2.0rv:
7932bg3.10nv|bgnv|bbn bitgraph (normal video):\
7933 :tc=bg2.0nv:
7934bg3.10|bgn|bbn bitgraph (no init):\
7935 :tc=bg2.0: 12815 :tc=bg2.0:
7936bg2.0rv|bbn bitgraph (reverse video):\ 12816bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video):\
7937 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0: 12817 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
7938bg2.0nv|bbn bitgraph (normal video):\ 12818bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init):\
7939 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0: 12819 :bs:xn:\
7940bg2.0|bbn bitgraph (no init):\
7941 :xn:\
7942 :co#85:li#64:\ 12820 :co#85:li#64:\
7943 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 12821 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=%i\E[%d;%dH:\
7944 :cm=%i\E[%d;%dH:cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:\ 12822 :cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:k1=\EOP:k2=\EOQ:\
7945 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:\ 12823 :k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:\
7946 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:\ 12824 :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:me=\E[m:nd=\E[C:\
7947 :l4=PF4:le=^H:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=\n:\ 12825 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
7948 :so=\E[7m:ta=^I:up=\E[A: 12826
7949bg1.25rv|bbn bitgraph (reverse video):\ 12827bg1.25rv|bbn bitgraph 1.25 (reverse video):\
7950 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25: 12828 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
7951bg1.25nv|bbn bitgraph (normal video):\ 12829bg1.25nv|bbn bitgraph 1.25 (normal video):\
7952 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25: 12830 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
7953bg1.25|bbn bitgraph:\ 12831# (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
12832bg1.25|bbn bitgraph 1.25:\
7954 :co#85:li#64:\ 12833 :co#85:li#64:\
7955 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ 12834 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
7956 :cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:k2=\EQ:\ 12835 :cl=\E[H\E[J:cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:\
7957 :k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\ 12836 :k2=\EQ:k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
7958 :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\ 12837 :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:ll=\E[64;1H:\
7959 :ll=\E[64;1H:nd=\E[C:se=\E[0m:sf=\n:so=\E[7m:ta=^I:\ 12838 :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
7960 :up=\E[A: 12839
7961 12840#### Bull (bq, dku, vip)
12841#
12842# (Adapted for terminfo; AIX extension capabilities translated -- esr)
12843
12844#============================================#
12845# BULL QUESTAR 210 `SDP' terminals emulation #
12846#============================================#
12847#
12848# Description written by R.K.Saunders (Bull Transac)
12849#
12850# Modifications written by F. Girard (Bull MTS)
12851# 19-05-87 V02.00.01
12852# 17-12-87 V02.00.02
12853# 15-09-89 V02.00.05
12854#
12855# Typical technical selections F1 (modes SDP/ROLL):
12856# -------------------------------------------------------
12857# | 01 02 03 04 05 06 07 08 09 10 |
12858# | 1010 0011 1010 0110 0110 0001 0100 0000 0000 0000 |
12859# | |
12860# | 11 12 13 14 15 16 17 18 19 20 |
12861# | 0000 0110 100? 0000 0000 0000 0001 0000 0000 0001 |
12862# | |
12863# | 21 22 23 24 25 26 27 28 29 30 |
12864# | 0011 0000 0001 1000 0000 0000 0000 0000 0000 0000 |
12865# | |
12866# | 31 32 33 34 35 36 37 38 39 40 |
12867# | 1010 0011 0000 0000 0000 0000 0000 0000 0000 0000 |
12868# -------------------------------------------------------
12869# Typical firmware identification F5 "etat 6":
12870# P287.02.04b (AZERTY)
12871# P297.11.04 (24-pin: 2732) or P798.11.04 (28-pin: 2764)
12872# P298.03.03 (monochrome) or P374.03.02 (colour)
12873#
12874# SM SDP mode (VIP command): ^[[?=h
12875# RIS (erases screen): ^[c
12876# DMI disable keyboard: ^[`
12877# SM double rendition mode: ^[[?>h
12878# RM solicited status mode: ^[[5l
12879# RM character mode: ^[[>l
12880# RM echoplex mode: ^[[12l
12881# RM column tab mode: ^[[18l
12882# RM forbid SS2 keyboard mode: ^[[?<l
12883# SM scroll mode: ^[[=h
12884# FCF enable XON/XOFF: ^[P1s^[\
12885# MTL select end msg character: ^[[^Wp
12886# EMI enable keyboard: ^[b
12887# RIS retour etat initial: ^[c
12888# enable FC keypad: ^[[?<h,
12889# MPW map status line window: ^[PY99:98^[\
12890# SCP select status line: ^[[0;98v
12891# ED erase entire partition: ^[[2J
12892# SCP select main partition: ^[[v
12893# SM character insertion mode: ^[[4h
12894# RM character replacement mode: ^[[4l
12895# COO cursor on: ^[[r
12896# COO cursor off: ^[[1r
12897# SGR dim (turquoise) rev attr: ^[[2;7m
12898# SGR Data normal attr: ^[[m
12899# SO Line-graphic mode ON: ^N
12900# SI Line-graphic mode OFF: ^O
12901# MC start routing to printer: ^[[5i
12902# MC stop routing to printer: ^M^[[4i
12903#
12904
12905# This entry covers the following terminals:
12906# dku7102, tws2102, and tws models 2105 to 2112
12907# (untranslatable capabilities removed to fit entry within 1023 bytes)
12908# (sgr removed to fit entry within 1023 bytes)
12909# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12910tws-generic|dku7102|Bull Questar tws terminals:\
12911 :am:es:hs:mi:ms:xn:xo:xs@:\
12912 :co#80:it#8:li#24:ws#80:\
12913 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
12914 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
12915 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%df:cr=^M:ct=\E[2g:\
12916 :dc=\E[P:dl=\E[M:do=^J:\
12917 :ds=\EPY99\07298\E\\E[0;98v\E[2J\E[v:ei=\E[4l:fs=\E[v:\
12918 :ho=\E[H:i1=\E[?=h\Ec\E`\E[?>h\EPY99\07298\E\:\
12919 :i2=\Eb\E[?<h:im=\E[4h:\
12920 :is=\E[5;>;12;18;?<l\E[=h\EP1s\E\\E[\027p:\
12921 :k1=\E[1u\027:k2=\E[2u\027:k3=\E[3u\027:k4=\E[4u\027:\
12922 :k5=\E[5u\027:k6=\E[6u\027:k7=\E[7u\027:k8=\E[8u\027:\
12923 :kD=\E[P:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
12924 :le=^H:ll=\E[H\E[A:mb=\E[0;5m:me=\E[m\017:mh=\E[0;2m:\
12925 :mr=\E[0;7m:nd=\E[C:se=\E[m:sf=^J:so=\E[0;7m:st=\EH:\
12926 :ta=\E[I:te=\E[0;98v\E[2J\E[v:ti=\E[?>h\EPY99\07298\E\:\
12927 :ts=\EPY99\07298\E\\E[0;98v\E[2;7m:ue=\E[m:up=\E[A:\
12928 :us=\E[0;4m:ve=\E[r:vi=\E[1r:
12929tws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA:\
12930 :ds=\E[0;98v\E[2J\E[v:fs=\E[v:i2=\Eb:ts=\E[0;98v:\
12931 :tc=tws-generic:
12932tws2103|xdku|BULL Questar tws2103:\
12933 :ta=^I:tc=tws-generic:
12934tws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA:\
12935 :ta=^I:\
12936 :tc=tws2102-sna:
12937dku7102-old|BULL Questar 200 DKU7102 (microcode version < 6):\
12938 :AL@:DL@:al@:ce=\E[K\E[m:cl=\E[2J\E[H:cm@:dl@:\
12939 :ds=\EPY99\07298\E\\E[0;98v\E[2J\E[H\E[v:\
12940 :ts=\EPY99\07298\E\\E[0;98v\E[H\E[2;7m:\
12941 :tc=tws-generic:
12942dku7202|BULL Questar 200 DKU7202 (colour/character attributes):\
12943 :i2=\E[?3h\Eb:mb=\E[0;2;4m:mh=\E[0;5m:so=\E[0;4;5;7m:\
12944 :ta=^I:us=\E[0;2m:\
12945 :tc=tws-generic:
12946
12947#=========================================================#
12948# BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
12949#=========================================================#
12950#
12951# Description written by J. Staerck (BULL SA)
12952# Copyright (c) 1989 BULL SA
12953#---------------------------------------------------------------------------
12954# This entry is used for terminals with vt320 emulation mode
12955# and following set-up :
12956# 8 bit ISO Latin Character Set (ISO 8859-1),
12957# 7 bit Control Characters,
12958# 80 columns screen.
12959# Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
12960# They are used in string capabilities with vt220-320 emulation mode.
12961# In the following DEC definitions, two kinds of terminfo databases are
12962# provided :
12963# 1. the first with Command Sequence Introducer starting with escape
12964# sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
12965# 2. the second with Command Sequence Introducer starting with escape
12966# sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
12967# Soft Terminal Reset esc [ ! p
12968# RIS (erases screen): esc c
12969# DECKPNM numeric keypad mode: esc >
12970# DECKPAM applic. keypad mode: esc =
12971# DECSTBM Scrolling region: esc [ r
12972# SCS select G0 = US: esc ( B
12973# SCS select G1 = line-graphic: esc ) 0
12974# Select 7-bit C1 controls: esc sp F
12975# Select 8-bit C1 controls: esc sp G
12976# Select cursor home: esc [ H
12977# Select erase screen: esc [ J
12978# SM KAM lock keyboard: esc [ 2 h
12979# RM KAM unlock keyboard: esc [ 2 l
12980# SM SRM local echo off: esc [ 1 2 h
12981# RM SRM local echo on: esc [ 1 2 l
12982# SM LNM New line : esc [ 2 0 h
12983# RM LNM return = CR only: esc [ 2 0 l
12984# SM DECCKM cursor keys mode: esc [ ? 1 h
12985# RM DECCKM appli. keys mode: esc [ ? 1 l
12986# SM DECANM ANSI mode on: esc [ ? 2 h
12987# RM DECANM ANSI mode off: esc [ ? 2 l
12988# SM DECCOLM 132-column screen: esc [ ? 3 h
12989# RM DECCOLM 80-column screen: esc [ ? 3 l
12990# SM DECSCLM Smooth scroll: esc [ ? 4 h
12991# RM DECSCLM Jump scroll: esc [ ? 4 l
12992# SM DECSCNM screen light backgr. esc [ ? 5 h
12993# RM DECSCNM screen dark backgr. esc [ ? 5 l
12994# SM DECOM move within margins: esc [ ? 6 h
12995# RM DECOM move outside margins: esc [ ? 6 l
12996# SM DECAWM auto right margin: esc [ ? 7 h
12997# RM DECAWM auto right margin: esc [ ? 7 l
12998# SM DECARM auto repeat: esc [ ? 8 h
12999# RM DECARM auto repeat: esc [ ? 8 l
13000# DECSASD Select active main: esc [ 0 $ }
13001# DECSASD Select active status: esc [ 1 $ }
13002# DECSSDT Select status none: esc [ 0 $ ~
13003# DECSSDT Select status indic.: esc [ 1 $ ~
13004# DECSSDT Select status host-wr: esc [ 2 $ ~
13005# SM DECTCEM Visible cursor: esc [ ? 2 5 h
13006# RM DECTCEM Invisible cursor: esc [ ? 2 5 l
13007# SM DECNCRM 7 bits NCR set: esc [ ? 4 2 h
13008# RM DECNCRM Multi or ISO latin: esc [ ? 4 2 l
13009# SM DECNKM numeric keypad mode: esc [ ? 6 6 h
13010# RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
13011# SM DECKBUM clavier informatique esc [ ? 6 8 h
13012# RM DECKBUM clavier bureautique: esc [ ? 6 8 l
13013# DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 " p
13014# or DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 ; 0 " p
13015# or DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 ; 2 " p
13016# DECSCL vt300 mode 7-bit ctrl: esc [ 6 3 ; 1 " p
13017# Char. and Line attributes: esc [ Ps ... Ps m
13018# with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
13019# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
13020#
13021
13022# This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
13023# (untranslatable capabilities removed to fit entry within 1023 bytes)
13024# (sgr removed to fit entry within 1023 bytes)
13025# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
13026bq300|Bull vt320 ISO Latin 1 80 columns terminal:\
13027 :am:eo:es:hs:km:mi:ms:xn:xo:\
13028 :co#80:it#8:li#24:vt#3:ws#80:\
13029 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13030 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
13031 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
13032 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
13033 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
13034 :ds=\E[1$}\E[2$~\n\E[0$}:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
13035 :ho=\E[H:i1=\E[63;1"p\E[2h:\
13036 :i2=\E[0$}\E[?25h\E[2l\E[H\E[J:im=\E[4h:\
13037 :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13038 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
13039 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
13040 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ku=\E[A:\
13041 :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m\E(B:mr=\E[7m:nd=\E[C:\
13042 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
13043 :st=\EH:ta=^I:te=\E[?7h:ti=\E[?7l\E[?1l\E(B:\
13044 :ts=\E[1$}\E[2$~:ue=\E[24m:up=\E[A:us=\E[4m:\
13045 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
13046bg300-rv|Bull vt320 reverse 80 columns:\
13047 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13048 :vb=\E[?5l\E[?5h:\
13049 :tc=bq300:
13050bq300-w|Bull vt320 132 columns:\
13051 :co#132:ws#132:\
13052 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13053 :r2=\E[?3h:\
13054 :tc=bq300:
13055bq300-w-rv|Bull vt320 reverse mode 132 columns:\
13056 :co#132:ws#132:\
13057 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13058 :r2=\E[?3h:vb=\E[?5l\E[?5h:\
13059 :tc=bq300:
13060
13061# This entry is used for terminals with vt320 emulation mode
13062# and following set-up :
13063# 8 bit ISO Latin Character Set (ISO 8859-1),
13064# 8 bit Control Characters, (CSI coded as x9B for ESC [)
13065# 80 columns screen.
13066# Soft Terminal Reset csi ! p
13067# RIS (erases screen): esc c
13068# DECKPNM numeric keypad mode: esc >
13069# DECKPAM applic. keypad mode: esc =
13070# DECSTBM Scrolling region: esc [ r
13071# SCS select G0 = US: esc ( B
13072# SCS select G1 = line-graphic: esc ) 0
13073# Select 7-bit C1 controls: esc sp F
13074# Select 8-bit C1 controls: esc sp G
13075# Select cursor home: csi H
13076# Select erase screen: csi J
13077# SM KAM lock keyboard: csi 2 h
13078# RM KAM unlock keyboard: csi 2 l
13079# SM SRM local echo off: csi 1 2 h
13080# RM SRM local echo on: csi 1 2 l
13081# SM LNM New line : csi 2 0 h
13082# RM LNM return = CR only: csi 2 0 l
13083# SM DECCKM cursor keys mode: csi ? 1 h
13084# RM DECCKM appli. keys mode: csi ? 1 l
13085# SM DECANM ANSI mode on: csi ? 2 h
13086# RM DECANM ANSI mode off: csi ? 2 l
13087# SM DECCOLM 132-column screen: csi ? 3 h
13088# RM DECCOLM 80-column screen: csi ? 3 l
13089# SM DECSCLM Smooth scroll: csi ? 4 h
13090# RM DECSCLM Jump scroll: csi ? 4 l
13091# SM DECSCNM screen light backgr. csi ? 5 h
13092# RM DECSCNM screen dark backgr. csi ? 5 l
13093# SM DECOM move within margins: csi ? 6 h
13094# RM DECOM move outside margins: csi ? 6 l
13095# SM DECAWM auto right margin: csi ? 7 h
13096# RM DECAWM auto right margin: csi ? 7 l
13097# SM DECARM auto repeat: csi ? 8 h
13098# RM DECARM auto repeat: csi ? 8 l
13099# DECSASD Select active main: csi 0 $ }
13100# DECSASD Select active status: csi 1 $ }
13101# DECSSDT Select status none: csi 0 $ ~
13102# DECSSDT Select status indic.: csi 1 $ ~
13103# DECSSDT Select status host-wr: csi 2 $ ~
13104# SM DECTCEM Visible cursor: csi ? 2 5 h
13105# RM DECTCEM Invisible cursor: csi ? 2 5 l
13106# SM DECNCRM 7 bits NCR set: csi ? 4 2 h
13107# RM DECNCRM Multi or ISO latin: csi ? 4 2 l
13108# DECSCL vt300 mode 8-bit ctrl: csi 6 3 " p
13109# or DECSCL vt300 mode 8-bit ctrl: csi 6 3 ; 0 " p
13110# DECSCL vt300 mode 7-bit ctrl: csi 6 3 ; 1 " p
13111# Char. and Line attributes: csi Ps ... Ps m
13112# with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
13113# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
13114# (bq300-8: :le:,:nd:,:up:,:do:,:dl:,:al: to get under 1024 --esr)
13115# (untranslatable capabilities removed to fit entry within 1023 bytes)
13116# (sgr removed to fit entry within 1023 bytes)
13117# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
13118bq300-8|Bull vt320 full 8 bits 80 columns:\
13119 :am:eo:es:hs:km:mi:ms:xn:xo:\
13120 :co#80:it#8:li#24:vt#3:ws#80:\
13121 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
13122 :K1=\217w:K2=\217u:K3=\217y:K4=\217q:K5=\217s:LE=\233%dD:\
13123 :RI=\233%dC:UP=\233%dA:ae=^O:as=^N:bl=^G:cd=\233J:ce=\233K:\
13124 :cl=\233H\233J:cm=\233%i%d;%dH:cr=^M:cs=\233%i%d;%dr:\
13125 :ct=\2333g:dc=\233P:ds=\2331$}\2332$~\n\2330$}:\
13126 :ec=\233%dX:ei=\2334l:fs=\2330$}:ho=\233H:\
13127 :i1=\E[63;2"p\E[2h:i2=\2330$}\233?25h\2332l\233H\233J:\
13128 :im=\2334h:\
13129 :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13130 :k1=\217P:k2=\217Q:k3=\217R:k4=\217S:k6=\23317~:\
13131 :k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:\
13132 :kN=\2336~:kP=\2335~:kb=^H:kd=\233B:ke=\233?1l\E>:\
13133 :kl=\233D:kr=\233C:ku=\233A:mb=\2335m:md=\2331m:\
13134 :me=\2330m\E(B:mr=\2337m:nw=\EE:rc=\E8:sc=\E7:se=\23327m:\
13135 :sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:te=\233?7h:\
13136 :ti=\233?7l\233?1l\E(B:ts=\2331$}\2332$~:ue=\23324m:\
13137 :us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:vi=\233?25l:\
13138 :vs=\233?25h:
13139bq300-8rv|Bull vt320 8-bit reverse mode 80 columns:\
13140 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13141 :vb=\233?5l\233?5h:\
13142 :tc=bq300-8:
13143bq300-8w|Bull vt320 8-bit 132 columns:\
13144 :co#132:ws#132:\
13145 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13146 :r2=\233?3h:\
13147 :tc=bq300-8:
13148bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns:\
13149 :co#132:ws#132:\
13150 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13151 :r2=\233?3h:vb=\233?5l\233?5h:\
13152 :tc=bq300-8:
13153
13154# This entry is used for terminals with vt320 emulation mode
13155# a 102 keys keyboard (PC scancode !) and following set-up :
13156# 8 bit ISO Latin Character Set (ISO 8859-1),
13157# 7 bit Control Characters,
13158# 80 columns screen.
13159bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns:\
13160 :%0@:%1@:*6@:@0@:@7=\E[4~:F1=\E[29~:F2=\E[31~:F3@:F4@:F5@:F6@:\
13161 :F7@:F8@:F9@:FA@:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
13162 :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:\
13163 :k;=\E[28~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
13164 :kh=\E[1~:l1@:l2@:l3@:l4@:\
13165 :tc=bq300:
13166bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns:\
13167 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13168 :vb=\E[?5l\E[?5h:\
13169 :tc=bq300-pc:
13170bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal:\
13171 :co#132:ws#132:\
13172 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13173 :r2=\E[?3h:\
13174 :tc=bq300-pc:
13175bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns:\
13176 :co#132:ws#132:\
13177 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
13178 :r2=\E[?3h:vb=\E[?5l\E[?5h:\
13179 :tc=bq300-pc:
13180# 8 bit ISO Latin Character Set (ISO 8859-1),
13181# 8 bit Control Characters,
13182# 80 columns screen.
13183bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns:\
13184 :%0@:%1@:*6@:@0@:@7=\2334~:F1=\23329~:F2=\23331~:F3@:F4@:F5@:\
13185 :F6@:F7@:F8@:F9@:FA@:k1=\23317~:k2=\23318~:k3=\23319~:\
13186 :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
13187 :k9=\23326~:k;=\23328~:kD=\2333~:kI=\2332~:kN=\2336~:\
13188 :kP=\2335~:kb=^H:kh=\2331~:l1@:l2@:l3@:l4@:\
13189 :tc=bq300-8:
13190bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns:\
13191 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13192 :vb=\E[?5l\E[?5h:\
13193 :tc=bq300-8-pc:
13194bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns:\
13195 :co#132:ws#132:\
13196 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13197 :r2=\E[?3h:\
13198 :tc=bq300-8-pc:
13199bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns:\
13200 :co#132:ws#132:\
13201 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
13202 :r2=\E[?3h:vb=\E[?5l\E[?5h:\
13203 :tc=bq300-8-pc:
13204
13205#======================================================#
13206# BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
13207#======================================================#
13208
13209# normal mode, 8 bits, 80 columns terminal.
13210# RES reset : ^[e
13211# RIS reset initial state: ^[c
13212# BLE bell enable ^[h
13213# BLD bell disable ^[g
13214# CAMS char. attr. mode set ^[[D
13215# CAMR char. attr. mode reset ^[[G
13216# CLR clear ^[`
13217# KBU keyboard unlock (set) ^[[W
13218# KBL keyboard lock (reset) ^[[X
13219# CM character mode (async.) ^[k
13220# NEP non echoplex mode (by host) ^[l
13221# EP echoplex mode (by host) ^[m
13222# IM insert mode set ^[[I
13223# IM insert mode reset ^[[J
13224# RMS roll mode set ^[r
13225# RMR roll mode reset ^[q
13226# SM78 set mode vip7800 ^[[1q
13227# SD scroll up (72 lines) ^[[0s
13228# SD scroll down (72 lines) ^[[1s
13229# RBM block mode reset ^[[E
13230# SLS status line set ^[w
13231# SLR status line reset ^[v
13232# SLL status line lock ^[O
13233# LGS Line-graphic mode set ^[G
13234# LGR Line-graphic mode reset ^[F
13235# TBC tab clear (at cursor pos.) ^[[g
13236# TBI tab initialize ^[[N
13237# TBS tab set (at cursor pos.) ^[p
13238# PDS print data space ^[[0p
13239# PHD print host data ^[[3p
13240# PDT print data terminator ^[[<p
13241# PRES print adapter reset ^[[2p
13242# SSPR multi-part. reset ^[[<>u
13243# SSP0 partition 0 set ^[[00u
13244# SSP1 partition n format 1 ^[[PnPnSTRINGu
13245# SSP2 partition n format 2 ^[[PnPnSTRINGu
13246# SSP3 partition n format 3 ^[[PnPnu
13247# ATR attribute (visual)
13248# blink : ^[sB
13249# dim : ^[sL
13250# hide (blank) : ^[sH
13251# restore : ^[sR
13252# inverse video : ^[sI
13253# prot. : ^[sP
13254# underline : ^[s_
13255# reset : ^{
13256#
13257# This covers the vip7800 and BQ3155-vip7800
13258# (untranslatable capabilities removed to fit entry within 1023 bytes)
13259# (sgr removed to fit entry within 1023 bytes)
13260# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
13261vip|Bull Questar 3155-7800:\
13262 :am:es:hs:km:ms:xn:xo:\
13263 :co#80:it#8:li#24:vt#3:ws#80:\
13264 :ae=\EF:as=\EG:bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E`:\
13265 :cm=\E[%i%03%03f:cr=^M:ct=\E[N:dc=\E[P:dl=\E[M:do=^J:\
13266 :ds=\Ev:ei=\E[J:fs=\EO:ho=\EH:i2=\Er\E[W\E`:ic=\E[I:\
13267 :im=\E[I:is=\E[00u\E[<>001001024080024080u\E[01u:\
13268 :k1=\E0:k2=\E2:k3=\E6:k4=\E8:k5=\E\072:k6=\E<:k7=\E>:k8=\EP:\
13269 :k9=\ER:kD=\E[P:kH=\EH\EA:kI=\E[I:kb=^H:kd=\EB:kh=\EH:\
13270 :kl=\ED:kr=\EC:ku=\EA:le=^H:ll=\EH\EA:mb=\EsB:\
13271 :me=\EsR\EsU\EF:mh=\EsL:mr=\EsI:nd=\EC:nw=^M:se=\EsR:sf=^J:\
13272 :so=\EsI:sr=\EA\EJ\EH\E[L:st=\Ep:ta=^I:ts=\Ew:ue=\EsR:\
13273 :up=\EA:us=\Es_:vb=\007\007\007:
13274# normal screen, 8 bits, 132 columns terminal.
13275vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide:\
13276 :co#132:ws#132:\
13277 :is=\E[00u\E[<>001001024132024132u\E[01u:tc=vip:
13278vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines:\
13279 :li#72:\
13280 :is=\E[00u\E[<>001001024080072080u\E[01u:tc=vip:
13281vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines:\
13282 :co#132:li#72:ws#132:\
13283 :is=\E[00u\E[<>001001024132072132u\E[01u:tc=vip:
7962#### Chromatics 13284#### Chromatics
7963# 13285#
7964 13286
7965# cg7900: Following is revised version. As I mentioned, I recompiled 13287# I have put the long strings in :ti:/:te:. Ti sets up a window
7966# curses in order to accomadate the large amount of definition.
7967# I have put the long strings in ti/te. Ti sets up a window
7968# that is smaller than the screen, and puts up a warning message 13288# that is smaller than the screen, and puts up a warning message
7969# outside the window. Te erases the warning message, puts the 13289# outside the window. Te erases the warning message, puts the
7970# window back to be the whole screen, and puts the cursor at just 13290# window back to be the whole screen, and puts the cursor at just
7971# below the small window. A defined vs and ve to really turn 13291# below the small window. I defined :ve: and :vi: to really turn
7972# the cursor on and off, but I have taken this out since I don't 13292# the cursor on and off, but I have taken this out since I don't
7973# like the cursor being turned off when vi exits. 13293# like the cursor being turned off when vi exits.
7974cg7900|chromatics|chromatics 7900:\ 13294cg7900|chromatics|chromatics 7900:\
7975 :am:\ 13295 :am:\
7976 :co#80:li#40:\ 13296 :co#80:li#40:\
7977 :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:\ 13297 :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:cm=\001M%r%d\054%d\054:\
7978 :cm=\001M%r%d\\\054%d\\\054:cr=^M:dc=^A<1:dl=^A<2:\ 13298 :cr=^M:dc=^A<1:dl=^A<2:do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:\
7979 :do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:nd=^]:\ 13299 :ll=^A|:nd=^]:se=\001C1\054\001c2\054:sf=^J:\
7980 :se=\001C1\\\054\001c2\\\054:sf=^J:\ 13300 :so=\001C4\054\001c7\054:\
7981 :so=\001C4\\\054\001c7\\\054:\ 13301 :te=\001W0\05440\05485\05448\054\014\001W0\0540\05485\05448\054\001M0\05440\054:\
7982 :te=\001W0\\\05440\\\05485\\\05448\\\054\014\001W0\\\0540\\\05485\\\05448\\\054\001M0\\\05440\\\054:\ 13302 :ti=\001P0\001O1\001R1\001C4\054\001c0\054\014\001M0\05442\054WARNING DOUBLE ENTER ESCAPE and \025\001C1\054\001c2\054\001W0\0540\05479\05439\054:\
7983 :ti=\001P0\001O1\001R1\001C4\\\054\001c0\\\054\014\001M0\\\05442\\\054WARNING DOUBLE ENTER ESCAPE and \025\001C1\\\054\001c2\\\054\001W0\\\0540\\\05479\\\05439\\\054:\ 13303 :uc=\001\001_\001\0:up=^K:
7984 :uc=\001\001_\001\200:up=^K:
7985 13304
7986#### Computer Automation 13305#### Computer Automation
7987# 13306#
@@ -7989,9 +13308,8 @@ cg7900|chromatics|chromatics 7900:\
7989ca22851|computer automation 22851:\ 13308ca22851|computer automation 22851:\
7990 :am:\ 13309 :am:\
7991 :co#80:li#24:\ 13310 :co#80:li#24:\
7992 :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:\ 13311 :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:ho=^^:\
7993 :ho=^^:kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:\ 13312 :kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:up=^V:
7994 :up=^V:
7995 13313
7996#### Cybernex 13314#### Cybernex
7997# 13315#
@@ -8000,17 +13318,16 @@ ca22851|computer automation 22851:\
8000cyb83|xl83|cybernex xl-83:\ 13318cyb83|xl83|cybernex xl-83:\
8001 :am:bs:\ 13319 :am:bs:\
8002 :co#80:li#24:\ 13320 :co#80:li#24:\
8003 :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:\ 13321 :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:do=^J:\
8004 :do=^J:ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:\ 13322 :ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:sf=^J:sr=^N:up=^N:
8005 :sf=^J:sr=^N:up=^N:
8006# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr) 13323# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
8007cyb110|mdl110|cybernex mdl-110:\ 13324cyb110|mdl110|cybernex mdl-110:\
8008 :am:bs:\ 13325 :am:bs:\
8009 :co#80:li#24:\ 13326 :co#80:li#24:\
8010 :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\ 13327 :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
8011 :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\ 13328 :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
8012 :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:\ 13329 :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:le=^H:\
8013 :le=^H:nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z: 13330 :nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
8014 13331
8015#### Datapoint 13332#### Datapoint
8016# 13333#
@@ -8023,8 +13340,49 @@ cyb110|mdl110|cybernex mdl-110:\
8023dp3360|datapoint|datapoint 3360:\ 13340dp3360|datapoint|datapoint 3360:\
8024 :am:bs:\ 13341 :am:bs:\
8025 :co#82:li#25:\ 13342 :co#82:li#25:\
8026 :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:\ 13343 :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:nd=^X:\
8027 :nd=^X:sf=^J:up=^Z: 13344 :sf=^J:up=^Z:
13345
13346# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
13347# The Datapoint 8242 Workstation was sold at least between 1985
13348# and 1989. To make the terminal work with this entry, press
13349# CONTROL-INT-INT to take the terminal off-line, and type (opt).
13350# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
13351# CR/LF off. Use control-shift-[] as escape key, control-I as tab,
13352# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
13353# fact unusable because the strings sent by the terminal conflict
13354# with other keys).
13355# The terminal is capable of displaying "box draw" characters.
13356# For each graphic character you must send 2 ESC's (\E\E) followed
13357# by a control character as follows:
13358# character meaning
13359# ========= =======
13360# ctrl-E top tee
13361# ctrl-F right tee
13362# ctrl-G bottom tee
13363# ctrl-H left tee
13364# ctrl-I cross
13365# ctrl-J top left corner
13366# ctrl-K top right corner
13367# ctrl-L bottom left corner
13368# ctrl-M bottom right corner
13369# ctrl-N horizontal line
13370# ctrl-O vertical line
13371# Unfortunately this cannot be fitted into the termcap/terminfo
13372# description scheme.
13373dp8242|datapoint 8242:\
13374 :ms:\
13375 :co#80:li#25:\
13376 :al=\E^T:bl=^G:cd=^W:ce=^V:cl=\025\E\004\027\030:\
13377 :cm=\011%r%+\%+\:cr=^M:dl=\E^Z:do=^J:ho=^U:\
13378 :i1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
13379 :k1=^G\Ee:k2=^I\Ed:k3=^J\Ec:k4=^J\Eb:k5=^S\Ea:k6=\EO\Ee:\
13380 :k7=\EN\Ed:k8=\EM\Ec:k9=\EL\Eb:k;=\EK\Ea:kb=^H:kd=^B:kl=^D:\
13381 :kr=^F:ku=^E:le=^H:nw=^M^J:\
13382 :r1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
13383 :rp=\E\023%.%.:se=\E^D:sf=^C:so=\E^E:sr=^K:ta=^I:ue=\E^D:\
13384 :us=\E^F:ve=^X:vi=^Y:\
13385 :..wi=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025:
8028 13386
8029#### DEC terminals (Obsolete types: DECwriter and vt40/42/50) 13387#### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
8030# 13388#
@@ -8035,68 +13393,76 @@ dp3360|datapoint|datapoint 3360:\
8035# 13393#
8036 13394
8037gt40|dec gt40:\ 13395gt40|dec gt40:\
8038 :os:\ 13396 :bs:os:\
8039 :co#72:li#30:\ 13397 :co#72:li#30:\
8040 :bl=^G:cr=^M:do=^J:le=^H: 13398 :bl=^G:cr=^M:do=^J:le=^H:
8041gt42|dec gt42:\ 13399gt42|dec gt42:\
8042 :os:\ 13400 :bs:os:\
8043 :co#72:li#40:\ 13401 :co#72:li#40:\
8044 :bl=^G:cr=^M:do=^J:le=^H: 13402 :bl=^G:cr=^M:do=^J:le=^H:
13403
8045vt50|dec vt50:\ 13404vt50|dec vt50:\
13405 :bs:\
8046 :co#80:li#12:\ 13406 :co#80:li#12:\
8047 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:\ 13407 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:nd=\EC:\
8048 :nd=\EC:sf=^J:ta=^I:up=\EA: 13408 :sf=^J:ta=^I:up=\EA:
8049vt50h|dec vt50h:\ 13409vt50h|dec vt50h:\
13410 :bs:\
8050 :co#80:li#12:\ 13411 :co#80:li#12:\
8051 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\ 13412 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:\
8052 :do=^J:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA: 13413 :le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
13414# (<acsc>/:ae:/:as: capabilities aren't in DEC's official entry -- esr)
8053vt52|dec vt52:\ 13415vt52|dec vt52:\
13416 :bs:\
8054 :co#80:it#8:li#24:\ 13417 :co#80:it#8:li#24:\
8055 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\ 13418 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8056 :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\ 13419 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
8057 :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA: 13420 :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
8058vt61|vt-61|vt61.5:\ 13421 :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
13422
13423# (vt61: there's a BSD termcap that claims :dl=\EPd:, :al=\EPf.: :kb=^H:)
13424vt61|vt-61|vt61.5|dec vt61:\
8059 :co#80:li#24:\ 13425 :co#80:li#24:\
8060 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\ 13426 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=^J:\
8061 :do=^J:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\ 13427 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=\n:sr=\EI:ta=^I:\
8062 :sf=\n:sr=\EI:ta=^I:up=\EA: 13428 :up=\EA:
8063 13429
8064# The gigi does standout with red! 13430# The gigi does standout with red!
13431# (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
8065gigi|vk100|dec gigi graphics terminal:\ 13432gigi|vk100|dec gigi graphics terminal:\
8066 :am:xn:\ 13433 :am:bs:xn:\
8067 :co#84:li#24:\ 13434 :co#84:li#24:\
8068 :DO=\E[%dB:LE=\E[%r%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\ 13435 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
8069 :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\ 13436 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
8070 :do=^J:is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:\ 13437 :cm=\E[%i%d;%dH:cr=^M:do=^J:\
8071 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\ 13438 :is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:k1=\EOP:\
8072 :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ 13439 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
8073 :ku=\EOA:le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:\ 13440 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
8074 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m: 13441 :nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:sr=\EM:ta=^I:ue=\E[m:\
13442 :up=\E[A:us=\E[4m:
8075 13443
8076# DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce 13444# DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce
8077# a PC differentiated from the IBM clones. It was a total, ludicrous, 13445# a PC differentiated from the IBM clones. It was a total, ludicrous,
8078# grossly-overpriced failure (among other things, DEC's OS didn't include 13446# grossly-overpriced failure (among other things, DEC's OS didn't include
8079# a format program, so you had to buy pre-formatted floppies from DEC at 13447# a format program, so you had to buy pre-formatted floppies from DEC at
8080# a hefty premium!). 13448# a hefty premium!).
8081# (pro350: mapped ":pt:" to default tabs -- esr)
8082pro350|decpro|dec pro console:\ 13449pro350|decpro|dec pro console:\
8083 :bs:pt:\ 13450 :bs:\
8084 :co#80:li#24:\ 13451 :co#80:it#8:li#24:\
8085 :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ 13452 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8086 :do=\EB:ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:\ 13453 :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:\
8087 :k5=\EJ:k6=\Ei:k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\ 13454 :ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:\
8088 :ku=\EA:nd=\EC:se=\E^N:so=\E^H:sr=\EI:ue=\E^C:up=\EA:\ 13455 :k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
8089 :us=\E^D: 13456 :se=\E^N:so=\E^H:sr=\EI:ta=^I:ue=\E^C:up=\EA:us=\E^D:
8090 13457
8091dw1|decwriter I:\ 13458dw1|decwriter I:\
8092 :hc:os:\ 13459 :bs:hc:os:\
8093 :co#72:\ 13460 :co#72:\
8094 :bl=^G:cr=^M:do=^J:le=^H:sf=^J: 13461 :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
8095dw2|decwriter|dw|decwriter II:\ 13462dw2|decwriter|dw|decwriter II:\
8096 :hc:os:\ 13463 :bs:hc:os:\
8097 :co#132:\ 13464 :co#132:\
8098 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J: 13465 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
8099
8100# \E(B Use U.S. character set (otherwise # => british pound !) 13466# \E(B Use U.S. character set (otherwise # => british pound !)
8101# \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v) 13467# \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
8102# \E[w 10 char/in pitch 13468# \E[w 10 char/in pitch
@@ -8107,24 +13473,34 @@ dw2|decwriter|dw|decwriter II:\
8107# \E[1;66r full vertical page can be printed 13473# \E[1;66r full vertical page can be printed
8108# \E[4g clear vertical tab stops 13474# \E[4g clear vertical tab stops
8109# \E> disable alternate keypad mode (so it transmits numbers!) 13475# \E> disable alternate keypad mode (so it transmits numbers!)
8110# \E[%i%du set tab stop at column %d (origin == 1) 13476# \E[%i%p1%du set tab stop at column %d (origin == 1)
8111# (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 13477# (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is
8112# a tab stop) 13478# a tab stop)
8113# 13479#
8114# The dw3 does standout with wide characters. 13480# The dw3 does standout with wide characters.
8115# 13481#
8116dw3|la120|decwriter III:\ 13482dw3|la120|decwriter III:\
8117 :hc:os:\ 13483 :bs:hc:os:\
8118 :co#132:\ 13484 :co#132:\
8119 :bl=^G:cr=^M:do=^J:\ 13485 :bl=^G:cr=^M:do=^J:\
8120 :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\ 13486 :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
8121 :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\ 13487 :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
8122 :kb=^H:le=^H:se=\E[w:sf=^J:so=\E[6w:ta=^I: 13488 :kb=^H:le=^H:me=\E[w:se=\E[w:sf=^J:so=\E[6w:ta=^I:
8123dw4|decwriter IV:\ 13489dw4|decwriter IV:\
8124 :am:hc:os:\ 13490 :am:bs:hc:os:\
13491 :co#132:\
13492 :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:\
13493 :kb=^H:le=^H:sf=^J:ta=^I:
13494
13495# These aren't official
13496ln03|dec ln03 laser printer:\
13497 :hc:\
13498 :co#80:li#66:\
13499 :bl=^G:cr=^M:do=^J:hd=\EK:hu=\EL:me=\E[m:nw=^M^J:se=\E[22m:\
13500 :sf=^J:so=\E[1m:ta=^I:ue=\E[24m:us=\E[4m:
13501ln03-w|dec ln03 laser printer 132 cols:\
8125 :co#132:\ 13502 :co#132:\
8126 :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:\ 13503 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ln03:
8127 :k3=\EOS:kb=^H:le=^H:sf=^J:ta=^I:
8128 13504
8129#### Delta Data (dd) 13505#### Delta Data (dd)
8130# 13506#
@@ -8134,77 +13510,144 @@ dw4|decwriter IV:\
8134# There are BSD-derived termcap entries floating around for this puppy 13510# There are BSD-derived termcap entries floating around for this puppy
8135# that are *certainly* wrong. 13511# that are *certainly* wrong.
8136delta|dd5000|delta data 5000:\ 13512delta|dd5000|delta data 5000:\
8137 :am:\ 13513 :am:bs:\
8138 :co#80:li#27:\ 13514 :co#80:li#27:\
8139 :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:\ 13515 :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:ho=^NQ:\
8140 :ho=^NQ:le=^H:nd=^Y:sf=^J:up=^Z: 13516 :le=^H:nd=^Y:sf=^J:up=^Z:
8141 13517
8142#### Digital Data Research (ddr) 13518#### Digital Data Research (ddr)
8143# 13519#
8144 13520
8145# (ddr: mapped ":pt:" to default tabs -- esr) 13521# (ddr: I added <rmam>/<smam> based on the init string -- esr)
8146ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\ 13522ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
8147 :am:bs:pt:xn:\ 13523 :am:bs:xn:\
8148 :co#80:li#24:vt#3:\ 13524 :co#80:it#8:li#24:vt#3:\
8149 :cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:\ 13525 :RA=\E[7l:SA=\E[7l:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
8150 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:\ 13526 :cm=5\E[%i%d;%dH:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
8151 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:\ 13527 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
8152 :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:\ 13528 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
8153 :le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\ 13529 :ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
8154 :nd=2\E[C:rc=\E8:rf=/usr/share/lib/tabset/vt100:\ 13530 :nd=2\E[C:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
8155 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\ 13531 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[m:sf=5\ED:\
8156 :sf=5\ED:so=\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\ 13532 :so=\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
8157 :us=2\E[4m: 13533
13534#### Evans & Sutherland
13535#
13536
13537# Jon Leech <leech@cs.unc.edu> tells us:
13538# The ps300 was the Evans & Sutherland Picture System 300, a high
13539# performance 3D vector graphics system with a bunch of specialized hardware.
13540# Approximate date of release was 1982 (early 80s, anyway), and it had several
13541# evolutions including (limited) color versions such as the PS330C. PS300s
13542# were effectively obsolete by the late 80s, replaced by raster graphics
13543# systems, although specialized applications like molecular modelling
13544# hung onto them for a while longer. AFAIK all E&S vector graphics systems
13545# are out of production, though of course E&S is very much alive (in 1996).
13546# (ps300: changed ":pt@:" to "it@" -- esr)
13547#
13548ps300|Picture System 300:\
13549 :xt:\
13550 :it@:\
13551 :se@:so@:ue@:us@:tc=vt100:
8158 13552
8159#### General Electric (ge) 13553#### General Electric (ge)
8160# 13554#
8161 13555
8162terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\ 13556terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
8163 :hc:os:\ 13557 :bs:hc:os:\
8164 :co#120:\ 13558 :co#120:\
8165 :bl=^G:cr=^M:do=^J:sf=^J: 13559 :bl=^G:cr=^M:do=^J:sf=^J:
8166 13560
8167#### Heathkit/Zenith 13561#### Heathkit/Zenith
8168# 13562#
8169 13563
8170h19-a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\ 13564# Here is a description of the H19 DIP switches:
8171 :am:mi:ms:\ 13565#
13566# S401
13567# 0-3 = baud rate as follows:
13568#
13569# 3 2 1 0
13570# --- --- --- ---
13571# 0 0 1 1 300 baud
13572# 0 1 0 1 1200 baud
13573# 1 0 0 0 2400 baud
13574# 1 0 1 0 4800 baud
13575# 1 1 0 0 9600 baud
13576# 1 1 0 1 19.2K baud
13577#
13578# 4 = parity (0 = no parity)
13579# 5 = even parity (0 = odd parity)
13580# 6 = stick parity (0 = normal parity)
13581# 7 = full duplex (0 = half duplex)
13582#
13583# S402
13584# 0 = block cursor (0 = underscore cursor)
13585# 1 = no key click (0 = keyclick)
13586# 2 = wrap at end of line (0 = no wrap)
13587# 3 = auto LF on CR (0 = no LF on CR)
13588# 4 = auto CR on LF (0 = no CR on LF)
13589# 5 = ANSI mode (0 = VT52 mode)
13590# 6 = keypad shifted (0 = keypad unshifted)
13591# 7 = 50Hz refresh (1 = 60Hz refresh)
13592#
13593# Factory Default settings are as follows:
13594# 7 6 5 4 3 2 1 0
13595# S401 1 0 0 0 1 1 0 0
13596# S402 0 0 0 0 0 0 0 0
13597# (h19: I added <rmam>/<smam> based on the init string;
13598# also added empty <acsc> to suppress a tic warning -- esr)
13599h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
13600 :am:bs:mi:ms:\
8172 :co#80:it#8:li#24:\ 13601 :co#80:it#8:li#24:\
8173 :ae=\E[11m:al=\E[1L:as=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\ 13602 :RA=\E[?7l:SA=\E[?7h:ac=:ae=\E[11m:al=\E[1L:as=\E[10m:\
8174 :cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\ 13603 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:\
8175 :do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\ 13604 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
8176 :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:\ 13605 :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h:k1=\EOS:\
8177 :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:\ 13606 :k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
8178 :k7=\EOQ:k8=\EOR:kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:\ 13607 :kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:kr=\E[1C:ku=\E[1A:l6=blue:\
8179 :kr=\E[1C:ku=\E[1A:l6=blue:l7=red:l8=white:le=^H:\ 13608 :l7=red:l8=white:le=^H:nd=\E[1C:se=\E[m:sf=^J:so=\E[7m:\
8180 :nd=\E[1C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ 13609 :sr=\EM:ta=^I:up=\E[1A:ve=\E[>4l:vs=\E[>4h:
8181 :up=\E[1A:ve=\E[>4l:vs=\E[>4h:
8182h19-bs|heathkit w/keypad shifted:\ 13610h19-bs|heathkit w/keypad shifted:\
8183 :ke=\Eu:ks=\Et:tc=h19-b: 13611 :ke=\Eu:ks=\Et:tc=h19-b:
8184h19-smul|heathkit w/keypad shifted/underscore cursor:\ 13612h19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor:\
8185 :ke=\Eu:ks=\Et:tc=h19-u: 13613 :ke=\Eu:ks=\Et:\
13614 :tc=h19-u:
13615# (h19: merged in :ip: from BSDI hp19-e entry>;
13616# also added empty <acsc> to suppress a tic warning --esr)
13617# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998
13618# Tim tells us that:
13619# I have an old Zenith-19 terminal at home that still gets a lot of use.
13620# This terminal suffers from the same famous insert-mode padding lossage
13621# that has been acknowledged for the Z29 terminal. Emacs is nearly
13622# unusable on this box, since even a half-scroll up or down the window
13623# causes flaming terminal death.
13624#
13625# On the Z19, the only way I have found around this problem is to remove
13626# the :al: and :dl: entries entirely. No amount of extra padding will
13627# help (I have tried up to 20000). Removing :al=\EL$: and :dl=\EM$:
13628# makes Emacs a little slower, but it remains in the land of the living.
13629# Big win.
8186h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\ 13630h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
8187 :am:es:hs:mi:ms:\ 13631 :am:bs:es:hs:mi:ms:\
8188 :co#80:it#8:li#24:\ 13632 :co#80:it#8:li#24:\
8189 :ae=\EG:al=\EL:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:\ 13633 :ac=:ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
8190 :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=\EO:\ 13634 :cr=^M:dc=\EN:do=\EB:ei=\EO:fs=\Ek\Ey5:ho=\EH:im=\E@:\
8191 :fs=\Ek\Ey5:ho=\EH:im=\E@:k1=\ES:k2=\ET:k3=\EU:\ 13635 :ip=1.5<1.5/>:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
8192 :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\ 13636 :k7=\EQ:k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
8193 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\ 13637 :l6=blue:l7=red:l8=white:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
8194 :le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:\ 13638 :sr=\EI:ta=^I:ts=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo:up=\EA:\
8195 :ts=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo:up=\EA:ve=\Ey4:\ 13639 :ve=\Ey4:vs=\Ex4:
8196 :vs=\Ex4:
8197h19-u|heathkit with underscore cursor:\ 13640h19-u|heathkit with underscore cursor:\
8198 :ve@:vs@:tc=h19-b: 13641 :ve@:vs@:tc=h19-b:
13642h19-g|h19g|heathkit w/block cursor:\
13643 :ve=\Ex4:tc=h19-b:
8199alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\ 13644alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
8200 :li#60:\ 13645 :li#60:\
8201 :al=\EL:dl=\EM:tc=h19: 13646 :al=\EL:dl=\EM:tc=h19:
8202 13647
8203# The major problem with the Z29 is that it requires more 13648# The major problem with the Z29 is that it requires more padding than the Z19.
8204# padding than the Z19. Once again, here's a little termcap 13649#
8205# entry for it that will do the trick. 13650# The problem with declaring an H19 to be synonymous with a Z29 is that
8206#
8207# The problem declaring an H19 to be synonomous with a Z29 is that
8208# it needs more padding. It especially loses if a program attempts 13651# it needs more padding. It especially loses if a program attempts
8209# to put the Z29 into insert mode and insert text at 9600 baud. It 13652# to put the Z29 into insert mode and insert text at 9600 baud. It
8210# even loses worse if the program attempts to insert tabs at 9600 13653# even loses worse if the program attempts to insert tabs at 9600
@@ -8220,7 +13663,7 @@ alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
8220# thing in doing a redisplay rather than the practical thing. 13663# thing in doing a redisplay rather than the practical thing.
8221# When it is about to output a line on top of a line that is 13664# When it is about to output a line on top of a line that is
8222# already on the screen, instead of just killing to the end of 13665# already on the screen, instead of just killing to the end of
8223# the line and outputing the new line, it compares the old line 13666# the line and outputting the new line, it compares the old line
8224# and the new line and if there are any similarities, it 13667# and the new line and if there are any similarities, it
8225# constructs the new line by deleting the text on the old line 13668# constructs the new line by deleting the text on the old line
8226# on the terminal that is already there and then inserting new 13669# on the terminal that is already there and then inserting new
@@ -8240,75 +13683,127 @@ alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
8240# it's only given an insert character ability or the Z29 doesn't 13683# it's only given an insert character ability or the Z29 doesn't
8241# require padding with this (the former is probably more likely, 13684# require padding with this (the former is probably more likely,
8242# but I haven't checked it out). 13685# but I haven't checked it out).
13686# (z29: added empty <acsc> to suppress a tic warning, merged in
13687# status line capabilities from BRL entry --esr)
8243z29|zenith29|z29b|zenith z29b:\ 13688z29|zenith29|z29b|zenith z29b:\
8244 :am:ms:\ 13689 :am:bs:es:hs:mi:ms:pt:\
13690 :co#80:kn#10:li#24:\
13691 :ac=:ae=\EF:al=1\EL:as=\EG:bc=\ED:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
13692 :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=1\EM:do=\EB:ds=\Ey1:\
13693 :ei=\EO:fs=\Ek\Ey5:ho=\EH:ic=\E<\E[1@\E[?2h:im=\E@:\
13694 :is=\E<\E[?2h\Ev:k0=\E~:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
13695 :k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
13696 :kr=\EC:ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
13697 :sr=2\EI:ta=^I:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Es0:up=\EA:\
13698 :us=\Es8:ve=\Ey4:vs=\Ex4:
13699# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
13700# the world is stable. <rs1> causes the terminal to be reset to the state
13701# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
13702# cursor, bc -> block cursor.
13703# From: Mike Meyers
13704# (z29a: replaced nonexistent :if=/usr/share/tabset/zenith29: befause :st:
13705# looks vt100-compatible -- esr)
13706z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
13707 :am:bs:es:hs:mi:ms:pt:\
13708 :co#80:it#8:kn#10:li#24:\
13709 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
13710 :RI=\E[%dC:UP=\E[%dA:bc=\ED:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:\
13711 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:\
13712 :do=^J:ds=\E[>1l:fs=\E[u\E[>5l:ho=\E[H:\
13713 :if=/usr/share/tabset/vt100:k0=\E[~:k1=\EOS:k2=\EOT:\
13714 :k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:\
13715 :kC=\E[J:kS=\E[J:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:\
13716 :ku=\EOA:l0=help:le=^H:mb=\E[5m:md=\E[2m:me=\E[m:mh=\E[2m:\
13717 :mr=\E[7m:nd=\E[C:nw=^M\ED:ps=\E#7:\
13718 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
13719 :rc=\E[r:sc=\E[s:se=\E[m:sf=\ED:so=\E[7;2m:sr=\EM:st=\EH:\
13720 :ta=^I:te=\E[?7h:ti=\E[?7l:\
13721 :ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:ue=\E[m:up=\E[A:\
13722 :us=\E[4m:
13723z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor:\
13724 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
13725 :tc=z29a:
13726z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick:\
13727 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
13728 :tc=z29a:
13729z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick:\
13730 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
13731 :tc=z29a:
13732# From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
13733z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode:\
13734 :5i:am:es:hs:mi:ms:xo:\
8245 :co#80:li#24:\ 13735 :co#80:li#24:\
8246 :ae=\EF:al=\EL:as=\EG:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\ 13736 :%1=\E[~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K1=\EOw:\
8247 :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=:\ 13737 :K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:\
8248 :ho=\EH:ic=\E<\E[1@\E[?2h:im=:is=\E<\E[?2h\Ev:k0=\E~:\ 13738 :UP=\E[%dA:ac=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~:\
8249 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\ 13739 :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
8250 :k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\ 13740 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
8251 :ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\ 13741 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
8252 :sr=\EI:ta=^I:ue=\Es0:up=\EA:us=\Es8:ve=\Ey4:vs=\Ex4: 13742 :ds=\E[>1l:ei=\E[4l:fs=\E[u:ho=\E[H:im=\E[4h:\
13743 :is=\E<\E[>1;3;5;6;7l\E[0m\E[2J:k1=\EOS:k2=\EOT:k3=\EOU:\
13744 :k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:kS=\E[J:\
13745 :kb=^H:kd=\E[B:ke=\E[>7l:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[>7h:\
13746 :ku=\E[A:le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[0m:\
13747 :mh=\E[2m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:\
13748 :ps=\E[?19h\E[i:r2=\E<\Ec\0:rc=\E[u:sc=\E[s:se=\E[0m:\
13749 :sf=^J:so=\E[7m:st=\EH:ta=^I:ts=\E[s\E[>1h\E[25;%i%p1%dH:\
13750 :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>5l:vi=\E[>5h:
8253 13751
8254# From: Brad Brahms <Brahms@USC-ECLC> 13752# From: Brad Brahms <Brahms@USC-ECLC>
8255z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\ 13753z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
8256 :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw: 13754 :ve=\Ey4\Em70:vs=\Ex4\Em71:\
8257# (z100bw: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr) 13755 :tc=z100bw:
13756# (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
8258z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\ 13757z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
8259 :bs:mi:ms:pt:\ 13758 :bs:mi:ms:pt:\
8260 :co#80:li#24:\ 13759 :co#80:it#8:kn#10:li#24:\
8261 :ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\ 13760 :ac=:ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
8262 :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:\ 13761 :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:\
8263 :ho=\EH:im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:\ 13762 :im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
8264 :k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:\ 13763 :k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
8265 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:so=\Ep:\ 13764 :ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Ep:sr=\EI:ta=^I:up=\EA:\
8266 :sr=\EI:up=\EA:ve=\Ey4:vs=\Ex4: 13765 :ve=\Ey4:vs=\Ex4:
8267p19:\ 13766p19|h19-b with il1/dl1:\
8268 :al=2*\EL:dl=2*\EM:tc=h19-b: 13767 :al=2*\EL:dl=2*\EM:tc=h19-b:
8269# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu> 13768# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
8270# (ztx: mapped ":pt:" to default tabs; removed duplicate :sr: -- esr) 13769# (ztx: removed duplicate :sr: -- esr)
8271ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\ 13770ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11:\
8272 :am:bs:es:hs:pt:\ 13771 :am:bs:es:hs:\
8273 :co#80:li#24:\ 13772 :co#80:it#8:li#24:\
8274 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:\ 13773 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:do=^J:\
8275 :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\ 13774 :ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
8276 :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\ 13775 :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
8277 :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:\ 13776 :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:\
8278 :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\ 13777 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Es5:\
8279 :se=\Eq:so=\Es5:sr=\EI:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:\ 13778 :sr=\EI:ta=^I:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Eq:up=\EA:\
8280 :ue=\Eq:up=\EA:us=\Es2: 13779 :us=\Es2:
8281 13780
8282#### IMS International (ims) 13781#### IMS International (ims)
8283# 13782#
8284# There was a company called IMS International located in Carson City, 13783# There was a company called IMS International located in Carson City,
8285# Nevada, that flourished from the mid-70s to mid-80s. They made S-100 13784# Nevada, that flourished from the mid-70s to mid-80s. They made S-100
8286# bus/Z80 hardware and a line of terminals called Ultimas. 13785# bus/Z80 hardware and a line of terminals called Ultimas.
13786#
8287 13787
8288# From: Erik Fair <fair@ucbarpa.berkeley.edu> Sun Oct 27 07:21:05 1985 13788# From: Erik Fair <fair@ucbarpa.berkeley.edu> Sun Oct 27 07:21:05 1985
8289ims950-b|bare ims950 no init string:\ 13789ims950-b|bare ims950 no init string:\
8290 :is@:tc=ims950: 13790 :is@:tc=ims950:
8291ims950-ns|ims950 w/no standout:\
8292 :se@:so@:ue@:us@:tc=ims950:
8293# (ims950: removed obsolete ":ko@:" -- esr) 13791# (ims950: removed obsolete ":ko@:" -- esr)
8294ims950|ims televideo 950 emulation:\ 13792ims950|ims televideo 950 emulation:\
8295 :xn@:\ 13793 :xn@:\
8296 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\ 13794 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:tc=tvi950:
8297 :kl@:kr@:ku@:vb@:tc=tvi950:
8298# (ims950-rv: removed obsolete ":ko@:" -- esr) 13795# (ims950-rv: removed obsolete ":ko@:" -- esr)
8299ims950-rv|ims tvi950 rev video:\ 13796ims950-rv|ims tvi950 rev video:\
8300 :xn@:\ 13797 :xn@:\
8301 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\ 13798 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:tc=tvi950-rv:
8302 :kl@:kr@:ku@:vb@:tc=tvi950-rv:
8303# (ims-ansi: mapped ":pt:" to default tabs -- esr)
8304ims-ansi|ultima2|ultimaII|IMS Ultima II:\ 13799ims-ansi|ultima2|ultimaII|IMS Ultima II:\
8305 :am:bs:pt:\ 13800 :am:bs:\
8306 :co#80:li#24:\ 13801 :co#80:it#8:li#24:\
8307 :cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:cm=\E[%i%2;%2H:\ 13802 :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%2;%2H:do=\ED:\
8308 :do=\ED:if=/usr/share/tabset/vt100:\ 13803 :if=/usr/share/tabset/vt100:\
8309 :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:\ 13804 :is=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:kh=\E[H:\
8310 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:se=\E[0m\E[1m:\ 13805 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:se=\E[m\E[1m:\
8311 :so=\E[7m:sr=\EM:ue=\E[0m\E[1m:up=\EM:us=\E[4m: 13806 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m\E[1m:up=\EM:us=\E[4m:
8312 13807
8313#### Intertec Data Systems 13808#### Intertec Data Systems
8314# 13809#
@@ -8318,25 +13813,63 @@ ims-ansi|ultima2|ultimaII|IMS Ultima II:\
8318# 13813#
8319 13814
8320superbrain|intertec superbrain:\ 13815superbrain|intertec superbrain:\
8321 :am:bw:\ 13816 :am:bs:bw:\
8322 :co#80:li#24:\ 13817 :co#80:li#24:\
8323 :bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\ 13818 :bc=^U:bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
8324 :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:\ 13819 :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:sf=^J:ta=^I:\
8325 :sf=^J:ta=^I:te=^L:ti=^L:up=^K: 13820 :te=^L:ti=^L:up=^K:
13821# (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
13822# rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
13823# and the reverse is actually true. Try it. -- esr)
8326intertube|intertec|Intertec InterTube:\ 13824intertube|intertec|Intertec InterTube:\
8327 :am:\ 13825 :am:bs:\
8328 :co#80:li#25:\ 13826 :co#80:li#25:\
8329 :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:\ 13827 :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:nd=^F:\
8330 :nd=^F:se=\E0@:sf=^J:so=\E0P:up=^Z: 13828 :se=\E0@:sf=^J:so=\E0P:up=^Z:
8331# The intertube 2 has the "full duplex" problem like the tek 4025: if you 13829# The intertube 2 has the "full duplex" problem like the tek 4025: if you
8332# are typing and a command comes in, the keystrokes you type get interspersed 13830# are typing and a command comes in, the keystrokes you type get interspersed
8333# with the command and it messes up 13831# with the command and it messes up
8334it2|intertube2|intertec data systems intertube 2:\ 13832intertube2|intertec data systems intertube 2:\
8335 :am:\ 13833 :bs:\
8336 :co#80:li#25:\ 13834 :ce=\EK:ch=\020%+^J:cm=\016%.\020%+^J:cv=\013%.:\
8337 :bl=^G:ce=\EK:ch=\020%+^J:cl=^L:cm=\016%.\020%+^J:\ 13835 :ll=^K^X\r:\
8338 :cr=^M:cv=\013%.:do=^J:ho=^A:le=^H:ll=^K^X\r:nd=^F:\ 13836 :tc=intertube:
8339 :se=\E0@:sf=^J:so=\E0P:up=^Z: 13837
13838#### Ithaca Intersystems
13839#
13840# This company made S100-bus personal computers long ago in the pre-IBM-PC
13841# past. They used to be reachable at:
13842#
13843# Ithaca Intersystems
13844# 1650 Hanshaw Road
13845# Ithaca, New York 14850
13846#
13847# However, the outfit went bankrupt years ago.
13848#
13849
13850# The Graphos III was a color graphics terminal from Ithaca Intersystems.
13851# These entries were written (originally in termcap syntax) by Brian Yandell
13852# <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the
13853# University of Wisconsin.
13854
13855# (graphos: removed obsolete and syntactically incorrect :kn=4:,
13856# removed :if=/usr/share/tabset/init.graphos: and
13857# <rf=/usr/share/tabset/init.graphos> no such file & no :st: -- esr)
13858graphos|graphos III:\
13859 :am:mi:\
13860 :co#80:it#8:li#24:\
13861 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
13862 :UP=\E[%dA:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
13863 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:dm=\E[4h:do=\E[B:\
13864 :ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:\
13865 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
13866 :ku=\E[A:le=^H:me=\E[m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:\
13867 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:\
13868 :ve=\Ez56;2;0;0z\Ez73z\Ez4;1;1z:\
13869 :vs=\Ez4;2;1z\Ez56;2;80;24z:
13870graphos-30|graphos III with 30 lines:\
13871 :li#30:\
13872 :vs=\Ez4;2;1z\Ez56;2;80;30z:tc=graphos:
8340 13873
8341#### Modgraph 13874#### Modgraph
8342# 13875#
@@ -8348,22 +13881,56 @@ it2|intertube2|intertec data systems intertube 2:\
8348# Vox: (617)-890-5796. 13881# Vox: (617)-890-5796.
8349# 13882#
8350# However, if you call that number today you'll get an insurance company. 13883# However, if you call that number today you'll get an insurance company.
8351# I think Modgraph is long gone. 13884# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated
13885# 26 Feb 1997 that says:
13886#
13887# Modgraph GX-1000, replaced by GX-2000. Both are out of production, have been
13888# for ~7 years. Modgraph still in business. Products are rugged laptop and
13889# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
13890# panel-mount etc). I can be emailed at sonfour@aol.com
13891#
13892# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
13893# dated 1984. According to the manual, it featured Tek 4010/4014
13894# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
8352# 13895#
8353 13896
8354modgraph|mod|modgraph terminal emulating vt100:\ 13897modgraph|mod24|modgraph terminal emulating vt100:\
8355 :xn@:\ 13898 :xn@:\
8356 :co#80:li#24:\ 13899 :co#80:li#24:\
8357 :is=\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:\ 13900 :is=\E\1369;0s\E\1367;1s\E[3g\E\13611;9s\E\13611;17s\E\13611;25s\E\13611;33s\E\13611;41s\E\13611;49s\E\13611;57s\E\13611;65s\E\13611;73s\E\13611;81s\E\13611;89s:\
8358 :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100: 13901 :rf@:sr=5\EM\E[K:vs=\E\1369;0s\E\1367;1s:\
8359# (modgraph2: mapped ":pt:" to default tabs -- esr) 13902 :tc=vt100:
8360# The GX-1000 manual is dated 1984 13903# The GX-1000 manual is dated 1984. This looks rather like a VT-52.
8361modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled:\ 13904modgraph2|modgraph gx-1000 80x24 with keypad not enabled:\
8362 :am:bs:da:db:pt:\ 13905 :am:da:db:\
8363 :co#80:li#24:\ 13906 :co#80:it#8:li#24:\
8364 :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\ 13907 :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
8365 :is=\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:\ 13908 :is=\E<\E\1365;2s\E\1367;1s\E[3g\E\13611;9s\E\13611;17s\E\13611;25s\E\13611;33s\E\13611;41s\E\13611;49s\E\13611;57s\E\13611;65s\E\13611;73s\E\13611;81s\E\13611;89s\E\13612;0s\E\13614;2s\E\13615;9s\E\13625;1s\E\1369;1s\E\13627;1:\
8366 :nd=2\EC:sr=5\EI:up=2\EA: 13909 :le=^H:nd=2\EC:sr=5\EI:ta=^I:up=2\EA:
13910#
13911# Modgraph from Nancy L. Cider <nancyc@brl-tbd>
13912# BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
13913# If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
13914# mark and using delete-to-killbuffer work correctly. However, we would
13915# like normal mode of operation to be using a Modgraph with 48 line setting.
13916# If we set TERM=mod (which is a valid entry in termcap with 48 lines)
13917# the setting mark and delete-to-killbuffer results in the deletion of only
13918# the line the mark is set on.
13919# We've discovered that the delete-to-killbuffer works correctly
13920# with TERM=mod and screen set to 80x48 but it's not obvious. Only
13921# the first line disappears but a ctrl-l shows that it did work
13922# correctly.
13923modgraph48|mod|Modgraph w/48 lines:\
13924 :am:bs:pt:xn:\
13925 :co#80:it#8:li#48:vt#3:\
13926 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
13927 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
13928 :is=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h:k1=\EOP:k2=\EOQ:\
13929 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
13930 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
13931 :me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:r1=\E=\E[0q\E>:rc=\E8:\
13932 :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
13933 :us=\E[4m:vb=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q:
8367 13934
8368#### Morrow Designs 13935#### Morrow Designs
8369# 13936#
@@ -8383,48 +13950,31 @@ modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled:\
8383mt70|mt-70|Morrow MD-70; native Morrow mode:\ 13950mt70|mt-70|Morrow MD-70; native Morrow mode:\
8384 :am:mi:ms:xo:\ 13951 :am:mi:ms:xo:\
8385 :co#80:it#8:li#24:\ 13952 :co#80:it#8:li#24:\
8386 :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:\ 13953 :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:F5=^Ad\r:\
8387 :F5=^Ad\r:F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:\ 13954 :F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:FA=^Ai\r:\
8388 :FA=^Ai\r:ac=+z\\\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ:\ 13955 :ac=+z\054{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI:ae=\E%:\
8389 :ae=\E%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\ 13956 :al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
8390 :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\ 13957 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:\
8391 :ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:\ 13958 :i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
8392 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 13959 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
8393 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:\ 13960 :k;=^AI\r:kB=^A^Z\r:kC=^An\r:kD=\177:kb=^H:kd=^AK\r:\
8394 :kC=^An\r:kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:\ 13961 :kh=^AN\r:kl=^AL\r:kr=^AM\r:ku=^AJ\r:le=^H:mh=\EG2:mk@:\
8395 :kr=^AM\r:ku=^AJ\r:le=^H:me=\EG0:mh=\EG2:mr=\EG4:\ 13962 :nd=^L:nw=^_:sf=^J:ta=^I:te=:ti=\E"2\EG0\E]:up=^K:us=\EG1:\
8396 :nd=^L:nw=^_:se=\EG0:sf=^J:so=\EG4:ta=^I:\ 13963 :vb=\EK1\EK0:ve=\E"2:vi=\E"0:\
8397 :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:\ 13964 :tc=adm+sgr:
8398 :vi=\E"0: 13965
8399 13966#### Motorola
8400#### Netronics 13967#
8401# 13968
8402# The Netronics Smarterm 80 was a kit-built terminal that came in at least two 13969# Motorola EXORterm 155 from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
8403# flavors, a first 40-column version, and a second 64-column version released 13970# (Seth H Zirin)
8404# about 1983. 13971ex155|Motorola Exorterm 155:\
8405 13972 :am:bs:bw:\
8406# (netx: removed obsolete ":ma=j^Jk^Pl :" -- esr) 13973 :co#80:kn#5:li#24:\
8407netx|netronics:\ 13974 :bt=\E[:cd=\ET:ce=\EU:cl=\EX:cm=\EE%+ %+ :do=\EB:ho=\E@:\
8408 :bs:\ 13975 :kB=\E[:kC=\EX:kE=\EU:kS=\ET:kb=^H:kd=^J:kh=\E@:kl=^H:kr=^L:\
8409 :co#64:li#16:\ 13976 :ku=^K:nd=\ED:se=\Ec\ED:so=\Eb\ED:ta=\EZ:ue=\Eg\ED:\
8410 :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\ 13977 :us=\Ef\ED:
8411 :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
8412 :up=^K:
8413smartvid|Netronics Smartvid 80:\
8414 :am:bw:eo:ms:xs:\
8415 :co#80:li#24:sg#1:ug#1:\
8416 :ae=\EGB:as=\EG@:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
8417 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
8418 :ic=\EQ:im=\EC:le=^H:ll=^Z^K:nd=^A:se=\EG@:sf=^J:\
8419 :so=\EGC:sr=^K:ta=\Ei:te=^Z^K:ue=\EG@:up=^K:us=\EGA:\
8420 :ve=^Z^K:
8421smarterm|smarterm-s|netronics smarterm 80x24 naked terminal:\
8422 :am:ul:\
8423 :co#80:li#24:sg#1:ug#1:\
8424 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
8425 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
8426 :ic=\EQ:im=\EC:le=^H:nd=^A:sf=^J:ta=^I:ue=\EG@:\
8427 :us=\EGA:
8428 13978
8429#### Omron 13979#### Omron
8430# 13980#
@@ -8433,40 +13983,132 @@ smarterm|smarterm-s|netronics smarterm 80x24 naked terminal:\
8433omron|Omron 8025AG:\ 13983omron|Omron 8025AG:\
8434 :am:bs:da:db:\ 13984 :am:bs:da:db:\
8435 :co#80:li#24:\ 13985 :co#80:li#24:\
8436 :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:\ 13986 :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:dl=\EM:do=^J:\
8437 :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:\ 13987 :ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:so=\Ef:sr=\ET:up=\EA:\
8438 :so=\Ef:sr=\ET:up=\EA:vs=\EN: 13988 :vs=\EN:
13989
13990#### Ramtek
13991#
13992# Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
13993# were competition for things like the Tektronics 4025.
13994#
13995
13996# Ramtek 6221 from BRL, probably by Doug Gwyn
13997# The following SET-UP modes are assumed for normal operation:
13998# UNDERLINE_CURSOR ANSI_MODE AUTO_XON/XOFF_ON
13999# NEWLINE_OFF 80_COLUMNS
14000# Other SET-UP modes may be set for operator convenience or communication
14001# requirements; I recommend
14002# SMOOTH_SCROLL AUTO_REPEAT_ON 3_#_SHIFTED WRAP_AROUND_ON
14003# Hardware tabs are assumed to be every 8 columns; they can be set up by the
14004# "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
14005# Note that the Control-E key is useless on this brain-damaged terminal. No
14006# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14007rt6221|Ramtek 6221 80x24:\
14008 :bs:ms:pt:xo:\
14009 :co#80:it#8:kn#4:li#24:vt#3:\
14010 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:as=^N:\
14011 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[J:cm=\E[%i%d;%dH:\
14012 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^K:ho=\E[1;1H:is=\E)0:\
14013 :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:kd=\E[B:ke=\E>:\
14014 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
14015 :le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
14016 :nd=\E[C:nw=\EE:\
14017 :r1=\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>:\
14018 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
14019 :ue=\E[m:up=\EM:us=\E[4m:ve=\E[>5h\E[>9h:vi=\E[>5l:\
14020 :vs=\E[>7h\E[>9l:
14021# [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
14022rt6221-w|Ramtek 6221 160x48:\
14023 :co#160:li#48:\
14024 :ll=\E[48;1H:tc=rt6221:
14025
14026#### RCA
14027#
14028
14029# RCA VP3301 or VP3501
14030rca|rca vp3301/vp3501:\
14031 :bs:\
14032 :co#40:li#24:\
14033 :cl=^L:cm=\EY%+ %+ :ho=^Z:nd=^U:se=\E\ES0:so=\E\ES1:up=^K:
14034
14035
14036#### Selanar
14037#
14038
14039# Selanar HiREZ-100 from BRL, probably by Doug Gwyn
14040# The following SET-UP modes are assumed for normal operation:
14041# SET_DEFAULT_TABS 48_LINES 80_COLUMNS
14042# ONLINE ANSI CURSOR_VISIBLE
14043# VT102_AUTO_WRAP_ON VT102_NEWLINE_OFF VT102_MONITOR_MODE_OFF
14044# LOCAL_ECHO_OFF US_CHAR_SET WPS_TERMINAL_DISABLED
14045# CPU_AUTO_XON/XOFF_ENABLED PRINT_FULL_SCREEN
14046# For use with graphics software, all graphics modes should be set to factory
14047# default. Other SET-UP modes may be set for operator convenience or
14048# communication requirements. No delays are specified; use "stty ixon -ixany"
14049# to enable DC3/DC1 flow control!
14050# I commented out the scrolling capabilities since they are too slow.
14051hirez100|Selanar HiREZ-100:\
14052 :bs:mi:ms:pt:xo:\
14053 :co#80:it#8:kn#4:li#48:vt#3:\
14054 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
14055 :RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
14056 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
14057 :dc=\E[P:dl=\E[M:do=^J:ho=\E[H:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
14058 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
14059 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
14060 :le=^H:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
14061 :nd=\E[C:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:\
14062 :r1=\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>:\
14063 :rc=\E8:sc=\E7:se=\E[m:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\EM:\
14064 :us=\E[4m:
14065hirez100-w|Selanar HiREZ-100 in 132-column mode:\
14066 :co#132:tc=hirez100:
14067
14068#### Signetics
14069#
14070
14071# From University of Wisconsin
14072vsc|Signetics Vsc Video driver by RMC:\
14073 :am:ms:\
14074 :co#80:it#8:li#26:\
14075 :ce=\E[K:cl=50\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
14076 :ho=\E[H:kb=^H:kd=^J:kl=^H:le=^H:me=^_\041:mr=^_ :nd=\E[C:\
14077 :nw=^M^J:se=^_\041:sf=^J:so=^_ :ta=^I:ue=^_#:up=\E[A:us=^_":
8439 14078
8440#### Soroc 14079#### Soroc
8441# 14080#
14081# Alan Frisbie <frisbie@flying-disk.com> writes:
14082#
14083# As you may recall, the Soroc logo consisted of their name,
14084# with the letter "S" superimposed over an odd design. This
14085# consisted of a circle with a slightly smaller 15 degree (approx.)
14086# wedge with rounded corners inside it. The color was sort of
14087# a metallic gold/yellow.
14088#
14089# If I had been more of a beer drinker it might have been obvious
14090# to me, but it took a clue from their service department to make
14091# me exclaim, "Of course!" The circular object was the top of
14092# a beer can (the old removable pop-top style) and "Soroc" was an
14093# anagram for "Coors".
14094#
14095# I can just imagine the founders of the company sitting around
14096# one evening, tossing back a few and trying to decide what to
14097# call their new company and what to use for a logo.
14098#
8442 14099
8443# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr) 14100# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
8444soroc120|iq120|soroc iq120:\ 14101soroc120|iq120|soroc|soroc iq120:\
8445 :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a: 14102 :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
8446soroc140|iq140|soroc iq140:\ 14103soroc140|iq140|soroc iq140:\
8447 :am:mi:\ 14104 :am:bs:mi:\
8448 :co#80:li#24:\ 14105 :co#80:li#24:\
8449 :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\ 14106 :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
8450 :cm=\E=%+ %+ :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:\ 14107 :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:im=\E9:k0=^A0\r:\
8451 :im=\E9:k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\ 14108 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
8452 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:\ 14109 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kh=^^:kr=^L:ku=^K:le=^H:\
8453 :kh=^^:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\E\177:\ 14110 :ll=^^^K:nd=^L:se=\E\177:sf=^J:so=\E\177:ue=\E^A:up=^K:\
8454 :sf=^J:so=\E\177:ue=\E^A:up=^K:us=\E^A: 14111 :us=\E^A:
8455
8456#### Southwest Technical Products
8457#
8458# These guys made an early personal micro called the M6800.
8459# The ct82 was probably its console terminal.
8460#
8461
8462# (swtp: removed obsolete ":bc=^D:" -- esr)
8463swtp|ct82|southwest technical products ct82:\
8464 :am:\
8465 :co#82:li#20:\
8466 :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:\
8467 :dc=^^H:dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
8468 :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
8469 :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
8470 14112
8471#### Synertek 14113#### Synertek
8472# 14114#
@@ -8507,6 +14149,7 @@ swtp|ct82|southwest technical products ct82:\
8507# Sunnyvale, and I'm fairly sure they are still manufacturing ICs 14149# Sunnyvale, and I'm fairly sure they are still manufacturing ICs
8508# (they've gone to ASICs and FPGAs), but I doubt they're in the computer 14150# (they've gone to ASICs and FPGAs), but I doubt they're in the computer
8509# business these days. 14151# business these days.
14152#
8510 14153
8511# Tested, seems to work fine with vi. 14154# Tested, seems to work fine with vi.
8512synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\ 14155synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
@@ -8528,19 +14171,20 @@ synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
8528# :is: sets 80 col mode, normal video, autowrap on (for :am:). 14171# :is: sets 80 col mode, normal video, autowrap on (for :am:).
8529# Seems to be no way to get rid of status line. 14172# Seems to be no way to get rid of status line.
8530# The manual for this puppy was dated June 1981. It claims to be VT52- 14173# The manual for this puppy was dated June 1981. It claims to be VT52-
8531# compatible. 14174# compatible but looks more vt100-like.
8532tab132|tab|tab132-15|tab 132/15:\ 14175tab132|tab|tab132-15|tab 132/15:\
8533 :da:db:\ 14176 :da:db:\
8534 :co#80:dN@:li#24:lm#96:\ 14177 :co#80:dN@:li#24:lm#96:\
8535 :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:\ 14178 :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
8536 :ei=\E[4l:im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:\ 14179 :im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:kl=\E[D:ks@:\
8537 :kl=\E[D:ks@:ku=\E[A:tc=vt100: 14180 :ku=\E[A:\
8538tab132-w:\ 14181 :tc=vt100:
14182tab132-w|tab132 in wide mode:\
8539 :co#132:\ 14183 :co#132:\
8540 :is=\E[?7h\E[?3h\E[?5l:tc=tab132: 14184 :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
8541tab132-rv:\ 14185tab132-rv|tab132 in reverse-video mode:\
8542 :is=\E[?7h\E[?3l\E[?5h:tc=tab132: 14186 :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
8543tab132-w-rv:\ 14187tab132-w-rv|tab132 in reverse-video/wide mode:\
8544 :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w: 14188 :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
8545 14189
8546 14190
@@ -8566,42 +14210,38 @@ t3700|dumb teleray 3700:\
8566 :bs:\ 14210 :bs:\
8567 :co#80:li#24:\ 14211 :co#80:li#24:\
8568 :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J: 14212 :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
8569# (t3800: mapped ":pt:" to default tabs -- esr)
8570t3800|teleray 3800 series:\ 14213t3800|teleray 3800 series:\
8571 :bs:pt:\ 14214 :bs:\
8572 :co#80:li#24:\ 14215 :co#80:it#8:li#24:\
8573 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:\ 14216 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
8574 :ho=\EH:le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K: 14217 :le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K:
8575# (t1061: mapped ":pt:" to default tabs -- esr)
8576t1061|teleray|teleray 1061:\ 14218t1061|teleray|teleray 1061:\
8577 :am:km:xs:xt:\ 14219 :am:bs:km:xs:xt:\
8578 :co#80:li#24:sg#1:ug#1:\ 14220 :co#80:it#8:li#24:sg#1:\
8579 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :\ 14221 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
8580 :cr=^M:ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:\ 14222 :ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:im=:ip=:\
8581 :im=:ip=:\
8582 :is=\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:\ 14223 :is=\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:\
8583 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:\ 14224 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
8584 :k8=^Z8:le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:\ 14225 :le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:ta=^I:ue=\ER@:\
8585 :ta=^I:ue=\ER@:up=\EA:us=\ERH: 14226 :up=\EA:us=\ERH:
8586t1061f|teleray 1061 with fast PROMs:\ 14227t1061f|teleray 1061 with fast PROMs:\
8587 :al=\EL:dl=\EM:ip@:tc=t1061: 14228 :al=\EL:dl=\EM:ip@:tc=t1061:
8588# "Teleray Arpa Special", offically designated as 14229# "Teleray Arpa Special", officially designated as
8589# "Teleray Arpa network model 10" with "Special feature 720". 14230# "Teleray Arpa network model 10" with "Special feature 720".
8590# This is the new (1981) fast microcode updating the older "arpa" proms 14231# This is the new (1981) fast microcode updating the older "arpa" proms
8591# (which gave meta-key and progmmable-fxn keys). 720 is much much faster, 14232# (which gave meta-key and programmable-fxn keys). 720 is much much faster,
8592# converts the keypad to programmable function keys, and has other goodies. 14233# converts the keypad to programmable function keys, and has other goodies.
8593# Standout mode is still broken (magic cookie, etc) so is suppressed as no 14234# Standout mode is still broken (magic cookie, etc) so is suppressed as no
8594# programs handle such lossage properly. 14235# programs handle such lossage properly.
8595# Note: this is NOT the old termcap's "t1061f with fast proms." 14236# Note: this is NOT the old termcap's "t1061f with fast proms."
8596# From: J. Lepreau <lepreau@utah-cs> Tue Feb 1 06:39:37 1983, Univ of Utah 14237# From: J. Lepreau <lepreau@utah-cs> Tue Feb 1 06:39:37 1983, Univ of Utah
8597# (t10: mapped ":pt:" to default tabs; 14238# (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
8598# removed overridden ":so@:se@:us@:ue@:" -- esr)
8599t10|teleray 10 special:\ 14239t10|teleray 10 special:\
8600 :bs:km:pt:xs:xt:\ 14240 :bs:km:xs:xt:\
8601 :co#80:li#24:sg#2:ug#1:\ 14241 :co#80:it#8:li#24:sg#2:\
8602 :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:\ 14242 :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:dl=\EM:\
8603 :dl=\EM:ei=:ho=\EH:ic=\EP:im=:nd=\EC:pc=\200:se=\ER@:\ 14243 :ei=:ho=\EH:ic=\EP:im=:le=^H:nd=\EC:pc=\0:se=\ER@:sf=\Eq:\
8604 :sf=\Eq:so=\ERD:sr=\Ep:ue=\ER@:up=\EA:us=\ERH: 14244 :so=\ERD:sr=\Ep:ta=^I:ue=\ER@:up=\EA:us=\ERH:
8605# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and 14245# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
8606# back/forth words. Put the function keys (f1-f10) where they can be 14246# back/forth words. Put the function keys (f1-f10) where they can be
8607# found, and turn off the other magic keys along the top row, except 14247# found, and turn off the other magic keys along the top row, except
@@ -8611,122 +14251,148 @@ t16|teleray 16:\
8611 :am:da:db:mi:xs:xt:\ 14251 :am:da:db:mi:xs:xt:\
8612 :co#80:li#24:\ 14252 :co#80:li#24:\
8613 :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\ 14253 :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
8614 :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\ 14254 :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
8615 :ei=\E[4l:ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:\ 14255 :ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:\
8616 :k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:\ 14256 :k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
8617 :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\E[T:ta=^I:\ 14257 :sf=^J:so=\E[7m:sr=\E[T:ta=^I:te=\E[V\E[24;1f\E[?38h:\
8618 :te=\E[V\E[24;1f\E[?38h:ti=\E[U\E[?38l:ue=\E[m:\ 14258 :ti=\E[U\E[?38l:ue=\E[m:up=\E[A:us=\E[4m:
8619 :up=\E[A:us=\E[4m:
8620 14259
8621#### Texas Instruments (ti) 14260#### Texas Instruments (ti)
8622# 14261#
8623 14262
8624ti700|ti733|ti735|ti silent 700:\ 14263# The Silent 700 was so called because it was built around a quiet thermal
8625 :bs:hc:os:\ 14264# printer. It was portable, equipped with an acoustic coupler, and pretty
8626 :co#80:dC#162:\ 14265# neat for its day.
8627 :bl=^G:cr=\r:do=^J:le=^H:sf=^J: 14266ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800:\
8628ti743|ti745|ti silent 745:\
8629 :bs:hc:os:\ 14267 :bs:hc:os:\
8630 :co#80:\ 14268 :co#80:\
8631 :bl=^G:cr=^M:do=^J:le=^H:sf=^J: 14269 :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
8632ti800|ti omni 800:\ 14270
8633 :bs:hc:os:\ 14271#
8634 :co#132:\ 14272# Texas Instruments 916 VDT 7 bit control mode
8635 :bl=^G:cr=^M:do=^J:le=^H:sf=^J: 14273#
14274ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL:\
14275 :da:db:in:ms:\
14276 :%9=^X:@4=\E[29~:@8=^J:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
14277 :DO=\E[%dB:F1=\E[29~:F2=\E[31~:IC=\E[%d@:LE=\E[%dD:\
14278 :RI=\E[%dC:UP=\E[%dA:ae=\017:as=\016:bt=\E[Z:cb=\E[1K:\
14279 :cd=\E[J:ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[2J:\
14280 :cm=\E[%i%d;%dH:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:eA=\E(B\E)0:\
14281 :ec=\E[%dX:ei=:ff=^L:im=:ip=:is=\E[1;24r\E[24;1H:k1=\E[17~:\
14282 :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
14283 :k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:\
14284 :kN=\E[S:kP=\E[T:kh=\E[H:mp=\E&:r2=\E[\041p:st=\E[0W:\
14285 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
14286 :tc=vt220:
14287#
14288# Texas Instruments 916 VDT 8 bit control mode
14289#
14290ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL:\
14291 :%9=^X:@4=\23329~:@8=^J:F1=\23329~:F2=\23331~:k1=\23317~:\
14292 :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:k6=\23323~:\
14293 :k7=\23324~:k8=\23325~:k9=\23326~:k;=\23328~:kD=\233P:\
14294 :kI=\233@:kN=\233S:kP=\233T:kd=\233B:kh=\233H:kl=\233D:\
14295 :kr=\233C:ku=\233A:\
14296 :tc=ti916:
14297#
14298# Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
14299#
14300ti916-132|Texas Instruments 916 VDT vt220 132 column:\
14301 :co#132:tc=ti916:
14302#
14303# Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
14304#
14305ti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column:\
14306 :co#132:tc=ti916-8:
8636ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\ 14307ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
8637 :am:xo:\ 14308 :am:bs:xo:\
8638 :co#80:it#8:li#24:\ 14309 :co#80:it#8:li#24:\
8639 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\ 14310 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
8640 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\ 14311 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
8641 :dl=\E[M:do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\ 14312 :do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[16~:\
8642 :k4=\EOS:k5=\E[16~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\ 14313 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[P:kI=\E[@:\
8643 :k9=\E[20~:kD=\E[P:kI=\E[@:kb=^H:kd=\E[B:kl=\E[D:\ 14314 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
8644 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\ 14315 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
8645 :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\ 14316 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
8646 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
8647 :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h: 14317 :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
8648ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\ 14318ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
8649 :am:xo:\ 14319 :am:xo:\
8650 :co#80:it#8:li#24:\ 14320 :co#80:it#8:li#24:\
8651 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\ 14321 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
8652 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\ 14322 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
8653 :dl=\E[M:do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:\ 14323 :do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:k3=R\217>:k4=S\217>:\
8654 :k3=R\217>:k4=S\217>:k5=~\23316>:k6=~\23317>:\ 14324 :k5=~\23316>:k6=~\23317>:k7=~\23318>:k8=~\23319>:\
8655 :k7=~\23318>:k8=~\23319>:k9=~\23320>:kD=P\233>:\ 14325 :k9=~\23320>:kD=P\233>:kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:\
8656 :kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\ 14326 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
8657 :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\ 14327 :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
8658 :rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:\ 14328 :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
8659 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
8660 :vi=\E[?25l:vs=\E[?31h: 14329 :vi=\E[?25l:vs=\E[?31h:
8661ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\ 14330ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
8662 :co#132:\ 14331 :co#132:tc=ti924:
8663 :tc=ti924:
8664ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\ 14332ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
8665 :co#132:\ 14333 :co#132:tc=ti924-8:
8666 :tc=ti924-8:
8667em931-9|Texas Instruments 924 Emulator in the 931 Mode:\
8668 :tc=ti931:
8669em924|Texas Instruments 924 Emulator in the 924 Mode:\
8670 :tc=ti924:
8671em931|Texas Instruments 931 Emulator:\
8672 :tc=ti931:
8673ti931|Texas Instruments 931 VDT:\ 14334ti931|Texas Instruments 931 VDT:\
8674 :am:xo:\ 14335 :am:bs:xo:\
8675 :co#80:li#24:\ 14336 :co#80:li#24:\
8676 :LE=ENTR:al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:\ 14337 :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :cr=^M:\
8677 :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:\ 14338 :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\ER\EP\EM:im=:\
8678 :ic=\ER\EP\EM:im=:is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:\ 14339 :is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:k3=\Ei3:k4=\Ei4:\
8679 :k3=\Ei3:k4=\Ei4:k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:\ 14340 :k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:k9=\Ei9:kA=\EN:kD=\EQ:\
8680 :k9=\Ei9:kA=\EN:kD=\EQ:kI=\EP:kL=\EO:kd=\EB:kl=\ED:\ 14341 :kI=\EP:kL=\EO:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:mb=\E4P:\
8681 :kr=\EC:ku=\EA:le=\ED:mb=\E4P:me=\E4@:mk=\E4H:\ 14342 :me=\E4@:mk=\E4H:mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:\
8682 :mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:sr=\Eb:\ 14343 :sr=\Eb:ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
8683 :ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
8684ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\ 14344ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
8685 :cs@:sf=\E[1S:sr=\E[1T:tc=ti924: 14345 :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
14346# (ti926-8: I corrected this from the broken SCO entry -- esr)
8686ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\ 14347ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
8687 :cs@:sf=S\2331>:sr=T\2331>:tc=ti924-8: 14348 :cs@:sf=\2331S:sr=\2331T:\
14349 :tc=ti924-8:
8688ti_ansi|basic entry for ti928:\ 14350ti_ansi|basic entry for ti928:\
8689 :am:eo:ut:xn:xo:\ 14351 :am:eo:ut:xn:xo:\
8690 :Co#8:co#80:it#8:li#25:pa#64:\ 14352 :Co#8:co#80:it#8:li#25:pa#64:\
8691 :@7=\E[F:Sb=\E[4%dm:Sf=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\ 14353 :@7=\E[F:AB=\E[4%p1%dm:AF=\E[3%p1%dm:al=\E[L:bl=^G:\
8692 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\ 14354 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:\
8693 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\ 14355 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
8694 :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\ 14356 :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
8695 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:\ 14357 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:kP=\E[I:\
8696 :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\ 14358 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
8697 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:\ 14359 :mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:op=\E[37;40m:se=\E[m:\
8698 :op=\E[37;40m:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\ 14360 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
8699 :ue=\E[m:up=\E[A:us=\E[4m:
8700# 14361#
8701# 928 VDT 7 bit control mode 14362# 928 VDT 7 bit control mode
8702# 14363#
8703ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL::\ 14364ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:\
8704 :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\ 14365 :%9=\E[35~:@7=\E_1\E\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
8705 :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\ 14366 :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
8706 :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\ 14367 :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
8707 :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:tc=ti_ansi: 14368 :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
14369 :tc=ti_ansi:
8708# 14370#
8709# 928 VDT 8 bit control mode 14371# 928 VDT 8 bit control mode
8710# 14372#
8711ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL::\ 14373ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:\
8712 :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:\ 14374 :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:F2=\23331~:\
8713 :F2=\23331~:F3=\23332~:F5=\23334~:k1=\23317~:\ 14375 :F3=\23332~:F5=\23334~:k1=\23317~:k2=\23318~:k3=\23319~:\
8714 :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:\ 14376 :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
8715 :k6=\23323~:k7=\23324~:k8=\23325~:k9=\23326~:\ 14377 :k9=\23326~:k;=\23328~:kD=\233P:kI=\233@:kN=\233S:\
8716 :k;=\23328~:kD=\233P:kI=\233@:kN=\233S:kP=\233T:\ 14378 :kP=\233T:kh=\233H:\
8717 :kh=\233H:tc=ti_ansi: 14379 :tc=ti_ansi:
8718 14380
8719#### Zentec (zen) 14381#### Zentec (zen)
8720# 14382#
8721 14383
8722# (zen30: removed obsolete ":ma=^L ^R^L^K^P:" -- esr) 14384# (zen30: removed obsolete :ma=^L ^R^L^K^P:. This entry originally
14385# had just :so:=\EG6 which I think means standout was supposed to be
14386# dim-reverse using ADM12-style attributes. ADM12 :us:/:ue: and
14387# <invis> might work-- esr)
8723zen30|z30|zentec 30:\ 14388zen30|z30|zentec 30:\
8724 :am:bs:mi:ul:\ 14389 :am:bs:mi:ul:\
8725 :co#80:li#24:\ 14390 :co#80:li#24:\
8726 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\ 14391 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
8727 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:\ 14392 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:mh=\EG2:nd=^L:\
8728 :nd=^L:se=\EG0:sf=^J:so=\EG6:up=^K: 14393 :sf=^J:so=\EG6:ue@:up=^K:us@:\
8729# (zen50: this had unknown capabilities 14394 :tc=adm+sgr:
14395# (zen50: this had extension capabilities
8730# :BS=^U:CL=^V:CR=^B: 14396# :BS=^U:CL=^V:CR=^B:
8731# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh, 14397# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
8732# which were also in the original entry -- esr) 14398# which were also in the original entry -- esr)
@@ -8734,18 +14400,533 @@ zen30|z30|zentec 30:\
8734zen50|z50|zentec zephyr:\ 14400zen50|z50|zentec zephyr:\
8735 :am:bs:\ 14401 :am:bs:\
8736 :co#80:li#24:sg#1:\ 14402 :co#80:li#24:sg#1:\
8737 :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\ 14403 :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:ei=:\
8738 :dl=\ER:ei=:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\ 14404 :ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:ue@:up=^K:\
8739 :se=\EGO:so=\EG4:up=^K: 14405 :us@:\
14406 :tc=adm+sgr:
14407
14408# CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
14409cci|cci1|z8001|zen8001|CCI Custom Zentec 8001:\
14410 :am:bs:bw:\
14411 :co#80:li#24:\
14412 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cs=\ER%+ %+ :do=^J:\
14413 :ho=\EH:is=\EM \EF\ET\EP\ER 7:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
14414 :kr=\EC:ku=\EA:le=^H:mb=\EM":me=\EM :mh=\EM\041:mk=\EM(:\
14415 :mr=\EM$:nd=\EC:pf=^T:po=^R:se=\EM :so=\EM$:sr=\EI:ue=\EM :\
14416 :up=\EA:us=\EM0:ve=\EP:vs=\EF\EQ\EM \ER 7:
14417
14418######## OBSOLETE UNIX CONSOLES
14419#
14420
14421#### Altos
14422#
14423# Altos made a moderately successful line of UNIX boxes. In 1990 they were
14424# bought out by Acer, a major Taiwanese manufacturer of PC-clones.
14425# Acer has a web site at http://www.acer.com.
14426#
14427# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
14428# His comments suggest they were shipped with the system.
14429#
14430
14431# (altos2: had extension capabilities
14432# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
14433# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
14434# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
14435# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
14436# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
14437# :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
14438# :HL=^AP\r:SP=\E[i:\
14439# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
14440# :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
14441# Comparison with the k* capabilities makes it obvious that the c* things are
14442# shift keys. I have renamed them to keys 32 and up accordingly. Also,
14443# :sr: was given as a boolean-- esr)
14444altos2|alt2|altos-2|altos II:\
14445 :co#80:it#8:li#24:sg#0:\
14446 :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
14447 :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:\
14448 :FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:RA=\E[?7l:SA=\E[?7h:al=\E[L:\
14449 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
14450 :dc=\E[P:do=\E[1B:ei=:ho=\E[H:ic=\E[@:\
14451 :if=/usr/share/tabset/vt100:im=:\
14452 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
14453 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
14454 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
14455 :kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:kd=\E[B:kh=\E[f:kl=\E[D:\
14456 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[1C:nw=^M^J:se=\E[m:\
14457 :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
14458# (altos3: had extension capabilities
14459# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
14460# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
14461# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
14462# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
14463# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
14464# :HL=^AP\r:SP=\E[i:\
14465# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
14466altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V:\
14467 :mb=\E[5p:me=\E[p:sr=\EM:\
14468 :tc=altos2:
14469altos4|alt4|altos-4|altos IV:\
14470 :tc=wy50:
14471# (altos7: had extension capabilities:
14472# :GG#0:GI=\EH8:GF=\EH7:\
14473# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
14474# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
14475# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
14476# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
14477# Comparison with the k* capabilities makes it obvious that the c* things are
14478# shift keys. I have renamed them to keys 32 and up accordingly. I have
14479# also made this entry relative to adm12 in order to give it an :sa:. The
14480# <invis> imported by use=adm+sgr may work, let me know. -- esr)
14481altos7|alt7|altos VII:\
14482 :am:mi:\
14483 :co#80:li#24:sg#0:\
14484 :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
14485 :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:\
14486 :FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
14487 :ac=j5k3l2m1n8q\072t4u9v=w0x6:al=\EE:cd=\EY:ce=\ET:\
14488 :cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:ei=\Er:ho=^^:\
14489 :im=\Eq:is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:\
14490 :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
14491 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:\
14492 :kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kN=\EK:kP=\EJ:kb=^H:\
14493 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:mh=\EGp:\
14494 :mk=\EG1:nd=^L:nw=^M^J:pf=\EJ:po=\Ed#:sf=^J:sr=\Ej:ta=^I:\
14495 :up=^K:\
14496 :tc=adm+sgr:
14497altos7pc|alt7pc|altos PC VII:\
14498 :@7=\ET:tc=altos7:
14499
14500#### Apollo consoles
14501#
14502# Apollo got bought by Hewlett-Packard. The Apollo workstations are
14503# labeled HP700s now.
14504#
14505
14506# From: Gary Darland <goodmanc@garnet.berkeley.edu>
14507apollo|apollo console:\
14508 :am:bs:mi:\
14509 :co#88:li#53:\
14510 :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):cv=\EO+ :\
14511 :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:le=^H:nd=\EC:se=\ET:\
14512 :sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:
14513
14514# We don't know whether or not the apollo guys replicated DEC's firmware bug
14515# in the VT132 that reversed :ei:/:im:. To be on the safe side, disable
14516# both these capabilities.
14517apollo_15P|apollo 15 inch display:\
14518 :ei@:im@:tc=vt132:
14519apollo_19L|apollo 19 inch display:\
14520 :ei@:im@:tc=vt132:
14521apollo_color|apollo color display:\
14522 :ei@:im@:tc=vt132:
14523
14524#### Convergent Technology
14525#
14526# Burroughs bought Convergent shortly before it merged with Univac.
14527# CTOS is (I believe) dead. Probably the aws is too (this entry dates
14528# from 1991 or earlier).
14529#
14530
14531# Convergent AWS workstation from Gould/SEL UTX/32 via BRL
14532# (aws: removed unknown :dn=^K: -- esr)
14533aws|Convergent Technologies AWS workstation under UTX and Xenix:\
14534 :am:\
14535 :co#80:li#28:sg#0:\
14536 :ac=:ae=\EAAF:al=\EIL:as=\EAAN:bc=^H:cd=\EEF:ce=\EEL:\
14537 :ch=\EH%.:cl=^L:cm=\EC%r%.%.:cv=\EV%.:dc=\EDC:dl=\EDL:\
14538 :do=^K:ei=:ic=\EIC:im=:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
14539 :ma=\016h\013j\001k\022l\002m:nd=^R:nl=^J:se=\EARF:\
14540 :sf=\ESU:so=\EARN:sr=\ESD:ue=\EAUF:up=^A:us=\EAUN:
14541awsc|Convergent Technologies AWS workstation under CTOS:\
14542 :am:\
14543 :co#80:li#24:sg#0:\
14544 :ac=:ae=\EAAF:as=\EAAN:bc=^N:cd=\EEF:ce=\EEL:cl=^L:\
14545 :cm=\EC%r%.%.:do=^K:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
14546 :ma=\016h\013j\001k\022l\002m:nd=^R:se=\EAA:so=\EAE:\
14547 :ue=\EAA:up=^A:us=\EAC:
14548
14549#### DEC consoles
14550#
14551
14552# The MicroVax console. Tim Theisen <tim@cs.wisc.edu> writes:
14553# The digital uVax II's had a graphic display called a qdss. It was
14554# supposed to be a high performance graphic accelerator, but it was
14555# late to market and barely appeared before faster dumb frame buffers
14556# appeared. I have only used this display while running X11. However,
14557# during bootup, it was in text mode, and probably had a terminal emulator
14558# within it. And that is what your termcap entry is for. In graphics
14559# mode the screen size is 1024x864 pixels.
14560qdss|qdcons|qdss glass tty:\
14561 :am:bs:\
14562 :co#128:li#57:\
14563 :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
14564
14565#### Fortune Systems consoles
14566#
14567# Fortune made a line of 68K-based UNIX boxes that were pretty nifty
14568# in their day; I (esr) used one myself for a year or so around 1984.
14569# They had no graphics, though, and couldn't compete against Suns and
14570# the like. R.I.P.
14571#
14572
14573# From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983
14574# (This had extension capabilities
14575# :rv=\EH:re=\EI:rg=0:GG=0:\
14576# :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
14577# :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
14578# :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
14579# It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had
14580# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
14581# to force both magic cookie glitches off. Once upon a time, I
14582# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
14583# function keys; thus the "Al" value for HM was certainly an error. I renamed
14584# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
14585# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
14586# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
14587# names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
14588fos|fortune|Fortune system:\
14589 :am:bs:bw:\
14590 :co#80:li#25:\
14591 :@7=^Ak\r:@8=^Aq:ac=j*k(l m"q&v%w#x-:ae=^O:al=\034E:\
14592 :as=\Eo:bl=^G:cd=\034Y:ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:\
14593 :dc=\034W:dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
14594 :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
14595 :k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
14596 :kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
14597 :mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:ta=^Z:ue=^\IP:up=\013:\
14598 :us=^\HP:ve=\E\:vi=\E]:vs=\E\072:
14599
14600#### IBM Unix consoles
14601#
14602
14603# The following is a version of the ibm-pc entry distributed with PC/IX,
14604# (Interactive Systems' System 3 for the Big Blue), modified by Richard
14605# McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original,
14606# (the former is untrue, and the latter failed under UCB/man); standout and
14607# underline modes have been added. Note: this entry describes the "native"
14608# capabilities of the PC monochrome display, without ANY emulation; most
14609# communications packages (but NOT PC/IX connect) do some kind of emulation.
14610pcix|PC/IX console:\
14611 :am:bw:eo:\
14612 :co#80:li#24:\
14613 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
14614 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
14615 :us=\E[4m:
14616
14617# (ibmpcx: this entry used to be known as ibmx.
14618# It formerly included the following extension capabilities:
14619# :GC=b:GL=v:GR=t:RT=^J:\
14620# :GH=\E[196g:GV=\E[179g:\
14621# :GU=\E[193g:GD=\E[194g:\
14622# :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
14623# :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
14624# :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
14625# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
14626# ":kh=\E[Y:". Added IBM-PC forms characters and highlights, they match
14627# what was there before. -- esr)
14628ibmpcx|xenix|ibmx|IBM PC xenix console display:\
14629 :am:bs:ms:\
14630 :co#80:li#25:\
14631 :@7=\E[d:al=\E[L:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:\
14632 :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:\
14633 :k2=\E[L:k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
14634 :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:up=\E[A:\
14635 :tc=klone+acs:tc=klone+sgr:
14636
14637
14638#### Masscomp consoles
14639#
14640# Masscomp has gone out of business. Their product line was purchased by
14641# comany in Georgia (US) called "XS International", parts and service may
14642# still be available through them.
14643#
14644
14645# (masscomp: ":MT:" changed to ":km:"; -- esr)
14646masscomp|masscomp workstation console:\
14647 :bs:km:mi:\
14648 :co#80:it#8:li#24:\
14649 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
14650 :dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
14651 :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
14652 :so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
14653masscomp1|masscomp large screen version 1:\
14654 :co#104:li#36:tc=masscomp:
14655masscomp2|masscomp large screen version 2:\
14656 :co#64:li#21:tc=masscomp:
14657
14658#### Sony NEWS workstations
14659#
14660
14661# (news-unk: this had :KB=news: -- esr)
14662news-unk|SONY NEWS vt100 emulator old common entry:\
14663 :am:bs:pt:xn:\
14664 :co#80:\
14665 :AL=\E[%dL:DL=\E[%dM:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
14666 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
14667 :dl=\E[M:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
14668 :is=\E[?7h\E[?1l\E[?3l\E7\E8:k0=\EOY:k1=\EOP:k2=\EOQ:\
14669 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
14670 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
14671 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
14672 :nl=^J:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r:\
14673 :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
14674 :us=\E[4m:
14675#
14676# (news-29: this had :TY=ascii: --esr)
14677news-29:\
14678 :li#29:tc=news-unk:
14679# (news-29-euc: this had :TY=euc: --esr)
14680news-29-euc:\
14681 :tc=news-29:
14682# (news-29-sjis: this had :TY=sjis: --esr)
14683news-29-sjis:\
14684 :tc=news-29:
14685#
14686# (news-33: this had :TY=ascii: --esr)
14687news-33:\
14688 :li#33:tc=news-unk:
14689# (news-33-euc: this had :TY=euc: --esr)
14690news-33-euc:\
14691 :tc=news-33:
14692# (news-33-sjis: this had :TY=sjis: --esr)
14693news-33-sjis:\
14694 :tc=news-33:
14695#
14696# (news-42: this had :TY=ascii: --esr)
14697news-42:\
14698 :li#42:tc=news-unk:
14699# (news-42-euc: this had :TY=euc: --esr)
14700news-42-euc:\
14701 :tc=news-42:
14702# (news-42-sjis: this had :TY=sjis: --esr)
14703news-42-sjis:\
14704 :tc=news-42:
14705#
14706# NEWS-OS old termcap entry
14707#
14708# (news-old-unk: this had :KB=news:TY=sjis: --esr)
14709news-old-unk|SONY NEWS vt100 emulator common entry:\
14710 :am:bs:pt:xn:\
14711 :co#80:vt#3:\
14712 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
14713 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
14714 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
14715 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
14716 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
14717 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
14718 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
14719#
14720# (nwp512: this had :DE=^H:, which I think means :bs: --esr)
14721nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines:\
14722 :bs:\
14723 :li#40:\
14724 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:tc=news-old-unk:
14725#
14726# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
14727nwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line:\
14728 :li#42:\
14729 :is=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8:tc=news-old-unk:
14730#
14731# (nwp-512-o: this had :KB=nwp410:DE=^H: I interpret the latter as :bs:. --esr)
14732nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines:\
14733 :bs:\
14734 :li#40:\
14735 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:tc=news-old-unk:
14736#
14737# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
14738nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines:\
14739 :bs:\
14740 :li#31:\
14741 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:tc=news-old-unk:
14742#
14743# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as :bs:; --esr)
14744# also the alias vt100-bm.
14745nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines:\
14746 :bs:\
14747 :li#33:\
14748 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8:tc=news-old-unk:
14749#
14750# (nwp513-o: had :DE=^H:, I think that's :bs:; also the alias vt100-bm --esr)
14751nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines:\
14752 :bs:\
14753 :li#31:\
14754 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:tc=news-old-unk:
14755#
14756# (news28: this had :DE=^H:, I think that's :bs:, and :KB=nws1200: --esr)
14757news28|sony vt100 emulator 28 lines:\
14758 :bs:\
14759 :li#28:\
14760 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8:tc=news-old-unk:
14761#
14762# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
14763news29|news28-a|sony vt100 emulator 29 lines:\
14764 :li#29:\
14765 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8:tc=news-old-unk:
14766#
14767# (news511: this had :TY=sjis: --esr)
14768nwp511|nwp-511|nwp-511 vt100:\
14769 :am:bs:pt:xn:\
14770 :co#80:li#24:\
14771 :al=\E[L:cd=30\E[J:ce=3\E[K:cl=20\E[;H\E[2J:\
14772 :cm=\E[%i%d;%dH:dl=\E[M:is=\E[?5l\E[?1l\E>\E[?7h\E[?8h:\
14773 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\E#W:kd=\E[B:\
14774 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:\
14775 :rs=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h:se=2\E[m:\
14776 :so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:us=2\E[4m:\
14777 :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:
14778# (news517: this had :TY=sjis:. --esr)
14779nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows:\
14780 :es:hs:\
14781 :co#80:li#30:\
14782 :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
14783 :is=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
14784 :ts=\E[1$}\E[;%df:\
14785 :tc=vt200:
14786# (news517-w: this had :TY=sjis:. --esr)
14787nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows:\
14788 :es:hs:\
14789 :co#132:li#50:\
14790 :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
14791 :is=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
14792 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
14793 :ts=\E[1$}\E[;%df:tc=vt200:
14794
14795#### Obsolete virtual-terminal types.
14796#
14797
14798# Columbus UNIX virtual terminal. This terminal also appears in
14799# UNIX 4.0 and successors as line discipline 1 (?), but is
14800# undocumented and does not really work quite right.
14801cbunix|cb unix virtual terminal:\
14802 :am:bs:da:db:\
14803 :co#80:li#24:lm#0:\
14804 :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:cr=^M:\
14805 :dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:kh=\EE:kl=\ED:\
14806 :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:sf=^J:so=\Ea^D:\
14807 :ue=\Eb^A:up=\EA:us=\Ea^A:
14808# (vremote: removed obsolete ":nl@:" -- esr)
14809vremote|virtual remote terminal:\
14810 :am@:\
14811 :co#79:tc=cbunix:
14812
14813pty|4bsd pseudo teletype:\
14814 :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb\041:us=\Ea\041:tc=cbunix:
8740 14815
8741######## OTHER OBSOLETE TYPES 14816######## OTHER OBSOLETE TYPES
8742# 14817#
8743# These terminals are *long* dead -- these entries are retained for 14818# These terminals are *long* dead -- these entries are retained for
8744# historical interest only. 14819# historical interest only.
14820#
8745 14821
8746#### Obsolete non-ANSI software emulations 14822#### Obsolete non-ANSI software emulations
8747# 14823#
8748 14824
14825#### Avatar
14826#
14827# These entries attempt to describe Avatar, a terminal emulation used with
14828# MS-DOS bulletin-board systems. It was designed to give ANSI-like
14829# capabilities, but with cheaper (shorter) control sequences. Messy design,
14830# excessively dependent on PC idiosyncracies, but apparently rather popular
14831# in the BBS world.
14832#
14833# No color support. Avatar doesn't fit either of the Tektronix or HP color
14834# models that terminfo knows about. An Avatar color attribute is the
14835# low 7 bits of the IBM-PC display-memory attribute. Bletch.
14836#
14837# I wrote these entries while looking at the Avatar spec. I don't have
14838# the facilities to test them. Let me know if they work, or don't.
14839#
14840# Avatar escapes not used by these entries (because maybe you're smarter
14841# and more motivated than I am and can figure out how to wrap terminfo
14842# around some of them, and because they are weird enough to be funny):
14843# level 0:
14844# ^L -- clear window/reset current attribute to default
14845# ^V^A%p1%c -- set current color attribute, parameter decodes as follows:
14846#
14847# bit: 6 5 4 3 2 1 0
14848# | | | | |
14849# +---+---+ | +---+---+
14850# | | |
14851# | | foreground color
14852# | foreground intensity
14853# background color
14854# level 0+:
14855# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) up by p1 lines
14856# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) down by p1 lines
14857# ^V^L%p1%c%p2%c%p3%c -- clear p2 lines and p3 cols w/attr %p1
14858# ^V^M%p1%c%p2%c%p3%c%p4%c -- fill p3 lines & p4 cols w/char p2+attr %p1
14859# (^V^L and ^V^M set the current attribute as a side-effect.)
14860# ^V ^Y <a> [...] <c> -- repeat pattern. <a> specifies the number of bytes
14861# in the pattern, <c> the number of times the pattern
14862# should be repeated. If either value is 0, no-op.
14863# The pattern can contain Avatar console codes,
14864# including other ^V ^Y patterns.
14865# level 1:
14866# ^V^O -- clockwise mode on; turn print direction right each time you
14867# hit a window edge (yes, really). Turned off by CR
14868# ^V^P -- no-op
14869# ^V^Q%c -- query the driver
14870# ^V^R -- driver reset
14871# ^V^S -- Sound tone (PC-specific)
14872# ^V^T -- change highlight at current cursor poition to %c
14873# ^V^U%p1%c%p2%c -- highlight window <a> with attribute <b>
14874# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
14875# -- define window
14876#
14877# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
14878# (The :mb:/:md:/:mr:/:as:/:us:/:so: capabilities exist only to
14879# tell ncurses that the corresponding highlights exist; it should use :sa:,
14880# which is the only method that will actually work for multiple highlights.)
14881avatar0|avatar terminal emulator level 0:\
14882 :am:ms:ut:\
14883 :co#80:it#8:li#25:\
14884 :as=:ce=^V^G:cm=\026\010%.%.:cr=^M:do=^V^D:le=^V^E:\
14885 :mb=^A^V\177:md=^V^A^P:me=^V^A^G:mk=^V^A\0:mr=^A^Vp:\
14886 :nd=^V^F:r2=^L:rp=\031%.%d:\
14887 :..sa=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;:\
14888 :sf=^J:so=^A^Vp:up=^V^C:us=^V^A:\
14889 :tc=klone+acs:
14890# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
14891avatar0+|avatar terminal emulator level 0+:\
14892 :dc=^V^N:ei=\026\n\0\0\0\0:im=^V^I:tc=avatar0:
14893# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
14894avatar|avatar1|avatar terminal emulator level 1:\
14895 :RA=^V":SA=^V$:al=^V+:dl=^V-:ei=^V^P:ve=^V'^A:vi=^V'^B:\
14896 :vs=^V^C:\
14897 :tc=avatar0+:
14898
14899#### RBcomm
14900#
14901# RBComm is a lean and mean terminal emulator written by the Interrupt List
14902# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
14903# '90s), especially in the BBS world, and still has some loyal users due to
14904# its very small memory footprint and to a cute macro language.
14905rbcomm|IBM PC with RBcomm and EMACS keybindings:\
14906 :am:bw:mi:ms:xn:\
14907 :co#80:it#8:li#25:\
14908 :AL=\E[%dL:DL=\E[%dM:al=^K:bl=^G:bt=\E[Z:cd=^F5:ce=^P^P:\
14909 :cl=^L:cm=\037%r%+ %+ :cr=^M:cs=\E[%i%d;%dr:dc=^W:dl=^Z:\
14910 :dm=:do=^C:ec=\E[%dX:ed=:ei=^]:im=^\:\
14911 :is=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g:kb=^H:kd=^N:\
14912 :ke=\E>:kh=^A:kl=^B:kr=^F:ks=\E=:ku=^P:le=^H:mb=\E[5m:\
14913 :md=\E[1m:me=\E[m:mk=\E[8m:mr=^R:nd=^B:nw=^M\ED:\
14914 :r1=\017\E(B\E)0\025\E[?3l\E[>8g:rc=\E8:rp=\030%.%.:\
14915 :sc=\E7:se=^U:sf=\ED:so=^R:sr=\EM:ta=^I:te=:ti=:ue=^U:up=^^:\
14916 :us=^T:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
14917rbcomm-nam|IBM PC with RBcomm without autowrap:\
14918 :am@:\
14919 :bl=^G:cr=^M:do=^J:\
14920 :is=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g:kb=^H:kd=^J:\
14921 :kl=^H:nw=^M^J:sf=^J:ta=^I:\
14922 :tc=rbcomm:
14923rbcomm-w|IBM PC with RBcomm in 132 column mode:\
14924 :co#132:\
14925 :bl=^G:cr=^M:do=^J:\
14926 :is=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g:kb=^H:kd=^J:\
14927 :kl=^H:nw=^M^J:sf=^J:ta=^I:\
14928 :tc=rbcomm:
14929
8749# CTRM terminal emulator 14930# CTRM terminal emulator
8750# 1. underlining is not allowed with colors: first, is is simulated by 14931# 1. underlining is not allowed with colors: first, is is simulated by
8751# black on white, second, it disables background color manipulations. 14932# black on white, second, it disables background color manipulations.
@@ -8753,64 +14934,62 @@ zen50|z50|zentec zephyr:\
8753# so we have to save their status in the static registers A, B and H 14934# so we have to save their status in the static registers A, B and H
8754# respectively, to be able to restore them when color changes 14935# respectively, to be able to restore them when color changes
8755# (because any color change turns off ALL attributes) 14936# (because any color change turns off ALL attributes)
8756# 3. "enter_bold_mode" and "enter_reverse_mode" sequences alternates modes, 14937# 3. :md: and :mr: sequences alternate modes,
8757# rather then simply entering them. Thus we have to check the 14938# rather then simply entering them. Thus we have to check the
8758# static register B and H to determine the status, before sending the 14939# static register B and H to determine the status, before sending the
8759# escape sequence. 14940# escape sequence.
8760# 4. sgr0 now must set the status of all 3 register (A,B,H) to zero 14941# 4. :me: now must set the status of all 3 register (A,B,H) to zero
8761# and then reset colors 14942# and then reset colors
8762# 5. implementation of the protect mode would badly penalize the performance. 14943# 5. implementation of the protect mode would badly penalize the performance.
8763# we would have to use \E&bn sequence to turn off colors (as well as all 14944# we would have to use \E&bn sequence to turn off colors (as well as all
8764# other attributes), and keep the status of protect mode in yet another 14945# other attributes), and keep the status of protect mode in yet another
8765# static variable. If someone really need this mode, they would have to 14946# static variable. If someone really needs this mode, they would have to
8766# create another terminfo entry. 14947# create another terminfo entry.
8767# 6. original color-pair is white on black. 14948# 6. original color-pair is white on black.
8768# store the information about colors into static registers 14949# store the information about colors into static registers
8769# 7. set foreground color. it performs the following steps. 14950# 7. set foreground color. it performs the following steps.
8770# 1) turn off all attributes 14951# 1) turn off all attributes
8771# 2) turn on the background and video attribues that have been turned 14952# 2) turn on the background and video attributes that have been turned
8772# on before (this information is stored in static registers X,Y,Z,A,B,H,D). 14953# on before (this information is stored in static registers X,Y,Z,A,B,H,D).
8773# 3) turn on foreground attributes 14954# 3) turn on foreground attributes
8774# 4) store information about foreground into U,V,W static registers 14955# 4) store information about foreground into U,V,W static registers
8775# 8. turn on background: similar to turn on foreground above 14956# 8. turn on background: similar to turn on foreground above
14957# (untranslatable capabilities removed to fit entry within 1023 bytes)
8776ctrm|C terminal emulator:\ 14958ctrm|C terminal emulator:\
8777 :am:ut:xo:\ 14959 :am:ut:xo:\
8778 :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:\ 14960 :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
8779 :pb#19200:vt#6:\ 14961 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
8780 :..Sb=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gU%t\E&bR%;\n%?%gV%t\E&bG%;\n%?%gW%t\E&bB%;\n\n%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ\n%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY\n%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX:\ 14962 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
8781 :..Sf=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gX%t\E&br%;\n%?%gY%t\E&bg%;\n%?%gZ%t\E&bb%;\n\n%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW\n%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV\n%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU:\ 14963 :do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
8782 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\ 14964 :k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
8783 :cl=\EH\EJ:cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:\ 14965 :kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
8784 :dc=\EP:dl=\EM:do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:\ 14966 :ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
8785 :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\ 14967 :md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
8786 :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:kb=^H:kd=\Ew\r:ke=\E&jA:\
8787 :kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ks=\E&jB:ku=\Et\r:le=^H:\
8788 :mb=\E&dA%{1}%PA:md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
8789 :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\ 14968 :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
8790 :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\ 14969 :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
8791 :op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU:\ 14970 :op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU:\
8792 :..sa=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH\n%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;\n%?%p4%t\E&dA%{1}%PA%;\n%?%p6%t\E&dH%{1}%PH%;\n%?%p2%t\E&dD%;:\
8793 :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD: 14971 :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
8794 14972
8795# gs6300 - can't use blue foreground, it clashes with underline; 14973# gs6300 - can't use blue foreground, it clashes with underline;
8796# it's simulated with cyan 14974# it's simulated with cyan
8797gs6300|emots|AT&T PC6300 with EMOTS Terminal Emulator:\ 14975# Bug: The <op> capability probably resets attributes.
14976# (gs6300: commented out <rmln> (no <smln>) --esr)
14977gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
8798 :am:ms:ut:xo:\ 14978 :am:ms:ut:xo:\
8799 :Co#8:co#80:it#8:li#24:pa#63:\ 14979 :Co#8:co#80:it#8:li#24:pa#63:\
8800 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 14980 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8801 :LE=\E[%dD:LF=\E|:RI=\E[%dC:Sb=\E[?;%dm:\ 14981 :LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:\
8802 :..Sf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m:\ 14982 :..Sf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m:\
8803 :UP=\E[%dA:\ 14983 :UP=\E[%dA:\
8804 :ac=\\\054\\\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 14984 :ac=++\054\054--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8805 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\ 14985 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
8806 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\ 14986 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:\
8807 :do=^J:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k1=\E[0s:\ 14987 :ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
8808 :k2=\E[24s:k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:\ 14988 :k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
8809 :k7=\E[3s:k8=\E[21s:kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:\ 14989 :kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
8810 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\ 14990 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
8811 :me=\E[m\E[10m:mr=\E[7m:nd=\E[C:op=\E[?;m:pf=\E[4i:\ 14991 :op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:\
8812 :po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:ta=^I:\ 14992 :ta=^I:up=\E[A:us=\E[4m:
8813 :up=\E[A:us=\E[4m:
8814 14993
8815# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT 14994# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
8816# MS-Kermit with Heath-19 emulation mode enabled 14995# MS-Kermit with Heath-19 emulation mode enabled
@@ -8820,194 +14999,48 @@ h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
8820 :it@:\ 14999 :it@:\
8821 :ta@:tc=h19-u: 15000 :ta@:tc=h19-u:
8822 15001
8823# pc52 - can't use blue foreground, it clashes with underline; 15002# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
8824# it's simulated with cyan 15003# Software (formerly Peripherals Computers & Supplies, Inc) of
8825# bold means: white on black bold, so it not allowed with colors 15004# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376. They can
8826# rev means: black on white, also not allowed 15005# also be reached at support@synergy.com.
8827# smso and dim are simulated with colors, ditto 15006versaterm|versaterm vt100 emulator for the macintosh:\
8828# smul is allowed, even though it always means white foreground: 15007 :am:xn:\
8829# it is too important to leave out. 15008 :co#80:it#8:li#24:\
8830pc52|dec vt52 for PC:\ 15009 :al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
8831 :am:ms:ut:\ 15010 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=7\E[1P:\
8832 :Co#8:NC#53:co#80:it#8:li#25:pa#63:\ 15011 :dl=9\E[1M:do=^J:ei=:ho=\E[H:ic=7\E[1@:im=:\
8833 :Sb=\Ec%d:..Sf=\Eb%?%p1%{1}%=%t3\n%e%p1%d%;:al=\EL:\ 15012 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
8834 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\ 15013 :kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
8835 :dl=\EM:do=^J:k1=\Ea:k2=\Eb:k3=\Ec:k4=\Ed:k5=\Ee:\ 15014 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
8836 :k6=\Ef:k7=\Eg:k8=\Eh:k9=\Ei:k;=\Ej:kb=^H:kd=\ED:\ 15015 :nd=2\E[C:nw=^M^J:r1=\E>:rc=\E8:\
8837 :kl=\EL:kr=\ER:ku=\EU:le=^H:mb=\Eo:md=\Ebo\Ec0:\ 15016 :rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
8838 :me=\Eb7\Ec0\Et:mh=\Eb3\Ec0:mr=\Ep:nd=\EC:\ 15017 :sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
8839 :op=\Eb7\Ec0:se=\Eb7\Ec0:sf=^J:so=\Eb6\Ec4:sr=\EI:\
8840 :ta=^I:up=\EA:us=\Es:
8841
8842# vs100 emulator using tsim
8843# From: <lai@decwrl.dec.com>
8844# (vs100t: had Al/Dl in front of obvious AL/DL capabilities;
8845# also mapped ":pt:" to default tabs -- esr)
8846vs100t|tsim|vs100-tsim:\
8847 :am:bs:pt:\
8848 :co#80:li#24:\
8849 :AL=\E+%+ :DL=\E-%+ :al=\EI:cd=\EQ:ce=\EL:cl=\EE:\
8850 :cm=\EM%+ %+ :cs=\ES%+ %+ :dc=\Ed:dl=\ED:do=^J:ei=:\
8851 :ho=\EH:ic=\Ei:im=:is=\ER:nd=\En:rs=\ER:se=\Er:\
8852 :so=\Eh:ue=\Ev:up=^K:us=\Eu:
8853 15018
8854# From: Rick Thomas <ihnp4!btlunix!rbt> 15019# From: Rick Thomas <ihnp4!btlunix!rbt>
15020# (xtalk: I added <rmam>/<smam> based on the init string.
8855xtalk|IBM PC with xtalk communication program (versions up to 3.4):\ 15021xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
8856 :am:mi:ms:xo:\ 15022 :am:mi:ms:xo:\
8857 :co#80:it#8:li#24:sg#1:vt#3:\ 15023 :co#80:it#8:li#24:sg#1:vt#3:\
8858 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\ 15024 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
8859 :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ 15025 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
8860 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ 15026 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8861 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\ 15027 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
8862 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:\ 15028 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
8863 :do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:\ 15029 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
8864 :k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:\ 15030 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
8865 :k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\ 15031 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8866 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:nd=\E[C:\ 15032 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:\
8867 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m :sf=^J:\ 15033 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m :sf=^J:\
8868 :so=\E[7m :sr=\EM:st=\EH:ta=^I:up=\E[A: 15034 :so=\E[7m :sr=\EM:st=\EH:ta=^I:up=\E[A:
8869 15035
8870# YTERM standard version 1.0.
8871# Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
8872# Only 80 tab columns (else yterm 1.1 bug). No :xn: in 1.0.
8873# Cannot use termcap :sr=\EM: because vi will not work, too bad.
8874# vi string is given so that yterm is reset each vi startup.
8875# (yterm10: removed obsolete ":EP:" and ":ma=h^Jj k lH:" capabilities;
8876# mapped ":pt:" to default tabs -- esr)
8877# From: greg small <gts@populi.berkeley.edu> 9-25-84
8878yterm10|yterm 1.0 UCB ascii.kbd:\
8879 :am:bs:pt:\
8880 :co#80:li#24:\
8881 :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
8882 :is=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0 for \EHYTERM 1.\EH0 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n:\
8883 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
8884 :k7=\E7:k8=\E8:k9=\E9:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
8885 :nd=^\:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:ue=\E[m:up=^_:\
8886 :us=\E[4m:\
8887 :vs=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0 \EH \EH \EH \EH \EH \EH \EH \EH \EH\r:
8888# YTERM variant version 1.1. Version 1.1 has :xn:.
8889# From: greg small <gts@populi.berkeley.edu> 9-13-84
8890yterm11|yterm 1.1 UCB ascii.kbd:\
8891 :xn:\
8892 :is=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY1 for \EHYTERM 1.\EH1 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n:tc=yterm10:
8893# YTERM 1.0 variant no autowrap or tabs
8894# X does not remember autowrap or tabs when T is deleted and restarted.
8895# (yterm: changed ":pt@:" to ":it@:" -- esr)
8896yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
8897 :am@:\
8898 :it@:\
8899 :is=\017\E[7i\E[m\E[?7l\E[?3g\rY2 for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
8900 :vs=\017\E[7i\E[m\E[?7l\E[?3g\rY2\r:tc=yterm10:
8901
8902# The official PC terminal emulator program of the AT&T Product Centers. 15036# The official PC terminal emulator program of the AT&T Product Centers.
8903# Note - insert mode commented out - doesn't seem to work on AT&T PC. 15037# Note - insert mode commented out - doesn't seem to work on AT&T PC.
8904simterm|attpc running simterm:\ 15038simterm|attpc running simterm:\
8905 :am:\ 15039 :am:\
8906 :co#80:li#24:\ 15040 :co#80:li#24:\
8907 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :\ 15041 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=^M:\
8908 :cr=^M:dc=\ER:dl=\EM:do=\EB:ho=\EH:im=\EQ:le=^H:\ 15042 :dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
8909 :nd=\EC:sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA: 15043 :sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
8910
8911#### Daisy wheel printers
8912#
8913
8914# This section collects Diablo, DTC, Xerox, Qume, and other daisy
8915# wheel terminals. These are now largely obsolete.
8916#
8917# This is an "experimental" entry for the SRI Agiles.
8918# It has been tried in a minimal way -- the Agile did not blow up!
8919# However, it has not been exhaustively tested.
8920# Anyone who tries it and finds it wanting should get in touch with:
8921# From: Ralph Keirstead <ralph@sri-unix>
8922# EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
8923# (agile: I removed an incorrect ":pl:" -- esr)
8924agile|agiles|sri agiles:\
8925 :hc:os:\
8926 :co#132:\
8927 :bl=^G:cr=^M:ct=\E2:do=^J:hd=\E9:hu=\E0:is=\EE\EF\EJ:\
8928 :kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E^J:
8929# (1620: mapped ":pt:" to default tabs -- esr)
8930diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
8931 :bs:hc:os:pt:\
8932 :co#132:\
8933 :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:\
8934 :if=/usr/share/tabset/xerox1720:kb=^H:le=^H:st=\E1:\
8935 :up=\E^J:
8936diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
8937 :co#124:\
8938 :do=^J:is=\r \E9:tc=diablo1620:
8939diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
8940 :bl=^G:if=/usr/share/tabset/xerox1730:se=\E&:so=\EW:\
8941 :ue=\ER:us=\EE:tc=diablo1620:
8942diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
8943 :co#124:\
8944 :if=/usr/share/tabset/xerox1730-lm:se=\E&:so=\EW:\
8945 :ue=\ER:us=\EE:tc=diablo1620:
8946diablo1740-lm|630-lm|1730-lm|x1700-lm:\
8947 :tc=diablo1640-lm:
8948# DTC 382 with VDU. Has no :cd: so we fake it with :ce:. Standout
8949# (so="^P \002^PF:") works but won't go away without dynamite (":se=^P \200:").
8950# The terminal has tabs, but I'm getting tired of fighting the braindamage.
8951# If no tab is set or the terminal's in a bad mood, it glitches the screen
8952# around all of memory. Note that return puts a blank ("a return character")
8953# in the space the cursor was at, so we use ^P return (and thus ^P newline for
8954# newline). Note also that if you turn off pt and let Unix expand tabs,
8955# curses won't work (current version) because it doesn't turn off this bit,
8956# and cursor addressing sends a tab for row/column 9. What a losing terminal!
8957# I have been unable to get tabs set in all 96 lines - it always leaves at
8958# least one line with no tabs in it, and once you tab through that line,
8959# it completely weirds out.
8960dtc382|DTC 382:\
8961 :am:da:db:xs:\
8962 :co#80:li#24:lm#96:\
8963 :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
8964 :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
8965 :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:\
8966 :te=\020\035:ue=^P \200:up=^P^L:us=^P ^P:ve=^Pb:\
8967 :vs=^PB:
8968dtc300s|DTC 300s:\
8969 :hc:os:\
8970 :co#132:\
8971 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
8972 :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
8973gsi:\
8974 :hc:os:\
8975 :co#132:\
8976 :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:\
8977 :up=^Z:
8978aj830|aj832|aj|anderson jacobson:\
8979 :bs:hc:os:\
8980 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
8981# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
8982aj510|AJ510|Anderson-Jacobson model 510:\
8983 :am:bs:mi:\
8984 :co#80:li#24:\
8985 :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
8986 :dc=.1*\E'D:dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:\
8987 :kd=\EZ:kl=\EW:kr=\EX:ku=\EY:nd=\EX:pc=\177:se=\E"I:\
8988 :so=\E"I:te=\E"N:ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
8989# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
8990# This is incomplete, but it's a start.
8991# (5520: mapped ":pt:" to default tabs -- esr)
8992nec5520|nec|spinwriter|nec 5520:\
8993 :bs:hc:os:pt:\
8994 :co#132:\
8995 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
8996 :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:\
8997 :up=\E9:
8998# (qume5: mapped ":pt:" to default tabs -- esr)
8999qume5|qume|Qume Sprint 5:\
9000 :bs:hc:os:pt:\
9001 :co#80:\
9002 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
9003 :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
9004# I suspect the xerox1720 is the same as the diablo 1620.
9005# (x1720: mapped ":pt:" to default tabs -- esr)
9006xerox1720|x1720|x1750|xerox 1720:\
9007 :bs:hc:os:pt:\
9008 :co#132:\
9009 :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:\
9010 :ta=^I:
9011 15044
9012#### Miscellaneous obsolete terminals, manufacturers unknown 15045#### Miscellaneous obsolete terminals, manufacturers unknown
9013# 15046#
@@ -9017,64 +15050,58 @@ xerox1720|x1720|x1750|xerox 1720:\
9017cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\ 15050cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
9018 :am:bs:\ 15051 :am:bs:\
9019 :co#73:li#36:\ 15052 :co#73:li#36:\
9020 :cl=^Z:ho=^^:nd=^L:up=^K: 15053 :cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
9021cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\ 15054cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
9022 :am:bs:\ 15055 :am:bs:\
9023 :co#85:li#39:\ 15056 :co#85:li#39:\
9024 :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:\ 15057 :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
9025 :kl=\E3:kr=\E4:ku=\E1:nd=^L:se=\Em^C:so=\Em^L:up=^K: 15058 :kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
9026cdi|cdi1203:\ 15059cops10|cops|cops-10|cops 10:\
9027 :am:bs:hc:os:\
9028 :co#80:\
9029 :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
9030cops10|cops|cops-10:\
9031 :am:bw:\ 15060 :am:bw:\
9032 :co#80:li#24:\ 15061 :co#80:li#24:\
9033 :bl=^G:cd=^W:ce=^V:cl=30^X:cm=\020%+ %+ :cr=^M:do=^J:\ 15062 :bl=^G:cd=^W:ce=^V:cl=30\030:cm=\020%+ %+ :cr=^M:do=^J:\
9034 :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\ 15063 :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
9035 :sf=^J:up=^K: 15064# (d132: removed duplicate :ic=\E5:,
9036# (d132: removed duplicate ":ic=\E5:" -- esr) 15065# merged in capabilities from a BRL entry -- esr)
9037d132|datagraphix|datagraphix 132a:\ 15066d132|datagraphix|datagraphix 132a:\
9038 :da:db:in:\ 15067 :da:db:in:\
9039 :co#80:li#30:\ 15068 :co#80:li#30:\
9040 :al=\E3:bl=^G:cl=^L:cr=^M:dc=\E6:do=^J:ei=:ho=\Et:\ 15069 :al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=^M:dc=\E6:do=^J:ei=:\
9041 :ic=\E5:im=:nd=\El:sf=\Ev:sr=\Ew:up=\Ek:ve=\Em\En:\ 15070 :ho=\ET:ic=\E5:im=:kb=^H:kd=^J:kl=^H:le=^H:nd=\EL:nw=^M^J:\
9042 :vs=\Ex: 15071 :sf=^J:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
9043# I'm told the d800 was an early portable terminal that looked a lot like the 15072# The d800 was an early portable terminal from c.1984-85 that looked a lot
9044# original Compaq portable. 15073# like the original Compaq `lunchbox' portable (but no handle). It had a vt220
9045# (d800: mapped ":pt:" to default tabs -- esr) 15074# mode (which is what this entry looks like) and several other lesser-known
15075# emulations.
9046d800|Direct 800/A:\ 15076d800|Direct 800/A:\
9047 :am:bs:da:db:ms:pt:xs:\ 15077 :am:bs:da:db:ms:xs:\
9048 :co#80:li#24:\ 15078 :co#80:it#8:li#24:\
9049 :ae=\E[0m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:\ 15079 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
9050 :cl=\E[1;1H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:\ 15080 :ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
9051 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\ 15081 :cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:\
9052 :k8=\EOW:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 15082 :k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
9053 :nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\ 15083 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
9054 :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>12h:vs=\E[>12l: 15084 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
15085 :vs=\E[>12l:
9055digilog|digilog 333:\ 15086digilog|digilog 333:\
9056 :bs:\ 15087 :bs:\
9057 :co#80:li#16:\ 15088 :co#80:li#16:\
9058 :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:\ 15089 :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:up=^O:
9059 :up=^O: 15090# The DWK was a terminal manufactured in the Soviet Union c.1986
15091dwk|dwk-vt|dwk terminal:\
15092 :am:\
15093 :co#80:it#8:li#24:\
15094 :ac=+\136\054Q-S.M0\177`+a\072f'g#h#i#jXkClJmFnNo~qUs_tEuPv\wKxW~_:\
15095 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
15096 :cr=^M:dc=\EP:do=^J:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
15097 :k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
15098 :k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
15099 :kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=^M^J:se=\EX:\
15100 :sf=^J:so=\ET:sr=\ES:ta=^I:up=\EA:
9060env230|envision230|envision 230 graphics terminal:\ 15101env230|envision230|envision 230 graphics terminal:\
9061 :am:mi:ms:xo:\ 15102 :xn@:\
9062 :co#80:it#8:li#24:vt#3:\ 15103 :pf=\E[4i:po=\E[5i:ps=\E[0i:\
9063 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\ 15104 :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:tc=vt100:
9064 :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
9065 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
9066 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
9067 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
9068 :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
9069 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
9070 :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
9071 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
9072 :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:pf=\E[4i:\
9073 :po=\E[5i:ps=\E[0i:\
9074 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
9075 :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
9076 :sc=\E7:se=\E[0m<2>:sf=^J:so=\E[1m<2>:sr=\EM:st=\EH:\
9077 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
9078# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic 15105# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
9079# coupler attached, the whole rig fitting in a suitcase and more or less 15106# coupler attached, the whole rig fitting in a suitcase and more or less
9080# portable. Hot stuff for c.1977 :-) -- esr 15107# portable. Hot stuff for c.1977 :-) -- esr
@@ -9083,356 +15110,408 @@ ep48|ep4080|execuport 4080:\
9083 :co#80:\ 15110 :co#80:\
9084 :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J: 15111 :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
9085ep40|ep4000|execuport 4000:\ 15112ep40|ep4000|execuport 4000:\
9086 :am:bs:os:\ 15113 :co#136:tc=ep4080:
9087 :co#136:\ 15114# Adam Thompson <athompso@pangea.ca> tells us:
9088 :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J: 15115# Informer series - these are all portable units, resembling older
15116# automatic bread-baking machines. The terminal looks like a `clamshell'
15117# design, but isn't. The structure is similar to the Direct terminals,
15118# but only half the width. The entire unit is only about 10" wide.
15119# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
15120# keyboard. All the keys are crammed together, much like some laptop
15121# PCs today, but perhaps less well organized...all these units have a
15122# bewildering array of plugs on the back, including a built-in modem.
15123# The 305 was a color version of the 304; the 306 and 307 were mono and
15124# color terminals built for IBM bisync protocols.
9089# From: Paul Leondis <unllab@amber.berkeley.edu> 15125# From: Paul Leondis <unllab@amber.berkeley.edu>
9090ifmr|Informer D304:\ 15126ifmr|Informer D304:\
9091 :am:bs:\ 15127 :am:bs:\
9092 :co#80:li#24:\ 15128 :co#80:li#24:\
9093 :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:\ 15129 :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\:do=^J:ei=:\
9094 :ei=:ho=\EH:ic=\E[:im=:nd=\EC:se=\EK:so=\EJ:sr=\En:\ 15130 :ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
9095 :up=\EA: 15131 :up=\EA:
9096# This used to say "de#001202" which presumably refers to the stty bits
9097# that need to be set for some version of Unix. We need the real delay
9098# requirements in MS.
9099mw2|Multiwriter 2:\
9100 :hc:os:\
9101 :co#132:\
9102 :bl=^G:cr=^M:do=^J:sf=^J:
9103# Entry largely based on wy60 and has the features of wy60ak. 15132# Entry largely based on wy60 and has the features of wy60ak.
9104opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys +:\ 15133# (untranslatable capabilities removed to fit entry within 1023 bytes)
15134# (sgr removed to fit entry within 1023 bytes)
15135# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15136opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
9105 :am:bw:hs:km:mi:ms:ul:xo:\ 15137 :am:bw:hs:km:mi:ms:ul:xo:\
9106 :Nl#8:co#80:lh#1:li#24:lw#8:ws#80:\ 15138 :co#80:li#24:ws#80:\
9107 :#2=\E{:%9=\EP:&3=\Er:@7=\E[F:@8=\E7:F1=^AJ\r:\ 15139 :ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
9108 :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\ 15140 :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\Ez(\r:\
9109 :LF=\EA11:LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21:\ 15141 :ei=\Er:fs=^M:ho=\036:if=/usr/share/tabset/std:im=\Eq:ip=:\
9110 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\ 15142 :is=\E`\072\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:\
9111 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\ 15143 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9112 :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\ 15144 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
9113 :ds=\Ez(\r:ei=\Er:fs=^M:ho=\036:\ 15145 :kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
9114 :if=/usr/lib/tabset/std:im=\Eq:ip=:\ 15146 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=^J:sr=\Ej:\
9115 :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037\Ezz`\E[F\037\EA1*\EZH12:\ 15147 :st=\E1:ta=\011:te=:\
9116 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 15148 :ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
9117 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\ 15149 :ts=\Ez(:uc=\EG8%p1%c\EG0:up=^K:ve=\E`1:vi=\E`0:\
9118 :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\ 15150 :tc=adm+sgr:
9119 :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:\
9120 :le=^H:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:mk=\EG1:\
9121 :mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:pl=\EZ2%+?%s\177:\
9122 :pn=\Ez%+/%s\r:po=^R:ps=\EP:px=\EZ1%+?%s\177:\
9123 :r1=\E~!\E~4:r2=\EeF:r3=\EwG\Ee(:\
9124 :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
9125 :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=\011:\
9126 :ti=\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037:\
9127 :ts=\Ez(:uc=\EG8%p1%c\EG0:ue=\EG0:up=^K:us=\EG8:\
9128 :ve=\E`1:vi=\E`0:
9129# (ps300: changed ":pt@:" to "it@" -- esr)
9130ps300|Picture System 300:\
9131 :xt:\
9132 :it@:\
9133 :se@:so@:ue@:us@:tc=vt100:
9134ramtek|ramtek 6000:\
9135 :am:\
9136 :co#78:li#24:\
9137 :bl=^G:cl=[alpha]\n[erase]\n:cr=^M:do=^J:le=^H:sf=^J:
9138# Upper case terminal, uses lower case for control sequences!!!
9139tec400|tec scope:\
9140 :sg#1:\
9141 :al=e:cd=s:ce=c:cl=f:..cm=l%p2%~%c%p1%~%c:dc=t:dl=u:\
9142 :do=h:ei=:ho=i:ic=d:im=:le=w:nd=g:se=|:so={:up=x:
9143# From: <ucbvax!geoff> Mon Sep 21 21:15:45 1981
9144# This entry has been tested.
9145tec500|tec 500:\
9146 :am:bs:\
9147 :co#80:li#24:\
9148 :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
9149 :nd=^L:se=^\:sf=^J:so=^]:up=^K:
9150# tec is untested, and taken from CB/Unix virtual terminal driver.
9151# I would appreciate more information on this terminal, such as the
9152# manufacturer and the model number. There are too many tecs in here.
9153# (tec: removed obsolete ":ma=^K^P^_ :" -- esr)
9154tec:\
9155 :am:bs:\
9156 :co#80:li#24:\
9157 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
9158 :up=^K:
9159teletec|Teletec Datascreen:\ 15151teletec|Teletec Datascreen:\
9160 :am:bs:\ 15152 :am:bs:\
9161 :co#80:li#24:\ 15153 :co#80:li#24:\
9162 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\ 15154 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:up=^K:
9163 :up=^K:
9164# Terak made a PDP-11 based box with a bitmapped display that ran UCSD
9165# Pascal as the native O/S. It was quite a nice box, and there were several
9166# at Berkeley.
9167terak|Terak emulating Datamedia 1520:\
9168 :tc=dm1520:
9169# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu> 15155# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
9170# This termcap is for the LANPAR Technologies VISION 3220 15156# This description is for the LANPAR Technologies VISION 3220
9171# terminal. The function key definitions k0-k5 represent the 15157# terminal from 1984/85. The function key definitions k0-k5 represent the
9172# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN, 15158# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
9173# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to 15159# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
9174# PF4 keys. 15160#
9175# (v3220: mapped ":pt:" to default tabs, removed obsolete ":kn#10:" -- esr) 15161# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
15162# I had a couple of scopes (3221) like this once where I used to work, around
15163# the 1987 time frame if memory serves me correctly. These scopes were made
15164# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
15165# compatible. The 3220 was a plain text terminal like the VT-220, the 3221
15166# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
15167# was like the VT-241 (color with Regis + Sixel Graphics). These terminals
15168# (3221) cost about $1500 each, and one was always broken -- had to be sent
15169# back to the shop for repairs.
15170# The only real advantage these scopes had over the VT-240's were:
15171# 1) They were faster in the Regis display, or at least the ones I did
15172# 2) They had a handy debugging feature where you could split-screen the
15173# scope, the graphics would appear on the top, and the REGIS commands would
15174# appear on the bottom. I don't remember the VT-240s being able to do that.
15175# I would swear that LANPAR Technologies was in MA someplace, but since I
15176# don't work at the same place anymore, and those terminals and manuals were
15177# long since junked, I cannot be any more sure than that.
15178#
15179# (v3220: removed obsolete ":kn#10:",
15180# I added <rmam>/<smam> based on the init string -- esr)
9176v3220|LANPAR Vision II model 3220/3221/3222:\ 15181v3220|LANPAR Vision II model 3220/3221/3222:\
9177 :am:bs:mi:pt:xn:\ 15182 :am:bs:mi:xn:\
9178 :co#80:li#24:\
9179 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
9180 :dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
9181 :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
9182 :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:\
9183 :k7=\E[OQ:k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:\
9184 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:nd=\E[C:se=\E[m:\
9185 :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
9186# Does anybody know where these "wind" terminals came from?
9187wind:\
9188 :bs:\
9189 :co#80:li#24:\
9190 :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
9191 :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
9192 :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
9193wind16:\
9194 :bs:\
9195 :co#80:li#16:\
9196 :cl=\EnP\020\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:\
9197 :nl=^]:se=\Em^C:so=\Em^L:up=^K:
9198wind40:\
9199 :bs:\
9200 :co#80:li#40:\
9201 :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:nl=^]:\
9202 :se=\Em^C:so=\Em^L:up=^K:
9203# (wind50: corrected :cl=\EnP\128\062\Eo: -- esr)
9204wind50:\
9205 :bs:\
9206 :co#88:li#50:\
9207 :cl=\EnP2\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
9208 :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
9209 :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
9210# (xitex: removed obsolete ":ma=j^Jk^Pl :" -- esr)
9211xitex|xitex sct-100:\
9212 :bs:\
9213 :co#64:li#16:\
9214 :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
9215 :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
9216 :up=^K:
9217plasma|plasma panel:\
9218 :am:bs:\
9219 :co#85:li#45:\
9220 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^X:sf=^J:\
9221 :up=^V:
9222
9223#### Homebrew and custom terminals
9224#
9225
9226# Nu machine parameters taken from mit-vax.
9227# smc - 5/21/85
9228#
9229nuterminal:\
9230 :am:mi:ms:\
9231 :co#80:it#8:li#24:\ 15183 :co#80:it#8:li#24:\
9232 :ae=\EG:al=1*\EL:as=\EF:cd=60\EJ:ce=10\EK:cl=60\EE:\ 15184 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
9233 :..cm=\EY%+ %+ :cr=^M:dc=2.5*\EN:dl=1*\EM:do=\EB:\ 15185 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
9234 :ei=\EO:ho=\EH:im=\E@:ip=2.5*:k1=\ES:k2=\ET:k3=\EU:\ 15186 :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
9235 :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\ 15187 :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
9236 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\ 15188 :k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
9237 :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\ 15189 :ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
9238 :ta=^I:up=\EA:ve=\Ey4:vs=\Ex4: 15190 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
9239nu24|nuwindow:\
9240 :mi:ms:\
9241 :co#86:it#8:li#24:\
9242 :ae=\EG:al=1*\EL:as=\EF:cd=\EJ:ce=\EK:cl=\EE:\
9243 :..cm=\EY%+ %+ :cr=^M:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:\
9244 :im=\E@:ip=2.5*:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
9245 :ku=\EA:le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:\
9246 :sr=\EI:ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
9247bnu|nu51|bnuwindow:\
9248 :co#86:li#51:\
9249 :tc=nuterminal:
9250fnu|nu61|fnuwindow:\
9251 :co#86:li#61:\
9252 :tc=nuterminal:
9253nunix-30|nu-telnet-30|nu-half -- Half nu screen thru telnet:\
9254 :am:\
9255 :co#78:it#8:li#30:\
9256 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:..cm=\EY%+ %+ :cr=^M:\
9257 :dl=\EM:do=\EB:ho=\EH:ip=2.5*:kb=^H:kd=^J:kl=^H:\
9258 :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
9259 :ta=^I:up=\EA:
9260nunix-61|nu-telnet-61|nu-full| Full nu screen thru telnet:\
9261 :co#78:li#61:\
9262 :tc=nunix-30:
9263
9264bch|bc|bill croft homebrew:\
9265 :am:bs:\
9266 :co#96:li#72:\
9267 :cl=^Z:cm=\E=%+ %+ :do=^J:ho=^^:le=^H:nd=^L:up=^K:\
9268 :vb=:
9269nucterm|rayterm|NUC homebrew:\
9270 :am:bs:\
9271 :co#80:li#24:\
9272 :bl=^G:cd=^E:ce=^A:cl=\014:cr=^M:do=^J:ho=^B:le=^H:\
9273 :ll=^K:nd=^C:sf=^J:up=^N:
9274carlock|klc:\
9275 :am:bs:\
9276 :co#80:li#24:\
9277 :al=^E:bl=^G:ce=^U:cl=\032:cm=\E=%+ %+ :cr=^M:\
9278 :dc=\177:dl=^D:do=^J:ei=^T:ho=^^:im=^T:nd=^L:se=^V:\
9279 :sf=^J:so=^V:up=^K:vb=\EV\EV:
9280# uVAX
9281qdss|qdcons|qdss glass tty:\
9282 :am:bs:\
9283 :co#128:li#57:\
9284 :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
9285# (ubell: removed obsolete ":ma=j^Jk^P^K^Pl :";
9286# mapped ":pt:" to default tabs; removed obsolete ":bc=^Y:" -- esr)
9287ubell|ubellchar:\
9288 :am:bs:pt:\
9289 :co#80:li#24:\
9290 :bl=^G:ce=\Ed:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
9291 :le=^H:nd=^L:sf=^J:ta=^I:up=^K:
9292ttywilliams:\
9293 :am:\
9294 :co#80:li#12:\
9295 :bl=^G:ce=^_:cl=^^:cr=^M:do=^K:ho=^]:le=^Y:nd=^X:\
9296 :sf=^J:up=^Z:
9297######## ICH/ICH1 VERSUS RMIR/SMIR 15191######## ICH/ICH1 VERSUS RMIR/SMIR
9298# 15192#
9299# Some non-curses applications get confused if both ich/ich1 and rmir/smir 15193# Some non-curses applications get confused if both ich/ich1 and rmir/smir
9300# are present; the symptom is doubled characters in an update using insert. 15194# are present; the symptom is doubled characters in an update using insert.
9301# These applications are technically correct; in both 4.3BSD termcap and 15195# These applications are technically correct; in both 4.3BSD termcap and
9302# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir 15196# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
9303# unless the terminal needs both. This requirement is now rare; most ich 15197# unless the terminal needs both. To my knowledge, no terminal still in this
9304# sequences do not require previous smir, and most smir insert modes do not 15198# file requires both other than the very obsolete dm2500.
9305# require ich1 before each character.
9306# 15199#
9307# For ncurses-based applications this is not a problem, as ncurses uses 15200# For ncurses-based applications this is not a problem, as ncurses uses
9308# one or the other as appropriate but never mixes the two. Therefore we 15201# one or the other as appropriate but never mixes the two. Therefore we
9309# have not corrected entries like `linux' and `xterm' that specify both. 15202# have not corrected entries like `linux' and `xterm' that specify both.
9310# If you see doubled characters from these, use the linux-nic and xterm-nic 15203# If you see doubled characters from these, use the linux-nic and xterm-nic
9311# entries that suppress ich/ich1. 15204# entries that suppress ich/ich1. And upgrade to ncurses!
15205#
15206
15207######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
9312# 15208#
9313######## ANSI/VT100/PC-TERM TERMINAL STANDARDS 15209# ANSI X3.64 has been withdrawn and replaced by ECMA-48. The ISO 6429 and
15210# ECMA-48 standards are said to be almost identical, but are not the same
15211# as X3.64 (though for practical purposes they are close supersets of it).
15212#
15213# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
15214# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
15215# Coded Character Sets"), include your snail-mail address, and you should
15216# receive the document in due course. Don't expect an email acknowledgement.
15217#
15218# Related standards include "X3.4-1977: American National Standard Code for
15219# Information Interchange" (the ASCII standard) and "X3.41.1974:
15220# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
15221# American National Standard for Information Interchange." I believe (but
15222# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
15223# respectively.
15224#
15225
15226#### VT100/ANSI/ECMA-48
9314# 15227#
9315# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals 15228# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
15229# and ECMA-48 Control Functions for Coded Character Sets.
9316# 15230#
9317# Most of the content of this comment is adapted from a table prepared by 15231# Much of the content of this comment is adapted from a table prepared by
9318# Richard Shuford, based on a 1984 Byte article. Terminfo correspondences 15232# Richard Shuford, based on a 1984 Byte article. Terminfo correspondences,
9319# and discussion of some terminfo-related issues have been added. 15233# discussion of some terminfo-related issues, and updates to capture ECMA-48
9320# 15234# have been added. Control functions described in ECMA-48 only are tagged
9321# The table is a complete list of the defined ANSI X.364 control sequences. 15235# with * after their names.
9322# In the main table, \E stands for an escape (\033) character, SPC for space. 15236#
9323# Pn stands for a single numeric parameter to be inserted in decimal ASCII. 15237# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
9324# Ps stands for a list of such parameters separated by semicolons 15238# sequences. In the main table, \E stands for an escape (\033) character,
15239# SPC for space. Pn stands for a single numeric parameter to be inserted
15240# in decimal ASCII. Ps stands for a list of such parameters separated by
15241# semicolons. Parameter meanings for most parametrized sequences are
15242# decribed in the notes.
9325# 15243#
9326# Default Type
9327# Sequence Sequence Parameter or 15244# Sequence Sequence Parameter or
9328# Mnemonic Name Sequence Value Mode terminfo 15245# Mnemonic Name Sequence Value Mode terminfo
9329# ----------------------------------------------------------------------------- 15246# -----------------------------------------------------------------------------
9330# APC Applicatn Program Command \E Fe - Delim - 15247# APC Applicatn Program Command \E _ - Delim -
15248# BEL Bell * ^G - - bel
15249# BPH Break Permitted Here * \E B - * -
15250# BS Backpace * ^H - EF -
15251# CAN Cancel * ^X - - - (A)
9331# CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt 15252# CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt
9332# CCH Cancel Previous Character \E T - - - 15253# CCH Cancel Previous Character \E T - - -
9333# CHA Cursor Horzntal Absolute \E [ Pn G 1 eF hpa (1) 15254# CHA Cursor Horizntal Absolute \E [ Pn G 1 eF hpa (B)
9334# CHT Cursor Horizontal Tab \E [ Pn I 1 eF tab (2) 15255# CHT Cursor Horizontal Tab \E [ Pn I 1 eF tab (C)
9335# CNL Cursor Next Line \E [ Pn E 1 eF nel (3) 15256# CMD Coding Method Delimiter * \E
15257# CNL Cursor Next Line \E [ Pn E 1 eF nel (D)
9336# CPL Cursor Preceding Line \E [ Pn F 1 eF - 15258# CPL Cursor Preceding Line \E [ Pn F 1 eF -
9337# CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - 15259# CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - (E)
9338# CSI Control Sequence Intro \E [ - Intro - 15260# CSI Control Sequence Intro \E [ - Intro -
9339# CTC Cursor Tab Control \E [ Ps W 0 eF - 15261# CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
9340# CUB Cursor Backward \E [ Pn D 1 eF cub 15262# CUB Cursor Backward \E [ Pn D 1 eF cub
9341# CUD Cursor Down \E [ Pn B 1 eF cud 15263# CUD Cursor Down \E [ Pn B 1 eF cud
9342# CUF Cursor Forward \E [ Pn C 1 eF cuf 15264# CUF Cursor Forward \E [ Pn C 1 eF cuf
9343# CUP Cursor Position \E [ Pn ; Pn H 1, 1 eF cup (4) 15265# CUP Cursor Position \E [ Pn ; Pn H 1, 1 eF cup (G)
9344# CUU Cursor Up \E [ Pn A 1 eF cuu 15266# CUU Cursor Up \E [ Pn A 1 eF cuu
9345# CVT Cursor Vertical Tab \E [ Pn Y - eF - 15267# CVT Cursor Vertical Tab \E [ Pn Y - eF - (H)
9346# DA Device Attributes \E [ Pn c 0 - - 15268# DA Device Attributes \E [ Pn c 0 - -
9347# DAQ Define Area Qualification \E [ Ps o 0 - - 15269# DAQ Define Area Qualification \E [ Ps o 0 - -
9348# DCH Delete Character \E [ Pn P 1 eF dch 15270# DCH Delete Character \E [ Pn P 1 eF dch
9349# DCS Device Control String \E P - Delim - 15271# DCS Device Control String \E P - Delim -
9350# DL Delete Line \E [ Pn M 1 eF dl 15272# DL Delete Line \E [ Pn M 1 eF dl
15273# DLE Data Link Escape * ^P - - -
9351# DMI Disable Manual Input \E \ - Fs - 15274# DMI Disable Manual Input \E \ - Fs -
9352# DSR Device Status Report \E [ Ps n 0 - - 15275# DSR Device Status Report \E [ Ps n 0 - - (I)
9353# EA Erase in Area \E [ Ps O 0 eF - 15276# DTA Dimension Text Area * \E [ Pn ; Pn SPC T - PC -
15277# EA Erase in Area \E [ Ps O 0 eF - (J)
9354# ECH Erase Character \E [ Pn X 1 eF ech 15278# ECH Erase Character \E [ Pn X 1 eF ech
9355# ED Erase in Display \E [ Ps J 0 eF ed (5) 15279# ED Erase in Display \E [ Ps J 0 eF ed (J)
9356# EF Erase in Field \E [ Ps N 0 eF - 15280# EF Erase in Field \E [ Ps N 0 eF -
9357# EL Erase in Line \E [ Ps K 0 eF el (5) 15281# EL Erase in Line \E [ Ps K 0 eF el (J)
15282# EM End of Medium * ^Y - - -
9358# EMI Enable Manual Input \E b Fs - 15283# EMI Enable Manual Input \E b Fs -
9359# EPA End of Protected Area \E W - - - 15284# ENQ Enquire ^E - - -
15285# EOT End Of Transmission ^D - * -
15286# EPA End of Protected Area \E W - - - (K)
9360# ESA End of Selected Area \E G - - - 15287# ESA End of Selected Area \E G - - -
15288# ESC Escape ^[ - - -
15289# ETB End Transmission Block ^W - - -
15290# ETX End of Text ^C - - -
15291# FF Form Feed ^L - - -
15292# FNK Function Key * \E [ Pn SPC W - - -
15293# GCC Graphic Char Combination* \E [ Pn ; Pn SPC B - - -
9361# FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE - 15294# FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE -
9362# GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - 15295# GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - (L)
9363# GSS Graphic Size Selection \E [ Pn SPC C none FE - 15296# GSS Graphic Size Selection \E [ Pn SPC C none FE -
9364# HPA Horz Position Absolute \E [ Pn ` 1 FE (1) 15297# HPA Horz Position Absolute \E [ Pn ` 1 FE - (B)
9365# HPR Horz Position Relative \E [ Pn a 1 FE (6) 15298# HPB Char Position Backward \E [ j 1 FE -
9366# HTJ Horz Tab w/Justification \E I - FE (2) 15299# HPR Horz Position Relative \E [ Pn a 1 FE - (M)
15300# HT Horizontal Tab * ^I - FE - (N)
15301# HTJ Horz Tab w/Justification \E I - FE -
9367# HTS Horizontal Tab Set \E H - FE hts 15302# HTS Horizontal Tab Set \E H - FE hts
9368# HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE (4) 15303# HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE - (G)
9369# ICH Insert Character \E [ Pn @ 1 eF ich 15304# ICH Insert Character \E [ Pn @ 1 eF ich
15305# IDCS ID Device Control String \E [ SPC O - * -
15306# IGS ID Graphic Subrepertoire \E [ SPC M - * -
9370# IL Insert Line \E [ Pn L 1 eF il 15307# IL Insert Line \E [ Pn L 1 eF il
9371# IND Index \E D - FE - 15308# IND Index \E D - FE -
9372# INT Interrupt \E a - Fs - 15309# INT Interrupt \E a - Fs -
9373# JFY Justify \E [ Ps SPC F 0 FE - 15310# JFY Justify \E [ Ps SPC F 0 FE -
9374# MC Media Copy \E [ Ps i 0 - - 15311# IS1 Info Separator #1 * ^_ - * -
15312# IS2 Info Separator #1 * ^^ - * -
15313# IS3 Info Separator #1 * ^] - * -
15314# IS4 Info Separator #1 * ^\ - * -
15315# LF Line Feed ^J - - -
15316# LS1R Locking Shift Right 1 * \E ~ - - -
15317# LS2 Locking Shift 2 * \E n - - -
15318# LS2R Locking Shift Right 2 * \E } - - -
15319# LS3 Locking Shift 3 * \E o - - -
15320# LS3R Locking Shift Right 3 * \E | - - -
15321# MC Media Copy \E [ Ps i 0 - - (S)
9375# MW Message Waiting \E U - - - 15322# MW Message Waiting \E U - - -
9376# NEL Next Line \E E - FE nel (3) 15323# NAK Negative Acknowledge * ^U - * -
15324# NBH No Break Here * \E C - - -
15325# NEL Next Line \E E - FE nel (D)
9377# NP Next Page \E [ Pn U 1 eF - 15326# NP Next Page \E [ Pn U 1 eF -
15327# NUL Null * ^@ - - -
9378# OSC Operating System Command \E ] - Delim - 15328# OSC Operating System Command \E ] - Delim -
9379# PLD Partial Line Down \E K - FE - 15329# PEC Pres. Expand/Contract * \E Pn SPC Z 0 - -
9380# PLU Partial Line Up \E L - FE - 15330# PFS Page Format Selection * \E Pn SPC J 0 - -
15331# PLD Partial Line Down \E K - FE - (T)
15332# PLU Partial Line Up \E L - FE - (U)
9381# PM Privacy Message \E ^ - Delim - 15333# PM Privacy Message \E ^ - Delim -
9382# PP Preceding Page \E [ Pn V 1 eF - 15334# PP Preceding Page \E [ Pn V 1 eF -
15335# PPA Page Position Absolute * \E [ Pn SPC P 1 FE -
15336# PPB Page Position Backward * \E [ Pn SPC R 1 FE -
15337# PPR Page Position Forward * \E [ Pn SPC Q 1 FE -
15338# PTX Parallel Texts * \E [ \ - - -
9383# PU1 Private Use 1 \E Q - - - 15339# PU1 Private Use 1 \E Q - - -
9384# PU2 Private Use 2 \E R - - - 15340# PU2 Private Use 2 \E R - - -
9385# QUAD Typographic Quadding \E [ Ps SPC H 0 FE - 15341# QUAD Typographic Quadding \E [ Ps SPC H 0 FE -
9386# REP Repeat Char or Control \E [ Pn b 1 - rep 15342# REP Repeat Char or Control \E [ Pn b 1 - rep
9387# RI Reverse Index \E M - FE - 15343# RI Reverse Index \E M - FE - (V)
9388# RIS Reset to Initial State \E c - Fs - 15344# RIS Reset to Initial State \E c - Fs -
9389# RM Reset Mode \E [ Ps l none - - 15345# RM Reset Mode * \E [ Ps l - - - (W)
15346# SACS Set Add. Char. Sep. * \E [ Pn SPC / 0 - -
15347# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ] 0 - - (X)
15348# SCI Single-Char Introducer \E Z - - -
15349# SCO Sel. Char. Orientation * \E [ Pn ; Pn SPC k - - -
15350# SCS Set Char. Spacing * \E [ Pn SPC g - - -
9390# SD Scroll Down \E [ Pn T 1 eF rin 15351# SD Scroll Down \E [ Pn T 1 eF rin
9391# SEM Select Edit Extent Mode \E [ Ps Q 0 - - 15352# SDS Start Directed String * \E [ Pn ] 1 - -
9392# SGR Select Graphic Rendition \E [ Ps m 0 FE sgr (7) 15353# SEE Select Editing Extent \E [ Ps Q 0 - - (Y)
15354# SEF Sheet Eject & Feed * \E [ Ps ; Ps SPC Y 0,0 - -
15355# SGR Select Graphic Rendition \E [ Ps m 0 FE sgr (O)
15356# SHS Select Char. Spacing * \E [ Ps SPC K 0 - -
15357# SI Shift In ^O - - - (P)
15358# SIMD Sel. Imp. Move Direct. * \E [ Ps ^ - - -
9393# SL Scroll Left \E [ Pn SPC @ 1 eF - 15359# SL Scroll Left \E [ Pn SPC @ 1 eF -
9394# SM Select Mode \E [ Ps h none - - 15360# SLH Set Line Home * \E [ Pn SPC U - - -
9395# SPA Start of Protected Area \E V - - - 15361# SLL Set Line Limit * \E [ Pn SPC V - - -
15362# SLS Set Line Spacing * \E [ Pn SPC h - - -
15363# SM Select Mode \E [ Ps h none - - (W)
15364# SO Shift Out ^N - - - (Q)
15365# SOH Start Of Heading * ^A - - -
15366# SOS Start of String * \E X - - -
15367# SPA Start of Protected Area \E V - - - (Z)
15368# SPD Select Pres. Direction * \E [ Ps ; Ps SPC S 0,0 - -
15369# SPH Set Page Home * \E [ Ps SPC G - - -
9396# SPI Spacing Increment \E [ Pn ; Pn SPC G none FE - 15370# SPI Spacing Increment \E [ Pn ; Pn SPC G none FE -
15371# SPL Set Page Limit * \E [ Ps SPC j - - -
15372# SPQR Set Pr. Qual. & Rapid. * \E [ Ps SPC X 0 - -
9397# SR Scroll Right \E [ Pn SPC A 1 eF - 15373# SR Scroll Right \E [ Pn SPC A 1 eF -
15374# SRCS Set Reduced Char. Sep. * \E [ Pn SPC f 0 - -
15375# SRS Start Reversed String * \E [ Ps [ 0 - -
15376# SSA Start of Selected Area \E F - - -
15377# SSU Select Size Unit * \E [ Pn SPC I 0 - -
15378# SSW Set Space Width * \E [ Pn SPC [ none - -
9398# SS2 Single Shift 2 (G2 set) \E N - Intro - 15379# SS2 Single Shift 2 (G2 set) \E N - Intro -
9399# SS3 Single Shift 3 (G3 set) \E O - Intro - 15380# SS3 Single Shift 3 (G3 set) \E O - Intro -
9400# SSA Start of Selected Area \E F - - -
9401# ST String Terminator \E \ - Delim - 15381# ST String Terminator \E \ - Delim -
15382# STAB Selective Tabulation * \E [ Pn SPC ^ - - -
9402# STS Set Transmit State \E S - - - 15383# STS Set Transmit State \E S - - -
15384# STX Start pf Text * ^B - - -
9403# SU Scroll Up \E [ Pn S 1 eF indn 15385# SU Scroll Up \E [ Pn S 1 eF indn
15386# SUB Substitute * ^Z - - -
15387# SVS Select Line Spacing * \E [ Pn SPC \ 1 - -
15388# SYN Synchronous Idle * ^F - - -
15389# TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
15390# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a - - -
15391# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
9404# TBC Tab Clear \E [ Ps g 0 FE tbc 15392# TBC Tab Clear \E [ Ps g 0 FE tbc
15393# TCC Tabul. Centered on Char * \E [ Pn SPC c - - -
15394# TSR Tabulation Stop Remove * \E [ Pn SPC d - FE -
9405# TSS Thin Space Specification \E [ Pn SC E none FE - 15395# TSS Thin Space Specification \E [ Pn SC E none FE -
9406# VPA Vert Position Absolute \E [ Pn d 1 FE vpa 15396# VPA Vert. Position Absolute \E [ Pn d 1 FE vpa
9407# VPR Vert Position Relative \E [ Pn e 1 FE (8) 15397# VPB Line Position Backward * \E [ Pn k 1 FE -
15398# VPR Vert. Position Relative \E [ Pn e 1 FE - (R)
15399# VT Vertical Tabulation * ^K - FE -
9408# VTS Vertical Tabulation Set \E J - FE - 15400# VTS Vertical Tabulation Set \E J - FE -
9409# 15401#
9410# --------------------------------------------------------------------------- 15402# ---------------------------------------------------------------------------
9411# 15403#
9412# Notes: 15404# Notes:
9413# 15405#
9414# (1) There seems to be some confusion abroad between CHA and HPA. Most 15406# Some control characters are listed in the ECMA-48 standard without
15407# being assigned functions relevant to terminal control there (they
15408# referred to other standards such as ISO 1745 or ECMA-35). They are listed
15409# here anyway for completeness.
15410#
15411# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
15412#
15413# (B) There seems to be some confusion abroad between CHA and HPA. Most
9415# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls 15414# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
9416# the capability (hpa). 15415# the capability (hpa). ECMA-48 calls this "Cursor Character Absolute" but
15416# preserved the CHA abbreviation.
9417# 15417#
9418# (2) CHT corresponds to terminfo (tab). Usually it has the value ^I. 15418# (C) CHT corresponds to terminfo (tab). Usually it has the value ^I.
9419# Occasionally (as on, for example, certain HP terminals) this has the HTJ 15419# Occasionally (as on, for example, certain HP terminals) this has the HTJ
9420# value. 15420# value. ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
15421# CHT abbreviation.
9421# 15422#
9422# (3) terminfo (nel) is usually \r\n rather than ANSI \EE. 15423# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
9423# 15424#
9424# (4) CUP and HVP are identical in effect. Some ANSI.SYS versions accept 15425# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
9425# HVP, but always allow CUP as an alternate. 15426# abbreviation.
9426#
9427# (5) See the VT100 discussion for the meaning of the ED parameter.
9428# 15427#
9429# (6) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals 15428# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
9430# use CUF for this function and ignore HPR 15429# char tab, 3 = clear line tab, 4 = clear all char tabs on current line,
15430# 5 = clear all char tabs, 6 = clear all line tabs.
15431#
15432# (G) CUP and HVP are identical in effect. Some ANSI.SYS versions accept
15433# HVP, but always allow CUP as an alternate. ECMA-48 calls HVP "Character
15434# Position Absolute" but retains the HVP abbreviation.
9431# 15435#
9432# (7) In SGR, the ANSI.SYS values for attributes are now nearly universal. 15436# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
15437# abbreviation.
9433# 15438#
9434# (8) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals 15439# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
9435# use CUD for this function and ignore VPR. 15440# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
15441# DSR, 6 = request CPR response.
15442#
15443# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
15444# 1 = clear from beginning, 2 = clear.
15445#
15446# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
15447#
15448# (L) The GSM parameters are vertical and horizontal parameters to scale by.
15449#
15450# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
15451# use CUF for this function and ignore HPR. ECMA-48 calls this "Character
15452# Position Relative" but retains the HPR abbreviation.
15453#
15454# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
15455# abbreviation.
15456#
15457# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
15458# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
15459# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
15460# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
15461# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
15462# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
15463# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
15464# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
15465# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
15466# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
15467# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
15468# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
15469# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
15470# 61-65 = variable highlights for ideograms.
15471#
15472# (P) SI is also called LSO, Locking Shift Zero.
15473#
15474# (Q) SI is also called LS1, Locking Shift One.
15475#
15476# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
15477# use CUD for this function and ignore VPR. ECMA calls it `Line Position
15478# Absolute' but retains the VPA abbreviation.
15479#
15480# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
15481# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
15482# from secondary aux device, 4 = stop relay to primary aux device, 5 =
15483# start relay to primary aux device, 6 = stop relay to secondary aux device,
15484# 7 = start relay to secondary aux device.
15485#
15486# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
15487# abbreviation.
15488#
15489# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
15490# abbreviation.
15491#
15492# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
15493#
15494# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM),
15495# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM),
15496# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
15497# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
15498# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM),
15499# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
15500# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM),
15501# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
15502# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
15503# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
15504# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
15505# Zero Default Mode (ZDM). The EBM and LF/NL modes have actually been removed
15506# from ECMA-48's 5th edition but are listed here for reference.
15507#
15508# (X) Select Alternate Presentation Variants is used only for non-Latin
15509# alphabets.
15510#
15511# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
15512#
15513# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
15514# abbreviation.
9436# 15515#
9437# --------------------------------------------------------------------------- 15516# ---------------------------------------------------------------------------
9438# 15517#
@@ -9448,7 +15527,7 @@ ttywilliams:\
9448# eF editor function (see explanation) 15527# eF editor function (see explanation)
9449# 15528#
9450# FE format effector (see explanation) 15529# FE format effector (see explanation)
9451# 15530#
9452# F is a Final character in 15531# F is a Final character in
9453# an Escape sequence (F from 3/0 to 7/14 in the ASCII table) 15532# an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
9454# a control sequence (F from 4/0 to 7/14) 15533# a control sequence (F from 4/0 to 7/14)
@@ -9461,7 +15540,7 @@ ttywilliams:\
9461# 15540#
9462# C0 the familiar set of 7-bit ASCII control characters 15541# C0 the familiar set of 7-bit ASCII control characters
9463# 15542#
9464# C1 roughly, the set of control characters available only in 8-bit systems. 15543# C1 roughly, the set of control chars available only in 8-bit systems.
9465# This is too complicated to explain fully here, so read Jim Fleming's 15544# This is too complicated to explain fully here, so read Jim Fleming's
9466# article in the February 1983 BYTE, especially pages 214 through 224. 15545# article in the February 1983 BYTE, especially pages 214 through 224.
9467# 15546#
@@ -9487,6 +15566,8 @@ ttywilliams:\
9487# with each selective parameter separated from the other by the code 15566# with each selective parameter separated from the other by the code
9488# 3/11 (which usually represents a semicolon); Ps ranges from 15567# 3/11 (which usually represents a semicolon); Ps ranges from
9489# 3/0 to 3/9 and includes 3/11 15568# 3/0 to 3/9 and includes 3/11
15569#
15570# * Not relevant to terminal control, listed for completeness only.
9490# 15571#
9491# Format Effectors versus Editor Functions 15572# Format Effectors versus Editor Functions
9492# 15573#
@@ -9507,26 +15588,6 @@ ttywilliams:\
9507# its effect can always be predicted. The familiar characters carriage 15588# its effect can always be predicted. The familiar characters carriage
9508# return, linefeed, formfeed, etc., are defined as format effectors. 15589# return, linefeed, formfeed, etc., are defined as format effectors.
9509# 15590#
9510# The ANSI Standard
9511#
9512# The complete document describing the standard, "ANSI X3.64-1979:
9513# Additional Controls for Use with the American National Standard
9514# Code for Information Interchange," can be ordered for $13.50 (plus
9515# $4 postage) from
9516#
9517# Standards Sales Department
9518# American National Standards Institute
9519# 1430 Broadway
9520# New York, NY 10018
9521# 212/354-3300
9522#
9523# It's best to read the full standard before using it. It also helps
9524# to have copies of the related standards "X3.4-1977: American
9525# National Standard Code for Information Interchange" (the ASCII
9526# standard) and "X3.41.1974: Code-Extension Techniques for Use with
9527# the 7-Bit Coded Character Set of American National Standard for
9528# Information Interchange."
9529#
9530# NOTES ON THE DEC VT100 IMPLEMENTATION 15591# NOTES ON THE DEC VT100 IMPLEMENTATION
9531# 15592#
9532# Control sequences implemented in the VT100 are as follows: 15593# Control sequences implemented in the VT100 are as follows:
@@ -9544,6 +15605,9 @@ ttywilliams:\
9544# Erase from cursor to end of screen Esc [ 0 J or Esc [ J 15605# Erase from cursor to end of screen Esc [ 0 J or Esc [ J
9545# Erase from beginning of screen to cursor Esc [ 1 J 15606# Erase from beginning of screen to cursor Esc [ 1 J
9546# Erase entire screen Esc [ 2 J 15607# Erase entire screen Esc [ 2 J
15608#
15609# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
15610# Esc [ 2 J, but this is wrong; the default is 0.
9547# 15611#
9548# The VT100 responds to receiving the DA (Device Attributes) control 15612# The VT100 responds to receiving the DA (Device Attributes) control
9549# 15613#
@@ -9567,11 +15631,13 @@ ttywilliams:\
9567# where Pl is the line number and Pc is the column number (in decimal). 15631# where Pl is the line number and Pc is the column number (in decimal).
9568# 15632#
9569# The specification for the DEC VT100 is document EK-VT100-UG-003. 15633# The specification for the DEC VT100 is document EK-VT100-UG-003.
15634
15635#### ANSI.SYS
9570# 15636#
9571# NOTES ON `PC-TERM' COMPATIBILITY 15637# Here is a description of the color and attribute controls supported in the
9572# 15638# the ANSI.SYS driver under MS-DOS. Most console drivers and ANSI
9573# The MS-DOS ANSI.SYS driver has set the de-facto standard for attribute 15639# terminal emulators for Intel boxes obey these. They are a proper subset
9574# and color values in the SGR string. These are as follows: 15640# of the ECMA-48 escapes.
9575# 15641#
9576# 0 all attributes off 15642# 0 all attributes off
9577# 1 foreground bright 15643# 1 foreground bright
@@ -9587,15 +15653,91 @@ ttywilliams:\
9587# 3n set foreground color / 0=black, 1=red, 2=green, 3=brown, 15653# 3n set foreground color / 0=black, 1=red, 2=green, 3=brown,
9588# 4n set background color \ 4=blue, 5=magenta, 6=cyan, 7=white 15654# 4n set background color \ 4=blue, 5=magenta, 6=cyan, 7=white
9589# Bright black becomes gray. Bright brown becomes yellow, 15655# Bright black becomes gray. Bright brown becomes yellow,
9590# 15656# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
15657#
15658# * If the 5 attribute is on and you set a background color (40-47) it is
15659# supposed to enable bright background.
15660#
9591# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing 15661# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
9592# when you try to set a "bright brown" (yellow) background with attribute 15662# when you try to set a "bright brown" (yellow) background with attribute
9593# 5 (you get a blinking yellow foreground instead). A few displays 15663# 5 (you get a blinking yellow foreground instead). A few displays
9594# (including the System V console) support an attribute 6 that undoes this 15664# (including the System V console) support an attribute 6 that undoes this
9595# braindamage. 15665# braindamage (this is required by iBCS2).
9596# 15666#
9597# * Some older versions of ANSI.SYS have a bug that causes thems to require 15667# * Some older versions of ANSI.SYS have a bug that causes thems to require
9598# ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. 15668# ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. (This is not ECMA-48
15669# compatible.)
15670
15671#### Intel Binary Compatibility Standard
15672#
15673# For comparison, here are the capabilities implied by the Intel Binary
15674# Compatibility Standard for UNIX systems (Intel order number 468366-001).
15675# These recommendations are optional. IBCS2 allows the leading escape to
15676# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
15677# the ANSI X.364/ISO 6429/ECMA-48 standard. Here are the iBCS2 capabilities
15678# (as described in figure 9-3 of the standard). Those expressed in the ibcs2
15679# terminfo entry are followed with the corresponding capability in parens:
15680#
15681# CSI <n>k disable (n=0) or enable (n=1) keyclick
15682# CSI 2h lock keyboard
15683# CSI 2i send screen as input
15684# CSI 2l unlock keyboard
15685# CSI 6m enable background color intensity
15686# CSI <0-2>c reserved
15687# CSI <0-59>m select graphic rendition
15688# CSI <n>;<m>H (cup) cursor to line n and column m
15689# CSI <n>;<m>f cursor to line n and column m
15690# CSI <n>@ (ich) insert characters
15691# CSI <n>A (cuu) cursor up n lines
15692# CSI <n>B (cud) cursor down n lines
15693# CSI <n>C (cuu) cursor right n characters
15694# CSI <n>D (cud) cursor left n characters
15695# CSI <n>E cursor down n lines and in first column
15696# CSI <n>F cursor up n lines and in first column
15697# CSI <n>G (hpa) position cursor at column n-1
15698# CSI <n>J (ed) erase in display
15699# CSI <n>K (el) erase in line
15700# CSI <n>L (il) insert line(s)
15701# CSI <n>P (dch) delete characters
15702# CSI <n>S (indn) scroll up n lines
15703# CSI <n>T (rin) scroll down n lines
15704# CSI <n>X (ech) erase characters
15705# CSI <n>Z (cbt) back up n tab stops
15706# CSI <n>` cursor to column n on line
15707# CSI <n>a (cuu) cursor right n characters
15708# CSI <n>d (vpa) cursor to line n
15709# CSI <n>e cursor down n lines and in first column
15710# CSI <n>g (cbt) clear all tabs
15711# CSI <n>z make virtual terminal n active
15712# CSI ?7h (smam) turn automargin on
15713# CSI ?7l (rmam) turn automargin off
15714# CSI s save cursor position
15715# CSI u restore cursor position to saved value
15716# CSI =<c>A set overscan color
15717# CSI =<c>F set normal foreground color
15718# CSI =<c>G set normal background color
15719# CSI =<c>H set reverse foreground color
15720# CSI =<c>I set reverse foreground color
15721# CSI =<c>J set graphic foreground color
15722# CSI =<c>K set graphic foreground color
15723# CSI =<n>g (dispc) display n from alternate graphics character set
15724# CSI =<p>;<d>B set bell parameters
15725# CSI =<s>;<e>C set cursor parameters
15726# CSI =<x>D enable/disable intensity of background color
15727# CSI =<x>E set/clear blink vs. bold background
15728# CSI 7 (sc) (sc) save cursor position
15729# CSI 8 (rc) (rc) restore cursor position to saved value
15730# CSI H (hts) (hts) set tab stop
15731# CSI Q<n><string> define function key string
15732# (string must begin and end with delimiter char)
15733# CSI c (clear) clear screen
15734#
15735# The lack of any specification for attributes in SGR (among other things)
15736# makes this a wretchedly weak standard. The table above is literally
15737# everything iBSC2 has to say about terminal escape sequences; there is
15738# no further discussion of their meaning or how to set the parameters
15739# in these sequences at all.
15740#
9599 15741
9600######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE 15742######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
9601# 15743#
@@ -9648,26 +15790,27 @@ ttywilliams:\
9648# ie end dim (not used in /etc/termcap) 15790# ie end dim (not used in /etc/termcap)
9649# ig dim glitch (not used in /etc/termcap) 15791# ig dim glitch (not used in /etc/termcap)
9650# 15792#
9651# XENIX also supposedly uses the following forms-drawing capabilities: 15793# Finally, XENIX also used the following forms-drawing capabilities:
9652# 15794#
9653# single double type 15795# single double type ASCII approximation
9654# ------ ------ ------------- 15796# ------ ------ ------------- -------------------
9655# gv GV vertical line (|) 15797# GV Gv vertical line |
9656# gh GH horizontal line (-) 15798# GH Gv horizontal line - _
9657# g1 G1 top right corner 15799# G1 G5 top right corner _ |
9658# g4 G4 bottom right corner (_|) 15800# G2 G6 top left corner |
9659# g2 G2 top left corner 15801# G3 G7 bottom left corner |_
9660# g3 G3 bottom left corner (|_) 15802# G4 G8 bottom right corner _|
9661# gd GD down-tick character (T) 15803# GD Gd down-tick character T
9662# gl GL left-tick character (-|) 15804# GL Gl left-tick character -|
9663# gr GR right-tick character (|-) 15805# GR Gr right-tick character |-
9664# gc GC middle intersection (-|-) 15806# GC Gc middle intersection -|-
9665# gu GU up-tick character (_|_) 15807# GU Gu up-tick character _|_
9666# 15808#
9667# However, there is some confusion about case. The scoansi entry uses 15809# These were invented to take advantage of the IBM PC ROM character set. One
9668# mixed-case versions of these, and the historical ibmpcx, lisa, trs16, and fos 15810# can compose an acsc string from the single-width characters as follows
9669# entries have only the uppercase versions. Accordingly, the ncurses tools 15811# "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
9670# don't try to translate these. 15812# When translating a termcap file, ncurses tic will do this automatically.
15813# The double forms characters don't fit the SVr4 terminfo model.
9671# 15814#
9672# AT&T Extensions: 15815# AT&T Extensions:
9673# 15816#
@@ -9680,6 +15823,52 @@ ttywilliams:\
9680# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make 15823# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
9681# cursor invisible), and CV=:ve: (make cursor normal). 15824# cursor invisible), and CV=:ve: (make cursor normal).
9682# 15825#
15826# HP Extensions
15827#
15828# The HP library (as of mid-1995, their term.h file version 70.1) appears to
15829# have the System V capabilities up to SVr1 level. After that, it supports
15830# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
15831# :mu: capabilities. After that, it supports caps plab_norm, label_on,
15832# label_off, and key_f11..key_f63 capabilities like SVr4's. This makes the
15833# HP binary format incompatible with SVr4's.
15834#
15835# IBM Extensions
15836#
15837# There is a set of nonstandard terminfos used by IBM's AIX operating system.
15838# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
15839# capabilities following prtr_non with the following special capabilties:
15840# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
15841# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
15842# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
15843# rvert, lvert. Some of these are identical to XPG4/SVr4 equivalents:
15844# kcmd, kend, khlp, and kf11...kf63. Two others (kbtab and ksel) can be
15845# renamed (to kcbt and kslt). The places in the box[12] capabilities
15846# correspond to acsc chars, here is the mapping:
15847#
15848# box1[0] = ACS_ULCORNER
15849# box1[1] = ACS_HLINE
15850# box1[2] = ACS_URCORNER
15851# box1[3] = ACS_VLINE
15852# box1[4] = ACS_LRCORNER
15853# box1[5] = ACS_LLCORNER
15854# box1[6] = ACS_TTEE
15855# box1[7] = ACS_RTEE
15856# box1[8] = ACS_BTEE
15857# box1[9] = ACS_LTEE
15858# box1[10] = ACS_PLUS
15859#
15860# The box2 characters are the double-line versions of these forms graphics.
15861# The AIX binary terminfo format is incompatible with SVr4's.
15862#
15863# Iris console extensions:
15864#
15865# HS is half-intensity start; HE is half-intensity end
15866# CT is color terminal type (for Curses & rogue)
15867# CP is color change escape sequence
15868# CZ are color names (for Curses & rogue)
15869#
15870# The ncurses tic utility recognizes HS as an alias for mh <dim>.
15871#
9683# TC Extensions: 15872# TC Extensions:
9684# 15873#
9685# There is a set of extended termcaps associated with something 15874# There is a set of extended termcaps associated with something
@@ -9687,20 +15876,45 @@ ttywilliams:\
9687# Winfield Kansas. This one also uses GS/GE for as/ae, and also uses 15876# Winfield Kansas. This one also uses GS/GE for as/ae, and also uses
9688# CF for civis and CO for cvvis. Finally, they define a boolean :ct: 15877# CF for civis and CO for cvvis. Finally, they define a boolean :ct:
9689# that flags color terminals. 15878# that flags color terminals.
9690 15879#
9691######## CHANGE HISTORY 15880######## CHANGE HISTORY
9692# 15881#
15882# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
15883# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
15884# project.
15885#
15886# This file contains all the capability information present in John Kunze's
15887# last version of the termcap master file, except as noted in the change
15888# comments at end of file. Some information about very ancient obsolete
15889# capabilities has been moved to comments. Some all-numeric names of older
15890# terminals have been retired.
15891#
15892# I changed :MT: to :km: (the 4.4BSD name) everywhere. I commented out some
15893# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
15894# used by BSD curses.
15895#
15896# The 9.1.0 version of this file was translated from my lightly-edited copy of
15897# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
15898# the purpose. Unless the ncurses tic implementation and the Lisp code were
15899# making perfectly synchronized mistakes which I then failed to catch by
15900# eyeball, the translation was correct and perfectly information-preserving.
15901#
15902# Major version number bumps correspond to major version changes in ncurses.
15903#
15904# Here is a log of the changes since then:
15905#
9693# 9.1.0 (Wed Feb 1 04:50:32 EST 1995): 15906# 9.1.0 (Wed Feb 1 04:50:32 EST 1995):
9694# * First terminfo master translated from 8.3. 15907# * First terminfo master translated from 8.3.
9695# 9.2.0 (Wed Feb 1 12:21:45 EST 1995): 15908# 9.2.0 (Wed Feb 1 12:21:45 EST 1995):
9696# * Replaced Wyse entries with updated entries supplied by vendor. 15909# * Replaced Wyse entries with updated entries supplied by vendor.
15910#
9697# 9.3.0 (Mon Feb 6 19:14:40 EST 1995): 15911# 9.3.0 (Mon Feb 6 19:14:40 EST 1995):
9698# * Added contact & status info from G. Clark Brown <clark@sssi.com>. 15912# * Added contact & status info from G. Clark Brown <clark@sssi.com>.
9699# 9.3.1 (Tue Feb 7 12:00:24 EST 1995): 15913# 9.3.1 (Tue Feb 7 12:00:24 EST 1995):
9700# * Better XENIX keycap translation. Describe TC termcaps. 15914# * Better XENIX keycap translation. Describe TC termcaps.
9701# * Contact and history info supplied by Qume. 15915# * Contact and history info supplied by Qume.
9702# 9.3.2 (Sat Feb 11 23:40:02 EST 1995): 15916# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
9703# * Raided the Shufort FTP site for recent termcaps/terminfos. 15917# * Raided the Shuford FTP site for recent termcaps/terminfos.
9704# * Added information on X3.64 and VT100 standard escape sequences. 15918# * Added information on X3.64 and VT100 standard escape sequences.
9705# 9.3.3 (Mon Feb 13 12:26:15 EST 1995): 15919# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
9706# * Added a correct X11R6 xterm entry. 15920# * Added a correct X11R6 xterm entry.
@@ -9714,6 +15928,7 @@ ttywilliams:\
9714# to use reverse-video standout so Emacs will look right. 15928# to use reverse-video standout so Emacs will look right.
9715# * Added el1 capability to ansi. 15929# * Added el1 capability to ansi.
9716# * Added smacs/rmacs to ansi.sys. 15930# * Added smacs/rmacs to ansi.sys.
15931#
9717# 9.4.0 (Sat Feb 25 16:43:25 EST 1995): 15932# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
9718# * New mt70 entry. 15933# * New mt70 entry.
9719# * Added COPYRIGHTS AND OTHER DELUSIONS. 15934# * Added COPYRIGHTS AND OTHER DELUSIONS.
@@ -9786,23 +16001,19 @@ ttywilliams:\
9786# * Fixed sb1 entry, SCO erroneously left out the xsb glitch. 16001# * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
9787# * Added megatek, beacon, microkit. 16002# * Added megatek, beacon, microkit.
9788# * Freeze for ncurses-1.9 release. 16003# * Freeze for ncurses-1.9 release.
9789#
9790# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995): 16004# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
9791# * Added historical data for TAB. 16005# * Added historical data for TAB.
9792# * Comment fixes from David MacKenzie. 16006# * Comment fixes from David MacKenzie.
9793# * Added the new BSDI pc3 entry. 16007# * Added the new BSDI pc3 entry.
9794#
9795# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995) 16008# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
9796# * A change in the tic -C logic now ensures that all entries in 16009# * A change in the tic -C logic now ensures that all entries in
9797# the termcap translation will fit in < 1024 bytes. 16010# the termcap translation will fit in < 1024 bytes.
9798# * Added `bobcat' and `gator' HP consoles and the Nu machine entries 16011# * Added `bobcat' and `gator' HP consoles and the Nu machine entries
9799# from GNU termcap file. This merges in all their local information. 16012# from GNU termcap file. This merges in all their local information.
9800#
9801# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995) 16013# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
9802# * Changed tic -C logic to dump all capabilities used by GNU termcap. 16014# * Changed tic -C logic to dump all capabilities used by GNU termcap.
9803# * Added warnings about entries with long translations (restoring 16015# * Added warnings about entries with long translations (restoring
9804# all the GNU termcaps pushes a few over the edge). 16016# all the GNU termcaps pushes a few over the edge).
9805#
9806# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995) 16017# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
9807# * Yet another tic change, and a couple of entry tweaks, to reduce the 16018# * Yet another tic change, and a couple of entry tweaks, to reduce the
9808# number of long (> 1024) termcap translations back to 0. 16019# number of long (> 1024) termcap translations back to 0.
@@ -9812,7 +16023,6 @@ ttywilliams:\
9812# * Regularize Prime terminal names. 16023# * Regularize Prime terminal names.
9813# * Historical data on Synertek. 16024# * Historical data on Synertek.
9814# * Freeze for ncurses-1.9.1. 16025# * Freeze for ncurses-1.9.1.
9815#
9816# 9.6.1 (Sat May 6 02:00:52 EDT 1995): 16026# 9.6.1 (Sat May 6 02:00:52 EDT 1995):
9817# * Added true xterm-color entry, renamed djm's pseudo-color entry. 16027# * Added true xterm-color entry, renamed djm's pseudo-color entry.
9818# * Eliminate whitespace in short name fields, this tanks some scripts. 16028# * Eliminate whitespace in short name fields, this tanks some scripts.
@@ -9821,7 +16031,6 @@ ttywilliams:\
9821# when ich1/ich is present (copes with an ancient vi bug). 16031# when ich1/ich is present (copes with an ancient vi bug).
9822# * Added `screen' entries from FSF's screen-3.6.2. 16032# * Added `screen' entries from FSF's screen-3.6.2.
9823# * Added linux-nic and xterm-nic entries. 16033# * Added linux-nic and xterm-nic entries.
9824#
9825# 9.6.2 (Sat May 6 17:00:55 EDT 1995): 16034# 9.6.2 (Sat May 6 17:00:55 EDT 1995):
9826# * Change linux entry to use smacs=\E[11m and have an explicit acsc, 16035# * Change linux entry to use smacs=\E[11m and have an explicit acsc,
9827# eliminating some special-case code in ncurses. 16036# eliminating some special-case code in ncurses.
@@ -9831,7 +16040,6 @@ ttywilliams:\
9831# that captures everything unique from it. 16040# that captures everything unique from it.
9832# * Added reorder script generator. 16041# * Added reorder script generator.
9833# * Freeze for ncurses 1.9.2 release. 16042# * Freeze for ncurses 1.9.2 release.
9834#
9835# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995): 16043# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
9836# * Added Sean Farley's kspd, flash, rs1 capabilities for linux. 16044# * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
9837# * Added Olaf Siebert's corrections for adm12. 16045# * Added Olaf Siebert's corrections for adm12.
@@ -9844,7 +16052,6 @@ ttywilliams:\
9844# * Add 50% cut mark as a desperate hack to reduce tic's core usage. 16052# * Add 50% cut mark as a desperate hack to reduce tic's core usage.
9845# * xterm doesn't try to use application keypad mode any more. 16053# * xterm doesn't try to use application keypad mode any more.
9846# * Freeze for ncurses-1.9.3 release. 16054# * Freeze for ncurses-1.9.3 release.
9847#
9848# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995): 16055# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
9849# * Added corrected sun entry from vendor. 16056# * Added corrected sun entry from vendor.
9850# * Added csr capability to linux entry. 16057# * Added csr capability to linux entry.
@@ -9853,36 +16060,411 @@ ttywilliams:\
9853# * Some commented-out caps in long entries come back in, my code 16060# * Some commented-out caps in long entries come back in, my code
9854# for computing string-table lengths had a bug in it. 16061# for computing string-table lengths had a bug in it.
9855# * pcansi series modified to fit comm-program reality better. 16062# * pcansi series modified to fit comm-program reality better.
9856# 16063# 9.8.2 (Sat Sep 9 23:35:00 EDT 1995):
9857######## REORDER 16064# * BSD/OS actually ships the ibmpc3 bold entry as its console.
9858# 16065# * Correct some bad aliases in the pcansi series
9859# Older termcap distributions featured a kluge called `reorder' intended to 16066# * Added entry for QNX console.
9860# time-optimize access to selected terminals by moving them to the front of 16067# * Clean up duplicate long names for use with 4.4 library.
9861# the file. This is obsolete under terminfo, but for completeness's sake 16068# * Change vt100 standout to be normal reverse vide, not bright reverse;
9862# we give a reorder script generator here (strip off the leading #s to use). 16069# this makes the Emacs status line look better.
9863# 16070# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
9864#: mkreorder -- generate script to optimize access to given terminal types 16071# * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
9865#: 16072# * Minor surgery, mostly on name strings, to shorten termcap version.
9866#: entries named on command line will be sorted to the front in reverse order 16073#
9867#echo "ed -- termcap <<EOF" 16074# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
9868#for x in $* 16075# * Added dec-vt100 for use with the EWAN emulator.
9869#do 16076# * Added kmous to xterm for use with xterm's mouse-tracking facility.
9870# echo "/^$x[|:]/;.,/^[a-z#]/-1m0" 16077# * Freeze for 1.9.5 alpha release.
9871#done 16078# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
9872#echo "0a" 16079# * Changed xterm lines to 24, the X11R6 default.
9873#echo "." 16080# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
9874#echo "w termcap.sorted" 16081# * Added 7 newly discovered, undocumented acsc characters to linux
9875#echo "q" 16082# entry (the pryz{|} characters).
9876#echo "EOF" 16083# * ncurses no longer steals A_PROTECT. Simplify linux sgr accordingly.
9877#:end of script 16084# * Correct two typos in the xterm entries introduced in 9.9.1.
9878# 16085# * I finally figured out how to translate ko capabilities. Done.
9879# Invoke this script like this: 16086# * Added tvi921 entries from Tim Theisen.
9880# 16087# * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
9881# mkreorder h19 wy60 vt100 >reorder 16088# * Removed mystery tec entry, it was neither interesting nor useful.
9882# 16089# * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
9883# The following sets edit modes for GNU EMACS 16090# vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
16091# trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
16092# by making them relative to use capabilities
16093# * Added cuf1=^L to tvi925 from deleted variant tvi925a.
16094# * fixed cup in adm22 entry and parametrized strings in vt320-k3.
16095# * added it#8 to entries that used to have :pt: -- tvi912, vi200,
16096# ampex80,
16097# * Translate all home=\E[;H capabilities to home=\E[H, they're
16098# equivalent.
16099# * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
16100# vt100 and ANSI-like terminals.
16101# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
16102# * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
16103# does this now, too.
16104# * fviewpoint is gone, it duplicated screwpoint.
16105# * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
16106# ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
16107# versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
16108# The UW vi50 replaces the old one, which becomes vi50adm,
16109# * No more embedded commas in name fields.
16110#
16111# 9.10.0 (Wed Oct 4 15:39:37 EDT 1995):
16112# * XENIX forms characters in fos, trs16, scoansi become acsc strings,
16113# * Introduced klone+* entries for describing Intel-console behavior.
16114# * Linux kbs is default-mapped to delete for some brain-dead reason.
16115# * -nsl -> -ns. The -pp syntax is obsolete.
16116# * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
16117# * Make xterm entry do application-keypad mode again. I got complaints
16118# that it was messing up someone's 3270 emulator.
16119# * Added some longname fields in order to avoid warning messages from
16120# older tic implementations.
16121# * According to ctrlseqs.ms, xterm has a full vt100 graphics set. Use
16122# it! (This gives us pi, greater than, less than, and a few more.)
16123# * Freeze for ncurses-1.9.6 release.
16124# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
16125# * Add xon to a number of console entries, they're memory-mapped and
16126# don't need padding.
16127# * Correct the use dependencies in the ansi series.
16128# * Hand-translate more XENIX capabilities.
16129# * Added hpterm entry for HP's X terminal emulator.
16130# * Added aixterm entries.
16131# * Shortened four names so everything fits in 14 chars.
16132#
16133# 9.11.0 (Thu Nov 2 17:29:35 EST 1995):
16134# * Added ibcs2 entry and info on iBCS2 standard.
16135# * Corrected hpa/vpa in linux entry. They still fail the worm test.
16136# * We can handle the HP meml/memu capability now.
16137# * Added smacs to klone entries, just as documentation.
16138# * Carrected ansi.sys and cit-500 entries.
16139# * Added z39, vt320-k311, v220c, and avatar entries.
16140# * Make pcansi use the ansi.sys invis capability.
16141# * Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
16142# tvi925, tvi950, dt80, ncr7900i, h19.
16143# * X3.64 has been withdrawn, change some references.
16144# * Removed function keys from ansi-m entry.
16145# * Corrected ansi.sys entry.
16146# * Freeze for ncurses-1.9.7 release.
16147# 9.11.1 (Tue Nov 6 18:18:38 EST 1995):
16148# * Added rmam/smam capabilities to many entries based on init strings.
16149# * Added correct hpa/vpa to linux.
16150# * Reduced several entries relative to vt52.
16151# 9.11.2 (Tue Nov 7 00:21:06 EST 1995):
16152# * Exiled some utterly unidentifiable custom and homebrew types to the
16153# UFO file; also, obsolete small-screen hardware; also, entries which
16154# look flat-out incorrect, garbled, or redundant. These include the
16155# following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
16156# tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
16157# apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
16158# fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
16159# yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
16160# vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
16161# trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
16162# att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
16163# tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
16164# c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
16165# regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
16166# vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
16167# vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
16168# * Corrected pcvt25h as suggested by Brian C. Grayson
16169# <bgrayson@pine.ece.utexas.edu>.
16170# 9.11.3 (Thu Nov 9 12:14:40 EST 1995):
16171# * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
16172# * Added kent=\EOM to xterm entry.
16173#
16174# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
16175# * Corrected gigi entry.
16176# * Restored cuf/cud1 to xterm, their apparent bugginess was due to
16177# bad hpa/vpa capabilities.
16178# * Corrected flash strings to have a uniform delay of .2 sec. No
16179# more speed-dependent NUL-padding!
16180# * terminfo capabilities in comments bracketed with <>.
16181# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
16182# * Replaced pcvt with the 3.31 pcvt entries.
16183# * Freeze for 1.9.7a.
16184# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
16185# * Added emu entry from the X11R6 contrib tape sources.
16186#
16187# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
16188# * Improved iris-ansi and sun entries.
16189# * More flash string improvements.
16190# * Corrected wy160 & wy160 as suggested by Robert Dunn
16191# * Added dim to at386.
16192# * Reconciled pc3 and ibmpc3 with the BSDI termcap file. Keith says
16193# he's ready to start using the termcap generated from this one.
16194# * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
16195# ln03, lno3-w, h19-g, z29a*, qdss. Made vt200 an alias of vt220.
16196# * Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
16197# att610, att620, att630,
16198# * Changed hazeltine name prefix from h to hz.
16199# * Sent t500 to the UFI file.
16200# * I think we've sucked all the juice out of BSDI's termcap file now.
16201# * Freeze for ncurses 1.9.8 release
16202# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
16203# * Unfreeze, linux kbs needed to be fixed.
16204# * Tim Theisen pinned down a bug in the DMD firmware.
16205# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
16206# * Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
16207# (The broken ones had been shadowed by sgr.)
16208# 9.12.3 (Thu Dec 7 17:47:22 EST 1995):
16209# * Added documentation on ECMA-48 standard.
16210# * New Amiga entry.
16211# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
16212# * More ECMA-48 stuff
16213# * Corrected typo in minix entry, added pc-minix.
16214# * Corrected khome/kend in xterm (thank you again, Aaron Ucko).
16215# * Added rxvt entry.
16216# * Added 1.3.x color-change capabilities to linux entry.
16217# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
16218# * Corrected rxvt entry khome/kend.
16219# * Corrected linux color change capabilities.
16220# * NeXT entries from Dave Wetzel.
16221# * Cleaned up if and rf file names (all in /usr/share now).
16222# * Changed linux op capability to avoid screwing up a background color
16223# pair set by setterm.
16224# 9.12.6 (Wed Feb 7 16:14:35 EST 1996):
16225# * Added xterm-sun.
16226# 9.12.7 (Fri Feb 9 13:27:35 EST 1996):
16227# * Added visa50.
16228#
16229# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
16230# * Another sweep through the Shuford archive looking for new info.
16231# * Added dg100 alias to dg6053 based on a comp.terminals posting.
16232# * Added st52 from Per Persson.
16233# * Added eterm from the GNU Emacs 19.30 distribution.
16234# * Freeze for 1.9.9.
16235# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
16236# * FreeBSD console entries from Andrew Chernov.
16237# * Removed duplicate Atari st52 name.
16238# 9.13.2 (Tue May 7 16:10:06 EDT 1996)
16239# * xterm doesn't actually have ACS_BLOCK.
16240# * Change klone+color setf/setb to simpler forms that can be
16241# translated into termcap.
16242# * Added xterm1.
16243# * Removed mechanically-generated junk capabilities from cons* entries.
16244# * Added color support to bsdos.
16245# 9.13.3 (Thu May 9 10:35:51 EDT 1996):
16246# * Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
16247# * Created ecma+color, linux can use it. Also added ech to linux.
16248# * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
16249# * Add descriptions to FreeBSD console entries. Also shorten
16250# some aliases to <= 14 chars for portability.
16251# * Added x68k console
16252# * Added OTbs to several VT-series entries.
16253# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
16254# * screen entry update for 3.7.1 from Michael Alan Dorfman.
16255# 9.13.5 (Wed Jun 5 11:22:41 EDT 1996):
16256# * kterm correction due to Kenji Rikitake.
16257# * ACS correction in vt320-kll due to Phillippe De Muyter.
16258# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
16259# * Sun console entry correction from J.T. Conklin.
16260# * Changed all DEC VT300 and up terminals to use VT300 tab set
16261# 9.13.7 (Mon Jul 8 20:14:32 EDT 1996):
16262# * Added smul to linux entry (we never noticed it was missing
16263# because of sgr!).
16264# * Added rmln to hp+labels (deduced from other HP entries).
16265# * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
16266# pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
16267# * Corrected vt220 acsc.
16268# * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
16269# this corresponds to reality and helps prevent some tic warnings.
16270# * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
16271# hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
16272# adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
16273# qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
16274# wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
16275# adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
16276# f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
16277# owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
16278# lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
16279# dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
16280# ifmr, v3220, wy100q, tandem653, ibmaed.
16281# * Added DWK terminal description.
16282# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
16283# * Many entries now have highlights inherited from adm+sgr.
16284# * xterm entry now corresponds to XFree86 3.1.2E, with color.
16285# * xtitle and xtitle-twm enable access to the X status line.
16286# * Added linux-1.3.6 color palette caps in conventional format.
16287# * Added adm1178 terminal.
16288# * Move fos and apollo terminals to obsolete category.
16289# * Aha! The BRL terminals file told us what the Iris extensions mean.
16290# * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
16291# commodore, cdc721-esc, excel62, osexec. Replaced from the BRL file:
16292# cit500, adm11.
16293# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
16294# * Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
16295# aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
16296# * Corrected, from BRL termcap file: vi50.
16297# * Better rxvt entry & corrected xterm entries from Thomas Dickey.
16298# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
16299# * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
16300# att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
16301# (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
16302# tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
16303# apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
16304# * Paired-attribute fixes to various terminals.
16305# * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
16306# * xterm entry corrections from Thomas Dickey.
16307# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
16308# * Added t916 entry, translated from a termcap in SCO's support area.
16309# * New qnx entry from Michael Hunter.
16310# 9.13.12 (Mon Aug 5 14:31:11 EDT 1996):
16311# * Added hpex2 from Ville Sulko.
16312# * Fixed a bug that ran the qnx and pcvtXX together.
16313# 9.13.13 (Fri Aug 9 01:16:17 EDT 1996):
16314# * Added dtterm entry from Solaris CDE.
16315# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
16316# * corrected pairs#8 typo in dtterm entry.
16317# * added tvi9065.
16318# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
16319# * updated xterm entry to cover 3.1.2E's new features.
16320# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
16321# * Added new minix entry
16322# * Removed aliases of the form ^[0-9]* for obsolete terminals.
16323# * Commented out linux-old, nobody's using pre-1.2 kernels now.
16324# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
16325# * Added Prism entries and kt7ix.
16326# * Caution notes about EWAN and tabset files.
16327# * Changed /usr/lib/tabset -> /usr/share/tabset.
16328# * Added acsc/rmacs/smacs to vt52.
16329# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
16330# * Merged in Thomas Dickey's reorganization of the xterm entries;
16331# added technical corrections to avoid warning messages.
16332# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
16333# * Added rmso=\E[27m in Linux entry.
16334# * Added koi8-r support for Linux console.
16335# * Replace xterm entries with canonical ones from XFree86 3.2.
16336# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
16337# * Added color_xterm from Jacob Mandelson
16338# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
16339# * Back off the xterm entry to use r6 as a base.
16340# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
16341# * Added dec-vt220 at Adrian Garside's request.
16342# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
16343# * Replaced minitel-2 entry.
16344# * Added MGR, ansi-nt.
16345# * Minor corrections to xterm entries.
16346# * Replaced EWAN telnet entry.
16347# * Dropped the reorder script generator. It was a fossil.
16348# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
16349# * Thorsten Lockert added termcap `bs' to a lot of types, working from
16350# the 4.4BSD Lite2 file.
16351# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
16352# * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
16353# * Updated iris-ansi; corrected vt102-w.
16354# * Switch base xterm entry to 3.3 level.
16355# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
16356# * Added basic4.
16357# * Removed rmir/smir from tv92B.
16358#
16359# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
16360# * add hds200 description (Walter Skorski)
16361# * add beterm entry (Fred Fish)
16362# * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
16363# iris-color entries.
16364# * add emx entries.
16365# * Replaced unixpc entry with Benjamin Sittler's corrected version.
16366# * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
16367# versions.
16368# * remove sgr string from qnx based on report by Xiaodan Tang
16369# * Added u8/u9, removed rmul/smul from sun-il.
16370# * 4.2 tic displays \0 rather than \200.
16371# * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
16372# apparently based on cp-866).
16373# * Merged in Pavel Roskin's acsc for linux-koi8
16374# * Corrected some erroneous \\\s to \.
16375# * 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
16376# * II -> ii in pcvtXX, screen, xterm.
16377# * Removed \n chars following ANSI escapes in sgr & friends.
16378# * Updated Wyse entries.
16379# * h19 corrections from Tim Pierce.
16380# * Noted that the dm2500 has both ich and smir.
16381# * added pccons for the Alpha under OSF/1.
16382# * Added Sony NEWS workstation entries and cit101e-rv.
16383# * Reverted `amiga'; to Kent Polk's version, as I'm told
16384# the Verkuil entry messes up with Amiga Telnet.
16385# 10.2.1 (Sun Mar 8 18:32:04 EST 1998):
16386# * Corrected attributions in 10.2.0 release notes.
16387# * Scanned the Shuford archive for new terminfos and information.
16388# * Removed sgr from qnx entry (Thomas Dickey).
16389# * Added entries for ICL and Kokusai Data Systems terminals.
16390# * Incorporated NCR terminfos from the Boundless Technology FTP site.
16391# * Incorporated att700 from the Boundless Technology FTP site.
16392# * Miscellaneous contact-address and Web-page updates.
16393# 10.2.2 (Thu May 7 12:18:04 EDT 1998):
16394# * Moved Altos to OBSOLETE UNIX CONSOLES
16395# * Moved Hewlett-Packard terminals to OLDER TERMINAL TYPES, except for
16396# the 700s which go to WORKSTATION CONSOLES.
16397# * Major reorganization of ANSI/console/VT types. Moved vt52 to the
16398# obsolete section.
16399# * Daisy-wheel printers moved to UFO file.
16400# 10.2.3 (Tue May 12 22:59:11 EDT 1998):
16401# * Commented out hds200 is2 to avoid overflowing terminfo length limit.
16402# * Restored OT capabilities to UFO file.
16403# * add nxterm and xterm-color terminfo description (request by Cristian
16404# Gafton <gafton@redhat.com>).
16405# * Modify rxvt terminfo description to clear alternate screen before
16406# switching back to normal screen, for compatibility with applications
16407# which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
16408# * Modify linux terminfo description to reset color palette (reported
16409# by Telford Tendys <telford@eng.uts.edu.au>).
16410# 10.2.4 (Thu Jul 2 18:13:26 EDT 1998):
16411# * Added minitel1 entries from Alexander Montaron.
16412# * Added qnxt2 from Federico Bianchi.
16413# 10.2.5: (Mon Aug 24 07:32:34 EDT 1998):
16414# * Resolve NetBSD Problem Report #4583 by adding civis/cnorm to pcvtXX.
16415# * dtterm enacs correction from Alexander V. Lukyanov.
16416# * Added ncsa-telnet, resolving Debian bug report 25341.
16417# * Added Francesco Potorti's tuned Wyse 99 entries.
16418# 10.2.6: (Mon Dec 21 00:49:43 EST 1998):
16419# * Home site has changed.
16420# 10.2.7: (Wed Mar 3 15:53:04 EST 1999):
16421# * Documentation fixes, mainly from David J. Mackenzie.
16422#
16423# 11.0.0: (Wed Mar 1 22:02:03 EST 2000)
16424# * BSD/OS console fixes from Jeffrey Honig at BSDI.
16425# ** TD's branch changes up to his 1999/10/23 version begin here
16426# * Added arm100 terminfo entries from Dave Millen.
16427# * Added Data General entries from Hasufin.
16428# * NCSA telnet entry from Francesco Potorti as modified by TD.
16429# * Added teraterm, crt, ms-vt100, mach, mach-bold, linux-lat,
16430# ofcons, wsvt25, wsvt25m, rcons, rcons-color, cygwin, amiga-8bit,
16431# ibm3161-C, ibm3162.
16432# * Updated xterm entries, BSD/OS entries, AIX entries.
16433# * Updated linux, iris-ansi, screen, beterm entries.
16434# * Added full function keys for scoansi.
16435# * Typo fixes for icl6404, osborne, eterm. att6386
16436# * Corrected hp70092 acsc.
16437# * Added ibmpc from AIX 3.2.5; ibm-pc is no longer a synonym.
16438# * Added ibm5151 from AIX 3.2.5; ibmmono is no longer a synonym.
16439# * Added ibm5154 from AIX 3.2.5; ibmega is no longer a synonym.
16440# * Merged acsc, s0ds, s1ds, sgr0 into ibm5081 from AIX 3.2.5.
16441# * Merged kend, knp, kpp, mc4, mc5 into ibm3161 in from AIX 3.2.5.
16442# * Merged acsc into hft-c from AIX 3.2.5.
16443# * Updated ibm3151 from AIX 3.2.5.
16444# * Errors in TD's branch not accepted: ibm3101, ibm3151, ibm8514
16445# * Merged msgr,colors,pairs,setb,setf into ibm3164 from AIX 3.2.5.
16446# ** TD's branch changes end here
16447# * Address updates from various contributors.
16448# * Historical info on basis console.
16449# * Ty Sarna's corrections to the amiga entry.
16450# * Add Kevin Turner's entry for the Wyse 85 in 8-bit mode.
16451# * Added 22 Bull-Questar terminal variants from AIX 4.1.5
16452# * Added OSF/1 console and lft from AIX 4.1.5.
16453# * Move vt2220 to vt220-old, vt220-8 to vt220, introduce vt220-8bit
16454# from AIX 4.1.5.
16455# * swtp moved to UFO file (only 20 lines).
16456# * Added pcmw.
16457# 11.0.1: (Thu Mar 2 10:49:21 EST 2000):
16458# * Disabled hpa, vpa, in rxvt.
16459# * Incorporated ansi components and generic-ansi.
16460#
16461# The following sets edit modes for GNU EMACS.
9884# Local Variables: 16462# Local Variables:
9885# fill-prefix:"\t" 16463# fill-prefix:"\t"
9886# fill-column:75 16464# fill-column:75
16465# comment-column:0
16466# comment-start-skip:"^#+"
16467# comment-start:"# "
16468# compile-command:"tic -c termtypes.master"
9887# End: 16469# End:
9888######## SHANTIH! SHANTIH! SHANTIH! 16470######## SHANTIH! SHANTIH! SHANTIH!