####### TERMINAL TYPE DESCRIPTIONS SOURCE FILE # # Version 9.5.0 # terminfo syntax # # Eric S. Raymond (current maintainer) # John Kunze, Berkeley # Craig Leres, Berkeley # # Please e-mail changes to terminfo@ccil.org. The old termcap@berkeley.edu # address is no longer valid. # # << EOH - after reordering, above header lines survive and this line dies >> # # PURPOSE OF THIS FILE: # # This file describes the capabilities of various character-cell terminals, # as needed by software such as screen-oriented editors. # # Pointers to related resources (including the ncurses distribution) may # be found at . # # This file may be installed with an editor script (reorder) that moves the # most common terminals to the front of the file. # # FILE FORMAT: # # The version you are looking at may be in any of three formats: master # (terminfo with OT capabilities), stock terminfo, or termcap. You can tell # which by the format given in the header above. # # The master format is accepted and generated by the terminfo tools in the # ncurses suite; it differs from stock (System V-compatible) terminfo only # in that it admits a group of capabilities (prefixed `OT') equivalent to # various obsolete termcap capabilities. You can, thus, convert from master # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if # you have ncurses `tic -I' is nicer. # # The termcap version is generated automatically from the master version # using tic -C. This filtering leaves in the OT capabilities under their # original termcap names. # # For details on these formats, see terminfo(5) in the ncurses distribution, # and termcap(5) in the 4.4BSD Unix Programmer's Manual. # # Note: unlike some other distributed terminfo files (Novell Unix & SCO's), # no entry in this file has embedded comments. This is so source translation # to termcap only has to carry over leading comments. # # CONTINUITY WITH HISTORICAL VERSIONS: # # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94. # Releases 9 and up are maintained by Eric Raymond as part of the ncurses # project. # # This file contains all the capability information present in John Kunze's # last version of the termcap master file, except as noted in the change # comments at end of file. Some information about very ancient obsolete # capabilities has been moved to comments. Some all-numeric names of older # terminals have been retired. # # The 9.1.0 version of this file was translated from a syntax-corrected copy of # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for # the purpose. Unless the ncurses tic implementation and the Lisp code were # making perfectly synchronized mistakes which I then failed to catch by # eyeball, the translation was correct and perfectly information-preserving. # # Some information has been merged in from terminfo files distributed by # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information # comes from vendors who maintain official terminfos for their hardware # (notably DEC and Wyse). # # A detailed change history is included at the end of this file. # # FILE ORGANIZATION: # # Comments in this file begin with # - they cannot appear in the middle # of a terminfo/termcap entry. Individual capabilities are commented out by # placing a period between the colon and the capability name. # # Starting with version 9.00, the file is divided up into major sections # (headed by lines beginning with "########") and minor sections (beginning # with "####"); do # # grep "^####" | more # # to see a listing of section headings. The intent of the divisions is # (a) to make it easier to find things, and (b) to order the database so # that important and frequently-encountered terminal types are near the # front (so that you'll get reasonable search efficiency even if you don't # use reorder). Minor sections usually correspond to manufacturers or # standard terminal classes. Paranthesized words following manufacturer # names are type prefixes or product line names used by that manufacturers. # # Finally, because this file is released in both terminfo and termcap formats, # most references to termcap names in comments are bracketed with colons (the # termcap separator) so they can be distinguished from terminfo capability # names. # # HOW TO READ THE ENTRIES: # # The first name in an entry is the canonical name for the model or # type, last entry is a verbose description. Others are mnemonic synonyms for # the terminal. # # Terminal names look like - # The part to the left of the dash, if a dash is present, describes the # particular hardware of the terminal. The part to the right may be used # for flags indicating special ROMs, extra memory, particular terminal modes, # or user preferences. # # All names should be in lower case, for consistency in typing. # # The following are conventionally used suffixes: # mono suppress color support # rv Terminal in reverse video mode (black on white) # 2p Has two pages of memory. Likewise 4p, 8p, etc. # w Wide - in 132 column mode. # pp Has a printer port which is used. # na No arrow keys - termcap ignores arrow keys which are # actually there on the terminal, so the user can use # the arrow keys locally. # nam No auto-margin - suppress am capability # mc Magic-cookie. Some terminals (notably older Wyses) can # only support one attribute without magic-cookie lossage. # Their base entry is usually paired with another that # uses magic cookies to support multiple attributes. # vb Use visible bell (flash) rather than beep. # # To easily test a new terminal description, put it in $HOME/.termcap # and programs will look there before looking in /etc/termcap. # You can also setenv TERMPATH to a list of full pathnames (separated # by spaces or colons) to be searched by tgetent() in the order listed. # The TERMCAP environment variable is usually set to the termcap # entry itself to avoid reading files when starting up a program. # # RELEASE 9 COMMENTS: # # To avoid search clashes, some older all-numeric names for terminals have # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621). # All primary names of terminals now have alphanumeric prefixes. # # Comments marked "esr" are mostly results of applying the termcap-compiler # code packaged with ncurses and contemplating the resulting error messages. # In many cases, these indicated obvious fixes to syntax garbled by the # composers. In a few cases, I was able to deduce corrected forms for garbled # capabilities by looking at context. All the information in the original # entries is preserved in the comments. # # I changed :MT: to :km: (the 4.4BSD name) everywhere. I commented out some # capabilities (EP, dF, dT, dV, kn, ko, ma, ml, mu, xr, xx) that are no longer # used by BSD curses. # # Entries derived from XENIX use a termcap-extension set that showed up in # several entries, notably those for scoansi, ibmpcx, lisa, trs16, fos, and # the altos terminals. Its signature is the use of GS/GE as an as/ae pair. # This set of extensions and their translations are described in the extended # comment at the end of this file. # # There is a second, smaller set of extensions used by AT&T terminals and # also described in the trailing comment. # # Besides these and the terminals mentioned above, only the psterm variants, # zen50, wsiris and minitel had unknown capabilities that weren't obviously # garbled. # # INTERPRETATION OF USER CAPABILITIES # # The System V Release 4 and XPG4 terminfo format defines ten string # capabilities for use by applications, u0...u9. In this file, we use # certain of these capabilities to describe functions which are not covered # by terminfo. The mapping is as follows: # # u9 terminal enquire string (equivalent to ANSI DA) # u8 terminal answerback description # u7 cursor position request (equivalent to VT100 DSR 6) # u6 cursor position report (equivalent to ANSI CPR) # # The terminal enquire string u9 should elicit an answerback response # from the terminal. Common values for u9 will be ^E (on older ASCII # terminals) or \E[c (on newer VT100/ANSI-compatible terminals). # # The cursor position request (u7) string should elicit a cursor position # report. A typical value (for ANSI/VT100 terminals) is \E[6n. # # The terminal answerback description (u8) must consist of an expected # answerback string. The string may contain the following scanf(3)-like # escapes: # # %c Accept any character # %[...] Accept any number of characters in the given set # # The cursor position report (u6) string must contain two scanf(3)-style # %d format elements. The first of these must correspond to the Y coordinate # and the second to the %d. The typical CPR value is \E[%d;%dR (on VT100/ # ANSI-compatible terminals). # # These capabilities are used by tac(1m), the terminfo action checker soon # to be distributed with ncurses. # # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL: # # As the ANSI standard and variants take firmer hold, and as character-cell # terminals are increasingly replaced by X displays, much of this file # is becoming a historical document (this is part of the reason for the # new organization, which puts ANSI types, xterm, and vt100 up front in # confidence that this will catch 95% of new hardware). # # For the terminal types still alive, I'd like to have manufacturer's # contact data (Internet address and/or snail-mail + phone). # # I'm also interested in enriching the comments so that the latter portions of # the file do in fact become a potted history of VDT technology as seen by # UNIX hackers. Ideally, I'd like the headers for each manufacturer to # include its live/dead/out-of-the-business status, and for as many # terminal types as possible to be tagged with information like years # of heaviest use, popularity, and interesting features. # # I'm especially interested in identifying the obscure entries listed under # `Manufacturer unknown' and `Utter unknowns', before the tribal wisdom # about them gets lost. # # If you have been around long enough to contribute, please read the file # with this in mind and send me your annotations. # # COPYRIGHTS AND OTHER DELUSIONS # # The BSD ancestor of this file had a standard Regents of the University of # California copyright with dates from 1980 to 1993. # # Some information has been merged in from a terminfo file SCO distributes. # It has an obnoxious boilerplate copyright which I'm ignoring because they # took so much of the content from the ancestral BSD versions of this file # and didn't attribute it, thereby violating the BSD Regents' copyright. # # Not that anyone should care. However many valid functions copyrights may # serve, putting one on a termcap/terminfo file with hundreds of anonymous # contributors makes about as much sense as copyrighting a wall-full of # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous. # # This file deliberately has no copyright. It belongs to no one and everyone. # If you claim you own it, you will merely succeed in looking like a fool. # Use it as you like. Use it at your own risk. Copy and redistribute freely. # There are no guarantees anywhere. Svaha! ######## STANDARD AND SPECIAL TYPES # # This section describes terminal classes and maker brands that are still # quite common. # #### Specials # # Special "terminals". These are used to label tty lines when you don't # know what kind of terminal is on it. The characteristics of an unknown # terminal are the lowest common denominator - they look about like a ti 700. # The last one, "other", is like unknown but it allows an escape from software # that insists that a "real" unknown terminal is merely so far unspecified. # dumb, am, cols#80, bel=^G, cr=^M, cud1=^J, ind=^J, unknown, gn, use=dumb, other|none of the above, but not exactly unknown, am, gn, cols#80, clear=^M^J, cud1=^J, home=^M, arpanet|bussiplexer|dialup|ethernet|network|net|patch|plugboard|switch|, use=unknown, lpr|printer|print|printing|line printer, hc, os, cols#132, lines#66, bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ind=^J, #### ANSI terminals and terminal emulators # # See near the end of this file for details on ANSI conformance. # Don't mess with these entries! Lots of other entries depend on them! # # (ansi: changed ":pt:" to ":it#8:" -- esr) ansi-mini|any ansi terminal with pessimistic assumptions, am, cols#80, it#8, lines#24, clear=\E[;H\E[2J$<50>, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, # pcansi -- Procomm and some other MS-DOS `ANSI' emulations are too stupid # to recognize all of the ANSI-standard capabilities. This entry deletes all # parametrized capabilities except cup; these tend to be trouble spots # (especially rep). # From: Eric S. Raymond Feb 3 1995 pcansi|procomm ansi, am, mir, msgr, cols#80, it#8, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, il1=\E[L, ind=\E[S, invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rev=\E[7m, ri=\E[dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, tbc=\E[2g, # From: Eric S. Raymond Feb 3 1995 # ansi-mono -- full X.364 with ANSI.SYS-compatible attributes, no color. # Function-key mappings aren't in X3.64 but these are pretty standard. # If you want pound signs rather than dollars, replace `B' with `A' # in the s?ds capabilities. ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes, mc5i, cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, cuu=\E[%p1%dA, dch=\E[%p1%dP, dl=\E[%p1%dM, ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%p1%dG, ht=\E[I, ich=\E[%p1%d@, il=\E[%p1%dL, indn=\E[%p1%dS, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[M, kf10=\E[V, kf11=\E[W, kf12=\E[X, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, rep=%p1%c\E[%p2%{1}%-%db, rin=\E[%p1%dT, s0ds=\E(B, s1ds=\E)B, s2ds=\E*B, s3ds=\E+B, sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m, sgr0=\E[0;10m, tbc=\E[2g, vpa=\E[%p1%dd, use=pcansi, # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in # standard terminfo. Assumes ANSI.SYS-compatible attributes and color # From: Eric S. Raymond Feb 12 1995 ansi|ansi/pc-term compatible with color, colors#8, pairs#64, op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, u6=\E[%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c, u9=\E[c, use=ansi-mono, # # ANSI.SYS entries # # Cannot use :pt:, it does not work (why?). :ho: seems required (why?). [gts] # Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login? # :cl: clears attributes and sets wrap at margin before clearing the screen. # (ansi.sys: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr) # From: greg small ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS, am, msgr, cols#80, lines#25, bold=\E[1m, clear=\E[m\E[7h\E[2J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[K, home=\E[H, is2=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rev=\E[7m, rmacs=\E[10, rmso=\E[m, rmul=\E[m, sgr0=\E[0;10m, smacs=\E[12, smso=\E[1m, smul=\E[4m, # # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS. # This should only be used when the terminal emulator cannot redefine the keys. # Since redefining keys with ansi.sys also affects PC-DOS programs, the key # definitions must be restored. If the terminal emulator is quit while in vi # or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS. # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix # (^U and ^D are already defined for tn3270). The ESC is safe for vi but it # does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab. # Left arrow is always BS, because PC-dos can tolerate this change. # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi. # Consequently the End keypad key could not be set (it is relatively safe and # actually useful because it sends ^@ O, which beeps and opens a line above). ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi, is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, rmkx=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p, smkx=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p, use=ansi.sys, # # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer. nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS, dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, use=ansi.sys, # # See ansi.sysk and nansi.sys above. nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi, dch1=\E[1P, dl1=\E[1M, ich1=\E[1@, il1=\E[1L, is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, use=ansi.sysk, #### ANSI console types # # This entry is good for the 1.1.47 version of the Linux console driver. # # It assumes that you want A_PROTECT mapped to the alternate character set # mode that permits IBM ROM characters to be displayed (this is the assumption # used by ncurses version 1.9 and after, in order not to collide with the # internationalization attribute values specified in the XSI Curses standard). # # Note: there are numerous broken linux entries out there, which didn't screw # up BSD termcap but hose ncurses's smarter cursor-movement optimization. # One common pathology is an incorrect tab length of 4. Also note that the # hpa=\E[%dG/vpa=\E[%dd capabilities seem not to be reliable. To reproduce # the bug, re-introduce them and run worm -T 200 212 from the ncurses # test suite, save the trace, then worm -N -T 200 212. Observe that the first # run fails to properly delete some worm segments, then diff the trace files. # # From: Eric S. Raymond Mar 13 1995 linux|linux console, am, bce, eo, mir, msgr, xenl, xon, colors#8, cols#80, it#8, lines#25, pairs#64, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J, cnorm=\E[?25h, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=^M^J, op=\E[37;40m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E[10m, rmir=\E[4l, rmpch=\E[10m, rmso=\E[m, rmul=\E[24m, sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, setb=\E[%p1%{40}%+%dm, setf=\E[%p1%{30}%+%dm, sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m, sgr0=\E[0;10m, smacs=\E[12m, smir=\E[4h, smpch=\E[11m, smso=\E[7m, smul=\E[4m, tbc=\E[3g, u6=\E[%d;%dR, u7=\E[6n, u8=\E[?6c, u9=\E[c, linux-mono|Linux console, no color, colors@, pairs@, setab@, setb@, setf@, use=linux, # SCO console and SOS-Syscons console for 386bsd # (scoansi: had unknown capabilities # :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\ # :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:RT=^J: # :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\ # :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\ # :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\ # I renamed GS/GE/HM/EN/PU/PD and mapped ":pt:" to ":it#8:" -- esr) scoansi|SCO Extended ANSI standard crt, am, eo, cols#80, it#8, lines#25, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, ri=\E[T, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, # From: Eric Raymond Wed Jan 18 17:14:34 EST 1995 att6386|AT386|at386|386AT|386at|AT&T WGS 6386 console, am, bw, eo, xon, colors#8, cols#80, it#8, lines#25, pairs#64, acsc=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[1M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, flash=^G, home=\E[H, hpa=\E[%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=\E[S, indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf10=\EOY, kf11=\EOZ, kf12=\EOA, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H, kich1=\E[@, knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m, sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m, tbc=\E[2g, vpa=\E[%p1%dd, # (pc6300plus: ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr) pc6300plus|6300plus, am, cols#80, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[=C, clear=\E[2J\E[H, cnorm=\E[=1C, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[1P, dim=\E[2m, dl1=\E[1M, ed=\E[0J, el=\E[0K, home=\E[H, hts=\EH, ich1=\E[1@, il1=\E[1L, ind=^J, invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOc, kf10=\EOu, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\EOk, nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[7m, smul=\E[4m, tbc=\E[3g, # # Terminfo entry for the AT&T Unix PC 7300 # from escape(7) in Unix PC 7300 Manual. # Somewhat similar to a vt100-am (but different enough # to redo this from scratch.) # # /*************************************************************** # * # * FONT LOADING PROGRAM FOR THE UNIX PC # * # * This routine loads a font defined in the file ALTFONT # * into font memory slot #1. Once the font has been loaded, # * it can be used as an alternative character set. # * # * The call to ioctl with the argument WIOCLFONT is the key # * to this routine. For more information, see window(7) in # * the PC 7300 documentation. # ***************************************************************/ # #include /* needed for strcpy call */ # #include /* needed for ioctl call */ # #define FNSIZE 60 /* font name size */ # #define ALTFONT "/usr/lib/wfont/special.8.ft" /* font file */ # /* # * The file /usr/lib/wfont/special.8.ft comes with the # * standard PC software. It defines a graphics character set # * similar to that of the Teletype 5425 terminal. To view # * this or other fonts in /usr/lib/wfont, use the command # * cfont . For further information on fonts see # * cfont(1) in the PC 7300 documentation. # */ # # struct altfdata /* structure for alt font data */ # { # short altf_slot; /* memory slot number */ # char altf_name[FNSIZE]; /* font name (file name) */ # }; # ldfont() # { # int wd; /* window in which altfont will be */ # struct altfdata altf; # altf.altf_slot=1; # strcpy(altf.altf_name,ALTFONT); # for (wd =1; wd < 12; wd++) { # ioctl(wd, WIOCLFONT,&altf); # } # } # att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300, am, xenl, xon, cols#80, it#8, lines#24, bel=^G, bold=\E[7m, cbt=\E^I, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=^O, kBEG=\EBG, kCAN=\ECN, kCPY=\ECP, kCRT=\ECR, kDC=\EDC, kDL=\EDL, kEND=\EEN, kEOL=\ECI, kFND=\EFI, kHLP=\EHL, kHOM=\EHM, kIC=\ENJ, kLFT=\EBW, kMOV=\EMV, kNXT=\ENX, kOPT=\EOT, kPRV=\EPV, kRDO=\ERO, kRIT=\EFW, kRPL=\ERP, kSAV=\ESV, kUND=\EUD, kbeg=\Ebg, kbs=^H, kcan=\Ecn, kcbt=\E^I, kclo=\Ecl, kclr=\Ece, kcmd=\Ecm, kcpy=\Ecp, kcrt=\Ecr, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\Edc, ked=\Ece, kel=\Eci, kend=\Een, kext=\Eex, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kfnd=\Efi, khlp=\Ehl, khome=\Ehm, kich1=\Eim, kind=\Erd, kmov=\Emv, kmrk=\Emk, knp=\Epg, knxt=\Enx, kopn=\Eop, kopt=\Eot, kpp=\EPG, kprt=\Epr, kprv=\Epv, krdo=\Ero, kref=\Ere, krfr=\Erf, kri=\Eru, krpl=\Erp, krst=\Ers, ksav=\Esv, kslt=\Esl, kund=\Eud, nel=\EE, rev=\E[7m, ri=\EM, rmacs=\E[10m, rmso=\E[0m, rmul=\E[0m, sgr0=\E[0;10m, smacs=\E[11m, smso=\E[7m, smul=\E[4m, # From: iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal, am, cols#80, it#8, lines#40, bel=^G, bold=\E[1m, clear=\E[H\E[2J, cnorm=\E[9/y\E[12/y\E[=6l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[10/y\E[=1h\E[=2l\E[=6h, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=\ED, is2=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8, kDC=\E[P, kEND=\E[147q, kHOM=\E[143q, kLFT=\E[158q, kPRT=\E[210q, kRIT=\E[167q, kSPD=\E[218q, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^¿, kend=\E[146q, kent=^M, kf1=\E[001q, kf10=\EOQ, kf11=\EOR, kf12=\EOS, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, kf9=\EOP, khome=\E[H, kich1=\E[139q, knp=\E[154q, kpp=\E[150q, kprt=\E[209q, krmir=\E[146q, kspd=\E[217q, nel=\EE, pfkey=\EP101;%p1%d.y%p2%s\E\\, rc=\E8, rev=\E[7m, ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smso=\E[1;7m, smul=\E[4m, tbc=\E[3g, # From: Alex R.N. Wetmore pc3|ibmpc3|IBM PC 386BSD Console, am, bw, eo, cols#80, lines#25, acsc=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305, bold=\E[7m, clear=\Ec, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[;H, ind=\E[S, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[Y, ri=\E[T, rmso=\E[1;0x\E[2;7x, rmul=\E[1;0x\E[2;7x, sgr0=\E[0m\E[1;0x\E[2;7x, smso=\E[1;7x\E[2;0x, smul=\E[1;7x\E[2;0x, # The following is a version of the ibm-pc entry distributed with PC/IX, # (Interactive Systems' System 3 for the Big Blue), modified by Richard # McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original, # (the former is untrue, and the latter failed under UCB/man); standout and # underline modes have been added. Note: this entry describes the "native" # capabilities of the PC monochrome display, without ANY emulation; most # communications packages (but NOT PC/IX connect) do some kind of emulation. pcix|PC/IX console, am, bw, eo, cols#80, lines#24, clear=\Ec, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[;H, rmso=\E[0m, rmul=\E[0m, smso=\E[7m, smul=\E[4m, # (ibmx: this entry formerly included the following unknown capabilities: # :GC=b:GL=v:GR=t:RT=^J:\ # :GH=\E[196g:GV=\E[179g:\ # :GU=\E[193g:GD=\E[194g:\ # :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\ # :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\ # :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\ # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate # ":kh=\E[Y:" -- esr) xenix|ibmx|ibmpcx|IBM PC xenix console display, am, msgr, cols#80, lines#25, clear=^L, cud1=\E[B, cuf1=\E[C, cup=\E[%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[d, kf1=\E[K, kf2=\E[L, kf3=\E[M, kf4=\E[N, khome=\E[Y, knp=\E[e, kpp=\E[Z, rmacs=\E[10m, rmso=\E[0m, rmul=\E[m, smacs=\E[11m, smgr=\E[0m, smso=\E[7m, smul=\E[4m, ibmc|ibmcpc|IBM PC xenix color console display, use=ibmx, ibmcx|ibmcpcx, use=ibmx, pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver, am, km, mir, msgr, xenl, it#8, pb#9216, vt#3, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E%p1%dD, is1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H, kbs=^_, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, khome=\E[1~, kich1=\E[2~, kll=\E[4~, knp=\E[6~, kpp=\E[5~, nel=^M^J, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, rin=\E%p1%dM, rmacs=^O, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, rmul=\E[24m, rs1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr0=\E[m, smacs=^N, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, #### DEC VT100 and compatibles # # DEC terminals from the vt100 forward are collected here. Older DEC terminals # and micro consoles can be found in the `obsolete' section. More details # on the relationship between the VT100 and ANSI X3.64 may be found near the # end of this file. # # Except where noted, these entries are DEC's official terminfos. # Contact Bill Hedberg of Terminal Support # Engineering for more information. Updated terminfos and termcaps # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps. # # Note that the xenl glitch in vt100 is not quite the same as on the Concept, # since the cursor is left in a different position while in the # weird state (concept at beginning of next line, vt100 at end # of this line) so all versions of vi before 3.7 don't handle # xenl right on vt100. The correct way to handle xenl is when # you output the char in column 80, immediately output CR LF # and then assume you are in column 1 of the next line. If xenl # is on, am should be on too. # # I assume you have smooth scroll off or are at a slow enough baud # rate that it doesn't matter (1200? or less). Also this assumes # that you set auto-nl to "on", if you set it off use vt100-nam # below. # # The padding requirements listed here are guesses. It is strongly # recommended that xon/xoff be enabled, as this is assumed here. # # The vt100 uses rs2 and rf rather than is2/tbc/hts because the # tab settings are in non-volatile memory and don't need to be # reset upon login. Also setting the number of columns glitches # the screen annoyingly. You can type "reset" to get them set. # # This is how the keypad gets assigned in Application Keypad mode. # PF1 = kf1 PF2 = kf2 PF3 = kf3 PF4 = kf4 # 7 = kf9 8 = kf10 9 = kf0 - # 4 = kf5 5 = kf6 6 = kf7 , = kf8 # 1 = ka1 2 = kb2 3 = ka3 # 0 = kc1 . = kc3 ENTER = kent # vt100|vt100-am|dec vt100 (w/advanced video), am, mir, msgr, xenl, xon, cols#80, it#8, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017$<2>, smacs=^N, smkx=\E[?1h\E=, smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, vt100nam|vt100-nam|vt100 w/no am (w/advanced video), am@, xenl@, use=vt100-am, # Ordinary vt100 in 132 column ("wide") mode. vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video), cols#132, lines#24, rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-am, vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video), cols#132, lines#14, vt@, rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=vt100-nam, # vt100 with no advanced video. vt100-nav|vt100 without advanced video option, xmc#1, blink@, bold@, rev@, rmso=\E[m, rmul@, sgr@, sgr0@, smso=\E[7m, smul@, use=vt100, vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option), cols#132, lines#14, use=vt100-nav, # vt100 with one of the 24 lines used as a status line. # We put the status line on the top. vt100-s|vt100-s-top|vt100-top-s|vt100 for use with sysline, eslok, hs, lines#23, clear=\E[2;1H\E[J$<50>, csr=\E[%i%i%p1%d;%p2%dr, cup=\E[%i%p1%{1}%+%d;%p2%dH$<5>, dsl=\E7\E[1;24r\E8, fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8, tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am, # Status line at bottom. # Clearing the screen will clobber status line. vt100-s-bot|vt100-bot-s|vt100 for use with sysline, eslok, hs, lines#23, dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am, vt102|dec vt102, mir, dch1=\E[P, dl1=\E[M, il1=\E[L, rmir=\E[4l, smir=\E[4h, use=vt100, # DEC VT100 with Advanced Video Option -- NOT DEC'S ENTRY!!! # This may be used as an alternate vt102 entry; it's probably better than the # stock one if you can live with XON/XOFF. All the AVO gave you was smul/rmul. # From: Doug Gwyn 25 Jan 93 # The following SET-UP modes are assumed for normal operation: # ANSI_MODE AUTO_XON/XOFF_ON NEWLINE_OFF 80_COLUMNS # WRAP_AROUND_ON # Other SET-UP modes may be set for operator convenience or communication # requirements; I recommend # SMOOTH_SCROLL AUTOREPEAT_ON BLOCK_CURSOR MARGIN_BELL_OFF # SHIFTED_3_# # Unless you have a graphics add-on such as Digital Engineering's VT640 # (and even then, whenever it can be arranged!) you should set # INTERLACE_OFF # Hardware tabs are assumed to be set every 8 columns; they can be set up # by the "reset", "tset", or "tabs" utilities (use vt100-x, 132 columns, for # this). I have included some compatible code in "rs" for the VT640 if you # have one. No delays are specified; use "stty ixon -ixany" to enable DC3/DC1 # flow control! # Thanks to elsie!ado (Arthur David Olson) for numerous improvements. vt100-avo|DEC VT100 with AVO, msgr, xon, cols#80, it#8, lines#24, vt#3, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, ind=^J, is2=\E<\E)0, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, ll=\E[24H, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[?7h$<150/>, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[m, smacs=^N, smcup=\E[?7l, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, # VT125 Graphics CRT. Clear screen also erases graphics vt125|vt125 graphics terminal, clear=\E[;H\E[2J\EPpS(E)\E\\$<50>, use=vt100, # vt132 - like vt100 but slower and has ins/del line and such. # I'm told that smir/rmir are backwards in the terminal from the # manual and from the ANSI standard, this describes the actual # terminal. I've never actually used a vt132 myself, so this # is untested. # vt132|DEC vt132, xenl, dch1=\E[P$<7>, dl1=\E[M$<99>, il1=\E[L$<99>, ind=\n$<30>, ip=$<7>, rmir=\E[4h, smir=\E[4l, use=vt100, # vt220: # This vt220 description maps F5--F9 to the second block of function keys # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict # with the key marked (ESC) on the vt220. See vt220d for an alternate mapping. # PF1--PF4 are used as F1--F4. # vt220|DEC VT220 in vt100 emulation mode, am, mir, xenl, xon, cols#80, lines#24, vt#3, acsc=kkllmmjjnnwwqquuttvvxx, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED$<20/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m$<2>, rf=/usr/lib/tabset/vt100, ri=\EM$<14/>, rmacs=\E(B$<4>, rmir=\E[4l, rmso=\E[m, rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, sgr0=\E[m$<2>, smacs=\E(0$<2>, smir=\E[4h, smso=\E[7m, smul=\E[4m, # # vt220d: # This vt220 description regards F6--F10 as the second block of function keys # at the top of the keyboard. This mapping follows the description given # in the VT220 Programmer Reference Manual and agrees with the labeling # on some terminals that emulate the vt220. There is no support for an F5. # See vt220 for an alternate mapping. # vt220d|DEC VT220 in vt100 mode with DEC function key labeling, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf20=\E[34~, kf5@, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, use=vt220, vt220nam|vt220-nam|v220n|VT220 in vt100 mode with no auto margins, am@, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, vt220-8|dec vt220 8 bit terminal, am, mc5i, mir, msgr, xenl, xon, cols#80, it#8, lines#24, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, flash=\E[?5h$<200>\E[?5l, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, if=/usr/lib/tabset/vt100, il=\E[%p1%dL, il1=\E[L, ind=\ED, is2=\E[?7h\E[>\E[?1h\E F\E[?4l, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[H, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, krdo=\E[29~, kslt=\E[4~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, rs1=\E[?3l, sc=\E7, sgr0=\E[0m, smacs=^N, smam=\E[?7h, smir=\E[4h, smso=\E[7m, smul=\E[4m, tbc=\E[3g, vt320|DEC VT320 in vt100 emulation mode, use=vt220, # # Use v320n for LYRIX # vt320nam|vt320-nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode, am@, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h, use=vt220, vt420|DEC VT420, am, mir, xenl, xon, cols#80, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[;H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, rev=\E[7m$<2>, rf=/usr/lib/tabset/vt100, ri=\EM, rmacs=\E(B$<4>, rmir=\E[4l, rmkx=\E>, rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, sgr0=\E[m$<2>, smacs=\E(0$<2>, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode, am@, use=vt420, # # DECUDK # if (key < 16) then value = key; # else if (key < 21) then value = key + 1; # else if (key < 25) then value = key + 2; # else if (key < 27) then value = key + 3; # else if (key < 30) then value = key + 4; # else value = key + 5; # vt420pc|DEC VT420 w/PC keyboard, kdch1=^_, kend=\E[4~, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[11;2~, kf14=\E[12;2~, kf15=\E[13;2~, kf16=\E[14;2~, kf17=\E[15;2~, kf18=\E[17;2~, kf19=\E[18;2~, kf2=\E[12~, kf20=\E[19;2~, kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, kf25=\E[23~, kf26=\E[24~, kf27=\E[25~, kf28=\E[26~, kf29=\E[28~, kf3=\E[13~, kf30=\E[29~, kf31=\E[31~, kf32=\E[32~, kf33=\E[33~, kf34=\E[34~, kf35=\E[35~, kf36=\E[36~, kf37=\E[23;2~, kf38=\E[24;2~, kf39=\E[25;2~, kf4=\E[14~, kf40=\E[26;2~, kf41=\E[28;2~, kf42=\E[29;2~, kf43=\E[31;2~, kf44=\E[32;2~, kf45=\E[33;2~, kf46=\E[34;2~, kf47=\E[35;2~, kf48=\E[36;2~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, pctrm=USR_TERM\072vt420pcdos\072, pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, use=vt420, vt420pcdos|DEC VT420 w/PC for DOS Merge, lines#25, dispc=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;, pctrm@, rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sgr@, sgr0=\E[0m, smsc=\E[?1;2r\E[34h, use=vt420pc, vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys, kdch1=^_, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, lf1=\EOP, lf2=\EOQ, lf3=\EOR, lf4=\EOS, use=vt420, vt420f-nam|v420fn|DEC VT420 no auto margins, am@, use=vt420f, vt420pc-nam|v420pcn|DEC VT420 PC keyboard no auto margins, am@, use=vt420pc, vt510|DEC VT510, use=vt420, vt510nam|vt510-nam|v510n|DEC VT510 in vt100 emul. mode with NO AUTO WRAP mode, use=vt420nam, vt510pc|DEC VT510 w/PC keyboard, use=vt420pc, vt510pc-nam|v510pcn|DEC VT510 PC keyboard no auto margins, am@, use=vt420pc, vt510pcdos|DEC VT510 w/PC for DOS Merge, use=vt420pcdos, # VT520/VT525 # # The VT520 is a monochrome text terminal capable of managing up to # four independent sessions in the terminal. It has multiple ANSI # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console) # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950, # 925 910+, ADDS A2). This terminfo data is for the ANSI emulations only. # # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or # [Alt]/[Print Screen] depending upon which keyboard and which # terminal mode is being used. If Set-Up has been disabled or # assigned to an unknown key, Set-Up may be entered by pressing # [F3] as the first key after power up, regardless of keyboard type. vt520|DEC VT520, am, mir, xenl, xon, cols#80, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[;H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, rc=\E8, rev=\E[7m$<2>, rf=/usr/lib/tabset/vt100, ri=\EM, rmacs=\E(B$<4>, rmir=\E[4l, rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, sgr0=\E[m$<2>, smacs=\E(0$<2>, smir=\E[4h, smso=\E[7m, smul=\E[4m, vt520nam|vt520-nam|v520n|DEC VT520 with NO AUTO WRAP, am@, use=vt520, vt525|DEC VT525, am, mir, xenl, xon, cols#80, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[;H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, if=/usr/lib/tabset/vt100, il1=\E[L, ind=\ED, is2=\E[1;24r\E[24;1H, is3=\E[?67h\E[64;1"p, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kf0=\E[29~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, kfnd=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, pfx=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\, rc=\E8, rev=\E[7m$<2>, rf=/usr/lib/tabset/vt100, ri=\EM, rmacs=\E(B$<4>, rmir=\E[4l, rmsc=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, rmso=\E[m, rmul=\E[m, rs3=\E[?67h\E[64;1"p, sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, sgr0=\E[m$<2>, smacs=\E(0$<2>, smir=\E[4h, smso=\E[7m, smul=\E[4m, vt525nam|vt525-nam|v525n|DEC VT525 with NO AUTO WRAP, am@, use=vt525, #### Xterm variants # # X10/6.6 11/7/86, minus alternate screen, plus (csr) # (xterm: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:"; # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) # as these seem not to work -- esr) x10term|vs100-x10|xterm terminal emulator (X10 window system), am, km, mir, msgr, xenl, xon, cols#80, it#8, lines#65, bold=\E[1m, clear=\E[H\E[2J, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E\E[m\E[?7h\E[?1;4l, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rev=\E[7m, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, # X11R6 xterm. This is known good for the XFree86 version under Linux. # From: Eric S. Raymond 30 Mar 1995 # Note: If you use the line-drawing character set, the disable afterwards # will leave you in US-ASCII. If you live somewhere that wants a pound sign # at 2/3, change rmacs to "\E(A". Further note: cuf and cub don't seem # to be reliable under my xterm, so they're commented out. xterm|vs100|xterm terminal emulator (X11R6 Window System), am, km, mir, msgr, xenl, xon, cols#80, it#8, lines#65, acsc=++\054\054..00II--``aaffgghhjjkkllmmnnooqqssttuuvvwwxx~~, bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kend=\E[[, kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[@, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E(B, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<, sc=\E7, sgr0=\E[m, smacs=\E(0, smcup=\E7\E[?47h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3k, u6=\E[%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, xterm24|vs100-24|xterm terminal emulator (24 lines) (X11R6 window system), cols#80, lines#24, use=xterm, xterm25|vs100-25|xterm terminal emulator (25 lines) (X11R6 window system), cols#80, lines#24, use=xterm, xterms|vs100s|xterm terminal emulator (small) (X11R6 window system), use=xterm24, # (kterm: this had unknown capabilities ":KJ:TY=ascii:" -- esr) kterm|kterm kanji terminal emulator (X window system), eslok, hs, csr=\E[%i%p1%d;%p2%dr, dsl=\E[?H, fsl=\E[?F, rc=\E8, sc=\E7, tsl=\E[?E\E[?%i%dT, use=xterm, ######## UNIX VIRTUAL TERMINALS # # Columbus UNIX virtual terminal. This terminal also appears in # UNIX 4.0 and successors as line discipline 1 (?), but is # undocumented and does not really work quite right. cbunix|cb unix virtual terminal, am, da, db, cols#80, lines#24, lm#0, bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EG%p2%c%p1%c, cuu1=\EA, dch1=\EM, dl1=\EN, ed=\EL, el=\EK, ich1=\EO, il1=\EP, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EE, rmso=\Eb^D, rmul=\Eb^A, smso=\Ea^D, smul=\Ea^A, # (vremote: removed obsolete ":nl@:" -- esr) vremote|virtual remote terminal, am@, cols#79, use=cbunix, pty|4bsd pseudo teletype, cup=\EG%p1%{32}%+%c%p2%{32}%+%c, rmso=\Eb$, rmul=\Eb!, smso=\Ea$, smul=\Ea!, use=cbunix, ######## WORKSTATION CONSOLES # #### Sun consoles # # :is: resets scrolling region in case a previous user had used "tset vt100" # (sun: mapped ":pt:" to ":it#8:" -- esr) sun|Sun Microsystems Workstation console, am, km, mir, msgr, cols#80, it#8, lines#34, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E[1r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, rmso=\E[m, smso=\E[7m, # From: Tue Sep 24 13:14:44 1985 sun-s|Sun Microsystems Workstation window with status line, hs, dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun, sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs, hs, dsl=\E]l\E\\, fsl=\E\\, tsl=\E]l, use=sun-e, sun-48|Sun 48-line window, cols#80, lines#48, use=sun, sun-34|Sun 34-line window, cols#80, lines#34, use=sun, sun-24|Sun 24-line window, cols#80, lines#24, use=sun, sun-17|Sun 17-line window, cols#80, lines#17, use=sun, sun-12|Sun 12-line window, cols#80, lines#12, use=sun, sun-1|Sun 1-line window for sysline, eslok, hs, cols#80, lines#1, dsl=^L, fsl=\E[K, tsl=^M, use=sun, sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character, ich1@, rmir@, smir@, use=sun, sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history, rmcup=\E[>4h, smcup=\E[>4l, use=sun, #### Iris consoles # # (wsiris: this had unknown capabilities # :HS=\E7F2:HE=\E7F7:\ # :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite: # I mapped ":pt:" to ":it#8:", removed incorrect ":cl=\Ev:" -- esr) wsiris|iris40|iris emulating a 40 line visual 50 (approximately), am, cols#80, it#8, lines#40, clear=\EH\EJ, cnorm=\E>, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E;, dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, is2=\E7B0\E7F7\E7C2\E7R3, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, ri=\EI, rmso=\E0@, rmul=\E7R3\E0@, smso=\E9P, smul=\E7R2\E9P, #### Masscomp consoles # masscomp2, cols#64, lines#21, use=masscomp, masscomp1, cols#104, lines#36, use=masscomp, # (masscomp: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:" -- esr) masscomp, km, mir, cols#80, it#8, lines#24, xmc#0, clear=\E[2J, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, il1=\E[L, is2=\EGc\EGb\EGw, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmir=\E[4l, rmso=\E[0m, rmul=\EGau, smir=\E[4h, smso=\E[7m, smul=\EGu, #### NeWS consoles # # Console terminal windows under the NeWS (Sun's Display Postscript windowing # environment). Note: these have nothing to do with Sony's NeWS workstation # line. # # Entry for NeWS's psterm from Eric Messick & Hugh Daniel # (psterm: unknown ":sl=\EOl:el=\ENl:" removed; # mapped ":pt:" to ":it#8:" -- esr) psterm|psterm-basic|psterm-80x34, am, hs, km, ul, cols#80, it#8, lines#34, blink=\EOb, bold=\EOd, clear=^L, csr=\EE%p1%d;%p2%d;, cub1=\ET, cud1=\EP, cuf1=\EV, cup=\E%p1%d;%p2%d;, cuu1=\EY, dch1=\EF, dl1=\EK, ed=\EB, el=\EC, flash=\EZ, fsl=\ENl, home=\ER, il1=\EA, ind=\EW, is2=\EN*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr, ri=\EX, rmcup=\ENt, rmir=\ENi, rmso=\ENo, rmul=\ENu, sc=^], sgr0=\EN*, smcup=\EOt, smir=\EOi, smso=\EOo, smul=\EOu, tsl=\EOl, psterm-96x48, cols#96, lines#48, use=psterm-basic, psterm-90x28, cols#90, lines#28, use=psterm-basic, psterm-80x24, cols#80, lines#24, use=psterm-basic, # This is a faster termcap for psterm. Warning: if you use this termcap, # some control characters you type will do strange things to the screen. # (psterm-fast: unknown ":sl=^Ol:el=^Nl:"; # removed; mapped ":pt:" to ":it#8:" -- esr) psterm-fast, am, hs, km, ul, cols#80, it#8, lines#34, blink=^Ob, bold=^Od, clear=^L, csr=\005%p1%d;%p2%d;, cub1=^T, cud1=^P, cuf1=^V, cup=\004%p1%d;%p2%d;, cuu1=^Y, dch1=^F, dl1=^K, ed=^B, el=^C, flash=^Z, fsl=^Nl, home=^R, il1=^A, ind=^W, is2=^N*, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=^U, rc=^\, rev=^Or, ri=^X, rmcup=^Nt, rmir=^Ni, rmso=^No, rmul=^Nu, sc=^], sgr0=^N*, smcup=^Ot, smir=^Oi, smso=^Oo, smul=^Ou, tsl=^Ol, #### Apollo consoles # # Apollo got bought by Hewlett-Packard. The Apollo workstations are # labeled HP700s now. # # From: Gary Darland apollo, am, mir, cols#88, lines#53, clear=^L, cud1=\EB, cuf1=\EC, cup=\EM%p1%{32}%+%c%p2%d), cuu1=\EA, dch1=\EP, dl1=\EL, ed=\EJ, el=\EK, hpa=\EN%p1%d, il1=\EI, ind=\EE, ri=\ED, rmcup=\EX, rmir=\ER, rmso=\ET, rmul=\EV, smcup=\EW, smir=\EQ, smso=\ES, smul=\EU, vpa=\EO+ , apollo_15P|apollo 15 inch display, use=vt132, apollo_19L|apollo 19 inch display, use=vt132, apollo_color|apollo color display, use=vt132, #### Fortune Systems consoles # # From: Robert Nathanson via tut Wed Oct 5, 1983 # (This had unknown capabilities # :rv=\EH:re=\EI:rg=0:\ # :GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\ # :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\ # :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\ # :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F: # It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily) # to force both magic cookie glitches off. Once upon a time, I # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are # function keys; thus the "Al" value for HM was certainly an error. I renamed # EN/PD/PU/CO/CF according to the XENIX/TC mappings, but not HM/DL/RF/RC/RT. # I think rv and re are start and end reverse video and rg is a nonexistent # "reverse-video-glitch" capability; I have put rv and re in with standard # names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr) fos|fortune|Fortune system, am, bw, cols#80, lines#25, bel=^G, blink=\EN, civis=\E], clear=\014$<20>, cnorm=\E\\, cr=^M, cub1=^H, cud1=\n$<3>, cup=\034C%p1%{32}%+%c%p2%{32}%+%c, cuu1=\013$<3>, cvvis=\E\072, dch1=\034W$<5>, dl1=\034R$<15>, ed=\034Y$<3*>, el=^\Z, home=\036$<10>, ht=^Z, ich1=\034Q$<5>, il1=\034E$<15>, ind=^J, is2=^_.., kbs=^H, kcub1=^Aw\r, kcud1=^Ay\r, kcuf1=^Az\r, kcuu1=^Ax\r, kend=^Ak\r, kf1=^Aa\r, kf2=^Ab\r, kf3=^Ac\r, kf4=^Ad\r, kf5=^Ae\r, kf6=^Af\r, kf7=^Ag\r, kf8=^Ah\r, khome=^A?\r, knp=^Ao\r, kpp=^An\r, nel=^M^J, rev=\EH, rmacs=^O, rmso=^\I`, rmul=^\IP, sgr0=\EI, smacs=\Eo, smso=^\H`, smul=^\HP, ######## COMMON TERMINAL TYPES # # This section describes terminal classes and maker brands that are still # quite common, but have proprietary command sets not blessed by ANSI. #### Altos # # Altos descriptions from Ted Mittelstaedt 4 Sep 1993 # His comments suggest they were shipped with the system. # # (altos2: had unknown capabilities # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\ # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\ # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r: # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\ # :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\ # :HL=^AP\r:SP=\E[i:\ # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\ # :LO=\E[0q:LC=\E[5q:LL=\E[6q:\ # Comparison with the k* capabilities makes it obvious that the c* things are # shift keys. I have renamed them to keys 32 and up accordingly. Also, # :sr: was given as a boolean-- esr) altos2|alt2|altos 2|altos II, cols#80, it#8, lines#24, xmc#0, clear=\E[;H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, if=/usr/share/lib/tabset/vt100, il1=\E[L, ind=^J, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^AM\r, kel=^AN\r, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=\E[f, kil1=^AJ\r, kind=^AO\r, nel=^M^J, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, # (altos3: had unknown capabilities # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\ # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\ # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r: # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\ # :HL=^AP\r:SP=\E[i:\ # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\ # Comparison with the k* capabilities makes it obvious that the c* things are # shift keys. I have renamed them to keys 32 and up accordingly -- esr) altos3|alt3|altos 3|altos III, cols#80, it#8, lines#24, xmc#0, blink=\E[5p, clear=\E[;H\E[2J, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, dch1=\E[P, dl=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, if=/usr/share/lib/tabset/vt100, il1=\E[L, ind=^J, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kDL=^Am\r, kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=^AM\r, kel=^AN\r, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=\E[f, kil1=^AJ\r, kind=^AO\r, nel=^M^J, ri=\EM, rmso=\E[m, rmul=\E[m, sgr0=\E[p, smso=\E[7m, smul=\E[4m, altos4|alt4|altos 4|altos IV, use=wy50, altos5|alt5|altos 5|altos V, use=altos3, # (altos7: had unknown capabilities: # :GG#0:GS=\EH^B:GE=\EH^C:\ # :G1=3:G2=2:G3=1:G4=5:GD=0:GU==:GH=\072:\ # :GV=6:GR=4:GL=9:GC=8:GI=\EH8:GF=\EH7:\ # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\ # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\ # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r: # :PD=\EK:PU=\EJ:PN=\Ed#:PS=\EJ:DL=\ER:\ # Comparison with the k* capabilities makes it obvious that the c* things are # shift keys. I have renamed them to keys 32 and up accordingly -- esr) altos7|alt7|altos VII, am, mir, cols#80, lines#24, xmc#0, blink=\EG2, bold=\EGt, clear=\E+^^, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dim=\EGp, dl=\ER, ed=\EY, el=\ET, home=^^, ht=^I, il1=\EE, ind=^J, invis=\EG1, is2=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2, kDL=^Am\r, kEOL=^An\r, kbs=^H, kcbt=^AK\r, kclr=^AL\r, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=^AM\r, kel=^AN\r, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf32=^A`\r, kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, kf42=^Aj\r, kf43=^Ak\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=^AJ\r, kind=^AO\r, nel=^M^J, rev=\EG4, ri=\Ej, rmir=\Er, rmso=\EG0, rmul=\EG0, sgr0=\EG0, smir=\Eq, smso=\EG4, smul=\EG8, altos7pc|alt7pc|altos PC VII, kend=\ET, use=altos7, #### Hewlett-Packard (hp) # # Hewlett-Packard # 8000 Foothills Blvd # Roseville, CA 95747 # Vox: 1-(916)-785-4363 (Technical response line for VDTs) # 1-(800)-633-3600 (General customer support) # # Generic HP terminal - this should (hopefully) work on any HP terminal. hpgeneric|hewlett-packar|hewlettpackard, am, da, db, mir, xhp, cols#80, lines#24, lm#0, vt#6, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\E&a%p2%dc%p1%dY$<6>, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, ind=^J, kbs=^H, kcbt=\Ei, rmir=\ER, rmso=\E&d@, rmul=\E&d@, smir=\EQ, smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, hp110|hewlett-packard model 110 portable, lines#16, use=hpgeneric, hp+pfk+cr|hp function keys with CR, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, hp+pfk-cr|hp function keys w/o CR, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, # The 2621s use the same keys for the arrows and function keys, # but not separate escape sequences. These definitions allow the # user to use those keys as arrow keys rather than as function # keys. hp+pfk+arrows|hp alternate arrow definitions, kcub1=\Eu\r, kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, khome=\Ep\r, kind=\Er\r, kll=\Eq\r, kri=\Es\r, hp+arrows|hp arrow definitions, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, kind=\ES, kll=\EF, kri=\ET, # Generic stuff from the HP 262x series # hp262x, xhp, blink=\E&dA, dch1=\EP$<2>, ed=\EJ, ht=\011$<2>, ind=\ES, invis=\E&dS, ip=$<2>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c, sgr0=\E&d@, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, # Note: no "home" on HP's since that homes to top of memory, not screen. # Due to severe 2621 braindamage, the only way to get the arrow keys to # transmit anything at all is to turn on the function key labels # with smkx, and even then the user has to hold down shift! # The default 2621 turns off the labels except when it has to to # enable the function keys. If your installation prefers labels # on all the time, or off all the time (at the "expense" of the # function keys) move the # 2621-nl or 2621-wl labels to the # front using reorder. # Note: there are newer ROMs for 2621's that allow you to set # strap A so the regular arrow keys xmit \EA, etc, as with the # 2645. However, even with this strap set, the terminal stops # xmitting if you reset it, until you unset and reset the strap! # Since there is no way to set/unset the strap with an escape # sequence, we don't use it in the default. # If you like, you can use 2621-ba (braindmaged arrow keys). hp2621-ba|2621-ba|2621 w/new rom and strap A set, rmkx@, smkx@, use=hp+arrows,use=hp2621, # 2621 with function labels. Most of the time they are off, # but inside vi, the function key labels appear. You have to # hold down shift to get them to xmit. hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels, is2=\E&jA\r, rmkx=\E&jA, use=hp2621-fl, # 2621 with function labels. Most of the time they are off, # but inside vi, the function key labels appear. You have to # hold down shift to get them to xmit. hp2621-fl|2621-fl|hp 2621, xhp@, xon, pb#19200, cbt=\Ei, cup=\E&a%p2%dc%p1%dY, dch1=\EP$<2>, ht=\011$<2>, ip=$<2>, is2=\E&j@\r, rmkx=\E&j@, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smkx=\E&jB, smso=\E&dD, smul=\E&dD, use=hp+pfk+cr,use=hpgeneric, # To use 2621p printer, setenv TERM=2621p, PRINTER=2612p hp2621p|2621p|2621P|hp 2621 with printer, mc4=\E&p13C, mc5=\E&p11C, use=hp2621, hp2621p-a|2621p-a|hp2621p with fn as arrows, use=hp+pfk+arrows,use=hp2621p, # hp2621 with k45 keyboard hp2621-k45|hp2621k45|2621k45|k45|hp 2621 with 45 keyboard, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmkx=\E&s0A, smkx=\E&s1A, use=hp2621, # This terminal should be used at 4800 baud or less. It needs padding for # plain characters at 9600, I guessed at an appropriate cr delay. It really # wants ^E/^F handshaking, but that doesn't work well even if you write # software to support it. hp2645|hp45|hp 264x series, pb#9600, blink=\E&dA, cr=\r$<20>, dim=\E&dH, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, rev=\E&dB, rmkx=\E&s0A, sgr=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c, sgr0=\E&d@, smkx=\E&s1A, smul=\E&dD, use=hpgeneric, # Hp 2624 B with 4 or 10 pages of memory. # # Some assumptions are made with this entry. These settings are # NOT set up by the initialization strings. # # Port Configuration # RecvPace=Xon/Xoff # XmitPace=Xon/Xoff # StripNulDel=Yes # # Terminal Configuration # InhHndShk=Yes # InhDC2=Yes # XmitFnctn(A)=No # InhEolWrp=No # # Note: the 2624 DOES have a true "home," believe it or not! # # The 2624 has an "error line" to which messages can be sent. # This is CLOSE to what is expected for a "status line". However, # after a message is sent to the "error line", the next carriage # return is EATEN and the "error line" is turned back off again! # So I guess we can't define hs, eslok, wsl, dsl, fsl, tsl # # This entry supports emacs (and any other program that uses raw # mode) at 4800 baud and less. I couldn't get the padding right # for 9.6. # hp2624|hp2624a|hp2624b|hp2624b-4p|2624-4p|2624|2624a|2624b|Hewlett Packard 2624 B, da, db, lm#96, flash=\E&w13F\200\200\200\200\E&w12F\200\200\200\200\E&w13F\200\200\200\200\E&w12F, use=hp+labels,use=scrhp, # These attributes are not set above: # # civis, cmdch, cnorm, csr, cub, cud, cuf, cuu, cvvis, dch, dl, # ech, eo, eslok, fsl, gn, hc, hd, hu, hz, ich, ich1, if, il, in, # indn, iprog, is2, is3, it, ka1, ka3, kb2, kc1, kc3, kclr, kf0, # kf10, khts, km, ktbc, lf0, lf1, lf10, lf2, lf3, lf4, lf5, lf6, # lf7, lf8, lf9, mc5p, os, pad, pfkey*, pfloc*, pfx*, prot, rc, # rep, rin, rmcup, rmdc, rmm, rs2, rs3, sc, smcup, smdc, smm, tsl, # uc, ul, vt, wind, wsl, xenl, xmc, xsb, xt # # not needed if tset is used: # if=/usr/lib/tabset/std, # # This 2626 entry does not use any of the fancy windowing stuff # of the 2626. # # Indeed, terminfo does not yet handle such stuff. Since changing # any window clears memory, it is probably not possible to use # this for screen opt. # # ed is incredibly slow most of the time - I am guessing at the # exact padding. Since the terminal uses xoff/xon this is intended # only for cost computation, so that the terminal will prefer el # or even dl1 which is probably faster! # # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only # extra slow # on the last line of the window. # # The padding probably should be changed. # hp2626|hp2626a|hp2626p|2626|2626a|2626p|2626A|2626P|hp 2626, da, db, lm#0, pb#19200, ed=\ED\EJ$<500>\EC, indn=\E&r%p1%dD, ip=$<4>, is2=\E&j@\r, rin=\E&r%p1%dU, use=hp+pfk+cr,use=hp+labels,use=scrhp, # This entry is for sysline. It allocates a 23 line window with # a 115 line workspace for regular use, and a 1 line window for # the status line. # # This assumes port 2 is being used. # Turn off horizontal line, Create ws #1 with 115 lines, # Create ws #2 with 1 line, Create window #1 lines 1-23, # Create window #2 lines 24-24, Attach cursor to workspace #1. # Note that this clears the tabs so it must be done by tset before # it sets the tabs. # hp2626-s|2626-s|hp 2626 using only 23 lines, eslok, hs, lines#23, fsl=\E&d@\E&w7f2p1I\E&w4f1I, is1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I\n\E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r, tsl=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC, use=2626, # Force terminal back to 24 lines after being 23. # hp2626-ns|2626-ns|hp 2626 using all 24 lines, is1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I\n\E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r, use=2626, # Various entries useful for small windows on 2626. # hp2626-12|2626-12, lines#12, use=2626, hp2626-12x40|2626-12x40, cols#40, lines#12, use=2626, hp2626-x40|2626-x40, cols#40, use=2626, hp2626-12-s|2626-12-s, lines#11, use=2626-s, # You should use this terminal at 4800 baud or less. # hp2648|hp2648a|2648a|2648A|2648|HP 2648a graphics terminal, clear=\EH\EJ$<50>, cup=\E&a%p2%dc%p1%dY$<20>, dch1=\EP$<7>, ip=$<5>, use=hp2645, # 2640a doesn't have the Y cursor addressing feature, and C is # memory relative instead of screen relative, as we need. # hp2640a|2640a|hp 2640a, cup@, rmkx@, smkx@, use=hp2645, hp2640b|hp2644a|hp 264x series, rmkx@, smkx@, use=hp2645, # 2621 using all 48 lines of memory, only 24 visible at any time. # hp2621-48|48 line 2621, lines#48, cup=\E&a%p2%dc%p1%dR, home=\EH, vpa=\E&a%p1%dR, use=hp2621, # 2621 with no labels ever. Also prevents vi delays on escape. # hp2621-nl|hp 2621 with no labels, kcub1@, kcud1@, kcuf1@, kcuu1@, khome@, rmkx@, smkx@, use=hp2621-fl, # Needed for UCB ARPAVAX console, since lsi-11 expands tabs # (wrong). # hp2621-nt|hp 2621 w/no tabs, ht@, use=hp2621, # The HP 150 terminal is a fairly vanilla HP terminal, with the # clreol standout problem. It also has graphics capabilities and # a touch screen, which we don't describe here. hp150|hewlett packard Model 150, use=hp2622, # Hp 2382a terminals, "the little ones." They don't have any # alternate character set support and sending out ^N/^O will # leave the screen blank. hp2382a|hp2382|hewlett packard 2382a, da, db, lh#1, lm#48, acsc@, pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, rmacs@, sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c, sgr0=\E&d@, smacs@, use=hp+labels,use=scrhp, hp2621-a|hp2621a-a|2621-a|hp2621 with fn as arrows, use=hp+pfk+arrows,use=hp2621-fl, # newer hewlett packard terminals newhpkeyboard|generic entry for HP extended keyboard, kbs=^H, kcbt=\Ei, kclr=\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, khome=\Eh, kich1=\EQ, kil1=\EL, kind=\ET, kll=\EF, knp=\EU, kpp=\EV, kri=\ES, krmir=\ER, rmkx=\E&s0A, smkx=\E&s1A, use=hp+pfk-cr, newhp|generic entry for new hewlett packard terminals, am, bw, mir, xhp, xon, cols#80, lines#24, pb#4800, acsc=T1R!U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\\\054x.n/, bel=^G, blink=\E&dA, bold=\E&dF, cbt=\Ei, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, dch1=\EP$<2>, dim=\E&dH, dl1=\EM, ed=\EJ, el=\EK, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, invis=\E&dS, ip=$<2>, is1=\E&jB$<8>, nel=^M^J, pfkey=\E&f0a%p1%dk0d%p2%l%dL%p2%s, pfloc=\E&f1a%p1%dk0d%p2%l%dL%p2%s, pfx=\E&f2a%p1%dk0d%p2%l%dL%p2%s, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER, rmso=\E&d@, rmul=\E&d@, rs1=\Eg, sgr=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c%?%p9%t\016%e\017%;, sgr0=\E&d@\017, smacs=^N, smir=\EQ, smso=\E&dJ, smul=\E&dD, tbc=\E3, use=newhpkeyboard, memhp|memory relative addressing for new HP ttys, vt#6, clear=\EH\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC, cup=\E&a%p1%dr%p2%dC, cuu=\E&a-%p1%dR, home=\EH, hpa=\E&a%p1%dC, ll=\E&a23R\r, mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dR, use=newhp, scrhp|screen relative addressing for new HP ttys, clear=\E&a0c0Y\EJ$<40>, cub=\E&a-%p1%dC, cud=\E&a+%p1%dR, cuf=\E&a+%p1%dC, cup=\E&a%p1%dy%p2%dC$<10>, cuu=\E&a-%p1%dR, home=\E&a0y0C, hpa=\E&a%p1%dC, ll=\E&a0y0C\EA, mrcup=\E&a%p1%dr%p2%dC, vpa=\E&a%p1%dY, use=newhp, hp+labels|"standard" label info for new HP ttys, lh#2, lw#8, nlab#8, pln=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s, smln=\E&jB, hp+printer| "standard" printer info for HP ttys, ff=\E&p4u0C, mc0=\EH\E&p4dF, mc4=\E&p13C, mc5=\E&p11C, # The new hp2621b is kind of a cross between the old 2621 and the # new 262x series of machines. It has dip-switched options. # The firmware has a bug in it such that if you give it a null # length label, the following character is eaten! hp2621b|2621b|hp 2621b with old style keyboard, lh#1, lm#48, lw#8, nlab#8, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, kind=\ET, kll=\EF, kri=\ES, pln=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%'o'%p1%+%c\r, smln=\E&jB, use=hp2621, hp2621b-p|2621b-p|hp 2621b with printer, use=hp+printer,use=hp2621b, # hp2621b - new 2621b with new extended keyboard # these are closer to the new 26xx series than the other 2621b hp2621b-kx|2621b-kx|hp 2621b with extended keyboard, use=newhpkeyboard,use=hp2621b, hp2621b-kx-p|2621b-kx-p|hp 2621b with new keyboard & printer, use=hp+printer,use=hp2621b-kx, # Some assumptions are made in the following entries. # These settings are NOT set up by the initialization strings. # # Port Configuration # RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Yes # # Terminal Configuration # InhHndShk(G)=Yes InhDC2(H)=Yes # XmitFnctn(A)=No InhEolWrp=No # # # Hp 2622a & hp2623a display and graphics terminals # hp2622|hp2622a|2622|2622a|hp 2622, da, db, lm#0, pb#19200, is2=\E&dj@\r, use=hp+pfk+cr,use=hp+labels,use=scrhp, # The 2623 is a 2622 with extra graphics hardware. hp2623|hp2623a|2623|2623a|hp 2623, use=hp2622, hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer, use=hp+printer,use=hp2624b, # The hewlett packard B can have an optional extra 6 pages of # memory. hp2624-10p|hp2624a-10p|hp2624b-10p|2624-10p|2624a-10p|2624b-10p|hewlett packard 2624 B w/ 10 pages of memory, lm#240, use=hp2624b, hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer, lm#240, use=hp2624b-p, # Color manipulations for HP terminals hp+color|hp with colors, ccc, colors#16, ncv#17, pairs#7, initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a\n%?%p3%{1000}%=%t1%e.%p3%d%;b\n%?%p4%{1000}%=%t1%e.%p4%d%;c\n%?%p5%{1000}%=%t1%e.%p5%d%;x\n%?%p6%{1000}%=%t1%e.%p6%d%;y\n%?%p7%{1000}%=%t1%e.%p7%d%;z\n%p1%dI, oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I, op=\E&v0S, scp=\E&v%p1%dS, # is2 set screen to be 80 columns wide hp2397a|2397a|hp2397|2397|hewlett packard 2397A color terminal, is2=\E&w6f80X, use=memhp,use=hp+labels,use=hp+color, # HP 700/44 Setup parameters: # Terminal Mode HP-PCterm # Inhibit Auto Wrap NO # Status Line Host Writable # PC Character Set YES # Twenty-Five Line Mode YES # XON/XOFF @128 or 64 (sc) # Keycode Mode NO or YES (sc) # Backspace Key BS or BS/DEL # # is2 sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; \E\\? # does not turn off keycode mode # smsc sets alternate start/stop; keycode on # hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode, am, eo, xenl, xon, cols#80, lines#25, acsc=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263, bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=^J, is2=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[4~, kf1=\E[17~, kf10=\E[28~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, khome=\E[1~, knp=\E[6~, kpp=\E[5~, rmsc=\E[>11l\EP1**x0/11;1/13\E[0m\E\\, rmso=\E[m, rmul=\E[m, smsc=\E[>11h\EPO**x0/65;1/67\E\\$<250>, smso=\E[7m, smul=\E[4m, xoffc=g, xonc=e, # hp2392|2392|2393|239x series, cols#80, cbt=\Ei, cup=\E&a%p1%dy%p2%dC, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, khome=\Eh, kind=\EU, knp=\Eu, kpp=\Ev, kri=\EV, rmul=\E&d@, smir=\EQ, smul=\E&dD, vpa=\E&a%p1%dY, use=hpsub, 2392nam|hp2392nam|HP 239x series with no auto margins, am@, use=hp2392, hpsub|hp terminals -- capability subset, am, da, db, mir, xhp, xon, lines#24, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, if=/usr/lib/tabset/stdcrt, il1=\EL, ind=^J, is2=\E&s1A\E<\E&k0\\, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, smkx=\E&s1A, smso=\E&dB, # HP 236 console # From: hp236|hp236 internal terminal emulator, am, cols#80, lines#24, clear=\EF, cnorm=\EDE, cup=\EE%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EDB, dch1=\EJ, dl1=\EH, el=\EK, ich1=\EI, il1=\EG, rmso=\ECI, smso=\EBI, # This works on a hp300 console running Utah 4.3 BSD # From: Craig Leres hp300h|HP Catseye console, am, da, db, mir, xhp, cols#128, lines#51, lm#0, xmc#0, bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, if=/usr/share/tabset/stdcrt, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&dB, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, # From: Greg Couch # (hp9837: removed obsolete ":ko=ce,cd,al,im,dl,dc:"; # mapped ":pt:" to ":it#8:" -- esr) hp9837|hp98720|hp98721|HP 9000/300 workstations, am, da, db, mir, xhp, cols#128, it#8, lines#46, lm#0, bel=^G, cbt=\Ei, clear=\E&a0y0C\EJ, cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, hts=\E1, il1=\EL, ind=^J, is2=\E&v0m1b0i&j@, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\Eh, knp=\EU, kpp=\EV, rmir=\ER, rmkx=\E&s0A, rmso=\E&v0S, rmul=\E&d@, sgr0=\E&d@, smir=\EQ, smkx=\E&s1A, smso=\E&v5S, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, # From: Charles A. Finnell of MITRE , developed 07SEP90 # (hp98550: removed obsolete ":kn#12:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:"; # mapped ":pt:" to ":it#8:" -- esr) hp98550|hp98550a|HP 9000 Series 300 color console, am, da, db, mir, xhp, cols#128, it#8, lines#49, lm#0, bel=^G, blink=\E&dA, bold=\E&dJ, cbt=\Ei, civis=\E*dR, clear=\EH\EJ, cnorm=\E*dQ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, if=/usr/share/tabset/9837, il1=\EL, ind=^J, invis=\E&ds, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dJ, rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, # From: Victor Duchovni # (hp700-wy: removed obsolete ":ko=cl,ho,ce,bt,ta,im,ei,ce,cd:nl=^J:"; # mapped ":pt:" to ":it#8:" -- esr) hp700-wy|HP700/41 emulating wyse30, am, bw, mir, msgr, cols#80, it#8, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET$<10/>, home=^^, hts=\E1, if=/usr/share/tabset/hp700-wy, il1=\EE$<0.7*/>, is2=\E~"\EC\Er\E(\EG0\003\E`9\E`1, kbs=^¿, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, khome=^^, ll=^^^K, ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, hp70092|70092a|70092A|hp70092a|hp70092A|Hewlett-Packard 70092, am, da, db, xhp, cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, bel=^G, blink=\E&dA, bold=\E&dB, cbt=\Ei, clear=\E&a0y0C\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\E&a%p1%dy%p2%dC, cuu1=\EA, dch1=\EP, dim=\E&dH, dl1=\EM, el=\EK, hpa=\E&a%p1%dC, ht=^I, hts=\E1, il1=\EL, kbs=^H, kclr=\EJ, kctab=\E2, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, ked=\EJ, kel=\EK, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\Eh, khts=\E1, kich1=\EQ, kil1=\EL, kind=\ES, kll=\EF, knp=\EU, kpp=\EV, kri=\ET, krmir=\ER, ktbc=\E3, rev=\E&dB, ri=\ET, rmacs=^O, rmir=\ER, rmkx=\E&s0A, rmln=\E&j@, rmso=\E&d@, rmul=\E&d@, sgr0=\E&d@, smacs=^N, smir=\EQ, smkx=\E&s1A, smln=\E&jB, smso=\E&dJ, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, #### Honeywell-Bull # # From: Michael Haardt 11 Jan 93 # # Honeywell Bull terminal. Its cursor and function keys send single # control characters and it has standout/underline glitch. Most programs # do not like these features/bugs. This is a dumb mode for this terminal. # Visual bell is realized by flashing the "keyboard locked" LED. dku7003-dumb|Honeywell Bull DKU 7003, dumb mode, cols#80, lines#25, clear=^]^_, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, ed=^_, el=\E[K, flash=\E[2h\E[2l, home=^], ht=^I, ind=^J, kbs=^H, kcub1=^Y, kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=^M^J, # Honeywell Bull terminal. Its cursor and function keys send single # control characters and it has standout/underline glitch. Most programs # do not like these features/bugs. The following entry may cause problems # with some programs. Visual bell is realized by flashing the "keyboard # locked" LED. dku7003|Honeywell Bull DKU 7003, all features described, msgr, cols#80, lines#25, xmc#1, blink=\E[5m, bold=\E[7m, clear=^]^_, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, cup=\E[%i%p1%d;%p2%dH, cuu1=^Z, dim=\E[2m, ed=^_, el=\E[K, flash=\E[2h\E[2l, home=^], ht=^I, ind=^J, kbs=^H, kcub1=^Y, kcud1=^K, kcuf1=^X, kcuu1=^Z, khome=^], nel=^M^J, rev=\E[7m, rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, #### Lear-Siegler (adm) # # These guys are long since out of the terminals business, but # in 1995 many current terminals still have an adm type as one of their # emulations (usually their stupidest, and usually labelled adm3, though # these `adm3' emulations usually in fact correspond to the 3a+). # adm1a|adm1|lsi adm1a, am, cols#80, lines#24, bel=^G, clear=\E;$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, ind=^J, adm2|lsi adm2, am, cols#80, lines#24, bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^^, ich1=\EQ, il1=\EE, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, # (adm3: removed obsolete ":ma=^K^P:" -- esr) adm3|lsi adm3, am, cols#80, lines#24, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, ind=^J, # The following ADM-3A switch settings are assumed for normal operation: # SPACE U/L_DISP CLR_SCRN 24_LINE # CUR_CTL LC_EN AUTO_NL FDX # Other switches may be set for operator convenience or communication # requirements. I recommend # DISABLE_KB_LOCK LOCAL_OFF 103 202_OFF # ETX_OFF EOT_OFF # (adm3a: removed obsolete ":ma=^K^P:" -- esr) adm3a|lsi adm3a, am, cols#80, lines#24, bel=^G, clear=\032$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, ind=^J, adm3a+|adm3aplus, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, use=adm3a, # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do+^J:" -- esr) adm5|lsi adm5, xmc#1, bel=^G, cr=^M, cud1=^J, ed=\EY, el=\ET, kbs=^H, khome=^^, rmso=\EG, smso=\EG, use=adm3aplus, # From: # (adm11: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr) adm11|lsi adm11, am, hs, cols#80, lines#24, bel=^G, clear=^Z, cr=^M, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dsl=\Eh, ed=\EY, el=\ET, fsl=\E(\r, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmso=\E(, smso=\E), tsl=\EF\E), # From: Andrew Scott Beals # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) adm12|lsi adm12, am, mir, cols#80, lines#24, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, is2=\Eq, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, rmso=\EG0, rmul=\EG0, smir=\Eq, smso=\EG4, smul=\EG1, # (adm20: removed obsolete ":kn#7:"; mapped ":pt:" to ":it#8:" -- esr) adm20|lear siegler adm20, am, cols#80, it#8, lines#24, bel=^G, cbt=\EI, clear=^Z, cr=^M, cuf1=^L, cup=\E=%i%p2%{31}%+%c%p1%{31}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^^, ich1=\EQ, il1=\EE, kf1=^A, kf2=^B, kf3=^W, kf4=^D, kf5=^E, kf6=^X, kf7=^Z, rmso=\E(, smso=\E), adm21|lear siegler adm21, xmc#1, bel=^G, cr=^M, cud1=^J, dch1=\EW, dl1=30*\ER, ed=\EY, el=\ET, ich1=\EQ, il1=30*\EE, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, use=adm3a, # (adm22: ":em=:" was an obvious typo for ":ei=:"; also, # removed obsolete ":kn#7:ko=ho:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) adm22|lsi adm22, am, cols#80, lines#24, bel=^G, cbt=\EI, clear=\E+, cr=^M, cud1=^J, cuf1=^L, cup=\200\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\Ey, el=\Et, home=^^, ht=\Ei, ich1=\EQ, il1=\EE, is2=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, khome=^^, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, rmso=\E(, smso=\E), # If the adm31 gives you trouble with standout mode, check the DIP switch in # position 6, bank @c11, 25% from back end of the circuit board. Should be # OFF. If there is no such switch, you have an old adm31 and must use oadm31. # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr) adm31|lsi adm31, am, mir, cols#80, lines#24, bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, ind=^J, is2=\Eu\E0, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, rmir=\Er, rmso=\EG0, rmul=\EG0, smir=\Eq, smso=\EG1, smul=\EG1, oadm31|o31|old adm31, rmul@, smso=\EG4, smul@, use=adm31, # ADM36 in native mode (not VT52 emulation mode) adm36|lsi adm36, am, mir, cols#80, lines#24, clear=\E[H\E[2J, cub1=^H, cuf1=\E[D, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[1M, ed=\E[0J, el=\E[0K, il1=\E[1L$<100>, is2=\E[6;?7h\E[4;20;?1;?3;?6;?4l\E(B\E)B\E>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\E[A, rmir=\E[4l, smir=\E[4h, # (adm42: removed obsolete ":ma=^K^P:" -- esr) adm42|lsi adm42, am, cols#80, lines#24, bel=^G, cbt=\EI, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\EC\E3 \E3(, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ht=^I, il1=\EE$<270>, ind=^J, ip=$<6*>, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, pad=^¿, rmir=\Er, rmso=\EG0, smir=\Eq, smso=\EG4, # The following termcap for the Lear Siegler ADM-42 leaves the # "system line" at the bottom of the screen blank (for those who # find it distracting otherwise) adm42-nl|lsi adm-42 with no system line, cbt=\EI\EF \011, clear=\E;\EF \011, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>\EF \011, dch1=\EW\EF \011, dl1=\ER\EF \011, ed=\EY\EF \011, el=\ET\EF \011, il1=\EE\EF \011, rmir=\Er\EF \011, smir=\Eq\EF \011, use=adm42, #### Prime # # Yes, Prime makes terminals. These entries were posted by Kevin J. Cummings # on 14 Dec 1992 pst100|pt200|wren|fenix|prime pst100/pt200, am, bw, mir, msgr, cols#80, it#8, lines#24, cbt=\E[Z, clear=\E?, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\ED, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E0%p1%'!'%+%c%p2%'!'%+%c, cuu=\E[%p1%dA, cuu1=\EM, dch=\E[%p1%dP, dch1=\E[P, dl=\E[M, ed=\E[J\E[r, el=\E[K\E[t, flash=\E$E\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E$P, home=\E$B, ht=^I, il1=\E[L\E[t, ind=^J, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E$A, nel=^M^J, rmir=\E[4l, rmkx=\E[>13l, rmso=\E[m, rmul=\E[m, smcup=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q, smir=\E[4h, smkx=\E[>13h, smso=\E[2;7m, smul=\E[4m, pt200w|pt200-132|fenixw|fenix-132|prime pt200 using 132-column mode, cols#132, cup=\E[%i%p1%d;%p2%dH, use=pt200, pt250|Prime PT250, smso=, use=pt200, pt250w|pt250-132|Prime PT250 using 132-column mode, smso=, use=pt200w, #### Qume (qvt) # # Qume, Inc. # 3475-A North 1st Street # San Jose CA 95134 # Vox: (800)-457-4447 # Fax: (408)-473-1510 # Net: josed@techsupp.wyse.com (Jose D'Oliveira) # # Qume was bought by Wyse, but still (as of early 1995) has its own support # group and production division. # # Discontinued Qume models: # # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+ # built to replace them, and a qvt119+ which was a 101+ with available wide # mode (132 columns). There was a qvt103 which added vt100/vt131 emulations # and an ANSI-compatible qvt203 that replaced it. Qume started producing # ANSI-compatible terminals with the qvt323 and qvt61. # # Current Qume models (as of February 1995): # # All current Qume terminals have ANSI-compatible operation modes. # Qume is still producing the qvt62, which features emulations for other # popular lines such as ADDS, and dual-host capabilities. The qvt82 is # designed for use as a SCO ANSI terminal. The qvt70 is a color terminal # with many emulatioms including Wyse370, Wyse 325, etc. Their newest # model is the qvt520, which is vt420-compatible. # # There are some ancient printing Qume terminals under `Daisy Wheel Printers' qvt101|qvt108|qume qvt 101 and QVT 108, xmc#1, rmso=\EG0, smso=\EG4, use=qvt101+, qvt101+|qvt101p|qume qvt 101 PLUS product, am, bw, hs, ul, cols#80, lines#24, xmc#0, bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\EY, el=\ET, flash=\Eb$<20>\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdl1=\ER, ked=\EY, kel=\ET, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, mc4=\EA, mc5=\E@, rmso=\E(, rmul=\EG0, smso=\E0P\E), smul=\EG8, tbc=\E3, tsl=\Eg\Ef, qvt102|qume qvt 102 product, cnorm=\E., use=qvt101, qvt103|qume qvt 103, am, xenl, xon, cols#80, it#8, lines#24, vt#3, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, hts=\EH, ind=^J, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, sgr0=\E[m$<2>, smkx=\E[?1h\E=, smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, qvt103-w|qume qvt103 132 cols, cols#132, lines#24, rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt103, qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals, am, hs, mir, msgr, cols#80, lines#24, xmc#0, bel=^G, cbt=\EI, clear=\E*1, cnorm=\E.4, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\En0$<20>\En1, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE, ind=^J, is2=\EDF\EC\EG0\Er\E(\E%EX, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, mc4=\EA, mc5=\E@, ri=\EJ, rmir=\Er, rmso=\EG0, rmul=\EG0, smir=\Eq, smso=\EG4, smul=\EG8, tbc=\E3, tsl=\Eg\Ef, qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines, lines#25, use=qvt119+, qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode, cols#132, is2=\EDF\EC\EG0\Er\E(\E%\EX\En4, use=qvt119+, qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25, lines#25, use=qvt119+, qvt203|qvt203+|qume qvt 203 Plus, am, xenl, xon, cols#80, it#8, lines#24, vt#3, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[2J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, dch1=\E[P$<7>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, hts=\EH, il1=\E[L$<99>, ind=\n$<30>, ip=$<7>, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf0=\E[29~, kf1=\E[17~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[28~, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, sgr0=\E[m$<2>, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video), cols#132, lines#24, rs2=\E>\E[?3h\E[?4l\E[?5l\E[?8h, use=qvt203, # # Since a command is present for enabling 25 data lines, # a specific terminfo entry may be generated for the 203. # If one is desired for the QVT 119 PLUS then 25 lines must # be selected in the status line (setup line 9). # qvt203-25|QVT 203 PLUS with 25 by 80 column mode, cols#80, lines#25, is2=\E[=40h\E[?3l, use=qvt203, qvt203-25-w|QVT 203 PLUS with 25 by 132 columns, cols#132, lines#25, rs2=\E[?3h\E[=40h, use=qvt203, #### Televideo (tvi) # # TeleVideo # 550 East Brokaw Road # PO Box 49048 95161 # San Jose CA 95112 # Vox: (408)-954-8333 # Fax: (408)-954-0623 # # # There are some tvi terminals that require incredible amounts of padding and # some that don't. I'm assuming 912 and 920 are the old slow ones, # and 912b, 912c, 920b, 920c are the new ones that don't need padding. # # All of these terminals (912 to 970 and the tvipt) are discontinued. Newer # Televideo terminals are ANSI and PC-ANSI compatible. tvi803|televideo 803, clear=\E*$<10>, use=tvi950, # Vanilla tvi910 -- W. Gish 10/29/86 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; # mapped ":pt:" to ":it#8:"; added ":ug#0:" for terminfo translation; # added khome, cub1, cud1, ind, hpa, vpa, am, msgr from SCO entry -- esr) tvi910|televideo model 910, am, msgr, cols#80, it#8, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, home=\E=\001\001, hpa=\E]%p1%{32}%+%c, if=/usr/share/tabset/stdcrt, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, vpa=\E[%p1%{32}%+%c, # From: Alan R. Rogers # as subsequently hacked over by someone at SCO # (tvi910+: removed obsolete ":ma=^K^P^L :"; mapped ":pt:" to ":it#8:"; # added ":ug#0:" for terminfo translation -- esr) tvi910+|910+|televideo 910+, am, msgr, cols#80, it#8, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^M, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<33*>, ed=\EY, el=\ET, home=^^, hpa=\E]%p1%{32}%+%c, ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE$<33*>, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, ll=\E=7 , rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, vpa=\E[%p1%{32}%+%c, # (tvi912: removed obsolete ":ma=^K^P^L :"; # mapped ":pt:" to default tabs -- esr) tvi912|tvi920|old televideo 912, am, cols#80, lines#24, xmc#1, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<33*>, ed=\Ey, el=\ET, home=^^, ht=^I, hts=\E1, ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE$<33*>, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, tbc=\E3, # the 912 has a key that's like shift: 8 xmits "^A8\r". # The 920 has this plus real function keys that xmit different things. # Terminfo makes you use the funct key on the 912 but the real keys on the 920. tvi912b|912c|912b|tvi912c|tvi|new televideo 912, dl1=\ER$<5*>, il1=\EE$<5*>, use=tvi912, # set to page 1 when entering ex (\E-17 ) # reset to page 0 when exiting ex (\E-07 ) tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages, rmcup=\E-07 , smcup=\E-17 , use=tvi912, # We got some new tvi912c terminals that act really weird on the regular # termcap, so one of our gurus worked this up. Seems that cursor # addressing is broken. tvi912cc|tvi912cc|tvi912 at cowell college, cup@, use=tvi912c, tvi920b|tvi920c|new televideo 920, dl1=\ER$<5*>, il1=\EE$<5*>, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, use=tvi912, tvi924|televideo tvi924, am, bw, hs, in, mir, msgr, xenl, xon, cols#80, it#8, lines#24, wsl#80, xmc#0, bel=^G, blink=\EG2, cbt=\EI, civis=\E.0, clear=\E*0, cnorm=\E.3, cr=^M, csr=\E_%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, dch1=\EW, dl1=\ER, dsl=\Es0, ed=\Ey, el=\Et, flash=\Eb$<20>\Ed, fsl=^Y, home=^^, ht=^I, hts=\E1, ich1=\EQ, if=/usr/lib/tabset/stdcrt, il1=\EE, ind=^J, invis=\EG1, is1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0, kbs=^H, kclr=\E*0, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A@\r, kf1=^AA\r, kf10=^AJ\r, kf11=^AK\r, kf12=^AL\r, kf13=^AM\r, kf14=^AN\r, kf15=^AO\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, kich1=\EQ, kil1=\EE, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, pfkey=\E|%p1%'1'%+%c%p2%s\031, ri=\Ej, rmso=\EG0, rmul=\EG0, sgr0=\EG0, smso=\EG4, smul=\EG8, tbc=\E3, tsl=\Ef, tvi924vb|924vb|televideo model 924 visual bells, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, use=tvi924, tvi925|925|televideo 925, am, bw, hs, ul, cols#80, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^Z, cnorm=\E.4, cr=^M, cub1=^H, cud1=^V, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, dsl=\Eh, ed=\EY, el=\ET, flash=\Eb$<20>\Ed, fsl=^M\Eg, home=^^, ht=^I, hts=\E1, ich1=\EQ, il1=\EE, ind=^J, kbs=^H, kclr=^Z, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, tbc=\E3, tsl=\Eh\Ef, tvi925vb|925vb|televideo model 925 visual bells, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, use=tvi925, # Since the 925 uses a character position to store the escape sequences to go # in and out of both stand out and underline modes, screen positioning is # difficult. The following 925 entries don't use these modes. tvi925n|925n|televideo model 925 no standout or underline, rmso@, rmul@, smso@, smul@, use=tvi925, tvi925vbn|925vbn|televideo model 925 visual bells no so or ul, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, use=tvi925n, # From: Tim Curry, Univ. of Central Fla. 5/21/82 # (tvi925a: removed obsolete ":kn#12:"; mapped ":pt:" to ":it#8:" --esr) tvi925a|925a|TeleVideo Model 925, am, bw, cols#80, it#8, lines#24, xmc#1, cbt=\EI, clear=^Z, cnorm=\E.4, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.2, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, ich1=\EQ, if=/usr/share/tabset/std, il1=\EE, is2=\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, # From: Todd Litwin 28 May 1993 # Originally Tim Curry, Univ. of Central Fla., 5/21/82 # for additional capabilities, # The following tvi descriptions from B:pjphar and virus!mike # is for all 950s. It sets the following attributes: # full duplex (\EDF) write protect off (\E() # conversation mode (\EC) graphics mode off (\E%) # white on black (\Ed) auto page flip off (\Ew) # turn off status line (\Eg) clear status line (\Ef\r) # normal video (\E0) monitor mode off (\EX or \Eu) # edit mode (\Er) load blank char to space (\Ee\040) # line edit mode (\EO) enable buffer control (^O) # protect mode off (\E\047) duplex edit keys (\El) # program unshifted send key to send line all (\E016) # program shifted send key to send line unprotected (\E004) # set the following to nulls: # field delimiter (\Ex0\200\200) # line delimiter (\Ex1\200\200) # start-protected field delimiter (\Ex2\200\200) # end-protected field delimiter (\Ex3\200\200) # set end of text delimiter to carriage return/null (\Ex4\r\200) # (tvi950: early versions had ":ko=ic,dc,al,dl,cl,bt,ce,cd:" # and ":ma=^Vj^Kk^Hh^Ll^^H:". I mapped ":pt:" to ":it#8:"; # tvi950|950|televideo950, am, hs, mir, msgr, xenl, xon, cols#80, lines#24, xmc#1, acsc=d\rc\014e\nb\011i\013, bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE, ind=^J, is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\Ef\r, kbs=^H, kcbt=\EI, kclr=\E*, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\Ey, kel=\Et, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kil1=\EE, mc4=\Ea, mc5=\E`, ri=\Ej, rmacs=^X, rmir=\Er, rmso=\EG0, rmul=\EG0, smacs=^U, smir=\Eq, smso=\EG4, smul=\EG8, tbc=\E3, tsl=\Eg\Ef, # # is for 950 with two pages adds the following: # set 48 line page (\E\\2) # place cursor at page 0, line 24, column 1 (\E-07 ) # set local (no send) edit keys (\Ek) # # two page 950 adds the following: # when entering ex, set 24 line page (\E\\1) # when exiting ex, reset 48 line page (\E\\2) # place cursor at 0,24,1 (\E-07 ) # set duplex (send) edit keys (\El) when entering vi # set local (no send) edit keys (\Ek) when exiting vi # tvi950-2p|950-2p|televideo950 w/2 pages, is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 \011, rmcup=\E\\2\E-07 , rmkx=\Ek, smcup=\E\\1\E-07 , smkx=\El, use=tvi950, # # is for 950 with four pages adds the following: # set 96 line page (\E\\3) # place cursor at page 0, line 24, column 1 (\E-07 ) # # four page 950 adds the following: # when entering ex, set 24 line page (\E\\1) # when exiting ex, reset 96 line page (\E\\3) # place cursor at 0,24,1 (\E-07 ) # tvi950-4p|950-4p|televideo950 w/4 pages, is2=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 \011, rmcup=\E\\3\E-07 , rmkx=\Ek, smcup=\E\\1\E-07 , smkx=\El, use=tvi950, # # is for reverse video 950 changes the following: # set reverse video (\Ed) # # set vb accordingly (\Ed ...nulls... \Eb) # tvi950-rv|950-rv|televideo950 rev video, flash=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb, is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200, use=tvi950, # # uses the appropriate entries from 950-2p and 950-rv # tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages, flash=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb, is2=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 , rmcup=\E\\2\E-07 , rmkx=\Ek, smcup=\E\\1\E-07 , smkx=\El, use=tvi950, # # uses the appropriate entries from 950-4p and 950-rv # tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages, flash=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb, is2=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 , rmcup=\E\\3\E-07 , rmkx=\Ek, smcup=\E\\1\E-07 , smkx=\El, use=tvi950, # From: Andreas Stolcke # (tvi955: removed obsolete ":ko=ic,dc,al,dl,cl,bt,ce,cd:ma:=^Vj^Kk^Hh^Ll^^H"; # mapped ":pt:" to ":it#8:"; removed incorrect (and overridden) ":do=^J:"; # fixed broken continuations in the :rs: string -- esr) tvi955|televideo955, am, hs, mc5i, mir, xenl, xon, cols#80, it#8, lines#24, acsc=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ, blink=\EG2, cbt=\EI, civis=\E.0, clear=\E*, cnorm=\E.2, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, dch1=\EW, dim=\E[=5h, dl1=\ER, dsl=\Eg\Ef\r, ed=\Ey, el=\Et, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, fsl=^M, home=^^, hts=\E1, il1=\EE, invis=\EG1, is2=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El, kbs=^H, kcbt=\EI, kclr=\EY, kctab=\E2, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, kel=\ET, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, khts=\E1, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, krmir=\EQ, ktbc=\E3, mc0=\EP, mc4=\Ea, mc5=\E`, rev=\EG4, ri=\Ej, rmacs=\E%, rmam=\E[=7l, rmir=\Er, rmso=\EG0, rmul=\EG0, rmxon=^N, sgr0=\EG0\E[=5l, smacs=\E$, smam=\E[=7h, smir=\Eq, smso=\EG4, smul=\EG8, smxon=^O, tbc=\E3, tsl=\Eg\Ef, tvi955-w|955-w|televideo955 w/132 cols, cols#132, cup=\E[%i%p1%d;%p2%dH, is2=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El, use=tvi955, # use half-intensity as normal mode, full intensity as bold (md) tvi955-hb|955-hb|televideo955 half-bright, bold=\E[=5l, dim@, is2=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El, sgr0=\EG0\E[=5h, use=tvi955, # From: Humberto Appleton , 880521 UT Austin # (tvi970: removed ":sg#0:"; mapped ":pt:" to ":it#8:" -- esr) tvi970|televideo970, da, db, mir, msgr, cols#80, it#8, lines#24, cbt=\E[Z, clear=\E[H\E[2J, cud1=\ED, cuf1=\E[C, cup=\E[%i%p1%d;%p2%df, cuu1=\EM, cvvis=\E[1Q, dch1=\E[P, dl1=\E[M, ed=\E[0J, el=\E[0K, flash=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m, il1=\E[L, is2=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E?a, kf2=\E?b, kf3=\E?c, kf4=\E?d, kf5=\E?e, kf6=\E?f, kf7=\E?g, kf8=\E?h, kf9=\E?i, khome=\E[H, ri=\EM, rmacs=\E(B, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, smacs=\E(B, smir=\E[4h, smso=\E[7m, smul=\E[4m, # From Gene Rochlin 9/19/84. # Works with vi and rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 chars # per line (rather than 40), Esc K chooses the normal character set. Not sure # padding is needed, but adapted from the tvi920c termcap. The :so: and :us: # strings are klutzy, but at least use no screen space. # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:" -- esr) tvipt|televideopt, am, cols#80, lines#24, cbt=\EI, clear=^Z, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\ER<5*>, el=\ET, home=^^, if=/usr/share/tabset/stdcrt, il1=\EE<5*>, is2=\Ev\Eu\EK, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\EF, rmul=\EF, smso=\EG1@A\EH, smul=\EG1B@\EH, #### Visual (vi) # # (vi50: mapped ":pt:" to default 8-char tabs -- esr) vi50|visual 50, am, msgr, cols#80, lines#24, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dl1=\EM, ed=\Ek, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, rmso=\ET, smso=\EU, # From: Jeff Siegal # (vi55: mapped ":pt:" to ":it#8:" -- esr) vi55|Visual 55, am, mir, msgr, cols#80, it#8, lines#24, clear=\Ev, csr=\E_%p1%'A'%+%c%p2%'A'%+%c, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\Ew, dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, is2=\Ev\E_AX\Eb\EW\E9P\ET, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, rmir=\Eb, rmso=\ET, smir=\Ea, smso=\EU, # The Visual 200 beeps when you type a character in insert mode. # This is a horribly obnoxious misfeature, and some of the entries # below try to get around the problem by ignoring the feature or # turning it off when inputting a character. They are said not to # work well at 300 baud. (You could always cut the wire to the bell!) # From: Mon Nov 14 08:34:29 1983 # (vi200: mapped ":pt:" to default 8-char tabbing -- esr) vi200|vis200|visual 200 with function keys, am, cols#80, lines#24, bel=^G, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ed, dch1=\EO$<4*>, dl1=\EM$<4*>, ed=\Ey, el=\Ex$<4*>, home=\EH, ht=^I, ich1=\Ei \010\Ej, il1=\EL, ind=^J, is2=\E3\Eb\Ej\E\\\El\EG\Ec\Ek, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EP, kf1=\EQ, kf2=\ER, kf3=\E , kf4=\E!, kf5=\E", kf6=\E#, kf7=\E$, kf8=\E%, kf9=\E&, khome=\EH, ri=\EI, rmso=\E3, smso=\E4, vi200-rv-ic|visual 200 reverse video using insert char, ich1@, rmir=\Ej, smir=\Ei, use=vi200-rv, # The older Visuals didn't come with function keys. This entry uses # ks and ke so that the keypad keys can be used as function keys. # If your version of vi doesn't support function keys you may want # to use vi200-f. # (vi200: mapped ":pt:" to ":it#8:" -- esr) vi200-f|visual|visual 200 no function keys, am, cols#80, it#8, lines#24, bel=^G, clear=\Ev, cnorm=\Ec, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ed, dch1=\EO$<4*>, dl1=\EM$<4*>, ed=\Ey, el=\Ex$<4*>, home=\EH, ht=^I, ich1=\Ei \010\Ej, il1=\EL, ind=^J, is2=\E3\Eb\Ej\E\\\El\EG\Ed\Ek, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E?p, kf1=\E?q, kf2=\E?r, kf3=\E?s, kf4=\E?t, kf5=\E?u, kf6=\E?v, kf7=\E?w, kf8=\E?x, kf9=\E?y, khome=\EH, ri=\EI, rmkx=\E>, smkx=\E=, vi200-rv|visual 200 reverse video, cnorm@, cvvis@, ri@, rmso=\E3, smso=\E4, use=vi200, vi200-ic|visual 200 using insert char, ich1@, rmir=\Ej, smir=\Ei, use=vi200, # the function keys are programmable but we don't reprogram # them to their default values with "is" because programming # them is very verbose. maybe an "if" file should be made for # the 300 and they could be stuck in it. vi300|visual 300 ansi x3.64, am, bw, mir, xenl, cols#80, lines#24, bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P$<40>, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[L, ind=^J, is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E_A\E\\, kf2=\E_B\E\\, kf3=\E_C\E\\, kf4=\E_D\E\\, kf5=\E_E\E\\, kf6=\E_F\E\\, kf7=\E_G\E\\, kf8=\E_H\E\\, kf9=\E_I\E\\, khome=\E[H, ri=\EM, rmir=\E[4l, rmso=\E[m, rmul=\E[m, smir=\E[4h, smso=\E[1m, smul=\E[4m, vi300-rv|visual 300 reverse video, bel=^G, cr=^M, cud1=^J, ind=^J, is2=\E[7s\E[2;3;4;20;?6l\E[12;?5;?7h\E[1Q\E[0;1(D\E[8s, use=vi300, # slow scroll doesn't work that well; if you type on the # keyboard while the terminal is scrolling it drops characters vi300-ss|visual 300 slow scroll, bel=^G, cnorm=\E[?4h, cr=^M, cud1=^J, cvvis=\E[?4l, ind=^J, use=vi300, # some of the vi300s have older firmware that has the command # sequence for setting editing extent reversed. ovi300|visual 300 old, bel=^G, cr=^M, cud1=^J, ind=^J, is2=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s, use=vi300, # if your version of ex/vi doesn't correctly implement xn # use this termcap for the vi300 vi300-aw|visual 300 no autowrap, am@, xenl@, cnorm=\E[?7h, cvvis=\E[?7l, use=vi300, # the visual 550 is a visual 300 with tektronix graphics, # and with 33 lines. clear screen is modified here to # also clear the graphics. vi550|visual 550 ansi x3.64, lines#33, bel=^G, clear=\030\E[H\E[2J, cr=^M, cud1=^J, ind=^J, use=vi300, # (vi603: this had ":sb=\EM:"; sb is undefined, prob. an error for sr -- esr) vi603|visual603|visual 603, hs, mir, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, csr=\E[%i%p1%d;%p2%dr, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, dsl=\EP2;1~\E\\, ed=\E[J, el=\E[K, fsl=\E\\, il1=\E[L, ind=\ED, is2=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H, rev=\E[7m, ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, tsl=\EP2~, use=vt100, #### Wyse (wy) # # Wyse Technology # 3471 North First Street # San Jose, CA 95134 # Vox: (408)-473-1200 # Fax: (408) 473-1222 # # Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at # (800)-800-WYSE (option 5 gets you a human). # # All the following entries until (but not including) wy100q are direct from # Wyse technical support and represent their best knowledge as of January 1995. # I made two trivial syntax fixes in the wyse30 entry, added OTbs everywhere # needed, and merged in OTug#1 entries (as indicated by the termcap version of # their descriptions). # # Note: The wyse75, wyse85, and wyse99 have been discontinued. # Although the Wyse 30 can support more than one attribute # it requires magic cookies to do so. Many applications do not # function well with magic cookies. The following terminfo uses # the protect mode to support one attribute (dim) without cookies. # If more than one attribute is needed then the wy30-mc terminfo # should be used. # wy30|wyse30|Wyse 30, am, bw, hs, mc5i, mir, msgr, xon, cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, civis=\E`0, clear=\E+$<80>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<10>, dim=\E`7\E), dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<80>, el=\ET, fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<2>, ind=\n$<2>, ip=$<2>, is2=\E'\E(\E\^3\E`9\016\024, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, pfx=\Ez%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E`7\E), ri=\Ej$<3>, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, sgr=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, smso=\E`7\E), tbc=\E0, tsl=\EF, # # This terminal description uses the non-hidden attribute mode # (with magic cookie). # wy30-mc|wyse30-mc|wyse 30 with magic cookies, msgr@, ma@, xmc#1, blink=\EG2, dim=\EGp, invis=\EG1, prot=\EG0\E), rev=\EG4, rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, rmul=\EG0, sgr=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smso=\EG4, smul=\EG8, use=wy30, # The manditorary pause used by flash does not work with # older versions of terminfo. If you see this effect then # unset xon and delete the / from the delay. # i.e. change $<100/> to $<100> wy30-vb|wyse30-vb|wyse 30 visible bell, flash=\E`8$<100/>\E`9, use=wy30, # # The Wyse 50 can support one attribute (e.g. Dim, Inverse, # Normal) without magic cookies by using the protect mode. # The following description uses this feature, but when more # than one attribute is put on the screen at once, all attributes # will be changed to be the same as the last attribute given. # The Wyse 50 can support more attributes when used with magic # cookies. The wy50-mc terminal description uses magic cookies # to correctly handle multiple attributes on a screen. # wy50|wyse50|Wyse 50, am, bw, hs, mc5i, mir, msgr, xon, cols#80, lh#1, lines#24, lw#8, ma#1, nlab#8, wsl#45, acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<1>, dim=\E`7\E), dl1=\ER, dsl=\EF\r, ed=\EY$<20>, el=\ET, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE, ind=\n$<2>, ip=$<1>, is1=\E`\072\E`9$<30>, is2=\016\024\E'\E(, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, pfx=\Ez%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E`7\E), rev=\E`6\E), ri=\Ej, rmacs=\EH^C, rmir=\Er, rmln=\EA11, rmso=\E(, sgr=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;, sgr0=\E(\EH\003, smacs=\EH^B, smir=\Eq, smln=\EA10, smso=\E`6\E), tbc=\E0, tsl=\EF, # # This terminal description uses the non-hidden attribute mode # (with magic cookie). # wy50-mc|wyse50-mc|wyse 50 with magic cookies, msgr@, ma@, xmc#1, blink=\EG2, dim=\EGp, invis=\EG1, prot=\EG0\E), rev=\EG4, rmacs=\EG0\EH\003, rmcup=\EG0, rmso=\EG0, rmul=\EG0, sgr=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, sgr0=\EG0\E(\EH\003, smacs=\EG0\EH\002, smso=\EGt, smul=\EG8, use=wy50, # The mandatory pause used by flash does not work with # older versions of terminfo. If you see this effect then # unset xon and delete the / from the delay. # i.e. change $<100/> to $<100> wy50-vb|wyse50-vb|wyse 50 visible bell, flash=\E`8$<100/>\E`9, use=wy50, wy50-w|wyse50-w|wyse 50 132-column, cols#132, lw#7, nlab#16, wsl#97, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy50, wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy50-w, # # The Wyse 350 is a Wyse 50 with color. # Unfortunately this means that it has magic cookies. # The color attributes are designed to overlap the reverse, dim and # underline attributes. This is nice for monochrome applications # because you can make underline stuff green (or any other color) # but for true color applications it's not so hot because you cannot # mix color with reverse, dim or underline. # To further complicate things one of the attributes must be # black (either the foreground or the background). In reverse video # the background changes color with black letters. In normal video # the foreground changes colors on a black background. # This terminfo uses some of the more advanced features of curses # to display both color and blink. In the final analysis I am not # sure that the wy350 runs better with this terminfo than it does # with the wy50 terminfo (with user adjusted colors). # wy350|wyse350|Wyse 350, am, bw, hs, mc5i, mir, xon, colors#8, cols#80, lh#1, lines#24, lw#8, ncv#55, nlab#8, pairs#8, wsl#45, xmc#1, acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<20>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<1>, dim=\EGp, dl1=\ER, dsl=\EF\r, ed=\EY$<20>, el=\ET, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE, ind=\n$<2>, invis=\EG1, ip=$<1>, is1=\E`\072\E`9$<30>, is2=\016\024\E'\E(, is3=\E%?, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=^X, nel=^M^J, oc=\E%?, op=\EG0, pfx=\Ez%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\EG0\E), rev=\EG4, ri=\Ej, rmacs=\EG0\EH\003, rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, setb= , setf=%?%p1%{0}%=%t%{76}\n%e%p1%{1}%=%t%{64}\n%e%p1%{2}%=%t%{8}\n%e%p1%{3}%=%t%{72}\n%e%p1%{4}%=%t%{4}\n%e%p1%{5}%=%t%{68}\n%e%p1%{6}%=%t%{12}\n%e%p1%{7}%=%t%{0}\n%;%PC\n\EG%gC%gA%+%'0'%+%c, sgr=%{0}%?%p4%t%{2}%|%;\n%?%p7%t%{1}%|%;%PA\n\EG%?%gC%t%gC%e\n%{0}%?%p1%t%{4}%|%;\n%?%p2%t%{8}%|%;\n%?%p3%t%{4}%|%;\n%?%p5%t%{64}%|%;\n%;%gA%+%'0'%+%c\n%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;, sgr0=\EG0\E(\EH\003%{0}%PA%{0}%PC, smacs=\EG0\EH\002, smir=\Eq, smln=\EA10, smso=\EG4, smul=\EG8, tbc=\E0, tsl=\EF, # The manditorary pause used by flash does not work with # older versions of terminfo. If you see this effect then # unset xon and delete the / from the delay. # i.e. change $<100/> to $<100> wy350-vb|wyse350-vb|wyse 350 visible bell, flash=\E`8$<100/>\E`9, use=wy350, wy350-w|wyse350-w|wyse 350 132-column, cols#132, lw#7, nlab#16, wsl#97, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<2>, is1=\E`;\E`9$<30>, use=wy350, wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy350-w, # # This terminfo description is untested. # wy100|wyse 100, hs, mir, cols#80, lines#24, xmc#1, bel=^G, clear=\E;, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, dsl=\EA31, ed=\EY, el=\ET, fsl=^M, il1=\EE, ind=^J, is2=\Eu\E0, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, khome=\E{, rmir=\Er, rmso=\EG0, rmul=\EG0, smir=\Eq, smso=\EG4, smul=\EG8, tsl=\EF, # # The Wyse 120/150 has most of the features of the Wyse 60. # # This terminal does not need padding up to 9600 baud! # # (msgr) should be set but the clear screen fails when in # alt-charset mode. Try \EcE \E+ if the screen is really clear # then set msgr. # wy120|wyse120|wy150|wyse150|Wyse 120/150, am, bw, hs, km, mc5i, mir, msgr, xon, cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, acsc=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<3>, ind=\n$<3>, invis=\EG1, ip=$<2>, is1=\EcB0\EcC1, is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, pfloc=\EZ2%p1%'?'%+%c%p2%s\177, pfx=\EZ1%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), rev=\EG4, ri=\Ej$<2>, rmacs=\EcD, rmam=\Ed., rmcup=\Ew1, rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\072$<70>, rs3=\EwG\Ee($<100>, sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smul=\EG8, smxon=\Ec21\ntbc=\E0, tsl=\EF, # wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column, cols#132, lw#7, nlab#16, wsl#97, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, rs2=\E`;$<70>, use=wy120, # wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy120, # wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy120-w, # wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell, flash=\E`8$<100/>\E`9, use=wy120, # wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy120-w, # # The Wyse 60 is like the Wyse 50 but with more padding. # The reset strings are slow and the pad times very depending # on other parameters such as font loading. I have tried # to follow the following outline: # rs1 -> set personality # rs2 -> set number of columns # rs3 -> set number of lines # is1 -> select the proper font # is2 -> do the initialization # is3 -> set up display memory (2 pages) # # The Wyse 60's that have vt100 emulation are slower than the # older Wyse 60's. This change happened mid-1987. # The capabilities effected are (dch1) (dl1) (il1) (ind) (ri) # # The meta key is only half right. This terminal will return the # high order bit set when you hit CTRL-function_key # # It may be useful to assign two function keys with the # values \E=(\s look at old data in page 1 # \E=W, look at bottem of page 1 # where \s is a space ( ). # # Note: # The Wyse 60 runs faster when the XON/XOFF # handshake is turned off. # wy60|wyse60|Wyse 60, am, bw, hs, km, mc5i, mir, msgr, cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#45, acsc=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<100>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<11>, dclk=\E`b, dim=\EGp, dl1=\ER$<5>, dsl=\EF\r, ed=\EY$<100>, el=\ET, fsl=^M, home=^^, ht=\011$<1>, hts=\E1, il1=\EE$<4>, ind=\n$<5>, invis=\EG1, ip=$<3>, is1=\EcB0\EcC1, is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, is3=\EwJ\Ew1$<150>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<3>, pfloc=\EZ2%p1%'?'%+%c%p2%s\177, pfx=\EZ1%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), rev=\EG4, ri=\Ej$<7>, rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew1, rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeG$<150>, rs3=\EwG\Ee($<200>, sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, smcup=\Ew0, smir=\Eq, smln=\EA10, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, tsl=\EF, # wy60-w|wyse60-w|wyse 60 132-column, cols#132, lw#7, nlab#16, wsl#97, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<16>, ip=$<5>, rs2=\EeF$<150>\E`;$<150>, use=wy60, # wy60-25|wyse60-25|wyse 60 80-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<200>, use=wy60, wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<200>, use=wy60-w, # wy60-42|wyse60-42|wyse 60 80-column 42-lines, lines#42, clear=\E+$<260>, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<2>, dch1=\EW$<16>, dl1=\ER$<11>, ed=\Ey$<260>, il1=\EE$<11>, ind=\n$<9>, ip=$<5>, is1=\EcB2\EcC3, nel=\r\n$<6>, ri=\Ej$<10>, rs3=\Ee*$<150>, use=wy60, wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines, cols#132, lw#7, nlab#16, wsl#97, clear=\E+$<260>, cup=\Ea%i%p1%dR%p2%dC$<2>, dch1=\EW$<19>, ed=\Ey$<260>, home=\036$<2>, ip=$<6>, nel=\r\n$<11>, rs2=\EeF$<150>\E`;$<150>, use=wy60-42, # wy60-43|wyse60-43|wyse 60 80-column 43-lines, lh@, lines#43, lw@, nlab@, pln@, rs3=\Ee+$<150>, use=wy60-42, wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines, lh@, lines#43, lw@, nlab@, pln@, rs3=\Ee+$<150>, use=wy60-42-w, # wy60-vb|wyse60-vb|Wyse 60 visible bell, flash=\E`8$<100/>\E`9, use=wy60, wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy60-w, # The Wyse-99GT looks at lot like the Wyse 60 except that it # does not have the 42/43 line mode. In the Wyse-60 the "lines" # setup parameter controls the number of lines on the screen. # For the Wyse 99GT the "lines" setup parameter controls the # number of lines in a page. The screen can display 25 lines max. # The Wyse-99GT also has personalities for the VT220 and # Tektronix 4014. But this has no bearing on the native mode. # # (msgr) should be set but the clear screen fails when in # alt-charset mode. Try \EcE \E+ if the screen is really clear # then set msgr, else use msgr@. # # u0 -> enter Tektronix mode # u1 -> exit Tektronix mode # wy99gt|wyse99gt|Wyse 99gt, msgr@, clear=\E+$<130>, dch1=\EW$<7>, dl1=\ER$<4>, ed=\Ey$<130>, el=\Et$<5>, ht=\011$<1>, il1=\EE$<4>, ind=\n$<4>, ip=$<2>, is3=\Ew0$<20>, nel@, ri=\Ej$<3>, rmcup=\Ew0, rs2=\E`\072$<150>, smcup=\Ew1, u0=\E~>\E8, u1=\E[42h, use=wy60, # wy99gt-w|wyse99gt-w|wyse 99gt 132-column, cols#132, lw#7, nlab#16, wsl#97, clear=\E+$<160>, cup=\Ea%i%p1%dR%p2%dC$<2>, dch1=\EW$<9>, ed=\Ey$<160>, ip=$<4>, rs2=\E`;$<150>, use=wy99gt, # wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs2=\E`\072$<150>, rs3=\EwG\Ee)$<200>, use=wy99gt, # wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs2=\E`;$<150>, use=wy99gt-w, # wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell, flash=\E`8$<100/>\E`9, use=wy99gt, # wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy99gt-w, # # The Wyse 160 is combination of the WY-60 and the WY-99gt. # The reset strings are slow and the pad times very depending # on other parameters such as font loading. I have tried # to follow the following outline: # rs1 -> set personality # rs2 -> set number of columns # rs3 -> set number of lines # is1 -> select the proper font # is2 -> do the initialization # is3 -> set up display memory (2 pages) # # The display memory may be used for either text or graphics. # When "Display Memory = Shared" the terminal will have more pages # but garbage may be left on the screen when you switch from # graphics to text. If "Display Memory = Unshared" then the # text area will be only one page long. # wy160|wyse160|Wyse 160, am, bw, hs, km, mc5i, mir, msgr, cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#38, acsc=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<30>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<5>, dclk=\E`b, dim=\EGp, dl1=\ER$<1>, dsl=\EF\r, ed=\EY$<30>, el=\ET$<5>, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE$<1>, ind=\n$<1>, invis=\EG1, ip=$<2>, is1=\EcB0\EcC1, is2=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, is3=\Ew0$<100>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=\Ed#, nel=\r\n$<1>, pfloc=\EZ2%p1%'?'%+%c%p2%s\177, pfx=\EZ1%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), rev=\EG4, ri=\Ej$<1>, rmacs=\EcD, rmam=\Ed., rmclk=\E`c, rmcup=\Ew0, rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, rs1=\E~!\E~4$<70>, rs2=\E`\072$<100>, rs3=\EwG\Ee($<140>, sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smul=\EG8, smxon=\Ec21, tbc=\E0, tsl=\EF, # wy160-w|wyse160-w|wyse 160 132-column, cols#132, lw#7, nlab#16, wsl#90, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<9>, rs2=\EeF$<150>\E`;$<150>, use=wy160, # wy160-25|wyse160-25|wyse 160 80-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<200>, use=wy160, wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<200>, use=wy160-w, # wy160-42|wyse160-42|wyse 160 80-column 42-lines, lines#42, clear=\E+$<50>, dl1=\ER$<2>, ed=\Ey$<50>, il1=\EE$<2>, ind=\n$<2>, is1=\EcB2\EcC3, nel=\r\n$<2>, ri=\Ej$<2>, rs3=\Ee*$<150>, use=wy160, wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines, cols#132, lw#7, nlab#16, wsl#90, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<8>, ip=$<3>, rs2=\EeF$<150>\E`;$<150>, use=wy160-42, # wy160-43|wyse160-43|wyse 160 80-column 43-lines, lh@, lines#43, lw@, nlab@, pln@, rs3=\Ee+$<150>, use=wy160-42, wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines, lh@, lines#43, lw@, nlab@, pln@, rs3=\Ee+$<150>, use=wy160-42-w, # wy160-vb|wyse160-vb|Wyse 160 visible bell, flash=\E`8$<100/>\E`9, use=wy160, wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell, flash=\E`8$<100/>\E`9, use=wy160-w, # # The Wyse 75 is a vt100 lookalike without advanced video. # # The Wyse 75 can support one attribute (e.g. Dim, Inverse, # Underline) without magic cookies. The following description # uses this capability, but when more than one attribute is # put on the screen at once, all attributes will be changed # to be the same as the last attribute given. # The Wyse 75 can support more attributes when used with magic # cookies. The wy75-mc terminal description uses magic cookies # to correctly handle multiple attributes on a screen. # wy75|wyse75|wyse 75, am, hs, mc5i, mir, msgr, xenl, xon, cols#80, lines#24, ma#1, pb#1201, wsl#78, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<30>, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr$<2>, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[0t\E[2m, dl=\E[%p1%dM$<1*>, dl1=\E[M, dsl=\E[>\\\054\001\001\E[>-\001\001, ech=\E[%p1%dX, ed=\E[J$<30>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E)0, fsl=^A, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, ind=\n$<2>, ip=$<1>, is1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h, is2=\E>\E(B\E)0\017, is3=\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdl1=\E[M, kel=\E[K, kent=\EOM, kf1=\E[?5i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[?3i, kf20=\E[34~, kf21=\E[35~, kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[H, kich1=\E[@, kil1=\E[L, knp=\E[6~, kpp=\E[5~, kprt=\E[?5i, kslt=\E[4~, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[1t\E[7m, ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<80>, rs3=\E[?5l, sc=\E7, sgr=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, smkx=\E[?1l\E[?7h\E=, smso=\E[1t\E[7m, smul=\E[2t\E[4m, tbc=\E[3g, tsl=\E[>\\\054\001, # # This terminal description uses the non-hidden attribute mode # (with magic cookie). # wy75-mc|wyse75-mc|wyse 75 with magic cookies, msgr@, ma@, xmc#1, blink=\E[2p, dim=\E[1p, invis=\E[4p, is3=\E[m\E[p, rev=\E[16p, rmacs=\E[0p\017, rmso=\E[0p, rmul=\E[0p, sgr=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9%t\016%e\017%;, sgr0=\E[0p\017, smacs=\E[0p\016, smso=\E[17p, smul=\E[8p, use=wy75, wy75-vb|wyse75-vb|wyse 75 with visible bell, pb@, flash=\E[30h\E\\\054\E[30l$<250>, use=wy75, wy75-w|wyse75-w|wyse 75 in 132 column mode, cols#132, wsl#130, rs2=\E[35h\E[?3h$<80>, use=wy75, wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns, pb@, flash=\E[30h\E\\\054\E[30l$<250>, use=wy75-w, # # Wyse 85 emulating a vt220 7 bit mode. # 24 line screen with status line. # # The vt220 mode permits more function keys but it wipes out # the escape key. I strongly reccomend that f11 be set to # escape (esc). # The terminal may have to be set for 8 data bits and 2 stop # bits for the arrow keys to work. # The Wyse 85 runs faster with XON/XOFF enabled. Also the # (dch) and (ich) work best when XON/XOFF is set. (ich) and # (dch) leave trash on the screen when used without XON/XOFF. # wy85|wyse85|wyse 85, am, hs, mc5i, mir, msgr, xenl, xon, cols#80, it#8, lines#24, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<110>, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP$<3*>, dch1=\E[P$<3>, dim=\E[2m, dl=\E[%p1%dM$<3*>, dl1=\E[M$<3>, dsl=\E[40l, ech=\E[%p1%dX, ed=\E[J$<110>, el=\E[K$<1>, el1=\E[1K, enacs=\E)0, fsl=\E[1;24r\E8, home=\E[H, ht=\011$<1>, hts=\EH, ich=\E[%p1%d@$<4*>, il=\E[%p1%dL$<5*>, il1=\E[L$<5>, ind=\n$<3>, invis=\E[8m, ip=$<3>, is1=\E[62;1"p\E[?5W, is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h$<16>, is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<3>, rmacs=^O, rmam=\E[?7l, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, rs1=\E[13l\E[3l\E!p, rs2=\E[35h\E[?3l$<70>, rs3=\E[?5l, sc=\E7, sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E[40h\E7\E[25;%i%p1%dH, # # Wyse 85 with visual bell. wy85-vb|wyse85-vb|wyse 85 with visible bell, flash=\E[30h\E\\\054\E[30l$<300>, use=wy85, # # Wyse 85 in 132-column mode. wy85-w|wyse85-w|wyse 85 in 132-column mode, cols#132, wsl#132, rs2=\E[35h\E[?3h$<70>, use=wy85, # # Wyse 85 in 132-column mode with visual bell. wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns, flash=\E[30h\E\\\054\E[30l$<300>, use=wy85-w, # # Wyse 185 emulating a vt320 7 bit mode. # # This terminal always displays 25 lines. These lines may be used # as 24 data lines and a terminal status line (top or bottom) or # 25 data lines. The 48 and 50 line modes change the page size # and not the number of lines on the screen. # # The Compose Character key can be used as a meta key if changed # by set-up. # wy185|wyse185|wyse 185, am, hs, km, mc5i, mir, msgr, xenl, xon, cols#80, it#8, lines#24, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr$<20>, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<3>, dch1=\E[P$<3>, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E7\E[99;0H\E[K\E8, ech=\E[%p1%dX, ed=\E[J$<40>, el=\E[K, el1=\E[1K, enacs=\E)0, fsl=\E[1;24r\E8, home=\E[H, hpa=\E[%i%p1%d`, ht=^I, hts=\EH, ich=\E[%p1%d@$<2>, il=\E[%p1%dL$<3*>, il1=\E[L$<3>, ind=\n$<2>, invis=\E[8m, ip=$<4>, is1=\E[?5W, is2=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h, is3=\E>\E(B\E)0\017\E[m, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, rs1=\E[13l\E[3l\E\\\E[63;1"p\E[!p, rs2=\E[35h\E[?3l, rs3=\E[?5l\E[47h\E[40l\E[r, sc=\E7, sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E7\E[99;%i%p1%dH, vpa=\E[%i%p1%dd, # # Wyse 185 with 24 data lines and top status (terminal status) wy185-24|wyse185-24|wyse 185 with 24 data lines, hs@, dsl@, fsl@, rs3=\E[?5l\E[47h\E[40l\E[1;24r, tsl@, use=wy185, # # Wyse 185 with visual bell. wy185-vb|wyse185-vb|wyse 185 with visible bell, flash=\E[30h\E\\\054\E[30l$<100>, use=wy185, # # Wyse 185 in 132-column mode. wy185-w|wyse185-w|wyse 185 in 132-column mode, cols#132, wsl#132, dch=\E[%p1%dP$<7>, dch1=\E[P$<7>, ich=\E[%p1%d@$<7>, ip=$<7>, rs2=\E[35h\E[?3h, use=wy185, # # Wyse 185 in 132-column mode with visual bell. wy185-wvb|wyse185-wvb|wyse 185 with visible bell 132-columns, flash=\E[30h\E\\\054\E[30l$<100>, use=wy185-w, # wy325 terminfo entries # Done by Joe H. Davis 3-9-92 # lines 25 columns 80 # wy325|wyse325|Wyse-epc, am, bw, hs, mc5i, mir, cols#80, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45, acsc=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E+$<50>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW$<7>, dim=\EGp, dl1=\ER$<3>, dsl=\EF\r, ed=\EY$<50>, el=\ET$<4>, fsl=^M, home=^^, ht=^I, hts=\E1, il1=\EE$<3>, ind=\n$<3>, invis=\EG1, ip=$<2>, is1=\EcB0\EcC1, is2=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El, is3=\Ew0$<16>, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\Eq, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, ll=^^^K, mc0=\EP, mc4=^T, mc5=\Ed#, pfloc=\EZ2%p1%'?'%+%c%p2%s\177, pfx=\EZ1%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), rev=\EG4, ri=\Ej$<2>, rmacs=\EcD, rmam=\Ed., rmcup=\Ew0, rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, rs1=\E~!\E~4$<30>, rs2=\EeF\E`\072$<70>, rs3=\EwG\Ee($<100>, sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, sgr0=\E(\EH\003\EG0\EcD, smacs=\EcE, smam=\Ed/, smcup=\Ew1, smir=\Eq, smln=\EA10, smso=\EGt, smul=\EG8, tbc=\E0, tsl=\EF, # # lines 24 columns 80 vb # wy325-vb|wyse325-vb|wy150-vb, flash=\E`8$<100/>\E`9, use=wy325, # # lines 24 columns 132 # wy325-w|wyse325-w|wy325w-24, cols#132, lw#7, nlab#16, wsl#97, cup=\Ea%i%p1%dR%p2%dC, dch1=\EW$<12>, ip=$<4>, rs2=\E`;$<70>, use=wy325, # # lines 25 columns 80 # wy325-25|wyse325-25|wy325-80, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325, # # lines 25 columns 132 # wy325-25w|wyse325-25w|wy325w-132, lh@, lines#25, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, # # lines 25 columns 132 vb # wy325-w-vb|wy325-wvb|wyse325-wvb, flash=\E`8$<100/>\E`9, use=wy325-w, # # lines 42 columns 80 # wy325-42|wyse325-42, lh@, lines#42, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325, # # lines 42 columns 132 # wy325-42w|wyse325-42w, lh@, lines#42, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, # # lines 42 columns 132 vb # wy325-42w-vb|wy325-42wvb, flash=\E`8$<100/>\E`9, use=wy325-w, # # lines 43 columns 80 # wy325-43|wyse325-43, lh@, lines#43, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325, # # lines 43 columns 132 # wy325-43w|wyse325-43w, lh@, lines#43, lw@, nlab@, pln@, rs3=\EwG\Ee)$<100>, use=wy325-w, # # lines 43 columns 132 vb # wy325-43w-vb|wy325-43wvb, flash=\E`8$<100/>\E`9, use=wy325-w, # Wyse 370 # # 24 line screen with status line. # # The terminal may have to be set for 8 data bits and 2 stop # bits for the arrow keys to work. # # If you change keyboards the terminal will send different # escape sequences. # The following definition is for the basic terminal without # function keys. # # u0 -> enter Tektronix 4010/4014 mode # u1 -> exit Tektronix 4010/4014 mode # u2 -> enter ASCII mode (from any ANSI mode) # u3 -> exit ASCII mode (goto native ANSI mode) # u4 -> enter Tek 4207 ANSI mode (from any ANSI mode) # u5 -> exit Tek 4207 mode (goto native ANSI mode) # wy370-nk|wyse 370 without function keys, am, ccc, hs, mc5i, mir, msgr, xenl, xon, colors#64, cols#80, it#8, lines#24, ncv#48, pairs#64, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J$<40>, cnorm=\E[34h\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<1>, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?25h\E[34l, dch=\E[%p1%dP$<1*>, dch1=\E[P$<1>, dclk=\E[31h, dim=\E[2m, dl=\E[%p1%dM$<2*>, dl1=\E[M$<2>, dsl=\E[40l, ech=\E[%p1%dX$<.1*>, ed=\E[J$<40>, el=\E[K$<10>, el1=\E[1K$<12>, enacs=\E)0, fsl=\E[1;24r\E8, home=\E[H, hpa=\E[%i%p1%d`, ht=\011$<1>, hts=\EH, ich=\E[%p1%d@$<1*>, il=\E[%p1%dL$<2*>, il1=\E[L$<2>, ind=\n$<2>, initc=\E[66;%p1%d;\n%?%p2%{250}%<%t%{0}\n%e%p2%{500}%<%t%{16}\n%e%p2%{750}%<%t%{32}%e%{48}%;\n%?%p3%{250}%<%t%{0}\n%e%p3%{500}%<%t%{4}\n%e%p3%{750}%<%t%{8}%e%{12}%;\n%?%p4%{250}%<%t%{0}\n%e%p4%{500}%<%t%{1}\n%e%p4%{750}%<%t%{2}%e%{3}%;%{1}%+%+%+%dw, invis=\E[8m, ip=$<1>, is1=\E[90;1"p\E[?5W$<6>, is2=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h, is3=\E>\017\E)0\E(B\E[63;0w\E[m, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, oc=\E[60w\E[63;0w\n\E[66;1;4w\n\E[66;2;13w\n\E[66;3;16w\n\E[66;4;49w\n\E[66;5;51w\n\E[66;6;61w\n\E[66;7;64w, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM$<2>, rmacs=^O, rmam=\E[?7l, rmclk=\E[31l, rmcup=\E[ R, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, rs1=\E[13l\E[3l\E!p\E[?4i, rs2=\E[35h\E[?3l$<8>, rs3=\E[?5l, sc=\E7, setb=\E[62;%p1%dw, setf=\E[61;%p1%dw, sgr=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[ Q, smir=\E[4h, smkx=\E[?1l\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E[40l\E[40h\E7\E[99;%i%p1%dH, u0=\E[?38h\E8, u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B, u4=\E[92;76"p, u5=\E%!1\E[90;1"p, vpa=\E[%i%p1%dd, # # Function key set for the ASCII (wy-50 compatable) keyboard # wy370-101k|Wyse 370 with 101 key keyboard, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\EOQ, kdl1=\EOQ, kent=\EOM, kf1=\E[?4i, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf2=\E[?3i, kf3=\E[2i, kf4=\E[@, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\EOP, kil1=\EOP, knp=\E[U, kpp=\E[V, use=wy370-nk, # # Function key set for the VT-320 (and wy85) compatable keyboard # wy370-105k|Wyse 370 with 105 key keyboard, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, kc1=\EOq, kc3=\EOs, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, khlp=\E[28~, khome=\E[26~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, use=wy370-nk, # # Function key set for the PC compatable keyboard # wy370-EPC|Wyse 370 with 102 key keyboard, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[1~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[M, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\E[2~, knp=\E[U, kpp=\E[V, use=wy370-nk, # # Set up the default WY-370. # wy370|wyse370|Wyse 370, use=wy370-101k, # # Wyse 370 with visual bell. wy370-vb|Wyse 370 with visible bell, flash=\E[30h\E\\\054\E[30l$<300>, use=wy370, # # Wyse 370 in 132-column mode. wy370-w|Wyse 370 in 132-column mode, cols#132, wsl#132, rs2=\E[35h\E[?3h$<70>, use=wy370, # # Wyse 370 in 132-column mode with visual bell. wy370-wvb|Wyse 370 with visible bell 132-columns, flash=\E[30h\E\\\054\E[30l$<300>, use=wy370-w, wy370-rv|Wyse 370 reverse video, rs3=\E[32h\E[?5h, use=wy370, # # Wyse 99gt Tektronix 4010/4014 emulator, # wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator, am, os, cols#74, lines#35, bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1= , cup=\035%{3040}%{89}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037, cuu1=^K, ff=^L, hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, home=^]7`x @\037, hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, is2=\E8, nel=^M^J, u0=\E~>\E8, u1=\E[42h, # # Wyse 160 Tektronix 4010/4014 emulator, # wy160-tek|Wyse 160 Tektronix 4010/4014 emulator, cup=\035%{3103}%{91}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037, home=^]8`g @\037, use=wy99gt-tek, # # Wyse 370 Tektronix 4010/4014 emulator, # wy370-tek|Wyse 370 Tektronix 4010/4014 emulator, am, os, cols#80, lines#36, bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuf1= , cup=\035%{775}%{108}%p1%*%{5}%/%-%Py\n%p2%{64}%*%{4}%+%{5}%/%Px\n%gy%{32}%/%{31}%&%{32}%+%c\n%gy%{31}%&%{96}%+%c\n%gx%{32}%/%{31}%&%{32}%+%c\n%gx%{31}%&%{64}%+%c\037, cuu1=^K, ff=^L, hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037, home=^]8g @\037, hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037, is2=\E8, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^K, nel=^M^J, u0=\E[?38h\E8, u1=\E[?38l\E)0, # Vendor-supplied Wyse entries end here. # From: Eric Freudenthal wy100q|Wyse 100 for Quotron, cols#80, lines#24, xmc#1, cbt=\EI, clear=^Z, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^^, il1=\EE, is2=\E`\072\200\EC\EDF\E0\E'\E(\EA21, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, ri=\Ej, rmir=\Er, rmso=\EG0, rmul=\EG0, smir=\Eq, smso=\EG4, smul=\EG8, #### Kermit terminal emulations # # KERMIT standard all versions. # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi. # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr) # From: greg small 9-25-84 kermit|standard kermit, cols#80, lines#24, clear=\EE, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, home=\EH, is2=K0 Standard Kermit 9-25-84\n, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, kermitam|standard kermit plus auto-margin, am, is2=K1 Standard Kermit plus Automatic Margins\n, use=kermit, # IBMPC Kermit 1.2. # Bugs :cd:ce: do not work except at beginning of line! :cl: does not work, # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line). # From: greg small 8-30-84 pckermit|pckermit12|UCB IBMPC Kermit 1.2, am, lines#25, clear=\EH\EJ, ed@, el@, is2=K2 UCB IBMPC Kermit 1.2 8-30-84\n, use=kermit, # IBMPC Kermit 1.20 # Cannot use line 25, now acts funny like ansi special scrolling region. # Initialization must escape from that region by cursor position to line 24. # Cannot use character insert because 1.20 goes crazy if insert at col 80. # Does not use am: because autowrap mode lost when kermit dropped and restarted. # (pckermit: mapped ":pt:" to ":it#8:" -- esr) # From: greg small 12-19-84 pckermit120|UCB IBMPC Kermit 1.20, am@, it#8, lines#24, cud1=\EB, cvvis=\EO\Eq\EEK3, dch1=\EN, dl1=\EM, il1=\EL, is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n, rmir@, rmso=\Eq, smir@, smso=\Ep, use=kermit, # MS-DOS Kermit 2.27 for the IBMPC # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi. # Cannot use line 25, now acts funny like ansi special scrolling region. # Initialization must escape from that region by cursor position to line 24. # Does not use am: because autowrap mode lost when kermit dropped and restarted. # Reverse video for standout like H19. # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:"; # mapped ":pt:" to ":it#8:" -- esr) # From: greg small 3-17-85 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC, am@, cols#80, it#8, lines#24, clear=\EE, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\EO\Eq\EG\EwK4, dch1=\EN, dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, is2=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rc=\Ek, rmir=\EO, rmso=\Eq, sc=\Ej, smir=\E@, smso=\Ep, # MS-DOS Kermit 2.27 with automatic margins # From: greg small 3-17-85 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins, am, cvvis=\EO\Eq\EG\EvK5, is2=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n, use=mskermit227, # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC # Automatic margins now default. Use ansi set graphic rendition for standout, # underline and ul codes (:md:,:me:,:mr:). Define function keys. # (msk22714: removed obsolete ":kn#10:" -- esr) # From: greg small 3-17-85 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC, am, bold=\E[1m, cvvis=\EO\Eq\EG\EvK6, is2=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smso=\E[1m, smul=\E[4m, use=mskermit227, # From: 29 Oct 85 05:40:18 GMT # MS-Kermit with Heath-19 emulation mode enabled # (h19k: changed ":pt@:" to ":it@" h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin), am@, da, db, xt, it@, ht@, use=h19-u, ######## OLDER TERMINAL TYPES # # This section is devoted to older commercial terminal brands that are now # discontinued, but known to be still in use or represented by emulations. # #### AT&T (att, tty) # # This section also includes Teletype-branded VDTs. # # The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for # details, see the header comment on the ADDS section. # # These are AT&T's official terminfo entries # att2300|ATT2300|sv80|AT&T 2300 Video Information Terminal 80 column mode, am, eo, mir, msgr, xon, cols#80, it#8, lines#24, bel=^G, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, kbs=^H, kcbt=\E[Z, kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf1=\E[1r, kf10=\E[10r, kf11=\E[11r, kf12=\E[12r, kf13=\E[13r, kf14=\E[14r, kf15=\E[15r, kf16=\E[16r, kf2=\E[2r, kf3=\E[3r, kf4=\E[4r, kf5=\E[5r, kf6=\E[6r, kf7=\E[7r, kf8=\E[8r, kf9=\E[9r, khome=\E[H, kich1=\E[@, kil1=\E[L, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rev=\E[7m, rmir=\E[4l, rmso=\E[0m, sgr0=\E[m, smir=\E[4h, smso=\E[7m, att2350|AT&T 2350 Video Information Terminal 80 column mode, mc0@, mc4@, mc5@, use=att2300, att2300-x40|sv40|AT&T 2300 Video Information Terminal 40 column mode, cols#40, it#5, lines#23, il@, il1@, use=att2300, att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode, cols#40, it#5, lines#23, il@, il1@, use=att2350, # Must setup RETURN KEY - CR, REC'VD LF - INDEX. # Seems upward compatible with vt100, plus ins/del line/char. # On sgr, the protection parameter is ignored. # No check is made to make sure that only 3 parameters are output. # standout= reverse + half-intensity = 3 | 5. # bold= reverse + underline = 2 | 3. # note that half-bright blinking doesn't look different from normal blinking. # NOTE:you must program the function keys first, label second! att5410v1|att4410v1|4410v1|tty5410v1|AT&T 4410/5410 terminal in 80 column mode - version 1, am, hs, mir, msgr, xon, cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, acsc=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\\\054\\\054.., bel=^G, blink=\E[5m, bold=\E[2;7m, clear=\E[H\E[J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl1=\E[M, ed=\E[J, el=\E[K, fsl=\E8, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[?3l\E)0, is3=\E[1;03q f1 \EOP\E[2;03q f2 \EOQ\E[3;03q f3 \EOR\E[4;03q f4 \EOS\E[5;03q f5 \EOT\E[6;03q f6 \EOU\E[7;03q f7 \EOV\E[8;03q f8 \EOW, kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, ll=\E[24H, nel=^M^J, pfx=\E[%p1%1d;%p2%l%2.2dq f%p1%1d %p2%s, pln=\E[%p1%d;00q%p2%\072-16s, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%p1%{1}%+%dH, att4410v1-w|att5410v1-w|tty5410v1-w|5410v1-w|AT&T 4410/5410 in 132 column mode - version 1, cols#132, wsl#132, is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=4410v1, att4410|ATT4410|att5410|tty5410|5410|AT&T 4410/5410 in 80 column mode - version 2, pfx=\E[%p1%d;%p2%l%02dq f%p1%d %p2%s, use=4410v1, att4410-nfk|att5410-nfk|4410-nfk|tty5410-nfk|5410-nfk|version 1 AT&T 4410/5410 entry without function keys, is3@, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, pln@, use=att4410, att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode, cols#132, wsl#132, is1=\E[?3h\E)0, rs2=\Ec\E[?3h\E[2;0y, use=att4410, att5410-nsl|4410-nsl|att4410-nsl|ATT4410-nsl|tty5410-nsl|tty5410 entry without pln defined, pln@, use=tty5410, otty5410|teletype 5410 for S5R2 curses, tsl=\E7\E[25;%p1%{1}%+%dH, use=tty5410, # 5410 in terms of a vt100 v5410|5410 in terms of a vt100, am, mir, msgr, xon, cols#80, it#8, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu1=\E[A$<2>, dch1=\E[P, dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E[@, il1=\E[L, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017$<2>, smacs=^N, smkx=\E[?1h\E=, smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, # # Teletype Model 5420 -- A souped up 5410, with multiple windows, # even! the 5420 has three modes: scroll, window or page mode # this terminfo should work in scroll or window mode, but doesn't # take advantage of any of the differences between them. # # Has memory below (2 lines!) # 3 pages of memory (plus some spare) # The 5410 sequences for cup,cvvis,dch,dl,ech,flash,home,hpa,hts would work # for these, but these work in both scroll and window mode... # Unset insert character so insert mode works # is1 sets 80 column mode, # is2 escape sequence: # 1) turn off all fonts # 2) function keys off, keyboard lock off, control display off, # insert mode off, erasure mode off, # 3) full duplex, monitor mode off, send graphics off, nl on lf off # 4) reset origin mode # 5) set line wraparound # 6) exit erasure mode, positional attribute mode, and erasure extent mode # 7) clear margins # 8) program ENTER to transmit ^J, # We use \212 to program the ^J because a bare ^J will get translated by # UNIX into a CR/LF. The enter key is needed for AT&T uOMS. # 1 2 3 4 5 6 7 8 # is3 set screen color to black, # No representation in terminfo for the delete word key: kdw1=\Ed # Key capabilities assume the power-up send sequence... # This rmcup is not strictly necessary, but it helps maximize # memory usefulness: rmcup=\Ez, # Alternate sgr0: sgr0=\E[0m\EW^O, # Alternate sgr: sgr=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t^N%e^O%;, # smkx programs the SYS PF keys to send a set sequence. # It also sets up labels f1, f2, ..., f8, and sends edit keys. # This string causes them to send the strings kf1-kf8 # when pressed in SYS PF mode. att4415|4415|tty5420|att5420|ATT5420|5420|AT&T 4415/5420 in 80 column mode, db, mir, xon, lh#2, lm#78, lw#8, nlab#8, wsl#55, cbt=\E[Z, clear=\E[x\E[J, cnorm=\E[11;0j, cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dx, cuu=\E[%p1%dA, cvvis=\E[11;1j, dch=\E[%p1%dP, dl=\E[%p1%dM, ech=\E[%p1%ds\E[%p1%dD, flash=\E[?5h$<200>\E[?5l, home=\E[x, hpa=\E[%p1%{1}%+%dG, hts=\EH, ich=\E[%p1%d@, ich1@, il=\E[%p1%dL, indn=\E[%p1%dE, is1=\E[?3l$<100>, is2=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[21;1j\212, is3=\E[?5l, kbeg=\Et, kcbt=\E[Z, kdch1=\E[P, kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, mrcup=\E[%i%p1%d;%p2%dt, pfx=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, prot=\EV, rin=\E[%p1%dF, rmir=\E[4l, rmkx=\E[19;0j\E[21;1j\212, rmln=\E|, sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[0m\017, smir=\E[4h, smkx=\E[19;1j\E[21;4j\Eent, smln=\E~, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, use=att4410, att4415-w|tty5420-w|att5420-w|5420-w|AT&T model 4415/5420 in 132 column mode, cols#132, lm#54, wsl#97, is1=\E[?3h$<100>, use=att4415, att4415-rv|tty5420-rv|att5420-rv|AT&T model 4415/5420 80 columns in reverse video, flash=\E[?5l$<200>\E[?5h, is3=\E[?5h, use=att4415, att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T model 4415/5420 132 columns in reverse video, cols#132, lm#54, wsl#97, flash=\E[?5l$<200>\E[?5h, is1=\E[?3h$<100>, is3=\E[?5h, use=att4415, # Note that this mode permits programming USER PF KEYS and labels # However, when you program user pf labels you have to reselect # user pf keys to make them appear! att4415+nl|4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, pfx=\E[%p1%d;%p2%l%02d;0;1q F%p1%d %p2%s, pln=\E[%p1%d;0;0;1q%p2%\072-16.16s, att4415-nl|4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl,use=att4415, att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl,use=att4415-rv, att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl,use=att4415-w, att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, use=att4415+nl,use=att4415-w-rv, otty5420|teletype 5420 for SVR2 curses on the 3B-20's, hpa=\E[%p1%{1}%+%dG, vpa=\E[%p1%{1}%+%dd, use=tty5420, att5420_2|AT&T 5420 model 2 in 80 column mode, am, db, hs, mir, msgr, xon, cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, blink=\E[5m, cbt=\E[1Z, clear=\EH\EJ, cnorm=\E[11;0j, cr=\EG, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cvvis=\E[11;1j, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[0J, el=\E[0K, el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[0;0H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, invis=\E[8m, is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=^J, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H, kich1=\E[4h, kil1=\E[L, kind=\E[T, kll=\Eu, knp=\E[U, kpp=\E[V, kri=\E[S, lf1=F1, lf2=F2, lf3=F3, lf4=F4, lf5=F5, lf6=F6, lf7=F7, lf8=F8, ll=\Ew, mc0=\E[?;2i, mc4=\E[4i, mc5=\E[5i, mrcup=\E[%i%p1%d;%p2%dt, nel=^M^J, pfx=\E[%p1%d;%p2%l%02dq F%p1%d %p2%s\E~, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s\E~, prot=\EV, rc=\E8, rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmkx=\E[19;0j, rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[0m\017, smacs=^N, smkx=\E[19;1j, smln=\E~, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, att5420_2-w|AT&T 5420 model 2 in 132 column mode, cols#132, is1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r, use=att5420_2, att4418|att5418|ATT5418|AT&T 5418 in 80 column mode, am, xon, cols#80, lines#24, bel=^G, blink=\E[5m, clear=\E[H\E[2J, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[1P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L, ind=^J, is1=\E[?3l, is2=\E)0\E?6l\E?5l, kclr=\E[%, kcub1=\E@, kcud1=\EU, kcuf1=\EA, kcuu1=\ES, kent=\E[, kf1=\E[h, kf10=\E[m, kf11=\E[n, kf12=\E[o, kf13=\E[H, kf14=\E[I, kf15=\E[J, kf18=\E[K, kf19=\E[L, kf2=\E[i, kf20=\E[E, kf21=\E[_, kf22=\E[M, kf23=\E[N, kf24=\E[O, kf3=\E[j, kf6=\E[k, kf7=\E[l, kf8=\E[f, kf9=\E[w, khome=\Ec, rc=\E8, rev=\E[7m, rmacs=^O, rmso=\E[0m, rmul=\E[0m, sc=\E7, sgr0=\E[0m\017, smacs=^N, smso=\E[7m, smul=\E[4m, att4418-w|att5418-w|AT&T 5418 in 132 column mode, cols#132, is1=\E[?3h, use=att5418, tty4420|teletype 4420, da, db, eo, msgr, ul, xon, cols#80, lines#24, lm#72, bel=^G, clear=\EH\EJ, cr=\EG, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\Ez, home=\EH, il1=\EL, ind=\EH\EM\EY7 , kcbt=\EO, kclr=\EJ, kcub1=^H, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EP, kdl1=\EM, kf0=\EU, kf3=\E@, khome=\EH, kich1=\E\^, kil1=\EL, kind=\ES, kri=\ET, lf0=segment advance, lf3=cursor tab, rmdc@, rmso=\E~, rmul=\EZ, smdc@, smso=\E}, smul=\E\\, # The following is a termcap entry for the Teletype 4424 # asynchronous keyboard-display terminal. It supports # the vi editor. The terminal must be "set up" as follows, # # HIGHLIGHT DEFINITION 3-TONE # DISPLAY FUNCTION GROUP III # # The second entry below provides limited (a la adm3a) # operation under GROUP II. # # This must be used with DISPLAY FUNCTION GROUP I or III # and HIGHLIGHT DEFINITION 3-TONE # The terminal has either bold or blink, depending on options # att4424|tty4424|4424-3|teletype 4424, am, xon, cols#80, lines#24, bel=^G, blink=\E3, bold=\E3, cbt=\EO, clear=\E[H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB, cuf=\E[%p1%dC, cuf1=\EC, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EA, dch=\E[%p1%dP, dch1=\EP, dim=\EW, dl=\E[%p1%dM, dl1=\EM, ed=\EJ, el=\Ez, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E\^, il=\E[%p1%dL, il1=\EL, ind=^J, is2=\E[20l\E[?7h, kbs=^H, kclr=\EJ, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, nel=\EE, rev=\E}, ri=\ET, rmacs=\E(B, rmso=\E~, rmul=\EZ, sgr=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m, sgr0=\EX\E~\EZ\E4\E(B, smacs=\E(0, smcup=\E[1m, smso=\E}, smul=\E\\, tbc=\EF, att4424-1|tty4424-1|teletype 4424 in display function group I, kclr@, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome@, use=att4424, # The Teletype 5425 is really version 2 of the Teletype 5420. It # is quite similar, except for some minor differences. No page # mode, for example, so all of the cup sequences used above have # to change back to what's being used for the 5410. Many of the # option settings have changed their numbering as well. # # This has been tested on a preliminary model. # att5425|tty5425|att4425|AT&T 4425/5425, am, da, db, hs, mir, msgr, xenl, xon, cols#80, it#8, lh#2, lines#24, lm#78, lw#8, nlab#8, wsl#55, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, clear=\E[H\E[J, cnorm=\E[12;0j, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[12;1j, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%ds\E[%p1%dD, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, invis=\E[8m, is1=\E<\E[?3l$<100>, is2=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212, is3=\E[?5l, kbeg=\Et, kbs=^H, kcbt=\E[Z, kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kel=\E[2K, kend=\Ez, kent=\Eent, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H, kich1=\E[4h, kil1=\E[L, kind=\E[T, kri=\E[S, ll=\E[24H, mc0=\E[?2i, mc4=\E[?9i, mc5=\E[?4i, nel=^M^J, pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, prot=\EV, rc=\E8, rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l, rmkx=\E[21;0j\E[25;1j\212, rmln=\E|, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smir=\E[4h, smkx=\E[21;1j\E[25;4j\Eent\E~, smln=\E~, smso=\E[7m, smul=\E[4m, tbc=\E[3g, tsl=\E7\E[25;%p1%{8}%+%dH, vpa=\E[%p1%{1}%+%dd, att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 without label change 80 column mode, smkx=\E[21;1j\E[25;4j\Eent, use=att4425, att5425-nl-w|tty5425-nl-w|att4425-nl-w|AT&T 4425/5425 without label change 132 column mode, smkx=\E[21;1j\E[25;4j\Eent, use=att4425-w, tty5425-fk|att4425-fk|AT&T 4425/5425 without function keys, rmkx@, smkx@, use=att5425, att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode, cols#132, lm#54, wsl#97, is1=\E[?3h$<100>, use=tty5425, tty5425-w-fk|att4425-w-fk|att5425-w-fk|AT&T 4425/5425 without function keys in wide mode, rmkx@, smkx@, use=att5425-w, # This had bogus capabilities: ri=\EM, ri=\E[1U, att4426|tty4426|teletype 4426S, am, da, db, xon, cols#80, lines#24, lm#48, bel=^G, bold=\E[5m, clear=\E[H\E[2J\E[1U\E[H\E[2J\E[1V, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EA, dch=\E[%p1%dP, dch1=\EP, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[0K, home=\E[H, hpa=\E[%p1%dG, ht=^I, hts=\E1, ich=\E[%p1%d@, ich1=\E\^, il=\E[%p1%dL, il1=\EL, ind=^J, indn=\E[%p1%dS, is1=\Ec\E[?7h, is2=\E[m\E[1;24r, kbs=^H, kcbt=\EO, kclr=\E[2J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, khome=\E[H, kll=\E[24;1H, ll=\E[24H, nel=^M^J, rc=\E8, rev=\E[7m, ri=\ET, rin=\E[%p1%dT, rmacs=\E(B, rmso=\E[0m, rmul=\E[m, rs2=\Ec\E[?3l\E[2;0y, sc=\E7, sgr0=\E[0m\E(B, smacs=\E(0, smso=\E[5m, smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%dd, # Terminfo entry for the AT&T 510 A Personal Terminal # Function keys 9 - 16 are available only after the # screen labeled (soft keys/action blocks) are labeled. Function key # 9 corresponds to the leftmost touch target on the screen, # function key 16 corresponds to the rightmost. # # This entry is based on one done by Ernie Rice at Summit, NJ and # changed by Anne Gallup, Skokie, IL, ttrdc!anne att510a|510a|bct510a|510A|AT&T 510A Personal Terminal, am, mir, msgr, xenl, xon, cols#80, lh#2, lines#24, lw#7, nlab#8, acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b, bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, civis=\E[11;0|, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\E(B\E)1\E[2l, is3=\E[21;1|\212, kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, kf6=\ENf, kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, nel=\EE, pln=\E[%p1%dp%p2%\072-16s, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmkx=\E[19;0|, rmso=\E[m, rmul=\E[m, sc=\E7, sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smkx=\E[19;1|, smso=\E[7m, smul=\E[4m, tbc=\E[3g, # Terminfo entry for the AT&T 510 D Personal Terminal # Function keys 9 through 16 are accessed by bringing up the # system blocks. # Function key 9 corresponds to the leftmost touch target on the screen, # function key 16 corresponds to the rightmost. # # There are problems with soft key labeling. These are due to # strangenesses in the native terminal that are impossible to # describe in a terminfo. att510d|510d|bct510d|510D|AT&T 510D Personal Terminal, am, da, db, mir, msgr, xenl, xon, cols#80, lh#2, lines#24, lm#48, lw#7, nlab#8, acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b, bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, clear=\E[H\E[J, cnorm=\E[11;3|, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[1B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;2|, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dS, invis=\E[8m, is1=\E(B\E)1\E[5;0|, is3=\E[21;1|\212, kLFT=\E[u, kRIT=\E[v, kbs=^H, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOm, kf10=\EOd, kf11=\EOe, kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe, kf6=\ENf, kf7=\ENh, kf8=\E[H, kf9=\EOc, kind=\E[S, kri=\E[T, ll=\E#2, mc0=\E[0i, mc4=\E[?8i, mc5=\E[?4i, mgc=\E\072, nel=\EE, pln=\E[%p1%dp%p2%\072-16s, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|, rmln=\E<, rmso=\E[m, rmul=\E[m, rmxon=\E[29;1|, rs2=\E[5;0|, sc=\E7, sgr=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smgl=\E4, smgr=\E5, smir=\E[4h, smkx=\E[19;1|, smln=\E?, smso=\E[7m, smul=\E[4m, smxon=\E[29;0|, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, att513|att513-page|513-page|attis513-pfk|513bct|AT&T 513 Terminal using page mode, am, chts, mir, msgr, xenl, xon, cols#80, lh#2, lines#24, lw#8, nlab#8, acsc=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b, bel=^G, blink=\E[5m, bold=\E[2;7m, cbt=\E[Z, clear=\E[H\E[J, cnorm=\E[11;0|, cr=^M, csr=%i\E[%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[11;1|, dch=\E[%p1%dP, dch1=\E[P$<1>, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)1, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, indn=\E[%p1%dE, invis=\E[8m, is1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l, kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, kFND=\EOX, kHLP=\EOM, kHOM=\ENM, kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRIT=\ENL, kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kbs=^H, kcan=\EOw, kcbt=\E[Z, kclo=\EOV, kclr=\E[J, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=\Eent, kext=\EOk, kf1=\EOc, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kfnd=\EOx, khlp=\EOm, khome=\E[H, kich1=\ENj, kind=\E[S, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, krfr=\ENa, kri=\E[T, krpl=\EOy, krst=\EOB, ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, ll=\E#2, mc0=\E[?98l\E[0i, mc4=\E[?98l\E[?8i, mc5=\E[?98l\E[?4i, nel=\EE, pfkey=\E[%p1%d;%p2%l%d;3;0p F%p1%d %p2%s, pfloc=\E[%p1%d;%p2%l%d;2;0p F%p1%d %p2%s, pfx=\E[%p1%d;%p2%l%d;1;0p F%p1%d %p2%s, pln=\E[%p1%dp%p2%\072-16s, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rin=\E[%p1%dF, rmacs=^O, rmir=\E[4l, rmkx=\E[19;0|\E[21;1|\212, rmln=\E<, rmso=\E[m, rmul=\E[m, rs1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|\E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l, rs2=\E[5;0|, sc=\E7, sgr=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smir=\E[4h, smkx=\E[19;1|\E[21;4|\Eent, smln=\E?, smso=\E[7m, smul=\E[4m, tbc=\E[3g, vpa=\E[%p1%{1}%+%dd, att500|bct500|500|AT&T-IS 500 terminal, use=att513, # 01-07-88 # printer must be set to EMUL ANSI to accept ESC codes # cuu1 stops at top margin # is1 sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font # and alt font ascii,wrap on,tabs cleared # is2 disables newline on LF,Emphasized off # The u0 capability sets form length att5320|AT&T Model 5320 matrix printer, xhpa, xvpa, bufsz#8192, cols#132, cps#120, it#8, lines#66, orc#10, orhi#100, orl#12, orvi#72, cpi=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w%e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O%t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t\E[8w%;, cr=^M, csnm=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfinnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1%{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench%e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1%{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurity%e%p1%{13}%=%tebcdic%e%p1%{14}%=%tapl%e%p1%{15}%=%tmosaic%;, cud=\E[%p1%de, cud1=^J, cuf=\E[%p1%da, cuf1= , cuu1=\EM, ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r, lpi=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e%p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;, rshm=\E[m, scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1%{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}%=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t\E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t\E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%t\E(8%e%p1%{15}%=%t\E(}%;, smgbp=\E[;%p1%dr, smglp=\E[%{1}%p1%+%ds, smgrp=\E[;%{1}%p1%+%ds, smgtp=\E[%p1%dr, sshm=\E[5m, u0=\E[%p1%dt, vpa=\E[%p1%dd, att5310|AT&T 5310 matrix printer, cols#80, use=att5320, # 5620 terminfo (2.0 or later ROMS with char attributes) # assumptions: ind (scroll forward one line) is only done at screen bottom att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns, am, npc, xon, cols#88, it#8, lines#70, bel=^G, bold=\E[2m, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, kbs=^H, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, kll=\E[70;1H, nel=^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sc=\E7, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, att5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer, lines#24, use=att5620, att5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer, lines#34, use=att5620, # Entries for kf15 thru kf28 refer to the shifted system pf keys. # # Entries for kf29 thru kf46 refer to the alternate keypad mode # keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER att605|605bct|AT&T 605 80 column 102key keyboard, am, eo, xon, cols#80, lines#24, lw#8, nlab#8, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E8, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, is1=\E[8;0|\E[?\E[13;20l\E[?\E[12h, is2=\E[0m\017, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kend=\E[24;1H, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, kind=\E[S, knp=\E[U, kpp=\E[V, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, rc=\E8, rev=\E[7m, rmacs=^O, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, sgr0=\E[m\017, smacs=\E)0\016, smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, att605-pc|605bct-pc|ATT 605 in pc term mode, acsc=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263, cbt=\E[Z, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ich1=\E[@, il=\E[L, il1=\E[L, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kend=\E[F, kf1=\E[M, kf10=\E[V, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, kich1=\E[@, knp=\E[G, kpp=\E[I, rmsc=400\E[50;0|, smsc=250\E[?11l\E[50;1|, xoffc=g, xonc=e, use=att605, att605-w|605bct-w|AT&T 605-w 132 column 102 key keyboard, cols#132, wsl#132, is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0, use=att605, att610|610bct|AT&T 610; 80 column; 98key keyboard, am, eslok, hs, mir, msgr, xenl, xon, cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0, is2=\E[0m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kind=\E[S, kri=\E[T, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, att610-w|610bct-w|AT&T 610; 132 column; 98key keyboard, cols#132, wsl#132, is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610, att610-103k|610-103k|610bct-103k|AT&T 610; 80 column; 103key keyboard, kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf9@, kfnd=\EOx, khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, use=att610, att610-103k-w|610-103k-w|610bct-103k-w|AT&T 610; 132 column; 103key keyboard, cols#132, wsl#132, is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att610-103k, att615|615mt|AT&T 615; 80 column; 98key keyboard, kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610, att615-w|615-w|615mt-w|AT&T 615; 132 column; 98key keyboard, kLFT=\E[ A, kRIT=\E[ @, kf15=\EOC, kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, use=att610-w, att615-103k|615-103k|615mt-103k|AT&T 615; 80 column; 103key keyboard, kLFT=\E[ A, kRIT=\E[ @, use=att610-103k, att615-103k-w|615-103k-w|615mt-103k-w|AT&T 615; 132 column; 103key keyboard, kLFT=\E[ A, kRIT=\E[ @, use=att610-103k-w, att620|620mtg|AT&T 620; 80 column; 98key keyboard, am, eslok, hs, mir, msgr, xenl, xon, cols#80, it#8, lh#2, lines#24, lw#8, nlab#8, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h, is2=\E[0m\017, is3=\E(B\E)0, kLFT=\E[ A, kRIT=\E[ @, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\EOC, kf16=\EOD, kf17=\EOE, kf18=\EOF, kf19=\EOG, kf2=\EOd, kf20=\EOH, kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ, kf26=\ENR, kf27=\ENS, kf28=\ENT, kf29=\EOP, kf3=\EOe, kf30=\EOQ, kf31=\EOR, kf32=\EOS, kf33=\EOw, kf34=\EOx, kf35=\EOy, kf36=\EOm, kf37=\EOt, kf38=\EOu, kf39=\EOv, kf4=\EOf, kf40=\EOl, kf41=\EOq, kf42=\EOr, kf43=\EOs, kf44=\EOp, kf45=\EOn, kf46=\EOM, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kind=\E[S, kri=\E[T, ll=\E[24H, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, pfx=\E[%p1%d;%p2%l%02dq F%p1%1d %p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, rc=\E8, rev=\E[7m, ri=\EM, rmacs=\E(B\017, rmir=\E[4l, rmln=\E[2p, rmso=\E[m, rmul=\E[m, rs2=\Ec\E[?3l, sc=\E7, sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\E(B\017, smacs=\E)0\016, smir=\E[4h, smln=\E[p, smso=\E[7m, smul=\E[4m, tsl=\E7\E[25;%i%p1%dx, att620-w|620-w|620mtg-w|AT&T 620; 132 column; 98key keyboard, cols#132, wsl#132, is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620, att620-103k|620-103k|620mtg-103k|AT&T 620; 80 column; 103key keyboard, kBEG=\ENB, kCAN=\EOW, kCMD=\EOU, kCPY=\END, kCRT=\EON, kDC=\ENF, kDL=\ENE, kEND=\ENN, kEOL=\EOA, kEXT=\EOK, kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ, kPRV=\ENG, kRDO=\EOT, kRES=\EOQ, kRPL=\EOY, kSAV=\EOO, kSPD=\EOP, kUND=\EOS, kbeg=\E9, kcan=\EOw, kclo=\EOV, kcmd=\EOu, kcpy=\ENd, kcrt=\EOn, kdch1=\ENf, kdl1=\ENe, kel=\EOa, kend=\E0, kent=^M, kext=\EOk, kf10@, kf11@, kf12@, kf13@, kf14@, kf15@, kf16@, kf17@, kf18@, kf19@, kf20@, kf21@, kf22@, kf23@, kf24@, kf25@, kf26@, kf27@, kf28@, kf29@, kf30@, kf31@, kf32@, kf33@, kf34@, kf35@, kf36@, kf37@, kf38@, kf39@, kf40@, kf41@, kf42@, kf43@, kf44@, kf45@, kf46@, kf9@, kfnd=\EOx, khlp=\EOm, kich1=\ENj, kmov=\ENc, kmrk=\ENi, kmsg=\EOl, knp=\E[U, knxt=\ENh, kopn=\EOv, kopt=\EOr, kpp=\E[V, kprt=\EOz, kprv=\ENg, krdo=\EOt, kref=\EOb, kres=\EOq, krfr=\ENa, krmir=\ENj, krpl=\EOy, krst=\EOB, ksav=\EOo, kslt=\ENI, kspd=\EOp, kund=\EOs, use=att620, att620-103k-w|620-103k-w|620mtg-103k-w|AT&T 620; 132 column; 103key keyboard, cols#132, wsl#132, is1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h, use=att620-103k, # 630 short descriptions without \E att630|5630|5630DMD|630MTG|AT&T 630 windowing terminal, am, da, db, mir, msgr, npc, xon, cols#80, it#8, lines#60, lm#0, bel=^G, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, indn=\E[%p1%dS, is2=\E[m, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kent=^M, kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\ENu, kf16=\ENv, kf17=\ENw, kf18=\ENx, kf19=\ENy, kf20=\ENz, kf21=\EN{, kf22=\EN|, kf23=\EN}, kf24=\EN~, kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, mc4=\E[?4i, mc5=\E[?5i, nel=^M^J, pfx=\E[%p1%d;%p2%l%dq%p2%s, rc=\E8, rev=\E[7m, ri=\EM, rin=\E[%p1%dT, rmir=\E[4l, rmso=\E[m, rmul=\E[m, rs2=\Ec, sc=\E7, sgr=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m, sgr0=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, lines#24, use=att630, # This entry was modified 3/13/90 by JWE. # fixes include additions of enacs, correcting rep, and modification # of kHOM. (See comments below) # has status line of 80 chars # These were commented out: indn=\E[%p1%dS, rin=\E[%p1%dT, # the k25 and up keys are used for shifted system Fkeys # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is # currently the same as khome (unshifted HOME or \E[H). On the 102, 102+1 # and 122 key keyboards, the 730's translation is \E[2J. For consistency # kHOM has been commented out. The user can uncomment kHOM if using the # 102, 102+1, or 122 key keyboards # kHOM=\E[2J, att730|730MTG|AT&T 730 windowing terminal Version, am, da, db, eslok, hs, mir, msgr, npc, xenl, xon, cols#80, it#8, lh#2, lines#60, lm#0, lw#8, nlab#24, wsl#80, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, clear=\E[H\E[J, cnorm=\E[?25h\E[?12l, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[?12;25h, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\E[?5h$<200>\E[?5l, fsl=\E8, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, invis=\E[8m, is1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B, is2=\E[0m\017, is3=\E(B\E)0, kLFT=\E[ @, kRIT=\E[ A, kbs=^H, kcbt=\E[Z, kclr=\E[2J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOc, kf10=\ENp, kf11=\ENq, kf12=\ENr, kf13=\ENs, kf14=\ENt, kf15=\ENu, kf16=\ENv, kf17=\ENw, kf18=\ENx, kf19=\ENy, kf2=\EOd, kf20=\ENz, kf21=\EN{, kf22=\EN|, kf23=\EN}, kf24=\EN~, kf25=\EOC, kf26=\EOD, kf27=\EOE, kf28=\EOF, kf29=\EOG, kf3=\EOe, kf30=\EOH, kf31=\EOI, kf32=\EOJ, kf33=\ENO, kf34=\ENP, kf35=\ENQ, kf36=\ENR, kf37=\ENS, kf38=\ENT, kf39=\EOU, kf4=\EOf, kf40=\EOV, kf41=\EOW, kf42=\EOX, kf43=\EOY, kf44=\EOZ, kf45=\EO[, kf46=\EO , kf47=\EO], kf48=\EO\^, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@, kil1=\E[L, kind=\E[S, kri=\E[T, mc0=\E[?19h\E[0i, mc4=\E[?4i, mc5=\E[?5i, nel=\EE, pfx=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq SYS F%p1%\072-2d %e;0;3q%;%p2%s, pfxl=\E[%p1%d;%p2%l%02d;0;0q%p3%\072-16.16s%p2%s, pln=\E[%p1%d;0;0;0q%p2%\072-16.16s, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM, rmacs=^O, rmir=\E[4l, rmln=\E[?13h, rmso=\E[27m, rmul=\E[24m, rmxon=\E[?21l, rs2=\Ec\E[?3l, sc=\E7, sgr=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, smir=\E[4h, smln=\E[?13l, smso=\E[7m, smul=\E[4m, smxon=\E[?21h, swidm=\E#6, tsl=\E7\E[;%i%p1%dx, att730-41|730MTG-41|AT&T 730-41 windowing terminal Version, lines#41, use=att730, att730-24|730MTG-24|AT&T 730-24 windowing terminal Version, lines#24, use=att730, att730r|730MTGr|AT&T 730 rev video windowing terminal Version, flash=\E[?5l$<200>\E[?5h, is1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B, use=att730, att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version, lines#41, use=att730r, att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version, lines#24, use=att730r, # 05-Aug-86: # The following Terminfo entry describes functions which are supported by # the AT&T 5430/pt505 terminal software version 2 and later. # # The following represents the screen layout along with the associated # bezel buttons for the 5430/pt505 terminal. The "kf" designations do # not appear on the screen but are shown to reference the bezel buttons. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate # position relative to the screen. # # # # +----------------------------------------------------------------+ # | | # XXXX | kf0 kf24 | XXXX # | | # | | # XXXX | kf1 kf23 | XXXX # | | # | | # XXXX | kf2 kf22 | XXXX # | | # | | # XXXX | kf3 kf21 | XXXX # | | # | | # XXXX | kf4 kf20 | XXXX # | | # | | # XXXX | kf5 kf19 | XXXX # | | # | | # XXXX | kf6 kf18 | XXXX # | | # | | # XXXX | | XXXX # | | # | | # +----------------------------------------------------------------+ # # XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX # # Note: XXXX represents the screen buttons # CMD REDRAW # # MAIL # # Depression of the "CMD" key sends \E! (kcmd) # Depression of the "MAIL" key sends \E[26s (kf26) # "REDRAW" same as "REFRESH" (krfr) # # "kf" functions adds carriage return to output string if terminal is in # 'new line' mode. # # The following are functions not covered in the table above: # # Set keyboard character (SKC): \EPn1;Pn2w # Pn1= 0 Back Space key # Pn1= 1 Break key # Pn2= Program char (hex) # # Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t # Pn1= Window number (1-39) # Pn2-Pn5= Y;X;Y;X coordinates # # Screen Selection (SSL): \E[Pnu # Pn= Window number # # Set Terminal Modes (SM): \E[Pnh # Pn= 3 Graphics mode # Pn= > Cursor blink # Pn= < Enter new line mode # Pn= = Enter reverse insert/replace mode # Pn= ? Enter no scroll mode # # Reset Terminal Mode (RM): \E[Pnl # Pn= 3 Exit graphics mode # Pn= > Exit cursor blink # Pn= < Exit new line mode # Pn= = Exit reverse insert/replace mode # Pn= ? Exit no scroll mode # # Screen Status Report (SSR): \E[Pnp # Pn= 0 Request current window number # Pn= 1 Request current window dimensions # # Device Status Report (DSR): \E[6n Request cursor position # # Call Status Report (CSR): \E[Pnv # Pn= 0 Call failed # Pn= 1 Call successful # # Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string # Pn1= Button number to be loaded # Pn2= Character count of "string" # Pn3= Key mode being loaded: # 0= Unshifted # 1= Shifted # 2= Control # String= Text string (15 chars max) # # Screen Number Report (SNR): \E[Pnp # Pn= Screen number # # Screen Dimension Report (SDR): \E[Pn1;Pn2r # Pn1= Number of rows available in window # Pn2= Number of columns available in window # # Cursor Position Report (CPR): \E[Pn1;Pn2R # Pn1= "Y" Position of cousor # Pn2= "X" Position of cursor # # Request Answer Back (RAB): \E[c # # Answer Back Response (ABR): \E[?;*;30;VSV # *= 0 No printer available # *= 2 Printer available # V= Software version number # SV= Software sub version number # # Screen Alingment Aid: \En # # Bell (lower pitch): \E[x # # Dial Phone Number: \EPdstring\ # string= Phone number to be dialed # # Set Phone Labels: \EPpstring\ # string= Label for phone buttons # # Set Clock: \EPchour;minute;second\ # # Position Clock: \EPsY;X\ # Y= "Y" coordinate # X= "X" coordinate # # Delete Clock: \Epr\ # # Programming The Function Buttons: \EPfPn;string\ # Pn= Button number (00-06, 18-24) # (kf00-kf06, kf18-kf24) # string= Text to sent on button depression # # Request For Local Directory Data: \EPp12;\ # # Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\ # # Request for Local Directory Data in print format: \EPp13;\ # # Enable 'Prt on Line' mode: \022 (DC2) # # Disable 'Prt on Line' mode: \024 (DC4) # att 505|pt505|5430|gs5430| AT&T Personal Terminal 505 or 5430 GETSET terminal, am, xon, cols#80, it#8, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, cnorm=\E[>l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E2K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[l\E[=l\E[?l, kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, kf22=\E[22s, kf23=\E[23s, kf24=\E24s, kf26=\E26s, kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, krfr=\E[27s, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, rmacs=\E[10m, rmam=\E[11;1j, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sc=\E7, sgr0=\E[0m, smacs=\E[11m, smam=\E[11;0j, smir=\E[4h, smso=\E[1m, smul=\E[4m, # # The following Terminfo entry describes functions which are supported by # the AT&T 5430/pt505 terminal software version 1. # # The following represents the screen layout along with the associated # bezel buttons for the 5430/pt505 terminal. The "kf" designations do # not appear on the screen but are shown to reference the bezel buttons. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate # position relative to the screen. # # # # +----------------------------------------------------------------+ # | | # XXXX | kf0 kf24 | XXXX # | | # | | # XXXX | kf1 kf23 | XXXX # | | # | | # XXXX | kf2 kf22 | XXXX # | | # | | # XXXX | kf3 kf21 | XXXX # | | # | | # XXXX | kf4 kf20 | XXXX # | | # | | # XXXX | kf5 kf19 | XXXX # | | # | | # XXXX | kf6 kf18 | XXXX # | | # | | # XXXX | | XXXX # | | # | | # +----------------------------------------------------------------+ # # XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX # # Note: XXXX represents the screen buttons # CMD REDRAW # # MAIL # # Depression of the "CMD" key sends \E! (kcmd) # Depression of the "MAIL" key sends (note) (kf26) # "REDRAW" same as "REFRESH" (krfr) (note) # # note: The character string sent by key 'kf26' may be user programmable # to send either \E[16s, or \E[26s. # The character string sent by key 'krfr' may be user programmable # to send either \E[17s, or \E[27s. # # "kf" functions adds carriage return to output string if terminal is in # 'new line' mode. # # The following are functions not covered in the table above: # # Set keyboard character (SKC): # # \EPn1;Pn2w # # Pn1= 0 Back Space key # Pn1= 1 Break key # Pn2= Program char (hex) # # Screen Definition (SDF): # # \E[Pn1;Pn2;Pn3;Pn4;Pn5t # # Pn1= Window number (1-39) # Pn2-Pn5= Y;X;Y;X coordinates # # Screen Selection (SSL): # # \E[Pnu # # Pn= Window number # # Set Terminal Modes (SM): # # \E[Pnh # # Pn= 3 Graphics mode # Pn= > Cursor blink # Pn= < Enter new line mode # Pn= = Enter reverse insert/replace mode # Pn= ? Enter no scroll mode # # Reset Terminal Mode (RM): # # \E[Pnl # # Pn= 3 Exit graphics mode # Pn= > Exit cursor blink # Pn= < Exit new line mode # Pn= = Exit reverse insert/replace mode # Pn= ? Exit no scroll mode # # Screen Status Report (SSR): # # \E[Pnp # # Pn= 0 Request current window number # Pn= 1 Request current window dimensions # # Device Status Report (DSR): # # \E[6n Request cursor position # # Call Status Report (CSR): # # \E[Pnv # # Pn= 0 Call failed # Pn= 1 Call successful # # Transparent Button String (TBS): # # \E[Pn1;Pn2;Pn3;{string # # Pn1= Button number to be loaded # Pn2= Character count of "string" # Pn3= Key mode being loaded: # 0= Unshifted # 1= Shifted # 2= Control # String= Text string (15 chars max) # # Screen Number Report (SNR): # # \E[Pnp # # Pn= Screen number # # Screen Dimension Report (SDR): # # \E[Pn1;Pn2r # # Pn1= Number of rows available in window # Pn2= Number of columns available in window # # Cursor Position Report (CPR): # # \E[Pn1;Pn2R # # Pn1= "Y" Position of cousor # Pn2= "X" Position of cursor # # Request Answer Back (RAB): # # \E[c # # Answer Back Response (ABR): # # \E[?;0;30;VSV # # V= Software version number # SV= Software sub version number # # Screen Alingment Aid: # # \En # # Bell (lower pitch): # # \E[x # # Dial Phone Number: # # \EPdstring\ # # string= Phone number to be dialed # # Set Phone Labels: # # \EPpstring\ # # string= Label for phone buttons # # Set Clock: # # \EPchour;minute;second\ # # Position Clock: # # \EPsY;X\ # # Y= "Y" coordinate # X= "X" coordinate # # Delete Clock: # # \Epr\ # # Programming The Function Buttons: # # \EPfPn;string\ # # Pn= Button number (00-06, 18-24) # (kf00-kf06, kf18-kf24) # # string= Text to sent on button depression # # # # 05-Aug-86 # # att505-24|pt505-24|gs5430-24| AT&T PT505 or 5430 GETSET version 1 24 lines, am, xon, cols#80, it#8, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H, cnorm=\E[>l, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[>h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[0J, el=\E[0K, el1=\E2K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=^J, is1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[l\E[=l\E[?l, kbs=^H, kcmd=\E!, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[00s, kf1=\E[01s, kf18=\E[18s, kf19=\E[19s, kf2=\E[02s, kf20=\E[20s, kf21=\E[21s, kf22=\E[22s, kf23=\E[23s, kf24=\E24s, kf26=\E26s, kf3=\E[03s, kf4=\E[04s, kf5=\E[05s, kf6=\E[06s, krfr=\E[27s, rev=\E[7m, rmacs=\E[10m, rmir=\E[4l, rmso=\E[0m, rmul=\E[0m, rs1=\Ec, sgr0=\E[0m, smacs=\E[11m, smir=\E[4h, smso=\E[1m, smul=\E[4m, att505-22|pt505-22|gs5430-22| AT&T PT505 or 5430 GETSET version 1 22 lines, lines#22, use=att505-24, #### Ampex (Dialogue) # # Yes, these are the same people who are better-known for making audio- and # videotape. I'm told they are located in Redwood City, CA. # From: Fri Sep 11 22:38:32 1981 # (ampex80: mapped ":pt:" to default tabs; some capabilities merged in from # SCO's entry -- esr) ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80, am, bw, ul, cols#80, lines#24, bel=^G, cbt=\EI, clear=\E*$<75>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<5*>, ed=\Ey, el=\Et, ht=^I, hts=\E1, ich1=\EQ, il1=\EE$<5*>, ind=^J, is2=\EA, rmso=\Ek, rmul=\Em, smso=\Ej, smul=\El, tbc=\E3, # This entry was from somebody anonymous, Tue Aug 9 20:11:37 1983, who wrote: ampex175|ampex d175, am, cols#80, lines#24, bel=^G, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\Ey, el=\Et, home=^^, ich1=\EQ, il1=\EE, ind=^J, is2=\EX\EA\EF, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, khome=^^, kich1=\EQ, kil1=\EE, ll=^^^K, rmcup=\EF, rmso=\Ek, rmul=\Em, smcup=\EN, smso=\Ej, smul=\El, # No backspace key in the main QWERTY cluster. Fortunately, it has a # NEWLINE/PAGE key just above RETURN that sends a strange single-character # code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS # mode), this key can be used as the erase key; I find I like this. Because # some people and some systems may not, there is another termcap ("ampex175") # that suppresses this little eccentricity by omitting the relevant capability. ampex175-b|ampex d175 using left arrow for erase, kbs=^_, use=ampex175, # From: Richard Bascove # (ampex210: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr) ampex210|a210|ampex a210, am, hs, xenl, cols#80, lines#24, xmc#1, cbt=\EI, clear=\E*, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\Ey, el=\Et, flash=\EU\EX\EU\EX\EU\EX\EU\EX, fsl=\E.2, home=^^, ich1=\EQ, if=/usr/share/tabset/std, il1=\EE, is2=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A1\r, kf2=^A2\r, kf3=^A3\r, kf4=^A4\r, kf5=^A5\r, kf6=^A6\r, kf7=^A7\r, kf8=^A8\r, kf9=^A9\r, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, tsl=\E.0\Eg\E}\Ef, ampex219|ampex-219|amp219|Ampex with Automargins, hs, xenl, cols#80, it#8, lines#24, bel=^G, blink=$<2>\E[5m, bold=$<2>\E[1m, cbt=\E[Z, clear=$<50>\E[;H\E[2J, cr=^M, csr=%i\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=$<2>\E[C, cup=$<5>\E[%i%p1%d;%p2%dH, cuu1=$<2>\E[A, dim=\E[1m, ed=$<50>\E[J, el=$<3>\E[K, home=\E[H, ht=^I, ind=^J, is2=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[21~, kf1=\E[7~, kf2=\E[8~, kf3=\E[9~, kf4=\E[10~, kf5=\E[11~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H, rev=\E[7m, ri=$<5>\EM, rmkx=\E>, rmso=$<2>\E[0m, rmul=$<2>\E[0m, sgr0=\E[0m, smkx=\E=, smso=$<2>\E[7m, smul=$<2>\E[4m, ampex219w|ampex-219w|amp219w|Ampex 132 cols, cols#132, lines#24, bel=^G, cr=^M, cud1=^J, cvvis=\E[?3h, ind=^J, is2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h, use=ampex219, ampex232|ampex-232|Ampex Model 232, am, cols#80, lines#24, xmc#1, cbt=\EI, civis=\E.0, clear=\E+, cnorm=\E.4, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<5*/>, ed=\EY, el=\ET, flash=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed, ht=^I, ich1=\EQ, if=/usr/lib/tabset/ampex, il1=\EE$<5*/>, is2=\Eg\El, kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^A@\r, kf1=^AA\r, kf2=^AB\r, kf3=^AC\r, kf4=^AD\r, kf5=^AE\r, kf6=^AF\r, kf7=^AG\r, kf8=^AH\r, kf9=^AI\r, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, ampex232-l|ampex232-132|Ampex Model 232 / 132 lines, cols#132, lines#24, if=/usr/lib/tabset/amp-132, is2=\E\034Eg\El, use=ampex232, #### Ann Arbor (aa) # # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs. # Highly modified 6/22 by Mike O'Brien. # split out into several for the various screen sizes by dave-yost@rand # Modifications made 3/82 by Mark Horton # Modified by Tom Quarles at UCB for greater efficiency and more diversity # status line moved to top of screen, :vb: removed 5/82 # Some unknown person at SCO then hacked the init strings to make them more # efficient. # # assumes the following setup: # A menu: 0000 1010 0001 0000 # B menu: 9600 0100 1000 0000 0000 1000 0000 17 19 # C menu: 56 66 0 0 9600 0110 1100 # D menu: 0110 1001 1 0 # # Briefly, the settings are for the following modes: # (values are for bit set/clear with * indicating our preference # and the value used to test these termcaps) # Note that many of these settings are irelevent to the termcap # and are just set to the default mode of the terminal as shipped # by the factory. # # A menu: 0000 1010 0001 0000 # Block/underline cursor* # blinking/nonblinking cursor* # key click/no key click* # bell/no bell at column 72* # # key pad is cursor control*/key pad is numeric # return and line feed/return for key * # repeat after .5 sec*/no repeat # repeat at 25/15 chars per sec. * # # hold data until pause pressed/process data unless pause pressed* # slow scroll/no slow scroll* # Hold in area/don't hold in area* # functions keys have default*/function keys disabled on powerup # # show/don't show position of cursor during page transmit* # unused # unused # unused # # B menu: 9600 0100 1000 0000 0000 1000 0000 17 19 # Baud rate (9600*) # # 2 bits of parity - 00=odd,01=even*,10=space,11=mark # 1 stop bit*/2 stop bits # parity error detection off*/on # # keyboard local/on line* # half/full duplex* # disable/do not disable keyboard after data transmission* # # transmit entire page/stop transmission at cursor* # transfer/do not transfer protected characters* # transmit all characters/transmit only selected characters* # transmit all selected areas/transmit only 1 selected area* # # transmit/do not transmit line seperators to host* # transmit/do not transmit page tab stops tabs to host* # transmit/do not transmit column tab stop tabs to host* # transmit/do not transmit graphics control (underline,inverse..)* # # enable*/disable auto XON/XOFF control # require/do not require receipt of a DC1 from host after each LF* # pause key acts as a meta key/pause key is pause* # unused # # unused # unused # unused # unused # # XON character (17*) # XOFF character (19*) # # C menu: 56 66 0 0 9600 0110 1100 # number of lines to print data on (printer) (56*) # # number of lines on a sheet of paper (printer) (66*) # # left margin (printer) (0*) # # number of pad chars on new line to printer (0*) # # printer baud rate (9600*) # # printer parity: 00=odd,01=even*,10=space,11=mark # printer stop bits: 2*/1 # print/do not print guarded areas* # # new line is: 01=LF,10=CR,11=CRLF* # unused # unused # # D menu: 0110 1001 1 0 # LF is newline/LF is down one line, same column* # wrap to preceeding line if move left from col 1*/don't wrap # wrap to next line if move right from col 80*/don't wrap # backspace is/is not destructive* # # display*/ignore DEL character # display will not/will scroll* # page/column tab stops* # erase everything*/erase unprotected only # # editing extent: 0=display,1=line*,2=field,3=area # # unused # annarbor|4080|ann arbor 4080, am, cols#80, lines#40, bel=^G, clear=\014$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cup=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c, cuu1=^N, home=^K, ht=^I, hts=^]^P1, ind=^J, kbs=^^, kcub1=^H, kcud1=^J, kcuf1=^_, kcuu1=^N, khome=^K, tbc=^\^P^P, # aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly), am, km, mc5i, mir, xon, cols#80, it#8, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156>, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^K, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K$<5>, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@$<4*>, ich1=\E[@$<4>, il=\E[%p1%dL, il1=\E[L$<3>, ind=^K, invis=\E[8m, is1=\E[m\E7\E[H\E9\E8, is3=\E[1Q\E[>20;30l\EP`+x~M\E\\, kbs=^H, kcbt=\E[Z, kclr=\E[J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kdl1=\E[M, kf1=\EOA, kf10=\EOJ, kf11=\EOK, kf12=\EOL, kf13=\EOM, kf14=\EON, kf15=\EOO, kf16=\EOP, kf17=\EOQ, kf18=\EOR, kf19=\EOS, kf2=\EOB, kf20=\EOT, kf21=\EOU, kf22=\EOV, kf23=\EOW, kf24=\EOX, kf3=\EOC, kf4=\EOD, kf5=\EOE, kf6=\EOF, kf7=\EOG, kf8=\EOH, kf9=\EOI, khome=\E[H, kich1=\E[@, kil1=\E[L, krmir=\E6, mc0=\E[0i, mc4=^C, mc5=\E[v, mc5p=\E[%p1%dv, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmkx=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\, rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7, sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, sgr0=\E[0m, smkx=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\, smm=\E[>52h, smso=\E[7m, smul=\E[4m, tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, aaa+rv, blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m, is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, rs1=\E[H\E[7m\E[J$<156>, sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m, # Ambassador with the DEC option, for partial vt100 compatibility. aaa+dec, acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}, csr=\E[%i%p1%d;%p2%dr, enacs=\E(0, rmacs=^N, sgr=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;, smacs=^O, aaa-18|ann arbor ambassador/18 lines, lines#18, is2=\E7\E[60;0;0;18p\E8, rmcup=\E[60;0;0;18p\E[60;1H\E[K, smcup=\E[18;0;0;18p, use=aaa+unk, aaa-18-rv|ann arbor ambassador/18 lines+reverse video, use=aaa+rv,use=aaa-18, aaa-20|ann arbor ambassador/20 lines, lines#20, is2=\E7\E[60;0;0;20p\E8, rmcup=\E[60;0;0;20p\E[60;1H\E[K, smcup=\E[20;0;0;20p, use=aaa+unk, aaa-22|ann arbor ambassador/22 lines, lines#22, is2=\E7\E[60;0;0;22p\E8, rmcup=\E[60;0;0;22p\E[60;1H\E[K, smcup=\E[22;0;0;22p, use=aaa+unk, aaa-24|ann arbor ambassador/24 lines, lines#24, is2=\E7\E[60;0;0;24p\E8, rmcup=\E[60;0;0;24p\E[60;1H\E[K, smcup=\E[24;0;0;24p, use=aaa+unk, aaa-24-rv|ann arbor ambassador/24 lines+reverse video, use=aaa+rv,use=aaa-24, aaa-26|ann arbor ambassador/26 lines, lines#26, is2=\E7\E[60;0;0;26p\E8, rmcup=\E[60;0;0;26p\E[26;1H\E[K, smcup=\E[H\E[J$<156>\E[26;0;0;26p, use=aaa+unk, aaa-28|ann arbor ambassador/28 lines, lines#28, is2=\E7\E[60;0;0;28p\E8, rmcup=\E[60;0;0;28p\E[28;1H\E[K, smcup=\E[H\E[J$<156>\E[28;0;0;28p, use=aaa+unk, aaa-30-s|aaa-s|ann arbor ambassador/30 lines with status line, eslok, hs, lines#29, dsl=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;30p\E8, rmcup=\E[60;1;0;30p\E[29;1H\E[K, smcup=\E[H\E[J$<156>\E[30;1;0;30p\E[30;1H\E[K, tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status line+reverse video, use=aaa+rv,use=aaa-30-s, aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines; status line; saving context, rmcup=\E[60;1;0;30p\E[59;1H\E[K, smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s, aaa-s-rv-ctxt|aaa-30-s-rv-ct|aaa-30-srvctxt|ann arbor ambassador/30 lines; status line; saving context, rmcup=\E[60;1;0;30p\E[59;1H\E[K, smcup=\E[30;1H\E[K\E[30;1;0;30p, use=aaa-30-s-rv, aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines, lines#30, is2=\E7\E[60;0;0;30p\E8, rmcup=\E[60;0;0;30p\E[30;1H\E[K, smcup=\E[H\E[J$<156>\E[30;0;0;30p, use=aaa+unk, aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video, use=aaa+rv,use=aaa-30, aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context, rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, use=aaa-30, aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines; saving context, rmcup=\E[60;0;0;30p\E[60;1H\E[K, smcup=\E[30;0;0;30p, use=aaa+rv,use=aaa-30, aaa-36|ann arbor ambassador/36 lines, lines#36, is2=\E7\E[60;0;0;36p\E8, rmcup=\E[60;0;0;36p\E[36;1H\E[K, smcup=\E[H\E[J$<156>\E[36;0;0;36p, use=aaa+unk, aaa-36-rv|ann arbor ambassador/36 lines+reverse video, use=aaa+rv,use=aaa-36, aaa-40|ann arbor ambassador/40 lines, lines#40, is2=\E7\E[60;0;0;40p\E8, rmcup=\E[60;0;0;40p\E[40;1H\E[K, smcup=\E[H\E[J$<156>\E[40;0;0;40p, use=aaa+unk, aaa-40-rv|ann arbor ambassador/40 lines+reverse video, use=aaa+rv,use=aaa-40, aaa-48|ann arbor ambassador/48 lines, lines#48, is2=\E7\E[60;0;0;48p\E8, rmcup=\E[60;0;0;48p\E[48;1H\E[K, smcup=\E[H\E[J$<156>\E[48;0;0;48p, use=aaa+unk, aaa-48-rv|ann arbor ambassador/48 lines+reverse video, use=aaa+rv,use=aaa-48, aaa-60-s|ann arbor ambassador/59 lines plus status line, eslok, hs, lines#59, dsl=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, is2=\r\n\E[A\E7\E[60;1;0;60p\E8, tsl=\E[>51h\E[1;%p1%dH\E[2K, use=aaa+unk, aaa-60-s-rv|ann arbor ambassador/59 lines+status line+reverse video, use=aaa+rv,use=aaa-60-s, aaa-60-s-rv-de|aaa-60-s-rvdec|ann arbor ambassador/dec mode+59 lines+status line+rev video, use=aaa+dec,use=aaa+rv,use=aaa-60-s, aaa-60|ann arbor ambassador/60 lines, lines#60, is2=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8, use=aaa+unk, aaa-60-rv|ann arbor ambassador/60 lines+reverse video, use=aaa+rv,use=aaa-60, aaa-db|ann arbor ambassador 30/destructive backspace, cub1=\E[D, is3=\E[1Q\E[m\E[>20l\E[>30h, use=aaa-30, guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols, lines#33, flash=\E[>59h$<100>\E[>59l, is2=\E7\E[255;0;0;33;80;80p\E8\E[J, is3=\E[>59l, rmcup=\E[255p\E[255;1H\E[K, smcup=\E[33p, use=aaa+unk, guru+rv|guru changes for reverse video, flash=\E[>59l$<100>\E[>59h, is3=\E[>59h, guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video, use=guru+rv,use=guru-33, guru+s|changes for status line, eslok, hs, dsl=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K, fsl=\E[>51l, rmcup=\E[255;1p\E[255;1H\E[K, tsl=\E[>51h\E[1;%p1%dH\E[2K, guru-nctxt, smcup=\E[H\E[J$<156>\E[33p\E[255;1H\E[K, use=guru, guru-s|guru-33-s|ann arbor guru/33 lines with status line, lines#32, is2=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J, smcup=\E[33;1p\E[255;1H\E[K, use=guru+s,use=guru+unk, guru-24, cols#80, lines#24, is2=\E7\E[255;0;0;24;80;80p\E8\E[J, smcup=\E[24p, use=guru+unk, guru-44, cols#97, lines#44, is2=\E7\E[255;0;0;44;97;100p\E8\E[J, smcup=\E[44p, use=guru+unk, guru-44-s|ann arbor guru/44 lines with status line, lines#43, is2=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J, smcup=\E[44;1p\E[255;1H\E[K, use=guru+s,use=guru+unk, guru-76|guru with 76 lines by 89 cols, cols#89, lines#76, is2=\E7\E[255;0;0;76;89;100p\E8\E[J, smcup=\E[76p, use=guru+unk, guru-76-s|ann arbor guru/76 lines with status line, cols#89, lines#75, is2=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J, smcup=\E[76;1p\E[255;1H\E[K, use=guru+s,use=guru+unk, guru-76-lp|guru-lp|guru with page bigger than line printer, cols#134, lines#76, is2=\E7\E[255;0;0;76;134;134p\E8\E[J, smcup=\E[76p, use=guru+unk, guru-76-w|guru 76 lines by 178 cols, cols#178, lines#76, is2=\E7\E[255;0;0;76;178;178p\E8\E[J, smcup=\E[76p, use=guru+unk, guru-76-w-s|ann arbor guru/76 lines with status line, cols#178, lines#75, is2=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J, smcup=\E[76;1p\E[255;1H\E[K, use=guru+s,use=guru+unk, guru-76-wm|guru 76 lines by 178 cols with 255 cols memory, cols#178, lines#76, is2=\E7\E[255;0;0;76;178;255p\E8\E[J, smcup=\E[76p, use=guru+unk, aaa-rv-unk, lh#0, lw#0, nlab#0, blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m, is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m, rs1=\E[H\E[7m\E[J, sgr=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m, sgr0=\E[7m, smso=\E[m, smul=\E[4;7m, #### Applied Digital Data Systems (adds) # # ADDS itself is long gone. ADDS was bought by NCR, and the same group made # ADDS and NCR terminals. When AT&T and NCR merged, the engineering for # terminals was merged again. Then AT&T sold the terminal business to # SunRiver. The engineers from Teletype, AT&T terminals, ADDS, # and NCR (who are still there) are at: # # SunRiver Data Systems # 100 Marcus Boulevard # Hauppauge, NY 117883-762 # Vox: (800)-231-5445 # Fax: (516)-342-7378 # # Their voice mail describes the place as "SunRiver (formerly ADDS)". # Regent: lowest common denominator, works on all regents. # (regent: renamed ":bc:" to ":le:" -- esr) regent|Adds Regent Series, am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^U, cud1=^J, cuf1=^F, cuu1=^Z, home=\EY , ind=^J, ll=^A, # Regent 100 has a bug where if computer sends escape when user is holding # down shift key it gets confused, so we avoid escape. regent100|Adds Regent 100, xmc#1, bel=^G, cup=\013%p1%{32}%+%c%p2%p2%{6}%*%+\020%c, kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, smso=\E0P, smul=\E0`, use=regent, regent20|Adds Regent 20, bel=^G, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, ed=\Ek, el=\EK, use=regent, regent25|Adds Regent 25, bel=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, use=regent20, regent40|Adds Regent 40, xmc#1, bel=^G, dl1=\El$<2*>, il1=\EM$<2*>, kf0=^B1\r, kf1=^B2\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, lf0=F1, lf1=F2, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, rmso=\E0@, rmul=\E0@, smso=\E0P, smul=\E0`, use=regent25, regent40+|Adds Regent 40+, is2=\EB, use=regent40, # (regent60: removed obsolete ":ko=dc,im,ei:" -- esr) regent60|regent200|Adds Regent 60, dch1=\EE, is2=\EV\EB, kdch1=\EE, kich1=\EF, krmir=\EF, rmir=\EF, rmso=\ER\E0@\EV, smir=\EF, smso=\ER\E0P\EV, use=regent40+, regent60na|regent 60 w/no arrow keys, kcub1@, kcud1@, kcuf1@, kcuu1@, use=regent60, # From: Thu Jul 9 09:27:33 1981 # (viewpoint: added kcuf1, kf* and dl1 capabilities -- esr) viewpoint|addsviewpoint|adds viewpoint, am, cols#80, lines#24, bel=^G, clear=^L, cnorm=\017\E0`, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, cvvis=\017\E0P, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, ind=^J, is2=\017\E0`, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, kf0=^B1, kf2=^B2, kf3=^B!, kf4=^B", kf5=^B#, khome=^A, ll=^A, rmso=^O, rmul=^O, smso=^N, smul=^N, screwpoint|adds viewpoint with ^O bug, am, cols#80, lh#0, lines#24, lw#0, nlab#0, bel=^G, clear=\014$<10.1*>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<6>, cuu1=^Z, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, ind=^J, is2=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, ll=^A, fviewpoint|flaky adds viewpoint with ^O bug, am, cols#80, lines#24, bel=^G, clear=\014$<10.1*>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<6>, cuu1=^Z, dl1=\El, ed=\Ek$<16.1*>, el=\EK$<16>, ind=^J, is2=^G, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, ll=^A, # From: Jay S. Rouman 5 Jul 92 # The civis/cnorm/sgr/sgr0 strings were added by ESR from specs. # Theory; the 3a+ wants \E0%c to set highlights, where normal=01000000, # underline=01100000, rev=01010000, blink=01000010,dim=01000001, # invis=01000100 and %c is the logical or of desired attributes. # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(. vp3a+|viewpoint3a+|adds viewpoint 3a+, am, bw, cols#80, it#8, lines#24, civis=^W, clear=\E*$<80>, cnorm=^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY$<80>, el=\ET, home=^^, ht=^I, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, nel=^M^J, rmso=\E(, sgr=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E), sgr0=\E(, smso=\E0Q\E), vp60|viewpoint60|addsviewpoint60|adds viewpoint60, use=regent40, # # adds viewpoint 90 - from cornell # Note: emacs sends ei occasionally to insure the terminal is out of # insert mode. This unfortunately puts the viewpoint90 IN insert # mode. A hack to get around this is :ic=\EF \EF^U:. (Also, # - :ei=:im=: must be present.) # - :xs: indicates glitch that attributes stick to location # - :ms: means it's safe to move in standout mode # - :cl=\EG\Ek: clears screen and visual attributes without affecting # the status line # Function key and label capabilities merged in from SCO. vp90|viewpoint90|adds viewpoint 90, bw, msgr, xhp, cols#80, lines#24, clear=\EG\Ek, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\EE, dl1=\El, ed=\Ek, el=\EK, home=\EY , ht=^I, ich1=\EF \EF\025, ind=^J, kbs=^H, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, kf0=^B1\r, kf1=^B2\r, kf10=^B;\r, kf2=^B3\r, kf3=^B4\r, kf4=^B5\r, kf5=^B6\r, kf6=^B7\r, kf7=^B8\r, kf8=^B9\r, kf9=^B\072\r, khome=^A, lf0=F1, lf1=F2, lf10=F11, lf2=F3, lf3=F4, lf4=F5, lf5=F6, lf6=F7, lf7=F8, lf8=F9, lf9=F10, ll=^A, rmir=, rmso=\ER\E0@\EV, rmul=\ER\E0@\EV, smir=, smso=\ER\E0Q\EV, smul=\ER\E0`\EV, # Note: if return acts weird on a980, check internal switch #2 # on the top chip on the CONTROL pc board. adds980|a980|adds consul 980, am, cols#80, lines#24, bel=^G, clear=\014$<1>\013@, cr=^M, cub1=^H, cud1=^J, cuf1=\E^E01, cup=\013%p1%'@'%+%c\E\005%p2%2d, dl1=\E\017$<13>, il1=\E\016$<13>, ind=^J, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, rmso=^O, smso=^Y^^^N, #### C. Itoh Electronics # # As of 1995 these people no longer make terminals (they're still in the # printer business). Their terminals were all clones of the DEC VT series. # They're located in Orange County, CA. # # CIT 80 - vt-52 emulator, the termcap has been modified to remove # the delay times and do an auto tab set rather than the indirect # file used in vt100. cit80|cit 80|Citoh 80, am, cols#80, lines#24, clear=\E[;H\EJ, cr=^M, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, ind=^J, is2=\E>, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmkx=\E[?1l\E>, smkx=\E[?1h\E=, # Alternate cit101 (vt100 em) file used in vt100. # Uses 23 lines so can run citsys (like h19sys). # 24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on :cm: cursor # coordinates otherwise there is garbling on long lines in # co#132 mode; also added support for multipage memory on the Itoh. # From: Tim Wood Fri Sep 27 09:39:12 PDT 1985 citc|Citoh fast vt100, am, xenl, cols#80, lines#23, clear=\E[;H\E[2J, cnorm=\E[V\E8, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l, ich1=\E[@, il1=\E[L, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, cita, am, xenl, cols#80, lines#23, clear=\E[;H\E[2J, cnorm=\E[V\E8, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E7\E[U, ed=\E[J, el=\E[K, flash=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, cit101, lines#24, flash@, use=citc, cit101b, lines#24, use=citc, # The CIT-500 was unusual in that it had a portrait-style display. # (cit500: mapped ":pt:" to default tabs -- esr) cit500|cit-500|cit 500, am, xenl, cols#80, lines#40, clear=\E[;H\E[2J$<50/>, cud1=\ED, cuf1=\E[C$<2/>, cup=\E[%i%p1%2d;%p2%2dH$<5/>, cuu1=\E[A$<2/>, dch1=\E[P, dl1=\E[M, ed=\E[J$<50/>, el=\E[K$<3/>, il1=\E[L, is2=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM$<5/>, rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m$<2/>, smul=\E[4m$<2/>, citoh|ci8510|8510|c.itoh 8510a, cols#80, it#8, bold=\E!, cub1@, is2=\E(009\054017\054025\054033\054041\054049\054057\054065\054073., rep=\ER%p2%03d%p1%c, ri=\Er, rmul=\EY, sgr0=\E"\EY, smul=\EX, use=lpr, citoh-pica|citoh in pica, is1=\EN, use=citoh, citoh-elite|citoh in elite, cols#96, is1=\EE, is2=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089., use=citoh, citoh-comp|citoh in compressed, cols#136, is1=\EQ, is2=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089\054097\054105\054113\054121\054129., use=citoh, # citoh has infinite cols because we don't want lp ever inserting \n\t**. citoh-prop|citoh-ps|ips|citoh in proportional spacing mode, cols#32767, is1=\EP, use=citoh, citoh-6lpi|citoh in 6 lines per inch mode, is3=\EA, use=citoh, citoh-8lpi|citoh in 8 lines per inch mode, lines#88, is3=\EB, use=citoh, #### Control Data (cdc) # cdc456|cdc, am, cols#80, lines#24, bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E1%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dl1=\EJ, ed=^X, el=^V, home=^Y, il1=\EL, ind=^J, cdc456tst, am, cols#80, lines#24, bel=^G, clear=^Y^X, cr=^M, cub1=^H, cud1=^J, cup=\E1%p1%{32}%+%c%p2%{32}%+%c, ind=^J, #### Human Designed Systems (Concept) # # Human Designed Systems # 400 Fehley Drive # King of Prussia, PA 19406 # Vox: (610)-277-8300 # Fax: (610)-275-5739 # Net: support@hds.com # # John Martin is their termcap expert. They're mostly out of # the character-terminal business now (1995) and making X terminals. In # particular, the whole `Concept' line described here was discontinued long # ago. # From: Sat Jun 27 07:41:20 1981 # Extensive changes to c108 by arpavax:eric Feb 1982 # Some unknown person at SCO then translated it to terminfo. # # There seem to be a number of different versions of the C108 PROMS # (with bug fixes in its Z-80 program). # # The first one that we had would lock out the keyboard of you # sent lots of short lines (like /usr/dict/words) at 9600 baud. # Try that on your C108 and see if it sends a ^S when you type it. # If so, you have an old version of the PROMs. # # You should configure the C108 to send ^S/^Q before running this. # It is much faster (at 9600 baud) than the c100 because the delays # are not fixed. # new status line display entries for c108-8p: # is3 - init str #3 - setup term for status display - # set programmer mode, select window 2, define window at last # line of memory, set bkgnd stat mesg there, select window 0. # # tsl - to status line - select window 2, home cursor, erase to # end-of-window, 1/2 bright on, goto(line#0, col#?) # # fsl - from status line - 1/2 bright off, select window 0 # # dsl - disable status display - set bkgnd status mesg with # illegal window # # # There are probably more function keys that should be added but # I don't know what they are. # c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages, is3=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev \001\177p\Ep\n, rmcup=\Ev \001\177p\Ep\r\n, use=c108-4p, c108+acs|alternate charset defns for c108, acsc=l\\qLkTxUmMjE, rmacs=\Ej , smacs=\Ej!, c108-4p-acs|c108-4p w/ acs, use=c108+acs,use=c108-4p, c108-8p-acs|c108-8p w/ acs, use=c108+acs,use=c108-8p, c108-rv-8p-acs|c108-rv-8p w/ acs, use=c108+acs,use=c108-rv-8p, c108-4p|concept108-4p|concept 108 w/4 pages, eslok, hs, xon, pb@, cnorm=\Ew, cr=^M, cup=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c, cvvis=\EW, dch1=\E 1$<16*>, dsl=\E ;\177, fsl=\Ee\E z , ind=^J, is1=\EK\E!\E F, is3=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \001 p\Ep\n, rmcup=\Ev \001 p\Ep\r\n, smcup=\EU\Ev 8p\Ep\r\E\025, tsl=\E z"\E?\E\005\EE\Ea %+ , use=c100, c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video, rmcup=\Ev \002 p\Ep\r\n, smcup=\EU\Ev 8p\Ep\r, use=c108-rv-4p, c108-rv-4p|concept108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video, flash=\EK$<50>\Ek, is1=\Ek, rmso=\Ee, smso=\EE, use=c108-4p, c108-rv-4p-acs|c108-rv-4p w/ acs, use=c108+acs,use=c108-rv-4p, c108-na|c108-na-8p|c108-8p-na|concept108-na-|concept108na8p|concept 108 w/8 pages no arrows, kf7=\E;, kf8=\E<, kf9=\E=, rmkx@, smkx@, use=c108-8p, c108-na-acs|c108-na w/ acs, use=c108+acs,use=c108-na, c108-rv-na|c108-rv-na-8p|c108-8p-rv-na|concept 108 8 pages no arrows rev video, kf7=\E;, kf8=\E<, kf9=\E=, rmkx@, smkx@, use=c108-rv-8p, c108-rv-na-acs|c108-na w/ acs, use=c108+acs,use=c108-rv-na, c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode, cols#132, is1=\E F\E", rmcup=\Ev ^A0\001D\Ep\r\n, smcup=\EU\Ev 8\001D\Ep\r, use=c108-8p, c108-w-acs|c108-w w/ acs, use=c108+acs,use=c108-w, # Concept 100: # These have only window relative cursor addressing, not screen # relative. To get it to work right here, smcup/rmcup (which # were invented for the concept) lock you into a one page # window for screen style programs. # # To get out of the one page window, we use a clever trick: # we set the window size to zero ("\Ev " in rmcup) which the # terminal recognizes as an error and resets the window to all # of memory. # # This trick works on c100 but does not on c108, sigh. # # Some tty drivers use cr3 for concept, others use nl3, hence # the delays on cr and ind below. This padding is only needed at # 9600 baud. One or the other is commented out depending on # local conventions. # # 2 ms padding on rmcup isn't always enough. 6 works fine. Maybe # less than 6 but more than 2 will work. # # Note: can't use function keys f7-f10 because they are # indistinguishable from arrow keys (!), also, del char and # clear eol use xon/xoff so they probably won't work very well. # # Also note that we don't define insrt/del char/delline/eop/send # because they don't transmit unless we reset them - I figured # it was a bad idea to clobber their definitions. # # The mc5 sequence changes the escape character to ^^ so that # escapes will be passed through to the printer. Only trouble # is that ^^ won't be - ^^ was chosen to be unlikely. # Unfortunately, if you're sending raster bits through to be # plotted, any character you choose will be likely, so we lose. # # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) # cannot be # in is2 because it will hang a c100 with no printer # if sent twice. c100|concept100|concept|c104|c100-4p|hds concept 100, am, eo, mir, ul, xenl, cols#80, lines#24, pb#9600, vt#8, bel=^G, blink=\EC, clear=\E?\E\005$<2*>, cr=$<9>\r, cub1=^H, cud1=^J, cuf1=\E=, cup=\Ea%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E;, dch1=\E\021$<16*>, dim=\EE, dl1=\E\002$<3*>, ed=\E\005$<16*>, el=\E\025$<16>, flash=\Ek$<20>\EK, ht=\011$<8>, il1=\E\022$<3*>, ind=^J, invis=\EH, ip=$<16*>, is1=\EK, is2=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c, is3=\Ev $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, kcub1=\E>, kcud1=\E<, kcuf1=\E=, kcuu1=\E;, kdch1=\E^Q, kdl1=\E^B, ked=\E^C, kel=\E^S, kf1=\E5, kf2=\E6, kf3=\E7, kf4=\E8, kf5=\E9, kf6=\E\072a, kf7=\E\072b, kf8=\E\072c, khome=\E?, khts=\E], kich1=\E^P, kil1=\E^R, kind=\E[, knp=\E-, kpp=\E., kri=\E\\, krmir=\E\200, mc4=\036o \E\EQ!\EYP\027, mc5=\EQ"\EY(\027\EYD\Eo \036, prot=\EI, rep=\Er%p1%c%p2%{32}%+%c$<.2*>, rev=\ED, rmcup=\Ev $<6>\Ep\r\n, rmir=\E , rmkx=\Ex, rmso=\Ed, rmul=\Eg, sgr0=\EN@, smcup=\EU\Ev 8p\Ep\r\E\025$<16>, smir=\E^P, smkx=\EX, smso=\ED, smul=\EG, c100-rv|c100-rv-4p|concept100-rv|c100 rev video, cnorm@, cvvis@, flash=\EK$<20>\Ek, is1=\Ek, rmso=\Ee, smso=\EE, use=c100, c100-rv-na|c100-rv-4p-na|c100 with no arrows, rmkx@, smkx@, use=c100-rv, oc100|oconcept|c100-1p|old 1 page concept 100, in, is3@, use=c100, # ht through el included to specify padding needed in raw mode. avt-ns|concept avt with status lins disabled, am, eo, mir, ul, xenl, xon, cols#80, it#8, lines#24, lm#192, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<38>, cnorm=\E[=119l, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, cvvis=\E[=119h, dch1=\E[P, dim=\E[1!{, dl=\E[%p1%dM$<4*>, dl1=\E[M$<4>, ed=\E[J$<96>, el=\E[K$<6>, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=\011$<4>, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL$<4*>, il1=\E[L$<4>, ind=\n$<8>, invis=\E8m, ip=$<4>, is1=\E[=103l\E[=205l, is2=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\0720\07232!r\E[0*w\E[w\E2\r\n\E[2;27!t, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E^B\r, ked=\E^D\r, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, kich1=\E^A\r, kil1=\E^C\r, ll=\E[24H, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, pfloc=\E[%p1%d;0u#%p2%s#, pfx=\E[%p1%d;1u#%p2%s#, prot=\E[99m, rc=\E8, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM$<4>, rmacs=\016$<1>, rmcup=\E[w\E2\r\n, rmir=\E4l, rmkx=\E[!z\E[0;2u, rmso=\E[7!{, rmul=\E[4!{, sc=\E7, sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, sgr0=\E[m, smacs=\017$<1>, smcup=\E[=4l\E[1;24w\E2\r, smir=\E1, smkx=\E[1!z\E[0;3u, smso=\E[7m, smul=\E[4m, tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, avt-rv-ns|concept avt in reverse video mode/no status line, flash=\E[=205l$<50>\E[=205h, is1=\E[=103l\E[=205h, use=avt-ns, avt-w-ns|concept avt in 132 column mode/no status line, is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, use=avt-ns, avt-w-rv-ns|concept avt in 132 column mode/no status line, flash=\E[=205l$<50>\E[=205h, is1=\E[=103h\E[=205h, smcup=\E[H\E[1;24;1;132w, use=avt-ns, # Concept AVT with status line. We get the status line using the # "Background status line" feature of the terminal. We swipe the # first line of memory in window 2 for the status line, keeping # 191 lines of memory and 24 screen lines for regular use. # The first line is used instead of the last so that this works # on both 4 and 8 page AVT's. (Note the lm#191 or 192 - this # assumes an 8 page AVT but lm isn't currently used anywhere.) # avt+s|concept avt status line changes, eslok, hs, lm#191, dsl=\E[0*w, fsl=\E[1;1!w, is3=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n, rmcup=\E[2w\E2\r\n, smcup=\E[2;25w\E2\r, tsl=\E[2;1!w\E[;%p1%dH\E[2K, avt|c5|avt-s|conceptavt|concept-avt| avt w/4 or 8 pages/80 columns, use=avt+s,use=avt-ns, avt-rv|avt-s-rv|avt-rv-s|concept avt in reverse video w/status line, flash=\E[=205l$<50>\E[=205h, is1=\E[=103l\E[=205h, use=avt+s,use=avt-ns, avt-w|avt-w-s|concept avt in 132 column mode w/with status line, is1=\E[=103h\E[=205l, smcup=\E[H\E[1;24;1;132w, use=avt+s,use=avt-ns, avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line, flash=\E[=205l$<50>\E[=205h, is1=\E[=103h\E[=205h, smcup=\E[H\E[1;24;1;132w, use=avt+s,use=avt-ns, #### Contel Business Systems. # # Contel c300 and c320 terminals. contel300|contel320|c300|Contel Business Systems C-300 or C-320, am, in, xon, cols#80, lines#24, xmc#1, bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, el=\EI$<5.5>, flash=\020\002\020\003, home=\EH, hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, rmso=\E!\200, smso=\E!\r, tbc=\E3, # Contel c301 and c321 terminals. contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321, am, in, xon, cols#80, lines#24, xmc#1, bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, el=\EI$<5.5>, home=\EH, hts=\E1, il1=\EL$<5.5*>, ind=^J, kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, rmso=\E!\200$<20>, smso=\E!\r$<20>, tbc=\E3, #### Data General (dg) # # According to James Carlson writing in January 1995, # the terminals group at Data General was shut down in 1991; all these # terminals have thus been discontinued. # dg200|data general dasher 200, am, bw, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ind=^J, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^z, kf1=^^q, kf2=^^r, kf3=^^s, kf4=^^t, kf5=^^u, kf6=^^v, kf7=^^w, kf8=^^x, kf9=^^y, khome=^H, lf0=f10, nel=^J, rmso=^^E, rmul=^U, smso=^^D, smul=^T, # # dg450 and dg200 from cornell dg450|dg6134|data general 6134, cuf1=^X, use=dg200, # Note: lesser Dasher terminals will not work with vi because vi insists upon # having a command to move straight down from any position on the bottom line # and scroll the screen up, or a direct vertical scroll command. The 460 and # above have both, the D210/211, for instance, has neither. We must use ANSI # mode rather than DG mode because standard UNIX tty drivers assume that ^H is # backspace on all terminals. This is not so in DG mode. # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the # grounds that there is no matching ":ml:"; mapped ":pt:" to default tabs; # fixed garbled ":k9=\E[00\:z:" capability -- esr) dg460-ansi|Data General Dasher 460, ANSI-mode, am, msgr, ul, cols#80, lines#24, blink=\E[5m, clear=\E[2J, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dim=\E[2m, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, ind=\E[S, is2=^^F@, kbs=\E[D, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[001z, kf1=\E[002z, kf2=\E[003z, kf3=\E[004z, kf4=\E[005z, kf5=\E[006z, kf6=\E[007z, kf7=\E[008z, kf8=\E[009z, kf9=\E[010z, khome=\E[H, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf9=f10, rev=\E[7m, ri=\E[T, rmso=\E[0m, rmul=\E[05, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, # From: Wayne Throop # Data General 605x # Ought to work for a Model 6242, Type D210 as well as a 605x. # Note that the cursor-down key transmits ^Z. Job control users, beware! dg6053|data general 6053, am, bw, ul, cols#80, lines#24, bel=^G, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, cvvis=^L^R, el=^K, home=^H, ht=^I, is2=^R, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, kf0=^^q, kf1=^^r, kf2=^^s, kf3=^^t, kf4=^^u, kf5=^^v, kf6=^^w, kf7=^^x, kf8=^^y, khome=^H, nel=^M^Z, rmcup=^L, rmso=\200^^E, rmul=^U, smcup=^L^R, smso=\200\200\200\200\200\036D, smul=^T, # From: Peter N. Wan # courtesy of Carlos Rucalde of Vantage Software, Inc. dgd211|Data General d211, am, bw, cols#80, lines#24, clear=^L, cnorm=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, cup=\020%r%.%., cuu1=^W, cvvis=^L^R, el=^K, home=^H, ht=^I, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, khome=^H, nel=^M^Z, rmcup=^L, rmso=\036E$<\200/>, rmul=^U, smcup=^L^R, smso=\036D$<\200\200\200\200\200/>, smul=^T, # From: Joan Walter # Data General/One # David Holub got the dg1 to work with jove with this termcap # by making li#23 and co#78 to comply with obvious terminal # capabilities. Still waiting for documentation. # Data General/One from modified DG Dasher DG210/211 (bw removed) # From: Peter N. Wan # courtesy of Carlos Rucalde of Vantage Software, Inc. dg1|Data General/One, am, cols#78, lines#23, clear=^L, cr=^M, cub1=^Y, cud1=^Z, cuf1=^X, cup=\020%p2%c%p1%c, cuu1=^W, el=^K, home=^H, ht=^I, kbs=^Y, kcub1=^Y, kcud1=^Z, kcuf1=^X, kcuu1=^W, khome=^H, nel=^M^Z, #### Datamedia (dm) # cs10|colorscan|Datamedia Color Scan 10, msgr, cols#80, lines#24, bel=^G, clear=\E[;H\E[J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%02d;%p2%02dH, cuu1=\E[A, ed=\E[J, el=\E[K, ind=^J, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, cs10-w|Datamedia Color Scan 10 with 132 columns, cols#132, cup=\E[%i%p1%02d;%p2%03dH, use=cs10, # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:"; # mapped ":pt:" to default tabs -- esr) dm1520|dm1521|datamedia 1520, am, xenl, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], home=^Y, ht=^I, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^\, kcuu1=^_, khome=^Y, dm2500|datamedia2500|datamedia 2500, cols#80, lines#24, bel=^G, clear=^^^^^¿, cub1=^H, cud1=^J, cuf1=^\, cup=\014%p2%{96}%^%c%p1%{96}%^%c, cuu1=^Z, dch1=\020\010\030\035$<10*>, dl1=\020\032\030\035$<10*>, el=^W, home=^B, ich1=\020\034\030\035$<10*>, il1=\020\n\030\035\030\035$<15>, ind=^J, pad=\377, rmdc=^X^], rmir=\377\377\030\035$<10>, rmso=^X^], smdc=^P, smir=^P, smso=^N, # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82) # also, has a meta-key (:km:) # From: # (dmchat: ":MT:" changed to ":km:" -- esr) dmchat|dmchat version of datamedia 2500, km, dl1=\020\032\030\035$<2/>, il1=\020\n\030\035\030\035$<1*/>, use=dm2500, # (dm3025: ":MT:" changed to ":km:"; mapped ":pt:" to default tabs -- esr) dm3025|datamedia 3025a, km, cols#80, lines#24, bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\010$<6>, dl1=\EP\EA\EQ$<130>, ed=\EJ$<2>, el=\EK, home=\EH, ht=^I, il1=\EP\n\EQ$<130>, ind=^J, ip=$<6>, is2=\EQ\EU\EV, rmdc=\EQ, rmir=\EQ, rmso=\EO0, smdc=\EP, smir=\EP, smso=\EO1, # (dm3045: mapped ":pt:" to default tabs -- esr) dm3045|datamedia 3045a, am, eo, ul, xenl, cols#80, lines#24, bel=^G, clear=\EM$<2>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\EB$<6>, ed=\EJ$<2>, el=\EK, home=\EH, ht=^I, ind=^J, ip=$<6>, is2=\EU\EV, kcuf1=\EC, kcuu1=\EA, kf0=\Ey\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, kf9=\Ex\r, khome=\EH, pad=^¿, rmir=\EP, smir=\EP, # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding. dm80|dmdt80|dt80|datamedia dt80/1, clear=\E[2J\E[H, cud1=^J, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, home=\E[H, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, ri=\EM, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, use=vt100, # except in 132 column mode, where it needs a little padding. # This is still less padding than the vt100, and you can always turn on # the ^S/^Q handshaking, so you can use vt100 flavors for things like # reverse video. dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode, cols#132, clear=\E[H\E[2J$<50/>, cud1=^J, cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<5/>, ed=\E[0J$<20/>, el=\E[0K$<20/>, use=dm80, #### Falco # # Falco Data Products # 440 Potrero Avenue # Sunnyvale, CA 940864-196 # Vox: (800)-325-2648 # Fax: (408)-745-7860 # Net: techsup@charm.sys.falco.com # # Current Falco models as of 1995 are generally ANSI-compatible and support # emulations of DEC VT-series, Wyse, and Televideo types. # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info # (falco: mapped ":pt:" to default tabs -- esr) # This terminal was released around 1983 and was discontinued long ago. falco|ts1|ts-1|falco ts-1, am, cols#80, lines#24, bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET\EG0\010, home=^^, ht=^I, il1=\EE, ind=^J, is2=\Eu\E3, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=^A0\r, rmir=\Er, rmso=\Eg0, rmul=\Eg0, smir=\Eq, smso=\Eg1, smul=\Eg1, # (falco-p: mapped ":pt:" to default tabs -- esr) falco-p|falco ts-1sp|falco with paging option, am, da, db, mir, msgr, ul, cols#80, lines#24, bel=^G, cbt=\EI, clear=\E*, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E[A, dch1=\EW, dl1=\ER, ed=\EY, el=\ET\EG0\010\Eg0, ht=^I, il1=\EE, ind=^J, is2=\EZ\E3\E_c, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rmcup=\E_b, rmir=\Er, rmso=\Eg0, rmul=\Eg0, smcup=\E_d, smir=\Eq, smso=\Eg4, smul=\Eg1, ts100|ts100-sp|falco ts100-sp, am, mir, msgr, xenl, xon, cols#80, it#8, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, dch1=\E~W, dl1=\E~R, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ich1=\E~Q, il1=\E~E, ind=^J, is1=\E~)\E~ea, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017$<2>, smacs=^N, smkx=\E[?1h\E=, smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, ts100-ctxt|falco ts-100 saving context, rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100, #### Florida Computer Graphics # # Florida Computer Graphics Beacon System, using terminal emulator # program "host.com", as provided by FCG. Entry provided by # David Bryant (cbosg!djb) 1/7/83. # This description is for an early release of the "host" program. # Known bug: ed clears the whole screen, so it's commented out. # beacon|FCG Beacon System, am, da, db, cols#80, lines#32, bel=\ESTART\r\E37\r\EEND\r$<1>, blink=\ESTART\r\E61\0541\r\EEND\r, clear=\EZ$<10>, cr=^M, cub1=^H, cud1=^J, cuf1=\EV, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=\EU, dch1=\EW, dl1=\ER, el=\ET, home=\EH$<10>, ich1=\EQ, il1=\EE, ind=^J, rev=\ESTART\r\E59\0541\r\EEND\r, rmso=\ESTART\r\E70\0540\r\EEND\r$<20>, rmul=\ESTART\r\E60\0540\r\EEND\r, sgr0=\ESTART\r\E78\r\E70\0540\r\EEND\r$<20>, smcup=\ESTART\r\E2\0540\r\E12\r\EEND\r$<10>, smso=\ESTART\r\E70\0546\r\EEND\r$<20>, smul=\ESTART\r\E60\0541\r\EEND\r, #### Fluke # # The 1720a differences from ANSI: no auto margin, destructive # tabs, # of lines, funny highlighting and underlining f1720|f1720a|fluke 1720A, xt, cols#80, lines#16, xmc#1, bel=^G, clear=\E[;H\E[2J, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, ind=\ED, is2=\E[;H\E[2J, kcub1=^_, kcud1=^], kcuf1=^^, kcuu1=^\, ri=\EM, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, #### Liberty Electronics (Freedom) # # Liberty Electronics # 48089 Fremont Blvd # Fremont CA 94538 # Vox: (510)-623-6000 # Fax: (510)-623-7021 # From: f100|freedom|freedom100|freedom model 100, am, bw, hs, mir, msgr, xon, cols#80, lines#24, bel=^G, cbt=\EI, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<11.5*>, dsl=\Eg\Ef\r, ed=\EY, el=\ET, flash=\Eb$<50>\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, ht=^I, hts=\E1, il1=\EE$<8.5*>, ind=^J, ip=$<6>, is2=\Eg\Ef\r\Ed, kbs=^H, kcbt=\EI, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kf1=^A@\r, kf10=^AI\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ri=\Ej, rmacs=\E$, rmir=\Er, rmso=\EG0, rmul=\EG0, smacs=\E%, smir=\Eq, smso=\EG4, smul=\EG8, tbc=\E3, tsl=\Eg\Ef, vpa=\E[%p1%{32}%+%c, f100-rv|freedom-rv|freedom 100 in reverse video, flash=\Ed$<50>\Eb, is2=\Eg\Ef\r\Eb, use=f100, # The f110 and f200 have problems with vi(1). They use the ^V # code for the down cursor key. When kcud1 is defined in terminfo # as ^V, the Control Character Quoting capability (^V in insert mode) # is lost! It cannot be remapped in vi because it is necessary to enter # a ^V to to quote the ^V that is being remapped!!! # # f110 users will have to decide whether # to lose the down cursor key or the quoting capability. We will opt # initially for leaving the quoting capability out, since use of VI # is not generally applicable to most interactive applications # # The same applies to f200 users, except that another option exists. # This option has been chosen locally. It will not be distributed unless # a user runs into this problem and requests assistance. Very few users, # if any, should run into this problem. The local solution is in # vifix.local.ti. The f200 has the ability to reprogram the down cursor # key. The key is reprogrammed to ^J (linefeed). This value is remembered # in non-volatile RAM, so powering the terminal off and on will not cause # the change to be lost. The terminfo definition for the f200 is changed # to identify kcud1 as ^J instead of ^V. f110|freedom110|Liberty Freedom 110, am, eslok, hs, mir, msgr, xon, cols#80, it#8, lines#24, wsl#80, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.1, clear=^Z, cnorm=\E.2, cr=^M, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.2, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, flash=\Eb\200\200\200\200\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, invis=\EG1, kbs=^H, kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, rev=\EG4, ri=\EJ\nsmir=\EO\Eq, rmacs=\E%%, rmir=\Er\EO, rmso=\EG0, rmul=\EG0, sgr0=\EG0, smacs=\E$, smso=\EG<, smul=\EG8, tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, f110-14|Liberty Freedom 110 14inch, dch1@, use=f110, f110-w|Liberty Freedom 110 - 132 cols, cols#132, use=f110, f110-14w|Liberty Freedom 110 14in/132 cols, cols#132, dch1@, use=f110, f200|freedom200|Liberty Freedom 200, am, eslok, hs, mir, msgr, xon, cols#80, it#8, lines#24, wsl#80, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, clear=^Z, cnorm=\E.1, cr=^M, csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, flash=\Eo\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\En, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, invis=\EG1, kbs=^H, kclr=^^, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, rev=\EG4, ri=\EJ, rmacs=\E%%, rmir=\Er, rmso=\EG0, rmul=\EG0, sgr0=\EG0, smacs=\E$, smir=\Eq, smso=\EG<, smul=\EG8, tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, f200-w|Liberty Freedom 200 - 132 cols, cols#132, use=f200, f200vi|Liberty Freedom 200 for vi, am, eslok, hs, mir, msgr, xon, cols#80, it#8, lines#24, wsl#80, bel=^G, blink=\EG2, bold=\EG0, cbt=\EI, civis=\E.0, clear=^Z, cnorm=\E.1, cr=^M, csr=\Em0%p1%{32}%+%c%p2%{32}%+%c, cub1=^H, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, cvvis=\E.1, dch1=\EW, dim=\EG@, dl1=\ER, dsl=\Ef\r, ed=\EY, el=\ET, flash=\Eb\200\200\200\200\Ed, fsl=^M, home=^^, hpa=\E]%p1%{32}%+%c, hts=\E1, il1=\EE, ind=^J, invis=\EG1, kbs=^H, kclr=^^, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, kich1=\EQ, kil1=\EE, mc4=\Ea, mc5=\E`, rev=\EG4, ri=\EJ, rmacs=\E%%, rmir=\Er, rmso=\EG0, rmul=\EG0, sgr0=\EG0, smacs=\E$, smir=\Eq, smso=\EG<, smul=\EG8, tbc=\E3, tsl=\Ef, vpa=\E[%p1%{32}%+%c, f200vi-w|Liberty Freedom 200 - 132 cols for vi, cols#132, use=f200vi, #### GraphOn (go) # # Graphon Corporation # 544 Division Street # Campbell, CA 95008 # Vox: (408)-370-4080 # Fax: (408)-370-5047 # Net: troy@graphon.com (Troy Morrison) # # # The go140 and go225 have been discontinued. GraphOn now makes X terminals, # including one odd hybrid that starts out life on power-up as a character # terminal, than can be switched to X graphics mode (driven over the serial # line) by an escape sequence. No info on this beast yet. # (go140: mapped ":pt:" to default tabs -- esr) go140|graphon go-140, cols#80, lines#24, clear=\E[;H\E[2J$<10/>, cuf1=\E[C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J$<10/>, el=\E[K, if=/usr/share/tabset/vt100, il1=\E[L, is2=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, go140w|graphon go-140 in 132 column mode, cols#132, is2=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q, use=go140, # Hacked up vt200 termcap to handle GO-225/VT220 # From: # (go225: mapped ":pt:" to default tabs -- esr) go225|go-225|Graphon 225, am, mir, xenl, cols#80, lines#25, vt#3, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, il1=\E[L, ind=\ED, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, rc=\E8, rev=\E[7m, rf=/usr/share/tabset/vt100, ri=\EM, rmcup=\E[!p\E[?7h\E[2;1;1#w, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, sc=\E7, sgr0=\E[m, smcup=\E[2;0#w\E[1;25r, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, #### Harris (Beehive) # # Bletch. These guys shared the Terminal Brain Damage laurels with Hazeltine. # Their terminal group is ancient history now (1995) though the parent # company is still in business. # # Beehive documentation is undated and marked Preliminary and has no figures # so we must have early Superbee2 (Model 600, according to phone conversation # with mfr.). It has proved reliable except for some missing padding # (notably after \EK and nl at bottom of screen). # # The key idea is that AEP mode is poison for cup & that US's in # the local memory should be avoided like the plague. That means # that the 2048 character local buffer is used as 25 lines of 80 # characters, period. No scrolling local memory, folks. It also # appears that we cannot use naked INS LINE feature since it uses # US. The sbi fakes il1 with an 80-space insert that may be too # slow at low speeds; also spaces get converted to \040 which is # too long for some programs (not vi). DEL LINE is ok but slow. # # The nl string is designed for last line of screen ONLY; cup to # 25th line corrects the motion inherent in scrolling to Page 1. # # There is one understood bug. It is that the screen appears to # pop to a new (blank) page after a nel, or leave a half-line # elipsis to a quad that is the extra 48 memory locations. The # data received is dumped into memory but not displayed. Not to # worry if cup is being used; the lines not displayed will be, # whenever the cursor is moved up there. Since cup is addressed # relative to MEMORY of window, nothing is lost; but beware of # relative cursor motion (cuu1,cud1,cuf1,cub1). Recommended, therefore, # is setenv MORE -c . # # WARNING: Not all features tested. # # Timings are assembled from 3 sources. Some timings may reflect # SB2/Model 300 that were used if more conservative. # Tested on a Model 600 at 1200 and 9600 bd. # # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly # placed on the keyboard and useless because of AEP, is made # into a backspace key. In use ESC must be pressed twice (to send) # and sending ^C must be prefixed by ESC to avoid that wierd # transmit mode associated with ENTER key. # # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across # the screen, then it has dropped into ENTER mode; hit # RESET--ONLINE--!tset. # # As delivered this machine has a FATAL feature that will throw # it into that strange transmit state (SPOW) if the space bar is # hit after a CR is received, but before receiving a LF (or a # few others). # # The circuits MUST be modified to eliminate the SPOW latch. # This is done by strapping on chip A46 of the I/O board; cut # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that # chip. This mod has been checked out on a Mod 600 of Superbee II. # With this modification absurdly high timings on cr are # unnecessary. # # NOTE WELL that the rear panel switch should be set to CR/LF, # not AEP! # sb1|beehive superbee, am, bw, da, db, mir, ul, xsb, cols#80, lines#25, xmc#1, bel=^G, cbt=\E`$<650>, clear=\EH$<1>\EJ$<3>, cr=$<1>\r, cub1=^H, cud1=^J, cuf1=\EC$<3>, cup=\EF%p2%03d%p1%03d, cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, home=\EH$<1>, ht=^I, hts=\E1, il1=\EN\EL$<3>\EQ \EP$<3> \EO\ER\EA$<3>, ind=^J, is2=\EE$<3>\EX\EZ\EO\Eb\Eg\ER, kbs=^_, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdl1=\EM, ked=\EJ, kel=\EK, kf0=\E2, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, kf9=\E1, khome=\EH, kich1=\EQ\EO, krmir=\ER, lf0=TAB CLEAR, lf9=TAB SET, rmir=\ER, rmso=\E_3, rmul=\E_3, smcup=\EO, smir=\EQ\EO, smso=\E_1, smul=\E_0, tbc=\E3, sbi|superbee|beehive superbee at Indiana U., xsb, cr=\r$<1>, il1=1\EN\EL$<9>\EQ \EP$<9> \EO\ER\EA, use=sb1, # Alternate (older) description of Superbee - f1=escape, f2=^C. # Note: there are at least 3 kinds of superbees in the world. The sb1 # holds onto escapes and botches ^C's. The sb2 is the best of the 3. # The sb3 puts garbage on the bottom of the screen when you scroll with # the switch in the back set to CRLF instead of AEP. This description # is tested on the sb2 but should work on all with either switch setting. # The f1/f2 business is for the sb1 and the xsb can be taken out for # the other two if you want to try to hit that tiny escape key. # This description is tricky: being able to use cup depends on there being # 2048 bytes of memory and the hairy nl string. superbee-xsb|beehive super bee, am, da, db, xsb, cols#80, it#8, lines#25, clear=\EH\EJ$<3>, cnorm=^J, cr=\r$<1000>, cub1=^H, cud1=^J, cuf1=\EC, cup=\EF%p2%3d%p1%3d, cuu1=\EA$<3>, dch1=\EP$<3>, dl1=\EM$<100>, ed=\EJ$<3>, el=\EK$<3>, home=\EH, hts=\E1, ind=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET, is2=\EH\EJ, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, khome=\EH, rmso=\E_3, smso=\E_1, tbc=\E3, # This loses on lines > 80 chars long, use at your own risk superbeeic|super bee with insert char, ich1=, rmir=\ER, smir=\EQ, use=superbee-xsb, sb2|sb3|fixed superbee, xsb@, use=superbee, # Reports are that most of these Beehive entries (except superbee) have not # been tested and do not work right. :se: is a trouble spot. Be warned. # (bee: removed obsolete ":ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:" -- esr) beehive|bee|harris beehive, am, mir, cols#80, lines#24, cbt=\E>, clear=\EE, cud1=\EB, cuf1=\EC, cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EP, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ich1=, il1=\EL, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, rmir=\E@, rmso=\Ed@, rmul=\Ed@, smir=\EQ, smso=\EdP, smul=\Ed`, # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs. # good grief - does this entry make sg/ug when it doesn't have to? # look at those spaces in se/so. Seems strange to me... # (bh3m: mapped ":pt:" to default tabs -- esr) beehive3|bh3m|beehiveIIIm, am, cols#80, lines#20, bel=^G, clear=^E^R, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cuu1=^K, dl1=\021$<350>, ed=^R, el=^P, home=^E, ht=^I, if=/usr/share/tabset/beehive, il1=\023$<160>, ind=^J, ll=^E^K, rmso= ^_, smso=^] , beehive4|bh4|beehive 4, am, cols#80, lines#24, bel=^G, clear=\EE, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ind=^J, # (microb: mapped ":pt:" to default tabs -- esr) microb|microbee|micro bee series, am, cols#80, lines#24, bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EF%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ep, kf2=\Eq, kf3=\Er, kf4=\Es, kf5=\Et, kf6=\Eu, kf7=\Ev, kf8=\Ew, kf9=\Ex, khome=\EH, rmso=\Ed@ , rmul=\Ed@, smso= \EdP, smul=\Ed`, # 8675, 8686, and bee from Cyrus Rahman # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr) ha8675|harris 8675, is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU, kf1=^F, kf10=\Ed, kf11=^W, kf12=\ER, kf13=\EE, kf14=\EI, kf15=\Ei, kf16=\Eg, kf2=^P, kf3=^N, kf4=^V, kf5=^J, kf6=^T, kf7=^H, kf8=^¿, kf9=\Ee, use=bee, # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation # in :is: -- esr) ha8686|harris 8686, is2=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\E"8FB5021B7283#, kf1=\002\Ep\003, kf10=\Ej, kf11=\EW, kf12=\002\E{\003, kf13=\002\E|\003, kf14=\002\E}\003, kf15=\002\E~\003, kf16=\002\E\177\003, kf2=\002\Eq\003, kf3=\002\Er\003, kf4=\002\Es\003, kf5=\E3, kf6=\EI, kf7=\ER, kf8=\EJ, kf9=\E(, use=bee, #### Hazeltine # # Hazeltine appears to be out of the business now (1995). These guys were # co-owners of the Terminal Brain Damage Hall Of Fame along with Harris. # Good riddance. # # The ony contact information I have dates from 1993 and is: # # Customer Service Division # 15 Law Drive # P.O. Box 2076 # Fairfield, NJ 07007-2078 # # Since :nd: is blank, when you want to erase something you # are out of luck. You will have to do ^L's a lot to # redraw the screen. h1000 is untested. It doesn't work in # vi - this terminal is too dumb for even vi. (The code is # there but it isn't debugged for this case.) h1000|hazeltine 1000, cols#80, lines#12, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1= , home=^K, ind=^J, # Note: the h1552 appears to be the first Hazeltine terminal which # is not braindamaged. It has tildes and backprimes and everything! # Be sure the auto lf/cr switch is set to cr. h1552|hazeltine 1552, cud1=^J, dl1=\EO, il1=\EE, kf1=\EP, kf2=\EQ, kf3=\ER, lf1=blue, lf2=red, lf3=green, use=vt52, h1552rv|hazeltine 1552 reverse video, cud1=^J, rmso=\ET, smso=\ES, use=h1552, # From: Thu Aug 20 09:09:18 1981 h1420|hazeltine 1420, am, cols#80, lines#24, bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=^J, cuf1=^P, cup=\E\021%p2%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, el=\E^O, ht=^N, il1=\E^Z, ind=^J, rmso=\E^Y, smso=\E^_, # New "safe" cursor movement (11/87) from cgs@umd5. Prevents freakout with # out-of-range args and tn3270. No hz since it needs to receive ~'s. h1500|hazeltine 1500, am, hz, cols#80, lines#24, bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, cup=~\021%p2%p2%?%{30}%>%t%{32}%+%;%'`'%+%c%p1%'`'%+%c, cuu1=~^L, dl1=~\023$<40>, ed=~\030$<10>, el=~^O, home=~^R, il1=~\032$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^P, kcuu1=~^L, khome=~^R, rmso=~^Y, smso=~^_, # h1510 assumed to be in sane escape mode. Else use h1500. # (h1510: early versions of this entry apparently had ":se=\E^_:so=\E^Y", # but these caps were commented out in 8.3; also, removed incorrect # and overridden ":do=^J:" -- esr) h1510|hazeltine 1510, am, cols#80, lines#24, bel=^G, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, el=\E^O, il1=\E^Z, ind=^J, # (h1520: removed incorrect and overridden ":do=^J:" -- esr) h1520|hazeltine 1520, am, hz, cols#80, lines#24, bel=^G, clear=~^\, cr=^M, cub1=^H, cud1=~^K, cuf1=^P, cup=~\021%p2%c%p1%c$<1>, cuu1=~^L, dl1=~^S, ed=~^X, el=~^O, home=~^R, il1=~^Z, ind=^J, rmso=~^Y, smso=~^_, # Note: h2000 won't work well because of a clash between upper case and ~'s. h2000|hazeltine 2000, am, cols#74, lines#27, bel=^G, clear=~\034$<6>, cub1=^H, cud1=^J, cup=~\021%p2%c%p1%c, dl1=~\023$<6>, home=~^R, il1=~\032$<6>, ind=^J, pad=^¿, # Date: Fri Jul 23 10:27:53 1982. Some unknown person wrote: # I tested this termcap entry for the Hazeltine Esprit with vi. It seems # to work ok. There is one problem though if one types a lot of garbage # characters very fast vi seems not able to keep up and hangs while trying # to insert. That's in insert mode while trying to insert in the middle of # a line. It might be because the Esprit doesn't have insert char and delete # char as a built in function. Vi has to delete to end of line and then # redraw the rest of the line. esprit|Hazeltine Esprit I, am, bw, cols#80, lines#24, bel=^G, cbt=\E^T, clear=\E^\, cr=^M, cub1=^H, cud1=\E^K, cuf1=^P, cup=\E\021%p2%c%p1%c, cuu1=\E^L, dl1=\E^S, ed=\E^W, el=\E^O, home=\E^R, il1=\E^Z, ind=^J, is2=\E?, kbs=^H, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=^B0^J, kf1=^B1^J, kf2=^B2^J, kf3=^B3^J, kf4=^B4^J, kf5=^B5^J, kf6=^B6^J, kf7=^B7^J, kf8=^B8^J, kf9=^B9^J, khome=\E^R, lf0=0, lf1=1, lf2=2, lf3=3, lf4=4, lf5=5, lf6=6, lf7=7, lf8=8, lf9=9, rmkx=\E>, rmso=\E^Y, smkx=\E<, smso=\E^_, esprit-am|hazeltine esprit auto-margin, am, use=esprit, #### IBM # ibm327x|line mode IBM 3270 style, gn, clear=^M^J, el=^M, home=^M, # From: J.B. Nicholson-Owens 8 Mar 94 ibm3101|i3101|IBM 3101-10, am, xon, cols#80, lines#24, bel=^G, clear=\EK, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, ht=^I, hts=\E0, if=/usr/share/tabset/ibm3101, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, nel=^M^J, tbc=\E1, # Received from the IBM terminals division (given to DRB) # June 1988 for PS/2 OS 2.2.3 cut ibm3151|i3151, rmso=\E4@, rmul=\E4@, sgr=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c, sgr0=\E4@, smso=\E4A, smul=\E4B, use=ibm3163, # From: Mark Easter 29 Oct 1992 # I commented out some IBM extensions. ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display, am, mir, msgr, cols#80, it#8, lines#24, bel=^G, blink=\E4D, bold=\E4H, clear=\EH\EJ, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ind=^J, invis=\E4P, kbs=^H, kclr=\EL\r, kctab=\E1, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EQ, kdl1=\EO, ked=\EJ, kel=\EI, kf1=\Ea\r, kf10=\Ej\r, kf11=\Ek\r, kf12=\El\r, kf13=\E!a\r, kf14=\E!b\r, kf15=\E!c\r, kf16=\E!d\r, kf17=\E!e\r, kf18=\E!f\r, kf19=\E!g\r, kf2=\Eb\r, kf20=\E!h\r, kf21=\E!i\r, kf22=\E!j\r, kf23=\E!k\r, kf24=\E!l\r, kf3=\Ec\r, kf4=\Ed\r, kf5=\Ee\r, kf6=\Ef\r, kf7=\Eg\r, kf8=\Eh\r, kf9=\Ei\r, khome=\EH, khts=\E0, kich1=\EP \010, kil1=\EN, ktbc=\E 1, rev=\E4A, rmcup=\E>A, rmso=\E4@, rmul=\E4@, sgr=\E4%'@'%?%p1%t%'A'%|%;\n%?%p2%t%'B'%|%;\n%?%p3%t%'A'%|%;\n%?%p4%t%'D'%|%;\n%?%p5%t%'@'%|%;\n%?%p6%t%'H'%|%;\n%?%p7%t%'P'%|%;%c\n%?%p9%t\E>A%e\E<@%;, sgr0=\E4@\E<@, smcup=\E>A, smso=\E4A, smul=\E4B, # How the 3164 sgr string works: # %{32} # push space for no special video characteristics # %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse # %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink # %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline # %c # pop Pa1 # %{39}%p1%- # calculate 32 + (7 - p1) for foreground # %c # pop Pa2 # %{64} # use only black background for now # %c # pop Pa3 ibm3164|i3164|3164, blink=\E4D, bold=\E4H, sgr=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c, sgr0=\E4@, use=ibm3163, # (ibmaed: mapped ":pt:" to default tabs -- esr) ibmaed|IBM Experimental display, am, eo, msgr, cols#80, lines#52, clear=\EH\EK, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, flash=\EG, home=\EH, ich1=\EP, il1=\EN, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, rmso=\E0, rmul=, smso=\E0, smul=, ibm-apl|apl|IBM apl terminal simulator, lines#25, use=dm1520, # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'. # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr) ibmmono|ibm5151|IBM workstation monochrome, eslok, hs, bold=\EZ, dl1=\EM, dsl=\Ej\EY8 \EI\Ek, fsl=\Ek, il1=\EL, invis=\EF\Ef0;\Eb0;, kbs=^H, kf0=\E<, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EY, khome=\EH, kich1=\200, kind=\EE, knp=\EE, kpp=\Eg, kri=\EG, lf0=f10, rev=\Ep, ri=\EA, rmso=\Ez, rmul=\Ew, sgr0=\Ew\Eq\Ez\EB, smso=\EZ, smul=\EW, tsl=\Ej\EY8%+ \Eo, use=ibm3101, ibmega-c|ibm5154-c|IBM Enhanced Color Display, rmso=\EB, rmul=\EB, smso=\EF\Ef3;, smul=\EF\Ef2;, use=ibmmono, # ibmapa* and ibmmono entries come from ACIS 4.3 distribution rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display, lines#32, dsl=\Ej\EY@ \EI\Ek, tsl=\Ej\EY@%+ \Eo, use=ibmmono, # Advanced Monochrome (6153) and Color (6154) Graphics Display: ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display, lines#31, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmmono, ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display, lines#31, dim=\EF\Ef7;, dsl=\Ej\EY? \EI\Ek, tsl=\Ej\EY?%+ \Eo, use=ibmega-c, # From: Marc Pawliger # also in /usr/lpp/bos/bsdsysadmin. # (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was # pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly # a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:". # There was an unknown boolean ":ht:" which I assume was meant to set # hardware tabs, so I have insrted it#8. Finally, "ac=^N" paired with the # ae looked like a typo for ":as=^N:" -- esr) ibm8512|ibm8513|hft-c|IBM High Function Terminal, am, mir, msgr, cols#80, it#8, lines#25, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cub1=\E[D, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, home=\E[H, il=\E[%p1%dL, il1=\E[L, is2=\Eb\E[m\017\E[?7h, kcud1=\E[B, kcuu1=\E[A, kf0=\E[010q, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, kf9=\E[009q, khome=\E[H, rc=\E[u, rev=\E[7m, rmacs=^O, rmcup=\E[20h, rmdc=\E[4l, rmir=\E[4l, rmso=\E[m, rmul=\E[m, sc=\E[s, sgr0=\E[m, smacs=^N, smcup=\E[20;4l\E[?7h\Eb, smdc=\E[4h, smir=\E[4h, smso=\E[7m, smul=\E[4m, hft|AIWS High Function Terminal, am, xon, cols#80, lines#25, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[001q, kf2=\E[002q, kf3=\E[003q, kf4=\E[004q, kf5=\E[005q, kf6=\E[006q, kf7=\E[007q, kf8=\E[008q, kf9=\E[009q, khome=\E[H, knp=\E[153q, kpp=\E[159q, ktbc=\E[010q, rev=\E[7m, rmir=\E6, rmso=\E[m, rmul=\E[m, sgr0=\E[0m, smir=\E6, smso=\E[7m, smul=\E[4m, # From: ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display, eslok, hs, lines#33, dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmmono, ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display, eslok, hs, lines#33, dsl=\Ej\EYA \EI\Ek, fsl=\Ek, tsl=\Ej\EYA%+ \Eo, use=ibmega-c, ibm-system1|system1|ibm system/1 computer, am, xt, cols#80, lines#24, bel=^G, clear=^Z, cub1=^H, cuf1=^\, cup=\005%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, home=^K, ind=^J, #### Infoton/General Terminal Corp. # # gt100 sounds like something DEC would come out with. Let's hope they don't. i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100), am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\Ef%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, flash=\Eb\Ea, home=\EH, il1=\EL, ind=^J, rmso=\Ea, smso=\Eb, i400|infoton 400, am, cols#80, lines#25, bel=^G, clear=\E[2J, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, cup=%i\E[%p1%3d;%p2%3dH, cuu1=\E[A, dch1=\E[4h\E[2Q\E[P\E[4l\E[0Q, dl1=\E[M, el=\E[N, il1=\E[L, ind=^J, rmir=\E[4l\E[0Q, smir=\E[4h\E[2Q, # (addrinfo: removed obsolete ":bc=^Z:" -- esr) addrinfo, am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cup=\037%p1%{1}%-%c%p2%{1}%-%c, cuu1=^\, ed=^K, home=^H, ind=^J, ll=^H^\, infoton, am, cols#80, lh#0, lines#24, lw#0, nlab#0, bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, ed=^K, ind=^J, ll=^H^\, # (infotonKAS: removed obsolete ":bc=^Z:" -- esr) infotonKAS, am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cuu1=^\, ed=^K, ind=^J, ll=^H^\, #### Interactive Systems Corp # # ISC used to sell OEMed and customized hardware to support ISC UNIX. # ISC UNIX still exists in 1995, but ISC itself is no more; they got # bought out by Solaris. # # From: Wed Sep 16 08:06:44 1981 # (intext: removed obsolete ":ma=^K^P^R^L^L :"; # mapped ":pt:" to default tabs, removed obsolete ":bc=^_:", also the # ":le=^_:" later overridden -- esr) intext|Interactive Systems Corporation modified owl 1200, am, cols#80, lines#24, xmc#1, bel=^G, cbt=^Y, clear=\014$<132>, cr=^M, cub1=^H, cud1=^J, cuf1=^^, cup=\017%p1%{32}%+%c%p2%{32}%+%c, cuu1=^\, dch1=\022$<5.5*>, dl1=\021$<5.5*>, ed=\026J$<5.5*>, el=^Kp^R, ht=^I, il1=\020$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, kcub1=^_, kcud1=^J, kcuf1=^^, kcuu1=^\, kf0=^VJ\r, kf1=^VA\r, kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r, kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<, rmkx=^V9, rmso=^V# , smir=^V;, smkx=\036\072\264\026%, smso=^V$\054, intext2|intextii|INTERACTIVE modified owl 1251, am, bw, ul, cols#80, lines#24, xmc#0, bel=^G, cbt=\E[Z, clear=\E[H\E[2J, cr=^M, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, flash=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u, hpa=\E[%p1%{1}%+%dG, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, kbs=^H, kcub1=\ED\r, kcud1=\EB\r, kcuf1=\EC\r, kcuu1=\EA\r, kf0=\E@\r, kf1=\EP\r, kf2=\EQ\r, kf3=\ES\r, kf4=\ET\r, kf5=\EU\r, kf6=\EV\r, kf7=\EW\r, kf8=\EX\r, kf9=\EY\r, khome=\ER\r, lf0=REFRSH, lf1=DEL CH, lf2=TABSET, lf3=GOTO, lf4=+PAGE, lf5=+SRCH, lf6=-PAGE, lf7=-SRCH, lf8=LEFT, lf9=RIGHT, ri=\E[T, rmso=\E[2 D, rmul=\E[2 D, smso=\E[6 D, smul=\E[18 D, #### Kimtron (abm, kt) # # Kimtron entries include (undocumented) codes for: enter dim mode (:mh:), # enter bold mode (:md:), enter reverse mode (:mr:), turn off all attributes # (:me:). # Kimtron ABM 85 added by Dual Systems # (abm85: mapped ":pt:" to default tabs; removed duplicated ":kd=^J:" -- esr) abm85|Kimtron ABM 85, am, bw, msgr, cols#80, lines#24, xmc#1, cbt=\EI, clear=\E*, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\Ey, el=\Et, if=/usr/share/tabset/stdcrt, il1=\EE, is2=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmir=\Er, rmso=\Ek, rmul=\Em, smir=\EQ, smso=\Ej, smul=\El, # Kimtron ABM 85H added by Dual Systems. # Some notes about the 85h entries: # 1) there are several firmware revs of 85H in the world. Use o85h for # firmware revs prior to SP51 # 2) Make sure to use 85h entry if the terminal is in 85H mode and the # 85e entry if it is in 920 emulation mode. They are incompatible in # some places and NOT software settable i.e., :is: can't fix change it) # 3) In 85h mode, the arrow keys and special functions transmit when # the terminal is in dup-edit, and work only locally in local-edit. # Vi won't swallow `del char' for instance, but :vs: turns on # dup-edit anyway so that the arrow keys will work right. If the # arrow keys don't work the way you like, change :vs:, :ve:, and :is:. # 920E mode does not have software commands to toggle between dup # and local edit, so you get whatever was set last on the terminal. # 4) :vb: attribute is nice, but seems too slow to work correctly (\Eb\Ed) # 5) Make sure `hidden' attributes are selected. If `embedded' attributes # are selected, the entries :sg@: and :ug@: should be removed. # 6) auto new-line should be on (selectable from setup mode only) # # From: Erik Fair Sun Oct 27 07:21:05 1985 abm85h|85H|85h|Kimtron ABM 85H, 85H mode, hs, xmc@, cnorm=\E.4, cvvis=\E.2, dim=\E), dsl=\Ee, flash@, fsl=^M, is2=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El, kcud1=^V, rev=\EG4, rmso=\EG0, rmul=\EG0, sgr0=\E(\EG0, smir=\EZ, smso=\EG4, smul=\EG8, tsl=\Eg\Ef, use=abm85, abm85e|85E|85e|Kimtron ABM 85H, 920E mode, xmc@, dim=\E), flash@, is2=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em, rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, abm85h-o|oabm85h|o85h|Kimtron ABM 85H, old firmware rev., xmc@, dim=\E), flash=\200\200\200\007\200\200\200, is2=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF, rev=\Ej, sgr0=\E(\Ek, smir=\EZ, use=abm85, # From: # (kt7: removed obsolete ":ko=ic,dc,al,dl,cl,ce,cd,bt:", ":ma=^V^J^L :"; # mapped ":pt:" to default tabs -- esr) kt7|kimtron model kt-7, am, cols#80, lines#24, cbt=\EI, clear=^Z, cud1=^V, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, fsl=\Eg, home=^^, ich1=\EQ, if=/usr/share/tabset/stdcrt, il1=\EE, is2=\El\E", kbs=^H, kcub1=^H, kcud1=^V, kcuf1=^L, kcuu1=^K, kf0=^AI\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, rmso=\EG0, rmul=\EG0, smso=\EG4, smul=\EG8, tsl=\Ef, #### Microterm (act, mime) # # The mime1 entries refer to the Microterm Mime I or Mime II. # The default mime is assumed to be in enhanced act iv mode. # # New "safe" cursor movement (5/87) from reuss@umd5. Prevents freakout with # out-of-range args on Sytek multiplexors. No ":so=^N:" and ":se=^N:" since # it gets confused and it's too dim anyway. No ic since Sytek insists ^S # means xoff. # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr) act4|microterm|microterm act iv, am, cols#80, lines#24, bel=^G, clear=\014$<12/>, cr=^M, cub1=^H, cud1=^K, cuf1=^X, cup=\024%p1%{24}%+%c%p2%p2%?%'/'%>%t%'0'%+%;%'P'%+%c, cuu1=^Z, dch1=\004$<.1*/>, dl1=\027$<2.3*/>, ed=\037$<2.2*/>, el=\036$<.1*/>, home=^], il1=\001<2.3*/>, ind=^J, kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, # The padding on :sr: and :ta: for act5 and mime is a guess and not final. # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)... # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr) microterm5|act5|microterm act v, kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\EH$<3>, uc=^H\EA, use=act4, # Act V in split screen mode. act5s is not tested and said not to work. act5s|skinny act5, cols#39, lines#48, rmcup=\EQ, smcup=\EP, use=act5, # Mimes using brightness for standout. Half bright is really dim unless # you turn up the brightness so far that lines show up on the screen. # uc is disabled to get around a curses bug, should be put back in someday. mime-fb|full bright mime1, is2=^S\E, rmso=^S, smso=^Y, use=mime, mime-hb|half bright mime1, is2=^Y\E, rmso=^Y, smso=^S, use=mime, # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode # the more plausible ":do=^J:"; mapped ":pt:" to ":it#8:" -- esr) mime|mime1|mime2|mimei|mimeii|microterm mime1, am, cols#80, it#8, lines#24, vt#9, bel=^G, clear=^]^C, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cup=\024%p1%{24}%+%c%p2%p2%?%{32}%>%t%'0'%+%;%'P'%+%c, cuu1=^Z, dl1=\027$<80>, ed=^_, el=^^, home=^], ht=\011$<2>, il1=\001$<80>, ind=^J, is2=^S\E^Q, kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, ri=\022$<3>, uc=^U, # These termcaps (for mime 2a) put the terminal in low intensity mode # since high intensity mode is so obnoxious. mime2a-s|microterm mime2a (emulating an enhanced soroc iq120), am, cols#80, lines#24, bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EI, dch1=\ED, dl1=\027$<20*>, ed=\EJ$<20*>, el=\EK, home=^^, il1=\001$<20*>, ind=^J, ip=$<2>, is2=\E), kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, ri=\EI, rmir=^Z, rmso=\E;, rmul=\E7, smir=\EE, smso=\E\072, smul=\E6, # This is the preferred mode (but ^X can't be used as a kill character) # (mime2a: replaced ":pt:" with SCO's "it#8" -- esr) mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52), cols#80, it#8, lines#24, bel=^G, clear=\EL, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=^N, dl1=\027$<20*>, ed=\EQ$<20*>, el=\EP, home=\EH, ht=^I, il1=\001$<20*>, ind=^J, ip=$<2>, is2=^Y, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EA, rmir=^Z, rmso=\E9, rmul=\E5, smir=^O, smso=\E8, smul=\E4, # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr) mime3a|mime1 emulating 3a, am@, kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, use=adm3a, # (mime3ax: mapped ":pt:" to default tabs -- esr) mime3ax|mime-3ax|mime1 emulating enhanced 3a, it#8, dl1=\027$<80>, ed=^_, el=^X, ht=\011$<3>, il1=\001$<80>, use=mime3a, # Wed Mar 9 18:53:21 1983 # We run our terminals at 2400 baud, so there might be some timing problems at # higher speeds. The major improvements in this model are the terminal now # scrolls down and insert mode works without redrawing the rest of the line # to the right of the cursor. This is done with a bit of a kludge using the # exit graphics mode to get out of insert, but it does not appear to hurt # anything when using vi at least. If you have some users using act4s with # programs that use curses and graphics mode this could be a problem. mime314|mm314|mime 314, am, cols#80, lines#24, clear=^L, cub1=^H, cuf1=^X, cup=\024%p1%c%p2%c, cuu1=^Z, dch1=^D, dl1=^W, ed=^_, el=^^, home=^], ht=^I, il1=^A, kcub1=^H, kcud1=^K, kcuf1=^X, kcuu1=^Z, rmir=^V, smir=^S, # Fri Aug 5 08:11:57 1983 # This entry works for the ergo 4000 with the following setups: # ansi,wraparound,newline disabled, xon/xoff disabled in both # setup a & c. # # WARNING!!! There are multiple versions of ERGO 4000 microcode # Be advised that very early versions DO NOT WORK RIGHT !! # Microterm does have a ROM exchange program- use it or lose big ergo4000|microterm ergo 4000, da, db, msgr, cols#80, lines#66, bel=^G, clear=\E[H\E[2J$<80>, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[1P$<80>, dl1=\E[1M$<5*>, ed=\E[0J$<15>, el=\E[0K$<13>, ht=^I, il=\E[1L$<5*>, ind=\ED$<20*>, is2=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h$<300>, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, ri=\EM$<20*>, rmir=\E[4l, rmkx=\E=$<4>, rmso=\E[0m$<20>, smir=\E[4h$<6>, smkx=\E=$<4>, smso=\E[7m$<20>, #### NCR # # NCR's terminal group was merged with AT&T's when AT&T bought the company. # For what happened to that group, see the ADDS section. # # From , init string hacked by SCO. ncr7900i|7900i|ncr7900|7900|ncr 7900 model 1, am, bw, ul, cols#80, lines#24, xmc#1, bel=^G, blink=\E0B, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\E1%p2%c%p1%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, ind=^J, is2=\E0@\010\E3\E4\E7, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^A, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=\E0@, rmul=\E0@, sgr=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c, sgr0=\E0@, smso=\E0Q, smul=\E0`, ncr7900i-na|ncr7900-na|7900-na|ncr 7900 model 1 with no arrows, kcub1@, kcud1@, kcuf1@, kcuu1@, use=ncr7900i, ncr7900iv|ncr 7900 model 4, am, bw, eslok, hs, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cup=\013%p1%'@'%+%c\E\005%p2%02d, dl1=\E^O, dsl=\Ey1, fsl=\Ek\Ey5, home=\013@\E^E00, il1=\E^N, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, lf7=red, lf8=white, nel=^M^J, tsl=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo, ncr7901|7901|ncr 7901 model, am, bw, ul, cols#80, lines#24, bel=^G, blink=\E0B, civis=^W, clear=^L, cnorm=^X, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dim=\E0A, ed=\Ek, el=\EK, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, is2=\E4^O, kclr=^L, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^Z, khome=^H, ll=^A, mc4=^T, mc5=^R, rev=\E0P, rmso=^O, rmul=^O, sgr=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016, sgr0=^O, smso=\E0Q\016, smul=\E0`\016, vpa=\013%p1%'@'%+%c, #### Perkin-Elmer (Owl) # # All but the intext are official terminfo entries from within Perkin-Elmer. # bantam|pe550|pe6100|perkin elmer 550, cols#80, lines#24, bel=^G, clear=\EK$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, el=\EI$<20>, home=\EH, ind=^J, ll=\EH\EA, fox|pe1100|perkin elmer 1100, am, cols#80, lines#24, bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, ed=\EJ$<5.5*>, el=\EI, flash=\020\002\020\003, home=\EH, hts=\E1, ind=^J, ll=\EH\EA, tbc=\E3, owl|pe1200|perkin elmer 1200, am, in, cols#80, lines#24, bel=^G, clear=\EH\EJ$<132>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, dch1=\EO$<5.5*>, dl1=\EM$<5.5*>, ed=\EJ$<5.5*>, el=\EI$<5.5>, flash=\020\002\020\003, home=\EH, hts=\E1, ich1=\EN, il1=\EL$<5.5*>, ind=^J, ip=$<5.5*>, kbs=^H, kf0=\ERJ, kf1=\ERA, kf2=\ERB, kf3=\ERC, kf4=\ERD, kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, rmso=\E!\200, smso=\E!^H, tbc=\E3, pe1251|pe6300|pe6312|perkin elmer 1251, am, cols#80, it#8, lines#24, pb#300, vt#8, xmc#1, bel=^G, clear=\EK$<332>, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\EX%p1%{32}%+%c\EY%p2%{32}%+%c, cuu1=\EA, ed=\EJ$<20*>, el=\EI$<10*>, home=\EH, hts=\E1, ind=^J, kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE, kf5=\ERF, kf6=\ERG, kf7=\ERH, kf8=\ERI, kf9=\ERJ, tbc=\E3, pe7000m|perkin elmer 7000 series monochrome monitor, am, cols#80, lines#24, bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, ind=^J, is1=\E!\200\EW 7o\Egf\ES7 , kbs=^H, kcub1=\E!V, kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\200, kf1=\E!^A, kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, ll=\ES7 , ri=\ER, rmso=\E!\200, rmul=\E!\200, smso=\E!^H, smul=\E! , pe7000c|perkin elmer 7000 series colour monitor, am, cols#80, lines#24, bel=^G, cbt=\E!Y, clear=\EK, cr=^M, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\ES%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, ind=^J, is1=\E!\200\EW 7o\Egf\Eb0\Ec7\ES7 , kbs=^H, kcub1=\E!V, kcud1=\E!U, kcuf1=\E!W, kcuu1=\E!T, kf0=\E!\200, kf1=\E!^A, kf10=\E!^J, kf2=\E!^B, kf3=\E!^C, kf4=\E!^D, kf5=\E!^E, kf6=\E!^F, kf7=\E!^G, kf8=\E!^H, kf9=\E!^I, khome=\E!S, ll=\ES7 , ri=\ER, rmso=\Eb0, rmul=\E!\200, smso=\Eb2, smul=\E! , #### Sperry Univac # # Sperry Univac has merged with Burroughs to form Unisys. # # This entry is for the Sperry UTS30 terminal running the TTY # utility under control of CP/M Plus 1R1. The functionality # provided is comparable to the DEC vt100. uts30|sperry uts30 with cp/m@1R1, am, bw, hs, cols#80, lines#24, wsl#40, bel=^G, blink=\E[5m, bold=\E[1m, civis=\ER, clear=^L, cnorm=\ES, cr=^M, csr=\EU%p1%{32}%+%c%p2%{32}%+%c, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\EB, cuf=\E[%p1%dC, cuf1=\EC, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\EM, dl=\E[%p1%dM, dl1=\EL, ed=\E[J, el=\E[K, fsl=^M, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\EO, il=\E[%p1%dL, il1=\EN, ind=^J, indn=\E[%p1%dB, is2=\E[U 7\E[24;1H, kbs=^H, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, khome=\E[H, rc=\EX, rev=\E[7m, rf=/usr/lib/tabset/vt100, ri=\EI, rin=\E[%p1%dA, rmacs=\Ed, rmso=\E[m, rmul=\E[m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\EW, sgr0=\E[m, smacs=\EF, smso=\E[7m, smul=\E[4m, tsl=\E], uc=\EPB, #### Tandem # # Tandem builds these things for use with its line of fault-tolerant # transaction-processing computers. They aren't generally available # on the merchant market, and so are fairly uncommon. # tandem6510|adm3a repackaged by Tandem, use=adm3a, # A funny series of terminal that TANDEM uses. The actual model numbers # have a fourth digit after 653 that designates minor variants. These are # natively block-mode and rather ugly, but they have a character mode which # this doubtless(?) exploits. There is a 6520 that is slightly dumber. # (tandem653: had ":sb=\ES:", probably someone's mistake for sf -- esr) tandem653|t653x|Tandem 653x multipage terminal, am, da, db, hs, cols#80, lines#24, wsl#64, xmc#1, clear=\EI, cub1=^H, cud1=^J, cuf1=\EC, cup=\023%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dsl=\Eo\r, ed=\EJ, el=\EK, fsl=^M, home=\EH, if=/usr/share/tabset/tandem653, ind=\ES, ri=\ET, rmso=\E6 , rmul=\E6 , smso=\E6$, smul=\E60, tsl=\Eo, #### Tandy/Radio Shack # # Tandy has a line of VDTs distinct from its microcomputers. # dmterm|deskmate terminal, am, bw, cols#80, lines#24, bel=^G, civis=\EG5, clear=\Ej, cnorm=\EG6, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\ES, dl1=\ER, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EQ, il1=\EP, ind=\EX, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E1, kf1=\E2, kf2=\E3, kf3=\E4, kf4=\E5, kf5=\E6, kf6=\E7, kf7=\E8, kf8=\E9, kf9=\E0, khome=\EH, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf8=f9, lf9=f10, ll=\EE, rmso=\EG0, smso=\EG4, dt100|dt-100|Tandy DT-100 terminal, xon, cols#80, lines#24, xmc#1, acsc=kkllmmjjnnwwvvttuuqqxx, bel=^G, civis=\E[?25l, clear=\E[;H\E[2J, cnorm=\E[?25h, cr=^M, csr=\E[%p1%2d;%p2%2dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=^J, is2=\E[?3l\E)0\E(B, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[?3i, kf10=\E[?5i, kf2=\E[2i, kf3=\E[@, kf4=\E[M, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, kf9=\E[21~, khome=\E[H, knp=\E[29~, kpp=\E[28~, lf1=f1, lf2=f2, lf3=f3, lf4=f4, lf5=f5, lf6=f6, lf7=f7, lf8=f8, ri=\EM, rmacs=^O, rmso=\E[m, rmul=\E[m, smacs=^N, smso=\E[7m, smul=\E[4m, dt100w|dt-100w|Tandy DT-100 terminal, cols#132, bel=^G, cr=^M, cud1=^J, ind=^J, is2=\E[?3l\E)0\E(B, use=dt100, dt110|Tandy DT-110 emulating ansi, xon, cols#80, lines#24, acsc=kkllmmjjnnwwvvuuttqqxx, bel=^G, civis=\E[?25l, clear=\E[;H\E[2J, cnorm=\E[?25h, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[0B, cuf1=\E[C, cup=\010\E[%i%p1%d;%p2%dH, cuu1=\E[0A, dch1=\E[0P, dl1=\E[0M, ed=\E[0J, el=\E[0K, enacs=\E(B\E)0, home=\E[H, ht=^I, ich1=\E[0@, il1=\E[0L, ind=^J, is2=\E[?3l\E)0\E(B, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[K, kf1=\E[1~, kf10=\E[10~, kf2=\E[2~, kf3=\E[3~, kf4=\E[4~, kf5=\E[5~, kf6=\E[6~, kf7=\E[7~, kf8=\E[8~, kf9=\E[9~, khome=\E[G, kich1=\E[@, knp=\E[26~, kpp=\E[25~, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, lf8=f9, lf9=f10, ri=\EM, rmacs=^O, rmso=\E[0m, rmul=\E[0m, smacs=^N, smso=\E[7m, smul=\E[4m, dt200|td200|Tandy 200, am, xt, cols#40, lines#16, bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^_, cuf1=^\, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=^L, el=\EK, il1=\EL, ind=^J, kcub1=^], kcud1=^_, kcuf1=^\, kcuu1=^^, rmso=\Eq, smso=\Ep, pt210|TRS-80 PT-210 printing terminal, hc, os, cols#80, bel=^G, cr=^M, cud1=^J, ind=^J, #### Tektronix (tek) # # Tektronix tubes are graphics terminals. Most of them use modified # oscilloscope technology incorporating a long-persistence green phosphor, # and support vector graphics on a main screen with an attached "dialogue # area" for interactive text. # tek|tek4012|4012|tektronix 4012, os, cols#75, lines#35, bel=^G, clear=\E\014$<1000>, cr=^M, cub1=^H, cud1=^J, ff=\014$<1000>, is2=\E^O, tek4013|4013|tektronix 4013, rmacs=\E^O, smacs=\E^N, use=tek4012, tek4014|4014|tektronix 4014, cols#81, lines#38, is2=\E\017\E9, use=tek4012, tek4015|4015|tektronix 4015, rmacs=\E^O, smacs=\E^N, use=tek4014, tek4014-sm|4014-sm|tektronix 4014 in small font, cols#121, lines#58, is2=\E\017\E\072, use=tek4014, tek4015-sm|4015-sm|tektronix 4015 in small font, rmacs=\E^O, smacs=\E^N, use=tek4014-sm, tek4023|4023|tex|tektronix 4023, am, cols#80, lines#24, vt#4, bel=^G, clear=\E\014$<4>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cup=\034%p2%{32}%+%c%p1%{32}%+%c, ind=^J, rmso=^_@, smso=^_P, # It is recommended that you run the 4025 at 4800 baud or less; # various bugs in the terminal appear at 9600. It wedges at the # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed # on keyboard don't work. You have to hit BREAK twice to get # one break at any speed - this is a documented feature. # Can't use cursor motion because it's memory relative, and # because it only works in the workspace, not the monitor. # Same for home. Likewise, standout only works in the workspace. # # el was commented out since vi and rogue seem to work better # simulating it with lots of spaces! # # il1 and il had 145ms of padding, but that slowed down vi's ^U # and didn't seem necessary. # tek4024|tek4025|tek4027|tektronix 4024/4025/4027, am, da, db, cols#80, it#8, lines#34, lm#0, bel=^G, clear=\037era\r\n\n, cmdch=^_, cr=^M, cub=\037lef %p1%d\r, cub1=^H, cud=\037dow %p1%d\r, cud1=^F^J, cuf=\037rig %p1%d\r, cuf1=\037rig\r, cuu=\037up %p1%d\r, cuu1=^K, dch1=\037dch\r, dl=\037dli %p1%d\r\006, dl1=\037dli\r\006, ed=\037dli 50\r, ht=^I, ich1=\037ich\r \010, il=\037up\r\037ili %p1%d\r, il1=\037up\r\037ili\r, ind=^F^J, is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, rmkx=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r, smkx=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r, tek4025-17|4025-17|4027-17|tek 4025 17 line window, lines#17, use=tek4025, tek4025-17-ws|4025-17-ws|4025-17ws|4027-17ws|4027-17-ws|tek 4025 17 line window in workspace, is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r, rmcup=\037mon h\r, rmso=\037att s\r, smcup=\037wor h\r, smso=\037att e\r, use=tek4025-17, tek4025-ex|tek4027-ex|tek 4025/4027 w/!, is2=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r, rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, # Tektronix 4025a # From: Doug Gwyn # The following status modes are assumed for normal operation (replace the # initial "!" by whatever the current command character is): # !COM 29 # NOTE: changes command character to GS (^]) # ^]DUP # ^]ECH R # ^]EOL # ^]RSS T # ^]SNO N # ^]STO 9 17 25 33 41 49 57 65 73 # Other modes may be set according to communication requirements. # If the command character is inadvertently changed, termcap can't restore it. # Insert-character cannot be made to work on both top and bottom rows. # Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas. # There also seems to be a problem with vertical motion, perhaps involving # delete/insert-line, following a typed carriage return. This terminal sucks. # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control! # (tek4025a: mapped ":pt:" to default tabs; removed obsolete ":xx:". # This may mean the tek4025a entry won't work any more. -- esr) tek4025a|4025a|Tektronix 4025A, am, bw, da, db, xon, cols#80, lines#34, bel=^G, cbt=\035bac;, clear=\035era;\n\035rup;, cmdch=^], cr=^M, cub=\035lef %p1%d;, cub1=^H, cud=\035dow %p1%d;, cud1=^J, cuf=\035rig %p1%d;, cuf1=\035rig;, cuu=\035up %p1%d;, cuu1=^K, dch=\035dch %p1%d;, dch1=\035dch;, dl=\035dli %p1%d;, dl1=\035dli;, el=\035dch 80;, hpa=\r\035rig %p1%d;, ht=^I, il1=\013\035ili;, ind=^J, indn=\035dow %p1%d;, tbc=\035sto;, # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981 # Here's the command file that I use to get rogue to work on the 4025. # It should work with any program using the old curses (e.g. it better # not try to scroll, or cursor addressing won't work. Also, you can't # see the cursor.) # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh) # (tek4025-cr: mapped ":pt:" to default tabs -- esr) tek4025-cr|4025-cr|tek 4025 for curses and rogue, am, cols#80, lines#33, clear=\037era;, cub1=^H, cud1=^F^J, cuf1=\037rig;, cup=\037jum%i%p1%d\054%p2%d;, cuu1=^K, is2=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r, rmcup=\037wor 0, smcup=\037wor 33h, # next two lines commented out since curses only allows 128 chars, sigh. # :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\037lea p8/k/\037lea p9/u/\037lea p./f/\037lea pt/`era w/13\037lea p0/s/\037wor 33h:\ # :te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\037lea p9/la/13\037lea p.\037lea p0\037wor 0: tek4025ex|4025ex|4027ex|tek 4025 w/!, is2=\037com 33\r\n!sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r, rmcup=\037com 33\r, smcup=!com 31\r, use=tek4025, tek4105|4105|tektronix 4105, am, mir, msgr, ul, xenl, xt, cols#79, it#8, lines#29, bel=^G, blink=\E[=3;<7m, bold=\E[=7;<4m, cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[1A, dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L, ind=\E[S, invis=\E[=6;<5, is1=\E%!1\E[0m, is2=\E%!1\E[?6141\E[0m, kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A, rev=\E[=1;<3m, ri=\E[T, rmacs=\E[0m, rmir=\E[4l, rmso=\E[=0;<1m, rmul=\E[=0;<1m, sgr0=\E[=0;<1m, smacs=\E[1m, smcup=\E%!1\E[?6l\E[2J, smir=\E[4h, smso=\E[=2;<3m, smul=\E[=5;<2m, tbc=\E[1g, tek4105-30|4105-30|4015 emulating 30 line vt100, am, mir, msgr, xenl, xon, cols#80, it#8, lines#30, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[m$<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017$<2>, smacs=^N, smkx=\E[?1h\E=, smso=\E[1;7m$<2>, smul=\E[4m$<2>, tbc=\E[3g, tek4107|tek4109|4107|4109|tektronix terminals 4107 4109, am, mir, msgr, ul, xenl, xt, cols#79, it#8, lines#29, bel=^G, blink=\E%!1\E[5m$<2>\E%!0, bold=\E%!1\E[1m$<2>\E%!0, clear=\ELZ, cnorm=\E%!0, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E%!3, dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, rev=\E%!1\E[7m$<2>\E%0, ri=\EI, rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0, sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0, sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0, smul=\E%!1\E[4m$<2>\E%!0, # Tektronix 4207 with sysline. In the ancestral termcap file this was 4107-s; # see the note attached to tek4207. tek4207-s|Tektronix 4207 with sysline but no memory, eslok, hs, dsl=\E7\E[?6l\E[2K\E[?6h\E8, fsl=\E[?6h\E8, is2=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J, tsl=\E7\E[?6l\E[2K\E[;%i%df, use=tek4107, # The 4110 series may be a wonderful graphics series, but they make the 4025 # look good for screen editing. In the dialog area, you can't move the cursor # off the bottom line. Out of the dialog area, ^K moves it up, but there # is no way to scroll. # # Note that there is a floppy for free from Tek that makes the # 4112 emulate the vt52 (use the vt52 termcap). There is also # an expected enhancement that will use ANSI standard sequences. # # 4112 in non-dialog area pretending to scroll. It really wraps # but vi is said to work (more or less) in this mode. # # 'vi' works reasonably well with this entry. # otek4112|o4112-nd|otek4113|otek4114|tektronix 4110 series, am, cols#80, lines#34, bel=^G, clear=\E^L, cr=^M, cub1=^H, cud1=^J, cuu1=^K, ind=^J, rmcup=\EKA1\ELV1, smcup=\EKA0\ELV0\EMG0, # The 4112 with the ANSI compatibility enhancement tek4112|tek4114|tektronix 4110 series, am, db, cols#80, lines#34, cbt=\E[Z, clear=\E[2J\E[0;0H, cnorm=, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, cvvis=, dch1=\E[P, dl1=\E[M, ed=\E[0J, el=\E[0K, ich1=\E[@, il1=\E[L, ind=\E7\E[0;0H\E[M\E8, is2=\E3!1, ri=\E7\E[0;0H\E[L\E8, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, tek4112-nd|4112-nd|4112 not in dialog area, cuu1=^K, use=tek4112, tek4112-5|4112-5|4112 in 5 line dialog area, lines#5, use=tek4112, # (tek4113: this used to have ":nd=\LM1 \LM0:", someone's mistake; # removed ":as=\E^N:ae=\E^O:", which had been commented out in 8.3. # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vs: were previously \0410 # and \0411 sequences...I don't *think* they were supposed to be 4-digit # octal -- esr) tek4113|tektronix 4113 color graphics, 5 line dialog area, am, da, eo, cols#80, lines#5, clear=\ELZ, cub1=^H, cud1=^J, cuf1=\ELM1 \ELM0, flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, is2=\EKA1\ELL5\ELV0\ELV1, uc=\010\ELM1_\ELM0, tek4113-34|4113-34|tektronix 4113 color graphics, 34 line dialog area, lines#34, is2=\EKA1\ELLB2\ELV0\ELV1, use=tek4113, # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up . # :vb: needs enough delay to let you see the background color being toggled. # (tek4113-nd: mapped ":pt:" to default tabs -- esr) tek4113-nd|4113-nd|tektronix 4113 color graphics, no dialog area, am, eo, cols#80, lines#34, clear=\E^L, cub1=^H, cud1=^J, cuf1=^I, cuu1=^K, cvvis=\ELZ\EKA0, flash=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0, home=\ELF7l\177 @, is2=\ELZ\EKA0\ELF7l\177 @, ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0, # This entry is from Tek. Inc. (Brian Biehl) # (tek4115: mapped ":pt:" to default tabs; :bc: renamed to :le: -- esr) otek4115|Tektronix 4115, am, da, db, eo, cols#80, lines#34, cbt=\E[Z, clear=\E[;H\E[2J, cnorm=\E%!0\ELBG8\E%!1\E[34;1H, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E%!0\ELBB2\E%!1, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[;H, if=/usr/share/tabset/vt100, il1=\E[L, is2=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?\E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m, kbs=^H, ri=\EM, rmcup=\E%!0\ELBG8\E%!1\E[34;1H\E[J, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, smcup=\E%!0\ELBB2\E%!1, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, tek4115|newer tektronix 4115 entry with more ANSI capabilities, am, xon, cols#80, lines#34, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, hpa=\E[%p1%{1}%+%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, invis=\E[8m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, tbc=\E[2g, vpa=\E[%p1%{1}%+%dd, # The tek4125 emulates a vt100 incorrectly - the scrolling region # command is ignored. The following entry replaces the :cs: with the needed # :al:, :dl:, and :im:; removes some cursor pad commands that the tek4125 # chokes on; and adds a lot of initialization for the tek dialog area. # Note that this entry uses all 34 lines and sets the cursor color to green. # Steve Jacobson 8/85 # (tek4125: there were two "\!"s in the is that I replaced with "\E!" -- esr) tek4125|4125, lines#34, csr@, dl1=\E[1M, il1=\E[1L, is2=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, rc@, sc@, smir=\E1, smkx=\E=, use=vt100, # From: # (tek4107: mapped ":pt:" to default tabs. This was the termcap file's # entry for the 4107/4207, but SCO supplied another, less capable 4107 entry. # So we'll use that for 4107 and note that if jcoker wasn't confused you # may be able to use this one. -- esr) tek4207|Tektronix 4207 graphics terminal with memory, am, bw, mir, ul, xenl, cols#80, lines#32, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J$<156/>, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\EM, dch1=\E[P$<4/>, dl1=\E[M$<3/>, ed=\E[J, el=\E[K$<5/>, home=\E[H, ich1=\E[@$<4/>, il1=\E[L$<3/>, is2=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J, kcub1=\E[D, kcud1=\ED, kcuf1=\E[C, kcuu1=\EM, khome=\E[H, rev=\E[7m, rmcup=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smcup=\E[?6l\E[H\E[J, smso=\E[7m, smul=\E[4m, # From: Thu Oct 31 12:54:27 1985 # (tek4404: There was a "\!" in :ti: that I replaced with "\E!"; # also mapped ":pt:" to default tabs -- esr) tek4404|4404, cols#80, lines#32, blink=\E[5m, bold=\E[1m, clear=\E[;H\E[2J, csr=\E[%i%p1%d;%p2%dr, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[1M, ed=\E[J, el=\E[K, home=\E[H, ht=\E[2I, il1=\E[1L, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rc=\E8, rmcup=\E[1;1H\E[0J\E[?6h\E[?1l, rmir=\E[4l, rmkx=\E[?1h, rmso=\E[27m, rmul=\E[m, sc=\E7, sgr0=\E[m, smcup=\E%\E!1\E[1;32r\E[?6l\E>, smir=\E[4h, smkx=\E[?1l, smso=\E[7m, smul=\E[4m, # t500 is a local entry for the oddball Tek 500 owned by Fluke # Labs # t500|Tek series 500, am, bw, cols#80, lines#25, bel=^G, clear=\005$<20>, cr=^M, cub1=^H, cud1=^J, cup=\E=%p1%p1%{32}%+%c%p2%{32}%+%c, home=^T, ind=^J, # I added the is string - straight Unix has ESC ; in the login # string which sets a ct8500 into monitor mode (aka 4025 snoopy # mode). The is string here cleans up a few things (but not # everything). # ct8500|tektronix ct8500, am, bw, da, db, cols#80, lines#25, bel=^G, cbt=\E^I, clear=\E^E, cr=^M, cub1=^H, cud1=^J, cuf1=\ES, cup=\E|%p1%{32}%+%c%p2%{32}%+%c, cuu1=\ER, dch1=\E^], dl1=\E^M, ed=\E^U, el=\E^T, ht=^I, ich1=\E^\, il1=\E^L, ind=^J, is2=\037\EZ\Ek, ri=\E^A, rmso=\E , rmul=\E , sgr0=\E , smso=\E$, smul=\E!, # Tektronix 4205 terminal. This entry contains information required # by color curses # # am is not defined because the wrap around occurs not when the char. # is placed in the 80'th column, but when we are attempting to type # the 81'st character on the line. # # Bold, dim, and standout are simulated by colors and thus not allowed # with colors. The tektronix color table is mapped into the RGB color # table by setf/setb. All colors are reset to factory specifications by oc. # The initc cap uses RGB notation to define colors. for arguments 1-3 the # interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub- # interval then maps into pre-defined value. tek4205|4205|tektronix 4205, ccc, mir, msgr, colors#8, cols#80, it#8, lines#30, ncv#49, pairs#63, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[=7;<4m, cbt=\E[Z, clear=\E[2J\E[H, cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch1=\E[1P, dim=\E[=1;<6m, dl1=\E[1M, ech=\E%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E)0, home=\E[H, ht=^I, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[1L, ind=\ED, initc=\E%%!0\n\ETF4\n%?%p1%{0}%=%t0\n%e%p1%{1}%=%t4\n%e%p1%{2}%=%t3\n%e%p1%{3}%=%t5\n%e%p1%{4}%=%t2\n%e%p1%{5}%=%t6\n%e%p1%{6}%=%t7\n%e1%;\n%?%p2%{125}%<%t0\n%e%p2%{250}%<%tA2\n%e%p2%{375}%<%tA?\n%e%p2%{500}%<%tC8\n%e%p2%{625}%<%tD4\n%e%p2%{750}%<%tE1\n%e%p2%{875}%<%tE\072\n%eF4%;\n%?%p3%{125}%<%t0\n%e%p3%{250}%<%tA2\n%e%p3%{375}%<%tA?\n%e%p3%{500}%<%tC8\n%e%p3%{625}%<%tD4\n%e%p3%{750}%<%tE1\n%e%p3%{875}%<%tE\072\n%eF4%;\n%?%p4%{125}%<%t0\n%e%p4%{250}%<%tA2\n%e%p4%{375}%<%tA?\n%e%p4%{500}%<%tC8\n%e%p4%{625}%<%tD4\n%e%p4%{750}%<%tE1\n%e%p4%{875}%<%tE\072\n%eF4%;\n\E%%!1, invis=\E[=6;<5, is1=\E%!0\ETM1\E%!1\E[0m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\EOA, kf1=\EOB, kf2=\EOC, kf3=\EOD, kf4=\EP, kf5=\EQ, kf6=\ER, kf7=\ES, oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C\EJ$<80>, cr=\EG, cub1=^H, cud1=\EB, cuf1=\EC, cuu1=\E7, dch1=\EP$<50>, dl1=\EM$<50>, ed=\EJ$<75>, home=\EH$<10>, ht=\E@$<10>, hts=\E1, ich1=\E\^$<50>, il1=\EL$<50>, ind=\ES$<20>, kbs=^], kcub1=^H, mc4=^T, mc5=\022$<2000>, ri=\ET$<10>, rmso=\E4, rs2=\023\ER$<60>, smso=\E3, tbc=\EH\E2$<80>, tty43|model 43 teletype, am, hc, os, xon, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, #### Tymshare # scanset|sc410|sc415|Tymshare Scan Set, am, bw, msgr, cols#80, lines#24, acsc=l, sc=^B, smacs=^N, scanset-n|Tymshare Scan Set in 40 col mode, rs2=\E<, use=scanset, #### Volker-Craig (vc) # # Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time # every other linefeed. vc303a|vc403a|volker-craig 303a, am, cols#80, lines#24, bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, cuu1=^Z, el=\026$<20>, home=\031$<40>, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, ll=^P, vc303|vc103|vc203|volker-craig 303, am, cols#80, lines#24, bel=^G, clear=\014$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^N, home=\013$<40>, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^N, ll=\017$<1>W, # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr) vc404|volker-craig 404, am, cols#80, lines#24, bel=^G, clear=\030$<40>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, ed=\027$<40>, el=\026$<20>, home=\031$<40>, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^U, kcuu1=^Z, vc404-s|volker-craig 404 w/standout mode, cud1=^J, rmso=^O, smso=^N, use=vc404, # (vc404-na: removed obsolete ":ma@:" -- esr) vc404-na|volker-craig 404 w/no arrow keys, kcuf1@, kcuu1@, use=vc404, vc404-s-na|volker-craig 404 w/standout mode and no arrow keys, rmso=^O, smso=^N, use=vc404-na, # From: vc414|vc414h|Volker-Craig 414H in sane escape mode., am, cols#80, lines#24, clear=\E\034$<40>, cud1=\E^K, cuf1=^P, cuu1=\E^L, dch1=\E3, ed=\E^X, el=\E\017$<10/>, ich1=\E\072, il1=\E\032$<40>, kcub1=^H, kcud1=\E^K, kcuf1=^P, kcuu1=\E^L, kf0=\EA, kf1=\EB, kf2=\EC, kf3=\ED, kf4=\EE, kf5=\EF, kf6=\EG, kf7=\EH, khome=\E^R, lf0=PF1, lf1=PF2, lf2=PF3, lf3=PF4, lf4=PF5, lf5=PF6, lf6=PF7, lf7=PF8, rmso=\E^_, smso=\E^Y, vc414h-noxon, cup=\E\021%p2%c%p1%c$<40>, dl1=\E\023$<40>, home=\E^R, use=vc414h, vc415|volker-craig 415, clear=^L, use=vc404, ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS # #### IBM PC and clones # # The pcplot IBM-PC terminal emulation program is really messed up. It is # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly, # doesn't support scrolling regions, ignores add line commands, and ignores # delete line commands. Consequently, the resulting behavior looks like a # crude adm3a-type terminal. # Steve Jacobson 8/85 pcplot, xenl@, csr@, rc@, sc@, use=vt100, # (kaypro: removed obsolete ":ma=^K^P:" -- esr) kaypro|kaypro2|kaypro II, am, cols#80, lines#24, clear=\032$<1/>, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, sanyo55|sanyo|sanyo mbc-55x pc compatible, am, cols#80, lines#25, clear=\E[H\E[J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, ed=\E[J, el=\E[K, rmso=\E[m, rmul=\E[m, smso=\E[7m, smul=\E[4m, # From IBM, Thu May 5 19:35:27 1983 ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS), am, cols#80, lines#24, bel=^G, clear=^L^K, cr=^M^^, cub1=^], cud1=^J, cuf1=^\, cuu1=^^, home=^K, ind=\n$<10>, kcud1=^_, smir=\200R, #### Apple # # apple -- works with an Apple ][+ that is equipped with a Videx 80 column # card in slot 3. A special routine must be installed at the apple end to # enable scroll down, here indicated with a ^U. The Videx card must have # inverse char set, which is used as standout. apple|apple-v80|Apple][+ w/Videx80 & custom scroll down, am, xenl, cols#80, lines#24, bel=^G, clear=\014$<40*>, cr=^M, cub1=\010$<10>, cud1=^J, cuf1=^\, cup=\r\036%r%p1%{32}%+%c%p2%{32}%+%c$<6>, cuu1=^_, ed=\013$<20*>, el=\035$<6>, home=\031$<50>, ind=^J, ri=^P, rmacs=^Z3, rmso=^Z2, smacs=^Z2, smso=^Z3, # (appleII: mapped ":pt:" to default tabs -- esr) appleII|apple ii plus, am, cols#80, lines#24, clear=^L, cnorm=^TC2, cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=^TC6, ed=^K, el=^], flash=\024G1\024T1, home=\E^Y, is2=\024T1\016, kcud1=^J, kcuf1=^U, rmso=^N, smso=^O, # Originally by Gary Ford 21NOV83 # From: Fri Oct 11 21:27:00 1985 apple-80|apple II with smarterm 80 col, am, bw, cols#80, lines#24, cbt=^R, clear=\014$<10*/>, cr=\r$<10*/>, cub1=^H, cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=\013$<10*/>, el=\035$<10/>, home=^Y, apple-soroc|apple emulating soroc 120, am, cols#80, lines#24, bel=^G, clear=\E*$<300>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EY, el=\ET, home=^^, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, # From Peter Harrison, Computer Graphics Lab, San Francisco # ucbvax!ucsfmis!harrison .....uucp # ucbvax!ucsfmis!harrison@BERKELEY .......ARPA # "These two work. If you don't have the inverse video chip for the # Apple with videx then remove the so and se fields." # (DaleApple: mapped ":pt:" to default tabs -- esr) DaleApple|Apple with videx videoterm 80 column board with inverse video, am, xenl, cols#80, lines#24, clear=\014$<300/>, cub1=^H, cud1=^J, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, ed=^K, el=^], home=^Y, kcub1=^H, kcud1=^J, kcuf1=^U, khome=^Y, rmso=^Z2, smso=^Z3, # (lisa: this had forms-drawing capabilities # :GV=`:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t: # I renamed GS/GE/CO/CF, mapped ":pt:" to default tabs -- esr) lisa|apple lisa console display, black on white, am, eo, msgr, cols#88, lines#32, civis=\E[5h, clear=^L, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[5l, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ich1=\E[@, il1=\E[L, is2=\E>\E[0m\014, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, rmacs=\E[10m, rmso=\E[m, rmul=\E[m, smacs=\E[11m, smso=\E[7m, smul=\E[4m, liswb|apple lisa console display, white on black, is2=\E>\E[0;7m\014, rmso=\E[0;7m, rmul=\E[0;7m, smso=\E[0m, smul=\E[4m, use=lisa, mac|macintosh|Macintosh with MacTerminal, xenl, dch1=\E[P$<7/>, dl1=\E[M$<20/>, ich1=\E[@$<9/>, il1=\E[L$<20/>, ip=$<7/>, use=vt100, #### Radio Shack/Tandy # # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7". # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr) # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II, am, cols#80, it#8, lines#24, bel=^G, blink=^_", bold=\E\072^A, civis=^E , clear=\014$<5*/>, cnorm=^E!, cud1=^J, cuf1=^F, cup=\002%p2%{32}%+%c%p1%{32}%+%c$<2/>, cuu1=^I, dl1=^_1, ed=^K, el=^D, home=^A, il1=^_0, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^L, rev=^_ , rmso=^_!, rmul=^_#, sgr0=\037!\E\072\200, smso=^_ , smul=^_", trs80|trs-80|radio shack trs-80 Model I, am, cols#64, lines#16, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, # (trs2: mapped ":pt:" to default tabs; removed obsolete ":nl=^_:" -- esr) trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M, am, msgr, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cud1=^_, cuf1=^], cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^^, dl1=^K, ed=^B, el=^A, home=^F, il1=^D, ind=^J, kbs=^H, kcub1=^\, kcud1=^_, kcuf1=^], kcuu1=^^, rmso=^O, smso=^N, # From: Kevin Braunsdorf # (This had unknown capabilities # :GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\ # :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\ # :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@: # I renamed GS/GE,also deleted the unnecessary ":kn#2:", ":sg#0:" # and mapped ":pt:" to default tabs -- esr) trs16|trs-80 model 16 console, am, cols#80, lines#24, xmc#0, bel=^G, civis=\ERc, clear=^L, cnorm=\ERC, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, ich1=\EP, il1=\EL, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=^A, kf1=^B, kf2=^D, kf3=^L, kf4=^U, kf5=^P, kf6=^N, kf7=^S, khome=^W, lf0=f1, lf1=f2, lf2=f3, lf3=f4, lf4=f5, lf5=f6, lf6=f7, lf7=f8, mc4=\E]+, mc5=\E]=, rmacs=\ERg, rmso=\ER@, smacs=\ERG, smso=\ERD, # From: Suk Lee <..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo> # (civis/cnorm added from SCO description) trs100|Radio Shack Model 100, am, xt, cols#40, lines#8, bel=^G, civis=\EQ, clear=\EE, cnorm=\EP, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, ind=^J, kbs=^H, kcub1=^], kcud1=^_, kcuf1=^\, kcuu1=^^, rmso=\Eq, smso=\Ep, trs200|Tandy 200, am, xt, cols#40, lines#16, bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^_, cuf1=^\, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=^L, el=\EK, il1=\EL, ind=^J, kcub1=^], kcud1=^_, kcuf1=^\, kcuu1=^^, rmso=\Eq, smso=\Ep, trs600|Tandy Model 600, am, cols#80, lines#15, bel=^G, clear=\EH\EE, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c040%p2%{32}%+%c, cuu1=\EA, ht=^I, ind=^J, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, #### Atari ST # # From: Simson L. Garfinkel # (atari: mapped ":pt:" to default tabs -- esr) atari|atari st, am, cols#80, lines#25, clear=\EH\EJ, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, il1=\EL, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, rmso=\Eq, smso=\Ep, # UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode # From: Paul M. Aoki uniterm|uniterm49|UniTerm VT220 emulator, 49 lines, lines#49, is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, use=vt220, #### Commodore Business Machines # # Formerly located in West Chester, PA; went spectacularly bust in 1994 # after years of shaky engineering and egregious mismanagement. Made one # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64, # C-128, VIC-20). # # From: Kent Polk , 30 May 90 # Added a few more entries, converted caret-type control sequence (^x) entries # to '\0xx' entries since a couple of people mentioned losing '^x' sequences. # # :as:, :ae: Support for alternate character sets. # :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible. # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept) # This one appears to fix a problem I always had with a line ending # at 'width+1' (I think) followed by a blank line in vi. The blank # line tended to disappear and reappear depending on how the screen # was refreshed. Note that this is probably needed only if you use # something like a Dnet Fterm with the window sized to some peculiar # dimension larger than 80 columns. # :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;' # (amiga: removed obsolete ":kn#10:" -- esr) amiga|Amiga ANSI, am, bw, xenl, cols#80, lines#24, bel=^G, blink=\E[7;2m, bold=\E[1m, cbt=\E[Z, civis=\E[0 p, clear=\E[H\E[J, cnorm=\E[ p, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, flash=^G, home=\E[H, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\E[S, indn=\E[%p1%dS, invis=\E[8m, is2=\E[20l, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E9~, kf1=\E0~, kf2=\E1~, kf3=\E2~, kf4=\E3~, kf5=\E4~, kf6=\E5~, kf7=\E6~, kf8=\E7~, kf9=\E8~, rev=\E[7m, ri=\E[T, rin=\E[%p1%dT, rmacs=^O, rmso=\E[0m, rmul=\E[0m, sgr0=\E[0m, smacs=^N, smso=\E[7m, smul=\E[4m, # The legendary home of B1FF... vic20|vic|VIC-20 Personal Computer, am, cols#22, lines#20, bel=^G, clear=^K^L, cr=^M, cud1=^J, cuf1=^\, cuu1=^^, home=^L, ind=^J, #### CompuColor # # These were consoles for a line of Z80-based micros dating from around 1977. # # These compucolors appear similar, but they at least have different # sized screens. I don't know what's going on here. # (compucolor: removed obsolete ":bc=^Z:" -- esr) compucolor|isc8001|intecolor, am, cols#80, lines#47, bel=^G, clear=\014$<31>, cr=\r$<1>, cub1=\032$<1>, cud1=\n$<1>, cuf1=\031$<1>, cuu1=\034$<1>, dl1=\EV\034$<5*>, il1=\EU$<5*>, ind=\n$<1>, kcub1=^Z, kcud1=^J, kcuf1=^Y, kcuu1=^\, khome=^H, rmir=\022\EK$<1>, rmul=\022$<1>, smir=\023\EQ$<1>, smul=\021$<1>, # (compucolor2: mapped ":pt:" to default tabs, # removed obsolete ":bc=^Z:" -- esr) compucolor2|compucolorII, am, cols#64, lines#32, bel=^G, clear=^L, cr=^M, cub1=^Z, cud1=^J, cuf1=^Y, cup=\003%p2%c%p1%c, cuu1=^\, home=^H, ht=^I, ind=^J, #### Exidy Sorcerer # # (exidy: mapped ":pt:" to default tabs -- esr) exidy|exidy2500|exidy sorcerer as dm2500, am, cols#64, lines#30, bel=^G, clear=^^, cr=^M, cub1=^H, cud1=^J, cuf1=^\, cup=\014%p2%'`'%^%c%p1%'`'%^%c, cuu1=^Z, dch1=^H, dl1=^P^Z^X, ed=^X, el=^W, home=^B, ht=^I, ich1=^\, il1=^P^J^X, ind=^J, rmir=^X, rmso=^X, smdc=^P, smir=^P, smso=^N, ex3000, cols#80, lines#24, bel=^G, cr=^M, cud1=^J, home=^Q, ind=^J, # This came from the comp ctr who got it from some user. Smart indeed! # (sexidy: looks like an Exidy Sorcerer in some bizarre emulation mode; # removed obsolete ":ma=^x^J:"; removed obsolete ":bc=^A:"; removed # incorrect (and overridden) ":le=^H:" -- esr) sexidy|exidy smart, cols#64, lines#24, bel=^G, clear=^L, cr=^M, cub1=^A, cud1=^J, cuf1=^S, cuu1=^W, home=^Q, ind=^J, kcud1=^S, #### Osborne # # Thu Jul 7 03:55:16 1983 # # As an aside, be careful; it may sound like an anomaly on the # Osborne, but with the 80-column upgrade, it's too easy to # enter lines >80 columns! # # I've already had several comments... # The Osborne-1 with the 80-col option is capable of being # 52,80, or 104 characters wide; default to 80 for compatibility # with most systems. # # The tab is destructive on the Ozzie; make sure to 'stty -tabs'. ozzie|osborne|osborne1|osborne 1, msgr, ul, xt, cols#104, lines#24, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, el=\ET, ich1=\EQ, il1=\EE, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E(, rmul=\Em, smso=\E), smul=\El, #### Console types for UNIX clones # # According to the Coherent 2.3 manual, the PC console is similar # to a z19. The differences seem to be (1) 25 lines, (2) no status # line, (3) standout is broken, (4) ins/del line is broken, (5) # has blinking and bold. pc-coherent|pcz19|coherent|IBM PC console running Coherent, am, mir, cols#80, it#8, lines#25, bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EN, ed=\EJ, el=\EK, home=\EH, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, khome=\EH, ri=\EI, rmir=\EO, rmso=\Eq, smir=\E@, smso=\Ep, # According to the Venix 1.1 manual, the PC console is similar # to a DEC vt52. Differences seem to be (1) arrow keys send # different strings, (2) enhanced standout, (3) added insert/delete line. # Note in particular that it doesn't have automatic margins (am). # There are other keys (f1-f10, pgup, pgdn, backtab, insch, delch) # not described here. pc-venix|venix|IBM PC console running Venix, cols#80, it#8, lines#25, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\EK, kcud1=\EP, kcuf1=\EM, kcuu1=\EH, khome=\EG, ri=\EI, #### Miscellaneous microcomputer consoles # # If you know anything more about any of these, please tell me. # I don't know which, if either, of these sols to believe. # ^S is an arrow key! Boy is this guy in for a surprise... sol|sol1|, am, cols#64, lines#16, bel=^G, clear=^K, cr=^M, cub1=^H, cud1=^J, cuf1=^S, cup=\E\021%p1%c\E\022%p2%c, cuu1=^W, home=^N, ind=^J, kcub1=^A, kcud1=^Z, kcuf1=^S, kcuu1=^W, sol2|sol terminal computer, am, mir, xenl, cols#64, lines#16, bel=^G, clear=20\EE, cnorm=\EX, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=^N^Lv, dch1=\EN, dl1=20\EM, ed=20\EJ, el=\EK, home=\EH, ht=^I, il1=20\EL, ind=\n$<20>, kcub1=\EL, kcud1=\ED, kcuf1=\ER, kcuu1=\EU, khome=\EH, rmir=\EO, smir=\E@, # basis from Peter Harrison, Computer Graphics Lab, San Francisco # ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr) basis|BASIS108 computer with terminal translation table active, clear=\E*$<300/>, cud1=\n$<5000/>, ed=\EY, el=\ET, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, rmso=\E), smso=\E(, use=adm3a, # luna's BMC terminal emulator luna|luna68k|LUNA68K Bitmap console, cols#88, lines#46, use=ansi-mini, microkit|mkt|microkit terminal computer, am, mir, xenl, cols#40, lines#23, bel=^G, clear=\Ee, cnorm=\Ex, cr=^M, cub1=^H, cud1=^J, cuf1=\Ec, cup=\Ey%p1%{32}%+%c%p2%{32}%+%c, cuu1=\Ea, cvvis=\016\014zv, dch1=\En, dl1=\Em, ed=\Ej, el=\Ek, home=\Eh, ht=^I, il1=\El, ind=^J, kcub1=\El, kcud1=\Ed, kcuf1=\Er, kcuu1=\Eu, khome=\Eh, rmir=\Eo, smir=\E@, megatek|pegasus workstation terminal emulator, am, os, cols#83, lines#60, # The Xerox 820 was an early Z80 micro that went nowhere (I think) xerox820|x820|Xerox 820, am, cols#80, lines#24, bel=^G, clear=1^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^Q, el=^X, home=^^, ind=^J, #### Videotex and teletext # # standard-issue France Telecom minitel terminal (made by Philips) # (m2-nam: had unknown ":zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:"; # also deleted unnecessary ":ug#0:sg#0:"; mapped ":pt:" to "" -- esr) m2-nam|minitel|minitel-2|minitel-2-nam|minitel 2|France Telecom Minitel, am@, xenl, cols#80, it#8, lines#24, clear=\E[H\E[J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, il1=\E[L, ind=^J, ip=$<7/>, is2=\E[1;24r\E[24;1H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, rmacs=\E(B, rmir=\E[4l, rmso=\E[m, rmul=\E[m, smacs=\E(0, smir=\E[4h, smso=\E[7m, smul=\E[4m, # From: Joel Rubin # This is a preliminary TERMCAP for VIDTEX, a terminal program sold by # Compuserve. Line and column numbers are computer-dependent (I have a # Commodore '64); you should use the meta-B option to shut off clean-breaking # of lines. No key codes included since some of them are programmable and # most are machine-specific. Works on vi if you don't use clean-breaking. # Very similar to the IBM 3101 termcap. Escape-D used for backspace because # control-H is destructive backspace. There seem to be a few weirdnesses # (especially at the beginning of a wrapped line), and the cursor does not, # unfortunately, flash. # (vid: mapped ":pt:" to default tabs; changed :bc: to :le: -- esr) vid|vidtex|Compuserve vidtex program, am, cols#40, lines#25, clear=^L, cub1=\ED, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, home=\EH, ######## OBSOLETE VDT TYPES # # These terminals are *long* dead -- these entries are retained for # historical interest only. #### AED # # Advanced Electronic Devices made its name manufacturing super-expensive # vector-graphics displays and frame buffers in the late 1970s. They used # to be in Sunnyvale CA 94086 on Pastoria Avenue. They're long gone now. # # From: Giles Billingsley # rewritten 8/82 for newer AEDs and better operation of vi, etc. # (bel/cr/cub1/cud1/ind added from SCO entry, which doesn't have db or the # humongous is2, thus they are commented out here -- esr) aed|AED|aed512|AED512|aed 512, cols#64, lines#40, bel=^G, clear=^L, cnorm=\E\072004=000200??\001, cr=^M, cub1=^H, cud1=^J, cuf1=\Ei0800\001, cuu1=^K, flash=\EK0001??0000K0001202080\001, ind=\E;1100\072004=000200??;1300'\200\001\n\E\072004=0002??00;1200\001\n, rmcup=\E\07200>8000100{804<0??00001000L80\072004=000200??\001, rmso=\E[00C80\001, rmul=\E\07200>8000100\001, smcup=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001, smso=\E\07200>8000140[80C00\001, smul=\E\07200>8000140\001, uc=\Ei???>l0800i0102\001, aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM, db, cols#64, lines#40, clear=^L, cnorm=\E\E\E\E\E\E\E\072004=000200??\001, cuf1=\Ei0800\001, cuu1=^K, flash=\EK0001??0000K0001202080\001, if=/usr/share/tabset/aed512, rmcup=\E\07200>8000100{804<0??00001000L80\072004=000200??\001, rmso=\E[00C80\001, rmul=\E\07200>8000100\001, smcup=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001, smso=\E\07200>8000140[80C00\001, smul=\E\07200>8000140\001, uc=\Ei???>l0800i0102\001, #### Amtek Business Machines # # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y", # but these caps were commented out in 8.3; also, removed overridden # ":do=^J:" -- esr) abm80|amtek business machines 80, am, bw, cols#80, lines#24, cbt=^T, clear=\E^\, cub1=^H, cud1=\E^K, cuf1=^P, cup=\E\021%p2%{32}%+%c%p1%{32}%+%c, cuu1=\E^L, dl1=\E^S, ed=\E^X, el=\E^O, home=\E^R, il1=\E^Z, #### Bell Labs blit terminals # # These were AT&T's official entries. # blit|jerq|blit running teletype rom, am, eo, ul, xon, cols#87, it#8, lines#72, bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch=\Ee%p1%{32}%+%c, dch1=\Ee!, dl=\EE%p1%{32}%+%c, dl1=\EE!, el=\EK, ht=^I, ich=\Ef%p1%{32}%+%c, ich1=\Ef!, il=\EF%p1%{32}%+%c, il1=\EF!, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\Ex, kf2=\Ey, kf3=\Ez, cbblit|fixterm|blit running columbus code, cols#88, ed=\EJ, flash=\E^G, ich1@, mc4=^T, mc5=^R, mc5p=\EP%p1%03d, rmir=\ER, rmso=\EV!, rmul=\EV", smir=\EQ, smso=\EU!, smul=\EU", use=blit, oblit|ojerq|first version of blit rom, am, da, db, eo, mir, ul, xon, cols#88, it#8, lines#72, bel=^G, clear=^L, cr=^M, cub1=\ED, cud1=^J, cuf1=\EC, cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\EO, dl=\Ee%p1%{32}%+%c, dl1=\EE, ed=\EJ, el=\EK, flash=\E^G, ht=^I, il=\Ef%p1%{32}%+%c, il1=\EF, ind=^J, kbs=^H, rmir=\ER, smir=\EQ, daleblit|daleterm|blit running Dale DeJager's ROM, da@, db@, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, rmso=\EV!, rmul=\EV", smso=\EU!, smul=\EU", use=oblit, #### Bolt, Beranek & Newman (bbn) # # The BitGraph was a product of the now-defunct BBN Computer Corporation. # The parent company, best known as the architects of the Internet, is # still around. # # Entries for the BitGraph terminals. The problem # with scrolling in vi can only be fixed by getting BBN to put # smarter scroll logic in the terminal or changing vi or padding # scrolls with about 500 ms delay. # # I always thought the problem was related to the terminal # counting newlines in its input buffer before scrolling and # then moving the screen that much. Then vi comes along and # paints lines in on the bottom line of the screen, so you get # this big white gap. bitgraph|bbn bitgraph, use=bg3.10rv, bg3.10rv|bgrv|bbn bitgraph (reverse video), use=bg2.0rv, bg3.10nv|bgnv|bbn bitgraph (normal video), use=bg2.0nv, bg3.10|bgn|bbn bitgraph (no init), use=bg2.0, bg2.0rv|bbn bitgraph (reverse video), flash=\E[?5l\E[?5h, is2=\E>\E[?5h\E[?7h, use=bg2.0, bg2.0nv|bbn bitgraph (normal video), flash=\E[?5h\E[?5l, is2=\E>\E[?5l\E[?7h, use=bg2.0, bg2.0|bbn bitgraph (no init), xenl, cols#85, lines#64, bel=^G, clear=\E[H\E[J$<150>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[M$<2*>, ed=\E[J$<150>, el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, ind=\n$<280>, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, rc=\E8, rmkx=\E>, rmso=\E[0m, sc=\E7, smkx=\E=, smso=\E[7m, bg1.25rv|bbn bitgraph (reverse video), flash=\E[?5l\E[?5h, is2=\E>\E[?5h\E[?7h, use=bg1.25, bg1.25nv|bbn bitgraph (normal video), flash=\E[?5h\E[?5l, is2=\E>\E[?5l\E[?7h, use=bg1.25, bg1.25|bbn bitgraph, cols#85, lines#64, bel=^G, clear=\E[H\E[J$<150>, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, dl1=\E[M$<2*>, ed=\E[J$<150>, el=\E[K$<2>, ht=^I, il1=\E[L$<2*>, ind=\n$<280>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\EP, kf2=\EQ, kf3=\ER, kf4=\ES, lf1=PF1, lf2=PF2, lf3=PF3, lf4=PF4, ll=\E[64;1H, rmkx=\E>, rmso=\E[0m, smkx=\E=, smso=\E[7m, #### Chromatics # # cg7900: Following is revised version. As I mentioned, I recompiled # curses in order to accomadate the large amount of definition. # I have put the long strings in ti/te. Ti sets up a window # that is smaller than the screen, and puts up a warning message # outside the window. Te erases the warning message, puts the # window back to be the whole screen, and puts the cursor at just # below the small window. A defined vs and ve to really turn # the cursor on and off, but I have taken this out since I don't # like the cursor being turned off when vi exits. cg7900|chromatics|chromatics 7900, am, cols#80, lines#40, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^], cup=\001M%p2%d\\\054%p1%d\\\054, cuu1=^K, dch1=^A<1, dl1=^A<2, ed=^Al, el=^A`, home=^\, ich1=^A>1, il1=^A>2, ind=^J, ll=^A|, rmcup=\001W0\\\05440\\\05485\\\05448\\\054\014\001W0\\\0540\\\05485\\\05448\\\054\001M0\\\05440\\\054, rmso=\001C1\\\054\001c2\\\054, smcup=\001P0\001O1\001R1\001C4\\\054\001c0\\\054\014\001M0\\\05442\\\054WARNING DOUBLE ENTER ESCAPE and \025\001C1\\\054\001c2\\\054\001W0\\\0540\\\05479\\\05439\\\054, smso=\001C4\\\054\001c7\\\054, uc=\001\001_\001\200, #### Computer Automation # ca22851|computer automation 22851, am, cols#80, lines#24, bel=^G, clear=\014$<8>, cr=^M, cub1=^U, cud1=^J, cuf1=^I, cup=\002%i%p1%c%p2%c, cuu1=^V, ed=^\, el=^], home=^^, ind=^J, kcub1=^U, kcud1=^W, kcuu1=^V, khome=^^, #### Cybernex # # This entry has correct padding and the undocumented "ri" capability cyb83|xl83|cybernex xl-83, am, cols#80, lines#24, bel=^G, clear=\014$<62>, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cup=\027%p1%{32}%+%c%p2%{32}%+%c, cuu1=^N, ed=\020$<62>, el=\017$<3>, home=^K, ind=^J, kcub1=^H, kcud1=^J, kcuf1=^I, kcuu1=^N, ri=^N, # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr) cyb110|mdl110|cybernex mdl-110, am, cols#80, lines#24, bel=^G, clear=\030$<70>, cr=^M, cub1=^H, cud1=^J, cuf1=^U, cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^Z, dch1=\016A\036$<3.5>, dl1=\016A\016\036$<40>, ed=\016@\026$<6>, el=\016@\026$<145>, home=^Y, ht=\011$<43>, ich1=\016A\035$<3.5>, il1=\016A\016\035$<65>, ind=^J, rmso=^NG, smso=^NF, #### Datapoint # # Datapoint is gone. They used to be headquartered in Texas. # They created ARCnet, an Ethernet competitor that flourished for a while # in the early 1980s before 3COM got wise and cut its prices. The service # side of Datapoint still lives (1995) in the form of Intelogic Trace. # dp3360|datapoint|datapoint 3360, am, cols#82, lines#25, bel=^G, clear=^]^_, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^Z, ed=^_, el=^^, home=^], ind=^J, #### DEC terminals (Obsolete types: DECwriter and vt40/42/50) # # These entries are DEC's official terminfos for its older terminals. # Contact Bill Hedberg of Terminal Support # Engineering for more information. Updated terminfos and termcaps # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps. # gt40|dec gt40, os, cols#72, lines#30, bel=^G, cr=^M, cub1=^H, cud1=^J, gt42|dec gt42, os, cols#72, lines#40, bel=^G, cr=^M, cub1=^H, cud1=^J, vt50|dec vt50, cols#80, lines#12, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, vt50h|dec vt50h, cols#80, lines#12, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, ri=\EI, vt52|dec vt52, cols#80, it#8, lines#24, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, ht=^I, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\EI, vt61|vt-61|vt61.5|, cols#80, lines#24, bel=^G, clear=\EH\EJ$<120>, cr=\r$<20>, cub1=^H, cud1=^J, cuf1=\EC$<20>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=\EA$<20>, ed=\EJ$<120>, el=\EK$<70>, ht=^I, ind=\n$<20>, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, ri=\E$<20>I, # The gigi does standout with red! gigi|vk100|dec gigi graphics terminal, am, xenl, cols#84, lines#24, bel=^G, clear=\E[;H\E[2J, cr=^M, cub=\E[%p2%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, ed=\E[J, el=\E[K, ht=^I, ind=^J, is2=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, khome=\E[H, ri=\EM, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m, smkx=\E[?1h\E=, smso=\E[7;31m, smul=\E[4m, # DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce # a PC differentiated from the IBM clones. It was a total, ludicrous, # grossly-overpriced failure (among other things, DEC's OS didn't include # a format program, so you had to buy pre-formatted floppies from DEC at # a hefty premium!). # (pro350: mapped ":pt:" to default tabs -- esr) pro350|decpro|dec pro console, cols#80, lines#24, clear=\EH\EJ, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EK, home=\EH, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EE, kf1=\EF, kf2=\EG, kf3=\EH, kf4=\EI, kf5=\EJ, kf6=\Ei, kf7=\Ej, khome=\EH, ri=\EI, rmacs=\EG, rmso=\E^N, rmul=\E^C, smacs=\EF, smso=\E^H, smul=\E^D, dw1|decwriter I, hc, os, cols#72, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, dw2|decwriter|dw|decwriter II, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, kbs=^H, # \E(B Use U.S. character set (otherwise # => british pound !) # \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v) # \E[w 10 char/in pitch # \E[1;132 full width horizontal margins # \E[2g clear all tab stops # \E[z 6 lines/in # \E[66t 66 lines/page (for \f) # \E[1;66r full vertical page can be printed # \E[4g clear vertical tab stops # \E> disable alternate keypad mode (so it transmits numbers!) # \E[%i%du set tab stop at column %d (origin == 1) # (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is # a tab stop) # # The dw3 does standout with wide characters. # dw3|la120|decwriter III, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>, is2=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r, kbs=^H, rmso=\E[w, smso=\E[6w, dw4|decwriter IV, am, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ht=^I, ind=^J, is2=\Ec, kbs=^H, kf0=\EOP, kf1=\EOQ, kf2=\EOR, kf3=\EOS, #### Delta Data (dd) # # Untested. The cup sequence is hairy enough that it probably needs work. # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'. # There are BSD-derived termcap entries floating around for this puppy # that are *certainly* wrong. delta|dd5000|delta data 5000, am, cols#80, lines#27, bel=^G, clear=^NR, cub1=^H, cud1=^J, cuf1=^Y, cup=\017%p1%p1%{16}%m%{2}%*%-%'9'%+%c%p2%p2%{16}%m%{2}%*%-%'9'%+%c, cuu1=^Z, dch1=^NV, el=^NU, home=^NQ, ind=^J, #### Digital Data Research (ddr) # # (ddr: mapped ":pt:" to default tabs -- esr) ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator, am, xenl, cols#80, lines#24, vt#3, blink=\E[5m$<2/>, bold=\E[1m$<2/>, clear=\E[;H\E[2J$<50/>, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=^J, cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, ind=\ED$<5/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, rc=\E8, rev=\E[7m$<2/>, rf=/usr/share/lib/tabset/vt100, ri=\EM$<5/>, rmkx=\E[?1l\E>, rmso=\E[m, rmul=\E[m$<2/>, sc=\E7, sgr0=\E[m$<2/>, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m$<2/>, #### General Electric (ge) # terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200, hc, os, cols#120, bel=^G, cr=^M, cud1=^J, ind=^J, #### Heathkit/Zenith # h19-a|heath-ansi|heathkit-a|heathkit h19 ansi mode, am, mir, msgr, cols#80, it#8, lines#24, bel=^G, clear=\E[2J, cnorm=\E[>4l, cr=^M, cub1=^H, cud1=\E[1B, cuf1=\E[1C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[1A, cvvis=\E[>4h, dch1=\E[1P, dl1=\E[1M$<1*>, ed=\E[J, el=\E[K, home=\E[H, ht=^I, il1=\E[1L$<1*>, ind=^J, is2=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h, kbs=^H, kcub1=\E[1D, kcud1=\E[1B, kcuf1=\E[1C, kcuu1=\E[1A, kf1=\EOS, kf2=\EOT, kf3=\EOU, kf4=\EOV, kf5=\EOW, kf6=\EOP, kf7=\EOQ, kf8=\EOR, khome=\E[H, lf6=blue, lf7=red, lf8=white, ri=\EM, rmacs=\E[11m, rmir=\E[4l, rmso=\E[0m, smacs=\E[10m, smir=\E[4h, smso=\E[7m, h19-bs|heathkit w/keypad shifted, rmkx=\Eu, smkx=\Et, use=h19-b, h19-smul|heathkit w/keypad shifted/underscore cursor, rmkx=\Eu, smkx=\Et, use=h19-u, h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19, am, eslok, hs, mir, msgr, cols#80, it#8, lines#24, bel=^G, clear=\EE, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\Ex4, dch1=\EN, dl1=\EM$<1*>, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, ht=^I, il1=\EL$<1*>, ind=^J, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, khome=\EH, lf6=blue, lf7=red, lf8=white, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, smacs=\EF, smir=\E@, smso=\Ep, tsl=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo, h19-u|heathkit with underscore cursor, cnorm@, cvvis@, use=h19-b, alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19, lines#60, dl1=\EM, il1=\EL, use=h19, # The major problem with the Z29 is that it requires more # padding than the Z19. Once again, here's a little termcap # entry for it that will do the trick. # # The problem declaring an H19 to be synonomous with a Z29 is that # it needs more padding. It especially loses if a program attempts # to put the Z29 into insert mode and insert text at 9600 baud. It # even loses worse if the program attempts to insert tabs at 9600 # baud. Adding padding to text that is inserted loses because in # order to make the Z29 not die, one must add so much padding that # whenever the program tries to use insert mode, the effective # rate is about 110 baud. # # What program would want to put the terminal into insert mode # and shove stuff at it at 9600 baud you ask? # # Emacs. Emacs seems to want to do the mathematically optimal # thing in doing a redisplay rather than the practical thing. # When it is about to output a line on top of a line that is # already on the screen, instead of just killing to the end of # the line and outputing the new line, it compares the old line # and the new line and if there are any similarities, it # constructs the new line by deleting the text on the old line # on the terminal that is already there and then inserting new # text into the line to transform it into the new line that is # to be displayed. The Z29 does not react kindly to this. # # But don't cry for too long.... There is a solution. You can make # a termcap entry for the Z29 that says the Z29 has no insert mode. # Then Emacs cannot use it. "Oh, no, but now inserting into a # line will be really slow", you say. Well there is a sort of a # solution to that too. There is an insert character option on # the Z29 that will insert one character. Unfortunately, it # involves putting the terminal into ansi mode, inserting the # character, and changing it back to H19 mode. All this takes 12 # characters. Pretty expensive to insert one character, but it # works. Either Emacs doesn't try to use its inserting hack when # it's only given an insert character ability or the Z29 doesn't # require padding with this (the former is probably more likely, # but I haven't checked it out). z29|zenith29|z29b|, am, msgr, cols#80, lines#24, bel=^G, cbt=\E-, clear=\EE$<14>, cnorm=\Ey4, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\E$<1>A, cvvis=\Ex4, dch1=\EN$<0.1*>, dl1=\EM$<1>, ed=\EJ$<14>, el=\EK$<1>, home=\EH, ht=^I, ich1=\E<\E[1@\E[?2h$<1>, il1=\EL$<1>, ind=\n$<2>, is2=\E<\E[?2h\Ev, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, lf0=home, ri=\EI$<2>, rmacs=\EF, rmso=\Eq, rmul=\Es0, smacs=\EG, smso=\Ep, smul=\Es8, # From: Brad Brahms z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor, cnorm=\Ey4\Em70, cvvis=\Ex4\Em71, use=z100bw, # (z100bw: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr) z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc, mir, msgr, cols#80, lines#24, clear=\EE$<5*/>, cnorm=\Ey4, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<1*/>, cuu1=\EA, cvvis=\Ex4, dch1=\EN$<1*/>, dl1=\EM$<5*/>, ed=\EJ, el=\EK, home=\EH, il1=\EL$<5*/>, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\EJ, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\EOI, khome=\EH, ri=\EI, rmacs=\EG, rmir=\EO, rmso=\Eq, smacs=\EF, smir=\E@, smso=\Ep, p19, dl1=\EM$<2*/>, il1=\EL$<2*/>, use=h19-b, # From: # (ztx: mapped ":pt:" to default tabs; removed duplicate :sr: -- esr) ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11, am, eslok, hs, cols#80, lines#24, clear=\EE, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, dsl=\Ey1, ed=\EJ, el=\EK, fsl=\Ek\Ey5, home=\EH, il1=\EL, is2=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>, kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kf0=\ES, kf1=\EB, kf2=\EU, kf3=\EV, kf4=\EW, kf5=\EP, kf6=\EQ, kf7=\ER, ri=\EI, rmso=\Eq, rmul=\Eq, smso=\Es5, smul=\Es2, tsl=\Ej\Ex5\Ex1\EY8%+ \Eo, #### IMS International (ims) # # There was a company called IMS International located in Carson City, # Nevada, that flourished from the mid-70s to mid-80s. They made S-100 # bus/Z80 hardware and a line of terminals called Ultimas. # From: Erik Fair Sun Oct 27 07:21:05 1985 ims950-b|bare ims950 no init string, is2@, use=ims950, ims950-ns|ims950 w/no standout, rmso@, rmul@, smso@, smul@, use=ims950, # (ims950: removed obsolete ":ko@:" -- esr) ims950|ims televideo 950 emulation, xenl@, flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950, # (ims950-rv: removed obsolete ":ko@:" -- esr) ims950-rv|ims tvi950 rev video, xenl@, flash@, kbs@, kcub1@, kcud1@, kcuf1@, kcuu1@, kf0@, kf1@, kf2@, kf3@, kf4@, kf5@, kf6@, kf7@, kf8@, kf9@, khome@, use=tvi950-rv, # (ims-ansi: mapped ":pt:" to default tabs -- esr) ims-ansi|ultima2|ultimaII|IMS Ultima II, am, cols#80, lines#24, clear=\E[;H\E[2J, cud1=\ED, cup=\E[%i%p1%2d;%p2%2dH, cuu1=\EM, ed=\E[0J, el=\E[0K, if=/usr/share/tabset/vt100, is2=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m\r, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, khome=\E[H, ri=\EM, rmso=\E[0m\E[1m, rmul=\E[0m\E[1m, smso=\E[7m, smul=\E[4m, #### Intertec Data Systems # # I think this company is long dead as of 1995. They made an early CP/M # micro called the "Intertec Superbrain" that was moderately popular, # then sank out of sight. # superbrain|intertec superbrain, am, bw, cols#80, lines#24, bel=^G, clear=\014$<5*>, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<20>, cuu1=^K, ed=\E~k<10*>, el=\E~K$<15>, ht=^I, ind=^J, kcub1=^U, kcud1=^J, kcuf1=^F, kcuu1=^K, rmcup=^L, smcup=^L, intertube|intertec|Intertec InterTube, am, cols#80, lines#25, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<50>, cuu1=^Z, home=^A, ind=^J, rmso=\E0@, smso=\E0P, # The intertube 2 has the "full duplex" problem like the tek 4025: if you # are typing and a command comes in, the keystrokes you type get interspersed # with the command and it messes up it2|intertube2|intertec data systems intertube 2, am, cols#80, lines#25, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^F, cup=\016%p1%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%c, cuu1=^Z, el=\EK, home=^A, hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%c, ind=^J, ll=^K^X\r, rmso=\E0@, smso=\E0P, vpa=\013%p1%c, #### Modgraph # # These people used to be reachable at: # # Modgraph, Inc # 1393 Main Street, # Waltham, MA 02154 # Vox: (617)-890-5796. # # However, if you call that number today you'll get an insurance company. # I think Modgraph is long gone. # modgraph|mod|modgraph terminal emulating vt100, xenl@, cols#80, lines#24, cvvis=\E\^9;0s\E\^7;1s, is2=\E\^9;0s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s, rf@, ri=\EM\E[K$<5/>, use=vt100, # (modgraph2: mapped ":pt:" to default tabs -- esr) # The GX-1000 manual is dated 1984 modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled, am, da, db, cols#80, lines#24, clear=\EH\EJ$<50/>, cuf1=\EC$<2/>, cup=\EY%p1%{32}%+%c%p2%{32}%+%c$<5/>, cuu1=\EA$<2/>, ed=\EJ$<50/>, el=\EK$<3/>, is2=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1, ri=\EI$<5/>, #### Morrow Designs # # This was George Morrow's company. They started in the late 1970s making # S100-bus machines. They used to be reachable at: # # Morrow # 600 McCormick St. # San Leandro, CA 94577 # # but they're long gone now (1995). # # The mt70 terminal was shipped with the Morrow MD-3 microcomputer. # Jeff's specimen was dated June 1984. # From: Jeff Wieland 24 Feb 1995 mt70|mt-70|Morrow MD-70; native Morrow mode, am, mir, msgr, xon, cols#80, it#8, lines#24, acsc=+z\\\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ, bel=^G, cbt=\EI, civis=\E"0, clear=^Z, cnorm=\E"2, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<1>, cuu1=^K, dch1=\EW, dim=\EG2, dl1=\ER, ed=\EY, el=\ET$<10>, flash=\EK1$<50>\EK0, home=^^, ht=^I, ich1=\EQ, il1=\EE, ind=^J, is1=\E"2\EG0\E], kbs=^H, kcbt=^A^Z\r, kclr=^An\r, kcub1=^AL\r, kcud1=^AK\r, kcuf1=^AM\r, kcuu1=^AJ\r, kdch1=^¿, kf1=^A@\r, kf10=^AI\r, kf11=^A`\r, kf12=^Aa\r, kf13=^Ab\r, kf14=^Ac\r, kf15=^Ad\r, kf16=^Ae\r, kf17=^Af\r, kf18=^Ag\r, kf19=^Ah\r, kf2=^AA\r, kf20=^Ai\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khlp=^AO\r, khome=^AN\r, nel=^_, rev=\EG4, rmacs=\E%, rmso=\EG0, sgr0=\EG0, smacs=\E$, smcup=\E"2\EG0\E], smso=\EG4, smul=\EG1, tbc=\E0, #### Netronics # # The Netronics Smarterm 80 was a kit-built terminal that came in at least two # flavors, a first 40-column version, and a second 64-column version released # about 1983. # (netx: removed obsolete ":ma=j^Jk^Pl :" -- esr) netx|netronics, cols#64, lines#16, bel=^G, clear=\014$<466>, cr=^M, cub1=^H, cud1=^J, cuf1=\E+@A, cup=\E=%p1%'@'%+%c%p2%'@'%+%c, cuu1=^K, ed=\006\005$<2000>, el=\005$<1600>, home=^D, ind=^J, ri=\E=@@\013, smartvid|Netronics Smartvid 80, am, bw, eo, msgr, xhp, cols#80, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^L, cnorm=^Z^K, cr=^M, cub1=^H, cud1=^J, cuf1=^A, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^Z, ht=\Ei, ich1=\EQ, ind=^J, ll=^Z^K, ri=^K, rmacs=\EGB, rmcup=^Z^K, rmir=\ED, rmso=\EG@, rmul=\EG@, smacs=\EG@, smir=\EC, smso=\EGC, smul=\EGA, smarterm|smarterm-s|netronics smarterm 80x24 naked terminal, am, ul, cols#80, lines#24, xmc#1, bel=^G, cbt=\EI, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^A, cup=\E=%p1%{32}%+%c%p2%{32}%+%c$<6>, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, home=^Z, ht=^I, ich1=\EQ, il1=\EE, ind=^J, rmir=\ED, rmul=\EG@, smir=\EC, smul=\EGA, #### Omron # # This company is still around in 1995, manufacturing point-of-sale systems. omron|Omron 8025AG, am, da, db, cols#80, lines#24, bel=^G, clear=\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cuu1=\EA, cvvis=\EN, dch1=\EP, dl1=\EM, ed=\ER, el=\EK, home=\EH, il1=\EL, ind=\ES, ri=\ET, rmso=\E4, smso=\Ef, #### Soroc # # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr) soroc120|iq120|soroc iq120, clear=\E*$<2>, cud1=^J, ed=\EY, el=\ET, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, use=adm3a, soroc 140|iq140|soroc iq140, am, mir, cols#80, lines#24, bel=^G, cbt=\EI, clear=\E+, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ew, dl1=\Er$<.7*>, ed=\Ey, el=\Et, home=^^, il1=\Ee$<1*>, ind=^J, kbs=^H, kcuf1=^L, kcuu1=^K, kf0=^A0\r, kf1=^A@\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, ll=^^^K, rmir=\E8, rmso=\E^¿, rmul=\E^A, smir=\E9, smso=\E^¿, smul=\E^A, #### Southwest Technical Products # # These guys made an early personal micro called the M6800. # The ct82 was probably its console terminal. # # (swtp: removed obsolete ":bc=^D:" -- esr) swtp|ct82|southwest technical products ct82, am, cols#82, lines#20, bel=^G, clear=^L, cr=^M, cub1=^D, cud1=^J, cuf1=^S, cup=\013%p2%c%p1%c, cuu1=^A, dch1=^\^H, dl1=^Z, ed=^V, el=^F, home=^P, ich1=^\^X, il1=^\^Y, ind=^N, is2=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011, ll=^C, ri=^O, rmso=^^^F, smso=^^^V, #### Synertek # # Tested, seems to work fine with vi. synertek|ktm|380|synertek ktm 3/80 tubeless terminal, am, cols#80, lines#24, clear=^Z, cub1=^H, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, #### Teleray # # Research Incorporated # 6425 Flying Cloud Drive # Eden Prairie, MN 55344 # Vox: (612)-941-3300 # # The Teleray terminals were all discontinued in 1992-93. RI still services # and repairs these beasts, but no longer manufactures them. The Teleray # people believe that all the types listed below are very rare now (1995). # There was a newer line of Telerays (Model 7, Model 20, Model 30, and # Model 100) that were ANSI-compatible. # # Note two things called "teleray". Reorder should move the common one # to the front if you have either. A dumb teleray with the cursor stuck # on the bottom and no obvious model number is probably a 3700. # t3700|dumb teleray 3700, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ind=^J, # (t3800: mapped ":pt:" to default tabs -- esr) t3800|teleray 3800 series, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=\EJ, el=\EK, home=\EH, ht=^I, ind=^J, ll=\EY7 , # (t1061: mapped ":pt:" to default tabs -- esr) t1061|teleray|teleray 1061, am, km, xhp, xt, cols#80, lines#24, xmc#1, bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EM$<2*>, ed=\EJ$<1>, el=\EK, home=\EH, ht=^I, hts=\EF, ich1=\EP, il1=\EL$<2*>, ind=^J, ip=$<0.4*>, is2=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef, kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7, kf8=^Z8, rmso=\ER@, rmul=\ER@, smso= \ERD, smul=\ERH, tbc=\EG, t1061f|teleray 1061 with fast PROMs, dl1=\EM, il1=\EL, ip@, use=t1061, # "Teleray Arpa Special", offically designated as # "Teleray Arpa network model 10" with "Special feature 720". # This is the new (1981) fast microcode updating the older "arpa" proms # (which gave meta-key and progmmable-fxn keys). 720 is much much faster, # converts the keypad to programmable function keys, and has other goodies. # Standout mode is still broken (magic cookie, etc) so is suppressed as no # programs handle such lossage properly. # Note: this is NOT the old termcap's "t1061f with fast proms." # From: J. Lepreau Tue Feb 1 06:39:37 1983, Univ of Utah # (t10: mapped ":pt:" to default tabs; # removed overridden ":so@:se@:us@:ue@:" -- esr) t10|teleray 10 special, km, xhp, xt, cols#80, lines#24, xmc#2, clear=\Ej$<30/>, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ich1=\EP, il1=\EL, ind=\Eq, pad=\200, ri=\Ep, rmso=\ER@, rmul=\ER@, smso=\ERD, smul=\ERH, # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and # back/forth words. Put the function keys (f1-f10) where they can be # found, and turn off the other magic keys along the top row, except # for line/local. Do the magic appropriate to make the page shifts work. # Also toggle ^S/^Q for those of us who use Emacs. t16|teleray 16, am, da, db, mir, xhp, xt, cols#80, lines#24, bel=^G, clear=\E[H\E[2J, cr=^M, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=%i\E[%p1%d;%p2%df, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[0J, el=\E[0K, home=\E[H, ht=^I, il1=\E[L, ind=^J, kf1=^Z1, kf10=^Z0, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7, kf8=^Z8, kf9=^Z9, ri=\E[T, rmcup=\E[V\E[24;1f\E[?38h, rmir=\E[4l, rmso=\E[m, rmul=\E[m, smcup=\E[U\E[?38l, smir=\E[4h, smso=\E[7m, smul=\E[4m, #### Texas Instruments (ti) # ti700|ti733|ti735|ti silent 700, hc, os, cols#80, bel=^G, cr=\r$<162>, cub1=^H, cud1=^J, ind=^J, ti743|ti745|ti silent 745, hc, os, cols#80, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, ti800|ti omni 800, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ind=^J, ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL, am, xon, cols#80, it#8, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[P, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[16~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kich1=\E[@, rc=\E8, rev=\E[7m, ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, tbc=\E[3g, ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL, am, xon, cols#80, it#8, lines#24, bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[2J\E[H, cnorm=\E[?25h, cr=^M, csr=%i\E[%p1%d;%p2%dr, cub1=\E[D, cud1=\E[B, cuf1=\E[C, cup=%i\E[%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[?31h, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, hts=\EH, il1=\E[L, ind=\ED, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=P$<\233>, kf1=P$<\217>, kf2=Q$<\217>, kf3=R$<\217>, kf4=S$<\217>, kf5=~$<\23316>, kf6=~$<\23317>, kf7=~$<\23318>, kf8=~$<\23319>, kf9=~$<\23320>, kich1=@$<\233>, rc=\E8, rev=\E[7m, ri=\EM, rmso=\E[m, rmul=\E[m, sc=\E7, sgr0=\E[0m, smso=\E[7m, smul=\E[4m, tbc=\E[3g, ti924-132|Texas Instruments 924 VDT 7 bit - 132 column mode, cols#132, use=ti924, ti924-8-132|Texas Instruments 924 VDT 8 bit - 132 column mode, cols#132, use=ti924-8, em931-9|Texas Instruments 924 Emulator in the 931 Mode, use=ti931, em924|Texas Instruments 924 Emulator in the 924 Mode, use=ti924, em931|Texas Instruments 931 Emulator, use=ti931, ti931|Texas Instruments 931 VDT, am, xon, cols#80, lines#24, bel=^G, blink=\E4P, clear=\EL, cnorm=\E4@, cr=^M, cub=ENTR, cub1=\ED, cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\EQ, dl1=\EO, ed=\EJ, el=\EI, home=\EH, ich1=\ER\EP\EM, il1=\EN, ind=\Ea, invis=\E4H, is2=\EGB\E(@B@@\E), kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=\EQ, kdl1=\EO, kf1=\Ei1, kf2=\Ei2, kf3=\Ei3, kf4=\Ei4, kf5=\Ei5, kf6=\Ei6, kf7=\Ei7, kf8=\Ei8, kf9=\Ei9, kich1=\EP, kil1=\EN, rev=\E4B, ri=\Eb, rmso=\E4@, rmul=\E4@, sgr0=\E4@, smso=\E4A, smul=\E4D, ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL, csr@, ind=\E[1S, ri=\E[1T, use=ti924, ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL, csr@, ind=S$<\2331>, ri=T$<\2331>, use=ti924-8, ti_ansi|basic entry for ti928, am, bce, eo, xenl, xon, colors#8, cols#80, it#8, lines#25, pairs#64, bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[2J\E[H, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich1=\E[@, il1=\E[L, ind=\E[S, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F, kf0=\E[V, kf1=\E[M, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R, kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, knp=\E[G, kpp=\E[I, op=\E[37;40m, ri=\E[T, rmso=\E[m, rmul=\E[m, setb=\E[4%p1%dm, setf=\E[3%p1%dm, sgr0=\E[m, smso=\E[7m, smul=\E[4m, # # 928 VDT 7 bit control mode # ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:, kdch1=\E[P, kend=\E_1\E\\, kent=\E[8~, kf1=\E[17~, kf10=\E[28~, kf11=\E[29~, kf12=\E[31~, kf13=\E[32~, kf15=\E[34~, kf2=\E[18~, kf3=\E[19~, kf4=\E[20~, kf5=\E[21~, kf6=\E[23~, kf7=\E[24~, kf8=\E[25~, kf9=\E[26~, kich1=\E[@, knp=\E[S, kpp=\E[T, kprt=\E[35~, use=ti_ansi, # # 928 VDT 8 bit control mode # ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:, kdch1=\233P, kend=\2371\234, kent=\2338~, kf1=\23317~, kf10=\23328~, kf11=\23329~, kf12=\23331~, kf13=\23332~, kf15=\23334~, kf2=\23318~, kf3=\23319~, kf4=\23320~, kf5=\23321~, kf6=\23323~, kf7=\23324~, kf8=\23325~, kf9=\23326~, khome=\233H, kich1=\233@, knp=\233S, kpp=\233T, kprt=\23335~, use=ti_ansi, #### Zentec (zen) # # (zen30: removed obsolete ":ma=^L ^R^L^K^P:" -- esr) zen30|z30|zentec 30, am, mir, ul, cols#80, lines#24, bel=^G, clear=\E*, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER$<1.5*>, ed=\EY, el=\ET$<1.0*>, home=^^, il1=\EE$<1.5*>, ind=^J, rmir=\Er, rmso=\EG0, smir=\Eq, smso=\EG6, # (zen50: this had unknown capabilities # :BS=^U:CL=^V:CR=^B: # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh, # which were also in the original entry -- esr) # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr) zen50|z50|zentec zephyr, am, cols#80, lines#24, xmc#1, clear=\E+, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\EW, dl1=\ER, ed=\EY, el=\ET, ich1=\EQ, il1=\EE, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^^, rmso=\EGO, smso=\EG4, ######## OTHER OBSOLETE TYPES # # These terminals are *long* dead -- these entries are retained for # historical interest only. #### Obsolete non-ANSI software emulations # # CTRM terminal emulator # 1. underlining is not allowed with colors: first, is is simulated by # black on white, second, it disables background color manipulations. # 2. BLINKING, REVERSE and BOLD are allowed with colors, # so we have to save their status in the static registers A, B and H # respectively, to be able to restore them when color changes # (because any color change turns off ALL attributes) # 3. "enter_bold_mode" and "enter_reverse_mode" sequences alternates modes, # rather then simply entering them. Thus we have to check the # static register B and H to determine the status, before sending the # escape sequence. # 4. sgr0 now must set the status of all 3 register (A,B,H) to zero # and then reset colors # 5. implementation of the protect mode would badly penalize the performance. # we would have to use \E&bn sequence to turn off colors (as well as all # other attributes), and keep the status of protect mode in yet another # static variable. If someone really need this mode, they would have to # create another terminfo entry. # 6. original color-pair is white on black. # store the information about colors into static registers # 7. set foreground color. it performs the following steps. # 1) turn off all attributes # 2) turn on the background and video attribues that have been turned # on before (this information is stored in static registers X,Y,Z,A,B,H,D). # 3) turn on foreground attributes # 4) store information about foreground into U,V,W static registers # 8. turn on background: similar to turn on foreground above ctrm|C terminal emulator, am, bce, xon, colors#8, cols#80, lh#0, lines#24, lm#0, lw#0, ncv#2, nlab#0, pairs#63, pb#19200, vt#6, bel=^G, blink=\E&dA%{1}%PA, bold=%?%gH%{0}%=%t\E&dH%{1}%PH%;, cbt=\Ei, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\E&a%p2%dc%p1%dY, cuu1=\EA, dch1=\EP$<2>, dl1=\EM, ed=\EJ, el=\EK, hpa=\E&a%p1%dC, ht=\011$<2>, hts=\E1, il1=\EL, ind=^J, ip=$<2>, is2=\E&jA\r, kbs=^H, kcub1=\Eu\r, kcud1=\Ew\r, kcuf1=\Ev\r, kcuu1=\Et\r, kf1=\Ep\r, kf2=\Eq\r, kf3=\Er\r, kf4=\Es\r, kf5=\Et\r, kf6=\Eu\r, kf7=\Ev\r, kf8=\Ew\r, khome=\Ep\r, op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU, rev=%?%gB%{0}%=%t\E&dB%{1}%PB%;, rmir=\ER, rmkx=\E&jA, setb=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gU%t\E&bR%;\n%?%gV%t\E&bG%;\n%?%gW%t\E&bB%;\n\n%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ\n%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY\n%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX, setf=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gX%t\E&br%;\n%?%gY%t\E&bg%;\n%?%gZ%t\E&bb%;\n\n%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW\n%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV\n%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU, sgr=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH\n%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;\n%?%p4%t\E&dA%{1}%PA%;\n%?%p6%t\E&dH%{1}%PH%;\n%?%p2%t\E&dD%;, sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB, smso=\E&dD, smul=\E&dD, tbc=\E3, vpa=\E&a%p1%dY, # gs6300 - can't use blue foreground, it clashes with underline; # it's simulated with cyan gs6300|emots|AT&T PC6300 with EMOTS Terminal Emulator, am, bce, msgr, xon, colors#8, cols#80, it#8, lines#24, pairs#63, acsc=\\\054\\\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[J, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E[0m, kbs=^H, kcbt=^R^I, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\E[0s, kf2=\E[24s, kf3=\E[1s, kf4=\E[23s, kf5=\E[2s, kf6=\E[22s, kf7=\E[3s, kf8=\E[21s, khome=\E[H, mc4=\E[4i, mc5=\E[5i, op=\E[?;m, rev=\E[7m, ri=\E[L, rmacs=\E[10m, rmln=\E|, rs1=\Ec, setb=\E[?;%p1%dm, setf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m, sgr0=\E[m\E[10m, smacs=\E[11m, smso=\E[1m, smul=\E[4m, # pc52 - can't use blue foreground, it clashes with underline; # it's simulated with cyan # bold means: white on black bold, so it not allowed with colors # rev means: black on white, also not allowed # smso and dim are simulated with colors, ditto # smul is allowed, even though it always means white foreground: # it is too important to leave out. pc52|dec vt52 for PC, am, bce, msgr, colors#8, cols#80, it#8, lines#25, ncv#53, pairs#63, bel=^G, blink=\Eo, bold=\Ebo\Ec0, clear=\EH\EJ, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dim=\Eb3\Ec0, dl1=\EM, ed=\EJ, el=\EK, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=\EL, kcud1=\ED, kcuf1=\ER, kcuu1=\EU, kf1=\Ea, kf10=\Ej, kf2=\Eb, kf3=\Ec, kf4=\Ed, kf5=\Ee, kf6=\Ef, kf7=\Eg, kf8=\Eh, kf9=\Ei, op=\Eb7\Ec0, rev=\Ep, ri=\EI, rmso=\Eb7\Ec0, setb=\Ec%p1%d, setf=\Eb%?%p1%{1}%=%t3\n%e%p1%d%;, sgr0=\Eb7\Ec0\Et, smso=\Eb6\Ec4, smul=\Es, # vs100 emulator using tsim # From: # (vs100t: had Al/Dl in front of obvious AL/DL capabilities; # also mapped ":pt:" to default tabs -- esr) vs100t|tsim|vs100-tsim, am, cols#80, lines#24, clear=\EE, csr=\ES%p1%{32}%+%c%p2%{32}%+%c, cud1=^J, cuf1=\En, cup=\EM%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=\Ed, dl=\E-%p1%{32}%+%c, dl1=\ED, ed=\EQ, el=\EL, home=\EH, ich1=\Ei, il=\E+%p1%{32}%+%c, il1=\EI, is2=\ER, rmso=\Er, rmul=\Ev, smso=\Eh, smul=\Eu, # From: Rick Thomas xtalk|IBM PC with xtalk communication program (versions up to 3.4), am, mir, msgr, xon, cols#80, it#8, lines#24, vt#3, xmc#1, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, clear=\E[H\E[J$<50>, cr=^M, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, dl1=\E[M$<99>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, il1=\E[L$<99>, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[m , rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, smacs=^N, smkx=\E[?1h\E=, smso=\E[7m , tbc=\E[3g, # YTERM standard version 1.0. # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD). # Only 80 tab columns (else yterm 1.1 bug). No :xn: in 1.0. # Cannot use termcap :sr=\EM: because vi will not work, too bad. # vi string is given so that yterm is reset each vi startup. # (yterm10: removed obsolete ":EP:" and ":ma=h^Jj k lH:" capabilities; # mapped ":pt:" to default tabs -- esr) # From: greg small 9-25-84 yterm10|yterm 1.0 UCB ascii.kbd, am, cols#80, lines#24, clear=^L, cuf1=^\, cup=\036%p2%{32}%+%c%p1%{32}%+%c, cuu1=^_, cvvis=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0 \EH \EH \EH \EH \EH \EH \EH \EH \EH\r, ed=^K, el=^], home=^Y, is2=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0 for \EHYTERM 1.\EH0 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, kf0=\E0, kf1=\E1, kf2=\E2, kf3=\E3, kf4=\E4, kf5=\E5, kf6=\E6, kf7=\E7, kf8=\E8, kf9=\E9, khome=^^, rc=\E8, rmso=\E[m, rmul=\E[m, sc=\E7, smso=\E[7m, smul=\E[4m, # YTERM variant version 1.1. Version 1.1 has :xn:. # From: greg small 9-13-84 yterm11|yterm 1.1 UCB ascii.kbd, xenl, is2=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY1 for \EHYTERM 1.\EH1 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n, use=yterm10, # YTERM 1.0 variant no autowrap or tabs # X does not remember autowrap or tabs when T is deleted and restarted. # (yterm: changed ":pt@:" to ":it@:" -- esr) yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs, am@, it@, cvvis=\017\E[7i\E[m\E[?7l\E[?3g\rY2\r, is2=\017\E[7i\E[m\E[?7l\E[?3g\rY2 for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n, use=yterm10, # The official PC terminal emulator program of the AT&T Product Centers. # Note - insert mode commented out - doesn't seem to work on AT&T PC. simterm|attpc running simterm, am, cols#80, lines#24, bel=^G, clear=\EH\EJ, cr=^M, cub1=^H, cud1=\EB, cuf1=\EC, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dch1=\ER, dl1=\EM, ed=\EJ, el=\EK, home=\EH, il1=\EL, ind=^J, rmcup=\EVE, smcup=\EVS, smir=\EQ, smso=\E&dB, #### Daisy wheel printers # # This section collects Diablo, DTC, Xerox, Qume, and other daisy # wheel terminals. These are now largely obsolete. # # This is an "experimental" entry for the SRI Agiles. # It has been tried in a minimal way -- the Agile did not blow up! # However, it has not been exhaustively tested. # Anyone who tries it and finds it wanting should get in touch with: # From: Ralph Keirstead # EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025 # (agile: I removed an incorrect ":pl:" -- esr) agile|agiles|sri agiles, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E^J, hd=\E9, ht=^I, hts=\E1, hu=\E0, ind=^J, is2=\EE\EF\EJ, kbs=^H, tbc=\E2, # (1620: mapped ":pt:" to default tabs -- esr) diablo1620|diablo1720|diablo450|ipsi|diablo 1620, hc, os, cols#132, cub1=^H, cud1=^J, cuu1=\E^J, hd=\ED, hpa=\E\011%i%p1%c, hts=\E1, hu=\EU, if=/usr/share/tabset/xerox1720, kbs=^H, tbc=\E2, diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin, cols#124, cud1=^J, is2=\r \E9, use=diablo1620, diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640, bel=^G, if=/usr/share/tabset/xerox1730, rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, use=diablo1620, diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin, cols#124, if=/usr/share/tabset/xerox1730-lm, rmso=\E&, rmul=\ER, smso=\EW, smul=\EE, use=diablo1620, diablo1740-lm|630-lm|1730-lm|x1700-lm, use=diablo1640-lm, # DTC 382 with VDU. Has no :cd: so we fake it with :ce:. Standout # (so="^P \002^PF:") works but won't go away without dynamite (":se=^P \200:"). # The terminal has tabs, but I'm getting tired of fighting the braindamage. # If no tab is set or the terminal's in a bad mood, it glitches the screen # around all of memory. Note that return puts a blank ("a return character") # in the space the cursor was at, so we use ^P return (and thus ^P newline for # newline). Note also that if you turn off pt and let Unix expand tabs, # curses won't work (current version) because it doesn't turn off this bit, # and cursor addressing sends a tab for row/column 9. What a losing terminal! # I have been unable to get tabs set in all 96 lines - it always leaves at # least one line with no tabs in it, and once you tab through that line, # it completely weirds out. dtc382|DTC 382, am, da, db, xhp, cols#80, lines#24, lm#96, bel=^G, clear=\020\035$<20>, cnorm=^Pb, cr=^P^M, cub1=^H, cuf1=^PR, cup=\020\021%p2%c%p1%c, cuu1=^P^L, cvvis=^PB, dch1=^X, dl1=^P^S, ed=\020\025\020\023\020\023, el=^P^U, home=^P^R, il1=^P^Z, ind=^J, pad=^¿, rmcup=\020\035$<20>, rmir=^Pi, rmul=^P \200, smir=^PI, smul=^P ^P, dtc300s|DTC 300s, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, gsi, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, hd=\Eh, ht=^I, hu=\EH, ind=^J, aj830|aj832|aj|anderson jacobson, hc, os, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E7, hd=\E9, hu=\E8, ind=^J, # From: Chris Torek Thu, 7 Nov 85 18:21:58 EST aj510|AJ510|Anderson-Jacobson model 510, am, mir, cols#80, lines#24, clear=^L, cuf1=\EX, cup=\E#%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EY, dch1=.1*\E'D, dl1=\E&D$<2*/>, ed=\E'P, el=\E'L, ich1=, il1=\E&I$<2*/>, ip=$<.1*/>, kcub1=\EW, kcud1=\EZ, kcuf1=\EX, kcuu1=\EY, pad=^¿, rmcup=\E"N, rmir=\E'J, rmso=\E"I, rmul=\E"U, smcup=\E"N, smir=\E'I, smso=\E"I, smul=\E"U, # From: Thu Aug 20 09:09:18 1981 # This is incomplete, but it's a start. # (5520: mapped ":pt:" to default tabs -- esr) nec5520|nec|spinwriter|nec 5520, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=\E9, ff=^L, hd=\E]s\n\E]W, ht=^I, hts=\E1, hu=\E]s\E9\E]W, ind=^J, kbs=^H, tbc=\E3, # (qume5: mapped ":pt:" to default tabs -- esr) qume5|qume|Qume Sprint 5, hc, os, cols#80, bel=^G, cr=^M, cub1=^H, cud1=^J, cuu1=^Z, ff=^L, hd=\Eh, ht=^I, hts=\E1, hu=\EH, ind=^J, kbs=^H, tbc=\E3, # I suspect the xerox1720 is the same as the diablo 1620. # (x1720: mapped ":pt:" to default tabs -- esr) xerox1720|x1720|x1750|xerox 1720, hc, os, cols#132, bel=^G, cr=^M, cub1=^H, cud1=^J, ff=^L, ht=^I, hts=\E1, ind=^J, tbc=\E2, #### Miscellaneous obsolete terminals, manufacturers unknown # # If you have any information about these (like, a manufacturer's name, # and a date on the serial-number plate) please send it! cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars, am, cols#73, lines#36, clear=^Z, cuf1=^L, cuu1=^K, home=^^, cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars, am, cols#85, lines#39, clear=^Z, cuf1=^L, cuu1=^K, home=^^, kcub1=\E3, kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, kf4=\E8, rmso=\Em^C, smso=\Em^L, cdi|cdi1203, am, hc, os, cols#80, bel=^G, cr=\r$<200>, cub1=^H, cud1=^J, ind=^J, cops10|cops|cops-10|, am, bw, cols#80, lines#24, bel=^G, clear=30^X, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\020%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, ed=^W, el=^V, ind=^J, kbs=^H, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, khome=^Y, # (d132: removed duplicate ":ic=\E5:" -- esr) d132|datagraphix|datagraphix 132a, da, db, in, cols#80, lines#30, bel=^G, clear=^L, cnorm=\Em\En, cr=^M, cud1=^J, cuf1=\El, cuu1=\Ek, cvvis=\Ex, dch1=\E6, home=\Et, ich1=\E5, il1=\E3, ind=\Ev, ri=\Ew, # I'm told the d800 was an early portable terminal that looked a lot like the # original Compaq portable. # (d800: mapped ":pt:" to default tabs -- esr) d800|Direct 800/A, am, da, db, msgr, xhp, cols#80, lines#24, bel=^G, clear=\E[1;1H\E[2J, cnorm=\E[>12h, cr=^M, cub1=^H, cud1=^J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, cvvis=\E[>12l, ed=\E[J, el=\E[K, ht=^I, ind=\ED, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, ri=\EM, rmacs=\E[0m, rmso=\E[0m, rmul=\E[0m, smacs=\E[1m, smso=\E[7m, smul=\E[4m, digilog|digilog 333, cols#80, lines#16, bel=^G, cr=^M, cub1=^H, cud1=^J, cuf1=^I, cuu1=^O, el=^X, home=^N, ind=^J, env230|envision230|envision 230 graphics terminal, am, mir, msgr, xon, cols#80, it#8, lines#24, vt#3, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, clear=\E[H\E[J$<50>, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C$<2>, cup=\E[%i%p1%d;%p2%dH$<5>, cuu=\E[%p1%dA, cuu1=\E[A$<2>, ed=\E[J$<50>, el=\E[K$<3>, el1=\E[1K$<3>, enacs=\E(B\E)0, home=\E[H, ht=^I, hts=\EH, ind=^J, ka1=\EOq, ka3=\EOs, kb2=\EOr, kbs=^H, kc1=\EOp, kc3=\EOn, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kent=\EOM, kf0=\EOy, kf1=\EOP, kf10=\EOx, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOt, kf6=\EOu, kf7=\EOv, kf8=\EOl, kf9=\EOw, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m$<2>, ri=\EM$<5>, rmacs=^O, rmkx=\E[?1l\E>, rmso=\E[0m<2>, rmul=\E[m$<2>, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, sc=\E7, sgr=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, sgr0=\E[m\017$<2>, smacs=^N, smkx=\E[?1h\E=, smso=\E[1m<2>, smul=\E[4m$<2>, tbc=\E[3g, # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic # coupler attached, the whole rig fitting in a suitcase and more or less # portable. Hot stuff for c.1977 :-) -- esr ep48|ep4080|execuport 4080, am, os, cols#80, bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, ep40|ep4000|execuport 4000, am, os, cols#136, bel=^G, cr=^M, cub1=^H, cud1=^J, hd=^\, hu=^^, ind=^J, # From: Paul Leondis ifmr|Informer D304, am, cols#80, lines#24, clear=\EZ, cud1=^J, cuf1=\EC, cup=\EY%p2%{32}%+%c%p1%{32}%+%c, cuu1=\EA, dch1=\E\\, ed=\E/, el=\EQ, home=\EH, ich1=\E[, ri=\En, rmso=\EK, smso=\EJ, # This used to say "de#001202" which presumably refers to the stty bits # that need to be set for some version of Unix. We need the real delay # requirements in MS. mw2|Multiwriter 2, hc, os, cols#132, bel=^G, cr=^M, cud1=^J, ind=^J, # Entry largely based on wy60 and has the features of wy60ak. opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys +, am, bw, hs, km, mir, msgr, ul, xon, cols#80, lh#1, lines#24, lw#8, nlab#8, wsl#80, acsc=0wa_h[jukslrmqnxqzttuyv]wpxv, bel=^G, blink=\EG2, cbt=\EI, civis=\E`0, clear=\E*$<100>, cnorm=\E`1, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\Ea%i%p1%dR%p2%dC, cuu1=^K, dch1=\EW$<11>, dim=\EGp, dl1=\ER$<5>, dsl=\Ez(\r, ed=\EY$<100>, el=\ET, fsl=^M, home=\036$<2>, ht=\011$<5>, hts=\E1, if=/usr/lib/tabset/std, il1=\EE$<4>, ind=^J, invis=\EG1, ip=$<3>, is2=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037\Ezz`\E[F\037\EA1*\EZH12, kHOM=\E{, kbs=^H, kcbt=\EI, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\EW, kdl1=\ER, ked=\EY, kel=\ET, kend=\E[F, kent=\E7, kf1=^A@\r, kf10=^AI\r, kf11=^AJ\r, kf12=^AK\r, kf13=^AL\r, kf14=^AM\r, kf15=^AN\r, kf16=^AO\r, kf2=^AA\r, kf3=^AB\r, kf4=^AC\r, kf5=^AD\r, kf6=^AE\r, kf7=^AF\r, kf8=^AG\r, kf9=^AH\r, khome=^^, kich1=\EQ, kil1=\EE, knp=\EK, kpp=\EJ, kprt=\EP, krpl=\Er, mc0=\EP, mc4=^T, mc5=^R, nel=\r\n$<3>, pfloc=\EZ2%p1%'?'%+%c%p2%s\177, pfx=\EZ1%p1%'?'%+%c%p2%s\177, pln=\Ez%p1%'/'%+%c%p2%s\r, prot=\E), rev=\EG4, ri=\Ej$<7>, rmacs=\EH^C, rmam=\Ed., rmir=\Er, rmln=\EA11, rmso=\EG0, rmul=\EG0, rmxon=\Ec20, rs1=\E~!\E~4$<150>, rs2=\EeF$<150>, rs3=\EwG\Ee($<150>, sgr=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c, sgr0=\E(\EH\003\EG0\EcD, smacs=\EH^B, smam=\Ed/, smcup=\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037, smir=\Eq, smln=\EA10, smso=\EG4, smul=\EG8, smxon=\Ec21, tbc=\E0, tsl=\Ez(, uc=\EG8%p1%c\EG0, # (ps300: changed ":pt@:" to "it@" -- esr) ps300|Picture System 300, xt, it@, rmso@, rmul@, smso@, smul@, use=vt100, ramtek|ramtek 6000, am, cols#78, lines#24, bel=^G, clear=[alpha]\n[erase]\n, cr=^M, cub1=^H, cud1=^J, ind=^J, # The tab 132 uses xon/xoff, so no padding needed. # :ks:/:ke: have nothing to do with arrow keys. # :is: sets 80 col mode, normal video, autowrap on (for :am:). # Seems to be no way to get rid of status line. tab132|tab|tab132-15|tab 132/15, da, db, lm#96, cud1=^J, cup=\E[%i%p1%d;%p2%dH, dch1=\E[P, dl1=\E[M, il1=\E[L, is2=\E[?7h\E[?3l\E[?5l, kcub1=\E[D, kcud1=\E[B, kcuu1=\E[A, rmir=\E[4l, rmkx@, smir=\E[4h, smkx@, use=vt100, tab132-w, cols#132, is2=\E[?7h\E[?3h\E[?5l, use=tab132, tab132-rv, is2=\E[?7h\E[?3l\E[?5h, use=tab132, tab132-w-rv, is2=\E[?7h\E[?3h\E[?5h, use=tab132-w, # Upper case terminal, uses lower case for control sequences!!! tec400|tec scope, xmc#1, clear=f, cub1=w, cud1=h, cuf1=g, cup=l%p2%~%c%p1%~%c, cuu1=x, dch1=t, dl1=u, ed=s, el=c, home=i, ich1=d, il1=e, rmso=|, smso={, # From: Mon Sep 21 21:15:45 1981 # This entry has been tested. tec500|tec 500, am, cols#80, lines#24, bel=^G, clear=\032$<20>, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, home=^^, ind=^J, rmso=^\, smso=^], # tec is untested, and taken from CB/Unix virtual terminal driver. # I would appreciate more information on this terminal, such as the # manufacturer and the model number. There are too many tecs in here. # (tec: removed obsolete ":ma=^K^P^_ :" -- esr) tec, am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, home=^^, ind=^J, teletec|Teletec Datascreen, am, cols#80, lines#24, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^_, cuu1=^K, home=^^, ind=^J, # Terak made a PDP-11 based box with a bitmapped display that ran UCSD # Pascal as the native O/S. It was quite a nice box, and there were several # at Berkeley. terak|Terak emulating Datamedia 1520, use=dm1520, # From: Mark Dornfeld # This termcap is for the LANPAR Technologies VISION 3220 # terminal. The function key definitions k0-k5 represent the # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN, # NEXT SCREEN. The key definitions k6-k9 represent the PF1 to # PF4 keys. # (v3220: mapped ":pt:" to default tabs, removed obsolete ":kn#10:" -- esr) v3220|LANPAR Vision II model 3220/3221/3222, am, mir, xenl, cols#80, lines#24, clear=\E[H\E[J, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, il1=\E[L, is2=\E>\E[?3l\E[?7h\E[?8h\E[p, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kf0=\E[1~, kf1=\E[2~, kf2=\E[3~, kf3=\E[4~, kf4=\E[5~, kf5=\E[6~, kf6=\E[OP, kf7=\E[OQ, kf8=\E[OR, kf9=\E[OS, khome=\E[H, ri=\EM, rmir=\E[4l, rmkx=\E>, rmso=\E[m, rmul=\E[m, smir=\E[4h, smkx=\E=, smso=\E[7m, smul=\E[4m, # Does anybody know where these "wind" terminals came from? wind, cols#80, lines#24, clear=\EnP(\Eo, cuf1=^L, cup=\Ep%p2%c%p1%c, cuu1=^K, home=\Ep\200\200, kcub1=\E3, kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, kf4=\E8, rmso=\Em^C, smso=\Em^L, wind16, cols#80, lines#16, clear=\EnP\020\Eo, cuf1=^L, cup=\Ep%p2%c%p1%c, cuu1=^K, home=\Ep\200\200, rmso=\Em^C, smso=\Em^L, wind40, cols#80, lines#40, clear=\EnP(\Eo, cuf1=^L, cup=\Ep%p2%c%p1%c, cuu1=^K, home=\Ep\200\200, rmso=\Em^C, smso=\Em^L, # (wind50: corrected :cl=\EnP\128\062\Eo: -- esr) wind50, cols#88, lines#50, clear=\EnP2\Eo, cuf1=^L, cup=\Ep%p2%c%p1%c, cuu1=^K, home=\Ep\200\200, kcub1=\E3, kcud1=\E2, kcuf1=\E4, kcuu1=\E1, kf1=\E5, kf2=\E6, kf3=\E7, kf4=\E8, rmso=\Em^C, smso=\Em^L, # (xitex: removed obsolete ":ma=j^Jk^Pl :" -- esr) xitex|xitex sct-100, cols#64, lines#16, bel=^G, clear=\014$<400>, cr=^M, cub1=^H, cud1=^J, cuf1=\E+@A, cup=\E=%p1%'@'%+%c%p2%'@'%+%c, cuu1=^K, ed=\006\005$<2000>, el=\005$<1600>, home=^D, ind=^J, ri=\E=@@\013, plasma|plasma panel, am, cols#85, lines#45, bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, cuf1=^X, cuu1=^V, home=^^, ind=^J, #### Homebrew and custom terminals # bch|bc|bill croft homebrew, am, cols#96, lines#72, clear=^Z, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, flash=, home=^^, nucterm|rayterm|NUC homebrew, am, cols#80, lines#24, bel=^G, clear=\014$<1>, cr=^M, cub1=^H, cud1=^J, cuf1=^C, cuu1=^N, ed=^E, el=^A, home=^B, ind=^J, ll=^K, carlock|klc, am, cols#80, lines#24, bel=^G, clear=\032$<100>, cr=^M, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, dch1=^¿, dl1=^D, el=^U, flash=\EV\EV, home=^^, il1=^E, ind=^J, rmir=^T, rmso=^V, smir=^T, smso=^V, # uVAX qdss|qdcons|qdss glass tty, am, cols#128, lines#57, clear=\032$<1/>, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%c%p2%c, cuu1=^K, # (ubell: removed obsolete ":ma=j^Jk^P^K^Pl :"; # mapped ":pt:" to default tabs; removed obsolete ":bc=^Y:" -- esr) ubell|ubellchar, am, cols#80, lines#24, bel=^G, clear=^Z, cr=^M, cub1=^H, cud1=^J, cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, el=\Ed, home=^^, ht=^I, ind=^J, ttywilliams, am, cols#80, lines#12, bel=^G, clear=^^, cr=^M, cub1=^Y, cud1=^K, cuf1=^X, cuu1=^Z, el=^_, home=^], ind=^J, ######## ANSI/VT100/PC-TERM TERMINAL STANDARDS # # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals # # Most of the content of this comment is adapted from a table prepared by # Richard Shuford, based on a 1984 Byte article. Terminfo correspondences # and discussion of some terminfo-related issues have been added. # # The table is a complete list of the defined ANSI X.364 control sequences. # In the main table, \E stands for an escape (\033) character, SPC for space. # Pn stands for a single numeric parameter to be inserted in decimal ASCII. # Ps stands for a list of such parameters separated by semicolons # # Default Type # Sequence Sequence Parameter or # Mnemonic Name Sequence Value Mode terminfo # ----------------------------------------------------------------------------- # APC Applicatn Program Command \E Fe - Delim - # CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt # CCH Cancel Previous Character \E T - - - # CHA Cursor Horzntal Absolute \E [ Pn G 1 eF hpa (1) # CHT Cursor Horizontal Tab \E [ Pn I 1 eF tab (2) # CNL Cursor Next Line \E [ Pn E 1 eF nel (3) # CPL Cursor Preceding Line \E [ Pn F 1 eF - # CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - # CSI Control Sequence Intro \E [ - Intro - # CTC Cursor Tab Control \E [ Ps W 0 eF - # CUB Cursor Backward \E [ Pn D 1 eF cub # CUD Cursor Down \E [ Pn B 1 eF cud # CUF Cursor Forward \E [ Pn C 1 eF cuf # CUP Cursor Position \E [ Pn ; Pn H 1, 1 eF cup (4) # CUU Cursor Up \E [ Pn A 1 eF cuu # CVT Cursor Vertical Tab \E [ Pn Y - eF - # DA Device Attributes \E [ Pn c 0 - - # DAQ Define Area Qualification \E [ Ps o 0 - - # DCH Delete Character \E [ Pn P 1 eF dch # DCS Device Control String \E P - Delim - # DL Delete Line \E [ Pn M 1 eF dl # DMI Disable Manual Input \E \ - Fs - # DSR Device Status Report \E [ Ps n 0 - - # EA Erase in Area \E [ Ps O 0 eF - # ECH Erase Character \E [ Pn X 1 eF ech # ED Erase in Display \E [ Ps J 0 eF ed (5) # EF Erase in Field \E [ Ps N 0 eF - # EL Erase in Line \E [ Ps K 0 eF el (5) # EMI Enable Manual Input \E b Fs - # EPA End of Protected Area \E W - - - # ESA End of Selected Area \E G - - - # FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE - # GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - # GSS Graphic Size Selection \E [ Pn SPC C none FE - # HPA Horz Position Absolute \E [ Pn ` 1 FE (1) # HPR Horz Position Relative \E [ Pn a 1 FE (6) # HTJ Horz Tab w/Justification \E I - FE (2) # HTS Horizontal Tab Set \E H - FE hts # HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE (4) # ICH Insert Character \E [ Pn @ 1 eF ich # IL Insert Line \E [ Pn L 1 eF il # IND Index \E D - FE - # INT Interrupt \E a - Fs - # JFY Justify \E [ Ps SPC F 0 FE - # MC Media Copy \E [ Ps i 0 - - # MW Message Waiting \E U - - - # NEL Next Line \E E - FE nel (3) # NP Next Page \E [ Pn U 1 eF - # OSC Operating System Command \E ] - Delim - # PLD Partial Line Down \E K - FE - # PLU Partial Line Up \E L - FE - # PM Privacy Message \E ^ - Delim - # PP Preceding Page \E [ Pn V 1 eF - # PU1 Private Use 1 \E Q - - - # PU2 Private Use 2 \E R - - - # QUAD Typographic Quadding \E [ Ps SPC H 0 FE - # REP Repeat Char or Control \E [ Pn b 1 - rep # RI Reverse Index \E M - FE - # RIS Reset to Initial State \E c - Fs - # RM Reset Mode \E [ Ps l none - - # SD Scroll Down \E [ Pn T 1 eF rin # SEM Select Edit Extent Mode \E [ Ps Q 0 - - # SGR Select Graphic Rendition \E [ Ps m 0 FE sgr (7) # SL Scroll Left \E [ Pn SPC @ 1 eF - # SM Select Mode \E [ Ps h none - - # SPA Start of Protected Area \E V - - - # SPI Spacing Increment \E [ Pn ; Pn SPC G none FE - # SR Scroll Right \E [ Pn SPC A 1 eF - # SS2 Single Shift 2 (G2 set) \E N - Intro - # SS3 Single Shift 3 (G3 set) \E O - Intro - # SSA Start of Selected Area \E F - - - # ST String Terminator \E \ - Delim - # STS Set Transmit State \E S - - - # SU Scroll Up \E [ Pn S 1 eF indn # TBC Tab Clear \E [ Ps g 0 FE tbc # TSS Thin Space Specification \E [ Pn SC E none FE - # VPA Vert Position Absolute \E [ Pn d 1 FE vpa # VPR Vert Position Relative \E [ Pn e 1 FE (8) # VTS Vertical Tabulation Set \E J - FE - # # --------------------------------------------------------------------------- # # Notes: # # (1) There seems to be some confusion abroad between CHA and HPA. Most # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls # the capability (hpa). # # (2) CHT corresponds to terminfo (tab). Usually it has the value ^I. # Occasionally (as on, for example, certain HP terminals) this has the HTJ # value. # # (3) terminfo (nel) is usually \r\n rather than ANSI \EE. # # (4) CUP and HVP are identical in effect. Some ANSI.SYS versions accept # HVP, but always allow CUP as an alternate. # # (5) See the VT100 discussion for the meaning of the ED parameter. # # (6) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals # use CUF for this function and ignore HPR # # (7) In SGR, the ANSI.SYS values for attributes are now nearly universal. # # (8) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals # use CUD for this function and ignore VPR. # # --------------------------------------------------------------------------- # # Abbreviations: # # Intro an Introducer of some kind of defined sequence; the normal 7-bit # X3.64 Control Sequence Introducer is the two characters "Escape [" # # Delim a Delimiter # # x/y identifies a character by position in the ASCII table (column/row) # # eF editor function (see explanation) # # FE format effector (see explanation) # # F is a Final character in # an Escape sequence (F from 3/0 to 7/14 in the ASCII table) # a control sequence (F from 4/0 to 7/14) # # Gs is a graphic character appearing in strings (Gs ranges from # 2/0 to 7/14) in the ASCII table # # Ce is a control represented as a single bit combination in the C1 set # of controls in an 8-bit character set # # C0 the familiar set of 7-bit ASCII control characters # # C1 roughly, the set of control characters available only in 8-bit systems. # This is too complicated to explain fully here, so read Jim Fleming's # article in the February 1983 BYTE, especially pages 214 through 224. # # Fe is a Final character of a 2-character Escape sequence that has an # equivalent representation in an 8-bit environment as a Ce-type # (Fe ranges from 4/0 to 5/15) # # Fs is a Final character of a 2-character Escape sequence that is # standardized internationally with identical representation in 7-bit # and 8-bit environments and is independent of the currently # designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14) # # I is an Intermediate character from 2/0 to 2/15 (inclusive) in the # ASCII table # # P is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII # table # # Pn is a numeric parameter in a control sequence, a string of zero or # more characters ranging from 3/0 to 3/9 in the ASCII table # # Ps is a variable number of selective parameters in a control sequence # with each selective parameter separated from the other by the code # 3/11 (which usually represents a semicolon); Ps ranges from # 3/0 to 3/9 and includes 3/11 # # Format Effectors versus Editor Functions # # A format effector specifies how following output is to be displayed. # An editor function allows you to modify the display. Informally # format effectors may be destructive; format effectors should not be. # # For instance, a format effector that moves the "active position" (the # cursor or equivalent) one space to the left would be useful when you want to # create an overstrike, a compound character made of two standard characters # overlaid. Control-H, the Backspace character, is actually supposed to be a # format effector, so you can do this. But many systems use it in a # nonstandard fashion, as an editor function, deleting the character to the # left of the cursor and moving the cursor left. When Control-H is assumed to # be an editor function, you cannot predict whether its use will create an # overstrike unless you also know whether the output device is in an "insert # mode" or an "overwrite mode". When Control-H is used as a format effector, # its effect can always be predicted. The familiar characters carriage # return, linefeed, formfeed, etc., are defined as format effectors. # # The ANSI Standard # # The complete document describing the standard, "ANSI X3.64-1979: # Additional Controls for Use with the American National Standard # Code for Information Interchange," can be ordered for $13.50 (plus # $4 postage) from # # Standards Sales Department # American National Standards Institute # 1430 Broadway # New York, NY 10018 # 212/354-3300 # # It's best to read the full standard before using it. It also helps # to have copies of the related standards "X3.4-1977: American # National Standard Code for Information Interchange" (the ASCII # standard) and "X3.41.1974: Code-Extension Techniques for Use with # the 7-Bit Coded Character Set of American National Standard for # Information Interchange." # # NOTES ON THE DEC VT100 IMPLEMENTATION # # Control sequences implemented in the VT100 are as follows: # # CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND, # LNM, NEL, RI, RIS, RM, SGR, SM, TBC # # plus several private DEC commands. # # Erasing parts of the display (EL and ED) in the VT100 is performed thus: # # Erase from cursor to end of line Esc [ 0 K or Esc [ K # Erase from beginning of line to cursor Esc [ 1 K # Erase line containing cursor Esc [ 2 K # Erase from cursor to end of screen Esc [ 0 J or Esc [ J # Erase from beginning of screen to cursor Esc [ 1 J # Erase entire screen Esc [ 2 J # # The VT100 responds to receiving the DA (Device Attributes) control # # Esc [ c (or Esc [ 0 c) # # by transmitting the sequence # # Esc [ ? l ; Ps c # # where Ps is a character that describes installed options. # # The VT100's cursor location can be read with the DSR (Device Status # Report) control # # Esc [ 6 n # # The VT100 reports by transmitting the CPR sequence # # Esc [ Pl ; Pc R # # where Pl is the line number and Pc is the column number (in decimal). # # The specification for the DEC VT100 is document EK-VT100-UG-003. # # NOTES ON `PC-TERM' COMPATIBILITY # # The MS-DOS ANSI.SYS driver has set the de-facto standard for attribute # and color values in the SGR string. These are as follows: # # 0 all attributes off # 1 foreground bright # 4 underscore on # 5 blink on/background bright (not reliable with brown) # 7 reverse-video # 8 set blank (non-display) # 10 set primary font # 11 set first alternate font (on PCs, display ROM characters 1-31) # 12 set second alternate font (on PCs, display IBM high-half chars) # # Color attribute sets # 3n set foreground color / 0=black, 1=red, 2=green, 3=brown, # 4n set background color \ 4=blue, 5=magenta, 6=cyan, 7=white # Bright black becomes gray. Bright brown becomes yellow, # # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing # when you try to set a "bright brown" (yellow) background with attribute # 5 (you get a blinking yellow foreground instead). A few displays # (including the System V console) support an attribute 6 that undoes this # braindamage. # # * Some older versions of ANSI.SYS have a bug that causes thems to require # ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE # # The historical termcap file entries were written primarily in 4.4BSD termcap. # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set, # with the extension names chosen for compatibility with the termcap names # assigned in System V terminfo. There are some variant extension sets out # there. We try to describe them here. # # XENIX extensions: # # The XENIX extensions include a set of function-key capabilities as follows: # # code XENIX variable name terminfo name name clashes? # ---- ------------------- ------------- ----------------------- # CL key_char_left # CR key_char_right # CW key_change_window create_window # EN key_end kend # HM key_home khome # HP ?? # LD key_delete_line kdl1 # LF key_linefeed label_off # NU key_next_unlocked_cell # PD key_page_down knp # PL ?? # PN start_print mc5 # PR ?? # PS stop_print mc4 # PU key_page_up kpp pulse # RC key_recalc remove_clock # RF key_toggle_ref req_for_input # RT key_return kent # UP key_up_arrow kcuu1 parm_up_cursor # WL key_word_left # WR key_word_right # # The XENIX extensions also include the following character-set and highlight # capabilities: # # XENIX terminfo function # ----- -------- ------------------------------ # GS smacs start alternate character set # GE rmacs end alternate character set # GG :as:/:ae: glitch (analogous to :sg:/:ug:) # bo blink begin blink (not used in /etc/termcap) # be end blink (not used in /etc/termcap) # bb blink glitch (not used in /etc/termcap) # it dim begin dim (not used in /etc/termcap) # ie end dim (not used in /etc/termcap) # ig dim glitch (not used in /etc/termcap) # # XENIX also supposedly uses the following forms-drawing capabilities: # # single double type # ------ ------ ------------- # gv GV vertical line (|) # gh GH horizontal line (-) # g1 G1 top right corner # g4 G4 bottom right corner (_|) # g2 G2 top left corner # g3 G3 bottom left corner (|_) # gd GD down-tick character (T) # gl GL left-tick character (-|) # gr GR right-tick character (|-) # gc GC middle intersection (-|-) # gu GU up-tick character (_|_) # # However, there is some confusion about case. The scoansi entry uses # mixed-case versions of these, and the historical ibmpcx, lisa, trs16, and fos # entries have only the uppercase versions. Accordingly, the ncurses tools # don't try to translate these. # # AT&T Extensions: # # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of # nonstandard capabilities. Its signature is the KM capability, used to name # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this # set. Comments in the original, and a little cross-checking with other AT&T # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh: # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights), # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make # cursor invisible), and CV=:ve: (make cursor normal). # # TC Extensions: # # There is a set of extended termcaps associated with something # called the "Terminal Control" or TC package created by MainStream Systems, # Winfield Kansas. This one also uses GS/GE for as/ae, and also uses # CF for civis and CO for cvvis. Finally, they define a boolean :ct: # that flags color terminals. ######## CHANGE HISTORY # # 9.1.0 (Wed Feb 1 04:50:32 EST 1995): # * First terminfo master translated from 8.3. # 9.2.0 (Wed Feb 1 12:21:45 EST 1995): # * Replaced Wyse entries with updated entries supplied by vendor. # 9.3.0 (Mon Feb 6 19:14:40 EST 1995): # * Added contact & status info from G. Clark Brown . # 9.3.1 (Tue Feb 7 12:00:24 EST 1995): # * Better XENIX keycap translation. Describe TC termcaps. # * Contact and history info supplied by Qume. # 9.3.2 (Sat Feb 11 23:40:02 EST 1995): # * Raided the Shufort FTP site for recent termcaps/terminfos. # * Added information on X3.64 and VT100 standard escape sequences. # 9.3.3 (Mon Feb 13 12:26:15 EST 1995): # * Added a correct X11R6 xterm entry. # * Fixed terminfo translations of padding. # 9.3.4 (Wed Feb 22 19:27:34 EST 1995): # * Added correct acsc/smacs/rmacs strings for vt100 and xterm. # * Added u6/u7/u8/u9 capabilities. # * Added PCVT entry. # 9.3.5 (Thu Feb 23 09:37:12 EST 1995): # * Emacs uses :so:, not :mr:, for its mode line. Fix linux entry # to use reverse-video standout so Emacs will look right. # * Added el1 capability to ansi. # * Added smacs/rmacs to ansi.sys. # 9.4.0 (Sat Feb 25 16:43:25 EST 1995): # * New mt70 entry. # * Added COPYRIGHTS AND OTHER DELUSIONS. # * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics # smartvid & smarterm, ampex 175 & 219 & 232, # env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20, # ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2, # screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan, # adm36, mime314, ergo4000, ca22851. Replaced att7300, esprit, dd5500. # * Replaced the Perkin-Elmer entries with vendor's official ones. # * Restored the old minimal-ansi entry, luna needs it. # * Fixed some incorrect ip and proportional-padding translations. # 9.4.1 (Mon Feb 27 14:18:33 EST 1995): # * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly. # * Make the xterm entry 65 lines again; create xterm25 and xterm24 # to force a particular height. # * Added beehive4 and reorganized other Harris entries. # 9.4.2 (Thu Mar 9 01:45:44 EST 1995): # * Merged in DEC's official entries for its terminals. The only old # entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo). # * Replaced the translated BBN Bitgraph entries with purpose-built # ones from AT&T's SVr3. # * Replaced the AT&T entries with AT&T's official terminfos. # * Added teleray 16, vc415, cops10. # * Merged in many individual capabilities from SCO terminfo files. # 9.4.3 (Mon Mar 13 02:37:53 EST 1995): # * Typo fixes. # * Change linux entry so A_PROTECT enables IBM-PC ROM characters. # 9.4.4 (Mon Mar 27 12:32:35 EST 1995): # * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803, # pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21, # simterm, citoh and variants. # * Replaced sol entry with sol1 and sol2. # * Replaced Qume QVT and Freedom-series entries with purpose-built # terminfo entries. # * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek # and dg200 entries using caps from from SCO. # * Added the usual set of function-key mappings to ANSI entry. # * Corrected xterm's function-key capabilities. # 9.4.5 (Tue Mar 28 14:27:49 EST 1995): # * Fix in xterm entry, cub and cud are not reliable under X11R6. # 9.4.6 (Thu Mar 30 14:52:15 EST 1995): # * Fix in xterm entry, get the arrow keys right. # * Change some \0 escapes to \200. # 9.4.7 (Tue Apr 4 11:27:11 EDT 1995) # * Added apple (Videx card), adm1a, oadm31. # * Fixed malformed ampex csr. # * Fixed act4, cyb110; they had old-style prefix padding left in. # * Changed mandatory to advisory padding in many entries. # * Replaced HP entries up to hpsub with purpose-built ones. # * Blank rmir/smir/rmdc/smdc capabilities removed. # * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924. # 9.4.8 (Fri Apr 7 09:36:34 EDT 199): # * Replaced the Ann Arbor entries with SCO's, the init strings are # more efficient (but the entries otherwise identical). # * Added dg211 from Shuford archive. # * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk, # adm42-nl, pc52, gs6300, xerox820, uts30. # * Pull SCO's padding into vi200 entry. # * Improved capabilities for tvi4107 and other Televideo and Viewpoint # entries merged in from SCO's descriptions. # * Fixed old-style prefix padding on zen50, h1500. # * Moved old superbee entry to superbee-xsb, pulled in new superbee # entry from SCO's description. # * Reorganized the special entries. # * Added lm#0 to cbunix and virtual entries. # # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995): # * Restored cdc456tst. # * Fixed sb1 entry, SCO erroneously left out the xsb glitch. # * Added megatek, beacon, microkit. # * Freeze for ncurses-1.9 release. # ######## END OF TERMCAP