* s/ms-w32.h (MULTI_KBOARD): Remove.
[bpt/emacs.git] / etc / termcap.src
CommitLineData
754b75d2 1######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
1bac2ebb 2#
45fd9aa5
EZ
3# This version of terminfo.src is distributed with ncurses.
4# Report bugs and new terminal descriptions to
5# bug-ncurses@gnu.org
6#
7# The original header is preserved below for reference. It is noted that there
8# is a newer version which differs in some cosmetic details; we have decided
9# to not change the header unless there is also a change in content.
10#
11#------------------------------------------------------------------------------
12# Version 10.2.1
45fd9aa5 13# terminfo syntax
1bac2ebb
DL
14#
15# Eric S. Raymond (current maintainer)
16# John Kunze, Berkeley
17# Craig Leres, Berkeley
18#
754b75d2
DL
19# Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
20# address is no longer valid. The latest version can always be found at
32a27485 21# <http://catb.org/esr/terminfo/termtypes.ti.gz>.
1bac2ebb
DL
22#
23# PURPOSE OF THIS FILE:
24#
25# This file describes the capabilities of various character-cell terminals,
26# as needed by software such as screen-oriented editors.
27#
754b75d2
DL
28# Other terminfo and termcap files exist, supported by various OS vendors
29# or as relics of various older versions of UNIX. This one is the longest
30# and most comprehensive one in existence. It subsumes not only the entirety
31# of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
32# termcap file, but also large numbers of vendor-maintained termcap and
33# terminfo entries more complete and carefully tested than those in historical
34# termcap/terminfo versions.
35#
1bac2ebb 36# Pointers to related resources (including the ncurses distribution) may
32a27485 37# be found at <http://catb.org/esr/terminfo/termtypes.ti.gz>.
754b75d2
DL
38#
39# INTERNATIONALIZATION:
40#
41# This file uses only the US-ASCII character set (no ISO8859 characters).
42#
43# This file assumes a US-ASCII character set. If you need to fix this, start
44# by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
45# for your character set. \E(A and \E)A enables the British character set
177c0ea7 46# with the pound sign at position 2/3.
754b75d2
DL
47#
48# In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
49# C1 characters are considered the first-byte set of the Japanese encodings,
50# so \E)0 should be avoided in <enacs> and initialization strings.
1bac2ebb
DL
51#
52# FILE FORMAT:
53#
54# The version you are looking at may be in any of three formats: master
55# (terminfo with OT capabilities), stock terminfo, or termcap. You can tell
56# which by the format given in the header above.
57#
58# The master format is accepted and generated by the terminfo tools in the
59# ncurses suite; it differs from stock (System V-compatible) terminfo only
60# in that it admits a group of capabilities (prefixed `OT') equivalent to
61# various obsolete termcap capabilities. You can, thus, convert from master
62# to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
754b75d2
DL
63# you have ncurses `tic -I' is nicer (among other things, it automatically
64# outputs entries in a canonical form).
1bac2ebb
DL
65#
66# The termcap version is generated automatically from the master version
67# using tic -C. This filtering leaves in the OT capabilities under their
754b75d2
DL
68# original termcap names. All translated entries fit within the 1023-byte
69# string-table limit of archaic termcap libraries except where explicitly
70# noted below. Note that the termcap translation assumes that your termcap
71# library can handle multiple tc capabilities in an entry. 4.4BSD has this
177c0ea7 72# capability. Older versions of GNU termcap, through 1.3, do not.
1bac2ebb
DL
73#
74# For details on these formats, see terminfo(5) in the ncurses distribution,
75# and termcap(5) in the 4.4BSD Unix Programmer's Manual. Be aware that 4.4BSD
76# curses has been declared obsolete by the caretakers of the 4.4BSD sources
77# as of June 1995; they are encouraging everyone to migrate to ncurses.
78#
79# Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
80# no entry in this file has embedded comments. This is so source translation
81# to termcap only has to carry over leading comments. Also, no name field
82# contains embedded whitespace (such whitespace confuses rdist).
83#
84# Further note: older versions of this file were often installed with an editor
85# script (reorder) that moved the most common terminal types to the front of
86# the file. This should no longer be necessary, as the file is now ordered
87# roughly by type frequency with ANSI/VT100 and other common types up front.
88#
1bac2ebb
DL
89# Some information has been merged in from terminfo files distributed by
90# USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information
91# comes from vendors who maintain official terminfos for their hardware
92# (notably DEC and Wyse).
93#
94# A detailed change history is included at the end of this file.
95#
96# FILE ORGANIZATION:
97#
98# Comments in this file begin with # - they cannot appear in the middle
754b75d2
DL
99# of a terminfo/termcap entry (this feature had to be sacrificed in order
100# to allow standard terminfo and termcap syntax to be generated cleanly from
101# the master format). Individual capabilities are commented out by
1bac2ebb
DL
102# placing a period between the colon and the capability name.
103#
177c0ea7 104# The file is divided up into major sections (headed by lines beginning with
754b75d2 105# the string "########") and minor sections (beginning with "####"); do
1bac2ebb
DL
106#
107# grep "^####" <file> | more
108#
109# to see a listing of section headings. The intent of the divisions is
110# (a) to make it easier to find things, and (b) to order the database so
111# that important and frequently-encountered terminal types are near the
754b75d2
DL
112# front (so that you'll get reasonable search efficiency from a linear
113# search of the termcap form even if you don't use reorder). Minor sections
177c0ea7 114# usually correspond to manufacturers or standard terminal classes.
754b75d2
DL
115# Parenthesized words following manufacturer names are type prefixes or
116# product line names used by that manufacturers.
1bac2ebb
DL
117#
118# HOW TO READ THE ENTRIES:
119#
120# The first name in an entry is the canonical name for the model or
121# type, last entry is a verbose description. Others are mnemonic synonyms for
122# the terminal.
123#
124# Terminal names look like <manufacturer> <model> - <modes/options>
125# The part to the left of the dash, if a dash is present, describes the
126# particular hardware of the terminal. The part to the right may be used
127# for flags indicating special ROMs, extra memory, particular terminal modes,
128# or user preferences.
129#
130# All names should be in lower case, for consistency in typing.
131#
132# The following are conventionally used suffixes:
754b75d2
DL
133# -2p Has two pages of memory. Likewise 4p, 8p, etc.
134# -am Enable auto-margin.
135# -m Monochrome. Suppress color support
136# -mc Magic-cookie. Some terminals (notably older Wyses) can
1bac2ebb
DL
137# only support one attribute without magic-cookie lossage.
138# Their base entry is usually paired with another that
139# uses magic cookies to support multiple attributes.
754b75d2
DL
140# -nam No auto-margin - suppress :am: capability
141# -nl No labels - suppress soft labels
142# -ns No status line - suppress status line
143# -rv Terminal in reverse video mode (black on white)
144# -s Enable status line.
145# -vb Use visible bell (:vb:) rather than :bl:.
146# -w Wide - in 132 column mode.
177c0ea7
JB
147# If a name has multiple suffixes and one is a line height, that one should
148# go first. Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.
149#
754b75d2 150# Entries with embedded plus signs are designed to be included through use/tc
177c0ea7 151# capabilities, not used as standalone entries.
1bac2ebb
DL
152#
153# To avoid search clashes, some older all-numeric names for terminals have
154# been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
155# All primary names of terminals now have alphanumeric prefixes.
156#
157# Comments marked "esr" are mostly results of applying the termcap-compiler
177c0ea7 158# code packaged with ncurses and contemplating the resulting error messages.
1bac2ebb
DL
159# In many cases, these indicated obvious fixes to syntax garbled by the
160# composers. In a few cases, I was able to deduce corrected forms for garbled
161# capabilities by looking at context. All the information in the original
162# entries is preserved in the comments.
163#
754b75d2
DL
164# In the comments, terminfo capability names are bracketed with <> (angle
165# brackets). Termcap capability names are bracketed with :: (colons).
1bac2ebb
DL
166#
167# INTERPRETATION OF USER CAPABILITIES
168#
169# The System V Release 4 and XPG4 terminfo format defines ten string
754b75d2 170# capabilities for use by applications, <u0>...<u9>. In this file, we use
1bac2ebb
DL
171# certain of these capabilities to describe functions which are not covered
172# by terminfo. The mapping is as follows:
173#
754b75d2 174# u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
1bac2ebb 175# u8 terminal answerback description
754b75d2
DL
176# u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
177# u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
1bac2ebb 178#
754b75d2
DL
179# The terminal enquire string <u9> should elicit an answerback response
180# from the terminal. Common values for <u9> will be ^E (on older ASCII
181# terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
1bac2ebb 182#
754b75d2
DL
183# The cursor position request (<u7>) string should elicit a cursor position
184# report. A typical value (for VT100 terminals) is \E[6n.
1bac2ebb
DL
185#
186# The terminal answerback description (u8) must consist of an expected
187# answerback string. The string may contain the following scanf(3)-like
188# escapes:
189#
190# %c Accept any character
191# %[...] Accept any number of characters in the given set
192#
177c0ea7 193# The cursor position report (<u6>) string must contain two scanf(3)-style
1bac2ebb 194# %d format elements. The first of these must correspond to the Y coordinate
754b75d2
DL
195# and the second to the %d. If the string contains the sequence %i, it is
196# taken as an instruction to decrement each value after reading it (this is
197# the inverse sense from the cup string). The typical CPR value is
198# \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
199#
45fd9aa5 200# These capabilities are used by tack(1m), the terminfo action checker
754b75d2
DL
201# (distributed with ncurses 5.0).
202#
203# TABSET FILES
204#
205# All the entries in this file have been edited to assume that the tabset
206# files directory is /usr/share/tabset, in conformance with the File Hierarchy
207# Standard for Linux and open-source BSD systems. Some vendors (notably Sun)
177c0ea7 208# use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
1bac2ebb 209#
754b75d2
DL
210# No curses package we know of actually uses these files. If their location
211# is an issue, you will have to hand-patch the file locations before compiling
212# this file.
177c0ea7 213#
754b75d2 214# REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
1bac2ebb 215#
754b75d2
DL
216# As the ANSI/ECMA-48 standard and variants take firmer hold, and as
217# character-cell terminals are increasingly replaced by X displays, much of
218# this file is becoming a historical document (this is part of the reason for
219# the new organization, which puts ANSI types, xterm, Unix consoles,
220# and vt100 up front in confidence that this will catch 95% of new hardware).
1bac2ebb
DL
221#
222# For the terminal types still alive, I'd like to have manufacturer's
223# contact data (Internet address and/or snail-mail + phone).
224#
225# I'm also interested in enriching the comments so that the latter portions of
226# the file do in fact become a potted history of VDT technology as seen by
227# UNIX hackers. Ideally, I'd like the headers for each manufacturer to
228# include its live/dead/out-of-the-business status, and for as many
229# terminal types as possible to be tagged with information like years
230# of heaviest use, popularity, and interesting features.
231#
232# I'm especially interested in identifying the obscure entries listed under
754b75d2
DL
233# `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
234# wisdom about them gets lost. If you know a lot about obscure old terminals,
177c0ea7
JB
235# please go to the terminfo resource page, grab the UFO file (ufo.ti), and
236# eyeball it for things you can identify and describe.
1bac2ebb
DL
237#
238# If you have been around long enough to contribute, please read the file
239# with this in mind and send me your annotations.
240#
241# COPYRIGHTS AND OTHER DELUSIONS
242#
243# The BSD ancestor of this file had a standard Regents of the University of
244# California copyright with dates from 1980 to 1993.
245#
246# Some information has been merged in from a terminfo file SCO distributes.
177c0ea7 247# It has an obnoxious boilerplate copyright which I'm ignoring because they
1bac2ebb
DL
248# took so much of the content from the ancestral BSD versions of this file
249# and didn't attribute it, thereby violating the BSD Regents' copyright.
250#
251# Not that anyone should care. However many valid functions copyrights may
252# serve, putting one on a termcap/terminfo file with hundreds of anonymous
253# contributors makes about as much sense as copyrighting a wall-full of
254# graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
255#
256# This file deliberately has no copyright. It belongs to no one and everyone.
177c0ea7 257# If you claim you own it, you will merely succeed in looking like a fool.
1bac2ebb
DL
258# Use it as you like. Use it at your own risk. Copy and redistribute freely.
259# There are no guarantees anywhere. Svaha!
754b75d2 260#
1bac2ebb 261
754b75d2 262######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
1bac2ebb 263#
754b75d2 264# This section describes terminal classes and brands that are still
1bac2ebb
DL
265# quite common.
266#
267
268#### Specials
269#
270# Special "terminals". These are used to label tty lines when you don't
271# know what kind of terminal is on it. The characteristics of an unknown
272# terminal are the lowest common denominator - they look about like a ti 700.
1bac2ebb
DL
273#
274
754b75d2 275dumb|80-column dumb tty:\
1bac2ebb
DL
276 :am:\
277 :co#80:\
278 :bl=^G:cr=^M:do=^J:sf=^J:
754b75d2 279unknown|unknown terminal type:\
45fd9aa5 280 :gn:tc=dumb:
754b75d2
DL
281lpr|printer|line printer:\
282 :bs:hc:os:\
1bac2ebb
DL
283 :co#132:li#66:\
284 :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
754b75d2
DL
285glasstty|classic glass tty interpreting ASCII control characters:\
286 :am:bs:\
287 :co#80:\
45fd9aa5
EZ
288 :bl=^G:cl=^L:cr=^M:do=^J:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:\
289 :.kbs=^H:
290
754b75d2
DL
291vanilla:\
292 :bs:\
293 :bl=^G:cr=^M:do=^J:sf=^J:
294
295#### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
296#
297# See the end-of-file comment for more on these.
298#
299
300# ANSI capabilities are broken up into pieces, so that a terminal
301# implementing some ANSI subset can use many of them.
302ansi+local1:\
303 :do=\E[B:le=\E[D:nd=\E[C:up=\E[A:
304ansi+local:\
45fd9aa5 305 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
754b75d2
DL
306ansi+tabs:\
307 :bt=\E[Z:ct=\E[2g:st=\EH:ta=^I:
308ansi+inittabs:\
45fd9aa5 309 :it#8:tc=ansi+tabs:
754b75d2
DL
310ansi+erase:\
311 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:
312ansi+rca:\
313 :ch=\E[%+^AG:cv=\E[%+^Ad:
314ansi+cup:\
315 :cm=\E[%i%d;%dH:ho=\E[H:
316ansi+rep:\
317 :..rp=%p1%c\E[%p2%{1}%-%db:
318ansi+idl1:\
319 :al=\E[L:dl=\E[M:
320ansi+idl:\
45fd9aa5 321 :AL=\E[%dL:DL=\E[%dM:tc=ansi+idl1:
754b75d2
DL
322ansi+idc:\
323 :IC=\E[%d@:dc=\E[P:ei=\E6:ic=\E[@:im=\E6:
324ansi+arrows:\
325 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
326ansi+sgr|ansi graphic renditions:\
327 :mb=\E[5m:me=\E[0m:mk=\E[8m:mr=\E[7m:
328ansi+sgrso|ansi standout only:\
329 :se=\E[m:so=\E[7m:
330ansi+sgrul|ansi underline only:\
331 :ue=\E[m:us=\E[4m:
332ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim:\
45fd9aa5
EZ
333 :md=\E[1m:\
334 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
335 :tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
754b75d2 336ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold:\
45fd9aa5
EZ
337 :mh=\E[2m:\
338 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m:\
339 :tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
754b75d2
DL
340ansi+pp|ansi printer port:\
341 :pf=\E[4i:po=\E[5i:ps=\E[0i:
342ansi+csr|ansi scroll-region plus cursor save & restore:\
343 :cs=\E[%i%d;%dr:rc=\E8:sc=\E7:
344
345# The IBM PC alternate character set. Plug this into any Intel console entry.
346# We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
347# ROM graphics for control characters such as the diamond, up- and down-arrow.
348# This works with the System V, Linux, and BSDI consoles. It's a safe bet this
349# will work with any Intel console, they all seem to have inherited \E[11m
350# from the ANSI.SYS de-facto standard.
351klone+acs|alternate character set for ansi.sys displays:\
45fd9aa5 352 :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
754b75d2
DL
353 :ae=\E[10m:as=\E[11m:
354
177c0ea7 355# Highlight controls corresponding to the ANSI.SYS standard. Most
754b75d2
DL
356# console drivers for Intel boxes obey these. Makes the same assumption
357# about \E[11m as klone+acs. True ANSI/ECMA-48 would have :se=\E[27m:,
358# :ue=\E[24m:, but this isn't a documented feature of ANSI.SYS.
359klone+sgr|attribute control for ansi.sys displays:\
45fd9aa5 360 :S2=\E[11m:S3=\E[10m:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
754b75d2
DL
361 :mk=\E[8m:mr=\E[7m:\
362 :..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:\
45fd9aa5 363 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
754b75d2
DL
364
365# Highlight controls corresponding to the ANSI.SYS standard. *All*
366# console drivers for Intel boxes obey these. Does not assume \E[11m will
367# work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
368# diamond and arrow characters under curses.
369klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m):\
45fd9aa5
EZ
370 :as=\E[12m:mb=\E[5m:md=\E[1m:me=\E[0;10m:mk=\E[8m:\
371 :mr=\E[7m:\
754b75d2 372 :..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:\
45fd9aa5 373 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
754b75d2
DL
374
375# KOI8-R (RFC1489) acs (alternate character set)
376# From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
377klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset:\
70dc89d1 378 :ac=+\020,\021-\036.^_0\215`\004a\237f\234g\232h\222i\220j\205k\203l\202m\204n\212o\213p\216q\0r\217s\214t\206u\207v\210w\211x\201y\230z\231{\267|\274}L~\225:\
754b75d2
DL
379 :ae=\E[10m:as=\E[11m:
380
381# ANSI.SYS color control. The setab/setaf caps depend on the coincidence
382# between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
383# but equivalent strings that don't rely on that coincidence:
384# setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
385# setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
386# The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
387# They match a subset of ECMA-48.
388klone+color|color control for ansi.sys and ISO6429-compatible displays:\
389 :Co#8:NC#3:pa#64:\
70dc89d1 390 :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
1bac2ebb 391
754b75d2
DL
392# This is better than klone+color, it doesn't assume white-on-black as the
393# default color pair, but many `ANSI' terminals don't grok the <op> cap.
394ecma+color|color control for ECMA-48-compatible terminals:\
45fd9aa5 395 :AX:\
754b75d2 396 :Co#8:NC#3:pa#64:\
70dc89d1 397 :AB=\E[4%dm:AF=\E[3%dm:op=\E[39;49m:
754b75d2
DL
398
399# Attribute control for ECMA-48-compatible terminals
400ecma+sgr|attribute capabilities for true ECMA-48 terminals:\
45fd9aa5 401 :se=\E[27m:ue=\E[24m:tc=klone+sgr:
754b75d2
DL
402
403# For comparison, here are all the capabilities implied by the Intel
404# Binary Compatibility Standard (level 2) that fit within terminfo.
405# For more detail on this rather pathetic standard, see the comments
406# near the end of this file.
407ibcs2|Intel Binary Compatibility Standard prescriptions:\
408 :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
70dc89d1 409 :RA=\E[?7l:RI=\E[%dC:S1=\E=%dg:SA=\E[?7h:SF=\E[%dS:\
754b75d2
DL
410 :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
411 :cm=\E[%i%d;%dH:ct=\E[g:cv=\E[%i%dd:ec=\E[%dX:ei=:im=:\
412 :rc=\E7:sc=\E7:st=\EH:
413
414#### ANSI/ECMA-48 terminals and terminal emulators
1bac2ebb
DL
415#
416# See near the end of this file for details on ANSI conformance.
417# Don't mess with these entries! Lots of other entries depend on them!
418#
419# This section lists entries in a least-capable to most-capable order.
420# if you're in doubt about what `ANSI' matches yours, try them in that
421# order and back off from the first that breaks.
422
754b75d2
DL
423# ansi-mr is for ANSI terminals with ONLY relative cursor addressing
424# and more than one page of memory. It uses local motions instead of
425# direct cursor addressing, and makes almost no assumptions. It does
426# assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
427ansi-mr|mem rel cup ansi:\
45fd9aa5
EZ
428 :am:xo:\
429 :co#80:li#24:tc=vanilla:tc=ansi+erase:tc=ansi+local1:
1bac2ebb 430
177c0ea7 431# ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
754b75d2 432# beware of screen size problems and memory relative cursor addressing.
45fd9aa5
EZ
433ansi-mini|any ansi terminal with pessimistic assumptions:\
434 :am:xo:\
435 :co#80:li#24:tc=vanilla:tc=ansi+cup:tc=ansi+erase:
754b75d2 436
177c0ea7 437# ansi-mtabs adds relative addressing and minimal tab support
754b75d2 438ansi-mtabs|any ansi terminal with pessimistic assumptions:\
45fd9aa5
EZ
439 :it#8:\
440 :ta=^I:tc=ansi+local1:tc=ansi-mini:
754b75d2
DL
441
442# ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
443#
444# The following is an entry for the full ANSI 3.64 (1977). It lacks
445# padding, but most terminals using the standard are "fast" enough
446# not to require any -- even at 9600 bps. If you encounter problems,
447# try including the padding specifications.
448#
449# Note: the :as: and :ae: specifications are not implemented here, for
450# the available termcap documentation does not make clear WHICH alternate
451# character set to specify. ANSI 3.64 seems to make allowances for several.
452# Please make the appropriate adjustments to fit your needs -- that is
453# if you will be using alternate character sets.
454#
455# There are very few terminals running the full ANSI 3.64 standard,
456# so I could only test this entry on one verified terminal (Visual 102).
457# I would appreciate the results on other terminals sent to me.
458#
459# Please report comments, changes, and problems to:
460#
461# U.S. MAIL: Hugh Hansard
462# Box: 22830
463# Emory University
464# Atlanta, GA. 30322.
465#
466# USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
467#
468# (Added vt100 :rc:,:sc: to quiet a tic warning --esr)
469ansi77|ansi 3.64 standard 1977 version:\
470 :am:bs:mi:\
471 :co#80:it#8:li#24:\
472 :al=5*\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
473 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=5*\E[M:\
474 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
475 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
476 :nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
477 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1bac2ebb
DL
478
479# Procomm and some other ANSI emulations don't recognize all of the ANSI-
177c0ea7
JB
480# standard capabilities. This entry deletes :UP:, :RI:, :DO:, :LE:, and
481# <vpa>/<hpa> capabilities, forcing curses to use repetitions of :up:,
482# :nd:, :do: and :le:. Also deleted :IC: and :ic:, as QModem up to
754b75d2
DL
483# 5.03 doesn't recognize these. Finally, we delete :rp: and :sr:, which seem
484# to confuse many emulators. On the other hand, we can count on these programs
177c0ea7 485# doing :ae:/:as:/:sa:. Older versions of this entry featured
754b75d2
DL
486# <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
487# ANSI.SYS influence.
488# From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
489pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
490 :am:bs:mi:ms:\
1bac2ebb 491 :co#80:it#8:li#24:\
45fd9aa5
EZ
492 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
493 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:dc=\E[P:dl=\E[M:do=\E[B:\
494 :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
495 :le=\E[D:nd=\E[C:sf=^J:st=\EH:ta=^I:up=\E[A:\
496 :tc=klone+sgr-dumb:
754b75d2 497pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode):\
45fd9aa5 498 :li#25:tc=pcansi-m:
754b75d2 499pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode):\
45fd9aa5 500 :li#33:tc=pcansi-m:
754b75d2 501pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode):\
45fd9aa5 502 :li#43:tc=pcansi-m:
1bac2ebb
DL
503# The color versions. All PC emulators do color...
504pcansi|ibm-pc terminal programs claiming to be ansi:\
45fd9aa5 505 :tc=klone+color:tc=pcansi-m:
754b75d2 506pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines:\
45fd9aa5 507 :li#25:tc=pcansi:
754b75d2 508pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines:\
45fd9aa5 509 :li#33:tc=pcansi:
754b75d2 510pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines:\
45fd9aa5 511 :li#43:tc=pcansi:
754b75d2
DL
512
513# ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
1bac2ebb 514# If you want pound signs rather than dollars, replace `B' with `A'
754b75d2
DL
515# in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
516# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
517ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
45fd9aa5 518 :5i:\
754b75d2
DL
519 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
520 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
45fd9aa5
EZ
521 :cb=\E[1K:ch=\E[%i%dG:ct=\E[2g:cv=\E[%i%dd:ec=\E[%dX:ei=:\
522 :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
523 :nw=\r\E[S:pf=\E[4i:po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:\
524 :s0=\E(B:s1=\E)B:s2=\E*B:s3=\E+B:ta=\E[I:tc=pcansi-m:
1bac2ebb
DL
525
526# ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
754b75d2
DL
527# standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
528# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
1bac2ebb 529ansi|ansi/pc-term compatible with color:\
45fd9aa5
EZ
530 :u6=\E[%i%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
531 :u9=\E[c:tc=ecma+color:tc=klone+sgr:tc=ansi-m:
754b75d2 532
177c0ea7
JB
533# ansi-generic is a vanilla ANSI terminal. This is assumed to implement
534# all the normal ANSI stuff with no extensions. It assumes
535# insert/delete line/char is there, so it won't work with
536# vt100 clones. It assumes video attributes for bold, blink,
537# underline, and reverse, which won't matter much if the terminal
538# can't do some of those. Padding is assumed to be zero, which
754b75d2
DL
539# shouldn't hurt since xon/xoff is assumed.
540ansi-generic|generic ansi standard terminal:\
45fd9aa5
EZ
541 :am:xo:\
542 :co#80:li#24:tc=vanilla:tc=ansi+csr:tc=ansi+cup:\
543 :tc=ansi+rca:tc=ansi+erase:tc=ansi+tabs:tc=ansi+local:\
544 :tc=ansi+idc:tc=ansi+idl:tc=ansi+rep:tc=ansi+sgrbold:\
545 :tc=ansi+arrows:
546
547#### DOS ANSI.SYS variants
548#
549# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
550# documentation (except for the keyboard key reassignment feature, which
551# doen't fit the <pfkey> model well). The klone+acs sequences were valid
552# though undocumented. The <pfkey> capability is untested but should work for
553# keys F1-F10 (%p1 values outside this range will yield unpredictable results).
554# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
555ansi.sys-old|ANSI.SYS under PC-DOS 2.1:\
556 :am:bs:mi:ms:xo:\
557 :co#80:li#25:\
558 :RA=\E[?7l:SA=\E[?7h:ce=\E[k:cl=\E[2J:cm=\E[%i%d;%dH:\
559 :do=\E[B:ho=\E[H:is=\E[m\E[?7h:kd=^J:kh=^^:kl=^H:kr=^L:\
560 :ku=^K:le=^H:nd=\E[C:pk=\E[0;%+\:;"%s":rc=\E[u:sc=\E[s:\
561 :u6=\E[%i%d;%dR:u7=\E[6n:up=\E[A:tc=klone+color:\
562 :tc=klone+sgr:
563ansi.sys|ANSI.SYS 3.1 and later versions:\
564 :ce=\E[K:tc=ansi.sys-old:
565
566#
567# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
568# This should only be used when the terminal emulator cannot redefine the keys.
569# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
570# definitions must be restored. If the terminal emulator is quit while in vi
571# or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
572# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
573# (^U and ^D are already defined for tn3270). The ESC is safe for vi but it
574# does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
575# Note that :kl: is always BS, because PC-dos can tolerate this change.
576# Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
577# Consequently the End keypad key could not be set (it is relatively safe and
578# actually useful because it sends ^@ O, which beeps and opens a line above).
579ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
580 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
581 :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:\
582 :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:\
583 :tc=ansi.sys:
584#
585# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
586nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
587 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
588 :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
589 :tc=ansi.sys:
590#
591# See ansi.sysk and nansi.sys above.
592nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
593 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
594 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
595 :tc=ansi.sysk:
596
597#### ANSI console types
598#
599
600#### BeOS
601#
602# BeOS entry for Terminal program Seems to be almost ANSI
603beterm|BeOS Terminal:\
604 :am:eo:mi:ms:xn:xo:\
605 :Co#8:NC#5:co#80:it#8:li#25:pa#64:\
606 :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
607 :DL=\E[%dM:DO=\E[%dB:F1=\E[21~:F2=\E[22~:IC=\E[%d@:\
608 :LE=\E[%dD:RI=\E[%dC:Sb=\E[%+(m:Sf=\E[%+^^m:UP=\E[%dA:\
609 :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
610 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
611 :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:\
612 :ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
613 :k4=\E[14~:k5=\E[15~:k6=\E[16~:k7=\E[17~:k8=\E[18~:\
614 :k9=\E[19~:k;=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
615 :kb=^H:kd=\E[B:ke=\E[?4l:kh=\E[1~:kl=\E[D:kr=\E[C:\
616 :ks=\E[?4h:ku=\E[A:le=^H:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
617 :nd=\E[C:nw=^M^J:op=\E[m:r1=\Ec:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
618 :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
619 :ue=\E[24m:up=\E[A:us=\E[4m:
754b75d2
DL
620
621#### Linux consoles
622#
623
624# This entry is good for the 1.2.13 or later version of the Linux console.
625#
626# ***************************************************************************
627# * *
628# * WARNING: *
629# * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
630# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
631# * character. Here are the keymap replacement lines that will set this up: *
632# * *
633# keycode 15 = Tab Tab
634# alt keycode 15 = Meta_Tab
635# shift keycode 15 = F26
636# string F26 ="\033[Z"
637# * *
638# * This has to use a key slot which is unfortunate (any unused one will *
639# * do, F26 is the higher-numbered one). The change ought to be built *
640# * into the kernel tables. *
641# * *
642# ***************************************************************************
643#
644# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
645# and it matters, turn off <ccc>. The %02x escape used to implement this is
646# not back-portable to SV curses and not supported in ncurses versions before
647# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
648# themselves; this entry assumes that capability.
649#
650# This entry is good for the 1.2.13 or later version of the Linux console.
651#
652# ***************************************************************************
653# * *
654# * WARNING: *
655# * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
656# * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
657# * character. Here are the keymap replacement lines that will set this up: *
658# * *
659# keycode 15 = Tab Tab
660# alt keycode 15 = Meta_Tab
661# shift keycode 15 = F26
662# string F26 ="\033[Z"
663# * *
664# * This has to use a key slot which is unfortunate (any unused one will *
665# * do, F26 is the higher-numbered one). The change ought to be built *
666# * into the kernel tables. *
667# * *
668# ***************************************************************************
669#
670# The 1.3.x kernels add color-change capabilities; if yours doesn't have this
671# and it matters, turn off <ccc>. The %02x escape used to implement this is
672# not back-portable to SV curses and not supported in ncurses versions before
673# 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
674# themselves; this entry assumes that capability.
675#
676# The 2.2.x kernels add a private mode that sets the cursor type; use that to
677# get a block cursor for cvvis.
678# reported by Frank Heckenbach <frank@g-n-u.de>.
45fd9aa5
EZ
679# (untranslatable capabilities removed to fit entry within 1023 bytes)
680# (sgr removed to fit entry within 1023 bytes)
681# (acsc removed to fit entry within 1023 bytes)
1bac2ebb 682linux|linux console:\
70dc89d1 683 :am:eo:mi:ms:ut:xn:xo:\
45fd9aa5 684 :NC#18:it#8:\
70dc89d1
RS
685 :&7=^Z:@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
686 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
687 :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:\
45fd9aa5
EZ
688 :K2=\E[G:Km=\E[M:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
689 :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
70dc89d1
RS
690 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
691 :do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
692 :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
693 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
694 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:\
45fd9aa5
EZ
695 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mh=\E[2m:mr=\E[7m:nd=\E[C:\
696 :nw=^M^J:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=^J:sr=\EM:\
697 :st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:\
698 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
699 :ve=\E[?25h\E[?0c:vi=\E[?25l\E[?1c:vs=\E[?25h\E[?8c:\
700 :tc=klone+sgr:tc=ecma+color:
701linux-m|Linux console no color:\
702 :Co@:pa@:\
703 :AB@:AF@:Sb@:Sf@:tc=linux:
754b75d2 704linux-c-nc|linux console 1.3.x hack for ncurses only:\
45fd9aa5 705 :cc:\
754b75d2 706 :..Ic=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x:\
45fd9aa5 707 :oc=\E]R:tc=linux:
754b75d2
DL
708# From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
709linux-c|linux console 1.3.6+ with private palette for each virtual console:\
45fd9aa5
EZ
710 :cc:\
711 :Co#8:pa#64:\
754b75d2 712 :..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%;:\
45fd9aa5 713 :oc=\E]R:tc=linux:
1bac2ebb
DL
714
715# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
716linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
45fd9aa5 717 :IC@:ei=:ic@:im=:tc=linux:
754b75d2
DL
718
719# This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
720# acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
721linux-koi8|linux with koi8 alternate character set:\
70dc89d1 722 :ac=+\020,\021-\030.^Y0\215`\004a\221f\234g\237h\220i\276j\205k\203l\202m\204n\212o~p\0q\0r\0s_t\206u\207v\211w\210x\201y\230z\231{\267|\274~\224:\
45fd9aa5 723 :tc=linux:tc=klone+koi8acs:
754b75d2
DL
724
725# Another entry for KOI8-r with Qing Long's acsc.
726# (which one better complies with the standard?)
727linux-koi8r|linux with koi8-r alternate character set:\
45fd9aa5 728 :tc=linux:tc=klone+koi8acs:
754b75d2
DL
729
730# Entry for the latin1 and latin2 fonts
731linux-lat|linux with latin1 or latin2 alternate character set:\
70dc89d1 732 :ac=+\020,\021-\030.^Y0\333`\004a\013f\370g\361h\260i\316j\211k\214l\206m\203n\305o~p\304q\212r\304s_t\207u\215v\301w\302x\205y\363z\362{\343|\330}\234~\376:\
45fd9aa5 733 :tc=linux:
754b75d2 734
45fd9aa5 735#### Mach
754b75d2 736#
45fd9aa5
EZ
737
738# From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
739mach|Mach Console:\
740 :am:km:\
741 :co#80:it#8:li#25:\
742 :@7=\E[Y:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
743 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
744 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:\
745 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
746 :k9=\EOX:k;=\EOY:kD=\E[9:kH=\E[F:kI=\E[@:kN=\E[U:kP=\E[V:\
747 :kb=\177:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
748 :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:se=\E[0m:\
749 :sf=^J:so=\E[7m:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
750mach-bold|Mach Console with bold instead of underline:\
751 :ue=\E[0m:us=\E[1m:tc=mach:
752mach-color|Mach Console with ANSI color:\
753 :Co#8:pa#64:\
754 :AB=\E[4%dm:AF=\E[3%dm:mh=\E[2m:mk=\E[8m:op=\E[37;40m:\
755 :se=\E[27m:tc=mach:
756
757#### OSF Unix
754b75d2 758#
754b75d2 759
45fd9aa5
EZ
760# OSF/1 1.1 Snapshot 2
761pmcons|pmconsole|PMAX console:\
762 :am:\
763 :co#128:li#57:\
764 :bl=^G:cl=^L:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
765 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:
1bac2ebb 766
45fd9aa5
EZ
767# SCO console and SOS-Syscons console for 386bsd
768# (scoansi: had unknown capabilities
769# :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
770# :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
771# :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
772# :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
773# :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
774# I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
775# on the :as:=\E[12m -- esr)
776#
777# klone+sgr-dumb is an error since the acsc does not match -TD
778#
779# In this description based on SCO's keyboard(HW) manpage list of default function key
780# values:
781# F13-F24 are shifted F1-F12
782# F25-F36 are control F1-F12
783# F37-F48 are shift+control F1-F12
784#
785# hpa/vpa work in the console, but not in scoterm:
786# hpa=\E[%p1%dG,
787# vpa=\E[%p1%dd,
788#
789# SCO's terminfo uses
790# kLFT=\E[d,
791# kRIT=\E[c,
792# which do not work (console or scoterm).
793#
794# Console documents only 3 attributes can be set with SGR (so we don't use sgr).
795# (untranslatable capabilities removed to fit entry within 1023 bytes)
796# (sgr removed to fit entry within 1023 bytes)
797# (acsc removed to fit entry within 1023 bytes)
798# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
799scoansi|SCO Extended ANSI standard crt:\
800 :am:bs:eo:xo:\
801 :co#80:it#8:li#25:\
802 :AL=\E[%dL:DL=\E[%dM:SF=\E[%dS:SR=\E[%dT:ae=\E[10m:\
803 :al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[m\E[J:ce=\E[m\E[K:\
804 :cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
805 :ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
806 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kD=^_:kI=\E[L:\
807 :kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
808 :ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
809 :nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:\
810 :up=\E[A:us=\E[4m:ve=\E[=10;12C:vi=\E[=14;12C:\
811 :vs=\E[=0;12C:
1bac2ebb 812
45fd9aa5
EZ
813# This actually describes the generic SVr4 display driver for Intel boxes.
814# The :mh=\E[2m: isn't documented and therefore may not be reliable.
815# From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
816att6386|at386|386at|AT&T WGS 6386 console:\
817 :am:bw:eo:xo:\
818 :co#80:it#8:li#25:\
819 :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
820 :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
70dc89d1 821 :SR=\E[%dT:UP=\E[%dA:\
45fd9aa5
EZ
822 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
823 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
824 :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
825 :ct=\E[2g:cv=\E[%i%dd:dc=\E[P:dl=\E[1M:do=\E[B:ec=\E[%dX:\
826 :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
827 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
828 :k;=\EOY:kB=^]:kD=\E[P:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=^H:\
829 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
830 :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
831 :nw=\r\E[S:rc=\E8:\
832 :..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:\
833 :sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
834 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:\
835 :tc=klone+color:
836# (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
837pc6300plus|AT&T 6300 plus:\
838 :am:bs:xo:\
839 :co#80:li#24:\
840 :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
841 :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
842 :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
843 :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\EOk:k;=\EOu:kb=^H:\
844 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
845 :me=\E[m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:\
846 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
847 :ve=\E[=1C:vi=\E[=C:
70dc89d1 848
45fd9aa5 849# From: Benjamin C. W. Sittler <bsittler@nmt.edu>
754b75d2 850#
45fd9aa5
EZ
851# I have a UNIX PC which I use as a terminal attached to my Linux PC.
852# Unfortunately, the UNIX PC terminfo entry that comes with ncurses
853# is broken. All the special key sequences are broken, making it unusable
854# with Emacs. The problem stems from the following:
177c0ea7 855#
45fd9aa5
EZ
856# The UNIX PC has a plethora of keys (103 of them, and there's no numeric
857# keypad!), loadable fonts, and strange highlighting modes ("dithered"
858# half-intensity, "smeared" bold, and real strike-out, for example.) It also
859# uses resizable terminal windows, but the bundled terminal program always
860# uses an 80x24 window (and doesn't support seem to support a 132-column
177c0ea7
JB
861# mode.)
862#
45fd9aa5
EZ
863# HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
864# library which was a superset of SVr3.5 curses (called tam, for "terminal
865# access method".) tam includes support for real, overlapping windows,
866# onscreen function key labels, and bitmap graphics. But since the primary
867# user interface on the UNIX PC was a GUI program (ua, for "user
868# assistant",) and remote administration was considered important for the
869# machine, tam also supported VT100-compatible terminals attached to the
870# serial port or used across the StarLan network. To simulate the extra keys
871# not present on a VT100, users could press ESC and a two-letter sequence,
872# such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
873# however, were not the same as those sent by the actual Undo key. The
874# actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
875# (If you're interested in adding some of the tam calls to ncurses, btw, I
876# have the full documentation and several programs which use tam. It also
877# used an extended terminfo format to describe key sequences, special
177c0ea7
JB
878# highlighting modes, etc.)
879#
45fd9aa5
EZ
880# KEYS: This means that ncurses would quite painful on the UNIX PC, since
881# there are two sequences for every key-modifier combination (local keyboard
882# sequence and remote "VT100" sequence.) But I doubt many people are trying
883# to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
177c0ea7
JB
884# GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume)
885# seem to have been built from the manual describing the VT100 sequences.
886# This means it doesn't work for a real live UNIX PC.
887#
45fd9aa5
EZ
888# FONTS: The UNIX PC also has a strange interpretation of "alternate
889# character set". Rather than the VT100 graphics you might expect, it allows
890# up to 8 custom fonts to be loaded at any given time. This means that
891# programs expecting VT100 graphics will usually be disappointed. For this
892# reason I have disabled the smacs/rmacs sequences, but they could easily be
177c0ea7
JB
893# re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
894# manpage), should you wish to do so:
895#
45fd9aa5
EZ
896# SGR10 - Select font 0 - ESC [ 10 m or SO
897# SGR11 - Select font 1 - ESC [ 11 m or SI
898# SGR12 - Select font 2 - ESC [ 12 m
899# ... (etc.)
900# SGR17 - Select font 7 - ESC [ 17 m
177c0ea7 901#
45fd9aa5
EZ
902# Graphics for line drawing are not reliably found at *any* character
903# location because the UNIX PC has dynamically reloadable fonts. I use font
904# 0 for regular text and font 1 for italics, but this is by no means
905# universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
177c0ea7 906#
45fd9aa5
EZ
907# MISC: The cursor visible/cursor invisible sequences were swapped in the
908# distributed terminfo.
177c0ea7 909#
45fd9aa5
EZ
910# To ameliorate these problems (and fix a few highlighting bugs) I rewrote
911# the UNIX PC terminfo entry. The modified version works great with Lynx,
912# Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
913# attached by serial cable. In Emacs, even the Undo key works, and many
177c0ea7
JB
914# applications can now use the F1-F8 keys.
915#
45fd9aa5
EZ
916# esr's notes:
917# Terminfo entry for the AT&T Unix PC 7300
918# from escape(7) in Unix PC 7300 Manual.
919# Somewhat similar to a vt100-am (but different enough
920# to redo this from scratch.)
754b75d2 921#
45fd9aa5
EZ
922# /***************************************************************
923# *
924# * FONT LOADING PROGRAM FOR THE UNIX PC
925# *
926# * This routine loads a font defined in the file ALTFONT
927# * into font memory slot #1. Once the font has been loaded,
928# * it can be used as an alternative character set.
929# *
177c0ea7
JB
930# * The call to ioctl with the argument WIOCLFONT is the key
931# * to this routine. For more information, see window(7) in
45fd9aa5
EZ
932# * the PC 7300 documentation.
933# ***************************************************************/
934# #include <string.h> /* needed for strcpy call */
935# #include <sys/window.h> /* needed for ioctl call */
936# #define FNSIZE 60 /* font name size */
937# #define ALTFONT "/usr/lib/wfont/special.8.ft" /* font file */
938# /*
939# * The file /usr/lib/wfont/special.8.ft comes with the
940# * standard PC software. It defines a graphics character set
941# * similar to that of the Teletype 5425 terminal. To view
942# * this or other fonts in /usr/lib/wfont, use the command
943# * cfont <filename>. For further information on fonts see
944# * cfont(1) in the PC 7300 documentation.
945# */
177c0ea7 946#
45fd9aa5
EZ
947# struct altfdata /* structure for alt font data */
948# {
949# short altf_slot; /* memory slot number */
950# char altf_name[FNSIZE]; /* font name (file name) */
951# };
952# ldfont()
953# {
954# int wd; /* window in which altfont will be */
955# struct altfdata altf;
956# altf.altf_slot=1;
957# strcpy(altf.altf_name,ALTFONT);
958# for (wd =1; wd < 12; wd++) {
959# ioctl(wd, WIOCLFONT,&altf);
960# }
961# }
754b75d2 962#
45fd9aa5
EZ
963# (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
964# they're confirmed by the man page for the System V display---esr)
754b75d2 965#
45fd9aa5
EZ
966# (untranslatable capabilities removed to fit entry within 1023 bytes)
967# (sgr removed to fit entry within 1023 bytes)
968# (acsc removed to fit entry within 1023 bytes)
969# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
970att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
971 :am:xo:\
972 :co#80:it#8:li#24:\
973 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
974 :UP=\E[%dA:al=\E[L:bl=^G:bt=\E^I:cd=\E[0J:ce=\E[0K:\
975 :cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
976 :do=\E[B:ei=:ho=\E[H:i1=\017\E[=1w:ic=\E[@:im=:k1=\EOc:\
977 :k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
978 :kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
979 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[9m:md=\E[1m:\
980 :me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[m:\
981 :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=0C:\
982 :vi=\E[=1C:
754b75d2 983
45fd9aa5
EZ
984# Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
985# from SGI's terminfo database. SGI's entry shows F9-F12 with the codes
986# for the application keypad mode. We have added iris-ansi-ap rather than
987# change the original to keypad mode.
988#
989# (iris-ansi: added rmam/smam based on init string -- esr)
990#
991# This entry, and those derived from it, is used in xwsh (also known as
992# winterm). Some capabilities that do not fit into the terminfo model
993# include the shift- and control-functionkeys:
994#
995# F1-F12 generate different codes when shift or control modifiers are used.
996# For example:
997# F1 \E[001q
998# shift F1 \E[013q
999# control-F1 \E[025q
1000#
1001# In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
1002# \EOP to \EOS. The shifted and control modifiers still do the same thing.
1003#
1004# The cursor keys also have different codes:
1005# control-up \E[162q
1006# control-down \E[165q
1007# control-left \E[159q
1008# control-right \E[168q
1009#
1010# shift-up \E[161q
1011# shift-down \E[164q
1012# shift-left \E[158q
1013# shift-right \E[167q
1014#
1015# control-tab \[072q
1016#
1017iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100):\
1018 :am:\
1019 :co#80:it#8:li#40:\
1020 :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:%f=\E[210q:\
1021 :%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:@7=\E[146q:\
1022 :@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:F1=\E[011q:\
1023 :F2=\E[012q:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
1024 :UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
1025 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
1026 :ho=\E[H:is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:\
1027 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
1028 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k;=\E[010q:\
1029 :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
1030 :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1031 :le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
1032 :pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
1033 :so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
1034 :ve=\E[9/y\E[12/y\E[=6l:vs=\E[10/y\E[=1h\E[=2l\E[=6h:
1035iris-ansi-ap|IRIS ANSI in application-keypad mode:\
1036 :@8=\EOM:F1=\E[011q:F2=\E[012q:is=\E[?1l\E=\E[?7h:\
1037 :k9=\E[009q:k;=\E[010q:tc=iris-ansi:
1038
1039# From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
1040# (T.Dickey 98/1/24)
1041iris-color|xwsh|IRIX ANSI with color:\
1042 :NC#33:\
1043 :DC=\E[%dP:IC=\E[%d@:ZH=\E[3m:ZR=\E[23m:cs=\E[%i%d;%dr:\
1044 :ec=\E[%dX:ei=:im=:mh=\E[2m:r1=\Ec:\
1045 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1046 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[24m:\
1047 :tc=klone+color:tc=iris-ansi-ap:
1048
1049# The following is a version of the ibm-pc entry distributed with PC/IX,
1050# (Interactive Systems' System 3 for the Big Blue), modified by Richard
1051# McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original,
1052# (the former is untrue, and the latter failed under UCB/man); standout and
1053# underline modes have been added. Note: this entry describes the "native"
1054# capabilities of the PC monochrome display, without ANY emulation; most
1055# communications packages (but NOT PC/IX connect) do some kind of emulation.
1056pcix|PC/IX console:\
1057 :am:bw:eo:\
1058 :co#80:li#24:\
1059 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
1060 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
1061 :us=\E[4m:
1062
1063# (ibmpcx: this entry used to be known as ibmx.
1064# It formerly included the following extension capabilities:
1065# :GC=b:GL=v:GR=t:RT=^J:\
1066# :GH=\E[196g:GV=\E[179g:\
1067# :GU=\E[193g:GD=\E[194g:\
1068# :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
1069# :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
1070# :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
1071# I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
1072# ":kh=\E[Y:". Added IBM-PC forms characters and highlights, they match
1073# what was there before. -- esr)
1074ibmpcx|xenix|ibmx|IBM PC xenix console display:\
1075 :am:bs:ms:\
1076 :co#80:li#25:\
1077 :@7=\E[d:al=\E[L:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:\
1078 :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:\
1079 :k2=\E[L:k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
1080 :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:up=\E[A:\
1081 :tc=klone+acs:tc=klone+sgr:
1082
1083#### QNX
1084#
1085
1086# QNX 4.0 Console
1087# Michael's original version of this entry had <am@>, :ti=\Ei:,
1088# :te=\Eh\ER:; this was so terminfo applications could write the lower
1089# right corner without triggering a scroll. The ncurses terminfo library can
1090# handle this case with the :ic: capability, and prefers :am: for better
1091# optimization. Bug: The <op> capability resets attributes.
1092# From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
1093# (removed: :sa=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,:)
1094# (untranslatable capabilities removed to fit entry within 1023 bytes)
1095# (sgr removed to fit entry within 1023 bytes)
1096# (acsc removed to fit entry within 1023 bytes)
1097# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1098qnx|qnx4|qnx console:\
1099 :km:mi:ms:xt:\
1100 :co#80:it#4:li#25:\
1101 :al=\EE:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
1102 :dc=\Ef:dl=\EF:do=^J:ei=:ho=\EH:ic=\Ee:im=:k1=\377\201:\
1103 :k2=\377\202:k3=\377\203:k4=\377\204:k5=\377\205:\
1104 :k6=\377\206:k7=\377\207:k8=\377\210:k9=\377\211:\
1105 :kD=\377\254:kI=\377\253:kN=\377\252:kP=\377\242:\
1106 :kd=\377\251:kh=\377\240:kl=\377\244:kr=\377\246:\
1107 :ku=\377\241:le=^H:mb=\E{:md=\E<:me=\E}\E]\E>\E):mr=\E(:\
1108 :nd=\EC:rp=\Eg%r%+ %.:se=\E):sf=^J:so=\E(:sr=\EI:ta=^I:\
1109 :te=\Eh\ER:ti=\Ei:ue=\E]:up=\EA:us=\E[:ve=\Ey1:vi=\Ey0:\
1110 :vs=\Ey2:
1111#
1112#
1113qnxt|qnxt4|QNX4 terminal:\
1114 :YB:tc=qnx4:
1115#
1116qnxm|QNX4 with mouse events:\
1117 :Yd#1:\
1118 :ZC=\E/:ZD=\E":ZJ=\E/>2h:ZT=\E/>2l:ZZ=\E/>1l\E/>9h:\
1119 :Za=\E/>7h:Zb=\E/>7l:Zd=\E/>6l:Zf=\E/>1h:Zg=\E/>1h:\
1120 :Zh=\E/>1h\E/>9l:Zi=\E/>6h:i1=\E/0t:tc=qnx4:
1121#
1122qnxw|QNX4 windows:\
1123 :YD:tc=qnxm:
1124#
1125# Monochrome QNX4 terminal or console. Setting this terminal type will
1126# allow an application running on a color console to behave as if it
1127# were a monochrome terminal. Output will be through stdout instead of
1128# console writes because the term routines will recognize that the
1129# terminal name starts with 'qnxt'.
1130#
1131qnxtmono|Monochrome QNX4 terminal or console:\
1132 :Co@:pa@:\
1133 :sp@:tc=qnx4:
1134
1135# From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
1136# (esr: commented out <scp> and :te: to avoid warnings.)
1137# (TD: derive from original qnx4 entry)
1138qnxt2|qnx 2.15 serial terminal:\
1139 :am:\
1140 :!3@:%h@:%j@:&7@:Sb@:Sf@:dc@:ei=:ic@:im=:rp@:se=\E>:so=\E<:te@:ti@:\
1141 :ve@:vi@:vs@:tc=qnx4:
1142
1143# QNX ANSI terminal definition
1144# (untranslatable capabilities removed to fit entry within 1023 bytes)
1145# (sgr removed to fit entry within 1023 bytes)
1146# (acsc removed to fit entry within 1023 bytes)
1147# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1148qansi-g|QNX ANSI:\
1149 :am:es:hs:xo:\
1150 :co#80:it#8:li#25:ws#80:\
1151 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1152 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
1153 :al=\E[1L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1154 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:dc=\E[P:\
1155 :dl=\E[1M:do=\E[B:ds=\E[r:ec=\E[%dX:ei=:fs=\E[?6h\E8:\
1156 :ho=\E[H:i2=\E(B\E)0:ic=\E[1@:im=:\
1157 :is=\E>\E[?1l\E[?7h\E[0;10;39;49m:k1=\EOP:k2=\EOQ:\
1158 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
1159 :kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
1160 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[99H:mb=\E[5m:\
1161 :md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
1162 :se=\E[27m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
1163 :ts=\E7\E1;24r\E[?6l\E[25;%i%dH:ue=\E[24m:up=\E[A:\
1164 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
1165 :vs=\E[?12;25h:
1166#
1167qansi|QNX ansi with console writes:\
1168 :YA:YC:tc=qansi-g:
1169#
1170qansi-t|QNX ansi without console writes:\
1171 :YB:tc=qansi:
1172#
1173qansi-m|QNX ansi with mouse:\
1174 :Yd#1:\
1175 :ZC=\E[:ZD=\E]:ZJ=\E[>2h:ZT=\E[>2l:ZZ=\E[>1l\E[>9h:\
1176 :Za=\E[>7h:Zb=\E[>7l:Zd=\E[>6l:Zf=\E[>1h:Zg=\E[>1h:\
1177 :Zh=\E[>1h\E[>9l:Zi=\E[>6h:i1=\E[0t:tc=qansi:
1178#
1179qansi-w|QNX ansi for windows:\
1180 :YD:tc=qansi-m:
1181
1182#### NetBSD consoles
1183#
1184# pcvt termcap database entries (corresponding to release 3.31)
1185# Author's last edit-date: [Fri Sep 15 20:29:10 1995]
1186#
1187# (For the terminfo master file, I translated these into terminfo syntax.
1188# Then I dropped all the pseudo-HP entries. we don't want and can't use
1189# the :Xs: flag. Then I split :is: into a size-independent :i1: and a
1190# size-dependent :is:. Finally, I added <rmam>/<smam> -- esr)
1191
1192# NOTE: :ic: has been taken out of this entry. for reference, it should
1193# be <ich1=\E[@>. For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
1194# (esr: added :vi: and :ve: to resolve NetBSD Problem Report #4583)
1195pcvtXX|pcvt vt200 emulator (DEC VT220):\
1196 :am:km:mi:ms:xn:\
1197 :it#8:vt#3:\
1198 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1199 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
70dc89d1 1200 :SR=\E[%dT:UP=\E[%dA:\
45fd9aa5
EZ
1201 :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~:\
1202 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
1203 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1204 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1205 :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:im=\E[4h:\
1206 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
1207 :k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:kI=\E[2~:\
1208 :kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1209 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1210 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
1211 :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1212 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
1213 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
1214 :ve=\E[?25h:vi=\E[?25l:
1215
1216# NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1217# termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1218# 50 lines entries; 80 columns
1219pcvt25|dec vt220 emulation with 25 lines:\
1220 :co#80:li#25:\
1221 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
1222pcvt28|dec vt220 emulation with 28 lines:\
1223 :co#80:li#28:\
1224 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
1225pcvt35|dec vt220 emulation with 35 lines:\
1226 :co#80:li#35:\
1227 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
1228pcvt40|dec vt220 emulation with 40 lines:\
1229 :co#80:li#40:\
1230 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
1231pcvt43|dec vt220 emulation with 43 lines:\
1232 :co#80:li#43:\
1233 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
1234pcvt50|dec vt220 emulation with 50 lines:\
1235 :co#80:li#50:\
1236 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
1237
1238# NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1239# termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1240# 50 lines entries; 132 columns
1241pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
1242 :co#132:li#25:\
1243 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
1244pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
1245 :co#132:li#28:\
1246 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
1247pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
1248 :co#132:li#35:\
1249 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
1250pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
1251 :co#132:li#40:\
1252 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
1253pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
1254 :co#132:li#43:\
1255 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
1256pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
1257 :co#132:li#50:\
1258 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
1259
6772c8e1 1260# Terminfo entries to enable the use of the ncurses library in color on a
45fd9aa5
EZ
1261# NetBSD-arm32 console (only tested on a RiscPC).
1262# Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
1263# modified codes for setf/setb to setaf/setab, then to klone+color, corrected
1264# typo in invis - TD
1265arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480):\
1266 :am:ms:ut:xn:xo:\
1267 :co#80:it#8:li#30:\
1268 :@8=\E[M:DO=\E[%dB:K1=\E[q:K2=\E[r:K3=\E[s:K4=\E[p:K5=\E[n:\
1269 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1270 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1271 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1272 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
1273 :eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:k2=\E[Q:k3=\E[R:\
1274 :k4=\E[S:k5=\E[t:k6=\E[u:k7=\E[v:k8=\E[l:k9=\E[w:k;=\E[x:\
1275 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
1276 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mk=\E[8m:\
1277 :mr=\E[7m:nd=\E[C:rc=\E8:\
1278 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1279 :..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%;$<2>:\
1280 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1281 :up=\E[A:us=\E[4m:tc=ecma+sgr:tc=klone+color:
1282
1283arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768):\
1284 :co#132:li#50:tc=arm100:
1285
1286# NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
1287# manufactured by Sharp for the Japenese market.
1288# From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
1289x68k|x68k-ite|NetBSD/x68k ITE:\
1290 :co#96:li#32:\
1291 :%1=\E[28~:kC=\E[9~:tc=vt220:
1292
1293# <tv@pobox.com>:
1294# Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
1295#
1296# (still unfinished, but good enough so far.)
1297ofcons:\
1298 :bw:\
1299 :co#80:li#30:\
1300 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1301 :LE=\233%dD:RI=\233%dC:UP=\233%dA:al=\233L:bl=^G:cd=\233J:\
1302 :ce=\233K:cl=^L:cm=\233%i%d;%dH:cr=^M:dc=\233P:dl=\233M:\
1303 :do=\233B:ei=:ic=\233@:im=:k1=\2330P:k2=\2330Q:k3=\2330W:\
1304 :k4=\2330x:k5=\2330t:k6=\2330u:k7=\2330q:k8=\2330r:\
1305 :k9=\2330p:k;=\2330M:kD=\233P:kN=\233/:kP=\233?:kb=^H:\
1306 :kd=\233B:kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
1307 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
1308 :nd=\233C:nw=^M^J:se=\2330m:sf=^J:ta=^I:ue=\2330m:up=\233A:\
1309 :vb=^G:
1310
1311# NetBSD "wscons" emulator in vt220 mode
1312# These are micro-minimal and probably need to be redone for real
1313# after the manner of the pcvt entries.
1314wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
1315 :co#80:li#25:tc=vt220:
1316
1317wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
1318 :km:\
1319 :co#80:li#25:tc=vt220:
1320
177c0ea7 1321# `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and
45fd9aa5
EZ
1322# DECstation/pmax.
1323rcons|BSD rasterconsole:\
1324 :tc=sun-il:
1325# Color version of above. Color currenly only provided by NetBSD.
1326rcons-color|BSD rasterconsole with ANSI color:\
1327 :ut:\
1328 :Co#8:pa#64:\
1329 :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:tc=rcons:
1330
1331# mgterm -- MGL/MGL2, MobileGear Graphic Library
1332# for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
1333# -- the setf/setb are probably incorrect, more likely setaf/setab -TD
1334# -- compare with cons25w
1335mgterm:\
1336 :NP:am:bs:bw:eo:km:ms:pt:ut:\
1337 :Co#8:co#80:it#8:li#18:pa#64:\
70dc89d1
RS
1338 :@7=\E[F:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
1339 :F2=\E[X:IC=\E[%d@:K2=\E[E:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
45fd9aa5
EZ
1340 :SR=\E[%dT:Sb=\E[4%dm:Sf=\E[3%dm:UP=\E[%dA:al=\E[L:bl=^G:\
1341 :bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
1342 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:\
1343 :dl=\E[M:do=\E[B:ec=\E[%dX:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:\
1344 :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
1345 :k9=\E[U:k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:\
1346 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1347 :mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:\
1348 :nw=\E[E:op=\E[x:rc=\E8:rs=\E[x\E[m\Ec:sc=\E7:se=\E[m:\
1349 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
1350
1351#### FreeBSD console entries
1352#
1353# From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
1354# Andrey Chernov maintains the FreeBSD termcap distributions.
1355#
1356# Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
1357# or comment out the :cb: capability in the console entry.
1358#
1359# Alexander Lukyanov reports:
1360# I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
1361# Now el1 clears not only to the line beginning, but also a large chunk
1362# of previous line. But there is another bug - ech does not work at all.
1363#
1364
1365# for syscons
1366# common entry without semigraphics
1367# Bug: The <op> capability resets attributes.
1368# Bug? The ech and el1 attributes appear to move the cursor in some cases; for
1369# instance el1 does if the cursor is moved to the right margin first. Removed
1370# by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
1371#
1372# Setting colors turns off reverse; we cannot guarantee order, so use ncv.
1373# Note that this disables standout with color.
1374cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode):\
70dc89d1
RS
1375 :NP:am:bw:eo:ms:ut:\
1376 :Co#8:NC#21:co#80:it#8:li#25:pa#64:\
1377 :@7=\E[F:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
1378 :DL=\E[%dM:DO=\E[%dB:F1=\E[W:F2=\E[X:IC=\E[%d@:K2=\E[E:\
1379 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
70dc89d1
RS
1380 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
1381 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:\
1382 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
1383 :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
1384 :k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:\
1385 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1386 :md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:nw=\E[E:\
45fd9aa5 1387 :op=\E[x:rs=\E[x\E[m\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
70dc89d1 1388 :ta=^I:up=\E[A:ve=\E[=0C:vs=\E[=1C:
45fd9aa5
EZ
1389cons25|ansis|ansi80x25|freebsd console (25-line ansi mode):\
1390 :ac=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
1391 :tc=cons25w:
1392cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode):\
1393 :Co@:pa@:\
1394 :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25:
1395cons30|ansi80x30|freebsd console (30-line ansi mode):\
1396 :li#30:tc=cons25:
1397cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode):\
1398 :li#30:tc=cons25-m:
1399cons43|ansi80x43|freebsd console (43-line ansi mode):\
1400 :li#43:tc=cons25:
1401cons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode):\
1402 :li#43:tc=cons25-m:
1403cons50|ansil|ansi80x50|freebsd console (50-line ansi mode):\
1404 :li#50:tc=cons25:
1405cons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode):\
1406 :li#50:tc=cons25-m:
1407cons60|ansi80x60|freebsd console (60-line ansi mode):\
1408 :li#60:tc=cons25:
1409cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode):\
1410 :li#60:tc=cons25-m:
1411cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic:\
70dc89d1 1412 :ac=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225:\
45fd9aa5
EZ
1413 :tc=cons25w:
1414cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono):\
1415 :Co@:pa@:\
1416 :AB@:AF@:op@:ue=\E[m:us=\E[4m:tc=cons25r:
754b75d2 1417cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines):\
45fd9aa5 1418 :li#50:tc=cons25r:
754b75d2 1419cons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono):\
45fd9aa5 1420 :li#50:tc=cons25r-m:
754b75d2 1421cons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines):\
45fd9aa5 1422 :li#60:tc=cons25r:
754b75d2 1423cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono):\
45fd9aa5 1424 :li#60:tc=cons25r-m:
754b75d2
DL
1425# ISO 8859-1 FreeBSD console
1426cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars:\
70dc89d1 1427 :ac=+\253,\273-\030.\031`\201a\202f\207g\210i\247j\213k\214l\215m\216n\217o\220p\221q\222r\223s\224t\225u\226v\227w\230x\231y\232z\233~\237:\
45fd9aa5 1428 :tc=cons25w:
754b75d2 1429cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono):\
45fd9aa5
EZ
1430 :Co@:pa@:\
1431 :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25l1:
754b75d2 1432cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines):\
45fd9aa5 1433 :li#50:tc=cons25l1:
754b75d2 1434cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono):\
45fd9aa5 1435 :li#50:tc=cons25l1-m:
754b75d2 1436cons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines):\
45fd9aa5 1437 :li#60:tc=cons25l1:
754b75d2 1438cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono):\
45fd9aa5 1439 :li#60:tc=cons25l1-m:
1bac2ebb 1440
754b75d2 1441#### 386BSD and BSD/OS Consoles
1bac2ebb 1442#
1bac2ebb 1443
177c0ea7 1444# This was the original 386BSD console entry (I think).
754b75d2 1445# Some places it's named oldpc3|oldibmpc3.
1bac2ebb 1446# From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
754b75d2 1447origpc3|origibmpc3|IBM PC 386BSD Console:\
45fd9aa5 1448 :am:bs:bw:eo:xo:\
1bac2ebb 1449 :co#80:li#25:\
754b75d2
DL
1450 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
1451 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
1452 :kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[7m:\
1453 :me=\E[m\E[1;0x\E[2;7x:nd=\E[C:se=\E[1;0x\E[2;7x:\
1454 :sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:ue=\E[1;0x\E[2;7x:\
1455 :up=\E[A:us=\E[1;7x\E[2;0x:
1456
1457# description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
1458oldpc3|oldibmpc3|old IBM PC BSD/386 Console:\
45fd9aa5 1459 :bs:km:\
754b75d2
DL
1460 :li#25:\
1461 :al=\E[L:bl=^G:cr=^M:dl=\E[M:do=^J:kH=\E[F:kI=\E[L:kN=\E[G:\
1462 :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1463 :md=\E[=15F:me=\E[=R:mh=\E[=8F:nw=^M^J:sf=^J:ta=^I:
1464
1465# Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
1466# Note, the emulator supports many of the additional console features
1467# listed in the iBCS2 (e.g. character-set selection) though not all
1468# are described here. This entry really ought to be upgraded.
1469# Also note, the console will also work with fewer lines after doing
1bac2ebb 1470# "stty rows NN", e.g. to use 24 lines.
177c0ea7 1471# (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
754b75d2 1472# Bug: The <op> capability resets attributes.
45fd9aa5
EZ
1473bsdos-pc|IBM PC BSD/OS Console:\
1474 :..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:\
1475 :tc=bsdos-pc-nobold:
1476
754b75d2 1477bsdos-pc-nobold|BSD/OS PC console w/o bold:\
45fd9aa5
EZ
1478 :tc=klone+color:tc=bsdos-pc-m:
1479
1480bsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono:\
1481 :am:bs:eo:km:xo:\
1482 :co#80:it#8:li#25:\
1483 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
1484 :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
1bac2ebb 1485 :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
754b75d2 1486 :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
45fd9aa5 1487 :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:rc=\E8:\
754b75d2 1488 :..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%;:\
45fd9aa5 1489 :sc=\E7:sf=^J:ta=^I:up=\E[A:tc=klone+sgr:
754b75d2 1490
177c0ea7 1491# Old names for BSD/OS PC console used in releases before 4.1.
754b75d2 1492pc3|BSD/OS on the PC Console:\
45fd9aa5 1493 :tc=bsdos-pc-nobold:
754b75d2 1494ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline:\
45fd9aa5 1495 :tc=bsdos-pc:
177c0ea7
JB
1496
1497# BSD/OS on the SPARC
754b75d2 1498bsdos-sparc|Sun SPARC BSD/OS Console:\
45fd9aa5 1499 :tc=sun:
177c0ea7
JB
1500
1501# BSD/OS on the PowerPC
754b75d2 1502bsdos-ppc|PowerPC BSD/OS Console:\
45fd9aa5
EZ
1503 :tc=bsdos-pc:
1504
1505#### DEC VT52
1506# (<acsc>/:ae:/:as: capabilities aren't in DEC's official entry -- esr)
1507vt52|dec vt52:\
1508 :bs:\
1509 :co#80:it#8:li#24:\
1510 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1511 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
1512 :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
1513 :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
1bac2ebb 1514
754b75d2
DL
1515#### DEC VT100 and compatibles
1516#
1517# DEC terminals from the vt100 forward are collected here. Older DEC terminals
1518# and micro consoles can be found in the `obsolete' section. More details on
1519# the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
1520# found near the end of this file.
1521#
1522# Except where noted, these entries are DEC's official terminfos.
1523# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
177c0ea7 1524# Engineering for more information. Updated terminfos and termcaps
754b75d2
DL
1525# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1526#
1527# In October 1995 DEC sold its terminals business, including the VT and Dorio
1528# line and trademark, to SunRiver Data Systems. SunRiver has since changed
1529# its name to Boundless Technologies; see http://www.boundless.com.
1530#
1bac2ebb 1531
754b75d2
DL
1532# NOTE: Any VT100 emulation, whether in hardware or software, almost
1533# certainly includes what DEC called the `Level 1 editing extension' codes;
1534# only the very oldest VT100s lacked these and there probably aren't any of
1535# those left alive. To capture these, use one of the VT102 entries.
1bac2ebb 1536#
754b75d2 1537# Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
1bac2ebb
DL
1538# since the cursor is left in a different position while in the
1539# weird state (concept at beginning of next line, vt100 at end
1540# of this line) so all versions of vi before 3.7 don't handle
754b75d2 1541# :xn: right on vt100. The correct way to handle :xn: is when
1bac2ebb 1542# you output the char in column 80, immediately output CR LF
754b75d2 1543# and then assume you are in column 1 of the next line. If :xn:
1bac2ebb 1544# is on, am should be on too.
177c0ea7 1545#
1bac2ebb
DL
1546# I assume you have smooth scroll off or are at a slow enough baud
1547# rate that it doesn't matter (1200? or less). Also this assumes
177c0ea7 1548# that you set auto-nl to "on", if you set it off use vt100-nam
1bac2ebb 1549# below.
177c0ea7 1550#
1bac2ebb
DL
1551# The padding requirements listed here are guesses. It is strongly
1552# recommended that xon/xoff be enabled, as this is assumed here.
177c0ea7
JB
1553#
1554# The vt100 uses <rs2> and <rf> rather than :is:/:ct:/:st: because the
1555# tab settings are in non-volatile memory and don't need to be
1556# reset upon login. Also setting the number of columns glitches
1bac2ebb
DL
1557# the screen annoyingly. You can type "reset" to get them set.
1558#
754b75d2
DL
1559# The VT100 series terminals have cursor ("arrows") keys which can operate
1560# in two different modes: Cursor Mode and Application Mode. Cursor Mode
1561# is the reset state, and is assumed to be the normal state. Application
1562# Mode is the "set" state. In Cursor Mode, the cursor keys transmit
1563# "Esc [ {code}" sequences, conforming to ANSI standards. In Application
1564# Mode, the cursor keys transmit "Esc O <code>" sequences. Application Mode
1565# was provided primarily as an aid to the porting of VT52 applications. It is
1566# assumed that the cursor keys are normally in Cursor Mode, and expected that
1567# applications such as vi will always transmit the :ks: string. Therefore,
1568# the definitions for the cursor keys are made to match what the terminal
1569# transmits after the :ks: string is transmitted. If the :ks: string
1570# is a null string or is not defined, then cursor keys are assumed to be in
1571# "Cursor Mode", and the cursor keys definitions should match that assumption,
45fd9aa5 1572# else the application may fail. It is also expected that applications will
754b75d2
DL
1573# always transmit the :ke: string to the terminal before they exit.
1574#
45fd9aa5 1575# The VT100 series terminals have an auxiliary keypad, commonly referred to as
754b75d2
DL
1576# the "Numeric Keypad", because it is a cluster of numeric and function keys.
1577# The Numeric Keypad which can operate in two different modes: Numeric Mode and
1578# Application Mode. Numeric Mode is the reset state, and is assumed to be
1579# the normal state. Application Mode is the "set" state. In Numeric Mode,
177c0ea7 1580# the numeric and punctuation keys transmit ASCII 7-bit characters, and the
754b75d2
DL
1581# Enter key transmits the same as the Return key (Note: the Return key
1582# can be configured to send either LF (\015) or CR LF). In Application Mode,
1583# all the keypad keys transmit "Esc O {code}" sequences. The PF1 - PF4 keys
1584# always send the same "Esc O {code}" sequences. It is assumed that the keypad
1585# is normally in Numeric Mode. If an application requires that the keypad be
1586# in Application Mode then it is expected that the user, or the application,
1587# will set the TERM environment variable to point to a terminfo entry which has
1588# defined the :ks: string to include the codes that switch the keypad into
1589# Application Mode, and the terminfo entry will also define function key
1590# fields to match the Application Mode control codes. If the :ks: string
1591# is a null string or is not defined, then the keypad is assumed to be in
1592# Numeric Mode. If the :ks: string switches the keypad into Application
1593# Mode, it is expected that the :ke: string will contain the control codes
1594# necessary to reset the keypad to "Normal" mode, and it is also expected that
1595# applications which transmit the :ks: string will also always transmit the
1596# :ke: string to the terminal before they exit.
1597#
1598# Here's a diagram of the VT100 keypad keys with their bindings.
1599# The top line is the name of the key (some DEC keyboards have the keys
1600# labelled somewhat differently, like GOLD instead of PF1, but this is
1601# the most "official" name). The second line is the escape sequence it
1602# generates in Application Keypad mode (where "$" means the ESC
1603# character). The third line contains two items, first the mapping of
1604# the key in terminfo, and then in termcap.
1605# _______________________________________
1606# | PF1 | PF2 | PF3 | PF4 |
1607# | $OP | $OQ | $OR | $OS |
1608# |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
1609# | 7 8 9 - |
1610# | $Ow | $Ox | $Oy | $Om |
1611# |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
1612# | 4 | 5 | 6 | , |
1613# | $Ot | $Ou | $Ov | $Ol |
1614# |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
1615# | 1 | 2 | 3 | |
1616# | $Oq | $Or | $Os | enter |
1617# |_ka1__K1_|_kb2__K2_|_ka3__K3_| $OM |
1618# | 0 | . | |
1619# | $Op | $On | |
1620# |___kc1_______K4____|_kc3__K5_|_kent_@8_|
1621#
1622# And here, for those of you with orphaned VT100s lacking documentation, is
1623# a description of the soft switches invoked when you do `Set Up'.
177c0ea7 1624#
754b75d2
DL
1625# Scroll 0-Jump Shifted 3 0-#
1626# | 1-Smooth | 1-British pound sign
1627# | Autorepeat 0-Off | Wrap Around 0-Off
1628# | | 1-On | | 1-On
1629# | | Screen 0-Dark Bkg | | New Line 0-Off
1630# | | | 1-Light Bkg | | | 1-On
1631# | | | Cursor 0-Underline | | | Interlace 0-Off
1632# | | | | 1-Block | | | | 1-On
1633# | | | | | | | |
1634# 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 <--Standard Settings
1635# | | | | | | | |
1636# | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
1637# | | | 1-On | | | 1-50 Hz
1638# | | Ansi/VT52 0-VT52 | | Bits Per Char. 0-7 Bits
1639# | | 1-ANSI | | 1-8 Bits
1640# | Keyclick 0-Off | Parity 0-Off
1641# | 1-On | 1-On
1642# Margin Bell 0-Off Parity Sense 0-Odd
1643# 1-On 1-Even
1644#
1645# The following SET-UP modes are assumed for normal operation:
1646# ANSI_MODE AUTO_XON/XOFF_ON NEWLINE_OFF 80_COLUMNS
1647# WRAP_AROUND_ON JUMP_SCROLL_OFF
1648# Other SET-UP modes may be set for operator convenience or communication
1649# requirements; I recommend
1650# AUTOREPEAT_ON BLOCK_CURSOR MARGIN_BELL_OFF SHIFTED_3_#
1651# Unless you have a graphics add-on such as Digital Engineering's VT640
1652# (and even then, whenever it can be arranged!) you should set
1653# INTERLACE_OFF
1bac2ebb 1654#
754b75d2 1655# (vt100: I added <rmam>/<smam> based on the init string, also :bs:. -- esr)
1bac2ebb 1656vt100|vt100-am|dec vt100 (w/advanced video):\
754b75d2 1657 :am:bs:ms:xn:xo:\
1bac2ebb 1658 :co#80:it#8:li#24:vt#3:\
754b75d2
DL
1659 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
1660 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1bac2ebb 1661 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
754b75d2
DL
1662 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1663 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
1664 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
1665 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
1666 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
1667 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
70dc89d1 1668 :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
45fd9aa5 1669 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
754b75d2
DL
1670 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1671 :up=\E[A:us=\E[4m:
1672vt100nam|vt100-nam|vt100 no automargins:\
45fd9aa5 1673 :am@:xn@:tc=vt100-am:
754b75d2 1674vt100-vb|dec vt100 (w/advanced video) & no beep:\
45fd9aa5 1675 :bl@:vb=\E[?5h\E[?5l:tc=vt100:
1bac2ebb
DL
1676
1677# Ordinary vt100 in 132 column ("wide") mode.
1678vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
45fd9aa5
EZ
1679 :co#132:li#24:\
1680 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
754b75d2 1681vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
45fd9aa5
EZ
1682 :co#132:li#14:vt@:\
1683 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
1bac2ebb
DL
1684
1685# vt100 with no advanced video.
1686vt100-nav|vt100 without advanced video option:\
45fd9aa5
EZ
1687 :sg#1:\
1688 :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
1bac2ebb 1689vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
45fd9aa5 1690 :co#132:li#14:tc=vt100-nav:
1bac2ebb
DL
1691
1692# vt100 with one of the 24 lines used as a status line.
1693# We put the status line on the top.
754b75d2 1694vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
45fd9aa5
EZ
1695 :es:hs:\
1696 :li#23:\
1697 :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
1698 :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:is=\E7\E[2;24r\E8:\
1699 :ts=\E7\E[1;%dH\E[1K:tc=vt100-am:
1bac2ebb 1700
177c0ea7 1701# Status line at bottom.
1bac2ebb 1702# Clearing the screen will clobber status line.
754b75d2 1703vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
45fd9aa5
EZ
1704 :es:hs:\
1705 :li#23:\
1706 :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
1707 :ts=\E7\E[24;%dH\E[1K:tc=vt100-am:
1bac2ebb
DL
1708
1709# Most of the `vt100' emulators out there actually emulate a vt102
1710# This entry (or vt102-nsgr) is probably the right thing to use for
177c0ea7 1711# these.
1bac2ebb 1712vt102|dec vt102:\
45fd9aa5
EZ
1713 :mi:\
1714 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
754b75d2 1715vt102-w|dec vt102 in wide mode:\
45fd9aa5
EZ
1716 :co#132:\
1717 :r3=\E[?3h:tc=vt102:
1bac2ebb
DL
1718
1719# Many brain-dead PC comm programs that pretend to be `vt100-compatible'
754b75d2 1720# fail to interpret the ^O and ^N escapes properly. Symptom: the :me:
1bac2ebb
DL
1721# string in the canonical vt100 entry above leaves the screen littered
1722# with little snowflake or star characters (IBM PC ROM character \017 = ^O)
1723# after highlight turnoffs. This entry should fix that, and even leave
177c0ea7 1724# ACS support working, at the cost of making multiple-highlight changes
1bac2ebb
DL
1725# slightly more expensive.
1726# From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
754b75d2 1727vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes):\
45fd9aa5 1728 :me=\E[m:sa@:tc=vt102:
1bac2ebb
DL
1729
1730# VT125 Graphics CRT. Clear screen also erases graphics
1731vt125|vt125 graphics terminal:\
45fd9aa5 1732 :cl=\E[H\E[2J\EPpS(E)\E\\:tc=vt100:
754b75d2
DL
1733
1734# This isn't a DEC entry, it came from University of Wisconsin.
1735# (vt131: I added <rmam>/<smam> based on the init string, also :bs: -- esr)
1736vt131|dec vt131:\
1737 :am:bs:xn:\
1738 :co#80:it#8:li#24:vt#3:\
1739 :RA=\E[?7h:SA=\E[?7h:bl=^G:cd=50\E[J:ce=3\E[K:\
1740 :cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1741 :do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
1742 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1743 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:\
1744 :me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=^M^J:\
1745 :r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1746 :se=2\E[m:so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:\
1747 :us=2\E[4m:
1bac2ebb
DL
1748
1749# vt132 - like vt100 but slower and has ins/del line and such.
754b75d2 1750# I'm told that :im:/:ei: are backwards in the terminal from the
177c0ea7
JB
1751# manual and from the ANSI standard, this describes the actual
1752# terminal. I've never actually used a vt132 myself, so this
1bac2ebb
DL
1753# is untested.
1754#
1755vt132|DEC vt132:\
45fd9aa5
EZ
1756 :xn:\
1757 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:\
1758 :tc=vt100:
1bac2ebb 1759
1bac2ebb
DL
1760# This vt220 description maps F5--F9 to the second block of function keys
1761# at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
1762# with the key marked (ESC) on the vt220. See vt220d for an alternate mapping.
1763# PF1--PF4 are used as F1--F4.
1764#
754b75d2
DL
1765vt220-old|vt200-old|DEC VT220 in vt100 emulation mode:\
1766 :am:bs:mi:pt:xn:xo:\
1bac2ebb 1767 :co#80:li#24:vt#3:\
754b75d2
DL
1768 :@7=\E[4~:RA=\E[?7l:SA=\E[?7h:\
1769 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1770 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1771 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1772 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1773 :if=/usr/share/tabset/vt100:im=\E[4h:\
1774 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1775 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
1776 :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
1777 :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
70dc89d1 1778 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
754b75d2 1779 :rf=/usr/share/tabset/vt100:\
70dc89d1 1780 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
45fd9aa5 1781 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
754b75d2
DL
1782 :sc=\E7:se=\E[27m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
1783 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1784
1785# A much better description of the VT200/220; used to be vt220-8
45fd9aa5
EZ
1786# changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
1787# designation to accommodate bug in pcvt -TD
1788# (untranslatable capabilities removed to fit entry within 1023 bytes)
1789# (sgr removed to fit entry within 1023 bytes)
1790# (acsc removed to fit entry within 1023 bytes)
754b75d2 1791vt220|vt200|dec vt220:\
70dc89d1 1792 :5i:am:bs:mi:ms:xn:xo:\
754b75d2 1793 :co#80:it#8:li#24:vt#3:\
70dc89d1
RS
1794 :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
1795 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
1796 :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
1797 :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
45fd9aa5
EZ
1798 :SA=\E[?7h:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
1799 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
1800 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1801 :eA=\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
1802 :if=/usr/share/tabset/vt100:im=\E[4h:\
754b75d2 1803 :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
70dc89d1
RS
1804 :k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1805 :k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
1806 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:\
1807 :l4=pf4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
1808 :nw=\EE:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:\
1809 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:\
1810 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:
754b75d2 1811vt220-w|vt200-w|DEC vt220 in wide mode:\
45fd9aa5
EZ
1812 :co#132:\
1813 :r3=\E[?3h:tc=vt220:
1814# (untranslatable capabilities removed to fit entry within 1023 bytes)
1815# (sgr removed to fit entry within 1023 bytes)
1816# (acsc removed to fit entry within 1023 bytes)
1817# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 1818vt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode:\
45fd9aa5 1819 :am:bs:mi:ms:xn:xo:\
754b75d2 1820 :co#80:it#8:li#24:vt#3:\
45fd9aa5
EZ
1821 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1822 :LE=\233%dD:RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:\
1823 :bl=^G:cd=\233J:ce=\233K:cl=\233H\233J:cm=\233%i%d;%dH:\
1824 :cr=^M:cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
1825 :ec=\233%dX:ei=\2334l:ho=\233H:\
1826 :if=/usr/share/tabset/vt100:im=\2334h:\
1827 :is=\233?7h\233>\233?1h\E F\233?4l:k1=\EOP:k2=\EOQ:\
1828 :k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:k8=\23319~:\
1829 :k9=\23320~:kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\233B:\
1830 :kh=\233H:kl=\233D:kr=\233C:ku=\233A:le=^H:mb=\2335m:\
1831 :md=\2331m:me=\233m:mr=\2337m:nd=\233C:nw=\EE:rc=\E8:\
1832 :sc=\E7:se=\23327m:sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:\
1833 :ue=\23324m:up=\233A:us=\2334m:vb=\233?5h\233?5l:
754b75d2 1834
1bac2ebb
DL
1835#
1836# vt220d:
1837# This vt220 description regards F6--F10 as the second block of function keys
1838# at the top of the keyboard. This mapping follows the description given
1839# in the VT220 Programmer Reference Manual and agrees with the labeling
1840# on some terminals that emulate the vt220. There is no support for an F5.
177c0ea7 1841# See vt220 for an alternate mapping.
1bac2ebb
DL
1842#
1843vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
45fd9aa5
EZ
1844 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1845 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:k5@:\
754b75d2 1846 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
45fd9aa5 1847 :tc=vt220-old:
1bac2ebb 1848
754b75d2 1849vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
45fd9aa5
EZ
1850 :am@:\
1851 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1bac2ebb 1852
754b75d2
DL
1853# vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
1854# (not an official DEC entry!)
1855# The problem with real vt220 terminals is they don't send escapes when in
1856# in vt220 mode. This can be gotten around two ways. 1> don't send
1857# escapes or 2> put the vt220 into vt100 mode and use all the nifty
1858# features of vt100 advanced video which it then has.
1859#
1860# This entry takes the view of putting a vt220 into vt100 mode so
1861# you can use the escape key in emacs and everything else which needs it.
1862#
1863# You probably don't want to use this on a VMS machine since VMS will think
1864# it has a vt220 and will get fouled up coming out of emacs
1865#
1866# From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
1867# (Added vt100 :rc:,:sc: to quiet a tic warning -- esr)
1868vt200-js|vt220-js|dec vt200 series with jump scroll:\
1869 :am:\
1870 :co#80:\
1871 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
1872 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:dm=:do=^J:ed=:\
1873 :ei=\E[4l:ho=\E[H:im=\E[4h:\
1874 :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:\
1875 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
1876 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
1877 :nw=^M\ED:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1878 :rf=/usr/lib/tabset/vt100:sc=\E7:se=5\E[27m:sf=\ED:\
1879 :so=5\E[7m:sr=\EM:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
177c0ea7
JB
1880
1881# This was DEC's vt320. Use the purpose-built one below instead
754b75d2
DL
1882#vt320|DEC VT320 in vt100 emulation mode,
1883# use=vt220,
1bac2ebb 1884
1bac2ebb 1885#
754b75d2 1886# Use v320n for SCO's LYRIX. Otherwise, use Adam Thompson's vt320-nam.
1bac2ebb 1887#
754b75d2 1888vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
45fd9aa5
EZ
1889 :am@:\
1890 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1bac2ebb 1891
177c0ea7 1892# These entries are not DEC's official ones, they were purpose-built for the
754b75d2 1893# VT320. Here are the designer's notes:
177c0ea7 1894# <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to
754b75d2
DL
1895# 'Erase to End of Field'... since nothing seems to use 'end' anyways...
1896# khome is Home on a PC kbd. Actually 'FIND' on a VT.
1897# Things that use <knxt> usually use tab anyways... and things that don't use
1898# tab usually use <knxt> instead...
1899# kprv is same as tab - Backtab is useless...
1900# I left out :sa: because of its RIDICULOUS complexity,
1901# and the resulting fact that it causes the termcap translation of the entry
1902# to SMASH the 1k-barrier...
1903# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
177c0ea7 1904# (vt320: uncommented :fs: --esr)
45fd9aa5
EZ
1905# (untranslatable capabilities removed to fit entry within 1023 bytes)
1906# (sgr removed to fit entry within 1023 bytes)
1907# (acsc removed to fit entry within 1023 bytes)
1908# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2
DL
1909vt320|vt300|dec vt320 7 bit terminal:\
1910 :am:es:hs:mi:ms:xn:\
1911 :co#80:li#24:ws#80:\
45fd9aa5
EZ
1912 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1913 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1914 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
1915 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1916 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1917 :ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
754b75d2
DL
1918 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1919 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
45fd9aa5
EZ
1920 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1921 :kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
1922 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1923 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
70dc89d1
RS
1924 :rs=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1925 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1926 :ts=\E[1$}\E[H\E[K:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
1927 :vi=\E[?25l:
754b75d2 1928vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy:\
45fd9aa5 1929 :am@:\
754b75d2 1930 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
70dc89d1 1931 :rs=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
45fd9aa5 1932 :tc=vt320:
754b75d2
DL
1933# We have to init 132-col mode, not 80-col mode.
1934vt320-w|vt300-w|dec vt320 wide 7 bit terminal:\
45fd9aa5 1935 :co#132:ws#132:\
754b75d2 1936 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
70dc89d1 1937 :rs=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
45fd9aa5 1938 :tc=vt320:
754b75d2 1939vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am:\
45fd9aa5 1940 :am@:\
754b75d2 1941 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
70dc89d1 1942 :rs=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
45fd9aa5 1943 :tc=vt320-w:
754b75d2
DL
1944
1945# VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
1946# which are pretty much a superset of the VT320. They have the
1947# host writable status line, yet another different DRCS matrix size,
1948# and such, but they add the DEC Technical character set, Multiple text
1949# pages, selectable length pages, and the like. The difference between
1950# the vt330 and vt340 is that the latter has only 2 planes and a monochrome
1951# monitor, the former has 4 planes and a color monitor. These terminals
1952# support VT131 and ANSI block mode, but as with much of these things,
1953# termcap/terminfo doesn't deal with these features.
1954#
1955# Note that this entry is are set up in what was the standard way for GNU
1956# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1957# keys were switched into application mode at the same time the numeric pad
1958# is switched into application mode. This changes the definitions of the
177c0ea7 1959# arrow keys. Emacs v19 is smarter and mines its keys directly out of
754b75d2
DL
1960# your termcap or terminfo entry,
1961#
1962# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1963# (vt340: string capability "sb=\E[M" corrected to "sr";
1964# also, added <rmam>/<smam> based on the init string -- esr)
1965vt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page:\
1966 :am:es:hs:mi:ms:xn:xo:\
1967 :co#80:it#8:li#24:vt#3:\
1968 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1969 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1970 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1971 :ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1972 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1973 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
1974 :fs=\E[$}:ho=\E[H:im=\E[4h:\
1975 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1976 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1977 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1978 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
1979 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
1980 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:\
1981 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1982 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1983 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1984
1985# DEC doesn't supply a vt400 description, so we add Daniel Glasser's
1986# (originally written with vt420 as its primary name, and usable for it).
177c0ea7
JB
1987#
1988# VT400/420 -- This terminal is a superset of the vt320. It adds the multiple
754b75d2
DL
1989# text pages and long text pages with selectable length of the vt340, along
1990# with left and right margins, rectangular area text copy, fill, and erase
1991# operations, selected region character attribute change operations,
1992# page memory and rectangle checksums, insert/delete column, reception
1993# macros, and other features too numerous to remember right now. TERMCAP
1994# can only take advantage of a few of these added features.
1995#
1996# Note that this entry is are set up in what was the standard way for GNU
1997# Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1998# keys were switched into application mode at the same time the numeric pad
1999# is switched into application mode. This changes the definitions of the
177c0ea7 2000# arrow keys. Emacs v19 is smarter and mines its keys directly out of
754b75d2
DL
2001# your termcap entry,
2002#
2003# From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
2004# (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
2005# also, added <rmam>/<smam> based on the init string -- esr)
754b75d2
DL
2006vt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap:\
2007 :am:es:hs:mi:ms:xn:xo:\
2008 :co#80:it#8:li#24:vt#3:\
2009 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
70dc89d1
RS
2010 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
2011 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2012 :ae=^O:al=\E[L:as=^N:cd=10\E[J:ce=4\E[K:cl=10\E[H\E[J:\
2013 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
2014 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
2015 :fs=\E[$}:ho=\E[H:ic=\E[@:im=\E[4h:\
754b75d2
DL
2016 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
2017 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
2018 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
70dc89d1
RS
2019 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
2020 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
2021 :r1=\E<\E[?3l\E[!p\E[?7h:rc=\E8:\
2022 :rf=/usr/share/tabset/vt300:sc=\E7:se=\E[27m:sf=\ED:\
2023 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[2$~\E[1$}\E[1;%dH:\
2024 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
2025 :ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
754b75d2
DL
2026
2027# (vt420: I removed :k0:, it collided with <kf10>. I also restored
2028# a missing :sc: -- esr)
1bac2ebb
DL
2029vt420|DEC VT420:\
2030 :am:mi:xn:xo:\
2031 :co#80:li#24:vt#3:\
754b75d2 2032 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1bac2ebb 2033 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
754b75d2 2034 :SA=\E[?7h:\
1bac2ebb
DL
2035 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2036 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
754b75d2 2037 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1bac2ebb 2038 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
754b75d2
DL
2039 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
2040 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2041 :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
2042 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2043 :kb=^H:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
2044 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2045 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
45fd9aa5 2046 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
754b75d2 2047 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
1bac2ebb
DL
2048 :up=\E[A:us=\E[4m:
2049
1bac2ebb 2050#
754b75d2
DL
2051# DEC VT220 and up support DECUDK (user-defined keys). DECUDK (i.e., pfx)
2052# takes two parameters, the key and the string. Translating the key is
2053# straightforward (keys 1-5 are not defined on real terminals, though some
2054# emulators define these):
2055#
1bac2ebb 2056# if (key < 16) then value = key;
177c0ea7 2057# else if (key < 21) then value = key + 1;
1bac2ebb
DL
2058# else if (key < 25) then value = key + 2;
2059# else if (key < 27) then value = key + 3;
2060# else if (key < 30) then value = key + 4;
2061# else value = key + 5;
2062#
177c0ea7 2063# The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".
754b75d2
DL
2064# There's no provision in terminfo for emitting a string in this format, so the
2065# application has to know it.
2066#
1bac2ebb 2067vt420pc|DEC VT420 w/PC keyboard:\
45fd9aa5
EZ
2068 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:F4=\E[12;2~:\
2069 :F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:F8=\E[17;2~:\
2070 :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
2071 :FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:FG=\E[24~:FH=\E[25~:\
2072 :FI=\E[26~:FJ=\E[28~:FK=\E[29~:FL=\E[31~:FM=\E[32~:\
2073 :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
2074 :FS=\E[24;2~:FT=\E[25;2~:FU=\E[26;2~:FV=\E[28;2~:\
2075 :FW=\E[29;2~:FX=\E[31;2~:FY=\E[32;2~:FZ=\E[33;2~:\
2076 :Fa=\E[34;2~:Fb=\E[35;2~:Fc=\E[36;2~:\
2077 :S6=USR_TERM\:vt420pcdos\::k1=\E[11~:k2=\E[12~:\
754b75d2 2078 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
45fd9aa5 2079 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\177:kh=\E[H:\
70dc89d1 2080 :..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\\:\
45fd9aa5 2081 :tc=vt420:
1bac2ebb
DL
2082
2083vt420pcdos|DEC VT420 w/PC for DOS Merge:\
45fd9aa5
EZ
2084 :li#25:\
2085 :..S1=%?%p1%{19}%=%t\E\023\021%e%p1%{32}%<%t\E%p1%c%e%p1%{127}%=%t\E\177%e%p1%c%;:\
1bac2ebb 2086 :S4=\E[?1;2r\E[34h:\
45fd9aa5
EZ
2087 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
2088 :me=\E[m:sa@:tc=vt420pc:
1bac2ebb
DL
2089
2090vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
45fd9aa5
EZ
2091 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2092 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
2093 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2094 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2095 :kD=\177:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
1bac2ebb
DL
2096
2097vt510|DEC VT510:\
45fd9aa5 2098 :tc=vt420:
1bac2ebb 2099vt510pc|DEC VT510 w/PC keyboard:\
45fd9aa5 2100 :tc=vt420pc:
1bac2ebb 2101vt510pcdos|DEC VT510 w/PC for DOS Merge:\
45fd9aa5 2102 :tc=vt420pcdos:
1bac2ebb
DL
2103
2104# VT520/VT525
2105#
2106# The VT520 is a monochrome text terminal capable of managing up to
2107# four independent sessions in the terminal. It has multiple ANSI
2108# emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
2109# and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
2110# 925 910+, ADDS A2). This terminfo data is for the ANSI emulations only.
2111#
2112# Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
2113# [Alt]/[Print Screen] depending upon which keyboard and which
2114# terminal mode is being used. If Set-Up has been disabled or
2115# assigned to an unknown key, Set-Up may be entered by pressing
2116# [F3] as the first key after power up, regardless of keyboard type.
754b75d2 2117# (vt520: I added <rmam>/<smam> based on the init string, also :sc: -- esr)
1bac2ebb
DL
2118vt520|DEC VT520:\
2119 :am:mi:xn:xo:\
2120 :co#80:li#24:vt#3:\
754b75d2 2121 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1bac2ebb 2122 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
754b75d2 2123 :SA=\E[?7h:\
1bac2ebb
DL
2124 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2125 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
754b75d2 2126 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1bac2ebb 2127 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
754b75d2 2128 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
45fd9aa5
EZ
2129 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2130 :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
754b75d2
DL
2131 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2132 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
70dc89d1
RS
2133 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2134 :..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\\:\
2135 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
45fd9aa5 2136 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
70dc89d1
RS
2137 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
2138 :up=\E[A:us=\E[4m:
754b75d2
DL
2139
2140# (vt525: I added <rmam>/<smam> based on the init string;
2141# removed :se:=\E[m, :ue:=\E[m, added :sc: -- esr)
1bac2ebb
DL
2142vt525|DEC VT525:\
2143 :am:mi:xn:xo:\
2144 :co#80:li#24:vt#3:\
754b75d2 2145 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1bac2ebb 2146 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
754b75d2 2147 :SA=\E[?7h:\
1bac2ebb
DL
2148 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2149 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
754b75d2 2150 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1bac2ebb 2151 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
754b75d2 2152 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
45fd9aa5
EZ
2153 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2154 :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
754b75d2
DL
2155 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2156 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
70dc89d1
RS
2157 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2158 :..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\\:\
2159 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
45fd9aa5 2160 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
70dc89d1
RS
2161 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
2162 :up=\E[A:us=\E[4m:
754b75d2
DL
2163
2164#### VT100 emulations
2165#
2166
2167# John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
2168# (the best Windows telnet as of September 1995) presents the name `dec-vt100'
2169# to telnetd. Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
2170# that this works best with a stock vt100 entry.
2171dec-vt100|EWAN telnet's vt100 emulation:\
45fd9aa5 2172 :tc=vt100:
754b75d2
DL
2173
2174# From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
2175dec-vt220|DOS tnvt200 terminal emulator:\
45fd9aa5 2176 :am@:tc=vt220:
754b75d2
DL
2177
2178# Zstem340 is an (IMHO) excellent VT emulator for PC's. I recommend it to
2179# anyone who needs PC VT340 emulation. (or anything below that level, for
2180# that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
2181# RDBM systems, it includes ReGIS and SiXel support! I'm impressed...
2182# I can send the address if requested.
2183# (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
2184# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
2185z340|zstem vt340 terminal emulator 132col 42line:\
45fd9aa5 2186 :li#42:\
754b75d2 2187 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
70dc89d1 2188 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
45fd9aa5 2189 :tc=vt320-w:
754b75d2 2190z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins):\
45fd9aa5 2191 :am@:\
754b75d2 2192 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
70dc89d1 2193 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
45fd9aa5 2194 :tc=z340:
754b75d2
DL
2195
2196# CRT is shareware. It implements some xterm features, including mouse.
2197crt|crt-vt220|CRT 2.3 emulating VT220:\
45fd9aa5
EZ
2198 :ms:ut:\
2199 :NC@:\
2200 :st=\EH:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
2201 :tc=vt220:tc=ecma+color:
2202
32a27485 2203# PuTTY 0.58 (released 05 April 2005)
45fd9aa5
EZ
2204# http://www.chiark.greenend.org.uk/~sgtatham/putty/
2205#
2206# This emulates vt100 + vt52 (plus a few vt220 features: ech, SRM, DECTCEM, as
2207# well as SCO and Atari, color palettes from Linux console). Reading the code,
2208# it is intended to be VT102 plus selected features By default, it sets $TERM
2209# to xterm, which is incorrect, since several features are misimplemented:
2210#
2211# Alt+key always sends ESC+key, so 'km' capability is removed.
2212#
2213# Control responses, wrapping and tabs are buggy, failing a couple of
2214# screens in vttest.
2215#
2216# xterm mouse support is not implemented (unrelease version may).
2217#
2218# Several features such as backspace/delete are optional; this entry documents
2219# the default behavior -TD
2220# (untranslatable capabilities removed to fit entry within 1023 bytes)
2221# (sgr removed to fit entry within 1023 bytes)
2222# (acsc removed to fit entry within 1023 bytes)
2223# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2224putty|xterm clone (win32):\
2225 :am:bw:km:mi:ms:xn:\
2226 :co#80:it#8:li#24:\
2227 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
2228 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2229 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2230 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2231 :ei=\E[4l:ho=\E[H:im=\E[4h:\
2232 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2233 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2234 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2235 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
2236 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
2237 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
2238 :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>:sc=\E7:\
2239 :se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2240 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:\
2241 :us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1bac2ebb 2242
754b75d2
DL
2243# This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
2244# T. Teranishi dated Mar 10, 1998. It is a free software terminal emulator
2245# (communication program) which supports:
2246#
2247# - Serial port connections.
2248# - TCP/IP (telnet) connections.
2249# - VT100 emulation, and selected VT200/300 emulation.
2250# - TEK4010 emulation.
2251# - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
2252# Quick-VAN).
2253# - Scripts using the "Tera Term Language".
2254# - Japanese and Russian character sets.
2255#
2256# The program does not come with terminfo or termcap entries. However, the
2257# emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
2258# vt52 or doublesize character support; blinking is done with color). Besides
2259# the HPA, VPA extensions it also implements CPL and CNL.
2260#
2261# All of the function keys can be remapped. This description shows the default
2262# mapping, as installed. Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
2263# are supported. F13-F20 are obtained by shifting F3-F10. The editing keypad
2264# is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
2265# kfnd Insert
2266# kslt Delete
2267# kich1 Home
2268# kdch1 PageUp
2269# kpp End
2270# knp PageDown
2271#
2272# ANSI colors are implemented, but cannot be combined with video attributes
2273# except for reverse.
2274#
2275# No fonts are supplied with the program, so the acsc string is chosen to
2276# correspond with the default Microsoft terminal font.
2277#
2278# Tera Term recognizes some xterm sequences, including those for setting and
2279# retrieving the window title, and for setting the window size (i.e., using
2280# "resize -s"), though it does not pass SIGWINCH to the application if the
2281# user resizes the window with the mouse.
2282teraterm|Tera Term Pro:\
45fd9aa5
EZ
2283 :km:xo@:\
2284 :NC#43:vt@:\
2285 :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2286 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2287 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
70dc89d1 2288 :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
45fd9aa5
EZ
2289 :al=\E[L:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
2290 :cm=\E[%i%d;%dH:cv=\E[%i%dd:dc=\E[P:dl=\E[M:ec=\E[%dX:\
2291 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2292 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2293 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:mb=\E[5m:md=\E[1m:\
2294 :me=\E[m:mr=\E[7m:nd=\E[C:op=\E[100m:se=\E[27m:so=\E[7m:\
2295 :sr=\EM:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
2296 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
2297 :ve=\E[?25h:vi=\E[?25l:tc=klone+color:tc=vt100:
754b75d2
DL
2298
2299# Tested with WinNT 4.0, the telnet application assumes the screensize is
2300# 25x80. This entry uses the 'Terminal' font, to get line-drawing characters.
45fd9aa5
EZ
2301#
2302# Other notes:
2303# a) Fails tack's cup (cursor-addressing) test, though cup works well enough
2304# for casual (occasional) use. Also fails several of the vttest screens,
2305# but that is not unusual for vt100 "emulators".
2306# b) Does not implement vt100 keypad
2307# c) Recognizes a subset of vt52 controls.
754b75d2 2308ms-vt100|MS telnet imitating dec vt100:\
45fd9aa5
EZ
2309 :li#25:\
2310 :@8@:K1@:K2@:K3@:K4@:K5@:\
70dc89d1 2311 :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
45fd9aa5
EZ
2312 :ct@:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:u6=\E[%i%d;%dR:\
2313 :u7=\E[6n:u8=\E[?6c:u9=\E[c:tc=vt100:
2314
2315# Tested with Windows 2000, the telnet application runs in a console window,
2316# also using 'Terminal' font.
2317#
2318# Other notes:
2319# a) This version has no function keys or numeric keypad. Unlike the older
2320# version, the numeric keypad is entirely ignored.
2321# b) The program sets $TERM to "ansi", which of course is inaccurate.
2322ms-vt100-color|windows 2000 ansi (sic):\
2323 :ut:\
2324 :DC=\E[%dP:IC=\E[%d@:ei=:im=:tc=ecma+color:tc=ms-vt100:
754b75d2
DL
2325
2326#### X terminal emulators
2327#
2328# You can add the following line to your .Xdefaults to change the terminal type
2329# set by the xterms you start up to my-xterm:
2330#
2331# *termName: my-xterm
2332#
2333# System administrators can change the default entry for xterm instances
2334# by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm. In either
2335# case, xterm will detect and reject an invalid terminal type, falling back
2336# to the default of xterm.
1bac2ebb
DL
2337#
2338
2339# X10/6.6 11/7/86, minus alternate screen, plus (csr)
754b75d2 2340# (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
1bac2ebb
DL
2341# removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
2342# as these seem not to work -- esr)
2343x10term|vs100-x10|xterm terminal emulator (X10 window system):\
754b75d2 2344 :am:bs:km:mi:ms:xn:xo:\
1bac2ebb 2345 :co#80:it#8:li#65:\
754b75d2
DL
2346 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
2347 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
2348 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
2349 :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
2350 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
2351 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
2352 :mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
2353 :ue=\E[m:up=\E[A:us=\E[4m:
177c0ea7 2354# Compatible with the R5 xterm
754b75d2 2355# (from the XFree86 3.2 distribution, <blink=@> removed)
45fd9aa5 2356# added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
754b75d2 2357# corrected typos in rs2 string - TD
45fd9aa5 2358# added u6-u9 -TD
754b75d2
DL
2359xterm-r5|xterm R5 version:\
2360 :am:bs:km:ms:xn:\
2361 :co#80:it#8:li#24:\
2362 :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
2363 :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
2364 :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
1bac2ebb 2365 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
754b75d2
DL
2366 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:\
2367 :im=\E[4h:k0=\EOq:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
2368 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2369 :k;=\E[21~:kA=\E[30~:kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:\
2370 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
2371 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
70dc89d1
RS
2372 :me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
2373 :rs=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H:\
754b75d2 2374 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
45fd9aa5
EZ
2375 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2376 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:\
754b75d2
DL
2377 :up=\E[A:us=\E[4m:
2378# Compatible with the R6 xterm
2379# (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
45fd9aa5
EZ
2380# added khome/kend, hts based on the R6 xterm code - TD
2381# (khome/kend do not actually work in X11R5 or X11R6, but many people use this
2382# for compatibility with other emulators).
2383# (untranslatable capabilities removed to fit entry within 1023 bytes)
2384# (sgr removed to fit entry within 1023 bytes)
2385# (acsc removed to fit entry within 1023 bytes)
754b75d2
DL
2386xterm-r6|xterm-old|xterm X11R6 version:\
2387 :am:bs:km:mi:ms:xn:\
2388 :co#80:it#8:li#24:\
70dc89d1
RS
2389 :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2390 :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
2391 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
45fd9aa5
EZ
2392 :FA=\E[34~:Km=\E[M:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
2393 :al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
70dc89d1
RS
2394 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
2395 :dl=\E[M:do=^J:eA=\E)0:ei=\E[4l:ho=\E[H:im=\E[4h:\
45fd9aa5
EZ
2396 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2397 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2398 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2399 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
2400 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
2401 :md=\E[1m:me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:rc=\E8:\
2402 :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>:sc=\E7:\
2403 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2404 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%i%d;%dR:\
2405 :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:
754b75d2
DL
2406# This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
2407# The name has been changed and some aliases have been removed.
45fd9aa5
EZ
2408# (untranslatable capabilities removed to fit entry within 1023 bytes)
2409# (sgr removed to fit entry within 1023 bytes)
2410# (acsc removed to fit entry within 1023 bytes)
2411# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 2412xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\
45fd9aa5
EZ
2413 :am:bs:km:mi:ms:xn:\
2414 :co#80:it#8:li#24:\
2415 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2416 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2417 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
2418 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2419 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2420 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
2421 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
754b75d2 2422 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
45fd9aa5
EZ
2423 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
2424 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
2425 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
2426 :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2427 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2428 :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2429 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
754b75d2
DL
2430
2431# This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
2432# codes for F1-F4 except while in VT220 mode.
2433xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System):\
45fd9aa5 2434 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm-xf86-v32:
754b75d2
DL
2435
2436# This version was released in XFree86 3.3.3 (November 1998).
2437# Besides providing printer support, it exploits a new feature that allows
2438# xterm to use terminfo-based descriptions with the titeInhibit resource.
45fd9aa5 2439# -- the distribution contained incorrect khome/kend values -TD
754b75d2 2440xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System):\
45fd9aa5
EZ
2441 :5i:\
2442 :*6@:@0@:ei=:ic@:im=:is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:\
2443 :mb=\E[5m:mk=\E[8m:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
2444 :r2=\E[!p\E[?3;4l\E[4l\E>:\
754b75d2
DL
2445 :..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%;:\
2446 :te=\E[?1047l\E[?1048l:ti=\E[?1048h\E[?1047h:\
45fd9aa5 2447 :tc=xterm-xf86-v33:
754b75d2 2448
45fd9aa5 2449# This version was released in XFree86 4.0.
754b75d2 2450xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System):\
45fd9aa5
EZ
2451 :NP:\
2452 :#2=\EO5H:#3=\E[2;5~:#4=\EO5D:%c=\E[6;5~:%e=\E[5;5~:\
2453 :%i=\EO5C:*4=\E[3;5~:*7=\EO5F:@7=\EOF:F3=\EO2P:F4=\EO2Q:\
2454 :F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:\
2455 :FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:\
2456 :FE=\E[24;2~:FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:\
2457 :FJ=\E[15;5~:FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:\
2458 :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
2459 :FR=\EO6P:FS=\EO6Q:FT=\EO6R:FU=\EO6S:FV=\E[15;6~:\
2460 :FW=\E[17;6~:FX=\E[18;6~:FY=\E[19;6~:FZ=\E[20;6~:\
2461 :Fa=\E[21;6~:Fb=\E[23;6~:Fc=\E[24;6~:K1@:K2=\EOE:K3@:K4@:\
2462 :K5@:kB=\E[Z:kD=\E[3~:kh=\EOH:\
2463 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
2464 :te=\E[?1049l:ti=\E[?1049h:tc=xterm-xf86-v333:
754b75d2
DL
2465
2466xterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System):\
45fd9aa5
EZ
2467 :NP:\
2468 :#2=\EO2H:#3=\E[2;2~:#4=\EO2D:%c=\E[6;2~:%e=\E[5;2~:\
2469 :%i=\EO2C:*4=\E[3;2~:*7=\EO2F:@7=\EOF:@8=\EOM:F1=\E[23~:\
2470 :F2=\E[24~:F3=\EO2P:F4=\EO2Q:F5=\EO2R:F6=\EO2S:\
2471 :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:\
2472 :FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:\
2473 :FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:FJ=\E[15;5~:\
2474 :FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:FN=\E[20;5~:\
2475 :FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:FR=\EO6P:FS=\EO6Q:\
2476 :FT=\EO6R:FU=\EO6S:FV=\E[15;6~:FW=\E[17;6~:FX=\E[18;6~:\
2477 :FY=\E[19;6~:FZ=\E[20;6~:Fa=\E[21;6~:Fb=\E[23;6~:\
2478 :Fc=\E[24;6~:K2=\EOE:Km=\E[M:k1=\EOP:k2=\EOQ:k3=\EOR:\
2479 :k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2480 :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2481 :kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:tc=xterm-basic:
2482#
2483# This chunk is used for building the VT220/Sun/PC keyboard variants.
2484# (untranslatable capabilities removed to fit entry within 1023 bytes)
2485xterm-basic|xterm terminal emulator - common (XFree86):\
2486 :5i:am:km:mi:ms:ut:xn:\
70dc89d1 2487 :Co#8:co#80:it#8:li#24:pa#64:\
45fd9aa5
EZ
2488 :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2489 :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
2490 :SA=\E[?7h:UP=\E[%dA:\
70dc89d1
RS
2491 :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2492 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
2493 :ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2494 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
2495 :do=^J:eA=\E(B\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
45fd9aa5
EZ
2496 :is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:kb=^H:ke=\E[?1l\E>:\
2497 :ks=\E[?1h\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
70dc89d1
RS
2498 :mk=\E[8m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:op=\E[39;49m:\
2499 :pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
45fd9aa5
EZ
2500 :r2=\E[!p\E[?3;4l\E[4l\E>:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
2501 :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[?1049l:ti=\E[?1049h:\
2502 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[24m:\
2503 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
754b75d2
DL
2504
2505# From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
2506xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1:\
45fd9aa5 2507 :se=\E[m:ue=\E[m:tc=xterm-xf86-v33:
754b75d2
DL
2508
2509# This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
2510xterm-16color|xterm with 16 colors like aixterm:\
45fd9aa5 2511 :Co#16:NC#32:pa#256:\
70dc89d1
RS
2512 :..AB=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm:\
2513 :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm:\
754b75d2
DL
2514 :..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:\
2515 :..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:\
45fd9aa5
EZ
2516 :tc=xterm-xfree86:
2517
2518# These variants of XFree86 3.9.16 xterm are built as a configure option.
2519xterm-256color|xterm with 256 colors:\
2520 :cc:\
2521 :Co#256:NC#32:pa#256:\
2522 :AB=\E[48;5;%dm:AF=\E[38;5;%dm:\
2523 :..Ic=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\:\
2524 :Sb=\E[48;5;%dm:Sf=\E[38;5;%dm:tc=xterm-xfree86:
2525xterm-88color|xterm with 88 colors:\
2526 :Co#88:pa#88:tc=xterm-256color:
754b75d2
DL
2527
2528# This is another variant, for XFree86 4.0 xterm (T.Dickey)
2529# This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
2530# To use it, your decTerminalID resource must be set to 200 or above.
2531#
2532# HTS \E H \210
2533# RI \E M \215
2534# SS3 \E O \217
2535# CSI \E [ \233
2536#
45fd9aa5
EZ
2537# (untranslatable capabilities removed to fit entry within 1023 bytes)
2538# (sgr removed to fit entry within 1023 bytes)
2539# (acsc removed to fit entry within 1023 bytes)
2540# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 2541xterm-8bit|xterm terminal emulator 8-bit controls (X Window System):\
45fd9aa5
EZ
2542 :am:bs:km:mi:ms:xn:\
2543 :co#80:it#8:li#24:\
2544 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
2545 :K1=\217w:K2=\217y:K3=\217u:K4=\217q:K5=\217s:LE=\233%dD:\
2546 :RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:bl=^G:bt=\233Z:\
2547 :cd=\233J:ce=\233K:cl=\233H\2332J:cm=\233%i%d;%dH:cr=^M:\
2548 :cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
2549 :ec=\233%dX:ei=\2334l:ho=\233H:im=\2334h:\
754b75d2
DL
2550 :is=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>:\
2551 :k1=\23311~:k2=\23312~:k3=\23313~:k4=\23314~:k5=\23315~:\
45fd9aa5
EZ
2552 :k6=\23317~:k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:\
2553 :kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\217B:\
754b75d2 2554 :ke=\233?1l\E>:kh=\2331~:kl=\217D:kr=\217C:ks=\233?1h\E=:\
45fd9aa5
EZ
2555 :ku=\217A:le=^H:mb=\2335m:md=\2331m:me=\233m^O:mr=\2337m:\
2556 :nd=\233C:rc=\E8:sc=\E7:se=\23327m:sf=^J:so=\2337m:sr=\215:\
2557 :st=\210:ta=^I:te=\233?1049l:ti=\233?1049h:ue=\23324m:\
2558 :up=\233A:us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:\
2559 :vi=\233?25l:
2560
2561xterm-hp|XFree86 xterm with hpterm function keys:\
2562 :@7=\EF:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
2563 :k8=\Ew:kC=\EJ:kD=\EP:kI=\EQ:kN=\ES:kP=\ET:kd=\EB:kh=\Eh:\
2564 :kl=\ED:kr=\EC:ku=\EA:tc=xterm-basic:
2565
2566xterm-sco|XFree86 xterm with SCO function keys:\
2567 :@7=\E[F:F1=\E[W:F2=\E[X:F3=\E[Y:F5=\E[a:F6=\E[b:F7=\E[c:\
2568 :F8=\E[d:F9=\E[e:FA=\E[f:FB=\E[g:FC=\E[h:FD=\E[i:FE=\E[j:\
2569 :FF=\E[k:FG=\E[l:FH=\E[m:FI=\E[n:FJ=\E[o:FK=\E[p:FL=\E[q:\
2570 :FM=\E[r:FN=\E[s:FO=\E[t:FP=\E[u:k1=\E[M:k2=\E[N:k3=\E[O:\
2571 :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:\
2572 :kI=\E[L:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
2573 :ku=\E[A:tc=xterm-basic:
2574
2575# The xterm-xfree86 description has all of the features, but is not completely
2576# compatible with vt220. If you are using a Sun or PC keyboard, set the
2577# sunKeyboard resource to true:
2578# + maps the editing keypad
2579# + interprets control-function-key as a second array of keys, so a
2580# 12-fkey keyboard can support vt220's 20-fkeys.
2581# + maps numeric keypad "+" to ",".
2582# + uses DEC-style control sequences for the application keypad.
177c0ea7 2583#
45fd9aa5
EZ
2584xterm-vt220|XFree86 xterm emulating vt220:\
2585 :@1=\EOu:@7=\E[4~:@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
2586 :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
2587 :F9=\E[33~:FA=\E[34~:K1=\EOw:K3=\EOy:K4=\EOq:K5=\EOs:\
2588 :Km=\E[M:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\
2589 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2590 :kB=\E[Z:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:kh=\E[1~:\
2591 :kl=\EOD:kr=\EOC:ku=\EOA:tc=xterm-basic:
754b75d2 2592
45fd9aa5 2593xterm-vt52|XFree86 xterm emulating dec vt52:\
70dc89d1 2594 :co#80:it#8:li#24:\
45fd9aa5
EZ
2595 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2596 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
2597 :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
2598 :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
2599
2600xterm-noapp|xterm with cursor keys in normal mode:\
2601 :kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:te@:ti@:\
2602 :tc=xterm:
2603
2604xterm-24|vs100|xterms|xterm terminal emulator (X Window System):\
2605 :li#24:tc=xterm-r6:
754b75d2
DL
2606
2607# This is xterm for ncurses.
2608xterm|xterm terminal emulator (X Window System):\
45fd9aa5 2609 :tc=xterm-r6:
177c0ea7 2610# use=xterm-xfree86,
754b75d2 2611
177c0ea7
JB
2612# These entries allow access to the X titlebar and icon name as a status line.
2613# Note that twm (and possibly window managers descended from it such as tvtwm,
754b75d2
DL
2614# ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
2615# with it.
2616xterm+sl|access X title line and icon name:\
45fd9aa5
EZ
2617 :hs:\
2618 :ws#40:\
2619 :ds=\E]0;\007:fs=^G:ts=\E]0;:tc=xterm:
754b75d2 2620xterm+sl-twm|access X title line (pacify twm-descended window managers):\
45fd9aa5
EZ
2621 :hs:\
2622 :ws#40:\
2623 :ds=\E]2;\007:fs=^G:ts=\E]2;:tc=xterm:
754b75d2
DL
2624
2625#
2626# The following xterm variants don't depend on your base version
2627#
2628# xterm with bold instead of underline
2629xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold:\
45fd9aa5 2630 :so=\E[7m:us=\E[1m:tc=xterm:
754b75d2
DL
2631# (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
2632# (kterm should not invoke DEC Graphics as the alternate character set
2633# -- Kenji Rikitake)
45fd9aa5
EZ
2634# (proper setting of enacs, smacs, rmacs makes kterm to use DEC Graphics
2635# -- MATSUMOTO Shoji)
1bac2ebb 2636kterm|kterm kanji terminal emulator (X window system):\
45fd9aa5
EZ
2637 :es:hs:\
2638 :Km=\E[M:\
2639 :ac=++,,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2640 :ae=\E(B:as=\E(0:cs=\E[%i%d;%dr:ds=\E[?H:eA=:fs=\E[?F:\
2641 :rc=\E8:sc=\E7:ts=\E[?E\E[?%i%dT:tc=xterm-r6:\
2642 :tc=ecma+color:
2643kterm-color|kterm-co|kterm with ANSI colors:\
2644 :NC@:tc=kterm:tc=ecma+color:
1bac2ebb
DL
2645# See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
2646xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
45fd9aa5 2647 :IC@:ei=:ic@:im=:tc=xterm:
177c0ea7 2648# From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
754b75d2 2649xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
45fd9aa5 2650 :te@:ti@:tc=xterm:
1bac2ebb 2651
754b75d2
DL
2652# This describes the capabilities of color_xterm, an xterm variant from
2653# before ECMA-64 color support was folded into the main-line xterm release.
2654# This entry is straight from color_xterm's maintainer.
2655# From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
2656# The README's with the distribution also say that it supports SGR 21, 24, 25
2657# and 27, but they are not present in the terminfo or termcap.
45fd9aa5 2658# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
2659color_xterm|cx|cx100|color_xterm color terminal emulator for X:\
2660 :am:bs:km:mi:ms:xn:\
45fd9aa5
EZ
2661 :NC@:co#80:it#8:li#65:\
2662 :@7=\E[8~:@8=\EOM:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
2663 :F1=\E[23~:F2=\E[24~:IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:\
2664 :K4=\EOq:K5=\EOs:Km=\E[M:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
2665 :SA=\E[?7h:UP=\E[%dA:\
70dc89d1
RS
2666 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2667 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2668 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2669 :dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=\E[4l:ho=\E[H:\
754b75d2
DL
2670 :i1=\E[r\E[m\E[?7h\E[?4;6l\E[4l:im=\E[4h:k1=\E[11~:\
2671 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
70dc89d1
RS
2672 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\
2673 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:kh=\E[7~:kl=\EOD:kr=\EOC:\
2674 :ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
70dc89d1 2675 :r1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
45fd9aa5 2676 :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
70dc89d1 2677 :te=\E>\E[?41;1r:ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:\
45fd9aa5 2678 :up=\E[A:us=\E[4m:tc=ecma+color:
754b75d2 2679
45fd9aa5 2680# The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
754b75d2
DL
2681# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
2682# SGR 39 or 49. SGR 0 does reset colors (along with everything else). This
2683# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
2684# that each of those implements the home, end, delete keys differently.
45fd9aa5
EZ
2685#
2686# Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
2687# colors; note that this is not compatible with the 5.2 version.
754b75d2 2688nxterm|xterm-color|generic color xterm:\
45fd9aa5
EZ
2689 :NC@:\
2690 :op=\E[m:tc=xterm-r6:tc=klone+color:
2691
2692# this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
2693gnome-rh62|Gnome terminal:\
2694 :ut:\
2695 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\177:tc=xterm-color:
2696
2697# GNOME Terminal 1.4.0.4 (Redhat 7.2)
2698#
2699# This implements a subset of vt102 with a random selection of features from
2700# other terminals such as color and function-keys.
2701#
2702# shift-f1 to shift-f10 are f11 to f20
2703#
2704# NumLock changes the application keypad to approximate vt100 keypad, except
2705# that there is no escape sequence matching comma (,).
2706#
2707# Other defects observed:
2708# vt100 LNM mode is not implemented.
2709# vt100 80/132 column mode is not implemented.
2710# vt100 DECALN is not implemented.
2711# vt100 DECSCNM mode is not implemented, so flash does not work.
2712# vt100 TBC (tab reset) is not implemented.
2713# xterm alternate screen controls do not restore cursor position properly
2714# it hangs in tack after running function-keys test.
2715gnome-rh72|GNOME Terminal:\
2716 :ut:\
2717 :RA=\E[?7l:SA=\E[?7h:ct@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2718 :kD=\E[3~:\
2719 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;:\
2720 :ve=\E[?25h:vi=\E[?25l:tc=xterm-color:
2721
2722gnome|GNOME Terminal:\
2723 :tc=gnome-rh72:
2724
2725# This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
2726# or not is debatable).
2727kvt|KDE terminal:\
2728 :km@:ut:\
2729 :@7=\E[F:kD=\177:kh=\E[H:tc=xterm-color:
2730
2731# Konsole 1.0.1
2732# (formerly known as kvt)
2733#
2734# This program hardcodes $TERM to 'xterm', which is not accurate. However, to
2735# simplify this entry (and point out why konsole isn't xterm), we base this on
2736# xterm-r6. The default keyboard appears to be 'linux'.
2737#
2738# Notes:
2739# a) konsole implements several features from XFree86 xterm, though none of
2740# that is documented - except of course in its source code - apparently
2741# because its implementors are unaccustomed to reading documentation - as
2742# evidenced by the sparse and poorly edited documentation distributed with
2743# konsole. Some features such as the 1049 private mode are recognized but
2744# incorrectly implemented as a duplicate of the 47 private mode.
2745# b) even with the "vt100 (historical)" keyboard setting, the numeric keypad
2746# sends PC-style escapes rather than vt100.
2747# c) fails vttest menu 3 (Test of character sets) because it does not properly
2748# parse some control sequences. Also fails vttest Primary Device Attributes
2749# by sending a bogus code (in the source it says it's supposed to be a
2750# vt220, which is doubly incorrect because it does not implement vt220
2751# control sequences except for a few special cases). Treat it as a
2752# mildly-broken vt102.
2753konsole-base|KDE console window:\
2754 :NP:km@:ut:\
2755 :*6@:@0@:@7@:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:RA=\E[?7l:\
2756 :SA=\E[?7h:bl@:ch=\E[%i%dG:cv=\E[%i%dd:ec=\E[%dX:k1@:k2@:\
2757 :k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:kD@:kb@:kh@:mb=\E[5m:\
2758 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
2759 :se=\E[27m:ue=\E[24m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
2760 :vi=\E[?25l:tc=ecma+color:tc=xterm-r6:
2761konsole-linux|KDE console window with linux keyboard:\
2762 :F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:k1=\E[[A:\
2763 :k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:\
2764 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:tc=konsole-base:
2765# KDE's "XFree86 3.x.x" keyboard is based on reading the xterm terminfo rather
2766# than testing the code.
2767konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm:\
2768 :@7=\E[4~:kh=\E[1~:tc=konsole-vt100:
2769# The value for kbs reflects local customization rather than the settings used
2770# for XFree86 xterm.
2771konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm:\
2772 :@7=\EOF:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kh=\EOH:\
2773 :tc=konsole-vt100:
2774# KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but
2775# it is still useful for deriving the other entries.
2776konsole-vt100|KDE console window with vt100 (sic) keyboard:\
2777 :@7=\E[F:F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:\
2778 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2779 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2780 :kD=\E[3~:kb=\177:kh=\E[H:tc=konsole-base:
2781konsole-vt420pc|KDE console window with vt420 pc keyboard:\
2782 :kD=\177:kb=^H:tc=konsole-vt100:
2783konsole-16color|klone of xterm-16color:\
2784 :Co#16:NC#32:pa#256:\
2785 :..AB=\E[%?%p1%{8}%<%t%p1%'('%+%e%p1%{92}%+%;%dm:\
2786 :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%'R'%+%;%dm:\
2787 :..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':\
2788 :..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':\
2789 :tc=konsole:
2790# make a default entry for konsole
2791konsole|KDE console window:\
2792 :tc=konsole-linux:
754b75d2
DL
2793
2794# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
2795# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
2796# Notes:
2797# rxvt 2.21b uses
2798# smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
2799# but some applications don't work with that.
2800# It also has an AIX extension
2801# box2=lqkxjmwuvtn,
2802# and
2803# ech=\E[%p1%dX,
2804# but the latter does not work correctly.
2805#
2806# The distributed terminfo says it implements hpa and vpa, but they are not
2807# implemented correctly, using relative rather than absolute positioning.
2808#
2809# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
2810# Since rxvt is not really compatible with xterm, it should be configured as
177c0ea7 2811# "rxvt" (monochrome) and "rxvt-color".
45fd9aa5
EZ
2812# (untranslatable capabilities removed to fit entry within 1023 bytes)
2813# (sgr removed to fit entry within 1023 bytes)
2814# (acsc removed to fit entry within 1023 bytes)
2815# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2816rxvt-basic|rxvt terminal base (X Window System):\
2817 :am:bs:eo:km:mi:ms:xn:xo:\
754b75d2 2818 :co#80:it#8:li#24:\
45fd9aa5
EZ
2819 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2820 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2821 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2822 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2823 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
70dc89d1
RS
2824 :ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
2825 :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
45fd9aa5
EZ
2826 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2827 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2828 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[7~:\
2829 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2830 :me=\E[0m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2831 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2832 :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2833 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
2834rxvt|rxvt terminal emulator (X Window System):\
2835 :NC@:\
2836 :me=\E[m\017:tc=rxvt-basic:tc=ecma+color:
2837
2838# From: Michael Jennings <mej@valinux.com>
2839# removed kf0 which conflicts with kf10 -TD
2840# remove cvvis which conflicts with cnorm -TD
2841# (untranslatable capabilities removed to fit entry within 1023 bytes)
2842# (sgr removed to fit entry within 1023 bytes)
2843# (acsc removed to fit entry within 1023 bytes)
2844# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2845Eterm|Eterm-color|Eterm with xterm-style color support (X Window System):\
2846 :am:bw:eo:km:mi:ms:xn:xo:\
2847 :co#80:it#8:li#24:lm#0:\
2848 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2849 :K1=\E[7~:K2=\EOu:K3=\E[5~:K4=\E[8~:K5=\E[6~:LE=\E[%dD:\
2850 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2851 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2852 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
2853 :ec=\E[%dX:ei=\E[4l:ho=\E[H:i1=\E[?47l\E>\E[?1l:ic=\E[@:\
2854 :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
2855 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2856 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2857 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=:kh=\E[7~:\
2858 :kl=\E[D:kr=\E[C:ks=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2859 :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2860 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2861 :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2862 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
754b75d2
DL
2863
2864# These (xtermc and xtermm) are distributed with Solaris. They refer to a
2865# variant of xterm which is apparently no longer supported, but are interesting
2866# because they illustrate SVr4 curses mouse controls - T.Dickey
45fd9aa5 2867# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
2868xtermm|xterm terminal emulator (monocrome):\
2869 :am:bs:km:mi:ms:xn:\
2870 :BT#3:co#80:it#8:li#24:\
2871 :@7=\E[Y:@8=\EOM:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
70dc89d1 2872 :F1=\EOZ:F2=\EOA:Gm=\E[%dY:IC=\E[%d@:K1=\EOq:K2=\EOr:\
754b75d2
DL
2873 :K3=\EOs:K4=\EOp:K5=\EOn:Km=\E[^_:LE=\E[%dD:RI=\E[%dC:\
2874 :RQ=\E[492Z:UP=\E[%dA:\
2875 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2876 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2877 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2878 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
2879 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2880 :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kN=\E[U:\
2881 :kP=\E[V:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:\
45fd9aa5 2882 :le=\E[1D:mb@:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
754b75d2 2883 :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
45fd9aa5
EZ
2884 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
2885 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E@0\E[?4r:\
2886 :ti=\E@0\E[?4s\E[?4h\E@1:up=\E[A:
754b75d2
DL
2887
2888xtermc|xterm terminal emulator (color):\
45fd9aa5
EZ
2889 :Co#8:NC#7:pa#64:\
2890 :AB=\E[4%dm:AF=\E[3%dm:\
754b75d2
DL
2891 :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
2892 :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
45fd9aa5 2893 :op=\E[100m:tc=xtermm:
1bac2ebb
DL
2894
2895# From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
2896# Here's a termcap entry I've been using for xterm_color, which comes
2897# with BSD/OS 2.0, and the X11R6 contrib tape too I think. Besides the
2898# color stuff, I also have a status line defined as the window manager
2899# title bar. [I have translated it to terminfo -- ESR]
2900xterm-pcolor|xterm with color used for highlights and status line:\
45fd9aa5
EZ
2901 :md=\E[1m\E[43m:mr=\E[7m\E[34m:so=\E[7m\E[31m:\
2902 :us=\E[4m\E[42m:tc=xterm+sl:tc=xterm-r6:
1bac2ebb 2903
754b75d2
DL
2904# HP ships this, except for the pb#9600 which was merged in from BSD termcap.
2905# (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
2906hpterm|X-hpterm|hp X11 terminal emulator:\
2907 :am:da:db:mi:xs:\
70dc89d1 2908 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:ug#0:\
754b75d2
DL
2909 :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2910 :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2911 :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
2912 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
2913 :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2914 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
2915 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
2916 :ku=\EA:le=^H:md=\E&dB:me=\E&d@:mh=\E&dH:ml=\El:mr=\E&dB:\
2917 :mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
2918 :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
2919 :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
2920 :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
2921 :..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%;:\
2922 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2923 :up=\EA:us=\E&dD:
1bac2ebb 2924
754b75d2
DL
2925# This entry describes an xterm with Sun-style function keys enabled
2926# via the X resource setting "xterm*sunFunctionKeys:true"
2927# To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
2928# The <kf13>...<kf20> keys are L3-L10. We don't set <kf16=\E[197z>
177c0ea7 2929# because we want it to be seen as <kcpy>.
754b75d2
DL
2930# The <kf31>...<kf45> keys are R1-R15. We treat some of these in accordance
2931# with their Sun keyboard labels instead.
2932# From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
2933xterm-sun|xterm with sunFunctionKeys true:\
45fd9aa5 2934 :%1=\E[196z:&8=\E[195z:@0=\E[200z:@5=\E[197z:@7=\E[220z:\
754b75d2 2935 :F1=\E[192z:F2=\E[193z:F3=\E[194z:F4=\E[195z:F5=\E[196z:\
45fd9aa5
EZ
2936 :F7=\E[198z:F8=\E[199z:F9=\E[200z:FA=\E[201z:FL=\E[208z:\
2937 :FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:FQ=\E[213z:\
2938 :FS=\E[215z:FU=\E[217z:FW=\E[219z:FY=\E[221z:K2=\E[218z:\
754b75d2
DL
2939 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
2940 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
45fd9aa5 2941 :kI=\E[2z:kN=\E[222z:kP=\E[216z:kh=\E[214z:tc=xterm:
754b75d2 2942xterms-sun|small (80x24) xterm with sunFunctionKeys true:\
45fd9aa5 2943 :co#80:li#24:tc=xterm-sun:
754b75d2
DL
2944
2945# This is for the extensible terminal emulator on the X11R6 contrib tape.
2946emu|emu native mode:\
2947 :mi:ms:xo:\
2948 :Co#15:co#80:it#8:li#24:pa#64:vt#200:\
70dc89d1 2949 :*6=\Esel:@0=\Efind:@8=^M:AB=\Es%i%d;:AF=\Er%i%d;:\
754b75d2
DL
2950 :AL=\EQ%d;:DC=\EI%d;:DL=\ER%d;:DO=\Ep%d;:F1=\EF11:\
2951 :F2=\EF12:F3=\EF13:F4=\EF14:F5=\EF15:F6=\EF16:F7=\EF17:\
2952 :F8=\EF18:F9=\EF19:FA=\EF20:LE=\Eq-%d;:RI=\Eq%d;:\
2953 :UP=\Ep-%d;:\
2954 :ac=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244:\
2955 :ae=\0:al=\EQ1;:as=\0:bl=^G:cb=\EL:cd=\EN:ce=\EK:\
2956 :cl=\EP\EE0;0;:cm=\EE%d;%d;:cr=^M:cs=\Ek%d;%d;:ct=\Ej:\
2957 :dc=\EI1;:dl=\ER1;:do=\EB:eA=\0:ec=\Ej%d;:ei=\EX:\
2958 :ho=\EE0;0;:im=\EY:is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:\
2959 :k2=\EF02:k3=\EF03:k4=\EF04:k5=\EF05:k6=\EF06:k7=\EF07:\
2960 :k8=\EF08:k9=\EF09:k;=\EF10:kD=\177:kI=\Eins:kN=\Enext:\
2961 :kP=\Eprior:kb=^H:kd=\EB:kl=\EC:kr=\ED:ku=\EA:le=^H:\
2962 :mb=\ES\EW:md=\ES\EU:me=\ES:mr=\ES\ET:nd=\ED:\
70dc89d1 2963 :oc=\Es0;\Er0;:rs=\ES\Es0;\Er0;:se=\ES:sf=\EG:so=\ES\ET:\
45fd9aa5 2964 :sr=\EF:st=\Eh:ta=^I:ue=\ES:up=\EA:us=\ES\EV:ve=\Ea:vi=\EZ:
754b75d2 2965
45fd9aa5 2966#### MGR
754b75d2 2967#
45fd9aa5 2968# MGR is a Bell Labs window system lighter-weight than X.
177c0ea7
JB
2969# These entries describe MGR's xterm-equivalent.
2970# They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997
754b75d2
DL
2971#
2972
45fd9aa5
EZ
2973mgr|Bellcore MGR (non X) window system terminal emulation:\
2974 :am:km:\
2975 :AL=\E%da:DC=\E%dE:DL=\E%dd:IC=\E%dA:RA=\E5S:SA=\E5s:\
2976 :al=\Ea:bl=^G:cd=\EC:ce=\Ec:cl=^L:cm=\E%r%d;%dM:cr=^M:\
2977 :cs=\E%d;%dt:dc=\EE:dl=\Ed:do=\Ef:ei=:hd=\E1;2f:hu=\E1;2u:\
2978 :ic=\EA:im=:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2979 :md=\E2n:me=\E0n:mr=\E1n:nd=\Er:nw=^M^J:se=\E0n:sf=^J:\
2980 :so=\E1n:ta=^I:ue=\E0n:up=\Eu:us=\E4n:ve=\Eh:vi=\E9h:\
2981 :vs=\E0h:
2982mgr-sun|Mgr window with Sun keyboard:\
2983 :%1=\E[207z:%6=\E[198z:&8=\E[195z:@0=\E[200z:@5=\E[197z:\
2984 :@7=\E[220z:@8=\E[250z:F1=\E[234z:F2=\E[235z:K1=\E[214z:\
2985 :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
2986 :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
2987 :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kN=\E[222z:\
2988 :kP=\E[216z:kh=\E[214z:tc=mgr:
2989mgr-linux|Mgr window with Linux keyboard:\
2990 :@7=\E[4~:F1=\E[23~:F2=\E[24~:K1=\E[H:K2=\E[G:K3=\E[5~:\
2991 :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
2992 :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2993 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kh=\E[1~:\
2994 :tc=mgr:
1bac2ebb 2995
45fd9aa5 2996######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
1bac2ebb
DL
2997#
2998
177c0ea7
JB
2999# Columbus UNIX virtual terminal. This terminal also appears in
3000# UNIX 4.0 and successors as line discipline 1 (?), but is
45fd9aa5
EZ
3001# undocumented and does not really work quite right.
3002cbunix|cb unix virtual terminal:\
3003 :am:bs:da:db:\
3004 :co#80:li#24:lm#0:\
3005 :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:cr=^M:\
3006 :dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:kh=\EE:kl=\ED:\
3007 :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:sf=^J:so=\Ea^D:\
3008 :ue=\Eb^A:up=\EA:us=\Ea^A:
3009# (vremote: removed obsolete ":nl@:" -- esr)
3010vremote|virtual remote terminal:\
3011 :am@:\
3012 :co#79:tc=cbunix:
3013
3014pty|4bsd pseudo teletype:\
3015 :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
3016
177c0ea7 3017# The codes supported by the term.el terminal emulation in GNU Emacs 19.30
45fd9aa5
EZ
3018eterm|gnu emacs term.el terminal emulation:\
3019 :am:mi:xn:\
1bac2ebb 3020 :co#80:li#24:\
45fd9aa5
EZ
3021 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3022 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:\
3023 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3024 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
3025 :im=\E[4h:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
3026 :sf=^J:so=\E[7m:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
3027 :ue=\E[m:up=\E[A:us=\E[4m:
754b75d2 3028
177c0ea7 3029# Entries for use by the `screen' program by Juergen Weigert,
45fd9aa5
EZ
3030# Michael Schroeder, Oliver Laumann. The screen and
3031# screen-w entries came with version 3.7.1. The screen2 and screen3 entries
3032# come from University of Wisconsin and may be older.
3033# (screen: added :ve: on ANSI model -- esr)
754b75d2 3034#
45fd9aa5
EZ
3035# 'screen' defines extensions to termcap. Some are used in its terminal
3036# description:
3037# G0 (bool) Terminal can deal with ISO 2022 font selection sequences.
3038# AX (bool) Does understand ANSI set default fg/bg color
3039# (\E[39m / \E[49m).
3040# S0 (str) Switch charset 'G0' to the specified charset.
3041# E0 (str) Switch charset 'G0' back to standard charset.
754b75d2 3042#
45fd9aa5
EZ
3043# tested with screen 3.09.08
3044screen|VT 100/ANSI X3.64 virtual terminal:\
3045 :am:bs:km:mi:ms:pt:xn:G0:\
3046 :Co#8:co#80:it#8:li#24:pa#64:\
3047 :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3048 :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
3049 :RI=\E[%dC:UP=\E[%dA:\
3050 :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3051 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
3052 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3053 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=\E[4l:\
3054 :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3055 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3056 :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
3057 :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
3058 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
3059 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\Ec:sc=\E7:se=\E[23m:\
3060 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\EM:\
3061 :us=\E[4m:vb=\Eg:ve=\E[34h\E[?25h:vi=\E[?25l:vs=\E[34l:\
3062 :E0=\E(B:S0=\E(%p1%c:tc=ecma+color:
754b75d2 3063
45fd9aa5
EZ
3064# Read the fine manpage:
3065# When screen tries to figure out a terminal name for
3066# itself, it first looks for an entry named "screen.<term>",
3067# where <term> is the contents of your $TERM variable. If
3068# no such entry exists, screen tries "screen" (or "screen-w"
3069# if the terminal is wide (132 cols or more)). If even this
3070# entry cannot be found, "vt100" is used as a substitute.
754b75d2 3071#
45fd9aa5 3072# Here are a few customized entries which are useful -TD
754b75d2 3073#
45fd9aa5
EZ
3074# Notes:
3075# (a) screen does not support invis.
3076# (b) screen's implementation of bw is incorrect according to tack.
3077# (c) screen appears to hardcode the strings for khome/kend, making it
3078# necessary to override the "use=" clause's values.
3079# (d) screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
3080# which is NOT the same as the terminfo screen.<term>.
3081# (e) when screen finds one of these customized entries, it sets $TERM to
3082# match. Hence, no "screen.xterm" entry is provided, since that would
3083# create heartburn for people running remote xterm's.
3084#
3085# xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
3086# since the default translations override the built-in keycode
3087# translation. They are suppressed here to show what is tested by tack.
3088screen.xterm-xfree86|screen customized for XFree86 xterm:\
3089 :bw:ut@:\
3090 :#3@:%c@:%e@:@7=\E[4~:kh=\E[1~:mk@:ml@:mu@:\
3091 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
3092 :tc=xterm-xfree86:
3093# xterm-r6 does not really support khome/kend unless it is propped up by
3094# the translations resource.
3095screen.xterm-r6|screen customized for X11R6 xterm:\
3096 :bw:tc=xterm-r6:
3097# Color applications running in screen and TeraTerm do not play well together
3098# on Solaris.
3099screen.teraterm|disable ncv in teraterm:\
3100 :NC#127:tc=screen:
754b75d2 3101
45fd9aa5
EZ
3102screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
3103 :co#132:tc=screen:
1bac2ebb 3104
45fd9aa5
EZ
3105screen2|old VT 100/ANSI X3.64 virtual terminal:\
3106 :co#80:it#8:li#24:\
3107 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3108 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:\
3109 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3110 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
3111 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
3112 :k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
3113 :me=\E[m:nd=\E[C:nw=^M^J:r1=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
3114 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
3115 :us=\E[4m:
3116# (screen3: removed unknown ":xv:LP:G0:" -- esr)
3117screen3|older VT 100/ANSI X3.64 virtual terminal:\
3118 :km:mi:ms:\
3119 :co#80:it#8:li#24:\
3120 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3121 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
3122 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3123 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
3124 :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3125 :kb=^H:kd=\EOB:ke=\E>:kl=\EOD:kr=\EOC:ks=\E=:ku=\EOA:le=^H:\
3126 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r1=\Ec:\
3127 :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:\
3128 :ue=\E[24m:up=\EM:us=\E[4m:
1bac2ebb 3129
45fd9aa5
EZ
3130# Francesco Potorti <F.Potorti@cnuce.cnr.it>:
3131# NCSA telnet is one of the most used telnet clients for the Macintosh. It has
3132# been maintained until recently by the National Center for Supercomputer
3133# Applications, and it is feature rich, stable and free. It can be downloaded
3134# from www.ncsa.edu. This terminfo description file is based on xterm-vt220,
3135# xterm+sl, and the docs at NCSA. It works well.
754b75d2 3136#
45fd9aa5
EZ
3137# NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
3138# The terminal options should be set as follows:
3139# Xterm sequences ON
3140# use VT wrap mode ON
3141# use Emacs arrow keys OFF
3142# CTRL-COMND is Emacs meta ON
3143# 8 bit mode ON
3144# answerback string: "ncsa-vt220-8"
3145# setup keys: all disabled
754b75d2 3146#
45fd9aa5 3147# Application mode is not used.
754b75d2 3148#
45fd9aa5
EZ
3149# Other special mappings:
3150# Apple VT220
3151# HELP Find
3152# HOME Insert here
3153# PAGEUP Remove
3154# DEL Select
3155# END Prev Screen
3156# PAGEDOWN Next Screen
754b75d2 3157#
45fd9aa5
EZ
3158# Though it supports ANSI color, NCSA Telnet uses color to represent blinking
3159# text.
754b75d2 3160#
45fd9aa5
EZ
3161# The status-line manipulation is a mapping of the xterm-compatible control
3162# sequences for setting the window-title. So you must use tsl and fsl in
3163# pairs, since the latter ends the string that is loaded to the window-title.
3164# (untranslatable capabilities removed to fit entry within 1023 bytes)
3165# (sgr removed to fit entry within 1023 bytes)
3166# (acsc removed to fit entry within 1023 bytes)
3167# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3168ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
3169 :am:hs:km:mi:ms:xn:\
3170 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3171 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
3172 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3173 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3174 :ds=\E]0;\007:ei=\E[4l:fs=^G:ho=\E[H:\
3175 :if=/usr/share/tabset/vt100:im=\E[4h:\
3176 :is=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>:k1=\E[17~:\
3177 :k2=\E[18:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
3178 :k7=\E[24~:k8=\E[25~:k9=\E[26~:kD=\E[4~:kN=\E[6~:kP=\E[3~:\
3179 :kb=^H:kd=\E[B:kh=\E[2~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3180 :mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
3181 :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>:sc=\E7:\
3182 :se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E8:\
3183 :ti=\E7:ts=\E]0;:ue=\E[24m:up=\E[A:us=\E[4m:\
3184 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
3185ncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
3186 :tc=ncsa-m:tc=klone+color:
3187ncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
3188 :hs@:\
3189 :ds@:fs@:ts@:tc=ncsa:
3190ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
3191 :hs@:\
3192 :ds@:fs@:ts@:tc=ncsa-m:
3193# alternate -TD:
3194# The documented function-key mapping refers to the Apple Extended Keyboard
3195# (e.g., NCSA Telnet's F1 corresponds to a VT220 F6). We use the VT220-style
3196# codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
3197# some keyboards and many applications require these as F1-F4.
754b75d2 3198#
45fd9aa5
EZ
3199ncsa-vt220|NCSA Telnet using vt220-compatible function keys:\
3200 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3201 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
3202 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3203 :k8=\E[19~:k9=\E[20~:k;=\E[21~:tc=ncsa:
3204
3205#### Pilot Pro Palm-Top
754b75d2 3206#
45fd9aa5
EZ
3207# Termcap for Top Gun Telnet and SSH on the Palm Pilot.
3208# http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html
3209pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional:\
3210 :am:bs:xn:\
3211 :co#39:li#16:\
3212 :bl=^G:cl=\Ec:cm=\Em%+ %+ :cr=^M:do=^J:ho=\Em\s\s:kN=^L:\
3213 :kP=^K:kb=^H:kd=^J:kl=^H:le=^H:nw=\Em~\s:se=\EB:sf=^J:so=\Eb:\
3214 :ta=^I:
3215
3216# From: Federico Bianchi <bianchi@www.arte.unipi.it>
3217# These entries are for the Embeddable Linux Kernel System (ELKS)
3218# project - an heavily stripped down Linux to be run on 16 bit
3219# boxes or, eventually, to be used in embedded systems - and have been
3220# adapted from the stock ELKS termcap. The project itself looks stalled,
3221# and the latest improvements I know of date back to March 2000.
754b75d2 3222#
45fd9aa5
EZ
3223# To cope with the ELKS dumb console I added an "elks-glasstty" entry;
3224# as an added bonus, this deals with all the capabilities common to
3225# both VT52 and ANSI (or, eventually, "special") modes.
754b75d2 3226
45fd9aa5
EZ
3227elks-glasstty|ELKS glass-TTY capabilities:\
3228 :am:bs:\
3229 :co#80:it#8:li#25:\
3230 :bl=^G:cr=^M:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:
3231
3232elks-vt52|ELKS vt52 console:\
3233 :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:ho=\EH:le=\ED:nd=\EC:\
3234 :up=\EA:tc=elks-glasstty:
3235
3236elks-ansi|ELKS ANSI console:\
3237 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
3238 :le=\E[D:nd=\E[C:se=\E[m:so=\E[7m:up=\E[A:\
3239 :tc=elks-glasstty:
3240
3241# As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation
3242# instead of VT52, but the "elks" entry still refers to the latter.
3243
3244elks|default ELKS console:\
3245 :tc=elks-vt52:
3246
3247# Project SIBO (for Psion 3 palmtops) console is identical to the ELKS
3248# one but in screen size
3249
3250sibo|ELKS SIBO console:\
3251 :co#61:it#8:li#20:tc=elks-vt52:
3252
3253######## COMMERCIAL WORKSTATION CONSOLES
3254#
3255
3256#### Alpha consoles
3257#
3258
3259# This is from the OSF/1 Release 1.0 termcap file
3260pccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation:\
3261 :am:xo:\
3262 :co#80:li#25:\
3263 :al=\E[L:bl=^G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3264 :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:\
3265 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:\
3266 :nd=\E[C:nw=^M^J:se=\E[m:so=\E[7m:ta=^I:up=\E[A:
3267
3268#### Sun consoles
3269#
3270
3271# :is1: resets scrolling region in case a previous user had used "tset vt100"
3272oldsun|Sun Microsystems Workstation console:\
3273 :am:bs:km:mi:ms:\
3274 :co#80:it#8:li#34:\
3275 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\
3276 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
3277 :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\
3278 :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
3279 :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
3280# From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
3281# :li: capability later corrected by J.T. Conklin <jtc@cygnus.com>
3282# SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
3283sun-il|Sun Microsystems console with working insert-line:\
3284 :am:km:ms:\
3285 :co#80:li#34:\
3286 :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
3287 :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
3288 :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
3289 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\
3290 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
3291 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
3292 :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\
3293 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md@:me=\E[m:mr=\E[7m:nd=\E[C:\
3294 :rs=\E[s:\
3295 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
3296 :se=\E[m:sf=^J:so=\E[7m:ta=^I:u8=\E[1t:u9=\E[11t:ue@:\
3297 :up=\E[A:us@:
3298# On some versions of CGSIX framebuffer firmware (SparcStation 5), :al:/:AL:
3299# flake out on the last line. Unfortunately, without them the terminal has no
3300# way to scroll.
3301sun-cgsix|sun-ss5|Sun SparcStation 5 console:\
3302 :AL@:al@:tc=sun-il:
3303# If you are using an SS5, change the sun definition to use sun-ss5.
3304sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
3305 :tc=sun-il:
3306
3307# From: <john@ucbrenoir> Tue Sep 24 13:14:44 1985
3308sun-s|Sun Microsystems Workstation window with status line:\
3309 :hs:\
3310 :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
3311sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
3312 :hs:\
3313 :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
3314sun-48|Sun 48-line window:\
3315 :co#80:li#48:tc=sun:
3316sun-34|Sun 34-line window:\
3317 :co#80:li#34:tc=sun:
3318sun-24|Sun 24-line window:\
3319 :co#80:li#24:tc=sun:
3320sun-17|Sun 17-line window:\
3321 :co#80:li#17:tc=sun:
3322sun-12|Sun 12-line window:\
3323 :co#80:li#12:tc=sun:
3324sun-1|Sun 1-line window for sysline:\
3325 :es:hs:\
3326 :co#80:li#1:\
3327 :ds=^L:fs=\E[K:ts=^M:tc=sun:
3328sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
3329 :ei@:ic@:im@:tc=sun:
3330sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
3331 :li#35:\
3332 :te=\E[>4h:ti=\E[>4l:tc=sun:
3333
3334#### Iris consoles
3335#
754b75d2
DL
3336
3337# (wsiris: this had extension capabilities
1bac2ebb
DL
3338# :HS=\E7F2:HE=\E7F7:\
3339# :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
177c0ea7
JB
3340# See the note on Iris extensions near the end of this file.
3341# Finally, removed suboptimal :cl:=\EH\EJ and added :do: &
754b75d2 3342# :vb: from BRL -- esr)
1bac2ebb 3343wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
754b75d2
DL
3344 :am:bs:nc:pt:\
3345 :co#80:it#8:kn#3:li#40:\
3346 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :dl=\EM:\
3347 :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:\
3348 :k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
3349 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E7F7:mh=\E7F2:nd=\EC:\
3350 :nl=\EB:se=\E0@:sf=^J:so=\E9P:sr=\EI:ta=^I:ue=\E7R3\E0@:\
3351 :up=\EA:us=\E7R2\E9P:vb=\E7F4\E7B1\013\E7F7\E7B0:ve=\E>:\
1bac2ebb
DL
3352 :vs=\E;:
3353
1bac2ebb
DL
3354#### NeWS consoles
3355#
3356# Console terminal windows under the NeWS (Sun's Display Postscript windowing
3357# environment). Note: these have nothing to do with Sony's News workstation
3358# line.
3359#
3360
3361# Entry for NeWS's psterm from Eric Messick & Hugh Daniel
754b75d2
DL
3362# (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
3363psterm|psterm-basic|NeWS psterm-80x34:\
3364 :am:bs:hs:km:ul:\
1bac2ebb
DL
3365 :co#80:it#8:li#34:\
3366 :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
754b75d2
DL
3367 :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:i1=\EN*:\
3368 :im=\EOi:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:ll=\EU:\
3369 :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:sc=^]:se=\ENo:\
3370 :sf=\EW:so=\EOo:sr=\EX:ta=^I:te=\ENt:ti=\EOt:ts=\EOl:\
3371 :ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
3372psterm-96x48|NeWS psterm 96x48:\
45fd9aa5 3373 :co#96:li#48:tc=psterm:
754b75d2 3374psterm-90x28|NeWS psterm 90x28:\
45fd9aa5 3375 :co#90:li#28:tc=psterm:
754b75d2 3376psterm-80x24|NeWS psterm 80x24:\
45fd9aa5 3377 :co#80:li#24:tc=psterm:
1bac2ebb
DL
3378# This is a faster termcap for psterm. Warning: if you use this termcap,
3379# some control characters you type will do strange things to the screen.
754b75d2
DL
3380# (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
3381psterm-fast|NeWS psterm fast version (flaky ctrl chars):\
3382 :am:bs:hs:km:ul:\
1bac2ebb 3383 :co#80:it#8:li#34:\
754b75d2
DL
3384 :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:dc=^F:\
3385 :dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:i1=^N*:im=^Oi:kd=\E[B:\
3386 :kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:md=^Od:me=^N*:\
3387 :mr=^Or:nd=^V:rc=^\:sc=^]:se=^No:sf=^W:so=^Oo:sr=^X:ta=^I:\
3388 :te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:up=^Y:us=^Ou:vb=^Z:
1bac2ebb 3389
754b75d2 3390#### NeXT consoles
1bac2ebb 3391#
754b75d2 3392# Use `glasstty' for the Workspace application
1bac2ebb
DL
3393#
3394
754b75d2
DL
3395# From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
3396next|NeXT console:\
3397 :am:xt:\
3398 :co#80:it#8:li#24:\
3399 :bl=^G:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:do=^J:ho=\E[H:\
3400 :kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:nd=\E[C:nw=^M^J:se=\E[4;1m:\
3401 :sf=^J:so=\E[4;2m:ta=^I:up=\E[A:
3402nextshell|NeXT Shell application:\
3403 :am:\
3404 :co#80:\
3405 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:
1bac2ebb 3406
45fd9aa5 3407#### Sony NEWS workstations
1bac2ebb
DL
3408#
3409
45fd9aa5
EZ
3410# (news-unk: this had :KB=news: -- esr)
3411news-unk|SONY NEWS vt100 emulator common entry:\
3412 :am:bs:pt:xn:\
3413 :co#80:\
3414 :AL=\E[%dL:DL=\E[%dM:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
3415 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3416 :dl=\E[M:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
3417 :is=\E[?7h\E[?1l\E[?3l\E7\E8:k0=\EOY:k1=\EOP:k2=\EOQ:\
3418 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
3419 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
3420 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
3421 :nl=^J:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r:\
3422 :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
70dc89d1 3423 :us=\E[4m:
1bac2ebb 3424#
45fd9aa5
EZ
3425# (news-29: this had :TY=ascii: --esr)
3426news-29:\
3427 :li#29:tc=news-unk:
3428# (news-29-euc: this had :TY=euc: --esr)
3429news-29-euc:\
3430 :tc=news-29:
3431# (news-29-sjis: this had :TY=sjis: --esr)
3432news-29-sjis:\
3433 :tc=news-29:
3434#
3435# (news-33: this had :TY=ascii: --esr)
3436news-33:\
3437 :li#33:tc=news-unk:
3438# (news-33-euc: this had :TY=euc: --esr)
3439news-33-euc:\
3440 :tc=news-33:
3441# (news-33-sjis: this had :TY=sjis: --esr)
3442news-33-sjis:\
3443 :tc=news-33:
3444#
3445# (news-42: this had :TY=ascii: --esr)
3446news-42:\
3447 :li#42:tc=news-unk:
3448# (news-42-euc: this had :TY=euc: --esr)
3449news-42-euc:\
3450 :tc=news-42:
3451# (news-42-sjis: this had :TY=sjis: --esr)
3452news-42-sjis:\
3453 :tc=news-42:
3454#
177c0ea7 3455# NEWS-OS old termcap entry
45fd9aa5
EZ
3456#
3457# (news-old-unk: this had :KB=news:TY=sjis: --esr)
3458news-old-unk|SONY NEWS vt100 emulator common entry:\
3459 :am:bs:pt:xn:\
3460 :co#80:vt#3:\
3461 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3462 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
3463 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
3464 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3465 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
3466 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
3467 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
3468#
3469# (nwp512: this had :DE=^H:, which I think means :bs: --esr)
3470nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines:\
3471 :bs:\
3472 :li#40:\
3473 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
3474 :tc=news-old-unk:
3475#
3476# (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
3477nwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line:\
3478 :li#42:\
3479 :is=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8:tc=news-old-unk:
3480#
3481# (nwp-512-o: this had :KB=nwp410:DE=^H: I interpret the latter as :bs:. --esr)
3482nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines:\
3483 :bs:\
3484 :li#40:\
3485 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
3486 :tc=news-old-unk:
3487#
3488# (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
3489nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines:\
3490 :bs:\
3491 :li#31:\
3492 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
3493 :tc=news-old-unk:
3494#
3495# (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as :bs:; --esr)
3496# also the alias vt100-bm.
3497nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines:\
3498 :bs:\
3499 :li#33:\
3500 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8:\
3501 :tc=news-old-unk:
3502#
3503# (nwp513-o: had :DE=^H:, I think that's :bs:; also the alias vt100-bm --esr)
3504nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines:\
3505 :bs:\
3506 :li#31:\
3507 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
3508 :tc=news-old-unk:
3509#
3510# (news28: this had :DE=^H:, I think that's :bs:, and :KB=nws1200: --esr)
3511news28|sony vt100 emulator 28 lines:\
3512 :bs:\
3513 :li#28:\
3514 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8:\
3515 :tc=news-old-unk:
3516#
3517# (news29: this had :TY=ascii:KB=nws1200:\ --esr)
3518news29|news28-a|sony vt100 emulator 29 lines:\
3519 :li#29:\
3520 :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8:\
3521 :tc=news-old-unk:
3522#
3523# (news511: this had :TY=sjis: --esr)
3524nwp511|nwp-511|nwp-511 vt100:\
3525 :am:bs:pt:xn:\
70dc89d1 3526 :co#80:li#24:\
45fd9aa5
EZ
3527 :al=\E[L:cd=30\E[J:ce=3\E[K:cl=20\E[;H\E[2J:\
3528 :cm=\E[%i%d;%dH:dl=\E[M:is=\E[?5l\E[?1l\E>\E[?7h\E[?8h:\
3529 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\E#W:kd=\E[B:\
3530 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:\
3531 :rs=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h:se=2\E[m:\
3532 :so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:us=2\E[4m:\
3533 :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:
3534# (news517: this had :TY=sjis:. --esr)
3535nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows:\
3536 :es:hs:\
3537 :co#80:li#30:\
3538 :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
3539 :is=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
3540 :ts=\E[1$}\E[;%df:tc=vt200:
3541# (news517-w: this had :TY=sjis:. --esr)
3542nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows:\
3543 :es:hs:\
3544 :co#132:li#50:\
3545 :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
3546 :is=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
3547 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
3548 :ts=\E[1$}\E[;%df:tc=vt200:
754b75d2
DL
3549
3550#### Common Desktop Environment
1bac2ebb 3551#
754b75d2
DL
3552
3553# This ships with Sun's CDE in Solaris 2.5
3554# Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
45fd9aa5 3555# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
3556dtterm|CDE desktop terminal:\
3557 :am:mi:ms:xn:xo:\
45fd9aa5
EZ
3558 :NC@:co#80:it#8:li#24:lm#0:\
3559 :%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:\
3560 :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
3561 :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
3562 :F9=\E[33~:FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:\
3563 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
70dc89d1
RS
3564 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3565 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
3566 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3567 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%dX:\
754b75d2
DL
3568 :ei=\E[4l:ho=\E[H:im=\E[4h:\
3569 :is=\E F\E>\E[?1l\E[?7h\E[?45l:k1=\E[11~:k2=\E[12~:\
3570 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
70dc89d1
RS
3571 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
3572 :kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3573 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
45fd9aa5
EZ
3574 :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[22;27m:sf=\ED:\
3575 :so=\E[2;7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
3576 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
754b75d2 3577
45fd9aa5 3578#### Non-Unix Consoles
1bac2ebb
DL
3579#
3580
45fd9aa5
EZ
3581# Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
3582# a Unix-style environment used on OS/2. (Note that the suffix makes some
3583# names longer than 14 characters, the nominal maximum).
1bac2ebb 3584#
45fd9aa5
EZ
3585# Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
3586ansi-emx|ANSI.SYS color:\
3587 :am:eo:mi:ms:ut:xn:xo:\
3588 :Co#16:co#80:it#8:li#25:pa#64:\
3589 :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3590 :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3591 :cl=\E[1;33;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3592 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3593 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3594 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3595 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:\
3596 :me=\E[0m\E[1;33;44m:mr=\E[5;37;41m:nd=\E[C:nw=^M^J:\
3597 :r1=\Ec:se=\E[0;44m\E[1;33m:sf=^J:so=\E[0;31;47m:st=\EH:\
3598 :ta=^I:u8=\E[?6c:u9=\E[c:ue=\E[0;44m\E[1;33m:up=\E[A:\
3599 :us=\E[1;31;44m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
3600ansi-color-2-emx|ANSI.SYS color 2:\
3601 :am:eo:mi:ms:ut:xn:xo:\
3602 :Co#16:co#80:it#8:li#25:pa#64:\
3603 :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3604 :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3605 :cl=\E[0;37;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3606 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3607 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3608 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3609 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;37;44m:\
3610 :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;44m:\
3611 :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
3612 :ue=\E[0;37;44m:up=\E[A:us=\E[1;36;44m:vb=\E[?5h\E[?5l:\
3613 :ve=\E[?25h:vi=\E[?25l:
3614ansi-color-3-emx|ANSI.SYS color 3:\
3615 :am:eo:mi:ms:ut:xn:xo:\
3616 :Co#16:co#80:it#8:li#25:pa#64:\
3617 :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3618 :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3619 :cl=\E[0;37;40m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3620 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3621 :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3622 :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3623 :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
3624 :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;40m:\
3625 :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
3626 :ue=\E[0;37;40m:up=\E[A:us=\E[0;36;40m:vb=\E[?5h\E[?5l:\
3627 :ve=\E[?25h:vi=\E[?25l:
3628mono-emx|stupid monochrome ansi terminal with only one kind of emphasis:\
754b75d2 3629 :am:\
754b75d2 3630 :co#80:it#8:li#24:\
45fd9aa5
EZ
3631 :K2=\E[G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
3632 :ho=\E[H:k0=\0D:k1=\0;:k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:\
3633 :k7=\0A:k8=\0B:k9=\0C:kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:\
3634 :kd=\0P:kh=\0G:kl=\0K:kr=\0M:ku=\0H:le=\E[D:me=\E[0m:\
3635 :mr=\E[7m:nd=\E[C:nw=^M^J:ta=^I:up=\E[A:
754b75d2 3636
45fd9aa5
EZ
3637# Use this for cygwin32 (tested with beta 19.1)
3638# underline is colored bright magenta
3639# shifted kf1-kf12 are kf11-kf22
3640cygwinB19|ansi emulation for cygwin32:\
3641 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3642 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3643 :FA=\E[34~:RA@:SA@:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:\
3644 :k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3645 :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:\
3646 :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:tc=ansi.sys:
3647
3648# Use this for cygwin (tested with version 1.1.0).
3649# I've combined pcansi and linux. Some values of course were different and
3650# I've indicated which of these were and which I used.
3651# Cheers, earnie_boyd@yahoo.com
3652# several changes based on running with tack and comparing with older entry -TD
3653# (untranslatable capabilities removed to fit entry within 1023 bytes)
3654# (sgr removed to fit entry within 1023 bytes)
3655# (acsc removed to fit entry within 1023 bytes)
3656cygwin|ansi emulation for Cygwin:\
3657 :am:eo:in:ms:xo:\
3658 :Co#8:NC#3:co#80:it#8:li#25:pa#64:\
3659 :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
3660 :DL=\E[%dM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3661 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3662 :FA=\E[34~:IC=\E[%d@:S2=\E[11m:S3=\E[10m:al=\E[L:bl=^G:\
3663 :cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
3664 :cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:\
3665 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:\
3666 :k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3667 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
3668 :kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3669 :md=\E[1m:me=\E[0;10m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
3670 :op=\E[39;49m:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
3671 :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
3672 :u9=\E[c:ue=\E[24m:up=\E[A:us=\E[4m:
3673
3674# This entry fits the Windows NT console when the _POSIX_TERM environment
3675# variable is set to 'on'. While the Windows NT POSIX console is seldom used,
3676# the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
3677# stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
3678# systems is not, and (surprise!) they match very well.
754b75d2 3679#
45fd9aa5
EZ
3680# See: MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
3681# VI POSIX Editor for Windows NT 3.1". True to Microsoft form, not only
3682# are the installation instructions a pile of mind-numbing bureaucratese,
3683# but the termcap entry is actually broken and unusable as given; the :do:
3684# capability is misspelled "d".
754b75d2 3685#
177c0ea7 3686# To use this, you need to a bunch of environment variables:
754b75d2 3687#
45fd9aa5
EZ
3688# SET _POSIX_TERM=on
3689# SET TERM=ansi
3690# SET TERMCAP=location of termcap file in POSIX file format
3691# which is case-sensitive.
3692# e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
3693# SET TMP=//C/TEMP
754b75d2 3694#
45fd9aa5
EZ
3695# Important note: setting the TMP environment variable in POSIX style renders
3696# it incompatible with a lot of other applications, including Visual C++. So
3697# you should have a separate command window just for vi. All the other
177c0ea7 3698# variables may be permanently set in the Control Panel\System applet.
754b75d2 3699#
45fd9aa5
EZ
3700# You can find out more about the restrictions of this facility at
3701# <http://www.nentug.org/unix-to-nt/ntposix.htm>.
1bac2ebb 3702#
45fd9aa5
EZ
3703# From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
3704ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode:\
3705 :am:bw:ms:\
3706 :co#80:it#8:li#25:\
3707 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
3708 :ho=\E[H:kb=^H:kd=\E[V:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3709 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\E[S:rc=\E[u:sc=\E[s:\
3710 :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
3711# From: jew@venus.sunquest.com
3712# Date: 19 Feb 93 23:41:07 GMT
3713# Here's a combination of ansi and vt100 termcap
3714# entries that works nearly perfectly for me
3715# (Gateway 2000 Handbook and Microsoft Works 3.0):
3716pcmw|PC running Microsoft Works:\
754b75d2 3717 :am:xn:\
45fd9aa5
EZ
3718 :co#80:it#8:li#24:vt#3:\
3719 :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
3720 :cm=5\E[%i%d;%dH:cr=^M:ct=2\E[3g:do=^J:ho=\E[H:\
3721 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3722 :kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=2\E[5m:\
3723 :md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=5\r\ED:rc=\E8:\
3724 :rf=/usr/share/lib/tabset/vt100:\
3725 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
3726 :sf=5\ED:so=2\E[7m:sr=5\EM:st=2\EH:ta=^I:ue=2\E[m:up=2\E[A:\
3727 :us=2\E[4m:
754b75d2 3728
45fd9aa5
EZ
3729######## COMMON TERMINAL TYPES
3730#
3731# This section describes terminal classes and maker brands that are still
3732# quite common, but have proprietary command sets not blessed by ANSI.
754b75d2
DL
3733#
3734
45fd9aa5 3735#### Altos
754b75d2 3736#
45fd9aa5
EZ
3737# Altos made a moderately successful line of UNIX boxes. In 1990 they were
3738# bought out by Acer, a major Taiwanese manufacturer of PC-clones.
3739# Acer has a web site at http://www.acer.com.
754b75d2 3740#
45fd9aa5
EZ
3741# Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
3742# His comments suggest they were shipped with the system.
754b75d2 3743#
754b75d2 3744
45fd9aa5
EZ
3745# (altos2: had extension capabilities
3746# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3747# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3748# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3749# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3750# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
3751# :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
3752# :HL=^AP\r:SP=\E[i:\
3753# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
3754# :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
3755# Comparison with the k* capabilities makes it obvious that the c* things are
3756# shift keys. I have renamed them to keys 32 and up accordingly. Also,
3757# :sr: was given as a boolean-- esr)
3758altos2|alt2|altos-2|altos II:\
3759 :co#80:it#8:li#24:sg#0:ug#0:\
3760 :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
3761 :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
3762 :FW=^Aj\r:FX=^Ak\r:RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:\
3763 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
3764 :dl=\E[M:do=\E[1B:ei=:ho=\E[H:ic=\E[@:\
3765 :if=/usr/share/tabset/vt100:im=:\
3766 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
3767 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3768 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
3769 :kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:kd=\E[B:kh=\E[f:kl=\E[D:\
3770 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[1C:nw=^M^J:se=\E[m:\
3771 :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
3772# (altos3: had extension capabilities
3773# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3774# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3775# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3776# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3777# :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
3778# :HL=^AP\r:SP=\E[i:\
3779# :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
3780altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V:\
3781 :mb=\E[5p:me=\E[p:sr=\EM:tc=altos2:
3782altos4|alt4|altos-4|altos IV:\
3783 :tc=wy50:
3784# (altos7: had extension capabilities:
3785# :GG#0:GI=\EH8:GF=\EH7:\
3786# :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3787# :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3788# :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3789# :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3790# Comparison with the k* capabilities makes it obvious that the c* things are
3791# shift keys. I have renamed them to keys 32 and up accordingly. I have
3792# also made this entry relative to adm12 in order to give it an :sa:. The
3793# <invis> imported by use=adm+sgr may work, let me know. -- esr)
3794altos7|alt7|altos VII:\
3795 :am:mi:\
3796 :co#80:li#24:sg#0:\
3797 :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
3798 :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
3799 :FW=^Aj\r:FX=^Ak\r:ac=j5k3l2m1n8q\:t4u9v=w0x6:al=\EE:\
3800 :cd=\EY:ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
3801 :do=^J:ei=\Er:ho=^^:im=\Eq:\
3802 :is=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
3803 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3804 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
3805 :kD=^AM\r:kE=^AN\r:kF=^AO\r:kN=\EK:kP=\EJ:kb=^H:kd=^J:kh=^^:\
3806 :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:mh=\EGp:mk=\EG1:\
3807 :nd=^L:nw=^M^J:pf=\EJ:po=\Ed#:sf=^J:sr=\Ej:ta=^I:up=^K:\
3808 :tc=adm+sgr:
3809altos7pc|alt7pc|altos PC VII:\
3810 :@7=\ET:tc=altos7:
754b75d2 3811
45fd9aa5 3812#### Hewlett-Packard (hp)
754b75d2 3813#
45fd9aa5 3814# Hewlett-Packard
177c0ea7 3815# 8000 Foothills Blvd
45fd9aa5
EZ
3816# Roseville, CA 95747
3817# Vox: 1-(916)-785-4363 (Technical response line for VDTs)
3818# 1-(800)-633-3600 (General customer support)
754b75d2 3819#
754b75d2 3820#
45fd9aa5 3821# As of March 1998, HP no longer has any terminals in production.
177c0ea7 3822# The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being
45fd9aa5
EZ
3823# supported (they still have parts). So are the 2392a and 2394a.
3824# See the WORKSTATION CONSOLES section for the 700s.
754b75d2 3825#
1bac2ebb 3826
45fd9aa5
EZ
3827# Generic HP terminal - this should (hopefully) work on any HP terminal.
3828hpgeneric|hp|hewlett-packard generic terminal:\
3829 :am:bs:da:db:mi:pt:xs:\
3830 :co#80:li#24:lm#0:vt#6:\
3831 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
3832 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
3833 :do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:me=\E&d@:nd=\EC:\
3834 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
3835 :us=\E&dD:
754b75d2 3836
45fd9aa5
EZ
3837hp110|hewlett-packard model 110 portable:\
3838 :li#16:tc=hpgeneric:
754b75d2 3839
45fd9aa5
EZ
3840hp+pfk+cr|hp function keys with CR:\
3841 :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
3842 :k7=\Ev\r:k8=\Ew\r:
754b75d2 3843
45fd9aa5
EZ
3844hp+pfk-cr|hp function keys w/o CR:\
3845 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
754b75d2 3846
177c0ea7
JB
3847# The hp2621s use the same keys for the arrows and function keys,
3848# but not separate escape sequences. These definitions allow the
3849# user to use those keys as arrow keys rather than as function
45fd9aa5
EZ
3850# keys.
3851hp+pfk+arrows|hp alternate arrow definitions:\
3852 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:kR=\Es\r:\
3853 :kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ku=\Et\r:
3854
3855hp+arrows|hp arrow definitions:\
3856 :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:
3857
3858# Generic stuff from the HP 262x series
754b75d2 3859#
45fd9aa5
EZ
3860hp262x|HP 262x terminals:\
3861 :xs:\
3862 :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
3863 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kd=\EB:ke=\E&s0A:kh=\Eh:\
3864 :kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:\
3865 :mr=\E&dB:\
3866 :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c:\
3867 :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
1bac2ebb 3868
45fd9aa5
EZ
3869# Note: no :ho: on HPs since that homes to top of memory, not screen.
3870# Due to severe 2621 braindamage, the only way to get the arrow keys to
3871# transmit anything at all is to turn on the function key labels
3872# with :ks:, and even then the user has to hold down shift!
177c0ea7
JB
3873# The default 2621 turns off the labels except when it has to to
3874# enable the function keys. If your installation prefers labels
3875# on all the time, or off all the time (at the "expense" of the
45fd9aa5 3876# function keys), use 2621-nl or 2621-wl.
177c0ea7
JB
3877#
3878# Note: there are newer ROMs for 2621's that allow you to set
3879# strap A so the regular arrow keys xmit \EA, etc, as with the
3880# 2645. However, even with this strap set, the terminal stops
45fd9aa5 3881# xmitting if you reset it, until you unset and reset the strap!
177c0ea7 3882# Since there is no way to set/unset the strap with an escape
45fd9aa5
EZ
3883# sequence, we don't use it in the default.
3884# If you like, you can use 2621-ba (brain-damaged arrow keys).
3885hp2621-ba|2621 w/new rom and strap A set:\
3886 :ke@:ks@:tc=hp+arrows:tc=hp2621:
1bac2ebb 3887
45fd9aa5
EZ
3888# hp2621 with function labels. Most of the time they are off,
3889# but inside vi, the function key labels appear. You have to
3890# hold down shift to get them to xmit.
3891hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
3892 :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
3893hp2621-fl|hp 2621:\
3894 :xo:xs@:\
3895 :pb#19200:\
3896 :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:ke=\E&j@:\
3897 :ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:ta=\011:ue=\E&d@:\
3898 :us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
754b75d2 3899
45fd9aa5
EZ
3900# To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
3901hp2621p|hp 2621 with printer:\
3902 :pf=\E&p13C:po=\E&p11C:tc=hp2621:
3903
3904hp2621p-a|hp2621p with fn as arrows:\
3905 :tc=hp+pfk+arrows:tc=hp2621p:
3906
3907# hp2621 with k45 keyboard
3908hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard:\
3909 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
3910 :ku=\EA:tc=hp2621:
3911
177c0ea7 3912# 2621 using all 48 lines of memory, only 24 visible at any time.
45fd9aa5
EZ
3913hp2621-48|48 line 2621:\
3914 :li#48:\
3915 :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
3916
3917# 2621 with no labels ever. Also prevents vi delays on escape.
3918hp2621-nl|hp 2621 with no labels:\
3919 :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
3920
177c0ea7 3921# Needed for UCB ARPAVAX console, since lsi-11 expands tabs
45fd9aa5 3922# (wrong).
754b75d2 3923#
45fd9aa5
EZ
3924hp2621-nt|hp 2621 w/no tabs:\
3925 :ta@:tc=hp2621:
3926
3927# Hp 2624 B with 4 or 10 pages of memory.
177c0ea7
JB
3928#
3929# Some assumptions are made with this entry. These settings are
45fd9aa5 3930# NOT set up by the initialization strings.
177c0ea7 3931#
45fd9aa5
EZ
3932# Port Configuration
3933# RecvPace=Xon/Xoff
3934# XmitPace=Xon/Xoff
3935# StripNulDel=Yes
177c0ea7 3936#
45fd9aa5
EZ
3937# Terminal Configuration
3938# InhHndShk=Yes
3939# InhDC2=Yes
3940# XmitFnctn(A)=No
3941# InhEolWrp=No
177c0ea7 3942#
45fd9aa5 3943# Note: the 2624 DOES have a true :ho:, believe it or not!
177c0ea7
JB
3944#
3945# The 2624 has an "error line" to which messages can be sent.
45fd9aa5 3946# This is CLOSE to what is expected for a "status line". However,
177c0ea7
JB
3947# after a message is sent to the "error line", the next carriage
3948# return is EATEN and the "error line" is turned back off again!
45fd9aa5 3949# So I guess we can't define :hs:, :es:, :ws:, :ds:, :fs:, :ts:.
177c0ea7
JB
3950#
3951# This entry supports emacs (and any other program that uses raw
3952# mode) at 4800 baud and less. I couldn't get the padding right
45fd9aa5 3953# for 9600.
754b75d2 3954#
45fd9aa5
EZ
3955# (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
3956hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B:\
3957 :da:db:\
3958 :lm#96:\
3959 :vb=\E&w13F\E&w12F\E&w13F\E&w12F:tc=hp+labels:tc=scrhp:
3960
177c0ea7 3961# This hp2626 entry does not use any of the fancy windowing stuff
45fd9aa5 3962# of the 2626.
177c0ea7
JB
3963#
3964# Indeed, terminfo does not yet handle such stuff. Since changing
3965# any window clears memory, it is probably not possible to use
45fd9aa5 3966# this for screen opt.
177c0ea7
JB
3967#
3968# ed is incredibly slow most of the time - I am guessing at the
3969# exact padding. Since the terminal uses xoff/xon this is intended
3970# only for cost computation, so that the terminal will prefer el
45fd9aa5 3971# or even dl1 which is probably faster!
177c0ea7
JB
3972#
3973# \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
3974# extra slow on the last line of the window.
3975#
45fd9aa5
EZ
3976# The padding probably should be changed.
3977#
3978hp2626|hp2626a|hp2626p|hp 2626:\
3979 :da:db:\
3980 :lm#0:pb#19200:\
3981 :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:\
3982 :tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
3983
177c0ea7
JB
3984# This entry is for sysline. It allocates a 23 line window with
3985# a 115 line workspace for regular use, and a 1 line window for
45fd9aa5 3986# the status line.
177c0ea7 3987#
45fd9aa5
EZ
3988# This assumes port 2 is being used.
3989# Turn off horizontal line, Create ws #1 with 115 lines,
3990# Create ws #2 with 1 line, Create window #1 lines 1-23,
3991# Create window #2 lines 24-24, Attach cursor to workspace #1.
3992# Note that this clears the tabs so it must be done by tset before
3993# it sets the tabs.
1bac2ebb 3994#
45fd9aa5
EZ
3995hp2626-s|hp 2626 using only 23 lines:\
3996 :es:hs:\
3997 :li#23:\
3998 :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
3999 :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
4000 :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%dC:tc=hp2626:
4001# Force terminal back to 24 lines after being 23.
4002hp2626-ns|hp 2626 using all 24 lines:\
4003 :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:\
4004 :tc=hp2626:
4005# Various entries useful for small windows on 2626.
4006hp2626-12|hewlett-packard 2626 12 lines:\
4007 :li#12:tc=hp2626:
4008hp2626-12x40|hewlett-packard 2626 12 lines 40 columns:\
4009 :co#40:li#12:tc=hp2626:
4010hp2626-x40|hewlett-packard 2626 40 columns:\
4011 :co#40:tc=hp2626:
4012hp2626-12-s|hewlett-packard 2626 11 lines plus status:\
4013 :li#11:tc=hp2626-s:
4014
754b75d2 4015#
45fd9aa5 4016# hp2627 color tubes from University of Wisconsin
754b75d2 4017#
45fd9aa5
EZ
4018hp2627a-rev|hp 2627 with reverse video colors:\
4019 :cr=^M:do=^J:\
4020 :is=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r:\
4021 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&v0S\E&d@:\
4022 :us=\E&dD\E&v1S:tc=hp2621-nl:
4023hp2627a|hp 2627 color terminal with no labels:\
4024 :cr=^M:do=^J:\
4025 :is=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r:\
4026 :kb=^H:kd=^J:kl=^H:nw=^M^J:se=\E&v0S:sf=^J:so=\E&v2S:ta=^I:\
4027 :ue=\E&v0S\E&d@:us=\E&dD\E&v1S:tc=hp2621-nl:
4028hp2627c|hp 2627 color (cyan) terminal with no labels:\
4029 :cr=^M:do=^J:\
4030 :is=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r:\
4031 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=hp2627a:
4032
177c0ea7 4033# hp2640a doesn't have the Y cursor addressing feature, and C is
45fd9aa5 4034# memory relative instead of screen relative, as we need.
754b75d2 4035#
45fd9aa5
EZ
4036hp2640a|hp 2640a:\
4037 :cm@:ke@:ks@:tc=hp2645:
4038
4039hp2640b|hp2644a|hp 264x series:\
4040 :ke@:ks@:tc=hp2645:
4041
4042# (hp2641a: removed unknown :gu: -- esr)
4043hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry:\
4044 :am:da:db:mi:xs:\
4045 :co#80:li#24:\
4046 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%2C:cl=\EH\EJ:\
4047 :cm=\E&a%r%2c%2Y:cr=^M:cv=\E&a%2Y:dc=\EP:dl=\EM:do=^J:\
4048 :ei=\ER:if=/usr/share/tabset/std:im=\EQ:is=500\EE:kb=^H:\
4049 :kd=^J:kl=^H:le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:\
4050 :ta=^I:up=\EA:
4051
4052# This terminal should be used at 4800 baud or less. It needs padding for
4053# plain characters at 9600, I guessed at an appropriate cr delay. It really
4054# wants ^E/^F handshaking, but that doesn't work well even if you write
4055# software to support it.
4056hp2645|hp45|HP 2645 series:\
4057 :pb#9600:\
4058 :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:kM=\ER:\
4059 :kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:ke=\E&s0A:kh=\Eh:\
4060 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:mb=\E&dA:me=\E&d@:\
4061 :mh=\E&dH:mr=\E&dB:\
4062 :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c:\
4063 :us=\E&dD:tc=hpgeneric:
4064# You should use this terminal at 4800 baud or less.
4065hp2648|hp2648a|HP 2648a graphics terminal:\
4066 :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
4067
177c0ea7
JB
4068# The HP 150 terminal is a fairly vanilla HP terminal, with the
4069# clreol standout problem. It also has graphics capabilities and
45fd9aa5
EZ
4070# a touch screen, which we don't describe here.
4071hp150|hewlett packard Model 150:\
4072 :bs:tc=hp2622:
4073
177c0ea7
JB
4074# HP 2382a terminals, "the little ones." They don't have any
4075# alternate character set support and sending out ^N/^O will
45fd9aa5
EZ
4076# leave the screen blank.
4077hp2382a|hp2382|hewlett packard 2382a:\
4078 :da:db:\
4079 :lh#1:lm#48:\
4080 :ac@:ae@:as@:me=\E&d@:\
4081 :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
4082 :..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:\
4083 :tc=hp+labels:tc=scrhp:
4084
4085hp2621-a|hp2621a-a|hp2621 with fn as arrows:\
4086 :tc=hp+pfk+arrows:tc=hp2621-fl:
4087
4088# newer hewlett packard terminals
4089
4090newhpkeyboard|generic entry for HP extended keyboard:\
4091 :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:kI=\EQ:\
4092 :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:kb=^H:kd=\EB:\
4093 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
4094 :tc=hp+pfk-cr:
4095
4096newhp|generic entry for new hewlett packard terminals:\
4097 :am:bw:mi:xo:xs:\
4098 :co#80:li#24:pb#4800:\
4099 :ac=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q,t5u6v8w7x.:\
4100 :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:ct=\E3:\
4101 :dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:ip=:le=^H:\
4102 :mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:mk=\E&dS:\
4103 :mr=\E&dB:nd=\EC:nw=^M^J:\
4104 :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
4105 :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
4106 :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
4107 :..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%;:\
4108 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:ue=\E&d@:\
4109 :up=\EA:us=\E&dD:tc=newhpkeyboard:
4110
4111memhp|memory relative addressing for new HP ttys:\
4112 :vt#6:\
4113 :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
4114 :UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dr%dC:\
4115 :cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
4116
4117scrhp|screen relative addressing for new HP ttys:\
4118 :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
4119 :UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:cm=\E&a%dy%dC:\
4120 :cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
4121
4122# (hp+labels: added label values from a BRL termcap -- esr)
4123hp+labels|"standard" label info for new HP ttys:\
4124 :Nl#8:lh#2:lw#8:\
4125 :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
4126 :l7=f8:\
4127 :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
4128
4129hp+printer|"standard" printer info for HP ttys:\
4130 :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
4131
4132
4133# The new hp2621b is kind of a cross between the old 2621 and the
177c0ea7
JB
4134# new 262x series of machines. It has dip-switched options.
4135# The firmware has a bug in it such that if you give it a null
45fd9aa5
EZ
4136# length label, the following character is eaten!
4137hp2621b|hp 2621b with old style keyboard:\
4138 :Nl#8:lh#1:lm#48:lw#8:\
4139 :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
4140 :ku=\EA:\
4141 :..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:\
4142 :tc=hp2621:
4143
4144hp2621b-p|hp 2621b with printer:\
4145 :tc=hp+printer:tc=hp2621b:
4146
4147# hp2621b - new 2621b with new extended keyboard
4148# these are closer to the new 26xx series than the other 2621b
4149hp2621b-kx|hp 2621b with extended keyboard:\
4150 :tc=newhpkeyboard:tc=hp2621b:
4151
4152hp2621b-kx-p|hp 2621b with new keyboard & printer:\
4153 :tc=hp+printer:tc=hp2621b-kx:
4154
4155# Some assumptions are made in the following entries.
4156# These settings are NOT set up by the initialization strings.
177c0ea7 4157#
45fd9aa5
EZ
4158# Port Configuration
4159# RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Yes
177c0ea7 4160#
45fd9aa5
EZ
4161# Terminal Configuration
4162# InhHndShk(G)=Yes InhDC2(H)=Yes
4163# XmitFnctn(A)=No InhEolWrp=No
754b75d2 4164#
177c0ea7 4165#
45fd9aa5 4166# Hp 2622a & hp2623a display and graphics terminals
754b75d2 4167#
45fd9aa5
EZ
4168hp2622|hp2622a|hp 2622:\
4169 :da:db:\
4170 :lm#0:pb#19200:\
4171 :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
4172
4173# The 2623 is a 2622 with extra graphics hardware.
4174hp2623|hp2623a|hp 2623:\
4175 :tc=hp2622:
4176
4177hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
4178 :tc=hp+printer:tc=hp2624:
4179
4180# The hewlett packard B can have an optional extra 6 pages of memory.
4181hp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
4182 :lm#240:tc=hp2624:
4183
4184hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
4185 :lm#240:tc=hp2624b-p:
4186
4187# Color manipulations for HP terminals
4188hp+color|hp with colors:\
4189 :cc:\
4190 :Co#16:NC#17:pa#7:\
4191 :..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:\
4192 :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
4193 :op=\E&v0S:sp=\E&v%dS:
4194
4195# :is: sets the screen to be 80 columns wide
4196hp2397a|hp2397|hewlett packard 2397A color terminal:\
4197 :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
4198
177c0ea7 4199# HP 700/44 Setup parameters:
45fd9aa5
EZ
4200# Terminal Mode HP-PCterm
4201# Inhibit Auto Wrap NO
4202# Status Line Host Writable
4203# PC Character Set YES
4204# Twenty-Five Line Mode YES
4205# XON/XOFF @128 or 64 (sc)
4206# Keycode Mode NO or YES (sc)
4207# Backspace Key BS or BS/DEL
754b75d2 4208#
177c0ea7 4209# :is: sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
45fd9aa5
EZ
4210# \E\\? does not turn off keycode mode
4211# <smsc> sets alternate start/stop; keycode on
4212hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
4213 :am:eo:xn:xo:\
4214 :co#80:li#25:\
4215 :@7=\E[4~:RA=\E[?7l:S4=\E[>11h\EPO**x0/65;1/67\E\\:\
4216 :S5=\E[>11l\EP1**x0/11;1/13\E[m\E\\:SA=\E[?7h:XF=g:XN=e:\
4217 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
4218 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
4219 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
4220 :ic=\E[@:im=:\
4221 :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
4222 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
4223 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
4224 :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
4225 :kr=\E[C:ku=\E[A:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
4226 :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
4227 :vi=\E[?25l:
754b75d2 4228#
45fd9aa5
EZ
4229# (hp2392: copied :ei: here from hpex -- esr)
4230hp2392|239x series:\
4231 :co#80:\
4232 :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:ei=\ER:im=\EQ:k1=\Ep\r:\
4233 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
4234 :k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:kh=\Eh:ue=\E&d@:\
4235 :us=\E&dD:tc=hpsub:
4236
4237hpsub|hp terminals -- capability subset:\
4238 :am:da:db:mi:xo:xs:\
4239 :li#24:\
4240 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cr=^M:\
4241 :dc=\EP:dl=\EM:do=\EB:if=/usr/share/tabset/stdcrt:\
4242 :is=\E&s1A\E<\E&k0\\:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
4243 :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
4244 :sf=^J:so=\E&dB:ta=^I:up=\EA:
4245
4246# hpex:
4247# May be used for most 24 x 80 hp terminals,
177c0ea7
JB
4248# but has no padding added, so may allow runover in some terminals at high
4249# baud rates. Will not work for hp2640a or hp2640b terminals, hp98x6 and
4250# hp98x5 terminal emulators or hp98x6 consoles.
4251# Adds xy-cursor addressing, vertical cursor addressing, home,
45fd9aa5 4252# last line, and underline capabilities.
754b75d2 4253#
45fd9aa5
EZ
4254# (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
4255# moved :ei: here from hpsub -- esr)
4256hpex|hp extended capabilites:\
4257 :cm=\E&a%dy%dC:cr=^M:cv=\E&a%dY:do=^J:ei=\ER:im=\EQ:kb=^H:\
4258 :kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&d@:us=\E&dD:tc=hpsub:
4259
4260# From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
4261hp2|hpex2|hewlett-packard extended capabilities newer version:\
4262 :am:da:db:mi:xs:\
4263 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:ug#0:\
4264 :LF=\E&j@:LO=\E&jB:al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4265 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4266 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4267 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4268 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4269 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4270 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:me=\E&d@:\
4271 :ml=\El:mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
4272 :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
4273 :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
4274 :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
4275 :..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%;:\
4276 :se=\E&d@:sf=^J:so=\E&dB:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
4277 :us=\E&dD:
4278
4279# HP 236 console
4280# From: <ddavis@ic.berkeley.edu>
4281hp236|hp236 internal terminal emulator:\
4282 :am:bs:\
4283 :co#80:li#24:\
4284 :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:ic=\EI:\
4285 :im=:le=^H:me=\ECI:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
4286
4287# This works on a hp300 console running Utah 4.3 BSD
4288# From: Craig Leres <leres@okeeffe.berkeley.edu>
4289hp300h|HP Catseye console:\
4290 :am:bs:da:db:mi:xs:\
4291 :co#128:li#51:lm#0:sg#0:ug#0:\
4292 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4293 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4294 :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/stdcrt:\
4295 :im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
4296 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:\
4297 :so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4298# From: Greg Couch <gregc@ernie.berkeley.edu>
4299hp9837|hp98720|hp98721|HP 9000/300 workstations:\
4300 :am:bs:da:db:mi:xs:\
4301 :co#128:it#8:li#46:lm#0:\
4302 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4303 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:dc=\EP:\
4304 :dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:kA=\EL:\
4305 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kN=\EU:kP=\EV:kS=\EJ:kb=^H:\
4306 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
4307 :le=^H:me=\E&d@:nd=\EC:se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:\
4308 :ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4309# HP 9845 desktop computer from BRL
4310# (hp9845: removed unknown capability :gu: -- esr)
4311hp9845|HP 9845:\
4312 :am:bs:da:db:eo:mi:xs:\
4313 :co#80:li#21:\
4314 :al=\EL:bc=\ED:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E&a%r%2c%2Y:\
4315 :dc=\EP:dl=\EM:ei=\ER:if=/usr/share/tabset/std:im=\EQ:\
4316 :nd=\EC:se=\E&d@:so=\E&dB:up=\EA:
4317# From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
4318# (hp98550: replaced /usr/share/tabset/9837 with std because :it#8:,:st=\E1:;
4319# added empty <acsc> to avoid warnings re :as:/:ae: --esr)
4320hp98550|hp98550a|HP 9000 Series 300 color console:\
4321 :am:bs:da:db:mi:xs:\
4322 :co#128:it#8:li#49:lm#0:\
4323 :ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
4324 :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
4325 :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
4326 :if=/usr/share/tabset/std:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4327 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4328 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4329 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4330 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
4331 :md=\E&dJ:me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:\
4332 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
4333 :us=\E&dD:ve=\E*dQ:vi=\E*dR:
4334# From: Victor Duchovni <vic@fine.princeton.edu>
4335# (hp700-wy: removed obsolete ":nl=^J:";
4336# replaced /usr/share/tabset/hp700-wy with std because :it#8:,:st=\E1: -- esr)
4337hp700-wy|HP700/41 emulating wyse30:\
4338 :am:bs:bw:mi:ms:\
4339 :co#80:it#8:li#24:sg#1:ug#1:\
4340 :al=0.7*\EE:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
4341 :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:\
4342 :i1=\E~"\EC\Er\E(\EG0\003\E`9\E`1:\
4343 :if=/usr/share/tabset/stdcrt:im=\Eq:kB=\EI:kC=^Z:kE=\ET:\
4344 :kI=\Eq:kM=\Er:kS=\EY:kT=\EI:kb=\177:kd=^V:kh=^^:kl=^H:kr=^L:\
4345 :ku=^K:le=^H:ll=^^^K:me=10\EG0:nd=^L:se=10\EG0:so=10\EG4:\
4346 :sr=\Ej:st=\E1:ta=^I:ue=10\EG0:up=^K:us=10\EG8:
4347hp70092|hp70092a|hp70092A|HP 700/92:\
4348 :am:da:db:xs:\
4349 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
4350 :LF=\E&j@:LO=\E&jB:ac=0cjgktlrmfn/q,t5u6v8w7x.:ae=^O:\
4351 :al=\EL:as=^N:bl=^G:bt=\Ei:ce=\EK:ch=\E&a%dC:\
4352 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4353 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4354 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4355 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4356 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4357 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
4358 :md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:se=\E&d@:\
4359 :so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4360
4361bobcat|sbobcat|HP 9000 model 300 console:\
4362 :am:da:db:mi:xs:\
4363 :co#128:it#8:li#47:sg#0:ug#0:\
4364 :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:cl=\EH\EJ:\
4365 :cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:dl=10*\EM:do=\EB:\
4366 :ei=\ER:im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
4367 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:nw=^M^J:se=\E&d@:\
4368 :sf=^J:so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4369gator-t|HP 9000 model 237 emulating extra-tall AAA:\
4370 :li#94:tc=gator:
4371gator|HP 9000 model 237 emulating AAA:\
4372 :bw:km:mi:ul:\
4373 :co#128:it#8:li#47:\
4374 :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:al=\E[L:\
4375 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
4376 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
4377 :ic=\E[@:im=:kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:mr=\E[7m:\
4378 :nd=\E[C:nw=^M^J:rp=1*%.\E[%db:se=\E[m:so=\E[7m:ta=^I:\
4379 :ue=\E[m:up=\EM:us=\E[4m:
4380gator-52|HP 9000 model 237 emulating VT52:\
4381 :co#128:li#47:tc=vt52:
4382gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
4383 :li#94:tc=gator-52:
4384
4385#### Honeywell-Bull
754b75d2 4386#
45fd9aa5 4387# From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
754b75d2 4388#
45fd9aa5
EZ
4389
4390# Honeywell Bull terminal. Its cursor and function keys send single
4391# control characters and it has standout/underline glitch. Most programs
4392# do not like these features/bugs. Visual bell is realized by flashing the
4393# "keyboard locked" LED.
4394dku7003-dumb|Honeywell Bull DKU 7003 dumb mode:\
4395 :co#80:li#25:\
4396 :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:ho=^]:\
4397 :kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:nd=^X:nw=^M^J:\
4398 :sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
4399dku7003|Honeywell Bull DKU 7003 all features described:\
4400 :ms:\
4401 :sg#1:ug#1:\
4402 :mb=\E[5m:md=\E[7m:me=\E[m:mh=\E[2m:mr=\E[7m:se=\E[m:\
4403 :so=\E[7m:ue=\E[m:us=\E[4m:tc=dku7003-dumb:
4404
4405#### Lear-Siegler (adm)
754b75d2 4406#
45fd9aa5
EZ
4407# These guys are long since out of the terminals business, but
4408# in 1995 many current terminals still have an adm type as one of their
4409# emulations (usually their stupidest, and usually labeled adm3, though
4410# these `adm3' emulations normally have adm3a+ capabilities).
754b75d2 4411#
177c0ea7 4412# WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
45fd9aa5
EZ
4413# `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
4414# was being held to ground would trigger a send of the top line on the screen.
4415# A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
4416# hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
4417# for clearing up this point.)
4418
4419adm1a|adm1|lsi adm1a:\
4420 :am:\
70dc89d1 4421 :co#80:li#24:\
45fd9aa5
EZ
4422 :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:nd=^L:\
4423 :sf=^J:up=^K:
4424adm2|lsi adm2:\
754b75d2
DL
4425 :am:bs:\
4426 :co#80:li#24:\
45fd9aa5
EZ
4427 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
4428 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:\
4429 :kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
4430# (adm3: removed obsolete ":ma=^K^P:" -- esr)
4431adm3|lsi adm3:\
70dc89d1
RS
4432 :am:bs:\
4433 :co#80:li#24:\
45fd9aa5
EZ
4434 :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
4435# The following ADM-3A switch settings are assumed for normal operation:
4436# SPACE U/L_DISP CLR_SCRN 24_LINE
4437# CUR_CTL LC_EN AUTO_NL FDX
4438# Other switches may be set for operator convenience or communication
4439# requirements. I recommend
4440# DISABLE_KB_LOCK LOCAL_OFF 103 202_OFF
4441# ETX_OFF EOT_OFF
4442# Most of these terminals required an option ROM to support lower case display.
4443# Open the case and look at the motherboard; if you see an open 24-pin DIP
4444# socket, you may be out of luck.
1bac2ebb 4445#
45fd9aa5
EZ
4446# (adm3a: some capabilities merged in from BRl entry -- esr)
4447adm3a|lsi adm3a:\
4448 :am:bs:\
4449 :co#80:li#24:\
4450 :bl=^G:cl=1\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kd=^J:kl=^H:\
4451 :kr=^L:ku=^K:le=^H:ma=^K^P:nd=^L:nl=^J:rs=^N:sf=^J:up=^K:
4452adm3a+|adm3a plus:\
4453 :kb=^H:tc=adm3a:
4454# (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
4455adm5|lsi adm5:\
4456 :sg#1:\
4457 :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:so=\EG:\
4458 :tc=adm3a+:
4459# A lot of terminals other than adm11s use these. Wherever you see
4460# use=adm+sgr with some of its capabilities disabled, try the
4461# disabled ones. They may well work but not have been documented or
4462# expressed in the using entry. We'd like to cook up an :sa: but the
4463# :ae:/:as: sequences of the using entries vary too much.
4464adm+sgr|adm style highlight capabilities:\
4465 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
4466# LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
4467# Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
4468# :kh: from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>. :cl: could also
4469# be ^Z, according to his entry.
4470# (adm11: :us:=\EG4 was obviously erroneous because it also said
4471# :mr:=\EG4. Looking at other ADMs confirms this -- esr)
4472adm11|LSI ADM-11:\
4473 :am:bs:hs:\
4474 :co#80:kn#8:li#24:\
4475 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ds=\Eh:\
4476 :fs=\E(\r:ho=^^:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4477 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=^^:\
4478 :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:nd=^L:nl=^J:nw=^M^J:ta=^I:\
4479 :ts=\EF\E):up=^K:tc=adm+sgr:
4480# From: Andrew Scott Beals <bandy@lll-crg.ARPA>
4481# Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
4482# Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
4483# (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :". This formerly had
4484# :is:=\Eq but that looked wrong; this :is: is from Dave Yost <esquire!yost>
177c0ea7 4485# via BRL. That entry asserted :sg#1:, but I've left that out because
45fd9aa5 4486# neither earlier nor later ADMSs have it -- esr)
1bac2ebb 4487#
45fd9aa5
EZ
4488# You will need to get into the supervisor setup before you can set
4489# baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
4490# see a lot more setup options.
177c0ea7 4491#
45fd9aa5 4492# While in supervisor setup you can also use following codes:
177c0ea7 4493#
45fd9aa5
EZ
4494# Ctrl-P Personality character selections (configure for example what
4495# arrow keys send, if I recall correctly)
4496# Ctrl-T tabs 1-80 use left&right to move and up to set and
4497# Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
4498# Ctrl-B Binary setup (probably not needed. I think that everything can
4499# be set using normal setup)
4500# Ctrl-A Answerback mode (enter answerback message)
4501# Ctrl-U User friendly mode (normal setup)
4502# Ctrl-D Defaults entire setup and function keys from EPROM tables
4503# Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
4504# Ctrl-R Reads both setup and functions keys from NVM.
4505# Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
177c0ea7 4506#
45fd9aa5
EZ
4507# ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
4508# RTS/CTS used nowadays with virtually every modem and computer. 19200
4509# bps works fine with hardware flow control.
177c0ea7 4510#
45fd9aa5
EZ
4511# The following null-modem cable should fix this and enable you to use
4512# RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
4513# set ADM-12+ for DTR handshaking from supervisor setup.
177c0ea7 4514#
45fd9aa5
EZ
4515# PC Serial ADM-12+
4516# -------- -------
4517# 2 - 3
4518# 3 - 2
4519# 4 - 5
4520# 5 - 20
4521# 6,8 - 4
4522# 7 - 7
4523# 20 - 6,8
1bac2ebb 4524#
45fd9aa5
EZ
4525adm12|lsi adm12:\
4526 :am:bs:mi:pt:\
4527 :co#80:it#8:li#24:ug#1:\
4528 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:\
4529 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:ic=\EQ:im=\Eq:\
4530 :is=\E0 \E1 \E1 \E1 \E1 \E1 \E1 \E1 \E1:\
4531 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
4532 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:\
4533 :ku=^K:le=^H:nd=^L:st=\E1:up=^K:tc=adm+sgr:
4534# (adm20: removed obsolete ":kn#7:" -- esr)
4535adm20|lear siegler adm20:\
4536 :am:bs:\
4537 :co#80:it#8:li#24:\
4538 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
4539 :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:\
4540 :im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:le=^H:me=\E(:\
4541 :nd=^L:se=\E(:so=\E):ta=^I:up=^K:
4542adm21|lear siegler adm21:\
4543 :sg#1:\
4544 :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:dl=30*\ER:do=^J:\
4545 :ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:mk@:sf=^J:\
4546 :tc=adm+sgr:tc=adm3a:
4547# (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
4548# removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
4549# removed bogus-looking \200 from before :cm:. -- esr)
4550adm22|lsi adm22:\
4551 :am:bs:\
4552 :co#80:li#24:\
4553 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
4554 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
4555 :is=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0:\
4556 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4557 :k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:l1=F1:l2=F2:\
4558 :l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:le=^H:me=\E(:nd=^L:se=\E(:\
4559 :so=\E):ta=\Ei:up=^K:
4560# ADM 31 DIP Switches
1bac2ebb 4561#
45fd9aa5
EZ
4562# This information comes from two versions of the manual for the
4563# Lear-Siegler ADM 31.
1bac2ebb 4564#
45fd9aa5
EZ
4565# Main board:
4566# rear of case
4567# +-||||-------------------------------------+
4568# + S1S2 ||S +
4569# + ||3 +
4570# + +
4571# + ||S +
4572# + ||4 +
4573# + +
4574# + +
4575# + +
4576# + +
4577# + +
4578# +-+ +-+
4579# + +
177c0ea7 4580# + S5 S6 S7 +
45fd9aa5
EZ
4581# + == == == +
4582# +----------------------------------------------+
4583# front of case (keyboard)
1bac2ebb 4584#
45fd9aa5
EZ
4585# S1 - Data Rate - Modem
4586# S2 - Data Rate - Printer
4587# ------------------------
4588# Data Rate Setting
4589# -------------------
4590# 50 0 0 0 0
4591# 75 1 0 0 0
4592# 110 0 1 0 0
4593# 134.5 1 1 0 0
4594# 150 0 0 1 0
4595# 300 1 0 1 0
4596# 600 0 1 1 0
4597# 1200 1 1 1 0
4598# 1800 0 0 0 1
4599# 2000 1 0 0 1
4600# 2400 0 1 0 1
4601# 3600 1 1 0 1
4602# 4800 0 0 1 1
4603# 7200 1 0 1 1
4604# 9600 0 1 1 1
4605# x 1 1 1 1
1bac2ebb 4606#
45fd9aa5
EZ
4607# S3 - Interface/Printer/Attributes
4608# ---------------------------------
4609# Printer Busy Control
4610# sw1 sw2 sw3
4611# ---------------
4612# off off off Busy not active, CD disabled
4613# off off on Busy not active, CD enabled
4614# off on off Busy active on J5-20, CD disabled
4615# on off off Busy active on J5-19, CD disabled - Factory Set.
4616# on off on Busy active on J5-19, CD enabled
754b75d2 4617#
45fd9aa5
EZ
4618# sw4 Used in conjuction with S4 for comm interface control - Fact 0
4619#
4620# sw5 Secondary Channel Control (Hardware implementation only) - Fact 0
4621#
4622# sw6 ON enables printer BUSY active LOW - Factory Setting
4623# OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
4624#
4625# sw7 ON - steady cursor - Factory Setting
4626# OFF - blinking cursor
4627#
4628# sw8 ON causes selected attribute character to be displayed
4629# OFF causes SPACE to be displayed instead - Factory Setting
4630#
4631# S4 - Interface
4632# --------------
4633# Modem Interface
4634# S3 S4 S4 S4 S4
4635# sw4 sw1 sw2 sw3 sw4
4636# ---------------------------
4637# OFF ON OFF ON OFF Enable RS-232C interface, Direct Connect and
4638# Current Loop disabled - Factory Setting
4639# ON ON OFF ON OFF Enable Current Loop interface, Direct Connect
4640# disabled
4641# OFF OFF ON OFF ON Enable Direct Connect interface, RS-232C and
4642# Current Loop Disabled
4643#
4644# sw5 ON disables dot stretching mode - Factory Setting
4645# OFF enables dot stretching mode
4646# sw6 ON enables blanking function
4647# OFF enables underline function - Factory Setting
4648# sw7 ON causes NULLS to be displayed as NULLS
4649# OFF causes NULLS to be displayed as SPACES - Factory Setting
4650#
4651# S5 - Word Structure
4652# -------------------
4653# sw1 ON enables BREAK key - Factory Setting
4654# OFF disables BREAK key
4655# sw2 ON selects 50Hz monitor refresh rate
4656# OFF selects 60Hz monitor refresh rate - Factory Setting
4657#
4658# Modem Port Selection
4659# sw3 sw4 sw5
4660# ---------------
4661# ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
4662# OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
4663# ON OFF ON Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
4664# OFF OFF ON Selects 7 DATA bits, odd parity, 1 STOP bit
4665# ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
4666# OFF ON OFF Selects 8 DATA bits, no parity, 1 STOP bit
4667# ON OFF OFF Selects 8 DATA bits, even parity, 1 STOP bit
4668# OFF OFF OFF Selects 8 DATA bits, odd parity, 1 STOP bit
4669#
4670# sw6 ON sends bit 8 a 1 (mark)
4671# OFF sends bit 8 as 0 (space) - Factory Setting
4672# sw7 ON selects Block Mode
4673# OFF selects Conversation Mode - Factory Setting
4674# sw8 ON selects Full Duplex operation
4675# OFF selects Half Duplex operation - Factory Setting
4676#
4677# S6 - Printer
4678# ------------
4679# sw1, sw2, sw6, sw7 Reserved - Factory 0
4680#
4681# Printer Port Selection
4682# same as Modem above, bit 8 (when 8 DATA bits) is always = 0
4683#
4684# sw8 ON enables Printer Port
4685# OFF disables Printer Port - Factory Setting
4686#
4687# S7 - Polling Address
4688# --------------------
4689# sw1-7 Establish ASCII character which designates terminal polling address
4690# ON = logic 0
4691# OFF = logic 1 - Factory Setting
4692# sw8 ON enables Polling Option
4693# OFF disables Polling Option - Factory Setting
4694#
4695#
4696# On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
4697#
4698# This adm31 entry uses underline as the standout mode.
4699# If the adm31 gives you trouble with standout mode, check the DIP switch in
4700# position 6, bank @c11, 25% from back end of the circuit board. Should be
4701# OFF. If there is no such switch, you have an old adm31 and must use oadm31.
4702# (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
4703adm31|lsi adm31 with sw6 set for underline mode:\
4704 :am:bs:mi:\
4705 :co#80:li#24:\
4706 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
4707 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E0:k0=^A0\r:\
4708 :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:k6=^A6\r:\
4709 :k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:\
4710 :me=\EG0:nd=^L:se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
4711adm31-old|o31|old adm31:\
4712 :so=\EG4:ue@:us@:tc=adm31:
4713# LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
4714adm36|LSI ADM36:\
4715 :bs:pt:\
4716 :kn#4:\
4717 :if=/usr/lib/tabset/vt100:\
4718 :is=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l:\
4719 :tc=vt100:
4720# (adm42: removed obsolete ":ma=^K^P:" -- esr)
4721adm42|lsi adm42:\
4722 :am:bs:\
4723 :co#80:li#24:\
4724 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
4725 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:ip=:kd=^J:kh=^^:\
4726 :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pc=\177:sf=^J:ta=^I:ue@:\
4727 :up=^K:us@:vs=\EC\E3 \E3(:tc=adm+sgr:
177c0ea7
JB
4728# The following termcap for the Lear Siegler ADM-42 leaves the
4729# "system line" at the bottom of the screen blank (for those who
45fd9aa5
EZ
4730# find it distracting otherwise)
4731adm42-ns|lsi adm-42 with no system line:\
4732 :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
4733 :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
4734 :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
4735 :im=\Eq\EF \011:tc=adm42:
4736# ADM 1178 terminal -- rather like an ADM-42. Manual is dated March 1 1985.
4737# The insert mode of this terminal is commented out because it's broken for our
4738# purposes in that it will shift the position of every character on the page,
4739# not just the cursor line!
4740# From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
4741adm1178|1178|lsi adm1178:\
4742 :am:\
70dc89d1 4743 :co#80:li#24:sg#1:ug#1:\
45fd9aa5
EZ
4744 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
4745 :cr=^M:dc=\EW:dl=\ER:do=^J:ho=^^:ip=6*:kb=^H:kd=^J:kl=^H:\
4746 :le=^H:md=\E(:me=\E):mr=\EG4:nd=^L:nw=^M^J:pc=\177:se=\EG0:\
4747 :sf=^J:so=\EG4:ta=^I:ue=\EG0:up=^K:us=\EG1:vs=\EC\E3 \E3(:
4748
4749#### Prime
4750#
4751# Yes, Prime made terminals. These entries were posted by Kevin J. Cummings
4752# <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
4753# Prime merged with ComputerVision in the late 1980s; you can reach them at:
4754#
4755# ComputerVision Services
4756# 500 Old Connecticut Path
4757# Framingham, Mass.
4758#
4759
4760# Standout mode is dim reverse-video.
4761pt100|pt200|wren|fenix|prime pt100/pt200:\
4762 :am:bw:mi:ms:\
4763 :co#80:it#8:li#24:\
4764 :DC=\E[%dP:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
4765 :al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:ce=\E[K\E[t:cl=\E?:\
4766 :cm=\E0%+!%+!:cr=^M:dc=\E[P:dl=\E[M:do=\ED:ei=\E[4l:\
4767 :ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:ke=\E[>13l:kh=\E$A:kl=\E[D:\
4768 :kr=\E[C:ks=\E[>13h:ku=\E[A:le=^H:me=\E[m:mh=\E[2m:nd=\E[C:\
4769 :nw=^M^J:se=\E[m:sf=^J:so=\E[2;7m:ta=^I:te=:\
4770 :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
4771 :ue=\E[m:up=\EM:us=\E[4m:vb=\E$\E$P:
4772pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
4773 :co#132:\
4774 :cm=\E[%i%d;%dH:tc=pt100:
4775pt250|Prime PT250:\
4776 :se@:so@:tc=pt100:
4777pt250w|Prime PT250 in 132-column mode:\
4778 :se@:so@:tc=pt100w:
4779
4780#### Qume (qvt)
4781#
4782# Qume, Inc.
4783# 3475-A North 1st Street
4784# San Jose CA 95134
4785# Vox: (800)-457-4447
4786# Fax: (408)-473-1510
4787# Net: josed@techsupp.wyse.com (Jose D'Oliveira)
4788#
4789# Qume was bought by Wyse, but still (as of early 1995) has its own support
4790# group and production division.
4791#
4792# Discontinued Qume models:
4793#
4794# The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
4795# built to replace them, and a qvt119+ which was a 101+ with available wide
4796# mode (132 columns). There was a qvt103 which added vt100/vt131 emulations
4797# and an ANSI-compatible qvt203 that replaced it. Qume started producing
4798# ANSI-compatible terminals with the qvt323 and qvt61.
4799#
4800# Current Qume models (as of February 1995):
4801#
4802# All current Qume terminals have ANSI-compatible operation modes.
4803# Qume is still producing the qvt62, which features emulations for other
4804# popular lines such as ADDS, and dual-host capabilities. The qvt82 is
4805# designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
4806# with many emulations including Wyse370, Wyse 325, etc. Their newest
4807# model is the qvt520, which is vt420-compatible.
4808#
4809# There are some ancient printing Qume terminals under `Daisy Wheel Printers'
4810#
4811# If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
4812# setup mode. Shift-s should be a configuration save to NVRAM.
4813
4814qvt101|qvt108|qume qvt 101 and QVT 108:\
4815 :sg#1:tc=qvt101+:
4816
4817# This used to have :vs=\E.2: but no :ve: or :vi:. The BSD termcap
177c0ea7 4818# file had :vs=\EM4 \200\200\200:. I've done the safe thing and yanked
45fd9aa5
EZ
4819# both. The :mr: is from BSD, which also claimed bold=\E( and dim=\E).
4820# What seems to be going on here is that this entry was designed so that
4821# the normal highlight is bold and standout is dim plus something else
177c0ea7 4822# (reverse-video maybe? But then, are there two :mr: sequences?)
45fd9aa5
EZ
4823qvt101+|qvt101p|qume qvt 101 PLUS product:\
4824 :am:bw:hs:ul:\
4825 :co#80:li#24:sg#0:\
70dc89d1
RS
4826 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
4827 :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:\
4828 :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
4829 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
4830 :kB=\EI:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
45fd9aa5
EZ
4831 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
4832 :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:\
4833 :tc=adm+sgr:
4834qvt102|qume qvt 102:\
4835 :ve=\E.:tc=qvt101:
754b75d2
DL
4836# (qvt103: added <rmam>/<smam> based on init string -- esr)
4837qvt103|qume qvt 103:\
4838 :am:xn:xo:\
4839 :co#80:it#8:li#24:vt#3:\
4840 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
4841 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
4842 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
4843 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
4844 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
70dc89d1
RS
4845 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
4846 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
45fd9aa5 4847 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>:\
754b75d2
DL
4848 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
4849 :up=\E[A:us=\E[4m:
4850qvt103-w|qume qvt103 132 cols:\
45fd9aa5
EZ
4851 :co#132:li#24:\
4852 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
754b75d2
DL
4853qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
4854 :am:hs:mi:ms:\
70dc89d1 4855 :co#80:li#24:sg#0:ug#0:\
754b75d2
DL
4856 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:cm=\E=%+ %+ :\
4857 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
4858 :ho=^^:im=\Eq:is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:\
4859 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4860 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
45fd9aa5
EZ
4861 :ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:sf=^J:sr=\EJ:st=\E1:ta=^I:\
4862 :ts=\Eg\Ef:up=^K:us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:\
4863 :tc=adm+sgr:
754b75d2 4864qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
45fd9aa5 4865 :li#25:tc=qvt119+:
754b75d2 4866qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
45fd9aa5
EZ
4867 :co#132:\
4868 :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
754b75d2 4869qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
45fd9aa5 4870 :li#25:tc=qvt119+:
754b75d2 4871qvt203|qvt203+|qume qvt 203 Plus:\
45fd9aa5 4872 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:ip=:k0=\E[29~:\
754b75d2 4873 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
45fd9aa5 4874 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[28~:sf=\n:tc=qvt103:
754b75d2 4875qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
45fd9aa5
EZ
4876 :co#132:li#24:\
4877 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
754b75d2
DL
4878#
4879# Since a command is present for enabling 25 data lines,
4880# a specific terminfo entry may be generated for the 203.
4881# If one is desired for the QVT 119 PLUS then 25 lines must
4882# be selected in the status line (setup line 9).
4883#
4884qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
45fd9aa5
EZ
4885 :co#80:li#25:\
4886 :is=\E[=40h\E[?3l:tc=qvt203:
754b75d2 4887qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
45fd9aa5
EZ
4888 :co#132:li#25:\
4889 :rs=\E[?3h\E[=40h:tc=qvt203:
1bac2ebb 4890
754b75d2
DL
4891#### Televideo (tvi)
4892#
4893# TeleVideo
4894# 550 East Brokaw Road
4895# PO Box 49048 95161
4896# San Jose CA 95112
4897# Vox: (408)-954-8333
4898# Fax: (408)-954-0623
4899#
4900#
4901# There are some tvi terminals that require incredible amounts of padding and
4902# some that don't. I'm assuming tvi912 and tvi920 are the old slow ones, and
4903# tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
4904#
4905# All of these terminals (912 to 970 and the tvipt) are discontinued. Newer
4906# Televideo terminals are ANSI and PC-ANSI compatible.
1bac2ebb 4907
754b75d2 4908tvi803|televideo 803:\
45fd9aa5 4909 :cl=\E*:tc=tvi950:
1bac2ebb 4910
754b75d2
DL
4911# Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
4912# Switch settings are:
177c0ea7 4913#
754b75d2
DL
4914# S1 1 2 3 4
4915# D D D D 9600
4916# D D D U 50
4917# D D U D 75
4918# D D U U 110
4919# D U D D 135
4920# D U D U 150
4921# D U U D 300
4922# D U U U 600
4923# U D D D 1200
4924# U D D U 1800
4925# U D U D 2400
4926# U D U U 3600
4927# U U D D 4800
4928# U U D U 7200
4929# U U U D 9600
4930# U U U U 19200
177c0ea7 4931#
754b75d2
DL
4932# S1 5 6 7 8
4933# U D X D 7N1 (data bits, parity, stop bits) (X means ignored)
4934# U D X U 7N2
4935# U U D D 7O1
4936# U U D U 7O2
4937# U U U D 7E1
4938# U U U U 7E2
4939# D D X D 8N1
4940# D D X U 8N2
4941# D U D D 8O1
4942# D U U U 8E2
177c0ea7 4943#
754b75d2
DL
4944# S1 9 Autowrap
4945# U on
4946# D off
177c0ea7 4947#
754b75d2
DL
4948# S1 10 CR/LF
4949# U do CR/LF when CR received
4950# D do CR when CR received
177c0ea7 4951#
754b75d2
DL
4952# S2 1 Mode
4953# U block
4954# D conversational
177c0ea7 4955#
754b75d2
DL
4956# S2 2 Duplex
4957# U half
4958# D full
177c0ea7 4959#
754b75d2
DL
4960# S2 3 Hertz
4961# U 50
4962# D 60
177c0ea7 4963#
754b75d2
DL
4964# S2 4 Edit mode
4965# U local
4966# D duplex
177c0ea7 4967#
754b75d2
DL
4968# S2 5 Cursor type
4969# U underline
4970# D block
177c0ea7 4971#
754b75d2
DL
4972# S2 6 Cursor down key
4973# U send ^J
4974# D send ^V
177c0ea7 4975#
6772c8e1 4976# S2 7 Screen color
754b75d2
DL
4977# U green on black
4978# D black on green
177c0ea7 4979#
754b75d2
DL
4980# S2 8 DSR status (pin 6)
4981# U disconnected
4982# D connected
177c0ea7 4983#
754b75d2
DL
4984# S2 9 DCD status (pin 8)
4985# U disconnected
4986# D duplex
177c0ea7 4987#
754b75d2
DL
4988# S2 10 DTR status (pin 20)
4989# U disconnected
4990# D duplex
4991# (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added :kh:, :le:, :do:,
4992# :sf:, <hpa>, <vpa>, :am:, :ms: from SCO entry -- esr)
4993tvi910|televideo model 910:\
4994 :am:bs:ms:\
45fd9aa5 4995 :co#80:it#8:li#24:sg#1:\
754b75d2
DL
4996 :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :\
4997 :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
4998 :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
4999 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
45fd9aa5
EZ
5000 :k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:\
5001 :sf=^J:ta=^I:up=^K:tc=adm+sgr:
754b75d2
DL
5002# From: Alan R. Rogers <rogers%albany@csnet-relay>
5003# as subsequently hacked over by someone at SCO
5004# (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
1bac2ebb 5005#
754b75d2 5006# Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
1bac2ebb 5007#
754b75d2
DL
5008# S1 1 2 3 4:
5009# D D D D 9600 D D D U 50 D D U D 75 D D U U 110
5010# D U D D 135 D U D U 150 D U U D 300 D U U U 600
5011# U D D D 1200 U D D U 1800 U D U D 2400 U D U U 3600
5012# U U D D 4800 U U D U 7200 U U U D 9600 U U U U 19200
1bac2ebb 5013#
754b75d2
DL
5014# S1 5 6 7 8:
5015# U D X D 7N1 U D X U 7N2 U U D D 7O1 U U D U 7O2
5016# U U U D 7E1 U U U U 7E2 D D X D 8N1 D D X U 8N2
5017# D U D D 8O1 D U U U 8E2
177c0ea7 5018#
754b75d2
DL
5019# S1 9 Autowrap (U = on, D = off)
5020# S1 10 CR/LF (U = CR/LF on CR received, D = CR on CR received)
5021# S2 1 Mode (U = block, D = conversational)
5022# S2 2 Duplex (U = half, D = full)
5023# S2 3 Hertz (U = 50, D = 60)
5024# S2 4 Edit mode (U = local, D = duplex)
5025# S2 5 Cursor type (U = underline, D = block)
5026# S2 6 Cursor down key (U = send ^J, D = send ^V)
6772c8e1 5027# S2 7 Screen color (U = green on black, D = black on green)
754b75d2
DL
5028# S2 8 DSR status (pin 6) (U = disconnected, D = connected)
5029# S2 9 DCD status (pin 8) (U = disconnected, D = connected)
5030# S2 10 DTR status (pin 20) (U = disconnected, D = connected)
5031#
5032tvi910+|televideo 910+:\
45fd9aa5
EZ
5033 :al=\EE:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:im=:k0=^A@\r:k1=^AA\r:\
5034 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
5035 :k8=^AH\r:k9=^AI\r:ll=\E=7\s:tc=tvi910:
754b75d2
DL
5036
5037# (tvi912: removed obsolete ":ma=^K^P^L :", added :vb: and
5038# :kh: from BRL entry -- esr)
5039tvi912|tvi914|tvi920|old televideo 912/914/920:\
5040 :am:bs:ms:pt:\
70dc89d1 5041 :co#80:it#8:li#24:sg#1:ug#1:\
754b75d2
DL
5042 :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
5043 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
5044 :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
5045 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5046 :k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
5047 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:\
5048 :vb=\Eb\Ed:
5049# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
5050# The 920 has this plus real function keys that xmit different things.
5051# Terminfo makes you use the funct key on the 912 but the real keys on the 920.
5052tvi912c|tvi912b|new televideo 912:\
45fd9aa5 5053 :al=\EE:dl=\ER:tc=tvi912:
754b75d2
DL
5054# set to page 1 when entering curses application (\E-17 )
5055# reset to page 0 when exiting curses application (\E-07 )
5056tvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages:\
45fd9aa5 5057 :te=\E-07\s:ti=\E-17\s:tc=tvi912:
177c0ea7
JB
5058# We got some new tvi912c terminals that act really weird on the regular
5059# termcap, so one of our gurus worked this up. Seems that cursor
754b75d2
DL
5060# addressing is broken.
5061tvi912cc|tvi912 at cowell college:\
45fd9aa5 5062 :cm@:tc=tvi912c:
754b75d2
DL
5063
5064# Here are the switch settings for the tvi920c:
5065#
5066# S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
5067# 2: 9600 3: 4800 4: 2400 5: 1200
5068# 6: 600 7: 300 8: 150 9: 75
5069# 10: 110
5070#
5071# S2 UART/Terminal options:
5072# Up Down
5073# 1: Not used Not allowed
5074# 2: Alternate character set Standard character set
5075# 3: Full duplex Half duplex
5076# 4: 50 Hz refresh 60 Hz refresh
5077# 5: No parity Send parity
5078# 6: 2 stop bits 1 stop bit
5079# 7: 8 data bits 7 data bits
5080# 8: Not used Not allowed on Rev E or lower
5081# 9: Even parity Odd parity
5082# 10: Steady cursor Blinking cursor
5083# (On Rev E or lower, use W25 instead of switch 10.)
177c0ea7 5084#
754b75d2
DL
5085# S5 UART/Terminal options:
5086# Open Closed
5087# 1: P3-6 Not connected DSR received on P3-6
5088# 2: P3-8 Not connected DCD received on P3-8
5089#
5090# 3 Open, 4 Open: P3-20 Not connected
5091# 3 Open, 4 Closed: DTR on when terminal is on
5092# 3 Closed, 4 Open: DTR is connected to RTS
5093# 3 Closed, 4 Closed: Not allowed
5094#
5095# 5 Closed: HDX printer (hardware control) Rev. K with extension port off,
5096# all data transmitted out of the modem port (P3) will also be
5097# transmitted out of the printer port (P4).
5098#
5099# 6 Open, 7 Open: Not allowed
5100# 6 Open, 7 Closed: 20ma current loop input
5101# 6 Closed, 7 Open: RS232 input
5102# 6 Closed, 7 Closed: Not allowed
5103#
5104# Jumper options:
5105# If the jumper is installed, the effect will occur (the next time the terminal
5106# is switched on).
5107#
5108# S4/W31: Enables automatic LF upon receipt of CR from
5109# remote or keyboard.
177c0ea7 5110# S4/W32: Enables transmission of EOT at the end of Send. If not
754b75d2
DL
5111# installed, a carriage return is sent.
5112# S4/W33: Disables automatic carriage return in column 80.
177c0ea7 5113# S4/W34: Selects Page Print Mode as initial condition. If not
754b75d2 5114# installed, Extension Mode is selected.
1bac2ebb 5115#
754b75d2 5116tvi920b|tvi920c|new televideo 920:\
45fd9aa5
EZ
5117 :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
5118 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
5119 :tc=tvi912:
754b75d2
DL
5120
5121# Televideo 921 and variants
5122# From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
5123# (tvi921: removed :ko=bt: before translation, I see no backtab cap;
5124# also added empty <acsc> to suppress tic warning -- esr)
5125tvi921|televideo model 921 with sysline same as page & real vi function:\
5126 :am:bs:hs:pt:xn:xs:\
45fd9aa5
EZ
5127 :co#80:li#24:sg#0:\
5128 :ac=:ae=\E%%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
5129 :cm=3\E=%+ %+ :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
5130 :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
754b75d2
DL
5131 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
5132 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
45fd9aa5
EZ
5133 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:ve=\E.3:\
5134 :vs=\E.2:tc=adm+sgr:
754b75d2
DL
5135# without the beeper
5136# (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
5137# also added empty <acsc> to suppress tic warning -- esr)
5138tvi92B|televideo model 921 with sysline same as page & real vi function & no beeper:\
5139 :am:hs:xn:xs:\
45fd9aa5
EZ
5140 :co#80:li#24:sg#0:\
5141 :ac=:ae=\E%%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
5142 :cm=3\E=%+ %+ :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
5143 :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
754b75d2
DL
5144 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
5145 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
45fd9aa5
EZ
5146 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:vb=\Eb\Ed:\
5147 :ve=\E.3:vs=\E.2:tc=adm+sgr:
754b75d2
DL
5148# (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
5149tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
45fd9aa5
EZ
5150 :al=2*\EE:dl=2*\ER:is=\El\E"\EF1\E.3\016\EA\E<:kA=2*\EE:\
5151 :kL=2*\ER:tc=tvi92B:
754b75d2
DL
5152
5153# (tvi924: This used to have :ds=\Es0:, :fs=\031:. I put the new strings
5154# in from a BSD termcap file because it looks like they do something the
5155# old ones skip -- esr)
5156tvi924|televideo tvi924:\
5157 :am:bw:hs:in:mi:ms:xn:xo:\
45fd9aa5 5158 :co#80:it#8:li#24:sg#0:ws#80:\
754b75d2
DL
5159 :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:bl=^G:\
5160 :bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :cr=^M:\
5161 :cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Es0\Ef\031:\
5162 :ei=:fs=\031\Es1:ho=^^:\
5163 :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
5164 :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
5165 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
5166 :k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:kD=\EW:kE=\Et:\
5167 :kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:\
5168 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
45fd9aa5
EZ
5169 :la=F11:le=^H:mb=\EG2:mk@:nd=^L:pk=\E|%+1%s\031:sf=^J:\
5170 :sr=\Ej:st=\E1:ta=^I:ts=\Ef:up=^K:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
5171 :vs=\E.1:tc=adm+sgr:
754b75d2
DL
5172
5173# TVI925 DIP switches. In each of these, D = Down and U = Up,
5174#
5175# Here are the settings for the external (baud) switches (S1):
5176#
5177# Position Baud
5178# 7 8 9 10 [Printer]
5179# 1 2 3 4 [Main RS232]
5180# -----------------------------------------------------
5181# D D D D 9600
5182# D D D U 50
5183# D D U D 75
5184# D D U U 110
5185# D U D D 135
5186# D U D U 150
5187# D U U D 300
5188# D U U U 600
5189# U D D D 1200
5190# U D D U 1800
5191# U D U D 2400
5192# U D U U 3600
5193# U U D D 4800
5194# U U D U 7200
5195# U U U D 9600
5196# U U U U 19200
177c0ea7
JB
5197#
5198#
754b75d2
DL
5199# Settings for word length and stop-bits (S1)
5200#
5201# Position Description
177c0ea7 5202# 5 6
754b75d2
DL
5203# ---------------------------
5204# U - 7-bit word
5205# D - 8-bit word
5206# - U 2 stop bits
5207# - D 1 stop bit
177c0ea7
JB
5208#
5209#
754b75d2
DL
5210# S2 (external) settings
5211#
5212# Position Up Dn Description
5213# --------------------------------------------
5214# 1 X Local edit
5215# X Duplex edit (transmit editing keys)
5216# --------------------------------------------
5217# 2 X 912/920 emulation
5218# X 925
5219# --------------------------------------------
5220# 3 X
5221# 4 X No parity
177c0ea7 5222# 5 X
754b75d2
DL
5223# --------------------------------------------
5224# 3 X
5225# 4 X Odd parity
177c0ea7 5226# 5 X
754b75d2
DL
5227# --------------------------------------------
5228# 3 X
5229# 4 X Even parity
177c0ea7 5230# 5 X
754b75d2 5231# --------------------------------------------
177c0ea7 5232# 3 X
754b75d2 5233# 4 X Mark parity
177c0ea7 5234# 5 X
754b75d2
DL
5235# --------------------------------------------
5236# 3 X
5237# 4 X Space parity
5238# 5 X
5239# --------------------------------------------
5240# 6 X White on black display
5241# X Black on white display
5242# --------------------------------------------
5243# 7 X Half Duplex
5244# 8 X
5245# --------------------------------------------
5246# 7 X Full Duplex
177c0ea7 5247# 8 X
754b75d2
DL
5248# --------------------------------------------
5249# 7 X Block mode
177c0ea7 5250# 8 X
754b75d2
DL
5251# --------------------------------------------
5252# 9 X 50 Hz
5253# X 60 Hz
5254# --------------------------------------------
5255# 10 X CR/LF (Auto LF)
5256# X CR only
177c0ea7 5257#
754b75d2 5258# S3 (internal switch) settings:
177c0ea7 5259#
754b75d2
DL
5260# Position Up Dn Description
5261# --------------------------------------------
177c0ea7 5262# 1 X Keyclick off
754b75d2
DL
5263# X Keyclick on
5264# --------------------------------------------
5265# 2 X English
177c0ea7 5266# 3 X
754b75d2
DL
5267# --------------------------------------------
5268# 2 X German
177c0ea7 5269# 3 X
754b75d2
DL
5270# --------------------------------------------
5271# 2 X French
177c0ea7 5272# 3 X
754b75d2
DL
5273# --------------------------------------------
5274# 2 X Spanish
177c0ea7 5275# 3 X
754b75d2
DL
5276# --------------------------------------------
5277# 4 X Blinking block cursor
177c0ea7 5278# 5 X
754b75d2
DL
5279# --------------------------------------------
5280# 4 X Blinking underline cursor
177c0ea7 5281# 5 X
754b75d2
DL
5282# --------------------------------------------
5283# 4 X Steady block cursor
177c0ea7 5284# 5 X
754b75d2
DL
5285# --------------------------------------------
5286# 4 X Steady underline cursor
177c0ea7 5287# 5 X
754b75d2
DL
5288# --------------------------------------------
5289# 6 X Screen blanking timer (ON)
5290# X Screen blanking timer (OFF)
5291# --------------------------------------------
5292# 7 X Page attributes
5293# X Line attributes
5294# --------------------------------------------
5295# 8 X DCD disconnected
5296# X DCD connected
5297# --------------------------------------------
5298# 9 X DSR disconnected
5299# X DSR connected
5300# --------------------------------------------
5301# 10 X DTR Disconnected
5302# X DTR connected
5303# --------------------------------------------
5304#
5305# (tvi925: BSD has :cl=\E*:. I got :is: and :sr: from there -- esr)
5306tvi925|televideo 925:\
5307 :am:bs:bw:hs:ul:\
45fd9aa5 5308 :co#80:li#24:sg#1:\
754b75d2
DL
5309 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
5310 :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\
5311 :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
5312 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
5313 :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
45fd9aa5
EZ
5314 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\
5315 :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\
5316 :tc=adm+sgr:
754b75d2
DL
5317# TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
5318# to avoid "magic cookie" standout glitch:
5319tvi925-hi|TeleVideo Model 925 with half intensity standout mode:\
45fd9aa5
EZ
5320 :sg@:\
5321 :kb=^H:kd=^J:kl=^H:se=\E(:so=\E):tc=tvi925:
1bac2ebb 5322
754b75d2
DL
5323# From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
5324# Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
177c0ea7 5325# for additional capabilities,
754b75d2
DL
5326# The following tvi descriptions from B:pjphar and virus!mike
5327# is for all 950s. It sets the following attributes:
5328# full duplex (\EDF) write protect off (\E()
5329# conversation mode (\EC) graphics mode off (\E%)
5330# white on black (\Ed) auto page flip off (\Ew)
5331# turn off status line (\Eg) clear status line (\Ef\r)
5332# normal video (\E0) monitor mode off (\EX or \Eu)
5333# edit mode (\Er) load blank char to space (\Ee\040)
5334# line edit mode (\EO) enable buffer control (^O)
5335# protect mode off (\E\047) duplex edit keys (\El)
5336# program unshifted send key to send line all (\E016)
5337# program shifted send key to send line unprotected (\E004)
5338# set the following to nulls:
5339# field delimiter (\Ex0\200\200)
5340# line delimiter (\Ex1\200\200)
5341# start-protected field delimiter (\Ex2\200\200)
5342# end-protected field delimiter (\Ex3\200\200)
5343# set end of text delimiter to carriage return/null (\Ex4\r\200)
177c0ea7 5344#
754b75d2 5345# TVI 950 Switch Setting Reference Charts
177c0ea7 5346#
754b75d2 5347# TABLE 1:
177c0ea7 5348#
754b75d2
DL
5349# S1 1 2 3 4 5 6 7 8 9 10
5350# +-----------------------+-----+-----+-----------------------+
5351# | Computer Baud Rate |Data |Stop | Printer Baud Rate |
5352# | |Bits |Bits | |
5353# +------+-----------------------+-----+-----+-----------------------+
5354# | Up | See | 7 | 2 | See |
5355# +------+-----------------------+-----+-----+-----------------------+
5356# | Down | TABLE 2 | 8 | 1 | TABLE 2 |
5357# +------+-----------------------+-----+-----+-----------------------+
177c0ea7
JB
5358#
5359#
754b75d2
DL
5360# S2 1 2 3 4 5 6 7 8 9 10
5361# +-----+-----+-----------------+-----+-----------+-----+-----+
5362# |Edit |Cursr| Parity |Video|Transmiss'n| Hz |Click|
5363# +------+-----+-----+-----------------+-----+-----------+-----+-----+
5364# | Up | Dplx|Blink| See |GonBk| See | 60 | Off |
5365# +------+-----+-----+-----------------+-----+-----------+-----+-----+
5366# | Down |Local|St'dy| TABLE 3 |BkonG| CHART | 50 | On |
5367# +------+-----+-----+-----------------+-----+-----------+-----+-----+
177c0ea7 5368#
754b75d2 5369# TABLE 2:
177c0ea7 5370#
754b75d2
DL
5371# +-----------+-----+-----+-----+-----+-----------+
5372# | Display | 1 | 2 | 3 | 4 | Baud |
5373# +-----------+-----+-----+-----+-----+ |
5374# | Printer | 7 | 8 | 9 | 10 | Rate |
5375# +-----------+-----+-----+-----+-----+-----------+
5376# | D | D | D | D | 9600 |
5377# | U | D | D | D | 50 |
5378# | D | U | D | D | 75 |
5379# | U | U | D | D | 110 |
5380# | D | D | U | D | 135 |
5381# | U | D | U | D | 150 |
5382# | D | U | U | D | 300 |
5383# | U | U | U | D | 600 |
5384# | D | D | D | U | 1200 |
5385# | U | D | D | U | 1800 |
5386# | D | U | D | U | 2400 |
5387# | U | U | D | U | 3600 |
5388# | D | D | U | U | 4800 |
5389# | U | D | U | U | 7200 |
5390# | D | U | U | U | 9600 |
5391# | U | U | U | U | 19200 |
5392# +-----+-----+-----+-----+-----------+
177c0ea7 5393#
754b75d2
DL
5394# TABLE 3:
5395# +-----+-----+-----+-----------+
5396# | 3 | 4 | 5 | Parity |
5397# +-----+-----+-----+-----------+
5398# | X | X | D | None |
5399# | D | D | U | Odd |
5400# | D | U | U | Even |
5401# | U | D | U | Mark |
5402# | U | U | U | Space |
5403# +-----+-----+-----+-----------+
5404# X = don't care
177c0ea7 5405#
754b75d2
DL
5406# CHART:
5407# +-----+-----+-----------------+
5408# | 7 | 8 | Communication |
5409# +-----+-----+-----------------+
5410# | D | D | Half Duplex |
5411# | D | U | Full Duplex |
5412# | U | D | Block |
5413# | U | U | Local |
5414# +-----+-----+-----------------+
177c0ea7
JB
5415#
5416# (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:".
5417# I also inserted :ic: and :kI:; the :ko: string indicated that :IC:
754b75d2 5418# should be present and all tvi native modes use the same string for this.
177c0ea7 5419# Finally, note that BSD has cud1=^V. -- esr)
754b75d2
DL
5420tvi950|televideo 950:\
5421 :am:bs:hs:mi:ms:xn:xo:\
45fd9aa5
EZ
5422 :co#80:it#8:li#24:sg#1:\
5423 :ac=b\011c\014d\re\ni\013:ae=^X:al=\EE:as=^U:bl=^G:bt=\EI:\
754b75d2
DL
5424 :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:\
5425 :dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:ic=\EQ:im=\Eq:\
5426 :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:\
5427 :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
5428 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:\
5429 :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:\
45fd9aa5
EZ
5430 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\Ea:po=\E`:sf=^J:sr=\Ej:\
5431 :st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:tc=adm+sgr:
1bac2ebb 5432#
754b75d2
DL
5433# is for 950 with two pages adds the following:
5434# set 48 line page (\E\\2)
5435# place cursor at page 0, line 24, column 1 (\E-07 )
5436# set local (no send) edit keys (\Ek)
1bac2ebb 5437#
754b75d2
DL
5438# two page 950 adds the following:
5439# when entering ex, set 24 line page (\E\\1)
5440# when exiting ex, reset 48 line page (\E\\2)
5441# place cursor at 0,24,1 (\E-07 )
5442# set duplex (send) edit keys (\El) when entering vi
5443# set local (no send) edit keys (\Ek) when exiting vi
1bac2ebb 5444#
754b75d2 5445tvi950-2p|televideo950 w/2 pages:\
70dc89d1 5446 :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:\
45fd9aa5 5447 :ke=\Ek:ks=\El:te=\E\\2\E-07\s:ti=\E\\1\E-07\s:tc=tvi950:
754b75d2
DL
5448#
5449# is for 950 with four pages adds the following:
5450# set 96 line page (\E\\3)
5451# place cursor at page 0, line 24, column 1 (\E-07 )
5452#
5453# four page 950 adds the following:
5454# when entering ex, set 24 line page (\E\\1)
5455# when exiting ex, reset 96 line page (\E\\3)
5456# place cursor at 0,24,1 (\E-07 )
1bac2ebb 5457#
754b75d2 5458tvi950-4p|televideo950 w/4 pages:\
70dc89d1 5459 :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:\
45fd9aa5 5460 :ke=\Ek:ks=\El:te=\E\\3\E-07\s:ti=\E\\1\E-07\s:tc=tvi950:
754b75d2
DL
5461#
5462# :is: for reverse video 950 changes the following:
5463# set reverse video (\Ed)
5464#
5465# set vb accordingly (\Ed ...delay... \Eb)
5466#
5467tvi950-rv|televideo950 rev video:\
5468 :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:\
45fd9aa5 5469 :vb=\Ed\Eb:tc=tvi950:
1bac2ebb 5470
754b75d2
DL
5471# tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
5472tvi950-rv-2p|televideo950 rev video w/2 pages:\
70dc89d1 5473 :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\s:\
45fd9aa5
EZ
5474 :ke=\Ek:ks=\El:te=\E\\2\E-07\s:ti=\E\\1\E-07\s:vb=\Ed\Eb:\
5475 :tc=tvi950:
754b75d2
DL
5476
5477# tvi950-rv uses the appropriate entries from 950-4p and 950-rv
5478tvi950-rv-4p|televideo950 rev video w/4 pages:\
70dc89d1 5479 :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\s:\
45fd9aa5
EZ
5480 :ke=\Ek:ks=\El:te=\E\\3\E-07\s:ti=\E\\1\E-07\s:vb=\Ed\Eb:\
5481 :tc=tvi950:
754b75d2
DL
5482# From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
5483# (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
5484# removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
5485# the :rs: string, inserted the :IC: implied by the termcap :ko: string. Note
5486# the :ko: string had :cl: in it, which means that one of the original
5487# :cl=\E*:, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
5488# the 950 has. Finally, corrected the <kel> string to match the 950 and what
5489# ko implies -- esr)
5490# If the BSD termcap file was right, :cm=\E=%p1%{32}%+%c%p2%{32}%+%c: would
5491# also work.
5492tvi955|televideo 955:\
45fd9aa5
EZ
5493 :5i:bs:ms@:\
5494 :it#8:sg@:\
754b75d2 5495 :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
45fd9aa5
EZ
5496 :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%%%:as=\E$:\
5497 :cm=\E[%i%d;%dH:do=^V:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
5498 :kM=\EQ:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:mb=\EG2:\
5499 :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
754b75d2 5500 :r1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r:\
45fd9aa5 5501 :sf@:ve=\E.2:vi=\E.0:vs=\E.1:tc=tvi950:
754b75d2 5502tvi955-w|955-w|televideo955 w/132 cols:\
45fd9aa5
EZ
5503 :co#132:\
5504 :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
754b75d2
DL
5505# use half-intensity as normal mode, full intensity as :md:
5506tvi955-hb|955-hb|televideo955 half-bright:\
45fd9aa5
EZ
5507 :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
5508 :me=\EG0\E[=5h:mh@:tc=tvi955:
754b75d2
DL
5509# From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
5510# (tvi970: removed ":sg#0:"; removed :se:=\E[m, :ue:=\E[m;
5511# added :am:/:cs:/:ho:/<hpa>/<vpa>/:ti:/:te: from BRL.
5512# According to BRL we could have :ke:=\E>, :ks:=\E= but I'm not sure what
5513# it does to the function keys. I deduced <rmam>/<smam>.
5514# also added empty <acsc> to suppress tic warning, -- esr)
5515tvi970|televideo 970:\
5516 :am:bs:da:db:mi:ms:pt:\
1bac2ebb 5517 :co#80:it#8:li#24:\
754b75d2
DL
5518 :RA=\E[?7h:SA=\E[?7l:ac=:ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:\
5519 :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%df:\
5520 :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\ED:\
5521 :ds=\Eg\Ef\r:ei=\E[4l:ho=\E[H:im=\E[4h:\
5522 :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:k1=\E?a:\
5523 :k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
5524 :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5525 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:te=:\
5526 :ti=\E[?20l\E[?7h\E[1Q:ue=\E[m:up=\EM:us=\E[4m:\
5527 :vb=\E[5m\E[m:vs=\E[1Q:
5528tvi970-vb|televideo 970 with visual bell:\
45fd9aa5 5529 :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:tc=tvi970:
754b75d2 5530tvi970-2p|televideo 970 with using 2 pages of memory:\
45fd9aa5 5531 :te=\E[H\E[J\E[V:ti=\E[U\E[?20l\E[?7h\E[1Q:tc=tvi970:
754b75d2
DL
5532# Works with vi and rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 chars
5533# per line (rather than 40), Esc K chooses the normal character set. Not sure
177c0ea7 5534# padding is needed, but adapted from the tvi920c termcap. The :so: and
754b75d2
DL
5535# :us: strings are klutzy, but at least use no screen space.
5536# (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:". I wish we knew <rmam>,
5537# its absence means <smam>=\Ev isn't safe to use. -- esr)
177c0ea7 5538# From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84.
754b75d2
DL
5539# The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
5540# F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
5541tvipt|televideo personal terminal:\
1bac2ebb
DL
5542 :am:bs:\
5543 :co#80:li#24:\
754b75d2
DL
5544 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dl=\ER:\
5545 :ho=^^:if=/usr/share/tabset/stdcrt:is=\Ev\Eu\EK:k0=^A:\
5546 :k1=^B:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=^T:\
5547 :po=^R:se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
5548# From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
45fd9aa5
EZ
5549# (untranslatable capabilities removed to fit entry within 1023 bytes)
5550# (sgr removed to fit entry within 1023 bytes)
5551# (acsc removed to fit entry within 1023 bytes)
5552# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 5553tvi9065|televideo 9065:\
45fd9aa5
EZ
5554 :am:bw:hs:mi:ms:xn:xo:\
5555 :co#80:it#8:li#25:lm#0:ma#4:vt#0:ws#30:\
5556 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5557 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
5558 :ae=\E%%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
5559 :cm=\E=%+ %+ :cr=^M:cs=\E[%i%d;%dr:ct=\E3:dc=\EW:dl=\ER:\
5560 :dm=\Er:do=^V:ds=\E_30\r:ec=\E[%d@:ed=\0:ei=\Er:fs=^M:ho=^^:\
754b75d2
DL
5561 :i1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er:\
5562 :i2=\E<\E[=4l\E[=8h:if=/usr/share/tabset/stdcrt:im=\Eq:\
70dc89d1 5563 :ip=:is=\EF2\EG0\E\\L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
45fd9aa5
EZ
5564 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kb=^H:\
5565 :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E[25;1H:mb=\EG2:\
5566 :md=\EG,:me=\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^M^J:\
5567 :rp=\E[%r%db%.:se=\EG0:sf=^J:so=\EGt:sr=\Ej:st=\E1:ta=^I:\
754b75d2
DL
5568 :te=\E.3\Er\E[1;25r\E[25;0H:ti=\E.2:ts=\E[4;1v\E_30:\
5569 :uc=\EG8\EG0:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:\
5570 :vi=\E.0:vs=\E.2:
1bac2ebb 5571
754b75d2 5572#### Visual (vi)
1bac2ebb 5573#
754b75d2
DL
5574# In September 1993, Visual Technology of Westboro, Massachusetts,
5575# merged with White Pine Software of Nashua, New Hampshire.
5576#
5577# White Pine Software may be contacted at +1 603/886-9050.
5578# Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
5579#
5580
5581# Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
5582# Recently I hacked together the following termcap for Visual
5583# Technology's Visual 50 terminal. It's a slight modification of
177c0ea7 5584# the vt52 termcap.
754b75d2
DL
5585# It's intended to run when the Visual 50 is in vt52 emulation mode
5586# (I know what you're thinking; if it's emulating a vt52, then why
5587# another termcap? Well, it turns out that the Visual 50 can handle
5588# :dl: and db(?) among other things, which the vt52 can't)
5589# The termcap works OK for the most part. The only problem is on
5590# character inserts. The whole line gets painfully redrawn for each
5591# character typed. Any suggestions?
5592# Beau's entry is combined with the vi50 entry from University of Wisconsin.
5593# Note especially the :al: function. :k4:-:k6: are really l4-l6 in
5594# disguise; :k7:-:k9: are really l1-l3.
5595vi50|visual 50:\
5596 :am:bs:da:db:ms:pt:\
1bac2ebb 5597 :co#80:it#8:li#24:\
754b75d2
DL
5598 :al=\EL:bl=^G:bt=4\Ez:cd=\EJ:ce=16\EK:cl=\EH\EJ:\
5599 :cm=\EY%+ %+ :cr=^M:dl=3*\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:\
5600 :k3=\ER:k4=\EV:k5=\EE:k6=\E]:k7=\EL:k8=\Ev:k9=\EM:kb=^H:\
5601 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nl=^J:\
5602 :nw=^M^J:se=\ET:sf=^J:so=\EU:sr=\EI:ta=^I:ue=\EW:up=\EA:\
5603 :us=\ES:
5604# this one was BSD & SCO's vi50
5605vi50adm|visual 50 in adm3a mode:\
5606 :am:ms:\
5607 :co#80:it#8:li#24:\
5608 :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:dl=\EM:\
5609 :do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
5610 :nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:up=^K:
5611# From: Jeff Siegal <jbs@quiotix.com>
5612vi55|Visual 55:\
5613 :am:bs:mi:ms:\
5614 :co#80:it#8:li#24:\
5615 :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :cs=\E_%+A%+A:\
5616 :dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:im=\Ea:\
5617 :is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
5618 :ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:ta=^I:up=\EA:
5619
5620# Visual 200 from BRL
5621# The following switch settings are assumed for normal operation:
5622# FULL_DUPLEX SCROLL CR
5623# AUTO_NEW_LINE_ON VISUAL_200_EMULATION_MODE
5624# Other switches may be set for operator convenience or communication
5625# requirements.
5626# Character insertion is kludged in order to get around the "beep" misfeature.
5627# (This cap is commented out because :im:/:ei: is more efficient -- esr)
5628# Supposedly "4*" delays should be used for :al:, :cd:, :cl:, :dc:,
5629# and :dl: strings, but we seem to get along fine without them.
5630vi200|visual 200:\
5631 :am:bs:mi:ms:pt:\
5632 :co#80:it#8:kn#10:li#24:\
5633 :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:bt=\Ez:cd=\Ey:ce=\Ex:cl=\Ev:\
5634 :cm=\EY%+ %+ :cr=^M:ct=\Eg:dc=\EO:dl=\EM:do=^J:ho=\EH:\
5635 :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
5636 :k7=\E?w:k8=\E?x:k9=\E?y:kA=\EL:kC=\Ev:kD=\EO:kE=\Et:kI=\Ei:\
5637 :kL=\EM:kM=\Ej:kS=\EJ:kT=\E1:kb=^H:kd=\EB:ke=\E>:kh=\EH:\
5638 :kl=\ED:kr=\EC:ks=\E=:kt=\E2:ku=\EA:le=^H:me=\E3\Eb:mh=\E4:\
5639 :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps=\EH\E]:\
5640 :r1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX:se=\E3:sf=^J:so=\E4:\
5641 :sr=\EI:st=\E1:ta=^I:up=\EA:ve=\Ec:vs=\Ed:
5642# The older Visuals didn't come with function keys. This entry uses
5643# :ks: and :ke: so that the keypad keys can be used as function keys.
5644# If your version of vi doesn't support function keys you may want
5645# to use vi200-f.
5646vi200-f|visual 200 no function keys:\
70dc89d1 5647 :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:k2=\E?r:\
754b75d2 5648 :k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:k8=\E?x:k9=\E?y:\
45fd9aa5 5649 :ke=\E>:ks=\E=:se@:so@:tc=vi200:
754b75d2 5650vi200-rv|visual 200 reverse video:\
45fd9aa5 5651 :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
1bac2ebb 5652
754b75d2
DL
5653# the function keys are programmable but we don't reprogram them to their
5654# default values with :is: because programming them is very verbose. maybe
5655# an initialization file should be made for the 300 and they could be stuck
5656# in it.
5657# (vi300: added <rmam>/<smam> based on init string -- esr)
5658vi300|visual 300 ansi x3.64:\
5659 :am:bw:mi:xn:\
5660 :co#80:li#24:\
5661 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
5662 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
5663 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:\
5664 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
70dc89d1
RS
5665 :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
5666 :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
5667 :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5668 :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\
5669 :ue=\E[m:up=\E[A:us=\E[4m:
754b75d2
DL
5670# some of the vi300s have older firmware that has the command
5671# sequence for setting editing extent reversed.
5672vi300-old|visual 300 with old firmware (set edit extent reversed):\
5673 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
45fd9aa5 5674 :tc=vi300:
754b75d2
DL
5675
5676# Visual 500 prototype entry from University of Wisconsin.
5677# The best place to look for the escape sequences is page A1-1 of the
5678# Visual 500 manual. The initialization sequence given here may be
5679# overkill, but it does leave out some of the initializations which can
5680# be done with the menus in set-up mode.
5681# The :xp: line below is so that emacs can understand the padding requirements
5682# of this slow terminal. :xp: is 10 time the padding factor.
5683# (vi500: removed unknown :xp#4: termcap;
5684# also added empty <acsc> to suppress tic warning -- esr)
5685vi500|visual 500:\
5686 :am:mi:ms:\
5687 :co#80:it#8:li#33:\
5688 :ac=:ae=^O:al=3*\EL\Ex:as=^N:bt=4\Ez:cd=3*\Ey:ce=16\Ex:\
5689 :cl=6*\Ev:cm=\EY%+ %+ :cr=^M:cs=\E(%+ %+ :dc=3*\EO:\
5690 :dl=3*\EM:do=\EB:ei=\Ej:ho=\EH:im=\Ei:\
70dc89d1 5691 :is=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\:\
754b75d2
DL
5692 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
5693 :nw=^M^J:se=\E^G:sf=^J:so=\E^H:ta=8\011:ue=\E^C:up=\EA:\
5694 :us=\E^D:
5695
5696# The visual 550 is a visual 300 with tektronix graphics,
5697# and with 33 lines. clear screen is modified here to
5698# also clear the graphics.
5699vi550|visual 550 ansi x3.64:\
45fd9aa5
EZ
5700 :li#33:\
5701 :cl=\030\E[H\E[2J:tc=vi300:
754b75d2
DL
5702
5703vi603|visual603|visual 603:\
45fd9aa5
EZ
5704 :hs:mi:\
5705 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5706 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:ds=\EP2;1~\E\\:ei=\E[4l:\
5707 :fs=\E\\:i1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r:\
5708 :im=\E[4h:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
5709 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:\
5710 :up=\E[A:us=\E[4m:tc=vt100:
754b75d2
DL
5711
5712#### Wyse (wy)
1bac2ebb 5713#
754b75d2
DL
5714# Wyse Technology
5715# 3471 North First Street
5716# San Jose, CA 95134
5717# Vox: (408)-473-1200
5718# Fax: (408) 473-1222
5719# Web: http://www.wyse.com
1bac2ebb 5720#
754b75d2
DL
5721# Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at
5722# (800)-800-WYSE (option 5 gets you a human). There's a Web page at the
5723# obvious address, <http://www.wyse.com>. They keep terminfo entries at
5724# <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
1bac2ebb 5725#
754b75d2
DL
5726# Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
5727# They now own the Qume and Amdek brands, too. So these are the people to
5728# talk with about all Link, Qume, and Amdek terminals.
1bac2ebb 5729#
754b75d2
DL
5730# These entries include a few small fixes.
5731# I canceled the bel capacities in the vb entries.
5732# I made two trivial syntax fixes in the wyse30 entry.
5733# I made some entries relative to adm+sgr.
1bac2ebb 5734#
1bac2ebb
DL
5735#
5736# Note: The wyse75, wyse85, and wyse99 have been discontinued.
5737
5738# Although the Wyse 30 can support more than one attribute
5739# it requires magic cookies to do so. Many applications do not
5740# function well with magic cookies. The following terminfo uses
5741# the protect mode to support one attribute (dim) without cookies.
5742# If more than one attribute is needed then the wy30-mc terminfo
5743# should be used.
5744#
5745wy30|wyse30|Wyse 30:\
754b75d2
DL
5746 :5i:am:bw:hs:mi:ms:xo:\
5747 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
1bac2ebb
DL
5748 :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
5749 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
754b75d2
DL
5750 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
5751 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
70dc89d1 5752 :ho=^^:im=\Eq:ip=:is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:\
754b75d2
DL
5753 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5754 :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:\
5755 :kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
5756 :ll=^^^K:me=\E(\EH\003:mh=\E`7\E):mp=\E`7\E):nd=^L:\
5757 :nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
1bac2ebb 5758 :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
754b75d2
DL
5759 :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:ts=\EF:up=^K:\
5760 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
1bac2ebb
DL
5761#
5762# This terminal description uses the non-hidden attribute mode
5763# (with magic cookie).
5764#
754b75d2 5765# (wy30-mc: added :ti: to suppress tic warning --esr)
1bac2ebb 5766wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
45fd9aa5
EZ
5767 :ms@:\
5768 :ma@:sg#1:\
5769 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
5770 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):\
754b75d2 5771 :..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%;:\
45fd9aa5 5772 :se=\EG0:so=\EG4:te=\EG0:ti=:tc=wy30:tc=adm+sgr:
754b75d2 5773# The mandatory pause used by :vb: does not work with
1bac2ebb
DL
5774# older versions of terminfo. If you see this effect then
5775# unset xon and delete the / from the delay.
5776# i.e. change $<100/> to $<100>
5777wy30-vb|wyse30-vb|wyse 30 visible bell:\
45fd9aa5 5778 :bl@:tc=wy30:
1bac2ebb
DL
5779#
5780# The Wyse 50 can support one attribute (e.g. Dim, Inverse,
5781# Normal) without magic cookies by using the protect mode.
5782# The following description uses this feature, but when more
5783# than one attribute is put on the screen at once, all attributes
5784# will be changed to be the same as the last attribute given.
5785# The Wyse 50 can support more attributes when used with magic
5786# cookies. The wy50-mc terminal description uses magic cookies
5787# to correctly handle multiple attributes on a screen.
5788#
5789wy50|wyse50|Wyse 50:\
754b75d2 5790 :5i:am:bw:hs:mi:ms:xo:\
1bac2ebb 5791 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
754b75d2
DL
5792 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5793 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
5794 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
5795 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
70dc89d1
RS
5796 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
5797 :ho=^^:i1=\E`\:\E`9:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
5798 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5799 :k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\
5800 :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
5801 :kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
754b75d2
DL
5802 :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\
5803 :po=^X:ps=\EP:px=\Ez%+?%s\177:\
5804 :..sa=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
5805 :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\
5806 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
1bac2ebb
DL
5807#
5808# This terminal description uses the non-hidden attribute mode
5809# (with magic cookie).
5810#
754b75d2
DL
5811# The mandatory pause used by flash does not work with some
5812# older versions of terminfo. If you see this effect then
5813# unset :xo: and delete the / from the delay.
5814# i.e. change $<100/> to $<100>
5815# (wy50-mc: added :ti: to suppress tic warning --esr)
1bac2ebb 5816wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
45fd9aa5
EZ
5817 :ms@:\
5818 :ma@:sg#1:\
5819 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
5820 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):mr=\EG4:\
754b75d2 5821 :..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%;:\
45fd9aa5 5822 :se=\EG0:so=\EGt:te=\EG0:ti=:tc=wy50:tc=adm+sgr:
1bac2ebb 5823wy50-vb|wyse50-vb|wyse 50 visible bell:\
45fd9aa5 5824 :bl@:tc=wy50:
1bac2ebb 5825wy50-w|wyse50-w|wyse 50 132-column:\
45fd9aa5
EZ
5826 :Nl#16:co#132:lw#7:ws#97:\
5827 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
1bac2ebb 5828wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
45fd9aa5
EZ
5829 :bl@:tc=wy50-w:
5830
1bac2ebb
DL
5831#
5832# The Wyse 350 is a Wyse 50 with color.
5833# Unfortunately this means that it has magic cookies.
5834# The color attributes are designed to overlap the reverse, dim and
5835# underline attributes. This is nice for monochrome applications
5836# because you can make underline stuff green (or any other color)
5837# but for true color applications it's not so hot because you cannot
5838# mix color with reverse, dim or underline.
5839# To further complicate things one of the attributes must be
5840# black (either the foreground or the background). In reverse video
5841# the background changes color with black letters. In normal video
177c0ea7 5842# the foreground changes colors on a black background.
1bac2ebb
DL
5843# This terminfo uses some of the more advanced features of curses
5844# to display both color and blink. In the final analysis I am not
5845# sure that the wy350 runs better with this terminfo than it does
5846# with the wy50 terminfo (with user adjusted colors).
5847#
754b75d2 5848# The mandatory pause used by flash does not work with
1bac2ebb
DL
5849# older versions of terminfo. If you see this effect then
5850# unset xon and delete the / from the delay.
5851# i.e. change $<100/> to $<100>
754b75d2
DL
5852#
5853# Bug: The <op> capability resets attributes.
45fd9aa5 5854# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
5855wy350|wyse350|Wyse 350:\
5856 :5i:am:bw:hs:mi:xo:\
45fd9aa5 5857 :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\
754b75d2
DL
5858 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5859 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:Sb=:\
5860 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:al=\EE:\
5861 :as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
5862 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
70dc89d1 5863 :ei=\Er:fs=^M:ho=^^:i1=\E`\:\E`9:i2=\E%?:im=\Eq:ip=:\
754b75d2
DL
5864 :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
5865 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
5866 :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
5867 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
5868 :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
45fd9aa5
EZ
5869 :mp=\EG0\E):nd=^L:nw=^M^J:oc=\E%?:op=\EG0:pf=^T:\
5870 :pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:sf=\n:sr=\Ej:\
5871 :st=\E1:ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
5872 :tc=adm+sgr:
1bac2ebb 5873wy350-vb|wyse350-vb|wyse 350 visible bell:\
45fd9aa5 5874 :bl@:tc=wy350:
1bac2ebb 5875wy350-w|wyse350-w|wyse 350 132-column:\
45fd9aa5
EZ
5876 :Nl#16:co#132:lw#7:ws#97:\
5877 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
1bac2ebb 5878wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
45fd9aa5 5879 :bl@:tc=wy350-w:
1bac2ebb
DL
5880#
5881# This terminfo description is untested.
754b75d2 5882# The wyse100 emulates an adm31, so the adm31 entry should work.
1bac2ebb
DL
5883#
5884wy100|wyse 100:\
5885 :hs:mi:\
45fd9aa5 5886 :co#80:li#24:sg#1:\
754b75d2
DL
5887 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
5888 :dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:im=\Eq:is=\Eu\E0:\
5889 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
5890 :k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:\
45fd9aa5 5891 :le=^H:mk@:nd=^L:sf=^J:ts=\EF:up=^K:tc=adm+sgr:
1bac2ebb
DL
5892#
5893# The Wyse 120/150 has most of the features of the Wyse 60.
1bac2ebb 5894# This terminal does not need padding up to 9600 baud!
754b75d2
DL
5895# :ms: should be set but the clear screen fails when in
5896# alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
5897# then set :ms:.
1bac2ebb 5898#
45fd9aa5
EZ
5899# (untranslatable capabilities removed to fit entry within 1023 bytes)
5900# (sgr removed to fit entry within 1023 bytes)
5901# (acsc removed to fit entry within 1023 bytes)
1bac2ebb 5902wy120|wyse120|wy150|wyse150|Wyse 120/150:\
70dc89d1
RS
5903 :5i:am:bw:hs:km:mi:ms:xo:\
5904 :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
5905 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5906 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
45fd9aa5
EZ
5907 :RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
5908 :bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:\
5909 :dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:\
5910 :i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
1bac2ebb 5911 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
754b75d2 5912 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
70dc89d1
RS
5913 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
5914 :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
5915 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
45fd9aa5
EZ
5916 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
5917 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
5918 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\::r3=\EwG\Ee(:\
5919 :sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:\
5920 :up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
1bac2ebb
DL
5921#
5922wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
45fd9aa5
EZ
5923 :Nl#16:co#132:lw#7:ws#97:\
5924 :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy120:
1bac2ebb
DL
5925#
5926wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
45fd9aa5
EZ
5927 :Nl@:lh@:li#25:lw@:\
5928 :pn@:r3=\EwG\Ee):tc=wy120:
1bac2ebb
DL
5929#
5930wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
45fd9aa5
EZ
5931 :Nl@:lh@:li#25:lw@:\
5932 :pn@:r3=\EwG\Ee):tc=wy120-w:
1bac2ebb
DL
5933#
5934wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
45fd9aa5 5935 :bl@:tc=wy120:
1bac2ebb
DL
5936#
5937wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
45fd9aa5 5938 :bl@:tc=wy120-w:
1bac2ebb
DL
5939#
5940# The Wyse 60 is like the Wyse 50 but with more padding.
5941# The reset strings are slow and the pad times very depending
5942# on other parameters such as font loading. I have tried
5943# to follow the following outline:
754b75d2
DL
5944#
5945# <rs1> -> set personality
5946# <rs2> -> set number of columns
5947# <rs3> -> set number of lines
5948# :i1: -> select the proper font
5949# :is: -> do the initialization
5950# :i3: -> set up display memory (2 pages)
1bac2ebb
DL
5951#
5952# The Wyse 60's that have vt100 emulation are slower than the
5953# older Wyse 60's. This change happened mid-1987.
754b75d2 5954# The capabilities effected are :dc: :dl: :al: :sf: :sr:
1bac2ebb
DL
5955#
5956# The meta key is only half right. This terminal will return the
5957# high order bit set when you hit CTRL-function_key
5958#
5959# It may be useful to assign two function keys with the
5960# values \E=(\s look at old data in page 1
754b75d2 5961# \E=W, look at bottom of page 1
1bac2ebb
DL
5962# where \s is a space ( ).
5963#
5964# Note:
5965# The Wyse 60 runs faster when the XON/XOFF
5966# handshake is turned off.
5967#
754b75d2
DL
5968# (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
5969# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
45fd9aa5
EZ
5970# (untranslatable capabilities removed to fit entry within 1023 bytes)
5971# (sgr removed to fit entry within 1023 bytes)
5972# (acsc removed to fit entry within 1023 bytes)
1bac2ebb 5973wy60|wyse60|Wyse 60:\
70dc89d1
RS
5974 :5i:am:bw:hs:km:mi:ms:\
5975 :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
5976 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
5977 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
45fd9aa5
EZ
5978 :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\
5979 :as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
5980 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
5981 :ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
1bac2ebb 5982 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
754b75d2 5983 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
70dc89d1
RS
5984 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
5985 :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
5986 :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
45fd9aa5
EZ
5987 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
5988 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
5989 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:sf=\n:\
5990 :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
5991 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
1bac2ebb
DL
5992#
5993wy60-w|wyse60-w|wyse 60 132-column:\
45fd9aa5
EZ
5994 :Nl#16:co#132:lw#7:ws#97:\
5995 :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\EeF\E`;:tc=wy60:
1bac2ebb
DL
5996#
5997wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
45fd9aa5
EZ
5998 :Nl@:lh@:li#25:lw@:\
5999 :pn@:r3=\EwG\Ee):tc=wy60:
1bac2ebb 6000wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
45fd9aa5
EZ
6001 :Nl@:lh@:li#25:lw@:\
6002 :pn@:r3=\EwG\Ee):tc=wy60-w:
1bac2ebb
DL
6003#
6004wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
45fd9aa5
EZ
6005 :li#42:\
6006 :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
6007 :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
1bac2ebb 6008wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
45fd9aa5
EZ
6009 :Nl#16:co#132:lw#7:ws#97:\
6010 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:nw=\r\n:\
6011 :rs=\EeF\E`;:tc=wy60-42:
1bac2ebb
DL
6012#
6013wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
45fd9aa5
EZ
6014 :Nl@:lh@:li#43:lw@:\
6015 :pn@:r3=\Ee+:tc=wy60-42:
1bac2ebb 6016wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
45fd9aa5
EZ
6017 :Nl@:lh@:li#43:lw@:\
6018 :pn@:r3=\Ee+:tc=wy60-42-w:
1bac2ebb
DL
6019#
6020wy60-vb|wyse60-vb|Wyse 60 visible bell:\
45fd9aa5 6021 :bl@:tc=wy60:
1bac2ebb 6022wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
45fd9aa5 6023 :bl@:tc=wy60-w:
1bac2ebb
DL
6024
6025# The Wyse-99GT looks at lot like the Wyse 60 except that it
6026# does not have the 42/43 line mode. In the Wyse-60 the "lines"
6027# setup parameter controls the number of lines on the screen.
6028# For the Wyse 99GT the "lines" setup parameter controls the
6029# number of lines in a page. The screen can display 25 lines max.
6030# The Wyse-99GT also has personalities for the VT220 and
6031# Tektronix 4014. But this has no bearing on the native mode.
6032#
6033# (msgr) should be set but the clear screen fails when in
754b75d2 6034# alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
1bac2ebb
DL
6035# then set msgr, else use msgr@.
6036#
6037# u0 -> enter Tektronix mode
6038# u1 -> exit Tektronix mode
6039#
6040wy99gt|wyse99gt|Wyse 99gt:\
45fd9aa5
EZ
6041 :ms@:\
6042 :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:ip=:nw@:\
6043 :rs=\E`\::sf=\n:sr=\Ej:ta=\011:te=\Ew0:ti=\Ew1:u0=\E~>\E8:\
6044 :u1=\E[42h:vb=\E`8\E`9:tc=wy60:
1bac2ebb
DL
6045#
6046wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
45fd9aa5
EZ
6047 :Nl#16:co#132:lw#7:ws#97:\
6048 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy99gt:
1bac2ebb
DL
6049#
6050wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
45fd9aa5
EZ
6051 :Nl@:lh@:li#25:lw@:\
6052 :pn@:r2=\E`\::r3=\EwG\Ee):tc=wy99gt:
1bac2ebb
DL
6053#
6054wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
45fd9aa5
EZ
6055 :Nl@:lh@:li#25:lw@:\
6056 :pn@:rs=\E`;:tc=wy99gt-w:
1bac2ebb
DL
6057#
6058wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
45fd9aa5 6059 :bl@:tc=wy99gt:
1bac2ebb
DL
6060#
6061wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
45fd9aa5
EZ
6062 :bl@:tc=wy99gt-w:
6063
6064# Can't set tabs! Other bugs (ANSI mode only):
6065# - can't redefine function keys (anyway, key redefinition in ANSI mode
6066# is too much complex to be described);
6067# - meta key can't be described (the terminal forgets it when reset);
6068# The xon-xoff handshaking can't be disabled while in ansi personality, so
6069# emacs can't work at speed greater than 9600 baud. No padding is needed at
6070# this speed.
6071# dch1 has been commented out because it causes annoying glittering when
6072# vi deletes one character at the beginning of a line with tabs in it.
fffa137c 6073# dch makes sysgen(1M) have a horrible behavior when deleting
45fd9aa5
EZ
6074# a screen and makes screen(1) behave badly, so it is disabled too. The nice
6075# thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
6076# not, so smir and rmir are commented out as well.
6077# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6078# (untranslatable capabilities removed to fit entry within 1023 bytes)
6079# (sgr removed to fit entry within 1023 bytes)
6080# (acsc removed to fit entry within 1023 bytes)
6081# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6082wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard):\
6083 :am:km:mi:ms:xn:\
6084 :co#80:it#8:li#25:vt#3:\
6085 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
6086 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6087 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6088 :cs=\E[%i%d;%dr:dl=\E[M:do=\ED:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
6089 :im=\E[4h:\
6090 :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:\
6091 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
6092 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l:\
6093 :kl=\EOD:kr=\EOC:ks=\E[?1h:ku=\EOA:le=\010:ll=\E[24E:\
6094 :mb=\E[5m:md=\E[1m:me=\E[m\017\E["q:mh=\E[2m:mr=\E[7m:\
6095 :nd=\E[C:nw=\EE:rc=\E8:\
6096 :rs=\E[61"p\E[40h\E[?6l\E[1r\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[24E\E[4i:\
6097 :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
6098 :up=\EM:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[34h\E[?25h:\
6099 :vi=\E[?25l:vs=\E[34l\E[?25h:
6100
6101# This is the american terminal. Here tabs work fine.
6102# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6103wy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard):\
6104 :ct=\E[3g:i2=\E[?5l:r3=\E[?5l:st=\EH:tc=wy99-ansi:
6105
6106# This terminal (firmware version 02) has a lot of bugs:
6107# - can't set tabs;
6108# - other bugs in ANSI modes (see above).
6109# This description disables handshaking when using cup. This is because
6110# GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
6111# cannot be used at speeds greater than 9600 baud, because at greater
6112# speeds handshaking is needed even for character sending. If you use
6113# DTR handshaking, you can use even greater speeds.
6114# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6115# (untranslatable capabilities removed to fit entry within 1023 bytes)
6116# (sgr removed to fit entry within 1023 bytes)
6117# (acsc removed to fit entry within 1023 bytes)
6118# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6119wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard):\
6120 :am:bw:hs:km:mi:ms:xo:\
6121 :co#80:it#8:li#25:ws#46:\
6122 :K1=^^:K3=\EJ:K4=\ET:K5=\EK:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
6123 :bt=\EI:cd=\EY:ce=\ET:cl=\E'\E(\032:cm=\E=%+ %+ :cr=^M:\
6124 :dc=\EW:dl=\ER:do=\Ej:ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
6125 :is=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E^0\E`1\E`4\Ee.\E`\:\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024:\
754b75d2 6126 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
45fd9aa5
EZ
6127 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:\
6128 :le=^H:mb=\EG2:me=\E(\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^_:\
6129 :rs=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E^0\E`1\E`4\Ee.\E`\:\Ee)\Ew\EwG\Ew0\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\Ec@0B\EcD\024:\
6130 :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:te=\Ec21\Ec31:\
6131 :ti=\Ec20\Ec30:ts=\EF:up=^K:vb=\E^1\E^0:ve=\E`4\E`1:\
6132 :vi=\E`0:vs=\E`2\E`1:
6133
6134# This is the american terminal. Here tabs work.
6135# From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6136wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard):\
6137 :ct=\E0:st=\E1:tc=wy99f:
6138
1bac2ebb 6139#
45fd9aa5
EZ
6140# The Wyse 160 is combination of the WY-60 and the WY-99gt.
6141# The reset strings are slow and the pad times very depending
6142# on other parameters such as font loading. I have tried
6143# to follow the following outline:
6144#
6145# <rs1> -> set personality
6146# <rs2> -> set number of columns
6147# <rs3> -> set number of lines
6148# :i1: -> select the proper font
6149# :is: -> do the initialization
6150# :i3: -> set up display memory (2 pages)
6151#
6152# The display memory may be used for either text or graphics.
6153# When "Display Memory = Shared" the terminal will have more pages
6154# but garbage may be left on the screen when you switch from
6155# graphics to text. If "Display Memory = Unshared" then the
6156# text area will be only one page long.
6157#
6158# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
6159# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
6160# (untranslatable capabilities removed to fit entry within 1023 bytes)
6161# (sgr removed to fit entry within 1023 bytes)
6162# (acsc removed to fit entry within 1023 bytes)
6163wy160|wyse160|Wyse 160:\
70dc89d1 6164 :5i:am:bw:hs:km:mi:ms:\
45fd9aa5 6165 :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
70dc89d1
RS
6166 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
6167 :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
45fd9aa5
EZ
6168 :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\
6169 :as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
6170 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
6171 :ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
70dc89d1
RS
6172 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
6173 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6174 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
6175 :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
6176 :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
45fd9aa5
EZ
6177 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
6178 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
6179 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\::r3=\EwG\Ee(:sf=\n:\
6180 :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\
6181 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
6182#
6183wy160-w|wyse160-w|wyse 160 132-column:\
6184 :Nl#16:co#132:lw#7:ws#90:\
6185 :cm=\Ea%i%dR%dC:dc=\EW:rs=\EeF\E`;:tc=wy160:
1bac2ebb
DL
6186#
6187wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
45fd9aa5
EZ
6188 :Nl@:lh@:li#25:lw@:\
6189 :pn@:r3=\EwG\Ee):tc=wy160:
1bac2ebb 6190wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
45fd9aa5
EZ
6191 :Nl@:lh@:li#25:lw@:\
6192 :pn@:r3=\EwG\Ee):tc=wy160-w:
1bac2ebb
DL
6193#
6194wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
45fd9aa5
EZ
6195 :li#42:\
6196 :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:r3=\Ee*:\
6197 :sf=\n:sr=\Ej:tc=wy160:
1bac2ebb 6198wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
45fd9aa5
EZ
6199 :Nl#16:co#132:lw#7:ws#90:\
6200 :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\EeF\E`;:tc=wy160-42:
1bac2ebb
DL
6201#
6202wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
45fd9aa5
EZ
6203 :Nl@:lh@:li#43:lw@:\
6204 :pn@:r3=\Ee+:tc=wy160-42:
1bac2ebb 6205wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
45fd9aa5
EZ
6206 :Nl@:lh@:li#43:lw@:\
6207 :pn@:r3=\Ee+:tc=wy160-42-w:
1bac2ebb
DL
6208#
6209wy160-vb|wyse160-vb|Wyse 160 visible bell:\
45fd9aa5 6210 :bl@:tc=wy160:
1bac2ebb 6211wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
45fd9aa5 6212 :bl@:tc=wy160-w:
1bac2ebb
DL
6213#
6214# The Wyse 75 is a vt100 lookalike without advanced video.
6215#
6216# The Wyse 75 can support one attribute (e.g. Dim, Inverse,
6217# Underline) without magic cookies. The following description
6218# uses this capability, but when more than one attribute is
6219# put on the screen at once, all attributes will be changed
6220# to be the same as the last attribute given.
6221# The Wyse 75 can support more attributes when used with magic
6222# cookies. The wy75-mc terminal description uses magic cookies
6223# to correctly handle multiple attributes on a screen.
6224#
45fd9aa5
EZ
6225# (untranslatable capabilities removed to fit entry within 1023 bytes)
6226# (sgr removed to fit entry within 1023 bytes)
6227# (acsc removed to fit entry within 1023 bytes)
6228# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb 6229wy75|wyse75|wyse 75:\
45fd9aa5 6230 :am:hs:mi:ms:xn:xo:\
754b75d2 6231 :co#80:li#24:ma#1:pb#1201:ws#78:\
45fd9aa5 6232 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
754b75d2 6233 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
45fd9aa5
EZ
6234 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6235 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
754b75d2 6236 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
45fd9aa5
EZ
6237 :ds=\E[>,\001\001\E[>-\001\001:ec=\E[%dX:ei=\E[4l:fs=^A:\
6238 :ho=\E[H:i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:\
6239 :i2=\E[m:im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:\
6240 :k2=\E[?3i:k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\
6241 :k8=\E[19~:k9=\E[20~:kI=\E[@:kN=\E[6~:kP=\E[5~:kb=^H:\
6242 :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
6243 :ks=\E[?1l\E[?7h\E=:ku=\E[A:le=^H:me=\E[m\017:\
6244 :mh=\E[0t\E[2m:mr=\E[1t\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
6245 :se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:ta=^I:\
70dc89d1
RS
6246 :ts=\E[>,\001:ue=\E[m:up=\E[A:us=\E[2t\E[4m:\
6247 :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:
1bac2ebb
DL
6248#
6249# This terminal description uses the non-hidden attribute mode
6250# (with magic cookie).
6251#
6252wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
45fd9aa5
EZ
6253 :ms@:\
6254 :ma@:sg#1:ug#1:\
6255 :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
6256 :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
1bac2ebb 6257 :..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%;:\
45fd9aa5 6258 :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
1bac2ebb 6259wy75-vb|wyse75-vb|wyse 75 with visible bell:\
45fd9aa5
EZ
6260 :pb@:\
6261 :bl@:tc=wy75:
1bac2ebb 6262wy75-w|wyse75-w|wyse 75 in 132 column mode:\
45fd9aa5
EZ
6263 :co#132:ws#130:\
6264 :rs=\E[35h\E[?3h:tc=wy75:
1bac2ebb 6265wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
45fd9aa5
EZ
6266 :pb@:\
6267 :bl@:tc=wy75-w:
1bac2ebb
DL
6268#
6269# Wyse 85 emulating a vt220 7 bit mode.
6270# 24 line screen with status line.
6271#
6272# The vt220 mode permits more function keys but it wipes out
754b75d2 6273# the escape key. I strongly recommend that <f11> be set to
1bac2ebb
DL
6274# escape (esc).
6275# The terminal may have to be set for 8 data bits and 2 stop
6276# bits for the arrow keys to work.
6277# The Wyse 85 runs faster with XON/XOFF enabled. Also the
754b75d2
DL
6278# :DC: and :IC: work best when XON/XOFF is set. :IC: and
6279# :DC: leave trash on the screen when used without XON/XOFF.
1bac2ebb 6280#
45fd9aa5
EZ
6281# (untranslatable capabilities removed to fit entry within 1023 bytes)
6282# (sgr removed to fit entry within 1023 bytes)
6283# (acsc removed to fit entry within 1023 bytes)
6284# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb 6285wy85|wyse85|wyse 85:\
45fd9aa5 6286 :am:hs:mi:ms:xn:xo:\
1bac2ebb 6287 :co#80:it#8:li#24:ws#80:\
45fd9aa5
EZ
6288 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6289 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6290 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6291 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6292 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
754b75d2
DL
6293 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6294 :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
1bac2ebb
DL
6295 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
6296 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
45fd9aa5
EZ
6297 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6298 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
6299 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
6300 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
6301 :so=\E[7m:sr=\EM:st=\EH:ta=\011:ts=\E[40h\E7\E[25;%i%dH:\
6302 :ue=\E[m:up=\E[A:us=\E[4m:vb=\E[30h\E,\E[30l:ve=\E[?25h:\
6303 :vi=\E[?25l:
1bac2ebb
DL
6304#
6305# Wyse 85 with visual bell.
6306wy85-vb|wyse85-vb|wyse 85 with visible bell:\
45fd9aa5 6307 :bl@:vb=\E[30h\E,\E[30l:tc=wy85:
1bac2ebb
DL
6308#
6309# Wyse 85 in 132-column mode.
6310wy85-w|wyse85-w|wyse 85 in 132-column mode:\
45fd9aa5
EZ
6311 :co#132:ws#132:\
6312 :rs=\E[35h\E[?3h:tc=wy85:
1bac2ebb
DL
6313#
6314# Wyse 85 in 132-column mode with visual bell.
6315wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
45fd9aa5
EZ
6316 :bl@:tc=wy85-w:
6317
6318# From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
6319# This copes with an apparent firmware bug in the wy85. He writes:
6320# "What I did was change leave the terminal cursor keys set to Normal
6321# (instead of application), and change \E[ to \233 for all the keys in
6322# terminfo. At one point, I found some reference indicating that this
6323# terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
177c0ea7 6324# me), but I can't find that and the server under my bookmark to "Wyse
45fd9aa5 6325# Technical" isn't responding. So there's the question of wether the wy85
fffa137c 6326# terminfo should reflect the manufactuer's intended behavior of the terminal
45fd9aa5
EZ
6327# or the actual."
6328# (untranslatable capabilities removed to fit entry within 1023 bytes)
6329# (sgr removed to fit entry within 1023 bytes)
6330# (acsc removed to fit entry within 1023 bytes)
6331# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6332wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode:\
6333 :am:hs:mi:ms:xn:xo:\
6334 :co#80:it#8:li#24:ws#80:\
6335 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6336 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6337 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6338 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6339 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
70dc89d1
RS
6340 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6341 :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6342 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
45fd9aa5
EZ
6343 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:\
6344 :k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:kN=\2336~:\
6345 :kP=\2335~:kb=^H:kd=\233B:ke=\E>:kh=\23326~:kl=\233D:\
6346 :kr=\233C:ks=\E[?1l\E=:ku=\233A:le=^H:mb=\E[5m:md=\E[1m:\
6347 :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
6348 :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
70dc89d1
RS
6349 :ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:up=\E[A:us=\E[4m:\
6350 :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:
1bac2ebb
DL
6351#
6352# Wyse 185 emulating a vt320 7 bit mode.
6353#
6354# This terminal always displays 25 lines. These lines may be used
6355# as 24 data lines and a terminal status line (top or bottom) or
6356# 25 data lines. The 48 and 50 line modes change the page size
6357# and not the number of lines on the screen.
6358#
6359# The Compose Character key can be used as a meta key if changed
6360# by set-up.
6361#
45fd9aa5
EZ
6362# (untranslatable capabilities removed to fit entry within 1023 bytes)
6363# (sgr removed to fit entry within 1023 bytes)
6364# (acsc removed to fit entry within 1023 bytes)
6365# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb 6366wy185|wyse185|wyse 185:\
45fd9aa5 6367 :am:hs:km:mi:ms:xn:xo:\
1bac2ebb 6368 :co#80:it#8:li#24:ws#80:\
45fd9aa5
EZ
6369 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6370 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6371 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6372 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6373 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
6374 :ds=\E7\E[99;0H\E[K\E8:ec=\E[%dX:ei=\E[4l:\
754b75d2 6375 :fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
1bac2ebb
DL
6376 :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6377 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
6378 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
45fd9aa5
EZ
6379 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6380 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
6381 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
6382 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
6383 :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q:\
6384 :ts=\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
6385 :vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:vi=\E[?25l:\
6386 :vs=\E[?25h\E[34l:
1bac2ebb
DL
6387#
6388# Wyse 185 with 24 data lines and top status (terminal status)
6389wy185-24|wyse185-24|wyse 185 with 24 data lines:\
45fd9aa5
EZ
6390 :hs@:\
6391 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
1bac2ebb
DL
6392#
6393# Wyse 185 with visual bell.
754b75d2 6394wy185-vb|wyse185-vb|wyse 185+flash:\
45fd9aa5 6395 :bl@:tc=wy185:
1bac2ebb
DL
6396#
6397# Wyse 185 in 132-column mode.
6398wy185-w|wyse185-w|wyse 185 in 132-column mode:\
45fd9aa5
EZ
6399 :co#132:ws#132:\
6400 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6401 :tc=wy185:
1bac2ebb
DL
6402#
6403# Wyse 185 in 132-column mode with visual bell.
754b75d2 6404wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols:\
45fd9aa5 6405 :bl@:tc=wy185-w:
1bac2ebb
DL
6406
6407# wy325 terminfo entries
6408# Done by Joe H. Davis 3-9-92
6409
6410# lines 25 columns 80
6411#
45fd9aa5 6412# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
6413wy325|wyse325|Wyse epc:\
6414 :5i:am:bw:hs:mi:\
1bac2ebb 6415 :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
754b75d2
DL
6416 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
6417 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
6418 :SA=\Ed/:\
70dc89d1 6419 :ac=+/,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
754b75d2
DL
6420 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
6421 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
6422 :ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
1bac2ebb 6423 :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
754b75d2
DL
6424 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6425 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
6426 :kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
6427 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
45fd9aa5
EZ
6428 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:pf=^T:\
6429 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
6430 :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\::r3=\EwG\Ee(:\
6431 :sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:\
6432 :up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
1bac2ebb
DL
6433
6434#
177c0ea7 6435# lines 24 columns 80 vb
1bac2ebb 6436#
754b75d2 6437wy325-vb|wyse325-vb|wyse-325 with visual bell:\
45fd9aa5 6438 :bl@:tc=wy325:
1bac2ebb
DL
6439
6440#
6441# lines 24 columns 132
6442#
754b75d2 6443wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode:\
45fd9aa5
EZ
6444 :Nl#16:co#132:lw#7:ws#97:\
6445 :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy325:
1bac2ebb
DL
6446#
6447# lines 25 columns 80
6448#
754b75d2 6449wy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines:\
45fd9aa5
EZ
6450 :Nl@:lh@:li#25:lw@:\
6451 :pn@:r3=\EwG\Ee):tc=wy325:
1bac2ebb
DL
6452#
6453# lines 25 columns 132
6454#
6455wy325-25w|wyse325-25w|wy325 132 columns:\
45fd9aa5
EZ
6456 :Nl@:lh@:li#25:lw@:\
6457 :pn@:r3=\EwG\Ee):tc=wy325-w:
1bac2ebb 6458#
177c0ea7 6459# lines 25 columns 132 vb
1bac2ebb 6460#
754b75d2 6461wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video:\
45fd9aa5 6462 :bl@:tc=wy325-w:
1bac2ebb
DL
6463
6464#
6465# lines 42 columns 80
6466#
754b75d2 6467wy325-42|wyse325-42|wyse-325 42 lines:\
45fd9aa5
EZ
6468 :Nl@:lh@:li#42:lw@:\
6469 :pn@:r3=\EwG\Ee):tc=wy325:
1bac2ebb
DL
6470#
6471# lines 42 columns 132
6472#
754b75d2 6473wy325-42w|wyse325-42w|wyse-325 42 lines wide mode:\
45fd9aa5
EZ
6474 :Nl@:lh@:li#42:lw@:\
6475 :pn@:r3=\EwG\Ee):tc=wy325-w:
1bac2ebb 6476#
177c0ea7 6477# lines 42 columns 132 vb
1bac2ebb 6478#
754b75d2 6479wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell:\
45fd9aa5 6480 :bl@:tc=wy325-w:
1bac2ebb
DL
6481#
6482# lines 43 columns 80
6483#
754b75d2 6484wy325-43|wyse325-43|wyse-325 43 lines:\
45fd9aa5
EZ
6485 :Nl@:lh@:li#43:lw@:\
6486 :pn@:tc=wy325:
1bac2ebb
DL
6487#
6488# lines 43 columns 132
6489#
754b75d2 6490wy325-43w|wyse325-43w|wyse-325 43 lines wide mode:\
45fd9aa5
EZ
6491 :Nl@:lh@:li#43:lw@:\
6492 :pn@:r3=\EwG\Ee):tc=wy325-w:
1bac2ebb 6493#
177c0ea7 6494# lines 43 columns 132 vb
1bac2ebb 6495#
754b75d2 6496wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell:\
45fd9aa5 6497 :bl@:tc=wy325-w:
754b75d2
DL
6498
6499# Wyse 370 -- 24 line screen with status line.
1bac2ebb
DL
6500#
6501# The terminal may have to be set for 8 data bits and 2 stop
6502# bits for the arrow keys to work.
6503#
6504# If you change keyboards the terminal will send different
6505# escape sequences.
6506# The following definition is for the basic terminal without
6507# function keys.
6508#
754b75d2
DL
6509# <u0> -> enter Tektronix 4010/4014 mode
6510# <u1> -> exit Tektronix 4010/4014 mode
6511# <u2> -> enter ASCII mode (from any ANSI mode)
6512# <u3> -> exit ASCII mode (goto native ANSI mode)
6513# <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
70dc89d1
RS
6514# <u5> -> exit Tek 4207 mode (goto native ANSI mode)
6515#
6516# Bug: The <op> capability resets attributes.
45fd9aa5
EZ
6517# (untranslatable capabilities removed to fit entry within 1023 bytes)
6518# (sgr removed to fit entry within 1023 bytes)
6519# (acsc removed to fit entry within 1023 bytes)
6520# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
70dc89d1 6521wy370-nk|wyse 370 without function keys:\
45fd9aa5
EZ
6522 :am:hs:mi:ms:xn:xo:\
6523 :co#80:it#8:li#24:ws#80:\
6524 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6525 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
6526 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6527 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
6528 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6529 :i1=\E[90;1"p\E[?5W:i2=\E>\017\E)0\E(B\E[63;0w\E[m:\
6530 :im=\E[4h:ip=:\
1bac2ebb 6531 :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
754b75d2 6532 :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
45fd9aa5
EZ
6533 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
6534 :so=\E[7m:sr=\EM:st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
6535 :ts=\E[40l\E[40h\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:\
70dc89d1 6536 :us=\E[4m:vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:\
1bac2ebb
DL
6537 :vi=\E[?25l:vs=\E[?25h\E[34l:
6538#
754b75d2
DL
6539# Function key set for the ASCII (wy-50 compatible) keyboard
6540# This is the default 370.
1bac2ebb 6541#
754b75d2 6542wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard:\
45fd9aa5
EZ
6543 :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
6544 :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:k4=\E[@:\
6545 :k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
6546 :k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:kL=\EOQ:kN=\E[U:\
6547 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
6548 :tc=wy370-nk:
1bac2ebb 6549#
754b75d2 6550# Function key set for the VT-320 (and wy85) compatible keyboard
1bac2ebb
DL
6551#
6552wy370-105k|Wyse 370 with 105 key keyboard:\
45fd9aa5 6553 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:\
754b75d2 6554 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
45fd9aa5
EZ
6555 :F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:K2=\EOu:K3=\EOy:\
6556 :K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
6557 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
6558 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:\
6559 :kl=\E[D:kr=\E[C:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:\
6560 :tc=wy370-nk:
1bac2ebb 6561#
754b75d2 6562# Function key set for the PC compatible keyboard
1bac2ebb
DL
6563#
6564wy370-EPC|Wyse 370 with 102 key keyboard:\
45fd9aa5
EZ
6565 :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:k2=\EOQ:\
6566 :k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
6567 :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[U:kP=\E[V:\
6568 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
1bac2ebb
DL
6569#
6570# Wyse 370 with visual bell.
6571wy370-vb|Wyse 370 with visible bell:\
45fd9aa5 6572 :bl@:tc=wy370:
1bac2ebb
DL
6573#
6574# Wyse 370 in 132-column mode.
6575wy370-w|Wyse 370 in 132-column mode:\
45fd9aa5
EZ
6576 :co#132:ws#132:\
6577 :rs=\E[35h\E[?3h:tc=wy370:
1bac2ebb
DL
6578#
6579# Wyse 370 in 132-column mode with visual bell.
6580wy370-wvb|Wyse 370 with visible bell 132-columns:\
45fd9aa5 6581 :vb=\E[30h\E,\E[30l:tc=wy370-w:
1bac2ebb 6582wy370-rv|Wyse 370 reverse video:\
45fd9aa5 6583 :r3=\E[32h\E[?5h:tc=wy370:
1bac2ebb
DL
6584#
6585# Wyse 99gt Tektronix 4010/4014 emulator,
6586#
6587wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
754b75d2 6588 :am:os:\
1bac2ebb
DL
6589 :co#74:li#35:\
6590 :bl=^G:cl=\E^L:\
754b75d2 6591 :..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:\
1bac2ebb
DL
6592 :cr=^M:do=^J:ff=^L:\
6593 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
6594 :ho=^]7`x @\037:\
6595 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
70dc89d1 6596 :is=\E8:le=^H:nd=\s:nw=^M^J:u0=\E~>\E8:u1=\E[42h:up=^K:
1bac2ebb
DL
6597#
6598# Wyse 160 Tektronix 4010/4014 emulator,
6599#
6600wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
754b75d2 6601 :..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:\
45fd9aa5 6602 :ho=^]8`g @\037:tc=wy99gt-tek:
1bac2ebb
DL
6603#
6604# Wyse 370 Tektronix 4010/4014 emulator,
6605#
6606wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
754b75d2 6607 :am:os:\
1bac2ebb
DL
6608 :co#80:li#36:\
6609 :bl=^G:cl=\E^L:\
754b75d2 6610 :..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:\
1bac2ebb
DL
6611 :cr=^M:do=^J:ff=^L:\
6612 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
6613 :ho=^]8g @\037:\
6614 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
70dc89d1 6615 :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd=\s:nw=^M^J:\
754b75d2 6616 :u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
1bac2ebb
DL
6617
6618# Vendor-supplied Wyse entries end here.
6619
754b75d2
DL
6620#
6621#TITLE: TERMINFO ENTRY WY520
6622#DATE: 8/5/93
177c0ea7 6623# The WY520 terminfo is based on the WY285 entry published on the WYSE
754b75d2
DL
6624# BBS with the addition of more function keys and special keys.
6625#
6626# rs1 -> set personality
6627# rs2 -> set number of columns
6628# rs3 -> set number of lines
6629# is1 -> select the proper font
6630# is2 -> do the initialization
6631# is3 -> If this string is empty then rs3 gets sent.
6632#
6633# Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
6634# - The BS key is programmed to generate BS in smcup since
6635# is2 doesn't seem to work.
6636# - Remove and shift/Remove: delete a character
6637# - Insert : enter insert mode
6638# - Find : delete to end of file
6639# - Select : clear a line
6640# - F11, F12, F13: send default sequences (not ESC, BS, LF)
6641# - F14 : Home key
6642# - Bottom status line (host writable line) is used.
6643# - smkx,rmkx are removed because this would put the numeric
6644# keypad in Dec application mode which doesn't seem to work
6645# with SCO applications.
6646#
45fd9aa5
EZ
6647# (untranslatable capabilities removed to fit entry within 1023 bytes)
6648# (sgr removed to fit entry within 1023 bytes)
6649# (acsc removed to fit entry within 1023 bytes)
6650# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 6651wy520|wyse520|wyse 520:\
45fd9aa5 6652 :am:hs:km:mi:xn:xo:\
754b75d2 6653 :co#80:it#8:li#24:ws#80:\
45fd9aa5
EZ
6654 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6655 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6656 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6657 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6658 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[0$~:\
6659 :ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:i1=\E[?5W:\
6660 :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
754b75d2
DL
6661 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h:\
6662 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
45fd9aa5
EZ
6663 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6664 :kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6665 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
6666 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
6667 :te=\E[ R:ti=\E[ Q\E[?67;8h:ts=\E[2$~\E[1$}\E[%i%d`:\
6668 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
754b75d2
DL
6669 :vs=\E[?25h\E[34l:
6670#
6671# Wyse 520 with 24 data lines and status (terminal status)
6672wy520-24|wyse520-24|wyse 520 with 24 data lines:\
45fd9aa5
EZ
6673 :hs@:\
6674 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520:
754b75d2
DL
6675#
6676# Wyse 520 with visual bell.
6677wy520-vb|wyse520-vb|wyse 520 with visible bell:\
45fd9aa5 6678 :vb=\E[30h\E,\E[30l:tc=wy520:
754b75d2
DL
6679#
6680# Wyse 520 in 132-column mode.
6681wy520-w|wyse520-w|wyse 520 in 132-column mode:\
45fd9aa5
EZ
6682 :co#132:ws#132:\
6683 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6684 :tc=wy520:
754b75d2
DL
6685#
6686# Wyse 520 in 132-column mode with visual bell.
6687wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns:\
45fd9aa5 6688 :vb=\E[30h\E,\E[30l:tc=wy520-w:
754b75d2
DL
6689#
6690#
6691# Wyse 520 emulating a vt420 7 bit mode.
6692# The DEL key is programmed to generate BS in is2.
6693# With EPC keyboard.
6694# - 'End' key will clear till end of line on EPC keyboard
6695# - Shift/End : ignored.
6696# - Insert : enter insert mode.
6697# - Delete : delete a character (have to change interrupt character
6698# to CTRL-C: stty intr '^c') for it to work since the
6699# Delete key sends 7FH.
6700wy520-epc|wyse520-epc|wyse 520 with EPC keyboard:\
45fd9aa5
EZ
6701 :@7=\E[4~:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
6702 :k4=\E[14~:k5=\E[15~:kD=\177:kE=\E[4~:kh=\E[H:tc=wy520:
754b75d2
DL
6703#
6704# Wyse 520 with 24 data lines and status (terminal status)
6705# with EPC keyboard.
6706wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard:\
45fd9aa5
EZ
6707 :hs@:\
6708 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520-epc:
754b75d2
DL
6709#
6710# Wyse 520 with visual bell.
6711wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard:\
45fd9aa5 6712 :vb=\E[30h\E,\E[30l:tc=wy520-epc:
754b75d2
DL
6713#
6714# Wyse 520 in 132-column mode.
6715wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard:\
45fd9aa5
EZ
6716 :co#132:ws#132:\
6717 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6718 :tc=wy520-epc:
754b75d2
DL
6719#
6720# Wyse 520 in 132-column mode with visual bell.
6721wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard:\
45fd9aa5 6722 :vb=\E[30h\E,\E[30l:tc=wy520-epc-w:
754b75d2
DL
6723#
6724# Wyse 520 in 80-column, 36 lines
6725wy520-36|wyse520-36|wyse 520 with 36 data lines:\
45fd9aa5
EZ
6726 :hs@:\
6727 :li#36:\
6728 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
6729 :tc=wy520:
754b75d2
DL
6730#
6731# Wyse 520 in 80-column, 48 lines
6732wy520-48|wyse520-48|wyse 520 with 48 data lines:\
45fd9aa5
EZ
6733 :hs@:\
6734 :li#48:\
6735 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
6736 :tc=wy520:
754b75d2
DL
6737#
6738# Wyse 520 in 132-column, 36 lines
6739wy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines:\
45fd9aa5
EZ
6740 :co#132:ws#132:\
6741 :r2=\E[?3h:\
6742 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
6743 :tc=wy520-36:
754b75d2
DL
6744#
6745# Wyse 520 in 132-column, 48 lines
6746wy520-48w|wyse520-48w|wyse 520 with 48 data lines:\
45fd9aa5
EZ
6747 :co#132:ws#132:\
6748 :r2=\E[?3h:\
6749 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
6750 :tc=wy520-48:
754b75d2
DL
6751#
6752#
6753# Wyse 520 in 80-column, 36 lines with EPC keyboard
6754wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard:\
45fd9aa5
EZ
6755 :hs@:\
6756 :li#36:\
6757 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
6758 :tc=wy520-epc:
754b75d2
DL
6759#
6760# Wyse 520 in 80-column, 48 lines with EPC keyboard
6761wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard:\
45fd9aa5
EZ
6762 :hs@:\
6763 :li#48:\
6764 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
6765 :tc=wy520-epc:
754b75d2
DL
6766#
6767# Wyse 520 in 132-column, 36 lines with EPC keyboard
6768wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard:\
45fd9aa5
EZ
6769 :co#132:ws#132:\
6770 :r2=\E[?3h:\
6771 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
6772 :tc=wy520-36pc:
754b75d2
DL
6773#
6774# Wyse 520 in 132-column, 48 lines with EPC keyboard
6775wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard:\
45fd9aa5
EZ
6776 :co#132:ws#132:\
6777 :r2=\E[?3h:\
6778 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
6779 :tc=wy520-48pc:
754b75d2
DL
6780
6781# From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
6782# (wyse-vp: removed :if=/usr/share/tabset/wyse-adds:, there's no such
6783# file and we don't know what :st: is -- esr)
6784wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
6785 :am:bs:\
6786 :co#80:it#8:li#24:\
6787 :al=\EM:bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EW:\
70dc89d1 6788 :dl=\El:do=^J:ei=\Er:ho=^A:im=\Eq:is=\E`\:\E`9\017\Er:\
754b75d2 6789 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A^Z:me=^O:\
70dc89d1
RS
6790 :nd=^F:nw=^M^J:r1=\E`\:\E`9\017\Er:se=^O:sf=^J:so=^N:ta=^I:\
6791 :ue=^O:up=^Z:us=^N:
754b75d2
DL
6792
6793wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
45fd9aa5
EZ
6794 :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:kb=^H:\
6795 :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
6796 :ks=10\E[?1h\E=:ku=\EOA:tc=wy75:
754b75d2 6797
1bac2ebb
DL
6798# From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
6799wy100q|Wyse 100 for Quotron:\
6800 :bs:\
45fd9aa5 6801 :co#80:li#24:sg#1:\
754b75d2
DL
6802 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
6803 :dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
70dc89d1 6804 :is=\E`\:\0\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:kr=^L:ku=^K:\
45fd9aa5 6805 :le=^H:mk@:nd=^L:sr=\Ej:up=^K:tc=adm+sgr:
1bac2ebb
DL
6806
6807#### Kermit terminal emulations
6808#
6809# Obsolete Kermit versions may be listed in the section describing obsolete
6810# non-ANSI terminal emulators later in the file.
6811#
6812
6813# KERMIT standard all versions.
6814# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
6815# (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
6816# From: greg small <gts@populi.berkeley.edu> 9-25-84
6817kermit|standard kermit:\
6818 :bs:\
6819 :co#80:li#24:\
6820 :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
6821 :is=K0 Standard Kermit 9-25-84\n:kd=^J:kh=^^:kl=^H:\
754b75d2
DL
6822 :kr=^L:ku=^K:le=^H:nd=\EC:up=\EA:
6823kermit-am|standard kermit plus auto-margin:\
45fd9aa5
EZ
6824 :am:\
6825 :is=K1 Standard Kermit plus Automatic Margins\n:\
6826 :tc=kermit:
1bac2ebb 6827# IBMPC Kermit 1.2.
754b75d2
DL
6828# Bugs: :cd:, :ce:: do not work except at beginning of line! :cl: does
6829# not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
6830# line).
1bac2ebb
DL
6831# From: greg small <gts@populi.berkeley.edu> 8-30-84
6832pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
45fd9aa5
EZ
6833 :am:\
6834 :li#25:\
6835 :cd@:ce@:cl=\EH\EJ:\
6836 :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit:
1bac2ebb
DL
6837# IBMPC Kermit 1.20
6838# Cannot use line 25, now acts funny like ansi special scrolling region.
6839# Initialization must escape from that region by cursor position to line 24.
6840# Cannot use character insert because 1.20 goes crazy if insert at col 80.
754b75d2 6841# Does not use :am: because autowrap is lost when kermit dropped and restarted.
1bac2ebb
DL
6842# From: greg small <gts@populi.berkeley.edu> 12-19-84
6843pckermit120|UCB IBMPC Kermit 1.20:\
45fd9aa5
EZ
6844 :it#8:li#24:\
6845 :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
1bac2ebb 6846 :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\
45fd9aa5 6847 :se=\Eq:so=\Ep:ta=^I:vs=\EO\Eq\EEK3:tc=kermit:
1bac2ebb
DL
6848# MS-DOS Kermit 2.27 for the IBMPC
6849# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
6850# Cannot use line 25, now acts funny like ansi special scrolling region.
6851# Initialization must escape from that region by cursor position to line 24.
754b75d2 6852# Does not use am: because autowrap is lost when kermit dropped and restarted.
1bac2ebb 6853# Reverse video for standout like H19.
754b75d2 6854# (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
1bac2ebb
DL
6855# From: greg small <gts@populi.berkeley.edu> 3-17-85
6856msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
45fd9aa5 6857 :am@:bs:\
1bac2ebb 6858 :co#80:it#8:li#24:\
754b75d2
DL
6859 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\
6860 :do=\EB:ei=\EO:ho=\EH:im=\E@:\
1bac2ebb 6861 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
754b75d2
DL
6862 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=\EC:rc=\Ek:sc=\Ej:\
6863 :se=\Eq:so=\Ep:ta=^I:up=\EA:vs=\EO\Eq\EG\EwK4:
1bac2ebb
DL
6864# MS-DOS Kermit 2.27 with automatic margins
6865# From: greg small <gts@populi.berkeley.edu> 3-17-85
6866msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
45fd9aa5 6867 :am:\
1bac2ebb 6868 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
45fd9aa5 6869 :vs=\EO\Eq\EG\EvK5:tc=msk227:
1bac2ebb 6870# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
754b75d2
DL
6871# Automatic margins now default. Use ansi :sa: for highlights.
6872# Define function keys.
1bac2ebb
DL
6873# (msk22714: removed obsolete ":kn#10:" -- esr)
6874# From: greg small <gts@populi.berkeley.edu> 3-17-85
6875msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
45fd9aa5 6876 :am:\
1bac2ebb 6877 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
754b75d2 6878 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
45fd9aa5
EZ
6879 :k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:\
6880 :ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
1bac2ebb
DL
6881# This was designed for a VT320 emulator, but it is probably a good start
6882# at support for the VT320 itself.
6883# Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
754b75d2 6884# (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
45fd9aa5
EZ
6885# (untranslatable capabilities removed to fit entry within 1023 bytes)
6886# (sgr removed to fit entry within 1023 bytes)
6887# (acsc removed to fit entry within 1023 bytes)
6888# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb
DL
6889vt320-k3|MS-Kermit 3.00's vt320 emulation:\
6890 :am:es:hs:km:mi:ms:xn:\
6891 :co#80:it#8:li#49:pb#9600:vt#3:\
754b75d2 6892 :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
45fd9aa5
EZ
6893 :LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:ae=\E(B:al=\E[L:\
6894 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
6895 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
6896 :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
754b75d2
DL
6897 :is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:k0=\E[21~:k1=\EOP:\
6898 :k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
45fd9aa5
EZ
6899 :k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
6900 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
6901 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:\
6902 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
754b75d2
DL
6903 :ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:us=\E[4m:\
6904 :vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:ve=\E[?25h:\
6905 :vi=\E[?25l:
6906# From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
6907# ACS capabilities from Philippe De Muyter <phdm@info.ucl.ac.be> 30 May 1996
6908# (I removed a bogus boolean :mo: and added :ms:, <smam>, <rmam> -- esr)
6909vt320-k311|dec vt320 series as defined by kermit 3.11:\
6910 :am:es:hs:mi:ms:xn:xo:\
6911 :co#80:it#8:li#24:vt#3:\
6912 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6913 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
6914 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
6915 :ae=^O:al=3\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
6916 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
6917 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
6918 :fs=\E[$}:ho=\E[H:im=\E[4h:\
6919 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
6920 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
6921 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
6922 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
6923 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
6924 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:\
6925 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
6926 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
6927 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
6928
45fd9aa5 6929######## NON-ANSI TERMINAL EMULATIONS
754b75d2 6930#
45fd9aa5
EZ
6931
6932#### Avatar
6933#
6934# These entries attempt to describe Avatar, a terminal emulation used with
6935# MS-DOS bulletin-board systems. It was designed to give ANSI-like
6936# capabilities, but with cheaper (shorter) control sequences. Messy design,
6937# excessively dependent on PC idiosyncracies, but apparently rather popular
6938# in the BBS world.
6939#
6940# No color support. Avatar doesn't fit either of the Tektronix or HP color
6941# models that terminfo knows about. An Avatar color attribute is the
6942# low 7 bits of the IBM-PC display-memory attribute. Bletch.
6943#
6944# I wrote these entries while looking at the Avatar spec. I don't have
6945# the facilities to test them. Let me know if they work, or don't.
6946#
6947# Avatar escapes not used by these entries (because maybe you're smarter
6948# and more motivated than I am and can figure out how to wrap terminfo
6949# around some of them, and because they are weird enough to be funny):
6950# level 0:
6951# ^L -- clear window/reset current attribute to default
6952# ^V^A%p1%c -- set current color attribute, parameter decodes as follows:
177c0ea7 6953#
45fd9aa5
EZ
6954# bit: 6 5 4 3 2 1 0
6955# | | | | |
6956# +---+---+ | +---+---+
6957# | | |
6958# | | foreground color
6959# | foreground intensity
6960# background color
6961# level 0+:
6962# ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) up by p1 lines
6963# ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) down by p1 lines
177c0ea7
JB
6964# ^V^L%p1%c%p2%c%p3%c -- clear p2 lines and p3 cols w/attr %p1
6965# ^V^M%p1%c%p2%c%p3%c%p4%c -- fill p3 lines & p4 cols w/char p2+attr %p1
45fd9aa5
EZ
6966# (^V^L and ^V^M set the current attribute as a side-effect.)
6967# ^V ^Y <a> [...] <c> -- repeat pattern. <a> specifies the number of bytes
6968# in the pattern, <c> the number of times the pattern
6969# should be repeated. If either value is 0, no-op.
6970# The pattern can contain Avatar console codes,
6971# including other ^V ^Y patterns.
6972# level 1:
6973# ^V^O -- clockwise mode on; turn print direction right each time you
6974# hit a window edge (yes, really). Turned off by CR
6975# ^V^P -- no-op
6976# ^V^Q%c -- query the driver
6977# ^V^R -- driver reset
6978# ^V^S -- Sound tone (PC-specific)
6979# ^V^T -- change highlight at current cursor poition to %c
6980# ^V^U%p1%c%p2%c -- highlight window <a> with attribute <b>
6981# ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
177c0ea7 6982# -- define window
45fd9aa5
EZ
6983#
6984# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
6985# (The :mb:/:md:/:mr:/:as:/:us:/:so: capabilities exist only to
6986# tell ncurses that the corresponding highlights exist; it should use :sa:,
6987# which is the only method that will actually work for multiple highlights.)
6988avatar0|avatar terminal emulator level 0:\
6989 :am:ms:ut:\
6990 :co#80:it#8:li#25:\
6991 :as=:ce=^V^G:cm=\026\010%.%.:cr=^M:do=^V^D:le=^V^E:\
6992 :mb=^A^V\177:md=^V^A^P:me=^V^A^G:mk=^V^A\0:mr=^A^Vp:\
6993 :nd=^V^F:rp=\031%.%d:rs=^L:\
6994 :..sa=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;:\
6995 :sf=^J:so=^A^Vp:up=^V^C:us=^V^A:tc=klone+acs:
6996# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
6997avatar0+|avatar terminal emulator level 0+:\
6998 :dc=^V^N:ei=\026\n\0\0\0\0:im=^V^I:tc=avatar0:
6999# From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
7000avatar|avatar1|avatar terminal emulator level 1:\
7001 :RA=^V":SA=^V$:al=^V+:dl=^V-:ei=^V^P:ve=^V'^A:vi=^V'^B:\
7002 :vs=^V^C:tc=avatar0+:
7003
7004#### RBcomm
7005#
7006# RBComm is a lean and mean terminal emulator written by the Interrupt List
7007# maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
7008# '90s), especially in the BBS world, and still has some loyal users due to
7009# its very small memory footprint and to a cute macro language.
7010rbcomm|IBM PC with RBcomm and EMACS keybindings:\
7011 :am:bw:mi:ms:xn:\
7012 :co#80:it#8:li#25:\
7013 :AL=\E[%dL:DL=\E[%dM:al=^K:bl=^G:bt=\E[Z:cd=^F5:ce=^P^P:\
7014 :cl=^L:cm=\037%r%+ %+ :cr=^M:cs=\E[%i%d;%dr:dc=^W:dl=^Z:\
7015 :dm=:do=^C:ec=\E[%dX:ed=:ei=^]:im=^\:\
7016 :is=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g:kb=^H:kd=^N:\
7017 :ke=\E>:kh=^A:kl=^B:kr=^F:ks=\E=:ku=^P:le=^H:mb=\E[5m:\
7018 :md=\E[1m:me=\E[m:mk=\E[8m:mr=^R:nd=^B:nw=^M\ED:\
7019 :r1=\017\E(B\E)0\025\E[?3l\E[>8g:rc=\E8:rp=\030%.%.:\
7020 :sc=\E7:se=^U:sf=\ED:so=^R:sr=\EM:ta=^I:te=:ti=:ue=^U:up=^^:\
7021 :us=^T:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
7022rbcomm-nam|IBM PC with RBcomm without autowrap:\
7023 :am@:\
7024 :bl=^G:cr=^M:do=^J:\
7025 :is=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g:kb=^H:kd=^J:\
7026 :kl=^H:nw=^M^J:sf=^J:ta=^I:tc=rbcomm:
7027rbcomm-w|IBM PC with RBcomm in 132 column mode:\
7028 :co#132:\
7029 :bl=^G:cr=^M:do=^J:\
7030 :is=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g:kb=^H:kd=^J:\
7031 :kl=^H:nw=^M^J:sf=^J:ta=^I:tc=rbcomm:
7032
7033######## LCD DISPLAYS
7034#
7035
7036#### Matrix Orbital
7037# from: Eric Z. Ayers (eric@ale.org)
7038#
7039# Matrix Orbital 20x4 LCD display
7040# Command Character is 0xFE (decimal 254, octal 376)
7041#
7042# On this device, cursor addressability isn't possible. The LCD expects:
177c0ea7 7043# 0xfe G <col> <row>
45fd9aa5
EZ
7044# for cup: %p1 == row and %p2 is column
7045#
7046# This line:
7047# cup=\376G%p2%c%p1%c
177c0ea7 7048# LOOKS like it will work, but sometimes only one of the two numbers is sent.
45fd9aa5 7049# See the terminfo (5) manpage commented regarding 'Terminals which use "%c"'.
177c0ea7 7050#
45fd9aa5
EZ
7051# Alas, there is no cursor upline capability on this display.
7052#
7053# These entries add some 'sanity stuff' to the clear function. That is, it
7054# does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
7055# and turns off the cursor blinking and stuff like that.
7056#
7057# NOTE: calling 'beep' turns on the backlight (bell)
7058# NOTE: calling 'flash' turns it on and back off (visual bell)
754b75d2 7059#
45fd9aa5
EZ
7060MtxOrb| Generic Matrix Orbital LCD display:\
7061 :bl=\376B^A:cl=\376X\376C\376R\376K\376T:ho=\376H:\
7062 :le=\376L:nd=\376M:vb=\376B\001\376F:ve=\376K\376T:
7063MtxOrb204| 20x4 Matrix Orbital LCD display:\
7064 :co#20:li#4:tc=MtxOrb:
7065MtxOrb162| 16x2 Matrix Orbital LCD display:\
7066 :co#16:li#2:tc=MtxOrb:
7067# The end
1bac2ebb
DL
7068
7069######## OLDER TERMINAL TYPES
7070#
7071# This section is devoted to older commercial terminal brands that are now
7072# discontinued, but known to be still in use or represented by emulations.
7073#
7074
7075#### AT&T (att, tty)
7076#
7077# This section also includes Teletype-branded VDTs.
7078#
754b75d2
DL
7079# The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
7080# Boundless Technologies); for details, see the header comment on the ADDS
7081# section.
1bac2ebb 7082#
754b75d2
DL
7083# These are AT&T's official terminfo entries. All-caps aliases have been
7084# removed.
1bac2ebb 7085#
754b75d2 7086att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
1bac2ebb
DL
7087 :am:eo:mi:ms:xo:\
7088 :co#80:it#8:li#24:\
7089 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
7090 :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
754b75d2
DL
7091 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
7092 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7093 :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
7094 :k1=\E[1r:k2=\E[2r:k3=\E[3r:k4=\E[4r:k5=\E[5r:k6=\E[6r:\
7095 :k7=\E[7r:k8=\E[8r:k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:\
7096 :kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:\
7097 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
7098 :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
7099 :up=\E[A:
1bac2ebb 7100att2350|AT&T 2350 Video Information Terminal 80 column mode:\
45fd9aa5 7101 :pf@:po@:ps@:tc=att2300:
1bac2ebb
DL
7102
7103# Must setup RETURN KEY - CR, REC'VD LF - INDEX.
7104# Seems upward compatible with vt100, plus ins/del line/char.
7105# On sgr, the protection parameter is ignored.
7106# No check is made to make sure that only 3 parameters are output.
7107# standout= reverse + half-intensity = 3 | 5.
7108# bold= reverse + underline = 2 | 3.
7109# note that half-bright blinking doesn't look different from normal blinking.
7110# NOTE:you must program the function keys first, label second!
177c0ea7 7111# (att4410: a BSD entry has been seen with the following capabilities:
754b75d2
DL
7112# :is=\E[?6l:, :k1=\EOc:, :k2=\EOd:, :k3=\EOe:, :k4=\EOg:,
7113# :k6=\EOh:, :k7=\EOi:, :k8=\EOj:, -- esr)
45fd9aa5 7114# (untranslatable capabilities removed to fit entry within 1023 bytes)
1bac2ebb
DL
7115att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
7116 :am:hs:mi:ms:xo:\
7117 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
45fd9aa5 7118 :ac=++,,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
754b75d2
DL
7119 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7120 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
7121 :do=\E[B:ei=:fs=\E8:ho=\E[H:i1=\E[?3l\E)0:\
1bac2ebb
DL
7122 :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:\
7123 :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
7124 :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
754b75d2
DL
7125 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7126 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:\
45fd9aa5 7127 :mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:\
1bac2ebb 7128 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
70dc89d1 7129 :ts=\E7\E[25;%+^AH:ue=\E[m:up=\E[A:us=\E[4m:
1bac2ebb
DL
7130
7131att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
45fd9aa5
EZ
7132 :co#132:ws#132:\
7133 :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att5410v1:
1bac2ebb
DL
7134
7135att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
45fd9aa5 7136 :bs:\
70dc89d1 7137 :..px=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s:\
45fd9aa5 7138 :tc=att5410v1:
1bac2ebb 7139
1bac2ebb 7140att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
45fd9aa5
EZ
7141 :co#132:ws#132:\
7142 :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att4410:
1bac2ebb 7143
1bac2ebb 7144# 5410 in terms of a vt100
754b75d2
DL
7145# (v5410: added <rmam>/<smam> based on init string -- esr)
7146v5410|att5410 in terms of a vt100:\
1bac2ebb
DL
7147 :am:mi:ms:xo:\
7148 :co#80:it#8:li#24:vt#3:\
754b75d2
DL
7149 :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:RA=\E[?7l:\
7150 :SA=\E[?7h:\
1bac2ebb
DL
7151 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7152 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
7153 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
754b75d2
DL
7154 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
7155 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
7156 :k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:\
7157 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7158 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
70dc89d1 7159 :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
45fd9aa5 7160 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
1bac2ebb
DL
7161 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
7162 :ue=\E[m:up=\E[A:us=\E[4m:
7163
177c0ea7 7164#
1bac2ebb
DL
7165# Teletype Model 5420 -- A souped up 5410, with multiple windows,
7166# even! the 5420 has three modes: scroll, window or page mode
7167# this terminfo should work in scroll or window mode, but doesn't
7168# take advantage of any of the differences between them.
7169#
7170# Has memory below (2 lines!)
7171# 3 pages of memory (plus some spare)
754b75d2
DL
7172# The 5410 sequences for :cm:, :vs:, :DC:, :DL:, :ec:, :vb:, :ho:,
7173# <hpa>, :st: would work for these, but these work in both scroll and window
7174# mode... Unset insert character so insert mode works
7175# :i1: sets 80 column mode,
7176# :is: escape sequence:
1bac2ebb
DL
7177# 1) turn off all fonts
7178# 2) function keys off, keyboard lock off, control display off,
7179# insert mode off, erasure mode off,
7180# 3) full duplex, monitor mode off, send graphics off, nl on lf off
7181# 4) reset origin mode
7182# 5) set line wraparound
7183# 6) exit erasure mode, positional attribute mode, and erasure extent mode
7184# 7) clear margins
7185# 8) program ENTER to transmit ^J,
7186# We use \212 to program the ^J because a bare ^J will get translated by
7187# UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
7188# 1 2 3 4 5 6 7 8
754b75d2 7189# :i3: set screen color to black,
1bac2ebb
DL
7190# No representation in terminfo for the delete word key: kdw1=\Ed
7191# Key capabilities assume the power-up send sequence...
177c0ea7 7192# This :te: is not strictly necessary, but it helps maximize
754b75d2
DL
7193# memory usefulness: :te=\Ez:,
7194# Alternate sgr0: :me=\E[m\EW^O:,
7195# 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%;:,
1bac2ebb
DL
7196# smkx programs the SYS PF keys to send a set sequence.
7197# It also sets up labels f1, f2, ..., f8, and sends edit keys.
754b75d2 7198# This string causes them to send the strings :k1:-:k8:
1bac2ebb 7199# when pressed in SYS PF mode.
754b75d2 7200# (att4415: I added <rmam>/<smam> based on the init string -- esr)
45fd9aa5 7201# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2 7202att4415|tty5420|att5420|AT&T 4415/5420 80 cols:\
45fd9aa5
EZ
7203 :bs:db:mi:xo:\
7204 :Nl#8:lh#2:lm#78:lw#8:ws#55:\
70dc89d1 7205 :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:CM=\E[%i%d;%dt:\
754b75d2
DL
7206 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
7207 :LO=\E~:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dE:SR=\E[%dF:\
45fd9aa5
EZ
7208 :UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:cl=\E[x\E[J:\
7209 :cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:ec=\E[%ds\E[%dD:\
7210 :ei=\E[4l:ho=\E[x:i1=\E[?3l:i2=\E[?5l:ic@:im=\E[4h:\
754b75d2
DL
7211 :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:\
7212 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
45fd9aa5
EZ
7213 :k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:\
7214 :kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:kR=\E[S:\
7215 :ke=\E[19;0j\E[21;1j\212:ks=\E[19;1j\E[21;4j\Eent:\
7216 :l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:\
7217 :me=\E[m\017:mp=\EV:pf=\E[?9i:po=\E[?4i:ps=\E[?2i:st=\EH:\
7218 :ts=\E7\E[25;%+^HH:vb=\E[?5h\E[?5l:ve=\E[11;0j:\
7219 :vs=\E[11;1j:tc=att4410:
754b75d2
DL
7220
7221att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols:\
45fd9aa5
EZ
7222 :co#132:lm#54:ws#97:\
7223 :i1=\E[?3h:tc=att4415:
1bac2ebb 7224
754b75d2 7225att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv:\
45fd9aa5 7226 :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
1bac2ebb 7227
754b75d2 7228att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv:\
45fd9aa5
EZ
7229 :co#132:lm#54:ws#97:\
7230 :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
1bac2ebb
DL
7231
7232# Note that this mode permits programming USER PF KEYS and labels
7233# However, when you program user pf labels you have to reselect
177c0ea7 7234# user pf keys to make them appear!
754b75d2 7235att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
45fd9aa5 7236 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
70dc89d1 7237 :..pn=\E[%p1%d;0;0;1q%p2%\:-16.16s:\
1bac2ebb
DL
7238 :..px=\E[%p1%d;%p2%l%02d;0;1q F%p1%d %p2%s:
7239
754b75d2 7240att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
45fd9aa5 7241 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
1bac2ebb
DL
7242
7243att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
45fd9aa5 7244 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
1bac2ebb
DL
7245
7246att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
45fd9aa5 7247 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
1bac2ebb
DL
7248
7249att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
45fd9aa5
EZ
7250 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:\
7251 :tc=att4415-w-rv:
1bac2ebb 7252
45fd9aa5
EZ
7253# (untranslatable capabilities removed to fit entry within 1023 bytes)
7254# (sgr removed to fit entry within 1023 bytes)
7255# (acsc removed to fit entry within 1023 bytes)
7256# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7257att5420_2|AT&T 5420 model 2 80 cols:\
1bac2ebb 7258 :am:db:hs:mi:ms:xo:\
45fd9aa5
EZ
7259 :co#80:it#8:li#24:lm#78:ws#55:\
7260 :AL=\E[%dL:CM=\E[%i%d;%dt:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
7261 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7262 :al=\E[L:as=^N:bt=\E[1Z:cd=\E[0J:ce=\E[0K:cl=\EH\EJ:\
7263 :cm=\E[%i%d;%dH:cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
7264 :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
1bac2ebb
DL
7265 :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:\
7266 :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
45fd9aa5
EZ
7267 :k6=\EOh:k7=\EOi:k8=\EOj:kD=\E[P:kH=\Eu:kI=\E[4h:kN=\E[U:\
7268 :kP=\E[V:kb=^H:kd=\E[B:ke=\E[19;0j:kh=\E[H:kl=\E[D:kr=\E[C:\
7269 :ks=\E[19;1j:ku=\E[A:le=^H:ll=\Ew:mb=\E[5m:me=\E[m\017:\
7270 :mh=\E[2m:mr=\E[7m:nd=\E[1C:nw=^M^J:rc=\E8:\
7271 :rs=\Ec\E[?3l\E[2;0y:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
7272 :st=\EH:ta=^I:ts=\E7\E[25;%+^HH:ue=\E[m:us=\E[4m:\
7273 :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
1bac2ebb 7274att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
45fd9aa5 7275 :co#132:\
70dc89d1 7276 :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:\
45fd9aa5 7277 :tc=att5420_2:
1bac2ebb 7278
754b75d2 7279att4418|att5418|AT&T 5418 80 cols:\
1bac2ebb
DL
7280 :am:xo:\
7281 :co#80:li#24:\
754b75d2
DL
7282 :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[n:\
7283 :F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:F9=\E[L:FA=\E[E:\
7284 :FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:IC=\E[%d@:LE=\E[%dD:\
7285 :RI=\E[%dC:UP=\E[%dA:\
7286 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7287 :ae=^O:al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
7288 :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7289 :i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:k1=\E[h:k2=\E[i:\
45fd9aa5 7290 :k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:k9=\E[w:k;=\E[m:kC=\E[%%%:\
754b75d2
DL
7291 :kd=\EU:kh=\Ec:kl=\E@:kr=\EA:ku=\ES:le=\E[D:mb=\E[5m:\
7292 :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
7293 :se=\E[m:sf=^J:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
7294att4418-w|att5418-w|AT&T 5418 132 cols:\
45fd9aa5
EZ
7295 :co#132:\
7296 :i1=\E[?3h:tc=att5418:
1bac2ebb 7297
754b75d2
DL
7298att4420|tty4420|teletype 4420:\
7299 :bs:da:db:eo:ms:ul:xo:\
1bac2ebb 7300 :co#80:li#24:lm#72:\
754b75d2 7301 :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :cr=\EG:\
45fd9aa5
EZ
7302 :dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:k3=\E@:kA=\EL:\
7303 :kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:kL=\EM:kR=\ET:kd=\EB:\
7304 :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
7305 :l3=cursor tab:le=\ED:nd=\EC:se=\E~:sf=\EH\EM\EY7\s:\
7306 :so=\E}:ue=\EZ:up=\EA:us=\E\\:
754b75d2
DL
7307
7308# The following is a terminfo entry for the Teletype 4424
1bac2ebb 7309# asynchronous keyboard-display terminal. It supports
754b75d2 7310# the vi editor. The terminal must be set up as follows,
177c0ea7 7311#
1bac2ebb
DL
7312# HIGHLIGHT DEFINITION 3-TONE
7313# DISPLAY FUNCTION GROUP III
177c0ea7 7314#
1bac2ebb
DL
7315# The second entry below provides limited (a la adm3a)
7316# operation under GROUP II.
177c0ea7 7317#
1bac2ebb
DL
7318# This must be used with DISPLAY FUNCTION GROUP I or III
7319# and HIGHLIGHT DEFINITION 3-TONE
7320# The terminal has either bold or blink, depending on options
7321#
754b75d2
DL
7322# (att4424: commented out :ti:=\E[1m, we don't need bright locked on -- esr)
7323att4424|tty4424|teletype 4424:\
7324 :am:bs:xo:\
1bac2ebb
DL
7325 :co#80:li#24:\
7326 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
754b75d2
DL
7327 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
7328 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7329 :ae=\E(B:al=\EL:as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:\
7330 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:\
70dc89d1 7331 :dc=\EP:dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\
754b75d2
DL
7332 :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kC=\EJ:\
7333 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E3:\
7334 :md=\E3:me=\EX\E~\EZ\E4\E(B:mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
1bac2ebb 7335 :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
754b75d2 7336 :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ue=\EZ:up=\EA:\
70dc89d1 7337 :us=\E\\:
1bac2ebb
DL
7338
7339att4424-1|tty4424-1|teletype 4424 in display function group I:\
45fd9aa5 7340 :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
754b75d2
DL
7341
7342# This entry is not one of AT&T's official ones, it was translated from the
7343# 4.4BSD termcap file. The highlight strings are different from att4424.
7344# I have no idea why this is -- older firmware version, maybe?
7345# The following two lines are the comment originally attached to the entry:
7346# This entry appears to avoid the top line - I have no idea why.
7347# From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
7348att4424m|tty4424m|teletype 4424M:\
7349 :am:da:db:mi:\
7350 :co#80:it#8:li#23:\
7351 :al=\EL:bl=^G:ce=\E[K:cl=\E[2;H\E[J:cm=\E[%i%2;%2H\E[B:\
70dc89d1 7352 :cr=^M:dc=\EP:dl=\EM:do=^J:ei=:ic=\E^:im=:ip=2:\
754b75d2
DL
7353 :is=\E[m\E[2;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:\
7354 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
7355 :nd=\E[C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:sr=\ET:ta=^I:\
7356 :ue=\E[m:up=\E[A:us=\E[4m:
1bac2ebb 7357
177c0ea7
JB
7358# The Teletype 5425 is really version 2 of the Teletype 5420. It
7359# is quite similar, except for some minor differences. No page
7360# mode, for example, so all of the :cm: sequences used above have
7361# to change back to what's being used for the 5410. Many of the
1bac2ebb 7362# option settings have changed their numbering as well.
177c0ea7 7363#
1bac2ebb
DL
7364# This has been tested on a preliminary model.
7365#
754b75d2 7366# (att5425: added <rmam>/<smam> based on the init string -- esr)
45fd9aa5
EZ
7367# (untranslatable capabilities removed to fit entry within 1023 bytes)
7368# (sgr removed to fit entry within 1023 bytes)
7369# (acsc removed to fit entry within 1023 bytes)
7370# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb
DL
7371att5425|tty5425|att4425|AT&T 4425/5425:\
7372 :am:da:db:hs:mi:ms:xn:xo:\
45fd9aa5
EZ
7373 :co#80:it#8:li#24:lm#78:ws#55:\
7374 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7375 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7376 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7377 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
7378 :dl=\E[M:do=^J:ec=\E[%ds\E[%dD:ei=\E[4l:fs=\E8:ho=\E[H:\
7379 :i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
754b75d2
DL
7380 :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:\
7381 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
45fd9aa5 7382 :k8=\EOj:kD=\E[P:kI=\E[4h:kb=^H:kd=\E[B:\
754b75d2
DL
7383 :ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:kr=\E[C:\
7384 :ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:ll=\E[24H:\
45fd9aa5
EZ
7385 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:\
7386 :nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
7387 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
70dc89d1
RS
7388 :ts=\E7\E[25;%+^HH:ue=\E[m:up=\E[A:us=\E[4m:\
7389 :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
1bac2ebb
DL
7390
7391att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
45fd9aa5 7392 :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
1bac2ebb
DL
7393
7394att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
45fd9aa5
EZ
7395 :co#132:lm#54:ws#97:\
7396 :i1=\E[?3h:tc=tty5425:
1bac2ebb 7397
177c0ea7 7398# (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:.
754b75d2 7399# I also added <rmam>/<smam> -- esr)
1bac2ebb
DL
7400att4426|tty4426|teletype 4426S:\
7401 :am:da:db:xo:\
7402 :co#80:li#24:lm#48:\
7403 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
754b75d2
DL
7404 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
7405 :SR=\E[%dT:UP=\E[%dA:\
7406 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7407 :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:ch=\E[%dG:\
7408 :cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:cm=\E[%i%d;%dH:cr=^M:\
7409 :ct=\E[3g:cv=\E[%dd:dc=\EP:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
70dc89d1
RS
7410 :i1=\Ec\E[?7h:ic=\E^:im=:is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:\
7411 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:\
7412 :kC=\E[2J:kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\
7413 :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[m\E(B:mr=\E[7m:\
7414 :nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
7415 :se=\E[m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:ue=\E[m:up=\EA:\
7416 :us=\E[4m:
1bac2ebb
DL
7417
7418# Terminfo entry for the AT&T 510 A Personal Terminal
177c0ea7 7419# Function keys 9 - 16 are available only after the
1bac2ebb
DL
7420# screen labeled (soft keys/action blocks) are labeled. Function key
7421# 9 corresponds to the leftmost touch target on the screen,
7422# function key 16 corresponds to the rightmost.
7423#
7424# This entry is based on one done by Ernie Rice at Summit, NJ and
7425# changed by Anne Gallup, Skokie, IL, ttrdc!anne
45fd9aa5 7426# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2 7427att510a|bct510a|AT&T 510A Personal Terminal:\
1bac2ebb
DL
7428 :am:mi:ms:xn:xo:\
7429 :Nl#8:co#80:lh#2:li#24:lw#7:\
754b75d2
DL
7430 :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
7431 :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:LE=\E[%dD:\
7432 :RI=\E[%dC:UP=\E[%dA:\
45fd9aa5 7433 :ac=+g,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~:\
1bac2ebb
DL
7434 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
7435 :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
7436 :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
7437 :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
754b75d2
DL
7438 :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:\
7439 :k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|:\
7440 :kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:mb=\E[5m:\
7441 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
45fd9aa5
EZ
7442 :pf=\E[?8i:po=\E[?4i:ps=\E[0i:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
7443 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
7444 :ve=\E[11;3|:vi=\E[11;0|:vs=\E[11;2|:
1bac2ebb
DL
7445
7446# Terminfo entry for the AT&T 510 D Personal Terminal
7447# Function keys 9 through 16 are accessed by bringing up the
7448# system blocks.
7449# Function key 9 corresponds to the leftmost touch target on the screen,
7450# function key 16 corresponds to the rightmost.
7451#
177c0ea7 7452# There are problems with soft key labeling. These are due to
1bac2ebb 7453# strangenesses in the native terminal that are impossible to
177c0ea7 7454# describe in a terminfo.
45fd9aa5
EZ
7455# (untranslatable capabilities removed to fit entry within 1023 bytes)
7456# (sgr removed to fit entry within 1023 bytes)
7457# (acsc removed to fit entry within 1023 bytes)
7458# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7459att510d|bct510d|AT&T 510D Personal Terminal:\
1bac2ebb 7460 :am:da:db:mi:ms:xn:xo:\
45fd9aa5
EZ
7461 :co#80:li#24:lm#48:\
7462 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7463 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
7464 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[H\E[J:\
7465 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[1B:\
7466 :ei=\E[4l:ff=^L:ho=\E[H:i1=\E(B\E)1\E[5;0|:\
754b75d2 7467 :i2=\E[21;1|\212:im=\E[4h:k1=\EOm:k2=\EOV:k3=\EOu:k4=\ENj:\
45fd9aa5
EZ
7468 :k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:kb=^H:kd=\E[B:\
7469 :ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:\
7470 :ll=\E#2:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
7471 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\E[5;0|:sc=\E7:se=\E[m:\
7472 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
7473 :us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
754b75d2
DL
7474
7475# (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
45fd9aa5
EZ
7476# (untranslatable capabilities removed to fit entry within 1023 bytes)
7477# (sgr removed to fit entry within 1023 bytes)
7478# (acsc removed to fit entry within 1023 bytes)
7479# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7480att500|att513|AT&T 513 using page mode:\
45fd9aa5
EZ
7481 :am:mi:ms:xn:xo:\
7482 :co#80:li#24:\
7483 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7484 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7485 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7486 :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dc=\E[P:\
7487 :dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1bac2ebb 7488 :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
754b75d2 7489 :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
45fd9aa5
EZ
7490 :k7=\EOi:k8=\EOj:kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:\
7491 :kd=\E[B:ke=\E[19;0|\E[21;1|\212:kh=\E[H:kl=\E[D:kr=\E[C:\
754b75d2 7492 :ks=\E[19;1|\E[21;4|\Eent:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
45fd9aa5
EZ
7493 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
7494 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
7495 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;0|:vs=\E[11;1|:
1bac2ebb
DL
7496
7497# 01-07-88
7498# printer must be set to EMUL ANSI to accept ESC codes
754b75d2
DL
7499# :up: stops at top margin
7500# :i1: sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
1bac2ebb 7501# and alt font ascii,wrap on,tabs cleared
754b75d2
DL
7502# :is: disables newline on LF,Emphasized off
7503# The <u0> capability sets form length
45fd9aa5 7504# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2 7505att5310|att5320|AT&T Model 53210 or 5320 matrix printer:\
70dc89d1
RS
7506 :YA:YD:\
7507 :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:li#66:\
45fd9aa5
EZ
7508 :DO=\E[%de:RI=\E[%da:ZM=\E[5m:ZU=\E[m:Zl=\E[;%dr:\
7509 :Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:ch=\E[%d`:cr=^M:\
7510 :cv=\E[%dd:do=^J:ff=^L:i1=\Ec:is=\E[20l\r:nd=\s:ta=^I:\
7511 :u0=\E[%dt:up=\EM:
754b75d2
DL
7512
7513# Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
7514# The following SET-UP modes are assumed for normal operation:
7515# CR_DEF=CR NL_DEF=INDEX DUPLEX=FULL
7516# Other SET-UP modes may be set for operator convenience or communication
7517# requirements. This termcap description is for the Resident Terminal Mode.
7518# No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7519# The BRL entry also said: UNSAFE :ll=\E[70H:
7520att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs:\
7521 :am:xo:\
7522 :co#88:it#8:li#70:vt#3:\
7523 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
7524 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7525 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
7526 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
7527 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:r1=\Ec:\
7528 :rc=\E8:sc=\E7:sf=^J:sr=\E[T:ta=^I:up=\E[A:
1bac2ebb
DL
7529
7530# 5620 terminfo (2.0 or later ROMS with char attributes)
754b75d2
DL
7531# The following SET-UP modes are assumed for normal operation:
7532# DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR
7533# Other SET-UP modes may be set for operator convenience or communication
7534# requirements. This termcap description is for Resident Terminal Mode. No
7535# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7536# assumptions: :sf: (scroll forward one line) is only done at screen bottom
7537# Be aware that older versions of the dmd have a firmware bug that affects
7538# parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
7539# :ms: is from an otherwise inferior BRL for this terminal. That entry
7540# also has :ll:=\E[70H commented out and marked unsafe.
7541# For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
1bac2ebb 7542att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
754b75d2 7543 :NL:NP:am:bs:ms:xo:\
1bac2ebb
DL
7544 :co#88:it#8:li#70:\
7545 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
7546 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
754b75d2
DL
7547 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7548 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
7549 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[2m:me=\E[0m:mh=\E[2m:\
7550 :mr=\E[7m:nd=\E[C:nw=^J:..px=\E[%p1%d;%p2%l%dq%p2%s:\
7551 :r1=\Ec:rc=\E8:sc=\E7:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:\
7552 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
7553att5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
45fd9aa5 7554 :li#24:tc=att5620:
754b75d2 7555att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
45fd9aa5 7556 :li#34:tc=att5620:
754b75d2
DL
7557# 5620 layer running the "S" system's downloaded graphics handler:
7558att5620-s|tty5620-s|layer|vitty|5620 S layer:\
7559 :am:bs:pt:\
7560 :co#80:it#8:li#72:\
7561 :al=\EI:bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dl=\ED:\
7562 :do=^J:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
7563 :kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:vb=\E^G:
1bac2ebb 7564
754b75d2 7565# Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
1bac2ebb 7566#
754b75d2 7567# Entries for <kf29> thru <kf46> refer to the alternate keypad mode
1bac2ebb 7568# keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
45fd9aa5
EZ
7569# (untranslatable capabilities removed to fit entry within 1023 bytes)
7570# (sgr removed to fit entry within 1023 bytes)
7571# (acsc removed to fit entry within 1023 bytes)
7572# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7573att605|AT&T 605 80 column 102key keyboard:\
1bac2ebb 7574 :am:eo:xo:\
45fd9aa5
EZ
7575 :co#80:li#24:ws#80:\
7576 :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:ae=^O:al=\E[L:as=\E)0\016:\
7577 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7578 :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
1bac2ebb 7579 :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
754b75d2 7580 :is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
45fd9aa5
EZ
7581 :k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:\
7582 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
7583 :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
7584 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:\
7585 :se=\E[m:sf=^J:so=\E[7m:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:\
7586 :up=\E[A:us=\E[4m:
754b75d2 7587att605-pc|ATT 605 in pc term mode:\
45fd9aa5
EZ
7588 :@7=\E[F:S4=250\E[?11l\E[50;1|:S5=400\E[50;0|:XF=g:XN=e:\
7589 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
7590 :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
7591 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
7592 :k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:kI=\E[@:kL=\E[M:\
7593 :kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
7594 :le=\E[D:nd=\E[C:up=\E[A:tc=att605:
754b75d2 7595att605-w|AT&T 605-w 132 column 102 key keyboard:\
45fd9aa5 7596 :co#132:ws#132:\
70dc89d1 7597 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:\
45fd9aa5 7598 :tc=att605:
754b75d2
DL
7599# (att610: I added <rmam>/<smam> based on the init string. I also
7600# added :SF: and :SR: because the BSD file says the att615s have them,
7601# and the 615 is like a 610 with a big keyboard, and most of their other
7602# smart terminals support the same sequence -- esr)
45fd9aa5
EZ
7603# (untranslatable capabilities removed to fit entry within 1023 bytes)
7604# (sgr removed to fit entry within 1023 bytes)
7605# (acsc removed to fit entry within 1023 bytes)
7606# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7607att610|AT&T 610; 80 column; 98key keyboard:\
1bac2ebb 7608 :am:es:hs:mi:ms:xn:xo:\
45fd9aa5
EZ
7609 :co#80:it#8:li#24:ws#80:\
7610 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7611 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
7612 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7613 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
7614 :do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
1bac2ebb 7615 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
754b75d2 7616 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
45fd9aa5
EZ
7617 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
7618 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7619 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7620 :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
7621 :sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:us=\E[4m:\
1bac2ebb
DL
7622 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7623 :vs=\E[?12;25h:
754b75d2 7624att610-w|AT&T 610; 132 column; 98key keyboard:\
45fd9aa5 7625 :co#132:ws#132:\
70dc89d1 7626 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
45fd9aa5 7627 :tc=att610:
1bac2ebb 7628
754b75d2 7629att610-103k|AT&T 610; 80 column; 103key keyboard:\
45fd9aa5
EZ
7630 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
7631 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
7632 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
7633 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
7634 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
7635 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
7636 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
7637 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:k9@:k;@:kD=\ENf:\
7638 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att610:
754b75d2 7639att610-103k-w|AT&T 610; 132 column; 103key keyboard:\
45fd9aa5 7640 :co#132:ws#132:\
70dc89d1 7641 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
45fd9aa5 7642 :tc=att610-103k:
754b75d2 7643att615|AT&T 615; 80 column; 98key keyboard:\
45fd9aa5
EZ
7644 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
7645 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
7646 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
7647 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
7648 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
754b75d2 7649att615-w|AT&T 615; 132 column; 98key keyboard:\
45fd9aa5
EZ
7650 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
7651 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
7652 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
7653 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
7654 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
7655 :tc=att610-w:
754b75d2 7656att615-103k|AT&T 615; 80 column; 103key keyboard:\
45fd9aa5 7657 :#4=\E[ A:%i=\E[ @:tc=att610-103k:
754b75d2 7658att615-103k-w|AT&T 615; 132 column; 103key keyboard:\
45fd9aa5 7659 :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
754b75d2
DL
7660# (att620: I added <rmam>/<smam> based on the init string and
7661# :SR:/:SF: from a BSD termcap -- esr)
45fd9aa5
EZ
7662# (untranslatable capabilities removed to fit entry within 1023 bytes)
7663# (sgr removed to fit entry within 1023 bytes)
7664# (acsc removed to fit entry within 1023 bytes)
7665# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7666att620|AT&T 620; 80 column; 98key keyboard:\
1bac2ebb 7667 :am:es:hs:mi:ms:xn:xo:\
45fd9aa5
EZ
7668 :co#80:it#8:li#24:ws#80:\
7669 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7670 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7671 :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cd=\E[J:\
7672 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7673 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
70dc89d1
RS
7674 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
7675 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
45fd9aa5
EZ
7676 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
7677 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7678 :mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:mh=\E[2m:mr=\E[7m:\
7679 :nd=\E[C:nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:\
7680 :so=\E[7m:sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:\
7681 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
70dc89d1
RS
7682 :vs=\E[?12;25h:
7683att620-w|AT&T 620; 132 column; 98key keyboard:\
45fd9aa5 7684 :co#132:ws#132:\
70dc89d1 7685 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
45fd9aa5 7686 :tc=att620:
70dc89d1 7687att620-103k|AT&T 620; 80 column; 103key keyboard:\
45fd9aa5
EZ
7688 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
7689 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
7690 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
7691 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
7692 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
7693 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
7694 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
7695 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:\
7696 :F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:\
7697 :FQ@:FR@:FS@:FT@:FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:\
7698 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
754b75d2
DL
7699
7700att620-103k-w|AT&T 620; 132 column; 103key keyboard:\
45fd9aa5 7701 :co#132:ws#132:\
70dc89d1 7702 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
45fd9aa5 7703 :tc=att620-103k:
1bac2ebb 7704
754b75d2
DL
7705# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
7706# The following SETUP modes are assumed for normal operation:
7707# Local_Echo=Off Gen_Flow=On Return=CR Received_Newline=LF
7708# Font_Size=Large Non-Layers_Window_Cols=80
7709# Non-Layers_Window_Rows=60
7710# Other SETUP modes may be set for operator convenience or communication
7711# requirements. Some capabilities assume a printer attached to the Aux EIA
7712# port. This termcap description is for the Fixed Non-Layers Window. No
7713# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7714# (att630: added :ic:, :mb: and :mh: from a BSD termcap file -- esr)
7715att630|AT&T 630 windowing terminal:\
7716 :NP:am:bs:da:db:mi:ms:xo:\
1bac2ebb 7717 :co#80:it#8:li#60:lm#0:\
754b75d2
DL
7718 :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\ENq:\
7719 :F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:F7=\ENw:F8=\ENx:\
7720 :F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:FD=\EN}:FE=\EN~:IC=\E[%d@:\
7721 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7722 :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
7723 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
7724 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:\
7725 :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:\
7726 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
7727 :me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:\
70dc89d1 7728 :po=\E[?5i:..px=\E[%p1%d;%p2%l%dq%p2%s:rc=\E8:rs=\Ec:\
1bac2ebb
DL
7729 :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
7730 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
7731 :up=\E[A:us=\E[4m:
1bac2ebb 7732att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
45fd9aa5 7733 :li#24:tc=att630:
754b75d2
DL
7734
7735# This is the att700 entry for 700 native emulation of the AT&T 700
7736# terminal. Comments are relative to changes from the 605V2 entry and
7737# att730 on which the entry is based. Comments show the terminfo
7738# capability name, termcap name, and description.
7739#
7740# Here is what's going onm in the init string:
7741# ESC [ 50;4| set 700 native mode (really is 605)
7742# x ESC [ 56;ps| set lines to 24: ps=0; 40: ps=1 (plus status line)
7743# ESC [ 53;0| set GenFlow to Xon/Xoff
177c0ea7 7744# ESC [ 8 ;0| set CR on NL
754b75d2 7745# x ESC [ ? 3 l/h set workspace: 80 col(l); 132 col(h)
177c0ea7 7746# ESC [ ? 4 l jump scroll
754b75d2
DL
7747# ESC [ ? 5 l/h video: normal (l); reverse (h)
7748# ESC [ ?13 l Labels on
7749# ESC [ ?15 l parity check = no
7750# ESC [ 13 l monitor mode off
7751# ESC [ 20 l LF on NL (not CRLF on NL)
7752# ESC [ ? 7 h autowrap on
7753# ESC [ 12 h local echo off
7754# ESC ( B GO = ASCII
7755# ESC ) 0 G1 = Special Char & Line Drawing
7756# ESC [ ? 31 l Set 7 bit controls
7757#
7758# Note: Most terminals, especially the 600 family use Reverse Video for
7759# standout mode. DEC also uses reverse video. The VT100 uses bold in addition
7760# Assume we should stay with reverse video for 70.. However, the 605V2 exits
7761# standout mode with \E[m (all normal attributes). The 730 entry simply
7762# exits reverse video which would leave other current attributes intact. It
7763# was assumed the 730 entry to be more correct so rmso has changed. The
7764# 605V2 has no sequences to turn individual attributes off, thus its setting
7765# and the rmso/smso settings from the 730.
7766#
7767# Note: For the same reason as above in rmso I changed exit under-score mode
177c0ea7 7768# to specifically turn off underscore, rather than return to all normal
754b75d2
DL
7769# attributes
7770#
7771# Note: The following pkey_xmit is taken from the 605V2 which contained the
7772# capability as pfxl. It was changed here to pfx since pfxl
7773# will only compile successfully with Unix 4.0 tic. Also note that pfx only
7774# allows strings to be parameters and label values must be programmed as
7775# constant strings. Supposedly the pfxl of Version 4.0 allows both labels
7776# and strings to be parameters. The 605V2 pfx entry should be examined later
7777# in this regard. For reference the 730 pfxl entry is shown here for comparison
7778# 730 pfx entry:
7779# pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
7780# SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
7781#
7782# (for 4.0 tic)
7783# pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
7784#
7785# (for <4.0 tic)
7786# pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
7787#
7788# From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
7789#
7790# Port1 Interface
7791#
7792# modular 10 pin Connector
7793# Left side Right side
7794# Pin 1 2 3 4 5 6 7 8 9 10
7795#
7796# Key (notch) at bottom
7797#
7798# Pin 1 DSR
7799# 3 DCD
7800# 4 DTR
7801# 5 Sig Ground
7802# 6 RD
7803# 7 SD
7804# 8 CTS
7805# 9 RTS
7806# 10 Frame Ground
7807#
7808# The manual is 189 pages and is loaded with details about the escape codes,
7809# etc..... Available from AT&T CIC 800-432-6600...
7810# ask for Document number 999-300-660..
7811#
45fd9aa5
EZ
7812# (untranslatable capabilities removed to fit entry within 1023 bytes)
7813# (sgr removed to fit entry within 1023 bytes)
7814# (acsc removed to fit entry within 1023 bytes)
7815# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2
DL
7816att700|AT&T 700 24x80 column display w/102key keyboard:\
7817 :am:es:hs:mi:ms:xn:xo:\
45fd9aa5
EZ
7818 :co#80:it#8:li#24:ws#80:\
7819 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7820 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
7821 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7822 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
754b75d2
DL
7823 :fs=\E8:ho=\E[H:i2=\E(B\E)0:im=\E[4h:\
7824 :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:\
7825 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
45fd9aa5
EZ
7826 :k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:\
7827 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7828 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7829 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
7830 :st=\EH:ta=^I:ts=\E7\E[99;%i%dx:ue=\E[24m:up=\E[A:\
7831 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
754b75d2 7832 :vs=\E[?12;25h:
1bac2ebb
DL
7833
7834# This entry was modified 3/13/90 by JWE.
754b75d2
DL
7835# fixes include additions of <enacs>, correcting :rp:, and modification
7836# of <kHOM>. (See comments below)
7837# att730 has status line of 80 chars
7838# These were commented out: :SF=\E[%p1%dS:, :SR=\E[%p1%dT:,
7839# the <kf25> and up keys are used for shifted system Fkeys
177c0ea7 7840# NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
754b75d2 7841# currently the same as :kh: (unshifted HOME or \E[H). On the 102, 102+1
1bac2ebb 7842# and 122 key keyboards, the 730's translation is \E[2J. For consistency
754b75d2 7843# <kHOM> has been commented out. The user can uncomment <kHOM> if using the
1bac2ebb
DL
7844# 102, 102+1, or 122 key keyboards
7845# kHOM=\E[2J,
754b75d2 7846# (att730: I added <rmam>/<smam> based on the init string -- esr)
45fd9aa5
EZ
7847# (untranslatable capabilities removed to fit entry within 1023 bytes)
7848# (sgr removed to fit entry within 1023 bytes)
7849# (acsc removed to fit entry within 1023 bytes)
7850# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 7851att730|AT&T 730 windowing terminal:\
45fd9aa5
EZ
7852 :am:da:db:es:hs:mi:ms:xn:xo:\
7853 :co#80:it#8:li#60:lm#0:ws#80:\
7854 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7855 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
7856 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7857 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
7858 :ho=\E[H:\
1bac2ebb 7859 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
754b75d2 7860 :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
45fd9aa5
EZ
7861 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kI=\E[@:\
7862 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
7863 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7864 :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[27m:sf=\ED:\
7865 :so=\E[7m:sr=\EM:ta=^I:ts=\E7\E[;%i%dx:ue=\E[24m:up=\E[A:\
7866 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7867 :vs=\E[?12;25h:
1bac2ebb 7868att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
45fd9aa5 7869 :li#41:tc=att730:
1bac2ebb 7870att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
45fd9aa5 7871 :li#24:tc=att730:
1bac2ebb
DL
7872att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
7873 :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
45fd9aa5 7874 :vb=\E[?5l\E[?5h:tc=att730:
1bac2ebb 7875att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
45fd9aa5 7876 :li#41:tc=att730r:
1bac2ebb 7877att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
45fd9aa5 7878 :li#24:tc=att730r:
1bac2ebb 7879
1bac2ebb
DL
7880# The following represents the screen layout along with the associated
7881# bezel buttons for the 5430/pt505 terminal. The "kf" designations do
7882# not appear on the screen but are shown to reference the bezel buttons.
7883# The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
7884# position relative to the screen.
7885#
7886#
7887#
7888# +----------------------------------------------------------------+
7889# | |
7890# XXXX | kf0 kf24 | XXXX
7891# | |
7892# | |
7893# XXXX | kf1 kf23 | XXXX
7894# | |
7895# | |
7896# XXXX | kf2 kf22 | XXXX
7897# | |
7898# | |
7899# XXXX | kf3 kf21 | XXXX
7900# | |
7901# | |
7902# XXXX | kf4 kf20 | XXXX
7903# | |
7904# | |
7905# XXXX | kf5 kf19 | XXXX
7906# | |
7907# | |
7908# XXXX | kf6 kf18 | XXXX
7909# | |
7910# | |
7911# XXXX | | XXXX
7912# | |
7913# | |
7914# +----------------------------------------------------------------+
7915#
7916# XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
7917#
7918# Note: XXXX represents the screen buttons
7919# CMD REDRAW
7920#
7921# MAIL
7922#
177c0ea7 7923# version 1 note:
754b75d2
DL
7924# The character string sent by key 'kf26' may be user programmable
7925# to send either \E[16s, or \E[26s.
7926# The character string sent by key 'krfr' may be user programmable
7927# to send either \E[17s, or \E[27s.
7928#
7929# Depression of the "CMD" key sends \E! (kcmd)
7930# Depression of the "MAIL" key sends \E[26s (kf26)
7931# "REDRAW" same as "REFRESH" (krfr)
1bac2ebb
DL
7932#
7933# "kf" functions adds carriage return to output string if terminal is in
7934# 'new line' mode.
7935#
7936# The following are functions not covered in the table above:
7937#
7938# Set keyboard character (SKC): \EPn1;Pn2w
7939# Pn1= 0 Back Space key
7940# Pn1= 1 Break key
7941# Pn2= Program char (hex)
7942#
7943# Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
7944# Pn1= Window number (1-39)
7945# Pn2-Pn5= Y;X;Y;X coordinates
7946#
7947# Screen Selection (SSL): \E[Pnu
7948# Pn= Window number
7949#
7950# Set Terminal Modes (SM): \E[Pnh
7951# Pn= 3 Graphics mode
7952# Pn= > Cursor blink
7953# Pn= < Enter new line mode
7954# Pn= = Enter reverse insert/replace mode
7955# Pn= ? Enter no scroll mode
7956#
7957# Reset Terminal Mode (RM): \E[Pnl
7958# Pn= 3 Exit graphics mode
7959# Pn= > Exit cursor blink
7960# Pn= < Exit new line mode
7961# Pn= = Exit reverse insert/replace mode
7962# Pn= ? Exit no scroll mode
7963#
7964# Screen Status Report (SSR): \E[Pnp
7965# Pn= 0 Request current window number
7966# Pn= 1 Request current window dimensions
7967#
7968# Device Status Report (DSR): \E[6n Request cursor position
7969#
7970# Call Status Report (CSR): \E[Pnv
7971# Pn= 0 Call failed
7972# Pn= 1 Call successful
7973#
7974# Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
7975# Pn1= Button number to be loaded
7976# Pn2= Character count of "string"
7977# Pn3= Key mode being loaded:
7978# 0= Unshifted
7979# 1= Shifted
7980# 2= Control
7981# String= Text string (15 chars max)
7982#
7983# Screen Number Report (SNR): \E[Pnp
7984# Pn= Screen number
7985#
7986# Screen Dimension Report (SDR): \E[Pn1;Pn2r
7987# Pn1= Number of rows available in window
7988# Pn2= Number of columns available in window
7989#
7990# Cursor Position Report (CPR): \E[Pn1;Pn2R
754b75d2 7991# Pn1= "Y" Position of cursor
1bac2ebb
DL
7992# Pn2= "X" Position of cursor
7993#
7994# Request Answer Back (RAB): \E[c
7995#
7996# Answer Back Response (ABR): \E[?;*;30;VSV
7997# *= 0 No printer available
7998# *= 2 Printer available
7999# V= Software version number
8000# SV= Software sub version number
754b75d2 8001# (printer-available field not documented in v1)
1bac2ebb 8002#
754b75d2 8003# Screen Alignment Aid: \En
1bac2ebb
DL
8004#
8005# Bell (lower pitch): \E[x
8006#
8007# Dial Phone Number: \EPdstring\
8008# string= Phone number to be dialed
8009#
8010# Set Phone Labels: \EPpstring\
8011# string= Label for phone buttons
8012#
8013# Set Clock: \EPchour;minute;second\
8014#
8015# Position Clock: \EPsY;X\
8016# Y= "Y" coordinate
8017# X= "X" coordinate
8018#
8019# Delete Clock: \Epr\
8020#
8021# Programming The Function Buttons: \EPfPn;string\
8022# Pn= Button number (00-06, 18-24)
8023# (kf00-kf06, kf18-kf24)
8024# string= Text to sent on button depression
8025#
754b75d2
DL
8026# The following in version 2 only:
8027#
1bac2ebb
DL
8028# Request For Local Directory Data: \EPp12;\
8029#
8030# Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
8031#
8032# Request for Local Directory Data in print format: \EPp13;\
8033#
8034# Enable 'Prt on Line' mode: \022 (DC2)
8035#
8036# Disable 'Prt on Line' mode: \024 (DC4)
8037#
754b75d2
DL
8038
8039# 05-Aug-86:
8040# The following Terminfo entry describes functions which are supported by
8041# the AT&T 5430/pt505 terminal software version 2 and later.
1bac2ebb
DL
8042att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
8043 :am:xo:\
8044 :co#80:it#8:li#24:\
70dc89d1
RS
8045 :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
8046 :F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:FC=\E[22s:\
45fd9aa5 8047 :FD=\E[23s:FE=\E[24s:FG=\E[26s:LE=\E[%dD:RA=\E[11;1j:\
70dc89d1 8048 :RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
754b75d2 8049 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
45fd9aa5 8050 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E[2K:cd=\E[0J:\
754b75d2
DL
8051 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
8052 :do=\E[B:ei=\E[4l:ho=\E[H:\
70dc89d1 8053 :i1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
1bac2ebb
DL
8054 :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
8055 :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
754b75d2
DL
8056 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
8057 :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:sc=\E7:\
8058 :se=\E[m:sf=^J:so=\E[1m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
8059 :ve=\E[>l:vs=\E[>h:
1bac2ebb 8060
1bac2ebb
DL
8061# The following Terminfo entry describes functions which are supported by
8062# the AT&T 5430/pt505 terminal software version 1.
754b75d2 8063att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines:\
45fd9aa5
EZ
8064 :li#24:\
8065 :RA@:SA@:pf@:po@:rc@:sc@:tc=att505:
754b75d2 8066tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines:\
45fd9aa5
EZ
8067 :li#22:tc=att505:
8068#
8069#### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
8070# This cut mark helps make life less painful for people running ncurses tic
8071# on machines with relatively little RAM. The file can be broken in half here
8072# cleanly and compiled in sections -- no `use' references cross this cut
8073# going forward.
8074#
1bac2ebb
DL
8075
8076#### Ampex (Dialogue)
8077#
8078# Yes, these are the same people who are better-known for making audio- and
8079# videotape. I'm told they are located in Redwood City, CA.
754b75d2 8080#
1bac2ebb
DL
8081
8082# From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
754b75d2 8083# (ampex80: some capabilities merged in from SCO's entry -- esr)
1bac2ebb 8084ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
754b75d2
DL
8085 :am:bs:bw:ul:\
8086 :co#80:it#8:li#24:\
8087 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
8088 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ic=\EQ:im=:is=\EA:le=^H:\
8089 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
1bac2ebb
DL
8090# This entry was from somebody anonymous, Tue Aug 9 20:11:37 1983, who wrote:
8091ampex175|ampex d175:\
8092 :am:\
8093 :co#80:li#24:\
754b75d2
DL
8094 :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=^M:\
8095 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:is=\EX\EA\EF:\
8096 :kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
8097 :le=^H:ll=^^^K:nd=^L:se=\Ek:sf=^J:so=\Ej:te=\EF:ti=\EN:\
8098 :ue=\Em:up=^K:us=\El:
1bac2ebb
DL
8099# No backspace key in the main QWERTY cluster. Fortunately, it has a
8100# NEWLINE/PAGE key just above RETURN that sends a strange single-character
8101# code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
8102# mode), this key can be used as the erase key; I find I like this. Because
8103# some people and some systems may not, there is another termcap ("ampex175")
8104# that suppresses this little eccentricity by omitting the relevant capability.
8105ampex175-b|ampex d175 using left arrow for erase:\
45fd9aa5 8106 :kb=^_:tc=ampex175:
1bac2ebb 8107# From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
754b75d2 8108# (ampex210: removed obsolete ":kn#10:" -- esr)
1bac2ebb 8109ampex210|a210|ampex a210:\
754b75d2 8110 :am:bs:hs:xn:\
45fd9aa5 8111 :co#80:it#8:li#24:sg#1:\
754b75d2
DL
8112 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
8113 :dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:if=/usr/share/tabset/std:\
8114 :im=:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
8115 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
8116 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:kl=^H:\
45fd9aa5
EZ
8117 :kr=^L:ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\E.0\Eg\E}\Ef:up=^K:\
8118 :vb=\EU\EX\EU\EX\EU\EX\EU\EX:tc=adm+sgr:
754b75d2
DL
8119# (ampex219: I added <rmam>/<smam> based on the init string, added :vs:
8120# from ampex219w, added :ve:=\E[?3l, irresistibly suggested by :vs:,
8121# and moved the padding to be *after* the caps -- esr)
1bac2ebb
DL
8122ampex219|ampex-219|amp219|Ampex with Automargins:\
8123 :hs:xn:\
8124 :co#80:it#8:li#24:\
754b75d2
DL
8125 :RA=\E[?7l:SA=\E[?7h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
8126 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:\
8127 :do=\E[B:ho=\E[H:\
8128 :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=\E[21~:\
8129 :k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:k5=\E[11~:k6=\E[17~:\
8130 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kd=\E[B:ke=\E>:kh=\E[H:\
8131 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
8132 :me=\E[m:mh=\E[1m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
8133 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?3l:vs=\E[?3h:
1bac2ebb 8134ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
45fd9aa5
EZ
8135 :co#132:li#24:\
8136 :bl=^G:cr=^M:do=^J:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
8137 :sf=^J:tc=ampex219:
177c0ea7 8138# (ampex232: removed :if=/usr/share/tabset/ampex:, no file and no :st: --esr)
1bac2ebb
DL
8139ampex232|ampex-232|Ampex Model 232:\
8140 :am:\
45fd9aa5 8141 :co#80:li#24:sg#1:\
754b75d2
DL
8142 :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
8143 :dl=5*\ER:do=^V:ei=:ic=\EQ:im=:is=\Eg\El:k0=^A@\r:k1=^AA\r:\
8144 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
8145 :k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
45fd9aa5 8146 :mk@:nd=^L:ta=^I:up=^K:vb=\Eb\Ed:ve=\E.4:vi=\E.0:tc=adm+sgr:
177c0ea7 8147# (ampex: removed :if=/usr/share/tabset/amp-132:, no file and no :st: -- esr)
1bac2ebb 8148ampex232w|Ampex Model 232 / 132 columns:\
45fd9aa5
EZ
8149 :co#132:li#24:\
8150 :is=\E\034Eg\El:tc=ampex232:
1bac2ebb
DL
8151
8152#### Ann Arbor (aa)
8153#
754b75d2
DL
8154# Ann Arbor made dream terminals for hackers -- large screen sizes and huge
8155# numbers of function keys. At least some used monitors in portrait mode,
8156# allowing up to 76-character screen heights! They were reachable at:
8157#
8158# Ann Arbor Terminals
8159# 6175 Jackson Road
8160# Ann Arbor, MI 48103
8161# (313)-663-8000
8162#
8163# But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
8164# can't be found on the Web; I fear they're long dead. R.I.P.
8165#
8166
1bac2ebb
DL
8167
8168# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
8169# Highly modified 6/22 by Mike O'Brien.
8170# split out into several for the various screen sizes by dave-yost@rand
8171# Modifications made 3/82 by Mark Horton
8172# Modified by Tom Quarles at UCB for greater efficiency and more diversity
8173# status line moved to top of screen, :vb: removed 5/82
8174# Some unknown person at SCO then hacked the init strings to make them more
8175# efficient.
8176#
8177# assumes the following setup:
8178# A menu: 0000 1010 0001 0000
8179# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
8180# C menu: 56 66 0 0 9600 0110 1100
8181# D menu: 0110 1001 1 0
8182#
8183# Briefly, the settings are for the following modes:
8184# (values are for bit set/clear with * indicating our preference
8185# and the value used to test these termcaps)
754b75d2 8186# Note that many of these settings are irrelevent to the terminfo
1bac2ebb
DL
8187# and are just set to the default mode of the terminal as shipped
8188# by the factory.
8189#
8190# A menu: 0000 1010 0001 0000
8191# Block/underline cursor*
8192# blinking/nonblinking cursor*
8193# key click/no key click*
8194# bell/no bell at column 72*
8195#
8196# key pad is cursor control*/key pad is numeric
754b75d2 8197# return and line feed/return for :cr: key *
1bac2ebb
DL
8198# repeat after .5 sec*/no repeat
8199# repeat at 25/15 chars per sec. *
8200#
8201# hold data until pause pressed/process data unless pause pressed*
8202# slow scroll/no slow scroll*
8203# Hold in area/don't hold in area*
8204# functions keys have default*/function keys disabled on powerup
8205#
8206# show/don't show position of cursor during page transmit*
8207# unused
8208# unused
8209# unused
8210#
8211# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
8212# Baud rate (9600*)
8213#
8214# 2 bits of parity - 00=odd,01=even*,10=space,11=mark
8215# 1 stop bit*/2 stop bits
8216# parity error detection off*/on
8217#
8218# keyboard local/on line*
8219# half/full duplex*
8220# disable/do not disable keyboard after data transmission*
8221#
8222# transmit entire page/stop transmission at cursor*
8223# transfer/do not transfer protected characters*
8224# transmit all characters/transmit only selected characters*
8225# transmit all selected areas/transmit only 1 selected area*
8226#
754b75d2 8227# transmit/do not transmit line separators to host*
1bac2ebb
DL
8228# transmit/do not transmit page tab stops tabs to host*
8229# transmit/do not transmit column tab stop tabs to host*
8230# transmit/do not transmit graphics control (underline,inverse..)*
8231#
8232# enable*/disable auto XON/XOFF control
8233# require/do not require receipt of a DC1 from host after each LF*
8234# pause key acts as a meta key/pause key is pause*
8235# unused
8236#
8237# unused
8238# unused
8239# unused
8240# unused
8241#
8242# XON character (17*)
8243# XOFF character (19*)
8244#
8245# C menu: 56 66 0 0 9600 0110 1100
8246# number of lines to print data on (printer) (56*)
8247#
8248# number of lines on a sheet of paper (printer) (66*)
8249#
8250# left margin (printer) (0*)
8251#
8252# number of pad chars on new line to printer (0*)
8253#
8254# printer baud rate (9600*)
8255#
8256# printer parity: 00=odd,01=even*,10=space,11=mark
8257# printer stop bits: 2*/1
8258# print/do not print guarded areas*
8259#
8260# new line is: 01=LF,10=CR,11=CRLF*
8261# unused
8262# unused
8263#
8264# D menu: 0110 1001 1 0
8265# LF is newline/LF is down one line, same column*
754b75d2 8266# wrap to preceding line if move left from col 1*/don't wrap
1bac2ebb
DL
8267# wrap to next line if move right from col 80*/don't wrap
8268# backspace is/is not destructive*
8269#
8270# display*/ignore DEL character
8271# display will not/will scroll*
8272# page/column tab stops*
8273# erase everything*/erase unprotected only
8274#
8275# editing extent: 0=display,1=line*,2=field,3=area
8276#
8277# unused
8278#
8279
754b75d2
DL
8280annarbor4080|aa4080|ann arbor 4080:\
8281 :am:bs:\
1bac2ebb
DL
8282 :co#80:li#40:\
8283 :bl=^G:cl=\014:\
754b75d2
DL
8284 :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c:\
8285 :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:kr=^_:\
8286 :ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
8287
8288# Strange Ann Arbor terminal from BRL
8289aas1901|Ann Arbor K4080 w/S1901 mod:\
8290 :am:\
8291 :co#80:li#40:\
8292 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:kb=^H:kd=^J:kl=^H:le=^H:\
8293 :ll=^O\0c:nd=^_:nw=^M^J:sf=^J:ta=^I:up=^N:
1bac2ebb
DL
8294
8295# If you're using the GNU termcap library, add
754b75d2 8296# :cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
1bac2ebb
DL
8297# to these capabilities. This is the nonstandard GNU termcap scrolling
8298# capability, arguments are:
8299# 1. Total number of lines on the screen.
8300# 2. Number of lines above desired scroll region.
8301# 3. Number of lines below (outside of) desired scroll region.
8302# 4. Total number of lines on the screen, the same as the first parameter.
8303# The generic Ann Arbor entry is the only one that uses this.
45fd9aa5
EZ
8304# (untranslatable capabilities removed to fit entry within 1023 bytes)
8305# (sgr removed to fit entry within 1023 bytes)
8306# (acsc removed to fit entry within 1023 bytes)
8307# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1bac2ebb 8308aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
45fd9aa5 8309 :am:bs:km:mi:xo:\
1bac2ebb 8310 :co#80:it#8:\
45fd9aa5 8311 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
754b75d2 8312 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
45fd9aa5
EZ
8313 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
8314 :ct=\E[2g:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
8315 :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
8316 :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
8317 :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:kD=\E[P:kI=\E[@:kb=^H:\
8318 :kd=\E[B:\
70dc89d1 8319 :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
1bac2ebb 8320 :kh=\E[H:kl=\E[D:kr=\E[C:\
70dc89d1 8321 :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
45fd9aa5
EZ
8322 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mm=\E[>52h:\
8323 :mo=\E[>52l:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^K:\
8324 :so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1bac2ebb 8325
754b75d2 8326aaa+rv|ann arbor ambassador in reverse video:\
1bac2ebb
DL
8327 :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
8328 :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
8329 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
8330 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
8331# Ambassador with the DEC option, for partial vt100 compatibility.
754b75d2
DL
8332aaa+dec|ann arbor ambassador in dec vt100 mode:\
8333 :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}:\
1bac2ebb
DL
8334 :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
8335 :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
8336aaa-18|ann arbor ambassador/18 lines:\
45fd9aa5
EZ
8337 :li#18:\
8338 :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
8339 :ti=\E[18;0;0;18p:tc=aaa+unk:
1bac2ebb 8340aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
45fd9aa5 8341 :tc=aaa+rv:tc=aaa-18:
1bac2ebb 8342aaa-20|ann arbor ambassador/20 lines:\
45fd9aa5
EZ
8343 :li#20:\
8344 :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
8345 :ti=\E[20;0;0;20p:tc=aaa+unk:
1bac2ebb 8346aaa-22|ann arbor ambassador/22 lines:\
45fd9aa5
EZ
8347 :li#22:\
8348 :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
8349 :ti=\E[22;0;0;22p:tc=aaa+unk:
1bac2ebb 8350aaa-24|ann arbor ambassador/24 lines:\
45fd9aa5
EZ
8351 :li#24:\
8352 :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
8353 :ti=\E[24;0;0;24p:tc=aaa+unk:
1bac2ebb 8354aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
45fd9aa5 8355 :tc=aaa+rv:tc=aaa-24:
1bac2ebb 8356aaa-26|ann arbor ambassador/26 lines:\
45fd9aa5
EZ
8357 :li#26:\
8358 :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
8359 :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
1bac2ebb 8360aaa-28|ann arbor ambassador/28 lines:\
45fd9aa5
EZ
8361 :li#28:\
8362 :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
8363 :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
1bac2ebb 8364aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
45fd9aa5
EZ
8365 :es:hs:\
8366 :li#29:\
8367 :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
8368 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
1bac2ebb
DL
8369 :te=\E[60;1;0;30p\E[29;1H\E[K:\
8370 :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
45fd9aa5 8371 :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
754b75d2 8372aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video:\
45fd9aa5 8373 :tc=aaa+rv:tc=aaa-30-s:
754b75d2 8374aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context:\
1bac2ebb 8375 :te=\E[60;1;0;30p\E[59;1H\E[K:\
45fd9aa5 8376 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
754b75d2 8377aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video:\
1bac2ebb 8378 :te=\E[60;1;0;30p\E[59;1H\E[K:\
45fd9aa5 8379 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
1bac2ebb 8380aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
45fd9aa5
EZ
8381 :li#30:\
8382 :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
8383 :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
1bac2ebb 8384aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
45fd9aa5 8385 :tc=aaa+rv:tc=aaa-30:
1bac2ebb 8386aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
45fd9aa5
EZ
8387 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
8388 :tc=aaa-30:
754b75d2
DL
8389aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context:\
8390 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
45fd9aa5 8391 :tc=aaa+rv:tc=aaa-30:
1bac2ebb 8392aaa-36|ann arbor ambassador/36 lines:\
45fd9aa5
EZ
8393 :li#36:\
8394 :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
8395 :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
1bac2ebb 8396aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
45fd9aa5 8397 :tc=aaa+rv:tc=aaa-36:
1bac2ebb 8398aaa-40|ann arbor ambassador/40 lines:\
45fd9aa5
EZ
8399 :li#40:\
8400 :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
8401 :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
1bac2ebb 8402aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
45fd9aa5 8403 :tc=aaa+rv:tc=aaa-40:
1bac2ebb 8404aaa-48|ann arbor ambassador/48 lines:\
45fd9aa5
EZ
8405 :li#48:\
8406 :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
8407 :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
1bac2ebb 8408aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
45fd9aa5 8409 :tc=aaa+rv:tc=aaa-48:
754b75d2 8410aaa-60-s|ann arbor ambassador/59 lines+status:\
45fd9aa5
EZ
8411 :es:hs:\
8412 :li#59:\
8413 :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
8414 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
8415 :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
754b75d2 8416aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video:\
45fd9aa5 8417 :tc=aaa+rv:tc=aaa-60-s:
754b75d2 8418aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video:\
45fd9aa5 8419 :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
1bac2ebb 8420aaa-60|ann arbor ambassador/60 lines:\
45fd9aa5
EZ
8421 :li#60:\
8422 :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
1bac2ebb 8423aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
45fd9aa5 8424 :tc=aaa+rv:tc=aaa-60:
1bac2ebb 8425aaa-db|ann arbor ambassador 30/destructive backspace:\
45fd9aa5
EZ
8426 :bs@:\
8427 :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
1bac2ebb
DL
8428
8429guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
45fd9aa5
EZ
8430 :li#33:\
8431 :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
8432 :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:\
8433 :tc=aaa+unk:
1bac2ebb
DL
8434guru+rv|guru changes for reverse video:\
8435 :i2=\E[>59h:vb=\E[>59l\E[>59h:
8436guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
45fd9aa5 8437 :tc=guru+rv:tc=guru-33:
754b75d2 8438guru+s|guru status line:\
1bac2ebb
DL
8439 :es:hs:\
8440 :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
70dc89d1 8441 :te=\E[255;1p\E[255;1H\E[K:ti=:ts=\E[>51h\E[1;%dH\E[2K:
754b75d2 8442guru-nctxt|guru with no saved context:\
45fd9aa5 8443 :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
754b75d2 8444guru-s|guru-33-s|ann arbor guru/33 lines+status:\
45fd9aa5
EZ
8445 :li#32:\
8446 :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
8447 :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
754b75d2 8448guru-24|ann arbor guru 24 lines:\
45fd9aa5
EZ
8449 :co#80:li#24:\
8450 :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:\
8451 :tc=guru+unk:
754b75d2 8452guru-44|ann arbor guru 44 lines:\
45fd9aa5
EZ
8453 :co#97:li#44:\
8454 :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:\
8455 :tc=guru+unk:
754b75d2 8456guru-44-s|ann arbor guru/44 lines+status:\
45fd9aa5
EZ
8457 :li#43:\
8458 :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
8459 :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
1bac2ebb 8460guru-76|guru with 76 lines by 89 cols:\
45fd9aa5
EZ
8461 :co#89:li#76:\
8462 :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:\
8463 :tc=guru+unk:
754b75d2 8464guru-76-s|ann arbor guru/76 lines+status:\
45fd9aa5
EZ
8465 :co#89:li#75:\
8466 :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
8467 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
1bac2ebb 8468guru-76-lp|guru-lp|guru with page bigger than line printer:\
45fd9aa5
EZ
8469 :co#134:li#76:\
8470 :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:\
8471 :tc=guru+unk:
1bac2ebb 8472guru-76-w|guru 76 lines by 178 cols:\
45fd9aa5
EZ
8473 :co#178:li#76:\
8474 :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:\
8475 :tc=guru+unk:
754b75d2 8476guru-76-w-s|ann arbor guru/76 lines+status+wide:\
45fd9aa5
EZ
8477 :co#178:li#75:\
8478 :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
8479 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
1bac2ebb 8480guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
45fd9aa5
EZ
8481 :co#178:li#76:\
8482 :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:\
8483 :tc=guru+unk:
754b75d2 8484aaa-rv-unk|ann arbor unknown type:\
1bac2ebb 8485 :Nl#0:lh#0:lw#0:\
754b75d2 8486 :ho=\E[H:i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
1bac2ebb
DL
8487 :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
8488 :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
8489 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
8490
754b75d2
DL
8491#### Applied Digital Data Systems (adds)
8492#
8493# ADDS itself is long gone. ADDS was bought by NCR, and the same group made
8494# ADDS and NCR terminals. When AT&T and NCR merged, the engineering for
8495# terminals was merged again. Then AT&T sold the terminal business to
8496# SunRiver, which later changed its name to Boundless Technologies. The
8497# engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
8498# as of early 1995) are at:
8499#
8500# Boundless Technologies
8501# 100 Marcus Boulevard
8502# Hauppauge, NY 11788-3762
8503# Vox: (800)-231-5445
8504# Fax: (516)-342-7378
8505# Web: http://boundless.com
8506#
177c0ea7
JB
8507# Their voice mail used to describe the place as "SunRiver (formerly ADDS)".
8508# In 1995 Boundless acquired DEC's terminals business.
754b75d2
DL
8509#
8510
8511# Regent: lowest common denominator, works on all regents.
8512# (regent: renamed ":bc:" to ":le:" -- esr)
8513regent|Adds Regent Series:\
8514 :am:bs:\
8515 :co#80:li#24:\
70dc89d1 8516 :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY\s\s:le=^U:ll=^A:nd=^F:sf=^J:\
754b75d2
DL
8517 :up=^Z:
8518# Regent 100 has a bug where if computer sends escape when user is holding
8519# down shift key it gets confused, so we avoid escape.
8520regent100|Adds Regent 100:\
45fd9aa5
EZ
8521 :sg#1:ug#1:\
8522 :bl=^G:cm=\013%+ \020%B%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
8523 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
8524 :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
8525 :ue=\E0@:us=\E0`:tc=regent:
754b75d2 8526regent20|Adds Regent 20:\
45fd9aa5 8527 :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
754b75d2 8528regent25|Adds Regent 25:\
45fd9aa5 8529 :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
754b75d2 8530regent40|Adds Regent 40:\
45fd9aa5
EZ
8531 :sg#1:ug#1:\
8532 :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:k3=^B4\r:\
8533 :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
8534 :l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
8535 :ue=\E0@:us=\E0`:tc=regent25:
754b75d2 8536regent40+|Adds Regent 40+:\
45fd9aa5 8537 :is=\EB:tc=regent40:
754b75d2 8538regent60|regent200|Adds Regent 60:\
45fd9aa5
EZ
8539 :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
8540 :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
754b75d2
DL
8541# From: <edward@onyx.berkeley.edu> Thu Jul 9 09:27:33 1981
8542# (viewpoint: added :kr:, function key, and :dl: capabilities -- esr)
8543viewpoint|addsviewpoint|adds viewpoint:\
8544 :am:bs:\
8545 :co#80:li#24:\
8546 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:do=^J:\
70dc89d1
RS
8547 :is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":k5=^B#:kd=^J:kh=^A:\
8548 :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:me=^O:nd=^F:se=^O:sf=^J:so=^N:\
8549 :ue=^O:up=^Z:us=^N:ve=\017\E0`:vs=\017\E0P:
754b75d2
DL
8550# Some viewpoints have bad ROMs that foo up on ^O
8551screwpoint|adds viewpoint with ^O bug:\
45fd9aa5 8552 :se@:so@:ue@:us@:vs@:tc=viewpoint:
754b75d2
DL
8553
8554# From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
177c0ea7 8555# The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
754b75d2
DL
8556# Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
8557# underline=01100000, rev=01010000, blink=01000010,dim=01000001,
8558# invis=01000100 and %c is the logical or of desired attributes.
8559# There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
8560vp3a+|viewpoint3a+|adds viewpoint 3a+:\
8561 :am:bw:\
8562 :co#80:it#8:li#24:\
8563 :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kb=^H:\
8564 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:nd=^L:nw=^M^J:\
8565 :..sa=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
8566 :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
8567vp60|viewpoint60|addsvp60|adds viewpoint60:\
45fd9aa5 8568 :tc=regent40:
754b75d2
DL
8569#
8570# adds viewpoint 90 - from cornell
8571# Note: emacs sends ei occasionally to insure the terminal is out of
8572# insert mode. This unfortunately puts the viewpoint90 IN insert
8573# mode. A hack to get around this is :ic=\EF\s\EF^U:. (Also,
8574# - :ei=:im=: must be present in the termcap translation.)
8575# - :xs: indicates glitch that attributes stick to location
8576# - :ms: means it's safe to move in standout mode
8577# - :cl=\EG\Ek:: clears screen and visual attributes without affecting
8578# the status line
8579# Function key and label capabilities merged in from SCO.
8580vp90|viewpoint90|adds viewpoint 90:\
8581 :bs:bw:ms:xs:\
8582 :co#80:li#24:\
8583 :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:do=^J:\
70dc89d1 8584 :ei=:ho=\EY\s\s:ic=\EF \EF\025:im=:k0=^B1\r:k1=^B2\r:\
754b75d2 8585 :k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:\
70dc89d1
RS
8586 :k8=^B9\r:k9=^B\:\r:k;=^B;\r:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
8587 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8588 :l9=F10:la=F11:le=^H:ll=^A:me=\ER\E0@\EV:nd=^F:\
754b75d2
DL
8589 :se=\ER\E0@\EV:sf=^J:so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:\
8590 :up=^Z:us=\ER\E0`\EV:
8591# Note: if return acts weird on a980, check internal switch #2
8592# on the top chip on the CONTROL pc board.
8593adds980|a980|adds consul 980:\
8594 :am:bs:\
8595 :co#80:li#24:\
8596 :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:cr=^M:\
8597 :dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:\
8598 :k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:me=^O:nd=\E^E01:se=^O:\
8599 :sf=^J:so=^Y^^^N:
8600
45fd9aa5 8601#### C. Itoh Electronics
754b75d2 8602#
45fd9aa5
EZ
8603# As of 1995 these people no longer make terminals (they're still in the
8604# printer business). Their terminals were all clones of the DEC VT series.
8605# They're located in Orange County, CA.
754b75d2
DL
8606#
8607
754b75d2
DL
8608# CIT 80 - vt-52 emulator, the termcap has been modified to remove
8609# the delay times and do an auto tab set rather than the indirect
8610# file used in vt100.
8611cit80|cit-80|citoh 80:\
8612 :am:bs:\
8613 :co#80:li#24:\
8614 :cd=\EJ:ce=\EK:cl=\E[H\EJ:cm=\E[%i%2;%2H:cr=^M:ff=^L:\
8615 :is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8616 :ku=\EOA:le=^H:nd=\E[C:sf=^J:up=\E[A:
8617# From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
8618# (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
8619cit101|citc|C.itoh fast vt100:\
8620 :am:bs:xn:\
8621 :co#80:li#24:\
8622 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
8623 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:\
8624 :im=:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
8625 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8626 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
8627 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[V\E8:vs=\E7\E[U:
8628# CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
8629# The following termcap entry was created from the Callan cd100 entry. The
8630# last two lines (with the capabilities in caps) are used by RM-cobol to allow
8631# full selection of combinations of reverse video, underline, and blink.
8632# (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
8633# f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
8634# :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
8635cit101e|C. Itoh CIT-101e:\
8636 :am:bs:mi:ms:pt:\
8637 :co#80:it#8:li#24:\
8638 :ac=:ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
8639 :cm=\E[%i%2;%2H:cs=\E[%i%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:\
8640 :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:k0=\EOT:\
8641 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOm:k6=\EOl:k7=\EOM:\
8642 :k8=\EOn:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
8643 :nd=\E[C:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
8644 :up=\E[A:us=\E[4m:ve=:vs=\E[?1l\E[?4l\E[?7h:
8645# From: David S. Lawyer, June 1997:
8646# The CIT 101-e was made in Japan in 1983-4 and imported by CIE
8647# Terminals in Irvine, CA. It was part of CITOH Electronics. In the
8648# late 1980's CIT Terminals went out of business.
8649# There is no need to use the initialization string is=... (by invoking
8650# tset or setterm etc.) provided that the terminal has been manually set
8651# up (and the setup saved with ^S) to be compatible with this termcap. To be
8652# compatible it should be in ANSI mode (not VT52). A set-up that
8653# works is to set all the manually setable stuff to factory defaults
8654# by pressing ^D in set-up mode. Then increse the brighness with the
8655# up-arrow key since the factory default will likely be dim on an old
8656# terminal. Then change any options you want (provided that they are
8657# compatible with the termcap). For my terminal I set: Screen
8658# Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
177c0ea7 8659# on. I also set up mine for parity (but you may not need it). Then
754b75d2
DL
8660# save the setup with ^S.
8661# (cit101e-rv: added empty :te: to suppress a tic warning. --esr)
8662cit101e-rv|Citoh CIT-101e (sets reverse video):\
8663 :am:eo:mi:ms:xn:xo:\
8664 :co#80:it#8:li#24:\
8665 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8666 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
8667 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
8668 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
8669 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:ic=\E[@:\
8670 :im=\E[4h:\
8671 :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:\
8672 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:kd=\E[B:kl=\E[D:\
8673 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
8674 :nd=\E[C:nl=\EM:nw=\EE:r1=\Ec\E[?7h\E[>5g:rc=\E8:sc=\E7:\
8675 :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=:\
8676 :ti=\E[>5g\E[?7h\E[?5h:u6=\E[%i%d;%dR:u7=\E[6n:\
8677 :u8=\E[?6c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:\
8678 :vb=200\E[?5l\E[?5h:ve=\E[0;3;4v:vi=\E[1v:vs=\E[3;5v:
8679cit101e-n|CIT-101e w/o am:\
45fd9aa5
EZ
8680 :am@:\
8681 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
754b75d2 8682cit101e-132|CIT-101e with 132 cols:\
45fd9aa5
EZ
8683 :co#132:\
8684 :kb=^H:kd=^J:kl=^H:tc=cit101e:
754b75d2 8685cit101e-n132|CIT-101e with 132 cols w/o am:\
45fd9aa5
EZ
8686 :am@:\
8687 :co#132:\
8688 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
754b75d2
DL
8689# CIE Terminals CIT-500 from BRL
8690# The following SET-UP modes are assumed for normal operation:
8691# GENERATE_XON/XOFF:YES DUPLEX:FULL NEWLINE:OFF
8692# AUTOWRAP:ON MODE:ANSI SCREEN_LENGTH:64_LINES
8693# DSPLY_CNTRL_CODES?NO PAGE_WIDTH:80 EDIT_MODE:OFF
8694# Other SET-UP modes may be set for operator convenience or communication
8695# requirements.
8696# Hardware tabs are assumed to be set every 8 columns; they can be set up
8697# by the "reset", "tset", or "tabs" utilities. No delays are specified; use
8698# "stty ixon -ixany" to enable DC3/DC1 flow control!
8699# (cit500: I added <rmam>/<smam> based on the init string -- esr)
8700cit500|CIE Terminals CIT-500:\
8701 :bs:mi:ms:pt:xo:\
8702 :co#80:it#8:kn#10:li#64:vt#3:\
8703 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:\
8704 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:\
8705 :bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
8706 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
8707 :ei=\E[4l:ho=\E[H:im=\E[4h:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
8708 :k2=\EOR:k3=\EOS:k4=\EOU:k5=\EOV:k6=\EOW:k7=\EOX:k8=\EOY:\
8709 :k9=\EOZ:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\EK:kI=\E[4h:kL=\E[M:\
8710 :kM=\E[4l:kS=\EJ:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
8711 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
8712 :l3=PF4:l4=F15:l5=F16:l6=F17:l7=F18:l8=F19:l9=F20:le=^H:\
8713 :ll=\E[64H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
8714 :nw=\EE:\
8715 :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>:\
8716 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
8717 :ue=\E[m:up=\EM:us=\E[4m:
8718
8719# C. Itoh printers begin here
8720citoh|ci8510|8510|c.itoh 8510a:\
45fd9aa5
EZ
8721 :co#80:it#8:\
8722 :is=\E(009,017,025,033,041,049,057,065,073.:le@:md=\E!:\
8723 :me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:us=\EX:tc=lpr:
754b75d2 8724citoh-pica|citoh in pica:\
45fd9aa5 8725 :i1=\EN:tc=citoh:
754b75d2 8726citoh-elite|citoh in elite:\
45fd9aa5
EZ
8727 :co#96:\
8728 :i1=\EE:\
70dc89d1 8729 :is=\E(009,017,025,033,041,049,057,065,073,081,089.:\
45fd9aa5 8730 :tc=citoh:
754b75d2 8731citoh-comp|citoh in compressed:\
45fd9aa5
EZ
8732 :co#136:\
8733 :i1=\EQ:\
70dc89d1 8734 :is=\E(009,017,025,033,041,049,057,065,073,081,089,097,105,113,121,129.:\
45fd9aa5 8735 :tc=citoh:
754b75d2
DL
8736# citoh has infinite cols because we don't want lp ever inserting \n\t**.
8737citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
45fd9aa5
EZ
8738 :co#32767:\
8739 :i1=\EP:tc=citoh:
754b75d2 8740citoh-6lpi|citoh in 6 lines per inch mode:\
45fd9aa5 8741 :i2=\EA:tc=citoh:
754b75d2 8742citoh-8lpi|citoh in 8 lines per inch mode:\
45fd9aa5
EZ
8743 :li#88:\
8744 :i2=\EB:tc=citoh:
754b75d2
DL
8745
8746#### Control Data (cdc)
8747#
8748
8749cdc456|cdc 456 terminal:\
8750 :am:bs:\
8751 :co#80:li#24:\
8752 :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:dl=\EJ:\
8753 :do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
8754
8755# Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
8756cdc721|CDC Viking:\
8757 :am:bs:\
8758 :co#80:li#24:\
8759 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
8760 :ku=^W:nd=^X:up=^W:
8761cdc721ll|CDC Vikingll:\
8762 :am:bs:\
8763 :co#132:li#24:\
8764 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
8765 :ku=^W:nd=^X:up=^W:
8766# (cdc752: the BRL entry had :ll=\E1 ^Z: commented out
8767cdc752|CDC 752:\
8768 :am:bs:bw:xs:\
8769 :co#80:li#24:\
70dc89d1
RS
8770 :bl=^G:ce=^V:cl=\030\E1\s\s:cm=\E1%r%+ %+ :cr=^M:do=^J:\
8771 :ho=\E1\s\s:le=^H:ll=^Y:nd=^U:r1=\E1 \030\002\003\017:\
754b75d2
DL
8772 :sf=^J:up=^Z:
8773# CDC 756
8774# The following switch/key settings are assumed for normal operation:
8775# 96 chars SCROLL FULL duplex not BLOCK
8776# Other switches may be set according to communication requirements.
8777# Insert/delete-character cannot be used, as the whole display is affected.
8778# "so" & "se" are commented out until jove handles "sg" correctly.
8779cdc756|CDC 756:\
8780 :am:bs:bw:\
8781 :co#80:kn#10:li#24:\
8782 :al=6*\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%r%+ %+ :cr=^M:\
8783 :dl=6*\EJ:do=^J:ho=^Y:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:\
8784 :k5=\EF:k6=\EG:k7=\EH:k8=\Ea:k9=\Eb:kA=\EL:kD=\EI:kE=^V:\
8785 :kI=\EK:kL=\EL:kS=^X:kT=^O:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^U:\
8786 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8787 :l9=F10:le=^H:ll=^Y^Z:nd=^U:r1=\031\030\002\003\017:sf=^J:\
8788 :up=^Z:
8789#
8790# CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
8791#
8792# Part of the long initialization string defines the "DOWN" key to the left
177c0ea7 8793# of the tab key to send an ESC. The real ESC key is positioned way out
754b75d2
DL
8794# in right field.
8795#
8796# The termcap won't work in 132 column mode due to the way it it moves the
8797# cursor. Termcap doesn't have the capability (as far as I could tell) to
8798# handle the 721 in 132 column mode.
8799#
8800# (cdc721: changed :ri: to :sr: -- esr)
8801cdc721-esc|Control Data 721:\
8802 :am:bs:bw:ms:pt:xo:\
8803 :co#80:it#8:kn#10:li#30:\
8804 :al=^^R:bl=^G:bt=^^^K:cd=^^P:ce=^K:cl=^L:cm=\002%r%+ %+ :\
8805 :ct=^^^RY:dc=^^N:dl=^^Q:do=^Z:ei=:ho=^Y:ic=^^O:im=:\
70dc89d1 8806 :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^\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o:\
754b75d2
DL
8807 :k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:k7=^^x:\
8808 :k8=^^y:k9=^^z:kb=^H:kd=^Z:ke=^^^Rl:kh=^Y:kl=^H:kr=^X:\
8809 :ks=^^^Rk:ku=^W:le=^H:ll=^B =:mb=^N:\
70dc89d1 8810 :me=\017\025\035\036E\036\022\\:mh=^\:mk=^^^R[:mr=^^D:\
754b75d2
DL
8811 :nd=^X:se=^^E:sf=\036W =\036U:so=^^D:sr=\036W =\036V:\
8812 :st=^^^RW:ue=^]:up=^W:us=^\:
8813
8814#### Getronics
8815#
177c0ea7 8816# Getronics is a Dutch electronics company that at one time was called
754b75d2
DL
8817# `Geveke' and made async terminals; but (according to the company itself!)
8818# they've lost all their documentation on the command set. The hardware
8819# documentation suggests the terminals were actually manufactured by a
8820# Taiwanese electronics company named Cal-Comp. There are known
8821# to have been at least two models, the 33 and the 50.
8822#
8823
8824# The 50 seems to be a top end vt220 clone, with the addition of a higher
8825# screen resolution, a larger screen, at least 1 page of memory above and
8826# below the screen, apparently pages of memory right and left of the screen
8827# which can be panned, and about 75 function keys (15 function keys x normal,
8828# shift, control, func A, func B). It also has more setup possibilities than
8829# the vt220. The monitor case is dated November 1978 and the keyboard case is
8830# May 1982.
8831#
8832# The vt100 emulation works as is. The entry below describes the rather
8833# non-conformant (but more featureful) ANSI mode.
8834#
8835# From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
45fd9aa5
EZ
8836# (untranslatable capabilities removed to fit entry within 1023 bytes)
8837# (sgr removed to fit entry within 1023 bytes)
8838# (acsc removed to fit entry within 1023 bytes)
754b75d2
DL
8839visa50|geveke visa 50 terminal in ansi 80 character mode:\
8840 :bw:mi:ms:\
8841 :co#80:li#25:\
8842 :AL=\E[%dL:DC=\E[%dX:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8843 :K1=\E[f:K2=\EOP:K3=\EOQ:K4=\EOR:K5=\EOS:LE=\E[%dD:\
45fd9aa5
EZ
8844 :RA=\E[?7l:RI=\E[%dC:SA=\E?7h:UP=\E[%dA:ae=\E[3l:al=\E[L:\
8845 :as=\E3h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
70dc89d1
RS
8846 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
8847 :ct=\E[3g:cv=\E[%i%dd:dc=\E[X:dl=\E[M:do=\E[B:ei=\E[4l:\
8848 :ho=\E[H:ic=\E[@:im=\E[4h:\
754b75d2
DL
8849 :is=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h:k0=\E010:\
8850 :k1=\E001:k2=\E002:k3=\E003:k4=\E004:k5=\E005:k6=\E006:\
70dc89d1
RS
8851 :k7=\E007:k8=\E008:k9=\E009:k;=\E011:kD=\177:kL=\EOS:kb=^H:\
8852 :kd=\E[A:ke=\E>:kh=\E[f:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
8853 :l2=A delete char:l3=A insert line:l4=A delete line:\
8854 :l5=A clear:l6=A ce of/cf gn:l7=A print:l8=A on-line:\
8855 :l9=A funcl0=A send:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;2m:\
8856 :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0;2m:\
8857 :sf=^J:so=\E[2;7m:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:\
8858 :vb=\E[?5h\E[?5l:
754b75d2
DL
8859
8860#### Human Designed Systems (Concept)
8861#
8862# Human Designed Systems
8863# 400 Fehley Drive
8864# King of Prussia, PA 19406
8865# Vox: (610)-277-8300
8866# Fax: (610)-275-5739
8867# Net: support@hds.com
177c0ea7 8868#
754b75d2
DL
8869# John Martin <john@hds.com> is their termcap expert. They're mostly out of
8870# the character-terminal business now (1995) and making X terminals. In
8871# particular, the whole `Concept' line described here was discontinued long
8872# ago.
8873#
8874
8875# From: <vax135!hpk> Sat Jun 27 07:41:20 1981
8876# Extensive changes to c108 by arpavax:eric Feb 1982
8877# Some unknown person at SCO then translated it to terminfo.
8878#
8879# There seem to be a number of different versions of the C108 PROMS
8880# (with bug fixes in its Z-80 program).
177c0ea7 8881#
754b75d2
DL
8882# The first one that we had would lock out the keyboard of you
8883# sent lots of short lines (like /usr/dict/words) at 9600 baud.
8884# Try that on your C108 and see if it sends a ^S when you type it.
8885# If so, you have an old version of the PROMs.
177c0ea7 8886#
754b75d2
DL
8887# You should configure the C108 to send ^S/^Q before running this.
8888# It is much faster (at 9600 baud) than the c100 because the delays
8889# are not fixed.
8890# new status line display entries for c108-8p:
177c0ea7
JB
8891# :i3: - init str #3 - setup term for status display -
8892# set programmer mode, select window 2, define window at last
754b75d2 8893# line of memory, set bkgnd stat mesg there, select window 0.
177c0ea7
JB
8894#
8895# :ts: - to status line - select window 2, home cursor, erase to
754b75d2 8896# end-of-window, 1/2 bright on, goto(line#0, col#?)
177c0ea7 8897#
754b75d2 8898# :fs: - from status line - 1/2 bright off, select window 0
177c0ea7
JB
8899#
8900# :ds: - disable status display - set bkgnd status mesg with
754b75d2 8901# illegal window #
177c0ea7
JB
8902#
8903# There are probably more function keys that should be added but
754b75d2
DL
8904# I don't know what they are.
8905#
8906# No delays needed on c108 because of ^S/^Q handshaking
8907#
8908c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
70dc89d1 8909 :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev \001\177p\Ep\n:\
45fd9aa5 8910 :te=\Ev \001\177p\Ep\r\n:tc=c108-4p:
754b75d2 8911c108-4p|concept108-4p|concept 108 w/4 pages:\
45fd9aa5
EZ
8912 :bs:es:hs:xo:\
8913 :pb@:\
8914 :ac=jEkTl\\mMqLxU:ae=\Ej\s:as=\Ej!:\
754b75d2 8915 :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
45fd9aa5 8916 :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z\s:i1=\EK\E!\E F:\
70dc89d1 8917 :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \001 p\Ep\n:\
45fd9aa5
EZ
8918 :sf=^J:te=\Ev \001 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r\E\025:\
8919 :..ts=\E z"\E?\E\005\EE\Ea %+\s:ve=\Ew:vs=\EW:tc=c100:
754b75d2
DL
8920c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
8921 :te=\Ev \002 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r:\
45fd9aa5 8922 :tc=c108-rv-4p:
754b75d2 8923c108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
45fd9aa5 8924 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
754b75d2 8925c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
45fd9aa5
EZ
8926 :co#132:\
8927 :i1=\E F\E":te=\Ev ^A0\001D\Ep\r\n:\
8928 :ti=\EU\Ev 8\001D\Ep\r:tc=c108-8p:
754b75d2
DL
8929
8930# Concept 100:
177c0ea7
JB
8931# These have only window relative cursor addressing, not screen
8932# relative. To get it to work right here, smcup/rmcup (which
8933# were invented for the concept) lock you into a one page
754b75d2 8934# window for screen style programs.
177c0ea7 8935#
754b75d2 8936# To get out of the one page window, we use a clever trick:
177c0ea7
JB
8937# we set the window size to zero ("\Ev " in rmcup) which the
8938# terminal recognizes as an error and resets the window to all
754b75d2 8939# of memory.
177c0ea7 8940#
754b75d2 8941# This trick works on c100 but does not on c108, sigh.
177c0ea7
JB
8942#
8943# Some tty drivers use cr3 for concept, others use nl3, hence
8944# the delays on cr and ind below. This padding is only needed at
8945# 9600 baud and up. One or the other is commented out depending on
754b75d2 8946# local conventions.
177c0ea7
JB
8947#
8948# 2 ms padding on :te: isn't always enough. 6 works fine. Maybe
754b75d2 8949# less than 6 but more than 2 will work.
177c0ea7
JB
8950#
8951# Note: can't use function keys f7-f10 because they are
8952# indistinguishable from arrow keys (!), also, del char and
754b75d2 8953# clear eol use xon/xoff so they probably won't work very well.
177c0ea7
JB
8954#
8955# Also note that we don't define insrt/del char/delline/eop/send
8956# because they don't transmit unless we reset them - I figured
754b75d2 8957# it was a bad idea to clobber their definitions.
177c0ea7
JB
8958#
8959# The <mc5> sequence changes the escape character to ^^ so that
8960# escapes will be passed through to the printer. Only trouble
8961# is that ^^ won't be - ^^ was chosen to be unlikely.
8962# Unfortunately, if you're sending raster bits through to be
754b75d2
DL
8963# plotted, any character you choose will be likely, so we lose.
8964#
177c0ea7
JB
8965# \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
8966# cannot be # in is2 because it will hang a c100 with no printer
754b75d2
DL
8967# if sent twice.
8968c100|concept100|concept|c104|c100-4p|hds concept 100:\
8969 :am:bs:eo:mi:ul:xn:\
8970 :co#80:li#24:pb#9600:vt#8:\
8971 :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
70dc89d1 8972 :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:ei=\E\s\s:\
754b75d2 8973 :i1=\EK:i2=\Ev \Ep\n:im=\E^P:ip=:\
70dc89d1
RS
8974 :is=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo!\0\E\007!\E\010A@ \E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c:\
8975 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\:a:k7=\E\:b:\
8976 :k8=\E\:c:kA=\E^R:kB=\E':kD=\E^Q:kE=\E^S:kF=\E[:kI=\E^P:\
8977 :kL=\E^B:kM=\E\0:kN=\E-:kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:\
754b75d2
DL
8978 :kd=\E<:ke=\Ex:kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:\
8979 :le=^H:mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
70dc89d1
RS
8980 :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\
8981 :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\
8982 :te=\Ev \Ep\r\n:ti=\EU\Ev 8p\Ep\r\E\025:ue=\Eg:\
8983 :up=\E;:us=\EG:vb=\Ek\EK:
754b75d2 8984c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
45fd9aa5 8985 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
754b75d2 8986oc100|oconcept|c100-1p|old 1 page concept 100:\
45fd9aa5
EZ
8987 :in:\
8988 :i3@:tc=c100:
754b75d2
DL
8989
8990# From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
8991# Lots of notes, originally inline, but ncurses doesn't grok that.
8992#
8993# am: not available in power on mode, but turned on with \E[=107;207h in
8994# is2=. Also, \E=124l in is2= could have been used to prevent needing
8995# to specify xenl:, but that would have rendered the last space on the
8996# last line useless.
8997# bw: Not available in power on mode, but turned on with \E[=107;207h in
8998# is2=.
8999# clear: Could be done with \E[2J alone, except that vi (and probably most
9000# other programs) assume that this also homes the cursor.
9001# dsl: Go to window 2, go to the beginning of the line, use a line feed to
9002# scroll the window, and go back to window 1.
9003# is2: the string may cause a warning to be issued by tic that it
9004# found a very long line and that it suspects that a comma is missing
9005# somewhere. This warning can be ignored (unless it comes up more than
9006# once). The initialization string contains the following commands:
9007#
9008# [Setup mode items changed from factory defaults:]
9009# \E)0 set alternate character set to
9010# graphics
9011# ^O set character set to default
9012# [In case it wasn't]
9013# \E[m turn off all attributes
9014# [In case they weren't off]
9015# \E[=107; cursor wrap and
9016# 207h character wrap on
9017# \E[90;3u set Fkey definitions to "transmit"
9018# defaults
9019# \E[92;3u set cursor key definitions to
9020# "transmit" defaults
9021# \E[43;1u set shift F13 to transmit...
9022# \177\E$P\177
9023# \E[44;1u set shift F14 to transmit...
9024# \177\E$Q\177
9025# \E[45;1u set shift F15 to transmit...
9026# \177\E$R\177
9027# \E[46;1u set shift F16 to transmit...
9028# \177\E$S\177
9029# \E[200;1u set shift up to transmit...
9030# \177\E$A\177
9031# \E[201;1u set shift down to transmit...
9032# \177\E$B\177
9033# \E[202;1u set shift right to transmit...
9034# \177\E$C\177
9035# \E[203;1u set shift left to transmit...
9036# \177\E$D\177
9037# \E[204;1u set shift home to transmit...
9038# \177\E$H\177
9039# \E[212;1u set backtab to transmit...
9040# \177\E$I\177
9041# \E[213;1u set shift backspace to transmit...
9042# \177\E$^H\177
9043# \E[214;1u set shift del to transmit...
9044# "\E$\177"
9045# [Necessary items not mentioned in setup mode:]
9046# \E[2!w move to window 2
9047# \E[25;25w define window as line 25 of memory
9048# \E[!w move to window 1
9049# \E[2*w show current line of window 2 as
9050# status line
9051# \E[2+x set meta key to use high bit
9052# \E[;3+} move underline to bottom of character
9053#
9054# All Fkeys are set to their default transmit definitions with \E[90;3u
9055# in is2=. IMPORTANT: to use this terminal definition, the "quit" stty
9056# setting MUST be redefined or deactivated, because the default is
9057# contained in almost all of this terminal's Fkey strings! If for some
9058# reason "quit" cannot be altered, the Fkeys can, but it would be
9059# necessary to change ^| to ^] in all of these definitions, and add
9060# \E[2;029!t to is2.
9061# lines: is set to 24 because this terminal refuses to treat the 25th
9062# line normally.
9063# ll: Not available in power on mode, but turned on with \E[=107;207h in
9064# is2=.
9065# lm: Pointless, given that this definition locks a single screen of
9066# memory into view, but what the hey...
9067# rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
9068# other attributes alone), but some programs expect this to turn off
9069# everything.
9070# rmul: Could use \E[4!{ to turn off only underline (leaving any other
9071# attributes alone), but some programs expect this to turn off
9072# everything.
9073# sgr: Attributes are set on this terminal with the string \E[ followed by
9074# a list of attribute code numbers (in decimal, separated by
9075# semicolons), followed by the character m. The attribute code
9076# numbers are:
9077# 1 for bold;
9078# 2 for dim (which is ignored in power on mode);
9079# 4 for underline;
9080# 5 for blinking;
9081# 7 for inverse;
9082# 8 for not displayable; and
9083# =99 for protected (except that there are strange side
9084# effects to protected characters which make them inadvisable).
9085# The mapping of terminfo parameters to attributes is as follows:
9086# %p1 (standout) = bold and inverse together;
9087# %p2 (underline) = underline;
9088# %p3 (reverse) = inverse;
9089# %p4 (blink) = blinking;
9090# %p5 (dim) is ignored;
9091# %p6 (bold) = bold;
9092# %p7 (invisible) = not displayable;
9093# %p8 (protected) is ignored; and
9094# %p9 (alt char set) = alt char set.
9095# The code to do this is:
9096# \E[0 OUTPUT \E[0
9097# %?%p1%p6%O IF (standout; bold) OR
9098# %t;1 THEN OUTPUT ;1
9099# %; ENDIF
9100# %?%p2 IF underline
9101# %t;4 THEN OUTPUT ;4
9102# %; ENDIF
9103# %?%p4 IF blink
9104# %t;5 THEN OUTPUT ;5
9105# %; ENDIF
9106# %?%p1%p3%O IF (standout; reverse) OR
9107# %t;7 THEN OUTPUT ;7
9108# %; ENDIF
9109# %?%p7 IF invisible
9110# %t;8 THEN OUTPUT ;8
9111# %; ENDIF
9112# m OUTPUT m
9113# %?%p9 IF altcharset
9114# %t^N THEN OUTPUT ^N
9115# %e^O ELSE OUTPUT ^O
9116# %; ENDIF
9117# sgr0: Everything is turned off (including alternate character set), since
9118# there is no way of knowing what it is that the program wants turned
9119# off.
9120# smul: The "underline" attribute is reconfigurable to an overline or
9121# strikethru, or (as done with \E[;3+} in is2=), to a line at the true
9122# bottom of the character cell. This was done to allow for more readable
9123# underlined characters, and to be able to distinguish between an
9124# underlined space, an underscore, and an underlined underscore.
9125# xenl: Terminal can be configured to not need this, but this "glitch"
9126# behavior is actually preferable with autowrap terminals.
9127#
9128# Parameters kf31= thru kf53= actually contain the strings sent by the shifted
9129# Fkeys. There are no parameters for shifted Fkeys in terminfo. The is2
9130# string modifies the 'O' in kf43 to kf46 to a '$'.
9131#
9132# kcbt was originally ^I but redefined in is2=.
9133# kHOM was \E[H originally but redefined in is2=, as were a number of
9134# other keys.
9135# kDC was originally \177 but redefined in is2=.
9136#
9137# kbs: Shift was also ^H originally but redefined as \E$^H in is2=.
9138# tsl: Go to window 2, then do an hpa=.
9139#
9140#------- flash=\E[8;3!}^G\E[3;3!}
9141#------- flash=\E[?5h$<100>\E[?5l
177c0ea7 9142# There are two ways to flash the screen, both of which have their drawbacks.
754b75d2
DL
9143# The first is to set the bell mode to video, transmit a bell character, and
9144# set the bell mode back - but to what? There is no way of knowing what the
9145# user's old bell setting was before we messed with it. Worse, the command to
9146# set the bell mode also sets the key click volume, and there is no way to say
9147# "leave that alone", or to know what it's set to, either.
9148# The second way to do a flash is to set the screen to inverse video, pad for a
9149# tenth of a second, and set it back - but like before, there's no way to know
9150# that the screen wasn't ALREADY in inverse video, or that the user may prefer
9151# it that way. The point is moot anyway, since vi (and probably other
9152# programs) assume that by defining flash=, you want the computer to use it
9153# INSTEAD of bel=, rather than as a secondary type of signal.
9154#
9155#------- cvvis=\E[+{
9156# The is the power on setting, which is also as visible as the cursor
9157# gets.
9158#------- wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
9159# Windowing is possible, but not defined here because it is also used to
9160# emulate status line functions. Allowing a program to set a window could
9161# clobber the status line or render it unusable. There is additional memory,
9162# but screen scroll functions are destructive and do not make use of it.
9163#
9164#------- dim= Not available in power on mode.
9165# You have a choice of defining low intensity characters as "half bright" and
177c0ea7 9166# high intensity as "normal", or defining low as "normal" and high as "bold".
754b75d2
DL
9167# No matter which you choose, only one of either "half bright" or "bold" is
9168# available at any time, so taking the time to override the default is
9169# pointless.
9170#
9171#------- prot=\E[=0;99m
9172# Not defined, because it appears to have some strange side effects.
9173#------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
9174#------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
9175#------- pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
9176# Available, but making them available to programs is inadvisable.
9177# The code to do this is:
9178# %?%p1%{24}%< IF ((key; 24) <;
9179# %p1%{30}%> ((key; 30) >;
9180# %p1%{54}%< (key; 54) <
9181# %A ) AND
9182# %O ) OR
9183# [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
9184# %t\E[ THEN OUTPUT \E[
9185# %p1%d OUTPUT (key) as decimal
9186# [next line applies to pfx only]
9187# ;1 OUTPUT ;1
9188# u OUTPUT u
9189# \177 OUTPUT \177
9190# %p2%s OUTPUT (string) as string
9191# \177 OUTPUT \177
9192# [DEL chosen as delimiter, but could be any character]
9193# [implied: ELSE do nothing]
9194# %; ENDIF
177c0ea7 9195#
754b75d2
DL
9196#------- rs2=
9197# Not defined since anything it might do could be done faster and easier with
9198# either Meta-Shift-Reset or the main power switch.
9199#
9200#------- smkx=\E[1!z
9201#------- rmkx=\E[!z
9202# These sequences apply to the cursor and setup keys only, not to the
9203# numeric keypad. But it doesn't matter anyway, since making these
9204# available to programs is inadvisable.
9205# For the key definitions below, all sequences beginning with \E$ are
9206# custom and programmed into the terminal via is2. \E$ also has no
9207# meaning to any other terminal.
9208#
9209#------- cmdch=\E[;%p1%d!t
9210# Available, but making it available to programs is inadvisable.
9211#------- smxon=\E[1*q
9212# Available, but making it available to programs is inadvisable.
9213# Terminal will send XON/XOFF on buffer overflow.
9214#------- rmxon=\E[*q
9215# Available, but making it available to programs is inadvisable.
9216# Terminal will not notify on buffer overflow.
9217#------- smm=\E[2+x
9218#------- rmm=\E[+x
9219# Available, but making them available to programs is inadvisable.
9220#
9221# Printing:
9222# It's not made clear in the manuals, but based on other ansi/vt type
9223# terminals, it's a good guess that this terminal is capable of both
9224# "transparent print" (which doesn't copy data to the screen, and
9225# therefore needs mc5i: specified to say so) and "auxilliary print"
9226# (which does duplicate printed data on the screen, in which case mc4=
9227# and mc5= should use the \E[?4i and \E[?5i strings instead).
754b75d2 9228
45fd9aa5
EZ
9229# (untranslatable capabilities removed to fit entry within 1023 bytes)
9230# (sgr removed to fit entry within 1023 bytes)
9231# (acsc removed to fit entry within 1023 bytes)
9232# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9233# WARNING: this entry, 1130 bytes long, may core-dump older termcap libraries!
754b75d2 9234hds200|Human Designed Systems HDS200:\
45fd9aa5 9235 :am:bw:es:hs:km:mi:ms:xn:xo:\
754b75d2 9236 :co#80:it#8:li#24:lm#0:\
45fd9aa5
EZ
9237 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
9238 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
9239 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
9240 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
9241 :ds=\E[2!w\r\n\E[!w:ei=\E[4l:fs=\E[!w:ho=\E[H:im=\E[4h:\
9242 :is=\E)0\017\E[m\E[=107;207h\E[90;3u\E[92;3u\E[43;1u\177\E$P\177\E[44;1u\177\E$Q\177\E[45;1u\177\E$R\177\E[46;1u\177\E$S\177\E[200;1u\177\E$A\177\E[201;1u\177\E$B\177\E[202;1u\177\E$C\177\E[203;1u\177\E$D\177\E[204;1u\177\E$H\177\E[212;1u\177\E$I\177\E[213;1u\177\E$\010\177\E[214;1u"\E$\177"\E[2!w\E[25;25w\E[!w\E[2*w\E[2+x\E[;3+}:\
9243 :k1=^\001\r:k2=^\002\r:k3=^\003\r:k4=^\004\r:k5=^\005\r:\
9244 :k6=^\006\r:k7=^\007\r:k8=^\008\r:k9=^\009\r:kD=\177:\
9245 :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
9246 :ku=\E[A:le=\E[D:ll=\E[H\E[A:mb=\E[0;5m:md=\E[0;1m:\
9247 :me=\E[m\017:mr=\E[0;7m:nd=\E[C:nw=\E[E:rc=\E8:sc=\E7:\
9248 :se=\E[m\017:sf=\ED:so=\E[0;1;7m:sr=\EM:st=\EH:ta=^I:\
9249 :ts=\E[2!w\E[%i%dG:ue=\E[m\017:up=\E[A:us=\E[0;4m:\
70dc89d1 9250 :ve=\E[+{:vi=\E[6+{:
754b75d2
DL
9251
9252# :ta: through :ce: included to specify padding needed in raw mode.
9253# (avt-ns: added empty <acsc> to suppress a tic warning --esr)
45fd9aa5 9254# (untranslatable capabilities removed to fit entry within 1023 bytes)
754b75d2
DL
9255avt-ns|concept avt no status line:\
9256 :am:bs:eo:mi:ul:xn:xo:\
9257 :co#80:it#8:li#24:lm#192:\
9258 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
70dc89d1
RS
9259 :RI=\E[%dC:UP=\E[%dA:ac=:ae=\016:al=\E[L:as=\017:bl=^G:\
9260 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
9261 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\
45fd9aa5
EZ
9262 :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
9263 :i1=\E[=103l\E[=205l:ic=\E[@:im=\E[4h:ip=:\
70dc89d1
RS
9264 :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\:0\:32!r\E[0*w\E[w\E2\r\n\E[2;27!t:\
9265 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\
9266 :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
9267 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:le=^H:\
45fd9aa5 9268 :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:mk=\E[8m:\
70dc89d1 9269 :mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:pl=\E[%d;0u#%s#:\
45fd9aa5
EZ
9270 :po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:rc=\E8:sc=\E7:\
9271 :se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
70dc89d1 9272 :te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:ue=\E[4!{:\
754b75d2
DL
9273 :up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
9274avt-rv-ns|concept avt in reverse video mode/no status line:\
45fd9aa5 9275 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
754b75d2 9276avt-w-ns|concept avt in 132 column mode/no status line:\
45fd9aa5 9277 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
754b75d2 9278avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video:\
45fd9aa5
EZ
9279 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
9280 :vb=\E[=205l\E[=205h:tc=avt-ns:
754b75d2
DL
9281
9282# Concept AVT with status line. We get the status line using the
9283# "Background status line" feature of the terminal. We swipe the
9284# first line of memory in window 2 for the status line, keeping
9285# 191 lines of memory and 24 screen lines for regular use.
9286# The first line is used instead of the last so that this works
9287# on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
9288# assumes an 8 page AVT but lm isn't currently used anywhere.)
9289#
9290avt+s|concept avt status line changes:\
9291 :es:hs:\
9292 :lm#191:\
70dc89d1
RS
9293 :ds=\E[0*w:fs=\E[1;1!w:\
9294 :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
754b75d2 9295 :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
70dc89d1 9296 :ts=\E[2;1!w\E[;%dH\E[2K:
754b75d2 9297avt|avt-s|concept-avt|avt w/80 columns:\
45fd9aa5 9298 :tc=avt+s:tc=avt-ns:
754b75d2 9299avt-rv|avt-rv-s|avt reverse video w/sl:\
45fd9aa5
EZ
9300 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:\
9301 :tc=avt-ns:
754b75d2 9302avt-w|avt-w-s|concept avt 132 cols+status:\
45fd9aa5
EZ
9303 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:\
9304 :tc=avt-ns:
754b75d2 9305avt-w-rv|avt-w-rv-s|avt wide+status+rv:\
45fd9aa5
EZ
9306 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
9307 :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
754b75d2 9308
177c0ea7 9309#### Contel Business Systems.
754b75d2
DL
9310#
9311
177c0ea7 9312# Contel c300 and c320 terminals.
754b75d2
DL
9313contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
9314 :am:in:xo:\
9315 :co#80:li#24:sg#1:\
9316 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
9317 :ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:\
9318 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:\
70dc89d1
RS
9319 :k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E!\0:nd=\EC:\
9320 :se=\E!\0:sf=^J:so=\E!\r:st=\E1:up=\EA:\
754b75d2
DL
9321 :vb=\020\002\020\003:
9322# Contel c301 and c321 terminals.
9323contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
45fd9aa5 9324 :ei=:ic@:im=:ip@:se=\E!\0:so=\E!\r:vb@:tc=contel300:
754b75d2
DL
9325
9326#### Data General (dg)
9327#
9328# According to James Carlson <carlson@xylogics.com> writing in January 1995,
9329# the terminals group at Data General was shut down in 1991; all these
9330# terminals have thus been discontinued.
9331#
9332# DG terminals have function keys that respond to the SHIFT and CTRL keys,
9333# e.g., SHIFT-F1 generates a different code from F1. To number the keys
177c0ea7 9334# sequentially, first the unmodified key codes are listed as F1 through F15.
754b75d2
DL
9335# Then their SHIFT versions are listed as F16 through F30, their CTRL versions
9336# are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
9337# F46 through F60. This is done in the private "includes" below whose names
9338# start with "dgkeys+".
9339#
9340# DG terminals generally support 8 bit characters. For each of these terminals
9341# two descriptions are supplied:
9342# 1) A default description for 8 bits/character communications, which
9343# uses the default DG international character set and keyboard codes.
9344# 2) A description with suffix "-7b" for 7 bits/character communications.
9345# This description must use the NON-DEFAULT native keyboard language.
9346
9347# Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
9348# Ctrl/Shift fdkeys (kf34-kf44).
9349
754b75d2
DL
9350dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys:\
9351 :%9=\233i:F1=\233011z:F2=\233012z:F3=\233013z:\
9352 :F4=\233014z:F5=\233000z:F6=\233101z:F7=\233102z:\
9353 :F8=\233103z:F9=\233104z:FA=\233105z:FB=\233106z:\
9354 :FC=\233107z:FD=\233108z:FE=\233109z:FF=\233110z:\
9355 :FG=\233111z:FH=\233112z:FI=\233113z:FJ=\233114z:\
9356 :FK=\233100z:FL=\233201z:FM=\233202z:FN=\233203z:\
9357 :FO=\233204z:FP=\233205z:FQ=\233206z:FR=\233207z:\
9358 :FS=\233208z:FT=\233209z:FU=\233210z:FV=\233211z:\
9359 :FW=\233212z:FX=\233213z:FY=\233214z:FZ=\233200z:\
9360 :Fa=\233301z:Fb=\233302z:Fc=\233303z:Fd=\233304z:\
9361 :Fe=\233305z:Ff=\233306z:Fg=\233307z:Fh=\233308z:\
9362 :Fi=\233309z:Fj=\233310z:Fk=\233311z:Fl=\233312z:\
9363 :Fm=\233313z:Fn=\233314z:Fo=\233300z:K1=\233020z:\
9364 :K3=\233021z:K4=\233022z:K5=\233023z:k1=\233001z:\
9365 :k2=\233002z:k3=\233003z:k4=\233004z:k5=\233005z:\
9366 :k6=\233006z:k7=\233007z:k8=\233008z:k9=\233009z:\
9367 :k;=\233010z:kC=\2332J:kE=\233K:kd=\233B:kh=\233H:\
9368 :kl=\233D:kr=\233C:ku=\233A:
9369
9370dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys:\
9371 :%9=\E[i:F1=\E[011z:F2=\E[012z:F3=\E[013z:F4=\E[014z:\
9372 :F5=\E[000z:F6=\E[101z:F7=\E[102z:F8=\E[103z:F9=\E[104z:\
9373 :FA=\E[105z:FB=\E[106z:FC=\E[107z:FD=\E[108z:FE=\E[109z:\
9374 :FF=\E[110z:FG=\E[111z:FH=\E[112z:FI=\E[113z:FJ=\E[114z:\
9375 :FK=\E[100z:FL=\E[201z:FM=\E[202z:FN=\E[203z:FO=\E[204z:\
9376 :FP=\E[205z:FQ=\E[206z:FR=\E[207z:FS=\E[208z:FT=\E[209z:\
9377 :FU=\E[210z:FV=\E[211z:FW=\E[212z:FX=\E[213z:FY=\E[214z:\
9378 :FZ=\E[200z:Fa=\E[301z:Fb=\E[302z:Fc=\E[303z:Fd=\E[304z:\
9379 :Fe=\E[305z:Ff=\E[306z:Fg=\E[307z:Fh=\E[308z:Fi=\E[309z:\
9380 :Fj=\E[310z:Fk=\E[311z:Fl=\E[312z:Fm=\E[313z:Fn=\E[314z:\
9381 :Fo=\E[300z:K1=\E[020z:K3=\E[021z:K4=\E[022z:K5=\E[023z:\
9382 :k1=\E[001z:k2=\E[002z:k3=\E[003z:k4=\E[004z:k5=\E[005z:\
9383 :k6=\E[006z:k7=\E[007z:k8=\E[008z:k9=\E[009z:k;=\E[010z:\
9384 :kC=\E[2J:kE=\E[K:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
9385
9386dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys:\
9387 :F1=^^{:F2=^^a:F3=^^b:F4=^^c:F5=^^d:F6=^^e:F7=^^f:F8=^^g:\
9388 :F9=^^h:FA=^^i:FB=^^j:FC=^^k:FD=^^1:FE=^^2:FF=^^3:FG=^^4:\
70dc89d1 9389 :FH=^^5:FI=^^6:FJ=^^7:FK=^^8:FL=^^9:FM=^^\::FN=^^;:FO=^^!:\
45fd9aa5 9390 :FP=^^":FQ=^^#:FR=^^$:FS=^^%%%:FT=^^&:FU=^^':FV=^^(:FW=^^):\
70dc89d1
RS
9391 :FX=^^*:FY=^^+:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
9392 :k7=^^w:k8=^^x:k9=^^y:k;=^^z:kC=^L:kE=^K:kd=^Z:kh=^H:kl=^Y:\
9393 :kr=^X:ku=^W:
754b75d2
DL
9394
9395dgkeys+15|Private entry describing 15 DG mode special keys:\
9396 :#2=^^^H:#4=^^^Y:%i=^^^X:F1=^^{:F2=^^|:F3=^^}:F4=^^~:F5=^^p:\
9397 :F6=^^a:F7=^^b:F8=^^c:F9=^^d:FA=^^e:FB=^^f:FC=^^g:FD=^^h:\
9398 :FE=^^i:FF=^^j:FG=^^k:FH=^^l:FI=^^m:FJ=^^n:FK=^^`:FL=^^1:\
9399 :FM=^^2:FN=^^3:FO=^^4:FP=^^5:FQ=^^6:FR=^^7:FS=^^8:FT=^^9:\
70dc89d1 9400 :FU=^^\::FV=^^;:FW=^^<:FX=^^=:FY=^^>:FZ=^^0:Fa=^^!:Fb=^^":\
45fd9aa5 9401 :Fc=^^#:Fd=^^$:Fe=^^%%%:Ff=^^&:Fg=^^':Fh=^^(:Fi=^^):Fj=^^*:\
70dc89d1
RS
9402 :Fk=^^+:Fl=^^,:Fm=^^-:Fn=^^.:Fo=^^\s:K1=^^\\:K3=^^]:K4=^^^:\
9403 :K5=^^_:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:\
9404 :k8=^^x:k9=^^y:k;=^^z:
754b75d2
DL
9405
9406# Data General color terminals use the "Tektronix" color model. The total
9407# number of colors varies with the terminal model, as does support for
9408# attributes used in conjunction with color.
9409
9410# Removed u7, u8 definitions since they conflict with tack:
9411# Preserve user-defined colors in at least some cases.
9412# u7=^^Fh,
9413# Default is ACM mode.
9414# u8=^^F}20^^Fi^^F}21,
9415#
9416dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode:\
9417 :ut:\
9418 :Co#16:NC#53:pa#256:\
70dc89d1
RS
9419 :..AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9420 :..AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
754b75d2
DL
9421 :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
9422
9423dg+fixed|Fixed color info for DG D430C terminals in DG mode:\
45fd9aa5 9424 :tc=dgunix+fixed:
754b75d2
DL
9425
9426# Video attributes are coordinated using static variables set by "sgr", then
177c0ea7 9427# checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings.
754b75d2
DL
9428# (D=dim, U=underline, B=blink, R=reverse.)
9429dg+color8|Color info for Data General D220 and D230C terminals in ANSI mode:\
9430 :ut:\
9431 :Co#8:NC#16:pa#64:\
70dc89d1
RS
9432 :..AB=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9433 :..AF=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
754b75d2
DL
9434 :..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:\
9435 :..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:\
9436 :op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m:
9437
9438dg+color|Color info for Data General D470C terminals in ANSI mode:\
9439 :Co#16:NC#53:pa#256:\
70dc89d1
RS
9440 :..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:\
9441 :..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:\
754b75d2
DL
9442 :..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:\
9443 :..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:\
45fd9aa5 9444 :tc=dg+color8:
754b75d2
DL
9445
9446dgmode+color8|Color info for Data General D220/D230C terminals in DG mode:\
9447 :ut:\
9448 :Co#8:NC#16:pa#64:\
70dc89d1
RS
9449 :AB=\036B%+^B:AF=\036A%+^B:Sb=\036B%+0:Sf=\036A%+0:\
9450 :op=\036Ad\036Bd:
754b75d2
DL
9451
9452dgmode+color|Color info for Data General D470C terminals in DG mode:\
45fd9aa5 9453 :Co#16:pa#256:\
70dc89d1
RS
9454 :..AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9455 :..AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
45fd9aa5 9456 :tc=dgmode+color8:
754b75d2
DL
9457
9458dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode:\
9459 :cc:ut:\
9460 :Co#52:NC#53:pa#26:\
9461 :..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:\
9462 :oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00:\
9463 :op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D:\
9464 :..sp=\036RG2%p1%02X:
9465
9466# Colors are in the order: normal, reverse, dim, dim + reverse.
9467dg+ccc|Configurable color info for DG D430C terminals in DG mode:\
9468 :cc:ut:\
9469 :Co#52:NC#53:pa#26:\
9470 :..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:\
70dc89d1
RS
9471 :oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00:\
9472 :op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=:\
754b75d2
DL
9473 :sp=\036RG2%+^P%+^P:
9474
9475# The generic DG terminal type (an 8-bit-clean subset of the 6053)
9476# Initialization string 1 sets:
9477# ^R - vertical scrolling enabled
9478# ^C - blinking enabled
9479dg-generic|Generic Data General terminal in DG mode:\
9480 :NL:am:bw:ms:xo:\
9481 :co#80:li#24:\
45fd9aa5
EZ
9482 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:i1=^R^C:le=^Y:\
9483 :mb=^N:me=^O^U^]:mh=^\:nd=^X:nw=^J:ps=^Q:se=^]:sf=^J:so=^\:\
9484 :ue=^U:up=^W:us=^T:tc=dgkeys+11:
754b75d2 9485
45fd9aa5
EZ
9486# According to the 4.4BSD termcap file, the dg200 :cm: should be the
9487# termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
9488# notation that's "^P%r%+\200%+\200"). Those \200s are suspicious,
9489# maybe they were originally nuls (which would fit).
754b75d2 9490
45fd9aa5
EZ
9491dg200|data general dasher 200:\
9492 :NL:am:bs:bw:\
70dc89d1 9493 :co#80:li#24:\
45fd9aa5 9494 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:k0=^^z:\
70dc89d1 9495 :k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:k8=^^x:\
45fd9aa5
EZ
9496 :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
9497 :nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:up=^W:us=^T:
9498
9499# Data General 210/211 (and 410?) from Lee Pearson (umich!lp) via BRL
9500dg210|dg-ansi|Data General 210/211:\
9501 :am:\
9502 :co#80:li#24:\
9503 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
9504 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nl=\E[B:\
9505 :nw=\r\E[H\E[A\n:se=\E[0;m:so=\E[7;m:ue=\E[0;m:up=\E[A:\
9506 :us=\E[4;m:
9507# From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
9508# courtesy of Carlos Rucalde of Vantage Software, Inc.
9509# (dg211: this had :cm=\020%r%.%:., which was an ancient termcap hangover.
9510# I suspect the d200 function keys actually work on the dg211, check it out.)
9511dg211|Data General d211:\
9512 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0@:nw=^M^Z:\
9513 :se=\036E\0/>:sf@:so=5\036D:ta=^I:te=^L:ti=^L^R:ve=^L:\
9514 :vs=^L^R:tc=dg200:
9515
9516# dg450 from Cornell (not official)
9517dg450|dg6134|data general 6134:\
9518 :le@:nd=^X:tc=dg200:
9519
9520# Not official...
9521# Note: lesser Dasher terminals will not work with vi because vi insists upon
9522# having a command to move straight down from any position on the bottom line
9523# and scroll the screen up, or a direct vertical scroll command. The 460 and
9524# above have both, the D210/211, for instance, has neither. We must use ANSI
9525# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
9526# backspace on all terminals. This is not so in DG mode.
9527# (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
9528# grounds that there is no matching ":ml:"
9529# fixed garbled ":k9=\E[00\:z:" capability -- esr)
9530dg460-ansi|Data General Dasher 460 in ANSI-mode:\
9531 :am:bs:ms:ul:\
9532 :co#80:it#8:li#24:\
9533 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:dc=\E[P:\
9534 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=^^F@:k0=\E[001z:\
9535 :k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
9536 :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[010z:kb=\E[D:\
9537 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:\
9538 :l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:me=\E[m:\
9539 :mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[m:sf=\E[S:so=\E[7m:\
9540 :sr=\E[T:ta=^I:ue=\E[05:up=\E[A:us=\E[4m:
9541# From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
177c0ea7 9542# Data General 605x
45fd9aa5
EZ
9543# Ought to work for a Model 6242, Type D210 as well as a 605x.
9544# Note that the cursor-down key transmits ^Z. Job control users, beware!
9545# This also matches a posted description of something called a `Dasher 100'
177c0ea7
JB
9546# so there's a dg100 alias here.
9547# (dg6053: the 4.4BSD file had :le=^H:, :do=^J:, :nd=^S:. -- esr)
45fd9aa5
EZ
9548dg6053-old|dg100|data general 6053:\
9549 :am:bs:bw:ul:\
9550 :co#80:li#24:\
9551 :bc=^Y:bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
9552 :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:\
9553 :k7=^^x:k8=^^y:k9=^^z:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
9554 :le=^Y:nd=^X:se=\0^^E:so=\0\0\0\0\0\036D:ta=^I:te=^L:\
9555 :ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
9556
9557# (Some performance can be gained over the generic DG terminal type)
9558dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053:\
9559 :xo@:\
9560 :ho=^P\0\0:ll=^P\0^W:tc=dg-generic:
9561
9562# Like 6053, but adds reverse video and more keypad and function keys.
9563d200|d200-dg|Data General DASHER D200:\
9564 :ho@:ll@:md=^^D^T:me=\017\025\035\036E:mr=^^D:\
754b75d2 9565 :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;:\
45fd9aa5 9566 :se=^^E^]:so=^^D^\:tc=dgkeys+15:tc=dg6053:
754b75d2
DL
9567
9568# DASHER D210 series terminals in ANSI mode.
9569# Reverse video, no insert/delete character/line, 7 bits/character only.
9570#
9571# Initialization string 1 sets:
9572# <0 - scrolling enabled
9573# <1 - blink enabled
9574# <4 - print characters regardless of attributes
9575d210|d214|Data General DASHER D210 series:\
9576 :NL:am:bw:ms:xo:\
9577 :co#80:li#24:\
45fd9aa5 9578 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cb=\E[1K:\
754b75d2 9579 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=\E[B:\
45fd9aa5
EZ
9580 :ho=\E[H:i1=\E[<0;<1;<4l:le=^H:ll=\E[H\E[A:mb=\E[5m:\
9581 :md=\E[4;7m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
754b75d2 9582 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m:\
45fd9aa5
EZ
9583 :se=\E[m:sf=^J:so=\E[2;7m:ue=\E[m:up=\E[A:us=\E[4m:\
9584 :tc=dgkeys+7b:
754b75d2
DL
9585
9586# DASHER D210 series terminals in DG mode.
9587# Like D200, but adds clear to end-of-screen and needs XON/XOFF.
9588d210-dg|d214-dg|Data General DASHER D210 series in DG mode:\
45fd9aa5
EZ
9589 :xo:\
9590 :cd=^^FF:tc=d200-dg:
754b75d2
DL
9591
9592# DASHER D211 series terminals in ANSI mode.
9593# Like the D210, but with 8-bit characters and local printer support.
9594#
9595# Initialization string 2 sets:
9596# \E[2;1;1;1v
9597# 2;1 - 8 bit operations
9598# 1;1 - 8 bit (international) keyboard language
9599# \E(B - default primary character set (U.S. ASCII)
9600# \E)4 - default secondary character set (international)
9601# ^O - primary character set
9602#
9603d211|d215|Data General DASHER D211 series:\
45fd9aa5
EZ
9604 :km:\
9605 :is=\E[2;1;1;1v\E(B\E)4\017:ps=\E[i:tc=dgkeys+8b:\
9606 :tc=d210:
754b75d2
DL
9607
9608# Initialization string 2 sets:
9609# \E[2;0;1;0v
9610# 2;0 - 7 bit operations
9611# 1;0 - 7 bit (native) keyboard language
9612# \E(0 - default character set (the keyboard native language)
9613# ^O - primary character set
45fd9aa5
EZ
9614d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode:\
9615 :km@:\
9616 :is=\E[2;0;1;0v\E(0\017:tc=dgkeys+7b:tc=d211:
9617
9618# Like the D210 series, but adds support for 8-bit characters.
1bac2ebb 9619#
45fd9aa5
EZ
9620# Reset string 2 sets:
9621# ^^N - secondary character set
9622# ^^FS0> - 8 bit international character set
9623# ^^O - primary character set
9624# ^^FS00 - default character set (matching the native keyboard language)
9625#
9626d211-dg|d215-dg|Data General DASHER D211 series in DG mode:\
9627 :km:\
9628 :rs=\036N\036FS0>\036O\036FS00:tc=d210-dg:
1bac2ebb 9629
45fd9aa5
EZ
9630d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode:\
9631 :tc=d211-dg:
9632
9633# Enhanced DG mode with changes to be more UNIX compatible.
9634d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode:\
9635 :5i:\
9636 :it#8:\
9637 :#2=^^Pf:#4=^^Pd:%9=^^P0:%f=^^P1:%i=^^Pc:\
9638 :ac=a\177j$k"l!m#n)q+t'u&v(w%x*:ae=\036FS00:\
9639 :as=\036FS11:ce=^^PE:ch=\020%.\177:cl=^^PH:cv=\020\177%.:\
9640 :do=^^PB:ho=^^PF:i1=\022\003\036P@1:i2=\036Fz0:kC=^^PH:\
9641 :kE=^^PE:kd=^^PB:kh=^^PF:kl=^^PD:kr=^^PC:ku=^^PA:le=^^PD:\
9642 :mb=^^PI:me=\036PJ\025\035\036E\036FS00:nd=^^PC:pf=^^Fa:\
9643 :po=^^F`:ps=\036F?9:rs=\036N\036FS0E\036O\036FS00:\
9644 :..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%;:\
9645 :sf=^J:ta=^I:up=^^PA:tc=dgkeys+15:tc=d216-dg:
9646d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines:\
9647 :li#25:\
9648 :i2=\036Fz2:tc=d216+:
9649
9650d217-unix|Data General DASHER D217 in DG-UNIX mode:\
9651 :tc=d216-unix:
9652d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines:\
9653 :tc=d216-unix-25:
9654
9655# DASHER D220 color terminal in ANSI mode.
9656# Like the D470C but with fewer colors and screen editing features.
754b75d2 9657#
45fd9aa5
EZ
9658# Initialization string 1 sets:
9659# \E[<0;<1;<4l
9660# <0 - scrolling enabled
9661# <1 - blink enabled
9662# <4 - print characters regardless of attributes
9663# \E[m - all attributes off
9664# Reset string 1 sets:
9665# \Ec - initial mode defaults (RIS)
9666#
9667d220|Data General DASHER D220:\
9668 :5i@:\
9669 :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
9670 :tc=dg+color8:tc=d470c:
9671
9672d220-7b|Data General DASHER D220 in 7 bit mode:\
9673 :5i@:\
9674 :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
9675 :tc=dg+color8:tc=d470c-7b:
9676
9677# Initialization string 3 sets:
9678# - default cursor (solid rectangle)
9679# Reset string 2 sets:
9680# ^^N - secondary character set
9681# ^^FS0> - 8 bit international character set
9682# ^^O - primary character set
9683# ^^FS00 - default character set (matching the native keyboard language)
9684#
9685d220-dg|Data General DASHER D220 color terminal in DG mode:\
9686 :5i@:\
9687 :al@:dl@:ho@:i2=\036FQ2:is@:ll@:pf@:po@:r1@:\
9688 :rs=\036N\036FS0>\036O\036FS00:tc=dgmode+color8:\
9689 :tc=d470c-dg:
9690
9691# DASHER D230C color terminal in ANSI mode.
9692# Like the D220 but with minor ANSI compatibility improvements.
9693#
9694d230c|d230|Data General DASHER D230C:\
9695 :ke=\E[2;1v:ks=\E[2;0v:mb=\E[5;50m:md=\E[4;7;50m:\
9696 :me=\E[50m\E)4\017:mh=\E[2;50m:mr=\E[7;50m:nw=^M^J:\
9697 :..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%;:\
9698 :se=\E[50m:so=\E[2;7;50m:ue=\E[50m:us=\E[4;50m:\
9699 :tc=dgkeys+7b:tc=d220:
9700
9701d230c-dg|d230-dg|Data General DASHER D230C in DG mode:\
9702 :tc=d220-dg:
9703
9704# DASHER D400/D450 series terminals.
9705# These add intelligent features like insert/delete to the D200 series.
9706#
9707# Initialization string 2 sets:
9708# ^^FQ2 - default cursor (solid rectangle)
9709# ^^FW - character protection disabled
9710# ^^FJ - normal (80 column) mode
9711# ^^F\^ - horizontal scrolling enabled (for alignment)
9712# ^^FX004? - margins at columns 0 and 79
9713# ^^F] - horizontal scrolling disabled
9714# ^^O - primary character set
9715# ^^FS00 - default character set (the keyboard native language)
9716# - (should reset scrolling regions, but that glitches the screen)
9717# Reset string 1 sets:
9718# ^^FA - all terminal defaults except scroll rate
9719# Reset string 2 sets:
9720# ^^F] - horizontal scrolling disabled
9721# ^^FT0 - jump scrolling
9722#
9723d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series:\
9724 :5i:\
9725 :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=^^O:al=^^FH:as=^^N:\
9726 :ch=\020%.\177:cv=\020\177%.:dc=^^K:dl=^^FI:\
9727 :eA=\036N\036FS11\036O:ei=:ho=^^FG:ic=^^J:im=:\
9728 :is=\036FQ2\036FW\036FJ\036F^\036FX004?\036F]\036O\036FS00:\
9729 :ll=\036FG\027:me=\017\025\035\036E\036O:pf=^^Fa:\
9730 :po=^^F`:r1=^^FA:r2=\036F]\036FT0:\
9731 :..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%;:\
9732 :sr=^^I:ve=\036FQ2:vi=\036FQ0:tc=d210-dg:
9733
9734# DASHER D410/D460 series terminals in ANSI mode.
9735# These add a large number of intelligent terminal features.
9736#
9737# Initialization string 1 sets:
9738# \E[<0;<1;<2;<4l
9739# <0 - scrolling enabled
9740# <1 - blink enabled
9741# <2 - horizontal scrolling enabled (for alignment)
9742# <4 - print characters regardless of attributes
9743# \E[5;0v - normal (80 column) mode
9744# \E[1;1;80w - margins at columns 1 and 80
9745# \E[1;6;<2h
9746# 1 - print all characters even if protected
9747# 6 - character protection disabled
9748# <2 - horizontal scrolling disabled
9749# - (should reset scrolling regions, but that glitches the screen)
9750#
9751# Initialization string 2 sets:
9752# \E[3;2;2;1;1;1v
9753# 3;2 - default cursor (solid rectangle)
9754# 2;1 - 8 bit operations
9755# 1;1 - international keyboard language
9756# \E(B - default primary character set (U.S. ASCII)
9757# \E)4 - default secondary character set (international)
9758# ^O - primary character set
9759#
9760# Reset string 1 sets:
9761# \Ec - initial mode defaults (RIS)
9762# \E[<2h - horizontal scrolling disabled
9763#
9764# Reset string 2 sets:
9765# \E[4;0;2;1;1;1v
9766# 4;0 - jump scrolling
9767# 2;1 - 8 bit operations
9768# 1;1 - 8 bit (international) keyboard language
9769# \E(B - default primary character set (U.S. ASCII)
9770# \E)4 - default secondary character set (international)
9771#
9772d410|d411|d460|d461|Data General DASHER D410/D460 series:\
9773 :5i:\
9774 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
9775 :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=\E)4\017:al=\E[L:\
9776 :as=\E)6\016:dc=\E[P:dl=\E[M:ei=:\
9777 :i1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h:\
9778 :ic=\E[@:im=:is=\E[3;2;2;1;1;1v\E(B\E)4\017:\
9779 :me=\E[m\E)4\017:pf=\E[4i:po=\E[5i:r1=\Ec\E[<2h:\
9780 :r2=\E[4;0;2;1;1;1v\E(B\E)4:\
9781 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;:\
9782 :sr=\EM:ve=\E[3;2v:vi=\E[3;0v:tc=d211:
9783
9784# Initialization string 2 sets:
9785# \E[3;2;2;0;1;0v
9786# 3;2 - default cursor (solid rectangle)
9787# 2;0 - 7 bit operations
9788# 1;0 - 7 bit (native) keyboard language
9789# \E(0 - default character set (the keyboard native language)
9790# ^O - primary character set
9791#
9792# Reset string 2 sets:
9793# \E[4;0;2;0;1;0v
9794# 4;0 - jump scrolling
9795# 2;0 - 7 bit operations
9796# 1;0 - 7 bit (native) keyboard language
9797# \E(0 - default character set (the keyboard native language)
9798#
9799d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode:\
9800 :km@:\
9801 :ae=^O:as=^N:eA=\E)6:is=\E[3;2;2;0;1;0v\E(0\017:\
9802 :me=\E[m\017:rs=\E[4;0;2;0;1;0v\E(0:\
9803 :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;:\
9804 :tc=dgkeys+7b:tc=d410:
9805
9806d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode:\
9807 :km:\
9808 :ae=\036FS00:as=\036FS11:eA@:\
9809 :me=\017\025\035\036E\036FS00:\
9810 :..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%;:\
9811 :tc=d400-dg:
9812
9813# DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
9814#
9815# Initialization string 1 sets:
9816# \E[<0;<1;<2;<4l
9817# <0 - scrolling enabled
9818# <1 - blink enabled
9819# <2 - horizontal scrolling enabled (for alignment)
9820# <4 - print characters regardless of attributes
9821# \E[5;1v - compressed (135 column) mode
9822# \E[1;1;126 - margins at columns 1 and 126
9823# \E[1;6;<2h
9824# 1 - print all characters even if protected
9825# 6 - character protection disabled
9826# <2 - horizontal scrolling disabled
9827# - (should reset scrolling regions, but that glitches the screen)
9828#
9829# Reset string 1 sets:
9830# \Ec - initial mode defaults (RIS)
9831# \E[5;1v - compressed (135 column) mode
9832# \E[1;1;126w - margins at columns 1 and 126
9833# \E[<2h - horizontal scrolling disabled
9834#
9835d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode:\
9836 :co#126:\
9837 :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
9838 :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410:
9839
9840d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode:\
9841 :co#126:\
9842 :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
9843 :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410-7b:
9844
9845d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode:\
9846 :tc=d410-dg:
9847
9848# These add intelligent features like scrolling regions.
9849d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode:\
9850 :al=^^FH:..ch=\036FP%p1%2.2XFF:cl=^^FE:\
9851 :..cm=\036FP%p2%2.2X%p1%2.2X:..cv=\036FPFF%p1%2.2X:\
9852 :dc=^^K:dl=^^FI:ei=:ho=^^FG:ic=^^J:im=:\
9853 :is=\036FQ5\036FW\036FJ\036F^\036FX004F\036O\036FS00:\
9854 :ll=\036FG\036PA:ps=^A:r1=\036FA\036FT0:r2=\036P@1:\
9855 :rc=\036F}11:sc=\036F}10:sr=^^I:ve=\036FQ5:vi=\036FQ0:\
9856 :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:\
9857 :tc=d216+:
9858d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode:\
9859 :co#132:\
9860 :is=\036FQ5\036FW\036FK\036F^\036FX0083\036O\036FS00:\
9861 :rs=\036P@1\036FK\036FX0083:\
9862 :..wi=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X:\
9863 :tc=d412-unix:
9864d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines:\
9865 :li#25:\
9866 :i2=\036Fz2:\
9867 :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:\
9868 :tc=d462+:
9869d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line:\
9870 :es:hs:\
9871 :cl=\036FG\036PH:fs=\036F}01\022:\
9872 :i2=\036Fz2\036F}00\036FB180000\036F}01:ll@:\
9873 :..ts=\036F}00\036FP%p1%2.2X18\036PG:\
9874 :..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:\
9875 :tc=d462+:
9876
9877# Relative cursor motions are confined to the current window,
9878# which is not what the scrolling region specification expects.
9879# Thus, relative vertical cursor positioning must be deleted.
9880d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region:\
9881 :..cs=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;:\
9882 :do@:ll@:up@:tc=d462+:
9883
9884d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode:\
9885 :tc=d412-unix:
9886d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode:\
9887 :tc=d412-unix-w:
9888d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines:\
9889 :tc=d412-unix-25:
9890d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line:\
9891 :tc=d412-unix-s:
9892d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region:\
9893 :tc=d412-unix-sr:
9894
9895d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode:\
9896 :tc=d413-unix:
9897d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode:\
9898 :tc=d413-unix-w:
9899d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines:\
9900 :tc=d413-unix-25:
9901d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line:\
9902 :tc=d413-unix-s:
9903d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region:\
9904 :tc=d413-unix-sr:
9905
9906d430c-dg|d430-dg|Data General D430C in DG mode:\
9907 :tc=d413-dg:tc=dg+fixed:
9908d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors:\
9909 :tc=d413-dg:tc=dg+ccc:
9910
9911d430c-unix|d430-unix|Data General D430C in DG-UNIX mode:\
9912 :tc=d413-unix:tc=dgunix+fixed:
9913d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode:\
9914 :tc=d413-unix-w:tc=dgunix+fixed:
9915d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines:\
9916 :tc=d413-unix-25:tc=dgunix+fixed:
9917d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line:\
9918 :tc=d413-unix-s:tc=dgunix+fixed:
9919d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region:\
9920 :tc=d413-unix-sr:tc=dgunix+fixed:
9921d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors:\
9922 :tc=d413-unix:tc=dgunix+ccc:
9923d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors:\
9924 :tc=d413-unix-w:tc=dgunix+ccc:
9925d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors:\
9926 :tc=d413-unix-25:tc=dgunix+ccc:
9927d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors:\
9928 :tc=d413-unix-s:tc=dgunix+ccc:
9929d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors:\
9930 :tc=d413-unix-sr:tc=dgunix+ccc:
9931
9932# DASHER D470C color terminal in ANSI mode.
9933# Like the D460 but with 16 colors and without a compressed mode.
754b75d2 9934#
45fd9aa5
EZ
9935# Initialization string 1 sets:
9936# \E[<0;<1;<2;<4l
9937# <0 - scrolling enabled
9938# <1 - blink enabled
9939# <2 - horizontal scrolling enabled (for alignment)
9940# <4 - print characters regardless of attributes
9941# \E[1;1;80w - margins at columns 1 and 80
9942# \E[1;6;<2h
9943# 1 - print all characters even if protected
9944# 6 - character protection disabled
9945# <2 - horizontal scrolling disabled
9946# - (should reset scrolling regions, but that glitches the screen)
754b75d2 9947#
45fd9aa5
EZ
9948d470c|d470|Data General DASHER D470C:\
9949 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
9950 :..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%;:\
9951 :tc=dg+color:tc=d460:
9952
9953d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode:\
9954 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
9955 :..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%;:\
9956 :tc=dg+color:tc=d460-7b:
9957
9958# Initialization string 2 sets:
9959# ^^FQ2 - default cursor (solid rectangle)
9960# ^^FW - character protection disabled
9961# ^^F\^ - horizontal scrolling enabled (for alignment)
9962# ^^FX004? - margins at columns 0 and 79
9963# ^^F] - horizontal scrolling disabled
9964# ^^O - primary character set
9965# ^^FS00 - default character set (the keyboard native language)
9966# - (should reset scrolling regions, but that glitches the screen)
754b75d2 9967#
45fd9aa5
EZ
9968d470c-dg|d470-dg|Data General DASHER D470C in DG mode:\
9969 :is=\036FQ2\036FW\036F^\036FX004?\036F]\036O\036FS00:\
9970 :tc=dgmode+color:tc=d460-dg:
1bac2ebb 9971
45fd9aa5
EZ
9972# DASHER D555 terminal in ANSI mode.
9973# Like a D411, but has an integrated phone.
9974d555|Data General DASHER D555:\
9975 :tc=d411:
9976d555-7b|Data General DASHER D555 in 7-bit mode:\
9977 :tc=d411-7b:
9978d555-w|Data General DASHER D555 in wide mode:\
9979 :tc=d411-w:
9980d555-7b-w|Data General DASHER D555 in wide 7-bit mode:\
9981 :tc=d411-7b-w:
9982d555-dg|Data General DASHER D555 series in DG mode:\
9983 :tc=d411-dg:
9984
9985# DASHER D577 terminal in ANSI mode.
9986# Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
9987d577|Data General DASHER D577:\
9988 :tc=d411:
9989d577-7b|Data General DASHER D577 in 7-bit mode:\
9990 :tc=d411-7b:
9991d577-w|Data General DASHER D577 in wide mode:\
9992 :tc=d411-w:
9993d577-7b-w|Data General DASHER D577 in wide 7-bit mode:\
9994 :tc=d411-7b-w:
9995
9996d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode:\
9997 :tc=d411-dg:
9998
9999# DASHER D578 terminal.
10000# Like a D577, but without compressed mode; like a D470C in this respect.
1bac2ebb 10001#
45fd9aa5
EZ
10002# Initialization string 1 sets:
10003# \E[<0;<1;<2;<4l
10004# <0 - scrolling enabled
10005# <1 - blink enabled
10006# <2 - horizontal scrolling enabled (for alignment)
10007# <4 - print characters regardless of attributes
10008# \E[1;1;80w - margins at columns 1 and 80
10009# \E[1;6;<2h
10010# 1 - print all characters even if protected
10011# 6 - character protection disabled
10012# <2 - horizontal scrolling disabled
10013# - (should reset scrolling regions, but that glitches the screen)
1bac2ebb 10014#
45fd9aa5
EZ
10015d578|Data General DASHER D578:\
10016 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577:
10017d578-7b|Data General DASHER D578 in 7-bit mode:\
10018 :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577-7b:
1bac2ebb 10019
45fd9aa5
EZ
10020#### Datamedia (dm)
10021#
177c0ea7 10022# Datamedia was headquartered in Nashua, New Hampshire until it went
45fd9aa5
EZ
10023# out of business in 1993, but the ID plates on the terminals referred
10024# to the factory in Pennsauken, NJ. The factory was sold to a PCB board
10025# manufacturer which threw out all information about the terminals.
10026#
10027
10028cs10|colorscan|Datamedia Color Scan 10:\
10029 :ms:\
1bac2ebb 10030 :co#80:li#24:\
45fd9aa5
EZ
10031 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%02;%02H:cr=^M:\
10032 :do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kl=\E[D:\
10033 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
10034 :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
10035cs10-w|Datamedia Color Scan 10 with 132 columns:\
10036 :co#132:\
10037 :cm=\E[%i%02;%03H:tc=cs10:
10038
10039# (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
10040dm1520|dm1521|datamedia 1520:\
10041 :am:bs:xn:\
10042 :co#80:it#8:li#24:\
10043 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
10044 :kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:sf=^J:ta=^I:up=^_:
177c0ea7 10045# dm2500: this terminal has both :IC: and :im:. Applications using
45fd9aa5
EZ
10046# termcap/terminfo directly (rather than through ncurses) might be confused.
10047dm2500|datamedia2500|datamedia 2500:\
10048 :bs:nc:\
1bac2ebb 10049 :co#80:li#24:\
45fd9aa5
EZ
10050 :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
10051 :cm=\014%r%n%.%.:dc=\020\010\030\035:\
10052 :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
10053 :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
10054 :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
10055# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
10056# also, has a meta-key.
10057# From: <goldberger@su-csli.arpa>
10058# (dmchat: ":MT:" changed to ":km:" -- esr)
10059dmchat|dmchat version of datamedia 2500:\
10060 :km:\
10061 :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:\
10062 :tc=dm2500:
10063# (dm3025: ":MT:" changed to ":km:" -- esr)
10064dm3025|datamedia 3025a:\
10065 :bs:km:\
10066 :co#80:it#8:li#24:\
10067 :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :\
10068 :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:do=^J:ed=\EQ:ei=\EQ:\
10069 :ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:le=^H:nd=\EC:se=\EO0:sf=^J:\
10070 :so=\EO1:ta=^I:up=\EA:
10071dm3045|datamedia 3045a:\
10072 :am:bs:eo:km@:ul:xn:\
10073 :al@:dc=\EB:dl@:dm@:ed@:ei=\EP:is=\EU\EV:k0=\Ey\r:k1=\Ep\r:\
10074 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
10075 :k8=\Ew\r:k9=\Ex\r:kh=\EH:kr=\EC:ku=\EA:pc=\177:se@:so@:\
10076 :tc=dm3025:
10077# Datamedia DT80 soft switches:
10078# 1 0=Jump 1=Smooth
10079# Autorepeat 0=off 1=on
10080# Screen 0=Dark 1=light
10081# Cursor 0=u/l 1=block
177c0ea7 10082#
45fd9aa5
EZ
10083# 2 Margin Bell 0=off 1=on
10084# Keyclick 0=off 1=on
10085# Ansi/VT52 0=VT52 1=Ansi
10086# Xon/Xoff 0=Off 1=On
177c0ea7 10087#
45fd9aa5
EZ
10088# 3 Shift3 0=Hash 1=UK Pound
10089# Wrap 0=Off 1=On
10090# Newline 0=Off 1=On
10091# Interlace 0=Off 1=On
177c0ea7 10092#
45fd9aa5
EZ
10093# 4 Parity 0=Odd 1=Even
10094# Parity 0=Off 1=On
10095# Bits/Char 0=7 1=8
10096# Power 0=60Hz 1=50Hz
177c0ea7 10097#
45fd9aa5
EZ
10098# 5 Line Interface 0=EIA 1=Loop
10099# Aux Interface 0=EIA 1=Loop
177c0ea7 10100# Local Copy 0=Off 1=On
45fd9aa5 10101# Spare
177c0ea7 10102#
45fd9aa5
EZ
10103# 6 Aux Parity 0=Odd 1=Even
10104# Aux Parity 0=Off 1=On
10105# Aux Bits/Char 0=7 1=8
10106# CRT Saver 0=Off 1=On
10107# dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
10108dm80|dmdt80|dt80|datamedia dt80/1:\
10109 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
10110 :ho=\E[H:me=\E[m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
10111 :se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100:
10112# except in 132 column mode, where it needs a little padding.
10113# This is still less padding than the vt100, and you can always turn on
10114# the ^S/^Q handshaking, so you can use vt100 flavors for things like
10115# reverse video.
10116dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
10117 :co#132:\
10118 :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:\
10119 :do=^J:up=5\E[A:tc=dm80:
10120# From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
10121dt80-sas|Datamedia DT803/DTX for SAS usage:\
10122 :am:bw:\
70dc89d1 10123 :co#80:li#24:\
45fd9aa5
EZ
10124 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
10125 :ae=\EG:al=\EL:as=\EF:bl=^G:cd=^K:ce=^]:cl=^L:\
10126 :cm=\E=%r%+ %+ :cr=^M:\
10127 :..cs=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2:\
10128 :ct=\E'0:dl=\EM:do=\EB:ff=^L:ho=^Y:is=\E)0\E<\EP\E'0\E$2:\
10129 :kC=^L:kE=^]:kS=^K:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:me=^X:\
10130 :mr=\E$2\004:nd=^\:pf=^O:po=^N:se=^X:sf=\EB:so=\E$2\004:\
10131 :sr=\EI:st=\E'1:ta=^I:up=^_:
10132
10133# Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
10134# These aren't end-all Excel termcaps; but do insert/delete char/line
10135# and name some of the extra function keys. (Mike Feldman ccvaxa!feldman)
10136# The naming convention has been bent somewhat, with the use of E? (where
10137# E is for 'Excel') as # a name. This was done to distinguish the entries
10138# from the other Datamedias in use here, and yet to associate a model of
10139# the Excel terminals with the regular datamedia terminals that share
10140# major characteristics.
10141excel62|excel64|datamedia Excel 62:\
10142 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10143 :k9=\EOy:kb=^H:kd=^J:kl=^H:tc=dt80:
10144excel62-w|excel64-w|datamedia Excel 62 in 132 char mode:\
10145 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10146 :k9=\EOy:kb=^H:kd=^J:kl=^H:tc=dt80w:
10147excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode:\
10148 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10149 :k9=\EOy:kb=^H:kd=^J:kl=^H:vb=\E[?5l\E[?5h:tc=dt80:
754b75d2 10150
45fd9aa5 10151#### Falco
754b75d2 10152#
45fd9aa5
EZ
10153# Falco Data Products
10154# 440 Potrero Avenue
10155# Sunnyvale, CA 940864-196
10156# Vox: (800)-325-2648
10157# Fax: (408)-745-7860
10158# Net: techsup@charm.sys.falco.com
754b75d2 10159#
45fd9aa5
EZ
10160# Current Falco models as of 1995 are generally ANSI-compatible and support
10161# emulations of DEC VT-series, Wyse, and Televideo types.
754b75d2
DL
10162#
10163
45fd9aa5
EZ
10164# Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
10165# This terminal was released around 1983 and was discontinued long ago.
10166# The standout and underline highlights are the same.
10167falco|ts1|ts-1|falco ts-1:\
10168 :am:bs:\
754b75d2 10169 :co#80:it#8:li#24:\
45fd9aa5
EZ
10170 :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:cm=\E=%+ %+ :\
10171 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E3:\
10172 :k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:me=\Eg0:nd=^L:\
10173 :se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:up=^K:us=\Eg1:
10174falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
10175 :am:bs:da:db:mi:ms:ul:\
70dc89d1 10176 :co#80:it#8:li#24:\
45fd9aa5
EZ
10177 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:cl=\E*:\
10178 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:ei=\Er:im=\Eq:\
10179 :is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
10180 :le=^H:me=\Eg0:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:ta=^I:te=\E_b:\
10181 :ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
10182# (ts100: I added <rmam>/<smam> based on the init string -- esr)
10183ts100|ts100-sp|falco ts100-sp:\
10184 :am:mi:ms:xn:xo:\
10185 :co#80:it#8:li#24:vt#3:\
10186 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
10187 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
754b75d2 10188 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
45fd9aa5
EZ
10189 :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
10190 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
10191 :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
10192 :i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
10193 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
10194 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
10195 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
10196 :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
10197 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
10198 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
10199 :ue=\E[m:up=\E[A:us=\E[4m:
10200ts100-ctxt|falco ts-100 saving context:\
10201 :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
1bac2ebb 10202
45fd9aa5 10203#### Florida Computer Graphics
1bac2ebb
DL
10204#
10205
45fd9aa5
EZ
10206# Florida Computer Graphics Beacon System, using terminal emulator program
10207# "host.com", as provided by FCG. This description is for an early release
10208# of the "host" program. Known bug: :cd: clears the whole screen, so it's
10209# commented out.
1bac2ebb 10210
45fd9aa5
EZ
10211# From: David Bryant <cbosg!djb> 1/7/83
10212beacon|FCG Beacon System:\
10213 :am:da:db:\
10214 :co#80:li#32:\
10215 :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
10216 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:ic=\EQ:\
10217 :im=:le=^H:mb=\ESTART\r\E61,1\r\EEND\r:\
10218 :me=\ESTART\r\E78\r\E70,0\r\EEND\r:\
10219 :mr=\ESTART\r\E59,1\r\EEND\r:nd=\EV:\
10220 :se=\ESTART\r\E70,0\r\EEND\r:sf=^J:\
10221 :so=\ESTART\r\E70,6\r\EEND\r:te=:\
10222 :ti=\ESTART\r\E2,0\r\E12\r\EEND\r:\
10223 :ue=\ESTART\r\E60,0\r\EEND\r:up=\EU:\
10224 :us=\ESTART\r\E60,1\r\EEND\r:
1bac2ebb 10225
45fd9aa5 10226#### Fluke
1bac2ebb 10227#
45fd9aa5 10228
177c0ea7 10229# The f1720a differences from ANSI: no auto margin, destructive
45fd9aa5
EZ
10230# tabs, # of lines, funny highlighting and underlining
10231f1720|f1720a|fluke 1720A:\
10232 :xt:\
10233 :co#80:li#16:sg#1:ug#1:\
10234 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
10235 :do=\E[B:is=\E[H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:le=^H:me=\E[m:\
10236 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:\
10237 :us=\E[4m:
10238
10239#### Liberty Electronics (Freedom)
1bac2ebb 10240#
45fd9aa5
EZ
10241# Liberty Electronics
10242# 48089 Fremont Blvd
10243# Fremont CA 94538
10244# Vox: (510)-623-6000
10245# Fax: (510)-623-7021
1bac2ebb 10246
45fd9aa5
EZ
10247# From: <faletti@berkeley.edu>
10248# (f100: added empty <acsc> to suppress a tic warning;
10249# made this relative to adm+sgr -- note that <invis> isn't
10250# known to work for f100 but does on the f110. --esr)
10251f100|freedom|freedom100|freedom model 100:\
10252 :am:bs:bw:hs:mi:ms:xo:\
1bac2ebb 10253 :co#80:li#24:\
45fd9aa5
EZ
10254 :ac=:ae=\E$:al=\EE:as=\E%%%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
10255 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
10256 :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
10257 :ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
10258 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
10259 :kB=\EI:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
10260 :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:tc=adm+sgr:
10261f100-rv|freedom-rv|freedom 100 in reverse video:\
10262 :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
10263# The f110 and f200 have problems with vi(1). They use the ^V
10264# code for the down cursor key. When kcud1 is defined in terminfo
10265# as ^V, the Control Character Quoting capability (^V in insert mode)
10266# is lost! It cannot be remapped in vi because it is necessary to enter
10267# a ^V to to quote the ^V that is being remapped!!!
177c0ea7 10268#
45fd9aa5
EZ
10269# f110/f200 users will have to decide whether
10270# to lose the down cursor key or the quoting capability. We will opt
10271# initially for leaving the quoting capability out, since use of VI
10272# is not generally applicable to most interactive applications
10273# (f110: added :ta:, :kh: & <kcbt> from f100 -- esr)
10274f110|freedom110|Liberty Freedom 110:\
10275 :bw@:es:\
10276 :it#8:ws#80:\
10277 :ae=\E%%%:al=\EE:as=\E$:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:\
10278 :im=\EO\Eq:ip@:is@:k0=^AI\r:k;@:kA=\EE:kC=^^:kD=\EW:kE=\ET:\
10279 :kI=\EQ:kL=\ER:kS=\EY:mb=\EG2:md=\EG0:mh=\EG@:pf=\Ea:po=\E`:\
10280 :so=\EG<:sr=\EJ:ts=\Ef:vb=\Eb\Ed:ve=\E.2:vi=\E.1:vs=\E.2:\
10281 :tc=f100:
10282f110-14|Liberty Freedom 110 14inch:\
10283 :dc@:tc=f110:
10284f110-w|Liberty Freedom 110 - 132 cols:\
10285 :co#132:tc=f110:
10286f110-14w|Liberty Freedom 110 14in/132 cols:\
10287 :co#132:\
10288 :dc@:tc=f110:
10289# (f200: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
10290f200|freedom200|Liberty Freedom 200:\
10291 :am:bs:es:hs:mi:ms:xo:\
10292 :co#80:it#8:li#24:ws#80:\
10293 :ac=:ae=\E%%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
10294 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :ct=\E3:\
10295 :cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er:fs=^M:ho=^^:\
10296 :im=\Eq:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
10297 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:\
10298 :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
10299 :ku=^K:le=^H:mb=\EG2:md=\EG0:mh=\EG@:nd=^L:pf=\Ea:po=\E`:\
10300 :sf=^J:so=\EG<:sr=\EJ:st=\E1:ts=\Ef:up=^K:vb=\Eo\En:ve=\E.1:\
10301 :vi=\E.0:vs=\E.1:tc=adm+sgr:
10302f200-w|Liberty Freedom 200 - 132 cols:\
10303 :co#132:tc=f200:
10304# The f200 has the ability to reprogram the down cursor key. The key is
10305# reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
10306# so powering the terminal off and on will not cause the change to be lost.
10307f200vi|Liberty Freedom 200 for vi:\
10308 :kd=^J:vb=\Eb\Ed:tc=f200:
10309f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
10310 :co#132:tc=f200vi:
1bac2ebb 10311
45fd9aa5
EZ
10312#### GraphOn (go)
10313#
10314# Graphon Corporation
10315# 544 Division Street
10316# Campbell, CA 95008
10317# Vox: (408)-370-4080
10318# Fax: (408)-370-5047
10319# Net: troy@graphon.com (Troy Morrison)
1bac2ebb 10320#
1bac2ebb 10321#
45fd9aa5
EZ
10322# The go140 and go225 have been discontinued. GraphOn now makes X terminals,
10323# including one odd hybrid that starts out life on power-up as a character
10324# terminal, than can be switched to X graphics mode (driven over the serial
10325# line) by an escape sequence. No info on this beast yet.
10326# (go140: I added <rmam>/<smam> based on the init string -- esr)
10327go140|graphon go-140:\
10328 :bs:\
10329 :co#80:it#8:li#24:\
10330 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=10\E[J:ce=\E[K:\
10331 :cl=10\E[H\E[2J:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
10332 :if=/usr/share/tabset/vt100:im=\E[4h:\
10333 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
10334 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:\
10335 :kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
10336 :me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
10337 :up=\E[A:us=\E[4m:
10338go140w|graphon go-140 in 132 column mode:\
10339 :am:\
10340 :co#132:\
10341 :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
10342 :tc=go140:
10343# Hacked up vt200 termcap to handle GO-225/VT220
10344# From: <edm@nwnexus.WA.COM>
10345# (go225: I added <rmam>/<smam> based on the init string -- esr)
10346go225|go-225|Graphon 225:\
10347 :am:bs:mi:xn:\
10348 :co#80:it#8:li#25:vt#3:\
10349 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10350 :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:\
10351 :ei=\E[4l:ho=\E[H:im=\E[4h:\
10352 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
10353 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
10354 :kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
10355 :mr=\E[7m:nd=\E[C:r1=\E[!p\E[?7h\E[2;1;1#w:rc=\E8:\
10356 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
10357 :so=\E[7m:sr=\EM:ta=^I:te=\E[!p\E[?7h\E[2;1;1#w:\
10358 :ti=\E[2;0#w\E[1;25r:ue=\E[24m:up=\E[A:us=\E[4m:
1bac2ebb 10359
45fd9aa5 10360#### Harris (Beehive)
754b75d2 10361#
45fd9aa5
EZ
10362# Bletch. These guys shared the Terminal Brain Damage laurels with Hazeltine.
10363# Their terminal group is ancient history now (1995) though the parent
10364# company is still in business.
754b75d2 10365#
45fd9aa5
EZ
10366
10367# Beehive documentation is undated and marked Preliminary and has no figures
10368# so we must have early Superbee2 (Model 600, according to phone conversation
10369# with mfr.). It has proved reliable except for some missing padding
10370# (notably after \EK and <nl> at bottom of screen).
177c0ea7
JB
10371#
10372# The key idea is that AEP mode is poison for :cm: & that US's in
10373# the local memory should be avoided like the plague. That means
10374# that the 2048 character local buffer is used as 25 lines of 80
10375# characters, period. No scrolling local memory, folks. It also
45fd9aa5 10376# appears that we cannot use naked INS LINE feature since it uses
177c0ea7
JB
10377# US. The sbi fakes :al: with an 80-space insert that may be too
10378# slow at low speeds; also spaces get converted to \040 which is
45fd9aa5 10379# too long for some programs (not vi). DEL LINE is ok but slow.
177c0ea7
JB
10380#
10381# The <nl> string is designed for last line of screen ONLY; cup to
45fd9aa5 10382# 25th line corrects the motion inherent in scrolling to Page 1.
177c0ea7 10383#
45fd9aa5 10384# There is one understood bug. It is that the screen appears to
177c0ea7
JB
10385# pop to a new (blank) page after a :nw:, or leave a half-line
10386# ellipsis to a quad that is the extra 48 memory locations. The
10387# data received is dumped into memory but not displayed. Not to
10388# worry if :cm: is being used; the lines not displayed will be,
10389# whenever the cursor is moved up there. Since :cm: is addressed
10390# relative to MEMORY of window, nothing is lost; but beware of
45fd9aa5
EZ
10391# relative cursor motion (:up:,:do:,:nd:,:le:). Recommended,
10392# therefore, is setenv MORE -c .
177c0ea7 10393#
45fd9aa5 10394# WARNING: Not all features tested.
177c0ea7
JB
10395#
10396# Timings are assembled from 3 sources. Some timings may reflect
45fd9aa5
EZ
10397# SB2/Model 300 that were used if more conservative.
10398# Tested on a Model 600 at 1200 and 9600 bd.
177c0ea7
JB
10399#
10400# The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
10401# placed on the keyboard and useless because of AEP, is made
45fd9aa5 10402# into a backspace key. In use ESC must be pressed twice (to send)
177c0ea7 10403# and sending ^C must be prefixed by ESC to avoid that weird
45fd9aa5 10404# transmit mode associated with ENTER key.
177c0ea7
JB
10405#
10406# IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
10407# the screen, then it has dropped into ENTER mode; hit
45fd9aa5 10408# RESET--ONLINE--!tset.
177c0ea7
JB
10409#
10410# As delivered this machine has a FATAL feature that will throw
10411# it into that strange transmit state (SPOW) if the space bar is
10412# hit after a CR is received, but before receiving a LF (or a
45fd9aa5 10413# few others).
177c0ea7
JB
10414#
10415# The circuits MUST be modified to eliminate the SPOW latch.
10416# This is done by strapping on chip A46 of the I/O board; cut
10417# the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
45fd9aa5 10418# chip. This mod has been checked out on a Mod 600 of Superbee II.
177c0ea7 10419# With this modification absurdly high timings on cr are
45fd9aa5 10420# unnecessary.
177c0ea7
JB
10421#
10422# NOTE WELL that the rear panel switch should be set to CR/LF,
45fd9aa5 10423# not AEP!
1bac2ebb 10424#
45fd9aa5
EZ
10425sb1|beehive superbee:\
10426 :am:bs:bw:da:db:mi:ul:xb:\
10427 :co#80:li#25:sg#1:ug#1:\
10428 :al=\EN\EL\EQ \EP \EO\ER\EA:\
10429 :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:cr=\r:\
10430 :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:im=\EQ\EO:\
10431 :is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:k2=\Eq:k3=\Er:\
10432 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\E1:kE=\EK:kI=\EQ\EO:\
10433 :kL=\EM:kM=\ER:kS=\EJ:kb=^_:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10434 :ku=\EA:l0=TAB CLEAR:l9=TAB SET:le=^H:me=\E_3:nd=\EC:\
10435 :se=\E_3:sf=^J:so=\E_1:st=\E1:ta=^I:te=:ti=\EO:ue=\E_3:\
10436 :up=\EA:us=\E_0:
10437sbi|superbee|beehive superbee at Indiana U.:\
10438 :xb:\
10439 :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
10440# Alternate (older) description of Superbee - f1=escape, f2=^C.
10441# Note: there are at least 3 kinds of superbees in the world. The sb1
10442# holds onto escapes and botches ^C's. The sb2 is the best of the 3.
10443# The sb3 puts garbage on the bottom of the screen when you scroll with
10444# the switch in the back set to CRLF instead of AEP. This description
10445# is tested on the sb2 but should work on all with either switch setting.
10446# The f1/f2 business is for the sb1 and the :xb: can be taken out for
10447# the other two if you want to try to hit that tiny escape key.
10448# This description is tricky: being able to use cup depends on there being
10449# 2048 bytes of memory and the hairy <nl> string.
10450superbee-xsb|beehive super bee:\
10451 :am:da:db:xb:\
10452 :co#80:it#8:li#25:\
10453 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:dc=\EP:\
10454 :dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:\
10455 :k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10456 :ku=\EA:le=^H:me=\E_3:nd=\EC:se=\E_3:\
10457 :sf=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET:so=\E_1:st=\E1:\
10458 :ta=^I:up=\EA:ve=^J:
10459# This loses on lines > 80 chars long, use at your own risk
10460superbeeic|super bee with insert char:\
10461 :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
10462sb2|sb3|fixed superbee:\
10463 :xb@:tc=superbee:
10464
10465#### Beehive Medical Electronics
10466#
10467# Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
10468# Regarding your question though; Beehive terminals weren't made by Harris.
10469# They were made by Beehive Medical Electronics in Utah. They went out of
10470# business in the early '80s.
10471#
10472# (OK, then, I don't know why a couple of these say "harris beehive".)
10473#
10474
10475# Reports are that most of these Beehive entries (except superbee) have not
10476# been tested and do not work right. :se: is a trouble spot. Be warned.
10477
10478# (bee: :ic: was empty, which is obviously bogus -- esr)
10479beehive|bee|harris beehive:\
10480 :am:bs:mi:\
10481 :co#80:li#24:\
10482 :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :dc=\EP:\
10483 :dl=\EM:do=\EB:ei=\E@:ho=\EH:im=\EQ:kA=\EL:kB=\E>:kC=\EE:\
10484 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kM=\E@:kb=^H:kd=\EB:kh=\EH:\
10485 :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:se=\Ed@:so=\EdP:\
10486 :ue=\Ed@:up=\EA:us=\Ed`:
10487# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
10488# good grief - does this entry make :sg:/:ug: when it doesn't have to?
10489# look at those spaces in :se:/:so:. Seems strange to me...
10490# (beehive: :if=/usr/share/tabset/beehive: removed, no such file. If you
10491# really care, cook up one using ^F -- esr)
10492beehive3|bh3m|beehiveIIIm|harris beehive 3m:\
754b75d2 10493 :am:bs:\
45fd9aa5
EZ
10494 :co#80:it#8:li#20:\
10495 :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:do=^J:ho=^E:\
10496 :le=^H:ll=^E^K:nd=^L:se=\s^_:sf=^J:so=^]\s:st=^F:ta=^I:up=^K:
10497beehive4|bh4|beehive 4:\
10498 :am:\
10499 :co#80:li#24:\
10500 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:le=\ED:nd=\EC:\
10501 :sf=^J:up=\EA:
10502# There was an early Australian kit-built computer called a "Microbee".
10503# It's not clear whether this is for one of those or for a relative
10504# of the Beehive.
10505microb|microbee|micro bee series:\
10506 :am:bs:\
10507 :co#80:it#8:li#24:\
10508 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:k1=\Ep:\
10509 :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
10510 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:\
10511 :se=\Ed@:sf=^J:so=\s\EdP:ta=^I:ue=\Ed@:up=\EA:us=\Ed`:
754b75d2 10512
45fd9aa5
EZ
10513# 8675, 8686, and bee from Cyrus Rahman
10514# (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
10515ha8675|harris 8675:\
10516 :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
10517 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:k3=^N:\
10518 :k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
10519# (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
10520# in :is: -- esr)
10521ha8686|harris 8686:\
10522 :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
10523 :F5=\002\E~\003:F6=\002\E\177\003:\
10524 :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#:\
10525 :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
10526 :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k;=\Ej:\
10527 :tc=bee:
1bac2ebb 10528
45fd9aa5
EZ
10529#### Hazeltine
10530#
10531# Hazeltine appears to be out of the terminal business as of 1995. These
10532# guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
10533# Harris. They have a hazeltine.com domain (but no web page there ) and can
10534# be reached at:
10535#
10536# Hazeltine
10537# 450 East Pulaski Road
10538# Greenlawn, New York 11740
10539#
10540# As late as 1993, manuals for the terminal product line could still be
10541# purchased from:
10542#
10543# TRW Customer Service Division
10544# 15 Law Drive
10545# P.O. Box 2076
10546# Fairfield, NJ 07007-2078
10547#
10548# They're now (1998) a subsidiary of General Electric, operating under the
10549# marque "GEC-Marconi Hazeltine" and doing military avionics. Web page
10550# at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
10551#
10552
10553# Since :nd: is blank, when you want to erase something you
10554# are out of luck. You will have to do ^L's a lot to
10555# redraw the screen. h1000 is untested. It doesn't work in
10556# vi - this terminal is too dumb for even vi. (The code is
10557# there but it isn't debugged for this case.)
10558hz1000|hazeltine 1000:\
10559 :bs:\
10560 :co#80:li#12:\
10561 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd=\s:sf=^J:
10562# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
10563hz1420|hazeltine 1420:\
10564 :am:bs:\
10565 :co#80:li#24:\
10566 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%+ :\
10567 :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:ta=^N:\
10568 :up=\E^L:
10569# New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents
10570# freakout with out-of-range args and tn3270. No hz since it needs to
10571# receive tildes.
10572hz1500|hazeltine 1500:\
10573 :am:bs:hz:\
10574 :co#80:li#24:\
10575 :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
10576 :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:kd=^J:\
10577 :kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:\
10578 :up=~^L:
10579# h1510 assumed to be in sane escape mode. Else use h1500.
177c0ea7 10580# (h1510: early versions of this entry apparently had ":se=\E^_:,
45fd9aa5
EZ
10581# :so=\E^Y:, but these caps were commented out in 8.3; also,
10582# removed incorrect and overridden ":do=^J:" -- esr)
10583hz1510|hazeltine 1510:\
10584 :am:bs:\
10585 :co#80:li#24:\
10586 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
10587 :cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:sf=^J:up=\E^L:
10588# Hazeltine 1520
10589# The following switch settings are assumed for normal operation:
10590# FULL CR U/L_CASE ESCAPE
10591# FORMAT_OFF EOM_A_OFF EOM_B_OFF WRAPAROUND_ON
10592# Other switches may be set for operator convenience or communication
10593# requirements.
10594hz1520|Hazeltine 1520:\
10595 :am:bs:bw:ms:\
10596 :co#80:li#24:\
10597 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
10598 :cr=^M:dl=\E^S:do=^J:ho=\E^R:kA=\E^Z:kC=\E^\:kE=\E^O:\
10599 :kL=\E^S:kS=\E^X:kb=^H:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:\
10600 :le=^H:md=\E^_:me=\E^Y:nd=^P:r1=\E$\E\005\E?\E\031:\
10601 :se=\E^Y:sf=^J:so=\E^_:up=\E^L:
10602# This version works with the escape switch off
10603# (h1520: removed incorrect and overridden ":do=^J:" -- esr)
10604hz1520-noesc|hazeltine 1520:\
10605 :am:hz:\
10606 :co#80:li#24:\
10607 :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:cr=^M:\
10608 :dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:up=~^L:
10609# Note: the h1552 appears to be the first Hazeltine terminal which
10610# is not braindamaged. It has tildes and backprimes and everything!
10611# Be sure the auto lf/cr switch is set to cr.
10612hz1552|hazeltine 1552:\
10613 :bs:\
10614 :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:l2=red:\
10615 :l3=green:tc=vt52:
10616hz1552-rv|hazeltine 1552 reverse video:\
10617 :do=^J:se=\ET:so=\ES:tc=hz1552:
10618# Note: h2000 won't work well because of a clash between upper case and ~'s.
10619hz2000|hazeltine 2000:\
10620 :am:bs:nc:\
10621 :co#74:li#27:\
10622 :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:do=^J:\
10623 :ho=~^R:le=^H:pc=\177:sf=^J:
10624# Date: Fri Jul 23 10:27:53 1982. Some unknown person wrote:
10625# I tested this termcap entry for the Hazeltine Esprit with vi. It seems
10626# to work ok. There is one problem though if one types a lot of garbage
10627# characters very fast vi seems not able to keep up and hangs while trying
10628# to insert. That's in insert mode while trying to insert in the middle of
10629# a line. It might be because the Esprit doesn't have insert char and delete
177c0ea7 10630# char as a built in function. Vi has to delete to end of line and then
45fd9aa5
EZ
10631# redraw the rest of the line.
10632esprit|Hazeltine Esprit I:\
10633 :am:bs:bw:\
10634 :co#80:li#24:\
10635 :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
10636 :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:is=\E?:\
10637 :k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:k5=^B5^J:\
10638 :k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:kd=\E^K:ke=\E>:\
10639 :kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:l0=0:l1=1:l2=2:l3=3:l4=4:\
10640 :l5=5:l6=6:l7=7:l8=8:l9=9:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:\
10641 :up=\E^L:
10642esprit-am|hazeltine esprit auto-margin:\
10643 :am:tc=esprit:
10644# Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
10645# Vi it seems always wants to send a control J for "do" and it turned out
10646# that the terminal would work somewhat if the auto LF/CR was turned off.
10647# (hmod1: removed :dn=~^K: -- esr)
10648hmod1|Hazeltine Modular 1:\
10649 :am:bs:hz:\
10650 :co#80:li#24:\
10651 :al=~^Z:bl=^G:bt=~^T:cl=~^\:cm=~\021%r%.%.:cr=^M:dl=~^S:\
10652 :do=~^K:ho=~^R:kd=~^K:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:me=~^Y:\
10653 :nd=^P:rc=~^Q:sc=~^E:se=~^Y:sf=^J:so=~^_:up=~^L:
10654#
10655# Hazeltine Executive 80 Model 30 (1554?)
10656# from Will Martin <control@ALMSA-1.ARPA> via BRL
10657# Like VT100, except for different "am" behavior.
10658hazel|exec80|h80|he80|Hazeltine Executive 80:\
10659 :am:bs:pt:\
10660 :co#80:it#8:li#24:vt#3:\
10661 :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
10662 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
10663 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
10664 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
10665 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
10666 :nd=2\E[C:nl=^J:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
10667 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:\
10668 :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
754b75d2 10669
45fd9aa5 10670#### IBM
754b75d2 10671#
754b75d2 10672
45fd9aa5
EZ
10673ibm327x|line mode IBM 3270 style:\
10674 :gn:\
10675 :ce=^M:cl=^M^J:ho=^M:
1bac2ebb 10676
45fd9aa5
EZ
10677ibm3101|i3101|IBM 3101-10:\
10678 :am:bs:xo:\
10679 :co#80:li#24:\
10680 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:ct=\EH:do=^J:\
10681 :ho=\EH:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nw=^M^J:\
10682 :sf=^J:st=\E0:up=\EA:
10683ibm3151|IBM 3151 display:\
10684 :ae=\E>B:as=\E>A:is=\E S:me=\E4@\E>B:rs=\E S:s0=\E>B:\
10685 :..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%;:\
10686 :te=\E>B:ti=\E>B:tc=ibm3162:
177c0ea7 10687# From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
45fd9aa5
EZ
10688# removed kend, knp, kpp -TD
10689ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
10690 :am:bs:mi:ms:\
10691 :co#80:it#8:li#24:\
10692 :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
10693 :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
10694 :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:\
10695 :ac=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370:\
10696 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
10697 :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:k4=\Ed\r:\
10698 :k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:k9=\Ei\r:k;=\Ej\r:\
10699 :kA=\EN:kB=\E2:kC=\EL\r:kD=\EQ:kE=\EI:kI=\EP \010:kL=\EO:\
10700 :kS=\EJ:kT=\E0:ka=\E 1:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10701 :kt=\E1:ku=\EA:le=\ED:mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:\
10702 :mr=\E4A:nd=\EC:pf=^P^T:po=^P^R:\
10703 :..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<@%;:\
10704 :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:up=\EA:\
10705 :us=\E4B:
10706
10707ibm3161-C|IBM 3161-C NLS terminal using cartridge:\
10708 :s0=\E>B:s1=\E>A:te=\E>B:ti=\E>B:tc=ibm3161:
10709ibm3162|IBM 3162 display:\
10710 :al=\EN:mb=\E4$a:md=\E4(a:me=\E4@:mk=\E40a:mr=\E4!a:\
10711 :se=\E4>b:so=\E4!a:ue=\E4=b:us=\E4"a:tc=ibm3161-C:
10712
10713# This really should not use setab/setaf, but it is clear that the
10714# original terminfo does not toggle red/blue colors as in setb/setf.
10715ibm3164|i3164|IBM 3164:\
10716 :ms:\
10717 :Co#8:pa#64:\
10718 :AB=\E4 %+@:..AF=\E4%?%p1%t %p1%{32}%+%c%e!'%;@:\
10719 :op=\E4 "@:s0=\E>B:s1=\E>A:te=\E!9(N\E>B:ti=\E!9/N\E>B:\
10720 :tc=ibm3161:
10721
10722# (untranslatable capabilities removed to fit entry within 1023 bytes)
10723# (sgr removed to fit entry within 1023 bytes)
10724# (acsc removed to fit entry within 1023 bytes)
10725# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10726ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display:\
10727 :am:bw:ms:xo:\
10728 :co#80:it#8:li#25:\
10729 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
10730 :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
10731 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
10732 :do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
10733 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10734 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
10735 :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
10736 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10737 :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
10738 :ue=\E[m:up=\E[A:us=\E[4m:
10739
10740ibmaed|IBM Experimental display:\
10741 :am:bs:eo:ms:\
10742 :co#80:it#8:li#52:\
10743 :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:dl=\EO:\
10744 :do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
10745 :ku=\EA:le=^H:me=\E0:nd=\EC:se=\E0:so=\E0:ta=^I:up=\EA:\
10746 :vb=\EG:
10747ibm-apl|apl|IBM apl terminal simulator:\
10748 :li#25:tc=dm1520:
177c0ea7 10749# (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
45fd9aa5
EZ
10750# Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
10751ibmmono|IBM workstation monochrome:\
10752 :es:hs:\
10753 :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:k1=\ES:\
10754 :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
10755 :kF=\EE:kI=\0:kN=\EE:kP=\Eg:kR=\EG:kb=^H:kh=\EH:l0=f10:\
10756 :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:\
10757 :so=\EZ:sr=\EA:..ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:\
10758 :tc=ibm3101:
10759ibmega|IBM Enhanced Color Display:\
10760 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
10761 :tc=ibmmono:
10762# This color scheme is assumed in some recent IBM terminal descriptions
10763# (green on black, emulated on a 16-color terminal).
10764ibm+color|IBM color definitions:\
10765 :Co#8:NC#3:pa#64:\
10766 :..Sb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e%p1%{3}%=%t43m%e%p1%{4}%=%t44m%e%p1%{5}%=%t45m%e%p1%{6}%=%t46m%e%p1%{7}%=%t107m%;:\
10767 :..Sf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t31m%e%p1%{2}%=%t32m%e%p1%{3}%=%t33m%e%p1%{4}%=%t34m%e%p1%{5}%=%t35m%e%p1%{6}%=%t36m%e%p1%{7}%=%t97m%;:\
10768 :op=\E[32m\E[40m:
10769ibm5154|IBM 5154 Color display:\
10770 :Co#8:NC@:pa#64:\
10771 :AB=\E[4%dm:AF=\E[3%dm:md@:tc=ibm5151:tc=ibm+color:
10772ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline:\
10773 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
10774ibmvga-c|IBM VGA display color termcap:\
10775 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
10776 :tc=ibmega-c:
10777ibmvga|IBM VGA display:\
10778 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega:
10779# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
10780rtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display:\
10781 :li#32:\
10782 :ds=\Ej\EY@ \EI\Ek:..ts=\Ej\EY@%+ \Eo:tc=ibmmono:
10783ibm6155|IBM 6155 Black & White display:\
10784 :mb@:md@:tc=ibm5151:
10785# Advanced Monochrome (6153) and Color (6154) Graphics Display:
10786ibmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display:\
10787 :li#31:\
10788 :ds=\Ej\EY? \EI\Ek:..ts=\Ej\EY?%+ \Eo:tc=ibmmono:
10789ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
10790 :li#31:\
10791 :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:..ts=\Ej\EY?%+ \Eo:\
10792 :tc=ibmega-c:
10793ibm6154|IBM 6154 Color displays:\
10794 :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
10795 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
10796 :tc=ibm5154:
10797ibm6153|IBM 6153 Black & White display:\
10798 :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
10799 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
10800 :tc=ibm5151:
10801ibm6153-90|IBM 6153 Black & White display:\
10802 :co#90:li#36:\
10803 :mb@:md@:tc=ibm5151:
10804ibm6153-40|IBM 6153 Black & White display:\
10805 :co#40:li#12:tc=ibm6153-90:
10806ibm8512|ibm8513|IBM color VGA Terminal:\
10807 :am:mi:ms:\
10808 :co#80:it#8:li#25:\
10809 :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
10810 :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:cd=\E[J:\
10811 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
10812 :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
10813 :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:k2=\E[002q:\
10814 :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:\
10815 :k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:le=\E[D:\
10816 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
10817 :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
10818 :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
10819 :us=\E[4m:tc=ibm8503:
10820hft-c|HFT with Color:\
10821 :Co#8:pa#64:\
10822 :AB=\E[4%dm:AF=\E[3%dm:ac=jjkkllmmnnqqttuuvvwwxx:\
10823 :me=\E[0m\E(B:s0=\E(B:s1=\E(0:tc=ibm5151:tc=ibm+color:
10824hft-c-old|HFT with Color PC850:\
10825 :Co#8:pa#64:\
10826 :AB=\E[4%dm:AF=\E[3%dm:tc=ibm5151:tc=ibm+color:
10827hft-old|AIWS High Function Terminal:\
10828 :am:xo:\
10829 :co#80:li#25:\
10830 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10831 :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:ho=\E[H:ic=\E[@:im=\E6:\
10832 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10833 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
10834 :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
10835 :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[8m:\
10836 :mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:\
10837 :up=\E[A:us=\E[4m:tc=ibm+color:
10838ibm-system1|system1|ibm system/1 computer:\
10839 :am:xt:\
10840 :co#80:li#24:\
10841 :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:up=^^:
10842# lft-pc850 : IBM Low Function Terminal Device
10843# lft "supports" underline, bold, and blink in the sense that the lft code
10844# sets all the right bits. HOWEVER, depending upon the adapter, these
10845# attributes may or may not be supported by the device driver.
10846# (untranslatable capabilities removed to fit entry within 1023 bytes)
10847# (sgr removed to fit entry within 1023 bytes)
10848# (acsc removed to fit entry within 1023 bytes)
10849# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10850lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device:\
10851 :am:bw:ms:xo:\
10852 :co#80:it#8:li#25:\
10853 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10854 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
10855 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[2J:ce=\E[0K:\
10856 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:\
10857 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
10858 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10859 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
10860 :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
10861 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10862 :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\ED:so=\E[7m:sr=\EL:\
10863 :ue=\E[0m:up=\E[A:us=\E[4m:
10864ibm5081|hft|IBM Megapel Color display:\
10865 :ac=jjkkllmmnnqqttuuvvwwxx:mb@:md@:me=\E[0m\E(B:s0=\E(B:\
10866 :s1=\E(0:tc=ibm5154:
10867ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display:\
10868 :es:hs:\
10869 :li#33:\
10870 :ds=\Ej\EYA \EI\Ek:fs=\Ek:..ts=\Ej\EYA%+ \Eo:\
10871 :tc=ibmega-c:
10872ibm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display:\
10873 :tc=hft-c:
10874ibm8514|IBM 8514/a color VGA display:\
10875 :es:hs:\
10876 :ds=\Ej\EYI \EI\Ek:fs=\Ek:..ts=\Ej\EYI%+ \Eo:tc=hft:
10877ibm8514-c|IBM 8514 color display with standout and underline:\
10878 :es:hs:\
10879 :li#41:\
10880 :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
10881 :nw=^M^J:sf=^J:ta=^I:..ts=\Ej\EYI%+ \Eo:tc=ibmega-c:
1bac2ebb 10882
45fd9aa5 10883#
177c0ea7 10884# AIX entries. IBM ships these with AIX 3.2.5.
45fd9aa5
EZ
10885# -- added rc, sc based on manpage -TD
10886aixterm|IBM Aixterm Terminal Emulator:\
10887 :es:hs:\
10888 :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10889 :me=\E[0;10m\E(B:rc=\E8:s0=\E(B:s1=\E(0:\
10890 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;:\
10891 :sc=\E7:sr@:ts=\E[?%dT:tc=ibm6154:
10892aixterm-m|IBM AIXterm Monochrome Terminal Emulator:\
10893 :es:hs:\
10894 :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10895 :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:\
10896 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10897 :sr@:ts=\E[?%dT:tc=ibm6153:
10898aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator:\
10899 :es:hs:\
10900 :ds=\E[?E:fs=\E[?F:md=\E[1m:\
10901 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10902 :sr@:ts=\E[?%dT:tc=ibm6153:
10903jaixterm|IBM Kanji Aixterm Terminal Eemulator:\
10904 :ac@:tc=aixterm:
10905jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator:\
10906 :ac@:tc=aixterm-m:
1bac2ebb 10907
45fd9aa5
EZ
10908#### Infoton/General Terminal Corp.
10909#
10910
10911# gt100 sounds like something DEC would come out with. Let's hope they don't.
10912i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
10913 :am:bs:\
10914 :co#80:li#24:\
10915 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :cr=^M:\
10916 :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:so=\Eb:up=\EA:\
10917 :vb=\Eb\Ea:
10918i400|infoton 400:\
10919 :am:bs:\
1bac2ebb 10920 :co#80:li#25:\
45fd9aa5
EZ
10921 :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
10922 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
10923 :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:up=\E[A:
10924# (addrinfo: removed obsolete ":bc=^Z:" -- esr)
10925addrinfo:\
10926 :am:\
10927 :co#80:li#24:\
10928 :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:cr=^M:\
10929 :do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
10930# (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
10931infoton:\
10932 :am:\
10933 :co#80:li#24:\
10934 :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:sf=^J:\
10935 :up=^\:
1bac2ebb 10936
45fd9aa5
EZ
10937# The ICL6402 was actually the Kokusai Display System 6402.
10938# The 6404 was the KDS7372 (color version of the 6402).
177c0ea7 10939#
45fd9aa5
EZ
10940# ICL6404 control codes follow:
10941#
10942#code function
10943#~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10944#ctrl-A set SOM position at cursor position
10945#ctrl-G Bell
10946#ctrl-H Backspace
10947#ctrl-I Horiz tab
10948#ctrl-J Linefeed
10949#ctrl-K Cursor up
10950#ctrl-L Cursor right
10951#ctrl-M Carriage return
10952#ctrl-N Disable xon/xoff to host
10953#ctrl-O Enable xon/xoff to host
10954#ctrl-R Enable bidirectional mode
10955#ctrl-T Disable bidirectional mode
10956#ctrl-V Cursor down
10957#ctrl-Z Clear unprotected data to insert char
10958#ctrl-^ Cursor home
10959#ctrl-_ Newline
10960#
10961#ESC lead-in char for multiple character command
10962#
10963#ESC space R execute power on sequence
10964#ESC ! p1 p2 define scroll region:
10965# p1 = scroll top line: 20h - 37h
10966# p1 = scroll bottom line: 20h - 37h
10967#ESC " unlock keyboard
10968#ESC # lock keyboard
10969#ESC $ Semi-graphics mode on
10970#ESC % Semi-graphics mode off
10971#ESC & protect mode on
10972#ESC ' protect mode off
10973#ESC ( write protect mode off (full intensity)
10974#ESC ) write protect mode on (half intensity)
10975#
10976#ESC * clear screen
10977#ESC + clear unprotected data to insert char
10978#ESC , clear unprotected data to half intensity spaces
10979#ESC - p1 p2 p3 p4 address cursor to page, row, column:
10980# p1 = page number 0 - 3
10981# p2 = row 20h - 7fh
10982# p3 = column (lo) 20h - 7fh
10983# p4 = column (hi) 20h - 21h (only 132 col)
10984#ESC . p1 set cursor style:
10985# p1 = 0 invisible cursor
10986# p1 = 1 block blinking cursor
10987# p1 = 2 block steady cursor
10988# p1 = 3 underline blinking cursor
10989# p1 = 4 underline steady cursor
10990#ESC / transmit cursor location (page, row, column)
10991#ESC 0 p1 p2 p3 p4 program edit key:
10992# p1 = edit key code: '@'-'S', '`'-'s'
10993# p2 p3 p4 = program data (3 bytes)
10994#
10995#ESC 1 set tab
10996#ESC 2 clear tab at cursor
10997#ESC 3 clear all tabs
10998#ESC 4 send unprotect line to cursor
10999#ESC 5 send unprotect page to cursor
11000#ESC 6 send line to cursor
11001#ESC 7 send page to cursor
11002#ESC 8 n set scroll mode:
11003# n = 0 set jump scroll
11004# n = 1 set smooth scroll
11005#ESC 9 n control display:
11006# n = 0 display off
11007# n = 1 display on
11008#ESC : clear unprotected data to null
11009#ESC ; clear unprotected data to insert char
11010#
11011#ESC < keyclick on
11012#ESC = p1 p2 address cursor to row, column
11013# p1 = row 20h - 7fh
11014# p2 = column (lo) 20h - 7fh
11015# p3 = column (hi) 20h - 21h (only 132 col)
11016#ESC > keyclick off
11017#ESC ? transmit cursor location (row, column)
11018#
11019#ESC @ copy print mode on
11020#ESC A copy print mode off
11021#ESC B block mode on
11022#ESC C block mode off (conversation mode)
11023#ESC D F set full duplex
11024#ESC D H set half duplex
11025#ESC E line insert
6772c8e1 11026#ESC F p1 p2 set page color (p1 = f/grnd, p2 = b/grnd)
45fd9aa5
EZ
11027# 0 = black, 1 = red, 2 = green, 3 = yellow
11028# 4 = blue, 5 = magenta, 6 = cyan, 7 = white
11029#ESC G n set serial field attribute (n = 30h - 3Fh)
11030#ESC H n full graphics mode:
11031# n = 0 exit full graphics mode
11032# n = 1 enter full graphics mode
11033#ESC I back tab
11034#ESC J back page
11035#ESC K forward page
11036#
11037#ESC L unformatted page print
11038#ESC M L move window left (132 col mode only)
11039#ESC M R move window right (132 col mode only)
11040#ESC N set page edit (clear line edit)
11041#ESC O set line edit (clear page edit)
11042#ESC P formatted page print
11043#ESC Q character insert
11044#ESC R line delete
11045#ESC S send message unprotected only
11046#ESC T erase line to insert char
11047#ESC U set monitor mode (see ESC X, ESC u)
11048#
11049#ESC V n select video attribute mode:
11050# n = 0 serial field attribute mode
11051# n = 1 parallel character attribute mode
11052#ESC V 2 n define line attribute:
11053# n = 0 single width single height
11054# n = 1 single width double height
11055# n = 2 double width single height
11056# n = 3 double width double height
11057#ESC V 3 n select character font:
11058# n = 0 system font
11059# n = 1 user defined font
11060#ESC V 4 n select screen mode:
11061# n = 0 page screen mode
11062# n = 1 virtual screen mode
11063#ESC V 5 n control mouse mode:
11064# n = 0 disable mouse
11065# n = 1 enable sample mode
11066# n = 2 send mouse information
11067# n = 3 enable request mode
11068#ESC W character delete
11069#ESC X clear monitor mode (see ESC U, ESC u)
11070#ESC Y erase page to insert char
1bac2ebb 11071#
45fd9aa5
EZ
11072#ESC Z n send user/status line:
11073# n = 0 send user line
11074# n = 1 send status line
11075# n = 2 send terminal ID
11076#ESC [ p1 p2 p3 set character attribute (parallel char mode):
11077# p1: 0 = normal
11078# 1 = blank
11079# 2 = blink
11080# 3 = blink blank (= blank)
11081# 4 = reverse
11082# 5 = reverse blank
11083# 6 = reverse blink
11084# 7 = reverse blink blank (= reverse blank)
11085# 8 = underline
11086# 9 = underline blank
11087# : = underline blink
11088# ; = underline blink blank
11089# < = reverse underline
11090# = = reverse underline blank
11091# > = reverse underline blink
11092# ? = reverse underline blink blank
6772c8e1
GM
11093# p2, p3: f/grnd, b/grnd color
11094# (see ESC F for colors)
45fd9aa5
EZ
11095# use ZZ for mono, eg.
11096# ESC [ 0 Z Z for normal
11097# ESC [ 4 Z Z for inverse etc.
1bac2ebb 11098#
45fd9aa5
EZ
11099#ESC \ n set page size:
11100# n = 1 24 lines/page
11101# n = 2 48 lines/page
11102# n = 3 72 lines/page
11103# n = 4 96 lines/page
11104#ESC ] n set Wordstar mode:
11105# n = 0 normal (KDS7372) mode
11106# n = 1 Wordstar mode
1bac2ebb 11107#
6772c8e1 11108#ESC b set foreground color screen
1bac2ebb 11109#
45fd9aa5
EZ
11110#ESC c n enter self-test mode:
11111# n = 0 exit self test mode
11112# n = 1 ROM test
11113# n = 2 RAM test
11114# n = 3 NVRAM test
11115# n = 4 screen display test
11116# n = 5 main/printer port test
11117# n = 6 mouse port test
11118# n = 7 graphics board test
11119# n = 8 graphics memory test
11120# n = 9 display all 'E'
11121# n = : display all 'H'
6772c8e1 11122#ESC d set background color screen
1bac2ebb 11123#
45fd9aa5
EZ
11124#ESC e n program insert char (n = insert char)
11125#ESC f text CR load user status line with 'text'
1bac2ebb 11126#
45fd9aa5
EZ
11127#ESC g display user status line on 25th line
11128#ESC h display system status line on 25th line
11129#ESC i tab
11130#ESC j reverse linefeed
11131#ESC k n duplex/local edit mode:
11132# n = 0 duplex edit mode
11133# n = 1 local edit mode
11134#ESC l n select virtual screen:
11135# n = 0 screen 1
11136# n = 1 screen 2
11137#ESC m save current config to NVRAM
11138#ESC n p1 select display screen:
11139# p1 = 0 screen 1
11140# p1 = 1 screen 2
11141# p1 = 2 screen 3
11142# p1 = 3 screen 4
11143#ESC o p1 p2 set characters/line and attribute:
11144# p1 = 0 80 chars/line
11145#
11146#ESC o p1 p2 set characters/line and attribute:
11147# p1 = 0 80 chars/line
11148# p1 = 1 132 chars/line
11149# p2 = 0 single width single height
11150# p2 = 1 single width double height
11151# p2 = 2 double width single height
11152# p2 = 3 double width double height
11153#
11154#ESC q insert mode on
11155#ESC r edit mode on
11156#ESC s send message all
11157#ESC t erase line to null
11158#ESC u clear monitor mode (see ESC U, ESC X)
11159#ESC v autopage mode on
11160#ESC w autopage mode off
11161#ESC x p1 p2 p3 define delimiter code...
11162#ESC y erase page to null
11163#
11164#ESC z 2 p1 p2 p3 p4 draw quadrangle:
11165# p1 = starting row
11166# p2 = starting column
11167# p3 = end row
11168# p4 = end column
11169#
11170#ESC { p1 p2 p3 p4 configure main port
11171# (baud, stop bits, parity, word length)
11172#
11173#ESC | p1 p2 text Ctrl-Y program function key with 'text':
11174# p1 = function key code:
11175# '1' - ';' normal f1- f11
11176# '<' - 'F' shifted f1 - f11
11177# p2 = program mode:
11178# 1 = FDX
11179# 2 = LOC
11180# 3 = HDX
11181# Ctrl-Y = terminator
11182# (use Ctrl-P to escape ^P, ^Y )
11183#
11184#ESC } p1 p2 p3 p4 configure printer port
11185# (baud, stop bits, parity, word length)
11186#ESC ~ send system status
11187#
11188# Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
11189#
11190# Entry is by esr going solely on above information and is UNTESTED.
11191# This actually looks a lot like a Televideo 9xx.
11192# This entry uses page 0 and is monochrome; I'm not brave enough to try
11193# to make color work without a test terminal. The :am: capability is a guess.
11194# The initialization string sets conversation mode, blinking underline cursor,
11195# full duplex, parallel attribute mode, display user status line, white
11196# foreground, black background, normal highlight.
11197#
11198icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372:\
11199 :am:bs:hs:\
1bac2ebb 11200 :co#80:li#24:\
45fd9aa5
EZ
11201 :al=\EE:bl=^G:bt=\EI:cl=\E*:cm=\E=%+ %+P%+P:cr=^M:\
11202 :..cs=\E!%+%p1%{32}%+%p2%{32} cud1=\026:ct=\E3:dc=\EW:\
11203 :dl=\ER:ei=\Er:ho=^^:i1=\EC\E.3\EDF\EV1\Eg\E[0ZZ:im=\Eq:\
11204 :mb=\E[2ZZ:me=\E[0ZZ:mk=\E[1ZZ:mr=\E[4ZZ:nd=^L:nw=^_:\
11205 :rs=\Eo1:\
11206 :..sa=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ:\
11207 :se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:st=\E1:ta=^I:\
11208 :ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:ve=\E.3:\
11209 :vi=\E.0:vs=\E.1:
11210icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols:\
11211 :rs=\Eo1:tc=icl6404:
1bac2ebb 11212
45fd9aa5 11213#### Interactive Systems Corp
1bac2ebb 11214#
45fd9aa5
EZ
11215# ISC used to sell OEMed and customized hardware to support ISC UNIX.
11216# ISC UNIX still exists in 1995, but ISC itself is no more; they got
11217# bought out by Sun.
754b75d2 11218#
1bac2ebb 11219
45fd9aa5
EZ
11220# From: <cithep!eric> Wed Sep 16 08:06:44 1981
11221# (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
11222# ":le=^_:" later overridden -- esr)
11223intext|Interactive Systems Corporation modified owl 1200:\
70dc89d1 11224 :am:bs:\
45fd9aa5
EZ
11225 :co#80:it#8:li#24:sg#1:\
11226 :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
11227 :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:im=^V;:\
11228 :ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
11229 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:kb=^H:kd=^J:ke=^V9:\
11230 :kh=^Z:kl=^_:kr=^^:ks=\036\:\264\026%%%:ku=^\:le=^H:nd=^^:\
11231 :se=^V#\s:sf=^J:so=^V$,:ta=^I:up=^\:
11232intext2|intextii|INTERACTIVE modified owl 1251:\
11233 :am:bw:ul:\
11234 :co#80:li#24:sg#0:ug#0:\
11235 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
11236 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
11237 :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
11238 :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:k8=\EX\r:\
11239 :k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:kr=\EC\r:\
11240 :ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:l3=GOTO:l4=+PAGE:\
11241 :l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:l9=RIGHT:nd=\E[C:\
11242 :se=\E[2 D:sf=\E[S:so=\E[6 D:sr=\E[T:ta=^I:ue=\E[2 D:\
11243 :up=\E[A:us=\E[18 D:\
11244 :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
1bac2ebb 11245
45fd9aa5 11246#### Kimtron (abm, kt)
1bac2ebb 11247#
177c0ea7 11248# Kimtron seems to be history, but as March 1998 these people are still
45fd9aa5
EZ
11249# offering repair services for Kimtron equipment:
11250#
11251# Com/Pair Monitor Service
11252# 1105 N. Cliff Ave.
11253# Sioux Falls, South Dakota 57103
177c0ea7 11254#
45fd9aa5
EZ
11255# WATS voice: 1-800/398-4946
11256# POTS fax: +1 605/338-8709
11257# POTS voice: +1 605/338-9650
11258# Email: <compair@sd.cybernex.net>
11259# Internet/Web: <http://www.com-pair.com>
11260#
11261# Kimtron entries include (undocumented) codes for: enter dim mode,
11262# enter bold mode, enter reverse mode, turn off all attributes.
1bac2ebb
DL
11263#
11264
45fd9aa5
EZ
11265# Kimtron ABM 85 added by Dual Systems
11266# (abm85: removed duplicated ":kd=^J:" -- esr)
11267abm85|Kimtron ABM 85:\
11268 :am:bs:bw:ms:\
11269 :co#80:it#8:li#24:sg#1:ug#1:\
11270 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
11271 :dl=\ER:do=^J:ei=\Er:if=/usr/share/tabset/stdcrt:im=\EQ:\
11272 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
11273 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\Ek:so=\Ej:ta=^I:ue=\Em:\
11274 :up=^K:us=\El:
11275# Kimtron ABM 85H added by Dual Systems.
11276# Some notes about the abm85h entries:
11277# 1) there are several firmware revs of 85H in the world. Use abm85h-old for
11278# firmware revs prior to SP51
11279# 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
11280# abm85e entry if it is in tvi920 emulation mode. They are incompatible
11281# in some places and NOT software settable i.e., :is: can't fix it)
11282# 3) In 85h mode, the arrow keys and special functions transmit when
11283# the terminal is in dup-edit, and work only locally in local-edit.
11284# Vi won't swallow `del char' for instance, but :ti: turns on
11285# dup-edit anyway so that the arrow keys will work right. If the
11286# arrow keys don't work the way you like, change :ti:, :te:, and
11287# :is:. Note that 920E mode does not have software commands to toggle
11288# between dup and local edit, so you get whatever was set last on the
11289# terminal.
11290# 4) :vb: attribute is nice, but seems too slow to work correctly
11291# (\Eb:pc:\Ed)
11292# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
11293# are selected, the <xmc@> entry should be removed.
11294# 6) auto new-line should be on (selectable from setup mode only)
11295#
11296# From: Erik Fair <fair@ucbarpa> Sun Oct 27 07:21:05 1985
11297abm85h|Kimtron ABM 85H native mode:\
11298 :hs:\
11299 :sg@:\
11300 :bl=^G:ds=\Ee:fs=^M:im=\EZ:\
11301 :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
11302 :kd=^V:me=\E(\EG0:mh=\E):mk@:ts=\Eg\Ef:vb@:ve=\E.4:vs=\E.2:\
11303 :tc=adm+sgr:tc=abm85:
11304abm85e|Kimtron ABM 85H in 920E mode:\
11305 :sg@:\
11306 :bl=^G:im=\EZ:\
11307 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
11308 :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
11309abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.:\
11310 :sg@:\
11311 :bl=^G:im=\EZ:\
11312 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
11313 :me=\E(\Ek:mh=\E):mr=\Ej:tc=abm85:
11314# From: <malman@bbn-vax.arpa>
11315# (kt7: removed obsolete :ma=^V^J^L :" -- esr)
11316kt7|kimtron model kt-7:\
754b75d2 11317 :am:bs:\
754b75d2 11318 :co#80:it#8:li#24:\
45fd9aa5
EZ
11319 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
11320 :dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
11321 :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
11322 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11323 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:\
11324 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:\
11325 :ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\Ef:up=^K:tc=adm+sgr:
11326# Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
11327# other kt7 entry and the adjacent key capabilities). Removed EE which is
11328# identical to :mh:. Removed :ES=\EGD: which is some kind of highlight
11329# but we can't figure out what.
11330kt7ix|kimtron model kt-7 or 70 in IX mode:\
11331 :am:bw:\
11332 :co#80:it#8:li#25:\
11333 :@7=\EY:PU=\EK:ac=jYk?lZm@nEqDt4uCvAwBx3:ae=\E%%%:al=\EE:\
11334 :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
11335 :cr=^M:dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:\
11336 :im=:is=\EG0\E s\017\E~:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
11337 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
11338 :k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:kE=\ET:kI=\EQ:kL=\ER:kN=\EJ:\
11339 :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
11340 :mb=\EG2:me=\EG0:mh=\EG@:nd=^L:nw=^M^J:se=\EG0:sf=^J:\
11341 :so=\EG4:ta=^I:ts=\Ef:ue=\EG0:up=^K:us=\EG8:ve=\E.3:vi=\E.0:
1bac2ebb 11342
45fd9aa5 11343#### Microdata/MDIS
754b75d2 11344#
45fd9aa5
EZ
11345# This was a line of terminals made by McDonnell-Douglas Information Systems.
11346# These entries come direct from MDIS documentation. I have edited them only
11347# to move primary names of the form p[0-9] * to aliases, and to comment out
177c0ea7 11348# :ae:/:as: in a couple of entries without <acsc> strings. I have
45fd9aa5
EZ
11349# also removed the change history; the last version indicates this is
11350# version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
1bac2ebb
DL
11351#
11352
45fd9aa5
EZ
11353# McDonnell Information Systems Terminal Family History
11354# =========================================
11355#
11356# Prism-1, Prism-2 and P99:
11357# Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
11358#
11359# Prism-4 and Prism-5:
11360# Slightly less ancient range of Microdata terminals. Follow-on from
11361# Prism-2, but with many enhancements. P5 has eight display pages.
11362#
11363# Prism-6:
11364# A special terminal for use with library systems, primarily in Germany.
11365# Limited numbers. Similar functionality to P5 (except attributes?).
11366#
11367# Prism-7, Prism-8 and Prism-9:
11368# More recent range of MDIS terminals, in which P7 and P8
11369# replace the P4 & P5, with added functionality, and P9 is the flagship.
11370# The P9 has two emulation modes - P8 and ANSI - and includes a
11371# large number of the DEC VT220 control sequences. Both
11372# P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
754b75d2 11373#
45fd9aa5
EZ
11374# Prism-12 and Prism-14:
11375# Latest range, functionally very similar to the P9. The P14 has a
11376# black-on-white overscanning screen.
754b75d2 11377#
45fd9aa5 11378# The terminfo definitions given here are:
754b75d2 11379#
45fd9aa5 11380# p2 - Prism-2 (or Prism-1 or P99).
754b75d2 11381#
45fd9aa5
EZ
11382# p4 - Prism-4 (and older P7s & P8s).
11383# p5 - Prism-5 (or Prism-6).
754b75d2 11384#
45fd9aa5
EZ
11385# p7 - Prism-7.
11386# p8 - Prism-8 (in national or multinational mode).
11387# p8-w - 132 column version of p8.
11388# p9 - Prism-9 in ANSI mode.
11389# p9-w - 132 column version of p9.
11390# p9-8 - Prism-9 in Prism-8 emulation mode.
11391# p9-8-w - As p9-8, but with 132 columns.
754b75d2 11392#
45fd9aa5
EZ
11393# p12 - Prism-12 in ANSI mode.
11394# p12-w - 132 column version of p12.
11395# p12-m - Prism-12 in MDC emulation mode.
11396# p12-m-w - As p12-m, but with 132 columns.
11397# p14 - Prism-14 in ANSI mode.
11398# p14-w - 132 column version of p14.
11399# p14-m - Prism-14 in MDC emulation mode.
11400# p14-m-w - As p14-m, but with 132 columns.
11401#
11402# p2: Prism-2
11403# -----------
11404#
11405# Includes Prism-1 and basic P99 without SP or MP loaded.
11406# The simplest form of Prism-type terminal.
11407# Basic cursor movement and clearing operations only.
11408# No video attributes.
11409# Notes:
11410# Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
11411# value up, followed by backspace.
11412#
11413prism2|MDC Prism-2:\
11414 :am:bw:ms:\
754b75d2 11415 :co#80:li#24:\
45fd9aa5
EZ
11416 :bl=^G:cd=\EJ:ce=\EK:\
11417 :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11418 :cl=\014:\
11419 :..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:\
11420 :cr=^M:cv=\013%+ :do=^J:ho=^A:kb=^H:kh=^A:le=^H:nd=^F:sf=^J:\
11421 :up=^Z:
754b75d2 11422
45fd9aa5
EZ
11423# p4: Prism-4
11424# -----------
11425#
11426# Includes early versions of P7 & P8.
11427# Basic family definition for most Prisms (except P2 and P9 ANSI).
11428# Notes:
11429# Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
11430# value up, followed by backspace.
11431# Cursor key definitions removed because they interfere with vi and csh keys.
754b75d2 11432#
45fd9aa5
EZ
11433prism4|p4|P4|MDC Prism-4:\
11434 :5i:am:bw:hs:ms:\
11435 :co#80:li#24:sg#1:ug#1:ws#72:\
11436 :bl=^G:cd=\EJ:ce=\EK:\
11437 :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11438 :cl=\014:\
11439 :..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:\
11440 :cr=^M:cv=\013%+ :do=^J:ds=\035\343\035\345:fs=^]\345:\
11441 :ho=^A:kb=^H:kh=^A:le=^H:mb=^CB:me=^C\s:mh=^CA:mk=^CH:mr=^CD:\
11442 :nd=^F:pf=\ET:po=\ER:ps=\EU:\
11443 :..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%;:\
11444 :se=^C\s:sf=^J:so=^CD:ts=^]\343:ue=^C\s:up=^Z:us=^CP:\
11445 :ve=^]\342:vi=^]\344:
754b75d2 11446
45fd9aa5
EZ
11447# p5: Prism-5
11448# -----------
11449#
11450# Same definition as p4. Includes Prism-6 (not tested!).
11451# Does not use any multi-page features.
11452#
11453prism5|p5|P5|MDC Prism-5:\
11454 :tc=p4:
754b75d2 11455
45fd9aa5
EZ
11456# p7: Prism-7
11457# -----------
754b75d2 11458#
45fd9aa5
EZ
11459# Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
11460# Notes:
11461# Use p4 for very early models of P7.
11462# Rev-index removed; can't send nulls to terminal in 8-bit modes.
754b75d2 11463#
45fd9aa5
EZ
11464prism7|p7|P7|MDC Prism-7:\
11465 :ch@:cm=\E[%i%d;%dH:cv@:tc=p4:
11466
11467# p8: Prism-8
11468# -----------
754b75d2 11469#
45fd9aa5
EZ
11470# Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
11471# Supports national and multinational character sets.
11472# Notes:
11473# Alternate char set operations only work in multinational mode.
11474# Use p4 for very early models of P8.
11475# Rev-index removed; can't send nulls to terminal in 8-bit modes.
11476# (esr: commented out :as:/:ae: because there's no <acsc>)
11477#
11478prism8|p8|P8|MDC Prism-8:\
11479 :ch=\E[%i%d`:cm=\E[%i%d;%dH:cv=\E[%i%dd:is=\E[<12h:tc=p4:
11480
11481# p8-w: Prism-8 in 132 column mode
11482# --------------------------------
11483#
11484# 'Wide' version of p8.
11485# Notes:
11486# Rev-index removed; can't send nulls to terminal in 8-bit modes.
11487#
11488prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode:\
11489 :co#132:\
11490 :is=\E[<12h\E[<14h:tc=p8:
11491
11492# p9: Prism-9 in ANSI mode
11493# -------------------------
11494#
11495# The "flagship" model of this generation of terminals.
11496# ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
11497# Notes:
11498# Tabs only reset by "reset". Otherwise assumes default (8 cols).
11499# Fixes to deal with terminal firmware bugs:
11500# . 'ri' uses insert-line since rev index doesn't always
11501# . 'sgr0' has extra '0' since esc[m fails
11502# . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
11503# Not covered in the current definition:
11504# . Labels
11505# . Programming Fn keys
11506# . Graphic characters (defaults correctly to vt100)
11507# . Padding values (sets xon)
11508# (esr: commented out :as:/:ae: because there's no <acsc>)
11509#
11510# (untranslatable capabilities removed to fit entry within 1023 bytes)
11511prism9|p9|P9|MDC Prism-9 in ANSII mode:\
11512 :5i:am:bw:hs:ms:xn:xo:\
11513 :co#80:it#8:li#24:vt#3:ws#72:\
11514 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
11515 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
11516 :F7=\E[31~:F8=\E[32~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
11517 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=^L:\
11518 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%i%dd:dc=\E[P:\
11519 :dl=\E[M:do=^J:ds=\E[%}\024:ec=\E[%dX:ei=\E[4l:fs=^T:\
11520 :ho=\E[H:im=\E[4h:is=\E[&p\E[<12l\E F:k1=\E[11~:\
11521 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
11522 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kC=^L:kb=^H:\
11523 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
11524 :md=\E[1m:me=\E[0m:mp=\E[32%{:mr=\E[7m:nd=\E[C:nw=^M^J:\
11525 :pf=\E[4i:po=\E[5i:ps=\E[i:rc=\E[%z:rp=\E[%r%db%.:\
11526 :rs=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N:\
11527 :sc=\E[%y:se=\E[27m:sf=^J:so=\E[7m:sr=\E[L:st=\EH:ta=^I:\
11528 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[<4h:vi=\E[<4l:
11529
11530# p9-w: Prism-9 in 132 column mode
11531# --------------------------------
11532#
11533# 'Wide' version of p9.
11534#
11535prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode:\
11536 :co#132:\
11537 :is=\E[&p\E[<12l\E F\E[<14h:\
11538 :rs=\E[&p\E[<12l\E F\E[<14h:tc=p9:
11539
11540# p9-8: Prism-9 in P8 mode
11541# ------------------------
11542#
11543# P9 terminal in P8 emulation mode.
11544# Similar to p8 definition.
11545# Insertion and deletion operations possible.
11546#
11547prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode:\
11548 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
11549 :dl=\E[M:ei=:ic=\E[@:im=:tc=p8:
11550
11551# p9-8-w: Prism-9 in P8 and 132 column modes
11552# ------------------------------------------
11553#
11554# P9 terminal in P8 emulation mode and 132 column mode.
11555#
11556prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode:\
11557 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
11558 :dl=\E[M:ei=:ic=\E[@:im=:tc=p8-w:
1bac2ebb 11559
45fd9aa5
EZ
11560# p12: Prism-12 in ANSI mode
11561# ---------------------------
11562#
11563# See p9 definition.
1bac2ebb 11564#
45fd9aa5
EZ
11565prism12|p12|P12|MDC Prism-12 in ANSI mode:\
11566 :tc=p9:
1bac2ebb 11567
45fd9aa5
EZ
11568# p12-w: Prism-12 in 132 column mode
11569# ----------------------------------
11570#
11571# 'Wide' version of p12.
11572#
11573prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\
11574 :tc=p9-w:
1bac2ebb 11575
45fd9aa5
EZ
11576# p12-m: Prism-12 in MDC emulation mode
11577# -------------------------------------
11578#
11579# P12 terminal in MDC emulation mode.
11580# Similar to p8 definition.
11581# Insertion and deletion operations possible.
1bac2ebb 11582#
45fd9aa5
EZ
11583prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode:\
11584 :tc=p9-8:
1bac2ebb 11585
45fd9aa5
EZ
11586# p12-m-w: Prism-12 in MDC emulation and 132 column modes
11587# -------------------------------------------------------
1bac2ebb 11588#
45fd9aa5 11589# P12 terminal in MDC emulation mode and 132 column mode.
1bac2ebb 11590#
45fd9aa5
EZ
11591prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode:\
11592 :tc=p9-8-w:
1bac2ebb 11593
45fd9aa5
EZ
11594# p14: Prism-14 in ANSII mode
11595# ---------------------------
1bac2ebb 11596#
45fd9aa5
EZ
11597# See p9 definition.
11598#
11599prism14|p14|P14|MDC Prism-14 in ANSII mode:\
11600 :tc=p9:
754b75d2 11601
45fd9aa5
EZ
11602# p14-w: Prism-14 in 132 column mode
11603# ----------------------------------
11604#
11605# 'Wide' version of p14.
11606#
11607prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
11608 :tc=p9-w:
754b75d2 11609
45fd9aa5
EZ
11610# p14-m: Prism-14 in MDC emulation mode
11611# -------------------------------------
11612#
11613# P14 terminal in MDC emulation mode.
11614# Similar to p8 definition.
11615# Insertion and deletion operations possible.
11616#
11617prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
11618 :tc=p9-8:
754b75d2 11619
45fd9aa5
EZ
11620# p14-m-w: Prism-14 in MDC emulation and 132 column modes
11621# -------------------------------------------------------
754b75d2 11622#
45fd9aa5
EZ
11623# P14 terminal in MDC emulation mode and 132 column mode.
11624#
11625prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
11626 :tc=p9-8-w:
1bac2ebb 11627
45fd9aa5
EZ
11628# End of McDonnell Information Systems Prism definitions
11629
11630# These things were popular in the Pick database community at one time
11631# From: George Land <georgeland@aol.com> 24 Sep 1996
11632p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition:\
11633 :am:bw:hs:mi:\
11634 :co#80:li#24:ma#1:sg#1:ug#1:ws#78:\
11635 :F2=^AJ\r:F3=^AK\r:F4=^AL\r:F5=^AM\r:F6=^AN\r:F7=^AO\r:\
11636 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\s^H:\
11637 :dl=^P:do=^J:ho=^A:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
11638 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
11639 :kD=\s^H:kE=\EK:kL=^P:kS=\EJ:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
11640 :ku=^Z:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:l9=F9:\
11641 :la=F10:le=^U:mb=^CB:me=^C\s:mh=^CA:mk=^CH:mr=^CD:nd=^F:\
11642 :nw=^J^M:pc=\0:se=^C\s:sf=^J:so=^CE:ue=^C\s:up=^Z:us=^C0:
11643
11644#### Microterm (act, mime)
1bac2ebb 11645#
45fd9aa5
EZ
11646# The mime1 entries refer to the Microterm Mime I or Mime II.
11647# The default mime is assumed to be in enhanced act iv mode.
11648#
11649
11650# New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>. Prevents
11651# freakout with out-of-range args on Sytek multiplexors. No :so=^N: and
11652# :se=^N: since it gets confused and it's too dim anyway. No :ic:
11653# since Sytek insists ^S means xoff.
11654# (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
11655act4|microterm|microterm act iv:\
11656 :am:bs:\
11657 :co#80:li#24:\
11658 :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
11659 :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
11660 :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:\
11661 :sf=^J:up=^Z:
11662# The padding on :sr: and :ta: for act5 and mime is a guess and not final.
11663# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
11664# (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
11665act5|microterm5|microterm act v:\
11666 :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
11667# Mimes using brightness for standout. Half bright is really dim unless
11668# you turn up the brightness so far that lines show up on the screen.
11669mime-fb|full bright mime1:\
11670 :is=^S\E:se=^S:so=^Y:tc=mime:
11671mime-hb|half bright mime1:\
11672 :is=^Y\E:se=^Y:so=^S:tc=mime:
11673# (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
11674# the more plausible ":do=^J:" -- esr)
11675# uc was at one time disabled to get around a curses bug, be wary of it
11676mime|mime1|mime2|mimei|mimeii|microterm mime1:\
11677 :am:bs:\
11678 :co#80:it#8:li#24:vt#9:\
11679 :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:cm=\024%+^X%> 0%+P:\
11680 :cr=^M:dl=\027:do=^J:ho=^]:is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:\
11681 :le=^H:nd=^X:sf=^J:sr=\022:ta=\011:uc=^U:up=^Z:
11682# These termcaps (for mime2a) put the terminal in low intensity mode
11683# since high intensity mode is so obnoxious.
11684mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
11685 :am:bs:\
11686 :co#80:li#24:\
11687 :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :cr=^M:\
11688 :dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:is=\E):kd=^J:\
11689 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:sf=^J:so=\E\::sr=\EI:\
11690 :ue=\E7:up=\EI:us=\E6:
11691# This is the preferred mode (but ^X can't be used as a kill character)
11692mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
1bac2ebb 11693 :bs:\
45fd9aa5
EZ
11694 :co#80:it#8:li#24:\
11695 :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :cr=^M:\
11696 :dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:is=^Y:kd=\EB:\
11697 :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\E9:sf=^J:so=\E8:\
11698 :sr=\EA:ta=^I:ue=\E5:up=\EA:us=\E4:
11699# (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
11700mime3a|mime1 emulating 3a:\
11701 :am@:\
11702 :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
11703mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
11704 :it#8:\
11705 :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
11706# Wed Mar 9 18:53:21 1983
11707# We run our terminals at 2400 baud, so there might be some timing problems at
177c0ea7 11708# higher speeds. The major improvements in this model are the terminal now
45fd9aa5
EZ
11709# scrolls down and insert mode works without redrawing the rest of the line
11710# to the right of the cursor. This is done with a bit of a kludge using the
11711# exit graphics mode to get out of insert, but it does not appear to hurt
11712# anything when using vi at least. If you have some users using act4s with
11713# programs that use curses and graphics mode this could be a problem.
11714mime314|mm314|mime 314:\
11715 :am:\
754b75d2 11716 :co#80:li#24:\
45fd9aa5
EZ
11717 :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:ei=^V:ho=^]:\
11718 :im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:ta=^I:up=^Z:
11719# Microterm mime 340 from University of Wisconsin
11720mm340|mime340|mime 340:\
11721 :co#80:li#24:\
11722 :al=46\EU:cd=2*\037:ce=2.1\EL:cl=12\032:cm=\E=%+ %+ :\
11723 :cr=^M:dc=2.1*\E#:dl=49.6\EV:do=^J:is=\E,:kb=^H:kd=^J:kl=^H:\
11724 :ku=^K:le=^H:nd=^L:nw=^M^J:sf=^J:ta=^I:up=^K:
11725# This came from University of Wisconsin marked "astro termcap for jooss".
11726# (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
11727# also added <rmam>/<smam> based on the init string -- esr)
11728mt4520-rv|micro-term 4520 reverse video:\
11729 :am:hs:ms:xn:xo:\
11730 :co#80:it#8:li#24:ws#80:\
11731 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11732 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
11733 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
11734 :cr=^M:cs=\E[%i%d;%dr:ct=\E[g:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
11735 :fs=\E[?5l\E[?5h:ho=\E[H:ic=\E[@:im=:\
11736 :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
11737 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:\
11738 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:me=\E[m:\
11739 :nd=\E[C:nw=\EE:\
11740 :r1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J:\
11741 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=\E[0m:\
11742 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[25;1H:ue=\E[24m:\
11743 :up=\E[A:us=\E[4m:vb=\E[?5l\E[?5h:ve=\E[0V\E8:\
11744 :vs=\E7\E[0U:
1bac2ebb 11745
45fd9aa5
EZ
11746# Fri Aug 5 08:11:57 1983
11747# This entry works for the ergo 4000 with the following setups:
11748# ansi,wraparound,newline disabled, xon/xoff disabled in both
11749# setup a & c.
177c0ea7 11750#
45fd9aa5 11751# WARNING!!! There are multiple versions of ERGO 4000 microcode
177c0ea7 11752# Be advised that very early versions DO NOT WORK RIGHT !!
45fd9aa5
EZ
11753# Microterm does have a ROM exchange program- use it or lose big
11754# (ergo400: added <rmam>/<smam> based on the init string -- esr)
11755ergo4000|microterm ergo 4000:\
11756 :da:db:ms:\
11757 :co#80:li#66:\
11758 :RA=\E[?7l:SA=\E[?7m:al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:\
11759 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
11760 :do=\E[B:ei=\E[4l:im=\E[4h:\
11761 :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
11762 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:kr=\E[C:\
11763 :ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:me=\E[m:\
11764 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:
754b75d2 11765
177c0ea7 11766#### NCR
754b75d2 11767#
45fd9aa5
EZ
11768# NCR's terminal group was merged with AT&T's when AT&T bought the company.
11769# For what happened to that group, see the ADDS section.
11770#
11771# There is an NCR4103 terminal that's just a re-badged Wyse-50.
754b75d2
DL
11772#
11773
45fd9aa5
EZ
11774# The following vendor-supplied termcaps were captured from the Boundless
11775# Technologies site, 8 March 1998. I removed all-upper-case names that were
11776# identical, except for case, to lower-case ones. I also uncommented the acsc
11777# capabilities.X
11778#
11779# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11780# DEC vt200/300 with color capabilities added.
11781ncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
11782 :Co#8:pa#64:\
11783 :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300an:
11784# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11785# DEC vt200/300 with color capabilities added.
11786ncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
11787 :Co#8:pa#64:\
11788 :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wan:
11789# The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11790# DEC vt200/300 with color capabilities added.
11791ncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard:\
11792 :Co#8:pa#64:\
11793 :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300pp:
11794# The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
11795# DEC vt200/300 with color capabilities added.
11796ncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode:\
11797 :Co#8:pa#64:\
11798 :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wpp:
11799# This definition for ViewPoint supports several attributes. This means
11800# that it has magic cookies (extra spaces where the attributes begin).
11801# Some applications do not function well with magic cookies. The System
177c0ea7 11802# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
45fd9aa5 11803# If supporting various attributes is not vital, 'xmc#1' and the extra
177c0ea7
JB
11804# attributes can be removed.
11805# Mapping to ASCII character set ('acsc' capability) can also be
45fd9aa5
EZ
11806# restored if needed.
11807# (untranslatable capabilities removed to fit entry within 1023 bytes)
11808# (sgr removed to fit entry within 1023 bytes)
11809# (acsc removed to fit entry within 1023 bytes)
11810# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11811ncr260vppp|NCR 2900_260 viewpoint:\
11812 :am:bw:hs:km:mi:ms:xo:\
11813 :co#80:li#24:sg#1:ug#1:\
11814 :K1=^A:K3=\EJ:K4=\ET:K5=\EJ:ae=\EcB0\EH\003:al=\EM:\
11815 :as=\EcB1\EH\002:bl=^G:bt=\EI:cd=\Ek:ce=\EK:cl=\014:\
11816 :cm=\EY%+ %+ :cr=\r:dc=\EW:dl=\El:do=\n:ds=\E`c:ei=\Er:\
11817 :fs=^M:ho=\036:im=\Eq:\
11818 :is=\Ee6\E~%\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11819 :k1=^B1\r:k2=^B2\r:k3=^B3\r:k4=^B4\r:k5=^B5\r:k6=^B6\r:\
11820 :k7=^B7\r:k8=^B8\r:k9=^B9\r:kD=\EW:kI=\Eq:kN=\EJ:kP=\EJ:\
11821 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=\010:ll=\001:mb=\EG2:\
11822 :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\006:nw=\037:\
11823 :rs=\Ee6\E~%\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11824 :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
11825 :up=\032:us=\EG8:ve=\E`5:vi=\E`0:vs=\E`5:
11826ncr260vpwpp|NCR 2900_260 viewpoint wide mode:\
11827 :co#132:\
11828 :cm=\Ea%i%dR%dC:\
11829 :is=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11830 :rs=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11831 :tc=ncr260vppp:
11832# (untranslatable capabilities removed to fit entry within 1023 bytes)
11833# (sgr removed to fit entry within 1023 bytes)
11834# (acsc removed to fit entry within 1023 bytes)
11835ncr260vt100an|NCR 2900_260 vt100 with ansi kybd:\
11836 :am:hs:mi:ms:xn:xo:\
11837 :Nl#32:co#80:li#24:\
11838 :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
11839 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:K1=\EOw:K2=\EOy:\
11840 :K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:\
11841 :UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[0J:\
11842 :ce=\E[0K:ch=\E[%dG:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=\r:\
11843 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%dd:dc=\E[1P:dl=\E[M:\
11844 :do=\E[B:ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
11845 :ho=\E[H:im=\E[4h:\
11846 :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11847 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\E[3~:kI=\E[2~:\
11848 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
11849 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11850 :me=\E[0m\017:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11851 :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11852 :sc=\E7:se=\E[0m:sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
11853 :ts=\E[2$~\E[1$}:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11854 :vi=\E[?25l:
11855ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd:\
11856 :co#132:\
11857 :cm=\E[%i%d;%dH:\
11858 :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11859 :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11860 :tc=ncr260vt100an:
11861ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd:\
11862 :@7=\E[5~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:\
11863 :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11864 :kD=\E[4~:kI=\E[1~:kN=\E[6~:kP=\E[3~:kd=\E[B:ke=\E>:\
11865 :kh=\E[2~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:\
11866 :l3=pf3:l4=pf4:\
11867 :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11868 :tc=ncr260vt100an:
11869ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+ kybd:\
11870 :co#132:\
11871 :cm=\E[%i%d;%dH:\
11872 :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11873 :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11874 :tc=ncr260vt100pp:
11875# (untranslatable capabilities removed to fit entry within 1023 bytes)
11876# (sgr removed to fit entry within 1023 bytes)
11877# (acsc removed to fit entry within 1023 bytes)
11878# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11879ncr260vt200an|NCR 2900_260 vt200 with ansi kybd:\
11880 :am:hs:mi:ms:xn:xo:\
11881 :co#80:li#24:\
70dc89d1 11882 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
45fd9aa5
EZ
11883 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11884 :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11885 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11886 :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11887 :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11888 :im=\E[4h:\
11889 :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11890 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11891 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11892 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11893 :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11894 :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11895 :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11896 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11897 :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11898 :vi=\E[?25l:
11899ncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd:\
11900 :co#132:\
11901 :cm=\E[%i%d;%dH:\
11902 :is=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11903 :rs=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11904 :tc=ncr260vt200an:
11905ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd:\
11906 :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11907 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11908 :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11909 :tc=ncr260vt200an:
11910ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+ kybd:\
11911 :co#132:\
11912 :cm=\E[%i%d;%dH:\
11913 :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11914 :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11915 :tc=ncr260vt200pp:
11916# (untranslatable capabilities removed to fit entry within 1023 bytes)
11917# (sgr removed to fit entry within 1023 bytes)
11918# (acsc removed to fit entry within 1023 bytes)
11919# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11920ncr260vt300an|NCR 2900_260 vt300 with ansi kybd:\
11921 :am:hs:mi:ms:xn:xo:\
11922 :co#80:li#24:\
70dc89d1 11923 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
45fd9aa5
EZ
11924 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11925 :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11926 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11927 :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11928 :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11929 :im=\E[4h:\
11930 :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11931 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11932 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11933 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11934 :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11935 :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11936 :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11937 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11938 :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11939 :vi=\E[?25l:
11940ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd:\
11941 :co#132:\
11942 :cm=\E[%i%d;%dH:\
11943 :is=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11944 :rs=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11945 :tc=ncr260vt300an:
11946ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd:\
11947 :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11948 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11949 :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11950 :tc=ncr260vt300an:
11951NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+ kybd:\
11952 :co#132:\
11953 :cm=\E[%i%d;%dH:\
11954 :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11955 :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11956 :tc=ncr260vt300pp:
177c0ea7 11957# This terminfo file contains color capabilities for the Wyse325 emulation of
45fd9aa5
EZ
11958# the NCR 2900/260C color terminal. Because of the structure of the command
11959# (escape sequence) used to set color attributes, one of the fore/background
11960# colors must be preset to a given value. I have set the background color to
11961# black. The user can change this setup by altering the last section of the
177c0ea7
JB
11962# 'setf' definition. The escape sequence to set color attributes is
11963# ESC d y <foreground_color> <background_color> 1
45fd9aa5 11964# In addition, the background color can be changed through the desk accessories.
177c0ea7 11965# The capablitiy 'op' sets colors to green on black (default combination).
754b75d2 11966#
45fd9aa5
EZ
11967# NOTE: The NCR Unix System Administrator's Shell will not function properly
11968# if the 'pairs' capability is defined. Un-Comment the 'pairs'
177c0ea7 11969# capability and recompile if you wish to have it included.
754b75d2 11970#
45fd9aa5
EZ
11971# (untranslatable capabilities removed to fit entry within 1023 bytes)
11972# (sgr removed to fit entry within 1023 bytes)
11973# (acsc removed to fit entry within 1023 bytes)
11974# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11975ncr260wy325pp|NCR 2900_260 wyse 325:\
11976 :am:bw:hs:km:mi:ms:xo:\
1bac2ebb 11977 :co#80:li#24:\
45fd9aa5
EZ
11978 :K1=^^:K2=\EJ:K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:\
11979 :as=\EH\002\EcB1:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
11980 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:\
11981 :ei=\Er:fs=^M:ho=\036:im=\Eq:\
11982 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11983 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11984 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11985 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11986 :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:\
11987 :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11988 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
11989 :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
11990ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode:\
11991 :co#132:\
11992 :cm=\Ea%i%dR%dC:\
11993 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11994 :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11995 :tc=ncr260wy325pp:
11996# This definition for Wyse 350 supports several attributes. This means
11997# that it has magic cookies (extra spaces where the attributes begin).
11998# Some applications do not function well with magic cookies. The System
177c0ea7 11999# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
45fd9aa5 12000# If supporting various attributes is not vital, 'xmc#1' and the extra
177c0ea7
JB
12001# attributes can be removed.
12002# Mapping to ASCII character set ('acsc' capability) can also be
45fd9aa5
EZ
12003# restored if needed.
12004# In addition, color capabilities have been added to this file. The drawback,
12005# however, is that the background color has to be black. The foreground colors
177c0ea7 12006# are numbered 0 through 15.
754b75d2 12007#
45fd9aa5
EZ
12008# NOTE: The NCR Unix System Administrator's Shell does not function properly
12009# with the 'pairs' capability defined as below. If you wish to
177c0ea7 12010# have it included, Un-comment it and recompile (using 'tic').
754b75d2 12011#
45fd9aa5
EZ
12012# (untranslatable capabilities removed to fit entry within 1023 bytes)
12013# (sgr removed to fit entry within 1023 bytes)
12014# (acsc removed to fit entry within 1023 bytes)
12015# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12016ncr260wy350pp|NCR 2900_260 wyse 350:\
12017 :am:bw:hs:km:mi:ms:xo:\
12018 :co#80:li#24:sg#1:ug#1:\
12019 :K1=^^:K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:\
12020 :as=\EH\002\EcB1:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
12021 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:\
12022 :ei=\Er:fs=^M:ho=\036:im=\Eq:\
12023 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12024 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12025 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12026 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12027 :me=\EG0\EH\003\EcD:mh=\EGp:mr=\EG4:nd=\014:nw=\037:\
12028 :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12029 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
12030 :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12031ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode:\
12032 :co#132:\
12033 :cm=\Ea%i%dR%dC:\
12034 :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12035 :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12036 :tc=ncr260wy350pp:
12037# This definition for Wyse 50+ supports several attributes. This means
12038# that it has magic cookies (extra spaces where the attributes begin).
12039# Some applications do not function well with magic cookies. The System
177c0ea7 12040# Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
45fd9aa5 12041# If supporting various attributes is not vital, 'xmc#1' and the extra
177c0ea7
JB
12042# attributes can be removed.
12043# Mapping to ASCII character set ('acsc' capability) can also be
45fd9aa5 12044# restored if needed.
177c0ea7 12045# (ncr260wy50+pp: originally contained commented-out
45fd9aa5
EZ
12046# <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
12047# (untranslatable capabilities removed to fit entry within 1023 bytes)
12048# (sgr removed to fit entry within 1023 bytes)
12049# (acsc removed to fit entry within 1023 bytes)
12050# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12051ncr260wy50+pp|NCR 2900_260 wyse 50+:\
12052 :am:bw:hs:km:mi:ms:xo:\
12053 :co#80:li#24:sg#1:ug#1:\
12054 :K1=^^:K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:\
12055 :cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:\
12056 :dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
12057 :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12058 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12059 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12060 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12061 :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\014:nw=\037:\
12062 :rs=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12063 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:\
12064 :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12065ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode:\
12066 :co#132:\
12067 :cm=\Ea%i%dR%dC:\
12068 :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12069 :rs=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12070 :tc=ncr260wy50+pp:
12071# (untranslatable capabilities removed to fit entry within 1023 bytes)
12072# (sgr removed to fit entry within 1023 bytes)
12073# (acsc removed to fit entry within 1023 bytes)
12074# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12075ncr260wy60pp|NCR 2900_260 wyse 60:\
12076 :am:bw:hs:km:mi:ms:xo:\
12077 :co#80:li#24:\
12078 :K1=^^:K2=\EJ:K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:\
12079 :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E0:\
12080 :dc=\EW:dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
12081 :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12082 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12083 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12084 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12085 :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:\
12086 :rs=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12087 :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:\
12088 :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12089ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode:\
12090 :co#132:\
12091 :cm=\Ea%i%dR%dC:\
12092 :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12093 :rs=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12094 :tc=ncr260wy60pp:
12095ncr160vppp|NCR 2900_160 viewpoint:\
12096 :tc=ncr260vppp:
12097ncr160vpwpp|NCR 2900_160 viewpoint wide mode:\
12098 :tc=ncr260vpwpp:
12099ncr160vt100an|NCR 2900_160 vt100 with ansi kybd:\
12100 :tc=ncr260vt100an:
12101ncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd:\
12102 :tc=ncr260vt100pp:
12103ncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd:\
12104 :tc=ncr260vt100wan:
12105ncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+ kybd:\
12106 :tc=ncr260vt100wpp:
12107ncr160vt200an|NCR 2900_160 vt200 with ansi kybd:\
12108 :tc=ncr260vt200an:
12109ncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd:\
12110 :tc=ncr260vt200pp:
12111ncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd:\
12112 :tc=ncr260vt200wan:
12113ncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+ kybd:\
12114 :tc=ncr260vt200wpp:
12115ncr160vt300an|NCR 2900_160 vt300 with ansi kybd:\
12116 :tc=ncr260vt300an:
12117ncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd:\
12118 :tc=ncr260vt300pp:
12119ncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd:\
12120 :tc=ncr260vt300wan:
12121ncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+ kybd:\
12122 :tc=ncr260vt300wpp:
12123ncr160wy50+pp|NCR 2900_160 wyse 50+:\
12124 :tc=ncr260wy50+pp:
12125ncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode:\
12126 :tc=ncr260wy50+wpp:
12127ncr160wy60pp|NCR 2900_160 wyse 60:\
12128 :tc=ncr260wy60pp:
12129ncr160wy60wpp|NCR 2900_160 wyse 60 wide mode:\
12130 :tc=ncr260wy60wpp:
12131ncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal:\
12132 :5i:am:hs:mi:ms:xo:\
12133 :Nl#32:co#80:it#8:li#24:\
12134 :#4=\E[D:%i=\E[C:@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
12135 :DO=\E[%dB:K1=\E[H:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
12136 :ac=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~:ae=\017:\
12137 :al=\E[B\E[L:as=\016:bl=^G:cb=\E[1K:cd=\E[0J:ce=\E[0K:\
12138 :cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
12139 :ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:ds=\E[31l:eA=\E(B\E)0:\
12140 :ei=\E[4l:fs=1:ho=\E[H:im=\E[4h:\
12141 :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0:k1=\EOP:\
12142 :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
12143 :ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\017\E[0m:mr=\E[7m:\
12144 :nd=\E[C:nw=\EE:ps=\E[i:rc=\E8:\
12145 :rs=\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:\
12146 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>:\
12147 :sc=\E7:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12148 :ts=\E[>+1:ue=\E[0m:up=\E[A:us=\E[4m:
12149ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal:\
12150 :co#132:\
12151 :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0:\
12152 :rs=\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:\
12153 :tc=ncrvt100an:
1bac2ebb 12154#
45fd9aa5 12155# Vendor-supplied NCR termcaps end here
1bac2ebb 12156
45fd9aa5 12157# NCR7900 DIP switches:
1bac2ebb 12158#
45fd9aa5
EZ
12159# Switch A:
12160# 1-4 - Baud Rate
12161# 5 - Parity (Odd/Even)
12162# 6 - Don't Send or Do Send Spaces
12163# 7 - Parity Enable
12164# 8 - Stop Bits (One/Two)
177c0ea7 12165#
45fd9aa5
EZ
12166# Switch B:
12167# 1 - Upper/Lower Shift
12168# 2 - Typewriter Shift
12169# 3 - Half Duplex / Full Duplex
12170# 4 - Light/Dark Background
12171# 5-6 - Carriage Return Without / With Line Feed
12172# 7 - Extended Mode
12173# 8 - Suppress Keyboard Display
177c0ea7 12174#
45fd9aa5
EZ
12175# Switch C:
12176# 1 - End of line entry disabled/enabled
12177# 2 - Conversational mode / (Local?) Mode
12178# 3 - Control characters displayed / not displayed
12179# 4 - (2-wire?) / 4-wire communications
12180# 5 - RTS on and off for each character
12181# 6 - (50Hz?) / 60 Hz
12182# 7 - Exit after level zero diagnostics
12183# 8 - RS-232 interface
177c0ea7 12184#
45fd9aa5
EZ
12185# Switch D:
12186# 1 - Reverse Channel (yes / no)
12187# 2 - Manual answer (no / yes)
12188# 3-4 - Cursor appearance
12189# 5 - Communication Rate
12190# 6 - Enable / Disable EXT turnoff
12191# 7 - Enable / Disable CR turnoff
12192# 8 - Enable / Disable backspace
1bac2ebb 12193#
45fd9aa5
EZ
12194# Since each attribute parameter is 0 or 1, we shift each attribute (standout,
12195# reverse, blink, dim, and underline) the appropriate number of bits (by
12196# multiplying the 0 or 1 by a correct factor to shift) so the bias character,
12197# '@' is (effectively) "or"ed with each attribute to generate the proper third
12198# character in the <ESC>0 sequence. The :sa: string implements the following
12199# equation:
754b75d2 12200#
45fd9aa5
EZ
12201# ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17)) =>
12202# ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
754b75d2 12203#
45fd9aa5
EZ
12204# Where: P1 <==> Standout attribute parameter
12205# P2 <==> Underline attribute parameter
12206# P3 <==> Reverse attribute parameter
12207# P4 <==> Blink attribute parameter
12208# P5 <==> Dim attribute parameter
12209# From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
12210ncr7900i|ncr7900|ncr 7900 model 1:\
12211 :am:bw:ul:\
12212 :co#80:li#24:sg#1:ug#1:\
12213 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
12214 :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:\
12215 :ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
12216 :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
12217 :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
12218ncr7900iv|ncr 7900 model 4:\
12219 :am:bw:es:hs:\
12220 :co#80:li#24:\
12221 :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:dl=\E^O:\
12222 :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:k1=\ES:k2=\ET:\
12223 :k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
12224 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:\
12225 :nw=^M^J:sf=^J:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:
12226# Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
12227# The user can enter a CTRL-B to get out of this locked state.
12228# In <hpa>, we want to output the character given by the formula:
12229# ((col / 10) * 16) + (col % 10) where "col" is "p1"
12230ncr7901|ncr 7901 model:\
12231 :am:bw:ul:\
12232 :co#80:li#24:\
12233 :bl=^G:cd=\Ek:ce=\EK:ch=\020%B%.:cl=^L:cm=\EY%+ %+ :cr=^M:\
12234 :cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:kl=^U:kr=^F:\
12235 :ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:mr=\E0P:nd=^F:pf=^T:\
12236 :po=^R:\
12237 :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
12238 :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:ve=^X:\
12239 :vi=^W:
12240
12241#### Perkin-Elmer (Owl)
754b75d2 12242#
45fd9aa5 12243# These are official terminfo entries from within Perkin-Elmer.
1bac2ebb
DL
12244#
12245
45fd9aa5
EZ
12246bantam|pe550|pe6100|perkin elmer 550:\
12247 :bs:\
12248 :co#80:li#24:\
12249 :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:ho=\EH:\
12250 :le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
12251fox|pe1100|perkin elmer 1100:\
12252 :am:bs:\
12253 :co#80:li#24:\
12254 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
12255 :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:st=\E1:\
12256 :up=\EA:vb=\020\002\020\003:
12257owl|pe1200|perkin elmer 1200:\
12258 :am:bs:in:\
12259 :co#80:li#24:\
12260 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :\
12261 :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:\
12262 :k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
12263 :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E!\0:\
12264 :nd=\EC:se=\E!\0:sf=^J:so=\E!^H:st=\E1:up=\EA:\
12265 :vb=\020\002\020\003:
12266pe1251|pe6300|pe6312|perkin elmer 1251:\
12267 :am:\
12268 :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
12269 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:ct=\E3:\
12270 :do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:k3=\ERD:k4=\ERE:\
12271 :k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:le=\ED:\
12272 :nd=\EC:sf=^J:st=\E1:up=\EA:
12273# (pe7000m: this had
177c0ea7 12274# rmul=\E!\0, smul=\E!\040,
45fd9aa5
EZ
12275# which is probably wrong, it collides with kf0
12276pe7000m|perkin elmer 7000 series monochrome monitor:\
12277 :am:\
12278 :co#80:li#24:\
12279 :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :cr=^M:\
12280 :do=\EB:ho=\EH:i1=\E!\0\EW 7o\Egf\ES7\s:k0=\E!\0:\
12281 :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:k6=\E!^F:\
12282 :k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:\
12283 :kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:ll=\ES7\s:nd=\EC:sf=^J:\
12284 :sr=\ER:up=\EA:
6772c8e1 12285pe7000c|perkin elmer 7000 series color monitor:\
45fd9aa5
EZ
12286 :i1=\E!\0\EW 7o\Egf\Eb0\Ec7\ES7\s:se=\Eb0:so=\Eb2:\
12287 :ue=\E!\0:us=\E!\s:tc=pe7000m:
1bac2ebb 12288
45fd9aa5 12289#### Sperry Univac
1bac2ebb 12290#
45fd9aa5 12291# Sperry Univac has merged with Burroughs to form Unisys.
1bac2ebb 12292#
1bac2ebb 12293
177c0ea7
JB
12294# This entry is for the Sperry UTS30 terminal running the TTY
12295# utility under control of CP/M Plus 1R1. The functionality
45fd9aa5
EZ
12296# provided is comparable to the DEC vt100.
12297# (uts30: I added <rmam>/<smam> based on the init string -- esr)
12298uts30|sperry uts30 with cp/m@1R1:\
12299 :am:bw:hs:\
12300 :co#80:li#24:ws#40:\
12301 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12302 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7m:SF=\E[%dB:\
12303 :SR=\E[%dA:UP=\E[%dA:\
12304 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
12305 :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
12306 :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:do=\EB:\
12307 :ei=:fs=^M:ho=\E[H:ic=\EO:im=:is=\E[U 7\E[24;1H:kb=^H:\
12308 :kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:\
12309 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\EC:rc=\EX:\
12310 :rf=/usr/share/tabset/vt100:\
12311 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\EW:se=\E[m:\
12312 :sf=^J:so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:up=\E[A:\
12313 :us=\E[4m:ve=\ES:vi=\ER:
754b75d2 12314
45fd9aa5
EZ
12315#### Tandem
12316#
12317# Tandem builds these things for use with its line of fault-tolerant
12318# transaction-processing computers. They aren't generally available
12319# on the merchant market, and so are fairly uncommon.
12320#
754b75d2 12321
45fd9aa5
EZ
12322tandem6510|adm3a repackaged by Tandem:\
12323 :tc=adm3a:
12324
12325# A funny series of terminal that TANDEM uses. The actual model numbers
12326# have a fourth digit after 653 that designates minor variants. These are
12327# natively block-mode and rather ugly, but they have a character mode which
12328# this doubtless(?) exploits. There is a 6520 that is slightly dumber.
12329# (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
12330# removed :if=/usr/share/tabset/tandem653:, no such file -- esr)
12331tandem653|t653x|Tandem 653x multipage terminal:\
12332 :am:bs:da:db:hs:\
12333 :co#80:li#24:sg#1:ug#1:ws#64:\
12334 :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:fs=^M:\
12335 :ho=\EH:le=^H:me=\E6\s:nd=\EC:se=\E6\s:sf=\ES:so=\E6$:\
12336 :sr=\ET:ts=\Eo:ue=\E6\s:up=\EA:us=\E60:
12337
12338#### Tandy/Radio Shack
12339#
12340# Tandy has a line of VDTs distinct from its microcomputers.
754b75d2 12341#
754b75d2 12342
45fd9aa5
EZ
12343dmterm|deskmate terminal:\
12344 :am:bw:\
12345 :co#80:li#24:\
12346 :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :cr=^M:\
12347 :dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:k0=\E1:k1=\E2:\
12348 :k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:k7=\E8:k8=\E9:k9=\E0:\
12349 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:\
12350 :l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:mk@:nd=\EC:\
12351 :sf=\EX:ta=^I:ue@:up=\EA:us@:ve=\EG6:vi=\EG5:tc=adm+sgr:
12352dt100|dt-100|Tandy DT-100 terminal:\
12353 :xo:\
12354 :co#80:li#24:sg#1:ug#1:\
12355 :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:bl=^G:\
12356 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:cr=^M:\
12357 :cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:\
12358 :im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:k2=\E[2i:k3=\E[@:k4=\E[M:\
12359 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
12360 :k;=\E[?5i:kN=\E[29~:kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:\
12361 :kr=\E[C:ku=\E[A:l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:\
12362 :l8=f8:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
12363 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
12364dt100w|dt-100w|Tandy DT-100 terminal (wide mode):\
12365 :co#132:tc=dt100:
12366dt110|Tandy DT-110 emulating ansi:\
12367 :xo:\
12368 :co#80:li#24:\
12369 :@7=\E[K:ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[0L:as=^N:\
12370 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:\
12371 :cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:dl=\E[0M:do=\E[0B:\
12372 :eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:im=:is=\E[?3l\E)0\E(B:\
12373 :k1=\E[1~:k2=\E[2~:k3=\E[3~:k4=\E[4~:k5=\E[5~:k6=\E[6~:\
12374 :k7=\E[7~:k8=\E[8~:k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:\
12375 :kP=\E[25~:kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:\
12376 :l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:\
12377 :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
12378 :ue=\E[m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
12379pt210|TRS-80 PT-210 printing terminal:\
12380 :hc:os:\
12381 :co#80:\
12382 :bl=^G:cr=^M:do=^J:sf=^J:
12383
12384#### Tektronix (tek)
754b75d2 12385#
177c0ea7 12386# Tektronix tubes are graphics terminals. Most of them use modified
45fd9aa5
EZ
12387# oscilloscope technology incorporating a long-persistence green phosphor,
12388# and support vector graphics on a main screen with an attached "dialogue
12389# area" for interactive text.
754b75d2 12390#
45fd9aa5
EZ
12391
12392tek|tek4012|tektronix 4012:\
12393 :bs:os:\
12394 :co#75:li#35:\
12395 :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
12396# (tek4013: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12397tek4013|tektronix 4013:\
12398 :ac=:ae=\E^O:as=\E^N:tc=tek4012:
12399tek4014|tektronix 4014:\
12400 :co#81:li#38:\
12401 :is=\E\017\E9:tc=tek4012:
12402# (tek4015: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12403tek4015|tektronix 4015:\
12404 :ac=:ae=\E^O:as=\E^N:tc=tek4014:
12405tek4014-sm|tektronix 4014 in small font:\
12406 :co#121:li#58:\
12407 :is=\E\017\E\::tc=tek4014:
12408# (tek4015-sm: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12409tek4015-sm|tektronix 4015 in small font:\
12410 :ac=:ae=\E^O:as=\E^N:tc=tek4014-sm:
12411# Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
754b75d2 12412#
45fd9aa5
EZ
12413# You need to have "stty nl2" in effect. Some versions of tset(1) know
12414# how to set it for you.
754b75d2 12415#
45fd9aa5
EZ
12416# It's got the Magic Cookie problem around stand-out mode. If you can't
12417# live with Magic Cookie, remove the :so: and :se: fields and do without
12418# reverse video. If you like reverse video stand-out mode but don't want
12419# it to flash, change the letter 'H' to 'P' in the :so: field.
12420tek4023|tektronix 4023:\
12421 :am:bs:\
12422 :co#80:dN#4:li#24:sg#1:vt#4:\
12423 :bl=^G:cl=4\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:kb=^H:le=^H:\
12424 :nd=^I:nl=^J:se=^_@:so=^_P:
12425# It is recommended that you run the 4025 at 4800 baud or less;
12426# various bugs in the terminal appear at 9600. It wedges at the
12427# bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
12428# on keyboard don't work. You have to hit BREAK twice to get
12429# one break at any speed - this is a documented feature.
177c0ea7
JB
12430# Can't use cursor motion because it's memory relative, and
12431# because it only works in the workspace, not the monitor.
45fd9aa5 12432# Same for home. Likewise, standout only works in the workspace.
177c0ea7
JB
12433#
12434# :ce: was commented out since vi and rogue seem to work better
45fd9aa5 12435# simulating it with lots of spaces!
177c0ea7
JB
12436#
12437# :al: and :AL: had 145ms of padding, but that slowed down vi's ^U
45fd9aa5 12438# and didn't seem necessary.
754b75d2 12439#
45fd9aa5
EZ
12440tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
12441 :am:bs:da:db:\
12442 :co#80:it#8:li#34:lm#0:\
12443 :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
12444 :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
12445 :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
12446 :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
12447 :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
12448 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
12449 :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
12450 :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
12451 :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
12452tek4025-17|tek 4025 17 line window:\
12453 :li#17:tc=tek4025:
12454tek4025-17-ws|tek 4025 17 line window in workspace:\
12455 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
12456 :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
12457 :ti=\037wor h\r:tc=tek4025-17:
12458tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
12459 :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
12460 :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
12461# Tektronix 4025a
12462# From: Doug Gwyn <gwyn@brl-smoke.ARPA>
12463# The following status modes are assumed for normal operation (replace the
12464# initial "!" by whatever the current command character is):
12465# !COM 29 # NOTE: changes command character to GS (^])
12466# ^]DUP
12467# ^]ECH R
12468# ^]EOL
12469# ^]RSS T
12470# ^]SNO N
12471# ^]STO 9 17 25 33 41 49 57 65 73
12472# Other modes may be set according to communication requirements.
12473# If the command character is inadvertently changed, termcap can't restore it.
12474# Insert-character cannot be made to work on both top and bottom rows.
12475# Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
12476# There also seems to be a problem with vertical motion, perhaps involving
12477# delete/insert-line, following a typed carriage return. This terminal sucks.
12478# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12479# (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
12480# work any more. -- esr)
12481tek4025a|Tektronix 4025A:\
12482 :am:bs:bw:da:db:pt:xo:\
12483 :co#80:it#8:li#34:\
12484 :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
12485 :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
12486 :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
12487 :ce=\035dch 80;:ch=\r\035rig %d;:cl=\035era;\n\035rup;:\
12488 :cr=^M:ct=\035sto;:dc=\035dch;:dl=\035dli;:do=^J:le=^H:\
12489 :nd=\035rig;:\
12490 :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;:\
12491 :sf=^J:ta=^I:up=^K:
12492# From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
12493# Here's the command file that I use to get rogue to work on the 4025.
12494# It should work with any program using the old curses (e.g. it better
12495# not try to scroll, or cursor addressing won't work. Also, you can't
12496# see the cursor.)
12497# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
12498tek4025-cr|tek 4025 for curses and rogue:\
12499 :am:bs:\
12500 :co#80:it#8:li#33:\
12501 :cl=\037era;:cm=\037jum%i%d,%d;:do=^F^J:\
12502 :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
12503 :le=^H:nd=\037rig;:sf=^F^J:ta=^I:te=\037wor 0:\
12504 :ti=\037wor 33h:up=^K:
12505# next two lines commented out since curses only allows 128 chars, sigh.
12506# :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:\
12507# :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:
12508tek4025ex|4025ex|4027ex|tek 4025 w/!:\
12509 :is=\037com 33\r\n!sto 9,17,25,33,41,49,57,65,73\r:\
12510 :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
12511tek4105|tektronix 4105:\
12512 :am:bs:mi:ms:ul:xn:xt:\
12513 :co#79:it#8:li#29:\
12514 :ac=:ae=\E[m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
12515 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
12516 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:i1=\E%!1\E[m:\
12517 :im=\E[4h:is=\E%!1\E[?6141\E[m:kb=^H:kd=\E[1B:kl=\E[1D:\
12518 :kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:md=\E[=7;<4m:\
12519 :me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[=1;<3m:\
12520 :nd=\E[1C:se=\E[=0;<1m:sf=\E[S:so=\E[=2;<3m:sr=\E[T:ta=^I:\
12521 :te=:ti=\E%!1\E[?6l\E[2J:ue=\E[=0;<1m:up=\E[1A:\
12522 :us=\E[=5;<2m:
754b75d2 12523
45fd9aa5
EZ
12524# (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
12525tek4105-30|4015 emulating 30 line vt100:\
12526 :am:mi:ms:xn:xo:\
12527 :co#80:it#8:li#30:vt#3:\
12528 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
12529 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
12530 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
12531 :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12532 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
12533 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
12534 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
12535 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
12536 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
12537 :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
12538 :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
12539 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
12540 :ue=\E[m:up=\E[A:us=\E[4m:
12541
12542# Tektronix 4105 from BRL
12543# The following setup modes are assumed for normal operation:
12544# CODE ansi CRLF no DABUFFER 141
12545# DAENABLE yes DALINES 30 DAMODE replace
12546# DAVISIBILITY yes ECHO no EDITMARGINS 1 30
12547# FLAGGING input INSERTREPLACE replace LFCR no
12548# ORIGINMODE relative PROMPTMODE no SELECTCHARSET G0 B
12549# SELECTCHARSET G1 0 TABS -2
12550# Other setup modes may be set for operator convenience or communication
12551# requirements; I recommend
12552# ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
12553# BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
12554# EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
12555# GAMODE overstrike GCURSOR 0 100 0 GSPEED 10 1
12556# IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
12557# PROMPTSTRING '' QUEUESIZE 2460 WINDOW 0 0 4095 3132
12558# XMTDELAY 0
12559# and factory color maps. After setting these modes, save them with NVSAVE. No
12560# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12561# "IC" cannot be used in combination with "im" & "ei".
12562# "tek4105a" is just a guess:
12563tek4105a|Tektronix 4105:\
12564 :bs:ms:pt:xo:\
12565 :co#80:it#8:kn#8:li#30:vt#3:\
70dc89d1 12566 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
45fd9aa5
EZ
12567 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
12568 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12569 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
12570 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
12571 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
12572 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
12573 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
12574 :l5=F6:l6=F8:le=^H:ll=\E[30;H:mb=\E[5m:md=\E[1m:me=\E[m:\
12575 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
12576 :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>:\
12577 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12578 :te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:us=\E[4m:\
12579 :ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
12580 :vs=\E%!0\ETD70\E%!1:
754b75d2 12581
754b75d2 12582#
45fd9aa5
EZ
12583# Tektronix 4106/4107/4109 from BRL
12584# The following setup modes are assumed for normal operation:
12585# CODE ansi COLUMNMODE 80 CRLF no
12586# DABUFFER 141 DAENABLE yes DALINES 32
12587# DAMODE replace DAVISIBILITY yes ECHO no
12588# EDITMARGINS 1 32 FLAGGING input INSERTREPLACE replace
12589# LFCR no LOCKKEYBOARD no ORIGINMODE relative
12590# PROMPTMODE no SELECTCHARSET G0 B SELECTCHARSET G1 0
12591# TABS -2
12592# Other setup modes may be set for operator convenience or communication
12593# requirements; I recommend
12594# ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
12595# BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
12596# EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
12597# GAMODE overstrike GCURSOR 0 100 0 GSPEED 9 3
12598# IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
12599# PROMPTSTRING '' QUEUESIZE 2620 WINDOW 0 0 4095 3132
12600# XMTDELAY 0
12601# and factory color maps. After setting these modes, save them with NVSAVE. No
12602# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12603# "IC" cannot be used in combination with "im" & "ei".
12604tek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109:\
12605 :ms:xo:\
12606 :co#80:it#8:li#32:vt#3:\
12607 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
12608 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
12609 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12610 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
12611 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
12612 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
12613 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
12614 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
12615 :l5=F6:l6=F8:le=^H:ll=\E[32;H:mb=\E[5m:md=\E[1m:me=\E[m:\
12616 :mr=\E[7m:nd=\E[C:nw=\EE:\
12617 :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>:\
12618 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7;42m:sr=\EM:st=\EH:\
12619 :ta=^I:te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:\
12620 :us=\E[4m:ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
12621 :vs=\E%!0\ETD70\E%!1:
12622
12623tek4107|tek4109|tektronix terminals 4107 4109:\
12624 :am:bs:mi:ms:ul:xn:xt:\
12625 :co#79:it#8:li#29:\
12626 :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:do=^J:kb=^H:\
12627 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\E%!1\E[5m\E%!0:\
12628 :md=\E%!1\E[1m\E%!0:me=\E%!1\E[m\E%!0:\
12629 :mh=\E%!1\E[<0m\E%!0:mr=\E%!1\E[7m\E%0:nd=\EC:\
12630 :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>\E%%!0:\
12631 :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
12632 :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
12633 :ve=\E%!0:vs=\E%!3:
12634# Tektronix 4207 with sysline. In the ancestral termcap file this was 4107-s;
12635# see the note attached to tek4207.
12636tek4207-s|Tektronix 4207 with sysline but no memory:\
12637 :es:hs:\
12638 :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
12639 :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:\
12640 :is=\E7\E[?6l\E[2K\E[?6h\E8:\
12641 :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
12642
12643# The 4110 series may be a wonderful graphics series, but they make the 4025
12644# look good for screen editing. In the dialog area, you can't move the cursor
12645# off the bottom line. Out of the dialog area, ^K moves it up, but there
12646# is no way to scroll.
177c0ea7
JB
12647#
12648# Note that there is a floppy for free from Tek that makes the
45fd9aa5
EZ
12649# 4112 emulate the vt52 (use the vt52 termcap). There is also
12650# an expected enhancement that will use ANSI standard sequences.
177c0ea7
JB
12651#
12652# 4112 in non-dialog area pretending to scroll. It really wraps
45fd9aa5 12653# but vi is said to work (more or less) in this mode.
177c0ea7 12654#
45fd9aa5 12655# 'vi' works reasonably well with this entry.
754b75d2 12656#
45fd9aa5
EZ
12657otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series:\
12658 :am:\
12659 :co#80:li#34:\
12660 :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
12661 :ti=\EKA0\ELV0\EMG0:up=^K:
12662# The 4112 with the ANSI compatibility enhancement
12663tek4112|tek4114|tektronix 4110 series:\
12664 :am:bs:db:\
12665 :co#80:li#34:\
12666 :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
12667 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:is=\E3!1:\
12668 :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\
12669 :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:us=\E[4m:
12670tek4112-nd|4112 not in dialog area:\
12671 :ns:\
12672 :up=^K:tc=tek4112:
12673tek4112-5|4112 in 5 line dialog area:\
12674 :li#5:tc=tek4112:
12675# (tek4113: this used to have ":nd=\LM1\s\LM0:", someone's mistake;
12676# removed ":as=\E^N:, :ae=\E^O:", which had been commented out in 8.3.
12677# Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vi: were
12678# previously \0410 and \0411 sequences...I don't *think* they were supposed
12679# to be 4-digit octal -- esr)
12680tek4113|tektronix 4113 color graphics with 5 line dialog area:\
12681 :am:bs:da:eo:\
12682 :co#80:li#5:\
12683 :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
12684 :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
12685 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
12686tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
12687 :li#34:\
12688 :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
177c0ea7 12689# :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not
45fd9aa5
EZ
12690# supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
12691# :vb: needs enough delay to let you see the background color being toggled.
12692tek4113-nd|tektronix 4113 color graphics with no dialog area:\
12693 :am:bs:eo:\
12694 :co#80:it#8:li#34:\
12695 :cl=\E^L:do=^J:ho=\ELF7l\177 @:is=\ELZ\EKA0\ELF7l\177 @:\
12696 :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
12697 :uc=\010\EMG1_\EMG0:up=^K:\
12698 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
12699 :vs=\ELZ\EKA0:
12700# This entry is from Tek. Inc. (Brian Biehl)
12701# (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
12702otek4115|Tektronix 4115:\
12703 :am:bs:da:db:eo:\
12704 :co#80:it#8:li#34:\
12705 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
12706 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
12707 :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
12708 :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:\
12709 :kb=^H:ke=\E>:ks=\E=:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:\
12710 :so=\E[7m:sr=\EM:ta=^I:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
12711 :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
12712 :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
12713tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
12714 :am:xo:\
12715 :co#80:li#34:\
12716 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
12717 :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
12718 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
12719 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:\
12720 :dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
12721 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
12722 :mk=\E[8m:mr=\E[7m:nd=\E[C:..rp=%p1%c\E[%p2%{1}%-%db:\
12723 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
12724 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
12725 :us=\E[4m:
12726# The tek4125 emulates a vt100 incorrectly - the scrolling region
12727# command is ignored. The following entry replaces :cs: with the needed
12728# :AL:, :AL:, and :im:; removes some cursor pad commands that the tek4125
12729# chokes on; and adds a lot of initialization for the tek dialog area.
12730# Note that this entry uses all 34 lines and sets the cursor color to green.
12731# Steve Jacobson 8/85
12732# (tek4125: there were two "\!"s in the is that I replaced with "\E!";
12733# commented out, :im:=\E1 because there's no :ei: -- esr)
12734tek4125|tektronix 4125:\
12735 :li#34:\
12736 :al=\E[1L:cs@:dl=\E[1M:\
12737 :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:\
12738 :ks=\E=:rc@:sc@:tc=vt100:
754b75d2 12739
45fd9aa5
EZ
12740# From: <jcoker@ucbic>
12741# (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
12742# supplied another, less capable 4107 entry. So we'll use that for 4107 and
12743# note that if jcoker wasn't confused you may be able to use this one.
12744# I merged in :ms:,:sf:,:sr:,<invis>,:ct: from a BRL entry -- esr)
12745tek4207|Tektronix 4207 graphics terminal with memory:\
12746 :am:bw:mi:ms:ul:xn:\
12747 :co#80:it#8:li#32:\
12748 :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
12749 :cm=\E[%i%d;%dH:ct=\E[1g:dc=4\E[P:dl=3\E[M:do=^J:ei=:\
12750 :ho=\E[H:ic=4\E[@:im=:\
12751 :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:\
12752 :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:mb=\E[5m:\
12753 :md=\E[1m:me=\E[m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:se=\E[m:\
12754 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
12755 :te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:ti=\E[?6l\E[H\E[J:\
12756 :ue=\E[m:up=\EM:us=\E[4m:
754b75d2 12757
45fd9aa5
EZ
12758# From: <carolyn@dali.berkeley.edu> Thu Oct 31 12:54:27 1985
12759# (tek4404: There was a "\!" in :ti: that I replaced with "\E!".
12760# Tab had been given as \E2I,that must be the tab-set capability -- esr)
12761tek4404|tektronix 4404:\
12762 :bs:\
12763 :co#80:it#8:li#32:\
12764 :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
12765 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:\
12766 :im=\E[4h:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:\
12767 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:rc=\E8:\
12768 :sc=\E7:se=\E[27m:so=\E[7m:st=\E[2I:ta=^I:\
12769 :te=\E[1;1H\E[0J\E[?6h\E[?1l:\
12770 :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:us=\E[4m:
12771# Some unknown person wrote:
177c0ea7
JB
12772# I added the is string - straight Unix has ESC ; in the login
12773# string which sets a ct8500 into monitor mode (aka 4025 snoopy
12774# mode). The is string here cleans up a few things (but not
45fd9aa5
EZ
12775# everything).
12776ct8500|tektronix ct8500:\
12777 :am:bw:da:db:\
12778 :co#80:li#25:\
12779 :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
12780 :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:ic=\E^\:im=:\
12781 :is=\037\EZ\Ek:le=^H:me=\E\s:nd=\ES:se=\E\s:sf=^J:so=\E$:\
12782 :sr=\E^A:ta=^I:ue=\E\s:up=\ER:us=\E!:
754b75d2 12783
45fd9aa5
EZ
12784# Tektronix 4205 terminal.
12785#
12786# am is not defined because the wrap around occurs not when the char.
12787# is placed in the 80'th column, but when we are attempting to type
12788# the 81'st character on the line. (esr: hmm, this is like the vt100
12789# version of xenl, perhaps am + xenl would work!)
12790#
12791# Bold, dim, and standout are simulated by colors and thus not allowed
12792# with colors. The tektronix color table is mapped into the RGB color
12793# table by setf/setb. All colors are reset to factory specifications by oc.
177c0ea7 12794# The <initc> cap uses RGB notation to define colors. for arguments 1-3 the
45fd9aa5
EZ
12795# interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub-
12796# interval then maps into pre-defined value.
12797# (untranslatable capabilities removed to fit entry within 1023 bytes)
12798tek4205|tektronix 4205:\
12799 :cc:mi:ms:\
12800 :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
12801 :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
70dc89d1
RS
12802 :UP=\E[%dA:\
12803 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
45fd9aa5
EZ
12804 :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
12805 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
12806 :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
12807 :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[m:im=\E[4h:k0=\EOA:k1=\EOB:\
12808 :k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:kb=^H:kd=\E[B:\
12809 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[=7;<4m:\
12810 :me=\E[=0;<1m\E[24;25;27m\017:mh=\E[=1;<6m:mk=\E[=6;<5:\
12811 :mr=\E[7m:nd=\E[C:\
12812 :oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1:\
12813 :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:sr=\EM:\
12814 :ta=^I:te=:ti=\E%%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
12815 :us=\E[4m:
12816
12817#### Teletype (tty)
12818#
12819# These are the hardcopy Teletypes from before AT&T bought the company,
12820# clattering electromechanical dinosaurs in Bakelite cases that printed on
12821# pulpy yellow roll paper. If you remember these you go back a ways.
12822# Teletype-branded VDTs are listed in the AT&T section.
12823#
12824# The earliest UNIXes were designed to use these clunkers; nroff and a few
12825# other programs still default to emitting codes for the Model 37.
12826#
12827
12828tty33|tty35|model 33 or 35 teletype:\
12829 :hc:os:xo:\
12830 :co#72:\
12831 :bl=^G:cr=^M:do=^J:sf=^J:
12832tty37|model 37 teletype:\
12833 :bs:hc:os:xo:\
12834 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
12835
12836# There are known to be at least three flavors of the tty40, all seem more
12837# like IBM half duplex forms fillers than ASCII terminals. They have lots of
12838# awful braindamage, such as printing a visible newline indicator after each
12839# newline. The 40-1 is a half duplex terminal and is hopeless. The 40-2 is
12840# braindamaged but has hope and is described here. The 40-4 is a 3270
12841# lookalike and beyond hope. The terminal has visible bell but I don't know
12842# it - it's null here to prevent it from showing the BL character.
12843# There is an \EG in <nl> because of a bug in old vi (if stty says you have
12844# a "newline" style terminal (-crmode) vi figures all it needs is nl
12845# to get crlf, even if :cr: is not ^M.)
12846# (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
12847tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
12848 :bs:xo:\
12849 :co#80:li#24:\
12850 :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:dl=\EM:\
12851 :do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:le=^H:nd=\EC:pf=^T:\
12852 :po=\022:rs=\023\ER:se=\E4:sf=\ES:so=\E3:sr=\ET:st=\E1:\
12853 :ta=\E@:up=\E7:
12854tty43|model 43 teletype:\
12855 :am:bs:hc:os:xo:\
12856 :co#132:\
12857 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
12858
12859#### Tymshare
12860#
12861
12862# You can add :is=\E<: to put this 40-column mode, though I can't
12863# for the life of me think why anyone would want to.
12864scanset|sc410|sc415|Tymshare Scan Set:\
12865 :am:bw:ms:\
12866 :co#80:li#24:\
12867 :ac=j%k4l<m-q,x5:ae=^O:as=^N:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:\
12868 :cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:kd=\EB:kl=\ED:kr=\EC:\
12869 :ku=\EA:le=^H:nd=^I:pf=\E;0:po=\E;0:ps=\E;3:r1=\E>:rc=^C:\
12870 :sc=^B:sf=^J:up=^K:
12871
12872#### Volker-Craig (vc)
12873#
12874# If you saw a Byte Magazine cover with a terminal on it during the early
12875# 1980s, it was probably one of these. Carl Helmers liked them because
12876# they could crank 19.2 and were cheap (that is, he liked them until he tried
12877# to program one...)
12878#
12879
12880# Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
12881# every other linefeed.
12882vc303|vc103|vc203|volker-craig 303:\
12883 :am:bs:ns:\
12884 :co#80:li#24:\
12885 :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:ku=^N:\
12886 :le=^H:ll=\017W:nd=^I:up=^N:
12887vc303a|vc403a|volker-craig 303a:\
12888 :ce=\026:cl=\030:ho=\031:kr=^U:ku=^Z:ll=^P:nd=^U:up=^Z:\
12889 :tc=vc303:
12890# (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
12891vc404|volker-craig 404:\
12892 :am:bs:\
12893 :co#80:li#24:\
12894 :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:do=^J:\
12895 :ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:sf=^J:up=^Z:
12896vc404-s|volker-craig 404 w/standout mode:\
12897 :do=^J:se=^O:so=^N:tc=vc404:
12898# From: <wolfgang@cs.sfu.ca>
12899# (vc414: merged in cup/dl1/home from an old vc414h-noxon)
12900vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
12901 :am:bs:\
12902 :co#80:li#24:\
12903 :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:cm=\E\021%r%.%.:\
12904 :dc=\E3:dl=\E\023:do=\E^K:ei=:ho=\E^R:ic=\E\::im=:k0=\EA:\
12905 :k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:\
12906 :kh=\E^R:kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
12907 :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:up=\E^L:
12908vc415|volker-craig 415:\
12909 :cl=^L:tc=vc404:
12910
12911######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
12912#
12913
12914#### IBM PC and clones
12915#
12916
12917# The pcplot IBM-PC terminal emulation program is really messed up. It is
12918# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
12919# doesn't support scrolling regions, ignores add line commands, and ignores
12920# delete line commands. Consequently, the resulting behavior looks like a
12921# crude adm3a-type terminal.
12922# Steve Jacobson 8/85
12923pcplot|pc-plot terminal emulation program:\
12924 :xn@:\
12925 :AL@:DL@:al@:cs@:dl@:rc@:sc@:tc=vt100:
12926# KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
12927# I've found that my KayPro II, running MDM730, continues to emulate an
12928# ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
12929# system the following termcap entry works well:
12930# I have noticed a couple of minor glitches, but nothing I can't work
12931# around. (I added two capabilities from the BRL entry -- esr)
12932kaypro|kaypro2|kaypro II:\
12933 :am:bs:\
12934 :co#80:li#24:\
12935 :al=\EE:bl=^G:cd=^W:ce=^X:cl=1\032:cm=\E=%+ %+ :cr=^M:\
12936 :dl=\ER:do=^J:ho=^^:kd=^J:kr=^L:ku=^K:nd=^L:sf=^J:up=^K:
12937
12938# From IBM, Thu May 5 19:35:27 1983
12939# (ibmpc: commented out :im:=\200R because we don't know :ei: -- esr)
12940ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
12941 :am:bs:\
12942 :co#80:li#24:\
12943 :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:kd=^_:le=^]:nd=^\:sf=\n:\
12944 :up=^^:
754b75d2 12945
45fd9aa5
EZ
12946ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX:\
12947 :am:bs:bw:eo:hs:km:ms:ul:\
12948 :co#80:it#8:li#24:\
12949 :@7=\E[Y:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS\E[%dB:\
12950 :SR=\E[%dT\E[%dA:UP=\E[%dA:\
12951 :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
12952 :bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\Ec:cm=\E[%i%d;%dH:\
12953 :cr=^M:do=\E[B:ec=\E[%dX:ho=\E[H:k1=\240:k2=\241:k3=\242:\
12954 :k4=\243:k5=\244:k6=\245:k7=\246:k8=\247:k9=\250:k;=\251:\
12955 :kB=^]:kD=\177:kI=\E[^H:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:\
12956 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:\
12957 :mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[30;40m:mr=\E[7m:nd=\E[C:\
12958 :nw=^M:\
12959 :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
12960 :se=\E[m:sf=\E[S\E[B:so=\E[7m:sr=\E[T\E[A:ue=\E[m:up=\E[A:\
12961 :us=\E[4m:
754b75d2 12962
45fd9aa5 12963#### Apple II
754b75d2 12964#
177c0ea7 12965# Apple II firmware console first, then various 80-column cards and
45fd9aa5
EZ
12966# terminal emulators. For two cents I'd toss all these in the UFO file
12967# along with the 40-column apple entries.
12968#
12969
12970# From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
12971# 'it#8' tells UNIX that you have tabs every 8 columns. This is a
12972# function of TIC, not the firmware.
177c0ea7 12973# The clear key on a IIgs will do something like clear-screen,
45fd9aa5
EZ
12974# depending on what you're in.
12975appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface:\
12976 :am:bs:bw:eo:ms:\
12977 :co#80:it#8:li#24:\
12978 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
12979 :kC=^X:kD=\177:kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:nd=^\:\
12980 :nw=^M^W:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
12981# Apple //e with 80-column card, entry from BRL
12982# The modem interface is permitted to discard LF (maybe DC1), otherwise
12983# passing characters to the 80-column firmware via COUT (PR#3 assumed).
12984# Auto-wrap does not work right due to newline scrolling delay, which also
12985# requires that you set "stty cr2".
12986# Note: Cursor addressing is only available via the Pascal V1.1 entry,
12987# not via the BASIC PR#3 hook. All this nonsense can be avoided only by
12988# using a terminal emulation program instead of the built-in firmware.
12989apple2e|Apple //e:\
12990 :bw:ms:\
12991 :co#80:li#24:\
12992 :bl=^G:cd=4*\013:ce=4\035:cl=100\014:do=^J:ho=^Y:is=^R^N:\
12993 :kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:mr=^O:nw=100\r:\
12994 :r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
12995# mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
12996# 4.20, with incoming and outgoing terminals both on 0, emulation On.
12997apple2e-p|Apple //e via Pascal:\
12998 :cm=\036%r%+ %+ :kb=^H:kd=^J:kl=^H:tc=apple2e:
12999# (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
13000# Enable DC3/DC1 flow control with "stty ixon -ixany".
13001apple-ae|ASCII Express:\
13002 :am:bs:bw:ms:nx:xo:\
13003 :co#80:it#8:li#24:\
13004 :bl=500\007:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
13005 :ho=^Y:is=^R^N:kC=^X:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:\
13006 :mr=^O:nd=^U:r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:up=^_:
13007appleII|apple ii plus:\
13008 :am:bs:\
13009 :co#80:it#8:li#24:\
13010 :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
13011 :is=\024T1\016:kd=^J:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:\
13012 :ta=^I:up=^_:vb=\024G1\024T1:ve=^TC2:vs=^TC6:
13013# Originally by Gary Ford 21NOV83
13014# From: <ee178aci%sdcc7@SDCSVAX.ARPA> Fri Oct 11 21:27:00 1985
13015apple-80|apple II with smarterm 80 col:\
13016 :am:bs:bw:\
13017 :co#80:li#24:\
13018 :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:cm=\036%r%+ %+ :\
13019 :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:up=^_:
13020apple-soroc|apple emulating soroc 120:\
13021 :am:\
13022 :co#80:li#24:\
13023 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
13024 :kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
13025# From Peter Harrison, Computer Graphics Lab, San Francisco
13026# ucbvax!ucsfmis!harrison .....uucp
13027# ucbvax!ucsfmis!harrison@BERKELEY .......ARPA
13028# "These two work. If you don't have the inverse video chip for the
13029# Apple with videx then remove the :so: and :se: fields."
13030# (apple-videx: this used to be called DaleApple -- esr)
13031apple-videx|Apple with videx videoterm 80 column board with inverse video:\
13032 :am:bs:xn:\
13033 :co#80:it#8:li#24:\
13034 :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:kd=^J:\
13035 :kh=^Y:kl=^H:kr=^U:le=^H:me=^Z2:nd=^\:se=^Z2:so=^Z3:ta=^I:\
13036 :up=^_:
13037# My system [for reference] : Apple ][+, 64K, Ultraterm display card,
13038# Apple Cat ][ 212 modem, + more all
13039# controlled by ASCII Express: Pro.
13040# From Dave Shaver <isucs1!shaver>
13041apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell:\
13042 :am:bs:eo:xt:\
13043 :co#80:li#24:\
13044 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
13045 :is=^V4^W06\017\rVisible Bell Installed.\016\r\n:\
13046 :nd=^\:se=^N:so=^O:up=^_:vb=^W35^W06:
13047apple-uterm|Ultraterm for Apple micros:\
13048 :am:bs:eo:xt:\
13049 :co#80:li#24:\
13050 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
13051 :is=^V4^W06\016:nd=^\:se=^N:so=^O:up=^_:
13052# from trwrba!bwong (Bradley W. Wong):
13053#
13054# This entry assumes that you are using an apple with the UCSD Pascal
13055# language card. SYSTEM.MISCINFO is assumed to be the same as that
13056# supplied with the standard apple except that screenwidth should be set
13057# using SETUP to 80 columns. Note that the right arrow in not mapped in
13058# this termcap entry. This is because that key, on the Apple, transmits
13059# a ^U and would thus preempt the more useful "up" function of vi.
13060#
13061# HMH 2/23/81
13062apple80p|80-column apple with Pascal card:\
13063 :am:bw:\
13064 :co#80:li#24:\
13065 :cd=^K:ce=^]:cl=^Y^L:cm=\036%r%+ %+ :ho=^Y:kl=^H:nd=^\\::\
13066 :up=^_:
13067#
13068# Apple II+ equipped with Videx 80 column card
13069#
13070# Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
13071# manually converted by D A Gwyn
13072#
13073# DO NOT use any terminal emulation with this data base, it works directly
13074# with the Videx card. This has been tested with vi 1200 baud and works fine.
13075#
13076# This works great for vi, except I've noticed in pre-R2, ^U will scroll back
13077# 1 screen, while in R2 ^U doesn't.
13078# For inverse alternate character set add:
13079# :as:=^O::ae:=^N:
13080# (apple-v: added it#8 -- esr)
13081apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520):\
13082 :am:xn:\
13083 :co#80:it#8:li#24:\
13084 :bl=100\007:cd=16*\013:ce=^]:cl=16*\014:cm=\036%r%+ %+ :\
13085 :cr=^M:do=^J:ho=^Y:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:\
13086 :nd=^\:se=^Z2:sf=^J:so=^Z3:ta=8\011:up=^_:
13087apple-videx3|vapple|Apple II with 80 col card:\
13088 :am:bs:\
13089 :co#80:li#24:\
13090 :ce=\Ex:cl=\Ev:cm=\EY%+ %+ :ho=\EH:k0=\EP:k1=\EQ:k2=\ER:\
13091 :k3=\E\s:k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%%%:k9=\E&:kd=\EB:\
13092 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:up=\EA:
13093#From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
13094aepro|Apple II+ running ASCII Express Pro--vt52:\
13095 :bs:\
13096 :co#80:li#24:\
13097 :cd=\EJ:ce=\EK:cl=300\014:cm=\EY%+ %+ :ho=\EH:nd=\EC:\
13098 :up=\EA:
13099# UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
13100apple-vm80|ap-vm80|apple with viewmax-80:\
13101 :bs:\
13102 :co#80:li#24:\
13103 :cd=300\013:ce=^]:cl=300\014:cm=100\036%+ %+ :ho=200\031:\
13104 :nd=^\\::up=^_:
13105
13106#### Apple Lisa & Macintosh
1bac2ebb
DL
13107#
13108
45fd9aa5
EZ
13109# (lisa: changed :vs: to :ve: -- esr)
13110lisa|apple lisa console display (black on white):\
13111 :am:bs:eo:ms:\
13112 :co#88:it#8:li#32:\
13113 :ac=jdkclfmenbqattuvvuwsx`:ae=\E[10m:al=\E[L:as=\E[11m:\
13114 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
13115 :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E>\E[m\014:kb=^H:\
13116 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
13117 :se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[5l:\
13118 :vi=\E[5h:
13119liswb|apple lisa console display (white on black):\
13120 :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[m:ue=\E[0;7m:\
13121 :us=\E[4m:tc=lisa:
1bac2ebb 13122
45fd9aa5
EZ
13123# lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
13124# :is: revised by Ferd Brundick <fsbrn@BRL.ARPA>
13125#
13126# These entries assume that the 'Auto Wraparound' is enabled.
13127# Xon-Xoff flow control should also be enabled.
13128#
13129# The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
13130# settings are in non-volatile memory and don't need to be reset upon login.
13131# Also setting the number of columns glitches the screen annoyingly.
13132# You can type "reset" to get them set.
1bac2ebb 13133#
45fd9aa5
EZ
13134lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation:\
13135 :am:bs:pt:xn:xo:\
13136 :co#80:it#8:kn#4:li#24:vt#3:\
13137 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cd=\E[J:\
13138 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
13139 :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k0=\EOP:k1=\EOQ:\
13140 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
13141 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:le=^H:\
13142 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
13143 :r1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r:\
13144 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
13145 :ue=\E[m:up=\E[A:us=\E[4m:
13146# Lisaterm in 132 column ("wide") mode.
13147lisaterm-w|Apple Lisa with Lisaterm in 132 column mode:\
13148 :co#132:\
13149 :kb=^H:kd=^J:kl=^H:tc=lisaterm:
13150# Although MacTerminal has insert/delete line, it is commented out here
13151# since it is much faster and cleaner to use the "lock scrolling region"
13152# method of inserting and deleting lines due to the MacTerminal implementation.
13153# Also, the "Insert/delete ch" strings have an extra character appended to them
13154# due to a bug in MacTerminal V1.1. Blink is disabled since it is not
13155# supported by MacTerminal.
13156mac|macintosh|Macintosh with MacTerminal:\
13157 :xn:\
13158 :dN#30:\
13159 :dc=7\E[P:ei=:ic=9\E[@:im=:ip=7:mb@:tc=lisa:
13160# Lisaterm in 132 column ("wide") mode.
13161mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode:\
13162 :co#132:tc=mac:
13163
13164# The AppKit Terminal.app descriptions all have names beginning with
13165# "nsterm". Note that the statusline (-s) versions use the window
13166# titlebar as a phony status line, and may produce warnings during
13167# compilation as a result ("tsl uses 0 parameters, expected 1".) Ignore
13168# these warnings, or even ignore these entries entirely. Apps which
13169# need to position the cursor or do other fancy stuff inside the status
13170# line won't work with these entries. They're primarily useful for
13171# programs like Pine which provide simple notifications in the status
13172# line. Please note that non-ASCII characters don't work right in the
13173# status line, since Terminal.app incorrectly interprets their Unicode
13174# codepoints as MacRoman codepoints.
177c0ea7 13175#
45fd9aa5
EZ
13176# * Renamed the AppKit Terminal.app entry from "Apple_Terminal" to
13177# "nsterm" to comply with the name length and case conventions and
13178# limitations of various software packages [notably Solaris terminfo
13179# and UNIX.] A single Apple_Terminal alias is retained for
13180# backwards-compatbility.
177c0ea7 13181#
45fd9aa5
EZ
13182# * Added function key support (F1-F4). These only work in Terminal.app
13183# version 51, hopefully the capabilities won't cause problems for people
13184# using version 41.
177c0ea7 13185#
45fd9aa5
EZ
13186# * Added "full color" (-c) entries which support the 16-color mode in
13187# version 51.
177c0ea7 13188#
45fd9aa5
EZ
13189# * By default, version 51 uses UTF-8 encoding with broken altcharset
13190# support, so "ASCII" (-7) entries without altcharset support were
13191# added.
13192
13193# nsterm - AppKit Terminal.app
13194#
13195# Apple's Mac OS X includes a Terminal.app derived from the old NeXT
13196# Terminal.app. It is a partial VT100 emulation with some xterm-like
13197# extensions. This terminfo was written to describe versions 41
13198# (shipped with Mac OS X version 10.0) and 51 (shipped with Mac OS X
13199# version 10.1) of Terminal.app.
13200#
13201# Terminal.app runs under the Mac OS X Quartz windowing system (and
13202# other AppKit-supported windowing systems.) On the Mac OS X machine I
13203# use, the executable for Terminal.app is:
13204# /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
13205#
13206# If you're looking for a description of the full-screen system
13207# console which runs under Apple's Darwin operating system on PowerPC
13208# platforms, see the "xnuppc" entry instead.
13209#
13210# There were no function keys in version 41. In version 51, there are
13211# four working function keys (F1, F2, F3 and F4.) The function keys
13212# are included in all of these entries.
13213#
13214# It does not support mouse pointer position reporting. Under some
13215# circumstances the cursor can be positioned using option-click; this
13216# works by comparing the cursor position and the selected position,
13217# and simulating enough cursor-key presses to move the cursor to the
13218# selected position. This technique fails in all but the simplest
13219# applications.
13220#
13221# It provides partial ANSI color support (background colors interacted
13222# badly with bold in version 41, though, as reflected in :ncv:.) The
13223# monochrome (-m) entries are useful if you've disabled color support
13224# or use a monochrome monitor. The full color (-c) entries are useful
13225# in version 51, which doesn't exhibit the background color bug. They
13226# also enable an xterm-compatible 16-color mode.
13227#
13228# The configurable titlebar is set using xterm-compatible sequences;
13229# it is used as a status bar in the statusline (-s) entries. Its width
13230# depends on font sizes and window sizes, but 50 characters seems to
13231# be the default for an 80x24 window.
13232#
13233# The MacRoman character encoding is used for some of the alternate
13234# characters in the "MacRoman" entries; the "ASCII" (-7) entries
13235# disable alternate character set support entirely, and the "VT100"
13236# (-acs) entries rely instead on Terminal.app's own buggy VT100
13237# graphics emulation, which seems to think the character encoding is
13238# the old NeXT charset instead of MacRoman. The "ASCII" (-7) entries
13239# are useful in Terminal.app version 51, which supports UTF-8 and
13240# other ASCII-compatible character encodings but does not correctly
13241# implement VT100 graphics; once VT100 graphics are correctly
13242# implemented in Terminal.app, the "VT100" (-acs) entries should be
13243# usable in any ASCII-compatible character encoding [except perhaps
13244# in UTF-8, where some experts argue for disallowing alternate
13245# characters entirely.]
13246#
13247# Terminal.app reports "vt100" as the terminal type, but exports
13248# several environment variables which may aid detection in a shell
13249# profile (i.e. .profile or .login):
13250#
13251# TERM=vt100
13252# TERM_PROGRAM=Apple_Terminal
13253# TERM_PROGRAM_VERSION=41 # in Terminal.app version 41
13254# TERM_PROGRAM_VERSION=51 # in Terminal.app version 51
13255#
13256# For example, the following Bourne shell script would detect the
13257# correct terminal type:
13258#
13259# if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
13260# then
13261# export TERM
13262# if [ :"$TERM_PROGRAM_VERSION" = :41 ]
13263# then
13264# TERM="nsterm"
13265# else
13266# TERM="nsterm-c-7"
13267# fi
13268# fi
13269#
13270# In a C shell derivative, this would be accomplished by:
13271#
13272# if ( $?TERM && $?TERM_PROGRAM && $?TERM_PROGRAM_VERSION) then
13273# if ( :"$TERM" == :"vt100" && :"$TERM_PROGRAM" == :"Apple_Terminal" ) then
13274# if ( :"$TERM_PROGRAM_VERSION" == :41 ) then
13275# setenv TERM "nsterm"
13276# else
13277# setenv TERM "nsterm-c-7"
13278# endif
13279# endif
13280# endif
13281
13282# The '+' entries are building blocks
13283nsterm+7|AppKit Terminal.app v41+ basic capabilities w/ASCII charset:\
13284 :am:bw:ms:xn:xo:\
13285 :co#80:it#8:li#24:\
13286 :@8=\EOM:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:K1=\EOq:K2=\EOr:\
13287 :K3=\EOs:K4=\EOp:K5=\EOn:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
13288 :SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:\
13289 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
13290 :ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\
13291 :k4=\EOS:kb=\177:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
13292 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
13293 :mr=\E[7m:nd=\E[C:rc=\E8:\
13294 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
13295 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m:\
13296 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
13297 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:\
13298 :up=\E[A:us=\E[4m:
1bac2ebb 13299
45fd9aa5
EZ
13300nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset:\
13301 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
13302 :ae=^O:as=^N:eA=\E(B\E)0:\
13303 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
13304 :tc=nsterm+7:
13305
13306nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset:\
13307 :ac=0#`\327a\:f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245+\335-\366,\334.\377:\
13308 :ae=^O:as=^N:eA=\E(B\E)0:\
13309 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
13310 :tc=nsterm+7:
13311
13312nsterm+s|AppKit Terminal.app v41+ status-line (window titlebar) support:\
13313 :hs:\
13314 :ws#50:\
13315 :ds=\E]2;\007:fs=^G:ts=\E]2;:
13316
13317nsterm+c|AppKit Terminal.app v51+ full color support (including 16 colors):\
13318 :Co#16:pa#256:\
13319 :..AB=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm:\
13320 :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm:\
13321 :op=\E[0m:
1bac2ebb 13322
45fd9aa5
EZ
13323nsterm+c41|AppKit Terminal.app v41 color support:\
13324 :Co#8:NC#37:pa#64:\
13325 :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:
13326
13327# These are different combinations of the building blocks
13328
13329# ASCII charset (-7)
13330nsterm-m-7|nsterm-7-m|AppKit Terminal.app v41+ w/ASCII charset (monochrome):\
13331 :tc=nsterm+7:
13332
13333nsterm-m-s-7|nsterm-7-m-s|AppKit Terminal.app v41+ w/ASCII charset (monochrome w/statusline):\
13334 :tc=nsterm+s:tc=nsterm+7:
13335
13336nsterm-7|AppKit Terminal.app v41+ w/ASCII charset (color):\
13337 :tc=nsterm+c41:tc=nsterm+7:
13338
13339nsterm-7-c|nsterm-c-7|AppKit Terminal.app v51+ w/ASCII charset (full color):\
13340 :tc=nsterm+c:tc=nsterm+7:
13341
13342nsterm-s-7|nsterm-7-s|AppKit Terminal.app v41+ w/ASCII charset (color w/statusline):\
13343 :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+7:
13344
13345nsterm-c-s-7|nsterm-7-c-s|AppKit Terminal.app v51+ w/ASCII charset (full color w/statusline):\
13346 :tc=nsterm+s:tc=nsterm+c:tc=nsterm+7:
13347
13348# VT100 alternate-charset (-acs)
13349nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome):\
13350 :tc=nsterm+acs:
13351
13352nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/statusline):\
13353 :tc=nsterm+s:tc=nsterm+acs:
13354
13355nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color):\
13356 :tc=nsterm+c41:tc=nsterm+acs:
13357
13358nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color):\
13359 :tc=nsterm+c:tc=nsterm+acs:
13360
13361nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline):\
13362 :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+acs:
13363
13364nsterm-c-s-acs|nsterm-acs-c-s|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color w/statusline):\
13365 :tc=nsterm+s:tc=nsterm+c:tc=nsterm+acs:
13366
13367# MacRoman charset
13368nsterm-m|AppKit Terminal.app v41+ w/MacRoman charset (monochrome):\
13369 :tc=nsterm+mac:
13370
13371nsterm-m-s|AppKit Terminal.app v41+ w/MacRoman charset (monochrome w/statusline):\
13372 :tc=nsterm+s:tc=nsterm+mac:
13373
13374nsterm|Apple_Terminal|AppKit Terminal.app v41+ w/MacRoman charset (color):\
13375 :tc=nsterm+c41:tc=nsterm+mac:
13376
13377nsterm-c|AppKit Terminal.app v51+ w/MacRoman charset (full color):\
13378 :tc=nsterm+c:tc=nsterm+mac:
13379
13380nsterm-s|AppKit Terminal.app v41+ w/MacRoman charset (color w/statusline):\
13381 :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+mac:
13382
13383nsterm-c-s|AppKit Terminal.app v51+ w/MacRoman charset (full color w/statusline):\
13384 :tc=nsterm+s:tc=nsterm+c:tc=nsterm+mac:
13385
13386# xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
13387#
13388# On PowerPC platforms, Apple's Darwin operating system uses a
13389# full-screen system console derived from a NetBSD framebuffer
13390# console. It is an ANSI-style terminal, and is not really VT-100
13391# compatible.
13392#
13393# Under Mac OS X, this is the system console driver used while in
13394# single-user mode [reachable by holding down Command-S during the
13395# boot process] and when logged in using console mode [reachable by
13396# typing ">console" at the graphical login prompt.]
13397#
13398# If you're looking for a description of the Terminal.app terminal
13399# emulator which runs under the Mac OS X Quartz windowing system (and
13400# other AppKit-supported windowing systems,) see the "nsterm"
13401# entry instead.
13402#
13403# NOTE: Under Mac OS X version 10.1, the default login window does not
13404# prompt for user name, instead requiring an icon to be selected from
13405# a list of known users. Since the special ">console" login is not in
13406# this list, you must make one of two changes in the Login Window
13407# panel of the Login section of System Prefs to make the special
13408# ">console" login accessible. The first option is to enable 'Show
13409# "Other User" in list for network users', which will add a special
13410# "Other..." icon to the graphical login panel. Selecting "Other..."
13411# will present the regular graphical login prompt. The second option
13412# is to change the 'Display Login Window as:' setting to 'Name and
13413# password entry fields', which replaces the login panel with a
13414# graphical login prompt.
13415#
13416# There are no function keys, at least not in Darwin 1.3.
13417#
13418# It has no mouse support.
13419#
13420# It has full ANSI color support, and color combines correctly with
13421# all three supported attributes: bold, inverse-video and underline.
13422# However, bold colored text is almost unreadable (bolding is
13423# accomplished using shifting and or-ing, and looks smeared) so bold
13424# has been excluded from the list of color-compatible attributes
13425# [using (ncv)]. The monochrome entry (-m) is useful if you use a
13426# monochrome monitor.
13427#
13428# There is one serious bug with this terminal emulation's color
13429# support: repositioning the cursor onto a cell with non-matching
13430# colors obliterates that cell's contents, replacing it with a blank
13431# and displaying a colored cursor in the "current" colors. There is
13432# no complete workaround at present [other than using the monochrome
13433# (-m) entries,] but removing the (msgr) capability seemed to help.
13434#
13435# The "standout" chosen was simple reverse-video, although a colorful
13436# standout might be more aesthetically pleasing. Similarly, the bold
13437# chosen is the terminal's own smeared bold, although a simple
13438# color-change might be more readable. The color-bold (-b) entries
13439# uses magenta colored text for bolding instead. The fancy color (-f
13440# and -f2) entries use color for bold, standout and underlined text
13441# (underlined text is still underlined, though.)
13442#
13443# Apparently the terminal emulator does support a VT-100-style
13444# alternate character set, but all the alternate character set
13445# positions have been left blank in the font. For this reason, no
13446# alternate character set capabilities have been included in this
13447# description. The console driver appears to be ASCII-only, so (enacs)
13448# has been excluded [although the VT-100 sequence does work.]
13449#
13450# The default Mac OS X and Darwin installation reports "vt100" as the
13451# terminal type, and exports no helpful environment variables. To fix
13452# this, change the "console" entry in /etc/ttys from "vt100" to
13453# "xnuppc-WxH", where W and H are the character dimensions of your
13454# console (see below.)
13455#
13456# The font used by the terminal emulator is apparently one originally
13457# drawn by Ka-Ping Yee, and uses 8x16-pixel characters. This
13458# file includes descriptions for the following geometries:
13459#
13460# Pixels Characters Entry Name (append -m for monochrome)
13461# -------------------------------------------------------------------
13462# 640x400 80x25 xnuppc-80x25
13463# 640x480 80x30 xnuppc-80x30
13464# 720x480 90x30 xnuppc-90x30
13465# 800x600 100x37 xnuppc-100x37
13466# 896x600 112x37 xnuppc-112x37
13467# 1024x640 128x40 xnuppc-128x40
13468# 1024x768 128x48 xnuppc-128x48
13469# 1152x768 144x48 xnuppc-144x48
13470# 1280x1024 160x64 xnuppc-160x64
13471# 1600x1024 200x64 xnuppc-200x64
13472# 1600x1200 200x75 xnuppc-200x75
13473# 2048x1536 256x96 xnuppc-256x96
13474#
13475# The basic "xnuppc" entry includes no size information, and the
13476# emulator includes no reporting capability, so you'll be at the mercy
13477# of the TTY device (which reports incorrectly on my hardware.) The
13478# color-bold entries do not include size information.
13479
13480# The '+' entries are building blocks
13481xnuppc+basic|Darwin PowerPC Console basic capabilities:\
13482 :am:mi:ut:xn:\
13483 :it#8:\
13484 :DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
13485 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
13486 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
13487 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=\E[B:ds=\E]2;\007:\
13488 :ho=\E[H:kb=\177:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
13489 :ks=\E[?1h\E=:ku=\EOA:le=\E[D:md=\E[1m:me=\E[m\017:\
13490 :mr=\E[7m:nd=\E[C:rc=\E8:\
13491 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
13492 :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
13493 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
13494 :up=\E[A:us=\E[4m:
13495
13496xnuppc+c|Darwin PowerPC Console ANSI color support:\
13497 :Co#8:NC#32:pa#64:\
13498 :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
13499
13500xnuppc+b|Darwin PowerPC Console color-bold support:\
13501 :NC#32:\
13502 :md=\E[35m:\
13503 :..sa=\E[0%?%p6%t;35%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
13504 :tc=xnuppc+basic:
13505
13506xnuppc+f|Darwin PowerPC Console fancy color support:\
13507 :NC#35:\
13508 :..sa=\E[0%?%p6%t;35%;%?%p2%t;36;4%;%?%p1%t;33;44%;%p3%t;7%;m:\
13509 :so=\E[33;44m:us=\E[36;4m:tc=xnuppc+b:
13510
13511xnuppc+f2|Darwin PowerPC Console alternate fancy color support:\
13512 :NC#35:\
13513 :md=\E[33m:\
13514 :..sa=\E[0%?%p6%t;33%;%?%p2%t;34%;%?%p1%t;31;47%;%p3%t;7%;m:\
13515 :so=\E[31;47m:us=\E[34m:tc=xnuppc+basic:
13516
13517# Building blocks for specific screen sizes
13518xnuppc+80x25|Darwin PowerPC Console 80x25 support (640x400 pixels):\
13519 :co#80:li#25:
13520
13521xnuppc+80x30|Darwin PowerPC Console 80x30 support (640x480 pixels):\
13522 :co#80:li#30:
13523
13524xnuppc+90x30|Darwin PowerPC Console 90x30 support (720x480 pixels):\
13525 :co#90:li#30:
13526
13527xnuppc+100x37|Darwin PowerPC Console 100x37 support (800x600 pixels):\
13528 :co#100:li#37:
13529
13530xnuppc+112x37|Darwin PowerPC Console 112x37 support (896x600 pixels):\
13531 :co#112:li#37:
13532
13533xnuppc+128x40|Darwin PowerPC Console 128x40 support (1024x640 pixels):\
13534 :co#128:li#40:
13535
13536xnuppc+128x48|Darwin PowerPC Console 128x48 support (1024x768 pixels):\
13537 :co#128:li#48:
13538
13539xnuppc+144x48|Darwin PowerPC Console 144x48 support (1152x768 pixels):\
13540 :co#144:li#48:
13541
13542xnuppc+160x64|Darwin PowerPC Console 160x64 support (1280x1024 pixels):\
13543 :co#160:li#64:
13544
13545xnuppc+200x64|Darwin PowerPC Console 200x64 support (1600x1024 pixels):\
13546 :co#200:li#64:
13547
13548xnuppc+200x75|Darwin PowerPC Console 200x75 support (1600x1200 pixels):\
13549 :co#200:li#75:
13550
13551xnuppc+256x96|Darwin PowerPC Console 256x96 support (2048x1536 pixels):\
13552 :co#256:li#96:
13553
13554# These are different combinations of the building blocks
13555
13556xnuppc-m|darwin-m|Darwin PowerPC Console (monochrome):\
13557 :tc=xnuppc+basic:
13558
13559xnuppc|darwin|Darwin PowerPC Console (color):\
13560 :tc=xnuppc+c:tc=xnuppc+basic:
13561
13562xnuppc-m-b|darwin-m-b|Darwin PowerPC Console (monochrome w/color-bold):\
13563 :tc=xnuppc+b:
13564
13565xnuppc-b|darwin-b|Darwin PowerPC Console (color w/color-bold):\
13566 :tc=xnuppc+b:tc=xnuppc+c:
13567
13568xnuppc-m-f|darwin-m-f|Darwin PowerPC Console (fancy monochrome):\
13569 :tc=xnuppc+f:
13570
13571xnuppc-f|darwin-f|Darwin PowerPC Console (fancy color):\
13572 :tc=xnuppc+f:tc=xnuppc+c:
13573
13574xnuppc-m-f2|darwin-m-f2|Darwin PowerPC Console (alternate fancy monochrome):\
13575 :tc=xnuppc+f2:
13576
13577xnuppc-f2|darwin-f2|Darwin PowerPC Console (alternate fancy color):\
13578 :tc=xnuppc+f2:tc=xnuppc+c:
13579
13580# Combinations for specific screen sizes
13581xnuppc-80x25-m|darwin-80x25-m|Darwin PowerPC Console (monochrome) 80x25:\
13582 :tc=xnuppc+80x25:tc=xnuppc+basic:
13583
13584xnuppc-80x25|darwin-80x25|Darwin PowerPC Console (color) 80x25:\
13585 :tc=xnuppc+c:tc=xnuppc+80x25:tc=xnuppc+basic:
13586
13587xnuppc-80x30-m|darwin-80x30-m|Darwin PowerPC Console (monochrome) 80x30:\
13588 :tc=xnuppc+80x30:tc=xnuppc+basic:
13589
13590xnuppc-80x30|darwin-80x30|Darwin PowerPC Console (color) 80x30:\
13591 :tc=xnuppc+c:tc=xnuppc+80x30:tc=xnuppc+basic:
13592
13593xnuppc-90x30-m|darwin-90x30-m|Darwin PowerPC Console (monochrome) 90x30:\
13594 :tc=xnuppc+90x30:tc=xnuppc+basic:
13595
13596xnuppc-90x30|darwin-90x30|Darwin PowerPC Console (color) 90x30:\
13597 :tc=xnuppc+c:tc=xnuppc+90x30:tc=xnuppc+basic:
13598
13599xnuppc-100x37-m|darwin-100x37-m|Darwin PowerPC Console (monochrome) 100x37:\
13600 :tc=xnuppc+100x37:tc=xnuppc+basic:
13601
13602xnuppc-100x37|darwin-100x37|Darwin PowerPC Console (color) 100x37:\
13603 :tc=xnuppc+c:tc=xnuppc+100x37:tc=xnuppc+basic:
13604
13605xnuppc-112x37-m|darwin-112x37-m|Darwin PowerPC Console (monochrome) 112x37:\
13606 :tc=xnuppc+112x37:tc=xnuppc+basic:
13607
13608xnuppc-112x37|darwin-112x37|Darwin PowerPC Console (color) 112x37:\
13609 :tc=xnuppc+c:tc=xnuppc+112x37:tc=xnuppc+basic:
13610
13611xnuppc-128x40-m|darwin-128x40-m|Darwin PowerPC Console (monochrome) 128x40:\
13612 :tc=xnuppc+128x40:tc=xnuppc+basic:
13613
13614xnuppc-128x40|darwin-128x40|Darwin PowerPC Console (color) 128x40:\
13615 :tc=xnuppc+c:tc=xnuppc+128x40:tc=xnuppc+basic:
13616
13617xnuppc-128x48-m|darwin-128x48-m|Darwin PowerPC Console (monochrome) 128x48:\
13618 :tc=xnuppc+128x48:tc=xnuppc+basic:
13619
13620xnuppc-128x48|darwin-128x48|Darwin PowerPC Console (color) 128x48:\
13621 :tc=xnuppc+c:tc=xnuppc+128x48:tc=xnuppc+basic:
13622
13623xnuppc-144x48-m|darwin-144x48-m|Darwin PowerPC Console (monochrome) 144x48:\
13624 :tc=xnuppc+144x48:tc=xnuppc+basic:
13625
13626xnuppc-144x48|darwin-144x48|Darwin PowerPC Console (color) 144x48:\
13627 :tc=xnuppc+c:tc=xnuppc+144x48:tc=xnuppc+basic:
13628
13629xnuppc-160x64-m|darwin-160x64-m|Darwin PowerPC Console (monochrome) 160x64:\
13630 :tc=xnuppc+160x64:tc=xnuppc+basic:
13631
13632xnuppc-160x64|darwin-160x64|Darwin PowerPC Console (color) 160x64:\
13633 :tc=xnuppc+c:tc=xnuppc+160x64:tc=xnuppc+basic:
13634
13635xnuppc-200x64-m|darwin-200x64-m|Darwin PowerPC Console (monochrome) 200x64:\
13636 :tc=xnuppc+200x64:tc=xnuppc+basic:
13637
13638xnuppc-200x64|darwin-200x64|Darwin PowerPC Console (color) 200x64:\
13639 :tc=xnuppc+c:tc=xnuppc+200x64:tc=xnuppc+basic:
13640
13641xnuppc-200x75-m|darwin-200x75-m|Darwin PowerPC Console (monochrome) 200x75:\
13642 :tc=xnuppc+200x75:tc=xnuppc+basic:
13643
13644xnuppc-200x75|darwin-200x75|Darwin PowerPC Console (color) 200x75:\
13645 :tc=xnuppc+c:tc=xnuppc+200x75:tc=xnuppc+basic:
13646
13647xnuppc-256x96-m|darwin-256x96-m|Darwin PowerPC Console (monochrome) 256x96:\
13648 :tc=xnuppc+256x96:tc=xnuppc+basic:
13649
13650xnuppc-256x96|darwin-256x96|Darwin PowerPC Console (color) 256x96:\
13651 :tc=xnuppc+c:tc=xnuppc+256x96:tc=xnuppc+basic:
13652
13653#### Radio Shack/Tandy
1bac2ebb
DL
13654#
13655
45fd9aa5
EZ
13656# (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
13657# I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
13658# From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
13659coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
1bac2ebb 13660 :am:bs:\
45fd9aa5
EZ
13661 :co#80:it#8:li#24:\
13662 :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
13663 :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:le=^H:mb=^_":\
13664 :md=\E\:^A:me=\037!\E\:\0:mr=^_\s:nd=^F:se=^_!:so=^_\s:\
13665 :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E\s:
13666# (trs2: removed obsolete ":nl=^_:" -- esr)
13667trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
13668 :am:bs:ms:\
13669 :co#80:it#8:li#24:\
13670 :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:dl=^K:\
13671 :do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:le=^H:me=^O:nd=^]:\
13672 :se=^O:sf=^J:so=^N:ta=^I:up=^^:
13673# From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
13674# (This had extension capabilities
13675# :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
13676# :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
13677# I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
13678trs16|trs-80 model 16 console:\
1bac2ebb 13679 :am:bs:\
45fd9aa5
EZ
13680 :co#80:it#8:li#24:\
13681 :ac=jak`l_mbquvewcxs:ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:\
13682 :ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:\
13683 :ho=\EH:ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:\
13684 :k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:\
13685 :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:le=^H:me=\ER@:nd=\EC:\
13686 :pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:ta=^I:up=\EA:ve=\ERC:\
13687 :vi=\ERc:
1bac2ebb 13688
45fd9aa5 13689#### Atari ST
1bac2ebb
DL
13690#
13691
45fd9aa5
EZ
13692# From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
13693atari|atari st:\
1bac2ebb 13694 :am:bs:\
45fd9aa5
EZ
13695 :co#80:it#8:li#25:\
13696 :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:do=\EB:\
13697 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:me=\Eq:nd=\EC:se=\Eq:\
13698 :so=\Ep:sr=\EI:ta=^I:up=\EA:
13699# UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode
13700# From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
13701uniterm|uniterm49|UniTerm VT220 emulator with 49 lines:\
13702 :li#49:\
13703 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
13704 :tc=vt220:
13705# MiNT VT52 emulation. 80 columns, 25 rows.
13706# MiNT is Now TOS, the operating system which comes with all Ataris now
13707# (mainly Atari Falcon). This termcap is for the VT52 emulation you get
13708# under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
13709# From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
13710st52|Atari ST with VT52 emulation:\
13711 :am:km:\
754b75d2 13712 :co#80:li#25:\
45fd9aa5
EZ
13713 :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
13714 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dl=\EM:do=\EB:\
13715 :ho=\EH:k0=\E#D:k1=\E#;:k2=\E#<:k3=\E#=:k4=\E#>:k5=\E#?:\
13716 :k6=\E#@:k7=\E#A:k8=\E#B:k9=\E#C:kA=\E#R:kC=\E#7:kF=\E#2:\
13717 :kR=\E#8:kb=^H:kd=\E#P:kh=\E#G:kl=\E#K:kr=\E#M:ku=\E#H:\
13718 :l0=f10:le=\ED:me=\Eq:nd=\EC:nw=^M^J:r1=\Ez_\Eb@\EcA:\
13719 :rc=\Ek:sc=\Ej:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:te=:ti=\Ee:\
13720 :up=\EA:ve=\Ee:vi=\Ef:
177c0ea7 13721
45fd9aa5 13722#### Commodore Business Machines
1bac2ebb 13723#
45fd9aa5
EZ
13724# Formerly located in West Chester, PA; went spectacularly bust in 1994
13725# after years of shaky engineering and egregious mismanagement. Made one
13726# really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
13727# C-128, VIC-20). The C-64 is said to have been the most popular machine
13728# ever (most units sold); they can still be found gathering dust in closets
13729# everywhere.
1bac2ebb
DL
13730#
13731
45fd9aa5
EZ
13732# From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
13733# Added a few more entries, converted caret-type control sequence (^x) entries
13734# to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
13735# Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
13736#
13737# :as:, :ae: Support for alternate character sets.
13738# :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
13739# :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
13740# This one appears to fix a problem I always had with a line ending
13741# at 'width+1' (I think) followed by a blank line in vi. The blank
13742# line tended to disappear and reappear depending on how the screen
13743# was refreshed. Note that this is probably needed only if you use
13744# something like a Dnet Fterm with the window sized to some peculiar
13745# dimension larger than 80 columns.
13746# :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
13747# (amiga: removed obsolete :kn#10:,
13748# also added empty <acsc> to suppress a warning --esr)
13749amiga|Amiga ANSI:\
13750 :am:bs:bw:xn:\
1bac2ebb 13751 :co#80:li#24:\
45fd9aa5
EZ
13752 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13753 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:\
13754 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
13755 :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
13756 :ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E[9~:k1=\E[0~:k2=\E[1~:\
13757 :k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:\
13758 :k9=\E[8~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
13759 :mb=\E[7;2m:md=\E[1m:me=\E[m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
13760 :nd=\E[C:r1=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[m:\
13761 :up=\E[A:us=\E[4m:ve=\E[ p:vi=\E[0 p:
1bac2ebb 13762
45fd9aa5
EZ
13763# From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
13764# (amiga: added empty <acsc> to suppress a warning.
13765# I'm told this entry screws up badly with AS225, the Amiga
13766# TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
13767amiga-h|Hans Verkuil's Amiga ANSI:\
13768 :bs:bw:ms:\
13769 :co#80:li#24:\
13770 :DC=\233%dP:DO=\233%dB:IC=\233%d@:LE=\233%dD:RI=\233%dC:\
13771 :SF=\233%dS:SR=\233%dT:UP=\233%dA:ac=:ae=^O:as=^N:bl=^G:\
13772 :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\233J:\
13773 :cm=\233%i%d;%dH:cr=^M:dc=\233P:do=\233B:ec=\233%dP:ei=:\
13774 :ho=\233H:ic=\233@:im=:is=\23320l:k0=\2339~:k1=\2330~:\
13775 :k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:k6=\2335~:\
13776 :k7=\2336~:k8=\2337~:k9=\2338~:kD=\177:kb=^H:kd=\233B:\
13777 :kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
13778 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
13779 :nd=\233C:nw=\233B\r:r1=\Ec:se=\2330m:sf=\233S:so=\2337m:\
13780 :sr=\233T:ta=^I:te=\233?7h:ti=\233?7l:ue=\2330m:up=\233A:\
13781 :us=\2334m:vb=^G:ve=\233 p:vi=\2330 p:
1bac2ebb 13782
45fd9aa5
EZ
13783# From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
13784amiga-8bit|Amiga ANSI using 8-bit controls:\
13785 :AL=\233%dL:DL=\233%dM:SF@:SR@:ac=:al=\233L:dl=\233M:\
13786 :sf=\204:sr=\215:tc=amiga-h:
13787
13788# From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
13789# requires use of appropriate preferences settings.
13790# (untranslatable capabilities removed to fit entry within 1023 bytes)
13791amiga-vnc|Amiga using VNC console (black on light gray):\
13792 :ND:am:da:db:ms:\
13793 :BT#1:Co#16:NC#0:co#80:li#24:lm#0:pa#256:\
13794 :%1=\E[?~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
13795 :IC=\E[%d@:Km=\E[M:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
13796 :SR=\E[%dT:UP=\E[%dA:al=\E[1L:bl=^G:cd=\E[J:ce=\E[K:\
13797 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:\
13798 :dl=\E[1M:do=\E[B:ei=:ic=\E[@:im=:\
13799 :is=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
13800 :k0=\E[9~:k1=\E[0~:k2=\E[1~:k3=\E[2~:k4=\E[3~:k5=\E[4~:\
13801 :k6=\E[5~:k7=\E[6~:k8=\E[7~:k9=\E[8~:kB=\233Z:kD=\177:\
13802 :kH=\E[45~:kN=\E[42~:kP=\E[41~:kb=^H:kd=\E[B:ke=\E[?1l:\
13803 :kh=\E[44~:kl=\E[D:kr=\E[C:ks=\E[?1h:ku=\E[A:le=\E[D:\
13804 :mb=\E[7;2m:md=\E[1m:me=\E[0m\017\E[30;85;>15m:mh=\E[2m:\
13805 :mk=\E8m:mr=\E[7m:nd=\E[C:nw=\EE:oc=\E[0m:r1=\Ec:\
13806 :r2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
13807 :se=\E[21m:sf=\ED:so=\E[1m:sr=\EM:te=\E[?7h\E[r\E[J:\
13808 :ti=\E[?7h:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:\
13809 :ve=\E[p\E[>?6l:vi=\E[0p:vs=\E[>?6h:
1bac2ebb 13810
45fd9aa5
EZ
13811# Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
13812# I'm trying to write a termcap for a commodore b-128, and I'm
13813# having a little trouble. I've had to map most of my control characters
13814# to something that unix will accept (my delete-char is a ctrl-t, etc),
13815# and create some functions (like cm), but thats life.
13816# The problem is with the arrow keys - right, and up work fine, but
13817# left deletes the previous character and down I just can't figure out.
13818# Jove knows what I want, but I don't know what it's sending to me (it
13819# isn't thats bound to next-line in jove).
13820# Anybody got any ideas? Here's my termcap.
13821# DAG -- I changed his "^n" entries to "\n"; see if that works.
1bac2ebb 13822#
45fd9aa5
EZ
13823commodore|b-128|Commodore B-128 micro:\
13824 :am:bw:\
13825 :co#80:dN#20:li#24:pb#150:\
13826 :al=10\Ei:bc=^H:ce=10\Eq:cl=10\E\006:cm=20\E\013%2,%2,:\
13827 :cr=^M:dc=10*\177:dl=10*\Ed:do=^J:ei=:ho=\E^E:ic=5\E\n:im=:\
13828 :kd=^J:kh=\E^E:kl=^B:kr=^F:ku=^P:nd=^F:nl=^M:ta=5\011:up=^P:
1bac2ebb 13829
45fd9aa5 13830#### North Star
1bac2ebb 13831#
45fd9aa5
EZ
13832# North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
13833northstar|North Star Advantage:\
13834 :bs:\
13835 :co#80:li#24:\
13836 :cd=200\017:ce=200\016:cl=200\004:cm=1\E=%+ %+ :\
13837 :ho=200\034\032:
1bac2ebb 13838
45fd9aa5
EZ
13839#### Osborne
13840#
13841# Thu Jul 7 03:55:16 1983
177c0ea7
JB
13842#
13843# As an aside, be careful; it may sound like an anomaly on the
13844# Osborne, but with the 80-column upgrade, it's too easy to
45fd9aa5 13845# enter lines >80 columns!
177c0ea7 13846#
45fd9aa5 13847# I've already had several comments...
177c0ea7
JB
13848# The Osborne-1 with the 80-col option is capable of being
13849# 52, 80, or 104 characters wide; default to 80 for compatibility
45fd9aa5 13850# with most systems.
177c0ea7 13851#
45fd9aa5
EZ
13852# The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
13853osborne-w|osborne1-w|osborne I in 104-column mode:\
13854 :ms:ul:xt:\
13855 :co#104:li#24:\
13856 :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
13857 :do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
13858 :se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
13859# Osborne I from ptsfa!rhc (Robert Cohen) via BRL
13860osborne|osborne1|osborne I in 80-column mode:\
13861 :am:bs:mi:ms:ul:xs:\
13862 :co#80:dB#4:li#24:\
13863 :al=\EE:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=4\EW:dl=\ER:do=^J:ei=:\
13864 :im=\EQ:is=^Z:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=\010:nd=^L:\
13865 :se=\E):so=\E(:ue=\Em:up=^K:us=\El:
13866#
13867# Osborne Executive definition from BRL
13868# Similar to tvi920
13869# Added by David Milligan and Tom Smith (SMU)
13870osexec|Osborne executive:\
13871 :am:bs:\
13872 :co#80:li#24:sg#1:ug#1:\
13873 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
13874 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
13875 :is=\Eq\Ek\Em\EA\Ex0:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
13876 :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
13877 :kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:nl=^J:se=\Ek:\
13878 :so=\Ej:st=\E1:ue=\Em:up=^K:us=\El:
1bac2ebb 13879
45fd9aa5 13880#### Console types for obsolete UNIX clones
1bac2ebb 13881#
45fd9aa5
EZ
13882# Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
13883# machines that tried to emulate the UNIX look'n'feel. Coherent and Venix
13884# were commercial, Minix an educational tool sold in conjunction with a book.
13885# Memory-segmentation limits and a strong tendency to look like V7 long after
13886# it was obsolete made all three pretty lame. Venix croaked early. Coherent
13887# and Minix were ported to 32-bit Intel boxes, only to be run over by a
177c0ea7 13888# steamroller named `Linux' (which, to be fair, traces some lineage to Minix).
45fd9aa5
EZ
13889# Coherent's vendor, the Mark Williams Company, went belly-up in 1994. There
13890# are also, I'm told, Minix ports that ran on Amiga and Atari machines and
13891# even as single processes under SunOS and the Macintosh OS.
754b75d2
DL
13892#
13893
45fd9aa5
EZ
13894# This is the entry provided with minix 1.7.4, with bogus :ri: removed.
13895minix|minix console (v1.7):\
13896 :am:xn:\
13897 :co#80:it#8:li#25:\
13898 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13899 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
13900 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
13901 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k0=\E[Y:\
13902 :k1=\E[V:k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:\
13903 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=End:l1=PgUp:l2=PgDn:\
13904 :l3=Num +:l4=Num -:l5=Num 5:le=^H:mb=\E[5m:md=\E[1m:\
13905 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:\
13906 :sr=\EM:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
13907# Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
13908minix-old|minix console (v1.5):\
13909 :xo:\
13910 :co#80:it#8:li#25:\
13911 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13912 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
13913 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
13914 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[Y:k1=\E[V:\
13915 :k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:kh=\E[H:\
13916 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
13917 :mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
13918 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
13919# The linewrap option can be specified by editing /usr/include/minix/config.h
13920# before recompiling the minix 1.5 kernel.
13921minix-old-am|minix console with linewrap:\
13922 :am:tc=minix-old:
1bac2ebb 13923
45fd9aa5
EZ
13924pc-minix|minix console on an Intel box:\
13925 :tc=klone+acs:tc=minix:
1bac2ebb 13926
45fd9aa5
EZ
13927# According to the Coherent 2.3 manual, the PC console is similar
13928# to a z19. The differences seem to be (1) 25 lines, (2) no status
13929# line, (3) standout is broken, (4) ins/del line is broken, (5)
13930# has blinking and bold.
13931pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
13932 :am:mi:\
13933 :co#80:it#8:li#25:\
13934 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:\
13935 :do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
13936 :kr=\EC:ku=\EA:le=^H:me=\Eq:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
13937 :sr=\EI:ta=^I:up=\EA:
1bac2ebb 13938
45fd9aa5 13939# According to the Venix 1.1 manual, the PC console is similar
177c0ea7 13940# to a DEC vt52. Differences seem to be (1) arrow keys send
45fd9aa5
EZ
13941# different strings, (2) enhanced standout, (3) added insert/delete line.
13942# Note in particular that it doesn't have automatic margins.
13943# There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
13944# not described here because this derives from an old termcap entry.
13945pc-venix|venix|IBM PC console running Venix:\
13946 :co#80:it#8:li#25:\
13947 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
13948 :dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:kr=\EM:ku=\EH:le=^H:\
13949 :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
13950
13951#### Miscellaneous microcomputer consoles
13952#
13953# If you know anything more about any of these, please tell me.
1bac2ebb
DL
13954#
13955
45fd9aa5 13956# The MAI Basic Four computer was obsolete at the end of the 1980s.
177c0ea7 13957# It may be used as a terminal by putting it in "line" mode as seen on
45fd9aa5 13958# one of the status lines.
177c0ea7 13959# Initialization is similar to CIT80. :is: will set ANSI mode for you.
45fd9aa5 13960# Hardware tabs set by :if: at 8-spacing. Auto line wrap causes glitches so
177c0ea7 13961# wrap mode is reset by :vs:. Using :sf:=\E[S caused errors so I
45fd9aa5
EZ
13962# used \ED instead.
13963# From: bf347@lafn.org (David Lawyer), 28 Jun 1997
13964mai|basic4|MAI Basic Four in ansi mode:\
13965 :am:da:db:mi:ms:\
13966 :co#82:it#8:li#25:\
13967 :al=\E[L:bl=^G:cd=^_:ce=^^:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:\
13968 :cs=\E[%i%d;%dr:dc=\E[1P:dl=\E[M:do=^J:ei=\E[4l:ho=^]:\
13969 :if=/usr/lib/tabset/vt100:im=\E[4h:\
13970 :is=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
13971 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
13972 :k8=\EOW:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
13973 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=^X:nw=^M\ED:rc=\E8:\
13974 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=^Z:\
13975 :us=\E[4m:ve=\E[?7h:vs=\E[?7l:
13976# basis from Peter Harrison, Computer Graphics Lab, San Francisco
13977# ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
754b75d2 13978#
45fd9aa5
EZ
13979# On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
13980# The Basis 108 was a Apple II clone, manufactured by the "Basis
177c0ea7 13981# Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
45fd9aa5 13982# about 1,5 km from where I live, but doesn't build own computers any
04bf5b65 13983# more). A Basis 108 featured a really heavy (cast aluminum?) case, was
6772c8e1 13984# equipped with one or two 5.25" disk drives, had a monochrome and color
45fd9aa5
EZ
13985# video output for a TV set or a dedicated monitor and several slots for
13986# Apple II cards. Basis 108 were quite popular at german schools before
13987# the advent of the IBM PC. They run, for example, the UCSD Pascal
13988# development system (which I used even in 1993 to program the steering
13989# and data recording for our school's experimental solar panel :), Apple DOS
13990# or CP/M.
13991# (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
13992basis|BASIS108 computer with terminal translation table active:\
13993 :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:kr=^L:\
13994 :ku=^K:me=\E):se=\E):so=\E(:tc=adm3a:
13995# luna's BMC terminal emulator
13996luna|luna68k|LUNA68K Bitmap console:\
13997 :co#88:li#46:tc=ansi-mini:
13998megatek|pegasus workstation terminal emulator:\
13999 :am:os:\
14000 :co#83:li#60:
177c0ea7 14001# The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
45fd9aa5
EZ
14002# interface (pre-Macintosh by several years) that went nowhere.
14003xerox820|x820|Xerox 820:\
14004 :am:\
14005 :co#80:li#24:\
14006 :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
14007 :le=^H:nd=^L:sf=^J:up=^K:
1bac2ebb 14008
45fd9aa5 14009#### Videotex and teletext
754b75d2 14010#
45fd9aa5
EZ
14011
14012# \E\:1} switch to te'le'informatique mode (ascii terminal/ISO 6429)
14013# \E[?3l 80 columns
14014# \E[?4l scrolling on
14015# \E[12h local echo off
14016# \Ec reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
14017# \E)0 G1 DEC set (line graphics)
14018#
14019# From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
14020m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique:\
14021 :bs:es:hs:xn:\
14022 :co#80:it#8:li#24:sg#0:ug#0:ws#72:\
70dc89d1 14023 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
45fd9aa5
EZ
14024 :RI=\E[%dC:UP=\E[%dA:\
14025 :ac=aaffggjjkkllmmnnooqqssttuuvvwwxx:ae=^O:al=\E[L:\
14026 :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
14027 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
14028 :fs=^J:ho=\E[H:i1=\E\:1}\Ec\E[?4l\E[12h:\
14029 :i2=\E[?3l kbs=\010:im=\E[4h:ip=7:is=\Ec\E[12h\E)0:\
14030 :k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:\
14031 :k7=\EOw:k8=\EOx:k9=\EOy:k;=\EOp:kA=\E[4l:kC=\E[2J:kD=\E[P:\
14032 :kI=\E[4h:kL=\E[M:kN=\EOn:kP=\EOR:kd=\E[B:kh=\E[H:kl=\E[D:\
14033 :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;80H:mb=\E[5m:md=\E[1m:\
14034 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:ps=\E[i:\
14035 :r1=\Ec\E[?4l\E[12h:r2=\Ec\E)0:rc=\E8:sc=\E7:se=\E[27m:\
14036 :sf=^J:so=\E[7m:sr=\EM:ta=^I:ts=^_@A:u6=\E[%i%d;%dR:\
14037 :u7=\E[6n:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:ve=\E[<1l:\
14038 :vi=\E[<1h:
14039
14040# From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
14041#
14042minitel1|minitel 1:\
14043 :am:bw:es:hs:hz:ms:\
14044 :Co#8:co#40:li#24:pa#8:\
14045 :..Sf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;:\
14046 :ac=+.,,./f0g1:bl=^G:ce=^X:cl=^L:cm=\037%+A%+A:cr=^M:do=^J:\
14047 :eA=^Y:fs=^J:ho=^^:is=\E;`ZQ\E\:iC\E\:iE\021:le=^H:mb=\EH:\
14048 :me=\EI\E\\:mr=\E]:nd=^I:nw=^M^J:op=\EG:rp=%.\022%+?:\
14049 :..sa=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;:se=\E\\:\
14050 :sf=^J:so=\E]:sr=^K:ts=\037@%+A:up=^K:ve=^Q:vi=^T:
14051# is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
14052minitel1b|minitel 1-bistandard (in 40cols mode):\
14053 :mi:\
70dc89d1 14054 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
45fd9aa5
EZ
14055 :RI=\E[%dC:UP=\E[%dA:al=\E[L:cb=\E[1K:cd=\E[J:dc=\E[P:\
14056 :dl=\E[M:ei=\E[4l:i1=\E;iYA\E;jYC:im=\E[4h:kA=\E[L:\
14057 :kC=\E[2J:kD=\E[P:kE=^X:kI=\E[4h:kL=\E[M:kd=\E[B:kh=\E[H:\
14058 :kl=\E[D:kr=\E[C:ks=\E;iYA\E;jYC:kt=^I:ku=\E[A:\
14059 :tc=minitel1:
14060# :ke: posait des problemes (logout en sortant de vi).
14061minitel1b-80|minitel 1-bistandard (standard teleinformatique):\
14062 :am@:bw@:hz@:\
14063 :Co@:co#80:it#8:pa@:\
14064 :@8=\EOM:Sf@:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:ho=\E[H:\
14065 :i1@:is@:k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:\
14066 :k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:ke@:ks@:mb=\E[5m:md=\E[1m:\
14067 :me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:op@:rc=\E8:rp@:\
14068 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
14069 :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
14070 :up=\E[A:us=\E[4m:ve=\037@A\021\n:vi=\037@A\024\n:\
14071 :tc=minitel1b:
14072
14073######## OBSOLETE VDT TYPES
14074#
14075# These terminals are *long* dead -- these entries are retained for
14076# historical interest only.
14077
14078#### Amtek Business Machines
14079#
14080
14081# (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
14082# but these caps were commented out in 8.3; also, removed overridden
14083# ":do=^J:" -- esr)
14084abm80|amtek business machines 80:\
14085 :am:bs:bw:\
1bac2ebb 14086 :co#80:li#24:\
45fd9aa5
EZ
14087 :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%+ %+ :\
14088 :dl=\E^S:do=\E^K:ho=\E^R:le=^H:nd=^P:up=\E^L:
14089
14090#### Bell Labs blit terminals
14091#
177c0ea7 14092# These were AT&T's official entries. The 5620 FAQ maintained by
45fd9aa5
EZ
14093# David Breneman <daveb@dgtl.com> has this to say:
14094#
14095# Actually, in the beginning was the Jerq, and the Jerq was white with a
14096# green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
14097# was good. But lo, upon the horizon loomed a mighty management-type person
14098# (known now only by the initials VP) who said, the mighty Jerq must stay
14099# alone, and could not go forth into the world. So Locanthi and Pike put the
14100# Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
14101# world. And the Jerq lived the rest of its days in research, but never
14102# strayed from those paths.
14103#
14104# In all seriousness, the Blit was originally known as the Jerq, but when
14105# it started to be shown outside of the halls of the Bell Labs Research
14106# organization, the management powers that be decided that the name could
14107# not remain. So it was renamed to be Blit. This was in late 1981.
14108#
14109# (The AT&T 5620 was the commercialized Blit. Its successors were the 630,
14110# 730, and 730+.)
14111#
14112
14113blit|jerq|blit running teletype rom:\
14114 :am:eo:ul:xo:\
14115 :co#87:it#8:li#72:\
14116 :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:bl=^G:\
14117 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:dl=\EE!:do=^J:\
14118 :ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:kb=^H:kd=\EB:kl=\ED:\
14119 :kr=\EC:ku=\EA:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:
14120
14121# (cbblit: here's a BSD termcap that says :do=\EG: -- esr)
14122cbblit|fixterm|blit running columbus code:\
14123 :co#88:\
14124 :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:se=\EV!:\
14125 :so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
14126
14127oblit|ojerq|first version of blit rom:\
14128 :am:da:db:eo:mi:ul:xo:\
14129 :co#88:it#8:li#72:\
14130 :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
14131 :cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:ei=\ER:im=\EQ:\
14132 :kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:vb=\E^G:
1bac2ebb 14133
45fd9aa5
EZ
14134#### Bolt, Beranek & Newman (bbn)
14135#
14136# The BitGraph was a product of the now-defunct BBN Computer Corporation.
14137# The parent company, best known as the architects of the Internet, is
14138# still around.
14139#
14140# Jeff DelPapa <dp@world.std.com> writes:
14141# The bitgraph was a large white box that contained a monochrome bitmap
14142# display, and a 68000 to run it. You could download code and run it on
14143# the cpu, it had 128kb (I think) of memory. I used one in the late
14144# 70's, sure beat a vt100. It had one strange feature tho -- it used
14145# the cpu to bitblt pixels to scroll, it took longer than the refresh
14146# rate, and looked like a rubber sheet stretching, then snapping
14147# upwards. It had everything the early mac had, except a floppy drive a
14148# small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
14149# Beranek and Neuman) sold at most a few hundred of them to the real
14150# world. DOD may have bought more...
177c0ea7 14151#
1bac2ebb 14152
177c0ea7
JB
14153# Entries for the BitGraph terminals. The problem
14154# with scrolling in vi can only be fixed by getting BBN to put
14155# smarter scroll logic in the terminal or changing vi or padding
45fd9aa5 14156# scrolls with about 500 ms delay.
177c0ea7
JB
14157#
14158# I always thought the problem was related to the terminal
14159# counting newlines in its input buffer before scrolling and
14160# then moving the screen that much. Then vi comes along and
14161# paints lines in on the bottom line of the screen, so you get
45fd9aa5
EZ
14162# this big white gap.
14163
14164bitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video):\
14165 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
14166bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video):\
14167 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
14168bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init):\
14169 :bs:xn:\
14170 :co#85:li#64:\
14171 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=%i\E[%d;%dH:\
14172 :cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:k1=\EOP:k2=\EOQ:\
14173 :k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:\
14174 :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:me=\E[m:nd=\E[C:\
14175 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
14176
14177bg1.25rv|bbn bitgraph 1.25 (reverse video):\
14178 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
14179bg1.25nv|bbn bitgraph 1.25 (normal video):\
14180 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
14181# (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
14182bg1.25|bbn bitgraph 1.25:\
14183 :co#85:li#64:\
14184 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
14185 :cl=\E[H\E[J:cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:\
14186 :k2=\EQ:k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
14187 :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:ll=\E[64;1H:\
14188 :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
14189
14190#### Bull (bq, dku, vip)
1bac2ebb 14191#
45fd9aa5
EZ
14192# (Adapted for terminfo; AIX extension capabilities translated -- esr)
14193
14194#============================================#
14195# BULL QUESTAR 210 `SDP' terminals emulation #
14196#============================================#
14197#
14198# Description written by R.K.Saunders (Bull Transac)
14199#
14200# Modifications written by F. Girard (Bull MTS)
14201# 19-05-87 V02.00.01
14202# 17-12-87 V02.00.02
14203# 15-09-89 V02.00.05
14204#
14205# Typical technical selections F1 (modes SDP/ROLL):
14206# -------------------------------------------------------
14207# | 01 02 03 04 05 06 07 08 09 10 |
14208# | 1010 0011 1010 0110 0110 0001 0100 0000 0000 0000 |
14209# | |
14210# | 11 12 13 14 15 16 17 18 19 20 |
14211# | 0000 0110 100? 0000 0000 0000 0001 0000 0000 0001 |
14212# | |
14213# | 21 22 23 24 25 26 27 28 29 30 |
14214# | 0011 0000 0001 1000 0000 0000 0000 0000 0000 0000 |
14215# | |
14216# | 31 32 33 34 35 36 37 38 39 40 |
14217# | 1010 0011 0000 0000 0000 0000 0000 0000 0000 0000 |
14218# -------------------------------------------------------
14219# Typical firmware identification F5 "etat 6":
14220# P287.02.04b (AZERTY)
14221# P297.11.04 (24-pin: 2732) or P798.11.04 (28-pin: 2764)
6772c8e1 14222# P298.03.03 (monochrome) or P374.03.02 (color)
45fd9aa5
EZ
14223#
14224# SM SDP mode (VIP command): ^[[?=h
14225# RIS (erases screen): ^[c
14226# DMI disable keyboard: ^[`
14227# SM double rendition mode: ^[[?>h
14228# RM solicited status mode: ^[[5l
14229# RM character mode: ^[[>l
14230# RM echoplex mode: ^[[12l
14231# RM column tab mode: ^[[18l
14232# RM forbid SS2 keyboard mode: ^[[?<l
14233# SM scroll mode: ^[[=h
14234# FCF enable XON/XOFF: ^[P1s^[\
14235# MTL select end msg character: ^[[^Wp
14236# EMI enable keyboard: ^[b
14237# RIS retour etat initial: ^[c
14238# enable FC keypad: ^[[?<h,
14239# MPW map status line window: ^[PY99:98^[\
14240# SCP select status line: ^[[0;98v
14241# ED erase entire partition: ^[[2J
14242# SCP select main partition: ^[[v
14243# SM character insertion mode: ^[[4h
14244# RM character replacement mode: ^[[4l
14245# COO cursor on: ^[[r
14246# COO cursor off: ^[[1r
14247# SGR dim (turquoise) rev attr: ^[[2;7m
14248# SGR Data normal attr: ^[[m
14249# SO Line-graphic mode ON: ^N
14250# SI Line-graphic mode OFF: ^O
14251# MC start routing to printer: ^[[5i
14252# MC stop routing to printer: ^M^[[4i
754b75d2 14253#
1bac2ebb 14254
45fd9aa5
EZ
14255# This entry covers the following terminals:
14256# dku7102, tws2102, and tws models 2105 to 2112
14257# (untranslatable capabilities removed to fit entry within 1023 bytes)
14258# (sgr removed to fit entry within 1023 bytes)
14259# (acsc removed to fit entry within 1023 bytes)
14260# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14261tws-generic|dku7102|Bull Questar tws terminals:\
14262 :am:es:hs:mi:ms:xn:xo:xs@:\
14263 :co#80:it#8:li#24:ws#80:\
14264 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
14265 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
14266 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%df:cr=^M:ct=\E[2g:\
14267 :dc=\E[P:dl=\E[M:do=^J:\
14268 :ds=\EPY99\:98\E\\\E[0;98v\E[2J\E[v:ei=\E[4l:fs=\E[v:\
14269 :ho=\E[H:i1=\E[?=h\Ec\E`\E[?>h\EPY99\:98\E\\:\
14270 :i2=\Eb\E[?<h:im=\E[4h:\
14271 :is=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p:\
14272 :k1=\E[1u\027:k2=\E[2u\027:k3=\E[3u\027:k4=\E[4u\027:\
14273 :k5=\E[5u\027:k6=\E[6u\027:k7=\E[7u\027:k8=\E[8u\027:\
14274 :kD=\E[P:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
14275 :le=^H:ll=\E[H\E[A:mb=\E[0;5m:me=\E[m\017:mh=\E[0;2m:\
14276 :mr=\E[0;7m:nd=\E[C:rs=\E[?=h\Ec:se=\E[m:sf=^J:so=\E[0;7m:\
14277 :st=\EH:ta=\E[I:te=\E[0;98v\E[2J\E[v:\
14278 :ti=\E[?>h\EPY99\:98\E\\:\
14279 :ts=\EPY99\:98\E\\\E[0;98v\E[2;7m:ue=\E[m:up=\E[A:\
14280 :us=\E[0;4m:ve=\E[r:vi=\E[1r:
14281tws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA:\
14282 :ds=\E[0;98v\E[2J\E[v:fs=\E[v:i2=\Eb:ts=\E[0;98v:\
14283 :tc=tws-generic:
14284tws2103|xdku|BULL Questar tws2103:\
14285 :ta=^I:tc=tws-generic:
14286tws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA:\
14287 :ta=^I:tc=tws2102-sna:
14288dku7102-old|BULL Questar 200 DKU7102 (microcode version < 6):\
14289 :AL@:DL@:al@:ce=\E[K\E[m:cl=\E[2J\E[H:cm@:dl@:\
14290 :ds=\EPY99\:98\E\\\E[0;98v\E[2J\E[H\E[v:\
14291 :ts=\EPY99\:98\E\\\E[0;98v\E[H\E[2;7m:tc=tws-generic:
6772c8e1 14292dku7202|BULL Questar 200 DKU7202 (color/character attributes):\
45fd9aa5
EZ
14293 :i2=\E[?3h\Eb:mb=\E[0;2;4m:mh=\E[0;5m:so=\E[0;4;5;7m:\
14294 :ta=^I:us=\E[0;2m:tc=tws-generic:
1bac2ebb 14295
45fd9aa5
EZ
14296#=========================================================#
14297# BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
14298#=========================================================#
1bac2ebb 14299#
45fd9aa5
EZ
14300# Description written by J. Staerck (BULL SA)
14301# Copyright (c) 1989 BULL SA
14302#---------------------------------------------------------------------------
14303# This entry is used for terminals with vt320 emulation mode
177c0ea7 14304# and following set-up :
45fd9aa5 14305# 8 bit ISO Latin Character Set (ISO 8859-1),
177c0ea7
JB
14306# 7 bit Control Characters,
14307# 80 columns screen.
45fd9aa5
EZ
14308# Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
14309# They are used in string capabilities with vt220-320 emulation mode.
14310# In the following DEC definitions, two kinds of terminfo databases are
14311# provided :
177c0ea7 14312# 1. the first with Command Sequence Introducer starting with escape
45fd9aa5 14313# sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
177c0ea7 14314# 2. the second with Command Sequence Introducer starting with escape
45fd9aa5
EZ
14315# sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
14316# Soft Terminal Reset esc [ ! p
14317# RIS (erases screen): esc c
14318# DECKPNM numeric keypad mode: esc >
14319# DECKPAM applic. keypad mode: esc =
14320# DECSTBM Scrolling region: esc [ r
14321# SCS select G0 = US: esc ( B
14322# SCS select G1 = line-graphic: esc ) 0
14323# Select 7-bit C1 controls: esc sp F
14324# Select 8-bit C1 controls: esc sp G
14325# Select cursor home: esc [ H
14326# Select erase screen: esc [ J
14327# SM KAM lock keyboard: esc [ 2 h
14328# RM KAM unlock keyboard: esc [ 2 l
14329# SM SRM local echo off: esc [ 1 2 h
14330# RM SRM local echo on: esc [ 1 2 l
14331# SM LNM New line : esc [ 2 0 h
14332# RM LNM return = CR only: esc [ 2 0 l
14333# SM DECCKM cursor keys mode: esc [ ? 1 h
14334# RM DECCKM appli. keys mode: esc [ ? 1 l
14335# SM DECANM ANSI mode on: esc [ ? 2 h
14336# RM DECANM ANSI mode off: esc [ ? 2 l
14337# SM DECCOLM 132-column screen: esc [ ? 3 h
14338# RM DECCOLM 80-column screen: esc [ ? 3 l
14339# SM DECSCLM Smooth scroll: esc [ ? 4 h
14340# RM DECSCLM Jump scroll: esc [ ? 4 l
14341# SM DECSCNM screen light backgr. esc [ ? 5 h
14342# RM DECSCNM screen dark backgr. esc [ ? 5 l
14343# SM DECOM move within margins: esc [ ? 6 h
14344# RM DECOM move outside margins: esc [ ? 6 l
14345# SM DECAWM auto right margin: esc [ ? 7 h
14346# RM DECAWM auto right margin: esc [ ? 7 l
14347# SM DECARM auto repeat: esc [ ? 8 h
14348# RM DECARM auto repeat: esc [ ? 8 l
177c0ea7
JB
14349# DECSASD Select active main: esc [ 0 $ }
14350# DECSASD Select active status: esc [ 1 $ }
14351# DECSSDT Select status none: esc [ 0 $ ~
14352# DECSSDT Select status indic.: esc [ 1 $ ~
14353# DECSSDT Select status host-wr: esc [ 2 $ ~
45fd9aa5
EZ
14354# SM DECTCEM Visible cursor: esc [ ? 2 5 h
14355# RM DECTCEM Invisible cursor: esc [ ? 2 5 l
14356# SM DECNCRM 7 bits NCR set: esc [ ? 4 2 h
14357# RM DECNCRM Multi or ISO latin: esc [ ? 4 2 l
14358# SM DECNKM numeric keypad mode: esc [ ? 6 6 h
14359# RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
14360# SM DECKBUM clavier informatique esc [ ? 6 8 h
14361# RM DECKBUM clavier bureautique: esc [ ? 6 8 l
14362# DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 " p
14363# or DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 ; 0 " p
14364# or DECSCL vt300 mode 8-bit ctrl: esc [ 6 3 ; 2 " p
14365# DECSCL vt300 mode 7-bit ctrl: esc [ 6 3 ; 1 " p
14366# Char. and Line attributes: esc [ Ps ... Ps m
14367# with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
14368# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
1bac2ebb
DL
14369#
14370
45fd9aa5
EZ
14371# This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
14372# (untranslatable capabilities removed to fit entry within 1023 bytes)
14373# (sgr removed to fit entry within 1023 bytes)
14374# (acsc removed to fit entry within 1023 bytes)
14375# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14376bq300|Bull vt320 ISO Latin 1 80 columns terminal:\
14377 :am:eo:es:hs:km:mi:ms:xn:xo:\
14378 :co#80:it#8:li#24:vt#3:ws#80:\
14379 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
14380 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
14381 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
14382 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
14383 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
14384 :ds=\E[1$}\E[2$~\n\E[0$}:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
14385 :ho=\E[H:i1=\E[63;1"p\E[2h:\
14386 :i2=\E[0$}\E[?25h\E[2l\E[H\E[J:im=\E[4h:\
14387 :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14388 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
14389 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
14390 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ku=\E[A:\
14391 :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m\E(B:mr=\E[7m:nd=\E[C:\
14392 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
14393 :st=\EH:ta=^I:te=\E[?7h:ti=\E[?7l\E[?1l\E(B:\
14394 :ts=\E[1$}\E[2$~:ue=\E[24m:up=\E[A:us=\E[4m:\
14395 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
14396bq300-rv|Bull vt320 reverse 80 columns:\
14397 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14398 :vb=\E[?5l\E[?5h:tc=bq300:
14399bq300-w|Bull vt320 132 columns:\
14400 :co#132:ws#132:\
14401 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14402 :rs=\E[?3h:tc=bq300:
14403bq300-w-rv|Bull vt320 reverse mode 132 columns:\
14404 :co#132:ws#132:\
14405 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14406 :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300:
754b75d2 14407
45fd9aa5 14408# This entry is used for terminals with vt320 emulation mode
177c0ea7 14409# and following set-up :
45fd9aa5
EZ
14410# 8 bit ISO Latin Character Set (ISO 8859-1),
14411# 8 bit Control Characters, (CSI coded as x9B for ESC [)
177c0ea7 14412# 80 columns screen.
45fd9aa5
EZ
14413# Soft Terminal Reset csi ! p
14414# RIS (erases screen): esc c
14415# DECKPNM numeric keypad mode: esc >
14416# DECKPAM applic. keypad mode: esc =
14417# DECSTBM Scrolling region: esc [ r
14418# SCS select G0 = US: esc ( B
14419# SCS select G1 = line-graphic: esc ) 0
14420# Select 7-bit C1 controls: esc sp F
14421# Select 8-bit C1 controls: esc sp G
14422# Select cursor home: csi H
14423# Select erase screen: csi J
14424# SM KAM lock keyboard: csi 2 h
14425# RM KAM unlock keyboard: csi 2 l
14426# SM SRM local echo off: csi 1 2 h
14427# RM SRM local echo on: csi 1 2 l
14428# SM LNM New line : csi 2 0 h
14429# RM LNM return = CR only: csi 2 0 l
14430# SM DECCKM cursor keys mode: csi ? 1 h
14431# RM DECCKM appli. keys mode: csi ? 1 l
14432# SM DECANM ANSI mode on: csi ? 2 h
14433# RM DECANM ANSI mode off: csi ? 2 l
14434# SM DECCOLM 132-column screen: csi ? 3 h
14435# RM DECCOLM 80-column screen: csi ? 3 l
14436# SM DECSCLM Smooth scroll: csi ? 4 h
14437# RM DECSCLM Jump scroll: csi ? 4 l
14438# SM DECSCNM screen light backgr. csi ? 5 h
14439# RM DECSCNM screen dark backgr. csi ? 5 l
14440# SM DECOM move within margins: csi ? 6 h
14441# RM DECOM move outside margins: csi ? 6 l
14442# SM DECAWM auto right margin: csi ? 7 h
14443# RM DECAWM auto right margin: csi ? 7 l
14444# SM DECARM auto repeat: csi ? 8 h
14445# RM DECARM auto repeat: csi ? 8 l
177c0ea7
JB
14446# DECSASD Select active main: csi 0 $ }
14447# DECSASD Select active status: csi 1 $ }
14448# DECSSDT Select status none: csi 0 $ ~
14449# DECSSDT Select status indic.: csi 1 $ ~
14450# DECSSDT Select status host-wr: csi 2 $ ~
45fd9aa5
EZ
14451# SM DECTCEM Visible cursor: csi ? 2 5 h
14452# RM DECTCEM Invisible cursor: csi ? 2 5 l
14453# SM DECNCRM 7 bits NCR set: csi ? 4 2 h
14454# RM DECNCRM Multi or ISO latin: csi ? 4 2 l
14455# DECSCL vt300 mode 8-bit ctrl: csi 6 3 " p
14456# or DECSCL vt300 mode 8-bit ctrl: csi 6 3 ; 0 " p
14457# DECSCL vt300 mode 7-bit ctrl: csi 6 3 ; 1 " p
14458# Char. and Line attributes: csi Ps ... Ps m
14459# with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
14460# and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
14461# (bq300-8: :le:,:nd:,:up:,:do:,:dl:,:al: to get under 1024 --esr)
14462# (untranslatable capabilities removed to fit entry within 1023 bytes)
14463# (sgr removed to fit entry within 1023 bytes)
14464# (acsc removed to fit entry within 1023 bytes)
14465# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14466bq300-8|Bull vt320 full 8 bits 80 columns:\
14467 :am:eo:es:hs:km:mi:ms:xn:xo:\
14468 :co#80:it#8:li#24:vt#3:ws#80:\
14469 :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
14470 :K1=\217w:K2=\217u:K3=\217y:K4=\217q:K5=\217s:LE=\233%dD:\
14471 :RI=\233%dC:UP=\233%dA:ae=^O:as=^N:bl=^G:cd=\233J:ce=\233K:\
14472 :cl=\233H\233J:cm=\233%i%d;%dH:cr=^M:cs=\233%i%d;%dr:\
14473 :ct=\2333g:dc=\233P:ds=\2331$}\2332$~\n\2330$}:\
14474 :ec=\233%dX:ei=\2334l:fs=\2330$}:ho=\233H:\
14475 :i1=\E[63;2"p\E[2h:i2=\2330$}\233?25h\2332l\233H\233J:\
14476 :im=\2334h:\
14477 :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14478 :k1=\217P:k2=\217Q:k3=\217R:k4=\217S:k6=\23317~:\
14479 :k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:\
14480 :kN=\2336~:kP=\2335~:kb=^H:kd=\233B:ke=\233?1l\E>:\
14481 :kl=\233D:kr=\233C:ku=\233A:mb=\2335m:md=\2331m:\
14482 :me=\2330m\E(B:mr=\2337m:nw=\EE:rc=\E8:sc=\E7:se=\23327m:\
14483 :sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:te=\233?7h:\
14484 :ti=\233?7l\233?1l\E(B:ts=\2331$}\2332$~:ue=\23324m:\
14485 :us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:vi=\233?25l:\
14486 :vs=\233?25h:
14487bq300-8rv|Bull vt320 8-bit reverse mode 80 columns:\
14488 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14489 :vb=\233?5l\233?5h:tc=bq300-8:
14490bq300-8w|Bull vt320 8-bit 132 columns:\
14491 :co#132:ws#132:\
14492 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14493 :rs=\233?3h:tc=bq300-8:
14494bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns:\
14495 :co#132:ws#132:\
14496 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14497 :rs=\233?3h:vb=\233?5l\233?5h:tc=bq300-8:
754b75d2 14498
45fd9aa5 14499# This entry is used for terminals with vt320 emulation mode
177c0ea7 14500# a 102 keys keyboard (PC scancode !) and following set-up :
45fd9aa5 14501# 8 bit ISO Latin Character Set (ISO 8859-1),
177c0ea7
JB
14502# 7 bit Control Characters,
14503# 80 columns screen.
45fd9aa5
EZ
14504bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns:\
14505 :%0@:%1@:*6@:@0@:@7=\E[4~:F1=\E[29~:F2=\E[31~:F3@:F4@:F5@:F6@:\
14506 :F7@:F8@:F9@:FA@:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
14507 :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:\
14508 :k;=\E[28~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
14509 :kh=\E[1~:l1@:l2@:l3@:l4@:tc=bq300:
14510bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns:\
14511 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14512 :vb=\E[?5l\E[?5h:tc=bq300-pc:
14513bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal:\
14514 :co#132:ws#132:\
14515 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14516 :rs=\E[?3h:tc=bq300-pc:
14517bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns:\
14518 :co#132:ws#132:\
14519 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14520 :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-pc:
14521# 8 bit ISO Latin Character Set (ISO 8859-1),
177c0ea7
JB
14522# 8 bit Control Characters,
14523# 80 columns screen.
45fd9aa5
EZ
14524bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns:\
14525 :%0@:%1@:*6@:@0@:@7=\2334~:F1=\23329~:F2=\23331~:F3@:F4@:F5@:\
14526 :F6@:F7@:F8@:F9@:FA@:k1=\23317~:k2=\23318~:k3=\23319~:\
14527 :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
14528 :k9=\23326~:k;=\23328~:kD=\2333~:kI=\2332~:kN=\2336~:\
14529 :kP=\2335~:kb=^H:kh=\2331~:l1@:l2@:l3@:l4@:tc=bq300-8:
14530bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns:\
14531 :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14532 :vb=\E[?5l\E[?5h:tc=bq300-8-pc:
14533bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns:\
14534 :co#132:ws#132:\
14535 :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14536 :rs=\E[?3h:tc=bq300-8-pc:
14537bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns:\
14538 :co#132:ws#132:\
14539 :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14540 :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-8-pc:
754b75d2 14541
45fd9aa5
EZ
14542#======================================================#
14543# BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
14544#======================================================#
14545
14546# normal mode, 8 bits, 80 columns terminal.
14547# RES reset : ^[e
14548# RIS reset initial state: ^[c
14549# BLE bell enable ^[h
14550# BLD bell disable ^[g
14551# CAMS char. attr. mode set ^[[D
14552# CAMR char. attr. mode reset ^[[G
14553# CLR clear ^[`
14554# KBU keyboard unlock (set) ^[[W
14555# KBL keyboard lock (reset) ^[[X
14556# CM character mode (async.) ^[k
14557# NEP non echoplex mode (by host) ^[l
14558# EP echoplex mode (by host) ^[m
14559# IM insert mode set ^[[I
14560# IM insert mode reset ^[[J
14561# RMS roll mode set ^[r
14562# RMR roll mode reset ^[q
14563# SM78 set mode vip7800 ^[[1q
14564# SD scroll up (72 lines) ^[[0s
14565# SD scroll down (72 lines) ^[[1s
14566# RBM block mode reset ^[[E
14567# SLS status line set ^[w
14568# SLR status line reset ^[v
14569# SLL status line lock ^[O
14570# LGS Line-graphic mode set ^[G
14571# LGR Line-graphic mode reset ^[F
14572# TBC tab clear (at cursor pos.) ^[[g
14573# TBI tab initialize ^[[N
14574# TBS tab set (at cursor pos.) ^[p
14575# PDS print data space ^[[0p
14576# PHD print host data ^[[3p
14577# PDT print data terminator ^[[<p
14578# PRES print adapter reset ^[[2p
14579# SSPR multi-part. reset ^[[<>u
14580# SSP0 partition 0 set ^[[00u
14581# SSP1 partition n format 1 ^[[PnPnSTRINGu
14582# SSP2 partition n format 2 ^[[PnPnSTRINGu
14583# SSP3 partition n format 3 ^[[PnPnu
14584# ATR attribute (visual)
14585# blink : ^[sB
14586# dim : ^[sL
14587# hide (blank) : ^[sH
14588# restore : ^[sR
14589# inverse video : ^[sI
14590# prot. : ^[sP
14591# underline : ^[s_
14592# reset : ^{
14593#
14594# This covers the vip7800 and BQ3155-vip7800
14595# (untranslatable capabilities removed to fit entry within 1023 bytes)
14596# (sgr removed to fit entry within 1023 bytes)
14597# (acsc removed to fit entry within 1023 bytes)
14598vip|Bull Questar 3155-7800:\
14599 :5i:am:es:hs:km:ms:xn:xo:\
14600 :co#80:it#8:li#24:vt#3:ws#80:\
14601 :#2=\EH:#4=\Eo:%i=\Eu:F1=\E\\:F2=\E^:F3@:F4@:F5@:F6@:F7@:F8@:\
14602 :F9@:FA@:FB=\E1:FC=\E5:FD=\E7:FE=\E9:FF=\E;:FG=\E=:FH=\E?:\
14603 :FI=\EQ:FJ=\ES:FK=\EV:FL=\E]:FM=\E_:ae=\EF:as=\EG:bl=^G:\
14604 :bt=\E[Z:cd=\EJ:ce=\EK:cl=\E`:cm=\E[%i%03%03f:cr=^M:\
14605 :ct=\E[N:dc=\E[P:dl=\E[M:do=^J:ds=\Ev:ei=\E[J:fs=\EO:ho=\EH:\
14606 :i2=\Er\E[W\E`:ic=\E[I:im=\E[I:\
14607 :is=\E[00u\E[<>001001024080024080u\E[01u:k1=\E0:k2=\E2:\
14608 :k3=\E6:k4=\E8:k5=\E\::k6=\E<:k7=\E>:k8=\EP:k9=\ER:k;=\ET:\
14609 :kA=\E[L:kB=\E[Z:kC=\E`:kD=\E[P:kE=\EK:kF=\E[0s:kH=\EH\EA:\
14610 :kI=\E[I:kL=\E[M:kM=\E[J:kR=\E[1s:kS=\EJ:kT=\Ep:ka=\E[N:\
14611 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E[g:ku=\EA:l1=pf1:\
14612 :l2=pf2:l3=pf3:l4=pf4:le=^H:ll=\EH\EA:mb=\EsB:\
14613 :me=\EsR\EsU\EF:mh=\EsL:mk=\EsH:mp=\EsP:mr=\EsI:nd=\EC:\
14614 :nw=^M:pf=\E[<p:po=\E[3p:ps=\E[0p:r1=\Ec:r2=\E[G:s0=\EF:\
14615 :s1=\EG:se=\EsR:sf=^J:so=\EsI:sr=\EA\EJ\EH\E[L:st=\Ep:\
14616 :ta=^I:ts=\Ew:ue=\EsR:up=\EA:us=\Es_:vb=\007\007\007:
14617# normal screen, 8 bits, 132 columns terminal.
14618vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide:\
14619 :co#132:ws#132:\
14620 :is=\E[00u\E[<>001001024132024132u\E[01u:tc=vip:
14621vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines:\
14622 :li#72:\
14623 :is=\E[00u\E[<>001001024080072080u\E[01u:tc=vip:
14624vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines:\
14625 :co#132:li#72:ws#132:\
14626 :is=\E[00u\E[<>001001024132072132u\E[01u:tc=vip:
1bac2ebb 14627
45fd9aa5 14628#### Chromatics
1bac2ebb 14629#
45fd9aa5 14630
177c0ea7
JB
14631# I have put the long strings in :ti:/:te:. Ti sets up a window
14632# that is smaller than the screen, and puts up a warning message
14633# outside the window. Te erases the warning message, puts the
45fd9aa5 14634# window back to be the whole screen, and puts the cursor at just
177c0ea7
JB
14635# below the small window. I defined :ve: and :vi: to really turn
14636# the cursor on and off, but I have taken this out since I don't
14637# like the cursor being turned off when vi exits.
45fd9aa5
EZ
14638cg7900|chromatics|chromatics 7900:\
14639 :am:\
14640 :co#80:li#40:\
14641 :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:cm=\001M%r%d,%d,:cr=^M:\
14642 :dc=^A<1:dl=^A<2:do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:\
14643 :nd=^]:se=\001C1,\001c2,:sf=^J:so=\001C4,\001c7,:\
14644 :te=\001W0,40,85,48,\014\001W0,0,85,48,\001M0,40,:\
14645 :ti=\001P0\001O1\001R1\001C4,\001c0,\014\001M0,42,WARNING DOUBLE ENTER ESCAPE and \025\001C1,\001c2,\001W0,0,79,39,:\
14646 :uc=\001\001_\001\0:up=^K:
14647
14648#### Computer Automation
1bac2ebb 14649#
45fd9aa5
EZ
14650
14651ca22851|computer automation 22851:\
14652 :am:\
14653 :co#80:li#24:\
14654 :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:ho=^^:\
14655 :kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:up=^V:
14656
14657#### Cybernex
754b75d2 14658#
45fd9aa5
EZ
14659
14660# This entry has correct padding and the undocumented "ri" capability
14661cyb83|xl83|cybernex xl-83:\
14662 :am:bs:\
14663 :co#80:li#24:\
14664 :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:do=^J:\
14665 :ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:sf=^J:sr=^N:up=^N:
14666# (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
14667cyb110|mdl110|cybernex mdl-110:\
14668 :am:bs:\
14669 :co#80:li#24:\
14670 :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
14671 :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
14672 :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:le=^H:\
14673 :nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
14674
14675#### Datapoint
754b75d2 14676#
45fd9aa5
EZ
14677# Datapoint is gone. They used to be headquartered in Texas.
14678# They created ARCnet, an Ethernet competitor that flourished for a while
14679# in the early 1980s before 3COM got wise and cut its prices. The service
14680# side of Datapoint still lives (1995) in the form of Intelogic Trace.
1bac2ebb
DL
14681#
14682
45fd9aa5
EZ
14683dp3360|datapoint|datapoint 3360:\
14684 :am:bs:\
14685 :co#82:li#25:\
14686 :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:nd=^X:\
14687 :sf=^J:up=^Z:
1bac2ebb 14688
45fd9aa5 14689# From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
177c0ea7
JB
14690# The Datapoint 8242 Workstation was sold at least between 1985
14691# and 1989. To make the terminal work with this entry, press
14692# CONTROL-INT-INT to take the terminal off-line, and type (opt).
14693# Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
14694# CR/LF off. Use control-shift-[] as escape key, control-I as tab,
45fd9aa5
EZ
14695# shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
14696# fact unusable because the strings sent by the terminal conflict
14697# with other keys).
14698# The terminal is capable of displaying "box draw" characters.
177c0ea7
JB
14699# For each graphic character you must send 2 ESC's (\E\E) followed
14700# by a control character as follows:
45fd9aa5
EZ
14701# character meaning
14702# ========= =======
14703# ctrl-E top tee
14704# ctrl-F right tee
14705# ctrl-G bottom tee
14706# ctrl-H left tee
14707# ctrl-I cross
14708# ctrl-J top left corner
14709# ctrl-K top right corner
14710# ctrl-L bottom left corner
14711# ctrl-M bottom right corner
14712# ctrl-N horizontal line
14713# ctrl-O vertical line
177c0ea7
JB
14714# Unfortunately this cannot be fitted into the termcap/terminfo
14715# description scheme.
45fd9aa5
EZ
14716dp8242|datapoint 8242:\
14717 :ms:\
14718 :co#80:li#25:\
14719 :al=\E^T:bl=^G:cd=^W:ce=^V:cl=\025\E\004\027\030:\
14720 :cm=\011%r%+\\%+\\:cr=^M:dl=\E^Z:do=^J:ho=^U:\
14721 :i1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
14722 :k1=^G\Ee:k2=^I\Ed:k3=^J\Ec:k4=^J\Eb:k5=^S\Ea:k6=\EO\Ee:\
14723 :k7=\EN\Ed:k8=\EM\Ec:k9=\EL\Eb:k;=\EK\Ea:kb=^H:kd=^B:kl=^D:\
14724 :kr=^F:ku=^E:le=^H:nw=^M^J:\
14725 :r1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
14726 :rp=\E\023%.%.:se=\E^D:sf=^C:so=\E^E:sr=^K:ta=^I:ue=\E^D:\
14727 :us=\E^F:ve=^X:vi=^Y:\
14728 :..wi=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025:
14729
14730#### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
1bac2ebb 14731#
45fd9aa5
EZ
14732# These entries are DEC's official terminfos for its older terminals.
14733# Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
177c0ea7 14734# Engineering for more information. Updated terminfos and termcaps
45fd9aa5 14735# are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1bac2ebb
DL
14736#
14737
45fd9aa5
EZ
14738gt40|dec gt40:\
14739 :bs:os:\
14740 :co#72:li#30:\
14741 :bl=^G:cr=^M:do=^J:le=^H:
14742gt42|dec gt42:\
14743 :bs:os:\
14744 :co#72:li#40:\
14745 :bl=^G:cr=^M:do=^J:le=^H:
14746vt50|dec vt50:\
14747 :bs:\
14748 :co#80:li#12:\
14749 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:nd=\EC:\
14750 :sf=^J:ta=^I:up=\EA:
14751vt50h|dec vt50h:\
14752 :bs:\
14753 :co#80:li#12:\
14754 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:\
14755 :le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
14756# (vt61: there's a BSD termcap that claims :dl=\EPd:, :al=\EPf.: :kb=^H:)
14757vt61|vt-61|vt61.5|dec vt61:\
14758 :co#80:li#24:\
14759 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=^J:\
14760 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=\n:sr=\EI:ta=^I:\
14761 :up=\EA:
14762
14763# The gigi does standout with red!
14764# (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
14765gigi|vk100|dec gigi graphics terminal:\
14766 :am:bs:xn:\
14767 :co#84:li#24:\
14768 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
14769 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
14770 :cm=\E[%i%d;%dH:cr=^M:do=^J:\
14771 :is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:k1=\EOP:\
14772 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
14773 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
14774 :nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:sr=\EM:ta=^I:ue=\E[m:\
14775 :up=\E[A:us=\E[4m:
14776
14777# DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce
14778# a PC differentiated from the IBM clones. It was a total, ludicrous,
14779# grossly-overpriced failure (among other things, DEC's OS didn't include
14780# a format program, so you had to buy pre-formatted floppies from DEC at
14781# a hefty premium!).
14782pro350|decpro|dec pro console:\
14783 :bs:\
1bac2ebb 14784 :co#80:it#8:li#24:\
45fd9aa5
EZ
14785 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
14786 :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:\
14787 :ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:\
14788 :k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
14789 :se=\E^N:so=\E^H:sr=\EI:ta=^I:ue=\E^C:up=\EA:us=\E^D:
754b75d2 14790
45fd9aa5
EZ
14791dw1|decwriter I:\
14792 :bs:hc:os:\
14793 :co#72:\
14794 :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
14795dw2|decwriter|dw|decwriter II:\
14796 :bs:hc:os:\
14797 :co#132:\
14798 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
14799# \E(B Use U.S. character set (otherwise # => british pound !)
14800# \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
14801# \E[w 10 char/in pitch
14802# \E[1;132 full width horizontal margins
14803# \E[2g clear all tab stops
14804# \E[z 6 lines/in
14805# \E[66t 66 lines/page (for \f)
14806# \E[1;66r full vertical page can be printed
14807# \E[4g clear vertical tab stops
14808# \E> disable alternate keypad mode (so it transmits numbers!)
14809# \E[%i%p1%du set tab stop at column %d (origin == 1)
177c0ea7 14810# (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is
45fd9aa5
EZ
14811# a tab stop)
14812#
14813# The dw3 does standout with wide characters.
754b75d2 14814#
45fd9aa5
EZ
14815dw3|la120|decwriter III:\
14816 :bs:hc:os:\
14817 :co#132:\
14818 :bl=^G:cr=^M:do=^J:\
14819 :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
14820 :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
14821 :kb=^H:le=^H:me=\E[w:se=\E[w:sf=^J:so=\E[6w:ta=^I:
14822dw4|decwriter IV:\
14823 :am:bs:hc:os:\
14824 :co#132:\
14825 :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:\
14826 :kb=^H:le=^H:sf=^J:ta=^I:
754b75d2 14827
45fd9aa5
EZ
14828# These aren't official
14829ln03|dec ln03 laser printer:\
14830 :hc:\
14831 :co#80:li#66:\
14832 :bl=^G:cr=^M:do=^J:hd=\EK:hu=\EL:me=\E[m:nw=^M^J:se=\E[22m:\
14833 :sf=^J:so=\E[1m:ta=^I:ue=\E[24m:us=\E[4m:
14834ln03-w|dec ln03 laser printer 132 cols:\
14835 :co#132:\
14836 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
14837 :tc=ln03:
1bac2ebb 14838
45fd9aa5 14839#### Delta Data (dd)
1bac2ebb 14840#
1bac2ebb 14841
45fd9aa5
EZ
14842# Untested. The cup sequence is hairy enough that it probably needs work.
14843# The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
14844# There are BSD-derived termcap entries floating around for this puppy
14845# that are *certainly* wrong.
14846delta|dd5000|delta data 5000:\
14847 :am:bs:\
14848 :co#80:li#27:\
14849 :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:ho=^NQ:\
14850 :le=^H:nd=^Y:sf=^J:up=^Z:
754b75d2 14851
45fd9aa5 14852#### Digital Data Research (ddr)
754b75d2
DL
14853#
14854
45fd9aa5
EZ
14855# (ddr: I added <rmam>/<smam> based on the init string -- esr)
14856ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
14857 :am:bs:xn:\
14858 :co#80:it#8:li#24:vt#3:\
14859 :RA=\E[7l:SA=\E[7l:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
14860 :cm=5\E[%i%d;%dH:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
14861 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
14862 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
14863 :ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
14864 :nd=2\E[C:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
14865 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[m:sf=5\ED:\
14866 :so=\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
754b75d2 14867
45fd9aa5 14868#### Evans & Sutherland
754b75d2
DL
14869#
14870
45fd9aa5
EZ
14871# Jon Leech <leech@cs.unc.edu> tells us:
14872# The ps300 was the Evans & Sutherland Picture System 300, a high
14873# performance 3D vector graphics system with a bunch of specialized hardware.
14874# Approximate date of release was 1982 (early 80s, anyway), and it had several
14875# evolutions including (limited) color versions such as the PS330C. PS300s
14876# were effectively obsolete by the late 80s, replaced by raster graphics
6772c8e1 14877# systems, although specialized applications like molecular modeling
45fd9aa5
EZ
14878# hung onto them for a while longer. AFAIK all E&S vector graphics systems
14879# are out of production, though of course E&S is very much alive (in 1996).
14880# (ps300: changed ":pt@:" to "it@" -- esr)
754b75d2 14881#
45fd9aa5
EZ
14882ps300|Picture System 300:\
14883 :xt:\
14884 :it@:\
14885 :se@:so@:ue@:us@:tc=vt100:
754b75d2 14886
45fd9aa5 14887#### General Electric (ge)
754b75d2
DL
14888#
14889
45fd9aa5
EZ
14890terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
14891 :bs:hc:os:\
14892 :co#120:\
14893 :bl=^G:cr=^M:do=^J:sf=^J:
1bac2ebb 14894
45fd9aa5 14895#### Heathkit/Zenith
1bac2ebb 14896#
45fd9aa5
EZ
14897
14898# Here is a description of the H19 DIP switches:
754b75d2 14899#
45fd9aa5
EZ
14900# S401
14901# 0-3 = baud rate as follows:
177c0ea7 14902#
45fd9aa5 14903# 3 2 1 0
177c0ea7 14904# --- --- --- ---
45fd9aa5
EZ
14905# 0 0 1 1 300 baud
14906# 0 1 0 1 1200 baud
14907# 1 0 0 0 2400 baud
14908# 1 0 1 0 4800 baud
14909# 1 1 0 0 9600 baud
14910# 1 1 0 1 19.2K baud
177c0ea7 14911#
45fd9aa5
EZ
14912# 4 = parity (0 = no parity)
14913# 5 = even parity (0 = odd parity)
14914# 6 = stick parity (0 = normal parity)
14915# 7 = full duplex (0 = half duplex)
177c0ea7
JB
14916#
14917# S402
45fd9aa5
EZ
14918# 0 = block cursor (0 = underscore cursor)
14919# 1 = no key click (0 = keyclick)
14920# 2 = wrap at end of line (0 = no wrap)
14921# 3 = auto LF on CR (0 = no LF on CR)
14922# 4 = auto CR on LF (0 = no CR on LF)
14923# 5 = ANSI mode (0 = VT52 mode)
14924# 6 = keypad shifted (0 = keypad unshifted)
14925# 7 = 50Hz refresh (1 = 60Hz refresh)
177c0ea7 14926#
45fd9aa5
EZ
14927# Factory Default settings are as follows:
14928# 7 6 5 4 3 2 1 0
14929# S401 1 0 0 0 1 1 0 0
14930# S402 0 0 0 0 0 0 0 0
14931# (h19: I added <rmam>/<smam> based on the init string;
14932# also added empty <acsc> to suppress a tic warning -- esr)
14933h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
14934 :am:bs:mi:ms:\
14935 :co#80:it#8:li#24:\
14936 :RA=\E[?7l:SA=\E[?7h:ac=:ae=\E[11m:al=\E[1L:as=\E[10m:\
14937 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:\
14938 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
14939 :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h:k1=\EOS:\
14940 :k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
14941 :kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:kr=\E[1C:ku=\E[1A:l6=blue:\
14942 :l7=red:l8=white:le=^H:nd=\E[1C:se=\E[m:sf=^J:so=\E[7m:\
14943 :sr=\EM:ta=^I:up=\E[1A:ve=\E[>4l:vs=\E[>4h:
14944h19-bs|heathkit w/keypad shifted:\
14945 :ke=\Eu:ks=\Et:tc=h19-b:
14946h19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor:\
14947 :ke=\Eu:ks=\Et:tc=h19-u:
14948# (h19: merged in :ip: from BSDI hp19-e entry>;
14949# also added empty <acsc> to suppress a tic warning --esr)
177c0ea7 14950# From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998
45fd9aa5
EZ
14951# Tim tells us that:
14952# I have an old Zenith-19 terminal at home that still gets a lot of use.
14953# This terminal suffers from the same famous insert-mode padding lossage
14954# that has been acknowledged for the Z29 terminal. Emacs is nearly
14955# unusable on this box, since even a half-scroll up or down the window
14956# causes flaming terminal death.
177c0ea7 14957#
45fd9aa5
EZ
14958# On the Z19, the only way I have found around this problem is to remove
14959# the :al: and :dl: entries entirely. No amount of extra padding will
14960# help (I have tried up to 20000). Removing :al=\EL$: and :dl=\EM$:
14961# makes Emacs a little slower, but it remains in the land of the living.
14962# Big win.
14963h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
14964 :am:bs:es:hs:mi:ms:\
14965 :co#80:it#8:li#24:\
14966 :ac=:ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
14967 :cr=^M:dc=\EN:do=\EB:ei=\EO:fs=\Ek\Ey5:ho=\EH:im=\E@:\
14968 :ip=1.5<1.5/>:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
14969 :k7=\EQ:k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
14970 :l6=blue:l7=red:l8=white:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
14971 :sr=\EI:ta=^I:ts=\Ej\Ex5\EY8%+ \Eo\Eo:up=\EA:ve=\Ey4:\
14972 :vs=\Ex4:
14973h19-u|heathkit with underscore cursor:\
14974 :ve@:vs@:tc=h19-b:
14975h19-g|h19g|heathkit w/block cursor:\
14976 :ve=\Ex4:tc=h19-b:
14977alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
14978 :li#60:\
14979 :al=\EL:dl=\EM:tc=h19:
1bac2ebb 14980
45fd9aa5 14981# The major problem with the Z29 is that it requires more padding than the Z19.
1bac2ebb 14982#
45fd9aa5
EZ
14983# The problem with declaring an H19 to be synonymous with a Z29 is that
14984# it needs more padding. It especially loses if a program attempts
14985# to put the Z29 into insert mode and insert text at 9600 baud. It
14986# even loses worse if the program attempts to insert tabs at 9600
177c0ea7 14987# baud. Adding padding to text that is inserted loses because in
45fd9aa5 14988# order to make the Z29 not die, one must add so much padding that
177c0ea7 14989# whenever the program tries to use insert mode, the effective
45fd9aa5 14990# rate is about 110 baud.
177c0ea7
JB
14991#
14992# What program would want to put the terminal into insert mode
14993# and shove stuff at it at 9600 baud you ask?
14994#
14995# Emacs. Emacs seems to want to do the mathematically optimal
45fd9aa5 14996# thing in doing a redisplay rather than the practical thing.
177c0ea7
JB
14997# When it is about to output a line on top of a line that is
14998# already on the screen, instead of just killing to the end of
14999# the line and outputting the new line, it compares the old line
15000# and the new line and if there are any similarities, it
15001# constructs the new line by deleting the text on the old line
45fd9aa5 15002# on the terminal that is already there and then inserting new
177c0ea7 15003# text into the line to transform it into the new line that is
45fd9aa5 15004# to be displayed. The Z29 does not react kindly to this.
177c0ea7 15005#
45fd9aa5
EZ
15006# But don't cry for too long.... There is a solution. You can make
15007# a termcap entry for the Z29 that says the Z29 has no insert mode.
177c0ea7 15008# Then Emacs cannot use it. "Oh, no, but now inserting into a
45fd9aa5 15009# line will be really slow", you say. Well there is a sort of a
177c0ea7
JB
15010# solution to that too. There is an insert character option on
15011# the Z29 that will insert one character. Unfortunately, it
15012# involves putting the terminal into ansi mode, inserting the
15013# character, and changing it back to H19 mode. All this takes 12
15014# characters. Pretty expensive to insert one character, but it
15015# works. Either Emacs doesn't try to use its inserting hack when
15016# it's only given an insert character ability or the Z29 doesn't
15017# require padding with this (the former is probably more likely,
45fd9aa5
EZ
15018# but I haven't checked it out).
15019# (z29: added empty <acsc> to suppress a tic warning, merged in
15020# status line capabilities from BRL entry --esr)
15021z29|zenith29|z29b|zenith z29b:\
15022 :am:bs:es:hs:mi:ms:pt:\
15023 :co#80:kn#10:li#24:\
15024 :ac=:ae=\EF:al=1\EL:as=\EG:bc=\ED:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
15025 :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=1\EM:do=\EB:ds=\Ey1:\
15026 :ei=\EO:fs=\Ek\Ey5:ho=\EH:ic=\E<\E[1@\E[?2h:im=\E@:\
15027 :is=\E<\E[?2h\Ev:k0=\E~:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
15028 :k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
15029 :kr=\EC:ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
15030 :sr=2\EI:ta=^I:..ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Es0:up=\EA:\
15031 :us=\Es8:ve=\Ey4:vs=\Ex4:
15032# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
15033# the world is stable. <rs1> causes the terminal to be reset to the state
15034# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
15035# cursor, bc -> block cursor.
15036# From: Mike Meyers
15037# (z29a: replaced nonexistent :if=/usr/share/tabset/zenith29: befause :st:
15038# looks vt100-compatible -- esr)
15039z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
15040 :am:bs:es:hs:mi:ms:pt:\
15041 :co#80:it#8:kn#10:li#24:\
15042 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15043 :RI=\E[%dC:UP=\E[%dA:bc=\ED:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:\
15044 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:\
15045 :do=^J:ds=\E[>1l:fs=\E[u\E[>5l:ho=\E[H:\
15046 :if=/usr/share/tabset/vt100:k0=\E[~:k1=\EOS:k2=\EOT:\
15047 :k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:\
15048 :kC=\E[J:kS=\E[J:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:\
15049 :ku=\EOA:l0=help:le=^H:mb=\E[5m:md=\E[2m:me=\E[m:mh=\E[2m:\
15050 :mr=\E[7m:nd=\E[C:nw=^M\ED:ps=\E#7:\
15051 :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:\
15052 :rc=\E[r:sc=\E[s:se=\E[m:sf=\ED:so=\E[7;2m:sr=\EM:st=\EH:\
15053 :ta=^I:te=\E[?7h:ti=\E[?7l:\
15054 :ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:ue=\E[m:up=\E[A:\
15055 :us=\E[4m:
15056z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor:\
15057 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
15058 :tc=z29a:
15059z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick:\
15060 :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:\
15061 :tc=z29a:
15062z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick:\
15063 :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:\
15064 :tc=z29a:
15065# From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
15066z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode:\
15067 :5i:am:es:hs:mi:ms:xo:\
1bac2ebb 15068 :co#80:li#24:\
45fd9aa5
EZ
15069 :%1=\E[~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K1=\EOw:\
15070 :K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:\
15071 :UP=\E[%dA:ac=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~:\
15072 :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
15073 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
15074 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
15075 :ds=\E[>1l:ei=\E[4l:fs=\E[u:ho=\E[H:im=\E[4h:\
15076 :is=\E<\E[>1;3;5;6;7l\E[0m\E[2J:k1=\EOS:k2=\EOT:k3=\EOU:\
15077 :k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:kS=\E[J:\
15078 :kb=^H:kd=\E[B:ke=\E[>7l:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[>7h:\
15079 :ku=\E[A:le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[0m:\
15080 :mh=\E[2m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:\
15081 :ps=\E[?19h\E[i:rc=\E[u:rs=\E<\Ec\0:sc=\E[s:se=\E[0m:\
15082 :sf=^J:so=\E[7m:st=\EH:ta=^I:ts=\E[s\E[>1h\E[25;%i%dH:\
15083 :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>5l:vi=\E[>5h:
1bac2ebb 15084
45fd9aa5
EZ
15085# From: Brad Brahms <Brahms@USC-ECLC>
15086z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
15087 :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
15088# (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
15089z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
15090 :bs:mi:ms:pt:\
15091 :co#80:it#8:kn#10:li#24:\
15092 :ac=:ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
15093 :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:\
15094 :im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
15095 :k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
15096 :ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Ep:sr=\EI:ta=^I:up=\EA:\
15097 :ve=\Ey4:vs=\Ex4:
15098p19|h19-b with il1/dl1:\
15099 :al=2*\EL:dl=2*\EM:tc=h19-b:
15100# From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
15101# (ztx: removed duplicate :sr: -- esr)
15102ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11:\
15103 :am:bs:es:hs:\
15104 :co#80:it#8:li#24:\
15105 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:do=^J:\
15106 :ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
15107 :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
15108 :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:\
15109 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Es5:\
15110 :sr=\EI:ta=^I:..ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Eq:up=\EA:\
15111 :us=\Es2:
15112
15113#### IMS International (ims)
1bac2ebb 15114#
177c0ea7 15115# There was a company called IMS International located in Carson City,
45fd9aa5 15116# Nevada, that flourished from the mid-70s to mid-80s. They made S-100
177c0ea7 15117# bus/Z80 hardware and a line of terminals called Ultimas.
1bac2ebb
DL
15118#
15119
45fd9aa5
EZ
15120# From: Erik Fair <fair@ucbarpa.berkeley.edu> Sun Oct 27 07:21:05 1985
15121ims950-b|bare ims950 no init string:\
15122 :is@:tc=ims950:
15123# (ims950: removed obsolete ":ko@:" -- esr)
15124ims950|ims televideo 950 emulation:\
15125 :xn@:\
15126 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
15127 :tc=tvi950:
15128# (ims950-rv: removed obsolete ":ko@:" -- esr)
15129ims950-rv|ims tvi950 rev video:\
15130 :xn@:\
15131 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
15132 :tc=tvi950-rv:
15133ims-ansi|ultima2|ultimaII|IMS Ultima II:\
15134 :am:bs:\
15135 :co#80:it#8:li#24:\
15136 :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%2;%2H:do=\ED:\
15137 :if=/usr/share/tabset/vt100:\
15138 :is=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:kh=\E[H:\
15139 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:se=\E[m\E[1m:\
15140 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m\E[1m:up=\EM:us=\E[4m:
1bac2ebb 15141
45fd9aa5 15142#### Intertec Data Systems
1bac2ebb 15143#
45fd9aa5
EZ
15144# I think this company is long dead as of 1995. They made an early CP/M
15145# micro called the "Intertec Superbrain" that was moderately popular,
15146# then sank out of sight.
1bac2ebb
DL
15147#
15148
45fd9aa5
EZ
15149superbrain|intertec superbrain:\
15150 :am:bs:bw:\
1bac2ebb 15151 :co#80:li#24:\
45fd9aa5
EZ
15152 :bc=^U:bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
15153 :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:sf=^J:ta=^I:\
15154 :te=^L:ti=^L:up=^K:
177c0ea7 15155# (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
45fd9aa5
EZ
15156# rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
15157# and the reverse is actually true. Try it. -- esr)
15158intertube|intertec|Intertec InterTube:\
15159 :am:bs:\
15160 :co#80:li#25:\
15161 :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:nd=^F:\
15162 :se=\E0@:sf=^J:so=\E0P:up=^Z:
15163# The intertube 2 has the "full duplex" problem like the tek 4025: if you
15164# are typing and a command comes in, the keystrokes you type get interspersed
15165# with the command and it messes up
15166intertube2|intertec data systems intertube 2:\
754b75d2 15167 :bs:\
45fd9aa5
EZ
15168 :ce=\EK:ch=\020%B%.:cm=\016%.\020%B%.:cv=\013%.:\
15169 :ll=^K^X\r:tc=intertube:
1bac2ebb 15170
45fd9aa5 15171#### Ithaca Intersystems
1bac2ebb 15172#
45fd9aa5
EZ
15173# This company made S100-bus personal computers long ago in the pre-IBM-PC
15174# past. They used to be reachable at:
754b75d2 15175#
45fd9aa5
EZ
15176# Ithaca Intersystems
15177# 1650 Hanshaw Road
15178# Ithaca, New York 14850
754b75d2 15179#
45fd9aa5 15180# However, the outfit went bankrupt years ago.
754b75d2 15181#
45fd9aa5
EZ
15182
15183# The Graphos III was a color graphics terminal from Ithaca Intersystems.
177c0ea7
JB
15184# These entries were written (originally in termcap syntax) by Brian Yandell
15185# <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the
45fd9aa5
EZ
15186# University of Wisconsin.
15187
177c0ea7
JB
15188# (graphos: removed obsolete and syntactically incorrect :kn=4:,
15189# removed :if=/usr/share/tabset/init.graphos: and
45fd9aa5
EZ
15190# <rf=/usr/share/tabset/init.graphos> no such file & no :st: -- esr)
15191graphos|graphos III:\
15192 :am:mi:\
15193 :co#80:it#8:li#24:\
15194 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
15195 :UP=\E[%dA:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
15196 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:dm=\E[4h:do=\E[B:\
15197 :ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:\
15198 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
15199 :ku=\E[A:le=^H:me=\E[m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:\
15200 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:\
15201 :ve=\Ez56;2;0;0z\Ez73z\Ez4;1;1z:\
15202 :vs=\Ez4;2;1z\Ez56;2;80;24z:
15203graphos-30|graphos III with 30 lines:\
15204 :li#30:\
15205 :vs=\Ez4;2;1z\Ez56;2;80;30z:tc=graphos:
15206
15207#### Modgraph
754b75d2 15208#
45fd9aa5 15209# These people used to be reachable at:
754b75d2 15210#
45fd9aa5
EZ
15211# Modgraph, Inc
15212# 1393 Main Street,
15213# Waltham, MA 02154
15214# Vox: (617)-890-5796.
754b75d2 15215#
45fd9aa5 15216# However, if you call that number today you'll get an insurance company.
177c0ea7 15217# I have mail from "Michael Berman, V.P. Sales, Modgraph" dated
45fd9aa5 15218# 26 Feb 1997 that says:
754b75d2 15219#
45fd9aa5
EZ
15220# Modgraph GX-1000, replaced by GX-2000. Both are out of production, have been
15221# for ~7 years. Modgraph still in business. Products are rugged laptop and
15222# portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
15223# panel-mount etc). I can be emailed at sonfour@aol.com
754b75d2 15224#
45fd9aa5
EZ
15225# Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
15226# dated 1984. According to the manual, it featured Tek 4010/4014
15227# graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
15228#
15229
15230modgraph|mod24|modgraph terminal emulating vt100:\
15231 :xn@:\
1bac2ebb 15232 :co#80:li#24:\
45fd9aa5
EZ
15233 :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:\
15234 :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100:
15235# The GX-1000 manual is dated 1984. This looks rather like a VT-52.
15236modgraph2|modgraph gx-1000 80x24 with keypad not enabled:\
15237 :am:da:db:\
15238 :co#80:it#8:li#24:\
15239 :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
15240 :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:\
15241 :le=^H:nd=2\EC:sr=5\EI:ta=^I:up=2\EA:
754b75d2 15242#
45fd9aa5
EZ
15243# Modgraph from Nancy L. Cider <nancyc@brl-tbd>
15244# BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
15245# If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
15246# mark and using delete-to-killbuffer work correctly. However, we would
15247# like normal mode of operation to be using a Modgraph with 48 line setting.
15248# If we set TERM=mod (which is a valid entry in termcap with 48 lines)
15249# the setting mark and delete-to-killbuffer results in the deletion of only
15250# the line the mark is set on.
15251# We've discovered that the delete-to-killbuffer works correctly
15252# with TERM=mod and screen set to 80x48 but it's not obvious. Only
15253# the first line disappears but a ctrl-l shows that it did work
15254# correctly.
15255modgraph48|mod|Modgraph w/48 lines:\
15256 :am:bs:pt:xn:\
15257 :co#80:it#8:li#48:vt#3:\
15258 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
15259 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
15260 :is=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h:k1=\EOP:k2=\EOQ:\
15261 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15262 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
15263 :me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:r1=\E=\E[0q\E>:rc=\E8:\
15264 :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
15265 :us=\E[4m:vb=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q:
15266
15267#### Morrow Designs
177c0ea7 15268#
45fd9aa5
EZ
15269# This was George Morrow's company. They started in the late 1970s making
15270# S100-bus machines. They used to be reachable at:
754b75d2 15271#
45fd9aa5
EZ
15272# Morrow
15273# 600 McCormick St.
15274# San Leandro, CA 94577
754b75d2 15275#
45fd9aa5 15276# but they're long gone now (1995).
754b75d2 15277#
754b75d2 15278
177c0ea7 15279# The mt70 terminal was shipped with the Morrow MD-3 microcomputer.
45fd9aa5
EZ
15280# Jeff's specimen was dated June 1984.
15281# From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
15282mt70|mt-70|Morrow MD-70; native Morrow mode:\
15283 :am:mi:ms:xo:\
15284 :co#80:it#8:li#24:\
15285 :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:F5=^Ad\r:\
15286 :F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:FA=^Ai\r:\
15287 :ac=+z,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI:ae=\E%%%:al=\EE:\
15288 :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
15289 :ct=\E0:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:\
15290 :im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15291 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:kC=^An\r:\
15292 :kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:kr=^AM\r:\
15293 :ku=^AJ\r:le=^H:mh=\EG2:mk@:nd=^L:nw=^_:sf=^J:ta=^I:te=:\
15294 :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:vi=\E"0:\
15295 :tc=adm+sgr:
754b75d2 15296
45fd9aa5
EZ
15297#### Motorola
15298#
754b75d2 15299
45fd9aa5
EZ
15300# Motorola EXORterm 155 from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
15301# (Seth H Zirin)
15302ex155|Motorola Exorterm 155:\
754b75d2 15303 :am:bs:bw:\
45fd9aa5
EZ
15304 :co#80:kn#5:li#24:ug#1:\
15305 :bt=\E[:cd=\ET:ce=\EU:cl=\EX:cm=\EE%+ %+ :do=\EB:ho=\E@:\
15306 :kB=\E[:kC=\EX:kE=\EU:kS=\ET:kb=^H:kd=^J:kh=\E@:kl=^H:kr=^L:\
15307 :ku=^K:nd=\ED:se=\Ec\ED:so=\Eb\ED:ta=\EZ:ue=\Eg\ED:\
15308 :us=\Ef\ED:
754b75d2 15309
45fd9aa5 15310#### Omron
754b75d2 15311#
45fd9aa5 15312# This company is still around in 1995, manufacturing point-of-sale systems.
754b75d2 15313
45fd9aa5
EZ
15314omron|Omron 8025AG:\
15315 :am:bs:da:db:\
15316 :co#80:li#24:\
15317 :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:dl=\EM:do=^J:\
15318 :ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:so=\Ef:sr=\ET:up=\EA:\
15319 :vs=\EN:
15320
15321#### Ramtek
754b75d2 15322#
45fd9aa5
EZ
15323# Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
15324# were competition for things like the Tektronics 4025.
754b75d2 15325#
45fd9aa5
EZ
15326
15327# Ramtek 6221 from BRL, probably by Doug Gwyn
15328# The following SET-UP modes are assumed for normal operation:
15329# UNDERLINE_CURSOR ANSI_MODE AUTO_XON/XOFF_ON
15330# NEWLINE_OFF 80_COLUMNS
15331# Other SET-UP modes may be set for operator convenience or communication
15332# requirements; I recommend
15333# SMOOTH_SCROLL AUTO_REPEAT_ON 3_#_SHIFTED WRAP_AROUND_ON
15334# Hardware tabs are assumed to be every 8 columns; they can be set up by the
15335# "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
15336# Note that the Control-E key is useless on this brain-damaged terminal. No
15337# delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
15338rt6221|Ramtek 6221 80x24:\
15339 :bs:ms:pt:xo:\
15340 :co#80:it#8:kn#4:li#24:vt#3:\
15341 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:as=^N:\
15342 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[J:cm=\E[%i%d;%dH:\
15343 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^K:ho=\E[1;1H:is=\E)0:\
15344 :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:kd=\E[B:ke=\E>:\
15345 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
15346 :le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
15347 :nd=\E[C:nw=\EE:\
15348 :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>:\
15349 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
15350 :ue=\E[m:up=\EM:us=\E[4m:ve=\E[>5h\E[>9h:vi=\E[>5l:\
15351 :vs=\E[>7h\E[>9l:
15352# [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
15353rt6221-w|Ramtek 6221 160x48:\
15354 :co#160:li#48:\
15355 :ll=\E[48;1H:tc=rt6221:
15356
15357#### RCA
754b75d2
DL
15358#
15359
45fd9aa5
EZ
15360# RCA VP3301 or VP3501
15361rca|rca vp3301/vp3501:\
15362 :bs:\
15363 :co#40:li#24:\
15364 :cl=^L:cm=\EY%+ %+ :ho=^Z:nd=^U:se=\E\ES0:so=\E\ES1:up=^K:
15365
15366
15367#### Selanar
15368#
15369
15370# Selanar HiREZ-100 from BRL, probably by Doug Gwyn
15371# The following SET-UP modes are assumed for normal operation:
15372# SET_DEFAULT_TABS 48_LINES 80_COLUMNS
15373# ONLINE ANSI CURSOR_VISIBLE
15374# VT102_AUTO_WRAP_ON VT102_NEWLINE_OFF VT102_MONITOR_MODE_OFF
15375# LOCAL_ECHO_OFF US_CHAR_SET WPS_TERMINAL_DISABLED
15376# CPU_AUTO_XON/XOFF_ENABLED PRINT_FULL_SCREEN
15377# For use with graphics software, all graphics modes should be set to factory
15378# default. Other SET-UP modes may be set for operator convenience or
15379# communication requirements. No delays are specified; use "stty ixon -ixany"
15380# to enable DC3/DC1 flow control!
15381# I commented out the scrolling capabilities since they are too slow.
15382hirez100|Selanar HiREZ-100:\
15383 :bs:mi:ms:pt:xo:\
15384 :co#80:it#8:kn#4:li#48:vt#3:\
15385 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15386 :RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
15387 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
15388 :dc=\E[P:dl=\E[M:do=^J:ho=\E[H:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
15389 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15390 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
15391 :le=^H:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
15392 :nd=\E[C:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:\
15393 :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>:\
15394 :rc=\E8:sc=\E7:se=\E[m:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\EM:\
15395 :us=\E[4m:
15396hirez100-w|Selanar HiREZ-100 in 132-column mode:\
15397 :co#132:tc=hirez100:
754b75d2 15398
45fd9aa5 15399#### Signetics
754b75d2 15400#
45fd9aa5
EZ
15401
15402# From University of Wisconsin
15403vsc|Signetics Vsc Video driver by RMC:\
15404 :am:ms:\
15405 :co#80:it#8:li#26:\
15406 :ce=\E[K:cl=50\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
15407 :ho=\E[H:kb=^H:kd=^J:kl=^H:le=^H:me=^_!:mr=^_\s:nd=\E[C:\
15408 :nw=^M^J:se=^_!:sf=^J:so=^_\s:ta=^I:ue=^_#:up=\E[A:us=^_":
15409
15410#### Soroc
15411#
15412# Alan Frisbie <frisbie@flying-disk.com> writes:
754b75d2 15413#
45fd9aa5
EZ
15414# As you may recall, the Soroc logo consisted of their name,
15415# with the letter "S" superimposed over an odd design. This
15416# consisted of a circle with a slightly smaller 15 degree (approx.)
15417# wedge with rounded corners inside it. The color was sort of
15418# a metallic gold/yellow.
177c0ea7 15419#
45fd9aa5
EZ
15420# If I had been more of a beer drinker it might have been obvious
15421# to me, but it took a clue from their service department to make
15422# me exclaim, "Of course!" The circular object was the top of
15423# a beer can (the old removable pop-top style) and "Soroc" was an
15424# anagram for "Coors".
177c0ea7 15425#
45fd9aa5
EZ
15426# I can just imagine the founders of the company sitting around
15427# one evening, tossing back a few and trying to decide what to
15428# call their new company and what to use for a logo.
177c0ea7 15429#
754b75d2 15430
45fd9aa5
EZ
15431# (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
15432soroc120|iq120|soroc|soroc iq120:\
15433 :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
15434soroc140|iq140|soroc iq140:\
754b75d2 15435 :am:bs:mi:\
45fd9aa5
EZ
15436 :co#80:li#24:\
15437 :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
15438 :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:im=\E9:k0=^A0\r:\
15439 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15440 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kh=^^:kr=^L:ku=^K:le=^H:\
15441 :ll=^^^K:nd=^L:se=\E\177:sf=^J:so=\E\177:ue=\E^A:up=^K:\
15442 :us=\E^A:
754b75d2 15443
45fd9aa5 15444#### Southwest Technical Products
754b75d2 15445#
177c0ea7 15446# These guys made an early personal micro called the M6800.
45fd9aa5 15447# The ct82 was probably its console terminal.
754b75d2
DL
15448#
15449
45fd9aa5
EZ
15450# (swtp: removed obsolete ":bc=^D:" -- esr)
15451swtp|ct82|southwest technical products ct82:\
754b75d2 15452 :am:\
45fd9aa5
EZ
15453 :co#82:li#20:\
15454 :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:dc=^^H:\
15455 :dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
15456 :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
15457 :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
754b75d2 15458
45fd9aa5 15459#### Synertek
754b75d2 15460#
45fd9aa5 15461# Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
754b75d2 15462#
45fd9aa5
EZ
15463# Synertek used to make ICs, various 6502-based single-board process
15464# control and hobbyist computers, and assorted peripherals including a
15465# series of small inexpensive terminals (I think they were one of the
15466# first to have a "terminal-on-a-keyboard", where the terminal itself
15467# was only slightly larger than the keyboard).
754b75d2 15468#
45fd9aa5
EZ
15469# They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
15470# was a 40x24 terminal that could connect to a standard TV through a
15471# video modulator. The KTM-2/80 was the 80-column version (the 2/40
15472# could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
15473# I have a KTM-2/80 still in working order. The KTM-2s had fully
15474# socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
15475# ROM and 2 ROMs as character generators. They were incredibly simple,
15476# and I've never had any problems with mine (witness the fact that mine
15477# was made in 1981 and is still working great... I've blown the video
15478# output transistor a couple of times, but it's a 2N2222 :-)
15479#
15480# The KTM-3 (which is what is listed in the terminfo file) was their
15481# attempt at putting a KTM-2 in a box (and some models came with a
15482# CRT). It wasn't much different from the KTM-2 hardware-wise, but the
15483# control and escape sequences are very different. The KTM-3 was always
15484# real broken, at least according to the folks I've talked to about it.
177c0ea7 15485#
45fd9aa5
EZ
15486# The padding in the entry is probably off--these terminals were very
15487# slow (it takes like 100ms for the KTM-2 to clear the screen...) And
15488# anyone with any sanity replaced the ROMs with something that provided
15489# a reasonable subset of VT100 functionality, since the usual ROMs were
15490# obviously very primitive... oh, you could get an upgraded ROM from
15491# Synertek for some incredible amount of money, but what hacker with an
15492# EPROM burner would do that? :)
177c0ea7 15493#
45fd9aa5
EZ
15494# Sorry I don't have any contact info; I believe they were located in
15495# Sunnyvale, and I'm fairly sure they are still manufacturing ICs
15496# (they've gone to ASICs and FPGAs), but I doubt they're in the computer
15497# business these days.
754b75d2
DL
15498#
15499
45fd9aa5
EZ
15500# Tested, seems to work fine with vi.
15501synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
15502 :am:\
754b75d2 15503 :co#80:li#24:\
45fd9aa5 15504 :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
754b75d2 15505
45fd9aa5
EZ
15506#### Tab Office Products
15507#
15508# TAB Products Co. - Palo Alto, California
15509# Electronic Office Products,
15510# 1451 California Avenue 94304
15511#
15512# I think they're out of business.
15513#
754b75d2 15514
45fd9aa5
EZ
15515# The tab 132 uses xon/xoff, so no padding needed.
15516# :ks:/:ke: have nothing to do with arrow keys.
15517# :is: sets 80 col mode, normal video, autowrap on (for :am:).
15518# Seems to be no way to get rid of status line.
15519# The manual for this puppy was dated June 1981. It claims to be VT52-
15520# compatible but looks more vt100-like.
15521tab132|tab|tab132-15|tab 132/15:\
15522 :da:db:\
15523 :co#80:dN@:li#24:lm#96:\
15524 :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
15525 :im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:kl=\E[D:ks@:\
15526 :ku=\E[A:tc=vt100:
15527tab132-w|tab132 in wide mode:\
15528 :co#132:\
15529 :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
15530tab132-rv|tab132 in reverse-video mode:\
15531 :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
15532tab132-w-rv|tab132 in reverse-video/wide mode:\
15533 :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
754b75d2 15534
45fd9aa5
EZ
15535
15536#### Teleray
15537#
15538# Research Incorporated
15539# 6425 Flying Cloud Drive
15540# Eden Prairie, MN 55344
15541# Vox: (612)-941-3300
1bac2ebb 15542#
45fd9aa5
EZ
15543# The Teleray terminals were all discontinued in 1992-93. RI still services
15544# and repairs these beasts, but no longer manufactures them. The Teleray
15545# people believe that all the types listed below are very rare now (1995).
15546# There was a newer line of Telerays (Model 7, Model 20, Model 30, and
15547# Model 100) that were ANSI-compatible.
15548#
15549# Note two things called "teleray". Reorder should move the common one
15550# to the front if you have either. A dumb teleray with the cursor stuck
15551# on the bottom and no obvious model number is probably a 3700.
1bac2ebb 15552#
754b75d2 15553
45fd9aa5
EZ
15554t3700|dumb teleray 3700:\
15555 :bs:\
15556 :co#80:li#24:\
15557 :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
15558t3800|teleray 3800 series:\
15559 :bs:\
754b75d2 15560 :co#80:it#8:li#24:\
45fd9aa5
EZ
15561 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
15562 :le=^H:ll=\EY7\s:nd=\EC:sf=^J:ta=^I:up=^K:
15563t1061|teleray|teleray 1061:\
15564 :am:bs:km:xs:xt:\
15565 :co#80:it#8:li#24:sg#1:ug#1:\
15566 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
15567 :ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:im=:ip=:\
15568 :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:\
15569 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
15570 :le=^H:nd=\EC:se=\ER@:sf=^J:so=\s\ERD:st=\EF:ta=^I:ue=\ER@:\
15571 :up=\EA:us=\ERH:
15572t1061f|teleray 1061 with fast PROMs:\
15573 :al=\EL:dl=\EM:ip@:tc=t1061:
15574# "Teleray Arpa Special", officially designated as
15575# "Teleray Arpa network model 10" with "Special feature 720".
15576# This is the new (1981) fast microcode updating the older "arpa" proms
15577# (which gave meta-key and programmable-fxn keys). 720 is much much faster,
15578# converts the keypad to programmable function keys, and has other goodies.
15579# Standout mode is still broken (magic cookie, etc) so is suppressed as no
15580# programs handle such lossage properly.
15581# Note: this is NOT the old termcap's "t1061f with fast proms."
15582# From: J. Lepreau <lepreau@utah-cs> Tue Feb 1 06:39:37 1983, Univ of Utah
15583# (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
15584t10|teleray 10 special:\
15585 :bs:km:xs:xt:\
15586 :co#80:it#8:li#24:sg#2:ug#2:\
15587 :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:dl=\EM:\
15588 :ei=:ho=\EH:ic=\EP:im=:le=^H:nd=\EC:pc=\0:se=\ER@:sf=\Eq:\
15589 :so=\ERD:sr=\Ep:ta=^I:ue=\ER@:up=\EA:us=\ERH:
15590# teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
15591# back/forth words. Put the function keys (f1-f10) where they can be
15592# found, and turn off the other magic keys along the top row, except
15593# for line/local. Do the magic appropriate to make the page shifts work.
15594# Also toggle ^S/^Q for those of us who use Emacs.
15595t16|teleray 16:\
15596 :am:da:db:mi:xs:xt:\
15597 :co#80:li#24:\
15598 :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
15599 :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
15600 :ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:\
15601 :k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
15602 :sf=^J:so=\E[7m:sr=\E[T:ta=^I:te=\E[V\E[24;1f\E[?38h:\
15603 :ti=\E[U\E[?38l:ue=\E[m:up=\E[A:us=\E[4m:
754b75d2 15604
45fd9aa5 15605#### Texas Instruments (ti)
1bac2ebb 15606#
754b75d2 15607
45fd9aa5
EZ
15608# The Silent 700 was so called because it was built around a quiet thermal
15609# printer. It was portable, equipped with an acoustic coupler, and pretty
15610# neat for its day.
15611ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800:\
15612 :bs:hc:os:\
754b75d2 15613 :co#80:\
45fd9aa5
EZ
15614 :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
15615
754b75d2 15616#
45fd9aa5 15617# Texas Instruments 916 VDT 7 bit control mode
754b75d2 15618#
45fd9aa5
EZ
15619ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL:\
15620 :da:db:in:ms:\
15621 :%9=^X:@4=\E[29~:@8=^J:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
15622 :DO=\E[%dB:F1=\E[29~:F2=\E[31~:IC=\E[%d@:LE=\E[%dD:\
15623 :RI=\E[%dC:UP=\E[%dA:ae=\017:as=\016:bt=\E[Z:cb=\E[1K:\
15624 :cd=\E[J:ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[2J:\
15625 :cm=\E[%i%d;%dH:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:eA=\E(B\E)0:\
15626 :ec=\E[%dX:ei=:ff=^L:im=:ip=:is=\E[1;24r\E[24;1H:k1=\E[17~:\
15627 :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
15628 :k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:\
15629 :kN=\E[S:kP=\E[T:kh=\E[H:mp=\E&:rs=\E[!p:st=\E[0W:\
15630 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
15631 :tc=vt220:
754b75d2 15632#
45fd9aa5
EZ
15633# Texas Instruments 916 VDT 8 bit control mode
15634#
15635ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL:\
15636 :%9=^X:@4=\23329~:@8=^J:F1=\23329~:F2=\23331~:k1=\23317~:\
15637 :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:k6=\23323~:\
15638 :k7=\23324~:k8=\23325~:k9=\23326~:k;=\23328~:kD=\233P:\
15639 :kI=\233@:kN=\233S:kP=\233T:kd=\233B:kh=\233H:kl=\233D:\
15640 :kr=\233C:ku=\233A:tc=ti916:
15641#
15642# Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
15643#
15644ti916-132|Texas Instruments 916 VDT vt220 132 column:\
15645 :co#132:tc=ti916:
15646#
15647# Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
15648#
15649ti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column:\
15650 :co#132:tc=ti916-8:
15651ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
15652 :am:bs:xo:\
15653 :co#80:it#8:li#24:\
15654 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
15655 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
15656 :do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[16~:\
15657 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[P:kI=\E[@:\
15658 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
15659 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
15660 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
15661 :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
15662ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
15663 :am:xo:\
15664 :co#80:it#8:li#24:\
15665 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
15666 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
15667 :do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:k3=R\217>:k4=S\217>:\
15668 :k5=~\23316>:k6=~\23317>:k7=~\23318>:k8=~\23319>:\
15669 :k9=~\23320>:kD=P\233>:kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:\
15670 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
15671 :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
15672 :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
15673 :vi=\E[?25l:vs=\E[?31h:
15674ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
15675 :co#132:tc=ti924:
15676ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
15677 :co#132:tc=ti924-8:
15678ti931|Texas Instruments 931 VDT:\
15679 :am:bs:xo:\
15680 :co#80:li#24:\
15681 :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :cr=^M:\
15682 :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\ER\EP\EM:im=:\
15683 :is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:k3=\Ei3:k4=\Ei4:\
15684 :k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:k9=\Ei9:kA=\EN:kD=\EQ:\
15685 :kI=\EP:kL=\EO:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:mb=\E4P:\
15686 :me=\E4@:mk=\E4H:mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:\
15687 :sr=\Eb:ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
15688ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
15689 :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
15690# (ti926-8: I corrected this from the broken SCO entry -- esr)
15691ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
15692 :cs@:sf=\2331S:sr=\2331T:tc=ti924-8:
15693ti_ansi|basic entry for ti928:\
15694 :am:eo:ut:xn:xo:\
15695 :Co#8:co#80:it#8:li#25:pa#64:\
15696 :@7=\E[F:AB=\E[4%dm:AF=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
15697 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
15698 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
15699 :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
15700 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:kP=\E[I:\
15701 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
15702 :mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:op=\E[37;40m:se=\E[m:\
15703 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
754b75d2 15704#
45fd9aa5 15705# 928 VDT 7 bit control mode
754b75d2 15706#
45fd9aa5
EZ
15707ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:\
15708 :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
15709 :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
15710 :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
15711 :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
15712 :tc=ti_ansi:
754b75d2 15713#
45fd9aa5 15714# 928 VDT 8 bit control mode
754b75d2 15715#
45fd9aa5
EZ
15716ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:\
15717 :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:F2=\23331~:\
15718 :F3=\23332~:F5=\23334~:k1=\23317~:k2=\23318~:k3=\23319~:\
15719 :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
15720 :k9=\23326~:k;=\23328~:kD=\233P:kI=\233@:kN=\233S:\
15721 :kP=\233T:kh=\233H:tc=ti_ansi:
15722
15723#### Zentec (zen)
754b75d2 15724#
45fd9aa5
EZ
15725
15726# (zen30: removed obsolete :ma=^L ^R^L^K^P:. This entry originally
177c0ea7 15727# had just :so:=\EG6 which I think means standout was supposed to be
45fd9aa5
EZ
15728# dim-reverse using ADM12-style attributes. ADM12 :us:/:ue: and
15729# <invis> might work-- esr)
15730zen30|z30|zentec 30:\
15731 :am:bs:mi:ul:\
15732 :co#80:li#24:\
15733 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
15734 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:mh=\EG2:nd=^L:\
15735 :sf=^J:so=\EG6:ue@:up=^K:us@:tc=adm+sgr:
15736# (zen50: this had extension capabilities
15737# :BS=^U:CL=^V:CR=^B:
15738# UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
15739# which were also in the original entry -- esr)
15740# (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
15741zen50|z50|zentec zephyr:\
15742 :am:bs:\
15743 :co#80:li#24:sg#1:\
15744 :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:ei=:\
15745 :ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:ue@:up=^K:\
15746 :us@:tc=adm+sgr:
15747
15748# CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
15749cci|cci1|z8001|zen8001|CCI Custom Zentec 8001:\
15750 :am:bs:bw:\
15751 :co#80:li#24:\
15752 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cs=\ER%+ %+ :do=^J:\
15753 :ho=\EH:is=\EM \EF\ET\EP\ER 7:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
15754 :kr=\EC:ku=\EA:le=^H:mb=\EM":me=\EM\s:mh=\EM!:mk=\EM(:\
15755 :mr=\EM$:nd=\EC:pf=^T:po=^R:se=\EM\s:so=\EM$:sr=\EI:\
15756 :ue=\EM\s:up=\EA:us=\EM0:ve=\EP:vs=\EF\EQ\EM \ER 7:
15757
15758######## OBSOLETE UNIX CONSOLES
754b75d2 15759#
45fd9aa5
EZ
15760
15761#### Apollo consoles
754b75d2 15762#
177c0ea7 15763# Apollo got bought by Hewlett-Packard. The Apollo workstations are
45fd9aa5 15764# labeled HP700s now.
754b75d2 15765#
45fd9aa5
EZ
15766
15767# From: Gary Darland <goodmanc@garnet.berkeley.edu>
15768apollo|apollo console:\
15769 :am:bs:mi:\
15770 :co#88:li#53:\
15771 :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
15772 :cv=\EO+\s:dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:le=^H:nd=\EC:\
15773 :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:\
15774 :us=\EU:
15775
15776# We don't know whether or not the apollo guys replicated DEC's firmware bug
15777# in the VT132 that reversed :ei:/:im:. To be on the safe side, disable
15778# both these capabilities.
15779apollo_15P|apollo 15 inch display:\
15780 :ei@:im@:tc=vt132:
15781apollo_19L|apollo 19 inch display:\
15782 :ei@:im@:tc=vt132:
15783apollo_color|apollo color display:\
15784 :ei@:im@:tc=vt132:
15785
15786#### Convergent Technology
754b75d2 15787#
45fd9aa5
EZ
15788# Burroughs bought Convergent shortly before it merged with Univac.
15789# CTOS is (I believe) dead. Probably the aws is too (this entry dates
15790# from 1991 or earlier).
754b75d2 15791#
45fd9aa5
EZ
15792
15793# Convergent AWS workstation from Gould/SEL UTX/32 via BRL
15794# (aws: removed unknown :dn=^K: -- esr)
15795aws|Convergent Technologies AWS workstation under UTX and Xenix:\
15796 :am:\
15797 :co#80:li#28:sg#0:ug#0:\
15798 :ac=:ae=\EAAF:al=\EIL:as=\EAAN:bc=^H:cd=\EEF:ce=\EEL:\
15799 :ch=\EH%.:cl=^L:cm=\EC%r%.%.:cv=\EV%.:dc=\EDC:dl=\EDL:\
15800 :do=^K:ei=:ic=\EIC:im=:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
15801 :ma=\016h\013j\001k\022l\002m:nd=^R:nl=^J:se=\EARF:\
15802 :sf=\ESU:so=\EARN:sr=\ESD:ue=\EAUF:up=^A:us=\EAUN:
15803awsc|Convergent Technologies AWS workstation under CTOS:\
15804 :am:\
15805 :co#80:li#24:sg#0:ug#0:\
15806 :ac=:ae=\EAAF:as=\EAAN:bc=^N:cd=\EEF:ce=\EEL:cl=^L:\
15807 :cm=\EC%r%.%.:do=^K:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
15808 :ma=\016h\013j\001k\022l\002m:nd=^R:se=\EAA:so=\EAE:\
15809 :ue=\EAA:up=^A:us=\EAC:
15810
15811#### DEC consoles
1bac2ebb 15812#
1bac2ebb 15813
45fd9aa5
EZ
15814# The MicroVax console. Tim Theisen <tim@cs.wisc.edu> writes:
15815# The digital uVax II's had a graphic display called a qdss. It was
15816# supposed to be a high performance graphic accelerator, but it was
15817# late to market and barely appeared before faster dumb frame buffers
15818# appeared. I have only used this display while running X11. However,
15819# during bootup, it was in text mode, and probably had a terminal emulator
15820# within it. And that is what your termcap entry is for. In graphics
15821# mode the screen size is 1024x864 pixels.
15822qdss|qdcons|qdss glass tty:\
15823 :am:bs:\
15824 :co#128:li#57:\
15825 :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
15826
15827#### Fortune Systems consoles
15828#
15829# Fortune made a line of 68K-based UNIX boxes that were pretty nifty
15830# in their day; I (esr) used one myself for a year or so around 1984.
15831# They had no graphics, though, and couldn't compete against Suns and
15832# the like. R.I.P.
1bac2ebb
DL
15833#
15834
45fd9aa5
EZ
15835# From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983
15836# (This had extension capabilities
15837# :rv=\EH:re=\EI:rg=0:GG=0:\
15838# :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
15839# :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
15840# :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
15841# It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had
15842# ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
15843# to force both magic cookie glitches off. Once upon a time, I
15844# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
15845# function keys; thus the "Al" value for HM was certainly an error. I renamed
177c0ea7 15846# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
45fd9aa5
EZ
15847# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
15848# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
15849# names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
15850fos|fortune|Fortune system:\
15851 :am:bs:bw:\
15852 :co#80:li#25:\
15853 :@7=^Ak\r:@8=^Aq:ac=j*k(l m"q&v%w#x-:ae=^O:al=\034E:\
15854 :as=\Eo:bl=^G:cd=\034Y:ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:\
15855 :dc=\034W:dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
15856 :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
15857 :k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
15858 :kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
15859 :mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:ta=^Z:ue=^\IP:up=\013:\
15860 :us=^\HP:ve=\E\\:vi=\E]:vs=\E\::
754b75d2 15861
45fd9aa5
EZ
15862#### Masscomp consoles
15863#
15864# Masscomp has gone out of business. Their product line was purchased by
15865# comany in Georgia (US) called "XS International", parts and service may
15866# still be available through them.
15867#
15868
15869# (masscomp: ":MT:" changed to ":km:"; -- esr)
15870masscomp|masscomp workstation console:\
15871 :bs:km:mi:\
15872 :co#80:it#8:li#24:\
15873 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
15874 :dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
15875 :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
15876 :so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
15877masscomp1|masscomp large screen version 1:\
15878 :co#104:li#36:tc=masscomp:
15879masscomp2|masscomp large screen version 2:\
15880 :co#64:li#21:tc=masscomp:
1bac2ebb
DL
15881
15882######## OTHER OBSOLETE TYPES
15883#
15884# These terminals are *long* dead -- these entries are retained for
15885# historical interest only.
754b75d2 15886#
1bac2ebb
DL
15887
15888#### Obsolete non-ANSI software emulations
15889#
15890
15891# CTRM terminal emulator
177c0ea7 15892# 1. underlining is not allowed with colors: first, is is simulated by
1bac2ebb
DL
15893# black on white, second, it disables background color manipulations.
15894# 2. BLINKING, REVERSE and BOLD are allowed with colors,
15895# so we have to save their status in the static registers A, B and H
15896# respectively, to be able to restore them when color changes
15897# (because any color change turns off ALL attributes)
754b75d2 15898# 3. :md: and :mr: sequences alternate modes,
1bac2ebb 15899# rather then simply entering them. Thus we have to check the
177c0ea7 15900# static register B and H to determine the status, before sending the
1bac2ebb 15901# escape sequence.
754b75d2 15902# 4. :me: now must set the status of all 3 register (A,B,H) to zero
1bac2ebb
DL
15903# and then reset colors
15904# 5. implementation of the protect mode would badly penalize the performance.
15905# we would have to use \E&bn sequence to turn off colors (as well as all
15906# other attributes), and keep the status of protect mode in yet another
754b75d2 15907# static variable. If someone really needs this mode, they would have to
1bac2ebb
DL
15908# create another terminfo entry.
15909# 6. original color-pair is white on black.
15910# store the information about colors into static registers
15911# 7. set foreground color. it performs the following steps.
15912# 1) turn off all attributes
754b75d2 15913# 2) turn on the background and video attributes that have been turned
1bac2ebb
DL
15914# on before (this information is stored in static registers X,Y,Z,A,B,H,D).
15915# 3) turn on foreground attributes
15916# 4) store information about foreground into U,V,W static registers
15917# 8. turn on background: similar to turn on foreground above
45fd9aa5 15918# (untranslatable capabilities removed to fit entry within 1023 bytes)
1bac2ebb
DL
15919ctrm|C terminal emulator:\
15920 :am:ut:xo:\
754b75d2
DL
15921 :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
15922 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
15923 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
15924 :do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
15925 :k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
15926 :kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
15927 :ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
15928 :md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
1bac2ebb
DL
15929 :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
15930 :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
754b75d2 15931 :op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU:\
1bac2ebb
DL
15932 :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
15933
15934# gs6300 - can't use blue foreground, it clashes with underline;
15935# it's simulated with cyan
754b75d2
DL
15936# Bug: The <op> capability probably resets attributes.
15937# (gs6300: commented out <rmln> (no <smln>) --esr)
15938gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
1bac2ebb
DL
15939 :am:ms:ut:xo:\
15940 :Co#8:co#80:it#8:li#24:pa#63:\
15941 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
754b75d2
DL
15942 :LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:\
15943 :..Sf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m:\
1bac2ebb 15944 :UP=\E[%dA:\
45fd9aa5 15945 :ac=++,,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1bac2ebb 15946 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
754b75d2
DL
15947 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:\
15948 :ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
15949 :k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
15950 :kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
15951 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
15952 :op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:\
15953 :ta=^I:up=\E[A:us=\E[4m:
1bac2ebb
DL
15954
15955# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
15956# MS-Kermit with Heath-19 emulation mode enabled
15957# (h19k: changed ":pt@:" to ":it@"
15958h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
45fd9aa5
EZ
15959 :am@:da:db:xt:\
15960 :it@:\
15961 :ta@:tc=h19-u:
1bac2ebb 15962
754b75d2
DL
15963# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
15964# Software (formerly Peripherals Computers & Supplies, Inc) of
15965# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376. They can
15966# also be reached at support@synergy.com.
15967versaterm|versaterm vt100 emulator for the macintosh:\
15968 :am:xn:\
15969 :co#80:it#8:li#24:\
15970 :al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
15971 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=7\E[1P:\
15972 :dl=9\E[1M:do=^J:ei=:ho=\E[H:ic=7\E[1@:im=:\
15973 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
15974 :kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
15975 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
15976 :nd=2\E[C:nw=^M^J:r1=\E>:rc=\E8:\
15977 :rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
15978 :sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
1bac2ebb
DL
15979
15980# From: Rick Thomas <ihnp4!btlunix!rbt>
754b75d2 15981# (xtalk: I added <rmam>/<smam> based on the init string.
1bac2ebb
DL
15982xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
15983 :am:mi:ms:xo:\
15984 :co#80:it#8:li#24:sg#1:vt#3:\
754b75d2
DL
15985 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
15986 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1bac2ebb
DL
15987 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
15988 :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
754b75d2
DL
15989 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
15990 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
15991 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
15992 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
15993 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:\
70dc89d1
RS
15994 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m\s:sf=^J:\
15995 :so=\E[7m\s:sr=\EM:st=\EH:ta=^I:up=\E[A:
1bac2ebb 15996
1bac2ebb
DL
15997# The official PC terminal emulator program of the AT&T Product Centers.
15998# Note - insert mode commented out - doesn't seem to work on AT&T PC.
15999simterm|attpc running simterm:\
16000 :am:\
16001 :co#80:li#24:\
754b75d2
DL
16002 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=^M:\
16003 :dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
16004 :sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
1bac2ebb 16005
45fd9aa5
EZ
16006#### Daisy wheel printers
16007#
16008# This section collects Diablo, DTC, Xerox, Qume, and other daisy
16009# wheel terminals. These are now largely obsolete.
16010#
16011
16012# (diablo1620: removed :if=/usr/share/tabset/xerox1720:, no such file -- esr)
16013diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
16014 :hc:os:\
16015 :co#132:it#8:\
16016 :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:kb=^H:le=^H:\
16017 :st=\E1:ta=^I:up=\E^J:
16018diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
16019 :co#124:\
16020 :is=\r \E9:tc=diablo1620:
16021# (diablo1640: removed :if=/usr/share/tabset/xerox1730:, no such file -- esr)
16022diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
16023 :bl=^G:se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
177c0ea7 16024# (diablo1640-lm: removed :if=/usr/share/tabset/xerox1730-lm:, no such
45fd9aa5
EZ
16025# file -- esr)
16026diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
16027 :co#124:\
16028 :se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
16029diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer:\
16030 :tc=diablo1640-lm:
16031# DTC 382 with VDU. Has no :cd: so we fake it with :ce:. Standout
16032# :so=^P\s\002^PF: works but won't go away without dynamite :se=^P\s\0:.
177c0ea7 16033# The terminal has tabs, but I'm getting tired of fighting the braindamage.
45fd9aa5
EZ
16034# If no tab is set or the terminal's in a bad mood, it glitches the screen
16035# around all of memory. Note that return puts a blank ("a return character")
16036# in the space the cursor was at, so we use ^P return (and thus ^P newline for
16037# newline). Note also that if you turn off :pt: and let Unix expand tabs,
16038# curses won't work (some old BSD versions) because it doesn't clear this bit,
16039# and cursor addressing sends a tab for row/column 9. What a losing terminal!
16040# I have been unable to get tabs set in all 96 lines - it always leaves at
16041# least one line with no tabs in it, and once you tab through that line,
16042# it completely weirds out.
16043# (dtc382: change :te: to :ti: -- it just does a clear --esr)
16044dtc382|DTC 382:\
16045 :am:da:db:xs:\
16046 :co#80:li#24:lm#96:\
16047 :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
16048 :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
16049 :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:te=:\
16050 :ti=\020\035:ue=^P \0:up=^P^L:us=^P ^P:ve=^Pb:vs=^PB:
16051dtc300s|DTC 300s:\
16052 :hc:os:\
16053 :co#132:\
16054 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
16055 :sf=^J:st=\E1:ta=^I:up=^Z:
16056gsi|mystery gsi terminal:\
16057 :hc:os:\
16058 :co#132:\
16059 :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:up=^Z:
16060aj830|aj832|aj|anderson jacobson:\
16061 :hc:os:\
16062 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
16063# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
16064aj510|Anderson-Jacobson model 510:\
16065 :am:mi:\
16066 :co#80:li#24:\
16067 :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :dc=.1*\E'D:\
16068 :dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:kd=\EZ:kl=\EW:kr=\EX:\
16069 :ku=\EY:le=^H:nd=\EX:pc=\177:se=\E"I:so=\E"I:te=\E"N:\
16070 :ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
16071# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
16072# This is incomplete, but it's a start.
16073nec5520|nec|spinwriter|nec 5520:\
16074 :hc:os:\
16075 :co#132:it#8:\
16076 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
16077 :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E9:
16078qume5|qume|Qume Sprint 5:\
16079 :hc:os:\
16080 :co#80:it#8:\
16081 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
16082 :sf=^J:st=\E1:ta=^I:up=^Z:
16083# I suspect the xerox 1720 is the same as the diablo 1620.
16084xerox1720|x1720|x1750|xerox 1720:\
16085 :hc:os:\
16086 :co#132:it#8:\
16087 :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:ta=^I:
16088
1bac2ebb
DL
16089#### Miscellaneous obsolete terminals, manufacturers unknown
16090#
177c0ea7 16091# If you have any information about these (like, a manufacturer's name,
1bac2ebb
DL
16092# and a date on the serial-number plate) please send it!
16093
16094cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
16095 :am:bs:\
16096 :co#73:li#36:\
754b75d2 16097 :cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
1bac2ebb
DL
16098cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
16099 :am:bs:\
16100 :co#85:li#39:\
754b75d2
DL
16101 :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
16102 :kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
16103cops10|cops|cops-10|cops 10:\
1bac2ebb
DL
16104 :am:bw:\
16105 :co#80:li#24:\
754b75d2
DL
16106 :bl=^G:cd=^W:ce=^V:cl=30\030:cm=\020%+ %+ :cr=^M:do=^J:\
16107 :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
16108# (d132: removed duplicate :ic=\E5:,
16109# merged in capabilities from a BRL entry -- esr)
1bac2ebb
DL
16110d132|datagraphix|datagraphix 132a:\
16111 :da:db:in:\
16112 :co#80:li#30:\
754b75d2
DL
16113 :al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=^M:dc=\E6:do=^J:ei=:\
16114 :ho=\ET:ic=\E5:im=:kb=^H:kd=^J:kl=^H:le=^H:nd=\EL:nw=^M^J:\
16115 :sf=^J:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
16116# The d800 was an early portable terminal from c.1984-85 that looked a lot
16117# like the original Compaq `lunchbox' portable (but no handle). It had a vt220
16118# mode (which is what this entry looks like) and several other lesser-known
16119# emulations.
1bac2ebb 16120d800|Direct 800/A:\
754b75d2
DL
16121 :am:bs:da:db:ms:xs:\
16122 :co#80:it#8:li#24:\
16123 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
16124 :ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
16125 :cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:\
16126 :k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
16127 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
16128 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
16129 :vs=\E[>12l:
1bac2ebb
DL
16130digilog|digilog 333:\
16131 :bs:\
16132 :co#80:li#16:\
754b75d2
DL
16133 :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:up=^O:
16134# The DWK was a terminal manufactured in the Soviet Union c.1986
16135dwk|dwk-vt|dwk terminal:\
16136 :am:\
16137 :co#80:it#8:li#24:\
45fd9aa5 16138 :ac=+^,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_:\
754b75d2
DL
16139 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
16140 :cr=^M:dc=\EP:do=^J:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
16141 :k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
16142 :k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
16143 :kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=^M^J:se=\EX:\
16144 :sf=^J:so=\ET:sr=\ES:ta=^I:up=\EA:
1bac2ebb 16145env230|envision230|envision 230 graphics terminal:\
45fd9aa5
EZ
16146 :xn@:\
16147 :pf=\E[4i:po=\E[5i:ps=\E[0i:\
16148 :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>:\
16149 :tc=vt100:
1bac2ebb
DL
16150# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
16151# coupler attached, the whole rig fitting in a suitcase and more or less
16152# portable. Hot stuff for c.1977 :-) -- esr
16153ep48|ep4080|execuport 4080:\
16154 :am:bs:os:\
16155 :co#80:\
16156 :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
16157ep40|ep4000|execuport 4000:\
45fd9aa5 16158 :co#136:tc=ep4080:
754b75d2
DL
16159# Adam Thompson <athompso@pangea.ca> tells us:
16160# Informer series - these are all portable units, resembling older
16161# automatic bread-baking machines. The terminal looks like a `clamshell'
16162# design, but isn't. The structure is similar to the Direct terminals,
16163# but only half the width. The entire unit is only about 10" wide.
16164# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
16165# keyboard. All the keys are crammed together, much like some laptop
16166# PCs today, but perhaps less well organized...all these units have a
16167# bewildering array of plugs on the back, including a built-in modem.
16168# The 305 was a color version of the 304; the 306 and 307 were mono and
16169# color terminals built for IBM bisync protocols.
1bac2ebb
DL
16170# From: Paul Leondis <unllab@amber.berkeley.edu>
16171ifmr|Informer D304:\
16172 :am:bs:\
16173 :co#80:li#24:\
70dc89d1 16174 :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:ei=:\
754b75d2 16175 :ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
1bac2ebb 16176 :up=\EA:
1bac2ebb 16177# Entry largely based on wy60 and has the features of wy60ak.
45fd9aa5
EZ
16178# (untranslatable capabilities removed to fit entry within 1023 bytes)
16179# (sgr removed to fit entry within 1023 bytes)
16180# (acsc removed to fit entry within 1023 bytes)
16181# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
754b75d2 16182opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
1bac2ebb 16183 :am:bw:hs:km:mi:ms:ul:xo:\
45fd9aa5
EZ
16184 :co#80:li#24:ws#80:\
16185 :ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
16186 :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\Ez(\r:\
16187 :ei=\Er:fs=^M:ho=\036:if=/usr/share/tabset/std:im=\Eq:ip=:\
70dc89d1 16188 :is=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F\177\EA1*\EZH12:\
754b75d2 16189 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
45fd9aa5
EZ
16190 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
16191 :kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
16192 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=^J:sr=\Ej:\
16193 :st=\E1:ta=\011:te=:\
754b75d2 16194 :ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
45fd9aa5 16195 :ts=\Ez(:uc=\EG8\EG0:up=^K:ve=\E`1:vi=\E`0:tc=adm+sgr:
1bac2ebb
DL
16196teletec|Teletec Datascreen:\
16197 :am:bs:\
16198 :co#80:li#24:\
754b75d2 16199 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:up=^K:
1bac2ebb 16200# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
754b75d2
DL
16201# This description is for the LANPAR Technologies VISION 3220
16202# terminal from 1984/85. The function key definitions k0-k5 represent the
16203# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
16204# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
16205#
16206# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
16207# I had a couple of scopes (3221) like this once where I used to work, around
177c0ea7 16208# the 1987 time frame if memory serves me correctly. These scopes were made
754b75d2
DL
16209# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
16210# compatible. The 3220 was a plain text terminal like the VT-220, the 3221
16211# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
16212# was like the VT-241 (color with Regis + Sixel Graphics). These terminals
16213# (3221) cost about $1500 each, and one was always broken -- had to be sent
16214# back to the shop for repairs.
16215# The only real advantage these scopes had over the VT-240's were:
16216# 1) They were faster in the Regis display, or at least the ones I did
16217# 2) They had a handy debugging feature where you could split-screen the
16218# scope, the graphics would appear on the top, and the REGIS commands would
16219# appear on the bottom. I don't remember the VT-240s being able to do that.
16220# I would swear that LANPAR Technologies was in MA someplace, but since I
16221# don't work at the same place anymore, and those terminals and manuals were
16222# long since junked, I cannot be any more sure than that.
16223#
16224# (v3220: removed obsolete ":kn#10:",
16225# I added <rmam>/<smam> based on the init string -- esr)
1bac2ebb 16226v3220|LANPAR Vision II model 3220/3221/3222:\
754b75d2 16227 :am:bs:mi:xn:\
1bac2ebb 16228 :co#80:it#8:li#24:\
754b75d2
DL
16229 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
16230 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
16231 :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
16232 :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
16233 :k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
16234 :ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
16235 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1bac2ebb
DL
16236######## ICH/ICH1 VERSUS RMIR/SMIR
16237#
16238# Some non-curses applications get confused if both ich/ich1 and rmir/smir
16239# are present; the symptom is doubled characters in an update using insert.
16240# These applications are technically correct; in both 4.3BSD termcap and
16241# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
754b75d2
DL
16242# unless the terminal needs both. To my knowledge, no terminal still in this
16243# file requires both other than the very obsolete dm2500.
1bac2ebb
DL
16244#
16245# For ncurses-based applications this is not a problem, as ncurses uses
16246# one or the other as appropriate but never mixes the two. Therefore we
16247# have not corrected entries like `linux' and `xterm' that specify both.
16248# If you see doubled characters from these, use the linux-nic and xterm-nic
754b75d2
DL
16249# entries that suppress ich/ich1. And upgrade to ncurses!
16250#
16251
16252######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
1bac2ebb 16253#
754b75d2
DL
16254# ANSI X3.64 has been withdrawn and replaced by ECMA-48. The ISO 6429 and
16255# ECMA-48 standards are said to be almost identical, but are not the same
16256# as X3.64 (though for practical purposes they are close supersets of it).
16257#
16258# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
16259# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
16260# Coded Character Sets"), include your snail-mail address, and you should
16261# receive the document in due course. Don't expect an email acknowledgement.
16262#
16263# Related standards include "X3.4-1977: American National Standard Code for
177c0ea7 16264# Information Interchange" (the ASCII standard) and "X3.41.1974:
754b75d2
DL
16265# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
16266# American National Standard for Information Interchange." I believe (but
16267# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
177c0ea7 16268# respectively.
754b75d2
DL
16269#
16270
16271#### VT100/ANSI/ECMA-48
1bac2ebb
DL
16272#
16273# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
754b75d2 16274# and ECMA-48 Control Functions for Coded Character Sets.
177c0ea7 16275#
754b75d2
DL
16276# Much of the content of this comment is adapted from a table prepared by
16277# Richard Shuford, based on a 1984 Byte article. Terminfo correspondences,
16278# discussion of some terminfo-related issues, and updates to capture ECMA-48
16279# have been added. Control functions described in ECMA-48 only are tagged
16280# with * after their names.
16281#
16282# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
16283# sequences. In the main table, \E stands for an escape (\033) character,
16284# SPC for space. Pn stands for a single numeric parameter to be inserted
16285# in decimal ASCII. Ps stands for a list of such parameters separated by
16286# semicolons. Parameter meanings for most parametrized sequences are
16287# decribed in the notes.
1bac2ebb 16288#
1bac2ebb
DL
16289# Sequence Sequence Parameter or
16290# Mnemonic Name Sequence Value Mode terminfo
16291# -----------------------------------------------------------------------------
754b75d2
DL
16292# APC Applicatn Program Command \E _ - Delim -
16293# BEL Bell * ^G - - bel
16294# BPH Break Permitted Here * \E B - * -
16295# BS Backpace * ^H - EF -
16296# CAN Cancel * ^X - - - (A)
1bac2ebb
DL
16297# CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt
16298# CCH Cancel Previous Character \E T - - -
754b75d2
DL
16299# CHA Cursor Horizntal Absolute \E [ Pn G 1 eF hpa (B)
16300# CHT Cursor Horizontal Tab \E [ Pn I 1 eF tab (C)
16301# CMD Coding Method Delimiter * \E
16302# CNL Cursor Next Line \E [ Pn E 1 eF nel (D)
1bac2ebb 16303# CPL Cursor Preceding Line \E [ Pn F 1 eF -
754b75d2 16304# CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - (E)
1bac2ebb 16305# CSI Control Sequence Intro \E [ - Intro -
754b75d2 16306# CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
1bac2ebb
DL
16307# CUB Cursor Backward \E [ Pn D 1 eF cub
16308# CUD Cursor Down \E [ Pn B 1 eF cud
16309# CUF Cursor Forward \E [ Pn C 1 eF cuf
754b75d2 16310# CUP Cursor Position \E [ Pn ; Pn H 1, 1 eF cup (G)
1bac2ebb 16311# CUU Cursor Up \E [ Pn A 1 eF cuu
754b75d2 16312# CVT Cursor Vertical Tab \E [ Pn Y - eF - (H)
1bac2ebb
DL
16313# DA Device Attributes \E [ Pn c 0 - -
16314# DAQ Define Area Qualification \E [ Ps o 0 - -
16315# DCH Delete Character \E [ Pn P 1 eF dch
16316# DCS Device Control String \E P - Delim -
16317# DL Delete Line \E [ Pn M 1 eF dl
754b75d2 16318# DLE Data Link Escape * ^P - - -
1bac2ebb 16319# DMI Disable Manual Input \E \ - Fs -
754b75d2
DL
16320# DSR Device Status Report \E [ Ps n 0 - - (I)
16321# DTA Dimension Text Area * \E [ Pn ; Pn SPC T - PC -
16322# EA Erase in Area \E [ Ps O 0 eF - (J)
1bac2ebb 16323# ECH Erase Character \E [ Pn X 1 eF ech
754b75d2 16324# ED Erase in Display \E [ Ps J 0 eF ed (J)
1bac2ebb 16325# EF Erase in Field \E [ Ps N 0 eF -
754b75d2
DL
16326# EL Erase in Line \E [ Ps K 0 eF el (J)
16327# EM End of Medium * ^Y - - -
1bac2ebb 16328# EMI Enable Manual Input \E b Fs -
754b75d2
DL
16329# ENQ Enquire ^E - - -
16330# EOT End Of Transmission ^D - * -
16331# EPA End of Protected Area \E W - - - (K)
1bac2ebb 16332# ESA End of Selected Area \E G - - -
754b75d2
DL
16333# ESC Escape ^[ - - -
16334# ETB End Transmission Block ^W - - -
16335# ETX End of Text ^C - - -
16336# FF Form Feed ^L - - -
16337# FNK Function Key * \E [ Pn SPC W - - -
16338# GCC Graphic Char Combination* \E [ Pn ; Pn SPC B - - -
1bac2ebb 16339# FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE -
754b75d2 16340# GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - (L)
1bac2ebb 16341# GSS Graphic Size Selection \E [ Pn SPC C none FE -
754b75d2
DL
16342# HPA Horz Position Absolute \E [ Pn ` 1 FE - (B)
16343# HPB Char Position Backward \E [ j 1 FE -
16344# HPR Horz Position Relative \E [ Pn a 1 FE - (M)
16345# HT Horizontal Tab * ^I - FE - (N)
16346# HTJ Horz Tab w/Justification \E I - FE -
1bac2ebb 16347# HTS Horizontal Tab Set \E H - FE hts
754b75d2 16348# HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE - (G)
1bac2ebb 16349# ICH Insert Character \E [ Pn @ 1 eF ich
754b75d2
DL
16350# IDCS ID Device Control String \E [ SPC O - * -
16351# IGS ID Graphic Subrepertoire \E [ SPC M - * -
1bac2ebb
DL
16352# IL Insert Line \E [ Pn L 1 eF il
16353# IND Index \E D - FE -
16354# INT Interrupt \E a - Fs -
16355# JFY Justify \E [ Ps SPC F 0 FE -
754b75d2
DL
16356# IS1 Info Separator #1 * ^_ - * -
16357# IS2 Info Separator #1 * ^^ - * -
16358# IS3 Info Separator #1 * ^] - * -
16359# IS4 Info Separator #1 * ^\ - * -
16360# LF Line Feed ^J - - -
16361# LS1R Locking Shift Right 1 * \E ~ - - -
16362# LS2 Locking Shift 2 * \E n - - -
16363# LS2R Locking Shift Right 2 * \E } - - -
16364# LS3 Locking Shift 3 * \E o - - -
16365# LS3R Locking Shift Right 3 * \E | - - -
16366# MC Media Copy \E [ Ps i 0 - - (S)
1bac2ebb 16367# MW Message Waiting \E U - - -
754b75d2
DL
16368# NAK Negative Acknowledge * ^U - * -
16369# NBH No Break Here * \E C - - -
16370# NEL Next Line \E E - FE nel (D)
1bac2ebb 16371# NP Next Page \E [ Pn U 1 eF -
754b75d2 16372# NUL Null * ^@ - - -
1bac2ebb 16373# OSC Operating System Command \E ] - Delim -
754b75d2
DL
16374# PEC Pres. Expand/Contract * \E Pn SPC Z 0 - -
16375# PFS Page Format Selection * \E Pn SPC J 0 - -
16376# PLD Partial Line Down \E K - FE - (T)
16377# PLU Partial Line Up \E L - FE - (U)
1bac2ebb
DL
16378# PM Privacy Message \E ^ - Delim -
16379# PP Preceding Page \E [ Pn V 1 eF -
754b75d2
DL
16380# PPA Page Position Absolute * \E [ Pn SPC P 1 FE -
16381# PPB Page Position Backward * \E [ Pn SPC R 1 FE -
16382# PPR Page Position Forward * \E [ Pn SPC Q 1 FE -
16383# PTX Parallel Texts * \E [ \ - - -
1bac2ebb
DL
16384# PU1 Private Use 1 \E Q - - -
16385# PU2 Private Use 2 \E R - - -
16386# QUAD Typographic Quadding \E [ Ps SPC H 0 FE -
16387# REP Repeat Char or Control \E [ Pn b 1 - rep
754b75d2 16388# RI Reverse Index \E M - FE - (V)
1bac2ebb 16389# RIS Reset to Initial State \E c - Fs -
754b75d2
DL
16390# RM Reset Mode * \E [ Ps l - - - (W)
16391# SACS Set Add. Char. Sep. * \E [ Pn SPC / 0 - -
16392# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ] 0 - - (X)
16393# SCI Single-Char Introducer \E Z - - -
16394# SCO Sel. Char. Orientation * \E [ Pn ; Pn SPC k - - -
16395# SCS Set Char. Spacing * \E [ Pn SPC g - - -
1bac2ebb 16396# SD Scroll Down \E [ Pn T 1 eF rin
754b75d2
DL
16397# SDS Start Directed String * \E [ Pn ] 1 - -
16398# SEE Select Editing Extent \E [ Ps Q 0 - - (Y)
16399# SEF Sheet Eject & Feed * \E [ Ps ; Ps SPC Y 0,0 - -
16400# SGR Select Graphic Rendition \E [ Ps m 0 FE sgr (O)
16401# SHS Select Char. Spacing * \E [ Ps SPC K 0 - -
16402# SI Shift In ^O - - - (P)
16403# SIMD Sel. Imp. Move Direct. * \E [ Ps ^ - - -
1bac2ebb 16404# SL Scroll Left \E [ Pn SPC @ 1 eF -
754b75d2
DL
16405# SLH Set Line Home * \E [ Pn SPC U - - -
16406# SLL Set Line Limit * \E [ Pn SPC V - - -
16407# SLS Set Line Spacing * \E [ Pn SPC h - - -
16408# SM Select Mode \E [ Ps h none - - (W)
16409# SO Shift Out ^N - - - (Q)
16410# SOH Start Of Heading * ^A - - -
16411# SOS Start of String * \E X - - -
16412# SPA Start of Protected Area \E V - - - (Z)
16413# SPD Select Pres. Direction * \E [ Ps ; Ps SPC S 0,0 - -
16414# SPH Set Page Home * \E [ Ps SPC G - - -
1bac2ebb 16415# SPI Spacing Increment \E [ Pn ; Pn SPC G none FE -
754b75d2
DL
16416# SPL Set Page Limit * \E [ Ps SPC j - - -
16417# SPQR Set Pr. Qual. & Rapid. * \E [ Ps SPC X 0 - -
1bac2ebb 16418# SR Scroll Right \E [ Pn SPC A 1 eF -
754b75d2
DL
16419# SRCS Set Reduced Char. Sep. * \E [ Pn SPC f 0 - -
16420# SRS Start Reversed String * \E [ Ps [ 0 - -
16421# SSA Start of Selected Area \E F - - -
16422# SSU Select Size Unit * \E [ Pn SPC I 0 - -
16423# SSW Set Space Width * \E [ Pn SPC [ none - -
1bac2ebb
DL
16424# SS2 Single Shift 2 (G2 set) \E N - Intro -
16425# SS3 Single Shift 3 (G3 set) \E O - Intro -
1bac2ebb 16426# ST String Terminator \E \ - Delim -
754b75d2 16427# STAB Selective Tabulation * \E [ Pn SPC ^ - - -
1bac2ebb 16428# STS Set Transmit State \E S - - -
754b75d2 16429# STX Start pf Text * ^B - - -
1bac2ebb 16430# SU Scroll Up \E [ Pn S 1 eF indn
754b75d2
DL
16431# SUB Substitute * ^Z - - -
16432# SVS Select Line Spacing * \E [ Pn SPC \ 1 - -
16433# SYN Synchronous Idle * ^F - - -
16434# TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
16435# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a - - -
16436# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
1bac2ebb 16437# TBC Tab Clear \E [ Ps g 0 FE tbc
754b75d2
DL
16438# TCC Tabul. Centered on Char * \E [ Pn SPC c - - -
16439# TSR Tabulation Stop Remove * \E [ Pn SPC d - FE -
1bac2ebb 16440# TSS Thin Space Specification \E [ Pn SC E none FE -
754b75d2
DL
16441# VPA Vert. Position Absolute \E [ Pn d 1 FE vpa
16442# VPB Line Position Backward * \E [ Pn k 1 FE -
16443# VPR Vert. Position Relative \E [ Pn e 1 FE - (R)
16444# VT Vertical Tabulation * ^K - FE -
1bac2ebb 16445# VTS Vertical Tabulation Set \E J - FE -
177c0ea7 16446#
1bac2ebb
DL
16447# ---------------------------------------------------------------------------
16448#
16449# Notes:
16450#
177c0ea7
JB
16451# Some control characters are listed in the ECMA-48 standard without
16452# being assigned functions relevant to terminal control there (they
754b75d2
DL
16453# referred to other standards such as ISO 1745 or ECMA-35). They are listed
16454# here anyway for completeness.
16455#
16456# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
16457#
16458# (B) There seems to be some confusion abroad between CHA and HPA. Most
1bac2ebb 16459# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
754b75d2
DL
16460# the capability (hpa). ECMA-48 calls this "Cursor Character Absolute" but
16461# preserved the CHA abbreviation.
1bac2ebb 16462#
754b75d2 16463# (C) CHT corresponds to terminfo (tab). Usually it has the value ^I.
1bac2ebb 16464# Occasionally (as on, for example, certain HP terminals) this has the HTJ
754b75d2
DL
16465# value. ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
16466# CHT abbreviation.
1bac2ebb 16467#
754b75d2 16468# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
1bac2ebb 16469#
177c0ea7 16470# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
754b75d2 16471# abbreviation.
177c0ea7 16472#
754b75d2 16473# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
177c0ea7 16474# char tab, 3 = clear line tab, 4 = clear all char tabs on current line,
754b75d2
DL
16475# 5 = clear all char tabs, 6 = clear all line tabs.
16476#
16477# (G) CUP and HVP are identical in effect. Some ANSI.SYS versions accept
16478# HVP, but always allow CUP as an alternate. ECMA-48 calls HVP "Character
16479# Position Absolute" but retains the HVP abbreviation.
16480#
16481# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
16482# abbreviation.
1bac2ebb 16483#
754b75d2
DL
16484# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
16485# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
16486# DSR, 6 = request CPR response.
1bac2ebb 16487#
754b75d2
DL
16488# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
16489# 1 = clear from beginning, 2 = clear.
177c0ea7 16490#
754b75d2
DL
16491# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
16492#
16493# (L) The GSM parameters are vertical and horizontal parameters to scale by.
16494#
16495# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
16496# use CUF for this function and ignore HPR. ECMA-48 calls this "Character
16497# Position Relative" but retains the HPR abbreviation.
16498#
16499# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
16500# abbreviation.
16501#
16502# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
16503# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
16504# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
16505# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
16506# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
16507# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
16508# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
16509# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
16510# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
16511# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
16512# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
16513# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
16514# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
16515# 61-65 = variable highlights for ideograms.
16516#
16517# (P) SI is also called LSO, Locking Shift Zero.
16518#
16519# (Q) SI is also called LS1, Locking Shift One.
16520#
16521# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
16522# use CUD for this function and ignore VPR. ECMA calls it `Line Position
16523# Absolute' but retains the VPA abbreviation.
16524#
16525# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
16526# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
177c0ea7 16527# from secondary aux device, 4 = stop relay to primary aux device, 5 =
754b75d2
DL
16528# start relay to primary aux device, 6 = stop relay to secondary aux device,
16529# 7 = start relay to secondary aux device.
16530#
16531# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
16532# abbreviation.
16533#
16534# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
16535# abbreviation.
16536#
16537# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
16538#
177c0ea7
JB
16539# (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM),
16540# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM),
754b75d2
DL
16541# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
16542# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
177c0ea7 16543# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM),
754b75d2 16544# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
177c0ea7 16545# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM),
754b75d2
DL
16546# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
16547# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
16548# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
16549# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
16550# Zero Default Mode (ZDM). The EBM and LF/NL modes have actually been removed
16551# from ECMA-48's 5th edition but are listed here for reference.
16552#
16553# (X) Select Alternate Presentation Variants is used only for non-Latin
16554# alphabets.
16555#
16556# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
16557#
16558# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
16559# abbreviation.
1bac2ebb
DL
16560#
16561# ---------------------------------------------------------------------------
177c0ea7 16562#
1bac2ebb
DL
16563# Abbreviations:
16564#
16565# Intro an Introducer of some kind of defined sequence; the normal 7-bit
16566# X3.64 Control Sequence Introducer is the two characters "Escape ["
177c0ea7 16567#
1bac2ebb 16568# Delim a Delimiter
177c0ea7 16569#
1bac2ebb 16570# x/y identifies a character by position in the ASCII table (column/row)
177c0ea7 16571#
1bac2ebb 16572# eF editor function (see explanation)
177c0ea7 16573#
1bac2ebb 16574# FE format effector (see explanation)
754b75d2 16575#
1bac2ebb
DL
16576# F is a Final character in
16577# an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
16578# a control sequence (F from 4/0 to 7/14)
177c0ea7 16579#
1bac2ebb
DL
16580# Gs is a graphic character appearing in strings (Gs ranges from
16581# 2/0 to 7/14) in the ASCII table
177c0ea7 16582#
1bac2ebb
DL
16583# Ce is a control represented as a single bit combination in the C1 set
16584# of controls in an 8-bit character set
177c0ea7 16585#
1bac2ebb 16586# C0 the familiar set of 7-bit ASCII control characters
177c0ea7 16587#
754b75d2 16588# C1 roughly, the set of control chars available only in 8-bit systems.
1bac2ebb
DL
16589# This is too complicated to explain fully here, so read Jim Fleming's
16590# article in the February 1983 BYTE, especially pages 214 through 224.
177c0ea7 16591#
1bac2ebb
DL
16592# Fe is a Final character of a 2-character Escape sequence that has an
16593# equivalent representation in an 8-bit environment as a Ce-type
16594# (Fe ranges from 4/0 to 5/15)
177c0ea7 16595#
1bac2ebb
DL
16596# Fs is a Final character of a 2-character Escape sequence that is
16597# standardized internationally with identical representation in 7-bit
16598# and 8-bit environments and is independent of the currently
16599# designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
177c0ea7 16600#
1bac2ebb
DL
16601# I is an Intermediate character from 2/0 to 2/15 (inclusive) in the
16602# ASCII table
177c0ea7 16603#
1bac2ebb
DL
16604# P is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
16605# table
177c0ea7 16606#
1bac2ebb
DL
16607# Pn is a numeric parameter in a control sequence, a string of zero or
16608# more characters ranging from 3/0 to 3/9 in the ASCII table
177c0ea7 16609#
1bac2ebb
DL
16610# Ps is a variable number of selective parameters in a control sequence
16611# with each selective parameter separated from the other by the code
16612# 3/11 (which usually represents a semicolon); Ps ranges from
16613# 3/0 to 3/9 and includes 3/11
754b75d2
DL
16614#
16615# * Not relevant to terminal control, listed for completeness only.
177c0ea7 16616#
1bac2ebb 16617# Format Effectors versus Editor Functions
177c0ea7 16618#
1bac2ebb
DL
16619# A format effector specifies how following output is to be displayed.
16620# An editor function allows you to modify the display. Informally
16621# format effectors may be destructive; format effectors should not be.
177c0ea7
JB
16622#
16623# For instance, a format effector that moves the "active position" (the
1bac2ebb
DL
16624# cursor or equivalent) one space to the left would be useful when you want to
16625# create an overstrike, a compound character made of two standard characters
16626# overlaid. Control-H, the Backspace character, is actually supposed to be a
16627# format effector, so you can do this. But many systems use it in a
16628# nonstandard fashion, as an editor function, deleting the character to the
16629# left of the cursor and moving the cursor left. When Control-H is assumed to
16630# be an editor function, you cannot predict whether its use will create an
16631# overstrike unless you also know whether the output device is in an "insert
16632# mode" or an "overwrite mode". When Control-H is used as a format effector,
16633# its effect can always be predicted. The familiar characters carriage
16634# return, linefeed, formfeed, etc., are defined as format effectors.
16635#
1bac2ebb 16636# NOTES ON THE DEC VT100 IMPLEMENTATION
177c0ea7 16637#
1bac2ebb 16638# Control sequences implemented in the VT100 are as follows:
177c0ea7 16639#
1bac2ebb
DL
16640# CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
16641# LNM, NEL, RI, RIS, RM, SGR, SM, TBC
177c0ea7 16642#
1bac2ebb 16643# plus several private DEC commands.
177c0ea7 16644#
1bac2ebb 16645# Erasing parts of the display (EL and ED) in the VT100 is performed thus:
177c0ea7 16646#
1bac2ebb
DL
16647# Erase from cursor to end of line Esc [ 0 K or Esc [ K
16648# Erase from beginning of line to cursor Esc [ 1 K
16649# Erase line containing cursor Esc [ 2 K
16650# Erase from cursor to end of screen Esc [ 0 J or Esc [ J
16651# Erase from beginning of screen to cursor Esc [ 1 J
16652# Erase entire screen Esc [ 2 J
754b75d2
DL
16653#
16654# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
16655# Esc [ 2 J, but this is wrong; the default is 0.
177c0ea7 16656#
1bac2ebb 16657# The VT100 responds to receiving the DA (Device Attributes) control
177c0ea7 16658#
1bac2ebb 16659# Esc [ c (or Esc [ 0 c)
177c0ea7 16660#
1bac2ebb 16661# by transmitting the sequence
177c0ea7 16662#
1bac2ebb 16663# Esc [ ? l ; Ps c
177c0ea7 16664#
1bac2ebb 16665# where Ps is a character that describes installed options.
177c0ea7 16666#
1bac2ebb
DL
16667# The VT100's cursor location can be read with the DSR (Device Status
16668# Report) control
177c0ea7 16669#
1bac2ebb 16670# Esc [ 6 n
177c0ea7 16671#
1bac2ebb 16672# The VT100 reports by transmitting the CPR sequence
177c0ea7 16673#
1bac2ebb 16674# Esc [ Pl ; Pc R
177c0ea7 16675#
1bac2ebb 16676# where Pl is the line number and Pc is the column number (in decimal).
177c0ea7 16677#
1bac2ebb 16678# The specification for the DEC VT100 is document EK-VT100-UG-003.
754b75d2
DL
16679
16680#### ANSI.SYS
177c0ea7 16681#
754b75d2
DL
16682# Here is a description of the color and attribute controls supported in the
16683# the ANSI.SYS driver under MS-DOS. Most console drivers and ANSI
16684# terminal emulators for Intel boxes obey these. They are a proper subset
16685# of the ECMA-48 escapes.
1bac2ebb
DL
16686#
16687# 0 all attributes off
16688# 1 foreground bright
16689# 4 underscore on
16690# 5 blink on/background bright (not reliable with brown)
16691# 7 reverse-video
16692# 8 set blank (non-display)
16693# 10 set primary font
16694# 11 set first alternate font (on PCs, display ROM characters 1-31)
16695# 12 set second alternate font (on PCs, display IBM high-half chars)
16696#
16697# Color attribute sets
16698# 3n set foreground color / 0=black, 1=red, 2=green, 3=brown,
16699# 4n set background color \ 4=blue, 5=magenta, 6=cyan, 7=white
16700# Bright black becomes gray. Bright brown becomes yellow,
754b75d2
DL
16701# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
16702#
16703# * If the 5 attribute is on and you set a background color (40-47) it is
16704# supposed to enable bright background.
16705#
1bac2ebb
DL
16706# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
16707# when you try to set a "bright brown" (yellow) background with attribute
16708# 5 (you get a blinking yellow foreground instead). A few displays
16709# (including the System V console) support an attribute 6 that undoes this
754b75d2 16710# braindamage (this is required by iBCS2).
1bac2ebb
DL
16711#
16712# * Some older versions of ANSI.SYS have a bug that causes thems to require
754b75d2
DL
16713# ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. (This is not ECMA-48
16714# compatible.)
16715
16716#### Intel Binary Compatibility Standard
16717#
177c0ea7 16718# For comparison, here are the capabilities implied by the Intel Binary
754b75d2
DL
16719# Compatibility Standard for UNIX systems (Intel order number 468366-001).
16720# These recommendations are optional. IBCS2 allows the leading escape to
16721# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
16722# the ANSI X.364/ISO 6429/ECMA-48 standard. Here are the iBCS2 capabilities
16723# (as described in figure 9-3 of the standard). Those expressed in the ibcs2
16724# terminfo entry are followed with the corresponding capability in parens:
16725#
16726# CSI <n>k disable (n=0) or enable (n=1) keyclick
16727# CSI 2h lock keyboard
16728# CSI 2i send screen as input
16729# CSI 2l unlock keyboard
16730# CSI 6m enable background color intensity
16731# CSI <0-2>c reserved
16732# CSI <0-59>m select graphic rendition
16733# CSI <n>;<m>H (cup) cursor to line n and column m
16734# CSI <n>;<m>f cursor to line n and column m
16735# CSI <n>@ (ich) insert characters
16736# CSI <n>A (cuu) cursor up n lines
16737# CSI <n>B (cud) cursor down n lines
16738# CSI <n>C (cuu) cursor right n characters
16739# CSI <n>D (cud) cursor left n characters
16740# CSI <n>E cursor down n lines and in first column
16741# CSI <n>F cursor up n lines and in first column
16742# CSI <n>G (hpa) position cursor at column n-1
16743# CSI <n>J (ed) erase in display
16744# CSI <n>K (el) erase in line
16745# CSI <n>L (il) insert line(s)
16746# CSI <n>P (dch) delete characters
16747# CSI <n>S (indn) scroll up n lines
16748# CSI <n>T (rin) scroll down n lines
16749# CSI <n>X (ech) erase characters
16750# CSI <n>Z (cbt) back up n tab stops
16751# CSI <n>` cursor to column n on line
16752# CSI <n>a (cuu) cursor right n characters
16753# CSI <n>d (vpa) cursor to line n
16754# CSI <n>e cursor down n lines and in first column
16755# CSI <n>g (cbt) clear all tabs
16756# CSI <n>z make virtual terminal n active
16757# CSI ?7h (smam) turn automargin on
16758# CSI ?7l (rmam) turn automargin off
16759# CSI s save cursor position
16760# CSI u restore cursor position to saved value
16761# CSI =<c>A set overscan color
16762# CSI =<c>F set normal foreground color
16763# CSI =<c>G set normal background color
16764# CSI =<c>H set reverse foreground color
16765# CSI =<c>I set reverse foreground color
16766# CSI =<c>J set graphic foreground color
16767# CSI =<c>K set graphic foreground color
16768# CSI =<n>g (dispc) display n from alternate graphics character set
16769# CSI =<p>;<d>B set bell parameters
16770# CSI =<s>;<e>C set cursor parameters
16771# CSI =<x>D enable/disable intensity of background color
16772# CSI =<x>E set/clear blink vs. bold background
16773# CSI 7 (sc) (sc) save cursor position
16774# CSI 8 (rc) (rc) restore cursor position to saved value
16775# CSI H (hts) (hts) set tab stop
16776# CSI Q<n><string> define function key string
16777# (string must begin and end with delimiter char)
16778# CSI c (clear) clear screen
16779#
16780# The lack of any specification for attributes in SGR (among other things)
177c0ea7 16781# makes this a wretchedly weak standard. The table above is literally
754b75d2
DL
16782# everything iBSC2 has to say about terminal escape sequences; there is
16783# no further discussion of their meaning or how to set the parameters
16784# in these sequences at all.
16785#
1bac2ebb
DL
16786
16787######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
16788#
16789# The historical termcap file entries were written primarily in 4.4BSD termcap.
16790# The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
16791# with the extension names chosen for compatibility with the termcap names
16792# assigned in System V terminfo. There are some variant extension sets out
16793# there. We try to describe them here.
16794#
16795# XENIX extensions:
16796#
16797# The XENIX extensions include a set of function-key capabilities as follows:
16798#
16799# code XENIX variable name terminfo name name clashes?
16800# ---- ------------------- ------------- -----------------------
16801# CL key_char_left
16802# CR key_char_right
16803# CW key_change_window create_window
16804# EN key_end kend
16805# HM key_home khome
16806# HP ??
16807# LD key_delete_line kdl1
16808# LF key_linefeed label_off
16809# NU key_next_unlocked_cell
16810# PD key_page_down knp
16811# PL ??
16812# PN start_print mc5
16813# PR ??
16814# PS stop_print mc4
16815# PU key_page_up kpp pulse
16816# RC key_recalc remove_clock
16817# RF key_toggle_ref req_for_input
16818# RT key_return kent
16819# UP key_up_arrow kcuu1 parm_up_cursor
16820# WL key_word_left
16821# WR key_word_right
16822#
16823# The XENIX extensions also include the following character-set and highlight
16824# capabilities:
16825#
16826# XENIX terminfo function
16827# ----- -------- ------------------------------
16828# GS smacs start alternate character set
16829# GE rmacs end alternate character set
16830# GG :as:/:ae: glitch (analogous to :sg:/:ug:)
16831# bo blink begin blink (not used in /etc/termcap)
16832# be end blink (not used in /etc/termcap)
16833# bb blink glitch (not used in /etc/termcap)
16834# it dim begin dim (not used in /etc/termcap)
16835# ie end dim (not used in /etc/termcap)
16836# ig dim glitch (not used in /etc/termcap)
16837#
754b75d2
DL
16838# Finally, XENIX also used the following forms-drawing capabilities:
16839#
177c0ea7 16840# single double type ASCII approximation
754b75d2
DL
16841# ------ ------ ------------- -------------------
16842# GV Gv vertical line |
16843# GH Gv horizontal line - _
16844# G1 G5 top right corner _ |
177c0ea7 16845# G2 G6 top left corner |
754b75d2
DL
16846# G3 G7 bottom left corner |_
16847# G4 G8 bottom right corner _|
16848# GD Gd down-tick character T
16849# GL Gl left-tick character -|
16850# GR Gr right-tick character |-
16851# GC Gc middle intersection -|-
16852# GU Gu up-tick character _|_
16853#
16854# These were invented to take advantage of the IBM PC ROM character set. One
16855# can compose an acsc string from the single-width characters as follows
16856# "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
16857# When translating a termcap file, ncurses tic will do this automatically.
16858# The double forms characters don't fit the SVr4 terminfo model.
1bac2ebb
DL
16859#
16860# AT&T Extensions:
16861#
16862# The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
16863# nonstandard capabilities. Its signature is the KM capability, used to name
16864# some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
16865# set. Comments in the original, and a little cross-checking with other AT&T
16866# documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
16867# (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
16868# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
16869# cursor invisible), and CV=:ve: (make cursor normal).
16870#
754b75d2
DL
16871# HP Extensions
16872#
16873# The HP library (as of mid-1995, their term.h file version 70.1) appears to
16874# have the System V capabilities up to SVr1 level. After that, it supports
16875# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
16876# :mu: capabilities. After that, it supports caps plab_norm, label_on,
16877# label_off, and key_f11..key_f63 capabilities like SVr4's. This makes the
16878# HP binary format incompatible with SVr4's.
16879#
16880# IBM Extensions
16881#
16882# There is a set of nonstandard terminfos used by IBM's AIX operating system.
16883# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
16884# capabilities following prtr_non with the following special capabilties:
16885# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
16886# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
16887# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
16888# rvert, lvert. Some of these are identical to XPG4/SVr4 equivalents:
16889# kcmd, kend, khlp, and kf11...kf63. Two others (kbtab and ksel) can be
16890# renamed (to kcbt and kslt). The places in the box[12] capabilities
16891# correspond to acsc chars, here is the mapping:
16892#
16893# box1[0] = ACS_ULCORNER
177c0ea7 16894# box1[1] = ACS_HLINE
754b75d2
DL
16895# box1[2] = ACS_URCORNER
16896# box1[3] = ACS_VLINE
16897# box1[4] = ACS_LRCORNER
16898# box1[5] = ACS_LLCORNER
16899# box1[6] = ACS_TTEE
16900# box1[7] = ACS_RTEE
16901# box1[8] = ACS_BTEE
16902# box1[9] = ACS_LTEE
16903# box1[10] = ACS_PLUS
16904#
16905# The box2 characters are the double-line versions of these forms graphics.
16906# The AIX binary terminfo format is incompatible with SVr4's.
16907#
16908# Iris console extensions:
16909#
16910# HS is half-intensity start; HE is half-intensity end
16911# CT is color terminal type (for Curses & rogue)
16912# CP is color change escape sequence
16913# CZ are color names (for Curses & rogue)
16914#
16915# The ncurses tic utility recognizes HS as an alias for mh <dim>.
16916#
1bac2ebb
DL
16917# TC Extensions:
16918#
16919# There is a set of extended termcaps associated with something
16920# called the "Terminal Control" or TC package created by MainStream Systems,
16921# Winfield Kansas. This one also uses GS/GE for as/ae, and also uses
16922# CF for civis and CO for cvvis. Finally, they define a boolean :ct:
16923# that flags color terminals.
754b75d2 16924#
1bac2ebb
DL
16925######## CHANGE HISTORY
16926#
754b75d2
DL
16927# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
16928# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
16929# project.
16930#
16931# This file contains all the capability information present in John Kunze's
177c0ea7 16932# last version of the termcap master file, except as noted in the change
754b75d2
DL
16933# comments at end of file. Some information about very ancient obsolete
16934# capabilities has been moved to comments. Some all-numeric names of older
16935# terminals have been retired.
16936#
16937# I changed :MT: to :km: (the 4.4BSD name) everywhere. I commented out some
16938# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
16939# used by BSD curses.
16940#
16941# The 9.1.0 version of this file was translated from my lightly-edited copy of
16942# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
16943# the purpose. Unless the ncurses tic implementation and the Lisp code were
16944# making perfectly synchronized mistakes which I then failed to catch by
16945# eyeball, the translation was correct and perfectly information-preserving.
16946#
16947# Major version number bumps correspond to major version changes in ncurses.
16948#
16949# Here is a log of the changes since then:
16950#
1bac2ebb
DL
16951# 9.1.0 (Wed Feb 1 04:50:32 EST 1995):
16952# * First terminfo master translated from 8.3.
16953# 9.2.0 (Wed Feb 1 12:21:45 EST 1995):
16954# * Replaced Wyse entries with updated entries supplied by vendor.
754b75d2 16955#
1bac2ebb
DL
16956# 9.3.0 (Mon Feb 6 19:14:40 EST 1995):
16957# * Added contact & status info from G. Clark Brown <clark@sssi.com>.
16958# 9.3.1 (Tue Feb 7 12:00:24 EST 1995):
16959# * Better XENIX keycap translation. Describe TC termcaps.
16960# * Contact and history info supplied by Qume.
16961# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
754b75d2 16962# * Raided the Shuford FTP site for recent termcaps/terminfos.
1bac2ebb
DL
16963# * Added information on X3.64 and VT100 standard escape sequences.
16964# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
16965# * Added a correct X11R6 xterm entry.
16966# * Fixed terminfo translations of padding.
16967# 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
16968# * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
16969# * Added u6/u7/u8/u9 capabilities.
16970# * Added PCVT entry.
16971# 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
16972# * Emacs uses :so:, not :mr:, for its mode line. Fix linux entry
16973# to use reverse-video standout so Emacs will look right.
16974# * Added el1 capability to ansi.
16975# * Added smacs/rmacs to ansi.sys.
754b75d2 16976#
1bac2ebb
DL
16977# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
16978# * New mt70 entry.
16979# * Added COPYRIGHTS AND OTHER DELUSIONS.
16980# * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
16981# smartvid & smarterm, ampex 175 & 219 & 232,
16982# env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
16983# ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
16984# screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
16985# adm36, mime314, ergo4000, ca22851. Replaced att7300, esprit, dd5500.
16986# * Replaced the Perkin-Elmer entries with vendor's official ones.
16987# * Restored the old minimal-ansi entry, luna needs it.
16988# * Fixed some incorrect ip and proportional-padding translations.
16989# 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
16990# * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
16991# * Make the xterm entry 65 lines again; create xterm25 and xterm24
16992# to force a particular height.
16993# * Added beehive4 and reorganized other Harris entries.
16994# 9.4.2 (Thu Mar 9 01:45:44 EST 1995):
16995# * Merged in DEC's official entries for its terminals. The only old
16996# entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
16997# * Replaced the translated BBN Bitgraph entries with purpose-built
16998# ones from AT&T's SVr3.
16999# * Replaced the AT&T entries with AT&T's official terminfos.
177c0ea7 17000# * Added teleray 16, vc415, cops10.
1bac2ebb
DL
17001# * Merged in many individual capabilities from SCO terminfo files.
17002# 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
17003# * Typo fixes.
17004# * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
17005# 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
17006# * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
17007# pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
17008# simterm, citoh and variants.
17009# * Replaced sol entry with sol1 and sol2.
17010# * Replaced Qume QVT and Freedom-series entries with purpose-built
17011# terminfo entries.
17012# * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
17013# and dg200 entries using caps from from SCO.
17014# * Added the usual set of function-key mappings to ANSI entry.
17015# * Corrected xterm's function-key capabilities.
17016# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
17017# * Fix in xterm entry, cub and cud are not reliable under X11R6.
17018# 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
17019# * Fix in xterm entry, get the arrow keys right.
17020# * Change some \0 escapes to \200.
17021# 9.4.7 (Tue Apr 4 11:27:11 EDT 1995)
17022# * Added apple (Videx card), adm1a, oadm31.
17023# * Fixed malformed ampex csr.
177c0ea7 17024# * Fixed act4, cyb110; they had old-style prefix padding left in.
1bac2ebb
DL
17025# * Changed mandatory to advisory padding in many entries.
17026# * Replaced HP entries up to hpsub with purpose-built ones.
17027# * Blank rmir/smir/rmdc/smdc capabilities removed.
17028# * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
17029# 9.4.8 (Fri Apr 7 09:36:34 EDT 199):
17030# * Replaced the Ann Arbor entries with SCO's, the init strings are
17031# more efficient (but the entries otherwise identical).
17032# * Added dg211 from Shuford archive.
17033# * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
17034# adm42-nl, pc52, gs6300, xerox820, uts30.
17035# * Pull SCO's padding into vi200 entry.
17036# * Improved capabilities for tvi4107 and other Televideo and Viewpoint
17037# entries merged in from SCO's descriptions.
17038# * Fixed old-style prefix padding on zen50, h1500.
17039# * Moved old superbee entry to superbee-xsb, pulled in new superbee
17040# entry from SCO's description.
17041# * Reorganized the special entries.
17042# * Added lm#0 to cbunix and virtual entries.
17043#
17044# 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
17045# * Restored cdc456tst.
17046# * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
17047# * Added megatek, beacon, microkit.
17048# * Freeze for ncurses-1.9 release.
1bac2ebb
DL
17049# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
17050# * Added historical data for TAB.
17051# * Comment fixes from David MacKenzie.
17052# * Added the new BSDI pc3 entry.
1bac2ebb 17053# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
177c0ea7 17054# * A change in the tic -C logic now ensures that all entries in
1bac2ebb
DL
17055# the termcap translation will fit in < 1024 bytes.
17056# * Added `bobcat' and `gator' HP consoles and the Nu machine entries
17057# from GNU termcap file. This merges in all their local information.
1bac2ebb
DL
17058# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
17059# * Changed tic -C logic to dump all capabilities used by GNU termcap.
17060# * Added warnings about entries with long translations (restoring
17061# all the GNU termcaps pushes a few over the edge).
1bac2ebb
DL
17062# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
17063# * Yet another tic change, and a couple of entry tweaks, to reduce the
17064# number of long (> 1024) termcap translations back to 0.
17065#
17066# 9.6.0 (Mon May 1 10:35:54 EDT 1995)
17067# * Added kf13-kf20 to Linux entry.
17068# * Regularize Prime terminal names.
17069# * Historical data on Synertek.
17070# * Freeze for ncurses-1.9.1.
1bac2ebb
DL
17071# 9.6.1 (Sat May 6 02:00:52 EDT 1995):
17072# * Added true xterm-color entry, renamed djm's pseudo-color entry.
17073# * Eliminate whitespace in short name fields, this tanks some scripts.
17074# * Name field changes to shorten some long entries.
17075# * Termcap translation now automatically generates empty rmir/smir
17076# when ich1/ich is present (copes with an ancient vi bug).
17077# * Added `screen' entries from FSF's screen-3.6.2.
17078# * Added linux-nic and xterm-nic entries.
1bac2ebb
DL
17079# 9.6.2 (Sat May 6 17:00:55 EDT 1995):
17080# * Change linux entry to use smacs=\E[11m and have an explicit acsc,
17081# eliminating some special-case code in ncurses.
17082#
17083# 9.7.0 (Tue May 9 18:03:12 EDT 1995):
17084# * Added vt320-k3, rsvidtx from the Emacs termcap.dat file. I think
17085# that captures everything unique from it.
17086# * Added reorder script generator.
17087# * Freeze for ncurses 1.9.2 release.
1bac2ebb
DL
17088# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
17089# * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
17090# * Added Olaf Siebert's corrections for adm12.
17091# * ansi-pc-color now includes the colors and pairs caps, so that
17092# entries which use it will inherit them automatically.
17093# * The linux entry can now recognize the center (keypad 5) key.
17094# * Removed some junk that found its way into Linux acsc.
17095#
17096# 9.8.0 (Fri Jul 7 04:46:57 EDT 1995):
17097# * Add 50% cut mark as a desperate hack to reduce tic's core usage.
17098# * xterm doesn't try to use application keypad mode any more.
17099# * Freeze for ncurses-1.9.3 release.
1bac2ebb
DL
17100# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
17101# * Added corrected sun entry from vendor.
17102# * Added csr capability to linux entry.
17103# * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
17104# * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
177c0ea7 17105# * Some commented-out caps in long entries come back in, my code
1bac2ebb
DL
17106# for computing string-table lengths had a bug in it.
17107# * pcansi series modified to fit comm-program reality better.
754b75d2
DL
17108# 9.8.2 (Sat Sep 9 23:35:00 EDT 1995):
17109# * BSD/OS actually ships the ibmpc3 bold entry as its console.
17110# * Correct some bad aliases in the pcansi series
17111# * Added entry for QNX console.
17112# * Clean up duplicate long names for use with 4.4 library.
17113# * Change vt100 standout to be normal reverse vide, not bright reverse;
17114# this makes the Emacs status line look better.
17115# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
17116# * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
17117# * Minor surgery, mostly on name strings, to shorten termcap version.
17118#
17119# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
17120# * Added dec-vt100 for use with the EWAN emulator.
17121# * Added kmous to xterm for use with xterm's mouse-tracking facility.
17122# * Freeze for 1.9.5 alpha release.
17123# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
17124# * Changed xterm lines to 24, the X11R6 default.
17125# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
17126# * Added 7 newly discovered, undocumented acsc characters to linux
17127# entry (the pryz{|} characters).
17128# * ncurses no longer steals A_PROTECT. Simplify linux sgr accordingly.
17129# * Correct two typos in the xterm entries introduced in 9.9.1.
17130# * I finally figured out how to translate ko capabilities. Done.
17131# * Added tvi921 entries from Tim Theisen.
17132# * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
17133# * Removed mystery tec entry, it was neither interesting nor useful.
17134# * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
17135# vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
17136# trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
17137# by making them relative to use capabilities
17138# * Added cuf1=^L to tvi925 from deleted variant tvi925a.
17139# * fixed cup in adm22 entry and parametrized strings in vt320-k3.
17140# * added it#8 to entries that used to have :pt: -- tvi912, vi200,
17141# ampex80,
177c0ea7 17142# * Translate all home=\E[;H capabilities to home=\E[H, they're
754b75d2
DL
17143# equivalent.
17144# * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
17145# vt100 and ANSI-like terminals.
17146# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
17147# * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
17148# does this now, too.
17149# * fviewpoint is gone, it duplicated screwpoint.
17150# * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
177c0ea7 17151# ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
754b75d2
DL
17152# versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
17153# The UW vi50 replaces the old one, which becomes vi50adm,
17154# * No more embedded commas in name fields.
17155#
17156# 9.10.0 (Wed Oct 4 15:39:37 EDT 1995):
17157# * XENIX forms characters in fos, trs16, scoansi become acsc strings,
17158# * Introduced klone+* entries for describing Intel-console behavior.
17159# * Linux kbs is default-mapped to delete for some brain-dead reason.
17160# * -nsl -> -ns. The -pp syntax is obsolete.
17161# * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
17162# * Make xterm entry do application-keypad mode again. I got complaints
17163# that it was messing up someone's 3270 emulator.
17164# * Added some longname fields in order to avoid warning messages from
17165# older tic implementations.
45fd9aa5 17166# * According to ctlseqs.ms, xterm has a full vt100 graphics set. Use
754b75d2
DL
17167# it! (This gives us pi, greater than, less than, and a few more.)
17168# * Freeze for ncurses-1.9.6 release.
17169# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
17170# * Add xon to a number of console entries, they're memory-mapped and
17171# don't need padding.
17172# * Correct the use dependencies in the ansi series.
17173# * Hand-translate more XENIX capabilities.
17174# * Added hpterm entry for HP's X terminal emulator.
17175# * Added aixterm entries.
177c0ea7 17176# * Shortened four names so everything fits in 14 chars.
754b75d2
DL
17177#
17178# 9.11.0 (Thu Nov 2 17:29:35 EST 1995):
17179# * Added ibcs2 entry and info on iBCS2 standard.
17180# * Corrected hpa/vpa in linux entry. They still fail the worm test.
17181# * We can handle the HP meml/memu capability now.
17182# * Added smacs to klone entries, just as documentation.
17183# * Carrected ansi.sys and cit-500 entries.
17184# * Added z39, vt320-k311, v220c, and avatar entries.
17185# * Make pcansi use the ansi.sys invis capability.
17186# * Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
17187# tvi925, tvi950, dt80, ncr7900i, h19.
17188# * X3.64 has been withdrawn, change some references.
17189# * Removed function keys from ansi-m entry.
17190# * Corrected ansi.sys entry.
17191# * Freeze for ncurses-1.9.7 release.
17192# 9.11.1 (Tue Nov 6 18:18:38 EST 1995):
17193# * Added rmam/smam capabilities to many entries based on init strings.
17194# * Added correct hpa/vpa to linux.
17195# * Reduced several entries relative to vt52.
17196# 9.11.2 (Tue Nov 7 00:21:06 EST 1995):
17197# * Exiled some utterly unidentifiable custom and homebrew types to the
17198# UFO file; also, obsolete small-screen hardware; also, entries which
17199# look flat-out incorrect, garbled, or redundant. These include the
177c0ea7 17200# following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
754b75d2
DL
17201# tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
17202# apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
177c0ea7
JB
17203# fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
17204# yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
17205# vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
17206# trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
17207# att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
17208# tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
17209# c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
17210# regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
17211# vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
754b75d2
DL
17212# vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
17213# * Corrected pcvt25h as suggested by Brian C. Grayson
17214# <bgrayson@pine.ece.utexas.edu>.
17215# 9.11.3 (Thu Nov 9 12:14:40 EST 1995):
177c0ea7 17216# * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
754b75d2
DL
17217# * Added kent=\EOM to xterm entry.
17218#
17219# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
17220# * Corrected gigi entry.
17221# * Restored cuf/cud1 to xterm, their apparent bugginess was due to
17222# bad hpa/vpa capabilities.
17223# * Corrected flash strings to have a uniform delay of .2 sec. No
17224# more speed-dependent NUL-padding!
17225# * terminfo capabilities in comments bracketed with <>.
17226# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
17227# * Replaced pcvt with the 3.31 pcvt entries.
17228# * Freeze for 1.9.7a.
17229# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
17230# * Added emu entry from the X11R6 contrib tape sources.
17231#
17232# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
17233# * Improved iris-ansi and sun entries.
17234# * More flash string improvements.
17235# * Corrected wy160 & wy160 as suggested by Robert Dunn
177c0ea7 17236# * Added dim to at386.
754b75d2
DL
17237# * Reconciled pc3 and ibmpc3 with the BSDI termcap file. Keith says
17238# he's ready to start using the termcap generated from this one.
17239# * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
17240# ln03, lno3-w, h19-g, z29a*, qdss. Made vt200 an alias of vt220.
17241# * Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
177c0ea7 17242# att610, att620, att630,
754b75d2
DL
17243# * Changed hazeltine name prefix from h to hz.
17244# * Sent t500 to the UFI file.
17245# * I think we've sucked all the juice out of BSDI's termcap file now.
17246# * Freeze for ncurses 1.9.8 release
17247# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
17248# * Unfreeze, linux kbs needed to be fixed.
17249# * Tim Theisen pinned down a bug in the DMD firmware.
17250# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
17251# * Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
17252# (The broken ones had been shadowed by sgr.)
17253# 9.12.3 (Thu Dec 7 17:47:22 EST 1995):
17254# * Added documentation on ECMA-48 standard.
17255# * New Amiga entry.
17256# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
17257# * More ECMA-48 stuff
17258# * Corrected typo in minix entry, added pc-minix.
17259# * Corrected khome/kend in xterm (thank you again, Aaron Ucko).
17260# * Added rxvt entry.
17261# * Added 1.3.x color-change capabilities to linux entry.
17262# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
17263# * Corrected rxvt entry khome/kend.
17264# * Corrected linux color change capabilities.
17265# * NeXT entries from Dave Wetzel.
17266# * Cleaned up if and rf file names (all in /usr/share now).
17267# * Changed linux op capability to avoid screwing up a background color
17268# pair set by setterm.
17269# 9.12.6 (Wed Feb 7 16:14:35 EST 1996):
17270# * Added xterm-sun.
17271# 9.12.7 (Fri Feb 9 13:27:35 EST 1996):
17272# * Added visa50.
17273#
17274# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
17275# * Another sweep through the Shuford archive looking for new info.
17276# * Added dg100 alias to dg6053 based on a comp.terminals posting.
17277# * Added st52 from Per Persson.
17278# * Added eterm from the GNU Emacs 19.30 distribution.
17279# * Freeze for 1.9.9.
17280# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
17281# * FreeBSD console entries from Andrew Chernov.
17282# * Removed duplicate Atari st52 name.
17283# 9.13.2 (Tue May 7 16:10:06 EDT 1996)
17284# * xterm doesn't actually have ACS_BLOCK.
17285# * Change klone+color setf/setb to simpler forms that can be
17286# translated into termcap.
17287# * Added xterm1.
17288# * Removed mechanically-generated junk capabilities from cons* entries.
17289# * Added color support to bsdos.
17290# 9.13.3 (Thu May 9 10:35:51 EDT 1996):
17291# * Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
17292# * Created ecma+color, linux can use it. Also added ech to linux.
17293# * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
17294# * Add descriptions to FreeBSD console entries. Also shorten
17295# some aliases to <= 14 chars for portability.
17296# * Added x68k console
17297# * Added OTbs to several VT-series entries.
17298# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
17299# * screen entry update for 3.7.1 from Michael Alan Dorfman.
17300# 9.13.5 (Wed Jun 5 11:22:41 EDT 1996):
17301# * kterm correction due to Kenji Rikitake.
17302# * ACS correction in vt320-kll due to Phillippe De Muyter.
17303# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
17304# * Sun console entry correction from J.T. Conklin.
17305# * Changed all DEC VT300 and up terminals to use VT300 tab set
17306# 9.13.7 (Mon Jul 8 20:14:32 EDT 1996):
177c0ea7 17307# * Added smul to linux entry (we never noticed it was missing
754b75d2
DL
17308# because of sgr!).
17309# * Added rmln to hp+labels (deduced from other HP entries).
17310# * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
17311# pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
17312# * Corrected vt220 acsc.
17313# * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
17314# this corresponds to reality and helps prevent some tic warnings.
17315# * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
17316# hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
17317# adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
17318# qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
17319# wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
177c0ea7 17320# adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
754b75d2
DL
17321# f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
17322# owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
17323# lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
17324# dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
17325# ifmr, v3220, wy100q, tandem653, ibmaed.
17326# * Added DWK terminal description.
17327# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
17328# * Many entries now have highlights inherited from adm+sgr.
17329# * xterm entry now corresponds to XFree86 3.1.2E, with color.
17330# * xtitle and xtitle-twm enable access to the X status line.
17331# * Added linux-1.3.6 color palette caps in conventional format.
17332# * Added adm1178 terminal.
17333# * Move fos and apollo terminals to obsolete category.
17334# * Aha! The BRL terminals file told us what the Iris extensions mean.
17335# * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
17336# commodore, cdc721-esc, excel62, osexec. Replaced from the BRL file:
177c0ea7 17337# cit500, adm11.
754b75d2
DL
17338# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
17339# * Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
17340# aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
17341# * Corrected, from BRL termcap file: vi50.
17342# * Better rxvt entry & corrected xterm entries from Thomas Dickey.
17343# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
17344# * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
17345# att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
17346# (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
17347# tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
17348# apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
17349# * Paired-attribute fixes to various terminals.
17350# * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
17351# * xterm entry corrections from Thomas Dickey.
17352# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
17353# * Added t916 entry, translated from a termcap in SCO's support area.
17354# * New qnx entry from Michael Hunter.
17355# 9.13.12 (Mon Aug 5 14:31:11 EDT 1996):
17356# * Added hpex2 from Ville Sulko.
17357# * Fixed a bug that ran the qnx and pcvtXX together.
17358# 9.13.13 (Fri Aug 9 01:16:17 EDT 1996):
17359# * Added dtterm entry from Solaris CDE.
17360# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
17361# * corrected pairs#8 typo in dtterm entry.
17362# * added tvi9065.
17363# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
177c0ea7 17364# * updated xterm entry to cover 3.1.2E's new features.
754b75d2
DL
17365# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
17366# * Added new minix entry
17367# * Removed aliases of the form ^[0-9]* for obsolete terminals.
17368# * Commented out linux-old, nobody's using pre-1.2 kernels now.
17369# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
17370# * Added Prism entries and kt7ix.
17371# * Caution notes about EWAN and tabset files.
17372# * Changed /usr/lib/tabset -> /usr/share/tabset.
17373# * Added acsc/rmacs/smacs to vt52.
17374# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
17375# * Merged in Thomas Dickey's reorganization of the xterm entries;
17376# added technical corrections to avoid warning messages.
17377# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
17378# * Added rmso=\E[27m in Linux entry.
17379# * Added koi8-r support for Linux console.
17380# * Replace xterm entries with canonical ones from XFree86 3.2.
17381# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
17382# * Added color_xterm from Jacob Mandelson
17383# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
17384# * Back off the xterm entry to use r6 as a base.
17385# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
17386# * Added dec-vt220 at Adrian Garside's request.
17387# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
17388# * Replaced minitel-2 entry.
17389# * Added MGR, ansi-nt.
17390# * Minor corrections to xterm entries.
17391# * Replaced EWAN telnet entry.
17392# * Dropped the reorder script generator. It was a fossil.
17393# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
17394# * Thorsten Lockert added termcap `bs' to a lot of types, working from
17395# the 4.4BSD Lite2 file.
17396# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
17397# * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
17398# * Updated iris-ansi; corrected vt102-w.
17399# * Switch base xterm entry to 3.3 level.
17400# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
17401# * Added basic4.
17402# * Removed rmir/smir from tv92B.
17403#
17404# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
17405# * add hds200 description (Walter Skorski)
17406# * add beterm entry (Fred Fish)
17407# * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
17408# iris-color entries.
17409# * add emx entries.
17410# * Replaced unixpc entry with Benjamin Sittler's corrected version.
17411# * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
17412# versions.
17413# * remove sgr string from qnx based on report by Xiaodan Tang
17414# * Added u8/u9, removed rmul/smul from sun-il.
17415# * 4.2 tic displays \0 rather than \200.
17416# * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
17417# apparently based on cp-866).
17418# * Merged in Pavel Roskin's acsc for linux-koi8
45fd9aa5 17419# * Corrected some erroneous \\'s to \.
754b75d2
DL
17420# * 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
17421# * II -> ii in pcvtXX, screen, xterm.
17422# * Removed \n chars following ANSI escapes in sgr & friends.
17423# * Updated Wyse entries.
17424# * h19 corrections from Tim Pierce.
17425# * Noted that the dm2500 has both ich and smir.
17426# * added pccons for the Alpha under OSF/1.
17427# * Added Sony NEWS workstation entries and cit101e-rv.
17428# * Reverted `amiga'; to Kent Polk's version, as I'm told
17429# the Verkuil entry messes up with Amiga Telnet.
17430# 10.2.1 (Sun Mar 8 18:32:04 EST 1998):
17431# * Corrected attributions in 10.2.0 release notes.
17432# * Scanned the Shuford archive for new terminfos and information.
17433# * Removed sgr from qnx entry (Thomas Dickey).
17434# * Added entries for ICL and Kokusai Data Systems terminals.
17435# * Incorporated NCR terminfos from the Boundless Technology FTP site.
17436# * Incorporated att700 from the Boundless Technology FTP site.
17437# * Miscellaneous contact-address and Web-page updates.
45fd9aa5
EZ
17438#
17439# 1998/5/9
754b75d2
DL
17440# * add nxterm and xterm-color terminfo description (request by Cristian
17441# Gafton <gafton@redhat.com>).
45fd9aa5 17442# * modify rxvt terminfo description to clear alternate screen before
754b75d2
DL
17443# switching back to normal screen, for compatibility with applications
17444# which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
45fd9aa5 17445# * modify linux terminfo description to reset color palette (reported
754b75d2 17446# by Telford Tendys <telford@eng.uts.edu.au>).
45fd9aa5
EZ
17447#
17448# 1998/7/4
17449# * merge changes from current XFree86 xterm terminfo descriptions.
17450#
17451# 1998/7/25
754b75d2
DL
17452# * Added minitel1 entries from Alexander Montaron.
17453# * Added qnxt2 from Federico Bianchi.
754b75d2 17454# * Added arm100 terminfo entries from Dave Millen.
45fd9aa5
EZ
17455#
17456# 1998/8/6
17457# * Added ncsa telnet entries from Francesco Potorti
17458#
17459# 1998/8/15
17460# * modify ncsa telnet entry to reflect color, other capabilities based on
17461# examination of the source code - T.Dickey.
17462#
17463# 1998/8/22
17464# * Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
17465#
17466# 1998/8/29
17467# * Added Francesco Potorti's tuned Wyse 99 entries.
17468# * dtterm enacs correction from Alexander V. Lukyanov.
17469# * Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
17470# * correct a typo in icl6404 entry.
17471# * add xtermm and xtermc
17472#
17473# 1998/9/26
17474# * format most %'char' sequences to %{number}
17475# * adapt IBM AIX 3.2.5 terminfo - T.Dickey
17476# * merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
17477#
17478# 1998/10/10
17479# * update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
17480# * correct initialization string in xterm-r5, add misc other features
17481# to correspond with xterm patch 84 - TD
17482#
17483# 1998/12/19
17484# * update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
17485# * add Mathew Vernon's mach console entries
17486# * corrections for ncsa function-keys (report by Larry Virden)
17487#
17488# 1998/12/19
17489# * change linux to use ncv#2, since underline does not work with color - TD
17490#
17491# 1999/1/9
17492# * add kbt to iris-ansi, document other shift/control functionkeys - TD
17493# * correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
17494# application modes, change kent to use the correct keypad code - TD
17495#
17496# 1999/1/10
17497# * add entry for Tera Term - TD
17498#
17499# 1999/1/23
17500# * minor improvements for teraterm entry - TD
17501# * rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
17502# and bsdos-bold to bsdos-pc (Jeffrey C Honig)
17503#
17504# 1999/2/20
17505# * resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
17506# xterm and ncsa entries by removing the unneeded ones. Note that
17507# some entries will return kend & khome versus kslt and kfnd, for
17508# PC-style keyboards versus strict vt220 compatiblity - TD
17509#
17510# 1999/3/13
17511# * adjust xterm-xfree86 khome/kend to match default PC-style keyboard
17512# tables - TD
17513# * add 'crt' entry - TD
17514# * correct typos in 'linux-c' entry - TD
17515#
17516# 1999/3/14
17517# * update entries for BSD/OS console to use klone+sgr and klone+color
17518# (Jeffrey C Honig)
17519#
17520# 1999/3/27
17521# * adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
17522#
17523# 1999/4/10
17524# * add linux-lat, from RedHat patches to ncurses 4.2
17525#
17526# 1999/4/17
17527# * add complete set of default function-key definitions for scoansi - TD.
17528#
17529# 1999/7/3
17530# * add cnorm, cvvis for Linux 2.2 kernels
17531#
17532# 1999/7/24
17533# * add kmous to xterm-r5 -TD
17534# * correct entries xterm+sl and xterm+sl-twm, which were missing the
17535# parent "use" clause -TD
17536#
17537# 1999/7/31
17538# * corrected cnorm, added el1 in 'screen' description -TD
17539#
17540# 1999/8/14
17541# * add ms-vt100 -TD
17542#
17543# 1999/8/21
17544# * corrections to beterm entry -TD
17545#
17546# 1999/8/28
17547# * add cygwin entry -TD
17548#
17549# 1999/9/4
17550# * minor corrections for beterm entry -TD
17551#
17552# 1999/9/18
17553# * add acsc string to HP 70092 terminfo entry -Joerg Wunsch
17554#
17555# 1999/9/25
17556# * add amiga-8bit entry
17557# * add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
17558# rcons-color, based on
17559# ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
17560# * add alias for iris-ansi-net
17561#
17562# 1999/10/2
17563# * corrected scoansi entry's acsc, some function keys, add color -TD
17564#
17565# 1999/10/23
17566# * add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
17567# * reorder ncsa entries to make ncsa-vt220 use the alternate function
17568# key mapping, leaving Potorti's entries more like he named them -TD
17569# * remove enter/exit am-mode from cygwin -TD
17570#
17571# 1999/10/30
17572# * correct typos in several entries (missing '[' from CSI):
17573# mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
17574# strings for avt-ns -TD
17575# * add 'dim' to ncv mask for linux (report by Klaus Weide).
17576#
17577# 1999/11/27
17578# * correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
17579# * add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
17580# * add xterm-88color and xterm-256color -TD
17581#
17582# 1999/12/4
17583# * add "obsolete" termcap strings -TD
17584# * add kvt and gnome entries -TD
17585#
17586# 1999/12/11
17587# * correct cup string for regent100 -TD
17588#
17589# 2000/1/1
17590# * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
17591# * add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
17592# * change OTrs capabilities to rs2 -TD
17593# * add obsolete and extended capabilities to 'screen' -TD
17594#
17595# 2000/1/5
17596# * remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
17597# with kf10 -TD
17598# * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
17599# and adding kcbt -TD
17600#
17601# 2000/1/12
17602# * remove incorrect khome/kend from xterm-xf86-v333, which was based on
17603# nonstandard resource settings -TD
17604#
17605# 2000/2/26
17606# * minor fixes for xterm-*, based on Debian #58530 -TD
17607#
17608# 2000/3/4
17609# * add several terminal types from esr's "11.0", as well as comments.
17610# bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
17611# vt220-8bit, vt220-old, wy85-8bit
17612#
17613# 2000/3/18
17614# * add several terminal types from esr's "11.0.1" (ansi-*).
17615# * update OTxx capabilities for changes on 2000/3/4.
17616# * revert part of vt220 change (request by Todd C Miller for OpenBSD)
17617#
17618# 2000/3/26
17619# * move screen's AX extension to ecma+color, modify several entries to
17620# use that, adjusting ncv as needed -TD
17621#
17622# 2000/4/8
17623# * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
17624# * correct spelling error in entry name: bq300-rv was given as bg300-rv
17625# in esr's version.
17626#
17627# 2000/4/15
17628# * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
17629# * correct color definition for ibm3164, make minor changes to other
17630# IBM terminal definitions based on recent terminfo descriptions -TD
17631#
17632# 2000/4/22
17633# * add mgterm, from NetBSD -TD
17634# * add alias sun-cgsix for sun-ss5 as per NetBSD
17635# * change cons25w to use rs2 for reset rather than rs1 -TD
17636# * add rc/sc to aixterm based on manpage -TD
17637#
17638# 2000/5/13
17639# * remove ncv from xterm-16color, xterm-256 color
17640#
17641# 2000/6/10
17642# * add kmous capability to linux to use Joerg Schoen's gpm patch.
17643#
17644# 2000/7/1
17645# * add Eterm (Michael Jennings)
17646#
17647# 2000-07-18
17648# * add amiga-vnc entry.
17649#
17650# 2000-08-12
17651# * correct description of Top Gun Telnet.
17652# * add kterm-color
17653#
17654# 2000-08-26
17655# * add qansi* entries from QNX ftp site.
17656#
17657# 2000-09-16
17658# * add Matrix Orbital entries by Eric Z. Ayers).
17659# * add xterm-basic, xterm-sco entries, update related entries to XFree86
17660# 4.0.1c -TD
17661#
17662# 2000-09-17
17663# * add S0, E0 extensions to screen's entry -TD
17664#
17665# 2000-09-23
17666# * several corrections based on tic's new parameter-checking code -TD
17667# * modify xterm-r6 and similar rs2 sequences which had \E7...\E8
17668# bracketing sequences that reset video attributes (\E8 would restore
17669# them) -TD
17670#
17671# 2000-11-11
17672# * rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
17673#
17674# 2000-12-16
17675# * improved scoansi, based on SCO man-page, and testing console,
17676# scoterm with tack -TD
17677#
17678# 2001-01-27
17679# * modify kterm to use acsc via SCS controls.
17680#
17681# 2001-02-10
17682# * screen 3.9.8 allows xterm mouse controls to pass-through
17683#
17684# 2001-03-11
17685# * remove spurious "%|" from some xterm entries.
17686#
17687# 2001-03-31
17688# * modify 'screen' khome/kend to match screen 3.09.08
17689# * add examples of 'screen' customization (screen.xterm-xfree86,
17690# screen.xterm-r6, screen.teraterm) -TD
17691#
17692# 2001-04-14
17693# * correct definitions of shifted editing keys for xterm-xfree86 -TD
17694# * add "Apple_Terminal" entries -Benjamin Sittler
17695# * remove time-delays from "Apple_Terminal" entries -TD
17696# * make sgr entries time-delays consistent with individual caps -TD
17697#
17698# 2001-05-05
17699# * corrected/updated screen.xterm-xfree86
17700#
17701# 2001-05-19
17702# * ELKS descriptions, from Federico Bianchi
17703# * add u6 (CSR) to Eterm (Michael Jennings).
17704#
17705# 2001-07-21
17706# * renamed "Apple_Terminal" entries to "nsterm" to work with Solaris's
17707# tic which handles names no longer than 14 characters. Add
17708# corresponding descriptions for the Darwin PowerPC console named
17709# "xnuppc" -Benjamin Sittler
17710#
17711# 2001-09-01
17712# * change kbs in mach entries to ^? (Marcus Brinkmann).
17713#
17714# 2001-11-17
17715# * add "putty" entry -TD
17716# * updated "Apple_Terminal" entries -Benjamin Sittler
17717#
17718# 2001-11-24
17719# * add ms-vt100-color entry -TD
17720# * add "konsole" entries -TD
17721#
17722# 2001-12-08
17723# * update gnome entry to Redhat 7.2 -TD
754b75d2
DL
17724#
17725# The following sets edit modes for GNU EMACS.
1bac2ebb
DL
17726# Local Variables:
17727# fill-prefix:"\t"
17728# fill-column:75
754b75d2
DL
17729# comment-column:0
17730# comment-start-skip:"^#+"
17731# comment-start:"# "
45fd9aa5 17732# compile-command:"tic -c terminfo.master"
1bac2ebb
DL
17733# End:
17734######## SHANTIH! SHANTIH! SHANTIH!