Lines Matching +full:csr +full:- +full:2 +full:l
7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
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
75 # with the pound sign at position 2/3.
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
92 # you have ncurses `tic -I' is nicer (among other things, it automatically
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
127 # Comments in this file begin with # - they cannot appear in the middle
140 # that important and frequently-encountered terminal types are near the
153 # Terminal names look like <manufacturer> <model> - <modes/options>
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.
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
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).
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
252 # contact data (Internet address and/or snail-mail + phone).
257 # include its live/dead/out-of-the-business status, and for as many
282 # contributors makes about as much sense as copyrighting a wall-full of
283 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
301 # terminal are the lowest common denominator - they look about like a ti 700.
304 dumb|80-column dumb tty,
313 bel=^G, cr=\r, cub1=^H, cud1=\n, ff=^L, ind=\n,
317 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, ht=^I, kcub1=^H,
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.
341 ansi+local1|ANSI normal-mode cursor-keys,
343 ansi+local|ANSI normal-mode parameterized cursor-keys,
346 ansi+tabs|ANSI tab-stops,
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,
361 dl1=\E[M, il1=\E[L,
365 dch1=\E[P, ich1=\E[@, rmir=\E[4l, smir=\E[4h,
368 ansi+arrows|ANSI normal-mode home and cursor-keys,
371 ansi+apparrows|ANSI application-mode home and cursor-keys,
388 dim=\E[2m,
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,
396 csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7,
410 # ROM graphics for control characters such as the diamond, up- and down-arrow.
413 # from the ANSI.SYS de-facto standard.
415 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260j
416 \331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v
422 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>,
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
453 \220j\205k\203l\202m\204n\212o\213p\216q\0r\217s\214t
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,
491 # Binary Compatibility Standard (level 2) that fit within terminfo.
499 rmam=\E[?7l, sc=\E7, smam=\E[?7h, tbc=\E[g,
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
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)
562 bel=^G, clear=\E[;H\E[2J, cr=\r, cub1=^H,
564 ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED,
565 kf1=\EOP, kf2=\EOR, kf4=\EOS, nel=\r\ED, ri=\EM, rmir=\E[4l,
567 use=ansi+arrows, use=ansi+csr, use=ansi+local1,
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),
583 home=\E[H, ht=^I, il1=\E[L, ind=\n, use=ansi+arrows,
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.
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
633 # u9 -
634 # 8.3.24 DA - DEVICE ATTRIBUTES
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.
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,
671 cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup,
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,
690 clear=\E[2J, cub1=^H, cup=\E[%i%p1%d;%p2%dH, el=\E[k,
691 home=\E[H, is2=\E[m\E[?7h, kcub1=^H, kcud1=\n, kcuf1=^L,
693 rc=\E[u, rmam=\E[?7l, sc=\E[s, smam=\E[?7h, use=ansi+cpr,
699 # Left=\0K 5=\0L Right=\0M
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
717 el=\E[K, ka1=\0G, ka3=\0I, kb2=\0L, kc1=\0O, kc3=\0Q,
725 kf37=\0h, kf38=\0i, kf39=\0j, kf4=\0>, kf40=\0k, kf41=\0l,
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.
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,
758 dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L,
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,
764 dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L,
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,
799 setab=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
804 setaf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
809 setb=\Ec%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
814 setf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
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
836 clear=\E[2J\E[H, cnorm=\Ee, cr=\r, cub1=^H, cud1=\EB,
838 dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K,
846 ri=\EM, rmacs=^O, rmcup=\E[?7h, rmir=\Ei, rmkx=\E[?1l\E>,
848 rs1=\E<\E[20l\E[?3;6;9l\E[r\Eq\E(B\017\E)0\E>,
849 setb=\E[4%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=
852 setf=\E[3%p1%'0'%+%Pa%?%ga%'0'%=%t0%e%ga%'1'%=%t4%e%ga%'2'%=
855 sgr0=\E[m, smacs=^N, smcup=\E[?7l, smir=\Eh,
857 use=ansi+apparrows, use=ansi+csr, use=ansi+local,
864 cub1=^H, cvvis=\E.", dim=\Em, dl1=\EM, il1=\EL, ind=\n$<2*/>,
869 kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, op=\Eb@\EcO, rev=\Ep,
870 ri=\EI$<2*/>, rmcup=\Ev\E. \Ee\Ez_, rmso=\Eq, rmul=\EzH,
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
880 cub1=^H, cvvis=\E.", dim=\Em, dl1=\EM, il1=\EL, ind=\n$<2*/>,
885 kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, rev=\Ep, ri=\EI$<2*/>,
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,
918 kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=\r\n, rc=\Ek,
934 nel=\r\n, op=\E[m, rev=\E[7m, ri=\EM, rmkx=\E[?4l, rmso=\E[m,
938 vpa=\E[%i%p1%dd, use=ansi+arrows, use=ansi+csr,
953 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
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
974 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
977 dim=\E[2m, ech=\E[%p1%dX, el1=\E[1K,
978 flash=\E[?5h$<200/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
983 nel=\r\n, ri=\EM, rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m,
986 %t;2%;%?%p6%t;1%;%?%p9%t;11%;m,
988 use=ansi+csr, use=ansi+erase, use=ansi+idc, use=ansi+idl,
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,
1033 # reported by Frank Heckenbach <frank@g-n-u.de>.
1034 linux2.2|Linux 2.2.x console,
1035 civis=\E[?25l\E[?1c, cnorm=\E[?25h\E[?0c,
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:
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
1072 %t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;,
1073 sgr0=\E[m\017, smacs=^N, use=linux2.2,
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.
1087 # an extended key to lessen user surprise -TD
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
1112 \276j\205k\203l\202m\204n\212o~p\0q\0r\0s_t\206u\207v
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
1124 \316j\211k\214l\206m\203n\305o~p\304q\212r\304s_t\207u
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).
1152 bel=^G, civis=\E[?25l, cnorm=\E[?25h, cr=\r, cub1=^H,
1153 cud1=\n, cup=\E[%i%p1%d;%p2%dH, dim=\E[2m,
1165 %t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
1167 vpa=\E[%i%p1%dd, use=ansi+arrows, use=ansi+csr,
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
1195 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
1198 setab=\E[2;%p1%d}, setaf=\E[1;%p1%d},
1200 %t;2%;%?%p6%t;1%;%?%p9%t;11%;m,
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
1211 # console driver to make it ignore SGR 21 because the ECMA-48 standard
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
1239 acsc=aajjkkllmmqqttuuxx, bold=\E[1m, clear=\E[H\E[2J,
1269 mach-bold|Mach console with bold instead of underline,
1271 mach-color|Mach console with ANSI color,
1273 dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m,
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
1285 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,
1289 2%;%?%p6%t;1%;%?%p7%t;8%;m,
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).
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,
1330 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,
1338 ri=\E[T, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
1339 rs1=\EM\E[?1000l,
1341 2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
1342 smir=\E[4h, grbom=\E[>1l, gsbom=\E[>1h,
1343 use=ansi+apparrows, use=ansi+csr, use=ansi+cup,
1363 acsc=O\333a\261j\331k\277l\332m\300n\305o\337q\304s\334t
1422 mcud=\E/>1h, mcud1=\E/>1l\E/>9h, mcuf=\E/>1h\E/>9l,
1423 mcuf1=\E/>7l, mcuu=\E/>6h, mcuu1=\E/>6l, rmicm=\E/>2l,
1424 smicm=\E/>2h, use=qnx4,
1439 # From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
1448 qansi-g|QNX ANSI,
1452 bel=^G, clear=\E[2J\E[H, cr=\r, csr=\E[%i%p1%d;%p2%dr,
1454 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM,
1456 el1=\E[1K\E[X, flash=\E[?5h$<200>\E[?5l, fsl=\E[?6h\E8,
1458 il=\E[%p1%dL, il1=\E[1L, ind=\E[S, invis=\E[9m,
1459 is2=\E>\E[?1l\E[?7h\E[0;10;39;49m, is3=\E(B\E)0,
1468 kf22=\EOy, kf23=\EOz, kf24=\EOa, kf25=\E[1~, kf26=\E[2~,
1481 rmacs=^O, rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m,
1482 rs1=\017\E[?7h\E[0;39;49m$<2>\E>\E[?1l,
1483 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
1488 sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
1491 tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH, use=ansi+arrows,
1497 daisy, xhpa, use=qansi-g,
1499 qansi-t|QNX ANSI without console writes,
1502 qansi-m|QNX ANSI with mouse,
1505 mcud=\E[>1h, mcud1=\E[>1l\E[>9h, mcuf=\E[>1h\E[>9l,
1506 mcuf1=\E[>7l, mcuu=\E[>6h, mcuu1=\E[>6l, rmicm=\E[>2l,
1507 smicm=\E[>2h, use=qansi,
1509 qansi-w|QNX ANSI for windows,
1510 xvpa, use=qansi-m,
1514 # SCO console and SOS-Syscons console for 386bsd
1516 # :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
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
1549 civis=\E[=14;12C, clear=\E[H\E[2J, cnorm=\E[=10;12C,
1558 kf26=\E[l, kf27=\E[m, kf28=\E[n, kf29=\E[o, kf3=\E[O,
1563 kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, kich1=\E[L,
1565 ri=\E[T, rmacs=\E[10m, rmam=\E[?7l, rmso=\E[m, rmul=\E[m,
1571 scoansi-new|SCO Extended ANSI standard crt (5.0.6),
1573 civis=\E[=0c, cnorm=\E[=1c, csr=\E[%i%p1%d;%p2%dr,
1574 cvvis=\E[=2c, mgc=\E[=r, oc=\E[51m, op=\E[50m,
1575 rep=\E[%p1%d;%p2%db, rmm=\E[=11L,
1579 smglp=\E[=2;%i%p1%dm, smgr=\E[=3;0m,
1581 smgtp=\E[=0;%i%p1%dm, smm=\E[=10L,
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),
1626 bel=^G, bold=\E[1m, clear=\E[H\E[2J,
1627 cnorm=\E[9/y\E[12/y\E[=6l, cr=\r, cud1=\n,
1629 cvvis=\E[10/y\E[=1h\E[=2l\E[=6h, ed=\E[J, el=\E[K,
1631 is2=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8, kDC=\E[P,
1640 rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sc=\E7,
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,
1651 csr=\E[%i%p1%d;%p2%dr, dch=\E[%p1%dP, dim=\E[2m,
1653 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
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#
1702 ncv#2,
1714 ri=\EM, rmam=\E[?7l, rmul=\E[24m, rs2=\Ec, smam=\E[?7h,
1715 smul=\E[4m, tbc=\E[3g, use=ansi+cpr, use=ansi+csr,
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
1749 is1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=^?,
1752 khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~,
1754 rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>,
1756 rs1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m,
1759 use=ansi+csr, use=ansi+erase, use=ansi+idl,
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
1808 pcvt25-color|DEC VT220 emulation with 25 lines and color,
1818 # NetBSD-arm32 console (only tested on a RiscPC).
1821 # typo in invis - TD
1822 arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480),
1826 blink=\E[5m$<2>, bold=\E[1m$<2>, cub1=^H, cud1=\n,
1827 cuf1=\E[C$<2>, cuu1=\E[A$<2>, invis=\E[8m$<2>, ka1=\E[q,
1830 kf6=\E[u, kf7=\E[v, kf8=\E[l, kf9=\E[w, rev=\E[7m$<2>,
1831 rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m$<2>,
1832 rmul=\E[m$<2>,
1834 %;%?%p7%t;8%;m%?%p9%t\016%e\017%;$<2>,
1835 sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=,
1836 smso=\E[7m$<2>, smul=\E[4m$<2>, use=ansi+csr,
1840 arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768),
1846 x68k|x68k-ite|NetBSD/x68k ITE,
1848 kbs=^?, kclr=\E[9~, khlp=\E[28~, use=vt220-base,
1857 bel=^G, blink=\2335m, bold=\2331m, clear=^L, cr=\r,
1863 il1=\233L, ind=\n, invis=\2338m, kbs=^H, kcub1=\233D,
1879 # that "vt220" is inaccurate. There are a few VT220-features, but most of the
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
1958 kich1=\E[L, knp=\E[G, kpp=\E[I, nel=\E[E, op=\E[x, rev=\E[7m,
1961 use=ansi+arrows, use=ansi+csr, use=ansi+erase,
1975 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
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),
2007 kf22=\E[h, kf23=\E[i, kf24=\E[j, kf25=\E[k, kf26=\E[l,
2013 kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, kich1=\E[L, knp=\E[G,
2016 sgr=\E[0%?%p1%t;2;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;30;1%;%?
2022 cons25|ansis|ansi80x25|FreeBSD console (25-line ANSI mode),
2023 acsc=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l
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),
2032 sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;m,
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
2055 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|FreeBSD console w/koi8-r cyrillic (mono),
2058 sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
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
2072 \214l\215m\216n\217o\220p\221q\222r\223s\224t\225u
2075 cons25l1-m|cons25-iso-m|FreeBSD console w/iso 8859-1 chars (mono),
2078 sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;m,
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 # ---------------------
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
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
2159 # Menu 2 diamonds don't work, blink ditto, light background ditto
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
2185 kf8=\E[19~, kf9=\E[20~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
2186 rmir=\E[4l, smir=\E[4h, tbc=\E[3g, use=vt220+cvis,
2189 teken-2022|teken as of 2022,
2195 sgr=\E[0%?%p1%t;2;7%;%?%p3%t;7%;%?%p5%t;30;1%;%?%p6%t;1%;m,
2197 use=ansi+arrows, use=ansi+csr, use=ansi+cup,
2202 teken-vt+fkeys|teken's xterm special keys,
2208 teken-sc+fkeys|teken's syscons special keys,
2211 kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, kich1=\E[L,
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,
2233 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
2235 bold=\E[7m, clear=\Ec, cub1=^H, cup=\E[%i%p1%2d;%p2%2dH,
2238 rmso=\E[1;0x\E[2;7x, rmul=\E[1;0x\E[2;7x,
2239 sgr0=\E[m\E[1;0x\E[2;7x, smso=\E[1;7x\E[2;0x,
2240 smul=\E[1;7x\E[2;0x, use=ansi+local1,
2247 ht=^I, il1=\E[L, ind=\n, kich1=\E[L, kll=\E[F, knp=\E[G,
2252 # listed in the iBCS2 (e.g. character-set selection) though not all
2256 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
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,
2271 ind=\n, kich1=\E[L, kll=\E[F, knp=\E[G, kpp=\E[I, nel=\r\n,
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
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
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
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
2422 # | 7 8 9 - |
2428 # | 1 | 2 | 3 | |
2435 # Note however, that the arrangement of the 5-key ka1-kc3 do not follow the
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),
2449 # function keys and the keypad 2,4,6,8 keys are labeled with arrows keys, is to
2450 # use the 5-key arrangement to model the arrow keys as suggested in the
2456 # | 7 8 9 - |
2462 # | 1 | 2 | 3 | |
2473 vt100+enq|ncurses extension for VT100-style ENQ,
2474 u8=\E[?1;2c, use=ansi+enq,
2475 vt102+enq|ncurses extension for VT102-style ENQ,
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),
2516 lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[0i, rmam=\E[?7l,
2517 rmkx=\E[?1l\E>, rs2=\E<\E>\E[?3;4;5l\E[?7;8h\E[r,
2519 %;m%?%p9%t\016%e\017%;$<2>,
2520 smam=\E[?7h, smkx=\E[?1h\E=, smso=\E[7m$<2>,
2521 use=ansi+csr, use=ansi+pp, use=decid+cpr, use=vt100+4bsd,
2528 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>,
2530 cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>,
2531 cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>,
2534 rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmso=\E[m$<2>,
2535 rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
2537 %;m%?%p9%t\016%e\017%;$<2>,
2538 sgr0=\E[m\017$<2>, smacs=^N, smso=\E[1;7m$<2>,
2539 smul=\E[4m$<2>, tbc=\E[3g, use=ansi+local,
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,
2545 bel@, flash=\E[?5h$<100/>\E[?5l, use=vt100,
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,
2565 vt100-s|vt100-s-top|vt100-top-s|VT100 for use with top sysline,
2568 clear=\E[2;1H\E[J$<50>, csr=\E[%i%i%p1%d;%p2%dr,
2570 fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8,
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,
2582 # This entry (or vt102-nsgr) is probably the right thing to use for
2585 dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h,
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),
2606 clear=\E[H\E[2J\EPpS(E)\E\\$<50>, use=vt100,
2609 # (vt131: I added <rmam>/<smam> based on the init string, also <OTbs> -- esr)
2613 bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>,
2614 clear=\E[;H\E[2J$<50/>, cr=\r, cub1=^H, cud1=\n,
2615 cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>,
2616 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
2619 kf3=\EOR, kf4=\EOS, nel=\r\n, rev=\E[7m$<2/>, ri=\EM$<5/>,
2620 rmam=\E[?7h, rmkx=\E[?1l\E>, rmso=\E[m$<2/>,
2621 rmul=\E[m$<2/>,
2622 rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
2623 sgr0=\E[m$<2/>, smam=\E[?7h, smkx=\E[?1h\E=,
2624 smso=\E[7m$<2/>, smul=\E[4m$<2/>, use=ansi+csr,
2626 # vt132 - like vt100 but slower and has ins/del line and such.
2634 dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>,
2635 ip=$<7>, rmir=\E[4h, smir=\E[4l, use=vt100,
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,
2648 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>,
2649 clear=\E[H\E[2J$<50>, cr=\r, cub1=^H,
2655 kf8=\E[20~, kf9=\E[21~, khome=\E[1~, kich1=\E[2~,
2656 rev=\E[7m$<2>, rf=/usr/share/tabset/vt100,
2657 ri=\EM$<14/>, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l,
2659 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
2661 %p9%t\E(0%e\E(B%;$<2>,
2662 sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h,
2663 smso=\E[7m, smul=\E[4m, use=ansi+arrows, use=ansi+csr,
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,
2685 kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,
2687 vt220+vtedit|editing-keypad for VT220 using DEC keyboard,
2688 kdch1=\E[3~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
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
2696 # +--------+--------+--------+
2698 # +--------+--------+--------+
2700 # +--------+--------+--------+
2703 # DECTCEM feature -TD
2704 vt220-base|DEC VT220 as emulated,
2710 enacs=\E)0, flash=\E[?5h$<200/>\E[?5l, ht=^I, hts=\EH,
2712 is2=\E[?7h\E[>\E[?1l\E F\E[?4l, kbs=^H, kcub1=\E[D,
2719 rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m,
2720 rmul=\E[24m, rs1=\E[?3l,
2722 %p9%t\E(0%e\E(B%;$<2>,
2723 sgr0=\E[m\E(B, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h,
2724 smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=ansi+csr,
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,
2738 csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=^H,
2743 flash=\233?5h$<200/>\233?5l, home=\233H, ht=^I, hts=\EH,
2745 il=\233%p1%dL, il1=\233L, ind=\ED,
2746 is2=\233?7h\233>\233?1l\E F\233?4l, kbs=^H,
2756 rmacs=\E(B, rmam=\233?7l, rmir=\2334l, rmso=\23327m,
2757 rmul=\23324m, rs1=\233?3l, sc=\E7,
2759 %?%p9%t\E(0%e\E(B%;$<2>,
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,
2778 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220,
2784 # escapes or 2> put the VT220 into VT100 mode and use all the nifty
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,
2801 home=\E[H, ht=^I, il1=\E[L, ind=\ED,
2802 is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1h\E[?5l\E[?6l\E[?7h\E[?8h\E[
2806 rf=/usr/share/tabset/vt100, ri=\EM, rmdc=, rmir=\E[4l,
2807 rmkx=\E[?1l\E>, rmso=\E[27m$<5/>, rmul=\E[24m,
2808 rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, smdc=,
2810 use=ansi+csr, use=ansi+erase, use=vt220+cvis,
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.
2820 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h,
2821 use=vt220-base,
2823 # These entries are not DEC's official ones, they were purpose-built for the
2830 # kprv is same as tab - Backtab is useless...
2833 # to SMASH the 1k-barrier...
2835 # (vt320: uncommented <fsl> --esr)
2840 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=\r,
2844 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
2849 kf9=\E[20~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, knxt=^I,
2852 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m,
2854 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
2856 %p9%t\E(0%e\E(B%;$<2>,
2859 use=ansi+apparrows, use=ansi+csr, use=ansi+enq,
2863 vt320-nam|vt300-nam|DEC VT320 7 bit terminal with no am to make SAS happy,
2865 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,
2866 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H, use=vt320,
2867 # We have to init 132-col mode, not 80-col mode.
2868 vt320-w|vt300-w|DEC VT320 wide 7 bit terminal,
2870 is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
2871 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H, use=vt320,
2872 vt320-w-nam|vt300-w-nam|DEC VT320 wide 7 bit terminal with no am,
2874 is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H,
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
2882 # the VT330 and VT340 is that the former has only 2 planes and a monochrome
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,
2903 dsl=\E[2$~\r\E[1$}\E[K\E[$},
2904 flash=\E[?5h$<200/>\E[?5l, fsl=\E[$}, home=\E[H, ht=^I,
2906 is2=\E<\E\sF\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r
2913 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
2914 rmul=\E[24m, rs1=\E[?3l,
2916 %p9%t\E(0%e\E(B%;$<2>,
2919 tsl=\E[2$~\E[1$}\E[1;%dH, use=ansi+csr, use=ansi+erase,
2924 mgc=\E[?69l, smglp=\E[?69h\E[%i%p1%ds,
2931 # VT400/420 -- This terminal is a superset of the VT320. It adds the multiple
2948 # also, added <rmam>/<smam> based on the init string -- esr)
2949 vt400|vt400-24|dec-vt400|DEC VT400 24x80 column autowrap,
2954 cub1=^H, cud1=\n, dsl=\E[2$~\r\E[1$}\E[K\E[$},
2955 ed=\E[J$<10/>, el=\E[K$<4/>, flash=\E[?5h$<200/>\E[?5l,
2957 is2=\E<\E\sF\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r
2964 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,
2965 rs1=\E<\E[?3l\E[!p\E[?7h,
2967 %p9%t\E(0%e\E(B%;$<2>,
2970 tsl=\E[2$~\E[1$}\E[1;%dH, use=ansi+csr, use=ansi+cup,
2975 # a missing <sc> -- esr)
2976 # add msgr and other capabilities from vt220 -TD
2981 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>,
2982 clear=\E[H\E[2J$<50>, cr=\r, cub1=^H, cud1=\n,
2985 enacs=\E)0, flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I,
2991 nel=\EE, rev=\E[7m$<2>, rf=/usr/share/tabset/vt300,
2992 ri=\EM, rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>,
2993 rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
2996 %p9%t\E(0%e\E(B%;$<2>,
2997 sgr0=\E[m\E(B$<2>, smacs=\E(0$<2>, smam=\E[?7h,
2999 use=ansi+csr, use=ansi+enq, use=ansi+idl, use=ansi+pp,
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
3010 # else if (key < 25) then value = key + 2;
3021 kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, kf15=\E[13;2~,
3022 kf16=\E[14;2~, kf17=\E[15;2~, kf18=\E[17;2~,
3023 kf19=\E[18;2~, kf2=\E[12~, kf20=\E[19;2~, kf21=\E[20;2~,
3024 kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, kf25=\E[23~,
3028 kf37=\E[23;2~, kf38=\E[24;2~, kf39=\E[25;2~, kf4=\E[14~,
3029 kf40=\E[26;2~, kf41=\E[28;2~, kf42=\E[29;2~,
3030 kf43=\E[31;2~, kf44=\E[32;2~, kf45=\E[33;2~,
3031 kf46=\E[34;2~, kf47=\E[35;2~, kf48=\E[36;2~, kf5=\E[15~,
3035 %t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+
3044 rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@,
3045 sgr0=\E[m, smsc=\E[?1;2r\E[34h, use=vt420pc,
3047 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys,
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
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'
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)
3115 is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H,
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),
3119 is2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H,
3120 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H, use=z340,
3122 # expect-5.44.1.15/example/tkterm
3123 # a minimal subset of a VT100 (compare with "news-unk).
3130 kf9=\EOX, rmkx=\E[?1l\E>, rmso=\E[m, smkx=\E[?1h\E,
3137 # nsterm*|Apple_Terminal - AppKit Terminal.app
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"
3176 # seems to be somewhere between "vt102", "ncsa" and "xterm-color".
3182 # "nsterm". Note that the statusline (-s) versions use the window
3189 # status line. Please note that non-ASCII characters don't work right
3201 # and used as the basis for the Terminal.app in NeXTSTEP 2+,
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
3217 # have been fixed in Mac OS X version 10.5 (Terminal.app v240.2+).
3223 # Terminal.app reporting "xterm-color" as $TERM rather than "vt100" as
3230 # [1] "Three Scotts and a Duane" by Simson L. Garfinkel
3233 # [2] NeXTSTEP entry from Wikipedia, the free encyclopedia
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
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
3319 # if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
3324 # TERM="nsterm-old"
3326 # TERM="nsterm-c-7"
3335 # setenv TERM "nsterm-old"
3337 # setenv TERM "nsterm-c-7"
3346 bel=^G, cr=\r, cub1=^H, cud1=\n, dim=\E[2m, el1=\E[1K, ht=^I,
3348 kcuu1=\EOA, kent=\EOM, ri=\EM, rmam=\E[?7l, rmkx=\E[?1l\E>,
3349 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
3351 %p5%t;2%;%?%p7%t;8%;m,
3353 use=ansi+csr, use=ansi+cup, use=ansi+erase, use=ansi+idl,
3357 nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset,
3359 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
3362 nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset,
3363 acsc=+\335\,\334-\366.\3770#`\327a:f\241g\261h#i
3367 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
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),
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,
3460 flash=\E[?5h$<200/>\E[?5l, hpa=\E[%i%p1%dG,
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
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
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
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
3618 # reports primary DA as VT100 with AVO: \E[?1;2c
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
3639 flash=\E[?5h$<200/>\E[?5l, hpa=\E[%i%p1%dG,
3640 kLFT=\E[1;2D, kRIT=\E[1;2C, kbs=^?, kcbt=\E[Z, kdch1=\E[3~,
3644 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
3649 kHOM5=\E[1;5H, use=ansi+apparrows, use=ansi+csr,
3652 use=vt100+pfkeys, use=xterm+alt47, use=xterm+sl-twm,
3664 # reports primary DA as VT100 with AVO: \E[?1;2c
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:
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@,
3690 kb2@, kc1@, kc3@, kent@, kf13=\E[1;2P, kf14=\E[1;2Q,
3691 kf15=\E[1;2R, kf16=\E[1;2S, kf17=\E[15;2~, kf18=\E[17;2~,
3692 kf19=\E[18;2~, kf20=\E[19;2~, kf21=\E[20;2~,
3693 kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~,
3694 kind=\E[1;2B, kri=\E[1;2A, nel=\EE, op=\E[39;49m,
3696 rs2=\E[!p\E[?3;4l\E[4l\E>\E[?1000l,
3698 %p5%t;2%;m%?%p9%t\016%e\017%;,
3711 # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
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
3725 # other AppKit-supported windowing systems,) see the "nsterm"
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
3758 # (-m) entries,] but removing the (msgr) capability seemed to help.
3760 # The "standout" chosen was simple reverse-video, although a colorful
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.
3810 dsl=\E]2;\007, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ind=\n,
3812 rev=\E[7m, ri=\EM, rmam=\E[?7l, rmkx=\E[?1l\E>,
3813 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
3816 use=ansi+csr, use=ansi+erase, use=ansi+local,
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
4003 # DA1 \E[?62;1;2;6;7;8;9c (vt220 with DRCS and NRCS)
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.
4017 # REP has 11 +'s except for final 2 +'s, like PuTTY.
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,
4043 use=xterm+keypad, use=xterm+pcfkeys, use=xterm-basic,
4052 # Double-size characters
4061 # DA1: \E[?62;1;2;6;7;8;9;15;22c (VT200 with DRCS, UDK, NRCS)
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
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…
4124 # in 2017 (0.70) -TD
4145 # those used for xterm -TD
4149 …tackoverflow.com/questions/24613237/terminal-retains-bg-color-after-closing-vim-using-color-scheme…
4163 flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
4167 is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,
4170 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
4172 rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,
4178 use=ansi+apparrows, use=ansi+csr, use=ansi+erase,
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,
4197 vt100-putty|Reset PuTTY to pure VT100,
4198 rs2=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p,
4200 putty-256color|PuTTY 0.58 with xterm 256-colors,
4202 putty-noapp|putty with cursor keys in normal mode,
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,
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,
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,
4267 kf26=\E[l, kf27=\E[m, kf28=\E[n, kf29=\E[o, kf3=\E[O,
4273 kich1=\E[L, knp=\E[G, kpp=\E[I,
4280 # larger than rxvt (31ksloc) and slightly smaller than rxvt-unicode (42ksloc).
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,
4312 rsupm=\E[75m, smm@, smpch=\E[11m, sshm=\E[1:2m,
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
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
4383 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
4388 flash=\E[?5h$<200/>\E[?5l, hpa=\E[%i%p1%dG, kf1=\E[11~,
4399 # Version 4.59 has regular VT100 line-drawing (so it is no longer necessary
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.
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
4461 ms-vt100|MS telnet imitating DEC VT100,
4463 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
4464 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
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
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+,
4528 civis=\E[?h, cnorm=\E[?l, rmso=\E[27m, rmul=\E[24m,
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
4559 invis@, is1=\E[!p, kf13=\E[11;2~, kf14=\E[12;2~,
4560 kf15=\E[13;2~, kf16=\E[14;2~, kf17=\E[15;2~,
4561 kf18=\E[17;2~, kf19=\E[18;2~, kf20=\E[19;2~,
4562 kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[24;2~,
4563 kf24=\E[25;2~, kf25=\E[11;3~, kf26=\E[12;3~,
4580 use=ansi+csr, use=ansi+cup, use=ansi+erase, use=ansi+idc,
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
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.
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
4761 # X10/6.6 11/7/86, minus alternate screen, plus (csr)
4764 # as these seem not to work -- esr)
4765 x10term|vs100-x10|xterm terminal emulator (X10 window system),
4768 bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr,
4771 home=\E[H, ht=^I, ind=\n, is2=\E\E[m\E[?7h\E[?1;4l, kbs=^H,
4773 kf2=\EOQ, kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmam=\E[?7l,
4774 rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
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,
4791 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
4797 kil1=\E[30~, kmous=\E[M, rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>,
4799 rs2=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H,
4804 use=ansi+csr, use=ansi+idc, use=ansi+idl, use=ansi+local,
4809 # added khome/kend, hts based on the R6 xterm code - TD
4812 xterm-r6|xterm X11R6 version,
4816 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
4820 is2=\E[m\E[?7h\E[4l\E>\E7\E[r\E[?1;3;4;6l\E8,
4827 rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmkx=\E[?1l\E>,
4828 rs2=\E[m\E[?7h\E[4l\E>\E7\E[r\E[?1;3;4;6l\E8,
4830 use=xterm+alt47, use=ansi+csr, use=ansi+idl,
4834 xterm-old|antique xterm version,
4835 use=xterm-r6,
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),
4851 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
4853 el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l,
4855 is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>,
4862 meml=\El, memu=\Em, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l,
4863 rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=^O,
4864 rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>,
4873 use=ansi+apparrows, use=ansi+csr, use=ansi+idc,
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,
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),
4890 is2=\E[!p\E[?3;4l\E[4l\E>, kdch1=\E[3~, kfnd@, kslt@,
4891 rmcup=\E[?1047l\E[?1048l, rs1=\Ec,
4892 rs2=\E[!p\E[?3;4l\E[4l\E>,
4896 use=xterm-xf86-v33,
4899 xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System),
4901 kDC=\E[3;5~, kEND=\EO5F, kHOM=\EO5H, kIC=\E[2;5~,
4904 kf15=\EO2R, kf16=\EO2S, kf17=\E[15;2~, kf18=\E[17;2~,
4905 kf19=\E[18;2~, kf20=\E[19;2~, kf21=\E[20;2~,
4906 kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P,
4916 use=xterm+alt1049, use=xterm-xf86-v333,
4919 xterm-xf86-v43|xterm terminal emulator (XFree86 4.3 Window System),
4920 kDC=\E[3;2~, kEND=\E[1;2F, kHOM=\E[1;2H, kIC=\E[2;2~,
4921 kLFT=\E[1;2D, kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\E[1;2C,
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,
4931 civis=\E[?25l, cnorm=\E[?25h,
4932 vt220+cvis8|8-bit DECTCEM VT220 cursor-visibility,
4933 civis=\233?25l, cnorm=\233?25h,
4935 att610+cvis0|AT&T 610 cursor-visibility,
4936 civis=\E[?25l, cnorm=\E[?12l\E[?25h,
4937 att610+cvis|AT&T 610 cursor-visibility with blink,
4938 civis=\E[?25l, cnorm=\E[?12l\E[?25h, cvvis=\E[?12;25h,
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,
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 # ---------------------------------
4985 # 2 Shift
4992 # ---------------------------------
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,
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
5048 # cursor-key as a repeat count.
5055 # modifyCursorKeys resource. These fragments list the modified cursor-keys
5063 # * modify xterm-new terminfo entry to use capabilities for shifted
5070 kLFT=\E[>1;2D, kRIT=\E[>1;2C, kind=\E[>1;2B,
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,
5080 xterm+pcc2|fragment with modifyCursorKeys:2,
5081 kLFT=\E[1;2D, kRIT=\E[1;2C, kind=\E[1;2B, kri=\E[1;2A,
5082 kDN=\E[1;2B, kDN3=\E[1;3B, kDN4=\E[1;4B, kDN5=\E[1;5B,
5086 kRIT6=\E[1;6C, kRIT7=\E[1;7C, kUP=\E[1;2A, kUP3=\E[1;3A,
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,
5110 kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, kf2=\EOQ,
5111 kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~,
5112 kf23=\E[23;2~, kf24=\E[24;2~, kf25=\EO5P, kf26=\EO5Q,
5126 xterm+pcf2|fragment with modifyFunctionKeys:2,
5127 kf1=\EOP, kf13=\E[1;2P, kf14=\E[1;2Q, kf15=\E[1;2R,
5128 kf16=\E[1;2S, kf17=\E[15;2~, kf18=\E[17;2~,
5129 kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, kf21=\E[20;2~,
5130 kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~,
5146 xterm+pce2|fragment with modifyCursorKeys:2 editing-keys,
5147 kDC=\E[3;2~, kEND=\E[1;2F, kHOM=\E[1;2H, kIC=\E[2;2~,
5148 kNXT=\E[6;2~, kPRV=\E[5;2~, kDC3=\E[3;3~, kDC4=\E[3;4~,
5153 kIC3=\E[2;3~, kIC4=\E[2;4~, kIC5=\E[2;5~, kIC6=\E[2;6~,
5154 kIC7=\E[2;7~, kNXT3=\E[6;3~, kNXT4=\E[6;4~,
5159 xterm+edit|fragment for 6-key editing-keypad,
5162 xterm+decedit|fragment for vt220 6-key editing-keypad,
5163 kdch1=\E[3~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
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,
5178 rmcup=\E[2J\E[?47l\E8, smcup=\E7\E[?47h,
5181 rmcup=\E[?1049l, smcup=\E[?1049h,
5187 rmcup=\E[?1049l\E[23;0;0t, smcup=\E[?1049h\E[22;0;0t,
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 | / | * | - |
5210 # | 1 | 2 | 3 | |
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
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
5236 xterm+r6f2|xterm with oldFunctionKeys and modifyFunctionKeys:2,
5237 kf1=\E[11~, kf13=\E[11;2~, kf14=\E[12;2~, kf15=\E[13;2~,
5238 kf16=\E[14;2~, kf2=\E[12~, kf25=\E[11;5~, kf26=\E[12;5~,
5245 xterm+acs|ISO-2022 alternate character-switching for xterm,
5250 xterm-basic|modern xterm terminal emulator - common,
5253 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
5255 dim=\E[2m, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
5256 flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
5257 ich=\E[%p1%d@, ind=\n, is2=\E[!p\E[?3;4l\E[4l\E>,
5259 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
5260 rmul=\E[24m, rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>,
5266 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;
5269 vpa=\E[%i%p1%dd, E3=\E[3J, use=ansi+csr, use=ansi+enq,
5277 rmm=\E[?1034l, smm=\E[?1034h,
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
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,
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,
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),
5382 setab=\E[%?%p1%{8}%<%t4%p1%d%e48:2:%p1%{65536}%/%d:%p1%{256}
5384 setaf=\E[%?%p1%{8}%<%t3%p1%d%e38:2:%p1%{65536}%/%d:%p1%{256}
5387 xterm-direct2|xterm with direct-color indexing (old),
5393 xterm+direct|xterm with direct-color indexing (building-block),
5397 setab=\E[%?%p1%{8}%<%t4%p1%d%e48:2::%p1%{65536}%/%d:%p1
5399 setaf=\E[%?%p1%{8}%<%t3%p1%d%e38:2::%p1%{65536}%/%d:%p1
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),
5419 setab=\E[%?%p1%{8}%<%t4%p1%d%e48;2;%p1%{65536}%/%d;%p1%{256}
5421 setaf=\E[%?%p1%{8}%<%t3%p1%d%e38;2;%p1%{65536}%/%d;%p1%{256}
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
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),
5462 :2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&
5465 2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d
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%?
5475 %p1%{256}%<%t48;5;%p1%d%e48:2::%p1%{65536}%/%d:%p1
5477 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e%?
5478 %p1%{256}%<%t38;5;%p1%d%e38:2::%p1%{65536}%/%d:%p1
5482 xterm-direct256|xterm with direct-colors and 256 indexed colors,
5498 # p2 = the base64-encoded clipboard content.
5502 # Se resets the cursor style to the terminal power-on default.
5505 xterm+tmux|advanced xterm features used in tmux (cursor style 2),
5507 Ms=\E]52;%p1%s;%p2%s\007, Se=\E[2 q, Ss=\E[%p1%d q,
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),
5525 civis=\233?25l, clear=\233H\2332J,
5526 cnorm=\233?25l\233?25h, cr=\r, csr=\233%i%p1%d;%p2%dr,
5532 flash=\233?5h$<100/>\233?5l, home=\233H,
5534 il=\233%p1%dL, il1=\233L, ind=\n, invis=\2338m,
5535 is2=\E[62"p\E\sG\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r
5548 ri=\215, rmam=\233?7l, rmcup=\233?1049l, rmir=\2334l,
5549 rmkx=\233?1l\E>, rmso=\23327m, rmul=\23324m, rs1=\Ec,
5550 rs2=\E[62"p\E\sG\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r
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
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,
5592 kf25=\E[k, kf26=\E[l, kf27=\E[m, kf28=\E[n, kf29=\E[o,
5598 kich1=\E[L, kmous=\E[>M, knp=\E[G, kpp=\E[I,
5601 # The xterm-new description has all of the features, but is not completely
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,
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
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
5669 # 6 used a split-up escape sequence, e.g., the same approach.
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),
5678 dsl=\E]2;\007, fsl=^G, tsl=\E]2;, TS=\E]2;,
5679 xterm+sl-alt|alternate access X title line,
5681 dsl=\E]2;\E\\, fsl=\E\\, tsl=\E]2;, TS=\E]2;,
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
5711 dsl=\E[0$~, fsl=\E[0$}, tsl=\E[2$~\E[1$}\E[%i%p1%d`,
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
5738 BD=\E[?2004l, BE=\E[?2004h, PE=\E[201~, PS=\E[200~,
5740 # https://invisible-island.net/xterm/xterm.log.html#xterm_354
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.
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
5809 # source-directory to xc/doc/specs/xterm, polishing the formatting but adding
5814 xterm-x11mouse|X11 mouse,
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.
5839 # xterm patch #224 (2007/2/11) added private mode 1004, for enabling/disabling
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",
5861 fd=\E[?1004l, fe=\E[?1004h, kxIN=\E[I, kxOUT=\E[O,
5867 # dropping support for the X11 mouse protocol's shift-modifier and using
5869 # xterm patch #126 (2000/2/8) amended that change to avoid conflicting with
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,
5883 # SGR-style parameters.
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
5917 rmacs=\E(B, rmam=\E[?7l,
5921 use=xterm-r6, use=ecma+color,
5922 kterm-color|kterm-co|kterm with ANSI colors,
5929 # because they illustrate SVr4 curses mouse controls - T.Dickey
5934 bel=^G, blink@, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cud1=\n,
5941 rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
5942 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
5946 tbc=\E[3g, use=ansi+apparrows, use=ansi+csr,
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
5984 is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H,
5986 rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sgr@,
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.
5999 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
6002 ich=\E[%p1%d@, ind=\n, is1=\E[r\E[m\E[?7h\E[?4;6l\E[4l,
6006 khome=\E[7~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~,
6007 rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l,
6008 rmcup=\E>\E[?41;1r, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
6009 rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<,
6014 smul=\E[4m, use=ansi+apparrows, use=ansi+csr,
6018 # The IRAF source has a terminfo using "xterm-r5", but line-drawing does not
6024 # https://invisible-island.net/xterm/xterm.faq.html#bug_xterm_r6
6027 # not bce). It interchanges mouse buttons 2/3 for menus.
6030 # - vi-button and dired-button,
6031 # - i18n stuff like X11R6.
6032 # - colorBD, colorUL
6033 # - scrollBarRight
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,
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,
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,
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,
6113 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmam=\E[?7l,
6117 use=linux+kbs, use=xterm-color,
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,
6134 ech=\E[%p1%dX, flash=\E[?5h$<100/>\E[?5l, kcbt=\E^I,
6135 op=\E[39;49m, use=gnome-rh72,
6140 gnome-rh90|GNOME Terminal in RedHat 9,
6144 use=xterm+pcfkeys, use=gnome-rh80,
6146 # GNOME Terminal 2.14.2 (Fedora Core 5)
6147 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
6148 gnome-fc5|GNOME Terminal in Fedora Core 5,
6150 rs2=\E7\E[r\E8\E[m\E[?7h\E[!p\E[?1;3;4;6l\E[4l\E>\E[?1000l
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
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,
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,
6187 dim=\E[2m, flash@, invis=\E[8m, rmso=\E[27m, rmul=\E[24m,
6188 sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p5%t;2%;%?%p7%t;8%;%?%p1%p3
6190 use=ecma+italics, use=vte-2008,
6191 # Version 3.6.1 sets TERM to xterm-256color (still hardcoded), which has
6193 gnome-2012|GNOME Terminal 3.6.0,
6194 use=vte-2012,
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
6213 kf13=\EO1;2P, kf14=\EO1;2Q, kf15=\EO1;2R, kf16=\EO1;2S,
6222 # deprecated - use "vte" for newer versions
6224 use=vte-2012,
6225 gnome-256color|GNOME Terminal with xterm 256-colors,
6232 # ability to read definitions of special keys (function-, editing-, cursor).
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
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,
6266 sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;
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
6306 # the numeric keypad escapes are missing -TD
6314 use=xterm+pcfkeys, use=xterm-basic,
6316 hterm-256color|Chromium hterm with xterm 256-colors,
6324 # this program. It uses "vte3-ng" (a conflicting package), which is here:
6325 # https://github.com/thestinger/vte-ng
6327 # 0.48.2, and is noted as such in Arch:
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
6339 termite|VTE-based terminal,
6342 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
6344 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
6346 el1=\E[1K, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
6348 is2=\E[!p\E[?3;4l\E[4l\E>, kb2=\EOE, kbs=^?, kcbt=\E[Z,
6350 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,
6351 rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>,
6355 smso=\E[7m, smul=\E[4m, vpa=\E[%i%p1%dd, use=ansi+csr,
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'.
6387 # that is documented - except of course in its source code - apparently
6388 # because its implementors are unaccustomed to reading documentation - as
6393 # sends PC-style escapes rather than VT100.
6399 # mildly-broken VT102.
6401 # Update for konsole 1.3.2:
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),
6434 ech=\E[%p1%dX, flash=\E[?5h$<100/>\E[?5l,
6438 rmam=\E[?7l, rmso=\E[27m, rmul=\E[24m, rs1=\Ec,
6439 rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,
6441 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
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
6456 # cursor-keys and the VT100 cursor-keys with application versus normal modes.
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
6483 # first 4 function keys are used in xterm to support the VT100 PF1-PF4 keypad
6486 # kf14: '\E[1;2Q', '\EO2Q'.
6488 # In effect, a quarter of konsole's function-keys are different from xterm.
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,
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,
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,
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.
6592 # Tested mlterm 3.2.2 (2014/03/22):
6595 # with ncurses, tack and vttest -TD
6598 blink=\E[5m, flash=\E[?5h$<100/>\E[?5l, invis=\E[8m,
6599 is2=\E[!p\E[?3;4l\E>, rs2=\E[!p\E[?3;4l\E>,
6609 # This is mlterm 2.9.3's mlterm.ti, with some additions/corrections -TD
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
6620 # shift kf1 to kf12 \E[11;2~ to \E[24;2~
6628 mlterm2|multi lingual terminal emulator 2.x,
6632 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
6636 is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^?,
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,
6639 ri=\EM, rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l,
6640 rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\Ec,
6641 rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l,
6646 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, u8=\E[?1;2c,
6647 vpa=\E[%i%p1%dd, use=ansi+apparrows, use=ansi+csr,
6656 mlterm+pcfkeys|mlterm fragment for PC-style fkeys,
6657 kLFT=\EO1;2D, kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\EO1;2C,
6658 kDN=\EO1;2B, kDN3=\EO1;3B, kDN4=\EO1;4B, kDN5=\EO1;5B,
6659 kDN6=\EO1;6B, kDN7=\EO1;7B, kIC5=\E[2;5~, kIC6=\E[2;6~,
6664 kRIT6=\EO1;6C, kRIT7=\EO1;7C, kUP=\EO1;2A, kUP3=\EO1;3A,
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),
6694 blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cub1=^H, cud1=\n,
6696 flash=\E[?5h$<100/>\E[?5l, ich=\E[%p1%d@,
6697 is1=\E[?47l\E=\E[?1l,
6698 is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l,
6699 kcbt=\E[Z, kmous=\E[M, rev=\E[7m, ri=\EM, rmir=\E[4l,
6701 rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
6702 rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?
6708 smul=\E[4m, use=ansi+csr, use=ansi+idl, use=ansi+local,
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.
6726 # Insert ESC [ 2 ~ paste ESC [ 2 ^ ESC [ 2 @
6729 # Prior ESC [ 5 ~ scroll-up ESC [ 5 ^ ESC [ 5 @
6730 # Next ESC [ 6 ~ scroll-down ESC [ 6 ^ ESC [ 6 @
6767 # XK_KP_Separator , ESC O l
6768 # XK_KP_Subtract - ESC O m
6773 # XK_KP_2 2 ESC O r
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
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,
6793 kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
6804 kHOM5=\E[7\^, kHOM6=\E[7@, kIC5=\E[2\^, kIC6=\E[2@,
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
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
6848 # rxvt had usable color support with 2.16 (April 2, 1996), with some help by my
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
6870 \277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w
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
6875 \277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w
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
6897 # double-sized characters.
6907 kEND=\E[8;2~, kHOM=\E[7;2~, kcub1=\E[D, kcud1=\E[B,
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),
6932 blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cub1=^H,
6935 hpa=\E[%i%p1%dG, ich=\E[%p1%d@, is1=\E[?47l\E>\E[?1l,
6936 is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@,
6939 mc5=\E[5i, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmir=\E[4l, rmkx=,
6941 rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
6942 rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?
6947 smul=\E[4m, vpa=\E[%i%p1%dd, use=ansi+csr, use=ansi+idl,
6952 Eterm-256color|Eterm with xterm 256-colors,
6955 Eterm-88color|Eterm with 88 colors,
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),
6979 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0,
6987 pfkey=\E&f%p1%dk%p2%l%dL%p2%s,
6988 pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s,
6989 pfx=\E&f2a%p1%dk%p2%l%dL%p2%s,
6990 pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET,
6993 sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+
6997 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=hp+arrows,
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…
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),
7023 colors#8, cols#80, it#8, lh#2, lines#24, lm#0, lw#8, nlab#8,
7025 acsc=+>\,<-\^.v0\374``a\374f\372g\376h\374j+k+l+m+n+o-q-s-t+
7041 op=\E&v0S, pfkey=\E&f%p1%dk%p2%l%dL%p2%s,
7042 pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s,
7043 pfx=\E&f2a%p1%dk%p2%l%dL%p2%s,
7044 pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET,
7048 sgr=\E&d%p1%p3%|%{2}%*%p2%p6%|%{4}%*%+%p5%{8}%*%+%{64}%+%c%?
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),
7095 blink=\E[0;5m, bold=\E[0;1m, clear=\E[2J\E[H, cr=\r,
7100 if=/usr/share/tabset/vt300, il=\E[%p1%dL, il1=\E[1L,
7101 ind=\ED, is2=\E>\E[?1l\E[?3l\E[4l\E[?7h, kbs=^H,
7111 rs2=\E[4l\E[34l\E[?1l\E[?3l\E[?5l\E[?7h,
7113 2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
7114 sgr0=\E[m\017, smacs=^N, smcup=\E[?1l\E=, smkx=\E=,
7115 smso=\E[0;7m, smul=\E[0;4m, tbc=\E[3g, use=ansi+csr,
7123 # This is adapted from a FreeBSD bug-report by Daniel Rudy <dcrudy@pacbell.net>
7132 blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cub1=^H, cud1=\n,
7136 rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
7137 rs2=\E>\E[1;3;4;5;6l\E[?7h\E[100m\E[m\E[r\E[2J\E[H,
7142 use=ansi+csr, use=ansi+idl, use=ansi+local,
7150 # "mterm -type ansi" sets $TERM to "ansi"
7151 mterm-ansi|ANSI emulation,
7156 dim=\E[2m, ech=\E[%p1%dX, home=\E[H, hpa=\E[%i%p1%d`,
7160 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
7166 mterm|mouse-sun|Der Mouse term,
7169 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=^N, cuf1=^S,
7173 # "mterm -type decansi" sets $TERM to "decansi"
7175 # note: kdch1, kfnd, kslt are in the source code, but do not work -TD
7181 dim=\E[2m, ech=\E[%p1%dX, enacs=\E(B\E)0, home=\E[H,
7189 op=\E[0m, ri=\E[T, rmacs=^O, rmam=\E[?7l, rmkx=\E[?1l\E>,
7193 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
7195 vpa=\E[%i%p1%dd, use=ansi+cpr, use=ansi+csr,
7203 # VWM 2.0.2 (2009-05-01)
7205 # This version is obsolete, replaced by libvterm in 2.1.0 (2009-10-23).
7211 cvvis=\E[?25h, dim=\E[2m, home=\E[H, il1=\E[L, ind=\n,
7217 rmam=\E[?7l, rs1=\E[H\E[J\E[m\Ec, setab=\E[4%p1%dm,
7220 %t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
7227 # MGR is a Bell Labs window system lighter-weight than X.
7228 # These entries describe MGR's xterm-equivalent.
7234 bel=^G, bold=\E2n, civis=\E9h, clear=^L, cnorm=\Eh, cr=\r,
7235 csr=\E%p1%d;%p2%dt, cub1=^H, cud1=\Ef, cuf1=\Er,
7238 dl1=\Ed$<3>, ed=\EC, el=\Ec, hd=\E1;2f, ht=^I, hu=\E1;2u,
7244 mgr-sun|Mgr window with Sun keyboard,
7252 mgr-linux|Mgr window with Linux keyboard,
7263 use=st-0.8,
7265 # Reviewed 0.8.2:
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,
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,
7300 use=st-0.6, use=xterm+256color,
7302 # st-0.4.1
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
7335 clear=\E[H\E[2J, cub1=^H, cud1=\n, cup=\E[%i%p1%d;%p2%dH,
7336 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,
7338 flash=\E[?5h$<100/>\E[?5l, hpa=\E[%i%p1%dG,
7339 ich=\E[%p1%d@, is2=\E[4l\E>\E[?1034l, kDC=\E[3;2~,
7340 kEND=\E[1;2F, kHOM=\E[1;2H, kIC=\E[2;2~, kLFT=\E[1;2D,
7341 kNXT=\E[6;2~, kPRV=\E[5;2~, kRIT=\E[1;2C, ka1=\E[1~,
7343 kclr=\E[3;5~, kdl1=\E[3;2~, ked=\E[1;5F, kel=\E[1;2F,
7344 khome=\E[1~, kil1=\E[2;5~, kind=\E[1;2B, kmous=\E[M,
7345 kri=\E[1;2A, krmir=\E[2;2~, mc0=\E[i, mc4=\E[4i, mc5=\E[5i,
7346 op=\E[39;49m, ri=\EM, rmacs=\E(B, rmir=\E[4l,
7347 rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\Ec,
7348 rs2=\E[4l\E>\E[?1034l, setab=\E[4%p1%dm,
7355 %t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m,
7356 smacs=\E(0, smir=\E[4h, smkx=\E[?1h\E=, u8=\E[?1;2c,
7357 vpa=\E[%i%p1%dd, Se=\E[2 q, Ss=\E[%p1%d q,
7358 use=ansi+apparrows, use=ansi+csr, use=ansi+enq,
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,
7387 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H,
7400 use=ansi+csr, use=ansi+idl, use=vt220+cvis,
7403 st-16color|stterm-16color|simpleterm with 16-colors,
7405 # Tested with st 0.8.2
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)
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:
7447 # Checked with xterm's scripts, found that the 256-color palette is fixed.
7457 # developer-provided ".deb" does not work. However, a usable Windows ".msi"
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
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
7492 bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
7494 dim=\E[2m, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0,
7496 is1=\E[?47l\E=\E[?1l,
7497 is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^?,
7502 ri=\EM, rmacs=\E(B, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
7503 rs1=\Ec, rs2=\E[!p\E[?3;4l\E[4l\E>, s0ds=\E(B, s1ds=\E(0,
7504 sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p5%t;2%;%?%p1%p3%|%t;7
7508 use=ansi+csr, use=ansi+enq, use=ansi+idl, use=ansi+local,
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
7520 # both -TD
7526 # tack -
7534 # tack function-keys (a subset of xterm+pcf0), and
7535 # tack cursor-keys (a subset of xterm+pce2):
7537 # 2 shift
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),
7565 blink@, ed@, el@, el1@, invis=\E[8m, kLFT=\E[1;2D,
7566 kRIT=\E[1;2C, kind=\E[1;2B, kri=\E[1;2A,
7568 %;m%?%p9%t\016%e\017%;$<2>,
7570 kDC5=\E[3;5~, kDC6=\E[3;6~, kDC7=\E[3;7~, kDN=\E[1;2B,
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),
7594 dim=\E[2m, flash=\E[?5h$<100/>\E[?5l, kend=\E[OF,
7596 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;
7597 %?%p1%p3%|%t;7%;%?%p7%t;8%;m$<2>,
7601 use=terminology-0.6.1,
7605 # tack -
7607 # italics and crossed-out text work
7609 # vttest -
7617 terminology-1.8.1|EFL-based terminal emulator (1.8.1),
7623 use=vt220+cvis, use=ecma+italics, use=xterm-basic,
7626 terminology|EFL-based terminal emulator,
7627 use=terminology-1.8.1,
7640 # Packaged in Arch Linux -
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
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,
7719 # http://lists.gnu.org/archive/html/bug-ncurses/2018-09/msg00005.html
7722 # Version 0.21.2 (June 28, 2021)
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
7827 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
7829 dim=\E[2m, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
7830 flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
7831 ich=\E[%p1%d@, ind=\n, kBEG=\E[1;2E, kbeg=\EOE, kbs=^?,
7833 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l, rmso=\E[27m,
7835 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;
7839 Smulx=\E[4:%p1%dm, use=ansi+csr, use=ansi+enq,
7842 use=ecma+index, use=xterm+pcfkeys, use=xterm+sl-twm,
7848 setal=\E[58:2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1
7855 # Version 1.8.2
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
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,
7889 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n, dim=\E[2m,
7891 flash=\E]555\E\\, ind=\n, is2=\E[!p\E[4l\E>, kbs=^?,
7893 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m,
7894 rs1=\Ec, rs2=\E[!p\E[4l\E>,
7895 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;
7898 use=att610+cvis, use=ansi+csr, use=ansi+cup,
7904 use=xterm+sl-alt, use=bracketed+paste,
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,
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
8021 cvvis@, rmkx=\E[?1l, rmm@, smkx=\E[?1h, smm@,
8022 use=xterm-256color,
8025 # https://github.com/contour-terminal/contour
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,
8080 bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
8081 dim=\E[2m, dsl=\E[$~, ech=\E[%p1%dX, el1=\E[1K,
8082 flash=\E[?5h$<100/>\E[?5l, fsl=\E[$}, hpa=\E[%i%p1%dG,
8086 rin=\E[%p1%dT, rmam=\E[?7l, rmkx=\E[?1l, rmso=\E[27m,
8091 smul=\E[4m, tsl=\E[2$~\E[1$}\E[H\E[2J, vpa=\E[%i%p1%dd,
8094 use=ansi+apparrows, use=ansi+cup, use=ansi+csr,
8101 contour-direct|Contour terminal with direct colors,
8117 # (vremote: removed obsolete ":nl@:" -- esr)
8129 # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el
8135 bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
8138 rev=\E[7m, rmir=\E[4l, rmso=\E[m, rmul=\E[m, sgr0=\E[m,
8144 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
8152 sgr0=\E[m, use=ansi+apparrows, use=ansi+csr,
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
8204 # capabilities. That, and color-decoding are hardcoded in screen; its behavior
8214 # --- ---------
8216 # 2 dim
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
8252 blink=\E[5m, bold=\E[1m, civis=\E[?25l,
8254 cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, cvvis=\E[34l,
8255 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, el1=\E[1K, flash=\Eg,
8261 rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m,
8262 rs2=\Ec\E[?1000l\E[?25h,
8264 5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;,
8267 use=ansi+apparrows, use=ansi+csr, use=ansi+erase,
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,
8342 # no such entry exists, screen tries "screen" (or "screen-w"
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
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,
8381 %t;7%;%?%p4%t;5%;%?%p5%t;2%;m,
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
8400 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
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,
8471 screen2|VT 100/ANSI X3.64 virtual terminal (old 2.x),
8473 clear=\E[2J\E[H, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
8481 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
8490 ri=\EM, rmir=\E[4l, rmkx=\E>, rmso=\E[23m, rmul=\E[24m,
8492 smul=\E[4m, use=ansi+csr, use=ansi+erase, use=ansi+idl,
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
8497 # release is 4.6.2 (October 2017).
8499 use=ecma+index, use=screen-base,
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
8516 %p5%t;2%;m%?%p9%t\016%e\017%;,
8518 use=screen-base,
8528 # various entries such as screen.xterm-new provide a way to more closely
8533 %p5%t;2%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
8540 tmux-256color|tmux with 256 colors,
8543 tmux-direct|tmux with direct-color indexing,
8548 # mosh 1.3.2
8551 # "xterm-256color" (hard-coded), which in its pretense that it is xterm, is
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.
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.
8602 # + Do not set XT: dvtm knows about OSC 0 and 2, but not 1.
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
8617 blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cub1=^H, cud1=\n,
8620 is1=\E[?47l\E=\E[?1l,
8621 is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l,
8622 kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
8632 ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
8633 rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
8634 rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?
8640 vpa=\E[%i%p1%dd, use=ansi+arrows, use=ansi+csr,
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,
8691 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=\r,
8694 flash=\E[?5h$<100/>\E[?5l, home=\E[H, ht=^I, hts=\EH,
8697 is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>,
8702 khome=\E[2~, knp=\E[6~, kpp=\E[3~, mc4=\E[4i, mc5=\E[5i,
8704 rmam=\E[?7l, rmcup=\E[2J\E8, rmir=\E[4l, rmso=\E[27m,
8706 rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>,
8711 use=ansi+arrows, use=ansi+csr, use=ansi+idl,
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
8745 ind=\n, kbs=^H, kcub1=^H, kcud1=\n, knp=^L, kpp=^K, nel=\Em~\s,
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,
8779 use=elks-vt52,
8785 cols#61, it#8, lines#20, use=elks-vt52,
8797 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
8799 el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, nel=\r\n,
8810 bel=^G, clear=^L, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
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,
8823 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
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
8861 # If you are using an SS5, change the sun definition to use sun-ss5.
8863 use=sun-il,
8867 dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l,
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,
8887 dsl=^L, fsl=\E[K, tsl=\r, use=sun,
8888 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character,
8890 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history,
8892 rmcup=\E[>4h, smcup=\E[>4l, use=sun,
8893 sun-type4|Sun Workstation console with type 4 keyboard,
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
8915 # dim=\E[2m
8917 # It supports bold, but not underline -TD (2009-09-19)
8918 sun-color|Sun Microsystems Workstation console with color support (IA systems),
8932 # :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
8935 # <flash> from BRL -- esr)
8956 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
8957 psterm|psterm-basic|NeWS psterm-80x34,
8960 blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;,
8968 psterm-96x48|NeWS psterm 96x48,
8970 psterm-90x28|NeWS psterm 90x28,
8972 psterm-80x24|NeWS psterm 80x24,
8976 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
8977 psterm-fast|NeWS psterm fast version (flaky ctrl chars),
8980 blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;,
8997 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
9000 rmso=\E[4;1m, sgr0=\E[m, smso=\E[4;2m,
9010 # (news-unk: this had :KB=news: -- esr)
9011 news-unk|Sony NEWS VT100 emulator common entry,
9014 OTnl=\n, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J,
9018 is2=\E[?7h\E[?1h\E[?3l\E7\E8, kbs=^H, kcub1=\EOD,
9021 kf8=\EOW, kf9=\EOX, rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>,
9023 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r, sgr0=\E[m,
9024 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, use=ansi+csr,
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,
9063 OTnl=\n, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J,
9068 kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmkx=\E[?1l\E>,
9070 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m,
9071 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, use=ansi+csr,
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…
9077 is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40
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,
9084 is2=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8,
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…
9091 is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31
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 …
9100 is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33
9102 use=news-old-unk,
9104 # (news28: this had :DE=^H:, I think that's <OTbs>, and :KB=nws1200: --esr)
9108 is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28
9110 use=news-old-unk,
9112 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
9113 news29|news28-a|old Sony VT100 emulator 29 lines,
9115 is2=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29
9117 use=news-old-unk,
9119 # (news511: this had :TY=sjis: --esr)
9120 nwp511|nwp-511|nwp-511 VT100,
9123 clear=\E[;H\E[2J$<20/>, cup=\E[%i%p1%d;%p2%dH,
9124 cuu1=\E[A$<2/>, dl1=\E[M, ed=\E[J$<30/>, el=\E[K$<3/>,
9125 flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l,
9126 il1=\E[L, is2=\E[?5l\E[?1l\E>\E[?7h\E[?8h, kcub1=\E[D,
9129 ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>,
9130 rs2=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h,
9131 smso=\E[7m$<2/>, smul=\E[4m$<2/>, use=ansi+local1,
9132 # (news517: this had :TY=sjis:. --esr)
9133 nwp517|nwp-517|nwp-517 VT200 80 cols 30 rows,
9135 OTi2=\E[2$~\n, dsl=\E[1$~,
9136 is2=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
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,
9142 OTi2=\E[2$~\n, dsl=\E[1$~, fsl=\E[0$},
9143 is2=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h,
9144 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h,
9145 tsl=\E[1$}\E[;%df, use=vt220-base,
9158 dim=\E[2m, ech=\E[%p1%dX, el1=\E[1K, enacs=\E(B\E)0,
9159 flash=\E[?5h$<200>\E[?5l, home=\E[H, ht=^I, hts=\EH,
9160 ich=\E[%p1%d@, ind=\ED, is2=\E F\E>\E[?1l\E[?7h\E[?45l,
9167 khlp=\E[28~, nel=\EE, ri=\EM, rmacs=^O, rmam=\E[?7l,
9168 rmir=\E[4l, rmso=\E[22;27m, rmul=\E[24m,
9169 sgr=\E[0%?%p1%t;2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
9170 %t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;,
9172 smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, use=ansi+csr,
9177 ######## Non-Unix Consoles
9183 # no_color_video to inform the application that standout(1), underline(2)
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
9194 # Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
9195 ansi-emx|ANSI.SYS color,
9198 ed=\E[J, flash=\E[?5h$<100/>\E[?5l, ht=^I, hts=\EH,
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,
9218 clear=\E[H\E[2J$<50>, cup=\E[%i%p1%d;%p2%dH, el=\E[K,
9229 # shifted kf1-kf12 are kf11-kf22
9243 # several changes based on running with tack and comparing with older entry -TD
9247 # change clear was \E[H\E[J now \E[2J (faster?)
9270 # dim [dim] not implemented very usefully in cygwin? \E[2m
9283 # civis [make cursor invisible] causes everything to stackdump? \E[?25l\E[?1c
9285 # kcbt [back-tab key] not implemented in cygwin? \E[Z
9287 # 2005/11/12 -TD
9314 # Some features are from pcansi. The op value is from linux. Function-keys
9320 bel=^G, cr=\r, cup=\E[%i%p1%d;%p2%dH, dim=\E[2m, el1=\E[1K,
9321 flash=\E[?5h$<200/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
9330 %t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
9340 # The encodings for unshifted arrow keys, F1-F12, Home, Insert, etc. match the
9362 # Insert \E[2~
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
9461 \331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v
9464 cub1=^H, cup=\E[%i%p1%d;%p2%dH, cvvis=\E[2v,
9489 clear=\E[H\E[2J, cnorm=\E[v, cr=\r,
9490 cup=\E[%i%p1%d;%p2%dH, cvvis=\E[2v, dch=\E[%p1%dP,
9505 # set (the emulator spits out error messages). Compare with att6386 -TD
9509 acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260i
9510 \316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u
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,
9544 # which is case-sensitive.
9557 ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode,
9560 bel=^G, clear=\E[2J, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
9573 bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>,
9574 clear=\E[;H\E[2J$<50/>, cr=\r, cub1=^H, cud1=\n,
9575 cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>,
9576 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
9577 ht=^I, hts=\EH$<2/>, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H,
9580 rc=\E8, rev=\E[7m$<2/>, rf=/usr/share/tabset/vt100,
9581 ri=\EM$<5/>, rmso=\E[m$<2/>, rmul=\E[m$<2/>,
9582 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7,
9583 sgr0=\E[m$<2/>, smso=\E[7m$<2/>, smul=\E[4m$<2/>,
9584 tbc=\E[3g$<2/>,
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
9612 \331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v
9614 bel=^G, bold=\E[1m, clear=\E[2J, cr=\r, cud1=\n,
9629 kf8=\EF8, kf9=\EF9, kich1=\E[L, kind=\EF+, kll=\E[U,
9630 knp=\E[T, kpp=\E[S, kri=\EF-, ll=\E[U, nel=\r\n, op=\E[m,
9631 rc=\E[u, rev=\E[7m, ri=\E[T, rmcup=\E[2b\E[u\r\E[K,
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,
9690 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
9705 # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
9709 # :sr: was given as a boolean-- esr)
9710 altos2|alt2|altos-2|Altos II,
9712 clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\E[1B, cuf1=\E[1C,
9715 if=/usr/share/tabset/vt100, il1=\E[L, ind=\n,
9716 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r,
9723 nel=\r\n, rmam=\E[?7l, rmso=\E[m, rmul=\E[m, sgr0=\E[m,
9733 # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:
9734 altos3|altos5|alt3|alt5|altos-3|altos-5|Altos III or V,
9736 altos4|alt4|altos-4|Altos IV,
9747 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
9752 clear=\E+^^, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
9756 is2=\E`:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r,
9758 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=^AM\r, kel=^AN\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)
9784 # Generic HP terminal - this should (hopefully) work on any HP terminal.
9785 hpgeneric|hp|Hewlett-Packard generic terminal,
9795 hp110|Hewlett-Packard model 110 portable,
9802 hp+pfk-cr|HP function keys w/o CR,
9822 blink=\E&dA, dch1=\EP$<2>, ed=\EJ, ht=\011$<2>, ind=\ES,
9823 invis=\E&dS, ip=$<2>, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK,
9839 # function keys), use 2621-nl or 2621-wl.
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>,
9860 ip=$<2>, is2=\E&j@\r, rmkx=\E&j@, smkx=\E&jB, smso=\E&dD,
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,
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,
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,
9954 # This assumes port 2 is being used.
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,
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,
10011 # (hp2641a: removed unknown :gu: -- esr)
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,
10054 pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t\s%;%p2
10057 sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga
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
10080 cud1=\n, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH,
10081 dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=\n,
10082 invis=\E&dS, ip=$<2>, is1=\E&jB$<8>, nel=\r\n,
10083 pfkey=\E&f0a%p1%dk0d%p2%l%dL%p2%s,
10084 pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s,
10085 pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET,
10087 sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga
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,
10102 clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC,
10104 cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR,
10108 # (hp+labels: added label values from a BRL termcap -- esr)
10110 lh#2, lw#8, nlab#8,
10112 pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t\s%;%p2
10121 # new 262x series of machines. It has dip-switched options.
10127 pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c
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,
10158 is2=\E&dj@\r, use=hp+pfk-cr, use=hp+labels, use=scrhp,
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,
10191 # Terminal Mode HP-PCterm
10195 # Twenty-Five Line Mode YES
10203 hpansi|hp700|Hewlett Packard 700/44 in HP-PCterm mode,
10206 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
10208 bel=^G, cbt=\E[Z, clear=\E[2J\E[H, cr=\r,
10210 el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\n,
10215 rmam=\E[?7l, rmsc=\E[>11l\EP1**x0/11;1/13\E[m\E\\,
10221 # (hp2392: copied <rmir> here from hpex -- esr)
10228 hpsub|HP terminals -- capability subset,
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)
10254 hp2|hpex2|Hewlett-Packard extended capabilities newer version,
10256 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, xmc#0,
10263 pfkey=\E&f%p1%dk%p2%l%dL%p2%s,
10264 pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s,
10265 pfx=\E&f2a%p1%dk%p2%l%dL%p2%s,
10266 pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rmir=\ER, rmkx=\E&s0A,
10268 sgr=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+
10272 use=hp+pfk-cr, use=hp+arrows,
10309 # (hp9845: removed unknown capability :gu: -- esr)
10314 cup=\E&a%p2%2dc%p1%2dY, cuu1=\EA, dch1=\EP, dl1=\EM,
10319 # added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
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),
10339 colors#8, cols#128, lh#2, lines#49, lm#0, lw#8, nlab#8, pairs#8,
10341 acsc=+>\,<-\^.v0\374``a\374f\372g\376h\374j+k+l+m+n+o-q-s-t+
10356 op=\E&v0S, pfkey=\E&f%p1%dk%p2%l%dL%p2%s,
10357 pfloc=\E&f1a%p1%dk%p2%l%dL%p2%s,
10358 pfx=\E&f2a%p1%dk%p2%l%dL%p2%s,
10359 pln=\E&f%p1%dk%p2%l%dd0L%p2%s, rev=\E&dB, ri=\ET,
10363 sgr=\E&d%p1%p3%|%{2}%*%p2%p6%|%{4}%*%+%{64}%+%c%?%p9%t%'
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,
10389 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8,
10400 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=hp+arrows,
10412 gator-t|HP 9000 model 237 emulating extra-tall AAA,
10421 il=\E[%p1%dL$<1*/>, il1=\E[L, kbs=^H, kcub1=^H, kcud1=\n,
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,
10444 flash=\E[2h\E[2l, home=^], ht=^I, ind=\n, kbs=^H, kcub1=^Y,
10449 blink=\E[5m, bold=\E[7m, dim=\E[2m, rev=\E[7m, rmso=\E[m,
10451 use=dku7003-dumb,
10453 #### Lear-Siegler (LSI adm)
10463 # A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
10470 bel=^G, clear=\E;$<1>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
10476 bel=^G, clear=\E;, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
10479 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^,
10480 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
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)
10501 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
10502 cuu1=^K, home=^^, ind=\n, kcub1=^H, kcud1=\n, kcuf1=^L,
10506 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
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
10523 # <rev>=\EG4. Looking at other ADMs confirms this -- esr)
10524 adm11|LSI ADM-11,
10528 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
10530 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf1=^A@\r,
10534 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
10537 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :". This formerly had
10540 # neither earlier nor later ADMSs have it -- esr)
10543 # baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
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,
10588 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r,
10592 # (adm20: removed obsolete ":kn#7:" -- esr)
10596 bel=^G, cbt=\EI, clear=^Z, cr=\r, cub1=^H, cuf1=^L,
10607 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
10608 # removed bogus-looking \200 from before <cup>. -- esr)
10612 bel=^G, cbt=\EI, clear=\E+, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
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 # ---------------
10722 # ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
10723 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
10724 # ON OFF ON Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
10726 # ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
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)
10767 bel=^G, clear=\E*, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
10770 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r,
10774 adm31-old|o31|old adm31,
10776 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
10781 is2=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l, use=vt100+4bsd,
10782 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
10786 bel=^G, cbt=\EI, clear=\E;, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
10790 kcuf1=^L, kcuu1=^K, khome=^^, pad=^?, rmir=\Er, rmul@,
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.
10810 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
10827 # Standout mode is dim reverse-video.
10833 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl1=\E[M, ed=\E[J\E[r,
10835 il1=\E[L\E[t, ind=\n, khome=\E$A, nel=\r\n, rmcup=,
10836 rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, sgr0=\E[m,
10837 smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12
10838 l\E[1Q,
10839 smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m,
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
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
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.
10887 # This used to have <cvvis=\E.2> but no <cnorm> or <civis>. The BSD termcap
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
10900 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
10904 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
10911 # (qvt103: added <rmam>/<smam> based on init string -- esr)
10915 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>,
10916 clear=\E[H\E[2J$<50>, cr=\r, cub1=^H, cud1=\n,
10917 cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>,
10918 cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I,
10921 rev=\E[7m$<2>, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E[?1l\E>,
10922 rmso=\E[m$<2>, rmul=\E[m$<2>,
10923 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
10925 %;m$<2>,
10926 sgr0=\E[m$<2>, smam=\E[?7h, smkx=\E[?1h\E=,
10927 smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, use=ansi+csr,
10930 qvt103-w|Qume qvt103 132 cols,
10932 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt103,
10937 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
10938 cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey,
10941 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kf0=^AI\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,
10954 dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>,
10957 kf9=\E[28~, rmir=\E[4l, smir=\E[4h, use=qvt103,
10958 qvt203-w|qvt203-w-am|Qume qvt 203 PLUS in 132 cols (w/advanced video),
10960 rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203,
10967 qvt203-25|QVT 203 PLUS with 25 by 80 column mode,
10969 is2=\E[=40h\E[?3l, use=qvt203,
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
10995 # S1 1 2 3 4
11037 # S2 2 Duplex
11072 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added <khome>, <cub1>, <cud1>,
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,
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)
11091 # S1 1 2 3 4:
11105 # S2 2 Duplex (U = half, D = full)
11121 # (tvi912: removed obsolete ":ma=^K^P^L :", added <flash> and
11122 # <khome> from BRL entry -- esr)
11126 bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
11130 il1=\EE$<33*>, ind=\n, kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L,
11141 # tvi{912,920}[bc] - TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C
11145 # http://vt100.net/televideo/912b-om/
11149 # screen, supported 75-9600 baud (no handshaking), monochrome, 7-bit
11151 # (including some with magic cookies), fancy half-duplex mode, and
11161 # are quite distinct from the 914 and 924, which were much nicer non-
11162 # magic-cookie terminals similar to the 950.
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)
11175 # ----------||-----------
11176 # TVI-912B || tvi912b
11177 # TVI-912C || tvi912c
11178 # TVI-920B || tvi920b
11179 # TVI-920C || tvi920c
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
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
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
11229 # -----|--------||------------
11245 # -------------|--------||------------
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:
11264 # 2: 9600 3: 4800 4: 2400 5: 1200
11271 # 2: Alternate character set Standard character set
11275 # 6: 2 stop bits 1 stop bit
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
11313 # NON-STANDARD CAPABILITIES
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,
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.
11369 # cheesy page-flip instead.
11387 tvi912b-unk|tvi912c-unk|TeleVideo TVI-912B or TVI-912C (no attributes),
11390 bel=^G, clear=\032$<50>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
11392 dl1=\ER$<1*>$<100>, ed=\Ey$<2*>$<10>, el=\ET$<15>,
11396 kcuf1=^L, kcuu1=^K, kdch1=^?, kent=\r, khome=^^, mc4=\EA,
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
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
11420 # to give a consistent magic-cookie count. Also note that <sgr> uses
11421 # backspacing (in the TVI-supported order) to apply all requested
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…
11444 bel=\EK$<100>\EK, use=tvi912b+2p,
11448 tvi920b+fn|TeleVideo TVI-920B and TVI-920C function key support,
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…
11503 use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+printer,
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…
11511 use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+dim,
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…
11515 use=tvi920b+fn, use=tvi912b+2p, use=tvi912b+mc,
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,
11541 cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY,
11545 kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER$<1*/>,
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,
11556 cvvis=\E.2, dch1=\EW, dl1=\ER$<1*/>, dsl=\Ef\r\Eg, ed=\EY,
11560 kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW,
11563 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
11565 dl1=\ER$<2*/>, il1=\EE$<2*/>,
11566 is2=\El\E"\EF1\E.3\016\EA\E<, kdl1=\ER$<2*/>,
11567 kil1=\EE$<2*/>, use=tvi92B,
11571 # old ones skip -- esr)
11576 cnorm=\E.3, cr=\r, csr=\E_%p1%{32}%+%c%p2%{32}%+%c,
11577 cub1=^H, cud1=^V, cuf1=^L,
11583 kbs=^H, kclr=\E*0, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K,
11599 # 1 2 3 4 [Main RS232]
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 # --------------------------------------------
11637 # 2 X 912/920 emulation
11639 # --------------------------------------------
11643 # --------------------------------------------
11647 # --------------------------------------------
11651 # --------------------------------------------
11655 # --------------------------------------------
11659 # --------------------------------------------
11662 # --------------------------------------------
11665 # --------------------------------------------
11668 # --------------------------------------------
11671 # --------------------------------------------
11674 # --------------------------------------------
11681 # --------------------------------------------
11684 # --------------------------------------------
11685 # 2 X English
11687 # --------------------------------------------
11688 # 2 X German
11690 # --------------------------------------------
11691 # 2 X French
11693 # --------------------------------------------
11694 # 2 X Spanish
11696 # --------------------------------------------
11699 # --------------------------------------------
11702 # --------------------------------------------
11705 # --------------------------------------------
11708 # --------------------------------------------
11711 # --------------------------------------------
11714 # --------------------------------------------
11717 # --------------------------------------------
11720 # --------------------------------------------
11723 # --------------------------------------------
11725 # (tvi925: BSD has <clear=\E*>. I got <is2> and <ri> from there -- esr)
11730 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
11731 cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eh, ed=\EY, el=\ET,
11734 kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER,
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)
11771 # S1 1 2 3 4 5 6 7 8 9 10
11772 # +-----------------------+-----+-----+-----------------------+
11775 # +------+-----------------------+-----+-----+-----------------------+
11776 # | Up | See | 7 | 2 | See |
11777 # +------+-----------------------+-----+-----+-----------------------+
11778 # | Down | TABLE 2 | 8 | 1 | TABLE 2 |
11779 # +------+-----------------------+-----+-----+-----------------------+
11782 # S2 1 2 3 4 5 6 7 8 9 10
11783 # +-----+-----+-----------------+-----+-----------+-----+-----+
11785 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11787 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11789 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
11791 # TABLE 2:
11793 # +-----------+-----+-----+-----+-----+-----------+
11794 # | Display | 1 | 2 | 3 | 4 | Baud |
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
11848 cr=\r, cub1=^H, cud1=\n, cuf1=^L,
11856 kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L,
11867 # set 48 line page (\E\\2)
11868 # place cursor at page 0, line 24, column 1 (\E-07 )
11873 # when exiting ex, reset 48 line page (\E\\2)
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)
11944 civis=\E.0, cnorm=\E.2, cud1=^V, cup=\E[%i%p1%d;%p2%dH,
11946 is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kctab=\E2, khts=\E1,
11948 rmam=\E[=7l, rmxon=^N,
11951 sgr0=\EG0\E[=5l, smam=\E[=7h, smxon=^O, use=tvi950,
11952 tvi955-w|955-w|TeleVideo 955 w/132 cols,
11954 is2=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El, use=tvi955,
11955 # use half-intensity as normal mode, full intensity as <bold>
11956 tvi955-hb|955-hb|TeleVideo 955 half-bright,
11957 bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El,
11961 # added <am>/<csr>/<home>/<hpa>/<vpa>/<smcup>/<rmcup> from BRL.
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,
11972 hpa=\E[%i%p1%dG, ht=^I, il1=\E[L,
11973 is2=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J,
11976 rmam=\E[?7h, rmcup=, rmir=\E[4l, rmso=\E[m, rmul=\E[m,
11977 sgr0=\E[m, smacs=\E(B, smam=\E[?7l,
11978 smcup=\E[?20l\E[?7h\E[1Q, smir=\E[4h, smso=\E[7m,
11981 tvi970-vb|TeleVideo 970 with visual bell,
11982 flash=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l,
11984 tvi970-2p|TeleVideo 970 with using 2 pages of memory,
11985 rmcup=\E[H\E[J\E[V, smcup=\E[U\E[?20l\E[?7h\E[1Q,
11991 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:". I wish we knew <rmam>,
11992 # its absence means <smam>=\Ev isn't safe to use. -- esr)
11999 cbt=\EI, clear=^Z, cub1=^H, cuf1=^L,
12003 kcuf1=^L, kcuu1=^K, kf0=^A, kf1=^B, khome=^^, mc4=^T, mc5=^R,
12012 cnorm=\E.3, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^V,
12013 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
12014 cvvis=\E.2, dch=\E[%p1%dP, dch1=\EW, dim=\EGp,
12019 is1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er,
12020 is2=\EF2\EG0\E\\L, is3=\E<\E[=4l\E[=8h, kHOM=\E\s\s\s,
12021 kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K,
12032 rmam=\E[=7l, rmcup=\E.3\Er\E[1;25r\E[25;0H, rmdc=\0,
12034 rs1=\EC\EDF\E[0;0v\E[8;1v\E[=65l,
12036 3.h\E[=14.h\E[=15l\E[=20h\E[=60l\E[=61h\E[=9l\E[=10l\E[=
12037 21l\E[=23l\E[=3l\E_40\E_50\En\Ew\Ee\s\Ex0\0\0\Ex1\0\0
12044 sgr0=\EG0\E%, smacs=\E$, smam=\E=7h, smcup=\E.2, smdc=\Er,
12045 smir=\Eq, smln=\E[4;2v, smso=\EGt, smul=\EG8, smxon=^O,
12054 # White Pine Software may be contacted at +1 603/886-9050.
12058 # Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
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,
12090 clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H,
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,
12140 el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=\n,
12141 is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s,
12145 kf9=\E_I\E\\, khome=\E[H, ri=\EM, rmam=\E[?7l, rmir=\E[4l,
12151 vi300-old|Visual 300 with old firmware (set edit extent reversed),
12152 is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, use=vi300,
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)
12167 csr=\E(%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=\EB,
12182 clear=\030\E[H\E[2J, use=vi300,
12187 csr=\E[%i%p1%d;%p2%dr, cuf1=\E[C,
12190 is1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r, rev=\E[7m,
12191 ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
12192 sgr0=\E[m\017$<2>, smir=\E[4h, smso=\E[7m, smul=\E[4m,
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
12226 # If more than one attribute is needed then the wy30-mc terminfo
12234 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
12237 ht=\011$<1>, hts=\E1, il1=\EE$<2>, ind=\n$<2>, ip=$<2>,
12239 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER,
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,
12261 %p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8
12269 wy30-vb|wyse30-vb|Wyse 30 visible bell,
12278 # cookies. The wy50-mc terminal description uses magic cookies
12286 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c,
12289 il1=\EE, ind=\n$<2>, ip=$<1>, is1=\E`:\E`9$<30>,
12291 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
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,
12327 %p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8
12331 wy50-vb|wyse50-vb|Wyse 50 visible bell,
12333 wy50-w|wyse50-w|Wyse 50 132-column,
12335 cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>,
12337 wy50-wvb|wyse50-wvb|Wyse 50 132-column visible bell,
12338 bel@, use=wy50-w,
12369 cub1=^H, cud1=\n, cuf1=^L,
12373 ind=\n$<2>, ip=$<1>, is1=\E`:\E`9$<30>,
12375 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER,
12385 setf=%?%p1%{0}%=%t%{76}%e%p1%{1}%=%t%{64}%e%p1%{2}%=%t%{8}%e
12389 sgr=%{0}%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;%PA\EG%?%gC%t%gC%e%{0}
12395 wy350-vb|wyse350-vb|Wyse 350 visible bell,
12397 wy350-w|wyse350-w|Wyse 350 132-column,
12399 cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>,
12401 wy350-wvb|wyse350-wvb|Wyse 350 132-column visible bell,
12402 bel@, use=wy350-w,
12410 bel=^G, clear=\E;, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
12413 invis@, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L,
12421 # alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
12429 cnorm=\E`1, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
12433 il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,
12437 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
12446 pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>,
12451 %|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t
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
12505 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
12511 cnorm=\E`1, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
12520 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
12534 %|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t
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,
12557 clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>,
12561 wy60-42-w|wyse60-42-w|Wyse 60 132-column 42-lines,
12563 cup=\Ea%i%p1%dR%p2%dC$<2>, dch1=\EW$<19>,
12564 home=\036$<2>, ip=$<6>, nel=\r\n$<11>,
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"
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
12597 el=\Et$<5>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@,
12601 wy99gt-w|wyse99gt-w|Wyse 99gt 132-column,
12603 clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>,
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
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>,
12644 cvvis=\E[34l\E[?25h, dim=\E[2m, ech=\E[%p1%dX,
12646 flash=\E[?5h$<30/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
12648 is2=\E7\E[1r\E8\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4
12649 ;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[4i,
12654 kf24=\E[2~, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~,
12656 nel=\EE, prot=\E[1"q, ri=\EM, rmacs=^O, rmam=\E[?7l,
12657 rmir=\E[4l, rmkx=\E[?1l, rmso=\E[27m, rmul=\E[24m,
12658 rs2=\E[61"p\E[40h\E[?6l\E[1r\E[2;3;4;13;20;34;39;36l\E[12;16
12659 ;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[24E
12662 %p5%t;2%;%?%p7%t;8%;m\E[%?%p8%t1%;"q%?%p9%t\016%e\017%;,
12664 smkx=\E[?1h, vpa=\E[%i%p1%dd, use=ansi+csr, use=ansi+idl,
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,
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,
12686 cnorm=\E`4\E`1, cr=\r, cub1=^H, cud1=\Ej, cuf1=^L,
12688 cvvis=\E`2\E`1, dch1=\EW, dim=\EGp, dl1=\ER, ed=\EY$<8*>,
12696 kcud1=\n, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r,
12708 %{2}%+%;%?%p5%t%{64}%+%;%?%p7%t%{1}%+%;%c%?%p8%t\E)%;%?
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)
12744 cnorm=\E`1, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
12748 il1=\EE$<1>, ind=\n$<1>, ip=$<2>, is1=\EcB0\EcC1,
12752 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
12766 %|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t
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,
12786 clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>,
12787 ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>,
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,
12814 # cookies. The wy75-mc terminal description uses magic cookies
12822 csr=\E[%i%p1%d;%p2%dr$<2>, cub1=^H, cud1=\n,
12824 dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>,
12825 dl1=\E[M, dsl=\E[>\,\001\001\E[>-\001\001,
12827 enacs=\E)0, flash=\E[30h\E\,$<250/>\E[30l, fsl=^A,
12829 il=\E[%p1%dL$<2*>, il1=\E[L$<2>, ind=\n$<2>, ip=$<1>,
12830 is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h,
12835 kf20=\E[34~, kf21=\E[35~, kf3=\E[2i, kf4=\E[@, kf5=\E[M,
12837 khlp=\E[28~, kich1=\E[@, kil1=\E[L, knp=\E[6~, kpp=\E[5~,
12839 ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>,
12840 rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p,
12841 rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l, sc=\E7,
12842 sgr=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t
12846 smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m,
12851 # This terminal description uses the non-hidden attribute mode
12854 wy75-mc|wyse75-mc|Wyse 75 with magic cookies,
12857 blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p,
12860 %p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9
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,
12880 # The terminal may have to be set for 8 data bits and 2 stop
12891 dch1=\E[P$<3>, dim=\E[2m, dl=\E[%p1%dM$<3*>,
12892 dl1=\E[M$<3>, dsl=\E[40l, ech=\E[%p1%dX, ed=\E[J$<110>,
12894 flash=\E[30h\E\,$<300/>\E[30l, fsl=\E[1;24r\E8,
12896 il1=\E[L$<5>, ind=\n$<3>, ip=$<3>, is1=\E[62;1"p\E[?5W,
12897 is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>,
12903 lf3=PF3, lf4=PF4, mc0=\E[0i, ri=\EM$<3>, rmam=\E[?7l,
12904 rmir=\E[4l, rmkx=\E>, rs1=\E[13l\E[3l\E!p,
12905 rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l,
12906 sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?
12908 sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h, smkx=\E[?1l\E=,
12910 use=ansi+csr, use=ansi+inittabs, use=ansi+local,
12916 wy85-vb|wyse85-vb|Wyse 85 with visible bell,
12917 bel@, flash=\E[30h\E\,$<300/>\E[30l, use=wy85,
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,
12943 dch1=\E[P$<3>, dim=\E[2m, dl=\E[%p1%dM$<3*>,
12944 dl1=\E[M$<3>, dsl=\E[40l, ech=\E[%p1%dX, ed=\E[J$<110>,
12946 flash=\E[30h\E\,$<300/>\E[30l, fsl=\E[1;24r\E8,
12948 il1=\E[L$<5>, ind=\n$<3>, ip=$<3>, is1=\E[62;1"p\E[?5W,
12949 is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>,
12959 rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rs1=\E[13l\E[3l\E!p,
12960 rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l,
12961 sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?
12963 sgr0=\E[m\017, smam=\E[?7h, smir=\E[4h, smkx=\E[?1l\E=,
12964 tsl=\E[40h\E7\E[25;%i%p1%dH, use=ansi+csr,
12977 # by set-up.
12982 civis=\E[?25l, clear=\E[H\E[J$<40>,
12983 cnorm=\E[34h\E[?25h, csr=\E[%i%p1%d;%p2%dr$<20>,
12985 cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<3>,
12986 dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>,
12989 flash=\E[30h\E\,$<100/>\E[30l, fsl=\E[1;24r\E8,
12990 hpa=\E[%i%p1%d`, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>,
12991 il1=\E[L$<3>, ind=\n$<2>, ip=$<4>, is1=\E[?5W,
12992 is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h,
12998 lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, rc=\E8, ri=\EM$<2>,
12999 rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>,
13001 rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l,
13002 rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7,
13003 sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?
13006 smkx=\E[?1l\E=, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd,
13012 wy185-24|wyse185-24|Wyse 185 with 24 data lines,
13014 dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@,
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
13041 cnorm=\E`1, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
13045 il1=\EE$<3>, ind=\n$<3>, ip=$<2>, is1=\EcB0\EcC1,
13049 kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY,
13058 pln=\Ez%p1%{47}%+%c%p2%s\r, prot=\E), ri=\Ej$<2>,
13063 %|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t
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.
13137 # The terminal may have to be set for 8 data bits and 2 stop
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,
13157 bel=^G, civis=\E[?25l, clear=\E[H\E[J$<40>,
13159 cup=\E[%i%p1%d;%p2%dH$<1>, cvvis=\E[?25h\E[34l,
13161 dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[40l,
13164 flash=\E[30h\E\,$<300/>\E[30l, fsl=\E[1;24r\E8,
13166 ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>,
13167 ind=\n$<2>,
13171 %<%t%{0}%e%p4%{500}%<%t%{1}%e%p4%{750}%<%t%{2}%e%{3}%;
13174 is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h,
13176 oc=\E[60w\E[63;0w\E[66;1;4w\E[66;2;13w\E[66;3;16w\E[66;4;49w
13178 op=\E[m, ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmclk=\E[31l,
13179 rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
13180 rmul=\E[24m, rs1=\E[13l\E[3l\E!p\E[?4i,
13181 rs2=\E[35h\E[?3l$<8>, rs3=\E[?5l, setb=\E[62;%p1%dw,
13183 sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?
13186 smir=\E[4h, smkx=\E[?1l\E=,
13187 tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH, u0=\E[?38h\E8,
13188 u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B, u4=\E[92;76"p,
13189 u5=\E%!1\E[90;1"p, vpa=\E[%i%p1%dd, use=ansi+csr,
13193 # Function key set for the ASCII (wy-50 compatible) keyboard
13196 wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard,
13200 kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~,
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,
13221 kich1=\E[2~, knp=\E[U, kpp=\E[V, use=ansi+arrows,
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,
13244 bel=^G, clear=\E^L, cr=\r, cub1=^H, cud1=\n, cuf1=\s,
13245 cup=\035%{3040}%{89}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}
13249 cuu1=^K, ff=^L,
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,
13271 bel=^G, clear=\E^L, cr=\r, cub1=^H, cud1=\n, cuf1=\s,
13272 cup=\035%{775}%{108}%p1%*%{5}%/%-%Py%p2%{64}%*%{4}%+%{5}%/
13275 cuu1=^K, ff=^L,
13282 nel=\r\n, u0=\E[?38h\E8, u1=\E[?38l\E)0,
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.
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
13317 bel=^G, civis=\E[?25l, clear=\E[H\E[J$<40>,
13318 cnorm=\E[34h\E[?25h, cr=\r, csr=\E[%i%p1%d;%p2%dr$<20>,
13320 cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<30>,
13321 dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[0$~,
13324 ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>,
13325 ind=\n$<2>, ip=$<4>, is1=\E[?5W,
13326 is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h,
13333 ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l,
13334 rmul=\E[24m, rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p,
13335 rs2=\E[35h\E[?3l, rs3=\E[?5l\E[47h\E[40l\E[r,
13336 sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?
13340 tsl=\E[2$~\E[1$}\E[%i%p1%d`, vpa=\E[%i%p1%dd,
13341 use=ansi+arrows, use=ansi+csr, use=ansi+local,
13346 wy520-24|wyse520-24|Wyse 520 with 24 data lines,
13348 dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@,
13352 wy520-vb|wyse520-vb|Wyse 520 with visible bell,
13353 flash=\E[30h\E\,$<100/>\E[30l, use=wy520,
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,
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,
13384 dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@,
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,
13405 dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@,
13408 # Wyse 520 in 80-column, 48 lines
13409 wy520-48|wyse520-48|Wyse 520 with 48 data lines,
13412 dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@,
13415 # Wyse 520 in 132-column, 36 lines
13416 wy520-36w|wyse520-36w|Wyse 520 with 132 columns and 36 data lines,
13419 rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|,
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),
13426 rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|,
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,
13434 dsl@, fsl@, rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r, tsl@,
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,
13441 dsl@, fsl@, rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r, tsl@,
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),
13448 rs3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|,
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),
13455 rs3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|,
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,
13464 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^F,
13472 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad,
13473 is2=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=,
13475 khome=\EOH, rmkx=\E[?1l\E>$<10/>, smkx=\E[?1h\E=$<10/>,
13482 cbt=\EI, clear=^Z, cub1=^H, cud1=\n, cuf1=^L,
13486 kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, smir=\Eq, use=adm+sgr,
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,
13504 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^,
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,
13548 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek,
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,
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,
13582 flash=\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[
13583 ?5l,
13585 ind=\n, is2=\E>\E F\E[?1h\E[?7h\E[r\E[2$~, kbs=^H,
13589 kich1=\E[2~, knp=\E[6~, kpp=\E[5~, mc0=\E[0i, mc4=\E[4i,
13591 rmacs=\E(B, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>,
13593 rs1=\E(B\E)B\E>\E\sF\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h
13594 \E[4i\E[?4i\E[m\E[r\E[2$~,
13597 tsl=\E[1$}\r\E[K, vpa=\E[%i%p1%dd, use=ansi+csr,
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,
13608 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, cr=\r,
13610 dch1=\E[P, dsl=\E[2$~\r\E[1$}\E[K\E[$}, ed=\E[J, el=\E[K,
13611 flash=\E[?5h$<100/>\E[?5l, fsl=\E[$}, home=\E[H, ht=^I,
13612 hts=\EH, ich=\E[%p1%d@, il1=\E[L$<3/>, ind=\ED,
13613 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
13619 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
13620 rmul=\E[24m, rs1=\E[?3l, sgr0=\E[m, smacs=^N, smam=\E[?7h,
13622 tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, use=ansi+csr,
13625 ######## NON-ANSI TERMINAL EMULATIONS
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:
13650 # bit: 6 5 4 3 2 1 0
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
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
13694 rmacs@, rs2=^L,
13705 civis=^V'^B, cnorm=^V'^A, cvvis=^V^C, dl1=^V-, il1=^V+,
13717 bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=^L, cr=\r,
13722 is2=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g, kbs=^H,
13726 rs1=\017\E(B\E)0\025\E[?3l\E[>8g, sgr0=\E[m, smcup=,
13727 smdc=, smir=^\, smkx=\E=, smso=^R, smul=^T, use=ansi+csr,
13730 rbcomm-nam|IBM PC with RBcomm without autowrap,
13733 is2=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g, kcub1=^H,
13735 rbcomm-w|IBM PC with RBcomm in 132 column mode,
13770 cnorm=\376K\376T, cub1=\376L, cuf1=\376M,
13775 cols#16, lines#2, use=MtxOrb,
13786 # This section also includes Teletype-branded VDTs.
13792 # These are AT&T's official terminfo entries. All-caps aliases have been
13803 kf16=\E[16r, kf2=\E[2r, kf3=\E[3r, kf4=\E[4r, kf5=\E[5r,
13805 kil1=\E[L, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rev=\E[7m,
13806 rmir=\E[4l, rmso=\E[m, sgr0=\E[m, smir=\E[4h, smso=\E[7m,
13813 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
13817 # standout= reverse + half-intensity = 3 | 5.
13818 # bold= reverse + underline = 2 | 3.
13819 # note that half-bright blinking doesn't look different from normal blinking.
13822 # <is2=\E[?6l>, <kf1=\EOc>, <kf2=\EOd>, <kf3=\EOe>, <kf4=\EOg>,
13823 # <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
13824 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1,
13826 cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80,
13827 acsc=++\,\,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyz
13829 bel=^G, bold=\E[2;7m, cr=\r, cub1=^H, cuf1=\E[C,
13830 cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dim=\E[2m, dl1=\E[M,
13831 fsl=\E8, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\n,
13832 is1=\E[?3l\E)0,
13833 is3=\E[1;03q\s\s\sf1\s\s\s\s\s\s\s\s\s\s\s\EOP\E[2;03q\s\s
13840 kclr=\E[2J, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT,
13843 pfx=\E[%p1%1d;%p2%l%2.2dq\s\s\sf%p1%1d\s\s\s\s\s\s\s\s\s\s
13845 pln=\E[%p1%d;00q%p2%:-16s, ri=\EM, rmacs=^O,
13846 rs2=\Ec\E[?3l\E[2;0y,
13847 sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
13850 use=ansi+arrows, use=ansi+csr, use=ansi+erase,
13853 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1,
13855 is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att5410v1,
13857 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2,
13859 pfx=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s,
13862 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode,
13864 is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410,
13867 # (v5410: added <rmam>/<smam> based on init string -- esr)
13872 bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>,
13874 cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>,
13875 cuu1=\E[A$<2>, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>,
13877 ht=^I, hts=\EH, ich1=\E[@, il1=\E[L, ind=\n, kbs=^H,
13879 rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,
13880 rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>,
13881 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
13883 %;m%?%p9%t\016%e\017%;$<2>,
13884 sgr0=\E[m\017$<2>, smacs=^N, smam=\E[?7h, smkx=\E[?1h\E=,
13885 smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g,
13886 use=ansi+csr, use=decid+cpr, use=vt100+fnkeys,
13889 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
13894 # Has memory below (2 lines!)
13902 # 2) function keys off, keyboard lock off, control display off,
13912 # 1 2 3 4 5 6 7 8
13915 # Key capabilities assume the power-up send sequence...
13919 # Alternate sgr: <sgr=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%…
13922 # This string causes them to send the strings <kf1>-<kf8>
13924 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
13930 ech=\E[%p1%ds\E[%p1%dD, flash=\E[?5h$<200>\E[?5l,
13931 home=\E[x, ich1@, indn=\E[%p1%dE, is1=\E[?3l$<100>,
13932 is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h
13934 is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M,
13935 kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd,
13937 kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U,
13939 lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?2i, mc4=\E[?9i,
13941 pfx=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s,
13942 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV,
13943 rin=\E[%p1%dF, rmam=\E[?7l, rmkx=\E[19;0j\E[21;1j\212,
13945 sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
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,
13957 flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, use=att4415,
13959 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv,
13961 flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h,
13969 pfx=\E[%p1%d;%p2%l%02d;0;1q\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
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,
13989 att5420_2|AT&T 5420 model 2 80 cols,
13991 cols#80, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55,
13997 flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H,
14000 is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j
14003 kbeg=\Et, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P, kdl1=\E[M,
14004 kel=\E[2K, kend=\Ez, kent=\n, kf1=\EOc, kf2=\EOd, kf3=\EOe,
14006 kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U,
14008 lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i,
14010 pfx=\E[%p1%d;%p2%l%02dq\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s\s%p2
14012 pln=\E[%p1%d;0;0;0q%p2%:-16.16s\E~, prot=\EV, ri=\EM,
14014 rs2=\Ec\E[?3l\E[2;0y,
14015 sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1
14019 use=ansi+arrows, use=ansi+csr, use=ansi+idl,
14023 att5420_2-w|AT&T 5420 model 2 in 132 column mode,
14025 is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j
14034 bel=^G, blink=\E[5m, clear=\E[H\E[2J, cr=\r,
14036 dim=\E[2m, ed=\E[0J, el=\E[0K, home=\E[H, ich=\E[%p1%d@,
14037 ich1=\E[1@, il1=\E[1L, ind=\n, is1=\E[?3l,
14038 is2=\E)0\E?6l\E?5l, kclr=\E[%%, kcub1=\E@, kcud1=\EU,
14041 kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, kf21=\E[_,
14043 kf7=\E[l, kf8=\E[f, kf9=\E[w, khome=\Ec, rc=\E8, rev=\E[7m,
14048 att4418-w|att5418-w|AT&T 5418 132 cols,
14064 # asynchronous keyboard-display terminal. It supports
14067 # HIGHLIGHT DEFINITION 3-TONE
14074 # and HIGHLIGHT DEFINITION 3-TONE
14077 # (att4424: commented out <smcup>=\E[1m, we don't need bright locked on -- esr)
14082 bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=\r,
14083 csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\EB, cuf1=\EC,
14087 il1=\EL, ind=\n, is2=\E[20l\E[?7h, kclr=\EJ, kf1=\EOP,
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.
14108 bel=^G, clear=\E[2;H\E[J, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
14109 cup=\E[%i%p1%2d;%p2%2dH\E[B, cuu1=\E[A, dch1=\EP,
14110 dl1=\EM, el=\E[K, ht=^I, ich1=\E\^, il1=\EL, ind=\n, ip=$<2/>,
14111 is2=\E[m\E[2;24r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
14115 # The Teletype 5425 is really version 2 of the Teletype 5420. It
14123 # (att5425: added <rmam>/<smam> based on the init string -- esr)
14126 lh#2, lm#78, lw#8, nlab#8, wsl#55,
14127 bold=\E[2;7m, cnorm=\E[12;0j, cub1=^H, cud1=\n,
14129 dch1=\E[P, dim=\E[2m, ech=\E[%p1%ds\E[%p1%dD, el1=\E[1K,
14130 flash=\E[?5h$<200>\E[?5l, fsl=\E8, hpa=\E[%p1%{1}%+%dG,
14131 ich=\E[%p1%d@, indn=\E[%p1%dE, is1=\E<\E[?3l$<100>,
14132 is2=\E[m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h
14134 is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kclr=\E[J, kdch1=\E[P,
14135 kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc,
14137 kf8=\EOj, kich1=\E[4h, kil1=\E[L, kind=\E[T, kri=\E[S,
14138 ll=\E[24H, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, nel=\r\n,
14139 pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s,
14140 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, prot=\EV, ri=\EM,
14141 rin=\E[%p1%dF, rmam=\E[?7l, rmir=\E[4l,
14143 rs2=\Ec\E[?3l\E[2;0y,
14144 sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
14149 use=ansi+arrows, use=ansi+csr, use=ansi+erase,
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)
14166 bel=^G, bold=\E[5m, clear=\E[H\E[2J\E[1U\E[H\E[2J\E[1V,
14170 is2=\E[m\E[1;24r, kbs=^H, kcbt=\EO, kclr=\E[2J, kf1=\EOP,
14173 rc=\E8, rev=\E[7m, ri=\ET, rmacs=\E(B, rmam=\E[?7l,
14174 rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7,
14180 # Function keys 9 - 16 are available only after the
14189 cols#80, lh#2, lines#24, lw#7, nlab#8,
14190 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14191 bel=^G, blink=\E[5m, bold=\E[2;7m, civis=\E[11;0|,
14193 cup=\E[%i%p1%d;%p2%dH, cvvis=\E[11;2|, dch=\E[%p1%dP,
14194 dch1=\E[P, dim=\E[2m, ed=\E[0J, el=\E[0K, el1=\E[1K,
14195 enacs=\E(B\E)1, ff=^L, home=\E[H, ind=\n,
14196 is1=\E(B\E)1\E[2l, is3=\E[21;1|\212, kLFT=\E[u,
14202 mc4=\E[?8i, mc5=\E[?4i, nel=\EE, pln=\E[%p1%dp%p2%:-16s,
14205 sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
14222 cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8,
14223 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14224 bel=^G, bold=\E[2;7m, clear=\E[H\E[J, cnorm=\E[11;3|,
14225 cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH, cvvis=\E[11;2|,
14226 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ed=\E[0J, el=\E[0K,
14227 el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H,
14234 kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, ll=\E#2, mc0=\E[0i,
14236 pln=\E[%p1%dp%p2%:-16s, rc=\E8, ri=\EM, rmacs=^O,
14237 rmir=\E[4l, rmkx=\E[19;0|, rmln=\E<, rmxon=\E[29;1|,
14239 sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6
14247 # (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
14250 cols#80, lh#2, lines#24, lw#8, nlab#8,
14251 acsc=+g\,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~,
14252 bel=^G, bold=\E[2;7m, cnorm=\E[11;0|, cr=\r,
14253 csr=%i\E[%p1%d;%p2%dr, cub1=^H, cud1=\n,
14255 dch1=\E[P$<1>, dim=\E[2m, el1=\E[1K, enacs=\E(B\E)1,
14258 is1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l,
14273 ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2,
14274 mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i,
14276 pfkey=\E[%p1%d;%p2%l%d;3;0p\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
14278 pfloc=\E[%p1%d;%p2%l%d;2;0p\s\s\sF%p1%d\s\s\s\s\s\s\s\s\s\s
14280 pfx=\E[%p1%d;%p2%l%d;1;0p F%p1%d %p2%s,
14281 pln=\E[%p1%dp%p2%:-16s, rc=\E8, ri=\EM, rin=\E[%p1%dF,
14282 rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|\E[21;1|\212,
14284 rs1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|
14285 \E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l,
14287 sgr=\E[0%?%p1%p5%|%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
14295 # 01-07-88:
14306 cpi=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w
14311 csnm=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfi
14319 ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r,
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
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,
14345 ich1=\E[@, ind=\n, kclr=\E[2J, kll=\E[70;1H, nel=\r\n,
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!
14365 bel=^G, bold=\E[2m, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
14366 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, home=\E[H, ht=^I,
14367 ich=\E[%p1%d@, ich1=\E[@, ind=\E[S, kclr=\E[2J,
14368 kll=\E[70;1H, nel=\n, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8,
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,
14382 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n,
14384 el=\EK, flash=\E^G, ht=^I, il1=\EI, ind=\n, kclr=\E[2J,
14390 # keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
14396 cup=\E[%i%p1%d;%p2%dH, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M,
14397 el1=\E[1K, fsl=\E8, ht=^I, il1=\E[L, ind=\n, invis=\E[8m,
14398 is1=\E[8;0|\E[?\E[13;20l\E[?\E[12h, is2=\E[m\017,
14399 kLFT=\E[ A, kRIT=\E[ @, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P,
14409 kf7=\EOi, kf8=\EOj, kf9=\ENo, kich1=\E[@, kil1=\E[L,
14412 pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s,
14413 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, rc=\E8, rev=\E[7m,
14414 rmacs=^O, rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l,
14420 att605-pc|AT&T 605 in pc term mode,
14421 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
14426 smsc=\E[?11l\E[50;1|$<250>, xoffc=g, xonc=e, use=att605,
14427 att605-w|AT&T 605-w 132 column 102 key keyboard,
14429 is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, use=att605,
14433 # smart terminals support the same sequence -- esr)
14436 cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80,
14439 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, el1=\E[1K,
14440 flash=\E[?5h$<200>\E[?5l, fsl=\E8, ht=^I, ich=\E[%p1%d@,
14442 is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0,
14444 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14449 pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s,
14450 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM, rmacs=^O,
14451 rmam=\E[?7l, rmir=\E[4l, rmln=\E[2p, rs2=\Ec\E[?3l,
14452 sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
14456 use=ansi+csr, use=ansi+cup, use=ansi+erase, use=ansi+idl,
14460 att610-w|AT&T 610; 132 column; 98key keyboard,
14462 is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h,
14465 att610-103k|AT&T 610; 80 column; 103key keyboard,
14479 att610-103k-w|AT&T 610; 132 column; 103key keyboard,
14481 is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h,
14482 use=att610-103k,
14491 att615-w|AT&T 615; 132 column; 98key keyboard,
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)
14507 cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80,
14510 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, el1=\E[1K,
14511 flash=\E[?5h$<200>\E[?5l, fsl=\E8, ht=^I, ich=\E[%p1%d@,
14513 is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h,
14515 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14526 pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s,
14527 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM,
14528 rmacs=\E(B\017, rmam=\E[?7l, rmir=\E[4l, rmln=\E[2p,
14529 rs2=\Ec\E[?3l,
14530 sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
14534 use=ansi+arrows, use=ansi+csr, use=ansi+cup,
14539 att620-w|AT&T 620; 132 column; 98key keyboard,
14541 is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h,
14543 att620-103k|AT&T 620; 80 column; 103key keyboard,
14561 att620-103k-w|AT&T 620; 132 column; 103key keyboard,
14563 is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h,
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
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)
14580 cup=\E[%i%p1%d;%p2%dH, dim=\E[2m, el1=\E[1K, home=\E[H,
14581 ht=^I, ind=\ED, is2=\E[m, kcbt=\E[Z, kclr=\E[2J, kdch1=\E[P,
14585 kf23=\EN}, kf24=\EN~, kf9=\ENo, kich1=\E[@, kil1=\E[L,
14587 pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\EM,
14589 sgr=\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%p4%|%t;7
14595 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines,
14608 # x ESC [ ? 3 l/h set workspace: 80 col(l); 132 col(h)
14609 # ESC [ ? 4 l jump scroll
14610 # ESC [ ? 5 l/h video: normal (l); reverse (h)
14611 # ESC [ ?13 l Labels on
14612 # ESC [ ?15 l parity check = no
14613 # ESC [ 13 l monitor mode off
14614 # ESC [ 20 l LF on NL (not CRLF on NL)
14619 # ESC [ ? 31 l Set 7 bit controls
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,
14646 # pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
14649 # pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t F%p1%1d %;%p2%s,
14651 # From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
14657 # Pin 1 2 3 4 5 6 7 8 9 10
14672 # etc..... Available from AT&T CIC 800-432-6600...
14673 # ask for Document number 999-300-660..
14677 cols#80, lh#2, lines#24, lw#8, nlab#8, wsl#80,
14680 cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m,
14681 el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l,
14683 is2=\E[50;4|\E[53;0|\E[8;0|\E[?4;13;15l\E[13;20l\E[?7h\E[12h
14684 \E(B\E)0\E[?31l\E[0m\017,
14686 kclr=\E[2J, kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc,
14696 kil1=\E[L, knp=\E[U, kpp=\E[V, ll=\E[24H, nel=\EE,
14697 pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t\s\s\sF%p1%1d\s\s\s\s\s
14699 pln=\E[%p1%d;0;0;0q%p2%:-16.16s, ri=\EM, rmacs=^O,
14700 rmir=\E[4l, rmln=\E[2p, rmso=\E[27m, rmul=\E[24m,
14701 rmxon=\E[53;3|, rs1=\Ec\E[?3;5l\E[56;0|,
14702 sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
14706 use=ansi+csr, use=ansi+erase, use=ansi+idl,
14719 # and 122 key keyboards, the 730's translation is \E[2J. For consistency
14722 # kHOM=\E[2J,
14723 # (att730: I added <rmam>/<smam> based on the init string -- esr)
14726 cols#80, it#8, lh#2, lines#60, lm#0, lw#8, nlab#24, wsl#80,
14729 dim=\E[2m, el1=\E[1K, enacs=\E(B\E)0,
14730 flash=\E[?5h$<200>\E[?5l, fsl=\E8, ht=^I, ich=\E[%p1%d@,
14732 is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B,
14734 kcbt=\E[Z, kclr=\E[2J, kf1=\EOc, kf10=\ENp, kf11=\ENq,
14744 kil1=\E[L, kind=\E[S, kri=\E[T, mc0=\E[?19h\E[0i, nel=\EE,
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,
14749 rmam=\E[?7l, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m,
14750 rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l,
14751 sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1
14754 smln=\E[?13l, smxon=\E[?21h, swidm=\E#6,
14755 tsl=\E7\E[;%i%p1%dx, use=ansi+arrows, use=ansi+csr,
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,
14766 flash=\E[?5l$<200>\E[?5h,
14767 is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, use=att730,
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
14863 # Call Status Report (CSR): \E[Pnv
14873 # 2= Control
14891 # *= 2 Printer available
14894 # (printer-available field not documented in v1)
14915 # Pn= Button number (00-06, 18-24)
14916 # (kf00-kf06, kf18-kf24)
14919 # The following in version 2 only:
14932 # 05-Aug-86:
14934 # the AT&T 5430/pt505 terminal software version 2 and later.
14939 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H,
14940 cnorm=\E[>l, cr=\r, cup=\E[%p1%d;%p2%dH, cvvis=\E[>h,
14941 dch=\E[%p1%dP, dch1=\E[P, ed=\E[0J, el=\E[0K, el1=\E[2K,
14943 is1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l,
14950 rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[m,
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)
14982 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
14990 bel=^G, clear=\E+, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
14993 is2=\EX\EA\EF, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K,
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)
15009 cbt=\EI, clear=\E*, cub1=^H, cuf1=^L,
15012 fsl=\E.2, home=^^, ht=^I, ich1=\EQ,
15014 is2=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En, kcub1=^H,
15015 kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r,
15020 # from ampex219w, added <cnorm>=\E[?3l, irresistibly suggested by <cvvis>,
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,
15026 clear=\E[H\E[2J$<50>, cnorm=\E[?3l, cr=\r,
15027 csr=%i\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B,
15028 cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>,
15029 cuu1=\E[A$<2>, cvvis=\E[?3h, dim=\E[1m, ed=\E[J$<50>,
15031 is2=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
15035 rev=\E[7m, ri=\EM$<5>, rmam=\E[?7l, rmkx=\E>,
15036 rmso=\E[m$<2>, rmul=\E[m$<2>, sgr0=\E[m$<2>, smam=\E[?7h,
15037 smkx=\E=, smso=\E[7m$<2>, smul=\E[4m$<2>,
15038 ampex219w|ampex-219w|amp219w|Ampex 132 cols,
15040 cud1=\n, is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h,
15042 # (ampex232: removed <if=/usr/share/tabset/ampex>, no file and no <hts> --esr)
15043 ampex232|ampex-232|Ampex Model 232,
15047 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
15050 invis@, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L,
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
15121 # 2 bits of parity - 00=odd,01=even*,10=space,11=mark
15122 # 1 stop bit*/2 stop bits
15164 # printer stop bits: 2*/1
15182 # editing extent: 0=display,1=line*,2=field,3=area
15190 bel=^G, clear=\014$<2>, cr=\r, cub1=^H, cud1=\n, cuf1=^_,
15200 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^_, cuu1=^N,
15209 # 2. Number of lines above desired scroll region.
15213 aaa+unk|aaa-unk|Ann Arbor Ambassador (internal - don't use this directly),
15219 ich=\E[%p1%d@$<4*>, ich1=\E[@$<4>, il1=\E[L$<3>, ind=^K,
15221 is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kcbt=\E[Z, kclr=\E[J,
15227 kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i, mc4=^C,
15229 rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E
15231 rmm=\E[>52l, sc=\E7,
15235 smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E
15251 csr=\E[%i%p1%d;%p2%dr, enacs=\E(B\E)0, rmacs=^O,
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,
15296 tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk,
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,
15344 tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk,
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,
15351 is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8,
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,
15361 flash=\E[>59h$<100>\E[>59l,
15362 is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l,
15365 flash=\E[>59l$<100>\E[>59h, is3=\E[>59h,
15366 guru-rv|guru-33-rv|Ann Arbor guru/33 lines+reverse video,
15367 use=guru+rv, use=guru-33,
15370 dsl=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l,
15372 tsl=\E[>51h\E[1;%p1%dH\E[2K,
15373 guru-nctxt|guru with no saved context,
15375 guru-s|guru-33-s|Ann Arbor guru/33 lines+status,
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,
15391 guru-76|guru with 76 lines by 89 cols,
15395 guru-76-s|Ann Arbor guru/76 lines+status,
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,
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,
15469 bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf1=^B1\r, kf2=^B2\r,
15485 # (viewpoint: added <kcuf1>, function key, and <dl1> capabilities -- esr)
15489 bel=^G, clear=^L, cnorm=\017\E0`, cr=\r, cub1=^H, cud1=\n,
15506 # Update by TD - 2004:
15558 cub1=^H, cud1=\n, cuf1=^L,
15561 kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^,
15564 %?%p2%t%{32}%|%;%?%p3%t%{16}%|%;%?%p4%t%{2}%|%;%?%p5%t
15570 # adds viewpoint 90 - from cornell
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
15593 # Note: if return acts weird on a980, check internal switch #2
15599 cuf1=\E^E01, cup=\013%p1%{64}%+%c\E\005%p2%2d,
15611 # CIT 80 - vt-52 emulator, the termcap has been modified to remove
15614 cit80|cit-80|citoh 80,
15617 clear=\E[H\EJ, cr=\r, cub1=^H, cup=\E[%i%p1%2d;%p2%2dH,
15618 ed=\EJ, el=\EK, ff=^L, ind=\n, is2=\E>, kcub1=\EOD, kcud1=\EOB,
15619 kcuf1=\EOC, kcuu1=\EOA, rmkx=\E[?1l\E>, smkx=\E[?1h\E=,
15623 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
15627 bel=^G, clear=\E[H\E[2J, cnorm=\E[V\E8, cub1=^H,
15629 dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h$<200/>\E[?5l,
15630 ich1=\E[@, il1=\E[L,
15631 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g,
15633 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
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,
15647 acsc=, cnorm=, csr=\E[%i%p1%2d;%p2%2dr,
15648 cup=\E[%i%p1%2d;%p2%2dH, cvvis=\E[?1l\E[?4l\E[?7h,
15650 il1=\E[L, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
15653 rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, sc=\E7, smacs=^N,
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),
15679 cvvis=\E[3;5v, flash=\E[?5l$<200/>\E[?5h, home=\E[H,
15681 is2=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(
15682 B\E[m\E[20l\E[1;24r\E[24;1H,
15688 use=ansi+enq, use=ansi+csr, use=ansi+erase, use=ansi+idc,
15692 cit101e-n|CIT-101e w/o am,
15694 cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=\n,
15696 cit101e-132|CIT-101e with 132 cols,
15699 cit101e-n132|CIT-101e with 132 cols w/o am,
15702 cvvis=\E[?1l\E[?4l\E[?7l, kbs=^H, kcub1=^H, kcud1=\n,
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,
15724 kil1=\E[L, krmir=\E[4l, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4,
15726 ll=\E[64H, nel=\EE, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l,
15727 rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
15728 rs1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>,
15731 use=ansi+apparrows, use=ansi+csr, use=ansi+idl,
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,
15771 bel=^G, clear=^Y^X, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
15779 clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c,
15785 clear=^L, cuf1=^X, cup=\002%p2%{32}%+%c%p1%{32}%+%c,
15799 # Insert/delete-character cannot be used, as the whole display is affected.
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,
15833 \022J\036\022L\036\022N\036\022P\036\022Q\036\022\036
15834 \022\^\036\022b\036\022i\036W\s=\036\022Z\036\011C1-`\s`
15849 # Taiwanese electronics company named Cal-Comp. There are known
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,
15870 csr=\E[%i%p1%d;%p2%dr, cup=\E[%i%p1%d;%p2%dH,
15871 dch=\E[%p1%dX, dch1=\E[X, dim=\E[2m, ed=\E[J, el=\E[K,
15872 flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
15874 is2=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h,
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,
15882 rmam=\E[?7l, rmkx=\E>, rmso=\E[0;2m, rmul=\E[0m,
15883 sgr0=\E[0;2m, smacs=\E3h, smam=\E?7h, smkx=\E=,
15884 smso=\E[2;7m, smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd,
15893 # Vox: (610)-277-8300
15894 # Fax: (610)-275-5739
15898 # the character-terminal business now (1995) and making X terminals. In
15908 # (with bug fixes in its Z-80 program).
15918 # new status line display entries for c108-8p:
15919 # <is3> - init str #3 - setup term for status display -
15920 # set programmer mode, select window 2, define window at last
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,
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,
15981 # 2 ms padding on <rmcup> isn't always enough. 6 works fine. Maybe
15982 # less than 6 but more than 2 will work.
15984 # Note: can't use function keys f7-f10 because they are
15989 # because they don't transmit unless we reset them - I figured
15994 # is that ^^ won't be - ^^ was chosen to be unlikely.
16001 c100|concept100|concept|c104|c100-4p|HDS Concept 100,
16004 bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r,
16017 khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E.,
16020 rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED,
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.
16036 # is2=. Also, \E=124l in is2= could have been used to prevent needing
16041 # clear: Could be done with \E[2J alone, except that vi (and probably most
16043 # dsl: Go to window 2, go to the beginning of the line, use a line feed to
16088 # \E[2!w move to window 2
16091 # \E[2*w show current line of window 2 as
16093 # \E[2+x set meta key to use high bit
16102 # \E[2;029!t to is2.
16120 # 2 for dim (which is ignored in power on mode);
16163 # strike-through, or (as done with \E[;3+} in is2=), to a line at the true
16180 # tsl: Go to window 2, then do an hpa=.
16182 #------- flash=\E[8;3!}^G\E[3;3!}
16183 #------- flash=\E[?5h$<100>\E[?5l
16186 # set the bell mode back - but to what? There is no way of knowing what the
16191 # tenth of a second, and set it back - but like before, there's no way to know
16197 #------- cvvis=\E[+{
16200 #------- wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
16206 #------- dim= Not available in power on mode.
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%;
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
16277 dsl=\E[2!w\r\n\E[!w, el1=\E[1K, fsl=\E[!w, home=\E[H,
16284 214;1u"\E$\177"\E[2!w\E[25;25w\E[!w\E[2*w\E[2+x\E[;3+},
16299 rmacs=^O, rmir=\E[4l, rmso=\E[m\017, rmul=\E[m\017,
16303 smul=\E[0;4m, tsl=\E[2!w\E[%i%p1%dG, vpa=\E[%i%p1%dd,
16304 use=ansi+arrows, use=ansi+csr, use=ansi+erase,
16309 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
16310 avt-ns|Concept AVT no status line,
16313 acsc=, bel=^G, clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=\r,
16318 il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, ip=$<4>,
16319 is1=\E[=103l\E[=205l,
16320 is2=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1
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,
16335 vpa=\E[%p1%{1}%+%dd, use=ansi+arrows, use=ansi+csr,
16339 avt-rv-ns|Concept AVT in reverse video mode/no status line,
16340 flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h,
16341 use=avt-ns,
16342 avt-w-ns|Concept AVT in 132 column mode/no status line,
16343 is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w,
16344 use=avt-ns,
16345 avt-w-rv-ns|Concept AVT in 132 column mode/no status line/reverse video,
16346 flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h,
16347 smcup=\E[H\E[1;24;1;132w, use=avt-ns,
16351 # first line of memory in window 2 for the status line, keeping
16354 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
16361 is3=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n,
16362 rmcup=\E[2w\E2\r\n, smcup=\E[2;25w\E2\r,
16363 tsl=\E[2;1!w\E[;%p1%dH\E[2K,
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,
16367 flash=\E[=205l$<200>\E[=205h, is1=\E[=103l\E[=205h,
16368 use=avt+s, use=avt-ns,
16369 avt-w|avt-w-s|Concept AVT 132 cols+status,
16370 is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w,
16371 use=avt+s, use=avt-ns,
16372 avt-w-rv|avt-w-rv-s|Concept AVT wide+status+rv,
16373 flash=\E[=205l$<200>\E[=205h, is1=\E[=103h\E[=205h,
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
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,
16445 dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys,
16447 kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
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,
16469 kf20=^^i, kf21=^^j, kf22=^^k, kf23=^^1, kf24=^^2, kf25=^^3,
16481 kf25=^^j, kf26=^^k, kf27=^^l, kf28=^^m, kf29=^^n, kf3=^^s,
16482 kf30=^^`, kf31=^^1, kf32=^^2, kf33=^^3, kf34=^^4, kf35=^^5,
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,
16513 setab=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m,
16514 setaf=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m,
16515 setb=\E[4%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;
16516 %d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m,
16517 setf=\E[3%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;
16518 %d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m,
16522 setab=\E[%?%p1%{8}%<%t4%p1%e=%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;
16523 %?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t
16525 setaf=\E[%?%p1%{8}%<%t3%p1%e<%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;
16526 %?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t
16528 setb=\E[%?%p1%{8}%<%t4%e=%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?
16529 %p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;
16531 setf=\E[%?%p1%{8}%<%t3%e<%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?
16532 %p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;
16540 setab=\036B%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|
16542 setaf=\036A%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|
16548 setab=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1
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,
16611 dg210|dg-ansi|Data General 210/211,
16614 OTnl=\E[B, clear=\E[2J, cup=\E[%i%p1%d;%p2%dH, ed=\E[J,
16624 cnorm=^L, cvvis=^L^R, ht=^I, ind@, kbs=^Y, kf0@, kf1@, kf2@, kf3@,
16625 kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, lf0@, nel=\r^Z, rmcup=^L,
16626 rmso=\036E$<0/>, smcup=^L^R, smso=\036D$<5/>, use=dg200,
16639 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
16641 dg460-ansi|Data General Dasher 460 in ANSI-mode,
16644 OTnl=\ED, blink=\E[5m, clear=\E[2J, cub1=^H,
16645 cup=\E[%i%p1%2d;%p2%2dH, dch1=\E[P, dim=\E[2m, dl1=\E[M,
16646 ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L,
16652 sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;
16657 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
16660 # Note that the cursor-down key transmits ^Z. Job control users, beware!
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,
16668 cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K,
16671 kf6=^^w, kf7=^^x, kf8=^^y, kf9=^^z, khome=^H, rmcup=^L,
16672 rmso=\0^^E, rmul=^U, smcup=^L^R, smso=\0\0\0\0\0\036D,
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
16697 bel=^G, blink=\E[5m, bold=\E[4;7m, clear=\E[2J, cr=\r,
16698 cub1=^H, cup=\E[%i%p1%d;%p2%dH, dim=\E[2m, ed=\E[J,
16699 el=\E[K, el1=\E[1K, home=\E[H, ind=\n, is1=\E[<0;<1;<4l,
16703 sgr0=\E[m, smso=\E[2;7m, smul=\E[4m, use=ansi+local,
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.
16715 # Initialization string 2 sets:
16716 # \E[2;1;1;1v
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
16725 is2=\E[2;1;1;1v\E(B\E)4\017, mc0=\E[i, use=dgkeys+8b,
16728 # Initialization string 2 sets:
16729 # \E[2;0;1;0v
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,
16736 is2=\E[2;0;1;0v\E(0\017, use=dgkeys+7b, use=d211,
16738 # Like the D210 series, but adds support for 8-bit characters.
16740 # Reset string 2 sets:
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,
16783 # \E[<0;<1;<4l
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)
16793 dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec,
16796 d220-7b|Data General DASHER D220 in 7 bit mode,
16798 dl@, dl1@, il@, il1@, is1=\E[<0;<1;<4l\E[m, mc4@, mc5@, rs1=\Ec,
16799 use=dg+color8, use=d470c-7b,
16802 # - default cursor (solid rectangle)
16803 # Reset string 2 sets:
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,
16819 blink=\E[5;50m, bold=\E[4;7;50m, dim=\E[2;50m, nel=\r\n,
16820 rev=\E[7;50m, rmkx=\E[2;1v, rmso=\E[50m, rmul=\E[50m,
16824 sgr0=\E[50m\E)4\017, smkx=\E[2;0v, smso=\E[2;7;50m,
16827 d230c-dg|d230-dg|Data General DASHER D230C in DG mode,
16828 use=d220-dg,
16833 # Initialization string 2 sets:
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
16845 # Reset string 2 sets:
16846 # ^^F] - horizontal scrolling disabled
16847 # ^^FT0 - jump scrolling
16849 d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series,
16851 acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=^^FQ0, cnorm=^^FQ2,
16861 use=d210-dg,
16867 # \E[<0;<1;<2;<4l
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
16874 # \E[1;6;<2h
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)
16880 # Initialization string 2 sets:
16881 # \E[3;2;2;1;1;1v
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
16893 # Reset string 2 sets:
16894 # \E[4;0;2;1;1;1v
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)
16902 acsc=j$k"l!m#n)q+t'u&v(w%x*, civis=\E[3;0v,
16903 cnorm=\E[3;2v, dch=\E[%p1%dP, dch1=\E[P, ich=\E[%p1%d@,
16905 is1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h,
16906 is2=\E[3;2;2;1;1;1v\E(B\E)4\017, ri=\EM,
16907 rmacs=\E)4\017, rs1=\Ec\E[<2h,
16908 rs2=\E[4;0;2;1;1;1v\E(B\E)4,
16914 # Initialization string 2 sets:
16915 # \E[3;2;2;0;1;0v
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
16922 # Reset string 2 sets:
16923 # \E[4;0;2;0;1;0v
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,
16931 enacs=\E)6, is2=\E[3;2;2;0;1;0v\E(0\017, rmacs=^O,
16932 rs2=\E[4;0;2;0;1;0v\E(0,
16937 d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode,
16944 use=d400-dg,
16949 # \E[<0;<1;<2;<4l
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
16956 # \E[1;6;<2h
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,
16970 is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h,
16971 rs1=\Ec\E[5;1v\E[1;1;126w\E[<2h, use=d410,
16973 d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode,
16975 is1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h,
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,
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,
17077 # \E[<0;<1;<2;<4l
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
17083 # \E[1;6;<2h
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)
17090 is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h,
17092 2;7;%;%?%p5%t2;%;m\E)%?%p9%t6\016%e4\017%;,
17095 d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode,
17096 is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h,
17098 2;7;%;%?%p5%t2;%;m%?%p9%t\016%e\017%;,
17099 use=dg+color, use=d460-7b,
17101 # Initialization string 2 sets:
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,
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,
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,
17147 # \E[<0;<1;<2;<4l
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
17153 # \E[1;6;<2h
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)
17160 is1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h, use=d577,
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,
17181 cs10-w|Datamedia Color Scan 10 with 132 columns,
17185 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
17189 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^\,
17207 # also, has a meta-key.
17208 # From: <goldberger@su-csli.arpa>
17209 # (dmchat: ":MT:" changed to ":km:" -- esr)
17212 dl1=\020\032\030\035$<2/>,
17214 # (dm3025: ":MT:" changed to ":km:" -- esr)
17218 bel=^G, clear=\EM$<2>, cr=\r, cub1=^H, cud1=\n, cuf1=\EC,
17220 dch1=\010$<6>, dl1=\EP\EA\EQ$<130>, ed=\EJ$<2>, el=\EK,
17233 # Cursor 0=u/l 1=block
17235 # 2 Margin Bell 0=off 1=on
17261 clear=\E[2J\E[H, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH,
17263 ri=\EM, rmso=\E[m, rmul=\E[m, sgr0=\E[m\017$<2>,
17271 clear=\E[H\E[2J$<50/>, cud1=\n,
17275 dt80-sas|Datamedia DT803/DTX for SAS usage,
17279 bel=^G, clear=^L, cr=\r,
17280 csr=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2,
17283 el=^], ff=^L, home=^Y, ht=^I, hts=\E'1, il1=\EL, ind=\EB,
17284 is2=\E)0\E<\EP\E'0\E$2, kclr=^L, kcub1=^H, kcud1=\n,
17286 rev=\E$2\004, ri=\EI, rmacs=\EG, rmso=^X, sgr0=^X, smacs=\EF,
17287 smso=\E$2\004, tbc=\E'0,
17290 # These aren't end-all Excel termcaps; but do insert/delete char/line
17299 kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h,
17301 excel62-w|excel64-w|Datamedia Excel 62 in 132 char mode,
17303 kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l, smir=\E[4h,
17305 excel62-rv|excel64-rv|Datamedia Excel 62 in reverse video mode,
17306 dch1=\E[P, flash=\E[?5l\E[?5h, kbs=^H, kcub1=^H, kcud1=\n,
17307 kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, rmir=\E[4l,
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,
17329 bel=^G, clear=\E*, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
17332 ind=\n, is2=\Eu\E3, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K,
17335 falco-p|ts1p|ts-1p|Falco ts-1 with paging option,
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,
17352 kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmam=\E[?7l,
17353 rmkx=\E[?1l\E>,
17354 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, smam=\E[?7h,
17355 smkx=\E[?1h\E=, use=ansi+csr, use=ansi+local,
17358 ts100-ctxt|Falco ts-100 saving context,
17359 rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100,
17394 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H,
17396 is2=\E[H\E[2J, kcub1=^_, kcud1=^], kcuf1=^^, kcuu1=^\,
17405 # Vox: (510)-623-6000
17406 # Fax: (510)-623-7021
17410 # made this relative to adm+sgr -- note that <invis> isn't
17411 # known to work for f100 but does on the f110. --esr)
17416 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
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,
17438 # (f110: added <ht>, <khome> & <kcbt> from f100 -- esr)
17442 blink=\EG2, bold=\EG0, civis=\E.1, cnorm=\E.2, cud1=^V,
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)
17461 csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V,
17462 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
17466 kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW,
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,
17500 clear=\E[H\E[2J$<10/>, cub1=^H,
17501 cup=\E[%i%p1%2d;%p2%2dH, dch1=\E[P, dl1=\E[M,
17503 if=/usr/share/tabset/vt100, il1=\E[L,
17504 is2=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q,
17507 rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m,
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,
17524 home=\E[H, ht=^I, il1=\E[L, ind=\ED,
17525 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kf1=\EOP,
17527 rf=/usr/share/tabset/vt100, ri=\EM, rmam=\E[?7l,
17528 rmcup=\E[!p\E[?7h\E[2;1;1#w, rmir=\E[4l, rmkx=\E>,
17529 rmso=\E[27m, rmul=\E[24m, rs1=\E[!p\E[?7h\E[2;1;1#w,
17530 sgr0=\E[m, smam=\E[?7h, smcup=\E[2;0#w\E[1;25r,
17532 use=ansi+arrows, use=ansi+csr, use=ansi+erase,
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
17566 # therefore, is setenv MORE -c .
17582 # RESET--ONLINE--!tset.
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,
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)
17677 bel=^G, clear=^E^R, cr=\r, cub1=^H, cud1=\n, cuf1=^L, cuu1=^K,
17685 # There was an early Australian kit-built computer called a "Microbee".
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
17733 # Fairfield, NJ 07007-2078
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
17748 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=\s, home=^K,
17750 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
17755 cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S,
17759 # freakout with out-of-range args and tn3270. No hz since it needs to
17766 cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R,
17768 kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_,
17772 # removed incorrect and overridden ":do=^J:" -- esr)
17777 cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X,
17789 cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S,
17791 kclr=\E^\, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L,
17795 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
17796 hz1520-noesc|Hazeltine 1520 (no escape),
17800 cup=~\021%p2%c%p1%c$<1>, cuu1=~^L, dl1=~^S, ed=~^X, el=~^O,
17809 hz1552-rv|Hazeltine 1552 reverse video,
17830 cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S,
17832 kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=^B0\n,
17835 lf0=0, lf1=1, lf2=2, lf3=3, lf4=4, lf5=5, lf6=6, lf7=7, lf8=8, lf9=9,
17837 esprit-am|Hazeltine esprit auto-margin,
17839 # Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
17842 # (hmod1: removed :dn=~^K: -- esr)
17847 cup=~\021%p2%c%p1%c, cuu1=~^L, dl1=~^S, home=~^R, il1=~^Z,
17848 ind=\n, kcub1=^H, kcud1=~^K, kcuf1=^P, kcuu1=~^L, khome=~^R,
17852 # from Will Martin <control@ALMSA-1.ARPA> via BRL
17857 OTnl=\n, bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>,
17858 clear=\E[;H\E[2J$<50/>, cr=\r, cub1=^H, cud1=\n,
17859 cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>,
17860 cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H,
17863 kf3=\EOR, kf4=\EOS, rev=\E[7m$<2/>,
17865 rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>,
17866 rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
17867 sgr0=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m$<2/>,
17868 smul=\E[4m$<2/>, use=ansi+csr,
17877 ibm3101|i3101|IBM 3101-10,
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,
17901 acsc=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x
17911 kf21=\E!i\r, kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r,
17922 ibm3161-C|IBM 3161-C NLS terminal using cartridge,
17926 # Deleted il1. (il1 will now be inherited from ibm3161-C, which inherits
17932 use=ibm3161-C,
17944 ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display,
17947 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
17963 kri=\E[155q, krmir=\E[4l, ri=\E[T, rmir=\E[4l, rs2=\Ec,
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).
17998 setb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e
18001 setf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t31m%e%p1%{2}%=%t32m%e
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,
18040 2%;m,
18045 2%;m,
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,
18055 rmacs=^O, rmam=\E[?7l, rmcup=\E[20h, rmdc=\E[4l,
18057 smacs=^N, smam=\E[?7h, smcup=\E[20;4l\E[?7h\Eb,
18059 hft-c|HFT with Color,
18063 hft-c-old|HFT with Color PC850,
18066 hft-old|AIWS High Function Terminal,
18071 dl1=\E[M, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\n,
18079 ibm-system1|system1|IBM system/1 computer,
18085 # lft-pc850 : IBM Low Function Terminal Device
18089 lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device,
18092 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
18096 ech=\E[%p1%dX, ed=\E[2J, el=\E[0K, home=\E[H,
18110 krmir=\E[4l, ri=\EL, rmacs=\E(B, rmir=\E[4l, rmso=\E[0m,
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,
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,
18185 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=\EC,
18193 bel=^G, clear=\E[2J, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
18195 dch1=\E[4h\E[2Q\E[P\E[4l\E[0Q, dl1=\E[M, el=\E[N,
18196 il1=\E[L, ind=\n, rmir=\E[4l\E[0Q, smir=\E[4h\E[2Q,
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)
18266 # p1 = 2 block steady cursor
18271 # p1 = edit key code: '@'-'S', '`'-'s'
18275 #ESC 2 clear tab at cursor
18292 # p1 = row 20h - 7fh
18293 # p2 = column (lo) 20h - 7fh
18294 # p3 = column (hi) 20h - 21h (only 132 col)
18306 # 0 = black, 1 = red, 2 = green, 3 = yellow
18308 #ESC G n set serial field attribute (n = 30h - 3Fh)
18316 #ESC L unformatted page print
18317 #ESC M L move window left (132 col mode only)
18331 #ESC V 2 n define line attribute:
18334 # n = 2 double width single height
18345 # n = 2 send mouse information
18354 # n = 2 send terminal ID
18358 # 2 = blink
18380 # n = 2 48 lines/page
18389 #ESC c n enter self-test mode:
18392 # n = 2 RAM test
18413 #ESC l n select virtual screen:
18415 # n = 1 screen 2
18419 # p1 = 1 screen 2
18420 # p1 = 2 screen 3
18430 # p2 = 2 double width single height
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
18458 # 2 = LOC
18460 # Ctrl-Y = terminator
18461 # (use Ctrl-P to escape ^P, ^Y )
18480 bel=^G, blink=\E[2ZZ, cbt=\EI, civis=\E.0, clear=\E*,
18481 cnorm=\E.3, cr=\r, csr=\E!%p1%{32}%+%c%p2%{32}%+%c,
18482 cub1=^H, cud1=^V, cuf1=^L,
18490 %p4%t%'2'%|%;%?%p7%t%'1'%|%;%cZZ,
18492 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols,
18503 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
18504 # ":le=^_:" later overridden -- esr)
18520 bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=\r,
18523 flash=\E[;;;;;;;;;2;;u$<200/>\E[;;;;;;;;;1;;u,
18524 hpa=\E[%p1%{1}%+%dG, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S,
18529 lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT,
18530 lf9=RIGHT, ri=\E[T, rmso=\E[2 D, rmul=\E[2 D, smso=\E[6 D,
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)
18557 cbt=\EI, clear=\E*, cub1=^H, cud1=\n, cuf1=^L,
18562 kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^, rmir=\Er, rmso=\Ek,
18566 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
18568 # 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
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)
18589 bel=^G, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@,
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,
18625 kt7ix|kimtron model kt-7 or 70 in IX mode,
18630 cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K,
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
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:
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:
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,
18722 # p4: Prism-4
18723 # -----------
18732 prism4|p4|P4|MDC Prism-4,
18745 sgr=\003%{64}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}
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,
18817 bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[<4l, clear=^L,
18818 cnorm=\E[<4h, cr=\r, csr=\E[%i%p1%d;%p2%d%%v, cub1=^H,
18822 is2=\E[&p\E[<12l\E F, kclr=^L, kf1=\E[11~, kf10=\E[21~,
18827 rc=\E[%z, rep=\E[%p2%db%p1%c, rev=\E[7m, ri=\E[L,
18828 rmir=\E[4l, rmso=\E[27m, rmul=\E[24m,
18829 rs2=\E[&p\E[<12l\E\sF\E[3g\E[9;17;25;33;41;49;57;65;73
18839 # p9-w: Prism-9 in 132 column mode
18840 # --------------------------------
18844 prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode,
18846 is2=\E[&p\E[<12l\E F\E[<14h,
18847 rs2=\E[&p\E[<12l\E F\E[<14h, use=p9,
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,
18944 bel=^G, blink=^CB, clear=^L, cr=\r, cub1=^U, cud1=\n, cuf1=^F,
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)
18978 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
18983 mime-fb|full bright mime1,
18985 mime-hb|half bright mime1,
18988 # the more plausible ":do=^J:" -- esr)
18995 cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>,
19000 mime2a-s|microterm mime2a (emulating an enhanced Soroc iq120),
19003 bel=^G, clear=\EL, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
19006 il1=\001$<20*>, ind=\n, ip=$<2>, is2=\E), kcub1=^H, kcud1=\n,
19007 kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7,
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)
19023 mime3ax|mime-3ax|mime1 emulating enhanced 3a,
19038 clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z,
19044 clear=\032$<12/>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
19046 dch1=\E#$<2.1*/>, dl1=\EV$<49.6/>, ed=\037$<2*/>,
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,
19057 flash=\E[?5l$<200/>\E[?5h, fsl=\E[?5l\E[?5h, home=\E[H,
19059 is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H
19062 rf=/usr/share/tabset/vt100, ri=\EM, rmam=\E[?7l,
19064 rs1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J,
19066 tsl=\E[25;1H, use=ansi+arrows, use=ansi+csr,
19076 # Microterm does have a ROM exchange program- use it or lose big
19077 # (ergo400: added <rmam>/<smam> based on the init string -- esr)
19081 bel=^G, clear=\E[H\E[2J$<80>, cr=\r, cub1=^H,
19083 ed=\E[0J$<15>, el=\E[0K$<13>, ht=^I, il1=\E[1L$<5*>,
19085 is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>,
19088 lf4=pf4, ri=\EM$<20*>, rmam=\E[?7l, rmir=\E[4l,
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
19143 cr=\r$<2>, cub1=\010$<2>, cud1=\n$<2>, cuf1=\006$<2>,
19144 cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5>, cuu1=\032$<2>,
19145 dch1=\EW$<2>, dim=\EGp, dl1=\El$<2>, ed=\Ek$<2>,
19146 el=\EK$<2>, home=\036$<2>, ht=^I, hts=\E1, il1=\EM$<2>,
19147 ind=\n$<2>, invis=\EG1,
19157 kf29=^B-\r, kf3=^B3\r, kf30=^B.\r, kf31=^B/\r, kf32=^B0\r,
19162 nel=\037$<2>, rev=\EG4, ri=\Ej$<2>, rmacs=\EcB0\EH\003,
19169 ncr260vp+sl|NCR 2900/260 viewpoint with status-line,
19186 clear=\E[2J\E[1;1H$<20>, cr=\r$<1>, cub=\E[%p1%dD$<5>,
19194 il=\E[%p1%dL$<5>, il1=\E[L$<5>, ind=\ED$<5>,
19196 is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19199 khlp=\E[28~, kich1=\E[2~, krdo=\E[29~, nel=\EE$<5>,
19200 ri=\EM$<5>, rmacs=^O, rmir=\E[4l, rmkx=\E[?1l\E>,
19202 rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19208 vpa=\E[%p1%dd$<40>, use=ansi+csr, use=ansi+sgrbold,
19214 dsl=\E[0$~\E[1$~, fsl=\E[0$}, tsl=\E[2$~\E[1$},
19218 is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19220 rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19226 kend=\E[5~, khome=\E[2~, kich1=\E[1~, kpp=\E[3~, lf1=pf1,
19232 is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19234 rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19241 clear=\E[2J\E[1;1H$<20>, cr=\r$<1>,
19242 csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>,
19250 il=\E[%p1%dL$<5>, il1=\E[L$<5>, ind=\ED$<5>,
19252 is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19259 kf25=\E[35~, kf26=\E[1~, kf27=\E[2~, kf28=\E[3~,
19264 rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>,
19266 rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19280 is2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>,
19281 rs2=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H$<200>, use=ncr260vt200an,
19290 is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19292 rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>$<
19299 clear=\E[2J\E[1;1H$<20>, cr=\r$<1>,
19300 csr=\E[%i%p1%d;%p2%dr$<5>, cub=\E[%p1%dD$<5>,
19308 il=\E[%p1%dL$<5>, il1=\E[L$<5>, ind=\ED$<5>,
19310 is2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1
19317 kf25=\E[35~, kf26=\E[1~, kf27=\E[2~, kf28=\E[3~,
19322 rmacs=\017$<20>, rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>,
19324 rs2=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1
19338 is2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1
19340 rs2=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1
19351 is2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1
19353 rs2=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1
19367 # if the 'pairs' capability is defined. Un-Comment the 'pairs'
19383 kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK, kcbt=\EI,
19384 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, kdch1=\EW, kend=\ET,
19399 setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}
19430 # have it included, Un-comment it and recompile (using 'tic').
19444 setf=%?%p1%{0}%=%t%{49}%e%p1%{1}%=%t%{50}%e%p1%{2}%=%t%{51}
19468 # (ncr260wy50+pp: originally contained commented-out
19469 # <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
19482 kDC=\ER, kEND=\EY, kHOM=\E{, kPRT=\E7, kRIT=^L, ka1=^^, kbs=^H,
19483 kc1=\ET, kc3=\EK, kcbt=\EI, kcub1=^H, kcud1=\n, kcuf1=^L,
19522 kRIT=^L, ka1=^^, kb2=\EJ, kbs=^H, kc1=\ET, kc3=\EK,
19523 kcbt=\EI$<15>, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K,
19589 clear=\E[2J\E[1;1H$<300>,
19590 csr=\E[%i%p1%d;%p2%dr$<100>, cub=\E[%p1%dD$<30>,
19591 cub1=\E[D$<2>, cud=\E[%p1%dB$<30>, cud1=\E[B$<2>,
19595 dsl=\E[31l$<25>, ed=\E[0J$<300>, el=\E[0K$<30>,
19597 home=\E[H$<2>$<80>, il=\E[%p1%dL$<80>,
19598 il1=\E[B\E[L$<80>, ind=\ED,
19599 is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0$<200>,
19603 rmir=\E[4l$<80>, rmso=\E[0m$<30>, rmul=\E[0m$<30>,
19604 rs2=\Ec\E[12;31h\E[?3;4;5;10l\E[?6;7;19;25h\E[33;34l\E[0m\E(
19614 is2=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0$<200>,
19615 rs2=\Ec\E[12;31h\E[?4;5;10l\E?3;6;7;19;25h\E[33;34l\E[0m\E(B
19619 # Vendor-supplied NCR termcaps end here
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
19677 bel=^G, blink=\E0B, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^F,
19682 sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}
19688 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n,
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.
19701 bel=^G, blink=\E0B, civis=^W, clear=^L, cnorm=^X, cr=\r,
19706 is2=\E4^O, kclr=^L, kcub1=^U, kcud1=\n, kcuf1=^F, kcuu1=^Z,
19708 sgr=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}
19717 # Their e-mail address is at ndsales@newburydata.co.uk
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
19733 # 2), here is the NDR 9500. Even the line-lock, albeit disabled, is
19740 clear=\E;, cnorm=\E.1, cr=\r, cub1=^H, cud1=^V, cuf1=^L,
19746 kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER,
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),
19776 %+%;%?%p4%t%{2}%+%;%?%p3%p1%|%t%{4}%+%;%?%p2%t%{8}%+%;%c,
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.
19853 # (uts30: I added <rmam>/<smam> based on the init string -- esr)
19858 bel=^G, blink=\E[5m, bold=\E[1m, civis=\ER, clear=^L,
19859 cnorm=\ES, cr=\r, csr=\EU%p1%{32}%+%c%p2%{32}%+%c,
19866 rmacs=\Ed, rmam=\E[?7l,
19867 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\EW,
19874 # Tandem builds these things for use with its line of fault-tolerant
19875 # transaction-processing computers. They aren't generally available
19884 # natively block-mode and rather ugly, but they have a character mode which
19887 # removed <if=/usr/share/tabset/tandem653>, no such file -- esr)
19912 dt100|dt-100|Tandy DT-100 terminal,
19915 acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, clear=\E[H\E[2J,
19916 cr=\r, csr=\E[%p1%2d;%p2%2dr, cub1=^H,
19918 el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\n,
19919 is2=\E[?3l\E)0\E(B, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
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,
19931 acsc=jjkkllmmnnqqttuuvvwwxx, bel=^G, clear=\E[H\E[2J,
19932 cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
19935 ich1=\E[0@, il1=\E[0L, ind=\n, is2=\E[?3l\E)0\E(B,
19937 kf1=\E[1~, kf10=\E[10~, kf2=\E[2~, kf3=\E[3~, kf4=\E[4~,
19944 pt210|TRS-80 PT-210 printing terminal,
19952 # oscilloscope technology incorporating a long-persistence green phosphor,
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/!,
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.
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)
20073 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
20074 tek4025-cr|Tektronix 4025 for curses and rogue,
20082 # :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\0…
20092 clear=\E[2J\E[H, cr=\r, cub1=\E[1D, cud1=\E[1B, cuf1=\E[1C,
20093 cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P,
20095 il1=\E[1L, ind=\E[S, invis=\E[=6;<5, is1=\E%!1\E[m,
20098 rmacs=\E[m, rmcup=, rmir=\E[4l, rmso=\E[=0;<1m,
20100 smcup=\E%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m,
20101 smul=\E[=5;<2m, tbc=\E[1g,
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,
20108 kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmam=\E[?7l,
20109 rmkx=\E[?1l\E>, rmso=\E[m$<2>, smam=\E[?7h,
20110 smkx=\E[?1h\E=, use=ansi+csr, use=ansi+local,
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!
20146 rmcup=\E%!0\ELBH=\E%!1, rmir=\E[4l, rmkx=\E[?1l\E>,
20149 \ELI100\ELLA>\ELM0\EKE0\ENF1\EKS0\END0\E%!1\Ec\E[?3;5l
20151 sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h,
20152 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, use=ansi+csr,
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!
20189 rmcup=\E%!0\ELBH=\E%!1, rmir=\E[4l, rmkx=\E[?1l\E>,
20193 ;5l\E[?7;8h\E[r\E[m\E>,
20194 sgr0=\E[m, smacs=^N, smcup=\E[?6l, smir=\E[4h,
20195 smkx=\E[?1h\E=, smso=\E[7;42m, smul=\E[4m, use=ansi+csr,
20201 # Part No. 070-4893-00
20209 # 2 selects ANSI edit-mode
20214 # VT52's non-CSI versions of ANSI, e.g., \EJ. A possible explanation is that
20220 bel=^G, blink=\E%!1\E[5m$<2>\E%!0,
20221 bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=\r,
20224 dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=\n,
20225 kbs=^H, rev=\E%!1\E[7m$<2>\E%!0, ri=\EI,
20226 rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0,
20228 %?%p5%t<0%;%?%p6%t;1%;m$<2>\E%%!0,
20229 sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0,
20230 smul=\E%!1\E[4m$<2>\E%!0, use=vt52+arrows,
20231 # Tektronix 4207 with sysline. In the ancestral termcap file this was 4107-s;
20233 tek4207-s|Tektronix 4207 with sysline but no memory,
20235 dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8,
20236 is1=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8
20238 is2=\E7\E[?6l\E[2K\E[?6h\E8,
20239 tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107,
20250 # 4112 in non-dialog area pretending to scroll. It really wraps
20255 otek4112|o4112-nd|otek4113|otek4114|Tektronix 4110 series (old),
20258 bel=^G, clear=\E^L, cr=\r, cub1=^H, cud1=\n, cuu1=^K, ind=\n,
20264 cbt=\E[Z, clear=\E[2J\E[0;0H, cub1=^H, cud1=\E[B,
20266 dl1=\E[M, ed=\E[0J, el=\E[0K, ich1=\E[@, il1=\E[L,
20267 ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8,
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,
20295 clear=\E^L, cub1=^H, cud1=\n, cuf1=^I, cuu1=^K,
20302 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
20306 cbt=\E[Z, clear=\E[H\E[2J,
20310 if=/usr/share/tabset/vt100, il1=\E[L,
20312 \E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[m,
20313 kbs=^H, ri=\EM, rmam=\E[?7l,
20314 rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l,
20322 ich1=\E[@, ind=\n, kcuu1=\E[A, rmam=\E[?7l, sgr0=\E[m,
20328 # The tek4125 emulates a VT100 incorrectly - the scrolling region
20329 # command is ignored. The following entry replaces <csr> with the needed
20335 # commented out, <smir>=\E1 because there's no <rmir> -- esr)
20338 csr@, dl1=\E[1M, il1=\E[1L,
20340 \ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h
20348 # I merged in <msgr>,<ind>,<ri>,<invis>,<tbc> from a BRL entry -- esr)
20356 il1=\E[L$<3/>, ind=\E[S, invis=\E[=6;<5,
20357 is2=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8
20362 rmul=\E[m, sgr0=\E[m, smcup=\E[?6l\E[H\E[J, smso=\E[7m,
20367 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
20371 blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cub1=^H, cud1=\n,
20373 dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\E[2I,
20374 il1=\E[1L, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
20375 rmcup=\E[1;1H\E[0J\E[?6h\E[?1l, rmir=\E[4l,
20377 smcup=\E%\E!1\E[1;32r\E[?6l\E>, smir=\E[4h,
20378 smkx=\E[?1l, smso=\E[7m, smul=\E[4m, use=ansi+csr,
20381 # I added the is string - straight Unix has ESC ; in the login
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.
20412 clear=\E[2J\E[H, cr=\r, cup=\E[%i%p1%d;%p2%dH,
20415 home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L,
20417 initc=\E%%!0\ETF4%?%p1%{0}%=%t0%e%p1%{1}%=%t4%e%p1%{2}%=%t3
20434 rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[24m,
20435 setb=\E[=%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1
20438 setf=\E[<%?%p1%{0}%=%t0m%e%p1%{1}%=%t4m%e%p1%{2}%=%t3m%e%p1
20442 smcup=\E%%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m,
20450 # Teletype-branded VDTs are listed in the AT&T section.
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.
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)
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,
20523 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
20524 vc404|Volker-Craig 404,
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.,
20539 cup=\E\021%p2%c%p1%c$<40>, cuu1=\E^L, dch1=\E3,
20542 kcuu1=\E^L, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, kf4=\EE,
20546 vc415|Volker-Craig 415,
20547 clear=^L, use=vc404,
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,
20559 # crude adm3a-type terminal.
20561 pcplot|pc-plot terminal emulation program,
20563 csr@, dl@, dl1@, il@, il1@, rc@, sc@, use=vt100+4bsd,
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
20569 # around. (I added two capabilities from the BRL entry -- esr)
20573 bel=^G, clear=\032$<1/>, cr=\r, cud1=\n, cuf1=^L,
20575 el=^X, home=^^, il1=\EE, ind=\n, kcud1=\n, kcuf1=^L, kcuu1=^K,
20578 # (ibmpc: commented out <smir>=\200R because we don't know <rmir> -- esr)
20579 ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS),
20582 bel=^G, clear=^L^K, cr=\r^^, cub1=^], cud1=\n, cuf1=^\,
20585 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX,
20588 acsc=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x
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
20613 # The clear key on a IIgs will do something like clear-screen,
20618 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^\,
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,
20648 bel=\007$<500/>, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^U,
20656 clear=^L, cnorm=^TC2, cub1=^H, cud1=\n, cuf1=^\,
20662 apple-80|Apple II with smarterm 80 col,
20668 apple-soroc|Apple emulating Soroc 120,
20671 bel=^G, clear=\E*$<300>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
20673 home=^^, ind=\n, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K,
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,
20694 acsc=, clear=^L, cuf1=^\,
20699 apple-uterm|Ultraterm for Apple micros,
20702 acsc=, clear=^L, cuf1=^\,
20714 # HMH 2/23/81
20715 apple80p|80-column apple with Pascal card,
20718 clear=^Y^L, cuf1=^\:, cup=\036%p2%{32}%+%c%p1%{32}%+%c,
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)
20772 acsc=jdkclfmenbqattuvvuwsx`, civis=\E[5h, clear=^L,
20773 cnorm=\E[5l, cub1=^H, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P,
20775 il1=\E[L, is2=\E>\E[m\014, kbs=^H, kcub1=\E[D, kcud1=\E[B,
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.
20794 lisaterm|Apple Lisa or Lisa/2 running LisaTerm VT100 emulation,
20797 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=\r,
20802 ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
20803 rs1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r,
20805 tbc=\E[3g, use=ansi+csr, use=ansi+local,
20808 lisaterm-w|Apple Lisa with Lisaterm in 132 column mode,
20822 mac-w|macterminal-w|Apple Macintosh with MacTerminal in 132 column mode,
20829 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
20836 cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I,
20838 kcuf1=^I, kcuu1=^L, rev=^_\s, rmso=^_!, rmul=^_#,
20840 # (trs2: removed obsolete ":nl=^_:" -- esr)
20844 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=^_, cuf1=^],
20850 # :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
20852 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
20853 trs16|trs-80 model 16 console,
20856 acsc=jak`l_mbquvewcxs, bel=^G, civis=\ERc, clear=^L,
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
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,
20898 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, home=\E[H,
20900 is2=\E[20l, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
20901 kcuu1=\E[A, kf0=\E[9~, kf1=\E[0~, kf2=\E[1~, kf3=\E[2~,
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,
20922 indn=\233%p1%dS, invis=\2338m, is2=\23320l, kbs=^H,
20928 rmul=\2330m, rs1=\Ec, sgr0=\2330m, smacs=^N, smcup=\233?7l,
20931 # From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
20938 amiga-8bit|Amiga ANSI using 8-bit controls,
20939 acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L,
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),
20948 bel=^G, blink=\E[7;2m, bold=\E[1m, civis=\E[0p,
20949 cnorm=\E[p\E[>?6l, cr=\r, csr=\E[%i%p1%d;%p2%dr,
20951 dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[1M, flash=^G,
20952 ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[1L, ind=\ED,
20954 is2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h,
20956 kf3=\E[2~, kf4=\E[3~, kf5=\E[4~, kf6=\E[5~, kf7=\E[6~,
20959 rev=\E[7m, ri=\EM, rmcup=\E[?7h\E[r\E[J, rmkx=\E[?1l,
20961 rs2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h,
20963 setaf=\E[%?%p1%{8}%>%t%'2'%p1%+%d%e3%p1%d%;m,
20971 acsc=, dl=\233%p1%dM, dl1=\233M, il=\233%p1%dL, il1=\233L,
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
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,
20992 cuf1=^F, cup=\E\013%p1%2d\,%p2%2d\,$<20/>, cuu1=^P,
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,
21028 kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El,
21030 osborne|osborne1|Osborne I in 80-column mode,
21033 clear=^Z, cub1=\010$<4>, cud1=\n, cuf1=^L,
21036 kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, rmir=, rmso=\E),
21045 OTnl=\n, bel=^G, clear=^Z, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
21048 is2=\Eq\Ek\Em\EA\Ex0, kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L,
21056 # Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
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
21073 \331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v
21076 kf11=\E[11;2~, kf12=\E[12;2~, kf13=\E[13;2~,
21077 kf14=\E[14;2~, kf15=\E[15;2~, kf16=\E[17;2~,
21078 kf17=\E[18;2~, kf18=\E[19;2~, kf19=\E[20;2~, kf2=\E[12~,
21079 kf20=\E[21;2~, kf21=\E[11;5~, kf22=\E[12;5~,
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),
21098 el1=\E[2K, is2=\E[0m, lf0=End, lf1=PgUp, lf2=PgDn, lf3=Num +,
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,
21135 # different strings, (2) enhanced standout, (3) added insert/delete line.
21137 # There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
21139 pc-venix|venix|IBM PC console running Venix,
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=^^,
21165 home=^], ht=^I, if=/usr/share/tabset/vt100, il1=\E[L,
21167 is2=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H,
21171 rmir=\E[4l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smir=\E[4h,
21172 smso=\E[7m, smul=\E[4m, use=ansi+csr,
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.
21204 bel=^G, clear=\032$<1>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
21212 # \E[?3l 80 columns
21213 # \E[?4l scrolling on
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,
21223 blink=\E[5m, bold=\E[1m, civis=\E[<1h, cnorm=\E[<1l, cr=\r,
21226 is1=\E:1}\Ec\E[?4l\E[12h, is2=\Ec\E[12h\E)0,
21227 is3=\E[?3l, kclr=\E[2J, kdch1=\E[P, kdl1=\E[M, kf0=\EOp,
21230 kil1=\E[4l, knp=\EOn, kpp=\EOR, ll=\E[24;80H, mc0=\E[i,
21231 nel=\r\n, rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l,
21232 rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E[?4l\E[12h,
21235 use=ansi+csr, use=ansi+erase, use=ansi+idl,
21243 acsc=j+k+l+m+n+o~q`s_t+u+v+w+x|, bel=^G, blink=\EH,
21244 civis=^T, clear=^L, cnorm=^Q, cr=\r, cub1=^H, cud1=\n, cuf1=^I,
21261 u6=\037%c%'A'%-%c%'A'%-, u7=\Ea,
21263 .dim=\EB, .hup=\E9g, .rs2=^L, .u8=^ABr4^D,
21264 C0=`>a9f!j%k4l<m-n=p#q\,rpt=u5v-w<x5yvzy|l~$, E0=^O,
21273 \335BY\,\336l\,\337{\,\340Aa\,\341Ba\,\342Ca\,\343Da\,
21279 \177\,--,
21280 minitel1b|minitel 1-bistandard (in 40cols mode),
21284 kclr=\E[2J, kctab=^I, kdch1=\E[P, kdl1=\E[M, kent@, kf1=^SD,
21285 kf10=^Y0, kf11=^Y1, kf12=^Y/, kf13=^Y{1, kf14=^Y{2,
21289 kf8=^Y\,, kf9=^Y., khlp@, kich1=\E[4h, kil1=\E[L, krfr@,
21291 lf5=Correction, lf6=Annulation, rmir=\E[4l, smir=\E[4h,
21295 .rs1=\E[4l\E[2l, .smkx=\E;iYA\E;jYC, .u8=^ACu<^D,
21300 minitel1b-80|minitel 1-bistandard (standard teleinformatique),
21315 rs2=\036\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[
21316 H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M
21317 \E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2
21318 M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[
21319 2M\E[H\E[J\E[m,
21322 tsl=\037@%?%p1%{63}%<%t%p1%'A'%+%c%e\177%p1%{62}%-%Pa%?%ga
21323 %{1}%&%t\011%;%?%ga%{2}%&%t\011\011%;%?%ga%{4}%&%t\011
21331 .smacs=^N, C0=}#f[j+k+l+m+n+o~q=s_t+u+v+w+x!0\032,
21344 minitel1-nb|minitel 1 (40cols) noir & blanc sans couleurs avec bold et dim ...,
21346 bold=\EG, clear=^L\EB,
21348 op@, rs2=^L\EB, setab@, setaf@, setb@, setf@,
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~$,
21357 bold=\EG, clear=^L\EB, cup=\E[%i%p1%d;%p2%dH, dim=\ED,
21360 kpp=\E"4\r, op@, rmacs=^O, rs2=^L\EB, setab@, setaf@, setb@,
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),
21397 \364\E(3J\,\365o\,\366\E(3K\,\367\E(3h\,\371\E(3L\,\372u
21399 \,+k\,.l\,0\177\,-j,
21400 use=minitel12-80,
21402 minitel12-80|minitel 12 (80cols),
21403 civis=\E[<1h, cnorm=\E[<1l, is2=\E[12h, u6=\E[%i%d;%dH,
21405 .acsc=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0
21407 .enacs=\E)3, .rmacs=^O, .rs3=\E[?4l, .scs=\E(%p1%c,
21409 C0=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}}\,m+k.l-j0\177,
21420 \363o\,\364\E(3J\,\365o\,\366\E(3K\,\367\E(3h\,\371\E(3L
21422 \,\\\,m\,+k\,.l\,0\177\,-j,
21423 use=minitel1b-80,
21443 acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
21445 bel=\007\E\^ \E\\, bold@, csr@, flash=\Eg\E\^ \E\\, kmous@,
21446 rmul@, smul@, u8=\E[?1;2c, use=decid+cpr,
21450 kclr=\E[2J, kdl1=\E[M, kf13=^Y{1, kf14=^Y{2, kf15=^Y{3,
21452 kf21=^Y{9, kf22=^Y{0, kf23=^Y{*, kf24=^Y{#, kil1=\E[L,
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,
21469 bold=\E[1m, dim=\E[2m, op@, setab@, setaf@, setb@, setf@,
21474 linux-m1|Linux Minitel 1 "like" Couleurs,
21477 acsc=a\261f\370g\361h\260j\274k\273l\311m\310n\316q\315t
21480 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, ech=\E[%p1%dX,
21481 el1=\E[1K, enacs=\E)U, flash=\E[?5h$<100/>\E[?5l,
21494 rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmpch=\E[10m,
21497 smso=\E[7m, tbc=\E[3g, vpa=\E[%i%p1%dd, .VN=\E[?5l,
21501 E3=\E[99H\E[2J\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
21509 use=ansi+arrows, use=ansi+csr, use=ansi+cup,
21514 # 1. Using double-shapes for VT100 graphical chars (eg: mc).
21515 # 2. Native brown color corrected to good yellow color.
21518 # 5. ich/ich1 not filled because of non-curses programs.
21519 #--
21523 linux-m1b|Linux Minitel 1B "like" Monochrome (Gris/Blanc/Noir+Dim),
21529 FF\E]PDFFFFFF\E]PEFFFFFF\E[?2c,
21533 PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF\E[?2c,
21534 use=linux-m1,
21536 linux-m2|Linux Minitel 2 "like" Couleurs (Vert/Blanc/Noir+Bleu),
21539 acsc=++\,\,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttu
21541 bold=\E[33m, cnorm=\E[?2c\E[?25h, cvvis=\E[?8c\E[?25h,
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,
21572 u8=\E[?1;2c,
21573 E3=\E[99H\E[2J\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
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),
21615 .WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l,
21617 putty-screen|PuTTY with screen resizing extensions,
21618 WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l, use=putty,
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,
21639 bel=^G, civis=^T, clear=^L, cnorm=^Q, cr=\r, cub1=^H, cud1=\n,
21642 \n\n\n\n\n\n%;%?%p1%{4}%&%t\n\n\n\n%;%?%p1%{2}%&%t\n\n%;
21647 %&%t\011\011\011\011%;%?%p2%{2}%&%t\011\011%;%?%p2%{1}%&
21649 cuu1=^K, home=^^, nel=\r\n, rs2=^L, .el=^X, .ind=\n,
21652 viewdata-o|optimized version of Viewdata Prestel/Viewdata terminals,
21655 %{4}%&%t\n\n\n\n%;%?%ga%{2}%&%t\n\n%;%?%ga%{1}%&%t\n%;%e
21656 %{24}%ga%-%Pa%?%ga%{07}%>%t\013\013\013\013\013\013\013
21657 \013%;%?%ga%{4}%&%t\013\013\013\013%;%?%ga%{2}%&%t\013
21661 \011%;%?%p2%{2}%&%t\011\011%;%?%p2%{1}%&%t\011%;%e%{40}
21662 %p2%-%Pa%?%ga%{07}%>%t\010\010\010\010\010\010\010\010%;
21664 %{4}%&%t\010\010\010\010%;%?%ga%{2}%&%t\010\010%;%?%ga
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)
21689 cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L,
21699 # was good. But lo, upon the horizon loomed a mighty management-type person
21718 bel=^G, clear=^L, cr=\r, cub1=\ED, cud1=\n, cuf1=\EC,
21725 # (cbblit: here's a BSD termcap that says <cud1=\EG> -- esr)
21735 bel=^G, clear=^L, cr=\r, cub1=\ED, cud1=\n, cuf1=\EC,
21743 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
21751 # 70's, sure beat a VT100. It had one strange feature tho -- it used
21772 flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h,
21775 flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h,
21781 cup=%i\E[%p1%d;%p2%dH, dl1=\E[M$<2*>, ed=\E[J$<150>,
21782 el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, ind=\n$<280>,
21786 smso=\E[7m, use=ansi+csr, use=ansi+local1,
21789 flash=\E[?5l$<200/>\E[?5h, is2=\E>\E[?5h\E[?7h,
21792 flash=\E[?5h$<200/>\E[?5l, is2=\E>\E[?5l\E[?7h,
21794 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
21798 cup=%i\E[%p1%d;%p2%dH, dl1=\E[M$<2*>, ed=\E[J$<150>,
21799 el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, ind=\n$<280>, kf1=\EP,
21801 ll=\E[64;1H, rmam=\E[?7l, rmkx=\E>, rmso=\E[m, sgr0=\E[m,
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)
21843 # RM solicited status mode: ^[[5l
21844 # RM character mode: ^[[>l
21845 # RM echoplex mode: ^[[12l
21846 # RM column tab mode: ^[[18l
21847 # RM forbid SS2 keyboard mode: ^[[?<l
21856 # ED erase entire partition: ^[[2J
21859 # RM character replacement mode: ^[[4l
21862 # SGR dim (turquoise) rev attr: ^[[2;7m
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{{||}}~~,
21876 bel=^G, blink=\E[0;5m, civis=\E[1r, clear=\E[2J,
21878 dch=\E[%p1%dP, dch1=\E[P, dim=\E[0;2m,
21879 dsl=\EPY99:98\E\\\E[0;98v\E[2J\E[v, fsl=\E[v,
21882 is2=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p,
21885 kf2=\E[2u\027, kf3=\E[3u\027, kf4=\E[4u\027,
21887 kf8=\E[8u\027, khts=\EH, kil1=\E[L, krmir=\E[4l,
21889 rev=\E[0;7m, rmacs=^O, rmcup=\E[0;98v\E[2J\E[v,
21890 rmir=\E[4l, rs2=\E[?=h\Ec, s0ds=^O, s1ds=^N,
21891 sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?
21895 tsl=\EPY99:98\E\\\E[0;98v\E[2;7m, use=ansi+arrows,
21899 tws2102-sna|dku7102-sna|Bull Questar tws2102 for SNA,
21900 dsl=\E[0;98v\E[2J\E[v, fsl=\E[v, is3=\Eb, tsl=\E[0;98v,
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),
21907 clear=\E[2J\E[H, cup@, dl@, dl1@,
21908 dsl=\EPY99:98\E\\\E[0;98v\E[2J\E[H\E[v, el=\E[K\E[m,
21909 il@, il1@, tsl=\EPY99:98\E\\\E[0;98v\E[H\E[2;7m,
21910 use=tws-generic,
21912 blink=\E[0;2;4m, dim=\E[0;5m, ht=^I, is3=\E[?3h\Eb,
21913 sgr=\E[0%?%p1%t;2;4;5;7%;%?%p3%t;7%;%?%p2%t;2%;%?%p4%t;2;4%;
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.
21935 # 2. the second with Command Sequence Introducer starting with escape
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
21948 # SM KAM lock keyboard: esc [ 2 h
21949 # RM KAM unlock keyboard: esc [ 2 l
21950 # SM SRM local echo off: esc [ 1 2 h
21951 # RM SRM local echo on: esc [ 1 2 l
21952 # SM LNM New line : esc [ 2 0 h
21953 # RM LNM return = CR only: esc [ 2 0 l
21955 # RM DECCKM appli. keys mode: esc [ ? 1 l
21956 # SM DECANM ANSI mode on: esc [ ? 2 h
21957 # RM DECANM ANSI mode off: esc [ ? 2 l
21958 # SM DECCOLM 132-column screen: esc [ ? 3 h
21959 # RM DECCOLM 80-column screen: esc [ ? 3 l
21961 # RM DECSCLM Jump scroll: esc [ ? 4 l
21963 # RM DECSCNM screen dark backgr. esc [ ? 5 l
21965 # RM DECOM move outside margins: esc [ ? 6 l
21967 # RM DECAWM auto right margin: esc [ ? 7 l
21969 # RM DECARM auto repeat: esc [ ? 8 l
21974 # DECSSDT Select status host-wr: esc [ 2 $ ~
21975 # SM DECTCEM Visible cursor: esc [ ? 2 5 h
21976 # RM DECTCEM Invisible cursor: esc [ ? 2 5 l
21977 # SM DECNCRM 7 bits NCR set: esc [ ? 4 2 h
21978 # RM DECNCRM Multi or ISO latin: esc [ ? 4 2 l
21980 # RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
21982 # RM DECKBUM clavier bureautique: esc [ ? 6 8 l
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
21997 dch=\E[%p1%dP, dch1=\E[P, dsl=\E[1$}\E[2$~\n\E[0$},
21998 ech=\E[%p1%dX, el1=\E[1K, flash=\E[?5h$<50>\E[?5l,
21999 ich=\E[%p1%d@, ind=\ED, is1=\E[63;1"p\E[2h,
22000 is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22001 l,
22002 is3=\E[0$}\E[?25h\E[2l\E[H\E[J, ka1=\EOw, ka3=\EOy,
22009 nel=\EE, rev=\E[7m, ri=\EM, rmacs=\E(B, rmam=\E[?7l,
22010 rmcup=\E[?7h, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m,
22011 rmul=\E[24m, rs1=\E[!p, rs2=\E[?3l, s0ds=\E(B, s1ds=\E(0,
22015 smcup=\E[?7l\E[?1l\E(B, smir=\E[4h, smso=\E[7m,
22016 smul=\E[4m, tsl=\E[1$}\E[2$~, use=ansi+enq, use=ansi+csr,
22021 bq300-rv|Bull VT320 reverse 80 columns,
22022 flash=\E[?5l$<50>\E[?5h,
22023 is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22024 l,
22026 bq300-w|Bull VT320 132 columns,
22028 is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22029 l,
22031 bq300-w-rv|Bull VT320 reverse mode 132 columns,
22033 flash=\E[?5l$<50>\E[?5h,
22034 is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22035 l,
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
22054 # SM KAM lock keyboard: csi 2 h
22055 # RM KAM unlock keyboard: csi 2 l
22056 # SM SRM local echo off: csi 1 2 h
22057 # RM SRM local echo on: csi 1 2 l
22058 # SM LNM New line : csi 2 0 h
22059 # RM LNM return = CR only: csi 2 0 l
22061 # RM DECCKM appli. keys mode: csi ? 1 l
22062 # SM DECANM ANSI mode on: csi ? 2 h
22063 # RM DECANM ANSI mode off: csi ? 2 l
22064 # SM DECCOLM 132-column screen: csi ? 3 h
22065 # RM DECCOLM 80-column screen: csi ? 3 l
22067 # RM DECSCLM Jump scroll: csi ? 4 l
22069 # RM DECSCNM screen dark backgr. csi ? 5 l
22071 # RM DECOM move outside margins: csi ? 6 l
22073 # RM DECAWM auto right margin: csi ? 7 l
22075 # RM DECARM auto repeat: csi ? 8 l
22080 # DECSSDT Select status host-wr: csi 2 $ ~
22081 # SM DECTCEM Visible cursor: csi ? 2 5 h
22082 # RM DECTCEM Invisible cursor: csi ? 2 5 l
22083 # SM DECNCRM 7 bits NCR set: csi ? 4 2 h
22084 # RM DECNCRM Multi or ISO latin: csi ? 4 2 l
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,
22096 csr=\233%i%p1%d;%p2%dr, cub=\233%p1%dD, cub1=\2331D,
22101 el=\233K, el1=\2331K, flash=\233?5h$<50>\233?5l,
22103 il1=\233L, ind=\ED, is1=\E[63;2"p\E[2h,
22104 is2=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22105 l,
22106 is3=\2330$}\233?25h\2332l\233H\233J, ka1=\217w,
22117 rev=\2337m, ri=\EM, rmacs=\E(B, rmam=\233?7l,
22118 rmcup=\233?7h, rmir=\2334l, rmkx=\233?1l\E>,
22119 rmso=\23327m, rmul=\23324m, rs1=\E[!p, rs2=\E[?3l,
22124 smcup=\233?7l\233?1l\E(B, smir=\2334h, smso=\2337m,
22127 bq300-8rv|Bull VT320 8-bit reverse mode 80 columns,
22128 flash=\233?5l$<50>\233?5h,
22129 is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22130 l,
22131 use=bq300-8,
22132 bq300-8w|Bull VT320 8-bit 132 columns,
22134 is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22135 l,
22136 rs2=\233?3h, use=bq300-8,
22137 bq300-w-8rv|Bull VT320 8-bit reverse mode 132 columns,
22139 flash=\233?5l$<50>\233?5h,
22140 is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22141 l,
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,
22156 flash=\E[?5l$<50>\E[?5h,
22157 is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22158 l,
22159 use=bq300-pc,
22160 bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal,
22162 is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22163 l,
22164 rs2=\E[?3h, use=bq300-pc,
22165 bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns,
22167 flash=\E[?5l$<50>\E[?5h,
22168 is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sF\E[?42l\E[?4
22169 l,
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,
22182 flash=\E[?5l$<50>\E[?5h,
22183 is2=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22184 l,
22185 use=bq300-8-pc,
22186 bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns,
22188 is2=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22189 l,
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,
22193 flash=\E[?5l$<50>\E[?5h,
22194 is2=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E\sG\E[?42l\E[?4
22195 l,
22196 rs2=\E[?3h, use=bq300-8-pc,
22214 # LGR Line-graphic mode reset ^[F
22215 # LGS Line-graphic mode set ^[G
22216 # NEP non echoplex mode (by host) ^[l
22220 # PRES print adapter reset ^[[2p
22234 # SSP2 partition n format 2 ^[[PnPnSTRINGu
22236 # SSPR multi-part. reset ^[[<>u
22250 # This covers the vip7800 and BQ3155-vip7800
22251 vip|Bull Questar 3155-7800,
22267 khome=\EH, khts=\Ep, kich1=\E[I, kil1=\E[L, kind=\E[0s,
22271 ri=\EA\EJ\EH\E[L$<10>, rmacs=\EF, rmir=\E[J, rmso=\EsR,
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,
22300 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^],
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|,
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,
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
22367 # For each graphic character you must send 2 ESC's (\E\E) followed
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
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 |
22457 vt61|vt-61|vt61.5|DEC VT61,
22465 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
22469 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
22471 is2=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h,
22474 rmam=\E[?7l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m,
22478 # DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce
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
22503 # \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
22506 # \E[2g clear all tab stops
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}%*%-
22561 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
22565 blink=\E[5m$<2/>, bold=\E[1m$<2/>,
22566 clear=\E[H\E[2J$<50/>, cub1=^H, cud1=\n, cuf1=\E[C$<2/>,
22567 cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>,
22571 kf3=\EOR, kf4=\EOS, rev=\E[7m$<2/>,
22572 rf=/usr/share/tabset/vt100, ri=\EM$<5/>, rmam=\E[7l,
22573 rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m$<2/>,
22574 rs1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
22575 sgr0=\E[m$<2/>, smam=\E[7l, smkx=\E[?1h\E=, smso=\E[7m,
22576 smul=\E[4m$<2/>, use=ansi+csr,
22590 # (ps300: changed ":pt@:" to "it@" -- esr)
22611 # 0-3 = baud rate as follows:
22613 # 3 2 1 0
22614 # --- --- --- ---
22630 # 2 = wrap at end of line (0 = no wrap)
22638 # 7 6 5 4 3 2 1 0
22642 # also added empty <acsc> to suppress a tic warning -- esr)
22643 h19-a|h19a|heath-ansi|heathkit-a|Heathkit h19 ANSI mode,
22646 acsc=, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=\r, cub1=^H,
22649 ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L$<1*>, ind=\n,
22650 is2=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h,
22654 ri=\EM, rmacs=\E[11m, rmam=\E[?7l, rmir=\E[4l, rmso=\E[m,
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
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,
22734 # status line capabilities from BRL entry --esr)
22738 OTbc=\ED, acsc=, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4,
22743 ich1=\E<\E[1@\E[?2h$<1>, il1=\EL$<1/>, ind=\n$<2>,
22744 is2=\E<\E[?2h\Ev, kbs=^H, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU,
22746 khome=\EH, lf0=home, ri=\EI$<2/>, rmacs=\EF, rmir=\EO,
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,
22759 OTbc=\ED, bel=^G, blink=\E[5m, bold=\E[2m, clear=\E[2J,
22760 cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\n,
22762 dim=\E[2m, dsl=\E[>1l, ed=\E[J, el=\E[K, fsl=\E[u\E[>5l,
22768 rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m
22770 sc=\E[s, sgr0=\E[m, smcup=\E[?7l, smso=\E[7;2m, smul=\E[4m,
22774 z29a-kc-uc|h29a-kc-uc|Zenith z29 ANSI mode with keyclick and underscore cursor,
22775 rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11
22778 z29a-nkc-bc|h29a-nkc-bc|Zenith z29 ANSI mode with block cursor and no keyclick,
22779 rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m
22782 z29a-nkc-uc|h29a-nkc-uc|Zenith z29 ANSI mode with underscore cursor and no keyclick,
22783 rs1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m
22787 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode,
22792 clear=\E[2J\E[H, cnorm=\E[>5l, cr=\r,
22793 csr=\E[%i%p1%d;%p2%dr, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
22794 dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM,
22795 dl1=\E[1M, dsl=\E[>1l, ed=\E[0J, el=\E[0K, el1=\E[1K,
22796 fsl=\E[u, home=\E[H, il=\E[%p1%dL, il1=\E[1L, ind=\n,
22797 is2=\E<\E[>1;3;5;6;7l\E[0m\E[2J, ka1=\EOw, ka3=\EOu,
22801 rev=\E[7m, rmacs=\E(B, rmir=\E[4l, rmkx=\E[>7l, rmso=\E[0m,
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,
22840 # Nevada, that flourished from the mid-70s to mid-80s. They made S-100
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,
22860 clear=\E[H\E[2J, cub1=^H, cud1=\ED, cuf1=\EC,
22861 cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K,
22863 is2=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r, kcub1=\E[D,
22881 kcud1=\n, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L,
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)
22888 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^F,
22891 # The intertube 2 has the "full duplex" problem like the Tektronix 4025: if you
22894 intertube2|Intertec data systems InterTube 2,
22902 # This company made S100-bus personal computers long ago in the pre-IBM-PC
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,
22927 kf3=\EOR, kf4=\EOS, nel=\r\ED, rc=\E8, ri=\EM, rmdc=\E[4l,
22928 rmir=\E[4l, sc=\E7, sgr0=\E[m, smdc=\E[4h, smir=\E[4h,
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,
22970 clear=\EH\EJ$<50/>, cub1=^H, cud1=\EB$<2/>,
22971 cuf1=\EC$<2/>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>,
22972 cuu1=\EA$<2/>, ed=\EJ$<50/>, el=\EK$<3/>, ht=^I,
22973 is2=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E
22975 3s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;
22979 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
22980 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
22982 # mark and using delete-to-killbuffer work correctly. However, we would
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
22994 OTnl=\n, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J,
22997 flash=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q,
23001 rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, rs1=\E=\E[0q\E>,
23003 use=ansi+csr,
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,
23025 cud1=\n, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>,
23028 ind=\n, invis@, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r,
23035 rmacs=\E%%, rmcup=, smacs=\E$, smcup=\E"2\EG0\E],
23049 kcud1=\n, kcuf1=^L, kcuu1=^K, ked=\ET, kel=\EU, khome=\E@,
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!
23083 acsc=, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[>5l,
23086 cvvis=\E[>7h\E[>9l, ed=\E[J, el=\E[K, home=\E[1;1H, ht=^I,
23092 rs1=\E[1w\E[>37m\E[>39m\E[1v\E[20l\E[?3l\E[?6l\E[>5h\E[>6h
23093 \E[>7h\E[>8l\E[>9h\E[>10l\E[1;24r\E[m\E[q\E(B\017\E)0\E#
23096 tbc=\E[3g, use=ansi+csr, use=ansi+local,
23099 rt6221-w|Ramtek 6221 160x48,
23110 clear=^L, cuf1=^U, cup=\EY%p1%{32}%+%c%p2%{32}%+%c,
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,
23139 rev=\E[7m, rmacs=^O, rmkx=\E[?1l\E>,
23140 rs1=\030\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;1
23141 9l\E[r\E[m\E(B\017\E)0\E>,
23146 hirez100-w|Selanar HiREZ-100 in 132-column mode,
23156 clear=\E[;H\E[2J$<50/>, cr=\r, cub1=^H, cud1=\n, cuf1=\E[C,
23163 # Alan Frisbie <frisbie@flying-disk.com> writes:
23174 # a beer can (the old removable pop-top style) and "Soroc" was an
23182 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
23184 clear=\E*$<2>, ed=\EY, el=\ET, use=adm3a,
23188 bel=^G, cbt=\EI, clear=\E+, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
23191 kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r,
23202 # (swtp: removed obsolete ":bc=^D:" -- esr)
23206 bel=^G, clear=^L, cr=\r, cub1=^D, cud1=\n, cuf1=^S,
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
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
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
23229 # ROM and 2 ROMs as character generators. They were incredibly simple,
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
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
23281 # factory-fitted with additional hardware for Tektronix 4010 emulation.
23283 tab132|tab|tab132-15|tab 132/15,
23286 cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, il1=\E[L,
23287 is2=\E[?7h\E[?3l\E[?5l, rmir=\E[4l, rmkx@, smir=\E[4h,
23289 tab132-w|tab132 in wide mode,
23291 is2=\E[?7h\E[?3h\E[?5l, use=tab132,
23292 tab132-rv|tab132 in reverse-video mode,
23293 is2=\E[?7h\E[?3l\E[?5h, use=tab132,
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
23309 # Model 100) that were ANSI-compatible.
23319 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, ind=\n,
23323 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=\EC,
23331 dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF,
23332 ich1=\EP, il1=\EL$<2*>, ind=\n, ip=$<0.4*>,
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)
23352 cols#80, it#8, lines#24, xmc#2,
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
23366 bel=^G, clear=\E[H\E[2J, cr=\r, cub1=^H,
23368 el=\E[0K, home=\E[H, ht=^I, il1=\E[L, ind=\n, kf1=^Z1,
23371 rmir=\E[4l, rmso=\E[m, rmul=\E[m, sgr0=\E[m,
23372 smcup=\E[U\E[?38l, smir=\E[4h, smso=\E[7m, smul=\E[4m,
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>,
23413 enacs=\E(B\E)0, ff=^L, flash=\E[?5h\E[?5l$<6>,
23420 kprt=^X, prot=\E&, rmacs=\017$<2>, rs2=\E[!p, sgr@,
23421 smacs=\016$<2>, vpa=\E[%p1%{1}%+%dd, use=vt220,
23425 ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 VT220 mode bit CTRL,
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,
23445 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, cr=\r,
23446 csr=%i\E[%p1%d;%p2%dr, cup=%i\E[%p1%d;%p2%dH,
23448 hts=\EH, il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B,
23454 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL,
23457 bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, cr=\r,
23458 csr=%i\E[%p1%d;%p2%dr, cup=%i\E[%p1%d;%p2%dH,
23460 hts=\EH, il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B,
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,
23484 csr@, ind=\E[1S, ri=\E[1T, use=ti924,
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,
23492 cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
23494 el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S,
23512 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL,
23523 # (zen30: removed obsolete :ma=^L ^R^L^K^P:. This entry originally
23525 # dim-reverse using ADM12-style attributes. ADM12 <smul>/<rmul> and
23526 # <invis> might work-- esr)
23530 bel=^G, clear=\E*, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
23538 # which were also in the original entry -- esr)
23539 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
23545 invis@, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K, khome=^^,
23553 csr=\ER%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=\n,
23565 # Apollo got bought by Hewlett-Packard. The Apollo workstations are
23573 clear=^L, cub1=^H, cud1=\EB, cuf1=\EC,
23595 # The <dim=\E[2m> isn't documented and therefore may not be reliable.
23601 bel=^G, civis=\E[=C, clear=\E[2J\E[H, cnorm=\E[=1C, cr=\r,
23603 dim=\E[2m, dl=\E[%p1%dM, dl1=\E[1M, ech=\E[%p1%dX, ed=\E[J,
23605 ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=\E[S, invis=\E[9m,
23612 2%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m,
23617 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
23622 clear=\E[2J\E[H, cnorm=\E[=1C, cr=\r, cub1=^H,
23623 cup=\E[%i%p1%2d;%p2%2dH, dch1=\E[1P, dim=\E[2m,
23625 ich1=\E[1@, il1=\E[1L, ind=\n, invis=\E[9m, kbs=^H,
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
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
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
23697 # applications can now use the F1-F8 keys.
23702 # Somewhat similar to a vt100-am (but different enough
23747 # they're confirmed by the man page for the System V display---esr)
23753 clear=\E[2J\E[H, cnorm=\E[=0C, cr=\r, cub1=^H,
23754 cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dim=\E[2m, ed=\E[0J,
23781 # (aws: removed unknown :dn=^K: -- esr)
23785 OTbc=^H, OTma=\016h\013j\001k\022l\002m, OTnl=\n, acsc=,
23786 clear=^L, cud1=^K, cuf1=^R, cup=\EC%p2%c%p1%c, cuu1=^A,
23795 OTbc=^N, OTma=\016h\013j\001k\022l\002m, acsc=, clear=^L,
23815 clear=\032$<1/>, cub1=^H, cud1=\n, cuf1=^L,
23820 # Fortune made a line of 68K-based UNIX boxes that were pretty nifty
23826 # From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983
23835 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
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],
23863 # (masscomp: ":MT:" changed to ":km:"; -- esr)
23867 clear=\E[2J, cub1=^H, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P,
23868 dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, il1=\E[L,
23870 kcuf1=\EOC, kcuu1=\EOA, rmir=\E[4l, rmso=\E[m, rmul=\EGau,
23874 masscomp2|masscomp large screen version 2,
23880 # OSF/1 1.1 Snapshot 2
23884 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuu1=^K, ht=^I,
23889 # The following is a version of the ibm-pc entry distributed with PC/IX,
23899 clear=\Ec, cub1=^H, cup=\E[%i%p1%2d;%p2%2dH, ed=\E[J,
23910 # :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
23912 # ":kh=\E[Y:". Added IBM-PC forms characters and highlights, they match
23913 # what was there before. -- esr)
23917 clear=^L, cub1=^H, cup=\E[%p1%d;%p2%dH, dch1=\E[P,
23918 dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L,
23919 kend=\E[d, kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N,
23925 # These terminals are *long* dead -- these entries are retained for
23929 #### Obsolete non-ANSI software emulations
23935 # 2. BLINKING, REVERSE and BOLD are allowed with colors,
23950 # 6. original color-pair is white on black.
23954 # 2) turn on the background and video attributes that have been turned
23961 colors#8, cols#80, lh#0, lines#24, lm#0, lw#0, ncv#2, nlab#0,
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,
23968 il1=\EL, ind=\n, ip=$<2>, is2=\E&jA\r, kbs=^H, kcub1=\Eu\r,
23975 %{1}%e%{0}%;%PZ%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY%?%p1
23979 %{1}%e%{0}%;%PW%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV%?%p1
23988 # gs6300 - can't use blue foreground, it clashes with underline;
23991 # (gs6300: commented out <rmln> (no <smln>) --esr)
23995 acsc=++\,\,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyz
24001 kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, mc4=\E[4i,
24002 mc5=\E[5i, op=\E[?;m, rev=\E[7m, ri=\E[L, rmacs=\E[10m,
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,
24019 # 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376. They can
24024 bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>,
24025 clear=\E[;H\E[2J$<50/>, cr=\r, cub1=^H, cud1=\n,
24026 cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>,
24027 cuu1=\E[A$<2/>, dch1=\E[1P$<7/>, dl1=\E[1M$<9/>,
24029 ich1=\E[1@$<7/>, il1=\E[1L$<9/>, is2=\E[1;24r\E[24;1H,
24032 rev=\E[7m$<2/>, rf=/usr/share/tabset/vt100,
24033 ri=\EM$<5/>, rmkx=\E>\E[?1l, rmso=\E[m$<2/>,
24034 rmul=\E[m$<2/>, rs1=\E>, sgr0=\E[m$<2/>, smkx=\E=\E[?1h,
24035 smso=\E[7m$<2/>, smul=\E[4m$<2/>, use=ansi+csr,
24044 cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>,
24045 cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>,
24047 il1=\E[L$<99>, ind=\n, kbs=^H, kcub1=\EOD, kcud1=\EOB,
24048 kcuf1=\EOC, kcuu1=\EOA, ri=\EM$<5>, rmacs=^O, rmam=\E[?7l,
24049 rmkx=\E[?1l\E>, rmso=\E[m\s,
24050 rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr0=\E[m,
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,
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)
24107 cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB,
24114 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=^Z, ff=^L, hd=\Eh, ht=^I,
24126 aj510|Anderson-Jacobson model 510,
24129 clear=^L, cub1=^H, cuf1=\EX,
24131 dch1=\E'D$<.1*>, dl1=\E&D$<2*/>, ed=\E'P, el=\E'L, ich1=,
24132 il1=\E&I$<2*/>, ip=$<.1*/>, kcub1=\EW, kcud1=\EZ,
24136 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
24141 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=\E9, ff=^L,
24147 bel=^G, cr=\r, cub1=^H, cud1=\n, cuu1=^Z, ff=^L, hd=\Eh, ht=^I,
24153 bel=^G, cr=\r, cub1=^H, cud1=\n, ff=^L, ht=^I, hts=\E1, ind=\n,
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,
24170 kf4=\E8, rmso=\Em^C, smso=\Em^L,
24171 cops10|cops|cops-10|cops 10,
24174 bel=^G, clear=\030$<30/>, cr=\r, cub1=^H, cud1=\n, cuf1=^L,
24176 ind=\n, kbs=^H, kcub1=^H, kcud1=\n, kcuf1=^L, kcuu1=^K,
24186 # merged in capabilities from a BRL entry -- esr)
24190 bel=^G, clear=^L, cnorm=\Em\En, cr=\r, cub1=^H, cud1=\n,
24194 # The d800 was an early portable terminal from c.1984-85 that looked a lot
24196 # mode (which is what this entry looks like) and several other lesser-known
24202 bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=\r, cub1=^H,
24204 cvvis=\E[>12l, ed=\E[J, el=\E[K, ht=^I, ind=\ED, kcub1=\E[D,
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,
24228 1%;m$<2>,
24229 sgr0=\E[0m$<2>, smacs@, smso=\E[7m, use=vt100+4bsd,
24230 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
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'
24247 # bewildering array of plugs on the back, including a built-in modem.
24264 cub1=^H, cud1=\n, cuf1=^L, cup=\Ea%i%p1%dR%p2%dC, cuu1=^K,
24266 ed=\EY$<100>, el=\ET, fsl=\r, home=\036$<2>, ht=\011$<5>,
24286 %t%{8}%|%;%?%p1%p3%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|
24297 bel=^G, clear=^L, cr=\r, cub1=^H, cud1=\n, cuf1=^_, cuu1=^K,
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.
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)
24329 il1=\E[L, is2=\E>\E[?3l\E[?7h\E[?8h\E[p, kcub1=\E[D,
24330 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~,
24333 rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m,
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.
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
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)
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)
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 - * -
24452 # IL Insert Line \E [ Pn L 1 eF il
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
24576 # 2 = clear char tab,
24583 # HVP, but always allow CUP as an alternate. ECMA-48 calls HVP "Character
24592 # 2 = busy, will send DSR later,
24601 # 2 = clear.
24605 # (L) The GSM parameters are vertical and horizontal parameters to scale by.
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
24617 # 2 = dim,
24624 # 9 = crossed-out (marked for deletion),
24629 # 22 = turn off 2,
24663 # 56-59 = reserved,
24664 # 61-65 = variable highlights for ideograms.
24677 # 2 = start xfer to secondary aux device,
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.
24694 # 2 = Keyboard Action Mode (KAM),
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
24747 # 2/0 to 7/14) in the ASCII table
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
24767 # I is an Intermediate character from 2/0 to 2/15 (inclusive) in the
24792 # overlaid. Control-H, the Backspace character, is actually supposed to be 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,
24815 # Erase line containing cursor Esc [ 2 K
24818 # Erase entire screen Esc [ 2 J
24820 # Some brain-damaged terminal/emulators respond to Esc [ J as if it were
24821 # Esc [ 2 J, but this is wrong; the default is 0.
24829 # Esc [ ? l ; Ps c
24844 # The specification for the DEC VT100 is document EK-VT100-UG-003.
24849 # the ANSI.SYS driver under MS-DOS. Most console drivers and ANSI
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)
24864 # 3n set foreground color / 0=black, 1=red, 2=green, 3=brown,
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
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
24893 # CSI 2h lock keyboard
24894 # CSI 2i send screen as input
24895 # CSI 2l unlock keyboard
24897 # CSI <0-2>c reserved
24898 # CSI <0-59>m select graphic rendition
24908 # CSI <n>G (hpa) position cursor at column n-1
24911 # CSI <n>L (il) insert line(s)
24924 # CSI ?7l (rmam) turn automargin off
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
25022 # "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
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
25061 # box1[2] = ACS_URCORNER
25071 # The box2 characters are the double-line versions of these forms graphics.
25076 # HS is half-intensity start; HE is half-intensity end
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
25102 # https://invisible-island.net/ncurses/ncurses-netbsd.html
25104 # ncurses makes explicit checks for a few user-definable capabilities: AX, E3,
25125 # we must read screen's source-code. For example, when XT is set, screen
25137 # e) colors beyond 0..7 are implemented by xterm's aixterm-like 16-color
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
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,
25199 # Here are the other xterm-related extensions which are used in this file:
25207 # p2 = the base64-encoded clipboard content.
25210 # Se resets the cursor style to the terminal power-on default.
25216 # XF is set/true for terminals which support the xterm focus-in/focus-out
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.
25241 # csr clears the status line
25244 # rmxx/smxx describes the ECMA-48 strikeout/crossed-out attributes, as an
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.
25294 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
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.
25327 # 9.4.2 (Thu Mar 9 01:45:44 EST 1995):
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.
25356 # * Fixed malformed ampex csr.
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.
25386 # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
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.
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.
25412 # 9.6.2 (Sat May 6 17:00:55 EDT 1995):
25414 # eliminating some special-case code in ncurses.
25417 # * Added vt320-k3, rsvidtx from the Emacs termcap.dat file. I think
25420 # * Freeze for ncurses 1.9.2 release.
25424 # * ansi-pc-color now includes the colors and pairs caps, so that
25432 # * Freeze for ncurses-1.9.3 release.
25435 # * Added csr capability to linux entry.
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.
25441 # 9.8.2 (Sat Sep 9 23:35:00 EDT 1995):
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.
25458 # 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
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,
25471 # * Added cuf1=^L to tvi925 from deleted variant tvi925a.
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
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.
25511 # 9.11.0 (Thu Nov 2 17:29:35 EST 1995):
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.
25529 # 9.11.2 (Tue Nov 7 00:21:06 EST 1995):
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.
25556 # * Corrected flash strings to have a uniform delay of .2 sec. No
25557 # more speed-dependent NUL-padding!
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.
25583 # 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
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.
25603 # * Added xterm-sun.
25616 # 9.13.2 (Tue May 7 16:10:06 EDT 1996)
25621 # * Removed mechanically-generated junk capabilities from cons* entries.
25626 # * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
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,
25662 # * xterm entry now corresponds to XFree86 3.1.2E, with color.
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.
25697 # * updated xterm entry to cover 3.1.2E's new features.
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.
25719 # * Added dec-vt220 at Adrian Garside's request.
25721 #-(original-changelog-1996/12/29-to-1998/02/28-by-TD)---------------------------
25728 # * Replaced minitel-2 entry.
25729 # * Added MGR, ansi-nt.
25737 # 10.1.2 (Sat May 24 21:10:57 EDT 1997)
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.
25758 # 10.1.8 (Sat Aug 2 18:43:18 EDT 1997)
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.
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.
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)
25932 # 1999/2/20
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
25990 # 1999/10/2
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
26033 # 2000/2/26
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
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
26131 # * add u6 (CSR) to Eterm (Michael Jennings).
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
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
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
26490 # * change several \E[2g (clear tab at current column) to \E[3g
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
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
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
27010 # account for xon -TD
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
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
27220 # + correct icl6404 csr (report by Florian Weimer).
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
27483 # + use ansi+arrows, ansi+apparrows, ansi+csr, ansi+erase, ansi+idc,
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)