Lines Matching +full:a +full:- +full:oq +full:- +full:z
7 # bug-ncurses@gnu.org
13 # is a "newer" version which differs in some cosmetic details (but actually
15 # unless there is also a change in content.
19 # under the ncurses MIT-style license. That was the effect of the agreement
25 # It would also be a nuisance to split the file into unknown/known authorship
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
61 # termcap file, but also large numbers of vendor-maintained termcap and
70 # This file uses only the US-ASCII character set (no ISO8859 characters).
72 # This file assumes a US-ASCII character set. If you need to fix this, start
73 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
74 # for your character set. \E(A and \E)A enables the British character set
77 # In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
78 # C1 characters are considered the first-byte set of the Japanese encodings,
88 # ncurses suite; it differs from stock (System V-compatible) terminfo only
89 # in that it admits a group of capabilities (prefixed `OT') equivalent to
92 # you have ncurses `tic -I' is nicer (among other things, it automatically
93 # outputs entries in a canonical form).
96 # using tic -C. This filtering leaves in the OT capabilities under their
97 # original termcap names. All translated entries fit within the 1023-byte
98 # string-table limit of archaic termcap libraries except where explicitly
123 # A detailed change history is included at the end of this file.
127 # Comments in this file begin with # - they cannot appear in the middle
128 # of a terminfo/termcap entry (this feature had to be sacrificed in order
131 # placing a period between the colon and the capability name.
138 # to see a listing of section headings. The intent of the divisions is
139 # (a) to make it easier to find things, and (b) to order the database so
140 # that important and frequently-encountered terminal types are near the
141 # front (so that you'll get reasonable search efficiency from a linear
150 # type, last entry is a verbose description. Others are mnemonic synonyms for
153 # Terminal names look like <manufacturer> <model> - <modes/options>
154 # The part to the left of the dash, if a dash is present, describes the
162 # -2p Has two pages of memory. Likewise 4p, 8p, etc.
163 # -am Enable auto-margin.
164 # -m Monochrome. Suppress color support
165 # -mc Magic-cookie. Some terminals (notably older Wyses) can
166 # only support one attribute without magic-cookie lossage.
169 # -nam No auto-margin - suppress <am> capability
170 # -nl No labels - suppress soft labels
171 # -ns No status line - suppress status line
172 # -rv Terminal in reverse video mode (black on white)
173 # -s Enable status line.
174 # -vb Use visible bell (<flash>) rather than <bel>.
175 # -w Wide - in 132 column mode.
176 # If a name has multiple suffixes and one is a line height, that one should
177 # go first. Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.
182 # To avoid search clashes, some older all-numeric names for terminals have
186 # Comments marked "esr" are mostly results of applying the termcap-compiler
189 # composers. In a few cases, I was able to deduce corrected forms for garbled
203 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
205 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
206 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
210 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
212 # The cursor position request (<u7>) string should elicit a cursor position
213 # report. A typical value (for VT100 terminals) is \E[6n.
216 # answerback string. The string may contain the following scanf(3)-like
222 # The cursor position report (<u6>) string must contain two scanf(3)-style
227 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
236 # Standard for Linux and open-source BSD systems. Some vendors (notably Sun)
240 # is an issue, you will have to hand-patch the file locations before compiling
245 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
246 # character-cell terminals are increasingly replaced by X displays, much of
247 # this file is becoming a historical document (this is part of the reason for
252 # contact data (Internet address and/or snail-mail + phone).
255 # the file do in fact become a potted history of VDT technology as seen by
257 # include its live/dead/out-of-the-business status, and for as many
263 # wisdom about them gets lost. If you know a lot about obscure old terminals,
272 # The BSD ancestor of this file had a standard Regents of the University of
275 # Some information has been merged in from a terminfo file SCO distributes.
281 # serve, putting one on a termcap/terminfo file with hundreds of anonymous
282 # contributors makes about as much sense as copyrighting a wall-full of
283 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
286 # If you claim you own it, you will merely succeed in looking like a fool.
301 # terminal are the lowest common denominator - they look about like a ti 700.
304 dumb|80-column dumb tty,
326 # ^D acts as a line break (just like newline).
329 # for compatibility with xterm -TD
334 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
336 # See the end-of-file comment for more on these.
339 # ANSI capabilities are broken up into pieces, so that a terminal
341 ansi+local1|ANSI normal-mode cursor-keys,
342 cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A,
343 ansi+local|ANSI normal-mode parameterized cursor-keys,
346 ansi+tabs|ANSI tab-stops,
347 cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[3g,
348 ansi+inittabs|ANSI initial tab-stops,
352 ansi+rca|ANSI relative cursor-addressing (1-based),
354 ansi+rca2|ANSI relative cursor-addressing,
356 ansi+cup|ANSI absolute cursor-addressing,
358 ansi+rep|ANSI repeat-character,
359 rep=%p1%c\E[%p2%{1}%-%db,
368 ansi+arrows|ANSI normal-mode home and cursor-keys,
369 kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
371 ansi+apparrows|ANSI application-mode home and cursor-keys,
393 # ECMA-48 does not specify scroll-regions, but most people consider it to be
394 # "ANSI" because it is widely-supported. See ecma+index for the standard form.
395 ansi+csr|ANSI scroll-region plus cursor save & restore,
401 # printer as you move off that line, e.g., by a carriage return.
410 # ROM graphics for control characters such as the diamond, up- and down-arrow.
411 # This works with the System V, Linux, and BSDI consoles. It's a safe bet this
413 # from the ANSI.SYS de-facto standard.
415 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j
417 \301w\302x\263y\363z\362{\343|\330}\234~\376,
422 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>,
423 # <rmul=\E[24m>, but this isn't a documented feature of ANSI.SYS.
443 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),
449 # KOI8-R (RFC1489) acs (alternate character set)
452 acsc=+\020\,\021-\036.^_0\215`\004a\237f\234g\232h\222i
454 \206u\207v\210w\211x\201y\230z\231{\267|\274}L~
464 # They match a subset of ECMA-48.
465 klone+color|color control for ansi.sys and ISO6429-compatible displays,
469 # This is better than klone+color, it doesn't assume white-on-black as the
471 ecma+color|color control for ECMA-48-compatible terminals,
475 ecma+italics|ECMA-48 italics,
478 # Attribute control for ECMA-48-compatible terminals
479 ecma+sgr|attribute capabilities for true ECMA-48 terminals,
482 ecma+strikeout|ECMA-48 strikeout/crossed-out,
485 # ECMA-48 does not include the VT100 indexing and scroll-margins. It has its
487 ecma+index|ECMA-48 scroll up/down,
495 cbt=\E[Z, clear=\Ec, cub1=\E[1D, cud1=\E[1B, cuf1=\E[1C,
496 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch=\E[%p1%dP,
502 #### ANSI/ECMA-48 terminals and terminal emulators
507 # This section lists entries in a least-capable to most-capable order.
511 # ansi-mr is for ANSI terminals with ONLY relative cursor addressing
514 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
515 ansi-mr|mem rel cup ANSI,
520 # ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
522 ansi-mini|any ANSI terminal with pessimistic assumptions,
527 # ansi-mtabs adds relative addressing and minimal tab support
528 ansi-mtabs|any ANSI terminal with pessimistic assumptions (relative addressing),
530 ht=^I, use=ansi-mini, use=ansi+local1,
536 # not to require any -- even at 9600 bps. If you encounter problems,
542 # Please make the appropriate adjustments to fit your needs -- that is
558 # (Added vt100 <rc>,<sc> to quiet a tic warning --esr)
569 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
579 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ANSI (mono mode),
585 use=klone+sgr-dumb,
587 pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode),
588 lines#25, use=pcansi-m,
589 pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode),
590 lines#33, use=pcansi-m,
591 pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode),
592 lines#43, use=pcansi-m,
594 pcansi|ibm-pc terminal programs claiming to be ANSI,
595 use=klone+color, use=pcansi-m,
596 pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines,
598 pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines,
600 pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines,
603 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
604 # If you want pound signs rather than dollars, replace `B' with `A'
607 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
611 kcbt=\E[Z, kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S,
612 rep=%p1%c\E[%p2%{1}%-%db, s0ds=\E(B, s1ds=\E)B,
614 use=ecma+index, use=pcansi-m,
616 # ECMA-48 addresses three of the four capabilities here:
618 # u6 -
619 # 8.3.14 CPR - ACTIVE POSITION REPORT
624 # 8.3.35 DSR - DEVICE ST A TUS REPORT
628 # request a status report from the receiving device, depending on the
630 # 6 a report of the active presentation position or of the active data
633 # u9 -
634 # 8.3.24 DA - DEVICE ATTRIBUTES
637 # With a parameter value not equal to 0, DA is used to identify the
638 # device which sends the DA. The parameter value is a device type
639 # identification code according to a register which is to be established.
641 # from a device.
643 # DEC (and most "ANSI") terminals reply with a private-mode ("?") sequence,
644 # but that register "which is to be" in ECMA-48 was never established.
645 # For terminals that support DA1, a more specific u8 capability is preferred,
656 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
657 # standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
659 ansi|ansi/pc-term compatible with color,
660 use=ansi+enq, use=ecma+color, use=klone+sgr8, use=ansi-m,
662 # ansi-generic is a vanilla ANSI terminal. This is assumed to implement
669 ansi-generic|ansiterm|generic ANSI standard terminal,
682 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
686 # Chapter 13, "Using Extended Screen and Keyboard Control" -TD
687 ansi.sys-old|ANSI.SYS under PC-DOS 2.0,
709 # shifted f-keys: F13-F24
710 # control f-keys: F25-F36
711 # alt f-keys: F37-F48
715 # <pfkey> capability for F1-F48 -TD
721 kf17=\0X, kf18=\0Y, kf19=\0Z, kf2=\0<, kf20=\0[, kf21=\0\\,
723 kf27=\0`, kf28=\0a, kf29=\0b, kf3=\0=, kf30=\0c, kf31=\0d,
727 kf47=\0\213, kf48=\0\214, kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B,
729 pfkey=\E[0;%?%p1%{11}%<%t%':'%e%p1%{13}%<%t%'z'%e%p1%{23}%<
732 use=ansi+arrows, use=ansi.sys-old,
735 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
737 # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
739 # or others using <smkx>/<rmkx>, the keypad will not be defined as per PC-DOS.
743 # Note that <kcub1> is always BS, because PC-dos can tolerate this change.
746 # actually useful because it sends ^@ O, which beeps and opens a line above).
747 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi,
748 is2=U2\sPC-DOS\s3.1\sANSI.SYS\swith\skeypad\sredefined\sfor
749 \svi\s9-29-86\n\E[;75;8p,
757 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS,
759 is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n,
763 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi,
765 is2=U4\sPC-DOS\sPublic\sDomain\sNANSI.SYS\swith\skeypad
766 \sredefined\sfor\svi\s9-29-86\n\E[;75;8p,
771 # From Guido Flohr <gufl0000@stud.uni-sb.de>.
773 tw52|tw52-color|Toswin window manager with color,
785 use=tw52-m,
786 tw52-m|Toswin window manager monochrome,
792 smso=\EyQ, smul=\EyH, use=at-m,
794 lines#30, use=at-color,
795 st52-color|at-color|atari-color|atari_st-color|Atari ST with color,
820 st52|st52-m|at|at-m|atari|atari-m|atari_st|atarist-m|Atari ST,
829 smso=\Ep, use=vt52-basic,
833 acsc=++\,\,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxy
859 # The entries for stv52 and stv52pc probably need a revision.
872 smul=\EyH, use=vt52-basic,
876 acsc=+\257\,\256-\^.v0\333I\374`\177a\260f\370g\361h\261j
877 \331k\277l\332m\300n\305o\377p-q\304r-s_t+u+v+w+x\263y
878 \363z\362{\343|\366}\234~\371,
888 smul=\EyH, use=vt52-basic,
890 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
891 atari-old|Atari st,
898 # UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode
902 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, use=vt220-base,
908 st52-old|Atari ST with VT52 emulation,
917 kf5=\E#?, kf6=\E#@, kf7=\E#A, kf8=\E#B, kf9=\E#C, khome=\E#G,
933 kf7=\E[17~, kf8=\E[18~, kf9=\E[19~, khome=\E[1~, kspd=^Z,
952 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
953 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
959 # string F26 ="\033[Z"
961 # * This has to use a key slot which is unfortunate (any unused one will *
962 # * do, F26 is the higher-numbered one). The change ought to be built *
970 linux-basic|Linux console (basic),
973 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
975 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
979 ht=^I, hts=\EH, ind=\n, kb2=\E[G, kbs=^?, kcbt=\E[Z, kf1=\E[[A,
982 kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kmous=\E[M, kspd=^Z,
995 linux+sfkeys|shifted function-keys for Linux console,
999 linux-m|Linux console no color,
1005 # The 1.3.x kernels add color-change capabilities; if yours doesn't have this
1007 # not supposedly back-portable to older SV curses (although it has worked fine
1010 linux-c-nc|Linux console with color-change,
1014 oc=\E]R, use=linux-basic,
1016 linux-c|Linux console 1.3.6+ for older ncurses,
1018 initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}
1019 %*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'
1020 %+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'
1022 %{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx
1023 %{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p4%{255}%*%{1000}
1024 %/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx
1025 %d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx
1027 oc=\E]R, use=linux-basic,
1031 # The 2.2.x kernels add a private mode that sets the cursor type; use that to
1032 # get a block cursor for cvvis.
1033 # reported by Frank Heckenbach <frank@g-n-u.de>.
1036 cvvis=\E[?25h\E[?8c, use=linux-c-nc,
1038 # release 2.6: 2003/12 - 2004/12
1040 # Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:
1050 # The fix for SI/SO is part of a configurable (i.e., "optional") kernel feature
1052 # omits the line-drawing using SI/SO, but also part/all of the Unicode feature:
1054 # https://cateee.net/lkddb/web-lkddb/CONSOLE_TRANSLATIONS.html
1068 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
1076 # It is the same as xterm's erase-saved-lines feature.
1083 # provided a default mapping for shift-tab to the (misnamed) Meta_Tab, i.e.,
1084 # the same as Alt-Tab.
1086 # The suggested mapping for the conventional \E[Z is provided in this entry as
1087 # an extended key to lessen user surprise -TD
1089 kcbt=\E^I, E3=\E[3J, kcbt2=\E[Z, use=linux2.6,
1105 linux-nic|Linux with ich/ich1 suppressed for non-curses programs,
1108 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
1110 linux-koi8|Linux with koi8 alternate character set,
1111 acsc=+\020\,\021-\030.^Y0\215`\004a\221f\234g\237h\220i
1113 \211w\210x\201y\230z\231{\267|\274~\224,
1116 # Another entry for KOI8-r with Qing Long's acsc.
1118 linux-koi8r|Linux with koi8-r alternate character set,
1122 linux-lat|Linux with latin1 or latin2 alternate character set,
1123 acsc=+\020\,\021-\030.^Y0\333`\004a\013f\370g\361h\260i
1125 \215v\301w\302x\205y\363z\362{\343|\330}\234~\376,
1131 linux-vt|Linux console using VT codes for graphics,
1132 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
1142 # console terminfo. It recognizes some non-ANSI/VT100 sequences such as
1148 # Note: The status-line support is buggy (dsl does not work).
1157 kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
1161 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kspd=^Z,
1175 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
1181 # comprising the escape-sequence parsing. The copyright notice on that
1194 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
1196 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
1203 # 16-color linux console entry; this works with a 256-character
1205 # you use a 512-character console font. This uses bold for bright
1208 # Interestingly, the original version of this entry in 2009 used a documented
1211 # console driver to make it ignore SGR 21 because the ECMA-48 standard
1212 # suggested a different use for that particular code:
1214 # https://github.com/torvalds/linux/commit/65d9982d7e523a1a8e7c9af012da0d166f72fc56#diff-7da3c215d1…
1216 # Two years later, someone (unfamiliar with ECMA-48 this time) documented it:
1218 # https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/man4/console_codes.4?id=a133a6…
1220 # For background, refer to the report on bug-ncurses:
1222 # https://lists.gnu.org/archive/html/bug-ncurses/2019-10/msg00059.html
1223 linux-16color|Linux console with 16 colors,
1230 # Implementation is in bogl-term.c
1234 # bterm only supports acs using wide-characters, has case for these: qjxamlkut
1235 # bterm does not support sgr, since it only processes one parameter -TD
1241 el=\E[K, home=\E[H, ind=\n, kb2=\E[G, kbs=^?, kcbt=\E[Z,
1242 kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
1247 kmous=\E[M, kspd=^Z, nel=\r\n, op=\E[49m\E[39m, rev=\E[7m,
1269 mach-bold|Mach console with bold instead of underline,
1271 mach-color|Mach console with ANSI color,
1280 # Added nel, hpa, sgr and removed rmacs, smacs based on source -TD
1281 mach-gnu|GNU Mach,
1282 acsc=+>\,<-\^.v0\333`+a\261f\370g\361h\260i#j\331k\277l
1284 \263y\363z\362{\343|\330}\234~\376,
1292 mach-gnu-color|GNU Mach console with ANSI color,
1295 setaf=\E[3%p1%dm, use=mach-gnu,
1302 # hurd uses 8-bit characters (km).
1319 # This is a GNU extension.
1321 # The original has commented-out ncv, but is restored here.
1327 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
1329 bel=^G, cbt=\E[Z, clear=\Ec, cr=\r, cub1=^H, cvvis=\E[34l,
1332 kb2=\E[G, kbs=^?, kcbt=\E[Z, kf1=\EOP, kf10=\E[21~,
1337 khome=\E[1~, kmous=\E[M, kspd=^Z, nel=\r\n, op=\E[39;49m,
1355 # right corner without triggering a scroll. The ncurses terminfo library can
1363 acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t
1430 # allow an application running on a color console to behave as if it
1431 # were a monochrome terminal. Output will be through stdout instead of
1439 # From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
1448 qansi-g|QNX ANSI,
1463 kcan=\E[S, kcbt=\E[Z, kclo=\ENc, kclr=\ENa, kcmd=\E[G,
1464 kcpy=\E[g, kctab=\E[z, kdch1=\E[P, kdl1=\E[p, kend=\E[Y,
1476 khts=\ENb, kich1=\E[@, kil1=\E[`, kind=\E[a, kmov=\ENi,
1497 daisy, xhpa, use=qansi-g,
1499 qansi-t|QNX ANSI without console writes,
1502 qansi-m|QNX ANSI with mouse,
1509 qansi-w|QNX ANSI for windows,
1510 xvpa, use=qansi-m,
1514 # SCO console and SOS-Syscons console for 386bsd
1517 # :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
1518 # :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
1521 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
1522 # on the <smacs>=\E[12m -- esr)
1524 # klone+sgr-dumb is an error since the acsc does not match -TD
1528 # F13-F24 are shifted F1-F12
1529 # F25-F36 are control F1-F12
1530 # F37-F48 are shift+control F1-F12
1542 scoansi-old|SCO Extended ANSI standard crt (5.0.5),
1545 acsc=+/\,.-\230.\2310[5566778899::;;<<==>>FFGGHHIIJJKKLLMMNN
1548 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z,
1554 kcbt=\E[Z, kdch1=^?, kend=\E[F, kf1=\E[M, kf10=\E[V,
1555 kf11=\E[W, kf12=\E[X, kf13=\E[Y, kf15=\E[a, kf16=\E[b,
1561 kf4=\E[P, kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\,
1571 scoansi-new|SCO Extended ANSI standard crt (5.0.6),
1583 use=scoansi-old,
1586 use=scoansi-old,
1590 # Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
1591 # from SGI's terminfo database. SGI's entry shows F9-F12 with the codes
1592 # for the application keypad mode. We have added iris-ansi-ap rather than
1595 # (iris-ansi: added rmam/smam based on init string -- esr)
1599 # include the shift- and control-functionkeys:
1601 # F1-F12 generate different codes when shift or control modifiers are used.
1605 # control-F1 \E[025q
1607 # In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
1611 # control-up \E[162q
1612 # control-down \E[165q
1613 # control-left \E[159q
1614 # control-right \E[168q
1616 # shift-up \E[161q
1617 # shift-down \E[164q
1618 # shift-left \E[158q
1619 # shift-right \E[167q
1621 # control-tab \[072q
1623 iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100),
1633 kRIT=\E[167q, kSPD=\E[218q, kcbt=\E[Z, kdch1=^?,
1644 iris-ansi-ap|IRIS ANSI in application-keypad mode,
1645 is2=\E[?1l\E=\E[?7h, kent=\EOM, use=iris-ansi,
1647 # From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
1649 iris-color|xwsh|IRIX ANSI with color,
1655 use=iris-ansi-ap,
1662 # were prepared based on information contained in the OpenBSD-4.9
1665 # Added bce based on testing with tack -TD
1666 # Added several capabilities to pccon+base, reading wsemul_vt100_subr.c -TD
1667 # Changed kbs to DEL and removed keys that duplicate stty settings -TD
1671 # no 8-bit controls
1688 acsc=+>\,<-\^.v0#`+a:f\\h#i#j+k+l+m+n+o~p-q-r-s_t+u+v+w+x|y#
1689 z#{*|!}#~o,
1718 pccon0-m|OpenBSD PC console without colors & with simple ASCII pseudographics,
1721 use=pccon0-m, use=pccon+colors,
1722 pccon-m|OpenBSD PC console without colors,
1726 use=pccon-m, use=pccon+colors,
1731 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
1734 # Then I dropped all the pseudo-HP entries. we don't want and can't use
1735 # the :Xs: flag. Then I split :is: into a size-independent <is1> and a
1736 # size-dependent <is2>. Finally, I added <rmam>/<smam> -- esr)
1744 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
1764 # termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1786 # termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1807 # OpenBSD implements a color variation
1808 pcvt25-color|DEC VT220 emulation with 25 lines and color,
1817 # Terminfo entries to enable the use of the ncurses library in colour on a
1818 # NetBSD-arm32 console (only tested on a RiscPC).
1821 # typo in invis - TD
1822 arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480),
1827 cuf1=\E[C$<2>, cuu1=\E[A$<2>, invis=\E[8m$<2>, ka1=\E[q,
1840 arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768),
1843 # NetBSD/x68k console VT200 emulator. This port runs on a 68K machine
1846 x68k|x68k-ite|NetBSD/x68k ITE,
1848 kbs=^?, kclr=\E[9~, khlp=\E[28~, use=vt220-base,
1860 cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P,
1864 kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\233P,
1879 # that "vt220" is inaccurate. There are a few VT220-features, but most of the
1881 # identifies itself (primary DA response) as a VT220 with selective erase. But
1884 # the level of detail in a termcap, it is a passable emulator, since ECH does
1885 # work. Don't use it on a VMS system -TD
1897 # NetBSD 6.x still uses wscons, with minor changes (2014/02/22) -TD
1901 # many differences to continue in that path. However, test-results may be
1905 # -----------------
1907 # There is color-bleeding in the color-pairs screen.
1910 # Failed: kf1-kf4, kf13-kf48, khome, kend
1911 # (effectively xterm-r6 for function-keys)
1912 # None of the function or cursor key-modifiers are encoded.
1916 # -------------------
1920 # Uses spaces to simulate double-size characters
1921 # Does not support 8-bit controls
1926 # Does not support any of the ISO-6429 cursor-movement
1927 # Does not support any of the ISO-6429 miscellaneous tests
1929 # Background does not change in menu 11.6.9 (SGR 22-27)
1937 use=sun-il,
1939 rcons-color|BSD rasterconsole with ANSI color,
1944 # mgterm -- MGL/MGL2, MobileGear Graphic Library
1946 # -- the setf/setb are probably incorrect, more likely setaf/setab -TD
1947 # -- compare with cons25w
1951 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, cr=\r, cub1=^H,
1955 kb2=\E[E, kcbt=\E[Z, kdch1=^?, kend=\E[F, kf1=\E[M,
1975 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
1976 # Now el1 clears not only to the line beginning, but also a large chunk
1977 # of previous line. But there is another bug - ech does not work at all.
1979 # syscons, sc - the console driver
1991 # The emulator sends different strings based on shift- and control-keys,
1993 # F13-F24 are shifted F1-F12
1994 # F25-F36 are control F1-F12
1995 # F37-F48 are shift+control F1-F12
1996 cons25w|ansiw|ansi80x25-raw|FreeBSD console (25-line raw mode),
1999 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, cnorm=\E[=0C,
2003 ich1=\E[@, ind=\E[S, kb2=\E[E, kcbt=\E[Z, kdch1=^?,
2005 kf13=\E[Y, kf14=\E[Z, kf15=\E[a, kf16=\E[b, kf17=\E[c,
2011 kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\, kf44=\E[],
2022 cons25|ansis|ansi80x25|FreeBSD console (25-line ANSI mode),
2023 acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l
2024 \332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~
2027 cons25-debian|FreeBSD console with debian backspace (25-line ANSI mode),
2029 cons25-m|ansis-mono|ansi80x25-mono|FreeBSD console (25-line mono ANSI mode),
2034 cons30|ansi80x30|FreeBSD console (30-line ANSI mode),
2036 cons30-m|ansi80x30-mono|FreeBSD console (30-line mono ANSI mode),
2037 lines#30, use=cons25-m,
2038 cons43|ansi80x43|FreeBSD console (43-line ANSI mode),
2040 cons43-m|ansi80x43-mono|FreeBSD console (43-line mono ANSI mode),
2041 lines#43, use=cons25-m,
2042 cons50|ansil|ansi80x50|FreeBSD console (50-line ANSI mode),
2044 cons50-m|ansil-mono|ansi80x50-mono|FreeBSD console (50-line mono ANSI mode),
2045 lines#50, use=cons25-m,
2046 cons60|ansi80x60|FreeBSD console (60-line ANSI mode),
2048 cons60-m|ansi80x60-mono|FreeBSD console (60-line mono ANSI mode),
2049 lines#60, use=cons25-m,
2050 cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console w/koi8-r cyrillic,
2051 acsc=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m
2052 \204n\212q\0t\206u\207v\211w\210x\201y\230z\231~
2055 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|FreeBSD console w/koi8-r cyrillic (mono),
2061 cons50r|cons50-koi8r|FreeBSD console w/koi8-r cyrillic (50 lines),
2063 cons50r-m|cons50-koi8r-m|FreeBSD console w/koi8-r cyrillic (50-line mono),
2064 lines#50, use=cons25r-m,
2065 cons60r|cons60-koi8r|FreeBSD console w/koi8-r cyrillic (60 lines),
2067 cons60r-m|cons60-koi8r-m|FreeBSD console w/koi8-r cyrillic (60-line mono),
2068 lines#60, use=cons25r-m,
2069 # ISO 8859-1 FreeBSD console
2070 cons25l1|cons25-iso8859|FreeBSD console w/iso 8859-1 chars,
2071 acsc=+\253\,\273-\030.\031`\201a\202f\207g\210i\247j\213k
2073 \226v\227w\230x\231y\232z\233~\237,
2075 cons25l1-m|cons25-iso-m|FreeBSD console w/iso 8859-1 chars (mono),
2080 cons50l1|cons50-iso8859|FreeBSD console w/iso 8859-1 chars (50 lines),
2082 cons50l1-m|cons50-iso-m|FreeBSD console w/iso 8859-1 chars (50-line mono),
2083 lines#50, use=cons25l1-m,
2084 cons60l1|cons60-iso|FreeBSD console w/iso 8859-1 chars (60 lines),
2086 cons60l1-m|cons60-iso-m|FreeBSD console w/iso 8859-1 chars (60-line mono),
2087 lines#60, use=cons25l1-m,
2089 # vt - virtual terminal console driver
2092 # which is intended to be xterm-compatible. See for example
2094 # in particular scterm-teken.c
2101 # Doing that does not change the default TERM variable. That is hard-coded in
2105 # ---------------------
2106 # In newer releases, it is no longer possible to boot into a configuration that
2111 # FreeBSD 13 supports 64-bit machines which boot with UEFI:
2118 # its function-keys are not configured. Using
2119 # vidcontrol -T cons25
2124 # vidcontrol -T cons25
2125 # vidcontrol -T xterm
2126 # However due to a limitation in the implementation, only the first 12 function
2130 # vidcontrol does not change the emulation. As a result, the quarter (17/73) of
2131 # non-function key capabilities which differ between syscons and teken are
2132 # unsupported in the UEFI-based configurations.
2135 # VT100 line-drawing does not work (UTF-8 equivalents do).
2145 # implements X11 (original) xterm-mouse.
2147 # UTF-8 line-drawing works, including some double/thick lines
2150 # --------------------
2155 # There is no VT100 line-drawing (uses +'s and -'s)
2156 # Shifted f1-f12 give cons25 codes, rather than xterm function-keys
2165 # The terminal supports all of the ISO-6429 cursor-movement
2166 # The terminal supports some of the ISO-6429 miscellaneous tests
2169 # Considering cons25 as a base, the line-drawing mostly works, but is missing
2170 # the cells which happen to have ASCII control-character values:
2171 # - ^X arrow pointing up
2177 # The resulting description provides correct line-drawing and function-keys -TD
2178 teken-2018|teken as of 2018,
2180 acsc=0\333a\260f\370g\361h\261j\331k\277l\332m\300n\305q
2181 \304t\303u\264v\301w\302x\263y\363z\362~\371,
2189 teken-2022|teken as of 2022,
2202 teken-vt+fkeys|teken's xterm special keys,
2208 teken-sc+fkeys|teken's syscons special keys,
2214 teken-sc|teken imitating syscons,
2215 use=teken-sc+fkeys, use=teken-2022,
2217 teken|teken-vt|teken imitating xterm,
2218 xenl, use=teken-vt+fkeys, use=xterm+x11mouse,
2219 use=teken-2022,
2221 teken-16color|teken using 16 colors,
2237 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[Y, ri=\E[T,
2252 # listed in the iBCS2 (e.g. character-set selection) though not all
2258 bsdos-pc|IBM PC BSD/OS console,
2261 use=bsdos-pc-nobold,
2263 bsdos-pc-nobold|BSD/OS PC console w/o bold,
2264 use=klone+color, use=bsdos-pc-m,
2266 bsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono,
2280 use=bsdos-pc-nobold,
2281 ibmpc3|pc3-bold|BSD/OS on the PC console with bold instead of underline,
2282 use=bsdos-pc,
2285 bsdos-sparc|Sun SPARC BSD/OS console,
2289 bsdos-ppc|PowerPC BSD/OS console,
2290 use=bsdos-pc,
2294 # (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
2298 # see VT100 manual page A-31. This is the list that does match:
2301 # h right-arrow
2302 # k down-arrow
2303 # m scan-1
2304 # o scan-3
2305 # q scan-5
2306 # s scan-7
2307 # The line-drawing happens to work in several terminal emulators, but should
2308 # not be used as a guide to the capabilities of the VT52. Note in particular
2309 # that VT52 does not support line-drawing characters (the scan-X values refer
2310 # to a crude plotting feature) -TD
2314 smacs=\EF, smkx=\E=, u8=\E/[KL], use=vt50h, use=vt52-basic,
2318 vt52-basic|VT52 for emulators,
2332 # the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
2351 # since the cursor is left in a different position while in the
2359 # I assume you have smooth scroll off or are at a slow enough baud
2361 # that you set auto-nl to "on", if you set it off use vt100-nam
2368 # tab settings are in non-volatile memory and don't need to be
2383 # is a null string or is not defined, then cursor keys are assumed to be in
2389 # the "Numeric Keypad", because it is a cluster of numeric and function keys.
2393 # the numeric and punctuation keys transmit ASCII 7-bit characters, and the
2396 # all the keypad keys transmit "Esc O {code}" sequences. The PF1 - PF4 keys
2400 # will set the TERM environment variable to point to a terminfo entry which has
2404 # is a null string or is not defined, then the keypad is assumed to be in
2411 # Here's a diagram of the VT100 keypad keys with their bindings.
2420 # | $OP | $OQ | $OR | $OS |
2422 # | 7 8 9 - |
2429 # | $Oq | $Or | $Os | enter |
2435 # Note however, that the arrangement of the 5-key ka1-kc3 do not follow the
2436 # terminfo guidelines. That is a compromise used to assign the remaining
2437 # keys on the keypad to kf5-kf0, used on older systems with legacy termcap
2441 vt100+pfkeys|DEC VT100 numeric keypad (kf1-kf4),
2444 vt100+fnkeys|DEC VT100 numeric keypad (kf0-kf10),
2448 # A better adaptation to modern keyboards such as the PC's, which have a dozen
2450 # use the 5-key arrangement to model the arrow keys as suggested in the
2454 # | $OP | $OQ | $OR | $OS |
2456 # | 7 8 9 - |
2463 # | $Oq | $Or | $Os | enter |
2473 vt100+enq|ncurses extension for VT100-style ENQ,
2475 vt102+enq|ncurses extension for VT102-style ENQ,
2479 # a description of the soft switches invoked when you do `Set Up'.
2481 # Scroll 0-Jump Shifted 3 0-#
2482 # | 1-Smooth | 1-British pound sign
2483 # | Autorepeat 0-Off | Wrap Around 0-Off
2484 # | | 1-On | | 1-On
2485 # | | Screen 0-Dark Bkg | | New Line 0-Off
2486 # | | | 1-Light Bkg | | | 1-On
2487 # | | | Cursor 0-Underline | | | Interlace 0-Off
2488 # | | | | 1-Block | | | | 1-On
2490 # 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 <--Standard Settings
2492 # | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
2493 # | | | 1-On | | | 1-50 Hz
2494 # | | ANSI/VT52 0-VT52 | | Bits Per Char. 0-7 Bits
2495 # | | 1-ANSI | | 1-8 Bits
2496 # | Keyclick 0-Off | Parity 0-Off
2497 # | 1-On | 1-On
2498 # Margin Bell 0-Off Parity Sense 0-Odd
2499 # 1-On 1-Even
2501 # The following SET-UP modes are assumed for normal operation:
2504 # Other SET-UP modes may be set for operator convenience or communication
2507 # Unless you have a graphics add-on such as Digital Engineering's VT640
2511 # (vt100: I added <rmam>/<smam> based on the init string, also <OTbs>. -- esr)
2512 vt100|vt100-am|DEC VT100 (w/advanced video),
2531 cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>,
2533 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
2541 vt100nam|vt100-nam|VT100 no automargins,
2543 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt100-am,
2544 vt100-vb|DEC VT100 (w/advanced video) & no beep,
2548 vt100-w|vt100-w-am|DEC VT100 132 cols (w/advanced video),
2550 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-am,
2551 vt100-w-nam|vt100-nam-w|DEC VT100 132 cols (w/advanced video no automargin),
2553 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-nam,
2556 vt100-nav|VT100 without advanced video option,
2560 vt100-nav-w|vt100-w-nav|DEC VT100 132 cols 14 lines (no advanced video option),
2561 cols#132, lines#14, use=vt100-nav,
2563 # VT100 with one of the 24 lines used as a status line.
2565 vt100-s|vt100-s-top|vt100-top-s|VT100 for use with top sysline,
2571 tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am,
2575 vt100-s-bot|vt100-bot-s|VT100 for use with bottom sysline,
2579 tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am,
2581 # Most of the `vt100' emulators out there actually emulate a VT102
2582 # This entry (or vt102-nsgr) is probably the right thing to use for
2587 vt102-w|DEC VT102 in wide mode,
2591 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
2596 # ACS support working, at the cost of making multiple-highlight changes
2599 vt102-nsgr|VT102 no sgr (use if you see snowflakes after highlight changes),
2608 # This isn't a DEC entry, it came from University of Wisconsin.
2609 # (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
2616 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
2626 # vt132 - like vt100 but slower and has ins/del line and such.
2629 # terminal. I've never actually used a vt132 myself, so this
2637 # This vt220 description maps F5--F9 to the second block of function keys
2640 # PF1--PF4 are used as F1--F4.
2642 # added msgr -TD
2643 vt220-old|vt200-old|DEC VT220 in VT100 emulation mode,
2667 # Here's a picture of the Sun/PC editing keypad:
2668 # +--------+--------+--------+
2670 # +--------+--------+--------+
2672 # +--------+--------+--------+
2674 # VT220 emulators such as xterm, using PC-keyboards use a different layout than
2677 # ----- --
2684 vt220+pcedit|editing-keypad for VT220 using PC keyboard,
2687 vt220+vtedit|editing-keypad for VT220 using DEC keyboard,
2691 # A much better description of the VT200/220; used to be vt220-8
2692 # changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
2693 # designation to accommodate bug in pcvt -TD
2695 # Here's a picture of the VT220 editing keypad:
2696 # +--------+--------+--------+
2698 # +--------+--------+--------+
2700 # +--------+--------+--------+
2702 # Still, this is a "base" entry. Software emulators commonly leave out the
2703 # DECTCEM feature -TD
2704 vt220-base|DEC VT220 as emulated,
2713 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf10=\E[21~,
2729 use=vt220+cvis, use=vt220-base,
2730 vt220-w|vt200-w|DEC VT220 in wide mode,
2733 vt220-8bit|vt220-8|vt200-8bit|vt200-8|DEC VT220/200 in 8-bit mode,
2740 cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\233A,
2747 kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A,
2764 # This VT220 description regards F6--F10 as the second block of function keys
2774 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, use=vt220-old,
2776 vt220-nam|v200-nam|VT220 in VT100 mode with no auto margins,
2787 # This entry takes the view of putting a VT220 into VT100 mode so
2790 # You probably don't want to use this on a VMS machine since VMS will think
2791 # it has a VT220 and will get fouled up coming out of emacs
2794 # (Added vt100 <rc>,<sc> to quiet a tic warning -- esr)
2795 # added msgr -TD
2796 vt200-js|vt220-js|DEC VT200 series with jump scroll,
2800 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M,
2812 # This was DEC's VT320. Use the purpose-built one below instead
2816 # Use v320n for SCO's LYRIX. Otherwise, use Adam Thompson's vt320-nam.
2821 use=vt220-base,
2823 # These entries are not DEC's official ones, they were purpose-built for the
2825 # <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to
2827 # khome is Home on a PC kbd. Actually 'FIND' on a VT.
2830 # kprv is same as tab - Backtab is useless...
2833 # to SMASH the 1k-barrier...
2835 # (vt320: uncommented <fsl> --esr)
2850 kpp=\E[5~, kprv=\E[Z, kslt=\E[4~, nel=\EE, rev=\E[7m,
2863 vt320-nam|vt300-nam|DEC VT320 7 bit terminal with no am to make SAS happy,
2867 # We have to init 132-col mode, not 80-col mode.
2868 vt320-w|vt300-w|DEC VT320 wide 7 bit terminal,
2872 vt320-w-nam|vt300-w-nam|DEC VT320 wide 7 bit terminal with no am,
2875 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H, use=vt320-w,
2877 # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
2878 # which are pretty much a superset of the VT320. They have the
2882 # the VT330 and VT340 is that the former has only 2 planes and a monochrome
2883 # monitor, the latter has 4 planes and a color monitor. These terminals
2896 # also, added <rmam>/<smam> based on the init string -- esr)
2897 vt340|dec-vt340|vt330|dec-vt330|DEC VT340 graphics terminal with 24 line page,
2928 # DEC doesn't supply a VT400 description, so we add Daniel Glasser's
2931 # VT400/420 -- This terminal is a superset of the VT320. It adds the multiple
2937 # can only take advantage of a few of these added features.
2948 # also, added <rmam>/<smam> based on the init string -- esr)
2949 vt400|vt400-24|dec-vt400|DEC VT400 24x80 column autowrap,
2975 # a missing <sc> -- esr)
2976 # add msgr and other capabilities from vt220 -TD
2988 kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
3003 # DEC VT220 and up support DECUDK (user-defined keys). DECUDK (i.e., pfx)
3005 # straightforward (keys 1-5 are not defined on real terminals, though some
3016 # There's no provision in terminfo for emitting a string in this format, so the
3047 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys,
3065 # The VT520 is a monochrome text terminal capable of managing up to
3071 # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
3073 # terminal mode is being used. If Set-Up has been disabled or
3074 # assigned to an unknown key, Set-Up may be entered by pressing
3082 # I just got a brand new Boundless VT520 with that company's "ANSI 2011"
3083 # Keyboard, which replaces the old LK41R-AA keyboard.
3088 # I seem to get them all -Mike Gran
3096 # (the best Windows telnet as of September 1995) presents the name `dec-vt100'
3098 # that this works best with a stock vt100 entry.
3099 dec-vt100|EWAN telnet's vt100 emulation,
3103 dec-vt220|DOS tnvt200 terminal emulator,
3108 # that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
3111 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
3116 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H, use=vt320-w,
3117 z340-nam|ZSTEM VT340 terminal emulator 132col 42line (no automatic margins),
3122 # expect-5.44.1.15/example/tkterm
3123 # a minimal subset of a VT100 (compare with "news-unk).
3125 # The missing "=" in smkx is not a typo (here), but an error in tkterm.
3128 cup=\E[%p1%d;%p2%dH, cuu1=\E[A, ind=\n, kf1=\EOP, kf2=\EOQ,
3137 # nsterm*|Apple_Terminal - AppKit Terminal.app
3139 # Terminal.app is a Terminal emulator bundled with NeXT's NeXTSTEP and
3141 # Server and Mac OS X operating systems. There is also a
3146 # are pretty much on your own. Use "nsterm-7-m" and hope for the best.
3147 # You might also try "nsterm-7" and "nsterm-old" if you suspect your
3154 # For Apple_Terminal v309+, use "nsterm-256color" (or "nsterm-bce")
3156 # For Apple_Terminal v200+, use "nsterm-16color" (a.k.a. "nsterm")
3158 # For Apple_Terminal v71+/v100+, use "nsterm-bce".
3160 # For Apple_Terminal v51+, use "nsterm-7-c" or "nsterm-7-c-s".
3162 # For Apple_Terminal v41+, use "nsterm-old", or "nsterm-s".
3164 # For all earlier versions (Apple_Terminal), try "nsterm-7-m"
3165 # (monochrome) or "nsterm-7" (color); "nsterm-7-m-s" and "nsterm-7-s"
3175 # For MacTelnet, you're on your own. It's a different codebase, and
3176 # seems to be somewhere between "vt102", "ncsa" and "xterm-color".
3182 # "nsterm". Note that the statusline (-s) versions use the window
3183 # titlebar as a phony status line, and may produce warnings during
3184 # compilation as a result ("tsl uses 0 parameters, expected 1".)
3189 # status line. Please note that non-ASCII characters don't work right
3199 # bundled terminal emulators, Shell and Terminal. Scott Hess wrote a
3210 # of the old NeXT code,) and then later to UTF-8. Also sometime during
3212 # 8-color support (initially buggy when combined with attributes, but
3214 # or so (Terminal.app v100+) xterm-like 16-color support was added. In
3215 # some versions (for instance 133-1 which shipped with Mac OS X
3223 # Terminal.app reporting "xterm-color" as $TERM rather than "vt100" as
3230 # [1] "Three Scotts and a Duane" by Simson L. Garfinkel
3239 # and UNIX.] A single Apple_Terminal alias is retained for
3240 # backwards-compatibility.
3242 # * Added function key support (F1-F4). These only work in Terminal.app
3246 # * Added "full color" (-c) entries which support the 16-color mode in
3249 # * By default, version 51 uses UTF-8 encoding with broken altcharset
3250 # support, so "ASCII" (-7) entries without altcharset support were
3253 # nsterm - AppKit Terminal.app
3255 # Apple's Mac OS X includes a Terminal.app derived from the old NeXT
3256 # Terminal.app. It is a partial VT100 emulation with some xterm-like
3262 # other AppKit-supported windowing systems.) On the Mac OS X machine I
3266 # If you're looking for a description of the full-screen system
3275 # circumstances the cursor can be positioned using option-click; this
3277 # and simulating enough cursor-key presses to move the cursor to the
3283 # monochrome (-m) entries are useful if you've disabled color support
3284 # or use a monochrome monitor. The full color (-c) entries are useful
3286 # also enable an xterm-compatible 16-color mode.
3288 # The configurable titlebar is set using xterm-compatible sequences;
3289 # it is used as a status bar in the statusline (-s) entries. Its width
3294 # characters in the "MacRoman" entries; the "ASCII" (-7) entries
3296 # (-acs) entries rely instead on Terminal.app's own buggy VT100
3298 # the old NeXT charset instead of MacRoman. The "ASCII" (-7) entries
3299 # are useful in Terminal.app version 51, which supports UTF-8 and
3300 # other ASCII-compatible character encodings but does not correctly
3302 # implemented in Terminal.app, the "VT100" (-acs) entries should be
3303 # usable in any ASCII-compatible character encoding [except perhaps
3304 # in UTF-8, where some experts argue for disallowing alternate
3308 # several environment variables which may aid detection in a shell
3319 # if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
3324 # TERM="nsterm-old"
3326 # TERM="nsterm-c-7"
3330 # In a C shell derivative, this would be accomplished by:
3335 # setenv TERM "nsterm-old"
3337 # setenv TERM "nsterm-c-7"
3357 nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset,
3362 nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset,
3363 acsc=+\335\,\334-\366.\3770#`\327a:f\241g\261h#i
3364 \360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{
3370 # compare with xterm+sl-twm
3371 nsterm+s|AppKit Terminal.app v41+ status-line (window titlebar) support,
3372 wsl#50, use=xterm+sl-twm,
3383 # ASCII charset (-7)
3384 nsterm-m-7|nsterm-7-m|AppKit Terminal.app v41+ w/ASCII charset (monochrome),
3387 nsterm-m-s-7|nsterm-7-m-s|AppKit Terminal.app v41+ w/ASCII charset (monochrome w/statusline),
3390 nsterm-7|AppKit Terminal.app v41+ w/ASCII charset (color),
3393 nsterm-7-c|nsterm-c-7|AppKit Terminal.app v51+ w/ASCII charset (full color),
3396 nsterm-s-7|nsterm-7-s|AppKit Terminal.app v41+ w/ASCII charset (color w/statusline),
3399 nsterm-c-s-7|nsterm-7-c-s|AppKit Terminal.app v51+ w/ASCII charset (full color w/statusline),
3402 # VT100 alternate-charset (-acs)
3403 nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome),
3406 nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/stat…
3409 nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color),
3412 nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color),
3415 nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline),
3418 nsterm-c-s-acs|nsterm-acs-c-s|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color w/stat…
3422 nsterm-m|AppKit Terminal.app v41+ w/MacRoman charset (monochrome),
3425 nsterm-m-s|AppKit Terminal.app v41+ w/MacRoman charset (monochrome w/statusline),
3428 nsterm-old|AppKit Terminal.app v41+ w/MacRoman charset (color),
3431 nsterm-c|AppKit Terminal.app v51+ w/MacRoman charset (full color),
3434 nsterm-s|AppKit Terminal.app v41+ w/MacRoman charset (color w/statusline),
3437 nsterm-c-s|AppKit Terminal.app v51+ w/MacRoman charset (full color w/statusline),
3441 # and a new, more complex technique is needed, e.g.,
3443 # python -c 'import sys,objc;NSUserDefaults=objc.lookUpClass(
3449 # "com.apple.Terminal")' nsterm-16color
3456 # defaults to xterm-color. Alternative selections are ansi, dtterm, rxvt,
3458 nsterm-16color|AppKit Terminal.app v240.2+ with Mac OS X version 10.5,
3467 use=xterm+alt47, use=nsterm-c-s-acs, use=vt220+cvis,
3474 # and D P Schreber comparing to nsterm-c-s-acs.
3479 # defaults write com.apple.Terminal TermCapString nsterm-bce
3483 # Modified for OS X 10.8, omitting bw based on testing with tack -TD
3487 # * The keyboard is configurable via a dialog.
3488 # * By default khome, kend, knext and kprev are honored only with a
3489 # shift-modifier.
3491 # Added those to nsterm-16color, which is the version used for OS X 10.6
3493 # There is no way to press keypad-comma unless application mode is enabled
3495 # * 132-column mode stopped working during vttest's tests. Consider it broken.
3498 # * The terminal preferences dialog replaces xterm-color by xterm-16color and
3499 # xterm-256color. However, it adds "nsterm", so it is possible to use the
3503 # dialog defaults to xterm-256color. Alternative selections are ansi,
3504 # dtterm, rxvt, vt52, vt100, vt102, xterm and xterm-16color. However,
3508 # + the function-keys do not match for dtterm for kf1-kf4 as well as
3513 # recognised except for a few special cases, i.e., kRIT5 and kLFT5.
3514 # + the VT52 emulation does not give a usable shell because screen-clearing
3516 # + selecting "xterm" or "xterm-16color" sets TERM to "xterm-256color".
3520 nsterm-bce|AppKit Terminal.app v71+/v100.1.8+ with Mac OS X version 10.3/10.4 (bce),
3521 bce, use=nsterm-16color,
3527 nsterm-build309|Terminal.app in OS X 10.8,
3528 use=xterm+256setaf, use=nsterm-bce,
3530 # removed bogus kDC7 -TD
3531 nsterm-build326|Terminal.app in OS X 10.9,
3532 kDC=\E[3;2~, kLFT=\E[1;2D, kRIT=\E[1;2C, kcbt=\E[Z,
3534 kRIT3=\Ef, kRIT5=\E[1;5C, use=nsterm-build309,
3537 nsterm-build343|Terminal.app in OS X 10.10,
3538 kend=\EOF, khome=\EOH, use=nsterm-build326,
3540 # reviewed Terminal.app in El Capitan (version 2.6 build 361) -TD
3543 # + f1-f4 map to pf1-pf4
3546 # + in ECMA-48 cursor movement, VPR and HPR fail. Others work.
3552 # + mouse any-event works
3553 # + mouse button-event works
3558 # + dtterm window-modify operations work (some messages are not printed)
3559 # + dtterm window-report gives size of window in characters/pixels as
3565 # (user can configure, but out-of-the-box is what I record)
3566 # + shift-F5 is \E[25~ through shift-F12 is \E[34~ (skips \E[30~ between
3568 # + kLFT5/kRIT5 work, but not up/down with control-modifier
3569 # + kLFT/kRIT work, but not up/down with shift-modifier
3570 # + there are a few predefined bindings with Alt, but no clear pattern.
3571 # + uses alt-key as UTF-8 "meta" something like xterm altSendsEscape
3572 # Using ncurses test-program with xterm-new:
3575 # + palette for 256-colors is hardcoded.
3577 # + no support for tcap-query.
3578 nsterm-build361|Terminal.app in OS X 10.11,
3580 kmous=\E[M, use=nsterm-build343,
3582 # reviewed Terminal.app in High Sierra (version 2.8 build 400) -TD
3584 # Direct-color is not supported, by the way.
3586 # Improved rmso/rmul -TD
3587 nsterm-build400|Terminal.app in OS X 10.13,
3589 use=ecma+italics, use=nsterm-build361,
3591 nsterm-build440|Terminal.app in MacOS 11.6.8,
3592 use=xterm+alt1049, use=nsterm-build400,
3595 nsterm|nsterm-256color|Apple_Terminal|AppKit Terminal.app,
3596 use=nsterm-build440,
3604 # capabilities to nsterm-16color that I have derived this description from that
3606 # user-configurable, but I attempt only to describe the default configuration
3624 # supports X11R5 mouse (no X10) and XFree86 mouse (button- and event-tracking)
3626 # supports CHA, VPA, VPR, but no other ECMA-48 cursor movement such as HPA
3629 # with ncurses test-program:
3632 # can display/alter xterm-256color cube
3633 # can display/alter xterm-88color cube
3640 kLFT=\E[1;2D, kRIT=\E[1;2C, kbs=^?, kcbt=\E[Z, kdch1=\E[3~,
3652 use=vt100+pfkeys, use=xterm+alt47, use=xterm+sl-twm,
3660 # "iTerm" stalled in 2009. A different set of developers began "iTerm2".
3667 # by default, dtterm window-modifications are ignored
3668 # by default, dtterm window-reports return, but icon as "L", window as "l"
3673 # in meta-mode, imitates xterm, sending UTF-8
3674 # special-key modifiers based on xterm use incompatible default for alt/meta
3675 # with ncurses test-program:
3682 # add/change that preference (set in Preferences, Profiles, Text). A new
3687 # 2018/05/19: xterm+sm+1006 seems to work with 3.1.6beta -TD
3689 cbt=\E[Z, dim=\E[2m, kEND=\E[1;2F, kHOM=\E[1;2H, ka1@, ka3@,
3694 kind=\E[1;2B, kri=\E[1;2A, nel=\EE, op=\E[39;49m,
3706 kRIT5=\E[1;5C, kRIT6=\E[1;6C, kUP3=\E\E[A, kUP4=\E[1;10A,
3707 kUP5=\E[1;5A, kUP6=\E[1;6A, use=ecma+index,
3711 # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
3713 # On PowerPC platforms, Apple's Darwin operating system uses a
3714 # full-screen system console derived from a NetBSD framebuffer
3715 # console. It is an ANSI-style terminal, and is not really VT-100
3719 # single-user mode [reachable by holding down Command-S during the
3723 # If you're looking for a description of the Terminal.app terminal
3725 # other AppKit-supported windowing systems,) see the "nsterm"
3730 # a list of known users. Since the special ">console" login is not in
3734 # "Other User" in list for network users', which will add a special
3738 # password entry fields', which replaces the login panel with a
3746 # all three supported attributes: bold, inverse-video and underline.
3748 # accomplished using shifting and or-ing, and looks smeared) so bold
3749 # has been excluded from the list of color-compatible attributes
3750 # [using (ncv)]. The monochrome entry (-m) is useful if you use a
3754 # support: repositioning the cursor onto a cell with non-matching
3755 # colors obliterates that cell's contents, replacing it with a blank
3756 # and displaying a colored cursor in the "current" colors. There is
3758 # (-m) entries,] but removing the (msgr) capability seemed to help.
3760 # The "standout" chosen was simple reverse-video, although a colorful
3762 # chosen is the terminal's own smeared bold, although a simple
3763 # color-change might be more readable. The color-bold (-b) entries
3764 # uses magenta colored text for bolding instead. The fancy color (-f
3765 # and -f2) entries use color for bold, standout and underlined text
3768 # Apparently the terminal emulator does support a VT-100-style
3772 # description. The console driver appears to be ASCII-only, so (enacs)
3773 # has been excluded [although the VT-100 sequence does work.]
3778 # "xnuppc-WxH", where W and H are the character dimensions of your
3782 # drawn by Ka-Ping Yee, and uses 8x16-pixel characters. This
3785 # Pixels Characters Entry Name (append -m for monochrome)
3786 # -------------------------------------------------------------------
3787 # 640x400 80x25 xnuppc-80x25
3788 # 640x480 80x30 xnuppc-80x30
3789 # 720x480 90x30 xnuppc-90x30
3790 # 800x600 100x37 xnuppc-100x37
3791 # 896x600 112x37 xnuppc-112x37
3792 # 1024x640 128x40 xnuppc-128x40
3793 # 1024x768 128x48 xnuppc-128x48
3794 # 1152x768 144x48 xnuppc-144x48
3795 # 1280x1024 160x64 xnuppc-160x64
3796 # 1600x1024 200x64 xnuppc-200x64
3797 # 1600x1200 200x75 xnuppc-200x75
3798 # 2048x1536 256x96 xnuppc-256x96
3803 # color-bold entries do not include size information.
3822 xnuppc+b|Darwin PowerPC console color-bold support,
3879 xnuppc-m|darwin-m|Darwin PowerPC console (monochrome),
3885 xnuppc-m-b|darwin-m-b|Darwin PowerPC console (monochrome w/color-bold),
3888 xnuppc-b|darwin-b|Darwin PowerPC console (color w/color-bold),
3891 xnuppc-m-f|darwin-m-f|Darwin PowerPC console (fancy monochrome),
3894 xnuppc-f|darwin-f|Darwin PowerPC console (fancy color),
3897 xnuppc-m-f2|darwin-m-f2|Darwin PowerPC console (alternate fancy monochrome),
3900 xnuppc-f2|darwin-f2|Darwin PowerPC console (alternate fancy color),
3904 xnuppc-80x25-m|darwin-80x25-m|Darwin PowerPC console (monochrome) 80x25,
3907 xnuppc-80x25|darwin-80x25|Darwin PowerPC console (color) 80x25,
3910 xnuppc-80x30-m|darwin-80x30-m|Darwin PowerPC console (monochrome) 80x30,
3913 xnuppc-80x30|darwin-80x30|Darwin PowerPC console (color) 80x30,
3916 xnuppc-90x30-m|darwin-90x30-m|Darwin PowerPC console (monochrome) 90x30,
3919 xnuppc-90x30|darwin-90x30|Darwin PowerPC console (color) 90x30,
3922 xnuppc-100x37-m|darwin-100x37-m|Darwin PowerPC console (monochrome) 100x37,
3925 xnuppc-100x37|darwin-100x37|Darwin PowerPC console (color) 100x37,
3928 xnuppc-112x37-m|darwin-112x37-m|Darwin PowerPC console (monochrome) 112x37,
3931 xnuppc-112x37|darwin-112x37|Darwin PowerPC console (color) 112x37,
3934 xnuppc-128x40-m|darwin-128x40-m|Darwin PowerPC console (monochrome) 128x40,
3937 xnuppc-128x40|darwin-128x40|Darwin PowerPC console (color) 128x40,
3940 xnuppc-128x48-m|darwin-128x48-m|Darwin PowerPC console (monochrome) 128x48,
3943 xnuppc-128x48|darwin-128x48|Darwin PowerPC console (color) 128x48,
3946 xnuppc-144x48-m|darwin-144x48-m|Darwin PowerPC console (monochrome) 144x48,
3949 xnuppc-144x48|darwin-144x48|Darwin PowerPC console (color) 144x48,
3952 xnuppc-160x64-m|darwin-160x64-m|Darwin PowerPC console (monochrome) 160x64,
3955 xnuppc-160x64|darwin-160x64|Darwin PowerPC console (color) 160x64,
3958 xnuppc-200x64-m|darwin-200x64-m|Darwin PowerPC console (monochrome) 200x64,
3961 xnuppc-200x64|darwin-200x64|Darwin PowerPC console (color) 200x64,
3964 xnuppc-200x75-m|darwin-200x75-m|Darwin PowerPC console (monochrome) 200x75,
3967 xnuppc-200x75|darwin-200x75|Darwin PowerPC console (color) 200x75,
3970 xnuppc-256x96-m|darwin-256x96-m|Darwin PowerPC console (monochrome) 256x96,
3973 xnuppc-256x96|darwin-256x96|Darwin PowerPC console (color) 256x96,
3978 crt|crt-vt220|CRT 2.3 emulating VT220,
3980 ncv@, use=vt100+enq, use=vt220-base, use=ecma+color,
3988 # Xterm 24-bit color
3989 # Xterm 256-color
3990 # Double-size characters
4000 # TERM=xterm-256color
4005 # double-sized characters do not work
4006 # Menu-1 fails (window resizes to 132-columns, but does not repaint)
4008 # VT100 line-drawing works, except the C/R, etc., are an hline.
4029 # reset6 does reset to 80-columns
4034 # no italics or crossed-out
4036 # 256color handles "-r" option (but test/ncurses menu d does not alter)
4039 scrt|securecrt|SecureCRT emulating xterm-256color,
4041 bel@, cvvis@, kcbt=\E[Z, use=vt220+pcedit,
4043 use=xterm+keypad, use=xterm+pcfkeys, use=xterm-basic,
4052 # Double-size characters
4066 # + VT100 double-sized characters work
4067 # menu-1 autowrap does not work
4071 # 8-bit controls work
4074 # xterm highlight-mouse does not work properly, confused with any-event
4075 # does not recognize SGR-mouse mode
4076 # supports xterm window-modifiny/reporting controls
4077 # supports ECMA-48 cursor movement except HPR
4078 # supports REP and SD, but not ECMA-48 SL, SR, SU
4080 # italics and crossed-out do not work
4081 # supports xterm-style modified function-keys, using X11R6 F1-F4.
4082 # does not support modified cursor-keys or editing-keys
4083 # uses VT220-style Home/End
4084 # if alt-keys are enabled,
4085 # meta-mode sends escape rather than shifting, in 7-bit mode
4086 # meta-mode does the expected shifting in 8-bit mode
4088 # supports 256-colors, including changing palette (ncurses menu d works)
4089 # supports UTF-8, but honors VT100 line-drawing
4091 kcbt=\E[Z, use=ecma+index, use=linux+kbs, use=ansi+rep,
4094 use=xterm-basic,
4101 # implements cross-out text (shortly after 0.74)
4103 # does not support direct-colors (mentioned in July 2021)
4111 # does not implement cross-out text
4112 # its settings dialog allows some of the VT100 line-drawing tests to pass
4115 # xterm mouse modes are incomplete: X10, highlight, any-event, and focus in/out modes are not imple…
4119 # PuTTY 0.71 (March 2019) provided a workable "rep" capability. It also
4124 # in 2017 (0.70) -TD
4126 # Comparing with 0.51, vttest is much better (only a few problems with the
4131 # This emulates VT100 + VT52 (plus a few VT220 features: ech, SRM, DECTCEM, as
4138 # Control responses, wrapping and tabs are buggy, failing a couple of
4145 # those used for xterm -TD
4149 …tackoverflow.com/questions/24613237/terminal-retains-bg-color-after-closing-vim-using-color-scheme…
4168 kbs=^?, kcbt=\E[Z, khome=\E[1~, kind=\E[B, kri=\E[A, kspd=^Z,
4187 # older versions (e.g., before 0.71) of PuTTY used a shift-modifier to toggle
4188 # between normal- and application-mode for the cursor-keys. That was dropped,
4189 # and a few years later (after 0.74) restored as the control-modifier.
4190 putty+cursor|PuTTY modified cursor-keys,
4191 kDN5=\E[B, kLFT5=\E[D, kRIT5=\E[C, kUP5=\E[A,
4197 vt100-putty|Reset PuTTY to pure VT100,
4200 putty-256color|PuTTY 0.58 with xterm 256-colors,
4202 putty-noapp|putty with cursor keys in normal mode,
4204 kcuu1=\E[A, kind=\EOB, kri=\EOA, rmkx=\E>, smkx=\E=,
4208 # pterm (the X11 port) uses shifted F1-F10 as F11-F20
4209 putty-vt100|VT100+ keyboard layout,
4212 putty-sco|putty with SCO function keys,
4216 # a) backspace/delete, which we ignore since that choice largely depends on
4220 # c) function keys and keypad - this is the interesting part. None of the
4225 putty+fnkeys|fn-keys for PuTTY,
4228 putty+fnkeys+esc|ESC[n~ fn-keys for PuTTY,
4235 putty+fnkeys+linux|Linux fn-keys for PuTTY,
4236 kf1=\E[[A, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E,
4239 putty+fnkeys+xterm|Xterm R6 fn-keys for PuTTY,
4243 putty+fnkeys+vt400|VT400 fn-keys for PuTTY,
4246 # Shifted F1 is F11. F13-F20 inherit from the defaults, and the last distinct
4248 putty+fnkeys+vt100|VT100+ fn-keys for PuTTY,
4253 # Unlike xterm-sco, this leaves kmous ambiguous with kf1.
4256 # F1-F12 - normal
4257 # F13-F24 - shift
4258 # F25-F36 - control/alt
4259 # F37-F48 - control/shift
4261 putty+fnkeys+sco|SCO fn-keys for PuTTY,
4262 kbeg=\E[E, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
4264 kf12=\E[X, kf13=\E[Y, kf14=\E[Z, kf15=\E[a, kf16=\E[b,
4270 kf4=\E[P, kf40=\E[z, kf41=\E[@, kf42=\E[[, kf43=\E[\\,
4278 # Originally a fork (and reduction) of PuTTY, this has grown from 15ksloc in
4280 # larger than rxvt (31ksloc) and slightly smaller than rxvt-unicode (42ksloc).
4282 # Version 3.0 responds to DA as a VT400, however it does not implement the
4283 # application keypad. The assignment of cursor-keys versus modifiers differs
4284 # from xterm (alt-left and alt-right send modifier 7, i.e., alt+control).
4289 # norm turn off bold and half-bright mode
4302 # but see vte-2018 (use Smol/Rmol rather than smol/rmol).
4306 mintty-direct|Cygwin Terminal direct-color,
4310 kcbt=\E[Z, kent=\EOM, rmm@, rmpch=\E[10m,
4318 use=xterm+tmux, use=ecma+italics, use=xterm-basic,
4320 # 2019-06-09: These capabilities are commented-out for compatibility with
4321 # existing releases 5.9-6.1, and may be considered for inclusion after the
4340 # This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
4341 # T. Teranishi dated Mar 10, 1998. It is a free software terminal emulator
4344 # - Serial port connections.
4345 # - TCP/IP (telnet) connections.
4346 # - VT100 emulation, and selected VT200/300 emulation.
4347 # - TEK4010 emulation.
4348 # - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
4349 # Quick-VAN).
4350 # - Scripts using the "Tera Term Language".
4351 # - Japanese and Russian character sets.
4359 # mapping, as installed. Both VT100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
4360 # are supported. F13-F20 are obtained by shifting F3-F10. The editing keypad
4377 # "resize -s"), though it does not pass SIGWINCH to the application if the
4382 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
4384 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
4386 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP,
4399 # Version 4.59 has regular VT100 line-drawing (so it is no longer necessary
4400 # to choose a Windows OEM font).
4403 # - it does not have xenl (suppress that)
4404 # - underline seems to work with color (modify ncv).
4406 # - wrapping differs from VT100 (menu 1).
4407 # - it recognizes xterm's X10 and normal mouse tracking, but none of the
4409 # - it recognizes the dtterm window controls for reporting size in
4411 # - it passes SIGWINCH.
4421 # - no bell (flash works)
4422 # - bold is yellow, blink is red.
4423 # - default keyboard sends ^? for Delete, can be configured for kdch1
4424 # - no meta mode
4427 # + color-tests for bce feature match xterm's behavior
4428 # + handles most of xterm's mouse-controls other than highlight-tracking.
4430 # + partial support for DEC locator-events
4431 # + implements ECMA-48 SD/SU, but not REP, SL/SR.
4432 # + has a "Tek" window, but does not work with vttest's examples
4436 # + VT220 screen-display tests are ok
4439 # + recognizes xterm's original direct-colors sequences, but result is
4441 # + no UTF-8 apparent when UTF-8 is set, with font Lucida Control
4444 teraterm-256color|TeraTerm with xterm 256-colors,
4453 # 25x80. This entry uses the 'Terminal' font, to get line-drawing characters.
4456 # a) Fails tack's cup (cursor-addressing) test, though cup works well enough
4460 # c) Recognizes a subset of VT52 controls.
4461 ms-vt100|MS telnet imitating DEC VT100,
4463 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
4465 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
4469 # Tested with Windows 2000, the telnet application runs in a console window,
4473 # a) This version has no function keys or numeric keypad. Unlike the older
4476 ms-vt100-color|vtnt|windows 2000 ANSI (sic),
4479 use=ms-vt100,
4483 # vt100+ is basically a VT102-noSGR with ANSI.SYS colors and a different
4494 # Alt \E^A,
4496 ms-vt100+|vt100+|windows XP VT100+ (sic),
4497 kdch1=\E-, kend=\Ek, kf1=\E1, kf10=\E0, kf11=\E!, kf12=\E@,
4511 knp=\E/, kpp=\E?, use=ms-vt100-color,
4513 ms-vt-utf8|vt-utf8|UTF-8 flavor of VT100+,
4514 use=ms-vt100+,
4516 # VT-UTF-8 and VT100+ Protocols
4517 # https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-vuvp/969416c0-ccd6-4a75-a9b3-597…
4519 # This Microsoft "protocol" adapted the aixterm 16-color feature from xterm's
4523 # 2015/10/16 has 16 colors using SGR 90-97, 100-107 as well as SGR 24 and 27,
4527 ms-vt100-16color|VT-UTF-8 and VT100+,
4529 use=ibm+16color, use=ms-vt100+,
4532 # https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
4535 # kf13-kf24 shift 2 F1 to F12
4536 # kf25-kf36 alt 3 F1 to F12
4537 # kf37-kf48 control 4 F1 to F12
4538 # kf49-kf60 ctrl-alt 7 F1 to F12
4541 # Unclear: rmkx, smkx, rmir, smir - irrelevant?
4545 # + The line-drawing (acsc) does not work in telnet or ssh. I added the
4546 # U8 extension to tell ncurses to use UTF-8 for line-drawing (when the
4547 # locale uses UTF-8). That won't work for telnet (which uses ASCII),
4551 # telnet, kf1-kf4 are \EOP to \EOS, and kf5-kf12 match the terminfo.
4556 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
4591 # - Windows Terminal #1553: "Feature Request: Mouse/Touch/Pointer Bindings
4592 # (like middle-click paste, right-click context menu, etc.)", compare to
4593 # https://learn.microsoft.com/en-us/windows/console/mouse-event-record-str
4594 # This appears to be related to a problem with its implementation of the
4595 # Console API; the mouse does not work in a "Command Window" (e.g., as used
4602 # - first reported by Juergen Pfeifer August 13, 2020, with workaround
4603 # - Windows Terminal #8303 "Updates to ms-terminal terminal type in terminfo to
4605 # - Windows Terminal #6733 "Midnight Commander (mc) output is screwed when
4606 # using the 'ms-terminal' as $TERM"
4608 # still seen in testing during May-July 2021. As a workaround, this terminal
4611 # Using TERM=xterm-256color shows a number of problems.
4612 # A few are seen only in the WSL2 environment.
4615 # - flash does not work.
4616 # - video attribute blink does not work.
4617 # - video attribute invis does not work in WSL2.
4618 # - italics sitm/ritm do not work in WSL2.
4619 # - crossed-out smxx/rmxx do not work in WSL2.
4620 # - reloading colors via initp interchanges red/blue.
4621 # - does not implement OSC 104, which is used for resetting colors in xterm.
4622 # - does not support numeric keypad application mode.
4623 # - control-modifier (without alt/shift) does not work for special keys.
4624 # - meta-key sends escape character rather than acting as a meta key.
4627 # - identifies itself as a VT100.
4628 # - cursor movement (menu 1) does not work properly, e.g., for wrapping.
4629 # - does not support 8-bit controls.
4630 # - does not support VT420 rectangles.
4631 # - does not support VT420 left/right margins.
4632 # - ECMA-48 cursor-movement works.
4633 # - does not support X10 mouse, or mouse highlight tracking.
4634 # - SGR mouse mode 1006 works.
4635 # - any-event mouse mode shows no focus-in/focus-out events.
4636 # - alternate screen 47/48 modes do not work, nor do 1047/1048.
4637 # - alternate screen 1049 mode works.
4638 # - none of the window report/modify operations work.
4639 # - none of the DECRPM/DECRQM reporting operations work.
4642 # - 256colors2.pl -r, -i and -q options work.
4643 # - dynamic colors do not work.
4644 # - paste64.pl does not work, i.e., bracketed-paste.
4645 # - tcapquery.pl does not work.
4651 # from the "Windows Command Processor" used for the command-prompt.
4657 # - the program sets TERM to cygwin if the tab is set to PowerShell,
4658 # and to xterm-256color if "Legacy". However, in the latter, more tests
4661 # - menu 1 (tests for cursor movement) misbehaves like command-prompt
4662 # - primary DA says this is a vanilla VT100
4663 # - does not flush response to primary DA, leaving a ^M on the end when
4664 # the PowerShell tab is used. Both the "Legacy" tab and the command-prompt
4666 # - in the generic VT100 tests, there are problems with character sets
4667 # (diamond shows as a double-width character, DEL as two replacement-chars).
4668 # - outside of the generic VT100 tests, the program does poorly because most
4670 # - ECH does not work properly
4671 # - a few generic xterm features are supported (set window title), but
4673 # - the cursor visible/invisible works in the PowerShell tab, not in "Legacy"
4675 # - blink, dim, bold, invis, protect do not work
4676 # - bce works (but per vttest, with ED, EL, not ECH)
4677 # - does not support keypad application mode
4678 # - implements most of the xterm modified keys; sometimes modifiers are ignored
4680 # - sends escape+key rather than implementing meta mode
4682 # - color palette can be altered, but OSC 104 for resetting does not work
4683 # - crashed with a script used for testing NRCS.
4684 # - does not recognize either xterm+direct or xterm+indirect escapes.
4685 ms-terminal|Windows10 terminal,
4687 cud1=\E[B, kcbt=\E[Z, rmkx=\E[?1l, rmm@, smkx=\E[?1h, smm@,
4691 use=xterm-basic, use=xterm+tmux,
4697 # - fixes menu 1 problem with wrapping
4698 # - supports DECALN
4699 # - fixes menu 8 problem with delete-character
4700 # - REP, SL/SL work
4701 # - keypad application mode still does not work; PF1-PF4 are not assigned.
4702 # - DECRQM/DECRPM do not work
4703 # - xterm mouse features:
4704 # - SGR coordinates work; the other modes do not (see vscode #96058)
4705 # - focus-events are not sent
4706 # - mouse highlight tracking does not send button event
4708 # - little or no change since previous review
4711 # https://code.visualstudio.com/docs/editor/integrated-terminal
4713 # This sets TERM to xterm-256color, which is a little more successful than
4717 # - menu 1 (cursor movement) has problems with wrapping
4718 # - claims to be a VT100 with AVO, but copies xterm #276's secondary response
4719 # - menu 8 (insert/delete char/line) has problem with delete-character
4720 # - like Windows Terminal, fails the ECH test: neither supports DECALN
4722 # - does not support keypad application mode
4723 # - supports most xterm mode controls (except DEC Locator Events)
4724 # - REP, SL/SL do not work, but SD/SU work.
4725 # - the alternate-screen tests fail because it does not support DECALN
4726 # - window modify/report is not supported
4727 # - supports some VT320 presentation reports
4729 # - does not support blinking text
4730 # - implements most of the xterm modified keys, with some exceptions:
4731 # - pageup/pagedown do not send escapes
4732 # - alt cursor left/right send escape-b and escape-f
4733 # - sends UTF-8 like xterm for meta mode
4735 # - mouse mode is not reset by reset-sequence
4736 # - supports italics and dim, but not cross-out or double-underline
4737 # - color-palette cannot be changed
4740 kcbt=\E[Z, rmkx=\E[?1l, smkx=\E[?1h, use=linux+kbs,
4743 use=xterm-basic, use=bracketed+paste,
4744 vscode-direct|Visual Studio Code with direct-colors,
4751 # set by the xterms you start up to my-xterm:
4753 # *termName: my-xterm
4756 # by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm. In either
4764 # as these seem not to work -- esr)
4765 x10term|vs100-x10|xterm terminal emulator (X10 window system),
4770 cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, ed=\E[J, el=\E[K,
4779 x10term+sl|status-line for X10 xterm,
4785 # added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
4786 # corrected typos in rs2 string - TD
4787 # added u6-u9 -TD
4788 xterm-r5|xterm R5 version,
4809 # added khome/kend, hts based on the R6 xterm code - TD
4812 xterm-r6|xterm X11R6 version,
4817 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP,
4834 xterm-old|antique xterm version,
4835 use=xterm-r6,
4836 # The monochrome version began as a copy of "xtermm" (from Solaris), and was
4838 # grow, while "xterm-mono" had none of the newer features. Additionally,
4842 # simplify maintenance -TD
4843 xterm-mono|monochrome xterm,
4844 use=xterm-r6,
4847 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System),
4880 # codes for F1-F4 except while in VT220 mode.
4881 xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System),
4882 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-xf86-v32,
4885 # Besides providing printer support, it exploits a new feature that allows
4886 # xterm to use terminfo-based descriptions with the titeInhibit resource.
4887 # -- the distribution contained incorrect khome/kend values -TD
4888 xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System),
4896 use=xterm-xf86-v33,
4899 xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System),
4903 ka3@, kb2=\EOE, kc1@, kc3@, kcbt=\E[Z, kf13=\EO2P, kf14=\EO2Q,
4916 use=xterm+alt1049, use=xterm-xf86-v333,
4919 xterm-xf86-v43|xterm terminal emulator (XFree86 4.3 Window System),
4925 use=xterm-xf86-v40,
4927 # Controlling the cursor-visibility is not a "new" feature, but was generally
4928 # neglected in terminal emulators until the mid-1990s. These would work for
4930 vt220+cvis|DECTCEM VT220 cursor-visibility,
4932 vt220+cvis8|8-bit DECTCEM VT220 cursor-visibility,
4935 att610+cvis0|AT&T 610 cursor-visibility,
4937 att610+cvis|AT&T 610 cursor-visibility with blink,
4941 xterm-xf86-v44|xterm terminal emulator (XFree86 4.4 Window System),
4942 use=att610+cvis, use=ecma+index, use=xterm-xf86-v43,
4944 xterm-xfree86|xterm terminal emulator (XFree86),
4945 use=xterm-xf86-v44,
4947 xterm+nofkeys|building block for xterm fkey-variants,
4949 kcbt=\E[Z, nel=\EE, use=ecma+index, use=ansi+rep,
4952 use=xterm+keypad, use=xterm-basic,
4954 xterm-p370|xterm patch #370,
4955 rv=\E\\[41;[1-6][0-9][0-9];0c,
4956 xr=\EP>\\|XTerm\\([1-9][0-9]+\\)\E\\\\,
4962 xterm-p371|xterm patch #371,
4963 use=dec+sl, use=xterm-p370,
4966 xterm-new|modern xterm terminal emulator,
4967 use=xterm-p370,
4970 # should send. The ncurses configure script option "--with-xterm-kbs" can
4980 # This fragment describes as much of XFree86 xterm's "pc-style" function
4984 # ---------------------------------
4992 # ---------------------------------
4993 # The meta key may also be used as a modifier in this scheme, adding another
4995 xterm+pcfkeys|xterm fragment for PC-style fkeys,
4999 # The xterm ctrlFKeys resource defaults to 10, so without the "pc-style"
5001 # to -1 to disable them, one gets 42 function-keys on a 12-function-key
5007 xterm+nopcfkeys|fragment without PC-style fkeys,
5021 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
5025 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F,
5032 vt100+noapp+pc|fragment for noapp pc-style home/end,
5035 xterm+app+pc|fragment for app pc-style home/end,
5038 # The "PC-style" modifier scheme was introduced in xterm patch #94 (1999/3/27)
5042 # The original assignments from patch #94 for cursor-keys had some technical
5045 # A parameter for a function-key to represent a modifier is just more
5046 # bits. But for a cursor-key it may change the behavior of the
5047 # application. For instance, emacs decodes the first parameter of a
5048 # cursor-key as a repeat count.
5050 # A parameterized string should (really) not begin with SS3 (\EO).
5054 # compatibility reasons, they are still available as a setting of xterm's
5055 # modifyCursorKeys resource. These fragments list the modified cursor-keys
5061 # show that kri/kind were seen much later as part of a set including kLFT/kRIT:
5063 # * modify xterm-new terminfo entry to use capabilities for shifted
5067 # a distinction between shifted up/down versus shifted left/right since most
5071 kri=\E[>1;2A, kDN=\E[>1;2B, kDN3=\E[>1;3B, kDN4=\E[>1;4B,
5076 kRIT7=\E[>1;7C, kUP=\E[>1;2A, kUP3=\E[>1;3A,
5077 kUP4=\E[>1;4A, kUP5=\E[>1;5A, kUP6=\E[>1;6A,
5078 kUP7=\E[>1;7A,
5081 kLFT=\E[1;2D, kRIT=\E[1;2C, kind=\E[1;2B, kri=\E[1;2A,
5086 kRIT6=\E[1;6C, kRIT7=\E[1;7C, kUP=\E[1;2A, kUP3=\E[1;3A,
5087 kUP4=\E[1;4A, kUP5=\E[1;5A, kUP6=\E[1;6A, kUP7=\E[1;7A,
5090 kLFT=\E[2D, kRIT=\E[2C, kind=\E[2B, kri=\E[2A, kDN=\E[2B,
5094 kRIT6=\E[6C, kRIT7=\E[7C, kUP=\E[2A, kUP3=\E[3A,
5095 kUP4=\E[4A, kUP5=\E[5A, kUP6=\E[6A, kUP7=\E[7A,
5146 xterm+pce2|fragment with modifyCursorKeys:2 editing-keys,
5159 xterm+edit|fragment for 6-key editing-keypad,
5162 xterm+decedit|fragment for vt220 6-key editing-keypad,
5166 xterm+pc+edit|fragment for pc-style editing keypad,
5169 xterm+vt+edit|fragment for VT220-style editing keypad,
5172 # These variations for alternate-screen and title-stacking were introduced by
5177 xterm+alt47|X11R4 alternate-screen,
5189 # https://invisible-island.net/xterm/xterm.faq.html#xterm_keypad
5191 # Xterm's emulation of the VT100 numeric keypad on a PC-keyboard runs into the
5194 # that, PF1-PF4 are emulated via F1-F4, which leaves the "/", "*" and "+" not
5197 # With the VT220 keypad block that uses the 1-9 keys as suggested in
5198 # terminfo(5), the other keys can be handled with user-defined capabilities:
5201 # | NumLock | / | * | - |
5211 # | $Oq | $Or | $Os | |
5217 # ka2, kb1, kb3 and kc2 are extensions, as are the mixed-case names.
5221 # shifted-keypad-plus, though normally that invokes a font-size change.
5223 # Old versions of xterm, e.g., xterm-xfree86, documented \EOE as kb2, which
5225 # to termcap applications. As an alternative, kbeg (which does have a termcap
5233 # Those chunks use the new-style (the xterm oldFunctionKeys resource is false).
5234 # Alternatively, the same scheme with old-style function keys as in xterm-r6
5245 xterm+acs|ISO-2022 alternate character-switching for xterm,
5250 xterm-basic|modern xterm terminal emulator - common,
5280 # In retrospect, something like xterm-r6 was intended here -TD
5281 xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1,
5282 rmso=\E[m, rmul=\E[m, use=xterm-xf86-v33,
5286 # 16-colors is one of the variants of XFree86 3.3 xterm, updated for 4.0
5289 # If configured to support 88- or 256-colors (which is fairly common in 2009),
5290 # xterm also recognizes the control sequences for initc -TD
5291 xterm-16color|xterm with 16 colors like aixterm,
5295 use=xterm+osc104, use=ibm+16color, use=xterm-new,
5297 # 256-colors is a compile-time feature of XFree86 xterm beginning with
5298 # xterm patch #111 (1999/7/10) -TD
5299 xterm+256color|original xterm 256-color feature,
5305 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;
5307 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5
5311 # The semicolon separator used in xterm+256color does not follow the ECMA-48
5316 # https://invisible-island.net/xterm/xterm.faq.html#color_by_number
5317 xterm+256color2|xterm 256-color feature,
5318 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48:
5320 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38:5
5325 # has the drawback that some of the xterm-alikes which use that building block
5326 # require a different approach to rs1 -TD
5331 xterm+256setaf|xterm 256-color (set-only),
5335 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;
5337 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5
5341 # 88-colors is a compile-time feature of XFree86 xterm beginning with
5342 # xterm patch #115 (1999/9/18) -TD
5344 # Note that the escape sequences used are the same as for 256-colors - xterm
5345 # has a different table of default color resource values. If built for
5346 # 256-colors, it can still handle an 88-color palette by using the initc
5354 # The default color palette for the 256- and 88-colors are different. A
5355 # given executable will have one palette (perhaps compiled-in). If the program
5357 xterm+88color|original xterm 88-color feature,
5360 xterm+88color2|xterm 88-color feature,
5363 # These variants of XFree86 3.9.16 xterm are built as a configure option.
5364 xterm-256color|xterm with 256 colors,
5365 use=xterm+osc104, use=xterm+256color, use=xterm-new,
5366 xterm-88color|xterm with 88 colors,
5368 use=xterm-256color,
5370 # Emacs 26.1 and later support direct color mode in terminals, using a
5371 # combination of user-defined capabilities and ncurses-dependent function
5374 # Here is a first revision, which (disregarding the reuse of colors 1-7 which
5378 xterm+direct2|xterm with direct-color indexing (old building-block),
5387 xterm-direct2|xterm with direct-color indexing (old),
5390 # That in turn had a problem: in the original patch submitted for KDE konsole
5391 # in 2006, the submitter and the developer alike overlooked a "color space
5393 xterm+direct|xterm with direct-color indexing (building-block),
5402 xterm-direct|xterm with direct-color indexing,
5406 iterm2-direct|iTerm2 with direct-color indexing,
5408 mlterm-direct|mlterm with direct-color indexing,
5415 xterm+indirect|xterm with direct-color indexing (old legacy building-block),
5424 konsole-direct|konsole with direct-color indexing,
5426 st-direct|simpleterm with direct-color indexing,
5428 vte-direct|VTE with direct-color indexing,
5430 # reportedly in Apple's Mohave (fall 2018), but untested -TD
5431 nsterm-direct|nsterm with direct-color indexing,
5435 # + Apple's Terminal.app does not recognize either form of the direct-color
5438 # the colors. Like vte, it is a subset of xterm, although different
5439 # omissions/reservations of modified-keys are seen in testing.
5449 # Mohave 10.14.6 - Terminal.app 2.9.5 (421.2)
5456 # palette, though the intrusion of indexed colors on the direct-color space
5459 xterm+direct16|xterm with direct-color indexing (16-color building-block),
5469 xterm-direct16|xterm with direct-colors and 16 indexed colors,
5472 xterm+direct256|xterm with direct-color indexing (256-color building-block),
5474 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e%?
5477 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e%?
5482 xterm-direct256|xterm with direct-colors and 256 indexed colors,
5498 # p2 = the base64-encoded clipboard content.
5501 # function to a block or underline.
5502 # Se resets the cursor style to the terminal power-on default.
5513 # This is an 8-bit version of xterm, which emulates DEC VT220 with ANSI color.
5521 xterm-8bit|xterm terminal emulator 8-bit controls (X Window System),
5524 bel=^G, blink=\2335m, bold=\2331m, cbt=\233Z,
5529 cuu=\233%p1%dA, cuu1=\233A, cvvis=\233?12;25h,
5538 kc3=\217s, kcbt=\233Z, kcub1=\217D, kcud1=\217B,
5539 kcuf1=\217C, kcuu1=\217A, kdch1=\2333~, kend=\2334~,
5565 # Note: normally xterm supports modified function-keys as described in
5566 # XTerm - "Other" modified keys
5567 # https://invisible-island.net/xterm/modified-keys.html
5569 # However, xterm-hp, xterm-sco and xterm-sun assume no modifiers. Here is
5570 # a simple script which demonstrates these descriptions:
5572 # export TERM=xterm-$1
5574 # -kt $1 \
5575 # -fs 16 -fa mono \
5576 # -title $TERM \
5577 # -tn $TERM \
5578 # -xrm '*modifyCursorKeys:-1' \
5579 # -xrm '*modifyFunctionKeys:-1' \
5580 # -e tack
5581 # e.g., "foo sun" if the script is named "foo" -TD
5582 xterm-hp|xterm with hpterm function keys,
5584 kpp=\ET, use=hp+pfk-cr, use=vt52+arrows,
5587 xterm-sco|xterm with SCO function keys,
5589 kf11=\E[W, kf12=\E[X, kf13=\E[Y, kf14=\E[Z, kf15=\E[a,
5595 kf39=\E[y, kf4=\E[P, kf40=\E[z, kf41=\E[@, kf42=\E[[,
5601 # The xterm-new description has all of the features, but is not completely
5602 # compatible with VT220. If you are using a Sun or PC keyboard, set the
5605 # + interprets control-function-key as a second array of keys, so a
5606 # 12-fkey keyboard can support VT220's 20-fkeys.
5608 # + uses DEC-style control sequences for the application keypad.
5610 xterm-vt220|xterm emulating VT220,
5612 kcbt=\E[Z, kend=\E[4~, kf10=\E[21~, kf11=\E[23~,
5620 use=xterm+tmux, use=xterm+keypad, use=xterm-basic,
5622 xterm-vt52|xterm emulating DEC VT52,
5625 use=vt52+keypad, use=vt52-basic,
5627 xterm-noapp|xterm with cursor keys in normal mode,
5631 xterm-24|vs100|xterms|xterm terminal emulator 24-line (X Window System),
5632 lines#24, use=xterm-old,
5636 use=xterm-new,
5640 xterm-utf8|xterm with no VT100 line-drawing in UTF-8 mode,
5643 # These building-blocks allow access to the X titlebar and icon name as a
5644 # status line. There are a few problems in using them in entries:
5646 # a) tsl should have a parameter to denote the column on which to transfer to
5648 # b) the "0" code for xterm updates both icon-title and window title. Some
5650 # it such as tvtwm, ctwm, and vtwm) track windows by icon-name. Thus, you
5651 # don't want to mess with icon-name when using those window managers.
5655 # d) the BEL (^G or \007) used in the original title-as-statusline came from
5656 # David J. MacKenzie's "pseudo-color" entry in 20 Apr 1995. At that time
5657 # xterm used BEL as the string-terminator rather than ST (\E\\). Either
5663 # column #1". At the point in time when ESR added DJM's "pseudo-color" entry
5664 # with the split-up escape sequence for tsl/fsl, there were 65 entries using
5666 # 32 used a parameter, matching the documentation (including x10term).
5667 # 21 used a parameterless control, exiting from the status line on ^M.
5669 # 6 used a split-up escape sequence, e.g., the same approach.
5671 # The extension "TS" is preferable, because it does not accept a parameter.
5672 # However, if you are using a non-extended terminfo, "TS" is not visible.
5676 xterm+sl-twm|access X title line (pacify twm-descended window managers),
5679 xterm+sl-alt|alternate access X title line,
5683 # In contrast, this block can be used for a DEC VT320 and up. There are two
5693 # \E[2$~ Host-writable status line
5701 # capability ensures that the status line is host-writable. A DEC terminal
5702 # will clear the status line when changing from indicator to host-writable
5706 # tsl expects a parameter (to specify the column), the shortest addressing that
5717 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold,
5720 smso=\E[7m, smul=\E[1m, use=xterm-old,
5723 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
5729 # https://invisible-island.net/xterm/xterm-paste64.html
5731 # Bracketed paste was introduced by xterm patch #203 in May 2005, as part of a
5740 # https://invisible-island.net/xterm/xterm.log.html#xterm_354
5742 # The response is a DSR sequence identifying the version: DCS > | text ST
5746 XR=\E[>0q, xr=\EP>\\|[ -~]+\E\\\\, use=report+da2,
5749 # - first parameter as the terminal type (extending it to VT100),
5750 # - the second as the patch number for xterm, and
5751 # - the third parameter as zero.
5754 RV=\E[>c, rv=\E\\[[0-9]+;[0-9]+;[0-9]+c,
5762 # information to make the mouse support completely data-driven.
5767 # copyright dates in the sources. A comment in charproc.c notes "MIT bogus
5768 # sequence", referring to the fact that it does not correspond to a "real"
5770 # button-presses.
5774 xterm-x10mouse|X10 xterm mouse,
5791 # In the X11 protocol, any button-release is encoded with "3" (the lowest 2
5796 # "t" or "T", which was activated by double-clicking. The "t" response was
5806 # X11R5 (November 1993) gave a description of the mouse protocol.
5809 # source-directory to xc/doc/specs/xterm, polishing the formatting but adding
5814 xterm-x11mouse|X11 mouse,
5817 # Here is a suggested description of the xterm highlighting protocol.
5818 # A more complicated example could be constructed to account for the "t"
5824 xterm-x11hilite|X11 mouse with highlight,
5828 # were available. Starting in mid-1995, XFree86 developers collected some of
5833 # CDE's dtterm was introduced around the same time, with no mouse protocol -TD
5836 # "any-event" mouse mode.
5843 xterm+sm+1002|xterm any-button mouse,
5847 xterm-1002|example of xterm any-button mouse,
5850 xterm+sm+1003|xterm any-event mouse,
5853 xterm-1003|example of xterm any-event mouse,
5858 # https://lists.gnu.org/archive/html/bug-ncurses/2023-10/msg00087.html
5859 xterm+focus|xterm focus-in/out event "keys",
5867 # dropping support for the X11 mouse protocol's shift-modifier and using
5872 # xterm patch #262 (2010/8/30) added Ryan Johnson's changes to provide a mode
5873 # where the coordinates in the mouse response would be encoded in UTF-8,
5874 # thereby extending the range of coordinates past 222=(255-33). This is the
5876 xterm+sm+1005|xterm UTF-8 mouse (building block),
5879 xterm-1005|xterm UTF-8 mouse,
5882 # xterm patch #277 (2012/1/7) provides a mode where the mouse response uses
5883 # SGR-style parameters.
5886 # (By the way, this is a problem with the X11 protocol). A more plausible
5888 # from the non-1005 responses.
5891 # protocol regarding button-releases), I provided the 1006 mode, referring
5893 xterm+sm+1006|xterm SGR-mouse (building block),
5896 xterm-1006|xterm SGR-mouse,
5901 # https://lists.gnu.org/archive/html/bug-ncurses/2023-10/msg00087.html
5902 oldxterm+sm+1006|xterm SGR-mouse (building block),
5907 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
5909 # -- Kenji Rikitake)
5911 # -- MATSUMOTO Shoji)
5912 # kterm implements acsc via built-in table of X Drawable's
5921 use=xterm-r6, use=ecma+color,
5922 kterm-color|kterm-co|kterm with ANSI colors,
5927 # These (xtermc and xtermm) are distributed with Solaris. They refer to a
5929 # because they illustrate SVr4 curses mouse controls - T.Dickey
5939 kmous=\E[^_, knp=\E[U, kpp=\E[V, reqmp=\E[492Z, rev=\E[7m,
5961 # Here's a termcap entry I've been using for xterm_color, which comes
5963 # color stuff, I also have a status line defined as the window manager
5964 # title bar. [I have translated it to terminfo -- ESR]
5965 xterm-pcolor|xterm with color used for highlights and status line,
5970 smso=\E[7;31m, smul=\E[4;42m, use=xterm+sl, use=xterm-r6,
5973 # http://unix.stackexchange.com/questions/119/colors-in-man-pages
5975 # http://nion.modprobe.de/blog/archives/569-colored-manpages.html
5978 # https://web-beta.archive.org/web/20070921042430/http://nion.modprobe.de/mostlike.txt
5980 # Reconstructed via infocmp from file: /usr/share/terminfo/x/xterm-pcolor
5987 smso=\E[1;30m\E[47m, smul=\E[32m, TS@, use=xterm-pcolor,
5990 # before ECMA-48 color support was folded into the main-line xterm release.
6018 # The IRAF source has a terminfo using "xterm-r5", but line-drawing does not
6021 # Home/end keys do not work, due to a bug in the X Consortium xterm on which
6024 # https://invisible-island.net/xterm/xterm.faq.html#bug_xterm_r6
6029 # It also has a few features found in later versions of xterm:
6030 # - vi-button and dired-button,
6031 # - i18n stuff like X11R6.
6032 # - colorBD, colorUL
6033 # - scrollBarRight
6035 # Debian provides a package for xgterm (and iraf). Although the source for
6036 # xgterm implements the control-sequences for ANSI color, the packaged xgterm
6037 # does nothing with those, even after installing the app-defaults file which
6043 sgr0=\E[m\017, smacs=^N, use=xterm+acs, use=xterm-r5,
6046 # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
6047 # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
6054 # csw (2002-05-15): make xterm-color primary instead of nxterm, to
6056 xterm-color|nxterm|generic color xterm,
6058 op=\E[m, use=xterm-r6, use=klone+color,
6060 # This entry describes an xterm with Sun-style function keys enabled
6063 # The <kf13>...<kf20> keys are L3-L10. We don't set <kf16=\E[197z>
6065 # The <kf31>...<kf45> keys are R1-R15. We treat some of these in accordance
6068 xterm-sun|xterm with sunFunctionKeys true,
6069 kb2=\E[218z, kcpy=\E[197z, kdch1=\E[3z, kend=\E[220z,
6070 kent=\EOM, kf1=\E[224z, kf10=\E[233z, kf11=\E[192z,
6071 kf12=\E[193z, kf13=\E[194z, kf14=\E[195z, kf15=\E[196z,
6072 kf17=\E[198z, kf18=\E[199z, kf19=\E[200z, kf2=\E[225z,
6073 kf20=\E[201z, kf3=\E[226z, kf31=\E[208z, kf32=\E[209z,
6074 kf33=\E[210z, kf34=\E[211z, kf35=\E[212z, kf36=\E[213z,
6075 kf38=\E[215z, kf4=\E[227z, kf40=\E[217z, kf42=\E[219z,
6076 kf44=\E[221z, kf45=\E[222z, kf46=\E[234z, kf47=\E[235z,
6077 kf5=\E[228z, kf6=\E[229z, kf7=\E[230z, kf8=\E[231z,
6078 kf9=\E[232z, kfnd=\E[200z, khlp=\E[196z, khome=\E[214z,
6079 kich1=\E[2z, knp=\E[222z, kpp=\E[216z, kund=\E[195z,
6083 xterms-sun|small (80x24) xterm with sunFunctionKeys true,
6084 use=xterm-sun,
6087 # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
6088 gnome-rh62|GNOME terminal,
6091 use=linux+kbs, use=xterm-color,
6095 # This implements a subset of VT102 with a random selection of features from
6096 # other terminals such as color and function-keys.
6098 # shift-f1 to shift-f10 are f11 to f20
6110 # it hangs in tack after running function-keys test.
6111 gnome-rh72|GNOME Terminal in RedHat 7,
6117 use=linux+kbs, use=xterm-color,
6122 # However, it does implement ECH, which is a VT220 feature. And there are
6127 # hts) are broken as well. Sometimes flash (as in xterm-new) works.
6130 # operations. Shift-tab generates a distinct sequence so it can be argued
6132 gnome-rh80|GNOME Terminal in RedHat 8,
6135 op=\E[39;49m, use=gnome-rh72,
6140 gnome-rh90|GNOME Terminal in RedHat 9,
6143 kcbt=\E[Z, tbc=\E[3g, vpa=\E[%i%p1%dd, use=xterm+pcf0,
6144 use=xterm+pcfkeys, use=gnome-rh80,
6147 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
6148 gnome-fc5|GNOME Terminal in Fedora Core 5,
6152 use=ansi+enq, use=xterm+pcc0, use=gnome-rh90,
6156 # For any "recent" version of gnome-terminal, it is futile to attempt to
6157 # support modifiers on cursor- and keypad keys because the program usually
6158 # is hardcoded to set $TERM to "xterm", and on startup, it builds a subset
6161 # terminfo according to some constantly changing set of hacker guidelines -TD
6162 vte-2007|VTE in GNOME Terminal snapshot 2.18.1,
6163 use=xterm+pcc2, use=vt220+cvis, use=gnome-fc5,
6164 gnome-2007|GNOME Terminal snapshot 2.18.1,
6165 use=vte-2007,
6169 # In vttest, it claims to be a VT220 with national replacement character-sets,
6170 # but aside from the identifier string, implements only a small fraction of
6171 # VT220's behavior, which will make it less usable on a VMS system (unclear
6174 vte-2008|VTE in GNOME Terminal snapshot 2.22.3,
6175 use=vte+pcfkeys, use=vte-2007,
6176 gnome-2008|GNOME Terminal snapshot 2.22.3,
6177 use=vte-2008,
6180 # VTE 0.34.1 was marked in git 2012-10-15 (three days after patch was applied
6181 # in ncurses). It inherited from gnome-fc5, which broke the modified forms
6182 # of f1-f4 -TD
6184 # Testing with tack shows that flash does not/has not worked -TD
6185 vte-2012|VTE 0.34.1,
6190 use=ecma+italics, use=vte-2008,
6191 # Version 3.6.1 sets TERM to xterm-256color (still hardcoded), which has
6192 # 61 differences from a correct entry for gnome terminal.
6193 gnome-2012|GNOME Terminal 3.6.0,
6194 use=vte-2012,
6199 # the inadvertent use of random terminfo data, though using a set of values
6200 # which did not correspond to any that xterm produced - still not solving the
6204 # kf13-kf24 shift 2 F1 to F12
6205 # kf25-kf36 control 5 F1 to F12
6206 # kf37-kf48 shift/control 6 F1 to F12
6207 # kf49-kf60 alt 3 F1 to F12
6208 # kf61-kf63 shift-alt 4 F1 to F3
6222 # deprecated - use "vte" for newer versions
6224 use=vte-2012,
6225 gnome-256color|GNOME Terminal with xterm 256-colors,
6230 # Originally VTE was promoted as a library able to emulate any terminal by
6232 # ability to read definitions of special keys (function-, editing-, cursor).
6234 # Before 2014, VTE had a termcap reader (originally pointing to a private copy
6235 # of a termcap file derived from xterm). That was incomplete because it did
6236 # not have any of the modifier-key information used for xterm's function-,
6237 # editing-, and cursor-keys. Having its own reader was unnecessary since
6240 # During April/May 2014, a few bug reports (e.g., gnome #169295, gnome #728900,
6242 # calls, then attempting to adapt a chunk of code from ncurses (src/vteti.c),
6243 # abandoning that and finally constructing a table to match xterm's default
6245 vte-2014|VTE 0.35.1,
6247 cbt=\E[Z, el1=\E[1K, flash=\E[?5h$<100/>\E[?5l,
6249 use=oldxterm+sm+1006, use=xterm+pcfkeys, use=vte-2012,
6253 # e.g., with gnome-terminal 3.26.2
6254 vte-2017|VTE 0.50.2,
6255 E3=\E[3J, use=ecma+strikeout, use=vte-2014,
6257 # VTE 0.51.2 and gnome-terminal 3.28.2 copied a feature from KovId's TTY
6259 # incorporated into Debian and Fedora testing-packages in February and March
6262 vte-2018|VTE 0.51.2,
6265 rep=%p1%c\E[%p2%{1}%-%db,
6270 use=vte-2017,
6272 # Summarizing as of March 2022, these terminfo-capabilities of xterm are
6274 # - DEC application keypad mode
6275 # - DEC-compatible status-line
6276 # - DEC left/right margin support
6277 # - DEC printer controls
6278 # - AT&T cursor-blinking
6279 # - meta mode, as documented in terminfo(5)
6280 # - xterm's extension to clear scrollback
6282 use=vte-2018,
6284 vte-256color|VTE with xterm 256-colors,
6290 # gnome-terminal, but has fewer features, fails more screens in vttest.
6291 # Since most of the terminfo-related behavior is due to the VTE library,
6292 # the terminfo is the same as gnome-terminal.
6294 use=vte-2008,
6300 # A terminal written in JavaScript, which can provide xterm-like terminal
6301 # emulation in a browser such as Google Chrome, or in Chome OS.
6306 # the numeric keypad escapes are missing -TD
6310 kcbt=\E[Z, kent=\EOM, nel=\EE, use=linux+kbs,
6314 use=xterm+pcfkeys, use=xterm-basic,
6316 hterm-256color|Chromium hterm with xterm 256-colors,
6323 # A review requires install of Arch Linux since Fedora and Debian don't have
6324 # this program. It uses "vte3-ng" (a conflicting package), which is here:
6325 # https://github.com/thestinger/vte-ng
6326 # which (based on the default branch setting) seems to be a fork of vte
6328 # https://aur.archlinux.org/packages/vte3-ng/
6334 # The entry as given was mislabeled "xterm-termite" (it is not xterm), and
6335 # was mostly cut/paste from xterm-256color, but since VTE does not actually
6337 # trimmed to eliminate those. Also, since it is a slightly older version of
6338 # VTE, it lacks a few more features (again, trimmed).
6339 termite|VTE-based terminal,
6342 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
6348 is2=\E[!p\E[?3;4l\E[4l\E>, kb2=\EOE, kbs=^?, kcbt=\E[Z,
6360 use=xterm+sl-twm,
6363 # Multi-GNOME-Terminal 1.6.2
6368 use=ecma+index, use=xterm-xf86-v333,
6371 # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
6376 use=xterm-color,
6383 # xterm-r6. The default keyboard appears to be 'linux'.
6386 # a) konsole implements several features from XFree86 xterm, though none of
6387 # that is documented - except of course in its source code - apparently
6388 # because its implementors are unaccustomed to reading documentation - as
6391 # incorrectly implemented as a duplicate of the 47 private mode.
6393 # sends PC-style escapes rather than VT100.
6396 # by sending a bogus code (in the source it says it's supposed to be a
6398 # control sequences except for a few special cases). Treat it as a
6399 # mildly-broken VT102.
6403 # Primary Device Attributes now returns the code for a VT100 with advanced
6404 # video option. Perhaps that's intended to be a "mildly-broken Vt102".
6407 # add konsole-solaris
6410 # add control-key modifiers for function-keys, etc.
6429 # Re-enable "bel", since it is latent in the source-code even though KDE config
6431 konsole-base|KDE console window (common),
6445 use=ecma+italics, use=ecma+color, use=xterm-r6,
6450 # "vt100" key-table files along with a compiled-in default key-table.
6453 # "vt100" with xterm, and noticed that the Linux console's F1-F5 differed from
6454 # that. For the same reason, the home/end keys differ. A VT100 had none of
6456 # cursor-keys and the VT100 cursor-keys with application versus normal modes.
6465 # A "solaris" keytab was added in Febrary 2005, copying the "vt100" keytab
6475 # xterm. That was a feature named AnyMod which came in May 2005 for KDE #92749
6476 # (see also Redhat #122815). Later, in June 2007 the compiled-in keytab was
6480 # Essentially AnyMod maps the xterm "PC-style" modifier codes such as 2 for
6481 # Shift into a placeholder in the table entries. That works well if all of the
6483 # first 4 function keys are used in xterm to support the VT100 PF1-PF4 keypad
6485 # But a shifted F2 (F14=F2+12) differs like this, in infocmp's listing:
6488 # In effect, a quarter of konsole's function-keys are different from xterm.
6490 # It is not a simple blunder:
6491 # a) xterm patch #121 (November 1999), providing the first version of the
6492 # PC-style modifiers would send \EO2Q
6496 # \E[1;2Q is that \E[O2Q is not a legal ECMA-48 control sequence. The
6504 konsole-linux|KDE console window with Linux keyboard,
6505 kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13@,
6508 kf8=\E[19~, kf9=\E[20~, use=konsole-base,
6509 konsole-solaris|KDE console window with Solaris keyboard,
6510 kbs=^H, kend=\E[4~, khome=\E[1~, use=konsole-vt100,
6515 konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm,
6516 kend=\E[4~, khome=\E[1~, use=konsole-vt100,
6518 # The value for kbs (see konsole-vt100) reflects local customization rather
6520 konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm,
6522 use=konsole-vt100,
6525 kcbt=\E[Z, use=xterm+pcc2, use=xterm+pcf0,
6531 # provided function-keys based on xterm.
6532 konsole-vt100|KDE console window with VT100 (sic) keyboard,
6537 use=konsole-base,
6542 konsole-vt420pc|KDE console window with VT420 PC keyboard,
6543 kbs=^H, kdch1=^?, use=konsole-vt100,
6545 # make a default entry for konsole
6547 use=konsole-xf4x,
6550 konsole-16color|klone of xterm-16color,
6552 konsole-256color|KDE console window with xterm 256-colors,
6563 # - has blinking text
6564 # - has italics
6565 # - has invisible-text
6567 # - has crossed-out text
6568 # - does not support palette reset with OSC 104
6569 # - testing the function-keys is difficult because the terminal is
6571 # - shift-F1 and shift-F2 are bound to a split-screen feature
6572 # - control-F1 and control-F2 is bound to a new-terminal feature
6574 # - primary response says it is a VT340 (ReGIS and Sixel).
6575 # - has partial support for double-size characters.
6576 # - character-set tests do not work.
6577 # - DEC locator works.
6578 # - 1006-mouse works.
6579 # - focus-events do not work reliably.
6580 # - numeric keypad escapes do not work.
6581 # - back-color erase works
6583 # - title-stack works.
6584 # - doesn't respond to 8-bit controls.
6585 # - 256-color palette initializing works.
6586 # - DECSTR soft-reset is documented.
6590 # soft-reset DECSTR is in sources since 2017/09/19.
6595 # with ncurses, tack and vttest -TD
6609 # This is mlterm 2.9.3's mlterm.ti, with some additions/corrections -TD
6611 # It is nominally a VT102 emulator, with features borrowed from rxvt and
6615 # that the control-modifier itself is used to spawn a new copy of mlterm (the
6616 # "-P" option). So control/F1 to control/F12 may not be usable, depending on
6637 kcbt=\E[Z, kend=\EOF, kent=\EOM, kind=\EO1;2B, kmous=\E[M,
6638 kri=\EO1;2A, mc0=\E[i, nel=\EE, op=\E[39;49m, rev=\E[7m,
6656 mlterm+pcfkeys|mlterm fragment for PC-style fkeys,
6664 kRIT6=\EO1;6C, kRIT7=\EO1;7C, kUP=\EO1;2A, kUP3=\EO1;3A,
6665 kUP4=\EO1;4A, kUP5=\EO1;5A, kUP6=\EO1;6A, kUP7=\EO1;7A,
6667 mlterm-256color|mlterm 3.0 with xterm 256-colors,
6672 # Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
6686 # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
6688 # "rxvt" or "rxvt-color".
6690 # removed dch/dch1 because they are inconsistent with bce/ech -TD
6691 # remove km as per tack test -TD
6692 rxvt-basic|rxvt terminal base (X Window System),
6699 kcbt=\E[Z, kmous=\E[M, rev=\E[7m, ri=\EM, rmir=\E[4l,
6714 # Note: Shift + F1-F10 generates F11-F20
6716 # For the keypad, use Shift to temporarily override Application-Keypad
6717 # setting use Num_Lock to toggle Application-Keypad setting if Num_Lock
6718 # is off, escape sequences toggle Application-Keypad setting.
6723 # Tab ^I ESC [ Z ^I ESC [ Z
6729 # Prior ESC [ 5 ~ scroll-up ESC [ 5 ^ ESC [ 5 @
6730 # Next ESC [ 6 ~ scroll-down ESC [ 6 ^ ESC [ 6 @
6756 # Up ESC [ A ESC [ a ESC O a ESC O A
6768 # XK_KP_Subtract - ESC O m
6782 # The source-code for rxvt actually defines mappings for F21-F35, using
6784 # are rare, so this entry uses the shift- and control-modifiers as in
6787 # kIC is normally not used, since rxvt performs a paste for that (shifted
6790 # kDN, kDN5, kDN6, etc are extensions based on the names from xterm+pcfkeys -TD
6791 # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD
6792 rxvt+pcfkeys|rxvt fragment for PC-style fkeys,
6795 kcuf1=\E[C, kcuu1=\E[A, kel=\E[8\^, kend=\E[8~,
6802 khome=\E[7~, kind=\E[a, kri=\E[b, kDC5=\E[3\^, kDC6=\E[3@,
6806 kPRV6=\E[5@, kRIT5=\EOc, kUP=\E[a, kUP5=\EOa,
6810 # http://www.krsaborio.net/linux-desktops/research/1993/0416.html
6811 #------------------------------------------------------------------------------
6813 # Path: pavo.csi.cam.ac.uk!warwick!uknet!pipex!uunet!zaphod.mps.ohio-state.edu!
6821 # Approved: linux-announce@tc.cornell.edu (Matt Welsh)
6822 # Message-ID: <1qmsvj$pvj@fitz.TC.Cornell.EDU>
6823 # NNTP-Posting-Host: theory.tc.cornell.edu
6827 # Rxvt has been uploaded to /pub/Linux/Incoming/rxvt.tar.z and
6830 # Xvt is an xterm replacement which uses a little less memory, and is
6835 # to make it a little more compact, and to add and remove certain features.
6838 # --
6839 # Send submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu
6840 #------------------------------------------------------------------------------
6842 # Though its change-log does not mention this, John Davis has stated that he
6844 # incorporated into rxvt 2.11 (June 15, 1995). The change-log does not give
6852 # was from one of my bug-reports -TD
6858 rxvt|rxvt-color|rxvt terminal emulator (X Window System),
6861 vpa=\E[%i%p1%dd, use=rxvt-basic, use=ecma+color,
6862 rxvt-256color|rxvt 2.7.9 with xterm 256-colors,
6864 rxvt-88color|rxvt 2.7.9 with xterm 88-colors,
6866 rxvt-xpm|rxvt terminal emulator (X Window System with xpm),
6868 rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin,
6869 acsc=+\257\,\256-\^0\333`\004a\261f\370g\361h\260j\331k
6871 \302x\263y\363z\362{\343|\330}\234~\376,
6873 rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin,
6874 acsc=+\257\,\256-\^0\333`\004a\261f\370g\361h\260j\331k
6876 \302x\263y\363z\362{\343|\330~\376,
6877 use=rxvt-cygwin,
6881 rxvt-16color|rxvt with 16 colors like aixterm,
6888 # makes its function-keys different from other flavors of rxvt -TD
6895 # window collapses to a single line when running several of the screens
6897 # double-sized characters.
6900 # + the color test using ECH shows a gap in the bce model, like rxvt.
6908 kcuf1=\E[C, kcuu1=\E[A, kend=\E[8~, khome=\E[7~,
6915 mrxvt-256color|multitabbed rxvt with 256 colors,
6923 # removed kf0 which conflicts with kf10 -TD
6924 # remove cvvis which conflicts with cnorm -TD
6926 # but does otherwise follow the rxvt+pcfkeys model -TD
6927 # remove nonworking flash -TD
6928 # remove km as per tack test -TD
6929 Eterm|Eterm-color|Eterm with xterm-style color support (X Window System),
6952 Eterm-256color|Eterm with xterm 256-colors,
6955 Eterm-88color|Eterm with 88 colors,
6959 # Based on rxvt 2.4.8, it has a few differences in key bindings
6965 # xiterm 0.5-5.2
6967 # vttest shows several problems with keyboard, cursor-movements.
6968 # see also https://invisible-island.net/xterm/xterm.faq.html#bug_xiterm
6970 km@, use=klone+color, use=xterm-r6,
6976 # chars look like --esr)
6977 hpterm|X-hpterm|HP X11 terminal emulator (old),
6981 cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC,
6983 hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, ind=\n, kbs=^H,
6997 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=hp+arrows,
6998 # HPUX 11 provides a color version.
6999 hpterm-color|HP X11 terminal emulator with color,
7006 # http://bitsavers.trailing-edge.com/pdf/hp/9000_hpux/1986/97089-90081_198611_Facilities_for_Series…
7007 # http://bitsavers.trailing-edge.com/pdf/hp/9000_hpux/1987/97089-90081_198709_Facilities_for_Series…
7009 # This article does not cover the HP 46020A keyboard that is used by the Model
7011 # "The Series 300 ITE as System Console" found in the manual, HP-UX Concepts
7015 # http://bitsavers.trailing-edge.com/pdf/hp/9000_hpux/1986/97089-90042_198608_HP-UX_Concepts_and_Tu…
7021 hpterm-color2|X-hpterm-color2|HP X11 terminal emulator with color (new),
7025 acsc=+>\,<-\^.v0\374``a\374f\372g\376h\374j+k+l+m+n+o-q-s-t+
7026 u+v+w+x|y<z>{*|!}\273~\362,
7028 cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA,
7030 home=\E&a0y0C, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL,
7032 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
7035 %t1%e.%p7%d%;z%p1%dI,
7052 smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, use=hp+pfk-cr,
7057 # emu -term emu
7058 # emu's default sets TERM to "xterm", but that doesn't work well -TD
7059 # fixes: remove bogus rmacs/smacs, change oc to op, add bce, am -TD
7060 # fixes: add civis, cnorm, sgr -TD
7064 acsc=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s
7067 cnorm=\Ea, cr=\r, csr=\Ek%p1%d;%p2%d;, cub=\Eq-%p1%d;,
7069 cup=\EE%p1%d;%p2%d;, cuu=\Ep-%p1%d;, cuu1=\EA,
7088 # emu -term vt220
7089 # with NumLock set (to make the keypad transmit kf0-kf9).
7090 # fixes: add am, xenl, corrected sgr0 -TD
7091 emu-220|Emu-220 (vt200-7bit mode),
7097 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch=\E[%p1%dP,
7103 kcuu1=\E[A, kent=\EOM, kf0=\EOp, kf1=\EOq, kf10=\EOl,
7119 # A commercial product, Reportedly a version of Xterm with an OPEN LOOK UI,
7123 # This is adapted from a FreeBSD bug-report by Daniel Rudy <dcrudy@pacbell.net>
7150 # "mterm -type ansi" sets $TERM to "ansi"
7151 mterm-ansi|ANSI emulation,
7166 mterm|mouse-sun|Der Mouse term,
7171 home=^P, ht=^I, il1=^A, ind=^U, kbs=^H, ll=^R, nel=\r^U, ri=^W,
7173 # "mterm -type decansi" sets $TERM to "decansi"
7175 # note: kdch1, kfnd, kslt are in the source code, but do not work -TD
7203 # VWM 2.0.2 (2009-05-01)
7204 # vwmterm is a terminal emulator written for the VWM console window manager.
7205 # This version is obsolete, replaced by libvterm in 2.1.0 (2009-10-23).
7212 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
7213 kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~,
7227 # MGR is a Bell Labs window system lighter-weight than X.
7228 # These entries describe MGR's xterm-equivalent.
7241 kcuf1=\E[C, kcuu1=\E[A, nel=\r\n, rev=\E1n, rmam=\E5S,
7244 mgr-sun|Mgr window with Sun keyboard,
7245 ka1=\E[214z, ka3=\E[216z, kb2=\E[218z, kc1=\E[220z,
7246 kc3=\E[222z, kcpy=\E[197z, kend=\E[220z, kent=\E[250z,
7247 kf1=\E[224z, kf10=\E[233z, kf11=\E[234z, kf12=\E[235z,
7248 kf2=\E[225z, kf3=\E[226z, kf4=\E[227z, kf5=\E[228z,
7249 kf6=\E[229z, kf7=\E[230z, kf8=\E[231z, kf9=\E[232z,
7250 kfnd=\E[200z, khlp=\E[207z, khome=\E[214z, knp=\E[222z,
7251 kopn=\E[198z, kpp=\E[216z, kund=\E[195z, use=mgr,
7252 mgr-linux|Mgr window with Linux keyboard,
7254 kdch1=\E[3~, kend=\E[4~, kf0=\E[[J, kf1=\E[[A, kf10=\E[21~,
7263 use=st-0.8,
7267 # there is some problem turning off line-drawing
7268 # shift+control function-keys do nothing; shift+control cursor keys work
7269 # the padding tests make the terminal non-functional.
7273 # ECMA-48 cursor movement works, e.g., CHA, CBT, etc.
7275 # This entry discards the ccc/initc capabilities from st-0.7 because they
7276 # belong in st-256color.
7277 st-0.8|simpleterm 0.8,
7282 kUP3=\E[1;3A, kUP5=\E[1;5A, use=ecma+strikeout,
7283 use=st-0.6,
7288 # has control cursor-keys, alt cursor-keys, still no combinations
7291 # Se and Ss are implemented in the source-code, but the terminfo
7292 # provided with the source is incorrect, since Se/Ss are mis-coded
7294 st-0.7|simpleterm 0.7,
7299 kUP3=\E[1;3A, kUP5=\E[1;5A, use=ecma+strikeout,
7300 use=st-0.6, use=xterm+256color,
7302 # st-0.4.1
7304 # This version uses a table which supports a single modifier (a subset of
7305 # xterm's keys, using the same scheme). Because it supports only a single
7306 # modifier in this table, function keys f36-f48 are normally unavailable
7307 # because they are assigned to modifier-4.
7313 # st-meta| simpleterm with meta key,
7314 # st-meta-256color| simpleterm with meta key and 256 colors,
7316 # Rather, it acts like xterm - when the meta feature is disabled.
7318 # Removed invis -TD
7319 # Added eo, removed ul -TD
7322 # implements control-modifier, but not control-shift for special keys
7323 # implements alt-modifier, but not alt-shift for special keys
7330 st-0.6|simpleterm 0.6,
7333 acsc=+C\,D-A.B0E``aaffgghFiGjjkkllmmnnooppqqrrssttuuvvwwxxyy
7342 ka3=\E[5~, kb2=\EOu, kbs=^?, kc1=\E[4~, kc3=\E[6~, kcbt=\E[Z,
7345 kri=\E[1;2A, krmir=\E[2;2~, mc0=\E[i, mc4=\E[4i, mc5=\E[5i,
7366 # st-0.1.1
7372 # Reading the code shows it should work for aixterm 16-colors
7373 # - added st-16color
7376 # - set eo (erase-overstrike)
7377 # - set xenl
7378 # - tbc doesn't work
7379 # - hts works
7380 # - cbt doesn't work
7381 # - shifted cursor-keys send sequences like rxvt
7382 # - sgr referred to unimplemented "invis" mode.
7384 simpleterm|old-st|simpleterm 0.1.1,
7389 cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
7403 st-16color|stterm-16color|simpleterm with 16-colors,
7407 # In st 0.7, 256 colors "works", but when running xterm's test-scripts, some
7410 # terminal wants to use TERM=stterm-256color, but that is longer than 14
7412 st-256color|stterm-256color|simpleterm with 256 colors,
7416 # https://github.com/software-jessies-org/jessies/wiki/Terminator
7418 # Tested using the Debian package org.jessies.terminator 6.104.3256 on 64-bit
7419 # Debian/current -TD (2011/8/20)
7422 # a) using Java, the program starts off using 50Mb, and climbs from there,
7429 # a) tbc does not work (implying that hts also is broken).
7430 # Comparing with the tabs utility shows a problem with the last tabstop on
7431 # a line.
7432 # b) has xterm-style shifted function-key strings
7434 # c) has xterm-style modifiers for cursor keys (shift, control, shift+control,
7436 # d) some combinations of shift/control send xterm-style sequences for
7441 # Issues found with ncurses test-program:
7442 # a) bce is inconsistently implemented
7447 # Checked with xterm's scripts, found that the 256-color palette is fixed.
7450 # a) add sgr string
7456 # Revisiting in May 2019, the Debian package was no longer available, and a
7457 # developer-provided ".deb" does not work. However, a usable Windows ".msi"
7458 # (which relies upon Cygwin) can be tested. The developers provide a terminfo,
7464 # key-definitions could be expanded, with some work:
7465 # + supports xterm-style cursor key-modifiers for shift
7466 # + supports xterm-style function key-modifiers for shift,control,alt
7467 # + supports xterm-style editing key-modifiers for shift,control,alt
7469 # ncurses test-program:
7472 # dim worked once in tack, but not in ncurses test-program
7473 # "F" thick-line characters do not display
7475 # terminal does not respond to 80/132-column switching
7477 # there are several problems in the cursor-movements and screen-features
7478 # no VT52, no double-sized characters
7479 # Device attributes response says it is a vanilla VT100
7483 # miscellaneous ISO-6429 tests, e.g., REP, do not work
7486 # removed the cancel for "hs", removed cbt, invis, corrected sgr -TD
7487 # use xterm+256setaf, etc -TD
7510 use=xterm+256setaf, use=xterm+sl-twm,
7514 # https://www.enlightenment.org/about-terminology
7518 # Tested terminology-0.3.0, 0.6.1, using tack and vttest. This is not a VT100
7519 # emulator, nor is it compatible with xterm, but it uses a few features from
7520 # both -TD
7526 # tack -
7534 # tack function-keys (a subset of xterm+pcf0), and
7535 # tack cursor-keys (a subset of xterm+pce2):
7538 # shift-alt modifier -> shift (2)
7543 # ctrl + khome/kend works - none of the other modifiers do
7544 # vttest -
7546 # no 132-column mode
7547 # fails menu 1, 2 (definitely not VT100-compatible)
7551 # BCE with ED/EL - fail
7552 # BCE with ECH/indexing - fail
7557 # Any-event mouse works
7558 # Mouse button-event works
7561 # does not handle combinations of modifiers - but listing them all would
7562 # involve more effort than its developers spent -TD
7563 terminology-0.6.1|EFL-based terminal emulator (0.6.1),
7566 kRIT=\E[1;2C, kind=\E[1;2B, kri=\E[1;2A,
7576 kRIT7=\E[1;7C, kUP=\E[1;2A, use=ansi+enq, use=xterm+pcf0,
7579 # 2017-11-11:
7582 # tack -
7583 # Shifted cursor-keys send nothing, but xterm modifiers for control+shift
7588 # vttest -
7593 terminology-1.0.0|EFL-based terminal emulator (1.0.0),
7601 use=terminology-0.6.1,
7605 # tack -
7607 # italics and crossed-out text work
7609 # vttest -
7610 # DA1 says this is a VT420 with with 132 columns, NRCS, horizontal scrolling
7611 # DA2 says this is a VT510, version 33.7
7617 terminology-1.8.1|EFL-based terminal emulator (1.8.1),
7619 cvvis@, flash@, initc@, kcbt=\E[Z, rmm@, smm@, Ms@,
7623 use=vt220+cvis, use=ecma+italics, use=xterm-basic,
7626 terminology|EFL-based terminal emulator,
7627 use=terminology-1.8.1,
7638 # terminal programs) is not designed to run with a remote server.
7640 # Packaged in Arch Linux -
7646 # identifies as a VT102
7660 # fails CHT, otherwise ECMA-48 cursor movement ok
7665 # has any-event and button-event mouse
7666 # + does support SGR-mouse
7668 # cursor-position wrong after alternate-screen (fixed in 0.4.0)
7673 # italics and crossed-out work (latter did not work in 0.2.1)
7674 # function-keys work up (tested combinations which window manager allows)
7675 # treats meta as escape-prefix
7677 # The program sources include "alacritty" and "alacritty-direct", which are
7678 # copied from "xterm-256color" and "xterm-direct" (but using semicolon for
7679 # subparameter delimiter). Refactored here to use ncurses building blocks -TD
7684 alacritty-direct|alacritty with direct color indexing,
7687 # cancel km, since it is not actually meta mode -TD
7688 # added ecma+strikeout in 0.3.3 -TD
7689 # added xterm+sl-twm in 0.3.3 -TD
7692 kb2=\EOE, kcbt=\E[Z, kent=\EOM, Se=\E[0 q,
7694 use=xterm+sm+1006, use=xterm-basic, use=xterm+app,
7696 use=xterm+sl-twm, use=ecma+italics, use=xterm+pce2,
7703 rio-direct|fork of alacritty,
7704 use=alacritty-direct,
7708 # Project started in 2016/10 (see alacritty), but is a Python script rather
7713 # Regarding the name "kitty", that is a pun, reflected in the description.
7719 # http://lists.gnu.org/archive/html/bug-ncurses/2018-09/msg00005.html
7725 # Repeatable tests with tack and vttest assume a standard screensize --
7726 # measured in characters. However, kitty uses pixel-measurements and
7728 # Resizing with twm shows only pixel-based hint rather than characters
7733 # {"window-size": [720, 440]}
7744 # ISO-6429
7747 # xterm's SGR-mouse mode is recognized.
7748 # does recognize original alternate-screen
7750 # bug: X10 mouse mode responds like any-event
7751 # bug: highlight-tracking does not work; terminal hangs.
7754 # rs1 adds an empty string for resetting title- and other OSC-strings.
7760 # does not respond to "resize -s"
7765 # no reverse-background, no blink
7769 # however -
7770 # no GR in the locking-shifts screen
7771 # no NRCS or ISO-2022, anyway
7779 # no status-line
7785 # line-drawing with DECCARA does not work
7790 # ISO-6429
7791 # fails REP, SL, SL, but other cursor-movement ok
7793 # does not recognize original alternate-screen
7794 # cursor-position wrong after alternate-screen
7795 # has normal mouse, any-event, any-button, but
7797 # no mouse-highlight tracking
7799 # dtterm - only supports report-size chars/pixels
7800 # recognizes tcap-query
7810 # In contrast to function-keys, some additional modifier combinations
7811 # act like xterm for the editing/cursor-keys, e.g., alt+shift. While
7812 # the implementation is incomplete, the building-blocks are consistent
7813 # with what has been implemented -TD
7814 # DECKPAM does not work -TD
7816 #* meta sends escape (removed kmm) -TD
7817 #* cvvis does not make cursor "more visible" -TD
7820 kitty-direct|KovId's TTY using direct colors,
7825 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
7832 kcbt=\E[Z, op=\E[39;49m, rev=\E[7m, ri=\EM, rmacs=\E(B,
7842 use=ecma+index, use=xterm+pcfkeys, use=xterm+sl-twm,
7857 # This identifies as a VT220 with 4=sixel and 22=color, however:
7860 # status-line does not work because foot does not set the window title
7863 # wrap-test fails
7864 # no application-mode for numeric keypad (unless private mode 1035 is set)
7871 # otherwise few reports, except cursor-position and mouse and some dtterm
7872 # VT520 cursor-movement works, except for left/right margins
7875 # Text: The cursor should be a blinking rectangle
7876 # partial support for xterm mouse any-event mode and button-event mode:
7877 # + does not report focus-in/focus-out
7879 # alternate-screen works
7883 foot-direct|foot with direct color indexing,
7892 kcbt=\E[Z, oc=\E]104\E\\, op=\E[39;49m, ri=\EM,
7904 use=xterm+sl-alt, use=bracketed+paste,
7913 # The domterm command runs a server that manages sessions (usually shell
7914 # processes). The user interface and terminal emulation is handled by a
7915 # JavaScript library that can run in a regular web browser or an embedded
7918 # it can connect to, and display in, a web browser, or as a standalone Qt
7933 # cursor-key application mode works
7934 # numeric keypad application does not work; keys always send face-codes
7935 # sends utf-8 for meta, like xterm
7940 # no VT52, no double-size characters
7944 # CNL does not work; the other ECMA-48 cursor-movement tests work
7945 # REP sort-of works (does not match xterm)
7948 # X10 mouse clicks work -- but return 4 rather than 1 for codes
7949 # any-event mouse mode acts like any-button mode
7950 # implements SGR mouse-mode
7956 bel@, blink@, dim@, invis@, kcbt=\E[Z, ritm@, rmkx=\E[?1l,
7961 use=xterm+pcfkeys, use=xterm-basic,
7971 # "wezterm is a terminal emulator with support for modern features
7974 # wezterm-20230712_072601_f4abf8fd-1.fedora38.x86_64
7981 # ignores "resize -s"
7982 # manual resize and then running resize got off-by-one adjustment
7985 # + sets TERM=xterm-256color
7993 # + rmm/smm don't work (always uses escape-prefix)
8001 # + double-sized character work, with some debris
8005 # + uses PC-style editing keypad \E[H and \E[F for Find and Select
8009 # + 8-bit controls don't work
8014 # Some of the left/right margin tests work with the cursor-movement screen,
8015 # but DECFI/DECBI do not work. The other cursor-movement tests are buggy.
8016 # + implements ECMA-48 cursor movement, but not SL/SR or protected area
8017 # + implements xterm normal, any-event and button-event mouse, none of the rest
8022 use=xterm-256color,
8025 # https://github.com/contour-terminal/contour
8028 # Contour is a modern and actually fast, modal, virtual terminal emulator,
8029 # for everyday use. It is aiming for power users with a modern feature mindset.
8031 # That is three occurrences of "modern" too many -TD
8034 # - cannot run, because the package is not signed.
8037 # contour-terminal-0.3.12.262-6.fc39.x86_64
8038 # - dumps core, cannot test
8041 # contour-terminal-0.4.0.6245-1.fc38.x86_64
8042 # - starts but doesn't display
8045 # contour-terminal-0.4.0.6245-1.fc38.x86_64
8046 # - starts but doesn't display
8047 # contour-terminal-0.3.12.262-1.fc38.x86_64
8049 # + initial screensize 62x23, no visual feedback on resize, no "resize -s"
8058 # + modified F1-F4 are wrong, sending SS3 with modifier numbers
8059 # + shifted editing-keypad doesn't send anything
8061 # + status-line works (based on xterm, including window-resizing)
8070 # infocmp vs xterm-256color
8072 # + rmcup/smcup doesn't use title-stack (but is implemented)
8076 # Developer's terminfo (compiled-in) uses some extensions.
8077 contour|contour-latest|Contour Terminal Emulator,
8084 kc3=, kcbt=\E[Z, kend=\EOF, khlp=, kmous=\E[M, kund=,
8101 contour-direct|Contour terminal with direct colors,
8116 rmul=\Eb^A, smso=\Ea^D, smul=\Ea^A, use=vt52+arrows,
8117 # (vremote: removed obsolete ":nl@:" -- esr)
8129 # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el
8144 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
8158 …p://unix.stackexchange.com/questions/237943/changing-colors-used-by-ls-does-not-work-in-emacs-shel…
8161 # https://lists.gnu.org/archive/html/bug-gnu-emacs/2012-08/msg00481.html
8162 # https://github.com/emacs-mirror/emacs/blob/master/lisp/shell.el
8163 # https://github.com/emacs-mirror/emacs/blob/master/lisp/ansi-color.el
8166 # frequently. The contemporaneous term.el aka ansi-term does not "support"
8167 # italics but does not lose the color information -TD 2017/01/28.
8168 dumb-emacs-ansi|Emacs dumb terminal with ANSI color codes,
8179 # screen-w entries came with version 3.7.1. The screen2 and screen3 entries
8181 # (screen: added <cnorm> on ANSI model -- esr)
8195 # Screen is a full-screen window manager that multiplexes a physical
8197 # virtual terminal provides the functions of a DEC VT100 terminal and, in
8202 # However, there is a design error in its support for video highlights. The
8203 # program uses a table (rendlist) which equates the SGR codes to terminal
8204 # capabilities. That, and color-decoding are hardcoded in screen; its behavior
8214 # --- ---------
8220 # - (unused 6)
8222 # - (unused 8-21)
8227 # - (unused 26)
8230 # ECMA-48 differs from this: 3 and 23 set and reset italics, respectively.
8231 # ECMA-48 does not define "standout" - that is a termcap/terminfo abstraction.
8236 # Because screen uses hard-coded parsing, it does not check if two capabilities
8240 # setting any), but termcap applications do not use sgr -TD
8247 screen-base|VT 100/ANSI X3.64 virtual terminal (base),
8250 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
8257 kbs=^?, kcbt=\E[Z, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
8278 # The bce and status-line entries are from screen 3.9.13 (and require some
8280 screen-bce|VT 100/ANSI X3.64 virtual terminal with bce,
8283 screen-s|VT 100/ANSI X3.64 virtual terminal with hardstatus line,
8294 screen-16color|GNU Screen with 16 colors,
8297 screen-16color-s|GNU Screen with 16 colors and status line,
8298 use=ibm+16color, use=screen-s,
8300 screen-16color-bce|GNU Screen with 16 colors and BCE,
8301 use=ibm+16color, use=screen-bce,
8303 screen-16color-bce-s|GNU Screen with 16 colors using BCE and status line,
8304 bce, use=ibm+16color, use=screen-s,
8307 # Entries for GNU Screen 4.02 with --enable-colors256.
8309 screen-256color|GNU Screen with 256 colors,
8312 screen-256color-s|GNU Screen with 256 colors and status line,
8313 use=xterm+256setaf, use=screen-s,
8315 screen-256color-bce|GNU Screen with 256 colors and BCE,
8316 use=xterm+256setaf, use=screen-bce,
8318 screen-256color-bce-s|GNU Screen with 256 colors using BCE and status line,
8319 bce, use=xterm+256setaf, use=screen-s,
8321 screen.xterm-256color|GNU Screen with xterm using 256 colors,
8322 use=xterm+256setaf, use=screen.xterm-new,
8324 screen.konsole-256color|GNU Screen with konsole using 256 colors,
8327 screen.vte-256color|GNU Screen with vte using 256 colors,
8330 screen.putty-256color|GNU Screen with putty using 256 colors,
8333 screen.mlterm-256color|GNU Screen with mlterm using 256 colors,
8339 # When screen tries to figure out a terminal name for
8342 # no such entry exists, screen tries "screen" (or "screen-w"
8344 # entry cannot be found, "vt100" is used as a substitute.
8348 # covers those (tested with screen 4.00.02) -TD
8349 screen+fkeys|function-keys according to screen,
8359 # Here are a few customized entries which are useful -TD
8362 # (a) screen does not support invis.
8366 # (d) screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
8372 # (g) the xterm-new compatibility does not include bracketed paste.
8374 # xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
8375 # since the default translations override the built-in keycode
8377 screen.xterm-xfree86|screen.xterm-new|screen customized for modern xterm,
8387 # Don't use this, because not everyone has "screen.xterm-new":
8389 #: use=screen.xterm-new,
8391 # xterm-r6 does not really support khome/kend unless it is propped up by
8393 screen.xterm-r6|screen customized for X11R6 xterm,
8394 bw, use=xterm+x11mouse, use=screen+fkeys, use=xterm-r6,
8399 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
8401 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
8414 screen.vte|screen in any VTE-based terminal,
8424 screen.linux|screen.linux-s|screen in Linux console,
8436 # most widely-used terminal emulators. The "bce" capability is supported in
8445 # term screen-bce
8448 screen-bce.xterm-new|screen optimized for modern xterm,
8450 ech@, use=screen+italics, use=screen.xterm-new,
8451 screen-bce.rxvt|screen optimized for rxvt,
8454 screen-bce.Eterm|screen optimized for Eterm,
8457 screen-bce.mrxvt|screen optimized for mrxvt,
8460 screen-bce.gnome|screen optimized for GNOME-Terminal,
8462 screen-bce.konsole|screen optimized for KDE console window,
8464 screen-bce.linux|screen optimized for Linux console,
8468 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols,
8481 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
8495 # screen 4.0 was released 2003-07-21, and as of March 2019, its terminfo file
8496 # was last updated in 2009 to include 256-color support. The most recent
8499 use=ecma+index, use=screen-base,
8507 # mentions a change to implement italics which should be in a version 5,
8508 # (implemented 2016-11-05, but merged 2017-07-09). That does away with the
8511 # The same development branch has some support for direct-colors, but none
8518 use=screen-base,
8526 # descriptions. When screen starts, it looks for a suitable "inner" terminal
8528 # various entries such as screen.xterm-new provide a way to more closely
8540 tmux-256color|tmux with 256 colors,
8543 tmux-direct|tmux with direct-color indexing,
8550 # mosh's DA1 identifies it as a VT220, but sets $TERM to "xterm" or
8551 # "xterm-256color" (hard-coded), which in its pretense that it is xterm, is
8554 # There is little documentation; the existing manpages amount to a quarter of
8556 # on testing, and reading the source-code. For the latter, analysis is aided
8557 # by the developer's extensive use of hard-coded strings.
8559 # The website has an example "Tricky unicode", which shows a shell command
8560 # with a typo (i.e., assuming that a byte in octal uses 4 digits) and suggests
8566 # The other examples follow in a similar vein.
8578 # Unlike screen and tmux, mosh has only limited awareness of a terminal
8580 # not work well with terminals using other key-definitions, such as urxvt.
8588 use=xterm-xfree86, use=bracketed+paste,
8590 mosh-256color|mosh using 256-colors,
8596 # http://www.brain-dump.org/projects/dvtm/
8599 # default-colors.
8600 # + However, default-colors are incomplete: do not set bce.
8604 # + Some of the program is cut/paste from rxvt-unicode, e.g., the ACS table.
8605 # + The built-in table of function-keys (based on rxvt) is incomplete (ends
8607 # + It also omits the shifted cursor- and editing-keypad keys.
8608 # However, it is confused by xterm's shifted cursor- and editing-keypad keys
8610 # and may simply pass-through rxvt's, making it appear to work.
8611 # In other cases such as kf23 and up, no pass-through is done.
8612 # + Most of the mode-settings in the initialization/reset strings are not
8624 kb2=\EOu, kbs=^?, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kel=\E[8\^,
8631 khome=\E[7~, kind=\E[a, kmous=\E[M, kri=\E[b, rev=\E[7m,
8645 dvtm-256color|dynamic virtual terminal manager with 256 colors,
8647 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;
8649 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5
8659 # from www.ncsa.edu. This terminfo description file is based on xterm-vt220,
8662 # NCSA Telnet 2.6 for Macintosh in VT220 8-bit emulation mode
8667 # CTRL-COMND is Emacs meta ON
8669 # answerback string: "ncsa-vt220-8"
8686 # The status-line manipulation is a mapping of the xterm-compatible control
8687 # sequences for setting the window-title. So you must use tsl and fsl in
8688 # pairs, since the latter ends the string that is loaded to the window-title.
8689 ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in VT220-8 mode,
8715 ncsa|NCSA Telnet 2.7 for Macintosh in VT220-8 mode (color),
8716 use=ncsa-m, use=klone+color,
8717 ncsa-ns|NCSA Telnet 2.7 for Macintosh in VT220-8 mode (color w/o status line),
8720 ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in VT220-8 mode (no status line),
8722 dsl@, fsl@, tsl@, use=ncsa-m,
8723 # alternate -TD:
8724 # The documented function-key mapping refers to the Apple Extended Keyboard
8725 # (e.g., NCSA Telnet's F1 corresponds to a VT220 F6). We use the VT220-style
8726 # codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
8727 # some keyboards and many applications require these as F1-F4.
8729 ncsa-vt220|NCSA Telnet using VT220-compatible function keys,
8736 #### Pilot Pro Palm-Top
8750 # project - an heavily stripped down Linux to be run on 16 bit
8751 # boxes or, eventually, to be used in embedded systems - and have been
8755 # To cope with the ELKS dumb console I added an "elks-glasstty" entry;
8759 elks-glasstty|ELKS glass-TTY capabilities,
8765 elks-vt52|ELKS VT52 console,
8768 home=\EH, use=elks-glasstty,
8770 elks-ansi|ELKS ANSI console,
8771 clear=\E[H\E[2J, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A,
8773 use=elks-glasstty,
8775 # As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation
8779 use=elks-vt52,
8785 cols#61, it#8, lines#20, use=elks-vt52,
8798 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M,
8806 # :is1: resets scrolling region in case a previous user had used "tset VT100"
8813 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
8819 # SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
8820 sun-il|Sun Microsystems console with working insert-line,
8824 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP,
8826 ind=\n, kb2=\E[218z, kdch1=^?, kend=\E[220z, kf1=\E[224z,
8827 kf10=\E[233z, kf11=\E[234z, kf12=\E[235z, kf2=\E[225z,
8828 kf3=\E[226z, kf4=\E[227z, kf5=\E[228z, kf6=\E[229z,
8829 kf7=\E[230z, kf8=\E[231z, kf9=\E[232z, khome=\E[214z,
8830 kich1=\E[247z, knp=\E[222z, kopt=\E[194z, kpp=\E[216z,
8831 kres=\E[193z, kund=\E[195z, rev=\E[7m, rmso=\E[m, rmul@,
8839 sun-cgsix|sun-ss5|Sun SparcStation 5 console,
8840 il@, il1@, use=sun-il,
8846 # https://www.bitsavers.org/pdf/sun/sun1/800-0345_Sun-1_System_Reference_Manual_Jul82.pdf
8849 # After NeWS was discontinued, XView provided a similar shelltool, with an
8858 # source shows that its shelltool could tell the host what a particular mode
8861 # If you are using an SS5, change the sun definition to use sun-ss5.
8863 use=sun-il,
8870 sun-s|Sun Microsystems Workstation window with status line,
8872 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs,
8873 use=sun+sl, use=sun-e,
8874 sun-48|Sun 48-line window,
8876 sun-34|Sun 34-line window,
8878 sun-24|Sun 24-line window,
8880 sun-17|Sun 17-line window,
8882 sun-12|Sun 12-line window,
8884 sun-1|Sun 1-line window for sysline,
8888 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character,
8890 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history,
8893 sun-type4|Sun Workstation console with type 4 keyboard,
8894 kcub1=\E[217z, kcud1=\E[221z, kcuf1=\E[219z,
8895 kcuu1=\E[215z, use=sun-il,
8897 # Most of the current references to sun-color are from users wondering why this
8899 # cub, etc., here (rather than in the base sun-il entry) since it is not clear
8900 # when those were added -TD (2005-05-28)
8908 # https://web.archive.org/web/20091231042744/http://src.opensolaris.org/source/xref/onnv/onnv-gate/…
8910 # That (actually a different driver which "supports" sun-color) also supports
8914 # cbt=\E[Z
8917 # It supports bold, but not underline -TD (2009-09-19)
8918 sun-color|Sun Microsystems Workstation console with color support (IA systems),
8935 # <flash> from BRL -- esr)
8936 wsiris|iris40|IRIS emulating a 40 line Visual 50 (approximately),
8956 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
8957 psterm|psterm-basic|NeWS psterm-80x34,
8964 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr,
8968 psterm-96x48|NeWS psterm 96x48,
8970 psterm-90x28|NeWS psterm 90x28,
8972 psterm-80x24|NeWS psterm 80x24,
8974 # This is a faster termcap for psterm. Warning: if you use this termcap,
8976 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
8977 psterm-fast|NeWS psterm fast version (flaky ctrl chars),
8982 dch1=^F, dl1=^K, ed=^B, el=^C, flash=^Z, fsl=^Nl, home=^R, ht=^I,
8983 il1=^A, ind=^W, is1=^N*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
8984 kcuu1=\E[A, ll=^U, rc=^\, rev=^Or, ri=^X, rmcup=^Nt, rmir=^Ni,
8998 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H,
9010 # (news-unk: this had :KB=news: -- esr)
9011 news-unk|Sony NEWS VT100 emulator common entry,
9016 cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, ht=^I,
9027 # (news-29: this had :TY=ascii: --esr)
9028 news-29|Sony NEWS VT100 emulator with 29 lines,
9029 lines#29, use=news-unk,
9030 # (news-29-euc: this had :TY=euc: --esr)
9031 news-29-euc|Sony NEWS VT100 emulator with 29 lines and EUC,
9032 use=news-29,
9033 # (news-29-sjis: this had :TY=sjis: --esr)
9034 news-29-sjis|Sony NEWS VT100 emulator with 29 lines and SJIS,
9035 use=news-29,
9037 # (news-33: this had :TY=ascii: --esr)
9038 news-33|Sony NEWS VT100 with 33 lines,
9039 lines#33, use=news-unk,
9040 # (news-33-euc: this had :TY=euc: --esr)
9041 news-33-euc|Sony NEWS VT100 with 33 lines and EUC,
9042 use=news-33,
9043 # (news-33-sjis: this had :TY=sjis: --esr)
9044 news-33-sjis|Sony NEWS VT100 with 33 lines and SJIS,
9045 use=news-33,
9047 # (news-42: this had :TY=ascii: --esr)
9048 news-42|Sony NEWS VT100 with 42 lines,
9049 lines#42, use=news-unk,
9050 # (news-42-euc: this had :TY=euc: --esr)
9051 news-42-euc|Sony NEWS VT100 with 42 lines and EUC,
9052 use=news-42,
9053 # (news-42-sjis: this had :TY=sjis: --esr)
9054 news-42-sjis|Sony NEWS VT100 with 42 lines and SJIS,
9055 use=news-42,
9057 # NEWS-OS old termcap entry
9059 # (news-old-unk: this had :KB=news:TY=sjis: --esr)
9060 news-old-unk|old Sony NEWS VT100 emulator common entry,
9065 cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, ht=^I,
9067 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
9073 # (nwp512: this had :DE=^H:, which I think means <OTbs> --esr)
9074 nwp512|news|nwp514|news40|vt100-bm|nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|old Sony VT100 emul…
9079 use=news-old-unk,
9081 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
9082 nwp512-a|nwp514-a|news-a|news42|news40-a|old Sony VT100 emulator 42 line,
9085 use=news-old-unk,
9087 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
9088 nwp513|nwp518|nwe501|newscbm|news31|nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old Sony…
9093 use=news-old-unk,
9095 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
9096 # also the alias vt100-bm.
9097 nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old Sony VT100 emulator 33 …
9102 use=news-old-unk,
9104 # (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
9110 use=news-old-unk,
9112 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
9113 news29|news28-a|old Sony VT100 emulator 29 lines,
9117 use=news-old-unk,
9119 # (news511: this had :TY=sjis: --esr)
9120 nwp511|nwp-511|nwp-511 VT100,
9124 cuu1=\E[A$<2/>, dl1=\E[M, ed=\E[J$<30/>, el=\E[K$<3/>,
9127 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
9132 # (news517: this had :TY=sjis:. --esr)
9133 nwp517|nwp-517|nwp-517 VT200 80 cols 30 rows,
9137 tsl=\E[1$}\E[;%df, use=dec+sl, use=vt220-base,
9138 # (news517-w: this had :TY=sjis:. --esr)
9139 nwp517-w|nwp-517-w|nwp-517 VT200 132 cols 50 rows,
9145 tsl=\E[1$}\E[;%df, use=vt220-base,
9161 kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
9177 ######## Non-Unix Consoles
9185 emx-base|DOS special keys,
9190 # Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
9191 # a Unix-style environment used on OS/2. (Note that the suffix makes some
9195 ansi-emx|ANSI.SYS color,
9200 kspd=^Z, nel=\r\n, rev=\E[5;37;41m, rmir=\E[4l,
9204 use=vt220+cvis, use=emx-base,
9206 ansi-color-2-emx|ANSI.SYS color 2,
9209 smso=\E[1;37;46m, smul=\E[1;36;44m, use=ansi-emx,
9211 ansi-color-3-emx|ANSI.SYS color 3,
9214 smso=\E[1;37;46m, smul=\E[0;36;40m, use=ansi-emx,
9215 mono-emx|stupid monochrome ANSI terminal with only one kind of emphasis,
9221 kf4=\0>, kf5=\0?, kf6=\0@, kf7=\0A, kf8=\0B, kf9=\0C,
9229 # shifted kf1-kf12 are kf11-kf22
9231 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[[A,
9243 # several changes based on running with tack and comparing with older entry -TD
9281 # cvvis [make cursor very visible] causes a stackdump when testing with
9285 # kcbt [back-tab key] not implemented in cygwin? \E[Z
9287 # 2005/11/12 -TD
9295 ind=\n, invis=\E[8m, kb2=\E[G, kf1=\E[[A, kf10=\E[21~,
9300 khome=\E[1~, kspd=^Z, nel=\r\n, op=\E[39;49m, rc=\E8,
9314 # Some features are from pcansi. The op value is from linux. Function-keys
9322 ind=\n, kNXT=\E[6$, kPRV=\E[5$, kb2=\E[G, kcbt=\E[Z,
9323 kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
9327 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kspd=^Z,
9340 # The encodings for unshifted arrow keys, F1-F12, Home, Insert, etc. match the
9345 # F1 \E[[A
9367 # Up Arrow \E[A
9369 # Shift-F1 \E[25~
9370 # Shift-F2 \E[26~
9371 # Shift-F3 \E[27~
9372 # Shift-F4 \E[28~
9373 # Shift-F5 \E[29~
9374 # Shift-F6 \E[30~
9375 # Shift-F7 \E[31~
9376 # Shift-F8 \E[32~
9377 # Shift-F9 \E[33~
9378 # Shift-F10 \E[34~
9379 # Shift-F11 \E[35~
9380 # Shift-F12 \E[36~
9382 # Ctrl-F1 \E[47~
9383 # Ctrl-F2 \E[48~
9384 # Ctrl-F3 \E[49~
9385 # Ctrl-F4 \E[50~
9386 # Ctrl-F5 \E[51~
9387 # Ctrl-F6 \E[52~
9388 # Ctrl-F7 \E[53~
9389 # Ctrl-F8 \E[54~
9390 # Ctrl-F9 \E[55~
9391 # Ctrl-F10 \E[56~
9392 # Ctrl-F11 \E[57~
9393 # Ctrl-F12 \E[58~
9395 # Ctrl-Delete \E[43~
9396 # Ctrl-Down Arrow \E[38~
9397 # Ctrl-End \E[44~
9398 # Ctrl-Home \E[41~
9399 # Ctrl-Insert \E[42~
9400 # Ctrl-Left Arrow \E[39~
9401 # Ctrl-Page Down \E[46~
9402 # Ctrl-Page Up \E[45~
9403 # Ctrl-Right Arrow \E[40~
9404 # Ctrl-Up Arrow \E[37~
9406 # Alt-F1 \E[59~
9407 # Alt-F2 \E[60~
9408 # Alt-F3 \E[61~
9409 # Alt-F4 \E[62~
9410 # Alt-F5 \E[63~
9411 # Alt-F6 \E[64~
9412 # Alt-F7 \E[65~
9413 # Alt-F8 \E[66~
9414 # Alt-F9 \E[67~
9415 # Alt-F10 \E[68~
9416 # Alt-F11 \E[79~
9417 # Alt-F12 \E[80~
9419 # Alt-Delete \E[65~
9420 # Alt-Down Arrow \E[60~
9421 # Alt-End \E[66~
9422 # Alt-Home \E[41~
9423 # Alt-Insert \E[64~
9424 # Alt-Left Arrow \E[61~
9425 # Alt-Page Down \E[68~
9426 # Alt-Page Up \E[67~
9427 # Alt-Right Arrow \E[62~
9428 # Alt-Up Arrow \E[59~
9431 # Alt-A \E[82~
9432 # Alt-B \E[82~
9433 # Alt-C \E[83~
9434 # Alt-D \E[84~
9435 # Alt-E \E[85~
9436 # Alt-F \E[86~
9437 # Alt-G \E[87~
9438 # Alt-H \E[88~
9439 # Alt-I \E[89~
9440 # Alt-J \E[90~
9441 # Alt-K \E[91~
9442 # Alt-L \E[92~
9443 # Alt-M \E[93~
9444 # Alt-N \E[94~
9445 # Alt-O \E[95~
9446 # Alt-P \E[96~
9447 # Alt-Q \E[97~
9448 # Alt-R \E[98~
9449 # Alt-S \E[99~
9450 # Alt-T \E[100~
9451 # Alt-U \E[101~
9452 # Alt-V \E[102~
9453 # Alt-W \E[103~
9454 # Alt-X \E[104~
9455 # Alt-Y \E[105~
9456 # Alt-Z \E[106~
9460 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j
9462 \301w\302x\263y\363z\362{\343|\330}\234~\376,
9463 bel=^G, bold=\E[1m, cbt=\E[Z, civis=\E[1v, cnorm=\E[v, cr=\r,
9467 ich1=\E[@, ind=\E[S, kf1=\E[[A, kf10=\E[21~, kf11=\E[23~,
9488 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[1v,
9493 kf0=\E[21~, kf1=\E[[A, kf10=\E[21~, kf2=\E[[B, kf3=\E[[C,
9505 # set (the emulator spits out error messages). Compare with att6386 -TD
9509 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
9511 \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
9513 cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dim=\E[2m,
9533 # See: MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
9535 # are the installation instructions a pile of mind-numbing bureaucratese,
9539 # To use this, you need to a bunch of environment variables:
9544 # which is case-sensitive.
9549 # it incompatible with a lot of other applications, including Visual C++. So
9550 # you should have a separate command window just for vi. All the other
9557 ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode,
9561 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K,
9563 kcuf1=\E[C, kcuu1=\E[A, nel=\r\E[S, rc=\E[u, rev=\E[7m,
9567 # Here's a combination of ansi and vt100 termcap
9576 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
9594 # the documentation dated from 1.9.9e) -TD
9596 # For a US keyboard, with 12 function-kecbt=\E[Z, ys,
9597 # kf1-kf12 are unmodifiedcbt=\E[Z, cbt=\E[Z,
9598 # kf13-kf24 use the shift-key
9599 # kf25-kf36 use the left alt-key
9600 # kf37-kf38 use the control-key
9601 # kf49-kf60 use the shift- and control-keys
9602 # The shifted cursor keys send the sequences originally used for kf61-kf64:
9604 # up=\EF- (kf62)
9608 interix|opennt|opennt-25|ntconsole|ntconsole-25|OpenNT-term compatible with color,
9611 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j
9613 \301w\302x\263y\363z\362{\343|\330}\234~\376,
9616 ind=\E[S, kLFT=\EF\^, kRIT=\EF$, kcbt=\E[Z, kdch1=^?,
9630 knp=\E[T, kpp=\E[S, kri=\EF-, ll=\E[U, nel=\r\n, op=\E[m,
9637 opennt-35|ntconsole-35|OpenNT-term35 compatible with color,
9640 opennt-50|ntconsole-50|OpenNT-term50 compatible with color,
9643 opennt-60|ntconsole-60|OpenNT-term60 compatible with color,
9646 opennt-100|ntconsole-100|OpenNT-term100 compatible with color,
9650 opennt-w|opennt-25-w|ntconsole-w|ntconsole-25-w|OpenNT-term-w compat with color,
9653 opennt-35-w|ntconsole-35-w|OpenNT-term35-w compatible with color,
9654 lines#35, use=opennt-w,
9656 opennt-50-w|ntconsole-50-w|OpenNT-term50-w compatible with color,
9657 lines#50, use=opennt-w,
9659 opennt-60-w|ntconsole-60-w|OpenNT-term60-w compatible with color,
9660 lines#60, use=opennt-w,
9662 opennt-w-vt|opennt-25-w-vt|ntconsole-w-vt|ntconsole-25-w-vt|OpenNT-term-w-vt compat with color,
9666 interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color,
9669 opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color,
9670 lines#35, use=opennt-nti,
9672 opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color,
9673 lines#50, use=opennt-nti,
9675 opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color,
9676 lines#60, use=opennt-nti,
9678 opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color,
9679 lines#100, use=opennt-nti,
9689 # Altos made a moderately successful line of UNIX boxes. In 1990 they were
9690 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
9691 # Acer has a web site at http://www.acer.com.
9698 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
9709 # :sr: was given as a boolean-- esr)
9710 altos2|alt2|altos-2|Altos II,
9713 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl1=\E[M,
9718 kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r,
9727 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
9734 altos3|altos5|alt3|alt5|altos-3|altos-5|Altos III or V,
9736 altos4|alt4|altos-4|Altos IV,
9740 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
9747 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
9759 kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r,
9769 #### Hewlett-Packard (hp)
9771 # Hewlett-Packard
9774 # Vox: 1-(916)-785-4363 (Technical response line for VDTs)
9775 # 1-(800)-633-3600 (General customer support)
9780 # supported (they still have parts). So are the 2392a and 2394a.
9784 # Generic HP terminal - this should (hopefully) work on any HP terminal.
9785 hpgeneric|hp|Hewlett-Packard generic terminal,
9789 cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM,
9790 ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL,
9793 vpa=\E&a%p1%dY,
9795 hp110|Hewlett-Packard model 110 portable,
9802 hp+pfk-cr|HP function keys w/o CR,
9839 # function keys), use 2621-nl or 2621-wl.
9842 # strap A so the regular arrow keys xmit \EA, etc, as with the
9847 # If you like, you can use 2621-ba (brain-damaged arrow keys).
9848 hp2621-ba|HP 2621 w/new rom and strap A set,
9854 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|HP 2621 w/labels,
9855 is2=\E&jA\r, rmkx=\E&jA, use=hp2621-fl,
9856 hp2621-fl|HP 2621,
9859 cbt=\Ei, cup=\E&a%p2%dc%p1%dY, dch1=\EP$<2>, ht=\011$<2>,
9867 hp2621p-a|HP 2621p with fn as arrows,
9871 hp2621-k45|hp2621k45|k45|HP 2621 with 45 keyboard,
9876 hp2621-48|HP 48 line 2621,
9878 cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR,
9882 hp2621-nl|HP 2621 with no labels,
9884 use=hp2621-fl,
9886 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs
9889 hp2621-nt|HP 2621 w/no tabs,
9905 # XmitFnctn(A)=No
9908 # Note: the 2624 DOES have a true <home>, believe it or not!
9911 # This is CLOSE to what is expected for a "status line". However,
9912 # after a message is sent to the "error line", the next carriage
9920 # (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
9921 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B,
9933 # ed is incredibly slow most of the time - I am guessing at the
9938 # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
9947 is2=\E&j@\r, rin=\E&r%p1%dU, use=hp+pfk-cr,
9950 # This entry is for sysline. It allocates a 23 line window with
9951 # a 115 line workspace for regular use, and a 1 line window for
9956 # Create ws #2 with 1 line, Create window #1 lines 1-23,
9957 # Create window #2 lines 24-24, Attach cursor to workspace #1.
9961 hp2626-s|HP 2626 using only 23 lines,
9967 tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, use=hp2626,
9969 hp2626-ns|HP 2626 using all 24 lines,
9974 hp2626-12|Hewlett-Packard 2626 12 lines,
9976 hp2626-12x40|Hewlett-Packard 2626 12 lines 40 columns,
9978 hp2626-x40|Hewlett-Packard 2626 40 columns,
9980 hp2626-12-s|Hewlett-Packard 2626 11 lines plus status,
9981 lines#11, use=hp2626-s,
9986 hp2627a-rev|HP 2627 with reverse video colors,
9991 smul=\E&dD\E&v1S, use=hp2621-nl,
9997 use=hp2621-nl,
10005 hp2640a|HP 2640a,
10011 # (hp2641a: removed unknown :gu: -- esr)
10012 hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry,
10016 cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM,
10017 ed=\EJ, el=\EK, hpa=\E&a%p1%2dC, ht=^I,
10021 vpa=\E&a%p1%2dY,
10037 hp2648|hp2648a|HP 2648a graphics terminal,
10038 clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>,
10041 # The HP 150 terminal is a fairly vanilla HP terminal, with the
10043 # a touch screen, which we don't describe here.
10047 # HP 2382a terminals, "the little ones." They don't have any
10050 hp2382a|hp2382|Hewlett Packard 2382a,
10063 hp2621-a|hp2621a-a|hp2621 with fn as arrows,
10064 use=hp+pfk+arrows, use=hp2621-fl,
10072 smkx=\E&s1A, use=hp+pfk-cr, use=vt52+arrows,
10077 acsc=2[3@4>5I9(:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X:Y+Z*dHjGkTlRmFn
10096 clear=\EH\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR,
10097 cuf=\E&a+%p1%dC, cup=\E&a%p1%dr%p2%dC, cuu=\E&a-%p1%dR,
10098 home=\EH, hpa=\E&a%p1%dC, ll=\E&a23R\r,
10099 mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dR, use=newhp,
10102 clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC,
10103 cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC,
10104 cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR,
10105 home=\E&a0y0C, hpa=\E&a%p1%dC, ll=\E&a0y0C\EA,
10106 mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dY, use=newhp,
10108 # (hp+labels: added label values from a BRL termcap -- esr)
10120 # The new hp2621b is kind of a cross between the old 2621 and the
10121 # new 262x series of machines. It has dip-switched options.
10122 # The firmware has a bug in it such that if you give it a null
10131 hp2621b-p|HP 2621b with printer,
10134 # hp2621b - new 2621b with new extended keyboard
10136 hp2621b-kx|HP 2621b with extended keyboard,
10139 hp2621b-kx-p|HP 2621b with new keyboard & printer,
10140 use=hp+printer, use=hp2621b-kx,
10150 # XmitFnctn(A)=No InhEolWrp=No
10153 # Hp 2622a & hp2623a display and graphics terminals
10158 is2=\E&dj@\r, use=hp+pfk-cr, use=hp+labels, use=scrhp,
10160 # The 2623 is a 2622 with extra graphics hardware.
10164 hp2624b-p|hp2624b-4p-p|Hewlett Packard 2624 B with printer,
10168 hp2624-10p|hp2624a-10p|hp2624b-10p|Hewlett Packard 2624 B w/ 10 pages of memory,
10171 hp2624b-10p-p|Hewlett Packard 2624 B w/ extra memory & printer,
10172 lm#240, use=hp2624b-p,
10178 initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10181 %t1%e.%p7%d%;z%p1%dI,
10187 hp2397a|hp2397|Hewlett Packard 2397A color terminal,
10191 # Terminal Mode HP-PCterm
10195 # Twenty-Five Line Mode YES
10203 hpansi|hp700|Hewlett Packard 700/44 in HP-PCterm mode,
10208 bel=^G, cbt=\E[Z, clear=\E[2J\E[H, cr=\r,
10212 kcbt=\E[Z, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, kf2=\E[18~,
10221 # (hp2392: copied <rmir> here from hpex -- esr)
10224 cbt=\Ei, cup=\E&a%p1%dy%p2%dC, khome=\Eh, kind=\EU,
10226 smul=\E&dD, vpa=\E&a%p1%dY, use=hpsub, use=hp+pfk+cr,
10228 hpsub|HP terminals -- capability subset,
10232 cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC,
10243 # Adds xy-cursor addressing, vertical cursor addressing, home,
10246 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
10247 # moved <rmir> here from hpsub -- esr)
10249 cud1=\n, cup=\E&a%p1%dy%p2%dC, kcub1=^H, kcud1=\n,
10251 vpa=\E&a%p1%dY, use=hpsub,
10254 hp2|hpex2|Hewlett-Packard extended capabilities newer version,
10258 cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP,
10259 dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1,
10271 smso=\E&dB, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,
10272 use=hp+pfk-cr, use=hp+arrows,
10284 # This works on a hp300 console running Utah 4.3 BSD
10290 cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP,
10291 dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I,
10295 tbc=\E3, vpa=\E&a%p1%dY, use=vt52+arrows,
10301 cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP,
10302 dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1,
10307 smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, use=vt52+arrows,
10309 # (hp9845: removed unknown capability :gu: -- esr)
10314 cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM,
10317 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
10319 # added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
10325 cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH,
10326 dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, hts=\E1,
10333 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=ansi+inittabs,
10337 hp98550-color|hp98550a-color|HP 9000 Series 300 color console (Trusler),
10341 acsc=+>\,<-\^.v0\374``a\374f\372g\376h\374j+k+l+m+n+o-q-s-t+
10342 u+v+w+x|y<z>{*|!}\273~\362,
10344 cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA,
10346 hpa=\E&a%p1%dC, hts=\E1, il1=\EL, ind=\ES,
10347 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10350 %t1%e.%p7%d%;z%p1%dI,
10368 u8=\E%[0123456789/], u9=\E*s1\^, vpa=\E&a%p1%dY,
10369 use=hp+pfk-cr, use=ansi+inittabs, use=hp+arrows,
10372 # (hp700-wy: removed obsolete ":nl=^J:";
10373 # replaced /usr/share/tabset/hp700-wy with std because <it#8>,<hts=\E1> -- esr)
10374 hp700-wy|HP 700/41 emulating Wyse30,
10377 cbt=\EI, clear=^Z, cr=\r, cub1=^H, cud1=^V, cuf1=^L,
10382 kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, ked=\EY,
10392 cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA,
10393 dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I,
10400 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=hp+arrows,
10406 cup=\E&a%p1%dy%p2%dC$<6/>, cuu1=\EA, dch1=\EP,
10407 dl1=\EM$<10*/>, ed=\EJ, el=\EK, hpa=\E&a%p1%dC$<6/>, ht=^I,
10411 vpa=\E&a%p1%dY$<6/>, use=vt52+arrows,
10412 gator-t|HP 9000 model 237 emulating extra-tall AAA,
10417 bel=^G, cbt=\E[Z, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
10426 gator-52|HP 9000 model 237 emulating VT52,
10427 cols#128, lines#47, use=vt52-basic,
10428 gator-52t|HP 9000 model 237 emulating extra-tall VT52,
10429 lines#94, use=gator-52,
10431 #### Honeywell-Bull
10440 dku7003-dumb|Honeywell Bull DKU 7003 dumb mode,
10443 cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, ed=^_, el=\E[K,
10445 kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=\r\n,
10451 use=dku7003-dumb,
10453 #### Lear-Siegler (LSI adm)
10460 # WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
10461 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
10462 # was being held to ground would trigger a send of the top line on the screen.
10463 # A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
10480 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
10484 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, ind=\n,
10485 # The following ADM-3A switch settings are assumed for normal operation:
10493 # Open the case and look at the motherboard; if you see an open 24-pin DIP
10496 # (adm3a: some capabilities merged in from BRl entry -- esr)
10506 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
10510 # A lot of terminals other than adm11s use these. Wherever you see
10518 # LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
10519 # Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
10520 # <khome> from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>. <clear> could also
10521 # be ^Z, according to his entry.
10523 # <rev>=\EG4. Looking at other ADMs confirms this -- esr)
10524 adm11|LSI ADM-11,
10530 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf1=^A@\r,
10534 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
10540 # neither earlier nor later ADMSs have it -- esr)
10543 # baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
10544 # see a lot more setup options.
10548 # Ctrl-P Personality character selections (configure for example what
10550 # Ctrl-T tabs 1-80 use left&right to move and up to set and
10551 # Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
10552 # Ctrl-B Binary setup (probably not needed. I think that everything can
10554 # Ctrl-A Answerback mode (enter answerback message)
10555 # Ctrl-U User friendly mode (normal setup)
10556 # Ctrl-D Defaults entire setup and function keys from EPROM tables
10557 # Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
10558 # Ctrl-R Reads both setup and functions keys from NVM.
10559 # Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
10561 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
10565 # The following null-modem cable should fix this and enable you to use
10567 # set ADM-12+ for DTR handshaking from supervisor setup.
10569 # PC Serial ADM-12+
10570 # -------- -------
10571 # 2 - 3
10572 # 3 - 2
10573 # 4 - 5
10574 # 5 - 20
10575 # 6,8 - 4
10576 # 7 - 7
10577 # 20 - 6,8
10582 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
10592 # (adm20: removed obsolete ":kn#7:" -- esr)
10596 bel=^G, cbt=\EI, clear=^Z, cr=\r, cub1=^H, cuf1=^L,
10599 kf1=^A, kf2=^B, kf3=^W, kf4=^D, kf5=^E, kf6=^X, kf7=^Z, rmso=\E(,
10608 # removed bogus-looking \200 from before <cup>. -- esr)
10617 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf1=^A@\r,
10624 # Lear-Siegler ADM 31.
10628 # +-||||-------------------------------------+
10639 # +-+ +-+
10643 # +----------------------------------------------+
10646 # S1 - Data Rate - Modem
10647 # S2 - Data Rate - Printer
10648 # ------------------------
10650 # -------------------
10668 # S3 - Interface/Printer/Attributes
10669 # ---------------------------------
10672 # ---------------
10675 # off on off Busy active on J5-20, CD disabled
10676 # on off off Busy active on J5-19, CD disabled - Factory Set.
10677 # on off on Busy active on J5-19, CD enabled
10679 # sw4 Used in conjunction with S4 for comm interface control - Fact 0
10681 # sw5 Secondary Channel Control (Hardware implementation only) - Fact 0
10683 # sw6 ON enables printer BUSY active LOW - Factory Setting
10684 # OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
10686 # sw7 ON - steady cursor - Factory Setting
10687 # OFF - blinking cursor
10690 # OFF causes SPACE to be displayed instead - Factory Setting
10692 # S4 - Interface
10693 # --------------
10697 # ---------------------------
10698 # OFF ON OFF ON OFF Enable RS-232C interface, Direct Connect and
10699 # Current Loop disabled - Factory Setting
10702 # OFF OFF ON OFF ON Enable Direct Connect interface, RS-232C and
10705 # sw5 ON disables dot stretching mode - Factory Setting
10708 # OFF enables underline function - Factory Setting
10710 # OFF causes NULLS to be displayed as SPACES - Factory Setting
10712 # S5 - Word Structure
10713 # -------------------
10714 # sw1 ON enables BREAK key - Factory Setting
10717 # OFF selects 60Hz monitor refresh rate - Factory Setting
10721 # ---------------
10724 # ON OFF ON Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
10731 # sw6 ON sends bit 8 a 1 (mark)
10732 # OFF sends bit 8 as 0 (space) - Factory Setting
10734 # OFF selects Conversation Mode - Factory Setting
10736 # OFF selects Half Duplex operation - Factory Setting
10738 # S6 - Printer
10739 # ------------
10740 # sw1, sw2, sw6, sw7 Reserved - Factory 0
10746 # OFF disables Printer Port - Factory Setting
10748 # S7 - Polling Address
10749 # --------------------
10750 # sw1-7 Establish ASCII character which designates terminal polling address
10752 # OFF = logic 1 - Factory Setting
10754 # OFF disables Polling Option - Factory Setting
10757 # On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
10763 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
10774 adm31-old|o31|old adm31,
10776 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
10782 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
10792 # The following termcap for the Lear Siegler ADM-42 leaves the
10795 adm42-ns|LSI adm-42 with no system line,
10801 # ADM 1178 terminal -- rather like an ADM-42. Manual is dated March 1 1985.
10827 # Standout mode is dim reverse-video.
10831 cbt=\E[Z, clear=\E?, cr=\r, cub1=^H, cud1=\ED,
10835 il1=\E[L\E[t, ind=\n, khome=\E$A, nel=\r\n, rmcup=,
10842 pt100w|pt200w|wrenw|fenixw|Prime pt100/pt200 in 132-column mode,
10847 pt250w|Prime PT250 in 132-column mode,
10853 # 3475-A North 1st Street
10855 # Vox: (800)-457-4447
10856 # Fax: (408)-473-1510
10865 # built to replace them, and a qvt119+ which was a 101+ with available wide
10866 # mode (132 columns). There was a qvt103 which added VT100/VT131 emulations
10867 # and an ANSI-compatible qvt203 that replaced it. Qume started producing
10868 # ANSI-compatible terminals with the qvt323 and qvt61.
10872 # All current Qume terminals have ANSI-compatible operation modes.
10874 # popular lines such as ADDS, and dual-host capabilities. The qvt82 is
10875 # designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
10877 # model is the qvt520, which is VT420-compatible.
10881 # If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
10882 # setup mode. Shift-s should be a configuration save to NVRAM.
10892 # (reverse-video maybe? But then, are there two <rev> sequences?)
10894 # Added kdch1, kil1, kdl1 based on screenshot -TD:
10895 # http://www.vintagecomputer.net/qume/qvt-108/qume_qvt-108_keyboard.jpg
10899 bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=\r, cub1=^H, cud1=\n,
10905 kel=\ET, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r,
10911 # (qvt103: added <rmam>/<smam> based on init string -- esr)
10918 cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I,
10930 qvt103-w|Qume qvt103 132 cols,
10942 kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r,
10946 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines,
10948 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode,
10951 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25,
10958 qvt203-w|qvt203-w-am|Qume qvt 203 PLUS in 132 cols (w/advanced video),
10962 # Since a command is present for enabling 25 data lines,
10963 # a specific terminfo entry may be generated for the 203.
10967 qvt203-25|QVT 203 PLUS with 25 by 80 column mode,
10970 qvt203-25-w|QVT 203 PLUS with 25 by 132 columns,
10980 # Vox: (408)-954-8333
10981 # Fax: (408)-954-0623
10987 # TeleVideo terminals are ANSI and PC-ANSI compatible.
10992 # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
11073 # <ind>, <hpa>, <vpa>, <am>, <msgr> from SCO entry -- esr)
11077 bel=^G, cbt=\EI, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
11079 home=\E=^A^A, hpa=\E]%p1%{32}%+%c, ht=^I,
11081 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r,
11085 # From: Alan R. Rogers <rogers%albany@csnet-relay>
11087 # (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
11117 kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r,
11122 # <khome> from BRL entry -- esr)
11126 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
11131 kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r,
11141 # tvi{912,920}[bc] - TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C
11144 # Someone has put a scanned copy of the manual online at:
11145 # http://vt100.net/televideo/912b-om/
11148 # These terminals were produced ca. 1979, and had a 12" monochrome
11149 # screen, supported 75-9600 baud (no handshaking), monochrome, 7-bit
11151 # (including some with magic cookies), fancy half-duplex mode, and
11158 # There may or may not have been a separate, earlier series of 912/920
11161 # are quite distinct from the 914 and 924, which were much nicer non-
11162 # magic-cookie terminals similar to the 950.
11164 # This is a new description for the following TeleVideo terminals,
11167 # TVI-912B - very odd layout, no function keys (84 keys)
11168 # TVI-920B - typewriter layout, no function keys (103 keys)
11169 # TVI-912C - very odd layout, function keys F1-F11 (82 keys)
11170 # TVI-920C - typewriter layout, function keys F1-F11 (101 keys)
11172 # To choose a setting for the TERM variable, start with the model:
11175 # ----------||-----------
11176 # TVI-912B || tvi912b
11177 # TVI-912C || tvi912c
11178 # TVI-920B || tvi920b
11179 # TVI-920C || tvi920c
11181 # Then add a suffix from the following table describing installed options
11186 # ------------|--------|--------|---------|-------||---------
11187 # No | No | N/A | N/A | No || -unk
11188 # No | No | N/A | N/A | Yes || -p
11189 # No | Yes | No | N/A | No || -2p-unk
11190 # No | Yes | No | N/A | Yes || -2p-p
11191 # No | Yes | Yes | N/A | No || -vb-unk
11192 # No | Yes | Yes | N/A | Yes || -vb-p
11193 # Yes | No | N/A | No | N/A ||
11194 # Yes | No | N/A | Yes | N/A || -mc
11195 # Yes | Yes | No | No | N/A || -2p
11196 # Yes | Yes | No | Yes | N/A || -2p-mc
11197 # Yes | Yes | Yes | No | N/A || -vb
11198 # Yes | Yes | Yes | Yes | N/A || -vb-mc
11200 # So e.g. a model 920 C with second page memory option, visual bell
11201 # and no magic cookies would be tvi920c-vb; a model 912 B without the
11203 # tvi912b-mc
11214 # running on a Linux box connected to a TVI-920C with a later-model
11215 # (A49C1-style) ROM running at 9600 baud, so your mileage may
11222 # If you want to use the FUNCT key on a tvi912[bc], use the
11229 # -----|--------||------------
11231 # F2 | <kf2> || FUNCT + A
11245 # -------------|--------||------------
11247 # SHIFT + F2 | <kf13> || FUNCT + a
11260 # Here are the switch settings for the TVI-912B/TVI-920B and
11261 # TVI-912C/TVI-920C:
11263 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
11284 # 1: P3-6 Not connected DSR received on P3-6
11285 # 2: P3-8 Not connected DCD received on P3-8
11287 # 3 Open, 4 Open: P3-20 Not connected
11308 # installed, a carriage return is sent.
11313 # NON-STANDARD CAPABILITIES
11315 # Sending <u9> or <u7> returns a cursor position report in the format
11329 # ^AX\r, where X is the sequence normally sent by that key. This is a
11332 # There are quite a few other keys (especially on the 920 models,) but
11338 # operations for uploading all or part of the screen; and block-mode
11342 # a.k.a. half-intensity outside of protect mode) is used to control
11347 # support a few extra escape sequences for manipulating the off-screen
11350 # of those sequences: set cursor position including page (\E-PYX,
11359 # except that a terminal reset (<is2>) enables the keyboard.
11361 # Auto-flip mode (\Ev) is likely faster than the scrolling mode (\Ew)
11362 # enabled in <is2>, but auto-flip is very jarring so we don't use it.
11368 # and uninvert the display) so the <flash> sequence given here is a
11369 # cheesy page-flip instead.
11380 # sequence (<mc4>); this is a slight violation of the terminfo
11387 tvi912b-unk|tvi912c-unk|TeleVideo TVI-912B or TVI-912C (no attributes),
11403 # control characters, and the half-intensity ("protected") attribute
11406 tvi912b+printer|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C page print support,
11409 # This uses half-intensity mode (<dim>) for standout (<smso>), and
11410 # exposes no other attributes (half-intensity is the only attribute
11411 # that does not generate a magic cookie.)
11413 tvi912b+dim|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C half-intensity attribute support,
11418 # Full magic-cookie attribute support, with half-intensity reverse
11419 # video for standout. Note that we add a space in the <dim> sequence
11420 # to give a consistent magic-cookie count. Also note that <sgr> uses
11421 # backspacing (in the TVI-supported order) to apply all requested
11422 # attributes with only a single magic cookie.
11424 tvi912b+mc|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C full magic-cookie attribute support,
11436 tvi912b+2p|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option support,
11443 tvi912b+vb|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option "visible bel…
11448 tvi920b+fn|TeleVideo TVI-920B and TVI-920C function key support,
11449 kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^A`\r, kf13=^Aa\r,
11457 tvi912b-2p-unk|tvi912c-2p-unk|tvi912b-unk-2p|tvi912c-unk-2p|TeleVideo TVI-912B or TVI-912C (second …
11458 use=tvi912b+2p, use=tvi912b-unk,
11460 tvi912b-vb-unk|tvi912c-vb-unk|tvi912b-unk-vb|tvi912c-unk-vb|TeleVideo TVI-912B or TVI-912C (second …
11461 use=tvi912b+vb, use=tvi912b-unk,
11463 tvi912b-p|tvi912c-p|TeleVideo TVI-912B or TVI-912C (no attributes; page print),
11464 use=tvi912b+printer, use=tvi912b-unk,
11466 tvi912b-2p-p|tvi912c-2p-p|tvi912b-p-2p|tvi912c-p-2p|TeleVideo TVI-912B or TVI-912C (second page mem…
11467 use=tvi912b+2p, use=tvi912b+printer, use=tvi912b-unk,
11469 tvi912b-vb-p|tvi912c-vb-p|tvi912b-p-vb|tvi912c-p-vb|TeleVideo TVI-912B or TVI-912C (second page mem…
11470 use=tvi912b+vb, use=tvi912b+printer, use=tvi912b-unk,
11472 tvi912b-2p|tvi912c-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; half-intensity att…
11473 use=tvi912b+2p, use=tvi912b+dim, use=tvi912b-unk,
11475 tvi912b-2p-mc|tvi912c-2p-mc|tvi912b-mc-2p|tvi912c-mc-2p|TeleVideo TVI-912B or TVI-912C (second page…
11476 use=tvi912b+2p, use=tvi912b+mc, use=tvi912b-unk,
11478 tvi912b-vb|tvi912c-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; hal…
11479 use=tvi912b+vb, use=tvi912b+dim, use=tvi912b-unk,
11481 tvi912b-vb-mc|tvi912c-vb-mc|tvi912b-mc-vb|tvi912c-mc-vb|TeleVideo TVI-912B or TVI-912C (second page…
11482 use=tvi912b+vb, use=tvi912b+mc, use=tvi912b-unk,
11484 tvi912b|tvi912c|TeleVideo TVI-912B or TVI-912C (half-intensity attribute),
11485 use=tvi912b+dim, use=tvi912b-unk,
11487 tvi912b-mc|tvi912c-mc|TeleVideo TVI-912B or TVI-912C (magic cookies),
11488 use=tvi912b+mc, use=tvi912b-unk,
11490 tvi920b-unk|tvi920c-unk|TeleVideo TVI-920B or TVI-920C (no attributes),
11491 use=tvi920b+fn, use=tvi912b-unk,
11493 tvi920b-2p-unk|tvi920c-2p-unk|tvi920b-unk-2p|tvi920c-unk-2p|TeleVideo TVI-920B or TVI-920C (second …
11494 use=tvi920b+fn, use=tvi912b+2p, use=tvi912b-unk,
11496 tvi920b-vb-unk|tvi920c-vb-unk|tvi920b-unk-vb|tvi920c-unk-vb|TeleVideo TVI-920B or TVI-920C (second …
11497 use=tvi920b+fn, use=tvi912b+vb, use=tvi912b-unk,
11499 tvi920b-p|tvi920c-p|TeleVideo TVI-920B or TVI-920C (no attributes; page print),
11500 use=tvi920b+fn, use=tvi912b+printer, use=tvi912b-unk,
11502 tvi920b-2p-p|tvi920c-2p-p|tvi920b-p-2p|tvi920c-p-2p|TeleVideo TVI-920B or TVI-920C (second page mem…
11504 use=tvi912b-unk,
11506 tvi920b-vb-p|tvi920c-vb-p|tvi920b-p-vb|tvi920c-p-vb|TeleVideo TVI-920B or TVI-920C (second page mem…
11508 use=tvi912b-unk,
11510 tvi920b-2p|tvi920c-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; half-intensity att…
11512 use=tvi912b-unk,
11514 tvi920b-2p-mc|tvi920c-2p-mc|tvi920b-mc-2p|tvi920c-mc-2p|TeleVideo TVI-920B or TVI-920C (second page…
11516 use=tvi912b-unk,
11518 tvi920b-vb|tvi920c-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; hal…
11520 use=tvi912b-unk,
11522 tvi920b-vb-mc|tvi920c-vb-mc|tvi920b-mc-vb|tvi920c-mc-vb|TeleVideo TVI-920B or TVI-920C (second page…
11524 use=tvi912b-unk,
11526 tvi920b|tvi920c|TeleVideo TVI-920B or TVI-920C (half-intensity attribute),
11527 use=tvi920b+fn, use=tvi912b+dim, use=tvi912b-unk,
11529 tvi920b-mc|tvi920c-mc|TeleVideo TVI-920B or TVI-920C (magic cookies),
11530 use=tvi920b+fn, use=tvi912b+mc, use=tvi912b-unk,
11535 # also added empty <acsc> to suppress tic warning -- esr)
11539 acsc=, clear=^Z, cnorm=\E.3, cr=\r, cub1=^H, cud1=^V, cuf1=^L,
11544 is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z, kcub1=^H,
11550 # also added empty <acsc> to suppress tic warning -- esr)
11554 acsc=, clear=^Z, cnorm=\E.3, cr=\r, cub1=^H, cud1=^V, cuf1=^L,
11559 invis@, is2=\El\E"\EF1\E.3\017\EA\E<, kbs=^H, kclr=^Z,
11563 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
11570 # in from a BSD termcap file because it looks like they do something the
11571 # old ones skip -- esr)
11584 kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A@\r, kf1=^AA\r,
11600 # -----------------------------------------------------
11619 # Settings for word length and stop-bits (S1)
11623 # ---------------------------
11624 # U - 7-bit word
11625 # D - 8-bit word
11626 # - U 2 stop bits
11627 # - D 1 stop bit
11633 # --------------------------------------------
11636 # --------------------------------------------
11639 # --------------------------------------------
11643 # --------------------------------------------
11647 # --------------------------------------------
11651 # --------------------------------------------
11655 # --------------------------------------------
11659 # --------------------------------------------
11662 # --------------------------------------------
11665 # --------------------------------------------
11668 # --------------------------------------------
11671 # --------------------------------------------
11674 # --------------------------------------------
11681 # --------------------------------------------
11684 # --------------------------------------------
11687 # --------------------------------------------
11690 # --------------------------------------------
11693 # --------------------------------------------
11696 # --------------------------------------------
11699 # --------------------------------------------
11702 # --------------------------------------------
11705 # --------------------------------------------
11708 # --------------------------------------------
11711 # --------------------------------------------
11714 # --------------------------------------------
11717 # --------------------------------------------
11720 # --------------------------------------------
11723 # --------------------------------------------
11725 # (tvi925: BSD has <clear=\E*>. I got <is2> and <ri> from there -- esr)
11729 bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=\r, cub1=^H, cud1=^V,
11733 ich1=\EQ, il1=\EE, ind=\n, invis@, is2=\El\E", kbs=^H, kclr=^Z,
11735 ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r,
11741 tvi925-hi|TeleVideo Model 925 with half intensity standout mode,
11746 # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
11763 # start-protected field delimiter (\Ex2\200\200)
11764 # end-protected field delimiter (\Ex3\200\200)
11772 # +-----------------------+-----+-----+-----------------------+
11775 # +------+-----------------------+-----+-----+-----------------------+
11777 # +------+-----------------------+-----+-----+-----------------------+
11779 # +------+-----------------------+-----+-----+-----------------------+
11783 # +-----+-----+-----------------+-----+-----------+-----+-----+
11785 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11787 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11789 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11793 # +-----------+-----+-----+-----+-----+-----------+
11795 # +-----------+-----+-----+-----+-----+ |
11797 # +-----------+-----+-----+-----+-----+-----------+
11814 # +-----+-----+-----+-----+-----------+
11817 # +-----+-----+-----+-----------+
11819 # +-----+-----+-----+-----------+
11825 # +-----+-----+-----+-----------+
11829 # +-----+-----+-----------------+
11831 # +-----+-----+-----------------+
11836 # +-----+-----+-----------------+
11841 # Finally, note that BSD has cud1=^V. -- esr)
11843 # TVI 950 has 11 function-keys -TD
11857 kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf1=^A@\r,
11862 tsl=\Eg\Ef, kF1=^A`\r, kF10=^Ai\r, kF11=^Aj\r, kF2=^Aa\r,
11868 # place cursor at page 0, line 24, column 1 (\E-07 )
11874 # place cursor at 0,24,1 (\E-07 )
11878 tvi950-2p|TeleVideo 950 w/2 pages,
11881 \E\\2\E-07\s\011,
11882 rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s,
11887 # place cursor at page 0, line 24, column 1 (\E-07 )
11892 # place cursor at 0,24,1 (\E-07 )
11894 tvi950-4p|TeleVideo 950 w/4 pages,
11897 \E\\3\E-07\s\011,
11898 rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s,
11906 tvi950-rv|TeleVideo 950 rev video,
11913 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
11914 tvi950-rv-2p|TeleVideo 950 rev video w/2 pages,
11918 \E\\2\E-07\s,
11919 rmcup=\E\\2\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s,
11922 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
11923 tvi950-rv-4p|TeleVideo 950 rev video w/4 pages,
11927 \E\\3\E-07\s,
11928 rmcup=\E\\3\E-07\s, rmkx=\Ek, smcup=\E\\1\E-07\s,
11937 # ko implies -- esr)
11952 tvi955-w|955-w|TeleVideo 955 w/132 cols,
11955 # use half-intensity as normal mode, full intensity as <bold>
11956 tvi955-hb|955-hb|TeleVideo 955 half-bright,
11964 # also added empty <acsc> to suppress tic warning, -- esr)
11968 acsc=, cbt=\E[Z, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr,
11974 kf1=\E?a, kf2=\E?b, kf3=\E?c, kf4=\E?d, kf5=\E?e, kf6=\E?f,
11981 tvi970-vb|TeleVideo 970 with visual bell,
11984 tvi970-2p|TeleVideo 970 with using 2 pages of memory,
11992 # its absence means <smam>=\Ev isn't safe to use. -- esr)
11995 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
11999 cbt=\EI, clear=^Z, cub1=^H, cuf1=^L,
12003 kcuf1=^L, kcuu1=^K, kf0=^A, kf1=^B, khome=^^, mc4=^T, mc5=^R,
12004 rmso=\EF, rmul=\EF, smso=\EG1@A\EH, smul=\EG1B@\EH,
12011 blink=\EG2, bold=\EG\,, cbt=\EI, civis=\E.0, clear=^Z,
12022 kdch1=\EW, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r,
12054 # White Pine Software may be contacted at +1 603/886-9050.
12058 # Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
12060 # Technology's Visual 50 terminal. It's a slight modification of
12063 # (I know what you're thinking; if it's emulating a VT52, then why
12070 # Note especially the <il1> function. <kf4>-<kf6> are really l4-l6 in
12071 # disguise; <kf7>-<kf9> are really l1-l3.
12077 rmso=\ET, rmul=\EW, smso=\EU, smul=\ES, use=vt52-basic,
12082 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
12103 # (This cap is commented out because <smir>/<rmir> is more efficient -- esr)
12124 # to use vi200-f.
12125 vi200-f|Visual 200 no function keys,
12127 vi200-rv|Visual 200 reverse video,
12134 # (vi300: added <rmam>/<smam> based on init string -- esr)
12138 bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=\r, cub1=^H,
12142 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
12151 vi300-old|Visual 300 with old firmware (set edit extent reversed),
12155 # The best place to look for the escape sequences is page A1-1 of the
12158 # be done with the menus in set-up mode.
12162 # also added empty <acsc> to suppress tic warning -- esr)
12177 # The visual 550 is a visual 300 with Tektronix graphics,
12188 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P,
12200 # Vox: (408)-473-1200
12201 # Fax: (408) 473-1222
12204 # Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at
12205 # (800)-800-WYSE (option 5 gets you a human). There's a Web page at the
12214 # These entries include a few small fixes.
12226 # If more than one attribute is needed then the wy30-mc terminfo
12240 ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r,
12251 # This terminal description uses the non-hidden attribute mode
12254 # (wy30-mc: added <smcup> to suppress tic warning --esr)
12255 wy30-mc|wyse30-mc|Wyse 30 with magic cookies,
12269 wy30-vb|wyse30-vb|Wyse 30 visible bell,
12278 # cookies. The wy50-mc terminal description uses magic cookies
12279 # to correctly handle multiple attributes on a screen.
12284 acsc=a;j5k3l2m1n8q:t4u9v=w0x6, bel=^G, cbt=\EI,
12292 kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
12304 smso=\E`6\E), tbc=\E0, kF1=^A`\r, kF10=^Ai\r, kF11=^Aj\r,
12313 # This terminal description uses the non-hidden attribute mode
12320 # (wy50-mc: added <smcup> to suppress tic warning --esr)
12321 wy50-mc|wyse50-mc|Wyse 50 with magic cookies,
12331 wy50-vb|wyse50-vb|Wyse 50 visible bell,
12333 wy50-w|wyse50-w|Wyse 50 132-column,
12337 wy50-wvb|wyse50-wvb|Wyse 50 132-column visible bell,
12338 bel@, use=wy50-w,
12341 # The Wyse 350 is a Wyse 50 with color.
12351 # the foreground changes colors on a black background.
12376 ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r,
12395 wy350-vb|wyse350-vb|Wyse 350 visible bell,
12397 wy350-w|wyse350-w|Wyse 350 132-column,
12401 wy350-wvb|wyse350-wvb|Wyse 350 132-column visible bell,
12402 bel@, use=wy350-w,
12414 kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r,
12421 # alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
12438 kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
12457 wy120-w|wyse120-w|wy150-w|wyse150-w|Wyse 120/150 132-column,
12462 wy120-25|wyse120-25|wy150-25|wyse150-25|Wyse 120/150 80-column 25-lines,
12466 wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|Wyse 120/150 132-column 25-lines,
12468 pln@, rs3=\EwG\Ee)$<100>, use=wy120-w,
12470 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell,
12473 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell,
12474 bel@, use=wy120-w,
12481 # <rs1> -> set personality
12482 # <rs2> -> set number of columns
12483 # <rs3> -> set number of lines
12484 # <is1> -> select the proper font
12485 # <is2> -> do the initialization
12486 # <is3> -> set up display memory (2 pages)
12489 # older Wyse 60's. This change happened mid-1987.
12493 # high order bit set when you hit CTRL-function_key
12498 # where \s is a space ( ).
12505 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
12521 kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
12538 tbc=\E0, kF1=^A`\r, kF10=^Ai\r, kF11=^Aj\r, kF12=^Ak\r,
12543 wy60-w|wyse60-w|Wyse 60 132-column,
12548 wy60-25|wyse60-25|Wyse 60 80-column 25-lines,
12551 wy60-25-w|wyse60-25-w|Wyse 60 132-column 25-lines,
12553 pln@, rs3=\EwG\Ee)$<200>, use=wy60-w,
12555 wy60-42|wyse60-42|Wyse 60 80-column 42-lines,
12561 wy60-42-w|wyse60-42-w|Wyse 60 132-column 42-lines,
12565 rs2=\EeF$<150>\E`;$<150>, use=wy60-42,
12567 wy60-43|wyse60-43|Wyse 60 80-column 43-lines,
12569 pln@, rs3=\Ee+$<150>, use=wy60-42,
12570 wy60-43-w|wyse60-43-w|Wyse 60 132-column 43-lines,
12572 pln@, rs3=\Ee+$<150>, use=wy60-42-w,
12574 wy60-vb|wyse60-vb|Wyse 60 visible bell,
12576 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell,
12577 bel@, use=wy60-w,
12579 # The Wyse-99GT looks at lot like the Wyse 60 except that it
12580 # does not have the 42/43 line mode. In the Wyse-60 the "lines"
12583 # number of lines in a page. The screen can display 25 lines max.
12584 # The Wyse-99GT also has personalities for the VT220 and
12588 # alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
12591 # u0 -> enter Tektronix mode
12592 # u1 -> exit Tektronix mode
12601 wy99gt-w|wyse99gt-w|Wyse 99gt 132-column,
12607 wy99gt-25|wyse99gt-25|Wyse 99gt 80-column 25-lines,
12611 wy99gt-25-w|wyse99gt-25-w|Wyse 99gt 132-column 25-lines,
12613 pln@, rs2=\E`;$<150>, use=wy99gt-w,
12615 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell,
12618 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell,
12619 bel@, use=wy99gt-w,
12622 # - can't redefine function keys (anyway, key redefinition in ANSI mode
12624 # - meta key can't be described (the terminal forgets it when reset);
12625 # The xon-xoff handshaking can't be disabled while in ANSI personality, so
12629 # vi deletes one character at the beginning of a line with tabs in it.
12630 # dch makes sysgen(1M) have a horrible behaviour when deleting
12631 # a screen and makes screen(1) behave badly, so it is disabled too. The nice
12632 # thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
12635 wy99-ansi|Wyse WY-99GT in ANSI mode (int'l PC keyboard),
12639 bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<200>,
12650 kbs=^H, kcbt=\E[z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC,
12669 wy99a-ansi|Wyse WY-99GT in ANSI mode (US PC keyboard),
12670 hts=\EH, is3=\E[?5l, rs3=\E[?5l, tbc=\E[3g, use=wy99-ansi,
12672 # This terminal (firmware version 02) has a lot of bugs:
12673 # - can't set tabs;
12674 # - other bugs in ANSI modes (see above).
12676 # GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
12681 wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard),
12684 acsc='x+y.w_vi~j(k'l&m%n)o9q*s8t-u.v\,w+x=, bel=^G,
12696 kcud1=\n, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r,
12697 kf11=^AJ\r, kf12=^AK\r, kf13=^A`\r, kf14=^Aa\r, kf15=^Ab\r,
12715 wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard),
12719 # The Wyse 160 is combination of the WY-60 and the WY-99gt.
12724 # <rs1> -> set personality
12725 # <rs2> -> set number of columns
12726 # <rs3> -> set number of lines
12727 # <is1> -> select the proper font
12728 # <is2> -> do the initialization
12729 # <is3> -> set up display memory (2 pages)
12738 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
12753 kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
12772 wy160-w|wyse160-w|Wyse 160 132-column,
12777 wy160-25|wyse160-25|Wyse 160 80-column 25-lines,
12780 wy160-25-w|wyse160-25-w|Wyse 160 132-column 25-lines,
12782 pln@, rs3=\EwG\Ee)$<200>, use=wy160-w,
12784 wy160-42|wyse160-42|Wyse 160 80-column 42-lines,
12789 wy160-42-w|wyse160-42-w|Wyse 160 132-column 42-lines,
12792 rs2=\EeF$<150>\E`;$<150>, use=wy160-42,
12794 wy160-43|wyse160-43|Wyse 160 80-column 43-lines,
12796 pln@, rs3=\Ee+$<150>, use=wy160-42,
12797 wy160-43-w|wyse160-43-w|Wyse 160 132-column 43-lines,
12799 pln@, rs3=\Ee+$<150>, use=wy160-42-w,
12801 wy160-vb|wyse160-vb|Wyse 160 visible bell,
12803 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell,
12804 bel@, use=wy160-w,
12806 # The Wyse 75 is a VT100 lookalike without advanced video.
12814 # cookies. The wy75-mc terminal description uses magic cookies
12815 # to correctly handle multiple attributes on a screen.
12825 dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001,
12827 enacs=\E)0, flash=\E[30h\E\,$<250/>\E[30l, fsl=^A,
12851 # This terminal description uses the non-hidden attribute mode
12854 wy75-mc|wyse75-mc|Wyse 75 with magic cookies,
12864 wy75-vb|wyse75-vb|Wyse 75 with visible bell,
12867 wy75-w|wyse75-w|Wyse 75 in 132 column mode,
12870 wy75-wvb|wyse75-wvb|Wyse 75 with visible bell 132 columns,
12872 bel@, use=wy75-w,
12874 # Wyse 85 emulating a VT220 7 bit mode.
12916 wy85-vb|wyse85-vb|Wyse 85 with visible bell,
12919 # Wyse 85 in 132-column mode.
12920 wy85-w|wyse85-w|Wyse 85 in 132-column mode,
12924 # Wyse 85 in 132-column mode with visual bell.
12925 wy85-wvb|wyse85-wvb|Wyse 85 with visible bell 132-columns,
12926 bel@, use=wy85-w,
12938 wy85-8bit|wyse85-8bit|Wyse 85 in 8-bit mode,
12952 kcuu1=\233A, kdch1=\2333~, kf10=\23321~, kf11=\23323~,
12969 # Wyse 185 emulating a VT320 7 bit mode.
12972 # as 24 data lines and a terminal status line (top or bottom) or
12976 # The Compose Character key can be used as a meta key if changed
12977 # by set-up.
12993 is3=\E>\E(B\E)0\017\E[m, kcbt=\E[Z, kf10=\E[21~,
13012 wy185-24|wyse185-24|Wyse 185 with 24 data lines,
13018 wy185-vb|wyse185-vb|Wyse 185+flash,
13021 # Wyse 185 in 132-column mode.
13022 wy185-w|wyse185-w|Wyse 185 in 132-column mode,
13027 # Wyse 185 in 132-column mode with visual bell.
13028 wy185-wvb|wyse185-wvb|Wyse 185+flash+132 cols,
13029 bel@, use=wy185-w,
13032 # Done by Joe H. Davis 3-9-92
13050 kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
13072 wy325-vb|wyse325-vb|Wyse-325 with visual bell,
13078 wy325-w|wyse325-w|wy325w-24|Wyse-325 in wide mode,
13085 wy325-25|wyse325-25|wy325-80|wyse-325|Wyse-325 25 lines,
13091 wy325-25w|wyse325-25w|Wyse-325 132 columns,
13093 pln@, rs3=\EwG\Ee)$<100>, use=wy325-w,
13097 wy325-w-vb|wy325-wvb|wyse325-wvb|Wyse-325 wide mode reverse video,
13098 bel@, use=wy325-w,
13103 wy325-42|wyse325-42|Wyse-325 42 lines,
13109 wy325-42w|wyse325-42w|Wyse-325 42 lines wide mode,
13111 pln@, rs3=\EwG\Ee)$<100>, use=wy325-w,
13115 wy325-42w-vb|wy325-42wvb|Wyse-325 42 lines wide mode visual bell,
13116 bel@, use=wy325-w,
13120 wy325-43|wyse325-43|Wyse-325 43 lines,
13126 wy325-43w|wyse325-43w|Wyse-325 43 lines wide mode,
13128 pln@, rs3=\EwG\Ee)$<100>, use=wy325-w,
13132 wy325-43w-vb|wy325-43wvb|Wyse-325 43 lines wide mode visual bell,
13133 bel@, use=wy325-w,
13135 # Wyse 370 -- 24 line screen with status line.
13145 # <u0> -> enter Tektronix 4010/4014 mode
13146 # <u1> -> exit Tektronix 4010/4014 mode
13147 # <u2> -> enter ASCII mode (from any ANSI mode)
13148 # <u3> -> exit ASCII mode (goto native ANSI mode)
13149 # <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
13150 # <u5> -> exit Tek 4207 mode (goto native ANSI mode)
13153 wy370-nk|Wyse 370 without function keys,
13193 # Function key set for the ASCII (wy-50 compatible) keyboard
13196 wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard,
13197 kcbt=\E[Z, kdch1=\EOQ, kdl1=\EOQ, kent=\EOM, kf1=\E[?4i,
13202 kpp=\E[V, use=ansi+arrows, use=wy370-nk,
13204 # Function key set for the VT-320 (and wy85) compatible keyboard
13206 wy370-105k|Wyse 370 with 105 key keyboard,
13212 lf4=PF4, use=ansi+arrows, use=vt220+vtedit, use=wy370-nk,
13217 wy370-EPC|Wyse 370 with 102 key keyboard,
13218 kcbt=\E[Z, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~,
13222 use=wy370-nk,
13225 wy370-vb|Wyse 370 with visible bell,
13228 # Wyse 370 in 132-column mode.
13229 wy370-w|Wyse 370 in 132-column mode,
13233 # Wyse 370 in 132-column mode with visual bell.
13234 wy370-wvb|Wyse 370 with visible bell 132-columns,
13235 flash=\E[30h\E\,$<300/>\E[30l, use=wy370-w,
13236 wy370-rv|Wyse 370 reverse video,
13241 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator,
13245 cup=\035%{3040}%{89}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}
13259 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator,
13260 cup=\035%{3103}%{91}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}
13264 home=^]8`g @\037, use=wy99gt-tek,
13268 wy370-tek|Wyse 370 Tektronix 4010/4014 emulator,
13272 cup=\035%{775}%{108}%p1%*%{5}%/%-%Py%p2%{64}%*%{4}%+%{5}%/
13284 # Vendor-supplied Wyse entries end here.
13292 # rs1 -> set personality
13293 # rs2 -> set number of columns
13294 # rs3 -> set number of lines
13295 # is1 -> select the proper font
13296 # is2 -> do the initialization
13297 # is3 -> If this string is empty then rs3 gets sent.
13299 # Wyse 520 emulating a VT420 7 bit mode with default ANSI keyboard
13300 # - The BS key is programmed to generate BS in smcup since
13302 # - Remove and shift/Remove: delete a character
13303 # - Insert : enter insert mode
13304 # - Find : delete to end of file
13305 # - Select : clear a line
13306 # - F11, F12, F13: send default sequences (not ESC, BS, LF)
13307 # - F14 : Home key
13308 # - Bottom status line (host writable line) is used.
13309 # - smkx,rmkx are removed because this would put the numeric
13327 is3=\E>\E(B\E)0\017\E[m, kcbt=\E[Z, ked=\E[1~, kel=\E[4~,
13346 wy520-24|wyse520-24|Wyse 520 with 24 data lines,
13352 wy520-vb|wyse520-vb|Wyse 520 with visible bell,
13355 # Wyse 520 in 132-column mode.
13356 wy520-w|wyse520-w|Wyse 520 in 132-column mode,
13361 # Wyse 520 in 132-column mode with visual bell.
13362 wy520-wvb|wyse520-wvb|Wyse 520 with visible bell 132-columns,
13363 flash=\E[30h\E\,$<100/>\E[30l, use=wy520-w,
13366 # Wyse 520 emulating a VT420 7 bit mode.
13369 # - 'End' key will clear till end of line on EPC keyboard
13370 # - Shift/End : ignored.
13371 # - Insert : enter insert mode.
13372 # - Delete : delete a character (have to change interrupt character
13373 # to CTRL-C: stty intr '^c') for it to work since the
13375 wy520-epc|wyse520-epc|Wyse 520 with EPC keyboard,
13382 wy520-epc-24|wyse520-pc-24|Wyse 520 with 24 data lines and EPC keyboard,
13385 use=wy520-epc,
13388 wy520-epc-vb|wyse520-pc-vb|Wyse 520 with visible bell and EPC keyboard,
13389 flash=\E[30h\E\,$<100/>\E[30l, use=wy520-epc,
13391 # Wyse 520 in 132-column mode.
13392 wy520-epc-w|wyse520-epc-w|Wyse 520 in 132-column mode with EPC keyboard,
13395 ip=$<7>, rs2=\E[35h\E[?3h, use=wy520-epc,
13397 # Wyse 520 in 132-column mode with visual bell.
13398 wy520-epc-wvb|wyse520-p-wvb|Wyse 520 with visible bell 132-columns and EPC keyboard,
13399 flash=\E[30h\E\,$<100/>\E[30l, use=wy520-epc-w,
13401 # Wyse 520 in 80-column, 36 lines
13402 wy520-36|wyse520-36|Wyse 520 with 36 data lines,
13408 # Wyse 520 in 80-column, 48 lines
13409 wy520-48|wyse520-48|Wyse 520 with 48 data lines,
13415 # Wyse 520 in 132-column, 36 lines
13416 wy520-36w|wyse520-36w|Wyse 520 with 132 columns and 36 data lines,
13420 use=wy520-36,
13422 # Wyse 520 in 132-column, 48 lines
13423 wy520-48w|wyse520-48w|Wyse 520 with 48 data lines (132 column),
13427 use=wy520-48,
13430 # Wyse 520 in 80-column, 36 lines with EPC keyboard
13431 wy520-36pc|wyse520-36pc|Wyse 520 with 36 data lines and EPC keyboard,
13435 use=wy520-epc,
13437 # Wyse 520 in 80-column, 48 lines with EPC keyboard
13438 wy520-48pc|wyse520-48pc|Wyse 520 with 48 data lines and EPC keyboard,
13442 use=wy520-epc,
13444 # Wyse 520 in 132-column, 36 lines with EPC keyboard
13445 wy520-36wpc|wyse520-36wpc|Wyse 520 with 36 data lines and EPC keyboard (132 column),
13449 use=wy520-36pc,
13451 # Wyse 520 in 132-column, 48 lines with EPC keyboard
13452 wy520-48wpc|wyse520-48wpc|Wyse 520 with 48 data lines and EPC keyboard (132 column),
13456 use=wy520-48pc,
13458 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
13459 # (wyse-vp: removed <if=/usr/share/tabset/wyse-adds>, there's no such
13460 # file and we don't know what <hts> is -- esr)
13461 wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on,
13465 cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EW,
13466 dl1=\El, ed=\Ek, el=\EK, home=^A, ht=^I, il1=\EM, ind=\n,
13468 kcuu1=^Z, khome=^A, ll=^A^Z, nel=\r\n, rmir=\Er, rmso=^O,
13472 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad,
13482 cbt=\EI, clear=^Z, cub1=^H, cud1=\n, cuf1=^L,
13491 # non-ANSI terminal emulators later in the file.
13496 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
13497 # From: greg small <gts@populi.berkeley.edu> 9-25-84
13503 el=\EK, home=\EH, is2=K0 Standard Kermit 9-25-84\n,
13505 kermit-am|standard kermit plus auto-margin,
13513 # From: greg small <gts@populi.berkeley.edu> 8-30-84
13518 is2=K2 UCB IBMPC Kermit 1.2 8-30-84\n, use=kermit,
13524 # From: greg small <gts@populi.berkeley.edu> 12-19-84
13528 is2=\EO\Eq\EJ\EY7\sK3\sUCB\sIBMPC\sKermit\s1.20\s\s12-19-84
13531 # MS-DOS Kermit 2.27 for the IBMPC
13537 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
13538 # From: greg small <gts@populi.berkeley.edu> 3-17-85
13539 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC,
13547 \sIBMPC\s3-17-85\n,
13550 # MS-DOS Kermit 2.27 with automatic margins
13551 # From: greg small <gts@populi.berkeley.edu> 3-17-85
13552 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins,
13556 \smargins\s3-17-85\n,
13558 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
13561 # (msk22714: removed obsolete ":kn#10:" -- esr)
13562 # From: greg small <gts@populi.berkeley.edu> 3-17-85
13563 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC,
13567 \sIBM\sPC\s3-17-85\n,
13571 # This was designed for a VT320 emulator, but it is probably a good start
13573 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
13574 # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
13575 vt320-k3|MS-Kermit 3.00's VT320 emulation,
13603 # (I removed a bogus boolean :mo: and added <msgr>, <smam>, <rmam> -- esr)
13604 vt320-k311|DEC VT320 series as defined by kermit 3.11,
13625 ######## NON-ANSI TERMINAL EMULATIONS
13630 # These entries attempt to describe Avatar, a terminal emulation used with
13631 # MS-DOS bulletin-board systems. It was designed to give ANSI-like
13638 # low 7 bits of the IBM-PC display-memory attribute. Bletch.
13647 # ^L -- clear window/reset current attribute to default
13648 # ^V^A%p1%c -- set current color attribute, parameter decodes as follows:
13652 # +---+---+ | +---+---+
13658 # ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) up by p1 lines
13659 # ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) down by p1 lines
13660 # ^V^L%p1%c%p2%c%p3%c -- clear p2 lines and p3 cols w/attr %p1
13661 # ^V^M%p1%c%p2%c%p3%c%p4%c -- fill p3 lines & p4 cols w/char p2+attr %p1
13662 # (^V^L and ^V^M set the current attribute as a side-effect.)
13663 # ^V ^Y <a> [...] <c> -- repeat pattern. <a> specifies the number of bytes
13665 # should be repeated. If either value is 0, no-op.
13669 # ^V^O -- clockwise mode on; turn print direction right each time you
13670 # hit a window edge (yes, really). Turned off by CR
13671 # ^V^P -- no-op
13672 # ^V^Q%c -- query the driver
13673 # ^V^R -- driver reset
13674 # ^V^S -- Sound tone (PC-specific)
13675 # ^V^T -- change highlight at current cursor position to %c
13676 # ^V^U%p1%c%p2%c -- highlight window <a> with attribute <b>
13678 # -- define window
13685 # Update by TD - 2004: half of this was inconsistent. Found documentation
13687 # available documentation gives no clues for a workable string.
13691 blink=^V^B, bold=^V^A^P, cr=\r, cub1=^V^E, cud1=^V^D,
13693 ind=\n, invis=^V^A\0, rep=\031%p1%c%p2%c, rev=^V^Ap,
13698 sgr0=^V^A^G, smacs@, smso=^V^Ap, smul=^V^A^A,
13705 civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+,
13710 # RBComm is a lean and mean terminal emulator written by the Interrupt List
13713 # its very small memory footprint and to a cute macro language.
13717 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=^L, cr=\r,
13720 dl=\E[%p1%dM, dl1=^Z, ech=\E[%p1%dX, ed=^F5, el=^P^P, ht=^I,
13723 kcub1=^B, kcud1=^N, kcuf1=^F, kcuu1=^P, khome=^A, nel=\r\ED,
13730 rbcomm-nam|IBM PC with RBcomm without autowrap,
13735 rbcomm-w|IBM PC with RBcomm in 132 column mode,
13745 # from: Eric Z. Ayers (eric@ale.org)
13762 # does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
13786 # This section also includes Teletype-branded VDTs.
13792 # These are AT&T's official terminfo entries. All-caps aliases have been
13800 ich=\E[%p1%d@, ind=\n, kcbt=\E[Z, kclr=\E[J, kdch1=\E[P,
13813 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
13817 # standout= reverse + half-intensity = 3 | 5.
13819 # note that half-bright blinking doesn't look different from normal blinking.
13821 # (att4410: a BSD entry has been seen with the following capabilities:
13823 # <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
13824 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1,
13827 acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyz
13828 z{{||}}~~,
13845 pln=\E[%p1%d;00q%p2%:-16s, ri=\EM, rmacs=^O,
13853 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1,
13857 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2,
13862 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode,
13866 # 5410 in terms of a VT100
13867 # (v5410: added <rmam>/<smam> based on init string -- esr)
13868 v5410|att5410 in terms of a VT100,
13875 cuu1=\E[A$<2>, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>,
13889 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
13910 # We use \212 to program the ^J because a bare ^J will get translated by
13911 # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
13915 # Key capabilities assume the power-up send sequence...
13920 # smkx programs the SYS PF keys to send a set sequence.
13922 # This string causes them to send the strings <kf1>-<kf8>
13924 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
13934 is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M,
13942 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV,
13952 att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols,
13956 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv,
13959 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv,
13971 pln=\E[%p1%d;0;0;1q%p2%:-16.16s,
13973 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels,
13977 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels,
13979 use=att4415-rv,
13981 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels,
13983 use=att4415-w,
13985 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing label…
13987 use=att4415-w-rv,
13993 cbt=\E[1Z, clear=\EH\EJ, cnorm=\E[11;0j, cr=\EG, cub1=^H,
13995 cuu1=\E[1A, cvvis=\E[11;1j, dch=\E[%p1%dP, dch1=\E[P,
14003 kbeg=\Et, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P, kdl1=\E[M,
14012 pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, ri=\EM,
14023 att5420_2-w|AT&T 5420 model 2 in 132 column mode,
14048 att4418-w|att5418-w|AT&T 5418 132 cols,
14063 # The following is a terminfo entry for the Teletype 4424
14064 # asynchronous keyboard-display terminal. It supports
14067 # HIGHLIGHT DEFINITION 3-TONE
14070 # The second entry below provides limited (a la adm3a)
14074 # and HIGHLIGHT DEFINITION 3-TONE
14077 # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
14095 att4424-1|tty4424-1|Teletype 4424 in display function group I,
14101 # I have no idea why this is -- older firmware version, maybe?
14103 # This entry appears to avoid the top line - I have no idea why.
14109 cup=\E[%i%p1%2d;%p2%2dH\E[B, cuu1=\E[A, dch1=\EP,
14121 # This has been tested on a preliminary model.
14123 # (att5425: added <rmam>/<smam> based on the init string -- esr)
14134 is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kclr=\E[J, kdch1=\E[P,
14140 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, ri=\EM,
14153 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels,
14156 att5425-w|att4425-w|tty5425-w|Teletype 4425/5425 in 132 column mode,
14161 # I also added <rmam>/<smam> -- esr)
14179 # Terminfo entry for the AT&T 510 A Personal Terminal
14180 # Function keys 9 - 16 are available only after the
14187 att510a|bct510a|AT&T 510A Personal Terminal,
14190 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14197 kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B,
14198 kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, kf11=\EOe,
14202 mc4=\E[?8i, mc5=\E[?4i, nel=\EE, pln=\E[%p1%dp%p2%:-16s,
14219 # describe in a terminfo.
14223 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14230 kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B,
14231 kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, kf11=\EOe,
14236 pln=\E[%p1%dp%p2%:-16s, rc=\E8, ri=\EM, rmacs=^O,
14247 # (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
14251 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14265 kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd,
14281 pln=\E[%p1%dp%p2%:-16s, rc=\E8, ri=\EM, rin=\E[%p1%dF,
14295 # 01-07-88:
14320 lpi=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e
14321 %p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;,
14323 scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1
14326 \E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t
14334 # The following SET-UP modes are assumed for normal operation:
14336 # Other SET-UP modes may be set for operator convenience or communication
14338 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14340 att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs,
14351 # The following SET-UP modes are assumed for normal operation:
14353 # Other SET-UP modes may be set for operator convenience or communication
14355 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14357 # Be aware that older versions of the dmd have a firmware bug that affects
14374 att5620-24|tty5620-24|dmd-24|Teletype dmd 5620 in a 24x80 layer,
14376 att5620-34|tty5620-34|dmd-34|Teletype dmd 5620 in a 34x80 layer,
14379 att5620-s|tty5620-s|layer|vitty|AT&T 5620 S layer,
14390 # keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
14395 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, cr=\r, cub1=^H,
14399 kLFT=\E[ A, kRIT=\E[ @, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P,
14413 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m,
14420 att605-pc|AT&T 605 in pc term mode,
14427 att605-w|AT&T 605-w 132 column 102 key keyboard,
14432 # and the 615 is like a 610 with a big keyboard, and most of their other
14433 # smart terminals support the same sequence -- esr)
14438 bel=^G, cbt=\E[Z, cr=\r, cub1=^H, cvvis=\E[?12;25h,
14443 is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A,
14444 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14450 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM, rmacs=^O,
14460 att610-w|AT&T 610; 132 column; 98key keyboard,
14465 att610-103k|AT&T 610; 80 column; 103key keyboard,
14479 att610-103k-w|AT&T 610; 132 column; 103key keyboard,
14482 use=att610-103k,
14484 kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE,
14491 att615-w|AT&T 615; 132 column; 98key keyboard,
14492 kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE,
14498 kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610-w,
14499 att615-103k|AT&T 615; 80 column; 103key keyboard,
14500 kLFT=\E[ A, kRIT=\E[ @, use=att610-103k,
14501 att615-103k-w|AT&T 615; 132 column; 103key keyboard,
14502 kLFT=\E[ A, kRIT=\E[ @, use=att610-103k-w,
14504 # <rin>/<indn> from a BSD termcap -- esr)
14509 bel=^G, cbt=\E[Z, cr=\r, cub1=^H, cvvis=\E[?12;25h,
14514 is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @,
14515 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14527 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM,
14539 att620-w|AT&T 620; 132 column; 98key keyboard,
14543 att620-103k|AT&T 620; 80 column; 103key keyboard,
14561 att620-103k-w|AT&T 620; 132 column; 103key keyboard,
14564 use=att620-103k,
14566 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
14569 # Font_Size=Large Non-Layers_Window_Cols=80
14570 # Non-Layers_Window_Rows=60
14572 # requirements. Some capabilities assume a printer attached to the Aux EIA
14573 # port. This termcap description is for the Fixed Non-Layers Window. No
14574 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14575 # (att630: added <ich1>, <blink> and <dim> from a BSD termcap file -- esr)
14579 bel=^G, blink=\E[5m, cbt=\E[Z, cr=\r, cub1=^H,
14581 ht=^I, ind=\ED, is2=\E[m, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P,
14595 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines,
14630 # Note: For the same reason as above in rmso I changed exit under-score mode
14642 # pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
14643 # SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
14651 # From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
14672 # etc..... Available from AT&T CIC 800-432-6600...
14673 # ask for Document number 999-300-660..
14685 is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kcbt=\E[Z,
14699 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM, rmacs=^O,
14723 # (att730: I added <rmam>/<smam> based on the init string -- esr)
14728 bel=^G, cbt=\E[Z, cr=\r, cub1=^H, dch=\E[%p1%dP, dch1=\E[P,
14733 is2=\E[m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A,
14734 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14745 pfx=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}
14746 %<%tq\s\s\sSYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
14747 pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%:-16.16s%p2%s,
14748 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM, rmacs=^O,
14760 # "MGT" is "Multi-Tasking Graphics Terminal"
14761 att730-41|730MTG-41|AT&T 730-41 windowing terminal,
14763 att730-24|730MTG-24|AT&T 730-24 windowing terminal,
14768 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal,
14770 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal,
14781 # +----------------------------------------------------------------+
14807 # +----------------------------------------------------------------+
14837 # Pn1= Window number (1-39)
14838 # Pn2-Pn5= Y;X;Y;X coordinates
14894 # (printer-available field not documented in v1)
14915 # Pn= Button number (00-06, 18-24)
14916 # (kf00-kf06, kf18-kf24)
14932 # 05-Aug-86:
14945 kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s,
14957 att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines,
14960 att505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines,
14963 #### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
14966 # cleanly and compiled in sections -- no `use' references cross this cut
14972 # Yes, these are the same people who are better-known for making audio- and
14977 # (ampex80: some capabilities merged in from SCO's entry -- esr)
14996 # No backspace key in the main QWERTY cluster. Fortunately, it has a
14997 # NEWLINE/PAGE key just above RETURN that sends a strange single-character
14998 # code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
15002 ampex175-b|Ampex d175 using left arrow for erase,
15005 # (ampex210: removed obsolete ":kn#10:" -- esr)
15021 # and moved the padding to be *after* the caps -- esr)
15022 ampex219|ampex-219|amp219|Ampex with automargins,
15025 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, cbt=\E[Z,
15029 cuu1=\E[A$<2>, cvvis=\E[?3h, dim=\E[1m, ed=\E[J$<50>,
15032 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[21~,
15038 ampex219w|ampex-219w|amp219w|Ampex 132 cols,
15042 # (ampex232: removed <if=/usr/share/tabset/ampex>, no file and no <hts> --esr)
15043 ampex232|ampex-232|Ampex Model 232,
15051 kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r,
15054 # (ampex: removed <if=/usr/share/tabset/amp-132>, no file and no <hts> -- esr)
15061 # Ann Arbor made dream terminals for hackers -- large screen sizes and huge
15063 # allowing up to 76-character screen heights! They were reachable at:
15068 # (313)-663-8000
15077 # split out into several for the various screen sizes by dave-yost@rand
15085 # A menu: 0000 1010 0001 0000
15097 # A menu: 0000 1010 0001 0000
15121 # 2 bits of parity - 00=odd,01=even*,10=space,11=mark
15140 # require/do not require receipt of a DC1 from host after each LF*
15141 # pause key acts as a meta key/pause key is pause*
15155 # number of lines on a sheet of paper (printer) (66*)
15213 aaa+unk|aaa-unk|Ann Arbor Ambassador (internal - don't use this directly),
15221 is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kcbt=\E[Z, kclr=\E[J,
15229 rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E
15235 smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E
15255 aaa-18|Ann Arbor Ambassador/18 lines,
15260 aaa-18-rv|Ann Arbor Ambassador/18 lines+reverse video,
15261 use=aaa+rv, use=aaa-18,
15262 aaa-20|Ann Arbor Ambassador/20 lines,
15267 aaa-22|Ann Arbor Ambassador/22 lines,
15272 aaa-24|Ann Arbor Ambassador/24 lines,
15277 aaa-24-rv|Ann Arbor Ambassador/24 lines+reverse video,
15278 use=aaa+rv, use=aaa-24,
15279 aaa-26|Ann Arbor Ambassador/26 lines,
15284 aaa-28|Ann Arbor Ambassador/28 lines,
15289 aaa-30-s|aaa-s|Ann Arbor Ambassador/30 lines w/status,
15293 fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8,
15297 aaa-30-s-rv|aaa-s-rv|Ann Arbor Ambassador/30 lines+status+reverse video,
15298 use=aaa+rv, use=aaa-30-s,
15299 aaa-s-ctxt|aaa-30-s-ctxt|Ann Arbor Ambassador/30 lines+status+save context,
15301 smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s,
15302 aaa-s-rv-ctxt|aaa-30-s-rv-ct|Ann Arbor Ambassador/30 lines+status+save context+reverse video,
15304 smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv,
15305 aaa|aaa-30|ambas|ambassador|Ann Arbor Ambassador/30 lines,
15310 aaa-30-rv|aaa-rv|Ann Arbor Ambassador/30 lines in reverse video,
15311 use=aaa+rv, use=aaa-30,
15312 aaa-30-ctxt|aaa-ctxt|Ann Arbor Ambassador/30 lines; saving context,
15314 use=aaa-30,
15315 aaa-30-rv-ctxt|aaa-rv-ctxt|Ann Arbor Ambassador/30 lines reverse video; saving context,
15317 use=aaa+rv, use=aaa-30,
15318 aaa-36|Ann Arbor Ambassador/36 lines,
15323 aaa-36-rv|Ann Arbor Ambassador/36 lines+reverse video,
15324 use=aaa+rv, use=aaa-36,
15325 aaa-40|Ann Arbor Ambassador/40 lines,
15330 aaa-40-rv|Ann Arbor Ambassador/40 lines+reverse video,
15331 use=aaa+rv, use=aaa-40,
15332 aaa-48|Ann Arbor Ambassador/48 lines,
15337 aaa-48-rv|Ann Arbor Ambassador/48 lines+reverse video,
15338 use=aaa+rv, use=aaa-48,
15339 aaa-60-s|Ann Arbor Ambassador/59 lines+status,
15343 fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8,
15345 aaa-60-s-rv|Ann Arbor Ambassador/59 lines+status+reverse video,
15346 use=aaa+rv, use=aaa-60-s,
15347 aaa-60-dec-rv|Ann Arbor Ambassador/DEC mode+59 lines+status+rev video,
15348 use=aaa+dec, use=aaa+rv, use=aaa-60-s,
15349 aaa-60|Ann Arbor Ambassador/60 lines,
15353 aaa-60-rv|Ann Arbor Ambassador/60 lines+reverse video,
15354 use=aaa+rv, use=aaa-60,
15355 aaa-db|Ann Arbor Ambassador 30/destructive backspace,
15357 cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, use=aaa-30,
15359 guru|guru-33|guru+unk|Ann Arbor guru/33 lines 80 cols,
15366 guru-rv|guru-33-rv|Ann Arbor guru/33 lines+reverse video,
15367 use=guru+rv, use=guru-33,
15373 guru-nctxt|guru with no saved context,
15375 guru-s|guru-33-s|Ann Arbor guru/33 lines+status,
15377 is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J,
15379 guru-24|Ann Arbor guru 24 lines,
15383 guru-44|Ann Arbor guru 44 lines,
15387 guru-44-s|Ann Arbor guru/44 lines+status,
15389 is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J,
15391 guru-76|guru with 76 lines by 89 cols,
15395 guru-76-s|Ann Arbor guru/76 lines+status,
15397 is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J,
15399 guru-76-lp|guru-lp|guru with page bigger than line printer,
15403 guru-76-w|guru 76 lines by 178 cols,
15407 guru-76-w-s|Ann Arbor guru/76 lines+status+wide,
15409 is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J,
15411 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory,
15415 aaa-rv-unk|Ann Arbor unknown type,
15435 # Hauppauge, NY 11788-3762
15436 # Vox: (800)-231-5445
15437 # Fax: (516)-342-7378
15445 # (regent: renamed ":bc:" to ":le:" -- esr)
15449 bel=^G, clear=^L, cr=\r, cub1=^U, cud1=\n, cuf1=^F, cuu1=^Z,
15450 home=\EY\s\s, ind=\n, ll=^A,
15451 # Regent 100 has a bug where if computer sends escape when user is holding
15465 bel=^G, kcub1=^U, kcud1=\n, kcuf1=^F, kcuu1=^Z, khome=^A,
15476 # It uses a different code for mapping acs vs dim/blink.
15485 # (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
15490 cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z,
15492 ind=\n, is2=\017\E0`, kcub1=^U, kcud1=\n, kcuf1=^F, kcuu1=^Z,
15493 kf0=^B1, kf2=^B2, kf3=^B!, kf4=^B", kf5=^B#, khome=^A, ll=^A,
15504 # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
15506 # Update by TD - 2004:
15515 # Aux Port Disable ESC,A
15540 # Half Intensity A 0101
15549 # Underlined Half Intensity a 0141
15554 vp3a+|viewpoint3a+|ADDS Viewpoint 3a+,
15570 # adds viewpoint 90 - from cornell
15573 # mode. A hack to get around this is <ich1=\EF\s\EF^U>. (Also,
15574 # - :ei=:im=: must be present in the termcap translation.)
15575 # - <xhp> indicates glitch that attributes stick to location
15576 # - <msgr> means it's safe to move in standout mode
15577 # - <clear=\EG\Ek>: clears screen and visual attributes without affecting
15584 cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE,
15587 kcuf1=^F, kcuu1=^Z, kf0=^B1\r, kf1=^B2\r, kf10=^B;\r,
15589 kf7=^B8\r, kf8=^B9\r, kf9=^B:\r, khome=^A, lf0=F1, lf1=F2,
15591 lf9=F10, ll=^A, rmso=\ER\E0@\EV, rmul=\ER\E0@\EV,
15611 # CIT 80 - vt-52 emulator, the termcap has been modified to remove
15614 cit80|cit-80|citoh 80,
15623 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
15637 # CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
15639 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
15643 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
15644 cit101e|C. Itoh CIT-101e,
15650 il1=\E[L, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
15658 # The CIT 101-e was made in Japan in 1983-4 and imported by CIE
15664 # compatible it should be in ANSI mode (not VT52). A set-up that
15666 # by pressing ^D in set-up mode. Then increase the brightness with the
15667 # up-arrow key since the factory default will likely be dim on an old
15673 # (cit101e-rv: added empty <rmcup> to suppress a tic warning. --esr)
15674 cit101e-rv|C. Itoh CIT-101e (sets reverse video),
15683 kbs=^?, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
15692 cit101e-n|CIT-101e w/o am,
15696 cit101e-132|CIT-101e with 132 cols,
15699 cit101e-n132|CIT-101e with 132 cols w/o am,
15704 # CIE Terminals CIT-500 from BRL
15705 # The following SET-UP modes are assumed for normal operation:
15709 # Other SET-UP modes may be set for operator convenience or communication
15713 # "stty ixon -ixany" to enable DC3/DC1 flow control!
15714 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
15715 cit500|CIE Terminals CIT-500,
15721 kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M, ked=\EJ, kel=\EK, kf0=\EOP,
15735 citoh|ci8510|8510|C. Itoh 8510a,
15741 citoh-pica|citoh in pica,
15743 citoh-elite|citoh in elite,
15749 citoh-comp|citoh in compressed,
15756 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode,
15759 citoh-6lpi|citoh in 6 lines per inch mode,
15761 citoh-8lpi|citoh in 8 lines per inch mode,
15772 cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X,
15788 # (cdc752: the BRL entry had :ll=\E1 ^Z: commented out
15793 cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z, el=^V,
15799 # Insert/delete-character cannot be used, as the whole display is affected.
15805 cup=\E1%p2%{32}%+%c%p1%{32}%+%c, cuu1=^Z,
15807 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^U, kcuu1=^Z, kdch1=\EI,
15811 lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, ll=^Y^Z,
15824 # (cdc721: changed :ri: to :sr: -- esr)
15825 cdc721-esc|Control Data 721,
15828 bel=^G, blink=^N, cbt=^^^K, clear=^L, cub1=^H, cud1=^Z,
15834 \022\^\036\022b\036\022i\036W\s=\036\022Z\036\011C1-`\s`
15836 kbs=^H, kcub1=^H, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q,
15838 kf8=^^y, kf9=^^z, khome=^Y, ll=^B =, rev=^^D,
15845 # Getronics is a Dutch electronics company that at one time was called
15848 # documentation suggests the terminals were actually manufactured by a
15849 # Taiwanese electronics company named Cal-Comp. There are known
15853 # The 50 seems to be a top end VT220 clone, with the addition of a higher
15854 # screen resolution, a larger screen, at least 1 page of memory above and
15857 # shift, control, func A, func B). It also has more setup possibilities than
15862 # non-conformant (but more featureful) ANSI mode.
15869 blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=\r,
15878 kf8=\E008, kf9=\E009, khome=\E[f, lf2=A delete char,
15879 lf3=A insert line, lf4=A delete line, lf5=A clear,
15880 lf6=A ce of/cf gn, lf7=A print, lf8=A on-line,
15881 lf9=A funcl0=A send, nel=\r\n, rev=\E[7m, rmacs=\E[3l,
15893 # Vox: (610)-277-8300
15894 # Fax: (610)-275-5739
15898 # the character-terminal business now (1995) and making X terminals. In
15907 # There seem to be a number of different versions of the C108 PROMS
15908 # (with bug fixes in its Z-80 program).
15912 # Try that on your C108 and see if it sends a ^S when you type it.
15918 # new status line display entries for c108-8p:
15919 # <is3> - init str #3 - setup term for status display -
15923 # <tsl> - to status line - select window 2, home cursor, erase to
15924 # end-of-window, 1/2 bright on, goto(line#0, col#?)
15926 # <fsl> - from status line - 1/2 bright off, select window 0
15928 # <dsl> - disable status display - set bkgnd status mesg with
15936 c108|concept108|c108-8p|concept108-8p|Concept 108 w/8 pages,
15939 rmcup=\Ev \001\177p\Ep\r\n, use=c108-4p,
15940 c108-4p|concept108-4p|Concept 108 w/4 pages,
15944 cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}
15945 %>%t\001%{96}%-%;%{32}%+%c,
15946 cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z\s,
15948 is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \001 p\Ep\n,
15951 tsl=\E z"\E?\E\005\EE\Ea %+\s, use=c100,
15952 c108-rv|c108-rv-8p|Concept 108 w/8 pages in reverse video,
15954 use=c108-rv-4p,
15955 c108-rv-4p|concept108rv4p|Concept 108 w/4 pages in reverse video,
15957 use=c108-4p,
15958 c108-w|c108-w-8p|concept108-w-8|concept108-w8p|Concept 108 w/8 pages in wide mode,
15961 smcup=\EU\Ev 8\001D\Ep\r, use=c108-8p,
15966 # were invented for the concept) lock you into a one page
15969 # To get out of the one page window, we use a clever trick:
15984 # Note: can't use function keys f7-f10 because they are
15989 # because they don't transmit unless we reset them - I figured
15990 # it was a bad idea to clobber their definitions.
15994 # is that ^^ won't be - ^^ was chosen to be unlikely.
15999 # cannot be # in is2 because it will hang a c100 with no printer
16001 c100|concept100|concept|c104|c100-4p|HDS Concept 100,
16012 \010A@\s\E4#:"\E:a\E4#;"\E:b\E4#<"\E:c,
16016 kf4=\E8, kf5=\E9, kf6=\E:a, kf7=\E:b, kf8=\E:c, khome=\E?,
16017 khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E.,
16025 c100-rv|c100-rv-4p|concept100-rv|Concept 100 reverse video,
16028 oc100|oconcept|c100-1p|old 1-page Concept 100,
16032 # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
16043 # dsl: Go to window 2, go to the beginning of the line, use a line feed to
16045 # is2: the string may cause a warning to be issued by tic that it
16046 # found a very long line and that it suspects that a comma is missing
16072 # \177\E$A\177
16107 # lm: Pointless, given that this definition locks a single screen of
16116 # a list of attribute code numbers (in decimal, separated by
16163 # strike-through, or (as done with \E[;3+} in is2=), to a line at the true
16172 # string modifies the 'O' in kf43 to kf46 to a '$'.
16175 # kHOM was \E[H originally but redefined in is2=, as were a number of
16182 #------- flash=\E[8;3!}^G\E[3;3!}
16183 #------- flash=\E[?5h$<100>\E[?5l
16185 # The first is to set the bell mode to video, transmit a bell character, and
16186 # set the bell mode back - but to what? There is no way of knowing what the
16190 # The second way to do a flash is to set the screen to inverse video, pad for a
16191 # tenth of a second, and set it back - but like before, there's no way to know
16195 # INSTEAD of bel=, rather than as a secondary type of signal.
16197 #------- cvvis=\E[+{
16200 #------- wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
16202 # emulate status line functions. Allowing a program to set a window could
16206 #------- dim= Not available in power on mode.
16207 # You have a choice of defining low intensity characters as "half bright" and
16213 #------- prot=\E[=0;99m
16215 #------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
16216 #------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
16217 #------- pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
16223 # %A ) AND
16238 #------- rs2=
16240 # either Meta-Shift-Reset or the main power switch.
16242 #------- smkx=\E[1!z
16243 #------- rmkx=\E[!z
16251 #------- cmdch=\E[;%p1%d!t
16253 #------- smxon=\E[1*q
16256 #------- rmxon=\E[*q
16259 #------- smm=\E[2+x
16260 #------- rmm=\E[+x
16265 # terminals, it's a good guess that this terminal is capable of both
16281 \177\E$S\177\E[200;1u\177\E$A\177\E[201;1u\177\E$B\177
16298 kri=\E[S, ll=\E[H\E[A, nel=\E[E, rev=\E[0;7m, ri=\EM,
16309 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
16310 avt-ns|Concept AVT no status line,
16321 \E[1Q\EW\E[!y\E[!z\E>\E[0:0:32!r\E[0*w\E[w\E2\r\n\E[2;27
16328 rmcup=\E[w\E2\r\n, rmkx=\E[!z\E[0;2u, rmso=\E[7!{,
16334 smcup=\E[=4l\E[1;24w\E2\r, smkx=\E[1!z\E[0;3u,
16339 avt-rv-ns|Concept AVT in reverse video mode/no status line,
16341 use=avt-ns,
16342 avt-w-ns|Concept AVT in 132 column mode/no status line,
16344 use=avt-ns,
16345 avt-w-rv-ns|Concept AVT in 132 column mode/no status line/reverse video,
16347 smcup=\E[H\E[1;24;1;132w, use=avt-ns,
16354 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
16364 avt|avt-s|concept-avt|Concept AVT w/80 columns,
16365 use=avt+s, use=avt-ns,
16366 avt-rv|avt-rv-s|Concept AVT reverse video w/sl,
16368 use=avt+s, use=avt-ns,
16369 avt-w|avt-w-s|Concept AVT 132 cols+status,
16371 use=avt+s, use=avt-ns,
16372 avt-w-rv|avt-w-rv-s|Concept AVT wide+status+rv,
16374 smcup=\E[H\E[1;24;1;132w, use=avt+s, use=avt-ns,
16380 contel300|contel320|c300|Contel Business Systems C-300 or C-320,
16392 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321,
16403 # e.g., SHIFT-F1 generates a different code from F1. To number the keys
16406 # are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
16412 # 1) A default description for 8 bits/character communications, which
16414 # 2) A description with suffix "-7b" for 7 bits/character communications.
16415 # This description must use the NON-DEFAULT native keyboard language.
16417 # Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
16418 # Ctrl/Shift fdkeys (kf34-kf44).
16420 dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys,
16421 ka1=\233020z, ka3=\233021z, kc1=\233022z, kc3=\233023z,
16423 kcuu1=\233A, kel=\233K, kf1=\233001z, kf10=\233010z,
16424 kf11=\233011z, kf12=\233012z, kf13=\233013z,
16425 kf14=\233014z, kf15=\233000z, kf16=\233101z,
16426 kf17=\233102z, kf18=\233103z, kf19=\233104z,
16427 kf2=\233002z, kf20=\233105z, kf21=\233106z,
16428 kf22=\233107z, kf23=\233108z, kf24=\233109z,
16429 kf25=\233110z, kf26=\233111z, kf27=\233112z,
16430 kf28=\233113z, kf29=\233114z, kf3=\233003z,
16431 kf30=\233100z, kf31=\233201z, kf32=\233202z,
16432 kf33=\233203z, kf34=\233204z, kf35=\233205z,
16433 kf36=\233206z, kf37=\233207z, kf38=\233208z,
16434 kf39=\233209z, kf4=\233004z, kf40=\233210z,
16435 kf41=\233211z, kf42=\233212z, kf43=\233213z,
16436 kf44=\233214z, kf45=\233200z, kf46=\233301z,
16437 kf47=\233302z, kf48=\233303z, kf49=\233304z,
16438 kf5=\233005z, kf50=\233305z, kf51=\233306z,
16439 kf52=\233307z, kf53=\233308z, kf54=\233309z,
16440 kf55=\233310z, kf56=\233311z, kf57=\233312z,
16441 kf58=\233313z, kf59=\233314z, kf6=\233006z,
16442 kf60=\233300z, kf7=\233007z, kf8=\233008z, kf9=\233009z,
16445 dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys,
16446 ka1=\E[020z, ka3=\E[021z, kc1=\E[022z, kc3=\E[023z,
16447 kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
16448 kel=\E[K, kf1=\E[001z, kf10=\E[010z, kf11=\E[011z,
16449 kf12=\E[012z, kf13=\E[013z, kf14=\E[014z, kf15=\E[000z,
16450 kf16=\E[101z, kf17=\E[102z, kf18=\E[103z, kf19=\E[104z,
16451 kf2=\E[002z, kf20=\E[105z, kf21=\E[106z, kf22=\E[107z,
16452 kf23=\E[108z, kf24=\E[109z, kf25=\E[110z, kf26=\E[111z,
16453 kf27=\E[112z, kf28=\E[113z, kf29=\E[114z, kf3=\E[003z,
16454 kf30=\E[100z, kf31=\E[201z, kf32=\E[202z, kf33=\E[203z,
16455 kf34=\E[204z, kf35=\E[205z, kf36=\E[206z, kf37=\E[207z,
16456 kf38=\E[208z, kf39=\E[209z, kf4=\E[004z, kf40=\E[210z,
16457 kf41=\E[211z, kf42=\E[212z, kf43=\E[213z, kf44=\E[214z,
16458 kf45=\E[200z, kf46=\E[301z, kf47=\E[302z, kf48=\E[303z,
16459 kf49=\E[304z, kf5=\E[005z, kf50=\E[305z, kf51=\E[306z,
16460 kf52=\E[307z, kf53=\E[308z, kf54=\E[309z, kf55=\E[310z,
16461 kf56=\E[311z, kf57=\E[312z, kf58=\E[313z, kf59=\E[314z,
16462 kf6=\E[006z, kf60=\E[300z, kf7=\E[007z, kf8=\E[008z,
16463 kf9=\E[009z, khome=\E[H, kprt=\E[i,
16465 dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys,
16466 kclr=^L, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kel=^K,
16467 kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^a, kf13=^^b, kf14=^^c,
16478 kc3=^^_, kf1=^^q, kf10=^^z, kf11=^^{, kf12=^^|, kf13=^^},
16479 kf14=^^~, kf15=^^p, kf16=^^a, kf17=^^b, kf18=^^c, kf19=^^d,
16487 kf58=^^-, kf59=^^., kf6=^^v, kf60=^^\s, kf7=^^w, kf8=^^x,
16495 # Preserve user-defined colors in at least some cases.
16500 dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode,
16542 setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|
16544 setb=\036B%p1%{48}%+%c, setf=\036A%p1%{48}%+%c,
16550 setaf=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1
16554 dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode,
16583 # The generic DG terminal type (an 8-bit-clean subset of the 6053)
16585 # ^R - vertical scrolling enabled
16586 # ^C - blinking enabled
16587 dg-generic|generic Data General terminal in DG mode,
16590 bel=^G, blink=^N, clear=^L, cr=\r, cub1=^Y, cud1=^Z, cuf1=^X,
16603 bel=^G, clear=^L, cr=\r, cub1=^Y, cud1=^Z, cuf1=^X,
16605 kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^z, kf1=^^q,
16611 dg210|dg-ansi|Data General 210/211,
16616 kcuu1=\E[A, khome=\E[H, nel=\r\E[H\E[A\n, rmso=\E[0;m,
16625 kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=\r^Z, rmcup=^L,
16634 # having a command to move straight down from any position on the bottom line
16635 # and scroll the screen up, or a direct vertical scroll command. The 460 and
16639 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
16641 dg460-ansi|Data General Dasher 460 in ANSI-mode,
16647 ind=\E[S, is2=^^F@, kbs=\E[D, kf0=\E[001z, kf1=\E[002z,
16648 kf2=\E[003z, kf3=\E[004z, kf4=\E[005z, kf5=\E[006z,
16649 kf6=\E[007z, kf7=\E[008z, kf8=\E[009z, kf9=\E[00:z, lf0=f1,
16657 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
16659 # Ought to work for a Model 6242, Type D210 as well as a 605x.
16660 # Note that the cursor-down key transmits ^Z. Job control users, beware!
16661 # This also matches a posted description of something called a `Dasher 100'
16662 # so there's a dg100 alias here.
16663 # (dg6053: the 4.4BSD file had <cub1=^H>, <cud1=^J>, <cuf1=^S>. -- esr)
16664 dg6053-old|dg100|Data General 6053,
16667 OTbc=^Y, bel=^G, clear=^L, cnorm=^L, cr=\r, cub1=^Y, cud1=^Z,
16669 home=^H, ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X,
16671 kf6=^^w, kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L,
16676 dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053,
16678 home=\020\0\0, ll=^P\0^W, use=dg-generic,
16681 d200|d200-dg|Data General DASHER D200,
16691 # <0 - scrolling enabled
16692 # <1 - blink enabled
16693 # <4 - print characters regardless of attributes
16700 ll=\E[H\E[A, nel=\n, rev=\E[7m, rmso=\E[m, rmul=\E[m,
16707 # Like D200, but adds clear to end-of-screen and needs XON/XOFF.
16708 d210-dg|d214-dg|Data General DASHER D210 series in DG mode,
16710 ed=^^FF, use=d200-dg,
16713 # Like the D210, but with 8-bit characters and local printer support.
16717 # 2;1 - 8 bit operations
16718 # 1;1 - 8 bit (international) keyboard language
16719 # \E(B - default primary character set (U.S. ASCII)
16720 # \E)4 - default secondary character set (international)
16721 # ^O - primary character set
16730 # 2;0 - 7 bit operations
16731 # 1;0 - 7 bit (native) keyboard language
16732 # \E(0 - default character set (the keyboard native language)
16733 # ^O - primary character set
16734 d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode,
16738 # Like the D210 series, but adds support for 8-bit characters.
16741 # ^^N - secondary character set
16742 # ^^FS0> - 8 bit international character set
16743 # ^^O - primary character set
16744 # ^^FS00 - default character set (matching the native keyboard language)
16746 d211-dg|d215-dg|Data General DASHER D211 series in DG mode,
16748 rs2=\036N\036FS0>\036O\036FS00, use=d210-dg,
16750 d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode,
16751 use=d211-dg,
16754 d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode,
16757 acsc=a\177j$k"l!m#n)q+t'u&v(w%x*, blink=^^PI,
16769 vpa=\020\177%p1%c, use=dgkeys+15, use=d216-dg,
16770 d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines,
16774 d217-unix|Data General DASHER D217 in DG-UNIX mode,
16775 use=d216-unix,
16776 d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines,
16777 use=d216-unix-25,
16784 # <0 - scrolling enabled
16785 # <1 - blink enabled
16786 # <4 - print characters regardless of attributes
16787 # \E[m - all attributes off
16789 # \Ec - initial mode defaults (RIS)
16796 d220-7b|Data General DASHER D220 in 7 bit mode,
16799 use=dg+color8, use=d470c-7b,
16802 # - default cursor (solid rectangle)
16804 # ^^N - secondary character set
16805 # ^^FS0> - 8 bit international character set
16806 # ^^O - primary character set
16807 # ^^FS00 - default character set (matching the native keyboard language)
16809 d220-dg|Data General DASHER D220 color terminal in DG mode,
16813 use=d470c-dg,
16827 d230c-dg|d230-dg|Data General DASHER D230C in DG mode,
16828 use=d220-dg,
16834 # ^^FQ2 - default cursor (solid rectangle)
16835 # ^^FW - character protection disabled
16836 # ^^FJ - normal (80 column) mode
16837 # ^^F\^ - horizontal scrolling enabled (for alignment)
16838 # ^^FX004? - margins at columns 0 and 79
16839 # ^^F] - horizontal scrolling disabled
16840 # ^^O - primary character set
16841 # ^^FS00 - default character set (the keyboard native language)
16842 # - (should reset scrolling regions, but that glitches the screen)
16844 # ^^FA - all terminal defaults except scroll rate
16846 # ^^F] - horizontal scrolling disabled
16847 # ^^FT0 - jump scrolling
16849 d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series,
16861 use=d210-dg,
16864 # These add a large number of intelligent terminal features.
16868 # <0 - scrolling enabled
16869 # <1 - blink enabled
16870 # <2 - horizontal scrolling enabled (for alignment)
16871 # <4 - print characters regardless of attributes
16872 # \E[5;0v - normal (80 column) mode
16873 # \E[1;1;80w - margins at columns 1 and 80
16875 # 1 - print all characters even if protected
16876 # 6 - character protection disabled
16877 # <2 - horizontal scrolling disabled
16878 # - (should reset scrolling regions, but that glitches the screen)
16882 # 3;2 - default cursor (solid rectangle)
16883 # 2;1 - 8 bit operations
16884 # 1;1 - international keyboard language
16885 # \E(B - default primary character set (U.S. ASCII)
16886 # \E)4 - default secondary character set (international)
16887 # ^O - primary character set
16890 # \Ec - initial mode defaults (RIS)
16891 # \E[<2h - horizontal scrolling disabled
16895 # 4;0 - jump scrolling
16896 # 2;1 - 8 bit operations
16897 # 1;1 - 8 bit (international) keyboard language
16898 # \E(B - default primary character set (U.S. ASCII)
16899 # \E)4 - default secondary character set (international)
16916 # 3;2 - default cursor (solid rectangle)
16917 # 2;0 - 7 bit operations
16918 # 1;0 - 7 bit (native) keyboard language
16919 # \E(0 - default character set (the keyboard native language)
16920 # ^O - primary character set
16924 # 4;0 - jump scrolling
16925 # 2;0 - 7 bit operations
16926 # 1;0 - 7 bit (native) keyboard language
16927 # \E(0 - default character set (the keyboard native language)
16929 d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode,
16937 d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode,
16944 use=d400-dg,
16950 # <0 - scrolling enabled
16951 # <1 - blink enabled
16952 # <2 - horizontal scrolling enabled (for alignment)
16953 # <4 - print characters regardless of attributes
16954 # \E[5;1v - compressed (135 column) mode
16955 # \E[1;1;126 - margins at columns 1 and 126
16957 # 1 - print all characters even if protected
16958 # 6 - character protection disabled
16959 # <2 - horizontal scrolling disabled
16960 # - (should reset scrolling regions, but that glitches the screen)
16963 # \Ec - initial mode defaults (RIS)
16964 # \E[5;1v - compressed (135 column) mode
16965 # \E[1;1;126w - margins at columns 1 and 126
16966 # \E[<2h - horizontal scrolling disabled
16968 d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode,
16973 d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode,
16976 rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410-7b,
16978 d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG…
16979 use=d410-dg,
16982 d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode,
16988 ll=\036FG\036PA, mc0=^A, rc=\036F}11, ri=^^I,
16991 wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2
16994 d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode,
16999 wind=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2
17001 use=d412-unix,
17002 d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with …
17005 wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2
17008 d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line,
17013 wind=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2
17014 %>%t%{23}%p2%-%2.2X0%;000\036FX%p3%2.2X%p4%2.2X,
17020 d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolli…
17021 csr=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>
17025 d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode,
17026 use=d412-unix,
17027 d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode,
17028 use=d412-unix-w,
17029 d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines,
17030 use=d412-unix-25,
17031 d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line,
17032 use=d412-unix-s,
17033 d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region,
17034 use=d412-unix-sr,
17036 d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode,
17037 use=d413-unix,
17038 d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode,
17039 use=d413-unix-w,
17040 d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines,
17041 use=d413-unix-25,
17042 d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line,
17043 use=d413-unix-s,
17044 d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region,
17045 use=d413-unix-sr,
17047 d430c-dg|d430-dg|Data General D430C in DG mode,
17048 use=d413-dg, use=dg+fixed,
17049 d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors,
17050 use=d413-dg, use=dg+ccc,
17052 d430c-unix|d430-unix|Data General D430C in DG-UNIX mode,
17053 use=d413-unix, use=dgunix+fixed,
17054 d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode,
17055 use=d413-unix-w, use=dgunix+fixed,
17056 d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines,
17057 use=d413-unix-25, use=dgunix+fixed,
17058 d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line,
17059 use=d413-unix-s, use=dgunix+fixed,
17060 d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region,
17061 use=d413-unix-sr, use=dgunix+fixed,
17062 d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors,
17063 use=d413-unix, use=dgunix+ccc,
17064 d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors,
17065 use=d413-unix-w, use=dgunix+ccc,
17066 d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurabl…
17067 use=d413-unix-25, use=dgunix+ccc,
17068 d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurab…
17069 use=d413-unix-s, use=dgunix+ccc,
17070 d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and con…
17071 use=d413-unix-sr, use=dgunix+ccc,
17074 # Like the D460 but with 16 colors and without a compressed mode.
17078 # <0 - scrolling enabled
17079 # <1 - blink enabled
17080 # <2 - horizontal scrolling enabled (for alignment)
17081 # <4 - print characters regardless of attributes
17082 # \E[1;1;80w - margins at columns 1 and 80
17084 # 1 - print all characters even if protected
17085 # 6 - character protection disabled
17086 # <2 - horizontal scrolling disabled
17087 # - (should reset scrolling regions, but that glitches the screen)
17095 d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode,
17099 use=dg+color, use=d460-7b,
17102 # ^^FQ2 - default cursor (solid rectangle)
17103 # ^^FW - character protection disabled
17104 # ^^F\^ - horizontal scrolling enabled (for alignment)
17105 # ^^FX004? - margins at columns 0 and 79
17106 # ^^F] - horizontal scrolling disabled
17107 # ^^O - primary character set
17108 # ^^FS00 - default character set (the keyboard native language)
17109 # - (should reset scrolling regions, but that glitches the screen)
17111 d470c-dg|d470-dg|Data General DASHER D470C in DG mode,
17114 use=dgmode+color, use=d460-dg,
17117 # Like a D411, but has an integrated phone.
17120 d555-7b|Data General DASHER D555 in 7-bit mode,
17121 use=d411-7b,
17122 d555-w|Data General DASHER D555 in wide mode,
17123 use=d411-w,
17124 d555-7b-w|Data General DASHER D555 in wide 7-bit mode,
17125 use=d411-7b-w,
17126 d555-dg|Data General DASHER D555 series in DG mode,
17127 use=d411-dg,
17130 # Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
17133 d577-7b|Data General DASHER D577 in 7-bit mode,
17134 use=d411-7b,
17135 d577-w|Data General DASHER D577 in wide mode,
17136 use=d411-w,
17137 d577-7b-w|Data General DASHER D577 in wide 7-bit mode,
17138 use=d411-7b-w,
17140 d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode,
17141 use=d411-dg,
17144 # Like a D577, but without compressed mode; like a D470C in this respect.
17148 # <0 - scrolling enabled
17149 # <1 - blink enabled
17150 # <2 - horizontal scrolling enabled (for alignment)
17151 # <4 - print characters regardless of attributes
17152 # \E[1;1;80w - margins at columns 1 and 80
17154 # 1 - print all characters even if protected
17155 # 6 - character protection disabled
17156 # <2 - horizontal scrolling disabled
17157 # - (should reset scrolling regions, but that glitches the screen)
17161 d578-7b|Data General DASHER D578 in 7-bit mode,
17162 is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577-7b,
17168 # to the factory in Pennsauken, NJ. The factory was sold to a PCB board
17176 cup=\E[%i%p1%02d;%p2%02dH, cuu1=\E[A, ind=\n, kcub1=\E[D,
17177 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
17181 cs10-w|Datamedia Color Scan 10 with 132 columns,
17185 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
17199 cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z,
17207 # also, has a meta-key.
17208 # From: <goldberger@su-csli.arpa>
17209 # (dmchat: ":MT:" changed to ":km:" -- esr)
17214 # (dm3025: ":MT:" changed to ":km:" -- esr)
17215 dm3025|Datamedia 3025a,
17224 dm3045|Datamedia 3045a,
17259 # dm80/1 is a VT100 lookalike, but it doesn't seem to need any padding.
17262 cuu1=\E[A, ed=\E[J, el=\E[K, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i,
17265 # except in 132 column mode, where it needs a little padding.
17272 cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>,
17275 dt80-sas|Datamedia DT803/DTX for SAS usage,
17290 # These aren't end-all Excel termcaps; but do insert/delete char/line
17293 # E is for 'Excel') as # a name. This was done to distinguish the entries
17294 # from the other Datamedias in use here, and yet to associate a model of
17301 excel62-w|excel64-w|Datamedia Excel 62 in 132 char mode,
17305 excel62-rv|excel64-rv|Datamedia Excel 62 in reverse video mode,
17314 # Sunnyvale, CA 940864-196
17315 # Vox: (800)-325-2648
17316 # Fax: (408)-745-7860
17319 # Current Falco models as of 1995 are generally ANSI-compatible and support
17320 # emulations of DEC VT-series, Wyse, and TeleVideo types.
17323 # Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
17326 falco|ts1|ts-1|Falco ts-1,
17335 falco-p|ts1p|ts-1p|Falco ts-1 with paging option,
17342 kcuu1=\E[A, khome=\E[H, rmcup=\E_b, rmir=\Er, rmso=\Eg0,
17346 # (ts100: I added <rmam>/<smam> based on the init string -- esr)
17347 ts100|ts100-sp|Falco ts100-sp,
17350 cub1=^H, cud1=\n, cuf1=\E[C$<2>, cuu1=\E[A$<2>, dch1=\E~W,
17358 ts100-ctxt|Falco ts-100 saving context,
17391 f1720|f1720a|fluke 1720A,
17405 # Vox: (510)-623-6000
17406 # Fax: (510)-623-7021
17409 # (f100: added empty <acsc> to suppress a tic warning;
17410 # made this relative to adm+sgr -- note that <invis> isn't
17411 # known to work for f100 but does on the f110. --esr)
17415 acsc=, bel=^G, cbt=\EI, clear=^Z, cr=\r, cub1=^H, cud1=\n,
17421 kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r,
17426 f100-rv|freedom-rv|Liberty Freedom 100 in reverse video,
17432 # a ^V to to quote the ^V that is being remapped!!!
17438 # (f110: added <ht>, <khome> & <kcbt> from f100 -- esr)
17448 f110-14|Liberty Freedom 110 14inch,
17450 f110-w|Liberty Freedom 110 - 132 cols,
17452 f110-14w|Liberty Freedom 110 14in/132 cols,
17455 # (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
17460 clear=^Z, cnorm=\E.1, cr=\r,
17467 kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r,
17472 f200-w|Liberty Freedom 200 - 132 cols,
17475 # reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
17479 f200vi-w|Liberty Freedom 200 - 132 cols for vi,
17487 # Vox: (408)-370-4080
17488 # Fax: (408)-370-5047
17493 # including one odd hybrid that starts out life on power-up as a character
17496 # (go140: I added <rmam>/<smam> based on the init string -- esr)
17497 go140|graphon go-140,
17511 go140w|graphon go-140 in 132 column mode,
17516 # Hacked up vt200 termcap to handle GO-225/VT220
17518 # (go225: I added <rmam>/<smam> based on the init string -- esr)
17519 go225|go-225|Graphon 225,
17523 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M,
17551 # US. The sbi fakes <il1> with an 80-space insert that may be too
17559 # pop to a new (blank) page after a <nel>, or leave a half-line
17560 # ellipsis to a quad that is the extra 48 memory locations. The
17566 # therefore, is setenv MORE -c .
17572 # Tested on a Model 600 at 1200 and 9600 bd.
17576 # into a backspace key. In use ESC must be pressed twice (to send)
17582 # RESET--ONLINE--!tset.
17584 # As delivered this machine has a FATAL feature that will throw
17586 # hit after a CR is received, but before receiving a LF (or a
17592 # chip. This mod has been checked out on a Mod 600 of Superbee II.
17614 smso=\E_1, smul=\E_0, tbc=\E3, use=hp+pfk-cr,
17620 # Alternate (older) description of Superbee - f1=escape, f2=^C.
17630 superbee-xsb|Beehive SuperBee (improved),
17639 use=hp+pfk-cr, use=vt52+arrows,
17642 ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb,
17653 # (OK, then, I don't know why a couple of these say "Harris Beehive".)
17657 # been tested and do not work right. <rmso> is a trouble spot. Be warned.
17659 # (bee: <ich1> was empty, which is obviously bogus -- esr)
17670 # good grief - does this entry make :sg:/:ug: when it doesn't have to?
17673 # really care, cook up one using ^F -- esr)
17685 # There was an early Australian kit-built computer called a "Microbee".
17686 # It's not clear whether this is for one of those or for a relative
17695 use=hp+pfk-cr, use=vt52+arrows,
17698 # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
17705 # in :is: -- esr)
17719 # guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
17720 # Harris. They have a hazeltine.com domain (but no web page there ) and can
17733 # Fairfield, NJ 07007-2078
17735 # They're now (1998) a subsidiary of General Electric, operating under the
17736 # marque "GEC-Marconi Hazeltine" and doing military avionics. Web page
17741 # are out of luck. You will have to do ^L's a lot to
17743 # vi - this terminal is too dumb for even vi. (The code is
17750 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
17756 ed=\E^X, el=\E^O, ht=^N, il1=\E^Z, ind=\n, rmso=\E^Y,
17759 # freakout with out-of-range args and tn3270. No hz since it needs to
17772 # removed incorrect and overridden ":do=^J:" -- esr)
17778 el=\E^O, il1=\E^Z, ind=\n,
17790 ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, ind=\n, kbs=^H,
17792 kdl1=\E^S, ked=\E^X, kel=\E^O, khome=\E^R, kil1=\E^Z,
17795 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
17796 hz1520-noesc|Hazeltine 1520 (no escape),
17801 home=~^R, il1=~^Z, ind=\n, rmso=~^Y, smso=~^_,
17809 hz1552-rv|Hazeltine 1552 reverse video,
17811 # Note: h2000 won't work well because of a clash between upper case and ~'s.
17820 # to work ok. There is one problem though if one types a lot of garbage
17823 # a line. It might be because the Esprit doesn't have insert char and delete
17824 # char as a built in function. Vi has to delete to end of line and then
17831 ed=\E^W, el=\E^O, home=\E^R, il1=\E^Z, ind=\n, is2=\E?, kbs=^H,
17837 esprit-am|Hazeltine esprit auto-margin,
17839 # Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
17840 # Vi it seems always wants to send a control J for "do" and it turned out
17842 # (hmod1: removed :dn=~^K: -- esr)
17847 cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z,
17852 # from Will Martin <control@ALMSA-1.ARPA> via BRL
17860 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
17877 ibm3101|i3101|IBM 3101-10,
17888 %{80}%|%;%c%?%p9%t\E>A%e\E>B%;,
17889 sgr0=\E4@\E>B, smacs=\E>A, use=ibm3162,
17890 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
17891 # removed kend, knp, kpp -TD
17898 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display,
17908 kf1=\Ea\r, kf10=\Ej\r, kf11=\Ek\r, kf12=\El\r, kf13=\E!a\r,
17915 rmcup=\E>A, rmso=\E4@, rmul=\E4@,
17918 %{80}%|%;%c%?%p9%t\E>A%e\E<@%;,
17919 sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B,
17922 ibm3161-C|IBM 3161-C NLS terminal using cartridge,
17923 rmcup=\E>B, s0ds=\E>B, s1ds=\E>A, smcup=\E>B, use=ibm3161,
17926 # Deleted il1. (il1 will now be inherited from ibm3161-C, which inherits
17930 blink=\E4$a, bold=\E4(a, invis=\E40a, rev=\E4!a,
17931 rmso=\E4>b, rmul=\E4=b, sgr0=\E4@, smso=\E4!a, smul=\E4"a,
17932 use=ibm3161-C,
17939 op=\E4 "@, rmcup=\E!9(N\E>B, s0ds=\E>B, s1ds=\E>A,
17944 ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display,
17951 ind=\E[S, is2=\Ec, kcbt=\E[Z, kclr=\E[144q, kdch1=\E[P,
17978 ibm-apl|apl|IBM apl terminal simulator,
17981 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
17994 # (green on black, emulated on a 16-color terminal).
18016 ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline,
18019 ibmvga-c|IBM VGA display color termcap,
18020 ht=^I, kcub1=^H, kcud1=\n, use=ibmega-c,
18033 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display,
18036 use=ibmega-c,
18047 ibm6153-90|IBM 6153 Black & White display (36-line),
18050 ibm6153-40|IBM 6153 Black & White display (12-line),
18051 cols#40, lines#12, use=ibm6153-90,
18059 hft-c|HFT with Color,
18063 hft-c-old|HFT with Color PC850,
18066 hft-old|AIWS High Function Terminal,
18070 cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P,
18079 ibm-system1|system1|IBM system/1 computer,
18082 bel=^G, clear=^Z, cub1=^H, cuf1=^\,
18085 # lft-pc850 : IBM Low Function Terminal Device
18089 lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device,
18094 bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=\r, cub1=^H, cud1=\n,
18098 kcbt=\E[Z, kclr=\E[144q, kdch1=\E[P, ked=\E[148q,
18123 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display,
18125 dsl=\Ej\EYA \EI\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmega-c,
18127 use=hft-c,
18128 ibm8514|IBM 8514/a color VGA display,
18131 ibm8514-c|IBM 8514 color display with standout and underline,
18134 tsl=\Ej\EYI%+ \Eo, use=ibmega-c,
18138 # -- added rc, sc based on manpage -TD
18139 # -- added rmacs, smacs based on manpage -TD
18152 aixterm-m|IBM AIXterm Monochrome Terminal Emulator,
18158 aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator,
18168 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator,
18172 sgr0=\E[m, smacs@, use=aixterm-m,
18174 # This flavor is adapted from xterm, in turn from aixterm documentation -TD
18175 aixterm-16color|IBM Aixterm Terminal Emulator with 16 colors,
18182 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100),
18194 cup=\E[%i%p1%3d;%p2%3dH, cuu1=\E[A,
18198 # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
18199 addrinfo|cursor-addressable Infoton,
18204 infoton2|cursor-addressable Infoton VISTAR II,
18209 # (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
18213 bel=^G, clear=^L, cr=\r, cub1=^Z, cud1=\n, cuf1=^Y, cuu1=^\,
18223 #ctrl-A set SOM position at cursor position
18224 #ctrl-G Bell
18225 #ctrl-H Backspace
18226 #ctrl-I Horizontal tab
18227 #ctrl-J Linefeed
18228 #ctrl-K Cursor up
18229 #ctrl-L Cursor right
18230 #ctrl-M Carriage return
18231 #ctrl-N Disable xon/xoff to host
18232 #ctrl-O Enable xon/xoff to host
18233 #ctrl-R Enable bidirectional mode
18234 #ctrl-T Disable bidirectional mode
18235 #ctrl-V Cursor down
18236 #ctrl-Z Clear unprotected data to insert char
18237 #ctrl-^ Cursor home
18238 #ctrl-_ Newline
18240 #ESC lead-in char for multiple character command
18244 # p1 = scroll top line: 20h - 37h
18245 # p1 = scroll bottom line: 20h - 37h
18248 #ESC $ Semi-graphics mode on
18249 #ESC % Semi-graphics mode off
18258 #ESC - p1 p2 p3 p4 address cursor to page, row, column:
18259 # p1 = page number 0 - 3
18260 # p2 = row 20h - 7fh
18261 # p3 = column (lo) 20h - 7fh
18262 # p4 = column (hi) 20h - 21h (only 132 col)
18271 # p1 = edit key code: '@'-'S', '`'-'s'
18292 # p1 = row 20h - 7fh
18293 # p2 = column (lo) 20h - 7fh
18294 # p3 = column (hi) 20h - 21h (only 132 col)
18299 #ESC A copy print mode off
18308 #ESC G n set serial field attribute (n = 30h - 3Fh)
18351 #ESC Z n send user/status line:
18375 # ESC [ 0 Z Z for normal
18376 # ESC [ 4 Z Z for inverse etc.
18389 #ESC c n enter self-test mode:
18443 #ESC z 2 p1 p2 p3 p4 draw quadrangle:
18452 #ESC | p1 p2 text Ctrl-Y program function key with 'text':
18454 # '1' - ';' normal f1- f11
18455 # '<' - 'F' shifted f1 - f11
18460 # Ctrl-Y = terminator
18461 # (use Ctrl-P to escape ^P, ^Y )
18470 # This actually looks a lot like a TeleVideo 9xx.
18472 # to make color work without a test terminal. The <am> capability is a guess.
18492 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols,
18504 # ":le=^_:" later overridden -- esr)
18514 kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<,
18520 bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=\r,
18529 lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT,
18542 # WATS voice: 1-800/398-4946
18543 # POTS fax: +1 605/338-8709
18544 # POTS voice: +1 605/338-9650
18546 # Internet/Web: <http://www.com-pair.com>
18553 # (abm85: removed duplicated ":kd=^J:" -- esr)
18566 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
18572 # the terminal is in dup-edit, and work only locally in local-edit.
18574 # dup-edit anyway so that the arrow keys will work right. If the
18583 # 6) auto new-line should be on (selectable from setup mode only)
18601 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.,
18607 # From: <malman@bbn-vax.arpa>
18608 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
18609 kt7|kimtron model kt-7,
18612 cbt=\EI, clear=^Z, cub1=^H, cud1=^V, cuf1=^L,
18616 kbs=^H, kcbt=\EI, kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L,
18618 kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r,
18625 kt7ix|kimtron model kt-7 or 70 in IX mode,
18634 kel=\ET, kend=\EY, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r,
18643 # This was a line of terminals made by McDonnell-Douglas Information Systems.
18645 # to move primary names of the form p[0-9] * to aliases, and to comment out
18646 # <rmacs>/<smacs> in a couple of entries without <acsc> strings. I have
18648 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
18654 # Prism-1, Prism-2 and P99:
18657 # Prism-4 and Prism-5:
18658 # Slightly less ancient range of Microdata terminals. Follow-on from
18659 # Prism-2, but with many enhancements. P5 has eight display pages.
18661 # Prism-6:
18662 # A special terminal for use with library systems, primarily in Germany.
18665 # Prism-7, Prism-8 and Prism-9:
18668 # The P9 has two emulation modes - P8 and ANSI - and includes a
18672 # Prism-12 and Prism-14:
18673 # Latest range, functionally very similar to the P9. The P14 has a
18674 # black-on-white overscanning screen.
18678 # p2 - Prism-2 (or Prism-1 or P99).
18680 # p4 - Prism-4 (and older P7s & P8s).
18681 # p5 - Prism-5 (or Prism-6).
18683 # p7 - Prism-7.
18684 # p8 - Prism-8 (in national or multinational mode).
18685 # p8-w - 132 column version of p8.
18686 # p9 - Prism-9 in ANSI mode.
18687 # p9-w - 132 column version of p9.
18688 # p9-8 - Prism-9 in Prism-8 emulation mode.
18689 # p9-8-w - As p9-8, but with 132 columns.
18691 # p12 - Prism-12 in ANSI mode.
18692 # p12-w - 132 column version of p12.
18693 # p12-m - Prism-12 in MDC emulation mode.
18694 # p12-m-w - As p12-m, but with 132 columns.
18695 # p14 - Prism-14 in ANSI mode.
18696 # p14-w - 132 column version of p14.
18697 # p14-m - Prism-14 in MDC emulation mode.
18698 # p14-m-w - As p14-m, but with 132 columns.
18700 # p2: Prism-2
18701 # -----------
18703 # Includes Prism-1 and basic P99 without SP or MP loaded.
18704 # The simplest form of Prism-type terminal.
18711 prism2|MDC Prism-2,
18717 cuu1=^Z, ed=\EJ, el=\EK, home=^A,
18720 ind=\n, kbs=^H, khome=^A, vpa=\013%p1%{32}%+%c,
18722 # p4: Prism-4
18723 # -----------
18732 prism4|p4|P4|MDC Prism-4,
18739 cuu1=^Z, dim=^CA, dsl=\035\343\035\345, ed=\EJ, el=\EK,
18740 fsl=\035\345, home=^A,
18743 ind=\n, invis=^CH, kbs=^H, khome=^A, mc0=\EU, mc4=\ET, mc5=\ER,
18750 # p5: Prism-5
18751 # -----------
18753 # Same definition as p4. Includes Prism-6 (not tested!).
18754 # Does not use any multi-page features.
18756 prism5|p5|P5|MDC Prism-5,
18759 # p7: Prism-7
18760 # -----------
18765 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
18767 prism7|p7|P7|MDC Prism-7,
18770 # p8: Prism-8
18771 # -----------
18778 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
18781 prism8|p8|P8|MDC Prism-8,
18785 # p8-w: Prism-8 in 132 column mode
18786 # --------------------------------
18790 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
18792 prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode,
18796 # p9: Prism-9 in ANSI mode
18797 # -------------------------
18804 # . 'ri' uses insert-line since rev index doesn't always
18814 prism9|p9|P9|MDC Prism-9 in ANSI mode,
18827 rc=\E[%z, rep=\E[%p2%db%p1%c, rev=\E[7m, ri=\E[L,
18839 # p9-w: Prism-9 in 132 column mode
18840 # --------------------------------
18844 prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode,
18849 # p9-8: Prism-9 in P8 mode
18850 # ------------------------
18856 prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode,
18860 # p9-8-w: Prism-9 in P8 and 132 column modes
18861 # ------------------------------------------
18865 prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode,
18867 use=ansi+idl, use=p8-w,
18869 # p12: Prism-12 in ANSI mode
18870 # ---------------------------
18874 prism12|p12|P12|MDC Prism-12 in ANSI mode,
18877 # p12-w: Prism-12 in 132 column mode
18878 # ----------------------------------
18882 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode,
18883 use=p9-w,
18885 # p12-m: Prism-12 in MDC emulation mode
18886 # -------------------------------------
18892 prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode,
18893 use=p9-8,
18895 # p12-m-w: Prism-12 in MDC emulation and 132 column modes
18896 # -------------------------------------------------------
18900 prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode,
18901 use=p9-8-w,
18903 # p14: Prism-14 in ANSI mode
18904 # ---------------------------
18908 prism14|p14|P14|MDC Prism-14 in ANSI mode,
18911 # p14-w: Prism-14 in 132 column mode
18912 # ----------------------------------
18916 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode,
18917 use=p9-w,
18919 # p14-m: Prism-14 in MDC emulation mode
18920 # -------------------------------------
18926 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode,
18927 use=p9-8,
18929 # p14-m-w: Prism-14 in MDC emulation and 132 column modes
18930 # -------------------------------------------------------
18934 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode,
18935 use=p9-8-w,
18941 p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition,
18945 cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, dch1=\s^H, dim=^CA, dl1=^P,
18946 ed=\EJ, el=\EK, home=^A, ind=\n, invis=^CH, kbs=^H, kcub1=^U,
18947 kcud1=\n, kcuf1=^F, kcuu1=^Z, kdch1=\s^H, kdl1=^P, ked=\EJ,
18948 kel=\EK, kf1=^A@\r, kf10=^AI\r, kf12=^AJ\r, kf13=^AK\r,
18951 kf8=^AG\r, kf9=^AH\r, khome=^A, lf1=F1, lf10=F10, lf2=F2,
18963 # freakout with out-of-range args on Sytek multiplexors. No <smso=^N> and
18966 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
18972 cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>,
18975 kcuu1=^Z,
18976 # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
18978 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
18983 mime-fb|full bright mime1,
18985 mime-hb|half bright mime1,
18987 # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
18988 # the more plausible ":do=^J:" -- esr)
18989 # uc was at one time disabled to get around a curses bug, be wary of it
18995 cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>,
18997 kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U,
19000 mime2a-s|microterm mime2a (emulating an enhanced Soroc iq120),
19007 kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7,
19009 # This is the preferred mode (but ^X can't be used as a kill character)
19010 mime2a|mime2a-v|microterm mime2a (emulating an enhanced VT52),
19016 il1=\001$<20*>, ind=\n, ip=$<2>, is2=^Y, ri=\EA, rmir=^Z,
19019 # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
19020 mime3a|mime1 emulating 3a,
19022 kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a,
19023 mime3ax|mime-3ax|mime1 emulating enhanced 3a,
19031 # to the right of the cursor. This is done with a bit of a kludge using the
19034 # programs that use curses and graphics mode this could be a problem.
19038 clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z,
19039 dch1=^D, dl1=^W, ed=^_, el=^^, home=^], ht=^I, il1=^A, kcub1=^H,
19040 kcud1=^K, kcuf1=^X, kcuu1=^Z, rmir=^V, smir=^S,
19050 # (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
19051 # also added <rmam>/<smam> based on the init string -- esr)
19052 mt4520-rv|micro-term 4520 reverse video,
19072 # setup a & c.
19076 # Microterm does have a ROM exchange program- use it or lose big
19077 # (ergo400: added <rmam>/<smam> based on the init string -- esr)
19086 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP,
19098 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
19101 # The following vendor-supplied termcaps were captured from the Boundless
19102 # Technologies site, 8 March 1998. I removed all-upper-case names that were
19103 # identical, except for case, to lower-case ones. I also uncommented the acsc
19106 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
19112 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
19118 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
19120 ncr260intpp|NCR Intecolor emulation of the 2900/260C with a PC+ keyboard,
19124 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
19126 ncr260intwpp|NCR Intecolor emulation of the 2900/260C with a PC+ keyboard (132 column),
19141 acsc=07a?h;j5k3l2m1n8q:t4u9v=w0x6, bel=^G, blink=\EG2,
19148 is2=\Ee6\E~%$<100>\E+\E`:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
19150 kDC=\El, kEND=\Ek, kHOM=^A, kPRT=\E7, kRIT=^F, ka1=^A, ka3=\EJ,
19152 kcuu1=^Z, kdch1=\EW, kend=\EK, kf1=^B1\r, kf10=^B:\r,
19157 kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, kf32=^B0\r,
19159 kf9=^B9\r, khome=^A, kich1=\Eq, knp=\EJ, kpp=\EJ, kprt=\EP,
19164 rs2=\Ee6\E~%$<100>\E+\E`:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
19169 ncr260vp+sl|NCR 2900/260 viewpoint with status-line,
19176 is2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
19178 rs2=\Ee6\E~%$<100>\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0
19190 cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>,
19225 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~,
19246 cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>,
19284 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~,
19304 cuu1=\E[A$<5>, dch=\E[%p1%dP$<5>, dch1=\E[1P$<5>,
19345 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[4~,
19359 # colors must be preset to a given value. I have set the background color to
19367 # if the 'pairs' capability is defined. Un-Comment the 'pairs'
19373 acsc=07a?h;j5k3l2m1n8q:t4u9v=w0x6, bel=^G, blink=\EG2,
19385 kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r,
19386 kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r,
19430 # have it included, Un-comment it and recompile (using 'tic').
19434 acsc=07a?h;j5k3l2m1n8q:t4u9v=w0x6, cbt=\EI,
19468 # (ncr260wy50+pp: originally contained commented-out
19469 # <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
19484 kcuu1=^K, kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r,
19486 kf16=^AO\r, kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r,
19512 acsc=07a?h;j5k3l2m1n8q:t4u9v=w0x6, bel=^G, blink=\EG2,
19524 kdch1=\EW, kend=\ET, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
19526 kf17=^A`\r, kf18=^Aa\r, kf19=^Ab\r, kf2=^AA\r, kf20=^Ac\r,
19619 # Vendor-supplied NCR termcaps end here
19623 # Switch A:
19624 # 1-4 - Baud Rate
19625 # 5 - Parity (Odd/Even)
19626 # 6 - Don't Send or Do Send Spaces
19627 # 7 - Parity Enable
19628 # 8 - Stop Bits (One/Two)
19631 # 1 - Upper/Lower Shift
19632 # 2 - Typewriter Shift
19633 # 3 - Half Duplex / Full Duplex
19634 # 4 - Light/Dark Background
19635 # 5-6 - Carriage Return Without / With Line Feed
19636 # 7 - Extended Mode
19637 # 8 - Suppress Keyboard Display
19640 # 1 - End of line entry disabled/enabled
19641 # 2 - Conversational mode / (Local?) Mode
19642 # 3 - Control characters displayed / not displayed
19643 # 4 - (2-wire?) / 4-wire communications
19644 # 5 - RTS on and off for each character
19645 # 6 - (50Hz?) / 60 Hz
19646 # 7 - Exit after level zero diagnostics
19647 # 8 - RS-232 interface
19650 # 1 - Reverse Channel (yes / no)
19651 # 2 - Manual answer (no / yes)
19652 # 3-4 - Cursor appearance
19653 # 5 - Communication Rate
19654 # 6 - Enable / Disable EXT turnoff
19655 # 7 - Enable / Disable CR turnoff
19656 # 8 - Enable / Disable backspace
19660 # multiplying the 0 or 1 by a correct factor to shift) so the bias character,
19678 cup=\E1%p2%c%p1%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, ind=\n,
19680 kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@,
19694 # Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
19695 # The user can enter a CTRL-B to get out of this locked state.
19703 cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dim=\E0A,
19706 is2=\E4^O, kclr=^L, kcub1=^U, kcud1=\n, kcuf1=^F, kcuu1=^Z,
19707 khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O,
19715 # Have been manufacturing and reselling various peripherals for a long time
19717 # Their e-mail address is at ndsales@newburydata.co.uk
19724 # Their technical support is still good, they sent me for free a printed copy
19729 # Manufactured in the early/mid eighties, behaves almost the same as a
19730 # TeleVideo 950. Take a 950, change its cabinet for a more 80s-ish one (but
19731 # keep the same keyboard layout), add an optional 25-line mode, replace the DIP
19732 # switches with a menu and remove the "lock line" feature (ESC ! 1 and ESC !
19733 # 2), here is the NDR 9500. Even the line-lock, albeit disabled, is
19735 # echoed, showing that the terminal was actually waiting for a parameter!
19745 kDC=\Er, kDL=\EO, kEOL=\Et, kIC=\Eq, kcbt=\EI, kclr=^Z,
19747 ked=\EY, kel=\ET, kent=\r, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
19748 kf12=^A`\r, kf13=^Aa\r, kf14=^Ab\r, kf15=^Ac\r, kf16=^Ad\r,
19760 ndr9500-nl|NDR 9500 with no status line,
19765 ndr9500-25|NDR 9500 with 25th line enabled,
19768 ndr9500-25-nl|NDR 9500 with 25 lines and no status line,
19769 lines#25, use=ndr9500-nl,
19771 ndr9500-mc|NDR 9500 with magic cookies (enables underline inverse video invisible and blink),
19779 ndr9500-25-mc|NDR 500 with 25 lines and magic cookies,
19780 lines#25, use=ndr9500-mc,
19782 ndr9500-mc-nl|NDR 9500 with magic cookies and no status line,
19785 dsl@, fsl@, tsl@, use=ndr9500-mc,
19787 ndr9500-25-mc-nl|NDR 9500 with 25 lines and magic cookies and no status line,
19788 lines#25, use=ndr9500-mc-nl,
19790 #### Perkin-Elmer (Owl)
19792 # These are official terminfo entries from within Perkin-Elmer.
19837 kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\0, kf1=\E!^A,
19853 # (uts30: I added <rmam>/<smam> based on the init string -- esr)
19874 # Tandem builds these things for use with its line of fault-tolerant
19875 # transaction-processing computers. They aren't generally available
19882 # A funny series of terminal that TANDEM uses. The actual model numbers
19883 # have a fourth digit after 653 that designates minor variants. These are
19884 # natively block-mode and rather ugly, but they have a character mode which
19885 # this doubtless(?) exploits. There is a 6520 that is slightly dumber.
19887 # removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
19898 # Tandy has a line of VDTs distinct from its microcomputers.
19912 dt100|dt-100|Tandy DT-100 terminal,
19920 kcuu1=\E[A, kf1=\E[?3i, kf10=\E[?5i, kf2=\E[2i, kf3=\E[@,
19926 dt100w|dt-100w|Tandy DT-100 terminal (wide mode),
19928 dt110|Tandy DT-110 emulating ANSI,
19936 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[K,
19944 pt210|TRS-80 PT-210 printing terminal,
19952 # oscilloscope technology incorporating a long-persistence green phosphor,
19953 # and support vector graphics on a main screen with an attached "dialogue
19962 # (tek4013: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19968 # (tek4015: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19971 tek4014-sm|Tektronix 4014 in small font,
19974 # (tek4015-sm: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19975 tek4015-sm|Tektronix 4015 in small font,
19976 acsc=, rmacs=\E^O, smacs=\E^N, use=tek4014-sm,
19977 # Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
19982 # It's got the Magic Cookie problem around stand-out mode. If you can't
19984 # reverse video. If you like reverse video stand-out mode but don't want
19996 # one break at any speed - this is a documented feature.
20023 tek4025-17|Tektronix 4025 17 line window,
20025 tek4025-17-ws|Tektronix 4025 17 line window in workspace,
20029 smso=\037att e\r, use=tek4025-17,
20030 tek4025-ex|tek4027-ex|Tektronix 4025/4027 w/!,
20033 # Tektronix 4025a
20034 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
20046 # Insert-character cannot be made to work on both top and bottom rows.
20047 # Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
20048 # There also seems to be a problem with vertical motion, perhaps involving
20049 # delete/insert-line, following a typed carriage return. This terminal sucks.
20050 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
20052 # work any more. -- esr)
20053 tek4025a|Tektronix 4025A,
20073 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
20074 tek4025-cr|Tektronix 4025 for curses and rogue,
20091 acsc=, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z,
20093 cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P,
20097 kcuf1=\E[1C, kcuu1=\E[1A, rev=\E[=1;<3m, ri=\E[T,
20103 # (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
20104 tek4105-30|Tektronix 4015 emulating 30 line VT100,
20107 cub1=^H, cud1=\n, cuf1=\E[C$<2>, cuu1=\E[A$<2>, kcub1=\EOD,
20120 # SELECTCHARSET G1 0 TABS -2
20127 # IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
20131 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
20133 # "tek4105a" is just a guess:
20164 # TABS -2
20171 # IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
20175 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
20201 # Part No. 070-4893-00
20206 # Tektronix 4107/4109 interpret 4 modes using "\E%!" followed by a code:
20209 # 2 selects ANSI edit-mode
20213 # is that the cursor addressing is using VT52 mode, and a few others use the
20214 # VT52's non-CSI versions of ANSI, e.g., \EJ. A possible explanation is that
20231 # Tektronix 4207 with sysline. In the ancestral termcap file this was 4107-s;
20233 tek4207-s|Tektronix 4207 with sysline but no memory,
20241 # The 4110 series may be a wonderful graphics series, but they make the 4025
20246 # Note that there is a floppy for free from Tek that makes the
20250 # 4112 in non-dialog area pretending to scroll. It really wraps
20255 otek4112|o4112-nd|otek4113|otek4114|Tektronix 4110 series (old),
20264 cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cud1=\E[B,
20269 tek4112-nd|Tektronix 4112 not in dialog area,
20272 tek4112-5|Tektronix 4112 in 5 line dialog area,
20278 # to be 4-digit octal -- esr)
20286 tek4113-34|Tektronix 4113 color graphics with 34 line dialog area,
20290 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
20292 tek4113-nd|Tektronix 4113 color graphics with no dialog area,
20302 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
20306 cbt=\E[Z, clear=\E[H\E[2J,
20322 ich1=\E[@, ind=\n, kcuu1=\E[A, rmam=\E[?7l, sgr0=\E[m,
20328 # The tek4125 emulates a VT100 incorrectly - the scrolling region
20331 # chokes on; and adds a lot of initialization for the Tektronix dialog area.
20335 # commented out, <smir>=\E1 because there's no <rmir> -- esr)
20348 # I merged in <msgr>,<ind>,<ri>,<invis>,<tbc> from a BRL entry -- esr)
20352 blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156/>,
20366 # (tek4404: There was a "\!" in <smcup> that I replaced with "\E!".
20367 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
20372 cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P,
20374 il1=\E[1L, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
20381 # I added the is string - straight Unix has ESC ; in the login
20382 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
20383 # mode). The is string here cleans up a few things (but not
20391 il1=\E^L, ind=\n, is2=\037\EZ\Ek, ri=\E^A, rmso=\E\s,
20404 # The <initc> cap uses RGB notation to define colors. for arguments 1-3 the
20405 # interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub-
20406 # interval then maps into pre-defined value.
20411 bel=^G, blink=\E[5m, bold=\E[=7;<4m, cbt=\E[Z,
20428 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA,
20449 # pulpy yellow roll paper. If you remember these you go back a ways.
20450 # Teletype-branded VDTs are listed in the AT&T section.
20452 # The earliest UNIXes were designed to use these clunkers; nroff and a few
20467 # awful braindamage, such as printing a visible newline indicator after each
20468 # newline. The 40-1 is a half duplex terminal and is hopeless. The 40-2 is
20469 # braindamaged but has hope and is described here. The 40-4 is a 3270
20471 # it - it's null here to prevent it from showing the BL character.
20472 # There is an \EG in <nl> because of a bug in old vi (if stty says you have
20473 # a "newline" style terminal (-crmode) vi figures all it needs is nl
20475 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
20476 tty40|ds40|ds40-2|dataspeed40|Teletype dataspeed 40/2,
20493 # You can add <is2=\E<> to put this 40-column mode, though I can't
20498 acsc=j%k4l<m-q\,x5, bel=^G, clear=\EH\EJ, cr=\r, cub1=^H,
20504 #### Volker-Craig (vc)
20506 # If you saw a Byte Magazine cover with a terminal on it during the early
20512 # Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
20514 vc303|vc103|vc203|Volker-Craig 303,
20520 vc303a|vc403a|Volker-Craig 303a,
20521 clear=\030$<40>, cuf1=^U, cuu1=^Z, el=\026$<20>,
20522 home=\031$<40>, kcuf1=^U, kcuu1=^Z, ll=^P, use=vc303,
20523 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
20524 vc404|Volker-Craig 404,
20528 cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z,
20530 kcub1=^H, kcud1=\n, kcuf1=^U, kcuu1=^Z,
20531 vc404-s|Volker-Craig 404 w/standout mode,
20534 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
20535 vc414|vc414h|Volker-Craig 414H in sane escape mode.,
20546 vc415|Volker-Craig 415,
20549 ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
20555 # The pcplot IBM-PC terminal emulation program is really messed up. It is
20556 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
20558 # delete line commands. Consequently, the resulting behavior looks like a
20559 # crude adm3a-type terminal.
20561 pcplot|pc-plot terminal emulation program,
20564 # KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
20566 # ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
20568 # I have noticed a couple of minor glitches, but nothing I can't work
20569 # around. (I added two capabilities from the BRL entry -- esr)
20578 # (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
20579 ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS),
20585 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX,
20596 kpp=\E[V, ll=\E[24;1H, nel=\r, rev=\E[7m, ri=\E[T\E[A,
20605 # Apple II firmware console first, then various 80-column cards and
20607 # along with the 40-column apple entries.
20610 # From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
20611 # 'it#8' tells UNIX that you have tabs every 8 columns. This is a
20613 # The clear key on a IIgs will do something like clear-screen,
20623 # Apple //e with 80-column card, entry from BRL
20625 # passing characters to the 80-column firmware via COUT (PR#3 assumed).
20626 # Auto-wrap does not work right due to newline scrolling delay, which also
20630 # using a terminal emulation program instead of the built-in firmware.
20641 apple2e-p|Apple //e via Pascal,
20644 # Enable DC3/DC1 flow control with "stty ixon -ixany".
20645 apple-ae|ASCII Express,
20662 apple-80|Apple II with smarterm 80 col,
20668 apple-soroc|Apple emulating Soroc 120,
20679 # (apple-videx: this used to be called DaleApple -- esr)
20680 apple-videx|Apple with videx videoterm 80 column board with inverse video,
20691 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell,
20699 apple-uterm|Ultraterm for Apple micros,
20712 # a ^U and would thus preempt the more useful "up" function of vi.
20715 apple80p|80-column apple with Pascal card,
20724 # manually converted by D A Gwyn
20729 # This works great for vi, except I've noticed in pre-R2, ^U will scroll back
20733 # (apple-v: added it#8 -- esr)
20734 apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520),
20742 apple-videx3|vapple|Apple II with 80 col card,
20751 aepro|Apple II+ running ASCII Express Pro--vt52,
20758 apple-vm80|ap-vm80|Apple with viewmax-80,
20768 # (lisa: changed <cvvis> to <cnorm> -- esr)
20776 kcuf1=\E[C, kcuu1=\E[A, rmacs=\E[10m, rmso=\E[m, rmul=\E[m,
20787 # Xon-Xoff flow control should also be enabled.
20790 # settings are in non-volatile memory and don't need to be reset upon login.
20808 lisaterm-w|Apple Lisa with Lisaterm in 132 column mode,
20815 # due to a bug in MacTerminal V1.1. Blink is disabled since it is not
20822 mac-w|macterminal-w|Apple Macintosh with MacTerminal in 132 column mode,
20828 # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
20829 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
20834 bel=^G, blink=^_", bold=\E:^A, civis=^E\s,
20837 dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=\n,
20840 # (trs2: removed obsolete ":nl=^_:" -- esr)
20846 el=^A, home=^F, ht=^I, il1=^D, ind=\n, kbs=^H, kcub1=^\,
20852 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
20853 trs16|trs-80 model 16 console,
20860 ind=\n, kbs=^H, kf0=^A, kf1=^B, kf2=^D, kf3=^L, kf4=^U, kf5=^P,
20870 # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
20871 # C-128, VIC-20). The C-64 is said to have been the most popular machine
20877 # Added a few more entries, converted caret-type control sequence (^x) entries
20878 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
20884 # This one appears to fix a problem I always had with a line ending
20885 # at 'width+1' (I think) followed by a blank line in vi. The blank
20888 # something like a Dnet Fterm with the window sized to some peculiar
20890 # :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
20892 # also added empty <acsc> to suppress a warning --esr)
20896 acsc=, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z,
20901 kcuu1=\E[A, kf0=\E[9~, kf1=\E[0~, kf2=\E[1~, kf3=\E[2~,
20909 # (amiga: added empty <acsc> to suppress a warning.
20911 # TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
20912 amiga-h|Hans Verkuil's Amiga ANSI,
20915 acsc=, bel=^G, blink=\2337;2m, bold=\2331m, cbt=\233Z,
20919 cuu=\233%p1%dA, cuu1=\233A, dch=\233%p1%dP, dch1=\233P,
20923 kcub1=\233D, kcud1=\233B, kcuf1=\233C, kcuu1=\233A,
20931 # From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
20938 amiga-8bit|Amiga ANSI using 8-bit controls,
20940 ind=\204, indn@, kend=\233 @, khome=\233 A, knp=\233S,
20941 kpp=\233T, ri=\215, rin@, use=amiga-h,
20943 # From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
20945 amiga-vnc|Amiga using VNC console (black on light gray),
20955 kcbt=\233Z, kdch1=^?, kf0=\E[9~, kf1=\E[0~, kf2=\E[1~,
20974 ri=\215, rin@, use=amiga-h,
20976 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
20977 # I'm trying to write a termcap for a commodore b-128, and I'm
20978 # having a little trouble. I've had to map most of my control characters
20979 # to something that unix will accept (my delete-char is a ctrl-t, etc),
20981 # The problem is with the arrow keys - right, and up work fine, but
20984 # isn't thats bound to next-line in jove).
20986 # DAG -- I changed his "^n" entries to "\n"; see if that works.
20988 commodore|b-128|Commodore B-128 micro,
21000 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
21013 # Osborne, but with the 80-column upgrade, it's too easy to
21017 # The Osborne-1 with the 80-col option is capable of being
21021 # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
21022 osborne-w|osborne1-w|Osborne I in 104-column mode,
21025 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
21030 osborne|osborne1|Osborne I in 80-column mode,
21033 clear=^Z, cub1=\010$<4>, cud1=\n, cuf1=^L,
21035 dch1=\EW$<4/>, dl1=\ER, el=\ET, il1=\EE, is2=^Z, kbs=^H,
21045 OTnl=\n, bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
21049 kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r,
21056 # Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
21058 # were commercial, Minix an educational tool sold in conjunction with a book.
21059 # Memory-segmentation limits and a strong tendency to look like V7 long after
21061 # and Minix were ported to 32-bit Intel boxes, only to be run over by a
21063 # Coherent's vendor, the Mark Williams Company, went belly-up in 1994. There
21072 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j
21074 \301w\302x\263y\363z\362{\343|\330}\234~\376,
21088 use=minix-3.0,
21090 minix-3.0|minix console (v3.0),
21091 use=ecma+color, use=minix-1.7,
21094 # https://web.archive.org/web/20030914201935/http://www.minix-vmd.org/pub/Minix-vmd/1.7.0/wwwman/ma…
21096 minix-1.7|minix console (v1.7),
21099 lf4=Num -, lf5=Num 5, use=minix-1.5,
21101 minix-old|minix-1.5|minix console (v1.5),
21114 minix-old-am|minix console with linewrap,
21115 am, use=minix-old,
21117 pc-minix|minix console on an Intel box,
21118 use=klone+acs, use=minix-3.0,
21121 # to a z19. The differences seem to be (1) 25 lines, (2) no status
21124 pc-coherent|pcz19|coherent|IBM PC console running Coherent,
21134 # to a DEC VT52. Differences seem to be (1) arrow keys send
21137 # There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
21139 pc-venix|venix|IBM PC console running Venix,
21152 # It may be used as a terminal by putting it in "line" mode as seen on
21155 # Hardware tabs set by <if> at 8-spacing. Auto line wrap causes glitches so
21164 cuu1=^Z, cvvis=\E[?7l, dch1=\E[1P, dl1=\E[M, ed=^_, el=^^,
21178 # The Basis 108 was a Apple II clone, manufactured by the "Basis
21181 # more). A Basis 108 featured a really heavy (cast aluminium?) case, was
21182 # equipped with one or two 5.25" disk drives, had a monochrome and colour
21183 # video output for a TV set or a dedicated monitor and several slots for
21189 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
21195 cols#88, lines#46, use=ansi-mini,
21199 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
21200 # interface (pre-Macintosh by several years) that went nowhere.
21218 # From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
21219 m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique,
21234 smul=\E[4m, tsl=^_@A, use=ansi+arrows, use=ansi+cpr,
21245 cup=\037%p1%'A'%+%c%p2%'A'%+%c, cuu1=^K,
21246 dsl=\037@A\030\n, el=^X,
21247 flash=\037@A\EW \177\022\177\022P\r\030\n, fsl=\n,
21260 sgr0=\EI\E\\\EG, smso=\E], tsl=\037@%p1%'A'%+%c,
21261 u6=\037%c%'A'%-%c%'A'%-, u7=\Ea,
21264 C0=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$, E0=^O,
21269 \301BA\,\302CA\,\303DA\,\304HA\,\305JA\,\306a\,\307KC\,
21279 \177\,--,
21280 minitel1b|minitel 1-bistandard (in 40cols mode),
21300 minitel1b-80|minitel 1-bistandard (standard teleinformatique),
21303 acsc@, blink=\E[5m, bold=\E[1m, civis=\037@A\024\n,
21304 clear=\E[H\E[J, cnorm=\037@A\021\n, cuf1=\E[C,
21305 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H,
21322 tsl=\037@%?%p1%{63}%<%t%p1%'A'%+%c%e\177%p1%{62}%-%Pa%?%ga
21333 \350}\,\371|\,\300A\,\301A\,\302A\,\303A\,\304A\,\305A\,
21336 \326O\,\331U\,\332U\,\333U\,\334U\,\335Y\,\337s\,\341a\,
21337 \342a\,\343a\,\344a\,\345a\,\346e\,\352e\,\353e\,\354i\,
21341 \E7\E[4m<\E8\E[C\,z\E7\E[4m>\E8\E[C\,g\E7\E[4m+\E8\E[C,
21344 minitel1-nb|minitel 1 (40cols) noir & blanc sans couleurs avec bold et dim ...,
21347 cup=\037%p1%'A'%+%c%p2%'A'%+%c\EB, dim=\ED, home=^^\EB,
21350 sgr0=\EI\E\\\EB, tsl=\037@%p1%'A'%+%c\EB, .invis=\E@,
21353 minitel1b-nb|minitel 1b (40cols) noir & blanc sans couleurs avec bold et dim ...,
21356 acsc=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$,
21363 sgr0=\EI\E\\\EB, smacs=^N, tsl=\037@%p1%'A'%+%c\EB,
21375 # Ctrl+Suite-1(F13), Ctrl+Suite-2(F14), Ctrl+Suite-3(F15),
21376 # Ctrl+Suite-4(F16), Ctrl+Suite-5(F17), Ctrl+Suite-6(F18),
21377 # Ctrl+Suite-7(F19), Ctrl+Suite-8(F20), Ctrl+Suite-9(F21),
21378 # Ctrl+Suite-0(F22), Ctrl+Suite-*(F23), Ctrl+Suite-#(F24).
21382 minitel2-80|minitel 2 (80cols) avec filets VT100 (DEC),
21389 \E(3Q\,\277\E(3Z\,\300A\,\301A\,\302A\,\303A\,\304\E(3R\,
21390 \305A\,\306E\,\307C\,\310E\,\311\E(3S\,\312E\,\313E\,
21393 \333U\,\334\E(3V\,\335Y\,\337\E(3{\,\340\E(3A\,\341a\,
21394 \342\E(3B\,\343a\,\344\E(3C\,\345a\,\346e\,\347\E(R\\\\\,
21399 \,+k\,.l\,0\177\,-j,
21400 use=minitel12-80,
21402 minitel12-80|minitel 12 (80cols),
21405 .acsc=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0
21409 C0=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0\177,
21412 \E(3g\,\267\E(3~\,\274\E(3O\,\275\E(3P\,\276\E(3Q\,\300A
21413 \,\301A\,\302A\,\303A\,\304A\,\305A\,\306E\,\307C\,\310E
21416 \,\332U\,\333U\,\334U\,\335Y\,\337\E(3{\,\340\E(3A\,
21417 \341a\,\342\E(3B\,\343a\,\344\E(3C\,\345a\,\346e\,\347\E(
21422 \,\\\,m\,+k\,.l\,0\177\,-j,
21423 use=minitel1b-80,
21443 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
21455 screen.minitel1b-80|screen.minitel2-80|screen.minitel12-80|Screen specific for minitel1b-80 minitel…
21462 screen.minitel1-nb|Screen specific for minitel1-nb,
21467 screen.minitel1b-nb|Screen specific for minitel1b-nb,
21474 linux-m1|Linux Minitel 1 "like" Couleurs,
21477 acsc=a\261f\370g\361h\260j\274k\273l\311m\310n\316q\315t
21478 \314u\271v\312w\313x\272y\363z\362{\343|\252~\372,
21487 kdl1=\E\E[A, kent=\EOM, kf1=\E[[A, kf10=\E[21~,
21514 # 1. Using double-shapes for VT100 graphical chars (eg: mc).
21518 # 5. ich/ich1 not filled because of non-curses programs.
21519 #--
21523 linux-m1b|Linux Minitel 1B "like" Monochrome (Gris/Blanc/Noir+Dim),
21530 oc@, op@, rmacs@, setab=^A, setaf=^A, smacs@, .setab@, .setaf@,
21534 use=linux-m1,
21536 linux-m2|Linux Minitel 2 "like" Couleurs (Vert/Blanc/Noir+Bleu),
21539 acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
21547 oc@, op@, setab=^A, setaf=^A, sgr0=\E[;37m, .setab@, .setaf@,
21552 use=linux-m1,
21555 linux-s|Linux console with added status line at bottom,
21557 clear=\E[255;255H\E[A\E[1J\E[H, csr@,
21559 iprog=\sbash\s-c\s'echo\s-ne\s"\E[?6l\E[255H\E[A\E[6n"\s;
21560 \sread\s-d\sR\sTMP\s;\sLINES=`echo\s$TMP\s|\scut\s-f1
21561 \s-d\s";"\s|\scut\s-f2\s-d\s"["`\s;\sstty\srows\s$LINE
21562 S\s;\secho\s-ne\s"\E[;"$LINES"r\E[J"',
21567 screen.linux-m1|Linux m1 specific for screen,
21569 kclr=\E\r, kdl1=\E\E[A, kf13=\E[25~, kf14=\E[26~,
21583 screen.linux-m1b|Linux m1b specific for screen,
21585 op@, setab@, setaf@, setb@, setf@, use=screen.linux-m1,
21587 screen.linux-m2|Linux m2 specific for screen,
21588 acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
21590 use=screen.linux-m1b,
21594 putty-m1|Putty Minitel 1 "like" Couleurs,
21597 use=xterm+alt47, use=putty+screen, use=xterm+sl-twm,
21598 use=ecma+index, use=linux-m1,
21600 putty-m1b|Putty Minitel 1B "like" Monochrome (Gris/Blanc/Noir),
21603 use=xterm+alt47, use=putty+screen, use=xterm+sl-twm,
21604 use=ecma+index, use=linux-m1b,
21606 putty-m2|Putty Minitel 2 "like" Couleurs (Vert/Blanc/Noir),
21611 use=xterm+alt47, use=putty+screen, use=xterm+sl-twm,
21612 use=ecma+index, use=linux-m2,
21614 putty+screen|PuTTY with screen resizing extensions (building-block),
21617 putty-screen|PuTTY with screen resizing extensions,
21620 screen.putty-m1|Putty m1 specific for screen,
21621 dim@, rmul=\E[24m, smul=\E[4m, E3@, use=screen.linux-m1,
21623 screen.putty-m1b|Putty m1b specific for screen,
21625 op@, setab@, setaf@, setb@, setf@, use=screen.putty-m1,
21627 screen.putty-m2|Putty m2 specific for screen,
21628 acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
21630 use=screen.putty-m1b,
21634 # viewdata lacks a true cup capability,
21652 viewdata-o|optimized version of Viewdata Prestel/Viewdata terminals,
21656 %{24}%ga%-%Pa%?%ga%{07}%>%t\013\013\013\013\013\013\013
21662 %p2%-%Pa%?%ga%{07}%>%t\010\010\010\010\010\010\010\010%;
21668 # Samples with TERM=viewdata and TERM=viewdata-rv: http://canal.chez.com/blog/
21670 viewdata-rv|Prestel/Viewdata terminals with reverse capabilitie (as green),
21672 rmso=\EG, smso=\EB, use=viewdata-o,
21676 # These terminals are *long* dead -- these entries are retained for
21684 # ":do=^J:" -- esr)
21690 dl1=\E^S, ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z,
21697 # Actually, in the beginning was the Jerq, and the Jerq was white with a
21699 # was good. But lo, upon the horizon loomed a mighty management-type person
21725 # (cbblit: here's a BSD termcap that says <cud1=\EG> -- esr)
21743 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
21748 # The bitgraph was a large white box that contained a monochrome bitmap
21749 # display, and a 68000 to run it. You could download code and run it on
21751 # 70's, sure beat a VT100. It had one strange feature tho -- it used
21753 # rate, and looked like a rubber sheet stretching, then snapping
21754 # upwards. It had everything the early mac had, except a floppy drive a
21755 # small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
21756 # Beranek and Neuman) sold at most a few hundred of them to the real
21783 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP,
21794 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
21807 # (Adapted for terminfo; AIX extension capabilities translated -- esr)
21816 # 19-05-87 V02.00.01
21817 # 17-12-87 V02.00.02
21818 # 15-09-89 V02.00.05
21821 # -------------------------------------------------------
21833 # -------------------------------------------------------
21836 # P297.11.04 (24-pin: 2732) or P798.11.04 (28-pin: 2764)
21864 # SO Line-graphic mode ON: ^N
21865 # SI Line-graphic mode OFF: ^O
21872 tws-generic|dku7102|Bull Questar tws terminals,
21875 acsc=``aaffggj)k\,l&m#n/ooppq*rrsst'u-v+w.x%yyzz{{||}}~~,
21883 is3=\Eb\E[?<h, kcbt=\E[Z, kctab=\E[g, kdch1=\E[P,
21888 ll=\E[H\E[A, mc0=\E[0i, mc4=\r\E[4i, mc5=\E[5i,
21899 tws2102-sna|dku7102-sna|Bull Questar tws2102 for SNA,
21901 use=tws-generic,
21903 ht=^I, use=tws-generic,
21904 tws2103-sna|dku7103-sna|Bull Questar tws2103 for SNA,
21905 ht=^I, use=tws2102-sna,
21906 dku7102-old|Bull Questar 200 DKU7102 (microcode version < 6),
21910 use=tws-generic,
21915 smso=\E[0;4;5;7m, smul=\E[0;2m, use=tws-generic,
21923 #---------------------------------------------------------------------------
21925 # and following set-up :
21926 # 8 bit ISO Latin Character Set (ISO 8859-1),
21930 # They are used in string capabilities with VT220-320 emulation mode.
21934 # sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
21943 # SCS select G1 = line-graphic: esc ) 0
21944 # Select 7-bit C1 controls: esc sp F
21945 # Select 8-bit C1 controls: esc sp G
21958 # SM DECCOLM 132-column screen: esc [ ? 3 h
21959 # RM DECCOLM 80-column screen: esc [ ? 3 l
21974 # DECSSDT Select status host-wr: esc [ 2 $ ~
21983 # DECSCL VT300 mode 8-bit ctrl: esc [ 6 3 " p
21984 # or DECSCL VT300 mode 8-bit ctrl: esc [ 6 3 ; 0 " p
21985 # or DECSCL VT300 mode 8-bit ctrl: esc [ 6 3 ; 2 " p
21986 # DECSCL VT300 mode 7-bit ctrl: esc [ 6 3 ; 1 " p
22021 bq300-rv|Bull VT320 reverse 80 columns,
22026 bq300-w|Bull VT320 132 columns,
22031 bq300-w-rv|Bull VT320 reverse mode 132 columns,
22039 # and following set-up :
22040 # 8 bit ISO Latin Character Set (ISO 8859-1),
22049 # SCS select G1 = line-graphic: esc ) 0
22050 # Select 7-bit C1 controls: esc sp F
22051 # Select 8-bit C1 controls: esc sp G
22064 # SM DECCOLM 132-column screen: csi ? 3 h
22065 # RM DECCOLM 80-column screen: csi ? 3 l
22080 # DECSSDT Select status host-wr: csi 2 $ ~
22085 # DECSCL VT300 mode 8-bit ctrl: csi 6 3 " p
22086 # or DECSCL VT300 mode 8-bit ctrl: csi 6 3 ; 0 " p
22087 # DECSCL VT300 mode 7-bit ctrl: csi 6 3 ; 1 " p
22091 # (bq300-8: <cub1>,<cuf1>,<cuu1>,<cud1>,<dl1>,<il1> to get under 1024 --esr)
22092 bq300-8|Bull VT320 full 8 bits 80 columns,
22098 cup=\233%i%p1%d;%p2%dH, cuu=\233%p1%dA, cuu1=\2331A,
22108 kcud1=\233B, kcuf1=\233C, kcuu1=\233A, kdch1=\2333~,
22127 bq300-8rv|Bull VT320 8-bit reverse mode 80 columns,
22131 use=bq300-8,
22132 bq300-8w|Bull VT320 8-bit 132 columns,
22136 rs2=\233?3h, use=bq300-8,
22137 bq300-w-8rv|Bull VT320 8-bit reverse mode 132 columns,
22142 rs2=\233?3h, use=bq300-8,
22145 # a 102 keys keyboard (PC scancode !) and following set-up :
22146 # 8 bit ISO Latin Character Set (ISO 8859-1),
22149 bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns,
22155 bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns,
22159 use=bq300-pc,
22160 bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal,
22164 rs2=\E[?3h, use=bq300-pc,
22165 bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns,
22170 rs2=\E[?3h, use=bq300-pc,
22171 # 8 bit ISO Latin Character Set (ISO 8859-1),
22174 bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns,
22180 use=bq300-8,
22181 bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns,
22185 use=bq300-8-pc,
22186 bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns,
22190 rs2=\E[?3h, use=bq300-8-pc,
22191 bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns,
22196 rs2=\E[?3h, use=bq300-8-pc,
22214 # LGR Line-graphic mode reset ^[F
22215 # LGS Line-graphic mode set ^[G
22236 # SSPR multi-part. reset ^[[<>u
22250 # This covers the vip7800 and BQ3155-vip7800
22251 vip|Bull Questar 3155-7800,
22260 is3=\Er\E[W\E`, kHOM=\EH, kLFT=\Eo, kRIT=\Eu, kcbt=\E[Z,
22275 use=vt52-basic,
22277 vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide,
22280 vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines,
22283 vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines,
22290 # I have put the long strings in <smcup>/<rmcup>. Ti sets up a window
22291 # that is smaller than the screen, and puts up a warning message
22301 cup=\001M%p2%d\,%p1%d\,, cuu1=^K, dch1=^A<1, dl1=^A<2,
22302 ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=\n, ll=^A|,
22309 smso=\001C4\,\001c7\,, uc=^A^A_^A\0,
22325 cyb83|xl83|Cybernex xl-83,
22332 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
22333 cyb110|mdl110|Cybernex mdl-110,
22337 cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z,
22338 dch1=\016A\036$<3.5>, dl1=\016A\016\036$<40>,
22340 ht=\011$<43>, ich1=\016A\035$<3.5>,
22341 il1=\016A\016\035$<65>, ind=\n, rmso=^NG, smso=^NF,
22346 # They created ARCnet, an Ethernet competitor that flourished for a while
22354 bel=^G, clear=^]^_, cr=\r, cub1=^H, cud1=\n, cuf1=^X, cuu1=^Z,
22360 # CONTROL-INT-INT to take the terminal off-line, and type (opt).
22362 # CR/LF off. Use control-shift-[] as escape key, control-I as tab,
22363 # shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
22368 # by a control character as follows:
22371 # ctrl-E top tee
22372 # ctrl-F right tee
22373 # ctrl-G bottom tee
22374 # ctrl-H left tee
22375 # ctrl-I cross
22376 # ctrl-J top left corner
22377 # ctrl-K top right corner
22378 # ctrl-L bottom left corner
22379 # ctrl-M bottom right corner
22380 # ctrl-N horizontal line
22381 # ctrl-O vertical line
22388 cud1=\n, cup=\011%p2%'\0'%+%c%p1%'\0'%+%c, dl1=\E^Z,
22412 # the same analogy as VT100 (also lacking function-keys).
22414 # These assignments use the same layout for 0-9 as VT100+keypad; the VT52
22415 # keypad had its cursor-keys on the right-column as shown -TD
22417 # | PF1 | PF2 | PF3 | c-up |
22420 # | 7 8 9 c-down |
22423 # | 4 | 5 | 6 | c-right |
22426 # | 1 | 2 | 3 | c-left |
22451 cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=\n, u8=\E/A, u9=\EZ,
22456 # (vt61: there's a BSD termcap that claims <dl1=\EPd>, <il1=\EPf.> <kbs=^H>)
22457 vt61|vt-61|vt61.5|DEC VT61,
22465 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
22478 # DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce
22479 # a PC differentiated from the IBM clones. It was a total, ludicrous,
22480 # grossly-overpriced failure (among other things, DEC's OS didn't include
22481 # a format program, so you had to buy pre-formatted floppies from DEC at
22482 # a hefty premium!).
22507 # \E[z 6 lines/in
22514 # a tab stop)
22522 is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>,
22539 ln03-w|DEC ln03 laser printer 132 cols,
22547 # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
22548 # There are BSD-derived termcap entries floating around for this puppy
22554 cup=\017%p1%p1%{16}%m%{2}%*%-%{57}%+%c%p2%p2%{16}%m%{2}%*%-
22556 cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=\n,
22561 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
22567 cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>,
22570 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
22582 # The ps300 was the Evans & Sutherland Picture System 300, a high
22583 # performance 3D vector graphics system with a bunch of specialized hardware.
22588 # hung onto them for a while longer. AFAIK all E&S vector graphics systems
22590 # (ps300: changed ":pt@:" to "it@" -- esr)
22608 # Here is a description of the H19 DIP switches:
22611 # 0-3 = baud rate as follows:
22614 # --- --- --- ---
22642 # also added empty <acsc> to suppress a tic warning -- esr)
22643 h19-a|h19a|heath-ansi|heathkit-a|Heathkit h19 ANSI mode,
22648 cuu1=\E[1A, cvvis=\E[>4h, dch1=\E[1P, dl1=\E[1M$<1*>,
22651 kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A,
22656 h19-bs|Heathkit w/keypad shifted,
22657 rmkx=\Eu, smkx=\Et, use=h19-b,
22658 h19-us|h19us|h19-smul|Heathkit w/keypad shifted/underscore cursor,
22659 rmkx=\Eu, smkx=\Et, use=h19-u,
22660 # (h19: merged in <ip> from BSDI hp19-e entry>;
22661 # also added empty <acsc> to suppress a tic warning --esr)
22664 # I have an old Zenith-19 terminal at home that still gets a lot of use.
22665 # This terminal suffers from the same famous insert-mode padding lossage
22667 # unusable on this box, since even a half-scroll up or down the window
22673 # makes Emacs a little slower, but it remains in the land of the living.
22675 h19|heath|h19-b|heathkit|heath-19|z19|zenith|Heathkit h19,
22687 h19-u|Heathkit with underscore cursor,
22688 cnorm@, cvvis@, use=h19-b,
22689 h19-g|h19g|Heathkit w/block cursor,
22690 cnorm=\Ex4, cvvis@, use=h19-b,
22691 alto-h19|altoh19|altoheath|alto-heath|alto emulating Heathkit h19,
22697 # The problem with declaring an H19 to be synonymous with a Z29 is that
22698 # it needs more padding. It especially loses if a program attempts
22710 # thing in doing a redisplay rather than the practical thing.
22711 # When it is about to output a line on top of a line that is
22720 # But don't cry for too long.... There is a solution. You can make
22721 # a termcap entry for the Z29 that says the Z29 has no insert mode.
22722 # Then Emacs cannot use it. "Oh, no, but now inserting into a
22723 # line will be really slow", you say. Well there is a sort of a
22733 # (z29: added empty <acsc> to suppress a tic warning, merged in
22734 # status line capabilities from BRL entry --esr)
22738 OTbc=\ED, acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4,
22740 cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A,
22751 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
22752 # cursor, bc -> block cursor.
22755 # looks VT100-compatible -- esr)
22756 z29a|z29a-kc-bc|h29a-kc-bc|Heath/Zenith 29 in ANSI mode,
22774 z29a-kc-uc|h29a-kc-uc|Zenith z29 ANSI mode with keyclick and underscore cursor,
22778 z29a-nkc-bc|h29a-nkc-bc|Zenith z29 ANSI mode with block cursor and no keyclick,
22782 z29a-nkc-uc|h29a-nkc-uc|Zenith z29 ANSI mode with underscore cursor and no keyclick,
22787 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode,
22790 acsc=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G,
22791 blink=\E[5m, bold=\E[1m, cbt=\E[1Z, civis=\E[>5h,
22807 # From: Brad Brahms <Brahms@USC-ECLC>
22808 z100|h100|z110|z-100|h-100|Heath/Zenith z-100 pc with color monitor,
22810 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
22811 z100bw|h100bw|z110bw|z-100bw|h-100bw|Heath/Zenith z-100 pc,
22822 p19|h19-b with il1/dl1,
22823 dl1=\EM$<2*/>, il1=\EL$<2*/>, use=h19-b,
22825 # (ztx: removed duplicate :sr: -- esr)
22826 ztx|ztx11|zt-1|htx11|ztx-1-a|Heath/Zenith ztx-10 or 11,
22839 # There was a company called IMS International located in Carson City,
22840 # Nevada, that flourished from the mid-70s to mid-80s. They made S-100
22841 # bus/Z80 hardware and a line of terminals called Ultimas.
22845 ims950-b|bare ims950 no init string,
22847 # (ims950: removed obsolete ":ko@:" -- esr)
22852 # (ims950-rv: removed obsolete ":ko@:" -- esr)
22853 ims950-rv|IMS tvi950 rev video,
22856 kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950-rv,
22857 ims-ansi|ultima2|ultimaII|IMS Ultima II,
22864 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, ri=\EM,
22882 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
22883 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
22884 # and the reverse is actually true. Try it. -- esr)
22889 cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A,
22892 # are typing and a command comes in, the keystrokes you type get interspersed
22902 # This company made S100-bus personal computers long ago in the pre-IBM-PC
22912 # The Graphos III was a color graphics terminal from Ithaca Intersystems.
22919 # <rf=/usr/share/tabset/init.graphos> no such file & no <hts> -- esr)
22923 clear=\E[H\E[2J, cnorm=\Ez56;2;0;0z\Ez73z\Ez4;1;1z,
22925 cvvis=\Ez4;2;1z\Ez56;2;80;24z, dch1=\E[P, ed=\E[J,
22932 graphos-30|graphos III with 30 lines,
22934 cvvis=\Ez4;2;1z\Ez56;2;80;30z, use=graphos,
22943 # Vox: (617)-890-5796.
22949 # Modgraph GX-1000, replaced by GX-2000. Both are out of production, have been
22951 # portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
22952 # panel-mount etc). I can be emailed at sonfour@aol.com
22956 # graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
22966 # The GX-1000 manual is dated 1984. This looks rather like a VT-52.
22967 modgraph2|modgraph gx-1000 80x24 with keypad not enabled,
22979 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
22980 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
22981 # If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
22982 # mark and using delete-to-killbuffer work correctly. However, we would
22983 # like normal mode of operation to be using a Modgraph with 48 line setting.
22984 # If we set TERM=mod (which is a valid entry in termcap with 48 lines)
22985 # the setting mark and delete-to-killbuffer results in the deletion of only
22987 # We've discovered that the delete-to-killbuffer works correctly
22989 # the first line disappears but a ctrl-l shows that it did work
22996 cuu1=\E[A, ed=\E[J, el=\E[K,
23008 # S100-bus machines. They used to be reachable at:
23017 # The mt70 terminal was shipped with the Morrow MD-3 microcomputer.
23020 mt70|mt-70|Morrow MD-70; native Morrow mode,
23023 acsc=+z\,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI, bel=^G,
23024 cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=\r, cub1=^H,
23028 ind=\n, invis@, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r,
23030 kcuu1=^AJ\r, kdch1=^?, kf1=^A@\r, kf10=^AI\r, kf11=^A`\r,
23054 # This company is still around in 1995, manufacturing point-of-sale systems.
23065 # Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
23070 # The following SET-UP modes are assumed for normal operation:
23073 # Other SET-UP modes may be set for operator convenience or communication
23077 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
23078 # Note that the Control-E key is useless on this brain-damaged terminal. No
23079 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
23088 kcuf1=\E[C, kcuu1=\E[A, kf0=\EOP, kf1=\EOQ, kf2=\EOR,
23099 rt6221-w|Ramtek 6221 160x48,
23111 cuu1=^K, home=^Z, rmso=\E\ES0, smso=\E\ES1,
23117 # Selanar HiREZ-100 from BRL, probably by Doug Gwyn
23118 # The following SET-UP modes are assumed for normal operation:
23125 # default. Other SET-UP modes may be set for operator convenience or
23126 # communication requirements. No delays are specified; use "stty ixon -ixany"
23129 hirez100|Selanar HiREZ-100,
23146 hirez100-w|Selanar HiREZ-100 in 132-column mode,
23157 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H,
23163 # Alan Frisbie <frisbie@flying-disk.com> writes:
23167 # consisted of a circle with a slightly smaller 15 degree (approx.)
23169 # a metallic gold/yellow.
23171 # If I had been more of a beer drinker it might have been obvious
23172 # to me, but it took a clue from their service department to make
23174 # a beer can (the old removable pop-top style) and "Soroc" was an
23178 # one evening, tossing back a few and trying to decide what to
23179 # call their new company and what to use for a logo.
23182 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
23191 kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r,
23194 rmul=\E^A, smir=\E9, smso=\E^?, smul=\E^A,
23202 # (swtp: removed obsolete ":bc=^D:" -- esr)
23207 cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F,
23215 # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
23217 # Synertek used to make ICs, various 6502-based single-board process
23218 # control and hobbyist computers, and assorted peripherals including a
23220 # first to have a "terminal-on-a-keyboard", where the terminal itself
23223 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
23224 # was a 40x24 terminal that could connect to a standard TV through a
23225 # video modulator. The KTM-2/80 was the 80-column version (the 2/40
23226 # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
23227 # I have a KTM-2/80 still in working order. The KTM-2s had fully
23228 # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
23232 # output transistor a couple of times, but it's a 2N2222 :-)
23234 # The KTM-3 (which is what is listed in the terminfo file) was their
23235 # attempt at putting a KTM-2 in a box (and some models came with a
23236 # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
23237 # control and escape sequences are very different. The KTM-3 was always
23240 # The padding in the entry is probably off--these terminals were very
23241 # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
23243 # a reasonable subset of VT100 functionality, since the usual ROMs were
23258 clear=^Z, cub1=^H, cuf1=^L,
23263 # TAB Products Co. - Palo Alto, California
23274 # The manual for this puppy was dated June 1981. It claims to be VT52-
23275 # compatible but looks more VT100-like -esr
23279 # This monochrome graphics terminal of TAB Products, California, is a DEC
23281 # factory-fitted with additional hardware for Tektronix 4010 emulation.
23282 # Also the terminal understands a selection of Tektronix 4027 commands.
23283 tab132|tab|tab132-15|tab 132/15,
23289 tab132-w|tab132 in wide mode,
23292 tab132-rv|tab132 in reverse-video mode,
23294 tab132-w-rv|tab132 in reverse-video/wide mode,
23295 is2=\E[?7h\E[?3h\E[?5h, use=tab132-w,
23303 # Vox: (612)-941-3300
23305 # The Teleray terminals were all discontinued in 1992-93. RI still services
23308 # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
23309 # Model 100) that were ANSI-compatible.
23312 # to the front if you have either. A dumb Teleray with the cursor stuck
23313 # on the bottom and no obvious model number is probably a 3700.
23343 # (which gave meta-key and programmable-fxn keys). 720 is much much faster,
23348 # From: J. Lepreau <lepreau@utah-cs> Tue Feb 1 06:39:37 1983, Univ of Utah
23349 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
23358 # Teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
23359 # back/forth words. Put the function keys (f1-f10) where they can be
23378 # The Silent 700 was so called because it was built around a quiet thermal
23392 # http://www.bitsavers.org/pdf/ti/terminal/silent_700/2310451-0001_Silent_700_Model_707_Users_Manua…
23394 # pages 2-7 and 2-8 say that the model 707 prints 10.2 characters per inch
23396 # cpi using an escape sequence. There is no 80/132-column capability in
23402 ti703-w|ti707-w|Texas Instruments Silent 703/707 (132 column),
23409 ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 VT220 mode 7 bit CTRL,
23411 cbt=\E[Z, clear=\E[H\E[2J$<6>, dch=\E[%p1%dP$<250>,
23425 ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 VT220 mode bit CTRL,
23427 kcuu1=\233A, kdch1=\233P, kf1=\23317~, kf10=\23328~,
23435 ti916-132|Texas Instruments 916 VDT VT220 132 column,
23440 ti916-8-132|Texas Instruments 916 VDT 8-bit VT220 132 column,
23441 cols#132, use=ti916-8,
23449 kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf2=\EOQ,
23454 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL,
23461 kcuf1=\E[C, kcuu1=\E[A, kdch1=\233P, kf1=\217P, kf2=\217Q,
23467 ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode,
23469 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode,
23470 cols#132, use=ti924-8,
23485 # (ti926-8: I corrected this from the broken SCO entry -- esr)
23486 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL,
23487 csr@, ind=\2331S, ri=\2331T, use=ti924-8,
23491 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H,
23512 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL,
23525 # dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
23526 # <invis> might work-- esr)
23538 # which were also in the original entry -- esr)
23539 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
23565 # Apollo got bought by Hewlett-Packard. The Apollo workstations are
23617 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
23626 kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOc,
23634 # I have a UNIX PC which I use as a terminal attached to my Linux PC.
23639 # The UNIX PC has a plethora of keys (103 of them, and there's no numeric
23641 # half-intensity, "smeared" bold, and real strike-out, for example.) It also
23643 # uses an 80x24 window (and doesn't support seem to support a 132-column
23646 # HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
23647 # library which was a superset of SVr3.5 curses (called tam, for "terminal
23650 # user interface on the UNIX PC was a GUI program (ua, for "user
23652 # machine, tam also supported VT100-compatible terminals attached to the
23654 # not present on a VT100, users could press ESC and a two-letter sequence,
23655 # such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
23664 # there are two sequences for every key-modifier combination (local keyboard
23669 # This means it doesn't work for a real live UNIX PC.
23671 # FONTS: The UNIX PC also has a strange interpretation of "alternate
23676 # re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
23679 # SGR10 - Select font 0 - ESC [ 10 m or SO
23680 # SGR11 - Select font 1 - ESC [ 11 m or SI
23681 # SGR12 - Select font 2 - ESC [ 12 m
23683 # SGR17 - Select font 7 - ESC [ 17 m
23693 # To ameliorate these problems (and fix a few highlighting bugs) I rewrote
23697 # applications can now use the F1-F8 keys.
23702 # Somewhat similar to a vt100-am (but different enough
23709 # * This routine loads a font defined in the file ALTFONT
23723 # * standard PC software. It defines a graphics character set
23747 # they're confirmed by the man page for the System V display---esr)
23761 kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd,
23767 kprv=\ENg, krdo=\EOt, kref=\EOb, krfr=\ENa, kri=\E[A,
23781 # (aws: removed unknown :dn=^K: -- esr)
23786 clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A,
23789 kcuf1=^R, kcuu1=^A, ri=\ESD, rmacs=\EAAF, rmso=\EARF,
23796 cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A, ed=\EEF,
23797 el=\EEL, kbs=^H, kcub1=^N, kcud1=^K, kcuf1=^R, kcuu1=^A,
23805 # The digital uVax II's had a graphic display called a qdss. It was
23806 # supposed to be a high performance graphic accelerator, but it was
23809 # during bootup, it was in text mode, and probably had a terminal emulator
23820 # Fortune made a line of 68K-based UNIX boxes that were pretty nifty
23821 # in their day; I (esr) used one myself for a year or so around 1984.
23826 # From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983
23831 # :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
23834 # to force both magic cookie glitches off. Once upon a time, I
23835 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
23838 # I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
23839 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
23840 # names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
23844 acsc=j*k(l m"q&v%w#x-, bel=^G, blink=\EN, civis=\E],
23848 el=^\Z, home=\036$<10>, ht=^Z, ich1=\034Q$<5>,
23852 kf5=^Ae\r, kf6=^Af\r, kf7=^Ag\r, kf8=^Ah\r, khome=^A?\r,
23858 # Masscomp has gone out of business. Their product line was purchased by a
23863 # (masscomp: ":MT:" changed to ":km:"; -- esr)
23885 ind=\n, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
23889 # The following is a version of the ibm-pc entry distributed with PC/IX,
23911 # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
23912 # ":kh=\E[Y:". Added IBM-PC forms characters and highlights, they match
23913 # what was there before. -- esr)
23920 khome=\E[Y, knp=\E[e, kpp=\E[Z, use=ansi+arrows,
23925 # These terminals are *long* dead -- these entries are retained for
23929 #### Obsolete non-ANSI software emulations
23936 # so we have to save their status in the static registers A, B and H
23943 # 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
23950 # 6. original color-pair is white on black.
23955 # on before (this information is stored in static registers X,Y,Z,A,B,H,D).
23966 cup=\E&a%p2%dc%p1%dY, cuu1=\EA, dch1=\EP$<2>, dl1=\EM,
23967 ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=\011$<2>, hts=\E1,
23985 smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY,
23988 # gs6300 - can't use blue foreground, it clashes with underline;
23991 # (gs6300: commented out <rmln> (no <smln>) --esr)
23995 acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyz
23996 z{{||}}~~,
24004 setf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m,
24010 # MS-Kermit with Heath-19 emulation mode enabled
24015 ht@, use=h19-u,
24017 # Apple Macintosh with VersaTerm, a terminal emulator distributed by Synergy
24019 # 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376. They can
24027 cuu1=\E[A$<2/>, dch1=\E[1P$<7/>, dl1=\E[1M$<9/>,
24045 cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>,
24055 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
24070 # (diablo1620: removed <if=/usr/share/tabset/xerox1720>, no such file -- esr)
24076 diablo1620-m8|diablo1640-m8|Diablo 1620 w/8 column left margin,
24079 # (diablo1640: removed <if=/usr/share/tabset/xerox1730>, no such file -- esr)
24083 # (diablo1640-lm: removed <if=/usr/share/tabset/xerox1730-lm>, no such
24084 # file -- esr)
24085 diablo1640-lm|diablo-lm|xerox-lm|Diablo 1640 with indented left margin,
24088 diablo1740-lm|630-lm|1730-lm|x1700-lm|Diablo 1740 printer,
24089 use=diablo1640-lm,
24093 # If no tab is set or the terminal's in a bad mood, it glitches the screen
24094 # around all of memory. Note that return puts a blank ("a return character")
24098 # and cursor addressing sends a tab for row/column 9. What a losing terminal!
24099 # I have been unable to get tabs set in all 96 lines - it always leaves at
24102 # (dtc382: change <rmcup> to <smcup> -- it just does a clear --esr)
24109 il1=^P^Z, ind=\n, pad=^?, rmcup=, rmir=^Pi, rmul=^P \0,
24114 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=^Z, ff=^L, hd=\Eh, ht=^I,
24119 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=^Z, hd=\Eh, ht=^I, hu=\EH,
24126 aj510|Anderson-Jacobson model 510,
24136 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
24137 # This is incomplete, but it's a start.
24147 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=^Z, ff=^L, hd=\Eh, ht=^I,
24158 # If you have any information about these (like, a manufacturer's name,
24159 # and a date on the serial-number plate) please send it!
24161 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars,
24164 clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^,
24165 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars,
24168 clear=^Z, cub1=^H, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3,
24171 cops10|cops|cops-10|cops 10,
24182 # (a subsidiary of General Dynamics),
24186 # merged in capabilities from a BRL entry -- esr)
24187 d132|datagraphix|DatagraphiX 132a,
24194 # The d800 was an early portable terminal from c.1984-85 that looked a lot
24195 # like the original Compaq `lunchbox' portable (but no handle). It had a VT220
24196 # mode (which is what this entry looks like) and several other lesser-known
24198 d800|Direct 800/A,
24203 cud1=\n, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A,
24205 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ,
24214 # The DWK was a terminal manufactured in the Soviet Union c.1986
24215 dwk|dwk-vt|dwk terminal,
24217 acsc=+\^\,Q-S.M0\177`+a:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~
24223 sgr0=\EX, smacs=\EF, smso=\ET, use=vt52-basic,
24230 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
24231 # coupler attached, the whole rig fitting in a suitcase and more or less
24232 # portable. Hot stuff for c.1977 :-) -- esr
24240 # Informer series - these are all portable units, resembling older
24241 # automatic bread-baking machines. The terminal looks like a `clamshell'
24246 # PCs today, but perhaps less well organized...all these units have a
24247 # bewildering array of plugs on the back, including a built-in modem.
24248 # The 305 was a color version of the 304; the 306 and 307 were mono and
24269 is2=\E`:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B
24273 kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r,
24289 smcup=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177
24301 # terminal from 1984/85. The function key definitions k0-k5 represent the
24303 # NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
24306 # I had a couple of scopes (3221) like this once where I used to work, around
24309 # compatible. The 3220 was a plain text terminal like the VT-220, the 3221
24310 # was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
24311 # was like the VT-241 (color with Regis + Sixel Graphics). These terminals
24312 # (3221) cost about $1500 each, and one was always broken -- had to be sent
24314 # The only real advantage these scopes had over the VT-240's were:
24316 # 2) They had a handy debugging feature where you could split-screen the
24318 # appear on the bottom. I don't remember the VT-240s being able to do that.
24324 # I added <rmam>/<smam> based on the init string -- esr)
24330 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~,
24332 kf7=\E[OQ, kf8=\E[OR, kf9=\E[OS, khome=\E[H, ri=\EM,
24338 # Some non-curses applications get confused if both ich/ich1 and rmir/smir
24345 # For ncurses-based applications this is not a problem, as ncurses uses
24348 # If you see doubled characters from these, use the linux-nic and xterm-nic
24352 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
24354 # ANSI X3.64 has been withdrawn and replaced by ECMA-48. The ISO 6429 and
24355 # ECMA-48 standards are said to be almost identical, but are not the same
24358 # You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
24359 # requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
24360 # Coded Character Sets"), include your snail-mail address, and you should
24363 # Related standards include "X3.4-1977: American National Standard Code for
24365 # Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
24367 # am not certain) that these are effectively identical to ECMA-6 and ECMA-35
24371 #### VT100/ANSI/ECMA-48
24374 # and ECMA-48 Control Functions for Coded Character Sets.
24376 # Much of the content of this comment is adapted from a table prepared by
24377 # Richard Shuford, based on a 1984 Byte article. Terminfo correspondences,
24378 # discussion of some terminfo-related issues, and updates to capture ECMA-48
24379 # have been added. Control functions described in ECMA-48 only are tagged
24382 # The table is a complete list of the defined ANSI X3.64/ECMA-48 control
24384 # SPC for space. Pn stands for a single numeric parameter to be inserted
24385 # in decimal ASCII. Ps stands for a list of such parameters separated by
24391 # -----------------------------------------------------------------------------
24392 # APC Applicatn Program Command \E _ - Delim -
24393 # BEL Bell * ^G - - bel
24394 # BPH Break Permitted Here * \E B - * -
24395 # BS BackSpace * ^H - EF -
24396 # CAN Cancel * ^X - - - (A)
24397 # CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt
24398 # CCH Cancel Previous Character \E T - - -
24403 # CPL Cursor Preceding Line \E [ Pn F 1 eF -
24404 # CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - (E)
24405 # CSI Control Sequence Intro \E [ - Intro -
24406 # CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
24411 # CUU Cursor Up \E [ Pn A 1 eF cuu
24412 # CVT Cursor Vertical Tab \E [ Pn Y - eF - (H)
24413 # DA Device Attributes \E [ Pn c 0 - -
24414 # DAQ Define Area Qualification \E [ Ps o 0 - -
24416 # DCS Device Control String \E P - Delim -
24418 # DLE Data Link Escape * ^P - - -
24419 # DMI Disable Manual Input \E \ - Fs -
24420 # DSR Device Status Report \E [ Ps n 0 - - (I)
24421 # DTA Dimension Text Area * \E [ Pn ; Pn SPC T - PC -
24422 # EA Erase in Area \E [ Ps O 0 eF - (J)
24425 # EF Erase in Field \E [ Ps N 0 eF -
24427 # EM End of Medium * ^Y - - -
24428 # EMI Enable Manual Input \E b Fs -
24429 # ENQ Enquire ^E - - -
24430 # EOT End Of Transmission ^D - * -
24431 # EPA End of Protected Area \E W - - - (K)
24432 # ESA End of Selected Area \E G - - -
24433 # ESC Escape ^[ - - -
24434 # ETB End Transmission Block ^W - - -
24435 # ETX End of Text ^C - - -
24436 # FF Form Feed ^L - - -
24437 # FNK Function Key * \E [ Pn SPC W - - -
24438 # GCC Graphic Char Combination* \E [ Pn ; Pn SPC B - - -
24439 # FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE -
24440 # GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - (L)
24441 # GSS Graphic Size Selection \E [ Pn SPC C none FE -
24442 # HPA Horz Position Absolute \E [ Pn ` 1 FE - (B)
24443 # HPB Char Position Backward \E [ j 1 FE -
24444 # HPR Horz Position Relative \E [ Pn a 1 FE - (M)
24445 # HT Horizontal Tab * ^I - FE - (N)
24446 # HTJ Horz Tab w/Justification \E I - FE -
24447 # HTS Horizontal Tab Set \E H - FE hts
24448 # HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE - (G)
24450 # IDCS ID Device Control String \E [ SPC O - * -
24451 # IGS ID Graphic Subrepertoire \E [ SPC M - * -
24453 # IND Index \E D - FE -
24454 # INT Interrupt \E a - Fs -
24455 # JFY Justify \E [ Ps SPC F 0 FE -
24456 # IS1 Info Separator #1 * ^_ - * -
24457 # IS2 Info Separator #1 * ^^ - * -
24458 # IS3 Info Separator #1 * ^] - * -
24459 # IS4 Info Separator #1 * ^\ - * -
24460 # LF Line Feed ^J - - -
24461 # LS1R Locking Shift Right 1 * \E ~ - - -
24462 # LS2 Locking Shift 2 * \E n - - -
24463 # LS2R Locking Shift Right 2 * \E } - - -
24464 # LS3 Locking Shift 3 * \E o - - -
24465 # LS3R Locking Shift Right 3 * \E | - - -
24466 # MC Media Copy \E [ Ps i 0 - - (S)
24467 # MW Message Waiting \E U - - -
24468 # NAK Negative Acknowledge * ^U - * -
24469 # NBH No Break Here * \E C - - -
24470 # NEL Next Line \E E - FE nel (D)
24471 # NP Next Page \E [ Pn U 1 eF -
24472 # NUL Null * ^@ - - -
24473 # OSC Operating System Command \E ] - Delim -
24474 # PEC Pres. Expand/Contract * \E Pn SPC Z 0 - -
24475 # PFS Page Format Selection * \E Pn SPC J 0 - -
24476 # PLD Partial Line Down \E K - FE - (T)
24477 # PLU Partial Line Up \E L - FE - (U)
24478 # PM Privacy Message \E ^ - Delim -
24479 # PP Preceding Page \E [ Pn V 1 eF -
24480 # PPA Page Position Absolute * \E [ Pn SPC P 1 FE -
24481 # PPB Page Position Backward * \E [ Pn SPC R 1 FE -
24482 # PPR Page Position Forward * \E [ Pn SPC Q 1 FE -
24483 # PTX Parallel Texts * \E [ \ - - -
24484 # PU1 Private Use 1 \E Q - - -
24485 # PU2 Private Use 2 \E R - - -
24486 # QUAD Typographic Quadding \E [ Ps SPC H 0 FE -
24487 # REP Repeat Char or Control \E [ Pn b 1 - rep
24488 # RI Reverse Index \E M - FE - (V)
24489 # RIS Reset to Initial State \E c - Fs -
24490 # RM Reset Mode * \E [ Ps l - - - (W)
24491 # SACS Set Add. Char. Sep. * \E [ Pn SPC / 0 - -
24492 # SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ] 0 - - (X)
24493 # SCI Single-Char Introducer \E Z - - -
24494 # SCO Sel. Char. Orientation * \E [ Pn ; Pn SPC k - - -
24495 # SCS Set Char. Spacing * \E [ Pn SPC g - - -
24497 # SDS Start Directed String * \E [ Pn ] 1 - -
24498 # SEE Select Editing Extent \E [ Ps Q 0 - - (Y)
24499 # SEF Sheet Eject & Feed * \E [ Ps ; Ps SPC Y 0,0 - -
24501 # SHS Select Char. Spacing * \E [ Ps SPC K 0 - -
24502 # SI Shift In ^O - - - (P)
24503 # SIMD Sel. Imp. Move Direct. * \E [ Ps ^ - - -
24504 # SL Scroll Left \E [ Pn SPC @ 1 eF -
24505 # SLH Set Line Home * \E [ Pn SPC U - - -
24506 # SLL Set Line Limit * \E [ Pn SPC V - - -
24507 # SLS Set Line Spacing * \E [ Pn SPC h - - -
24508 # SM Select Mode \E [ Ps h none - - (W)
24509 # SO Shift Out ^N - - - (Q)
24510 # SOH Start Of Heading * ^A - - -
24511 # SOS Start of String * \E X - - -
24512 # SPA Start of Protected Area \E V - - - (Z)
24513 # SPD Select Pres. Direction * \E [ Ps ; Ps SPC S 0,0 - -
24514 # SPH Set Page Home * \E [ Ps SPC G - - -
24515 # SPI Spacing Increment \E [ Pn ; Pn SPC G none FE -
24516 # SPL Set Page Limit * \E [ Ps SPC j - - -
24517 # SPQR Set Pr. Qual. & Rapid. * \E [ Ps SPC X 0 - -
24518 # SR Scroll Right \E [ Pn SPC A 1 eF -
24519 # SRCS Set Reduced Char. Sep. * \E [ Pn SPC f 0 - -
24520 # SRS Start Reversed String * \E [ Ps [ 0 - -
24521 # SSA Start of Selected Area \E F - - -
24522 # SSU Select Size Unit * \E [ Pn SPC I 0 - -
24523 # SSW Set Space Width * \E [ Pn SPC [ none - -
24524 # SS2 Single Shift 2 (G2 set) \E N - Intro -
24525 # SS3 Single Shift 3 (G3 set) \E O - Intro -
24526 # ST String Terminator \E \ - Delim -
24527 # STAB Selective Tabulation * \E [ Pn SPC ^ - - -
24528 # STS Set Transmit State \E S - - -
24529 # STX Start pf Text * ^B - - -
24531 # SUB Substitute * ^Z - - -
24532 # SVS Select Line Spacing * \E [ Pn SPC \ 1 - -
24533 # SYN Synchronous Idle * ^F - - -
24534 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
24535 # TALE Tabul. Al. Leading Edge * \E [ Pn SPC a - - -
24536 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
24538 # TCC Tabul. Centered on Char * \E [ Pn SPC c - - -
24539 # TSR Tabulation Stop Remove * \E [ Pn SPC d - FE -
24540 # TSS Thin Space Specification \E [ Pn SC E none FE -
24542 # VPB Line Position Backward * \E [ Pn k 1 FE -
24543 # VPR Vert. Position Relative \E [ Pn e 1 FE - (R)
24544 # VT Vertical Tabulation * ^K - FE -
24545 # VTS Vertical Tabulation Set \E J - FE -
24547 # ---------------------------------------------------------------------------
24551 # Some control characters are listed in the ECMA-48 standard without
24553 # referred to other standards such as ISO 1745 or ECMA-35). They are listed
24556 # (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
24560 # the capability (hpa). ECMA-48 calls this "Cursor Character Absolute" but
24565 # value. ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
24570 # (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
24583 # HVP, but always allow CUP as an alternate. ECMA-48 calls HVP "Character
24608 # use CUF for this function and ignore HPR. ECMA-48 calls this "Character
24611 # (N) ECMA-48 calls this "Character Tabulation" but retains the HT
24624 # 9 = crossed-out (marked for deletion),
24663 # 56-59 = reserved,
24664 # 61-65 = variable highlights for ideograms.
24684 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
24687 # (U) ECMA-48 calls this "Partial Line Backward" but retains the PLU
24690 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
24700 # 8 = Bi-Directional Support Mode (BDSM),
24716 # The EBM and LF/NL modes have actually been removed from ECMA-48's 5th edition
24719 # (X) Select Alternate Presentation Variants is used only for non-Latin
24724 # (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
24727 # ---------------------------------------------------------------------------
24731 # Intro an Introducer of some kind of defined sequence; the normal 7-bit
24734 # Delim a Delimiter
24736 # x/y identifies a character by position in the ASCII table (column/row)
24742 # F is a Final character in
24744 # a control sequence (F from 4/0 to 7/14)
24746 # Gs is a graphic character appearing in strings (Gs ranges from
24749 # Ce is a control represented as a single bit combination in the C1 set
24750 # of controls in an 8-bit character set
24752 # C0 the familiar set of 7-bit ASCII control characters
24754 # C1 roughly, the set of control chars available only in 8-bit systems.
24758 # Fe is a Final character of a 2-character Escape sequence that has an
24759 # equivalent representation in an 8-bit environment as a Ce-type
24762 # Fs is a Final character of a 2-character Escape sequence that is
24763 # standardized internationally with identical representation in 7-bit
24764 # and 8-bit environments and is independent of the currently
24770 # P is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
24773 # Pn is a numeric parameter in a control sequence, a string of zero or
24776 # Ps is a variable number of selective parameters in a control sequence
24778 # 3/11 (which usually represents a semicolon); Ps ranges from
24785 # A format effector specifies how following output is to be displayed.
24789 # For instance, a format effector that moves the "active position" (the
24791 # create an overstrike, a compound character made of two standard characters
24792 # overlaid. Control-H, the Backspace character, is actually supposed to be a
24793 # format effector, so you can do this. But many systems use it in a
24795 # left of the cursor and moving the cursor left. When Control-H is assumed to
24798 # mode" or an "overwrite mode". When Control-H is used as a format effector,
24820 # Some brain-damaged terminal/emulators respond to Esc [ J as if it were
24831 # where Ps is a character that describes installed options.
24844 # The specification for the DEC VT100 is document EK-VT100-UG-003.
24848 # Here is a description of the color and attribute controls supported in the
24849 # the ANSI.SYS driver under MS-DOS. Most console drivers and ANSI
24850 # terminal emulators for Intel boxes obey these. They are a proper subset
24851 # of the ECMA-48 escapes.
24857 # 7 reverse-video
24858 # 8 set blank (non-display)
24860 # 11 set first alternate font (on PCs, display ROM characters 1-31)
24861 # 12 set second alternate font (on PCs, display IBM high-half chars)
24867 # These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
24869 # * If the 5 attribute is on and you set a background color (40-47) it is
24873 # when you try to set a "bright brown" (yellow) background with attribute
24874 # 5 (you get a blinking yellow foreground instead). A few displays
24878 # * Some older versions of ANSI.SYS have a bug that causes them to require
24879 # ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. (This is not ECMA-48
24885 # Compatibility Standard for UNIX systems (Intel order number 468366-001).
24887 # be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
24888 # the ANSI X.364/ISO 6429/ECMA-48 standard. Here are the iBCS2 capabilities
24889 # (as described in figure 9-3 of the standard). Those expressed in the ibcs2
24897 # CSI <0-2>c reserved
24898 # CSI <0-59>m select graphic rendition
24902 # CSI <n>A (cuu) cursor up n lines
24908 # CSI <n>G (hpa) position cursor at column n-1
24916 # CSI <n>Z (cbt) back up n tab stops
24918 # CSI <n>a (cuu) cursor right n characters
24922 # CSI <n>z make virtual terminal n active
24927 # CSI =<c>A set overscan color
24947 # makes this a wretchedly weak standard. The table above is literally
24963 # The XENIX extensions include a set of function-key capabilities as follows:
24966 # ---- ------------------- ------------- -----------------------
24989 # The XENIX extensions also include the following character-set and highlight
24993 # ----- -------- ------------------------------
25004 # Finally, XENIX also used the following forms-drawing capabilities:
25007 # ------ ------ ------------- -------------------
25009 # GH Gv horizontal line - _
25014 # GD Gd down-tick character T
25015 # GL Gl left-tick character -|
25016 # GR Gr right-tick character |-
25017 # GC Gc middle intersection -|-
25018 # GU Gu up-tick character _|_
25021 # can compose an acsc string from the single-width characters as follows
25023 # When translating a termcap file, ncurses tic will do this automatically.
25028 # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
25031 # set. Comments in the original, and a little cross-checking with other AT&T
25039 # The HP library (as of mid-1995, their term.h file version 70.1) appears to
25048 # There is a set of nonstandard terminfos used by IBM's AIX operating system.
25071 # The box2 characters are the double-line versions of these forms graphics.
25076 # HS is half-intensity start; HE is half-intensity end
25085 # There is a set of extended termcaps associated with something
25088 # CF for civis and CO for cvvis. Finally, they define a boolean :ct:
25091 ######## NCURSES USER-DEFINABLE CAPABILITIES
25093 # Extensions added after ncurses 5.0 generally use the "-x" option of tic and
25094 # infocmp to manipulate user-definable capabilities. Those that are intended
25095 # for use in either terminfo or termcap use 2-character names. Extended
25096 # function keys do not use 2-character names, and are available only with
25099 # Beginning in 2010, NetBSD curses has also provided a "-x" option for
25100 # tic/infocmp, and uses this database (with a few changes). There are a few
25102 # https://invisible-island.net/ncurses/ncurses-netbsd.html
25104 # ncurses makes explicit checks for a few user-definable capabilities: AX, E3,
25109 # The screen program uses the termcap interface. It recognizes a few useful
25125 # we must read screen's source-code. For example, when XT is set, screen
25128 # a) OSC 1 sets the title string, e.g., for the icon. Recent versions of
25137 # e) colors beyond 0..7 are implemented by xterm's aixterm-like 16-color
25140 # does not support. Therefore, screen uses a hardcoded string to work
25141 # around the limitation. In a few cases, screen also uses tparm, which
25142 # is a terminfo function rather than termcap.
25145 # xterm-related features which are unrelated to the description in the
25150 # "screen.xterm", but not in the generic "screen", "screen-bce" entries.
25152 # The other ISO-2022 features are rarely used, but provided here to make
25157 # For a discussion of "xterm", "xterm-256color" as values for TERM, see
25158 # https://invisible-island.net/ncurses/ncurses.faq.html#xterm_generic
25159 # https://invisible-island.net/ncurses/ncurses.faq.html#xterm_256color
25162 # https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
25164 # For function-keys with modifiers, see
25165 # https://invisible-island.net/ncurses/ncurses.faq.html#modified_keys
25167 # For a discussion of "bracketed paste", see
25168 # https://invisible-island.net/xterm/xterm-paste64.html
25170 # Most of the xterm extensions are for function-keys. Since xterm patch #94 (in
25172 # additional function-key strings. Some other developers copied the feature,
25176 # A few terminals provide similar functionality (sending distinct keys when
25177 # a modifier is used), including rxvt.
25199 # Here are the other xterm-related extensions which are used in this file:
25201 # Cr is a string capability which resets the cursor color
25202 # Cs is a string capability which sets the cursor color to a given value.
25207 # p2 = the base64-encoded clipboard content.
25209 # rv shows the format of the terminal responses, as a regular expression.
25210 # Se resets the cursor style to the terminal power-on default.
25211 # Ss is a string capability with one numeric parameter. It is used to set the
25212 # cursor style as described by the DECSCUSR function to a block or
25214 # TS is a string capability which acts like "tsl", but uses no parameter and
25216 # XF is set/true for terminals which support the xterm focus-in/focus-out
25219 # ncurses keypad mode to interpret them like a function key. Because the
25223 # XM is a string capability which overrides ncurses's built-in string which
25226 # p1 = y-ordinate
25227 # p2 = x-ordinate
25230 # p5 = y-ordinate starting region
25231 # p6 = x-ordinate starting region
25232 # p7 = y-ordinate ending region
25233 # p8 = x-ordinate ending region
25235 # %u = UTF-8
25236 # XR requests the terminal to report its version as a free-format string.
25237 # xr shows the format of the terminal responses, as a regular expression.
25244 # rmxx/smxx describes the ECMA-48 strikeout/crossed-out attributes, as an
25249 # Linux 3.0 kernel as a security feature. It matches a feature which was
25251 # NQ denotes a terminal which does not support the standard query/response used
25253 # U8 is a numeric capability which denotes a terminal emulator which does not
25254 # support VT100 SI/SO when processing UTF-8 encoding. Set this to a nonzero
25267 # capabilities has been moved to comments. Some all-numeric names of older
25274 # The 9.1.0 version of this file was translated from my lightly-edited copy of
25278 # eyeball, the translation was correct and perfectly information-preserving.
25282 # Here is a log of the changes since then:
25298 # * Added a correct X11R6 xterm entry.
25306 # to use reverse-video standout so Emacs will look right.
25319 # * Replaced the Perkin-Elmer entries with vendor's official ones.
25320 # * Restored the old minimal-ansi entry, luna needs it.
25321 # * Fixed some incorrect ip and proportional-padding translations.
25325 # to force a particular height.
25329 # entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
25330 # * Replaced the translated BBN BitGraph entries with purpose-built
25337 # * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
25343 # * Replaced Qume QVT and Freedom-series entries with purpose-built
25347 # * Added the usual set of function-key mappings to ANSI entry.
25348 # * Corrected xterm's function-key capabilities.
25357 # * Fixed act4, cyb110; they had old-style prefix padding left in.
25359 # * Replaced HP entries up to hpsub with purpose-built ones.
25366 # * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
25367 # adm42-nl, pc52, gs6300, xerox820, uts30.
25371 # * Fixed old-style prefix padding on zen50, h1500.
25372 # * Moved old superbee entry to superbee-xsb, pulled in new superbee
25381 # * Freeze for ncurses-1.9 release.
25387 # * A change in the tic -C logic now ensures that all entries in
25392 # * Changed tic -C logic to dump all capabilities used by GNU termcap.
25394 # all the GNU termcaps pushes a few over the edge).
25396 # * Yet another tic change, and a couple of entry tweaks, to reduce the
25400 # * Added kf13-kf20 to Linux entry.
25403 # * Freeze for ncurses-1.9.1.
25405 # * Added true xterm-color entry, renamed djm's pseudo-color entry.
25410 # * Added `screen' entries from FSF's screen-3.6.2.
25411 # * Added linux-nic and xterm-nic entries.
25414 # eliminating some special-case code in ncurses.
25417 # * Added vt320-k3, rsvidtx from the Emacs termcap.dat file. I think
25424 # * ansi-pc-color now includes the colors and pairs caps, so that
25430 # * Add 50% cut mark as a desperate hack to reduce tic's core usage.
25432 # * Freeze for ncurses-1.9.3 release.
25437 # * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
25438 # * Some commented-out caps in long entries come back in, my code
25439 # for computing string-table lengths had a bug in it.
25440 # * pcansi series modified to fit comm-program reality better.
25449 # * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
25453 # * Added dec-vt100 for use with the EWAN emulator.
25454 # * Added kmous to xterm for use with xterm's mouse-tracking facility.
25465 # * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
25467 # * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
25468 # vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
25472 # * fixed cup in adm22 entry and parametrized strings in vt320-k3.
25473 # * added it#8 to entries that used to have :pt: -- tvi912, vi200,
25477 # * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
25478 # vt100 and ANSI-like terminals.
25483 # * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
25484 # ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
25491 # * Introduced klone+* entries for describing Intel-console behavior.
25492 # * Linux kbs is default-mapped to delete for some brain-dead reason.
25493 # * -nsl -> -ns. The -pp syntax is obsolete.
25494 # * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
25495 # * Make xterm entry do application-keypad mode again. I got complaints
25499 # * According to ctlseqs.ms, xterm has a full vt100 graphics set. Use
25500 # it! (This gives us pi, greater than, less than, and a few more.)
25501 # * Freeze for ncurses-1.9.6 release.
25503 # * Add xon to a number of console entries, they're memory-mapped and
25506 # * Hand-translate more XENIX capabilities.
25516 # * Corrected ansi.sys and cit-500 entries.
25517 # * Added z39, vt320-k311, v220c, and avatar entries.
25522 # * Removed function keys from ansi-m entry.
25524 # * Freeze for ncurses-1.9.7 release.
25531 # UFO file; also, obsolete small-screen hardware; also, entries which
25532 # look flat-out incorrect, garbled, or redundant. These include the
25536 # fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
25537 # yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
25539 # trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
25540 # att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
25541 # tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
25542 # c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
25543 # regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
25544 # vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
25545 # vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
25549 # * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
25556 # * Corrected flash strings to have a uniform delay of .2 sec. No
25557 # more speed-dependent NUL-padding!
25561 # * Freeze for 1.9.7a.
25566 # * Improved iris-ansi and sun entries.
25572 # * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
25573 # ln03, lno3-w, h19-g, z29a*, qdss. Made vt200 an alias of vt220.
25582 # * Tim Theisen pinned down a bug in the DMD firmware.
25587 # * Added documentation on ECMA-48 standard.
25590 # * More ECMA-48 stuff
25591 # * Corrected typo in minix entry, added pc-minix.
25594 # * Added 1.3.x color-change capabilities to linux entry.
25600 # * Changed linux op capability to avoid screwing up a background color
25603 # * Added xterm-sun.
25609 # * Added dg100 alias to dg6053 based on a comp.terminals posting.
25621 # * Removed mechanically-generated junk capabilities from cons* entries.
25630 # * Added OTbs to several VT-series entries.
25635 # * ACS correction in vt320-kll due to Phillippe De Muyter.
25643 # * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
25644 # pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
25646 # * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
25648 # * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
25649 # hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
25651 # qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
25652 # wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
25653 # adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
25655 # owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
25656 # lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
25657 # dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
25663 # * xtitle and xtitle-twm enable access to the X status line.
25664 # * Added linux-1.3.6 color palette caps in conventional format.
25668 # * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
25669 # commodore, cdc721-esc, excel62, osexec. Replaced from the BRL file:
25677 # * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
25678 # att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
25679 # (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
25681 # apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
25682 # * Paired-attribute fixes to various terminals.
25683 # * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
25686 # * Added t916 entry, translated from a termcap in SCO's support area.
25690 # * Fixed a bug that ran the qnx and pcvtXX together.
25700 # * Removed aliases of the form ^[0-9]* for obsolete terminals.
25701 # * Commented out linux-old, nobody's using pre-1.2 kernels now.
25705 # * Changed /usr/lib/tabset -> /usr/share/tabset.
25712 # * Added koi8-r support for Linux console.
25717 # * Back off the xterm entry to use r6 as a base.
25719 # * Added dec-vt220 at Adrian Garside's request.
25721 #-(original-changelog-1996/12/29-to-1998/02/28-by-TD)---------------------------
25726 # * Dropped the reorder script generator. It was a fossil.
25728 # * Replaced minitel-2 entry.
25729 # * Added MGR, ansi-nt.
25731 # * Thorsten Lockert added termcap `bs' to a lot of types, working from
25738 # * update xterm-xf86-v32 to match XFree86 3.2A (changes F1-F4)
25739 # * add xterm-16color, for XFree86 3.3
25742 # * correct typo in vt102-w (Robert Wuest)
25743 # * make new entry xterm-xf86-v33, restored xterm-xf86-v32.
25748 # wy350, wy370-nk, wy99gt-tek, wy370-tek, ibm3161, tek4205, ctrm,
25751 # * correct rmso capability of wy50-mc
25753 # * add cbt to xterm-xf86-v32
25754 # * disentangle some entries from 'xterm', preferring xterm-r6 in case
25755 # 'xterm' is derived from xterm-xf86-v32, which implements ech and
25756 # other capabilities not in xterm-r6.
25761 # * add xterm-8bit entry.
25765 # * modify acsc entries for linux, linux-koi8
25771 # * add entry for xterm-xf86-v39t
25773 # * add u8,u9 to sun-il description
25775 # * add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
25779 # * correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
25782 # * change initc in linux-c-nc to use 0..1000 range.
25791 # * rename rxvt-color to rxvt to match rxvt 2.4.5 distribution.
25793 # * change xterm (xterm-xf86-v40), xterm-8bit rs1 to use hard reset.
25794 # * rename xterm-xf86-v39t to xterm-xf86-v40
25799 # * add irix-color/xwsh entry.
25806 # * correct xterm-8bit to match XFree86 3.9Ad F1-F4.
25808 # * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
25809 # apparently based on cp-866).
25811 #-(replaced-changelog-1998/02/28-by-ESR)----------------------------------------
25814 # * Replaced minitel-2 entry.
25815 # * Added MGR, ansi-nt.
25818 # * Dropped the reorder script generator. It was a fossil.
25820 # * Thorsten Lockert added termcap `bs' to a lot of types, working from
25824 # * Updated iris-ansi; corrected vt102-w.
25833 # * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
25834 # iris-color entries.
25840 # * Added u8/u9, removed rmul/smul from sun-il.
25842 # * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
25843 # apparently based on cp-866).
25844 # * Merged in Pavel Roskin's acsc for linux-koi8
25847 # * II -> ii in pcvtXX, screen, xterm.
25853 # * Added Sony NEWS workstation entries and cit101e-rv.
25863 # * Miscellaneous contact-address and Web-page updates.
25865 #-(changelog-beginning-ncurses-4.2)---------------------------------------------
25868 # * add nxterm and xterm-color terminfo description (request by Cristian
25889 # examination of the source code - T.Dickey.
25892 # * Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
25897 # * Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
25898 # * correct a typo in icl6404 entry.
25903 # * adapt IBM AIX 3.2.5 terminfo - T.Dickey
25904 # * merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
25907 # * update xterm-xfree86 to current (xterm patch #84), for is2/rs2 changes - TD
25908 # * correct initialization string in xterm-r5, add misc other features
25909 # to correspond with xterm patch #84 - TD
25912 # * update xterm-xfree86 to current (xterm patch #90), smcur/rmcur changes - TD
25914 # * corrections for ncsa function-keys (report by Larry Virden)
25917 # * change linux to use ncv#2, since underline does not work with color - TD
25920 # * add kbt to iris-ansi, document other shift/control functionkeys - TD
25921 # * correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
25922 # application modes, change kent to use the correct keypad code - TD
25925 # * add entry for Tera Term - TD
25928 # * minor improvements for teraterm entry - TD
25929 # * rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
25930 # and bsdos-bold to bsdos-pc (Jeffrey C Honig)
25936 # PC-style keyboards versus strict vt220 compatibility - TD
25939 # * adjust xterm-xfree86 khome/kend to match default PC-style keyboard
25940 # tables - TD
25941 # * add 'crt' entry - TD
25942 # * correct typos in 'linux-c' entry - TD
25949 # * adjust xterm-xfree86 miscellaneous keypad keys, as per xterm patch #94 - TD.
25952 # * add linux-lat, from RedHat patches to ncurses 4.2
25955 # * add complete set of default function-key definitions for scoansi - TD.
25961 # * add kmous to xterm-r5 -TD
25962 # * correct entries xterm+sl and xterm+sl-twm, which were missing the
25963 # parent "use" clause -TD
25966 # * corrected cnorm, added el1 in 'screen' description -TD
25969 # * add ms-vt100 -TD
25972 # * corrections to beterm entry -TD
25975 # * add cygwin entry -TD
25978 # * minor corrections for beterm entry -TD
25981 # * add acsc string to HP 70092 terminfo entry -Joerg Wunsch
25984 # * add amiga-8bit entry
25986 # rcons-color, based on
25987 # ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
25988 # * add alias for iris-ansi-net
25991 # * corrected scoansi entry's acsc, some function keys, add color -TD
25994 # * add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
25995 # * reorder ncsa entries to make ncsa-vt220 use the alternate function
25996 # key mapping, leaving Potorti's entries more like he named them -TD
25997 # * remove enter/exit am-mode from cygwin -TD
26001 # mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
26002 # strings for avt-ns -TD
26006 # * correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
26007 # * add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
26008 # * add xterm-88color and xterm-256color -TD
26011 # * add "obsolete" termcap strings -TD
26012 # * add kvt and gnome entries -TD
26015 # * correct cup string for regent100 -TD
26018 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
26019 # * add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
26020 # * change OTrs capabilities to rs2 -TD
26021 # * add obsolete and extended capabilities to 'screen' -TD
26025 # with kf10 -TD
26026 # * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
26027 # and adding kcbt -TD
26030 # * remove incorrect khome/kend from xterm-xf86-v333, which was based on
26031 # nonstandard resource settings -TD
26034 # * minor fixes for xterm-*, based on Debian #58530 -TD
26038 # bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
26039 # vt220-8bit, vt220-old, wy85-8bit
26042 # * add several terminal types from esr's "11.0.1" (ansi-*).
26048 # use that, adjusting ncv as needed -TD
26051 # * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
26052 # * correct spelling error in entry name: bq300-rv was given as bg300-rv
26056 # * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
26058 # IBM terminal definitions based on recent terminfo descriptions -TD
26061 # * add mgterm, from NetBSD -TD
26062 # * add alias sun-cgsix for sun-ss5 as per NetBSD
26063 # * change cons25w to use rs2 for reset rather than rs1 -TD
26064 # * add rc/sc to aixterm based on manpage -TD
26067 # * remove ncv from xterm-16color, xterm-256color
26075 # 2000-07-18
26076 # * add amiga-vnc entry.
26078 # 2000-08-12
26080 # * add kterm-color
26082 # 2000-08-26
26085 # 2000-09-16
26086 # * add Matrix Orbital entries by Eric Z. Ayers).
26087 # * add xterm-basic, xterm-sco entries, update related entries to XFree86
26088 # 4.0.1c -TD
26090 # 2000-09-17
26091 # * add S0, E0 extensions to screen's entry -TD
26093 # 2000-09-23
26094 # * several corrections based on tic's new parameter-checking code -TD
26095 # * modify xterm-r6 and similar rs2 sequences which had \E7...\E8
26097 # them) -TD
26099 # 2000-11-11
26100 # * rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
26102 # 2000-12-16
26103 # * improved scoansi, based on SCO man-page, and testing console,
26104 # scoterm with tack -TD
26106 # 2001-01-27
26109 # 2001-02-10
26110 # * screen 3.9.8 allows xterm mouse controls to pass-through
26112 # 2001-03-11
26115 # 2001-03-31
26117 # * add examples of 'screen' customization (screen.xterm-xfree86,
26118 # screen.xterm-r6, screen.teraterm) -TD
26120 # 2001-04-14
26121 # * correct definitions of shifted editing keys for xterm-xfree86 -TD
26122 # * add "Apple_Terminal" entries -Benjamin Sittler
26123 # * remove time-delays from "Apple_Terminal" entries -TD
26124 # * make sgr entries time-delays consistent with individual caps -TD
26126 # 2001-05-05
26127 # * corrected/updated screen.xterm-xfree86
26129 # 2001-05-19
26133 # 2001-07-21
26137 # "xnuppc" -Benjamin Sittler
26139 # 2001-09-01
26142 # 2001-11-17
26143 # * add "putty" entry -TD
26144 # * updated "Apple_Terminal" entries -Benjamin Sittler
26146 # 2001-11-24
26147 # * add ms-vt100-color entry -TD
26148 # * add "konsole" entries -TD
26150 # 2001-12-08
26151 # * update gnome entry to Redhat 7.2 -TD
26153 # 2002-05-25
26154 # * add kf13-kf48 strings to cons25w -TD
26155 # * add pcvt25-color entry -TD
26156 # * changed a few /usr/lib/tabset -> /usr/share/tabset.
26157 # * improve some features of scoansi entry based on SCO's version -TD
26158 # * add scoansi-new entry corresponding to OpenServer 5.0.6
26160 # 2002-06-15
26161 # * add kcbt to screen entry -TD
26163 # 2002-06-22
26164 # * add rxvt-16color, ibm+16color, mvterm entries -TD
26166 # 2002-09-28
26167 # * split out linux-basic entry, making linux-c inherit from that, and
26168 # in turn linux (with cnorm, etc) inherit from linux-c-nc to reflect
26169 # the history of this console type -TD
26170 # * scaled the linux-c terminfo entry to match linux-c-nc, i.e., the
26171 # r/g/b parameters of initc are in the range 0 to 1000 -TD
26173 # 2002-10-05
26174 # * minor fix for scale-factor of linux-c and linux-c-nc -TD
26176 # 2002-11-09
26177 # * split-out vt100+keypad and vt220+keypad, fix interchanged ka3/kb2
26178 # in the latter -TD
26180 # 2002-11-16
26181 # * add entries for mterm (mterm, mterm-ansi, decansi) -TD
26182 # * ncr260wy350pp has only 16 color pairs -TD
26183 # * add sun-type4 from NetBSD -TD
26184 # * update xterm-xfree86 to current (xterm patch #170) -TD
26185 # * add screen-bce, screen-s entries -TD
26186 # * add xterm-1002, xterm-1003 entries -TD
26188 # 2003-01-11
26191 # 2003-01-25
26192 # * reduce duplication in emx entries, added emx-base -TD
26194 # 2003-05-24
26195 # * corrected acs for screen.teraterm -TD
26196 # * add tkterm entry -TD
26198 # 2003-07-15
26200 # misc/terminfo.src (nxterm|xterm-color): make xterm-color
26204 # (rxvt-color): new alias
26205 # (rxvt-xpm): new alias
26206 # (rxvt-cygwin): like rxvt, but with special acsc codes.
26207 # (rxvt-cygwin-native): ditto. rxvt may be run under XWindows, or
26208 # with a "native" MSWin GUI. Each takes different acsc codes,
26210 # (cygwin): cygwin-in-cmd.exe window. Lots of fixes.
26213 # 2003-09-27
26214 # * update gnome terminal entries -TD
26216 # 2003-10-04
26217 # * add entries for djgpp 2.03 and 2.04 -TD
26219 # 2003-10-25
26220 # * add alias for vtnt -TD
26221 # * update xterm-xfree86 for XFree86 4.4 -TD
26223 # 2003-11-22
26224 # * add linux-vt (Andrey V Lukyanov)
26226 # 2003-12-20
26227 # * add screen.linux -TD
26229 # 2004-01-10
26232 # 2004-01-17
26234 # * add vt100+ and vt-utf8 entries -TD
26235 # * add uwin entry -TD
26237 # 2004-03-27
26239 # screen, to make the entries more portable -TD
26240 # * remove cvvis from rxvt entry, since it is the same as cnorm -TD
26241 # * similar fixups for cvvis/cnorm various entries -TD
26243 # 2004-05-22
26244 # * remove 'ncv' from xterm-256color (xterm patch #188) -TD
26246 # 2004-06-26
26247 # * add mlterm -TD
26248 # * add xterm-xf86-v44 -TD
26249 # * modify xterm-new aka xterm-xfree86 to accommodate luit, which relies
26250 # on G1 being used via an ISO-2022 escape sequence (report by
26251 # Juliusz Chroboczek) -TD
26252 # * add 'hurd' entry -TD
26254 # 2004-07-03
26255 # * make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
26256 # xterm-basic -TD
26257 # * align with xterm #192's use of xterm-new -TD
26258 # * update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
26259 # * make xterm-new the default "xterm" -TD
26261 # 2004-07-10
26262 # * minor fixes for emu -TD
26263 # * add emu-220
26265 # * change wyse acsc strings to use 'i' map rather than 'I' -TD
26266 # * fixes for avatar0 -TD
26267 # * fixes for vp3a+ -TD
26269 # 2004-07-17
26270 # * add xterm-pc-fkeys -TD
26271 # * review/update gnome and gnome-rh90 entries (prompted by
26272 # Redhat Bugzilla #122815) -TD
26273 # * review/update konsole entries -TD
26274 # * add sgr, correct sgr0 for kterm and mlterm -TD
26275 # * correct tsl string in kterm -TD
26277 # 2004-07-24
26278 # * make ncsa-m rmacs/smacs consistent with sgr -TD
26279 # * add sgr, rc/sc and ech to syscons entries -TD
26280 # * add function-keys to decansi -TD
26281 # * add sgr to mterm-ansi -TD
26282 # * add sgr, civis, cnorm to emu -TD
26283 # * correct/simplify cup in addrinfo -TD
26285 # (Redhat Bugzilla #122815) -Hans de Goede
26287 # ISO-2022 strings for rmacs/smacs -TD
26289 # 2004-07-31
26290 # * rename xterm-pc-fkeys to xterm+pcfkeys -TD
26292 # 2004-08-07
26293 # * improved putty entry -Robert de Bath
26295 # 2004-08-14
26297 # with the common usage of bce/ech -TD
26298 # * remove khome from vt220 (vt220's have no home key) -TD
26299 # * add rxvt+pcfkeys -TD
26301 # 2004-08-21
26303 # are reset in rs2 string: hurd, putty, gnome, konsole-base, mlterm,
26304 # Eterm, screen. (The xterm entries are left alone - old ones for
26305 # compatibility, and the new ones do not require this change) -TD
26307 # 2004-08-28
26308 # * add morphos entry -Pavel Fedin
26309 # * modify amiga-8bit to add khome/kend/knp/kpp -Pavel Fedin
26310 # * corrected \E[5?l to \E[?5l in vt320 entries -TD
26312 # 2004-11-20
26313 # * update wsvt25 entry -TD
26315 # 2005-01-29
26316 # * update pairs for xterm-88color and xterm-256color to reflect the
26317 # ncurses extended-color support -TD
26319 # 2005-02-26
26320 # * modify sgr/sgr0 in xterm-new to improve tgetent's derived "me" -TD
26321 # * add aixterm-16color to demonstrate 16-color capability -TD
26323 # 2005-04-23
26324 # * add media-copy to vt100 -TD
26325 # * corrected acsc string for vt52 -TD
26327 # 2005-04-30
26328 # * add kUP, kDN (user-defined shifted up/down arrow) definitions for
26329 # xterm-new -TD
26330 # * add kUP5, kUP6, etc., for xterm-new and rxvt -TD
26332 # 2005-05-07
26333 # * re-corrected acsc string for vt52 -TD
26335 # 2005-05-28
26336 # * corrected sun-il sgr string which referred to bold and underline -TD
26337 # * add sun-color entry -TD
26339 # 2005-07-23
26340 # * modify sgr0 in several entries to reset alternate-charset as in the
26341 # sgr string -TD
26343 # attributes -TD
26345 # 2005-10-15
26346 # * correct order of use= in rxvt-basic -TD
26348 # 2005-10-26
26349 # * use kind/kri as shifted up/down cursor keys for xterm-new -TD
26351 # 2005-11-12
26352 # * other minor fixes to cygwin based on tack -TD
26355 # 2006-02-18
26356 # * add nsterm-16color entry -TD
26357 # * remove ncv flag from xterm-16color -TD
26358 # * remove setf/setb from xterm-256color to match xterm #209 -TD
26359 # * update mlterm entry to 2.9.2 -TD
26361 # 2006-02-25
26362 # * fixes to make nsterm-16color match report
26363 # by Christian Ebert -Alain Bench
26365 # 2006-04-22
26366 # * add xterm+256color building block -TD
26367 # * add gnome-256color, putty-256color, rxvt-256color -TD
26369 # 2006-05-06
26370 # * add hpterm-color -TD
26372 # 2006-06-24
26373 # * add xterm+pcc0, xterm+pcc1, xterm+pcc2, xterm+pcc3 -TD
26374 # * add gnome-fc5 (prompted by GenToo #122566) -TD
26375 # * remove obsolete/misleading comments about kcbt on Linux -Alain Bench
26376 # * improve xterm-256color by combining the ibm+16color setaf/setab
26378 # rather than omitted so derived entries will cancel those also -Alain
26381 # 2006-07-01
26382 # * add some notes regarding copyright to terminfo.src -TD
26383 # * use rxvt+pcfkeys in Eterm -TD
26386 # of the key) -TD
26387 # * add/use ansi+enq, vt100+enq and vt102+enq -TD
26388 # * add konsole-solaris -TD
26390 # 2006-07-22
26391 # * update xterm-sun and xterm-sco entries to match xterm #216 -TD
26392 # * modify is2/rs2 strings for xterm-r6 as per fix in xterm #148 -TD
26393 # * modify xterm-24 to inherit from "xterm" -TD
26394 # * add xiterm entry -TD
26395 # * add putty-vt100 entry -TD
26396 # * corrected spelling of Michael A Dorman's name, prompted by
26397 # http://www.advogato.org/person/mdorman/diary.html -TD
26399 # 2006-08-05
26400 # * add xterm+pcf0, xterm+pcf2 from xterm #216 -TD
26401 # * update xterm+pcfkeys to match xterm #216 -TD
26403 # 2006-08-17
26404 # * make descriptions of xterm entries consistent with its terminfo -TD
26406 # 2006-08-26
26407 # * add xfce, mgt -TD
26409 # 2006-09-02
26410 # * correct acsc string in kterm -TD
26412 # 2006-09-09
26413 # * add kon entry -TD
26415 # that implement the feature (or have not been shown to lack it) -TD
26417 # 2006-09-23
26418 # * add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
26419 # * minor improvements to rxvt+pcfkeys -TD
26421 # 2006-09-30
26422 # * fix a few typos in if/then/else expressions -TD
26424 # 2006-10-07
26425 # * add several GNU Screen variations with 16- and 256-colors, and
26428 # 2007-03-03
26429 # * add Newbury Data entries (Jean-Charles Billaud).
26431 # 2007-06-10
26432 # * corrected xterm+pcf2 modifiers for F1-F4, match xterm #226 -TD
26434 # 2007-07-14
26435 # * restore section of pre-ncurses-4.2 changelog to fix attribution -TD
26436 # * add konsole-256color entry -TD
26438 # 2007-08-18
26439 # * add 9term entry (request by Juhapekka Tolvanen) -TD
26441 # 2007-10-13
26442 # * correct kIC in rxvt+pcfkeys (prompted by Debian #446444) -TD
26443 # * add shift-control- and control-modified keys for rxvt editing
26444 # keypad -TD
26445 # * update mlterm entry to 2.9.3 -TD
26446 # * add mlterm+pcfkeys -TD
26448 # 2007-10-20
26449 # * move kLFT, kRIT, kind and kri capabilities from xterm-new to
26451 # xterm's capabilities -TD
26452 # * add mrxvt entry -TD
26453 # * add xterm+r6f2, use in mlterm and mrxvt entries -TD
26455 # 2007-11-03
26458 # 2007-11-11
26459 # * use xterm-xf86-v44 for "xterm-xfree86", reflecting changes to
26460 # xterm starting with xterm patch #216 -TD
26461 # * make legacy xterm entries such as xterm-24 inherit from xterm-old,
26462 # to match xterm #230 -TD
26463 # * extend xterm+pccX entries to match xterm #230 -TD
26464 # * add xterm+app, xterm+noapp, from xterm #230 -TD
26465 # * add/use xterm+pce2 from xterm #230, in xterm+pcfkeys -TD
26467 # 2008-04-19
26468 # * add screen.rxvt -TD
26470 # 2008-04-28
26471 # * add screen+fkeys (prompted by Debian #478094) -TD
26473 # 2008-06-28
26474 # * add screen.mlterm -TD
26475 # * improve mlterm and mlterm+pcfkeys -TD
26477 # 2008-08-23
26478 # * add Eterm-256color, Eterm-88color -TD
26479 # * add rxvt-88color -TD
26481 # 2008-10-12
26483 # original to teraterm2.3 -TD
26484 # * update "gnome" to 2.22.3 -TD
26485 # * update "konsole" to 1.6.6 -TD
26486 # * add "aterm" -TD
26487 # * add "linux2.6.26" -TD
26489 # 2008-11-15
26491 # (clear all tabs) to match definition for tbc capability -TD
26493 # 2008-11-29
26494 # * add eterm-color -TD
26496 # 2009-01-10
26497 # * add screen.Eterm -TD
26499 # 2009-03-28
26500 # * correct typo in pfkey of ansi.sys-old
26502 # * move function- and cursor-keys from emx-base to ansi.sys, and create
26503 # a pfkey capability which handles F1-F48 -TD
26505 # 2009-05-02
26508 # 2009-09-19
26509 # * change ncv and op capabilities in sun-color to match Sun's entry for
26514 # 2009-10-03
26516 # * add linux-16color (Benjamin Sittler)
26517 # * correct initc capability of linux-c-nc end-of-range (Benjamin Sittler)
26519 # * add ccc and initc capabilities to xterm-16color -TD
26521 # 2009-10-31
26524 # 2009-12-12
26527 # 2009-12-19
26528 # * add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
26529 # * rename minix to minix-1.7, add minix entry for Minix3 -TD
26531 # 2009-12-26
26532 # * add bterm (bogl 0.1.18) -TD
26533 # * minor fix to rxvt+pcfkeys -TD
26535 # 2010-02-06
26536 # * update mrxvt to 0.5.4, add mrxvt-256color -TD
26538 # 2010-02-13
26539 # * add several screen-bce.XXX entries -TD
26541 # 2010-02-23
26542 # * modify screen-bce.XXX entries to exclude ech, since screen's color
26543 # model does not clear with color for that feature -TD
26545 # 2010-03-20
26546 # * rename atari and st52 to atari-old, st52-old, use newer entries from
26549 # 2010-06-12
26550 # * add mlterm-256color entry -TD
26552 # 2010-07-17
26553 # * add hard-reset for rs2 to wsvt25 to help ensure that reset ends
26556 # 2010-08-28
26558 # * modify nsterm entries for consistent sgr/sgr0 -TD
26559 # * modify xnuppc entries for consistent sgr/sgr0 -TD
26560 # * add invis to tek4115 sgr -TD
26562 # 2010-09-11
26563 # * reformat acsc strings to canonical format -TD
26565 # 2010-09-25
26567 # xterm-style mouse- and title-controls, for "screen" which
26568 # special-cases TERM beginning with "xterm" or "rxvt" -TD
26570 # 2010-10-02
26571 # * fill in no-parameter forms of cursor-movement where a parameterized
26572 # form is available -TD
26574 # ANSI -TD
26575 # * add parameterized cursor-controls to linux-basic (report by Dae) -TD
26577 # 2010-10-09
26578 # * correct comparison used for setting 16-colors in linux-16color
26579 # entry (Novell #644831) -TD
26580 # * improve linux-16color entry, using "dim" for color-8 which makes it
26581 # gray rather than black like color-0 -TD
26583 # 2010-11-20
26586 # library -TD
26588 # 2010-11-27
26589 # * fix typo in rmso for tek4106 -Goran Weinholt
26591 # 2010-12-11
26592 # * suppress ncv in screen entry, allowing underline -Alejandro R. Sedeno
26593 # * also suppress ncv in konsole-base -TD
26595 # 2011-02-05
26597 # support VT100 SI/SO when processing UTF-8 encoding -TD
26598 # * add xterm-utf8 as a demo of the U8 feature -TD
26600 # 2011-02-20
26601 # * add cons25-debian entry (Brian M Carlson, Debian #607662).
26603 # 2011-06-11
26606 # 2011-07-09
26608 # * remove a backslash which continued comment, obscuring altos3
26611 # 2011-07-16
26612 # * add/use xterm+tmux chunk from xterm #271 -TD
26613 # * resync xterm-new entry from xterm #271 -TD
26614 # * add E3 extended capability to linux-basic (Miroslav Lichvar)
26615 # * add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
26616 # * add SI/SO change to linux2.6 entry (Debian #515609) -TD
26618 # 2011-07-21
26620 # * use bold rather than reverse for smso in sun-color (Yuri Pankov).
26622 # 2011-08-06
26623 # * corrected k9 in dg460-ansi, add other features based on manuals -TD
26625 # 2011-08-20
26626 # * minor cleanup of X-terminal emulator section -TD
26627 # * add terminator entry -TD
26628 # * add simpleterm entry -TD
26630 # 2011-09-10
26631 # * add xterm+kbs fragment from xterm #272 -TD
26633 # 2011-11-12
26636 # 2011-12-17
26637 # * corrected old changelog comments -TD
26639 # 2011-11-24
26640 # * add putty-sco -TD
26642 # 2012-01-28
26643 # * add mach-gnu (Samuel Thibault)
26644 # * add mach-gnu-color, tweaks to mach-gnu -TD
26645 # * make sgr for sun-color agree with smso -TD
26646 # * make sgr for prism9 agree with other caps -TD
26647 # * make sgr for icl6404 agree with other caps -TD
26648 # * make sgr for ofcons agree with other caps -TD
26649 # * make sgr for att5410v1, att4415, att620 agree with other caps -TD
26650 # * make sgr for aaa-unk, aaa-rv agree with other caps -TD
26651 # * make sgr for avt-ns agree with other caps -TD
26653 # 2012-02-11
26654 # * make sgr for xterm-pcolor agree with other caps -TD
26655 # * make sgr for att5425 agree with other caps -TD
26656 # * make sgr for att630 agree with other caps -TD
26657 # * make sgr for linux entries agree with other caps -TD
26658 # * make sgr for tvi9065 agree with other caps -TD
26659 # * make sgr for ncr260vt200an agree with other caps -TD
26660 # * make sgr for ncr160vt100pp agree with other caps -TD
26661 # * make sgr for ncr260vt300an agree with other caps -TD
26662 # * make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
26663 # * make sgr for cygwin, cygwinDBG agree with other caps -TD
26665 # 2012-03-31
26666 # * correct order of use-clauses in st-256color -TD
26668 # 2012-04-01
26669 # * revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
26671 # 2012-04-14
26672 # * document all of the user-defined capabilities in one place -TD
26675 # a status-line. -TD
26676 # * change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
26677 # of ordering and overrides -TD
26679 # 2012-04-21
26680 # * add msgr to vt420, similar DEC vtXXX entries -TD
26681 # * add several missing vt420 capabilities from vt220 -TD
26682 # * factor out ansi+pp from several entries -TD
26683 # * change xterm+sl and xterm+sl-twm to include only the status-line
26685 # as building-blocks -TD
26686 # * add dec+sl building block, as example -TD
26688 # 2012-04-28
26689 # * fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
26690 # * add eslok flag to dec+sl -TD
26691 # * dec+sl applies to vt320 and up -TD
26692 # * drop wsl width from xterm+sl -TD
26693 # * reuse xterm+sl in putty and nsca-m -TD
26694 # * add ansi+tabs to vt520 -TD
26695 # * add ansi+enq to vt220-vt520 -TD
26697 # 2012-05-05
26698 # * remove p6 (bold) from opus3n1+ for consistency -TD
26699 # * remove acs stuff from env230 per clues in Ingres termcap -TD
26700 # * modify env230 sgr/sgr0 to match other capabilities -TD
26701 # * modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
26702 # * make sgr for dku7202 agree with other caps -TD
26703 # * make sgr for ibmpc agree with other caps -TD
26704 # * make sgr for tek4107 agree with other caps -TD
26705 # * make sgr for ndr9500 agree with other caps -TD
26706 # * make sgr for sco-ansi agree with other caps -TD
26707 # * make sgr for d410 agree with other caps -TD
26708 # * make sgr for d210 agree with other caps -TD
26709 # * make sgr for d470c, d470c-7b agree with other caps -TD
26711 # 2012-05-12
26712 # * rewrite vt520 entry based on vt420 -TD
26713 # * corrected 'op' for bterm (report by Samuel Thibault) -TD
26715 # 2012-06-02
26720 # * add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
26721 # * add kdch1, etc., to qvt108 -TD
26722 # * add dl1/il1 to some entries based on dl/il values -TD
26723 # * add dl to simpleterm -TD
26725 # 2012-06-10
26726 # * modify some older xterm entries to align with xterm source -TD
26727 # * separate "xterm-old" alias from "xterm-r6" -TD
26729 # 2012-07-28
26730 # * add E3 to xterm-basic and putty -TD
26732 # 2012-08-11
26733 # * add nsterm-256color, make this the default nsterm -TD
26734 # * remove bw from nsterm-bce, per testing with tack -TD
26736 # 2012-10-12
26737 # * add vte-2012, gnome-2012, making these the defaults for vte/gnome
26740 # 2012-11-02
26741 # * reviewed vte-2012, reverted most of the change since it was incorrect
26742 # based on testing with tack -TD
26743 # * un-cancel the initc in vte-256color, since this was implemented
26744 # starting with version 0.20 in 2009 -TD
26746 # 2013-03-16
26747 # * correct typo in sgr string for sun-color,
26749 # change smso for consistency with sgr -TD
26750 # * correct typo in sgr string for terminator -TD
26751 # * add blink to the attributes masked by ncv in linux-16color (report
26754 # 2013-03-23
26756 # with cursor-key strings (NetBSD #47674) -TD
26757 # * further improvements to linux-16color (Benjamin Sittler)
26759 # 2013-05-11
26760 # * move nsterm-related entries out of "obsolete" section to more
26761 # plausible "ansi consoles" -TD
26762 # * additional cleanup of table-of-contents by reordering -TD
26764 # 2013-06-07
26765 # * added note to clarify Terminal.app's non-emulation of the various
26766 # terminal types listed in the preferences dialog -TD
26768 # 2013-11-02
26769 # * use TS extension to describe xterm's title-escapes -TD
26770 # * modify terminator and nsterm-s to use xterm+sl-twm building block -TD
26771 # * update hurd.ti, add xenl to reflect 2011-03-06 change in
26774 # * simplify pfkey expression in ansi.sys -TD
26776 # 2013-11-10
26777 # * split-out building blocks xterm+sm+1002 and xterm+sm+1003 -TD
26779 # 2014-02-22
26780 # * updated notes for wsvt25 based on tack and vttest -TD
26782 # console -TD
26784 # 2014-03-22
26785 # * add terminology entry -TD
26786 # * add mlterm3 entry, use that as "mlterm" -TD
26787 # * inherit mlterm-256color from mlterm -TD
26789 # 2014-03-23
26790 # * fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
26792 # 2014-03-30
26793 # * cancel ccc in putty-256color and konsole-256color for consistency
26796 # get the 256-color feature half-implemented -TD
26798 # 0.4.1 -TD
26800 # 2014-05-03
26803 # 2014-05-24
26804 # * correct several entries which had termcap-style padding used in
26805 # terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
26806 # * correct syntax for padding in some entries: dg211, h19 -TD
26807 # * correct ti924-8 which had confused padding versus octal escapes -TD
26808 # * correct padding in sbi entry -TD
26810 # 2014-06-07
26811 # * update xterm-new to xterm patch #305 -TD
26812 # + change screen's smso to use SGR 7 (ECMA-80 reverse) rather than SGR 3
26813 # (italic). This was a long-ago typo in screen 3.1.1 which was
26814 # overlooked until a few terminal emulators implemented the feature -TD
26816 # 2014-06-09
26818 # Ebert, Gabriele Balducci) -TD
26819 # + revert the change to screen; see notes for why this did not work -TD
26821 # screen's hardcoded behavior for SGR 3 -TD
26823 # 2014-06-14
26824 # + modify sgr for screen.xterm-new to support dim capability -TD
26825 # + add dim capability to nsterm+7 -TD
26826 # + cancel dim capability for iterm -TD
26827 # + add dim, invis capabilities to vte-2012 -TD
26828 # + add sitm/ritm to konsole-base and mlterm3 -TD
26830 # 2014-10-06
26831 # + add xterm-1005 and xterm-1006 entries, with suggested extension
26832 # capability "xm" -TD
26834 # 2014-10-07
26835 # + update test-report for mrxvt -TD
26837 # 2014-10-11
26838 # + add xterm-x10mouse, xterm-x11mouse, etc. -TD
26840 # 2014-10-18
26842 # the vt100-compatibility issues were improved -TD
26844 # 2015-04-22
26846 # + add several key definitions to nsterm-bce to match preconfigured
26849 # 2015-05-02
26850 # + remove unnecessary ';' from E3 capabilities -TD
26852 # + split-out recent change to nsterm-bce as nsterm-build326, and add
26853 # nsterm-build342 to reflect changes with successive releases of OSX
26858 # 2015-05-17
26859 # + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
26861 # for 256 colors -TD
26863 # 2015-05-23
26864 # + add putty+fnkeys* building-block entries -TD
26866 # 2015-05-30
26867 # + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
26868 # + add vte-2014, update vte to use that -TD
26870 # 2015-06-27
26871 # + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
26872 # from xterm-new (report by Richard Birkett) -TD
26874 # 2015-07-25
26876 # + fixes for st 0.5 from testing with tack -TD
26878 # 2015-10-24
26880 # minitel1b-nb (Alexandre Montaron).
26881 # + reviewed/updated nsterm entry Terminal.app in OSX -TD
26883 # Internet Archive -TD
26885 # 2015-11-14
26886 # + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
26887 # + add keys f12-f124 to pccon+keys (Tati Chevron).
26889 # 2015-11-21
26890 # + fix some inconsistencies in the pccon* entries -TD
26892 # 2015-11-28
26895 # 2016-01-16
26897 # Leonardo Brondani Schenkel) -TD
26898 # + add putty-noapp entry, and amend putty entry to use application mode
26900 # Schenkel) -TD
26902 # 2016-04-23
26904 # xterm -TD
26906 # 2016-05-14
26907 # + modify linux2.6 entry to improve line-drawing -TD
26908 # + make linux3.0 entry the default linux entry (Debian #823658) -TD
26910 # 2016-05-29
26911 # + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
26912 # reset palette using "oc" string as in linux -TD
26914 # 2016-06-11
26915 # + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
26916 # that could be returned -TD
26917 # + added a few capabilities fixed in recent vte -TD
26919 # 2016-08-17
26920 # + correct a typo in interix -TD
26922 # 2016-09-24
26927 # 2016-10-01
26928 # + add linux-m1 minitel entries (patch by Alexandre Montaron).
26929 # + correct rs2 string for vt100-nam -TD
26931 # 2016-11-26
26932 # + modify linux-16color to not mask dim, standout or reverse with the
26933 # ncv capability -TD
26935 # reverse-video control -TD
26936 # + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
26937 # entry, to avoid conflict with the user-defined mapping. The reset
26938 # feature will use ISO-8859-1 in any case (Mikulas Patocka).
26940 # 2016-12-30
26941 # + merge current st description (report by Harry Gindi) -TD
26943 # 2016-12-31
26945 # between the reverse/normal escapes rather than after -TD
26947 # 2017-01-28
26948 # + minor comment-fixes to help automate links to bug-urls -TD
26949 # + add dvtm, dvtm-256color -TD
26950 # + add settings corresponding to xterm-keys option to tmux entry to
26954 # + add dumb-emacs-ansi -TD
26956 # 2017-03-05
26957 # + correct a few spelling errors in comments -TD
26958 # + add fbterm -TD
26960 # 2017-03-11
26962 # than "vt100" which is now mostly used as a building block for
26963 # terminal emulators -TD
26965 # (report/analysis by Robert King) -TD
26967 # 2017-04-01
26968 # + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
26969 # + add smso for env230, to match sgr -TD
26970 # + remove p7/protect from sgr in fbterm -TD
26971 # + drop setf/setb from fbterm; setaf/setab are enough -TD
26972 # + make xterm-pcolor sgr consistent with other capabilities -TD
26973 # + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
26976 # 2017-04-22
26977 # + correct missing comma-separator between string capabilities in
26978 # icl6402 and m2-nam -TD
26979 # + update formatting with ncurses 6.0.20170422 -TD
26983 # 2017-05-13
26984 # + reformatted using hexadecimal numbers to improve readability -TD
26986 # 2017-07-29
26987 # + update interix entry using tack and SFU on Windows 7 Ultimate -TD
26989 # + add "rep" to xterm-new, available since 1997/01/26 -TD
26990 # + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
26991 # Williams) -TD
26993 # 2017-08-16
26994 # + update "iterm" entry -TD
26995 # + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
26997 # 2017-08-18
26998 # + update notes on user-defined capabilities -TD
27000 # 2017-08-26
27001 # + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
27003 # 2017-11-11
27004 # + add "op" to xterm+256setaf -TD
27005 # + reviewed terminology 1.0.0 -TD
27006 # + reviewed st 0.7 -TD
27008 # 2017-11-18
27009 # + modify old terminology entry and a few other terminal emulators to
27010 # account for xon -TD
27013 # + correct sgr/sgr0 strings in a few other cases reported by tic, making
27014 # those correspond to the non-sgr settings where they differ, but
27015 # otherwise use ECMA-48 consistently:
27016 # jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
27017 # dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
27018 # st-0.7, vi603, vwmterm -TD
27020 # 2017-12-30
27022 # blocks from xterm #331 -TD
27023 # + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
27024 # #331 -TD
27026 # color pairs, for ncurses 6.1 -TD
27027 # + add rs1 capability to xterm-256color -TD
27028 # + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
27029 # match xterm #272, reflecting packager's changes -TD
27030 # + remove "boolean" Se, Ss from st-0.7 -TD
27032 # 2018-01-04
27033 # + add konsole-direct and st-direct -TD
27034 # + remove unsupported "Tc" capability from st-0.7; use st-direct if
27035 # direct-colors are wanted -TD
27037 # 2018-01-17
27038 # + add vte-direct -TD
27042 # 2018-01-21
27043 # + use xterm+sm+1006 in xterm-new, vte-2014 -TD
27045 # mode does not work with those programs. konsole is debatable -TD
27046 # + add "termite" entry (report by Markus Pfeiffer) -TD
27048 # 2018-01-27
27049 # + trim "XT" from screen entry -TD
27050 # + modify iterm to use xterm+sl-twm building block -TD
27051 # + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
27052 # konsole's removal in 2008 -TD
27054 # imitation of xterm's keyboard -TD
27056 # support xterm's 1006 mode -TD
27057 # + add nsterm-build400 for macOS 10.13 -TD
27058 # + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
27059 # + update vte to vte-2017 -TD
27060 # + add ecma+strikeout to vte-2017 -TD
27061 # + add iterm2-direct -TD
27062 # + updated teraterm, added teraterm-256color -TD
27063 # + add mlterm-direct -TD
27064 # + add descriptions for ANSI building-blocks -TD
27066 # 2018-02-24
27067 # + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
27068 # + fix remaining flash capabilities with trailing mandatory delays -TD
27070 # 2018-03-17
27071 # + trim some redundant capabilities from st-0.7 -TD
27072 # + trim unnecessary setf/setb from interix -TD
27074 # 2018-05-19
27075 # + trim spurious whitespace from tmux in 2018-02-24 changes;
27076 # fix some inconsistencies in/between tmux- and iterm2-entries for SGR
27078 # + improve iterm2 using some xterm features which it has adapted -TD
27080 # 2018-06-30
27082 # add right/down-arrow to vi200's acsc -TD
27084 # 2018-07-21
27085 # + corrected acsc for wy50 -TD
27086 # + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
27087 # + remove ansi+rep mis-added to interix in 2018-02-23 -TD
27089 # 2018-07-28
27090 # + fix typo in tvi955 -TD
27091 # + corrected acsc for regent60 -TD
27092 # + add alias n7900 -TD
27094 # 2018-09-29
27095 # + corrected acsc for tvi950 -TD
27096 # + remove bogus kf0 from tvi950 -TD
27097 # + added function-key definitions to agree with TeleVideo 950 manual -TD
27098 # + add bel to tvi950 -TD
27099 # + add shifted function-keys to regent60 -TD
27100 # + renumber regent40 function-keys to match manual -TD
27101 # + add cd (clr_eos) to adds200 -TD
27103 # 2018-10-27
27104 # + add OpenGL clients alacritty and kitty -TD
27105 # + add Smulx for tmux, vte-2018 -Nicholas Marriott
27107 # 2018-12-15
27108 # + fix a typo in comments (Aaron Gyes).
27109 # + add nsterm-build309 to replace nsterm-256color, assigning the latter
27110 # as an alias of nsterm, to make mouse work with nsterm-256color -TD
27111 # + base gnome-256color entry on "gnome", not "vte", for consistency -TD
27113 # 2019-01-12
27114 # + add nsterm-direct -TD
27115 # + use SGR 1006 mouse for konsole-base -TD
27116 # + use SGR 1006 mouse for putty -TD
27117 # + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)
27119 # 2019-02-23
27120 # + fix typo in adds200 -TD
27122 # 2019-03-30
27124 # + modify description of xterm+x11hilite to eliminate unused p5 -TD
27126 # 2019-05-18
27127 # + update xterm-new to xterm patch #345 -TD
27128 # + add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
27129 # + update terminator entry -TD
27130 # + remove hard-tabs from ti703 (report by Robert Clausecker)
27131 # + add Smol/Rmol for mintty, vte-2018 -Nicholas Marriott
27133 # 2019-06-01
27134 # + add rs1 to konsole, mlterm -TD
27136 # 2019-06-08
27137 # + add mintty, mintty-direct (Thomas Wolff)
27138 # 2019-06-09
27139 # + comment-out some user-defined capabilities in mintty+common to allow
27140 # builds with existing releases 5.9-6.1 -TD
27142 # 2019-06-30
27143 # + add ms-terminal -TD
27144 # + add vscode, vscode-direct -TD
27145 # + use ecma+index in screen, st -TD
27147 # 2019-07-06
27148 # + add domterm -TD
27149 # + improve comments for recent changes, add alias xterm.js -TD
27151 # 2019-08-03
27153 # and does not support that feature (Debian #933572) -TD
27154 # + updated ms-terminal entry & notes -TD
27155 # + updated kitty entry & notes -TD
27156 # + updated alacritty+common entry & notes -TD
27157 # + use xterm+sl-twm for consistency -TD
27159 # 2019-09-22
27160 # + correct a comment -TD
27162 # 2019-10-26
27163 # + modify linux-16color to accommodate Linux console driver change in
27166 # 2019-11-02
27167 # + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
27169 # 2019-11-09
27170 # + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
27171 # with old non-curses programs -TD
27172 # + reviewed st 0.8.2, updated some details -TD
27173 # + use ansi+rep several places -TD
27175 # 2020-01-12
27177 # Christian Duerr) -TD
27179 # 2020-01-18
27180 # + spelling fixes per codespell -TD
27181 # + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD
27183 # 2020-02-22
27184 # + improve vt50h and vt52 based on DECScope manual -TD
27185 # + add/use vt52+keypad and vt52-basic -TD
27187 # 2020-04-18
27188 # + use vt52+keypad in xterm-vt52, from xterm #354 -TD
27190 # 2020-04-25
27191 # + use vt100+fnkeys in putty -TD
27193 # 2020-05-02
27194 # + add details on the change to Linux SGR 21 in 2018 -TD
27195 # + add xterm-direct16 and xterm-direct256 -TD
27197 # 2020-05-03
27198 # + fix some dead URLs -TD
27200 # 2020-05-16
27201 # + update notes on vscode / xterm.js -TD
27203 # 2020-05-30
27204 # + re-enable "bel" in konsole-base (report by Nia Huang)
27205 # + add linux-s entry (patch by Alexandre Montaron).
27207 # 2020-06-06
27209 # in xterm+256color, xterm+88color -TD
27213 # + add screen.linux-s alias (suggested by Alexandre Montaron).
27215 # 2020-07-11
27216 # + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
27219 # 2020-08-28
27224 # 2020-09-05
27227 # 2020-09-19
27230 # 2020-09-29
27231 # + add tmux-direct (tmux #2370)
27232 # + simplify mlterm initialization with DECSTR -TD
27235 # 2020-10-10
27236 # + correct sgr in aaa+rv (report by Florian Weimer) -TD
27238 # ncrvt100an -TD
27240 # 2020-10-17
27241 # + expanded notes about tek4107 -TD
27243 # 2020-11-07
27244 # + update kitty+common -TD
27245 # + add putty+screen and putty-screen (suggested by Alexandre Montaron).
27247 # 2020-11-28
27249 # + add rep to PuTTY -TD
27250 # + add putty+keypad -TD
27252 # 2020-12-05
27253 # + correct mlterm3 kf1-kf4 (Debian #975322) -TD
27254 # + add flash to mlterm3 -TD
27256 # 2020-12-27
27257 # + update terminology to 1.8.1 -TD
27259 # 2021-01-16
27261 # (report by Patrick McDermott) -TD
27263 # 2021-01-25
27264 # + split-out att610+cvis, vt220+cvis, vt220+cvis8 -TD
27265 # + add vt220-base, for terminal emulators which generally have not
27266 # supported att610's blinking cursor control -TD
27267 # + use vt220+cvis in vt220, etc -TD
27268 # + use att610+cvis, xterm+tmux and ansi+enq in kitty -TD
27270 # blinking-cursor detail in att610+cvis -TD
27272 # 2021-02-20
27273 # + add/use vt220+pcedit and vt220+vtedit -TD
27274 # + add scrt/securecrt and absolute -TD
27275 # + add nel to xterm-new, though supported since X11R5 -TD
27276 # + add/use xterm+nofkeys -TD
27277 # + move use of ecma+italics from xterm-basic to xterm+nofkeys -TD
27279 # 2021-02-27
27280 # + remove a duplicate "use" in xterm-vt220 -TD
27282 # 2021-03-14
27283 # + correct use-ordering in some xterm-direct flavors -TD
27285 # 2021-03-20
27286 # + add hterm, hterm-256color (Mike Frysinger)
27288 # 2021-06-26
27289 # + use default colors in pccon "op" -TD
27290 # + correct rmacs/smacs in aaa+dec, aaa+rv -TD
27291 # + add hpterm-color2 and hp98550-color (Martin Trusler)
27293 # 2021-07-17
27295 # against Glink manual -TD
27297 # vt220 entry -TD
27299 # 2021-07-24
27300 # + trim "flash" from pccon+base -TD
27301 # + revert change for aaa+rv -TD
27303 # ms-terminal (patch by Juergen Pfeifer).
27304 # + review/update current Windows Terminal vs ms-terminal -TD
27306 # 2021-07-31
27307 # + add extensions in xterm+tmux and ecma+strikeout to ms-terminal,
27308 # but cancel the non-working Cr and Ms capabilities -TD
27309 # + add foot and foot-direct -TD
27311 # 2021-08-15
27312 # + fix missing "%d" for setaf/setab code 8-15 in xterm+direct16 (report
27313 # by Florian Weimer) -TD
27315 # 2021-08-16
27316 # + corrected tsl capability for terminator -TD
27318 # 2021-09-04
27319 # + modify linux3.0 entry to reflect default mapping of shift-tab by
27320 # kbd 1.14 (report by Jan Engelhardt) -TD
27322 # 2021-09-11
27323 # + add testing note for xterm-{hp|sco|sun} -TD
27324 # + corrected description for ansi.sys-old -TD
27325 # + add xterm+nopcfkeys, to fill in keys for xterm-hp, xterm-sun -TD
27326 # + use hp+arrows in a few places -TD
27327 # + use hp+pfk-cr in a few places -TD
27329 # 2021-09-21
27330 # + add kbeg to xterm+keypad to accommodate termcap applications -TD
27332 # "tabs" +m option -TD
27334 # 2021-10-09
27335 # + fill in some details for infoton -TD
27336 # + fix spelling/consistency in several descriptions -TD
27337 # + use vt420+lrmm in vt420 -TD
27339 # 2021-10-13
27340 # + trim some redundant definitions -TD
27342 # 2021-11-13
27343 # + add xterm+sl-alt, use that in foot+base (report by Jonas Grosse
27344 # Sundrup) -TD
27346 # 2021-11-20
27347 # + add dim, ecma+strikeout to st-0.6 -TD
27349 # 2021-11-27
27350 # + fix errata in description fields (report by Eric Lindblad) -TD
27351 # + add x10term+sl, aixterm+sl, ncr260vp+sl, ncr260vp+vt, wyse+sl -TD
27353 # 2022-01-23
27354 # + update kitty -TD
27356 # 2022-03-12
27357 # + add xterm+acs building-block -TD
27358 # + add xterm-p370, for use in older terminals -TD
27359 # + add dec+sl to xterm-new, per patch #371 -TD
27360 # + add mosh and mosh-256color -TD
27362 # 2022-03-19
27363 # + add xgterm -TD
27364 # + correct setal in mintty/tmux entries, add to vte-2018 (report by
27366 # + add blink to vte-2018 (report by Robert Lange)
27368 # 2022-03-26
27369 # + update teken -TD
27370 # + add teken-16color, teken-vt and teken-sc -TD
27371 # + add a few missing details for vte-2018 (report by Robert Lange) -TD
27373 # 2022-03-27
27374 # + make description-fields distinct -TD
27376 # 2022-04-30
27378 # also provide for focus in/out responses -TD
27380 # 2022-05-28
27381 # + expanded notes for teken/syscons -TD
27383 # 2022-06-04
27384 # + remove u6-u9 from teken-2018 -TD
27385 # + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD
27387 # 2022-06-18
27389 # smacs/rmacs/enacs (Debian #1012800) -TD
27391 # att620, att730 -TD
27393 # 2022-06-25
27394 # + correct dsl in dec+sl (report by Rajeev Pillai) -TD
27395 # + add/use ansi+cpr, decid+cpr -TD
27397 # 2022-07-03
27399 # response -TD
27401 # supported the u6-u9 extension -TD
27402 # + add/use apollo+vt132, xterm+alt47 -TD
27404 # 2022-08-27
27405 # + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
27406 # + modify putty to use xterm+alt1049 -TD
27408 # 2022-12-24
27410 # xterm feature (prompted by discussion with Bram Moolenaar) -TD
27412 # 2022-12-29
27414 # -TD
27416 # 2023-01-07
27422 # 2023-01-14
27423 # + change RV to XR/xr, to avoid conflict with pre-existing usage in vim,
27425 # Moolenaar) -TD
27427 # of terminals which may support focus in/out -TD
27428 # + use xterm+focus in xterm-p370 and tmux -TD
27430 # 2023-01-28
27431 # + document XF, kxIN and kxOUT -TD
27432 # + add note on sun/wscons/cmdtool/shelltool -TD
27434 # 2023-04-01
27437 # 2023-04-08
27440 # 2023-05-08
27441 # + add mode 1004 to xterm+sm+1006 from xterm #380 -TD
27443 # 2023-06-05
27446 # 2023-07-08
27448 # Linux -TD
27450 # 2023-07-15
27451 # + mention E3 in regard to user_caps(5) -TD
27453 # 2023-08-12
27454 # + add/use putty+cursor to reflect amending of modified cursor-keys in
27455 # 2021 -TD
27456 # + add ecma+strikeout to putty -TD
27458 # 2023-10-21
27459 # + use oldxterm+sm+1006 in vte-2014 (report by Benno Schulenberg) -TD
27460 # + add ansi+apparrows -TD
27462 # 2023-10-28
27464 # fe/fd capabilities, like vim (vim-pr #13440).
27466 # 2023-11-11
27467 # + used "infocmp -u" to help trim redundant capabilities -TD
27469 # 2023-12-09
27471 # + used "infocmp -u" to help trim redundant capabilities -TD
27473 # 2023-12-16
27474 # + used "infocmp -u" to help trim redundant capabilities -TD
27476 # 2023-12-30
27477 # + add ms-vt100-16color, winconsole -TD
27478 # + add rio, rio-direct -TD
27479 # + add mostlike -TD
27480 # + add wezterm, contour -TD
27482 # 2024-01-06
27484 # ansi+idc1, ansi+idl, ansi+idl1, ansi+inittabs to trim -TD
27486 # 2024-01-07
27487 # + restore padding for wy520* and vt320-k311 (report by Sven Joachim).
27489 # 2024-01-13
27491 # to trim -TD
27493 # 2024-01-14
27496 # xterm+256color, xterm+acs, xterm+nopcfkeys, xterm+pcf2 to trim -TD
27498 # 2024-01-27
27499 # + amend change to z39-a (report by Sven Joachim).
27500 # + use xterm+nopcfkeys, vt52-basic, dec+pp, dec+sl, vt52+arrows,
27502 # to trim -TD
27503 # + NetBSD-related fixes for x68k and wsvt52 (patch by Thomas Klausner)
27505 # 2024-02-11
27507 # xterm #389 -TD
27509 # 2024-03-09
27510 # + modify xgterm to work around line-drawing bug -TD
27511 # + use CSI 3J in vte-2017 (report by Sven Joachim)