10Sstevel@tonic-gate# 2*3872Sas145665# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 30Sstevel@tonic-gate# Use is subject to license terms. 40Sstevel@tonic-gate# 50Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 60Sstevel@tonic-gate# ------------------------ 70Sstevel@tonic-gate# 80Sstevel@tonic-gate#Termcap source file @(#)termcap.src 1.33 89/03/22 SMI; from UCB 5.28 6/7/86 90Sstevel@tonic-gate# Kevin Layer, Berkeley 100Sstevel@tonic-gate# Craig Leres, Berkeley 110Sstevel@tonic-gate# Mark Horton, Berkeley 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# Please mail changes to (arpanet): termcap@berkeley 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# Copyright (c) 1980 Regents of the University of California. 160Sstevel@tonic-gate# All rights reserved. The Berkeley software License Agreement 170Sstevel@tonic-gate# specifies the terms and conditions for redistribution. 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# This file describes capabilities of various terminals, as needed by 200Sstevel@tonic-gate# software such as screen editors. It does not attempt to describe 210Sstevel@tonic-gate# printing terminals very well, nor graphics terminals. Someday. 220Sstevel@tonic-gate# See termcap(5) in the Unix Programmers Manual for documentation. 230Sstevel@tonic-gate# 240Sstevel@tonic-gate# Conventions: First entry is two chars, first char is manufacturer, 250Sstevel@tonic-gate# second char is canonical name for model or mode. 260Sstevel@tonic-gate# Third entry is the one the editor will print with "set" command. 270Sstevel@tonic-gate# Last entry is verbose description. 280Sstevel@tonic-gate# Others are mnemonic synonyms for the terminal. 290Sstevel@tonic-gate# 300Sstevel@tonic-gate# Terminal naming conventions: 310Sstevel@tonic-gate# Terminal names look like <manufacturer> <model> - <modes/options> 320Sstevel@tonic-gate# Certain abbreviations (e.g. c100 for concept100) are also allowed 330Sstevel@tonic-gate# for upward compatibility. The part to the left of the dash, if a 340Sstevel@tonic-gate# dash is present, describes the particular hardware of the terminal. 350Sstevel@tonic-gate# The part to the right can be used for flags indicating special ROM's, 360Sstevel@tonic-gate# extra memory, particular terminal modes, or user preferences. 370Sstevel@tonic-gate# All names are always in lower case, for consistency in typing. 380Sstevel@tonic-gate# 390Sstevel@tonic-gate# The following are conventionally used flags: 400Sstevel@tonic-gate# rv Terminal in reverse video mode (black on white) 410Sstevel@tonic-gate# 2p Has two pages of memory. Likewise 4p, 8p, etc. 420Sstevel@tonic-gate# w Wide - in 132 column mode. 430Sstevel@tonic-gate# pp Has a printer port which is used. 440Sstevel@tonic-gate# na No arrow keys - termcap ignores arrow keys which are 450Sstevel@tonic-gate# actually there on the terminal, so the user can use 460Sstevel@tonic-gate# the arrow keys locally. 470Sstevel@tonic-gate# 480Sstevel@tonic-gate# There are some cases where the same name is used for two different 490Sstevel@tonic-gate# terminals, e.g. "teleray" or "2621" or "vt100". In these cases, 500Sstevel@tonic-gate# if a site has one of these, they should choose a local default and 510Sstevel@tonic-gate# bring that terminal to the front in the reorder script. This works 520Sstevel@tonic-gate# because tgetent picks the first match in /etc/termcap. 530Sstevel@tonic-gate# The list of names intentionally duplicated is: 540Sstevel@tonic-gate# 2621, c108, dtc, hp2621, teleray, tvi, vt100. 550Sstevel@tonic-gate# 560Sstevel@tonic-gate# If you absolutely MUST check for a specific terminal (this is discouraged) 570Sstevel@tonic-gate# check for the 2nd entry (the canonical form) since all other codes are 580Sstevel@tonic-gate# subject to change. The two letter codes are there for version 6 and are 590Sstevel@tonic-gate# EXTREMELY subject to change, or even to go away if version 6 becomes for 600Sstevel@tonic-gate# all practical purposes obsolete. We would much rather put in special 610Sstevel@tonic-gate# capabilities to describe your terminal rather than having you key on the 620Sstevel@tonic-gate# name. 630Sstevel@tonic-gate# 640Sstevel@tonic-gate# Special manufacturer codes: 650Sstevel@tonic-gate# A: hardcopy daisy wheel terminals 660Sstevel@tonic-gate# M: Misc. (with only a few terminals) 670Sstevel@tonic-gate# q: Homemade 680Sstevel@tonic-gate# s: special (dialup, etc.) 690Sstevel@tonic-gate# 700Sstevel@tonic-gate# Comments in this file begin with # - they cannot appear in the middle 710Sstevel@tonic-gate# of a termcap entry. Individual entries are commented out by 720Sstevel@tonic-gate# placing a period between the colon and the capability name. 730Sstevel@tonic-gate# 740Sstevel@tonic-gate# This file is to be installed with an editor script (reorder) 750Sstevel@tonic-gate# that moves the most common terminals to the front of the file. 760Sstevel@tonic-gate# If the source is not available, it can be constructed by sorting 770Sstevel@tonic-gate# the above entries by the 2 char initial code. 780Sstevel@tonic-gate# # -------------------------------- 790Sstevel@tonic-gate# 800Sstevel@tonic-gate# A: DAISY WHEEL PRINTERS and APPLE 810Sstevel@tonic-gate# 820Sstevel@tonic-gate# The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy 830Sstevel@tonic-gate# wheel terminals until such time as termcap distinguishes between them 840Sstevel@tonic-gate# enough to justify separate codes. 850Sstevel@tonic-gate# This is an "experimental" entry for the SRI Agiles. 860Sstevel@tonic-gate# It has been tried in a minimal way -- the Agile did not blow up! 870Sstevel@tonic-gate# However, it has not been exhaustively tested. 880Sstevel@tonic-gate# Anyone who tries it and finds it wanting should get in touch with: 890Sstevel@tonic-gate# Ralph Keirstead (ralph@sri-unix); 900Sstevel@tonic-gate# EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025 910Sstevel@tonic-gateAa|agile|agiles|sri agiles:\ 920Sstevel@tonic-gate :bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\ 930Sstevel@tonic-gate :hu=\E0:hd=\E9:if=/usr/share/lib/tabset/std:is=\EE\EF\EJ: 940Sstevel@tonic-gateA6|1620|1720|450|ipsi|diablo 1620:\ 950Sstevel@tonic-gate :do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\ 960Sstevel@tonic-gate :if=/usr/share/lib/tabset/xerox1720:\ 970Sstevel@tonic-gate :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n: 980Sstevel@tonic-gateA7|1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ 990Sstevel@tonic-gate :do=^J:co#124:is=\r \E9:tc=1620: 1000Sstevel@tonic-gateA8|1640|1740|630|1730|x1730|diablo|xerox|diablo 1640:\ 1010Sstevel@tonic-gate :if=/usr/share/lib/tabset/xerox1730:\ 1020Sstevel@tonic-gate :us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620: 1030Sstevel@tonic-gateAm|1640-lm|1740-lm|630-lm|1730-lm|x1730-lm|diablo-lm|xerox-lm|\ 1040Sstevel@tonic-gate diablo 1640 with idented left margin:\ 1050Sstevel@tonic-gate :if=/usr/share/lib/tabset/xerox1730-lm:\ 1060Sstevel@tonic-gate :co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620: 1070Sstevel@tonic-gate# DTC 382 with VDU. Has no cd so we fake it with ce. Standout works but 1080Sstevel@tonic-gate# won't go away without dynamite. The terminal has tabs, but I'm getting 1090Sstevel@tonic-gate# tired of fighting the braindamage. If no tab is set or the terminal's 1100Sstevel@tonic-gate# in a bad mood, it glitches the screen around all of memory. Note that 1110Sstevel@tonic-gate# return puts a blank ("a return character") in the space the cursor was 1120Sstevel@tonic-gate# at, so we use ^P return (and thus ^P newline for newline). Note also 1130Sstevel@tonic-gate# that if you turn off pt and let Unix expand tabs, curses won't work 1140Sstevel@tonic-gate# (current version) because it doesn't turn off this bit, and cursor 1150Sstevel@tonic-gate# addressing sends a tab for row/column 9. What a losing terminal! I 1160Sstevel@tonic-gate# have been unable to get tabs set in all 96 lines - it always leaves at 1170Sstevel@tonic-gate# least one line with no tabs in it, and once you tab through that line, 1180Sstevel@tonic-gate# it completely weirds out. 1190Sstevel@tonic-gateAc|dtc|ps|dtc382|382:\ 1200Sstevel@tonic-gate :do=^J:al=^P^Z:am:le=^H:\ 1210Sstevel@tonic-gate :bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\ 1220Sstevel@tonic-gate :dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\ 1230Sstevel@tonic-gate :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\ 1240Sstevel@tonic-gate :up=^P^L:nc:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:\ 1250Sstevel@tonic-gate :if=/usr/share/lib/tabset/dtc382: 1260Sstevel@tonic-gateAd|dtc300s|300|300s|dtc 300s:\ 1270Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:\ 1280Sstevel@tonic-gate :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z: 1290Sstevel@tonic-gateAg|gsi:\ 1300Sstevel@tonic-gate :le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J: 1310Sstevel@tonic-gate# This used to have :pl: - maybe they meant :pt:? 1320Sstevel@tonic-gateAj|aj830|aj832|aj|anderson jacobson:\ 1330Sstevel@tonic-gate :do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7: 1340Sstevel@tonic-gate# From Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST 1350Sstevel@tonic-gateAJ|aj510|AJ510|Anderson-Jacobson model 510:\ 1360Sstevel@tonic-gate :ic=:ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\ 1370Sstevel@tonic-gate :dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\ 1380Sstevel@tonic-gate :dc=.1*\E'D:up=\EY:nd=\EX:bs:am:mi:ti=\E"N:te=\E"N:\ 1390Sstevel@tonic-gate :ku=\EY:kd=\EZ:kl=\EW:kr=\EX:pc=\177: 1400Sstevel@tonic-gate# 1410Sstevel@tonic-gate# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981 1420Sstevel@tonic-gate# This is incomplete, but it's a start. 1430Sstevel@tonic-gateAn|5520|nec|spinwriter|nec 5520:\ 1440Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\ 1450Sstevel@tonic-gate :hd=\E]s\n\E]W:os:pt:up=\E9: 1460Sstevel@tonic-gateAq|qume5|qume|Qume Sprint 5:\ 1470Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:\ 1480Sstevel@tonic-gate :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z: 1490Sstevel@tonic-gateAr|q102|qume102|Qume 102:\ 1500Sstevel@tonic-gate :al=\EE:am:bs:bt=\EI:\ 1510Sstevel@tonic-gate :cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\ 1520Sstevel@tonic-gate :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\ 1530Sstevel@tonic-gate :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\ 1540Sstevel@tonic-gate :le=^H:li#24:ma=^K^P^L :nd=^L:\ 1550Sstevel@tonic-gate :se=\EG0:sg#1:so=\EG4:st=\E1:\ 1560Sstevel@tonic-gate :ue=\EG0:ug#1:ul:up=^K:us=\EG8: 1570Sstevel@tonic-gate# From ucbvax!mtxinu!sybase!tim (Tim Wood) Fri Sep 27 10:25:24 PDT 1985 1580Sstevel@tonic-gate# This entry supports line and character insert and delete, scroll up and 1590Sstevel@tonic-gate# down and the arrow keys. To use it, perform the following on your qvt-101 1600Sstevel@tonic-gate# 1) enter SET-UP mode, select the SET 3 line; 1610Sstevel@tonic-gate# 2) move the cursor to the EMULATION item and hit SPACE 1620Sstevel@tonic-gate# until QVT-101B appears 1630Sstevel@tonic-gate# 3) enter SHIFT-S 1640Sstevel@tonic-gate# 4) exit SET-UP - the terminal is now configured 1650Sstevel@tonic-gateAs|q101|qvt101|qvt-101|Qume 101 $310 special:\ 1660Sstevel@tonic-gate :al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\ 1670Sstevel@tonic-gate :dl=\ER:do=^J:ic=\EQ:ei=:im=:md=\E(:me=\EG0:mh=\E):\ 1680Sstevel@tonic-gate :le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:ku=^K:\ 1690Sstevel@tonic-gate :vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1: 1700Sstevel@tonic-gateBh|AT386|at386|at/386 console:\ 1710Sstevel@tonic-gate :am:bw:eo:xo:xt:bs:\ 1720Sstevel@tonic-gate :co#80:li#25:kn#4:\ 1730Sstevel@tonic-gate :ae=^P:al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\ 1740Sstevel@tonic-gate :cm=\E[%i%2;%2H:ct=\E[3g:dc=\E[1P:dl=\E[1M:ho=\E[H:\ 1750Sstevel@tonic-gate :ic=\E[1@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\ 1760Sstevel@tonic-gate :k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:kb=\b:kd=\E[B:\ 1770Sstevel@tonic-gate :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:\ 1780Sstevel@tonic-gate :so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:nl=\E[B:\ 1790Sstevel@tonic-gate :ko=do,nd,up,ho: 1800Sstevel@tonic-gateBi|AT386-M|at386-m|386AT-M|386at-m|SCOCONSOLE|scoconsole|at/386 console:\ 1810Sstevel@tonic-gate :am:bw:eo:xo:xt:pt:\ 1820Sstevel@tonic-gate :co#80:li#25:kn#6:\ 1830Sstevel@tonic-gate :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 1840Sstevel@tonic-gate :LE=\E[%dD:RI=\E[%dC:\ 1850Sstevel@tonic-gate :.SF=!!! MUST CHANGE BY HAND !!!\E[%P1%dS:SR=\E[S:\ 1860Sstevel@tonic-gate :UP=\E[%dA:ae=\E[10m:al=\E[1L:as=\E[12m:cd=\E[J:\ 1870Sstevel@tonic-gate :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[1M:\ 1880Sstevel@tonic-gate :ho=\E[H:ic=\E[1@:is=\E[0;10;38m:k1=\EOP:k2=\EOQ:\ 1890Sstevel@tonic-gate :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\ 1900Sstevel@tonic-gate :k9=\EOX:kb=\b:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\ 1910Sstevel@tonic-gate :ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\ 1920Sstevel@tonic-gate :us=\E[4m:vb=^G:bc=\E[D:nl=\E[B:ko=le,do,nd,up,dc,ho: 1930Sstevel@tonic-gate# I suspect the xerox1720 is the same as the diablo 1620. 1940Sstevel@tonic-gateAx|x1720|x1700|1700|x1750|xerox 1720:\ 1950Sstevel@tonic-gate :co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1: 1960Sstevel@tonic-gate# # -------------------------------- 1970Sstevel@tonic-gate# 1980Sstevel@tonic-gate# C: CONTROL DATA 1990Sstevel@tonic-gate# 2000Sstevel@tonic-gateCa|cdc456|cdc:\ 2010Sstevel@tonic-gate :do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\ 2020Sstevel@tonic-gate :cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am: 2030Sstevel@tonic-gateCc|cdc456tst:\ 2040Sstevel@tonic-gate :do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am: 2050Sstevel@tonic-gate# # -------------------------------- 2060Sstevel@tonic-gate# 2070Sstevel@tonic-gate# D: DATAMEDIA 2080Sstevel@tonic-gate# 2090Sstevel@tonic-gateD0|dm1520|dm1521|1521|1520|datamedia 1520:\ 2100Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\ 2110Sstevel@tonic-gate :ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\ 2120Sstevel@tonic-gate :li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt: 2130Sstevel@tonic-gateD2|dm2500|datamedia2500|2500|datamedia 2500:\ 2140Sstevel@tonic-gate :do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\ 2150Sstevel@tonic-gate :cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\ 2160Sstevel@tonic-gate :dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\ 2170Sstevel@tonic-gate :im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z: 2180Sstevel@tonic-gateD3|dm3025|datamedia 3025a:\ 2190Sstevel@tonic-gate :MT:is=\EQ\EU\EV:do=^J:\ 2200Sstevel@tonic-gate :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\ 2210Sstevel@tonic-gate :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\ 2220Sstevel@tonic-gate :im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA: 2230Sstevel@tonic-gateD4|3045|dm3045|datamedia 3045a:\ 2240Sstevel@tonic-gate :is=\EU\EV:do=^J:\ 2250Sstevel@tonic-gate :am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\ 2260Sstevel@tonic-gate :dc=6\EB:dm=:ed=:ei=\EP:ho=\EH:ic=:im=\EP:ip=6:\ 2270Sstevel@tonic-gate :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\ 2280Sstevel@tonic-gate :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\ 2290Sstevel@tonic-gate :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn: 2300Sstevel@tonic-gate# dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding. 2310Sstevel@tonic-gateD5|dt80|dmdt80|dm80|datamedia dt80/1:\ 2320Sstevel@tonic-gate :do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\ 2330Sstevel@tonic-gate :nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100: 2340Sstevel@tonic-gate# except in 132 column mode, where it needs a little padding. 2350Sstevel@tonic-gate# This is still less padding than the vt100, and you can always turn on 2360Sstevel@tonic-gate# the ^S/^Q handshaking, so you can use vt100 flavors for things like 2370Sstevel@tonic-gate# reverse video. 2380Sstevel@tonic-gateD6|dt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\ 2390Sstevel@tonic-gate :do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\ 2400Sstevel@tonic-gate :cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80: 2410Sstevel@tonic-gate# # -------------------------------- 2420Sstevel@tonic-gate# 2430Sstevel@tonic-gate# H: HAZELTINE 2440Sstevel@tonic-gate# 2450Sstevel@tonic-gate# Since nd is blank, when you want to erase something you 2460Sstevel@tonic-gate# are out of luck. You will have to do ^L's a lot to 2470Sstevel@tonic-gate# redraw the screen. h1000 is untested. It doesn't work in 2480Sstevel@tonic-gate# vi - this terminal is too dumb for even vi. (The code is 2490Sstevel@tonic-gate# there but it isn't debugged for this case.) 2500Sstevel@tonic-gateH1|h1000|hazeltine 1000:\ 2510Sstevel@tonic-gate :le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J: 2520Sstevel@tonic-gate# Note: the h1552 appears to be the first Hazeltine terminal which 2530Sstevel@tonic-gate# is not braindamaged. It has tildes and backprimes and everything! 2540Sstevel@tonic-gate# Be sure the auto lf/cr switch is set to cr. 2550Sstevel@tonic-gateH2|h1552|hazeltine 1552:\ 2560Sstevel@tonic-gate :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\ 2570Sstevel@tonic-gate :l2=red:k3=\ER:l3=green:tc=vt52: 2580Sstevel@tonic-gateH3|h1552rv|hazeltine 1552 reverse video:\ 2590Sstevel@tonic-gate :do=^J:so=\ES:se=\ET:tc=h1552: 2600Sstevel@tonic-gate# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981 2610Sstevel@tonic-gateH4|h1420|hazeltine 1420:\ 2620Sstevel@tonic-gate :do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\ 2630Sstevel@tonic-gate :up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y: 2640Sstevel@tonic-gateH5|h1500|hazeltine 1500:\ 2650Sstevel@tonic-gate :do=^J:al=40~^Z:am:le=^H:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%.%.:\ 2660Sstevel@tonic-gate :co#80:dl=40~^S:do=~^K:li#24:nd=^P:.se=~^_:.so=~^Y:up=~^L: 2670Sstevel@tonic-gate# h1510 assumed to be in sane escape mode. Else use h1500. 2680Sstevel@tonic-gateH6|h1510|hazeltine 1510:\ 2690Sstevel@tonic-gate :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\ 2700Sstevel@tonic-gate :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L: 2710Sstevel@tonic-gateH8|h1520|hazeltine 1520:\ 2720Sstevel@tonic-gate :do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\ 2730Sstevel@tonic-gate :co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R: 2740Sstevel@tonic-gate# Note: h2000 won't work well because of a clash between upper case and ~'s. 2750Sstevel@tonic-gateH7|h2000|hazeltine 2000:\ 2760Sstevel@tonic-gate :do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\ 2770Sstevel@tonic-gate :dl=6~^s:ho=~^r:li#27:nc:pc=\177: 2780Sstevel@tonic-gate# Hazeltine esprit entries from Univ of Utah Tue Feb 1 06:39:37 1983 2790Sstevel@tonic-gate# J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau 2800Sstevel@tonic-gateHE|esprit|hazeltine esprit:\ 2810Sstevel@tonic-gate :al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\ 2820Sstevel@tonic-gate :dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L: 2830Sstevel@tonic-gateHF|esprit-am|hazeltine esprit auto-margin:\ 2840Sstevel@tonic-gate :am:tc=esprit: 2850Sstevel@tonic-gate# # -------------------------------- 2860Sstevel@tonic-gate# 2870Sstevel@tonic-gate# I: IBM, INTERACTIVE SYSTEMS, and INTECOLOR 2880Sstevel@tonic-gate# 2890Sstevel@tonic-gate# Some of these should go in the misc category, IBM, ISC, and ISC can't 2900Sstevel@tonic-gate# all have I. I will wait to see who comes out with more terminals. 2910Sstevel@tonic-gate# These compucolors appear similar, but they at least have different 2920Sstevel@tonic-gate# sized screens. I don't know what's going on here. 2930Sstevel@tonic-gateI8|8001|ISC8001|compucolor|intecolor:\ 2940Sstevel@tonic-gate :do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\ 2950Sstevel@tonic-gate :co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\ 2960Sstevel@tonic-gate :im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@: 2970Sstevel@tonic-gateIG|compucolor2|compucolorII:\ 2980Sstevel@tonic-gate :do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\ 2990Sstevel@tonic-gate :cl=^L:ho=^H:nd=^Y:up=^\: 3000Sstevel@tonic-gate# From cithep!eric Wed Sep 16 08:06:44 1981 3010Sstevel@tonic-gateIt|intext|Interactive Systems Corporation modified owl 1200:\ 3020Sstevel@tonic-gate :do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\ 3030Sstevel@tonic-gate :ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\ 3040Sstevel@tonic-gate :ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\ 3050Sstevel@tonic-gate :se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\ 3060Sstevel@tonic-gate :kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\ 3070Sstevel@tonic-gate :k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\ 3080Sstevel@tonic-gate :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r: 3090Sstevel@tonic-gateI9|ibm|ibm3101|3101|i3101|IBM 3101-10:\ 3100Sstevel@tonic-gate :do=^J:ct=\EH:st=\E0:\ 3110Sstevel@tonic-gate :if=/usr/share/lib/tabset/ibm3101:\ 3120Sstevel@tonic-gate :am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\ 3130Sstevel@tonic-gate :kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt: 3140Sstevel@tonic-gateIa|ibm-apl|apl|IBM apl terminal simulator:\ 3150Sstevel@tonic-gate :li#25:tc=dm1520: 3160Sstevel@tonic-gate# 3170Sstevel@tonic-gate# M: MISCELLANEOUS TERMINALS 3180Sstevel@tonic-gate# 3190Sstevel@tonic-gate# The tab 132 uses xon/xoff, so no padding needed. 3200Sstevel@tonic-gate# ks/ke have nothing to do with arrow keys. 3210Sstevel@tonic-gate# is sets 80 col mode, normal video, autowrap on (for am). 3220Sstevel@tonic-gate# Seems to be no way to get rid of status line. 3230Sstevel@tonic-gateM0|abm80|amtek business machines 80:\ 3240Sstevel@tonic-gate :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\ 3250Sstevel@tonic-gate :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\ 3260Sstevel@tonic-gate :bw:bt=^T:ho=\E^R: 3270Sstevel@tonic-gateM1|tab132|tab|tab132/15|tab 132/15:\ 3280Sstevel@tonic-gate :is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\ 3290Sstevel@tonic-gate :da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\ 3300Sstevel@tonic-gate :ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100: 3310Sstevel@tonic-gateM2|tab132w:\ 3320Sstevel@tonic-gate :co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132: 3330Sstevel@tonic-gateM3|tab132rv:\ 3340Sstevel@tonic-gate :is=\E[?7h\E[?3l\E[?5h:tc=tab132: 3350Sstevel@tonic-gateM4|tab132wrv:\ 3360Sstevel@tonic-gate :is=\E[?7h\E[?3h\E[?5h:tc=tab132w: 3370Sstevel@tonic-gate# This used to say "de#001202" which presumably refers to the stty bits 3380Sstevel@tonic-gate# that need to be set for some version of Unix. We need the real delay 3390Sstevel@tonic-gate# requirements in MS. 3400Sstevel@tonic-gateM5|mw2|Multiwriter 2:\ 3410Sstevel@tonic-gate :do=^J:co#132:hc:os: 3420Sstevel@tonic-gateM6|trs80|trs-80|radio shack trs-80 Model I:\ 3430Sstevel@tonic-gate :do=^J:am:le=^H:bs:co#64:li#16: 3440Sstevel@tonic-gateM7|d800|Direct 800/A:\ 3450Sstevel@tonic-gate :do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\ 3460Sstevel@tonic-gate :nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\ 3470Sstevel@tonic-gate :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\ 3480Sstevel@tonic-gate :sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\ 3490Sstevel@tonic-gate :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\ 3500Sstevel@tonic-gate :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ 3510Sstevel@tonic-gate :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW: 3520Sstevel@tonic-gateM8|vc404|volker-craig 404:\ 3530Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\ 3540Sstevel@tonic-gate :ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z: 3550Sstevel@tonic-gateM9|vc404-s|volker-craig 404 w/standout mode:\ 3560Sstevel@tonic-gate :do=^J:se=^O:so=^N:tc=vc404: 3570Sstevel@tonic-gateMA|vc404-na|volker-craig 404 w/no arrow keys:\ 3580Sstevel@tonic-gate :ma@:kr@:ku@:tc=vc404: 3590Sstevel@tonic-gateMB|vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\ 3600Sstevel@tonic-gate :se=^O:so=^N:tc=vc404-na: 3610Sstevel@tonic-gate# missing in vc303a and vc303 descriptions: they scroll 2 lines at a time 3620Sstevel@tonic-gateMC|vc303a|vc403a|volker-craig 303a:\ 3630Sstevel@tonic-gate :do=^J:am:le=^H:bs:ce=20^V:cl=40^X:co#80:ho=40^Y:kd=^J:kl=^H::kr=^U:\ 3640Sstevel@tonic-gate :ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z: 3650Sstevel@tonic-gateMD|vc303|vc103|vc203|volker-craig 303:\ 3660Sstevel@tonic-gate :do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\ 3670Sstevel@tonic-gate :kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N: 3680Sstevel@tonic-gate# Test version for Falco ts-1. See "arpavax.hickman@ucb" for info 3690Sstevel@tonic-gateME|falco|ts1|ts-1|falco ts-1:is=\Eu\E3:\ 3700Sstevel@tonic-gate :do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\ 3710Sstevel@tonic-gate :dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\ 3720Sstevel@tonic-gate :kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0: 3730Sstevel@tonic-gateMF|falco-p|falco ts-1sp|falco with paging option:\ 3740Sstevel@tonic-gate :is=\EZ\E3\E_c:\ 3750Sstevel@tonic-gate :al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\ 3760Sstevel@tonic-gate :dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\ 3770Sstevel@tonic-gate :kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\ 3780Sstevel@tonic-gate :up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\ 3790Sstevel@tonic-gate :ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:ul:kh=\E[H:da:mi:bt=\EI: 3800Sstevel@tonic-gate#NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81. 3810Sstevel@tonic-gate# (Shouldn't you take out ns and put in an nl instead? - mrh) 3820Sstevel@tonic-gateMG|bg|bitgraph|BBN BitGraph terminal:\ 3830Sstevel@tonic-gate :do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\ 3840Sstevel@tonic-gate :cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\ 3850Sstevel@tonic-gate :dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\ 3860Sstevel@tonic-gate :ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n: 3870Sstevel@tonic-gateMH|d132|datagraphix|datagraphix 132a:\ 3880Sstevel@tonic-gate :do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\ 3890Sstevel@tonic-gate :up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\ 3900Sstevel@tonic-gate :al=\E3:ic=\E5:dc=\E6:in:ic=\E5: 3910Sstevel@tonic-gateMI|soroc|Soroc 120:\ 3920Sstevel@tonic-gate :do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\ 3930Sstevel@tonic-gate :kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a: 3940Sstevel@tonic-gate# From: ma179abu%sdcc3@sdcsvax.ucsd.edu (Bill Houle) 3950Sstevel@tonic-gateMI|iq140|soroc140|Soroc IQ140 with inverse & dim:\ 3960Sstevel@tonic-gate :ic=\EQ:dc=\EW:al=\EE:dl=\ER:ce=\ET:cd=\EY:cl=\E+:cm=\E=%+ %+ :\ 3970Sstevel@tonic-gate :up=^K:do=^J:le=^H:nd=^L:ho=^^:ta=\Ei:ma=^Kk^Jj^Hh^Ll^^h:am:bs:\ 3980Sstevel@tonic-gate :co#80:li#24:ei=:im=:kb=^H:kh=^^:ku=^K:kd=^J:kl=^H:kr=^L:\ 3990Sstevel@tonic-gate :k0=^AI:k1=^A@:k2=^AA:k3=^AB:k4=^AC:k5=^AD:k6=^AE:k7=^AF:\ 4000Sstevel@tonic-gate :k8=^AG:k9=^AH:se=\E\177:so=\E\177:us=\E):ue=\E(: 4010Sstevel@tonic-gate# tec is untested, and taken from CB/Unix virtual terminal driver. 4020Sstevel@tonic-gate# Upper case terminal, uses lower case for control sequences!!! 4030Sstevel@tonic-gate# The driver shows the C ~ operator used on CM coordinates. 4040Sstevel@tonic-gate# Without the terminal in front of me, I can't figure out what's 4050Sstevel@tonic-gate# going on, so I've dotted out the cm. Note there is no ~ in tgoto. 4060Sstevel@tonic-gateMJ|tec400|tec scope:\ 4070Sstevel@tonic-gate :do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\ 4080Sstevel@tonic-gate :cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s: 4090Sstevel@tonic-gate# From ucbvax!geoff Mon Sep 21 21:15:45 1981 4100Sstevel@tonic-gate# This entry has been tested. 4110Sstevel@tonic-gateMK|tec500|tec 500:\ 4120Sstevel@tonic-gate :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\ 4130Sstevel@tonic-gate :co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\: 4140Sstevel@tonic-gate# I would appreciate more information on this terminal, such as the 4150Sstevel@tonic-gate# manufacturer and the model number. There is too many tecs in here. 4160Sstevel@tonic-gateML|tec:\ 4170Sstevel@tonic-gate :li#24:co#80:cl=^l:up=^k:nd=\037:\ 4180Sstevel@tonic-gate :am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J: 4190Sstevel@tonic-gateMM|teletec|Teletec Datascreen:\ 4200Sstevel@tonic-gate :do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k: 4210Sstevel@tonic-gate# From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981 4220Sstevel@tonic-gateMN|ampex|d80|dialogue|dialogue80|ampex dialogue 80:\ 4230Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\ 4240Sstevel@tonic-gate :am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\ 4250Sstevel@tonic-gate :al=5*\EE:bt=\EI:ic=\EQ:im=:ei=:dl=5*\ER:dc=\EW:\ 4260Sstevel@tonic-gate :ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K: 4270Sstevel@tonic-gate# From: atd!dsd!rcb@ucbvax.berkeley.edu (Richard Bascove) 4280Sstevel@tonic-gateA2|a210|210|ampex210|ampex a210:\ 4290Sstevel@tonic-gate :am:bs:cl=\E*:cm=\E=%+ %+ :al=\EE:bt=\EI:ic=\EQ:im=:ei=:\ 4300Sstevel@tonic-gate :dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\ 4310Sstevel@tonic-gate :pt:if=/usr/share/lib/tabset/std:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\ 4320Sstevel@tonic-gate :kl=^H:kr=^L:kd=^V:ku=^K:kh=^^:hs:ts=\E.0\Eg\E}\Ef:fs=\E.2:\ 4330Sstevel@tonic-gate :kn#10:k0=^A0^M:k1=^A1^M:k2=^A2^M:k3=^A3^M:k4=^A4^M:k5=^A5^M:\ 4340Sstevel@tonic-gate :vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\ 4350Sstevel@tonic-gate :so=\EG4:se=\EG0:us=\EG8:ue=\EG0:ug#1:sg#1: 4360Sstevel@tonic-gateMO|digilog|333|digilog 333:\ 4370Sstevel@tonic-gate :le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J: 4380Sstevel@tonic-gateMP|ep48|ep4080|execuport 4080:\ 4390Sstevel@tonic-gate :am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J: 4400Sstevel@tonic-gateMQ|ep40|ep4000|execuport 4000:\ 4410Sstevel@tonic-gate :am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J: 4420Sstevel@tonic-gateMR|terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\ 4430Sstevel@tonic-gate :co#120:hc:os:do=^J: 4440Sstevel@tonic-gate# AED 512 4450Sstevel@tonic-gate# by giles Billingsley (gilesb%ucbcad@berkeley) 4460Sstevel@tonic-gate# rewritten 8/82 for newer AEDs and better operation of vi,etc. 4470Sstevel@tonic-gateMS|aed|AED|aed512|AED512|aed 512:\ 4480Sstevel@tonic-gate :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\ 4490Sstevel@tonic-gate :up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\ 4500Sstevel@tonic-gate :vb=\EK0001??0000K0001202080\001:\ 4510Sstevel@tonic-gate :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\ 4520Sstevel@tonic-gate :uc=\Ei???>l0800i0102\001:\ 4530Sstevel@tonic-gate :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\ 4540Sstevel@tonic-gate :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\ 4550Sstevel@tonic-gate :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\ 4560Sstevel@tonic-gate :is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A: 4570Sstevel@tonic-gatezL|aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\ 4580Sstevel@tonic-gate :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:up=^K:\ 4590Sstevel@tonic-gate :ve=\E\E\E\E\E\E\E\072004=000200??\001:\ 4600Sstevel@tonic-gate :vb=\EK0001??0000K0001202080\001:\ 4610Sstevel@tonic-gate :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\ 4620Sstevel@tonic-gate :uc=\Ei???>l0800i0102\001:\ 4630Sstevel@tonic-gate :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\ 4640Sstevel@tonic-gate :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\ 4650Sstevel@tonic-gate :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\ 4660Sstevel@tonic-gate :if=/usr/share/lib/tabset/aed512: 4670Sstevel@tonic-gate# CIT 80 - vt 100 emulator, the termcap has been modified to remove 4680Sstevel@tonic-gate# the delay times and do an auto tab set rather than the indirect 4690Sstevel@tonic-gate# file used in vt100. 4700Sstevel@tonic-gateMT|cit80|cit 80|Citoh 80:\ 4710Sstevel@tonic-gate :co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\ 4720Sstevel@tonic-gate :ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\ 4730Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD: 4740Sstevel@tonic-gate# From mtxinu!sybase!tim (Tim Wood) Fri Sep 27 09:39:12 PDT 1985 4750Sstevel@tonic-gate# Alternate cit101 (vt100 em) file used in vt100. 4760Sstevel@tonic-gate# Uses 23 lines so can run citsys (like h19sys). 4770Sstevel@tonic-gate# 24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on 'cm' cursor 4780Sstevel@tonic-gate# coordinates otherwise there is garbling on long lines in 4790Sstevel@tonic-gate# co#132 mode; also added support for multipage memory on the Itoh. 4800Sstevel@tonic-gateMU|citc|Citoh fast vt100:\ 4810Sstevel@tonic-gate :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 4820Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 4830Sstevel@tonic-gate :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\ 4840Sstevel@tonic-gate :ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ 4850Sstevel@tonic-gate :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\ 4860Sstevel@tonic-gate :dc=\E[P:al=\E[L:im=:ei=:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn: 4870Sstevel@tonic-gateMV|cita|:\ 4880Sstevel@tonic-gate :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 4890Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 4900Sstevel@tonic-gate :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\ 4910Sstevel@tonic-gate :ks=\E[?1h\E=:ke=\E[?1l\E>:\ 4920Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\ 4930Sstevel@tonic-gate :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:xn: 4940Sstevel@tonic-gateMW|cit101:li#24:vb@:tc=citc 4950Sstevel@tonic-gateMX|cit101b:li#24:tc=citc 4960Sstevel@tonic-gateMh|cit500|cit-500|cit 500:\ 4970Sstevel@tonic-gate :co#80:li#40:cl=50\E[;H\E[2J:bs:am:cm=5\E[%i%2;%2H:nd=2\E[C:up=2\E[A:\ 4980Sstevel@tonic-gate :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\ 4990Sstevel@tonic-gate :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\ 5000Sstevel@tonic-gate :if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ 5010Sstevel@tonic-gate :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\ 5020Sstevel@tonic-gate :do=\ED:al=\E[L:dc=\E[P:dl=\E[M: 5030Sstevel@tonic-gate# Note several versions of blit. I don't know exactly what is what 5040Sstevel@tonic-gate# so please send me any corrections to this -- mrh 5050Sstevel@tonic-gate# From research!ikeya!rob Tue Aug 31 23:41 EDT 1982 5060Sstevel@tonic-gateMY|blit|jerq|blit-pb|blit running teletype rom:\ 5070Sstevel@tonic-gate :do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\ 5080Sstevel@tonic-gate :mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\ 5090Sstevel@tonic-gate :ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\ 5100Sstevel@tonic-gate :up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo: 5110Sstevel@tonic-gateMZ|cbblit|columbus enhanced tty blit:\ 5120Sstevel@tonic-gate :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\ 5130Sstevel@tonic-gate :im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit: 5140Sstevel@tonic-gateMa|oblit|ojerq|first version of blit rom:\ 5150Sstevel@tonic-gate :do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\ 5160Sstevel@tonic-gate :al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\ 5170Sstevel@tonic-gate :up=\EA:vb=\E^G:am:ul:pt:eo: 5180Sstevel@tonic-gateMb|daleblit|daleterm|blit running Dale DeJager's ROM:\ 5190Sstevel@tonic-gate :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\ 5200Sstevel@tonic-gate :da@:db@:tc=oblit: 5210Sstevel@tonic-gateMc|datapoint|dp3|dp3360|datapoint 3360:\ 5220Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z: 5230Sstevel@tonic-gate#From: cbosgd!utcs!romwa@ucbvax.berkeley.edu (mark dornfeld) 5240Sstevel@tonic-gate# This termcap is for the LANPAR Technologies VISION 3220 5250Sstevel@tonic-gate# terminal. The function key definitions k0-k5 represent the 5260Sstevel@tonic-gate# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN, 5270Sstevel@tonic-gate# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to 5280Sstevel@tonic-gate# PF4 keys. 5290Sstevel@tonic-gatev0|v3220|LANPAR Vision II model 3220/3221/3222:\ 5300Sstevel@tonic-gate :co#80:li#24:cl=\E[H\E[J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 5310Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 5320Sstevel@tonic-gate :is=\E>\E[?3l\E[?7h\E[?8h\E[p:ks=\E=:ke=\E>:\ 5330Sstevel@tonic-gate :kn#10:k0=\E[1~:k1=\E[2~:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:\ 5340Sstevel@tonic-gate :k6=\E[OP:k7=\E[OQ:k8=\E[OR:k9=\E[OS:\ 5350Sstevel@tonic-gate :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\ 5360Sstevel@tonic-gate :kh=\E[H:pt:sr=\EM:xn:\ 5370Sstevel@tonic-gate :dl=\E[M:dc=\E[P:ei=\E[4l:al=\E[L:im=\E[4h:mi: 5380Sstevel@tonic-gate# From ucbvax!faletti (Faletti@Berkeley) 5390Sstevel@tonic-gate# FREEDOM 100 by Liberty Electronics USA, SF. 5400Sstevel@tonic-gate# :kh=^^: left out because it precludes using change-to-alternate-file in vi. 5410Sstevel@tonic-gate# Basic Freedom 100 entry, works with VI at 1200 baud. 5420Sstevel@tonic-gateMd|f100|freedom100|freedom|freedom 100 no padding:\ 5430Sstevel@tonic-gate :am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\ 5440Sstevel@tonic-gate :ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\ 5450Sstevel@tonic-gate :cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:kd=^V:\ 5460Sstevel@tonic-gate :ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\ 5470Sstevel@tonic-gate :ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\ 5480Sstevel@tonic-gate :al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\ 5490Sstevel@tonic-gate :se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\ 5500Sstevel@tonic-gate :vb=\Eb\200\200\Ed:\ 5510Sstevel@tonic-gate :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 5520Sstevel@tonic-gate :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\ 5530Sstevel@tonic-gate :hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r: 5540Sstevel@tonic-gateMe|f100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\ 5550Sstevel@tonic-gate :is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100: 5560Sstevel@tonic-gate# VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs) 5570Sstevel@tonic-gateMf|f100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\ 5580Sstevel@tonic-gate :al=6.5*\EE:dl=11.5*\ER:\ 5590Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 5600Sstevel@tonic-gate :tc=freedom100: 5610Sstevel@tonic-gateMx|f100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\ 5620Sstevel@tonic-gate :al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\ 5630Sstevel@tonic-gate :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\ 5640Sstevel@tonic-gate :tc=freedom100: 5650Sstevel@tonic-gate# EMACS at 9600 baud -- this still needs some more work on the padding 5660Sstevel@tonic-gateMy|f100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\ 5670Sstevel@tonic-gate :al=8.5*\EE:dl=11.5*\ER:ip=6:\ 5680Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 5690Sstevel@tonic-gate :tc=freedom100: 5700Sstevel@tonic-gateMz|f100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\ 5710Sstevel@tonic-gate :al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\ 5720Sstevel@tonic-gate :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\ 5730Sstevel@tonic-gate :tc=freedom100: 5740Sstevel@tonic-gatezM|f110-v|freedom110-v|freedom110 for 9600 vi or 1200 emacs:\ 5750Sstevel@tonic-gate :is=\Eg\Ef\r\Ed\EO:dc=\EO\EW:im=\EO\Eq:\ 5760Sstevel@tonic-gate :al=6.5*\EE:dl=11.5*\ER:\ 5770Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 5780Sstevel@tonic-gate :tc=freedom100: 5790Sstevel@tonic-gate# (from kerch@lll-crg) 5800Sstevel@tonic-gateL1|f200|freedom200| Freedom 200 VDT by Liberty Electronics :\ 5810Sstevel@tonic-gate :if=/usr/share/lib/tabset/stdcrt:al=\EE:am:bs:bt=\EI:cd=\EY:\ 5820Sstevel@tonic-gate :ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:do=^V:\ 5830Sstevel@tonic-gate :ds=\Eh:ei=\Er:im=\Eq:is=\Eg\El\E\041\062:\ 5840Sstevel@tonic-gate :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 5850Sstevel@tonic-gate :k6=^AE\r:k7=^AE\r:k8=^AF\r:k9=^AG\r:kd=^V:kr=L:\ 5860Sstevel@tonic-gate :ku=^K:li#24:ms:nd=^L:se=\EG0:so=\EG4:sr=\Ej:\ 5870Sstevel@tonic-gate :te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\ 5880Sstevel@tonic-gate :ts=\Ef:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:hs:i2=\E^O\Eg:\ 5890Sstevel@tonic-gate :ts=\Ef:fs=^M:ds=\E^N: 5900Sstevel@tonic-gate#From: Wayne Throop at Data General, RTP, NC, mcnc!rti-sel!rtp47!throopw 5910Sstevel@tonic-gate#Note that the cursor-down is ^Z. This means that to use DG terminals with 5920Sstevel@tonic-gate#the cshell or with system V shl, you must map the escape character to 5930Sstevel@tonic-gate#something other than ^Z. 5940Sstevel@tonic-gate#It ought to work for a D210 as well as a 605x. 5950Sstevel@tonic-gateMg|605x|6053|dg6053|data general 6053:\ 5960Sstevel@tonic-gate :am:bc=^y:cl=^l:cm=4^p%r%.%.:nd=^x:up=^w:ce=^k:us=^t:\ 5970Sstevel@tonic-gate :ue=^u:so=^\:se=^]:kl=^y:kr=^x:ku=^w:kd=^z:kh=^h:ho=^h:\ 5980Sstevel@tonic-gate :ko=cl,ce:li#24:co#80:is=^r:do=^z:ul:nl=^m^j:k0=\036q:k1=\036r:\ 5990Sstevel@tonic-gate :k2=\036s:k3=\036t:k4=\036u:k5=\036v:k6=\036w:k7=\036x:k8=\036y:\ 6000Sstevel@tonic-gate :k9=\036z: 6010Sstevel@tonic-gateMi|cdi|cdi1203:\ 6020Sstevel@tonic-gate :am:le=^H:bs:hc:os:co#80:dC#200:do=^J: 6030Sstevel@tonic-gate# ^S is an arrow key! Boy is this guy in for a surprise on v7! 6040Sstevel@tonic-gateMl|sol:\ 6050Sstevel@tonic-gate :do=^J:am:le=^Y:ho=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\ 6060Sstevel@tonic-gate :nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N: 6070Sstevel@tonic-gateMn|xl83|Cybernex XL-83:\ 6080Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\ 6090Sstevel@tonic-gate :kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I: 6100Sstevel@tonic-gateMo|omron|Omron 8025AG:\ 6110Sstevel@tonic-gate :do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\ 6120Sstevel@tonic-gate :da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\ 6130Sstevel@tonic-gate :so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN: 6140Sstevel@tonic-gateMp|plasma|plasma panel:\ 6150Sstevel@tonic-gate :am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J: 6160Sstevel@tonic-gateMq|pty|psuedo teletype:\ 6170Sstevel@tonic-gate :do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\ 6180Sstevel@tonic-gate :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\ 6190Sstevel@tonic-gate :so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!: 6200Sstevel@tonic-gateMr|remote|virtual remote terminal:\ 6210Sstevel@tonic-gate :co#79:am@:nl@:tc=virtual: 6220Sstevel@tonic-gateMs|swtp|ct82|southwest technical products ct82:\ 6230Sstevel@tonic-gate :do=^J:am:le=^d:bc=^d:\ 6240Sstevel@tonic-gate :al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\ 6250Sstevel@tonic-gate :dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\ 6260Sstevel@tonic-gate :ei=:sf=^n:sr=^o:ll=^c:im=:\ 6270Sstevel@tonic-gate :is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i: 6280Sstevel@tonic-gateMt|terak|Terak emulating Datamedia 1520:\ 6290Sstevel@tonic-gate :tc=dm1520: 6300Sstevel@tonic-gateMu|sun|sun-color|Sun Microsystems Workstation console:\ 6310Sstevel@tonic-gate :am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\ 6320Sstevel@tonic-gate :ce=\E[K:cd=\E[J:\ 6330Sstevel@tonic-gate :so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:rs=\E[s:\ 6340Sstevel@tonic-gate :md=\E[1m:mr=\E[7m:me=\E[m:\ 6350Sstevel@tonic-gate :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\ 6360Sstevel@tonic-gate :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\ 6370Sstevel@tonic-gate :up=\E[A:nd=\E[C:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\ 6380Sstevel@tonic-gate :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\ 6390Sstevel@tonic-gate :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z: 6400Sstevel@tonic-gateM<|sun1|old Sun Microsystems Workstation console:\ 6410Sstevel@tonic-gate :am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\ 6420Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:rs=\E[s:\ 6430Sstevel@tonic-gate :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\ 6440Sstevel@tonic-gate :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\ 6450Sstevel@tonic-gate :up=\E[A:nd=\E[C:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\ 6460Sstevel@tonic-gate :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS: 6470Sstevel@tonic-gate# From john@ucbrenoir Tue Sep 24 13:14:44 1985 6480Sstevel@tonic-gateMu|sun-s|Sun Microsystems Workstation window with status line:\ 6490Sstevel@tonic-gate :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun: 6500Sstevel@tonic-gateMu|sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\ 6510Sstevel@tonic-gate :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e: 6520Sstevel@tonic-gateM0|sun-48|Sun 48-line window:\ 6530Sstevel@tonic-gate :li#48:co#80:tc=sun: 6540Sstevel@tonic-gateM1|sun-34|Sun 34-line window:\ 6550Sstevel@tonic-gate :li#34:co#80:tc=sun: 6560Sstevel@tonic-gateM2|sun-24|Sun 24-line window:\ 6570Sstevel@tonic-gate :li#24:co#80:tc=sun: 6580Sstevel@tonic-gateM3|sun-17|Sun 17-line window:\ 6590Sstevel@tonic-gate :li#17:co#80:tc=sun: 6600Sstevel@tonic-gateM4|sun-12|Sun 12-line window:\ 6610Sstevel@tonic-gate :li#12:co#80:tc=sun: 6620Sstevel@tonic-gateM5|sun-1|Sun 1-line window for sysline:\ 6630Sstevel@tonic-gate :li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun: 6640Sstevel@tonic-gate# emacs runs faster without insert character 6650Sstevel@tonic-gateM-|sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\ 6660Sstevel@tonic-gate :ic@:im@:ei@:tc=sun: 6670Sstevel@tonic-gateM+|sun-cmd|Sun Microsystems Workstation console with scrollable history:\ 6680Sstevel@tonic-gate :te=\E[>4h:ti=\E[>4l:tc=sun: 6690Sstevel@tonic-gateM=|sun-na|Sun Microsystems Workstation console with no arrow keys:\ 6700Sstevel@tonic-gate :ku@:kd@:kr@:kl@:tc=sun: 6710Sstevel@tonic-gateMv|virtual|VIRTUAL|cb unix virtual terminal:\ 6720Sstevel@tonic-gate :do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\ 6730Sstevel@tonic-gate :up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:im=:ei=:ic=\E\117:\ 6740Sstevel@tonic-gate :da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\ 6750Sstevel@tonic-gate :so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001: 6760Sstevel@tonic-gateMw|it2|intertube2|intertec data systems intertube 2:\ 6770Sstevel@tonic-gate :do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\ 6780Sstevel@tonic-gate :cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\ 6790Sstevel@tonic-gate :so=\E0P:se=\E0@: 6800Sstevel@tonic-gateMx|delta|dd5000|delta data 5000:\ 6810Sstevel@tonic-gate :do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\ 6820Sstevel@tonic-gate :ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr: 6830Sstevel@tonic-gateMy|mdl110|cybernex mdl-110:\ 6840Sstevel@tonic-gate :cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\ 6850Sstevel@tonic-gate :nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\ 6860Sstevel@tonic-gate :dl=40^NA^N^^:im=:ei=:ic=3.5^NA^]:dm=:ed=:dc=3.5^NA^^:\ 6870Sstevel@tonic-gate :so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V 6880Sstevel@tonic-gateMz|zen30|z30|zentec 30:\ 6890Sstevel@tonic-gate :do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\ 6900Sstevel@tonic-gate :al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\ 6910Sstevel@tonic-gate :ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\ 6920Sstevel@tonic-gate :am:dc=\EW:dl=1.5*\ER:cd=\EY: 6930Sstevel@tonic-gatem0|modgraph|mod|Modgraph terminal emulating vt100, 24x80:\ 6940Sstevel@tonic-gate :xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\ 6950Sstevel@tonic-gate :is=\E\^9;0s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s:\ 6960Sstevel@tonic-gate :tc=vt100: 6970Sstevel@tonic-gate# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82) 6980Sstevel@tonic-gate# also, has a meta-key (MT) 6990Sstevel@tonic-gate# from goldberger@su-csli.arpa 7000Sstevel@tonic-gateMX|dmchat|dmchat version of datamedia 2500:\ 7010Sstevel@tonic-gate :al=1*^P\n^X^]^X^]:\ 7020Sstevel@tonic-gate :MT:km:\ 7030Sstevel@tonic-gate :dl=2^P^Z^X^]:\ 7040Sstevel@tonic-gate :tc=dm2500: 7050Sstevel@tonic-gate# # -------------------------------- 7060Sstevel@tonic-gate# 7070Sstevel@tonic-gate# N: ANN ARBOR 7080Sstevel@tonic-gate# 7090Sstevel@tonic-gate# Needs function keys added. 7100Sstevel@tonic-gate# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs. 7110Sstevel@tonic-gate# Highly modified 6/22 by Mike O'Brien. 7120Sstevel@tonic-gate# split out into several for the various screen sizes by dave-yost@rand 7130Sstevel@tonic-gate# Modifications made 3/82 by Mark Horton 7140Sstevel@tonic-gate# Modified by Tom Quarles at UCB for greater efficiency and more diversity 7150Sstevel@tonic-gate# status line moved to top of screen, vb removed 5/82 7160Sstevel@tonic-gate# 7170Sstevel@tonic-gate# assumes the following setup: 7180Sstevel@tonic-gate# A: 0000 1010 0001 0000 7190Sstevel@tonic-gate# B: 9600 0100 1000 0000 0000 1000 0000 17 19 7200Sstevel@tonic-gate# C: 56 66 0 0 9600 0110 1100 7210Sstevel@tonic-gate# D: 0110 1001 1 0 7220Sstevel@tonic-gate# 7230Sstevel@tonic-gate# Briefly, the settings are for the following modes: 7240Sstevel@tonic-gate# (values are for bit set/clear with * indicating our preference 7250Sstevel@tonic-gate# and the value used to test these termcaps) 7263517Smp204432# Note that many of these settings are irrelevant to the termcap 7270Sstevel@tonic-gate# and are just set to the default mode of the terminal as shipped 7280Sstevel@tonic-gate# by the factory. 7290Sstevel@tonic-gate# 7300Sstevel@tonic-gate# A menu: 0000 1010 0001 0000 7310Sstevel@tonic-gate# Block/underline cursor* 7320Sstevel@tonic-gate# blinking/nonblinking cursor* 7330Sstevel@tonic-gate# key click/no key click* 7340Sstevel@tonic-gate# bell/no bell at column 72* 7350Sstevel@tonic-gate# 7360Sstevel@tonic-gate# key pad is cursor control*/key pad is numeric 7370Sstevel@tonic-gate# return and line feed/return for <cr> key * 7380Sstevel@tonic-gate# repeat after .5 sec*/no repeat 7390Sstevel@tonic-gate# repeat at 25/15 chars per sec. * 7400Sstevel@tonic-gate# 7410Sstevel@tonic-gate# hold data until pause pressed/process data unless pause pressed* 7420Sstevel@tonic-gate# slow scroll/no slow scroll* 7430Sstevel@tonic-gate# Hold in area/don't hold in area* 7440Sstevel@tonic-gate# functions keys have default*/function keys disabled on powerup 7450Sstevel@tonic-gate# 7460Sstevel@tonic-gate# show/don't show position of cursor during page transmit* 7470Sstevel@tonic-gate# unused 7480Sstevel@tonic-gate# unused 7490Sstevel@tonic-gate# unused 7500Sstevel@tonic-gate# 7510Sstevel@tonic-gate# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19 7520Sstevel@tonic-gate# Baud rate (9600*) 7530Sstevel@tonic-gate# 7540Sstevel@tonic-gate# 2 bits of parity - 00=odd,01=even*,10=space,11=mark 7550Sstevel@tonic-gate# 1 stop bit*/2 stop bits 7560Sstevel@tonic-gate# parity error detection off*/on 7570Sstevel@tonic-gate# 7580Sstevel@tonic-gate# keyboard local/on line* 7590Sstevel@tonic-gate# half/full duplex* 7600Sstevel@tonic-gate# disable/do not disable keyboard after data transmission* 7610Sstevel@tonic-gate# 7620Sstevel@tonic-gate# transmit entire page/stop transmission at cursor* 7630Sstevel@tonic-gate# transfer/do not transfer protected characters* 7640Sstevel@tonic-gate# transmit all characters/transmit only selected characters* 7650Sstevel@tonic-gate# transmit all selected areas/transmit only 1 selected area* 7660Sstevel@tonic-gate# 7670Sstevel@tonic-gate# transmit/do not transmit line seperators to host* 7680Sstevel@tonic-gate# transmit/do not transmit page tab stops tabs to host* 7690Sstevel@tonic-gate# transmit/do not transmit column tab stop tabs to host* 7700Sstevel@tonic-gate# transmit/do not transmit graphics control (underline,inverse..)* 7710Sstevel@tonic-gate# 7720Sstevel@tonic-gate# enable*/disable auto XON/XOFF control 7730Sstevel@tonic-gate# require/do not require receipt of a DC1 from host after each LF* 7740Sstevel@tonic-gate# pause key acts as a meta key/pause key is pause* 7750Sstevel@tonic-gate# unused 7760Sstevel@tonic-gate# 7770Sstevel@tonic-gate# unused 7780Sstevel@tonic-gate# unused 7790Sstevel@tonic-gate# unused 7800Sstevel@tonic-gate# unused 7810Sstevel@tonic-gate# 7820Sstevel@tonic-gate# XON character (17*) 7830Sstevel@tonic-gate# XOFF character (19*) 7840Sstevel@tonic-gate# 7850Sstevel@tonic-gate# C menu: 56 66 0 0 9600 0110 1100 7860Sstevel@tonic-gate# number of lines to print data on (printer) (56*) 7870Sstevel@tonic-gate# 7880Sstevel@tonic-gate# number of lines on a sheet of paper (printer) (66*) 7890Sstevel@tonic-gate# 7900Sstevel@tonic-gate# left margin (printer) (0*) 7910Sstevel@tonic-gate# 7920Sstevel@tonic-gate# number of pad chars on new line to printer (0*) 7930Sstevel@tonic-gate# 7940Sstevel@tonic-gate# printer baud rate (9600*) 7950Sstevel@tonic-gate# 7960Sstevel@tonic-gate# printer parity: 00=odd,01=even*,10=space,11=mark 7970Sstevel@tonic-gate# printer stop bits: 2*/1 7980Sstevel@tonic-gate# print/do not print guarded areas* 7990Sstevel@tonic-gate# 8000Sstevel@tonic-gate# new line is: 01=LF,10=CR,11=CRLF* 8010Sstevel@tonic-gate# unused 8020Sstevel@tonic-gate# unused 8030Sstevel@tonic-gate# 8040Sstevel@tonic-gate# D menu: 0110 1001 1 0 8050Sstevel@tonic-gate# LF is newline/LF is down one line, same column* 8060Sstevel@tonic-gate# wrap to preceeding line if move left from col 1*/don't wrap 8070Sstevel@tonic-gate# wrap to next line if move right from col 80*/don't wrap 8080Sstevel@tonic-gate# backspace is/is not destructive* 8090Sstevel@tonic-gate# 8100Sstevel@tonic-gate# display*/ignore DEL character 8110Sstevel@tonic-gate# display will not/will scroll* 8120Sstevel@tonic-gate# page/column tab stops* 8130Sstevel@tonic-gate# erase everything*/erase unprotected only 8140Sstevel@tonic-gate# 8150Sstevel@tonic-gate# editing extent: 0=display,1=line*,2=field,3=area 8160Sstevel@tonic-gate# 8170Sstevel@tonic-gate# unused 8180Sstevel@tonic-gate# 8190Sstevel@tonic-gateN0|aaa-29-np|aaa-29 with no padding (for psl):\ 8200Sstevel@tonic-gate :al=\E[L:ce=\E[K:cl=\E[H\E[J:dc=\E[P:dl=\E[M:ic=\E[@:tc=aaa-29: 8210Sstevel@tonic-gateNA|aaa-unk|ann arbor ambassador (internal - don't use this directly):\ 8220Sstevel@tonic-gate :do=^J:al=3\E[L:am:le=^H:bs:\ 8230Sstevel@tonic-gate :cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\ 8240Sstevel@tonic-gate :dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\ 8250Sstevel@tonic-gate :md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\ 8260Sstevel@tonic-gate :ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\ 8270Sstevel@tonic-gate :ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\ 8280Sstevel@tonic-gate :ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\ 8290Sstevel@tonic-gate :ch=\E[%i%d`:ul:ei=:im=:pt:bw:bt=\E[Z:\ 8300Sstevel@tonic-gate :mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM: 8310Sstevel@tonic-gateNB|aaa-18|ann arbor ambassador/18 lines:\ 8320Sstevel@tonic-gate :ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\ 8330Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8340Sstevel@tonic-gate :li#18:tc=aaa-unk: 8350Sstevel@tonic-gateNC|aaa-20|ann arbor ambassador/20 lines:\ 8360Sstevel@tonic-gate :ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\ 8370Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8380Sstevel@tonic-gate :li#20:tc=aaa-unk: 8390Sstevel@tonic-gateND|aaa-22|ann arbor ambassador/22 lines:\ 8400Sstevel@tonic-gate :ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\ 8410Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8420Sstevel@tonic-gate :li#22:tc=aaa-unk: 8430Sstevel@tonic-gateNE|aaa-24|ann arbor ambassador/24 lines:\ 8440Sstevel@tonic-gate :ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\ 8450Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8460Sstevel@tonic-gate :li#24:tc=aaa-unk: 8470Sstevel@tonic-gateNF|aaa-26|ann arbor ambassador/26 lines:\ 8480Sstevel@tonic-gate :ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\ 8490Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8500Sstevel@tonic-gate :li#26:tc=aaa-unk: 8510Sstevel@tonic-gateNG|aaa-28|ann arbor ambassador/28 lines:\ 8520Sstevel@tonic-gate :ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\ 8530Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8540Sstevel@tonic-gate :li#28:tc=aaa-unk: 8550Sstevel@tonic-gateNH|aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\ 8560Sstevel@tonic-gate :ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\ 8570Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8580Sstevel@tonic-gate :li#30:tc=aaa-unk: 8590Sstevel@tonic-gateNI|aaa-36|ann arbor ambassador/36 lines:\ 8600Sstevel@tonic-gate :ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\ 8610Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8620Sstevel@tonic-gate :li#36:tc=aaa-unk: 8630Sstevel@tonic-gateNJ|aaa-40|ann arbor ambassador/40 lines:\ 8640Sstevel@tonic-gate :ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\ 8650Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8660Sstevel@tonic-gate :li#40:tc=aaa-unk: 8670Sstevel@tonic-gateNK|aaa-48|ann arbor ambassador/48 lines:\ 8680Sstevel@tonic-gate :ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\ 8690Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8700Sstevel@tonic-gate :li#48:tc=aaa-unk: 8710Sstevel@tonic-gateNL|aaa-60|ann arbor ambassador/60 lines:\ 8720Sstevel@tonic-gate :ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\ 8730Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8740Sstevel@tonic-gate :li#60:tc=aaa-unk: 8750Sstevel@tonic-gateNS|aaa-unk-s|ann arbor ambassador unknown with/status:\ 8760Sstevel@tonic-gate :es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\ 8770Sstevel@tonic-gate :ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\ 8780Sstevel@tonic-gate :ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\ 8790Sstevel@tonic-gate :tc=aaa-unk: 8800Sstevel@tonic-gateNM|aaa-18-s|ambassador|ann arbor ambassador/18 lines + status line:\ 8810Sstevel@tonic-gate :ti=\E[2J\E[18;1;0;18p:\ 8820Sstevel@tonic-gate :te=\E[60;1;0;18p\E[17;1H\E[J:\ 8830Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8840Sstevel@tonic-gate :li#17:tc=aaa-unk-s: 8850Sstevel@tonic-gateNN|aaa-20-s|ambassador|ann arbor ambassador/20 lines + status line:\ 8860Sstevel@tonic-gate :ti=\E[2J\E[20;1;0;20p:\ 8870Sstevel@tonic-gate :te=\E[60;1;0;20p\E[19;1H\E[J:\ 8880Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8890Sstevel@tonic-gate :li#19:tc=aaa-unk-s: 8900Sstevel@tonic-gateNO|aaa-22-s|ambassador|ann arbor ambassador/22 lines + status line:\ 8910Sstevel@tonic-gate :ti=\E[2J\E[22;1;0;22p:\ 8920Sstevel@tonic-gate :te=\E[60;1;0;22p\E[21;1H\E[J:\ 8930Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8940Sstevel@tonic-gate :li#21:tc=aaa-unk-s: 8950Sstevel@tonic-gateNP|aaa-24-s|ambassador|ann arbor ambassador/24 lines + status line:\ 8960Sstevel@tonic-gate :ti=\E[2J\E[24;1;0;24p:\ 8970Sstevel@tonic-gate :te=\E[60;1;0;24p\E[23;1H\E[J:\ 8980Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 8990Sstevel@tonic-gate :li#23:tc=aaa-unk-s: 9000Sstevel@tonic-gateNQ|aaa-26-s|ambassador|ann arbor ambassador/26 lines + status line:\ 9010Sstevel@tonic-gate :ti=\E[2J\E[26;1;0;26p:\ 9020Sstevel@tonic-gate :te=\E[60;1;0;26p\E[25;1H\E[J:\ 9030Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9040Sstevel@tonic-gate :li#25:tc=aaa-unk-s: 9050Sstevel@tonic-gateNR|aaa-28-s|ambassador|ann arbor ambassador/28 lines + status line:\ 9060Sstevel@tonic-gate :ti=\E[2J\E[28;1;0;28p:\ 9070Sstevel@tonic-gate :te=\E[60;1;0;28p\E[27;1H\E[J:\ 9080Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9090Sstevel@tonic-gate :li#27:tc=aaa-unk-s: 9100Sstevel@tonic-gateNT|aaa-30-s|ambassador|ann arbor ambassador/30 lines + status line:\ 9110Sstevel@tonic-gate :ti=\E[2J\E[30;1;0;30p:\ 9120Sstevel@tonic-gate :te=\E[60;1;0;30p\E[29;1H\E[J:\ 9130Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9140Sstevel@tonic-gate :li#29:tc=aaa-unk-s: 9150Sstevel@tonic-gateNU|aaa-36-s|ambassador|ann arbor ambassador/36 lines + status line:\ 9160Sstevel@tonic-gate :ti=\E[2J\E[36;1;0;36p:\ 9170Sstevel@tonic-gate :te=\E[60;1;0;36p\E[35;1H\E[J:\ 9180Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9190Sstevel@tonic-gate :li#35:tc=aaa-unk-s: 9200Sstevel@tonic-gateNV|aaa-40-s|ambassador|ann arbor ambassador/40 lines + status line:\ 9210Sstevel@tonic-gate :ti=\E[2J\E[40;1;0;40p:\ 9220Sstevel@tonic-gate :te=\E[60;1;0;40p\E[39;1H\E[J:\ 9230Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9240Sstevel@tonic-gate :li#39:tc=aaa-unk-s: 9250Sstevel@tonic-gateNW|aaa-48-s|ann arbor ambassador/48 lines+sl:\ 9260Sstevel@tonic-gate :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\ 9270Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\EP`?y~[[2J~[[H\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9280Sstevel@tonic-gate :li#47:tc=aaa-unk-s: 9290Sstevel@tonic-gateNX|aaa-60-s|ambassador|ann arbor ambassador/60 lines + status line:\ 9300Sstevel@tonic-gate :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\ 9310Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9320Sstevel@tonic-gate :li#59:tc=aaa-unk-s: 9330Sstevel@tonic-gateNY|aaa-18-rv|ambassador/18 lines+rv:\ 9340Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9350Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9360Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9370Sstevel@tonic-gate :tc=aaa-18: 9380Sstevel@tonic-gateNZ|aaa-20-rv|ambassador/20 lines+rv:\ 9390Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9400Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9410Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9420Sstevel@tonic-gate :tc=aaa-20: 9430Sstevel@tonic-gateNa|aaa-22-rv|ambassador/22 lines+rv:\ 9440Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9450Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9460Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9470Sstevel@tonic-gate :tc=aaa-22: 9480Sstevel@tonic-gateNb|aaa-24-rv|ambassador/24 lines+rv:\ 9490Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9500Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9510Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9520Sstevel@tonic-gate :tc=aaa-24: 9530Sstevel@tonic-gateNc|aaa-26-rv|ambassador/26 lines+rv:\ 9540Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9550Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9560Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9570Sstevel@tonic-gate :tc=aaa-26: 9580Sstevel@tonic-gateNd|aaa-28-rv|ambassador/28 lines+rv:\ 9590Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9600Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9610Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9620Sstevel@tonic-gate :tc=aaa-28: 9630Sstevel@tonic-gateNe|aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\ 9640Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9650Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9660Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9670Sstevel@tonic-gate :tc=aaa-30: 9680Sstevel@tonic-gateNf|aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\ 9690Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9700Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9710Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9720Sstevel@tonic-gate :tc=aaa-36: 9730Sstevel@tonic-gateNg|aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\ 9740Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9750Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9760Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9770Sstevel@tonic-gate :tc=aaa-40: 9780Sstevel@tonic-gateNh|aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\ 9790Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9800Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9810Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9820Sstevel@tonic-gate :tc=aaa-48: 9830Sstevel@tonic-gateNi|aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\ 9840Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9850Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9860Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9870Sstevel@tonic-gate :tc=aaa-60: 9880Sstevel@tonic-gateNj|aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\ 9890Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9900Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9910Sstevel@tonic-gate :ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\ 9920Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9930Sstevel@tonic-gate :tc=aaa-unk-s: 9940Sstevel@tonic-gateNk|aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\ 9950Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 9960Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 9970Sstevel@tonic-gate :ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\ 9980Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 9990Sstevel@tonic-gate :tc=aaa-unk-s: 10000Sstevel@tonic-gateNl|aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\ 10010Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10020Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10030Sstevel@tonic-gate :ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\ 10040Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10050Sstevel@tonic-gate :tc=aaa-unk-s: 10060Sstevel@tonic-gateNm|aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\ 10070Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10080Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10090Sstevel@tonic-gate :ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\ 10100Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10110Sstevel@tonic-gate :tc=aaa-unk-s: 10120Sstevel@tonic-gateNn|aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\ 10130Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10140Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10150Sstevel@tonic-gate :ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\ 10160Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10170Sstevel@tonic-gate :tc=aaa-unk-s: 10180Sstevel@tonic-gateNo|aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\ 10190Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10200Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10210Sstevel@tonic-gate :ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\ 10220Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10230Sstevel@tonic-gate :tc=aaa-unk-s: 10240Sstevel@tonic-gateNp|aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\ 10250Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10260Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10270Sstevel@tonic-gate :ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\ 10280Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10290Sstevel@tonic-gate :tc=aaa-unk-s: 10300Sstevel@tonic-gateNq|aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\ 10310Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10320Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10330Sstevel@tonic-gate :ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\ 10340Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10350Sstevel@tonic-gate :tc=aaa-unk-s: 10360Sstevel@tonic-gateNr|aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\ 10370Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10380Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10390Sstevel@tonic-gate :ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\ 10400Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10410Sstevel@tonic-gate :tc=aaa-unk-s: 10420Sstevel@tonic-gateNs|aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\ 10430Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10440Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10450Sstevel@tonic-gate :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\ 10460Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10470Sstevel@tonic-gate :tc=aaa-unk-s: 10480Sstevel@tonic-gateNt|aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\ 10490Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10500Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10510Sstevel@tonic-gate :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\ 10520Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10530Sstevel@tonic-gate :tc=aaa-unk-s: 10540Sstevel@tonic-gateNL|aaa-24-ctxt|ann arbor ambassador/24 lines:\ 10550Sstevel@tonic-gate :ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24: 10560Sstevel@tonic-gateNL|aaa-24-rv-ctxt|ambassador/24+rv:\ 10570Sstevel@tonic-gate :ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24-rv: 10580Sstevel@tonic-gateNL|aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\ 10590Sstevel@tonic-gate :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:tc=aaa-30-s: 10600Sstevel@tonic-gateNL|aaa-s-rv-ctxt|aaa-30-s-rv-ctxt|hairy aaa:\ 10610Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10620Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10630Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10640Sstevel@tonic-gate :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\ 10650Sstevel@tonic-gate :li#29:tc=aaa-unk-s: 10660Sstevel@tonic-gateNH|aaa-ctxt|aaa-30-ctxt|ann arbor ambassador/30 lines:\ 10670Sstevel@tonic-gate :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30: 10680Sstevel@tonic-gateNH|aaa-rv-ctxt|aaa-30-rv-ctxt|ann arbor ambassador/30 lines:\ 10690Sstevel@tonic-gate :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\ 10700Sstevel@tonic-gate :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\ 10710Sstevel@tonic-gate :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\ 10720Sstevel@tonic-gate :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\ 10730Sstevel@tonic-gate :li#30:tc=aaa-unk: 10740Sstevel@tonic-gateNd|aaa-db|ann arbor ambassador 30/destructive backspace:\ 10750Sstevel@tonic-gate :ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\ 10760Sstevel@tonic-gate :is=\E[60;0;0;30p\E[H\E[J\E[1Q\E[m\E[20l\E[>30h:le=\E[D:bc=\E[D:bs@:\ 10770Sstevel@tonic-gate :tc=aaa-unk: 10780Sstevel@tonic-gateN1|aa|annarbor|4080|ann arbor 4080:\ 10790Sstevel@tonic-gate :do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\ 10800Sstevel@tonic-gate :co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\ 10810Sstevel@tonic-gate :kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P: 1082*3872Sas145665# ^L# -------------------------------- 1083*3872Sas145665# 1084*3872Sas145665# S: SCREEN 1085*3872Sas145665# 1086*3872Sas145665# Screen is a curses based virtual terminal multiplexor. 1087*3872Sas145665SC|screen|VT 100/ANSI X3.64 virtual terminal:\ 1088*3872Sas145665 :am:xn:ms:mi:G0:km:\ 1089*3872Sas145665 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ 1090*3872Sas145665 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ 1091*3872Sas145665 :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ 1092*3872Sas145665 :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ 1093*3872Sas145665 :li#24:co#80:us=\E[4m:ue=\E[24m:so=\E[3m:se=\E[23m:\ 1094*3872Sas145665 :mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:sr=\EM:al=\E[L:\ 1095*3872Sas145665 :AL=\E[%dL:dl=\E[M:DL=\E[%dM:cs=\E[%i%d;%dr:dc=\E[P:\ 1096*3872Sas145665 :DC=\E[%dP:im=\E[4h:ei=\E[4l:IC=\E[%d@:\ 1097*3872Sas145665 :ks=\E[?1h\E=:ke=\E[?1l\E>:vb=\Eg:\ 1098*3872Sas145665 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ 1099*3872Sas145665 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\ 1100*3872Sas145665 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\ 1101*3872Sas145665 :kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:@7=\E[4~:kP=\E[5~:\ 1102*3872Sas145665 :kN=\E[6~:eA=\E(B\E)0:as=^N:ae=^O:\ 1103*3872Sas145665 :vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ 1104*3872Sas145665 :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\ 1105*3872Sas145665 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00: 1106*3872Sas145665SW|screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\ 1107*3872Sas145665 :co#132:tc=screen: 11080Sstevel@tonic-gate# # -------------------------------- 11090Sstevel@tonic-gate# 11100Sstevel@tonic-gate# T: TELETYPE 11110Sstevel@tonic-gate# 11120Sstevel@tonic-gate# We need descriptions for the model 40. There are known to be at least three 11130Sstevel@tonic-gate# flavors of the 40, both seem more like IBM half duplex forms fillers than 11140Sstevel@tonic-gate# ASCII terminals. They have lots of awful braindamage, such as printing 11150Sstevel@tonic-gate# a visible newline indicator after each newline. The 40-1 is a half duplex 11160Sstevel@tonic-gate# terminal and is hopeless. The 40-2 is braindamaged but has hope and is 11170Sstevel@tonic-gate# described here. The 40-4 is a 3270 lookalike and beyond hope. 11180Sstevel@tonic-gate# The terminal has visible bell but I don't know it - it's 11190Sstevel@tonic-gate# null here to prevent it from showing the BL character. 11200Sstevel@tonic-gate# There is an \EG in nl because of a bug in vi (if stty says you have 11210Sstevel@tonic-gate# a "newline" style terminal (-crmode) vi figures all it needs is nl 11220Sstevel@tonic-gate# to get crlf, even if cr is not ^M.) 11230Sstevel@tonic-gateT0|40|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\ 11240Sstevel@tonic-gate :cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:im=:ei=:ic=50\E\^:\ 11250Sstevel@tonic-gate :nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\ 11260Sstevel@tonic-gate :so=\E3:se=\E4: 11270Sstevel@tonic-gateT3|33|tty33|tty|model 33 teletype:\ 11280Sstevel@tonic-gate :do=^J:co#72:hc:os: 11290Sstevel@tonic-gateT4|43|tty43|model 43 teletype:\ 11300Sstevel@tonic-gate :do=^J:kb=^h:am:le=^H:bs:hc:os:co#132: 11310Sstevel@tonic-gateT7|37|tty37|model 37 teletype:\ 11320Sstevel@tonic-gate :do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os: 11330Sstevel@tonic-gate# From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp 11340Sstevel@tonic-gate# This entry appears to avoid the top line - I have no idea why. 11350Sstevel@tonic-gateTT|4424|tty4424|teletype 4424M:\ 11360Sstevel@tonic-gate :al=\EL:da:db:ip=2:im=:ei=:ic=\E\^:dc=\EP:dl=\EM:\ 11370Sstevel@tonic-gate :co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\ 11380Sstevel@tonic-gate :nd=\E[C:up=\E[A:pt:mi:sr=\ET:\ 11390Sstevel@tonic-gate :ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 11400Sstevel@tonic-gate :is=\E[m\E[2;24r:\ 11410Sstevel@tonic-gate :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\ 11420Sstevel@tonic-gate :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS: 11430Sstevel@tonic-gate# Teletype blit. 11440Sstevel@tonic-gateTD|dmd|5620|ttydmd|tty5620|5620 terminal 88 columns:\ 11450Sstevel@tonic-gate :co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 11460Sstevel@tonic-gate :cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:do=^J:\ 11470Sstevel@tonic-gate :im=:ei=:ic=\E[@:dc=\E[P:sr=\E[T:sf=\E[S:le=^H:kb=^H:\ 11480Sstevel@tonic-gate :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:ho=\E[H:ll=\E[70;1H:\ 11490Sstevel@tonic-gate :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:rc=\E8:rs=\Ec:sc=\E7:\ 11500Sstevel@tonic-gate :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:ms:me=\E[0m:mr=\E[7m: 11510Sstevel@tonic-gate# # -------------------------------- 11520Sstevel@tonic-gate# 11530Sstevel@tonic-gate# V: VISUAL 11540Sstevel@tonic-gate# 11550Sstevel@tonic-gate# The Visual 200 beeps when you type a character in insert mode. 11560Sstevel@tonic-gate# This is a horribly obnoxious misfeature, and some of the entries 11570Sstevel@tonic-gate# below try to get around the problem by ignoring the feature or 11580Sstevel@tonic-gate# turning it off when inputting a character. They are said not to 11590Sstevel@tonic-gate# work well at 300 baud. (You could always cut the wire to the bell!) 11600Sstevel@tonic-gate#From mike@brl-vgr Mon Nov 14 08:34:29 1983 11610Sstevel@tonic-gateV2|vi200|vis200|visual 200 with function keys:\ 11620Sstevel@tonic-gate :so=\E4:se=\E3:ms:do=^J:\ 11630Sstevel@tonic-gate :al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\ 11640Sstevel@tonic-gate :cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\ 11650Sstevel@tonic-gate :im=:ei=:ic=\Ei \b\Ej:\ 11660Sstevel@tonic-gate :is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\ 11670Sstevel@tonic-gate :k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\ 11680Sstevel@tonic-gate :k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\ 11690Sstevel@tonic-gate :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec: 11700Sstevel@tonic-gateVR|vi200-rv-ic|visual 200 reverse video using insert char:\ 11710Sstevel@tonic-gate :ei=\Ej:im=\Ei:ic@:tc=vi200-rv: 11720Sstevel@tonic-gate# The older Visuals didn't come with function keys. This entry uses 11730Sstevel@tonic-gate# ks and ke so that the keypad keys can be used as function keys. 11740Sstevel@tonic-gate# If your version of vi doesn't support function keys you may want 11750Sstevel@tonic-gate# to use V2. 11760Sstevel@tonic-gateVf|vi200-f|visual|visual 200 no function keys:\ 11770Sstevel@tonic-gate :do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\ 11780Sstevel@tonic-gate :cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\ 11790Sstevel@tonic-gate :im=:ei=:ic=\Ei \b\Ej:\ 11800Sstevel@tonic-gate :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\ 11810Sstevel@tonic-gate :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\ 11820Sstevel@tonic-gate :k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\ 11830Sstevel@tonic-gate :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec: 11840Sstevel@tonic-gateVr|vi200-rv|visual 200 reverse video:\ 11850Sstevel@tonic-gate :so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200: 11860Sstevel@tonic-gateVt|vi200-ic|visual 200 using insert char:\ 11870Sstevel@tonic-gate :ei=\Ej:im=\Ei:ic@:tc=vi200: 11880Sstevel@tonic-gate# From: jbs@athena.mit.edu Jeff Siegal 11890Sstevel@tonic-gateV5|vi55|Visual 55:\ 11900Sstevel@tonic-gate :im=\Ea:ei=\Eb:mi:dc=\Ew:dm=:ed=:al=\EL:dl=\EM:cs=\E_%+A%+A:\ 11910Sstevel@tonic-gate :ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\ 11920Sstevel@tonic-gate :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cm=\EY%+ %+ :co#80:li#24:\ 11930Sstevel@tonic-gate :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H: 11940Sstevel@tonic-gate# # -------------------------------- 11950Sstevel@tonic-gate# 11960Sstevel@tonic-gate# X: TEKTRONIX 11970Sstevel@tonic-gate# 11980Sstevel@tonic-gateXa|tek|tek4012|4012|tektronix 4012:\ 11990Sstevel@tonic-gate :do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os: 12000Sstevel@tonic-gateXb|tek4013|4013|tektronix 4013:\ 12010Sstevel@tonic-gate :as=\E^N:ae=\E^O:dF#1000:tc=4012: 12020Sstevel@tonic-gateXc|tek4014|4014|tektronix 4014:\ 12030Sstevel@tonic-gate :is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012: 12040Sstevel@tonic-gateXd|tek4015|4015|tektronix 4015:\ 12050Sstevel@tonic-gate :as=\E^N:ae=\E^O:tc=4014: 12060Sstevel@tonic-gateXe|tek4014-sm|4014-sm|tektronix 4014 in small font:\ 12070Sstevel@tonic-gate :is=\E^O\E\072:co#121:li#58:tc=tek4014: 12080Sstevel@tonic-gateXf|tek4015-sm|4015-sm|tektronix 4015 in small font:\ 12090Sstevel@tonic-gate :as=\E^N:ae=\E^O:tc=4014-sm: 12100Sstevel@tonic-gate# I think the 1000UP is supposed to be so expensive it never happens. 12110Sstevel@tonic-gateX4|tek4023|4023|tex|tektronix 4023:\ 12120Sstevel@tonic-gate :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\ 12130Sstevel@tonic-gate :bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4: 12140Sstevel@tonic-gate# Can't use cursor motion because it's memory relative, and because 12150Sstevel@tonic-gate# it only works in the workspace, not the monitor. Same for home. 12160Sstevel@tonic-gate# Likewise, standout only works in the workspace. 12170Sstevel@tonic-gate# 145 ms padding on al and AL taken out since it doesn't seem to be needed much. 12180Sstevel@tonic-gateX5|4025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\ 12190Sstevel@tonic-gate :sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\ 12200Sstevel@tonic-gate :ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\ 12210Sstevel@tonic-gate :ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\ 12220Sstevel@tonic-gate :am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\ 12230Sstevel@tonic-gate :al=^_up\r^_ili\r:dl=^_dli\r^F:\ 12240Sstevel@tonic-gate :dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\ 12250Sstevel@tonic-gate :cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\ 12260Sstevel@tonic-gate :UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r: 12270Sstevel@tonic-gateX7|4025-17|4027-17|tek 4025 17 line window:\ 12280Sstevel@tonic-gate :li#17:tc=4025: 12290Sstevel@tonic-gateX8|4025-17ws|4027-17ws|tek 4025 17 line window in workspace:\ 12300Sstevel@tonic-gate :is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\ 12310Sstevel@tonic-gate :ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17: 12320Sstevel@tonic-gateX9|4025ex|4027ex|tek 4025 w/!:\ 12330Sstevel@tonic-gate :ti=\41com 31\r:te=^_com 33\r:\ 12340Sstevel@tonic-gate :is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025: 12350Sstevel@tonic-gate# From jcoker @ ucbic 12360Sstevel@tonic-gateXp|4107|tek4107|Tektronix 4107 graphics terminal with memory:\ 12370Sstevel@tonic-gate :ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\ 12380Sstevel@tonic-gate :is=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J:\ 12390Sstevel@tonic-gate :li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\ 12400Sstevel@tonic-gate :ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:dc=4\E[P:dl=3\E[M:\ 12410Sstevel@tonic-gate :ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\ 12420Sstevel@tonic-gate :kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\ 12430Sstevel@tonic-gate :ul:ei=:im=:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\ 12440Sstevel@tonic-gate :ue=\E[m:us=\E[4m:up=\EM: 12450Sstevel@tonic-gate# Tektronix 4107 with sysline 12460Sstevel@tonic-gateXq|4107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\ 12470Sstevel@tonic-gate :is=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J:\ 12480Sstevel@tonic-gate :es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\ 12490Sstevel@tonic-gate :fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107: 12500Sstevel@tonic-gate# From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981 12510Sstevel@tonic-gate# Here's the comamnd file that I use to get rogue to work on the 4025. 12520Sstevel@tonic-gate# It should work with any program using the old curses (e.g. it better 12530Sstevel@tonic-gate# not try to scroll, or cursor addressing won't work. Also, you can't 12540Sstevel@tonic-gate# see the cursor.) 12550Sstevel@tonic-gate# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh) 12560Sstevel@tonic-gateXr|4025-cr|tek 4025 for curses and rogue:\ 12570Sstevel@tonic-gate :is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\ 12580Sstevel@tonic-gate :am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\ 12590Sstevel@tonic-gate :do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0: 12600Sstevel@tonic-gate# next two lines commented out since curses only allows 128 chars, sigh. 12610Sstevel@tonic-gate# :ti=^_lea p1/b/^_lea p2/j/^_lea p3/n/^_lea p4/h/^_lea p5/ /^_lea p6/l/^_lea p7/y/^_lea p8/k/^_lea p9/u/^_lea p./f/^_lea pt/`era w/13^_lea p0/s/^_wor 33h:\ 12620Sstevel@tonic-gate# :te=^_lea p1^_lea p2^_lea p3^_lea p4^_lea pt^_lea p5^_lea p6^_lea p7^_lea p8^_lea p9/la/13^_lea p.^_lea p0^_wor 0: 12630Sstevel@tonic-gate# The 4110 series may be a wonderful graphics series, but they make the 4025 12640Sstevel@tonic-gate# look good for screen editing. In the dialog area, you can't move the cursor 12650Sstevel@tonic-gate# off the bottom line. Out of the dialog area, ^K moves it up, but there 12660Sstevel@tonic-gate# is no way to scroll. 12670Sstevel@tonic-gateXs|4112|4114|tek4112|tektronix 4110 series:\ 12680Sstevel@tonic-gate :is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\ 12690Sstevel@tonic-gate :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\ 12700Sstevel@tonic-gate :db:dc=\E[P:dl=\E[M:ic=\E[@:im=:nd=\E[C:se=\E[m:\ 12710Sstevel@tonic-gate :so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\ 12720Sstevel@tonic-gate :sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8: 12730Sstevel@tonic-gateXt|4112-nd|4112 not in dialog area:up=^K:ns:tc=4112: 12740Sstevel@tonic-gateXu|4112-5|4112 in 5 line dialog area:li#5:tc=4112: 12750Sstevel@tonic-gateXv|4113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\ 12760Sstevel@tonic-gate :le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\ 12770Sstevel@tonic-gate :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\ 12780Sstevel@tonic-gate :cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\ 12790Sstevel@tonic-gate :.as=\E^N:.ae=\E^O: 12800Sstevel@tonic-gateXw|4113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\ 12810Sstevel@tonic-gate :is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113: 12820Sstevel@tonic-gate# ns hidden from vi to allow visual mode. APL font (as, ae) not supported here. 12830Sstevel@tonic-gate# uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay 12840Sstevel@tonic-gate# to let you see the background color being toggled. 12850Sstevel@tonic-gateXy|4113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\ 12860Sstevel@tonic-gate :le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\ 12870Sstevel@tonic-gate :eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\ 12880Sstevel@tonic-gate :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\ 12890Sstevel@tonic-gate :cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\ 12900Sstevel@tonic-gate :.ns:.as=\E^N:.ae=\E^O: 12910Sstevel@tonic-gateXz|4105|tek4105:\ 12920Sstevel@tonic-gate :al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\ 12930Sstevel@tonic-gate :dc=\E[1P:dl=\E[1M:do=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\ 12940Sstevel@tonic-gate :as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\ 12950Sstevel@tonic-gate :kd=\E[1B:kl=\E[1D:kr=\E[1C:ul:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\ 12960Sstevel@tonic-gate :mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt: 12970Sstevel@tonic-gate# This entry is from Tek. Inc. (Brian Biehl) 12980Sstevel@tonic-gateXz|4115|tek4115|Tektronix 4115:\ 12990Sstevel@tonic-gate :co#80:li#34:\ 13000Sstevel@tonic-gate :al=\E[L:am:bc=\E[D:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\ 13010Sstevel@tonic-gate :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:da:db:dc=\E[P:dl=\E[M:do=\E[B:\ 13020Sstevel@tonic-gate :ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/share/lib/tabset/vt100:\ 13030Sstevel@tonic-gate :is=\E%\0410\E%\014\ELV0\EKA1\ELBB2\ENU@\075\ELLB2\ELM0\ELV1\EKYA?\E%\0411\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\ 13040Sstevel@tonic-gate :kb=^H:ke=\E>:ks=\E=:nd=\E[C:pt:se=\E[m:so=\E[7m:sr=\EM:\ 13050Sstevel@tonic-gate :te=\E%\0410\ELBG8\E%\0411\E[34;1H\E[J: 13060Sstevel@tonic-gate :ti=\E%\0410\ELBB2\E%\0411:\ 13070Sstevel@tonic-gate :ue=\E[m:up=\E[A:us=\E[4m:\ 13080Sstevel@tonic-gate :ve=\E%\0410\ELBG8\E%\0411\E[34;1H:\ 13090Sstevel@tonic-gate :vs=\E%\0410\ELBB2\E%\0411: 13100Sstevel@tonic-gate# The tek4125 emulates a vt100 incorrectly - the scrolling region 13110Sstevel@tonic-gate# command is ignored. The following entry replaces the cs with the 13120Sstevel@tonic-gate# needed al, dl, and im; removes some cursor pad commands that the tek4125 13130Sstevel@tonic-gate# chokes on; and adds a lot of initialization for the tek dialog area. 13140Sstevel@tonic-gate# Note that this entry uses all 34 lines and sets the cursor color to green 13150Sstevel@tonic-gate# Steve Jacobson 8/85 13160Sstevel@tonic-gateXB|tek4125:\ 13170Sstevel@tonic-gate :ks=\E=:li#34:\ 13180Sstevel@tonic-gate :is=\EQD1\EUX03\E%\!0\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:dl=\E[1M:\ 13190Sstevel@tonic-gate :al=\E[1L:cs@:sc@:rc@:im=\E1:tc=vt100: 13200Sstevel@tonic-gate# From carolyn@dali.berkeley.edu Thu Oct 31 12:54:27 1985 13210Sstevel@tonic-gateXA|4404|tek4404:\ 13220Sstevel@tonic-gate :al=\E[1L:bs:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:\ 13230Sstevel@tonic-gate :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\ 13240Sstevel@tonic-gate :kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:li#32::mb=\E[5m:\ 13250Sstevel@tonic-gate :md=\E[1m:me=\E[m:nd=\E[C:pt:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\ 13260Sstevel@tonic-gate :ta=\E[2I:ti=\E%\!1\E[1;32r\E[?6l\E>:te=\E[1;1H\E[0J\E[?6h\E[?1l:\ 13270Sstevel@tonic-gate :ue=\E[m:up=\E[A:us=\E[4m: 13280Sstevel@tonic-gate# # -------------------------------- 13290Sstevel@tonic-gate# 13300Sstevel@tonic-gate# a: ADDS 13310Sstevel@tonic-gate# 13320Sstevel@tonic-gate# Regent: lowest common denominator, works on all regents. 13330Sstevel@tonic-gatea0|regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\ 13340Sstevel@tonic-gate :bs:bc=^U:nd=^F:do=^J:ho=\EY : 13350Sstevel@tonic-gate# Regent 100 has a bug where if computer sends escape when user is holding 13360Sstevel@tonic-gate# down shift key it gets confused, so we avoid escape. 13370Sstevel@tonic-gatea1|regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\ 13380Sstevel@tonic-gate :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\ 13390Sstevel@tonic-gate :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\ 13400Sstevel@tonic-gate :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\ 13410Sstevel@tonic-gate :cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent: 13420Sstevel@tonic-gatea2|regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent: 13430Sstevel@tonic-gatea3|regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20: 13440Sstevel@tonic-gatea4|regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\ 13450Sstevel@tonic-gate :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\ 13460Sstevel@tonic-gate :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\ 13470Sstevel@tonic-gate :al=2*\EM:dl=2*\El:\ 13480Sstevel@tonic-gate :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25: 13490Sstevel@tonic-gatea5|regent40+|Adds Regent 40+:is=\EB:tc=regent40: 13500Sstevel@tonic-gatea6|regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\ 13510Sstevel@tonic-gate :im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+: 13520Sstevel@tonic-gatea7|regent60na|regent 60 w/no arrow keys:\ 13530Sstevel@tonic-gate kl@:kr@:ku@:kd@:tc=regent60: 13540Sstevel@tonic-gate# Note: if return acts weird on a980, check internal switch #2 13550Sstevel@tonic-gate# on the top chip on the CONTROL pc board. 13560Sstevel@tonic-gateac|a980|adds consul 980:\ 13570Sstevel@tonic-gate :do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\ 13580Sstevel@tonic-gate :dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\ 13590Sstevel@tonic-gate :k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9: 13600Sstevel@tonic-gateas|viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\ 13610Sstevel@tonic-gate :tc=regent40: 13620Sstevel@tonic-gate# From Onyx:edward Thu Jul 9 09:27:33 1981 13630Sstevel@tonic-gateav|viewpoint|addsviewpoint|adds viewpoint:\ 13640Sstevel@tonic-gate :do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\ 13650Sstevel@tonic-gate :up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\ 13660Sstevel@tonic-gate :so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`: 13670Sstevel@tonic-gate# # -------------------------------- 13680Sstevel@tonic-gate# 13690Sstevel@tonic-gate# b: BEEHIVE 13700Sstevel@tonic-gate# 13710Sstevel@tonic-gate# Reports are that most of these Beehive entries (except superbee) have not been 13720Sstevel@tonic-gate# tested and do not work right. se is a trouble spot. Be warned. 13730Sstevel@tonic-gateb2|sb2|sb3|fixed superbee:\ 13740Sstevel@tonic-gate :xb@:tc=superbee: 13750Sstevel@tonic-gate# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs. 13760Sstevel@tonic-gate# good grief - does this entry make sg/ug when it doesn't have to? 13770Sstevel@tonic-gate# look at those spaces in se/so. Seems strange to me... 13780Sstevel@tonic-gatebh|bh3m|beehiveIIIm:\ 13790Sstevel@tonic-gate :if=/usr/share/lib/tabset/beehive:do=^J:\ 13800Sstevel@tonic-gate :al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\ 13810Sstevel@tonic-gate :co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\ 13820Sstevel@tonic-gate :nd=^L:pt:se= ^_:so=^] :up=^K: 13830Sstevel@tonic-gate# This loses on lines > 80 chars long, use at your own risk 13840Sstevel@tonic-gatebi|superbeeic|super bee with insert char:\ 13850Sstevel@tonic-gate :ic=:im=\EQ:ei=\ER:tc=superbee: 13860Sstevel@tonic-gatebm|microb|microbee|micro bee series:\ 13870Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\ 13880Sstevel@tonic-gate :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\ 13890Sstevel@tonic-gate :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\ 13900Sstevel@tonic-gate :li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`: 13910Sstevel@tonic-gate# Superbee - f1=escape, f2=^C. 13920Sstevel@tonic-gate# Note: there are at least 3 kinds of superbees in the world. The sb1 13930Sstevel@tonic-gate# holds onto escapes and botches ^C's. The sb2 is the best of the 3. 13940Sstevel@tonic-gate# The sb3 puts garbage on the bottom of the screen when you scroll with 13950Sstevel@tonic-gate# the switch in the back set to CRLF instead of AEP. This description 13960Sstevel@tonic-gate# is tested on the sb2 but should work on all with either switch setting. 13970Sstevel@tonic-gate# The f1/f2 business is for the sb1 and the :xb: can be taken out for 13980Sstevel@tonic-gate# the other two if you want to try to hit that tiny escape key. 13990Sstevel@tonic-gate# This description is tricky: being able to use cm depends on there being 14000Sstevel@tonic-gate# 2048 bytes of memory and the hairy nl string. 14010Sstevel@tonic-gatebs|sb1|superbee|superb|beehive super bee:\ 14020Sstevel@tonic-gate :ct=\E3:st=\E1:is=\EH\EJ:do=^J:\ 14030Sstevel@tonic-gate :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\ 14040Sstevel@tonic-gate :am:le=^H:bs:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:co#80:cm=\EF%r%3%3:cr=1000\r:\ 14050Sstevel@tonic-gate :dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\ 14060Sstevel@tonic-gate :li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\ 14070Sstevel@tonic-gate :nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\ 14080Sstevel@tonic-gate :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\ 14090Sstevel@tonic-gate :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA: 14100Sstevel@tonic-gate# # -------------------------------- 14110Sstevel@tonic-gate# 14120Sstevel@tonic-gate# c: CONCEPT (HUMAN DESIGNED SYSTEMS) 14130Sstevel@tonic-gate# 14140Sstevel@tonic-gate# From vax135!hpk Sat Jun 27 07:41:20 1981 14150Sstevel@tonic-gate# Extensive changes to c108 by arpavax:eric Feb 1982 14160Sstevel@tonic-gate# 14170Sstevel@tonic-gate# There seem to be a number of different versions of the C108 PROMS 14180Sstevel@tonic-gate# (with bug fixes in its Z-80 program). 14190Sstevel@tonic-gate# The first one that we had would lock out the keyboard of you 14200Sstevel@tonic-gate# sent lots of short lines (like /usr/dict/words) at 9600 baud. 14210Sstevel@tonic-gate# Try that on your C108 and see if it sends a ^S when you type it. 14220Sstevel@tonic-gate# If so, you have an old version of the PROMs. 14230Sstevel@tonic-gate# The old one also messed up running vi with a 132-character line-length. 14240Sstevel@tonic-gate# You should configure the C108 to send ^S/^Q before running this. 14250Sstevel@tonic-gate# It is much faster (at 9600 baud) than the c100 because the delays 14260Sstevel@tonic-gate# are not fixed. 14270Sstevel@tonic-gate# new status line display entries for c108: 14280Sstevel@tonic-gate# hs - has status capability 14290Sstevel@tonic-gate# es - escape sequences are OK on status line 14300Sstevel@tonic-gate# i2 - second init str - setup term for status display - set programmer mode, 14310Sstevel@tonic-gate# select window 2, define window at last line of memory, 14320Sstevel@tonic-gate# set bkgnd stat mesg there, select window 0. 14330Sstevel@tonic-gate# ts - to status line - select window 2, home cursor, erase to end-of-window, 14340Sstevel@tonic-gate# 1/2 bright on, goto(line#0, col#?) 14350Sstevel@tonic-gate# fs - from status line - 1/2 bright off, select window 0 14360Sstevel@tonic-gate# ds - disable status display - set bkgnd status mesg with illegal window # 14370Sstevel@tonic-gate# 14380Sstevel@tonic-gate# the following two entries are for emacs -- they are just like the regular 14390Sstevel@tonic-gate# entries except that they have buffer overflow control OFF 14400Sstevel@tonic-gatec0|e108-8p:\ 14410Sstevel@tonic-gate :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\ 14420Sstevel@tonic-gate :te=\Ev ^A\177p\Ep\r\n:tc=e108-4p: 14430Sstevel@tonic-gatec1|e108-4p:\ 14440Sstevel@tonic-gate :is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\ 14450Sstevel@tonic-gate :tc=c108-4p: 14460Sstevel@tonic-gatec2|c108|c108-8p|concept108-8p|concept 108 w/8 pages:\ 14470Sstevel@tonic-gate :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\ 14480Sstevel@tonic-gate :te=\Ev ^A\177p\Ep\r\n:tc=c108-4p: 14490Sstevel@tonic-gatec3|c108-4p|concept108-4p|concept 108 w/4 pages:\ 14500Sstevel@tonic-gate :es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\ 14510Sstevel@tonic-gate :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \177p\Ep\n:do=^J:pt:\ 14520Sstevel@tonic-gate :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\ 14530Sstevel@tonic-gate :ti=\EU\Ev 8p\Ep\r:te=\Ev \177p\Ep\r\n:\ 14540Sstevel@tonic-gate :al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\ 14550Sstevel@tonic-gate :dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\ 14560Sstevel@tonic-gate :kb=^h:ul:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\ 14570Sstevel@tonic-gate :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\ 14580Sstevel@tonic-gate :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\ 14590Sstevel@tonic-gate :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\ 14600Sstevel@tonic-gate :so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec: 14610Sstevel@tonic-gatec4|c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\ 14620Sstevel@tonic-gate :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\ 14630Sstevel@tonic-gate :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\ 14640Sstevel@tonic-gate :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p: 14650Sstevel@tonic-gatec5|c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\ 14660Sstevel@tonic-gate :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\ 14670Sstevel@tonic-gate :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\ 14680Sstevel@tonic-gate :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p: 14690Sstevel@tonic-gatec6|c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\ 14700Sstevel@tonic-gate :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p 14710Sstevel@tonic-gatec7|c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\ 14720Sstevel@tonic-gate :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\ 14730Sstevel@tonic-gate :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv-8p 14740Sstevel@tonic-gate# this needs new frotz in the cm capability for 2-char addrs when > 95.... 14750Sstevel@tonic-gatec8|c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\ 14760Sstevel@tonic-gate :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\ 14770Sstevel@tonic-gate :ti=\EU\Ev 8^AD\Ep\r:te=\Ev ^A0^AD\Ep\r\n:pt@:cm@:\ 14780Sstevel@tonic-gate :co#132:tc=c108-8p 14790Sstevel@tonic-gatecA|avt-w|avtw|HDS concept avt w/4 or 8 pages; 132 columns:\ 14800Sstevel@tonic-gate :is=\E[1*q\E[2!t\E[7!t\E[=4;101;119l\E[=103;107;118;207h\E)1\E[1Q\EW\E[7!y\E[0\0720\07232!r\E[w\E2\r\n:\ 14810Sstevel@tonic-gate :ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt: 14820Sstevel@tonic-gatecB|avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\ 14830Sstevel@tonic-gate :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[192w\E[2*w\E[!w\E[1;191w\E2\r\n:\ 14840Sstevel@tonic-gate :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\ 14850Sstevel@tonic-gate :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt: 14860Sstevel@tonic-gatecC|avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\ 14870Sstevel@tonic-gate :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[96w\E[2*w\E[!w\E[1;95w\E2\r\n:\ 14880Sstevel@tonic-gate :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\ 14890Sstevel@tonic-gate :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt: 14900Sstevel@tonic-gatecD|avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\ 14910Sstevel@tonic-gate :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;205;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n:\ 14920Sstevel@tonic-gate :ve=\E[4l:vs=\E[4l:tc=avt 14930Sstevel@tonic-gatecE|avt|HDS concept avt w/4 or 8 pages, 80 columns:\ 14940Sstevel@tonic-gate :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119;205l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n\E[*w:\ 14950Sstevel@tonic-gate :ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\ 14960Sstevel@tonic-gate :ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\ 14970Sstevel@tonic-gate :dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\ 14980Sstevel@tonic-gate :kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\ 14990Sstevel@tonic-gate :ks=\E[1;4!z\E[1;8!z\E[1;10!z\E[1;11!z\E[1;12!z\E[1;14!z\E[3;7!z\E[3;9!z:\ 15000Sstevel@tonic-gate :ke=\E[;4!z\E[;8!z\E[;10!z\E[;11!z\E[;12!z\E[3;14!z\E[;7!z\E[;9!z:\ 15010Sstevel@tonic-gate :ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\ 15020Sstevel@tonic-gate :te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:ul:\ 15030Sstevel@tonic-gate :up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn: 15040Sstevel@tonic-gate# 15050Sstevel@tonic-gate# Concepts have only window relative cursor addressing, not screen relative. 15060Sstevel@tonic-gate# To get it to work right here, ti/te (which were invented for the concept) 15070Sstevel@tonic-gate# lock you into a one page window for screen style programs. To get out of 15080Sstevel@tonic-gate# the one page window, we use a clever trick: we set the window size to zero 15090Sstevel@tonic-gate# ("\Ev " in te) which the terminal recognizes as an error and resets the 15100Sstevel@tonic-gate# window to all of memory. 15110Sstevel@tonic-gate# 15120Sstevel@tonic-gate# Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below. 15130Sstevel@tonic-gate# This padding is only needed at 9600 baud. 15140Sstevel@tonic-gate# 2 nulls padding on te isn't always enough. 6 works fine. Maybe less 15150Sstevel@tonic-gate# than 6 but more than 2 will work. 15160Sstevel@tonic-gateca|c100|concept|c1004p|c100-4p|concept100|concept 100:\ 15170Sstevel@tonic-gate :is=\EU\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\ 15180Sstevel@tonic-gate :ti=\EU\Ev 8p\Ep\r:te=\Ev \200\200\200\200\200\200\Ep\r\n:\ 15190Sstevel@tonic-gate :al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\ 15200Sstevel@tonic-gate :dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\ 15210Sstevel@tonic-gate :pt:kb=^h:ta=8\t:ul:up=\E;:db:us=\EG:ue=\Eg:xn:\ 15220Sstevel@tonic-gate :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\ 15230Sstevel@tonic-gate :.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\ 15240Sstevel@tonic-gate :mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\ 15250Sstevel@tonic-gate :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7: 15260Sstevel@tonic-gatecb|c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\ 15270Sstevel@tonic-gate :is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\ 15280Sstevel@tonic-gate :tc=c100-rv: 15290Sstevel@tonic-gatecc|c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\ 15300Sstevel@tonic-gate :ks@:ke@:tc=c100-rv: 15310Sstevel@tonic-gatecd|c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\ 15320Sstevel@tonic-gate :is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\ 15330Sstevel@tonic-gate :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\ 15340Sstevel@tonic-gate :so=\EE:se=\Ee:tc=c100: 15350Sstevel@tonic-gate# This is useful at 1200 baud. 15360Sstevel@tonic-gatece|c100-s|concept-s|concept100-s|slow concept 100:\ 15370Sstevel@tonic-gate :vb=\Ek\200\EK:pt:dC@:dN@:tc=c100: 15380Sstevel@tonic-gatecf|c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\ 15390Sstevel@tonic-gate :vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv: 15400Sstevel@tonic-gate# # -------------------------------- 15410Sstevel@tonic-gate# 15420Sstevel@tonic-gate# d: DEC (DIGITAL EQUIPMENT CORPORATION) 15430Sstevel@tonic-gate# 15440Sstevel@tonic-gate# Note that xn glitch in vt100 is not quite the same as concept, since 15450Sstevel@tonic-gate# the cursor is left in a different position while in the weird state 15460Sstevel@tonic-gate# (concept at beginning of next line, vt100 at end of this line) so 15470Sstevel@tonic-gate# all versions of vi before 3.7 don't handle xn right on vt100. 15480Sstevel@tonic-gate# I assume you have smooth scroll off or are at a slow enough baud 15490Sstevel@tonic-gate# rate that it doesn't matter (1200? or less). Also this assumes 15500Sstevel@tonic-gate# that you set auto-nl to "on", if you set it off use vt100-nam below. 15510Sstevel@tonic-gate# 15520Sstevel@tonic-gate# Since there are two things here called vt100, the installer can make 15530Sstevel@tonic-gate# a local decision to make either one standard "vt100" by including 15540Sstevel@tonic-gate# it in the list of terminals in reorder, since the first vt100 in 15550Sstevel@tonic-gate# /etc/termcap is the one that it will find. The choice is between 15560Sstevel@tonic-gate# nam (no automatic margins) and am (automatic margins), as determined 15570Sstevel@tonic-gate# by the wrapline switch (group 3 #2). I presonally recommend turning 15580Sstevel@tonic-gate# on the bit and using vt100-am, since having stuff hammer on the right 15590Sstevel@tonic-gate# margin is sort of hard to read. However, the xn glitch does not occur 15600Sstevel@tonic-gate# if you turn the bit off. 15610Sstevel@tonic-gate# 15620Sstevel@tonic-gate# I am unsure about the padding requirements listed here. I have heard 15630Sstevel@tonic-gate# a claim that the vt100 needs no padding. It's possible that it needs 15640Sstevel@tonic-gate# padding only if the xon/xoff switch is off. For UNIX, this switch 15650Sstevel@tonic-gate# should probably be on. 15660Sstevel@tonic-gate# 15670Sstevel@tonic-gate# The vt100 uses rs and rf rather than is/ct/st because the tab settings 15680Sstevel@tonic-gate# are in non-volatile memory and don't need to be reset upon login. 15690Sstevel@tonic-gate# You can type "reset" to get them set. 15700Sstevel@tonic-gatedp|vt100-np|vt100 with no padding (for psl games):\ 15710Sstevel@tonic-gate :cl=\E[H\E[2J:sr=\EM:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 15720Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 15730Sstevel@tonic-gate :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:tc=vt100: 15740Sstevel@tonic-gated0|vt100|vt100-am|vt100am|dec vt100:\ 15750Sstevel@tonic-gate :do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=5\ED:\ 15760Sstevel@tonic-gate :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\ 15770Sstevel@tonic-gate :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\ 15780Sstevel@tonic-gate :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\ 15790Sstevel@tonic-gate :rf=/usr/share/lib/tabset/vt100:\ 15800Sstevel@tonic-gate :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\ 15810Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ 15820Sstevel@tonic-gate :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\ 15830Sstevel@tonic-gate :sc=\E7:rc=\E8:cs=\E[%i%d;%dr: 15840Sstevel@tonic-gated1|vt100-nam|vt100nam|vt100 w/no am:\ 15850Sstevel@tonic-gate :am@:xn@:\ 15860Sstevel@tonic-gate :is=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\ 15870Sstevel@tonic-gate :tc=vt100-am: 15880Sstevel@tonic-gated2|gt42|dec gt42:\ 15890Sstevel@tonic-gate :do=^J:le=^H:bs:co#72:ns:li#40:os: 15900Sstevel@tonic-gated3|vt132|dec vt132:\ 15910Sstevel@tonic-gate :al=99\E[L:dl=99\E[M:ip=7:dc=7\E[P:ei=\E[4l:im=\E[4h:xn:dN#30:tc=vt100: 15920Sstevel@tonic-gated4|gt40|dec gt40:\ 15930Sstevel@tonic-gate :do=^J:le=^H:bs:co#72:ns:li#30:os: 15940Sstevel@tonic-gated5|vt50|dec vt50:\ 15950Sstevel@tonic-gate :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA: 15960Sstevel@tonic-gated6|vt125|vt125-am|DEC vt125:\ 15970Sstevel@tonic-gate :xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:\ 15980Sstevel@tonic-gate :le=^H:am:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:ce=3\E[K:cd=50\E[J:\ 15990Sstevel@tonic-gate :so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:\ 16000Sstevel@tonic-gate :me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 16010Sstevel@tonic-gate :ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:\ 16020Sstevel@tonic-gate :kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ 16030Sstevel@tonic-gate :pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr: 16040Sstevel@tonic-gated9|vt125-nam|DEC vt125 no automatic margin:\ 16050Sstevel@tonic-gate :am@:tc=vt125-am: 16060Sstevel@tonic-gate# DEC gigi color graphic terminal , same as vt52 16070Sstevel@tonic-gated7|gigi|dec gigi terminal:\ 16080Sstevel@tonic-gate :co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\ 16090Sstevel@tonic-gate :li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\ 16100Sstevel@tonic-gate :ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\ 16110Sstevel@tonic-gate :ks=200\E[?1h\E=:ke=200\E[?1l\E>:\ 16120Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ 16130Sstevel@tonic-gate :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\ 16140Sstevel@tonic-gate :dC#50:dF#200:dN#50:dT#50: 16150Sstevel@tonic-gatedI|dw1|decwriter I:\ 16160Sstevel@tonic-gate :do=^J:le=^H:bs:co#72:hc:os: 16170Sstevel@tonic-gate# From tut@Topaz.CC Thu May 12 14:49:02 1983 16180Sstevel@tonic-gatedJ|dw3|la120|decwriter III:\ 16190Sstevel@tonic-gate :bs:kb=^H:co#132:hc:os:pt:\ 16200Sstevel@tonic-gate :is=\E(B\E[20l\E[w\E[1;132s\E[2g\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\E[z\E[66t\E[1;66r\E[4g\E>\r: 16210Sstevel@tonic-gate# From tut@topaz.CC Thu Sep 24 22:10:46 1981 16220Sstevel@tonic-gatedf|dw4|decwriter IV:\ 16230Sstevel@tonic-gate :do=^J:le=^H:bs:co#132:hc:os:am:\ 16240Sstevel@tonic-gate :pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H: 16250Sstevel@tonic-gatedh|vt50h|dec vt50h:\ 16260Sstevel@tonic-gate :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ 16270Sstevel@tonic-gate :co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA: 16280Sstevel@tonic-gatedi|vt100-s|vt100 with status line at top:\ 16290Sstevel@tonic-gate :li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\ 16300Sstevel@tonic-gate :hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am: 16310Sstevel@tonic-gatedj|vt100-s-bot|vt100 with status line at bottom:\ 16320Sstevel@tonic-gate :li#23:i2=\E[1;23r\E[23;1H:\ 16330Sstevel@tonic-gate :hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am: 16340Sstevel@tonic-gateds|vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\ 16350Sstevel@tonic-gate :li#14:tc=vt100-w: 16360Sstevel@tonic-gatedt|vt100-w|dec vt100 132 cols (w/advanced video):\ 16370Sstevel@tonic-gate :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am: 16380Sstevel@tonic-gatedv|vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\ 16390Sstevel@tonic-gate :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:vt@:tc=vt100-nam: 16400Sstevel@tonic-gate# vt 102 (from lai@decwrl) 16410Sstevel@tonic-gatedy|vt102|vt-102|dec vt102:\ 16420Sstevel@tonic-gate :do=^J:co#80:li#24:cl=50\E[;H\E[2J:\ 16430Sstevel@tonic-gate :le=^H:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\ 16440Sstevel@tonic-gate :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\ 16450Sstevel@tonic-gate :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\ 16460Sstevel@tonic-gate :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\ 16470Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ 16480Sstevel@tonic-gate :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:\ 16490Sstevel@tonic-gate :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:vs=\E[?7l:ve=\E[?7h: 16500Sstevel@tonic-gatedw|vt52|dec vt52:\ 16510Sstevel@tonic-gate :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\ 16520Sstevel@tonic-gate :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H: 16530Sstevel@tonic-gate# vt61 created by Roger Sacilotto Massachusetts Computer Associates, Inc 16540Sstevel@tonic-gate# Similar to vt52 but add al and dl 16550Sstevel@tonic-gate# 16560Sstevel@tonic-gatedq|vt61|dec vt61:\ 16570Sstevel@tonic-gate :al=\EPf:dl=\EPd:tc=vt52: 16580Sstevel@tonic-gatedx|dw2|decwriter II:\ 16590Sstevel@tonic-gate :do=^J:kb=^h:le=^H:bs:co#132:hc:os: 16600Sstevel@tonic-gate# DEC PRO-350 console (VT220-style) 16610Sstevel@tonic-gatedP|pro350|decpro|dec pro console:\ 16620Sstevel@tonic-gate :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\ 16630Sstevel@tonic-gate :cm=\EY%+ %+ :co#80:ho=\EH:\ 16640Sstevel@tonic-gate :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\ 16650Sstevel@tonic-gate :k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\ 16660Sstevel@tonic-gate :li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\ 16670Sstevel@tonic-gate :se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\ 16680Sstevel@tonic-gate :ae=\EG:as=\EF: 16690Sstevel@tonic-gate# 16700Sstevel@tonic-gate# From: Bracy H. Elton <elton@lll-crg> 16710Sstevel@tonic-gatedl|vt200|vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\ 16720Sstevel@tonic-gate :im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:dl=\E[M:\ 16730Sstevel@tonic-gate :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\ 16740Sstevel@tonic-gate :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 16750Sstevel@tonic-gate :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\ 16760Sstevel@tonic-gate :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\ 16770Sstevel@tonic-gate :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\ 16780Sstevel@tonic-gate :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\ 16790Sstevel@tonic-gate :tc=vt100: 16800Sstevel@tonic-gatedm|vt200-ss|vt220-ss|dec vt200 series with smooth scroll:\ 16810Sstevel@tonic-gate :is=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\ 16820Sstevel@tonic-gate :rs=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h:\ 16830Sstevel@tonic-gate :tc=vt200: 16840Sstevel@tonic-gatedn|vt200-w|vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\ 16850Sstevel@tonic-gate :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\ 16860Sstevel@tonic-gate :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\ 16870Sstevel@tonic-gate :co#132:tc=vt200: 16880Sstevel@tonic-gatedo|vt200-ws|vt220-ws|dec vt200 series; 132 col.; smooth scroll:\ 16890Sstevel@tonic-gate :is=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\ 16900Sstevel@tonic-gate :rs=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h:\ 16910Sstevel@tonic-gate :co#132:tc=vt200: 16920Sstevel@tonic-gate# $XConsortium: termcap,v 1.6 91/06/24 15:08:52 gildea Exp $ 16930Sstevel@tonic-gate# 16940Sstevel@tonic-gatex1|xterm|vs100|xterm terminal emulator (X Window System):\ 16950Sstevel@tonic-gate :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:UP=\E[%dA:\ 16960Sstevel@tonic-gate :al=\E[L:am:\ 16970Sstevel@tonic-gate :bs:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:co#80:\ 16980Sstevel@tonic-gate :cs=\E[%i%d;%dr:ct=\E[3k:\ 16990Sstevel@tonic-gate :dc=\E[P:dl=\E[M:\ 17000Sstevel@tonic-gate :im=\E[4h:ei=\E[4l:mi:\ 17010Sstevel@tonic-gate :ho=\E[H:\ 17020Sstevel@tonic-gate :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\ 17030Sstevel@tonic-gate :rs=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\ 17040Sstevel@tonic-gate :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\ 17050Sstevel@tonic-gate :kl=\EOD:km:kn#4:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\ 17060Sstevel@tonic-gate :li#65:md=\E[1m:me=\E[m:mr=\E[7m:ms:nd=\E[C:pt:\ 17070Sstevel@tonic-gate :sc=\E7:rc=\E8:sf=\n:so=\E[7m:se=\E[m:sr=\EM:\ 17080Sstevel@tonic-gate :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\ 17090Sstevel@tonic-gate :up=\E[A:us=\E[4m:ue=\E[m:xn: 17100Sstevel@tonic-gatex2|xterms|vs100s|xterm terminal emulator, small window (X Window System):\ 17110Sstevel@tonic-gate :co#80:li#24:tc=xterm: 17120Sstevel@tonic-gatex3|xterm-bold|xterm with bold instead of underline:\ 17130Sstevel@tonic-gate :us=\E[1m:tc=xterm: 17140Sstevel@tonic-gate# vs100 emulator using tsim (from lai@decwrl) 17150Sstevel@tonic-gatevt|vs100t|tsim|vs100-tsim:\ 17160Sstevel@tonic-gate :bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\ 17170Sstevel@tonic-gate :so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:AL=\E+%+ :dl=\ED:DL=\E-%+ :\ 17180Sstevel@tonic-gate :ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80: 17190Sstevel@tonic-gate# 17200Sstevel@tonic-gate# vi may work better with this termcap, because vi 17210Sstevel@tonic-gate# doesn't use insert mode much 17220Sstevel@tonic-gatex4|xterm-ic|xterm-vi|xterm with insert character instead of insert mode:\ 17230Sstevel@tonic-gate :im=:ei=:mi@:ic=\E[@:tc=xterm: 17240Sstevel@tonic-gatex5|xpcterm|X PC-compatible terminal:\ 17250Sstevel@tonic-gate :am:xo:bs:pt:\ 17260Sstevel@tonic-gate :co#80:li#65:kn#4:\ 17270Sstevel@tonic-gate :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\ 17280Sstevel@tonic-gate :RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\ 17290Sstevel@tonic-gate :up=\E[A:do=^J:le=^H:ri=\E[C:\ 17300Sstevel@tonic-gate :cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[2g:dc=\E[P:dl=\E[M:\ 17310Sstevel@tonic-gate :ho=\E[H:ic=\E[@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ 17320Sstevel@tonic-gate :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:kb=\b:\ 17330Sstevel@tonic-gate :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:\ 17340Sstevel@tonic-gate :se=\E[m:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\ 17350Sstevel@tonic-gate :ko=nd,up,ho,ic: 17360Sstevel@tonic-gatex6|xpcterms|X PC-compatible terminal (small):\ 17370Sstevel@tonic-gate :co#80:li#25:tc=xpcterm: 1738*3872Sas145665x7|xtermc|xterm-color|xterm terminal emulator (color):\ 1739*3872Sas145665 :Co#8:NC#7:pa#64:\ 1740*3872Sas145665 :AB=\E[4%dm:AF=\E[3%dm:ac=:op=\E[100m:tc=xterm: 17410Sstevel@tonic-gate 17420Sstevel@tonic-gate# # -------------------------------- 17430Sstevel@tonic-gate# 17440Sstevel@tonic-gate# h: HEWLETT PACKARD 17450Sstevel@tonic-gate# 17460Sstevel@tonic-gate# Note: no "ho" on HP's since that homes to top of memory, not screen. 17470Sstevel@tonic-gate# Due to severe 2621 braindamage, the only way to get the arrow keys to 17480Sstevel@tonic-gate# transmit anything at all is to turn on the function key labels 17490Sstevel@tonic-gate# (f1-f8) with ks, and even then the poor user has to hold down shift! 17500Sstevel@tonic-gate# The default 2621 turns off the labels except when it has to to enable 17510Sstevel@tonic-gate# the function keys. If your installation prefers labels on all the time, 17520Sstevel@tonic-gate# or off all the time (at the "expense" of the function keys) move the 17530Sstevel@tonic-gate# 2621-nl or 2621-wl labels to the front using reorder. 17540Sstevel@tonic-gate# Note: there are newer ROM's for 2621's that allow you to set strap A 17550Sstevel@tonic-gate# so the regular arrow keys xmit \EA, etc, as with the 2645. However, 17560Sstevel@tonic-gate# even with this strap set, the terminal stops xmitting if you reset it, 17570Sstevel@tonic-gate# until you unset and reset the strap! Since there is no way to set/unset 17580Sstevel@tonic-gate# the strap with an escape sequence, we don't use it in the default. 17590Sstevel@tonic-gate# If you like, you can use 2621-ba (braindamaged arrow keys). 17600Sstevel@tonic-gateh1|2621-ba|2621 w/new rom, strap A set:\ 17610Sstevel@tonic-gate :ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621: 17620Sstevel@tonic-gate# 2621 with function labels. Most of the time they are off, 17630Sstevel@tonic-gate# but inside vi, the function key labels appear. You have to 17640Sstevel@tonic-gate# hold down shift to get them to xmit. 17650Sstevel@tonic-gateh2|2621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\ 17660Sstevel@tonic-gate :is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\ 17670Sstevel@tonic-gate :so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\ 17680Sstevel@tonic-gate :kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\ 17690Sstevel@tonic-gate :kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\ 17700Sstevel@tonic-gate :k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp: 17710Sstevel@tonic-gate# 2621k45: untested 17720Sstevel@tonic-gate# 2622: unsure if this is quite it, have only heard about the terminal. 17730Sstevel@tonic-gateh3|2621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\ 17740Sstevel@tonic-gate :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621: 17750Sstevel@tonic-gateh4|hp2645|2645|hp45:\ 17760Sstevel@tonic-gate :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\ 17770Sstevel@tonic-gate :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp: 17780Sstevel@tonic-gateh5|hp|hewlett-packard:\ 17790Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\ 17800Sstevel@tonic-gate :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\ 17810Sstevel@tonic-gate :co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\ 17820Sstevel@tonic-gate :kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\ 17830Sstevel@tonic-gate :us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600: 17840Sstevel@tonic-gate# This entry does not use any of the fancy windowing stuff of the 2621. 17850Sstevel@tonic-gate# Indeed, termcap does not yet handle such stuff. We are looking at it. 17860Sstevel@tonic-gateh6|hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\ 17870Sstevel@tonic-gate :dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\ 17880Sstevel@tonic-gate :mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\ 17890Sstevel@tonic-gate :kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\ 17900Sstevel@tonic-gate :sf=\ES:ta=2^I:xs:tc=2621: 17910Sstevel@tonic-gate# cD is a pain - but it only screws up at 9600 baud. 17920Sstevel@tonic-gate# You should use this terminal at 4800 baud or less. 17930Sstevel@tonic-gateh8|hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\ 17940Sstevel@tonic-gate :cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645: 17950Sstevel@tonic-gate# This terminal should be used at 4800 baud or less. 17960Sstevel@tonic-gateh9|hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645: 17970Sstevel@tonic-gate# 2640a doesn't have the Y cursor addressing feature, and C is memory relative 17980Sstevel@tonic-gate# instead of screen relative, as we need. 17990Sstevel@tonic-gateha|2640|hp2640a|2640a|hp 2640a:\ 18000Sstevel@tonic-gate :cm@:ks@:ke@:tc=2645: 18010Sstevel@tonic-gatehb|2640b|hp2640b|2644a|hp2644a|hp 264x series:\ 18020Sstevel@tonic-gate :ks@:ke@:tc=2645: 18030Sstevel@tonic-gate# 2621 using all 48 lines of memory, only 24 visible at any time. Untested. 18040Sstevel@tonic-gatehl|2621-48|48 line 2621:\ 18050Sstevel@tonic-gate :li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621: 18060Sstevel@tonic-gate# Hp 110 computer is the same as 2621 except has 16 lines 18070Sstevel@tonic-gatehm|hp110|110|hp 110 computer:\ 18080Sstevel@tonic-gate :li#16:tc=2621: 18090Sstevel@tonic-gate# 2621 with no labels ever. Also prevents vi delays on escape. 18100Sstevel@tonic-gatehn|2621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\ 18110Sstevel@tonic-gate :ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl: 18120Sstevel@tonic-gate# Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong). 18130Sstevel@tonic-gateht|hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\ 18140Sstevel@tonic-gate :pt@:tc=hp2621: 18150Sstevel@tonic-gate# 2621 with labels on all the time - normal outside vi, function inside vi. 18160Sstevel@tonic-gatehw|hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\ 18170Sstevel@tonic-gate :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl: 18180Sstevel@tonic-gate# 2392 (from haddix@arpa?) 18190Sstevel@tonic-gatehz|2392|hp2392|hp2392a:\ 18200Sstevel@tonic-gate :bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/share/lib/tabset/stdcrt:\ 18210Sstevel@tonic-gate :ml=\El:MT:mu=\Em:km:\ 18220Sstevel@tonic-gate :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\ 18230Sstevel@tonic-gate :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp: 18240Sstevel@tonic-gate#HP 236 console running 4.3 BSD 18250Sstevel@tonic-gate#from ddavis@ic.berkeley.edu 18260Sstevel@tonic-gateh7|236|hp236|HP236 internal terminal emulator:\ 18270Sstevel@tonic-gate :am:bs:li#24:co#80:cl=\EF:cm=\EE%+ %+ :\ 18280Sstevel@tonic-gate :dc=\EJ:dl=\EH:ic=\EI:al=\EG:up=^K:im=:ei=:\ 18290Sstevel@tonic-gate :so=\EBI:se=\ECI:vs=\EDB:ve=\EDE: 18300Sstevel@tonic-gate# hp150 from ddavis@ic.berkeley.edu 18310Sstevel@tonic-gateh0|150|hp150|hp150a|150a:\ 18320Sstevel@tonic-gate :is=\E&s1A\E&f0a1k2L\Ep\r\E&k0K\E&f0a2k2L\Eq\r\E&f0a3k2L\Er\r\E&f0a4k2L\Es\r\E&f0a5k2L\Et\r\E&f0a6k2L\Eu\r\E&f0a7k2L\Ev\r\E&f0a8k2L\Ew\r\E&k0D\E&s0A:\ 18330Sstevel@tonic-gate :bt=\Ei:li#24:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:so=\E&dJ:\ 18340Sstevel@tonic-gate :se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:\ 18350Sstevel@tonic-gate :kd=\EB:kn#8:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\ 18360Sstevel@tonic-gate :k8=\Ew:ta=2^I:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:\ 18370Sstevel@tonic-gate :bs:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\Eh\EJ:co#80:cv=\E&a%dY:da:db:dl=\EM:\ 18380Sstevel@tonic-gate :ei=\ER:im=\EQ:kb=^H:mi:nd=\EC:pt:up=\EA:xs:vt#6:sf=\ES:sr=\ET:\ 18390Sstevel@tonic-gate :vs=\E&s1A:ve=\E&s0A:ks=\E&jB\E&j@:ke=\E&j@: 18400Sstevel@tonic-gate# # -------------------------------- 18410Sstevel@tonic-gate# 18420Sstevel@tonic-gate# i: INFOTON (GENERAL TERMINAL) 18430Sstevel@tonic-gate# 18440Sstevel@tonic-gate# Infoton is now called General Terminal Corp. or some such thing. 18450Sstevel@tonic-gate# gt100 sounds like something DEC would come out with. Lets hope they don't. 18460Sstevel@tonic-gatei1|i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\ 18470Sstevel@tonic-gate :do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\ 18480Sstevel@tonic-gate :al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\ 18490Sstevel@tonic-gate :am:le=^H:bs:so=\Eb:se=\Ea: 18500Sstevel@tonic-gatei4|i400|400|infoton 400:\ 18510Sstevel@tonic-gate :do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\ 18520Sstevel@tonic-gate :dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\ 18530Sstevel@tonic-gate :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q: 18540Sstevel@tonic-gateia|addrinfo:\ 18550Sstevel@tonic-gate :do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\ 18560Sstevel@tonic-gate :up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\: 18570Sstevel@tonic-gateik|infotonKAS:\ 18580Sstevel@tonic-gate :do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\: 18590Sstevel@tonic-gate# # -------------------------------- 18600Sstevel@tonic-gate# 18610Sstevel@tonic-gate# k: HEATHKIT (ZENITH) 18620Sstevel@tonic-gate# 18630Sstevel@tonic-gatekA|h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\ 18640Sstevel@tonic-gate :al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\ 18650Sstevel@tonic-gate :dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\ 18660Sstevel@tonic-gate :nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\ 18670Sstevel@tonic-gate :vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\ 18680Sstevel@tonic-gate :kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\ 18690Sstevel@tonic-gate :l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\ 18700Sstevel@tonic-gate :sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h: 18710Sstevel@tonic-gatekB|h19-bs|h19bs|heathkit w/keypad shifted:\ 18720Sstevel@tonic-gate :ks=\Et:ke=\Eu:tc=h19-b: 18730Sstevel@tonic-gate#written by David Shewmake, UCSF Medical Information Science 18740Sstevel@tonic-gate#ucbvax!ucsfmis!shewmake 18750Sstevel@tonic-gatekC|h29|heath-29|z29|zenith-29:\ 18760Sstevel@tonic-gate :am:bc=\ED:bt=\E-:do=^J:\ 18770Sstevel@tonic-gate :al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\ 18780Sstevel@tonic-gate :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\ 18790Sstevel@tonic-gate :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\ 18800Sstevel@tonic-gate :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\ 18810Sstevel@tonic-gate :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\ 18820Sstevel@tonic-gate :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0: 18830Sstevel@tonic-gate#the z29-e entry sucks...but it works with emacs 18840Sstevel@tonic-gatekD|z29-e|zenith 29 hacked for emacs:\ 18850Sstevel@tonic-gate :ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\ 18860Sstevel@tonic-gate :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\ 18870Sstevel@tonic-gate :do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\ 18880Sstevel@tonic-gate :pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\ 18890Sstevel@tonic-gate :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\ 18900Sstevel@tonic-gate :k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\ 18910Sstevel@tonic-gate :ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1: 18920Sstevel@tonic-gate# z29 in ansi mode. Assumes that the cursor is in the correct state, and that 18930Sstevel@tonic-gate# the world is stable. `rs' causes the terminal to be reset to the state 18940Sstevel@tonic-gate# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore 18950Sstevel@tonic-gate# cursor, bc -> block cursor. 18960Sstevel@tonic-gate# from Mike Meyers 18970Sstevel@tonic-gatekF|z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\ 18980Sstevel@tonic-gate :do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\ 18990Sstevel@tonic-gate :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\ 19000Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\ 19010Sstevel@tonic-gate :md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\ 19020Sstevel@tonic-gate :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\ 19030Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ 19040Sstevel@tonic-gate :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\ 19050Sstevel@tonic-gate :k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/share/lib/tabset/zenith29:\ 19060Sstevel@tonic-gate :es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\ 19070Sstevel@tonic-gate :cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\ 19080Sstevel@tonic-gate :RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\ 19090Sstevel@tonic-gate :kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7: 19100Sstevel@tonic-gatekG|z29a-kc-uc|h29a-kc-uc|heath/zenith 29 in ansi mode:\ 19110Sstevel@tonic-gate :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\ 19120Sstevel@tonic-gate :tc=z29a: 19130Sstevel@tonic-gatekH|z29a-nkc-bc|h29a-nkc-bc|heath/zenith 29 in ansi mode:\ 19140Sstevel@tonic-gate :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\ 19150Sstevel@tonic-gate :tc=z29a: 19160Sstevel@tonic-gatekI|z29a-nkc-uc|h29a-nkc-uc|heath/zenith 29 in ansi mode:\ 19170Sstevel@tonic-gate :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\ 19180Sstevel@tonic-gate :tc=z29a: 19190Sstevel@tonic-gate#z100 entry from Brad Brahms at TRW (Brahms@USC-ECLC) 19200Sstevel@tonic-gate# usenet: {decvax,ucbvax}!trwrb!trwspp!brahms 19210Sstevel@tonic-gatekc|z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\ 19220Sstevel@tonic-gate :vs=\Ex4\Em71:ve=\Ey4\Em70:tc=z100bw: 19230Sstevel@tonic-gatekY|z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\ 19240Sstevel@tonic-gate :al=5*\EL:bs:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :co#80:dc=1*\EN:\ 19250Sstevel@tonic-gate :dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\ 19260Sstevel@tonic-gate :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\ 19270Sstevel@tonic-gate :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#10:\ 19280Sstevel@tonic-gate :k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\ 19290Sstevel@tonic-gate :k8=\ER:k9=\EOI: 19300Sstevel@tonic-gatekp|p19:\ 19310Sstevel@tonic-gate :al=2*\EL:dl=2*\EM:tc=h19-b: 19320Sstevel@tonic-gatekU|h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\ 19330Sstevel@tonic-gate :ks=\Et:ke=\Eu:tc=h19-u: 19340Sstevel@tonic-gatekb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\ 19350Sstevel@tonic-gate :al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\ 19360Sstevel@tonic-gate :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\ 19370Sstevel@tonic-gate :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\ 19380Sstevel@tonic-gate :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:ke=\E>:ks=\E=:\ 19390Sstevel@tonic-gate :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\ 19400Sstevel@tonic-gate :l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\ 19410Sstevel@tonic-gate :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1: 19420Sstevel@tonic-gateke|h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us: 19430Sstevel@tonic-gateku|h19-u|h19u|heathkit with underscore cursor:\ 19440Sstevel@tonic-gate :vs@:ve@:tc=h19-b: 19450Sstevel@tonic-gatekg|h19-g|h19g|heathkit w/block cursor:\ 19460Sstevel@tonic-gate :ve=\Ex4:tc=h19-b: 19470Sstevel@tonic-gate# from ucscc!B.fiatlux@ucbvax.berkeley.edu 19480Sstevel@tonic-gatezx|ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\ 19490Sstevel@tonic-gate :al=\EL:am:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\ 19500Sstevel@tonic-gate :dl=\EM:do=^J:ho=\EH:is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:\ 19510Sstevel@tonic-gate :k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\ 19520Sstevel@tonic-gate :kl=\ED:kr=\EC:ku=\EA:le=^H:li#24:nd=\EC:pt:se=\Eq:so=\Es5:\ 19530Sstevel@tonic-gate :sr=\EI:sr=\EI:ue=\Eq:up=\EA:us=\Es2:\ 19540Sstevel@tonic-gate :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1: 19550Sstevel@tonic-gate# # -------------------------------- 19560Sstevel@tonic-gate# 19570Sstevel@tonic-gate# l: LEAR SIEGLER (ADM) 19580Sstevel@tonic-gate# 19590Sstevel@tonic-gate# If the adm31 gives you trouble with standout mode, check the DIP switch 19600Sstevel@tonic-gate# in position 6, bank @c11, 25% from back end of pc. Should be OFF. 19610Sstevel@tonic-gate# If there is no such switch, you have an old adm31 and must use oadm31 19620Sstevel@tonic-gatel1|adm31|31|lsi adm31:\ 19630Sstevel@tonic-gate :is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\ 19640Sstevel@tonic-gate :cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\ 19650Sstevel@tonic-gate :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\ 19660Sstevel@tonic-gate :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\ 19670Sstevel@tonic-gate :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\ 19680Sstevel@tonic-gate :se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0: 19690Sstevel@tonic-gatel2|adm2|lsi adm2:\ 19700Sstevel@tonic-gate :do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\ 19710Sstevel@tonic-gate :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\ 19720Sstevel@tonic-gate :ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K: 19730Sstevel@tonic-gatel3|adm3|3|lsi adm3:\ 19740Sstevel@tonic-gate :do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80: 19750Sstevel@tonic-gatel4|adm42|42|lsi adm42:\ 19760Sstevel@tonic-gate :vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\ 19770Sstevel@tonic-gate :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\ 19780Sstevel@tonic-gate :bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177: 19790Sstevel@tonic-gatel5|adm5|5|lsi adm5:\ 19800Sstevel@tonic-gate :do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\ 19810Sstevel@tonic-gate :ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus: 19820Sstevel@tonic-gatel7|adm20|lear siegler adm20:\ 19830Sstevel@tonic-gate :am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\ 19840Sstevel@tonic-gate :cd=\EY:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dm=:ed=:dc=\EW:so=\E):se=\E(:\ 19850Sstevel@tonic-gate :bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z: 19860Sstevel@tonic-gate# From Andrew Scott Beals <bandy@lll-crg.ARPA> 19870Sstevel@tonic-gatel8|adm12|12|lsi adm12:\ 19880Sstevel@tonic-gate :is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\ 19890Sstevel@tonic-gate :co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\ 19900Sstevel@tonic-gate :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\ 19910Sstevel@tonic-gate :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\ 19920Sstevel@tonic-gate :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\ 19930Sstevel@tonic-gate :se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0: 19940Sstevel@tonic-gatela|adm3a|3a|lsi adm3a:\ 19950Sstevel@tonic-gate :am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\ 19960Sstevel@tonic-gate :li#24:ma=^K^P:nd=^L:up=^K: 19970Sstevel@tonic-gatelb|adm3a+|3a+|adm3aplus:\ 19980Sstevel@tonic-gate :kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a: 19990Sstevel@tonic-gatelc|adm22|22|lsi adm22:\ 20000Sstevel@tonic-gate :is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\ 20010Sstevel@tonic-gate :al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\ 20020Sstevel@tonic-gate :dc=\EW:dl=\ER:do=^J:em=:ho=^^:ic=\EQ:im=:\ 20030Sstevel@tonic-gate :k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\ 20040Sstevel@tonic-gate :k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\ 20050Sstevel@tonic-gate :ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\ 20060Sstevel@tonic-gate :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\ 20070Sstevel@tonic-gate :ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K: 20080Sstevel@tonic-gate#From: stephen%comp.lancs.ac.uk@ucl-cs.arpa 20090Sstevel@tonic-gatele|adm11|lsi adm11:\ 20100Sstevel@tonic-gate :do=^J:bs:\ 20110Sstevel@tonic-gate :cd=\EY:ce=\ET:kb=^H:kh=^^:\ 20120Sstevel@tonic-gate :ma=^Hh^Jj^Kk^Ll^^H:so=\E):se=\E(:\ 20130Sstevel@tonic-gate :kl=^H:kd=^J:ku=^K:kr=^L:\ 20140Sstevel@tonic-gate :am:cm=\E=%+ %+ :cl=^Z:co#80:li#24:nd=^L:up=^K:\ 20150Sstevel@tonic-gate :hs:ts=\EF\E):fs=\E(^M:ds=\Eh: 20160Sstevel@tonic-gate# # -------------------------------- 20170Sstevel@tonic-gate# 20180Sstevel@tonic-gate# m: MICROTERM 20190Sstevel@tonic-gate# 20200Sstevel@tonic-gate# These mime1 entries refer to the Microterm Mime I or Mime II. 20210Sstevel@tonic-gate# The default mime is assumed to be in enhanced act iv mode. 20220Sstevel@tonic-gatem3|mime3a|mime1 emulating 3a:\ 20230Sstevel@tonic-gate :am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a: 20240Sstevel@tonic-gatem4|microterm|act4|microterm act iv:\ 20250Sstevel@tonic-gate :am:do=^J:le=^H:bs:cd=^_:ce=^^:cl=^L:cm=^T%.%.:\ 20260Sstevel@tonic-gate :co#80:li#24:nd=^X:up=^Z:ho=^]: 20270Sstevel@tonic-gate# The padding on sr and ta for act5 and mime is a guess and not final. 20280Sstevel@tonic-gate# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)... 20290Sstevel@tonic-gatem5|microterm5|act5|microterm act v:\ 20300Sstevel@tonic-gate :uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4: 20310Sstevel@tonic-gate# Act V in split screen mode. act5s is not tested and said not to work. 20320Sstevel@tonic-gatemS|act5s|skinny act5:\ 20330Sstevel@tonic-gate :ti=\EP:te=\EQ:li#48:co#39:tc=act5: 20340Sstevel@tonic-gate# Mimes using brightness for standout. Half bright is really dim unless 20350Sstevel@tonic-gate# you turn up the brightness so far that lines show up on the screen. 20360Sstevel@tonic-gate# uc is disabled to get around a curses bug, should be put back in someday. 20370Sstevel@tonic-gatemf|mime-fb|full bright mime1:\ 20380Sstevel@tonic-gate :so=^Y:se=^S:is=^S\E:tc=mime: 20390Sstevel@tonic-gatemh|mime-hb|half bright mime1:\ 20400Sstevel@tonic-gate :so=^S:se=^Y:is=^Y\E:tc=mime: 20410Sstevel@tonic-gatemm|mime|mime1|mime2|mimei|mimeii|microterm mime1:\ 20420Sstevel@tonic-gate :do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\ 20430Sstevel@tonic-gate :co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\ 20440Sstevel@tonic-gate :is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9: 20450Sstevel@tonic-gate# These termcaps (for mime 2a) put the terminal in low intensity mode 20460Sstevel@tonic-gate# since high intensity mode is so obnoxious. 20470Sstevel@tonic-gatems|mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\ 20480Sstevel@tonic-gate :do=^J:\ 20490Sstevel@tonic-gate :al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :co#80:dc=\ED:\ 20500Sstevel@tonic-gate :dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\ 20510Sstevel@tonic-gate :im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:\ 20520Sstevel@tonic-gate :us=\E6:ue=\E7: 20530Sstevel@tonic-gate# This is the preferred mode (but ^X can't be used as a kill character) 20540Sstevel@tonic-gatemv|mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\ 20550Sstevel@tonic-gate :do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\ 20560Sstevel@tonic-gate :is=^Y:dc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\ 20570Sstevel@tonic-gate :ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5: 20580Sstevel@tonic-gatemx|mime-3ax|mime1 emulating enhanced 3a:\ 20590Sstevel@tonic-gate :al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime3a: 20600Sstevel@tonic-gate# # -------------------------------- 20610Sstevel@tonic-gate# 20620Sstevel@tonic-gate# p: PERKIN ELMER 20630Sstevel@tonic-gate# 20640Sstevel@tonic-gatepe|pe550|bantam|perkin elmer 550:\ 20650Sstevel@tonic-gate :do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\ 20660Sstevel@tonic-gate :ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V: 20670Sstevel@tonic-gatepf|fox|perkin elmer 1100:\ 20680Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:\ 20690Sstevel@tonic-gate :am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\ 20700Sstevel@tonic-gate :ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C: 20710Sstevel@tonic-gatepo|owl|perkin elmer 1200:\ 20720Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\ 20730Sstevel@tonic-gate :bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\ 20740Sstevel@tonic-gate :cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ei=:ic=\EN:im=:ip=5.5*:\ 20750Sstevel@tonic-gate :kb=^h:in:li#24:nd=\EC:up=\EA:se=\E!\200:so=\E!^H:vb=^P^B^P^C:\ 20760Sstevel@tonic-gate :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\ 20770Sstevel@tonic-gate :k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ: 20780Sstevel@tonic-gate# # -------------------------------- 20790Sstevel@tonic-gate# 20800Sstevel@tonic-gate# q: HOME MADE TERMINALS 20810Sstevel@tonic-gate# 20820Sstevel@tonic-gateqB|bc|bill croft homebrew:\ 20830Sstevel@tonic-gate :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\ 20840Sstevel@tonic-gate :nd=^L:up=^K:vb=: 20850Sstevel@tonic-gateqN|nucterm|rayterm|NUC homebrew:\ 20860Sstevel@tonic-gate :do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\ 20870Sstevel@tonic-gate :up=^N:ho=^B:ll=^K:ce=^A:cd=^E: 20880Sstevel@tonic-gateqb|ex3000:\ 20890Sstevel@tonic-gate :do=^J:li#24:co#80:ho=^Q: 20900Sstevel@tonic-gateqc|carlock|klc:\ 20910Sstevel@tonic-gate :do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\ 20920Sstevel@tonic-gate :dm=:ed=:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV: 20930Sstevel@tonic-gateqe|exidy|exidy2500|exidy sorcerer as dm2500:\ 20940Sstevel@tonic-gate :do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\ 20950Sstevel@tonic-gate :dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\ 20960Sstevel@tonic-gate :im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z: 20970Sstevel@tonic-gateqn|netx|netronics:\ 20980Sstevel@tonic-gate :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\ 20990Sstevel@tonic-gate :co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K: 21000Sstevel@tonic-gate# This came from the comp ctr who got it from some user. Smart indeed! 21010Sstevel@tonic-gateqs|sexidy|exidy smart:\ 21020Sstevel@tonic-gate :do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\ 21030Sstevel@tonic-gate :up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S: 21040Sstevel@tonic-gatequ|ubell|ubellchar:\ 21050Sstevel@tonic-gate :if=/usr/share/lib/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\ 21060Sstevel@tonic-gate :cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^: 21070Sstevel@tonic-gateqw|ttyWilliams:\ 21080Sstevel@tonic-gate :do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X: 21090Sstevel@tonic-gateqx|xitex|xitex sct-100:\ 21100Sstevel@tonic-gate :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\ 21110Sstevel@tonic-gate :ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K: 21120Sstevel@tonic-gate# # -------------------------------- 21130Sstevel@tonic-gate# 21140Sstevel@tonic-gate# s: SPECIALS 21150Sstevel@tonic-gate# 21160Sstevel@tonic-gate# Special "terminals". These are used to label tty lines when you don't 21170Sstevel@tonic-gate# know what kind of terminal is on it. The characteristics of an unknown 21180Sstevel@tonic-gate# terminal are the lowest common denominator - they look about like a ti 700. 21190Sstevel@tonic-gatesa|network:\ 21200Sstevel@tonic-gate :tc=unknown: 21210Sstevel@tonic-gatesb|arpanet:\ 21220Sstevel@tonic-gate :tc=unknown: 21230Sstevel@tonic-gatesc|bussiplexer:\ 21240Sstevel@tonic-gate :tc=unknown: 21250Sstevel@tonic-gatesd|du|dialup:\ 21260Sstevel@tonic-gate :tc=unknown: 21270Sstevel@tonic-gatese|ethernet:\ 21280Sstevel@tonic-gate :tc=unknown: 21290Sstevel@tonic-gatesl|lpr|printer|print|printing|line printer:\ 21300Sstevel@tonic-gate :do=^J:le=^H:bs:co#132:hc:os: 21310Sstevel@tonic-gatesp|plugboard|patch|patchboard:\ 21320Sstevel@tonic-gate :tc=unknown: 21330Sstevel@tonic-gatesu|dumb|un|unknown:\ 21340Sstevel@tonic-gate :am:co#80:do=^J: 21350Sstevel@tonic-gatesw|switch|intelligent switch:\ 21360Sstevel@tonic-gate :tc=unknown: 21370Sstevel@tonic-gatesx|ansi|any ansi terminal with pessimistic assumptions:\ 21380Sstevel@tonic-gate :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\ 21390Sstevel@tonic-gate :nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt: 21400Sstevel@tonic-gate# # -------------------------------- 21410Sstevel@tonic-gate# 21420Sstevel@tonic-gate# t: TEXAS INSTRUMENTS 21430Sstevel@tonic-gate# 21440Sstevel@tonic-gatet3|ti|ti700|ti733|735|ti735|ti silent 700:\ 21450Sstevel@tonic-gate :do=^J:le=^H:bs:co#80:hc:os:dC#162: 21460Sstevel@tonic-gatet4|ti745|745|743|ti silent 745:\ 21470Sstevel@tonic-gate :do=^J:le=^H:bs:co#80:hc:os: 21480Sstevel@tonic-gatet8|ti800|ti omni 800:\ 21490Sstevel@tonic-gate :do=^J:le=^H:bs:co#132:hc:os: 21500Sstevel@tonic-gate# # -------------------------------- 21510Sstevel@tonic-gate# 21520Sstevel@tonic-gate# v: TELEVIDEO 21530Sstevel@tonic-gate# 21540Sstevel@tonic-gate# There are some tvi's that require incredible amounts of padding and 21550Sstevel@tonic-gate# some that don't. I'm assuming 912 and 920 are the old slow ones, 21560Sstevel@tonic-gate# and 912b, 912c, 920b, 920c are the new ones that don't need padding. 21570Sstevel@tonic-gatev1|tvi912|912|920|tvi920|old televideo:\ 21580Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:\ 21590Sstevel@tonic-gate :al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:ei=:\ 21600Sstevel@tonic-gate :kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\ 21610Sstevel@tonic-gate :bs:am:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\ 21620Sstevel@tonic-gate :ho=^^:im=:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\ 21630Sstevel@tonic-gate :ma=^K^P^L :sg#1:ug#1:if=/usr/share/lib/tabset/stdcrt 21640Sstevel@tonic-gate# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r". 21650Sstevel@tonic-gate# The 920 has this plus real function keys that xmit different things. 21660Sstevel@tonic-gate# Termcap makes you use the funct key on the 912 but the real keys on the 920. 21670Sstevel@tonic-gatev2|912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\ 21680Sstevel@tonic-gate :al=5*\EE:dl=5*\ER:tc=tvi912: 21690Sstevel@tonic-gatev3|920b|920c|tvi920b|tvi920c|new televideo 920:\ 21700Sstevel@tonic-gate :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\ 21710Sstevel@tonic-gate :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:tc=tvi912b: 21720Sstevel@tonic-gate# set to page 1 when entering ex (\E-17 ) 21730Sstevel@tonic-gate# reset to page 0 when exiting ex (\E-07 ) 21740Sstevel@tonic-gatev4|tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\ 21750Sstevel@tonic-gate :ti=\E-17 :te=\E-07 :tc=tvi912: 21760Sstevel@tonic-gatev5|tvi950-ap|tvi 950 w/alt pages:\ 21770Sstevel@tonic-gate :is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950: 21780Sstevel@tonic-gatev6|tvi950-b|bare tvi950 no is:\ 21790Sstevel@tonic-gate :is@:tc=tvi950: 21800Sstevel@tonic-gatev7|tvi950-ns|tvi950 w/no standout:\ 21810Sstevel@tonic-gate :so@:se@:us@:ue@:tc=tvi950: 21820Sstevel@tonic-gatev8|vi|tvi925|925|televideo model 925:\ 21830Sstevel@tonic-gate :hs:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=\E*:cd=\Ey:ce=\Et:is=\El\E":\ 21840Sstevel@tonic-gate :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:\ 21850Sstevel@tonic-gate :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\ 21860Sstevel@tonic-gate :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\ 21870Sstevel@tonic-gate :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\ 21880Sstevel@tonic-gate :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\ 21890Sstevel@tonic-gate :ts=\Ef:fs=\Eg:ds=\Eh:sr=\Ej:xn: 21900Sstevel@tonic-gatevg|tvi925hi|925hi|televideo model 925 with half intensity standout mode:\ 21910Sstevel@tonic-gate :so=\E):se=\E(:tc=tvi925: 21920Sstevel@tonic-gatevj|tvi925vb|925vb|televideo model 925 visual bells:\ 21930Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 21940Sstevel@tonic-gate :tc=tvi925: 21950Sstevel@tonic-gate# Since the 925's uses a character position to store the escape sequences to go 21960Sstevel@tonic-gate# in and out of both stand out and underline modes, screen positioning is 21970Sstevel@tonic-gate# difficult. The following 925 entries don't use these modes. 21980Sstevel@tonic-gatevn|tvi925n|925n|televideo model 925 no standout or underline:\ 21990Sstevel@tonic-gate :so@:se@:us@:ue@:tc=tvi925: 22000Sstevel@tonic-gatevk|tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\ 22010Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 22020Sstevel@tonic-gate :tc=tvi925n: 22030Sstevel@tonic-gate# entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim 22040Sstevel@tonic-gatev9|925a|tvi925a|TeleVideo Model 925:\ 22050Sstevel@tonic-gate :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\ 22060Sstevel@tonic-gate :dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/share/lib/tabset/std:im=:kb=^H:kd=^V:\ 22070Sstevel@tonic-gate :kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg#1:so=\EG4:\ 22080Sstevel@tonic-gate :ue=\EG0:ug#1:ul:up=^K:us=\EG8:is=\El\ 22090Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 22100Sstevel@tonic-gate :ve=\E.4:vs=\E.2: 22110Sstevel@tonic-gate# The following tvi descriptions from B:pjphar and virus!mike 22120Sstevel@tonic-gate# is for all 950's. It sets the following attributes: 22130Sstevel@tonic-gate# full duplex (\EDF) write protect off (\E() 22140Sstevel@tonic-gate# conversation mode (\EC) graphics mode off (\E%) 22150Sstevel@tonic-gate# white on black (\Ed) auto page flip off (\Ew) 22160Sstevel@tonic-gate# turn off status line (\Eg) clear status line (\Ef\r) 22170Sstevel@tonic-gate# normal video (\E0) monitor mode off (\EX or \Eu) 22180Sstevel@tonic-gate# edit mode (\Er) load blank char to space (\Ee\040) 22190Sstevel@tonic-gate# line edit mode (\EO) enable buffer control (^O) 22200Sstevel@tonic-gate# protect mode off (\E\047) duplex edit keys (\El) 22210Sstevel@tonic-gate# program unshifted send key to send line all (\E016) 22220Sstevel@tonic-gate# program shifted send key to send line unprotected (\E004) 22230Sstevel@tonic-gate# set the following to nulls: 22240Sstevel@tonic-gate# field delimiter (\Ex0\200\200) 22250Sstevel@tonic-gate# line delimiter (\Ex1\200\200) 22260Sstevel@tonic-gate# start-protected field delimiter (\Ex2\200\200) 22270Sstevel@tonic-gate# end-protected field delimiter (\Ex3\200\200) 22280Sstevel@tonic-gate# set end of text delimiter to carriage return/null (\Ex4\r\200) 22290Sstevel@tonic-gate# 22300Sstevel@tonic-gateva|tvi950|950|televideo950:\ 22310Sstevel@tonic-gate :ct=\E3:st=\E1:do=^J:\ 22320Sstevel@tonic-gate :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 22330Sstevel@tonic-gate \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 22340Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200\Ef\r:\ 22350Sstevel@tonic-gate :al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\ 22360Sstevel@tonic-gate :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\ 22370Sstevel@tonic-gate :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\ 22380Sstevel@tonic-gate :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\ 22390Sstevel@tonic-gate :ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\ 22400Sstevel@tonic-gate :ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\ 22410Sstevel@tonic-gate :sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\ 22420Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 22430Sstevel@tonic-gate :xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r: 22440Sstevel@tonic-gate# 22450Sstevel@tonic-gate# is for 950 with two pages adds the following: 22460Sstevel@tonic-gate# set 48 line page (\E\\2) 22470Sstevel@tonic-gate# place cursor at page 0, line 24, column 1 (\E-07 ) 22480Sstevel@tonic-gate# set local (no send) edit keys (\Ek) 22490Sstevel@tonic-gate# 22500Sstevel@tonic-gate# two page 950 adds the following: 22510Sstevel@tonic-gate# when entering ex, set 24 line page (\E\\1) 22520Sstevel@tonic-gate# when exiting ex, reset 48 line page (\E\\2) 22530Sstevel@tonic-gate# place cursor at 0,24,1 (\E-07 ) 22540Sstevel@tonic-gate# set duplex (send) edit keys (\El) when entering vi 22550Sstevel@tonic-gate# set local (no send) edit keys (\Ek) when exiting vi 22560Sstevel@tonic-gate# 22570Sstevel@tonic-gatevb|tvi950-2p|950-2p|televideo950 w/2 pages:\ 22580Sstevel@tonic-gate :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 22590Sstevel@tonic-gate \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 22600Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200\E\\2\E-07 \ 22610Sstevel@tonic-gate :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950: 22620Sstevel@tonic-gate# 22630Sstevel@tonic-gate# is for 950 with four pages adds the following: 22640Sstevel@tonic-gate# set 96 line page (\E\\3) 22650Sstevel@tonic-gate# place cursor at page 0, line 24, column 1 (\E-07 ) 22660Sstevel@tonic-gate# 22670Sstevel@tonic-gate# four page 950 adds the following: 22680Sstevel@tonic-gate# when entering ex, set 24 line page (\E\\1) 22690Sstevel@tonic-gate# when exiting ex, reset 96 line page (\E\\3) 22700Sstevel@tonic-gate# place cursor at 0,24,1 (\E-07 ) 22710Sstevel@tonic-gate# 22720Sstevel@tonic-gatevc|tvi950-4p|950-4p|televideo950 w/4 pages:\ 22730Sstevel@tonic-gate :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 22740Sstevel@tonic-gate \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 22750Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200\E\\3\E-07 \ 22760Sstevel@tonic-gate :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950: 22770Sstevel@tonic-gate# 22780Sstevel@tonic-gate# is for reverse video 950 changes the following: 22790Sstevel@tonic-gate# set reverse video (\Ed) 22800Sstevel@tonic-gate# 22810Sstevel@tonic-gate# set vb accordingly (\Ed ...nulls... \Eb) 22820Sstevel@tonic-gate# 22830Sstevel@tonic-gatevd|tvi950-rv|950-rv|televideo950 rev video:\ 22840Sstevel@tonic-gate :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 22850Sstevel@tonic-gate \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 22860Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200:\ 22870Sstevel@tonic-gate :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\ 22880Sstevel@tonic-gate :tc=tvi950: 22890Sstevel@tonic-gate# 22900Sstevel@tonic-gate# uses the appropriate entries from 950-2p and 950-rv 22910Sstevel@tonic-gate# 22920Sstevel@tonic-gateve|tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\ 22930Sstevel@tonic-gate :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 22940Sstevel@tonic-gate \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 22950Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200\E\\2\E-07 :\ 22960Sstevel@tonic-gate :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\ 22970Sstevel@tonic-gate :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950: 22980Sstevel@tonic-gate# 22990Sstevel@tonic-gate# uses the appropriate entries from 950-4p and 950-rv 23000Sstevel@tonic-gate# 23010Sstevel@tonic-gatevf|tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\ 23020Sstevel@tonic-gate :is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\ 23030Sstevel@tonic-gate \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\ 23040Sstevel@tonic-gate \Ex3\200\200\Ex4\r\200\E\\3\E-07 :\ 23050Sstevel@tonic-gate :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\ 23060Sstevel@tonic-gate :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950: 23070Sstevel@tonic-gatevi|tvi924|924|televideo model 924:\ 23080Sstevel@tonic-gate :am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\ 23090Sstevel@tonic-gate :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:ho=^^:\ 23100Sstevel@tonic-gate :nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\ 23110Sstevel@tonic-gate :ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\ 23120Sstevel@tonic-gate :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\ 23130Sstevel@tonic-gate :k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\ 23140Sstevel@tonic-gate :hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y: 23150Sstevel@tonic-gatevo|tvi924vb|924vb|televideo model 924 visual bells:\ 23160Sstevel@tonic-gate :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\ 23170Sstevel@tonic-gate :tc=tvi924: 23180Sstevel@tonic-gate# tvipt termcap from armsis@amber (Gene Rochlin), 9/19/84. Works with vi and 23190Sstevel@tonic-gate# rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 char/line (rather than 23200Sstevel@tonic-gate# 40), Esc K chooses the normal character set. Not sure padding is needed, but 23210Sstevel@tonic-gate# adapted from the tvi920c termcap. so and us are klutzy, but at least use no 23220Sstevel@tonic-gate# screen space. 23230Sstevel@tonic-gatevp|tvipt|televideopt:if=/usr/share/lib/tabset/stdcrt:\ 23240Sstevel@tonic-gate :is=\Ev\Eu\EK:al=5*\EE:am:bs:bt=\EI:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\ 23250Sstevel@tonic-gate :dl=5*\ER:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:ho=^^:li#24:nd=^L:se=\EF:\ 23260Sstevel@tonic-gate :so=\EG1@A\EH:ue=\EF:us=\EG1B@\EH:up=^K:ma=^Kk^Ll^R^L: 23270Sstevel@tonic-gate# from Alan R. Rogers (rogers%albany@csnet-relay) 23280Sstevel@tonic-gatevm|tvi910|910|old televideo 910:\ 23290Sstevel@tonic-gate :if=/usr/share/lib/tabset/stdcrt:\ 23300Sstevel@tonic-gate :am:bs:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=\E+^Z:cm=\E=%+ %+ :co#80:\ 23310Sstevel@tonic-gate :cv=\E[%+ :do=^J:ho=^^:k0=^A\100^M:k1=^AA^M:k2=^AB^M:k3=^AC^M:\ 23320Sstevel@tonic-gate :k4=^AD^M:k5=^AE^M:k6=^AF^M:k7=^AG^M:k8=^AH^M:k9=^AI^M:kn#10:kb=^H:\ 23330Sstevel@tonic-gate :ku=^K:kd=^J:kh=^^:kl=^H:kr=^L:li#24:ms:nd=^L:se=\E(:sg#1:\ 23340Sstevel@tonic-gate :so=\E):up=^K:ma=^Jj^Kk^Hh^Ll^^H:pt:ue=\EG0:us=\EG8:xn: 23350Sstevel@tonic-gatevh|tvi910+|910+|televideo 910+:\ 23360Sstevel@tonic-gate :al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\ 23370Sstevel@tonic-gate :co#80:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\ 23380Sstevel@tonic-gate :if=/usr/share/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\ 23390Sstevel@tonic-gate :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\ 23400Sstevel@tonic-gate :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\ 23410Sstevel@tonic-gate :nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn: 23420Sstevel@tonic-gate# From fair@ucbarpa Sun Oct 27 07:21:05 1985 23430Sstevel@tonic-gatev6|ims950-b|bare ims950 no is:\ 23440Sstevel@tonic-gate :is@:tc=ims950: 23450Sstevel@tonic-gatev7|ims950-ns|ims950 w/no standout:\ 23460Sstevel@tonic-gate :so@:se@:us@:ue@:tc=ims950: 23470Sstevel@tonic-gateva|ims950|ims televideo 950 emulation:\ 23480Sstevel@tonic-gate :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\ 23490Sstevel@tonic-gate :vb@:xn@:tc=tvi950: 23500Sstevel@tonic-gatevd|ims950-rv|ims tvi950 rev video:\ 23510Sstevel@tonic-gate :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\ 23520Sstevel@tonic-gate :vb@:xn@:tc=tvi950-rv: 23530Sstevel@tonic-gatevx|ims-ansi|ultima2|ultimaII|IMS Ultima II:\ 23540Sstevel@tonic-gate :pt:am:bs:co#80:li#24:\ 23550Sstevel@tonic-gate :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m^M:if=/usr/share/lib/tabset/vt100:\ 23560Sstevel@tonic-gate :cl=\E[;H\E[2J:cd=\E[0J:ce=\E[0K:cm=\E[%i%2;%2H:up=\EM:do=\ED:\ 23570Sstevel@tonic-gate :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\ 23580Sstevel@tonic-gate :so=\E[7m:se=\E[0m\E[1m:us=\E[4m:ue=\E[0m\E[1m:sr=\EM: 23590Sstevel@tonic-gate# # -------------------------------- 23600Sstevel@tonic-gate# 23610Sstevel@tonic-gate# x: XEROX 23620Sstevel@tonic-gate# 23630Sstevel@tonic-gate# Xerox 820 description by Mitch Bradley (sun!wmb) 23640Sstevel@tonic-gatex8|xerox820|820|820-2|Xerox 820:\ 23650Sstevel@tonic-gate :al=\EE:ce=^X:dc=\EW:dl=\ER:ic=\EQ:me=\E(:mh=\E8\E):mr=\E7\E):\ 23660Sstevel@tonic-gate :se=\E(:so=\E7\E):tc=adm3a: 23670Sstevel@tonic-gate# # -------------------------------- 23680Sstevel@tonic-gate# 23690Sstevel@tonic-gate# y: TELERAY 23700Sstevel@tonic-gate# 23710Sstevel@tonic-gate# Note two things called "teleray". Reorder should move the common one 23720Sstevel@tonic-gate# to the front if you have either. A dumb teleray with the cursor stuck 23730Sstevel@tonic-gate# on the bottom and no obvious model number is probably a 3700. 23740Sstevel@tonic-gatey1|t3700|teleray|dumb teleray 3700:\ 23750Sstevel@tonic-gate :do=^J:le=^H:bs:cl=^L:co#80:li#24: 23760Sstevel@tonic-gatey3|t3800|teleray 3800 series:\ 23770Sstevel@tonic-gate :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \ 23780Sstevel@tonic-gate :do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K: 23790Sstevel@tonic-gatey6|t1061|teleray 1061:\ 23800Sstevel@tonic-gate :if=/usr/share/lib/tabset/teleray:\ 23810Sstevel@tonic-gate :ct=\EG:st=\EF:do=^J:\ 23820Sstevel@tonic-gate :al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\ 23830Sstevel@tonic-gate :dc=\EQ:dl=2*\EM:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\ 23840Sstevel@tonic-gate :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\ 23850Sstevel@tonic-gate :li#24:nd=\EC:pt:se=\ER@:so= \ERD:\ 23860Sstevel@tonic-gate :is=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef:\ 23870Sstevel@tonic-gate :up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1: 23880Sstevel@tonic-gate# "Teleray Arpa Special", offically designated as 23890Sstevel@tonic-gate# "Teleray Arpa network model 10" with "Special feature 720". 23900Sstevel@tonic-gate# This is the new (1981) fast microcode updating the older "arpa" proms 23910Sstevel@tonic-gate# (which gave meta-key and pgmmable-fxn keys). 720 is much much faster, 23920Sstevel@tonic-gate# converts the keypad to programmable function keys, and has other goodies. 23930Sstevel@tonic-gate# Standout mode is still broken (magic cookie, etc) so is suppressed as no 23940Sstevel@tonic-gate# programs handle such lossage properly. 23950Sstevel@tonic-gate# Note: this is NOT the old termcap's "t1061f with fast proms." 23960Sstevel@tonic-gate# From Univ of Utah, J.Lepreau Tue Feb 1 06:39:37 1983 23970Sstevel@tonic-gate# lepreau@utah-cs, harpo!utah-cs!lepreau 23980Sstevel@tonic-gate# 23990Sstevel@tonic-gatey7|t10|teleray 10 special:\ 24000Sstevel@tonic-gate :so@:se@:us@:ue@:\ 24010Sstevel@tonic-gate :al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\ 24020Sstevel@tonic-gate :dc=\EQ:dl=\EM:ei=:ho=\EH:ic=\EP:im=:km:li#24:nd=\EC:pc=\200:pt:\ 24030Sstevel@tonic-gate :se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\ 24040Sstevel@tonic-gate :xs:xt: 24050Sstevel@tonic-gateyf|t1061f|teleray 1061 with fast PROMs:\ 24060Sstevel@tonic-gate :al=\EL:ip@:dl=\EM:tc=t1061: 24070Sstevel@tonic-gate# # -------------------------------- 24080Sstevel@tonic-gate# 24090Sstevel@tonic-gate# w: Wyse (although some are "y" entries instead) 24100Sstevel@tonic-gate# 24110Sstevel@tonic-gate# This one is here just in case anyone ever finds a use for it. Emacs gets 24120Sstevel@tonic-gate# confused drawing mode lines when the terminal is in Wyse mode. --tpm 24130Sstevel@tonic-gate# The problem with mode lines is that EMACS assume 1) that video attributes 24140Sstevel@tonic-gate# are in effect to the end of the line, not the end of the display, and 2) 24150Sstevel@tonic-gate# that the "ce" capability will, on any terminal with the standout glitch, 24160Sstevel@tonic-gate# turn off standout mode to the end of the line. Neither are true of the 24170Sstevel@tonic-gate# Wyse-50 (or Wyse-30) in Wyse mode. --gh 24180Sstevel@tonic-gate# This entry comes from Steve Hartwell. I think he got it from Pyramid's 24190Sstevel@tonic-gate# UNIX. It has subsequently been merged with the 4.3BSD entry by Toni 24200Sstevel@tonic-gate# Guttman, extended by Jeff Anton. The trick of using protected mode for 24210Sstevel@tonic-gate# standout mode has been observed to well and truly hang the terminal up, 24220Sstevel@tonic-gate# so that "feature" of the 4.3BSD entry has not been incorporated. 24230Sstevel@tonic-gateye|w50|wyse50|wyse-50|Wyse 50 in Wyse mode:\ 24240Sstevel@tonic-gate :al=\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\ 24250Sstevel@tonic-gate :da:db:dc=\EW:dl=\ER:ei=\Er:im=\Eq:is=\E`\072\200\EC\EDF\E'\E(:\ 24260Sstevel@tonic-gate :kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\ 24270Sstevel@tonic-gate :so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:\ 24280Sstevel@tonic-gate :if=/usr/share/lib/tabset/stdcrt: 24290Sstevel@tonic-gate# it is not known if the status line works with sysline 24300Sstevel@tonic-gateyh|w50-s|wyse50-s|Wyse 50 for sysline:\ 24310Sstevel@tonic-gate :hs:ts=\Ef:fs=\r:ds=\Ef\r:es:tc=w50: 24320Sstevel@tonic-gateyg|w50-w|w50-132|wyse50-132|Wyse 50-132:\ 24330Sstevel@tonic-gate :cm=\Ea%i%dR%dC:co#132:is=\E`;\200\EC\EDF\E'\E(:tc=w50: 24340Sstevel@tonic-gate# The following seems to be the best mode to run a Wyse-50 in. It works 24350Sstevel@tonic-gate# with Emacs using this termcap entry. Wyse mode seems to be a loser. 24360Sstevel@tonic-gate# Note that you have to manually set emulation mode to ADDSVP and turn 24370Sstevel@tonic-gate# ENHANCE on. --tpm 24380Sstevel@tonic-gate# Tab support, better is and rs, and wyse-nk added Jan85 by sun!gnu 24390Sstevel@tonic-gatewv|wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\ 24400Sstevel@tonic-gate :am:do=^J:if=/usr/share/lib/tabset/wyse-adds:\ 24410Sstevel@tonic-gate :le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\ 24420Sstevel@tonic-gate :up=^Z:cl=^L:ho=^A:ll=^A^Z:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\ 24430Sstevel@tonic-gate :pt:so=^N:se=^O:us=^N:ue=^O:dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\ 24440Sstevel@tonic-gate :is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er: 24450Sstevel@tonic-gate# This is the same as above, but with no keys. This makes vi ^F, ^B, work. 24460Sstevel@tonic-gatewk|wyse-vp-nk|wyse-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\ 24470Sstevel@tonic-gate :kl@:kr@:kd@:ku@:kh@:tc=wyse-vp: 24480Sstevel@tonic-gate# The Wyse-50 does not correctly emulate a Televideo 925. 24490Sstevel@tonic-gatevw|w9|wyse925|wyse-925|Wyse-50 emulating tvi925:\ 24500Sstevel@tonic-gate :xn@:tc=tvi925: 24510Sstevel@tonic-gate# wyse 75 series from JLarson.pa@xerox.arpa 24520Sstevel@tonic-gatewx|wyse75|wy75|wyse 75 terminal :\ 24530Sstevel@tonic-gate :co#80:li#24:cl=50\E[H\E[2J:bs:cm=5\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 24540Sstevel@tonic-gate :al=3\E[L:dl=3\E[M:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:do=\E[B:\ 24550Sstevel@tonic-gate :ic=\E[@:ei=:im=:pt:bw:dc=\E[P:ce=3\E[K:ho=10\E[H:pt:\ 24560Sstevel@tonic-gate :mi:nd=\E[C:bt=\E[Z:us=\E[8p:ue=\E[p:so=\E[5m:se=\E[m:\ 24570Sstevel@tonic-gate :md=\E[1p:mr=\E[16p:mb=\E[2p:mk=\E[4p:me=\E[0p:hs:ll=\E[24;1H:\ 24580Sstevel@tonic-gate :cd=50\E[J:cs=9\E[%i%d;%dr:ae=\E(B:as=\E(0:kh=\E[H:kb=^H:\ 24590Sstevel@tonic-gate :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:k4=\E[M:\ 24600Sstevel@tonic-gate :k5=\E[17~:k6=\E[31~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kn#10:\ 24610Sstevel@tonic-gate :l0=PF1:l1=PF2:l2=PF3:l3=PF4:l4=F5:\ 24620Sstevel@tonic-gate :l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\ 24630Sstevel@tonic-gate :is=\E[1;24r\E[?10;3;1l\E[4l\E[?25h\E[m\E(B\E>:\ 24640Sstevel@tonic-gate :ds=\E7\E[>,//\E8:ts=\E7\E[>,^A:fs=^A\E8: 24650Sstevel@tonic-gatewx|wyse75-80|wy75-80|wyse 75 terminal with 80-column initialization:\ 24660Sstevel@tonic-gate :is=\E[?3l:tc=wy75: 24670Sstevel@tonic-gatewl|wyse75-132|wy75-132|wyse 75 terminal with 132 columns :\ 24680Sstevel@tonic-gate :is=\E[?3h:co#132:tc=wy75: 24690Sstevel@tonic-gate# 24700Sstevel@tonic-gate# Wyse WY75 utilizing keypad 24710Sstevel@tonic-gate# 24720Sstevel@tonic-gatew5|wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\ 24730Sstevel@tonic-gate :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:\ 24740Sstevel@tonic-gate :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\ 24750Sstevel@tonic-gate :ks=10\E[?1h\E=:ku=\EOA:\ 24760Sstevel@tonic-gate :tc=wyse75: 24770Sstevel@tonic-gate# from ucbvax!ucsfmis!shewmake 24780Sstevel@tonic-gateWc|wy85|wyse85|wyse-85:\ 24790Sstevel@tonic-gate :do=^J:co#80:li#24:cl=\E[;H\E[2J:\ 24800Sstevel@tonic-gate :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 24810Sstevel@tonic-gate :ce=\E[0K:cd=\E[0J:so=\E[7m:se=\E[27m:\ 24820Sstevel@tonic-gate :us=\E[4m:ue=\E[24m:\ 24830Sstevel@tonic-gate :is=\E[1;24r\E[24;1H\E[0m:\ 24840Sstevel@tonic-gate :ks=\E[?1h\E=:ke=\E[?1l\E>:\ 24850Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ 24860Sstevel@tonic-gate :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kh=\E[H":pt:sr=\EM:\ 24870Sstevel@tonic-gate :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:as=^N:ae=^O:bt=\E[Z:\ 24880Sstevel@tonic-gate :dc=\E[P:dl=\E[M:al=\E[L:ei=\E[4l:im=\E[4h:\ 24890Sstevel@tonic-gate :vb=\E[?5h\E[?5l:\ 24900Sstevel@tonic-gate :hs:es:ts=\E7\E[?25l\E[40h\E[25;%dH\E[2K:fs=\E[1;24r\E8\E[?25h: 24910Sstevel@tonic-gate# 24920Sstevel@tonic-gate# # -------------------------------- 24930Sstevel@tonic-gate# 24940Sstevel@tonic-gate# z: MISC (cont) 24950Sstevel@tonic-gate# 24960Sstevel@tonic-gatez0|wind:\ 24970Sstevel@tonic-gate :bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\ 24980Sstevel@tonic-gate :ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\ 24990Sstevel@tonic-gate :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\ 25000Sstevel@tonic-gate :so=\Em\014:se=\Em\003: 25010Sstevel@tonic-gatez1|wind16:\ 25020Sstevel@tonic-gate :bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\ 25030Sstevel@tonic-gate :ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\ 25040Sstevel@tonic-gate :so=\Em\014:se=\Em\003: 25050Sstevel@tonic-gatez2|wind40:\ 25060Sstevel@tonic-gate :bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\ 25070Sstevel@tonic-gate :ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\ 25080Sstevel@tonic-gate :so=\Em\014:se=\Em\003: 25090Sstevel@tonic-gatez3|wind50:\ 25100Sstevel@tonic-gate :bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\ 25110Sstevel@tonic-gate :ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\ 25120Sstevel@tonic-gate :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\ 25130Sstevel@tonic-gate :so=\Em\014:se=\Em\003: 25140Sstevel@tonic-gatez4|cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\ 25150Sstevel@tonic-gate :am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K: 25160Sstevel@tonic-gatez5|cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\ 25170Sstevel@tonic-gate :am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\ 25180Sstevel@tonic-gate :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\ 25190Sstevel@tonic-gate :so=\Em\014:se=\Em\003: 25200Sstevel@tonic-gatez6|v50|visual 50:\ 25210Sstevel@tonic-gate :am:bs:al=\EL:dl=\EM:\ 25220Sstevel@tonic-gate :cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\ 25230Sstevel@tonic-gate :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\ 25240Sstevel@tonic-gate :so=\EU:se=\ET:up=^K: 25250Sstevel@tonic-gatez7|trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\ 25260Sstevel@tonic-gate :nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\ 25270Sstevel@tonic-gate :dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up=^^:\ 25280Sstevel@tonic-gate :kb=^H:kd=^_:kl=^\:kr=^]:ku=^^: 25290Sstevel@tonic-gatez8|apollo:\ 25300Sstevel@tonic-gate :al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\ 25310Sstevel@tonic-gate :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\ 25320Sstevel@tonic-gate :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:ul:up=\EA:us=\EU:co#88:li#53: 25330Sstevel@tonic-gatez9|ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100: 25340Sstevel@tonic-gateza|masscomp2:co#64:li#21:tc=masscomp: 25350Sstevel@tonic-gatezb|masscomp1:co#104:li#36:tc=masscomp: 25360Sstevel@tonic-gatezc|masscomp:\ 25370Sstevel@tonic-gate :al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\ 25380Sstevel@tonic-gate :ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\ 25390Sstevel@tonic-gate :sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\ 25400Sstevel@tonic-gate :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J: 25410Sstevel@tonic-gate# Kimtron TC entries include (undocumented) codes for: enter dim mode (mh), 25420Sstevel@tonic-gate# enter bold mode (md), enter reverse mode (mr), turn off all attributes (me) 25430Sstevel@tonic-gate# Kimtron ABM 85 added by Dual Systems 25440Sstevel@tonic-gatezd|abm85|Kimtron ABM 85:\ 25450Sstevel@tonic-gate :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/share/lib/tabset/stdcrt:\ 25460Sstevel@tonic-gate :li#24:co#80:am:bs:bw:ms:pt:\ 25470Sstevel@tonic-gate :cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\ 25480Sstevel@tonic-gate :cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\ 25490Sstevel@tonic-gate :kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\ 25500Sstevel@tonic-gate :so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1: 25510Sstevel@tonic-gate# Kimtron ABM 85H added by Dual Systems. 25520Sstevel@tonic-gate# Some notes about the 85h entries: 25530Sstevel@tonic-gate# 1) there are several firmware revs of 85H in the world. Use o85h for 25540Sstevel@tonic-gate# firmware revs prior to SP51 25550Sstevel@tonic-gate# 2) Make sure to use 85h entry if the terminal is in 85H mode and the 25560Sstevel@tonic-gate# 85e entry if it is in 920 emulation mode. They are incompatible in 25570Sstevel@tonic-gate# some places and NOT software settable i.e., `is' can't fix change it) 25580Sstevel@tonic-gate# 3) In 85h mode, the arrow keys and special functions transmit when 25590Sstevel@tonic-gate# the terminal is in dup-edit, and work only locally in local-edit. 25600Sstevel@tonic-gate# Vi won't swallow `del char' for instance, but `vs' turns on 25610Sstevel@tonic-gate# dup-edit anyway so that the arrow keys will work right. If the 25620Sstevel@tonic-gate# arrow keys don't work the way you like, change `vs', `ve', and `is'. 25630Sstevel@tonic-gate# 920E mode does not have software commands to toggle between dup 25640Sstevel@tonic-gate# and local edit, so you get whatever was set last on the terminal. 25650Sstevel@tonic-gate# 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed) 25660Sstevel@tonic-gate# 5) Make sure `hidden' attributes are selected. If `embedded' attributes 25670Sstevel@tonic-gate# are selected, the entries :sg@: and :ug@: should be removed. 25680Sstevel@tonic-gate# 6) auto new-line should be on (selectable from setup mode only) 25690Sstevel@tonic-gate# 25700Sstevel@tonic-gate# From fair@ucbarpa Sun Oct 27 07:21:05 1985 25710Sstevel@tonic-gateze|85h|85H|abm85h|Kimtron ABM 85H, 85H mode:\ 25720Sstevel@tonic-gate :is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed\E.4\El:\ 25730Sstevel@tonic-gate :im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\E.2:ve=\E.4:\ 25740Sstevel@tonic-gate :mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:ds=\Ee:fs=^M:hs:ts=\Eg\Ef:tc=abm85: 25750Sstevel@tonic-gatezf|85e|85E|abm85e|Kimtron ABM 85H, 920E mode:\ 25760Sstevel@tonic-gate :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\ 25770Sstevel@tonic-gate :mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85: 25780Sstevel@tonic-gatezg|o85h|oabm85h|Kimtron ABM 85H, old firmware rev.:\ 25790Sstevel@tonic-gate :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\ 25800Sstevel@tonic-gate :im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\ 25810Sstevel@tonic-gate :mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85: 25820Sstevel@tonic-gate#from malman@bbn-vax.arpa 25830Sstevel@tonic-gatezE|kt7|kimtron model kt-7:\ 25840Sstevel@tonic-gate :am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\ 25850Sstevel@tonic-gate :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:\ 25860Sstevel@tonic-gate :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#0:us=\EG8:ue=\EG0:ug#0:\ 25870Sstevel@tonic-gate :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\ 25880Sstevel@tonic-gate :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\ 25890Sstevel@tonic-gate :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\ 25900Sstevel@tonic-gate :ts=\Ef:fs=\Eg: 25910Sstevel@tonic-gatezh|appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\ 25920Sstevel@tonic-gate :am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\ 25930Sstevel@tonic-gate :cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\ 25940Sstevel@tonic-gate :vb=\024G1\024T1:kr=^U: 25950Sstevel@tonic-gate# Gary Ford 21NOV83 25960Sstevel@tonic-gate# New version from ee178aci%sdcc7@SDCSVAX.ARPA Fri Oct 11 21:27:00 1985 25970Sstevel@tonic-gatezi|apple-80|apple II with smarterm 80 col:\ 25980Sstevel@tonic-gate :am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\ 25990Sstevel@tonic-gate :co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_: 26000Sstevel@tonic-gate# 26010Sstevel@tonic-gatezj|lisa|apple lisa xenix console display (white on black):\ 26020Sstevel@tonic-gate :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\ 26030Sstevel@tonic-gate :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#32:\ 26040Sstevel@tonic-gate :nd=\E[C:ms:pt:so=\E[m:se=\E[7m:us=\E[4m:ue=\E[7m:up=\E[A:\ 26050Sstevel@tonic-gate :kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\ 26060Sstevel@tonic-gate :is=\E[7m^L:GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:\ 26070Sstevel@tonic-gate :G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t: 26080Sstevel@tonic-gate# The following is a version of the ibm-pc entry distributed with PC/IX, 26090Sstevel@tonic-gate# (Interactive Systems' System 3 for the Big Blue), modified by Richard 26100Sstevel@tonic-gate# McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original, 26110Sstevel@tonic-gate# (the former is untrue, and the latter failed under UCB/man); standout and 26120Sstevel@tonic-gate# underline modes have been added. Note: this entry describes the "native" 26130Sstevel@tonic-gate# capabilities of the PC monochrome display, without ANY emulation; most 26140Sstevel@tonic-gate# communications packages (but NOT PC/IX connect) do some kind of emulation. 26150Sstevel@tonic-gatepc|ibmpc|ibm pc PC/IX:\ 26160Sstevel@tonic-gate :li#24:co#80:am:bs:bw:eo:\ 26170Sstevel@tonic-gate :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\ 26180Sstevel@tonic-gate :nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m: 26190Sstevel@tonic-gatezk|ibmx|ibmpcx|IBM PC xenix console display:\ 26200Sstevel@tonic-gate :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\ 26210Sstevel@tonic-gate :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#25:\ 26220Sstevel@tonic-gate :nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\ 26230Sstevel@tonic-gate :ue=\E[m:up=\E[A:MR=\E[0m:\ 26240Sstevel@tonic-gate :kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\ 26250Sstevel@tonic-gate :GS=\E[11m:GE=\E[10m:\ 26260Sstevel@tonic-gate :GC=b:GL=v:GR=t:RT=^J:\ 26270Sstevel@tonic-gate :GH=\E[196g:GV=\E[179g:\ 26280Sstevel@tonic-gate :GU=\E[193g:GD=\E[194g:\ 26290Sstevel@tonic-gate :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\ 26300Sstevel@tonic-gate :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\ 26310Sstevel@tonic-gate :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\ 26320Sstevel@tonic-gate :HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e: 26330Sstevel@tonic-gatezl|ibmc|ibmcpc|IBM PC xenix color console display:\ 26340Sstevel@tonic-gate :tc=ibm: 26350Sstevel@tonic-gatezl|ibmcx|ibmcpcx|IBM PC xenix color console display:\ 26360Sstevel@tonic-gate :tc=ibmx: 26370Sstevel@tonic-gatezm|kaypro|kaypro2|kaypro II:\ 26380Sstevel@tonic-gate :am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\ 26390Sstevel@tonic-gate :kr=^L:kl=^H:ku=^K:kd=^J: 26400Sstevel@tonic-gate# From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo 26410Sstevel@tonic-gatezn|trs100|Radio Shack Model 100:\ 26420Sstevel@tonic-gate :am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\ 26430Sstevel@tonic-gate :nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\ 26440Sstevel@tonic-gate :so=\Ep:se=\Eq:al=\EL:dl=\EM: 26450Sstevel@tonic-gatezt|mac|macintosh|Macintosh with MacTerminal:\ 26460Sstevel@tonic-gate :al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100: 26470Sstevel@tonic-gatezs|zen50|z50|zephyr:\ 26480Sstevel@tonic-gate :cm=\E=%+ %+ :cd=\EY:co#80:li#24:\ 26490Sstevel@tonic-gate :am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:im=:ei=:\ 26500Sstevel@tonic-gate :cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\ 26510Sstevel@tonic-gate :kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\ 26520Sstevel@tonic-gate :BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036: 26530Sstevel@tonic-gatezu|go140|graphon go-140:\ 26540Sstevel@tonic-gate :co#80:li#24:cl=10\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\ 26550Sstevel@tonic-gate :ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 26560Sstevel@tonic-gate :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\ 26570Sstevel@tonic-gate :dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\ 26580Sstevel@tonic-gate :ks=\E[?1h\E=:ke=\E[?1l\E>:\ 26590Sstevel@tonic-gate :if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ 26600Sstevel@tonic-gate :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM: 26610Sstevel@tonic-gatezv|go140w|graphon go-140 in 132 column mode:\ 26620Sstevel@tonic-gate :co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\ 26630Sstevel@tonic-gate :tc=go140: 26640Sstevel@tonic-gatezw|sanyo55|sanyo|sanyo mbc-55x pc compatible:\ 26650Sstevel@tonic-gate :co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 26660Sstevel@tonic-gate :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m: 26670Sstevel@tonic-gate#From: Simson L. Garfinkel <simsong@media-lab.mit.edu> 26680Sstevel@tonic-gatest|ST|atari st:\ 26690Sstevel@tonic-gate :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#25:nd=\EC:\ 26700Sstevel@tonic-gate :pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\ 26710Sstevel@tonic-gate :do=\EB:\ 26720Sstevel@tonic-gate :so=\Ep:se=\Eq:dl=\EM:al=\EL:am: 26730Sstevel@tonic-gate# YTERM standard version 1.0. (gts 9-25-84) 26740Sstevel@tonic-gate# Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD). 26750Sstevel@tonic-gate# Only 80 tab columns (else yterm 1.1 bug). No :xn: in 1.0. 26760Sstevel@tonic-gate# Cannot use termcap :sr=\EM: because vi will not work, too bad. 26770Sstevel@tonic-gate# vi string is given so that yterm is reset each vi startup. 26780Sstevel@tonic-gateY0|yterm10|yterm 1.0 UCB ascii.kbd:\ 26790Sstevel@tonic-gate :am:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:EP:ho=^Y:li#24:nd=^\:pt:\ 26800Sstevel@tonic-gate :rc=\E8:sc=\E7:so=\E[7m:se=\E[m:up=^_:us=\E[4m:ue=\E[m:\ 26810Sstevel@tonic-gate :is=^O\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:\ 26820Sstevel@tonic-gate :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh^Jj^Kk^Ll^^H:\ 26830Sstevel@tonic-gate :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\ 26840Sstevel@tonic-gate :vs=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0 \EH \EH \EH \EH \EH \EH \EH \EH \EH\r: 26850Sstevel@tonic-gate# YTERM varient version 1.1. (gts 9-13-84) Version 1.1 has :xn:. 26860Sstevel@tonic-gateY1|yterm11|yterm 1.1 UCB ascii.kbd:\ 26870Sstevel@tonic-gate :xn:is=^O\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:\ 26880Sstevel@tonic-gate :tc=yterm10 26890Sstevel@tonic-gate# YTERM 1.0 varient no autowrap or tabs 26900Sstevel@tonic-gate# X does not remember autowrap or tabs when T is deleted and restarted. 26910Sstevel@tonic-gateY2|yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\ 26920Sstevel@tonic-gate :am@:pt@:vs=^O\E[7i\E[m\E[?7l\E[?3g\rY2\r:\ 26930Sstevel@tonic-gate :is=^O\E[7i\E[m\E[?7l\E[?3g\rY2 for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\ 26940Sstevel@tonic-gate :tc=yterm10 26950Sstevel@tonic-gate# KERMIT standard all versions. (gts 9-25-84) 26960Sstevel@tonic-gate# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi. 26970Sstevel@tonic-gateK0|kermit|standard kermit:\ 26980Sstevel@tonic-gate :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\ 26990Sstevel@tonic-gate :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\ 27000Sstevel@tonic-gate :is=K0 Standard Kermit 9-25-84\n: 27010Sstevel@tonic-gateK1|kermitam|standard kermit plus am:\ 27020Sstevel@tonic-gate :am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit: 27030Sstevel@tonic-gate# IBMPC Kermit 1.2. (gts 8-30-84) 27040Sstevel@tonic-gate# Bugs :cd:ce: do not work except at beginning of line! :cl: does not work, 27050Sstevel@tonic-gate# but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line). 27060Sstevel@tonic-gateK2|pckermit|pckermit12|UCB IBMPC Kermit 1.2:\ 27070Sstevel@tonic-gate :am:li#25:cd@:ce@:cl=\EH\EJ:\ 27080Sstevel@tonic-gate :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit: 27090Sstevel@tonic-gate# IBMPC Kermit 1.20 (gts 12-19-84) 27100Sstevel@tonic-gate# Cannot use line 25, now acts funny like ansi special scrolling region. 27110Sstevel@tonic-gate# Initialization must escape from that region by cursor position to line 24. 27120Sstevel@tonic-gate# Cannot use character insert because 1.20 goes crazy if insert at col 80. 27130Sstevel@tonic-gate# Does not use am: because autowrap mode lost when kermit dropped and restarted. 27140Sstevel@tonic-gateK3|pckermit120|UCB IBMPC Kermit 1.20:\ 27150Sstevel@tonic-gate :al=\EL:am@:dc=\EN:dl=\EM:do=\EB:ei@:im@:li#24:pt:se=\Eq:so=\Ep:\ 27160Sstevel@tonic-gate :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\ 27170Sstevel@tonic-gate :vs=\EO\Eq\EEK3:tc=kermit: 27180Sstevel@tonic-gate# MS-DOS Kermit 2.27 for the IBMPC (UCB gts 3-17-85) 27190Sstevel@tonic-gate# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi. 27200Sstevel@tonic-gate# Cannot use line 25, now acts funny like ansi special scrolling region. 27210Sstevel@tonic-gate# Initialization must escape from that region by cursor position to line 24. 27220Sstevel@tonic-gate# Does not use am: because autowrap mode lost when kermit dropped and restarted. 27230Sstevel@tonic-gate# Reverse video for standout like H19. 27240Sstevel@tonic-gateK4|mskermit227|msk227|MS-DOS Kermit 2.27 for the IBMPC:\ 27250Sstevel@tonic-gate :al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\ 27260Sstevel@tonic-gate :dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\ 27270Sstevel@tonic-gate :ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\ 27280Sstevel@tonic-gate :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\ 27290Sstevel@tonic-gate :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\ 27300Sstevel@tonic-gate :vs=\EO\Eq\EG\EwK4: 27310Sstevel@tonic-gate# MS-DOS Kermit 2.27 with automatic margins (UCB gts 3-17-85) 27320Sstevel@tonic-gateK5|mskermit227am|msk227am|UCB MS-DOS Kermit 2.27 with automatic margins:\ 27330Sstevel@tonic-gate :am:\ 27340Sstevel@tonic-gate :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\ 27350Sstevel@tonic-gate :vs=\EO\Eq\EG\EvK5:tc=mskermit227: 27360Sstevel@tonic-gate# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC (UCB gts 3-17-85) 27370Sstevel@tonic-gate# Automatic margins now default. Use ansi set graphic rendition for standout, 27380Sstevel@tonic-gate# underline and ul codes (md,me,mr). Define function keys. 27390Sstevel@tonic-gateK6|mskermit22714|msk22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\ 27400Sstevel@tonic-gate :am:kn#10:\ 27410Sstevel@tonic-gate :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\ 27420Sstevel@tonic-gate :md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\ 27430Sstevel@tonic-gate :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\ 27440Sstevel@tonic-gate :vs=\EO\Eq\EG\EvK6:tc=mskermit227: 27450Sstevel@tonic-gate# From earle@smeagol.UUCP 29 Oct 85 05:40:18 GMT 27460Sstevel@tonic-gate# MS-Kermit with Heath-19 emulation mode enabled 27470Sstevel@tonic-gateKh|h19kermit|h19k|heathkit emulation provided by Kermit (no auto margin):\ 27480Sstevel@tonic-gate :am@:ta@:pt@:xt:da:db:tc=h19-u: 27490Sstevel@tonic-gate# rough draft of Amiga termcap by Mike Meyer 27500Sstevel@tonic-gateAA|amiga|Amiga ANSI:\ 27510Sstevel@tonic-gate :co#80:li#25:am:do=\E[B:ce=\E[K:cd=\E[J:\ 27520Sstevel@tonic-gate :cl=\E[H\E[J:ku=\E[A:kd=\E[B:kl=\E[C:kr=\E[D:kb=^H:\ 27530Sstevel@tonic-gate :al=\E[L:dl=\E[M:le=^H:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ 27540Sstevel@tonic-gate :ce=\E[K:ho=\E[H:dc=\E[P:ic=\E[@:\ 27550Sstevel@tonic-gate :so=\E[2m:se=\E[m:us=\E[4m:ue=\E[m:mr=\E[7m:mb=\E[7;2m:me=\E[m: 27560Sstevel@tonic-gate# The pcplot IBM-PC terminal emulation program is really messed up. It is 27570Sstevel@tonic-gate# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly, 27580Sstevel@tonic-gate# doesn't support scrolling regions, ignores add line commands, and ignores 27590Sstevel@tonic-gate# delete line commands. Consequently, the resulting behavior looks like a 27600Sstevel@tonic-gate# crude adm3a-type terminal. 27610Sstevel@tonic-gate# Steve Jacobson 8/85 27620Sstevel@tonic-gatepp|pcplot:\ 27630Sstevel@tonic-gate :cs@:sc@:rc@:xn@:tc=vt100: 27640Sstevel@tonic-gate# From Joel Rubin, jmrubin@coral, a preliminary TERMCAP for VIDTEX, 27650Sstevel@tonic-gate# a terminal program sold by Compuserve. Line and column numbers are 27660Sstevel@tonic-gate# computer-dependent (I have a Commodore '64); you should use the meta-B 27670Sstevel@tonic-gate# option to shut off clean-breaking of lines. No key codes included 27680Sstevel@tonic-gate# since some of them are programmable and most are machine-specific. 27690Sstevel@tonic-gate# Works on vi if you don't use clean-breaking. Very similar to the IBM 3101 27700Sstevel@tonic-gate# termcap. Escape-D used for backspace because control-H is destructive 27710Sstevel@tonic-gate# backspace. There seem to be a few weirdnesses (especially at the beginning 27720Sstevel@tonic-gate# of a wrapped line), and the cursor does not, unfortunately, flash. 27730Sstevel@tonic-gatezQ|vid|vidtex|Compuserve vidtex program:\ 27740Sstevel@tonic-gate :am:bc=\ED:cl=^L:li#25:co#40:nd=\EC:up=\EA:cd=\EJ:ce=\EK:\ 27750Sstevel@tonic-gate :ho=\EH:cm=\EY%+\40%+\40:pt: 27760Sstevel@tonic-gate# Fortune from c160-3bp@Coral (Robert Nathanson) via tut Wed Oct 5, 1983 27770Sstevel@tonic-gatezK|fos|fortune|Fortune system:\ 27780Sstevel@tonic-gate :is=^_..:li#25:co#80:am:bs:bw:cl=20^L:cd=3*^\Y:\ 27790Sstevel@tonic-gate :ic=5^\Q:dc=5^\W:dl=15^\R:al=15^\E:cm=^\C%+ %+ :ta=^Z:ho=10^^:do=3^J:\ 27800Sstevel@tonic-gate :up=3^K:kb=^H:kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:\ 27810Sstevel@tonic-gate :nl=5^J:so=^\H`:se=^\I`:sg#0:us=^\HP:ue=^\IP:ug#0:ce=^\Z:rv=\EH:re=\EI:\ 27820Sstevel@tonic-gate :rg=0:GS=\Eo:GE=^O:GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\ 27830Sstevel@tonic-gate :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\ 27840Sstevel@tonic-gate :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:PU=^An\r:PD=^Ao\r:\ 27850Sstevel@tonic-gate :PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F: 27860Sstevel@tonic-gate# basis from Peter Harrison, Computer Graphics Lab, San Francisco 27870Sstevel@tonic-gate# ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA 27880Sstevel@tonic-gateba|basis|BASIS108 computer with terminal translation table active:\ 27890Sstevel@tonic-gate :do=5000^J:nl=5000*^J:\ 27900Sstevel@tonic-gate :cd=\EY:ce=\ET:cl=300\E*:ma=^K^P^R^L^L :\ 27910Sstevel@tonic-gate :kb=^H:kl=^H:ku=^K:kr=^L:kd=^J:so=\E(:se=\E):tc=adm3a: 27920Sstevel@tonic-gate# From Peter Harrison, Computer Graphics Lab, San Francisco 27930Sstevel@tonic-gate# ucbvax!ucsfmis!harrison .....uucp 27940Sstevel@tonic-gate# ucbvax!ucsfmis!harrison@BERKELEY .......ARPA 27950Sstevel@tonic-gate# "These two work. If you don't have the inverse video chip for the 27960Sstevel@tonic-gate# Apple with videx then remove the so and se fields." 27970Sstevel@tonic-gatezO|DaleApple|Apple with videx videoterm 80 column board with inverse video:\ 27980Sstevel@tonic-gate :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\ 27990Sstevel@tonic-gate :kd=^J:kl=^H:kr=^U:kh=^Y:\ 28000Sstevel@tonic-gate :li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn: 28010Sstevel@tonic-gatezJ|ibmaed|IBM Experimental display:\ 28020Sstevel@tonic-gate :al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+\40%+\40:co#80:\ 28030Sstevel@tonic-gate :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:li#52:\ 28040Sstevel@tonic-gate :nd=\EC:ms:so=\E0:se=\E0:us=:ue=:up=\EA:\ 28050Sstevel@tonic-gate :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:eo:vb=\EG:pt: 28060Sstevel@tonic-gate# funny terminal that the TANDEM uses. 28070Sstevel@tonic-gatezA|653|t653x|Tandem 653x multipage terminal:\ 28080Sstevel@tonic-gate :li#24:co#80:ho=\EH:cm=\023%+ %+ :cl=\EI:cd=\EJ:ce=\EK:am:bs:\ 28090Sstevel@tonic-gate :if=/usr/share/lib/tabset/tandem653:sb=\ES:sr=\ET:da:db:so=\E6$:se=\E6 :\ 28100Sstevel@tonic-gate :us=\E60:ue=\E6 :sg#1:ug#1:up=\EA:do=\012:le=\010:nd=\EC:\ 28110Sstevel@tonic-gate :hs:ts=\Eo:fs=\r:ds=\Eo\r:ws#64: 28120Sstevel@tonic-gate# Constructed dtterm entry from file /usr/share/lib/terminfo/d/dtterm 28130Sstevel@tonic-gate# via "infocmp -C dtterm", and preceded the entry with a 2 letter field 28140Sstevel@tonic-gate# as required by the tset command. 28150Sstevel@tonic-gatezp|dtterm|CDE terminal emulator:\ 28160Sstevel@tonic-gate :am:mi:ms:xn:xo:bs:pt:\ 28170Sstevel@tonic-gate :co#80:li#24:kn#2:\ 28180Sstevel@tonic-gate :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ 28190Sstevel@tonic-gate :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:\ 28200Sstevel@tonic-gate :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\ 28210Sstevel@tonic-gate :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:ei=\E[4l:\ 28220Sstevel@tonic-gate :ho=\E[H:im=\E[4h:is=\E F\E>\E[?1l\E[?7h\E[?45l:\ 28230Sstevel@tonic-gate :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\ 28240Sstevel@tonic-gate :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=\b:\ 28250Sstevel@tonic-gate :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:rc=\E8:\ 28260Sstevel@tonic-gate :sc=\E7:se=\E[22;27m:so=\E[2;7m:sr=\EM:st=\EH:\ 28270Sstevel@tonic-gate :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\ 28280Sstevel@tonic-gate :ve=\E[?25h:vi=\E[?25l:ko=nd,up: 28290Sstevel@tonic-gate# 28300Sstevel@tonic-gate# END OF TERMCAP 28310Sstevel@tonic-gate# ------------------------ 2832