|
|
1.1 ! root 1: # # -------------------------------- ! 2: # @(#)misc 1.8 5/20/82 ! 3: # ! 4: # misc: MISCELLANEOUS TERMINALS ! 5: # ! 6: # ---------------------------------------------------------------- ! 7: # ! 8: # BB&N BitGraph ! 9: # The function keys kf0-kf9 are the codes generated by the keypad keys 0-9 ! 10: # NOTE that this means that PF1-PF4 are not represented here at all. ! 11: bg|bitg|bitgraph|BBN BitGraph, ! 12: msgr, xon, cols#85, lines#64, ! 13: bel=^G, cr=^M, tbc=\E[g, clear=\E[H\E[J, el=\E[K, ed=\E[J, ! 14: cup=\E[%i%p1%d;%p2%dH, home=\E[H, ! 15: cub=\E[%p1%dD, cub1=\E[D, cuf=\E[%p1%dC, cuf1=\E[C, ! 16: cud=\E[%p1%dB, cud1=\E[B, cuu=\E[%p1%dA, cuu1=\E[A, ! 17: dl=\E[%p1%dM, dl1=\E[M, il=\E[%p1%dL, il1=\E[L, ! 18: # dch=\E[%p1%dP, dch1=\E[P, ich=\E[%p1%d@, ich1=\E[@, ! 19: smso=\E[4m, rmso=\E[m, smul=\E[4m, rmul=\E[m, ! 20: bold=\E[m, rev=\E[7m, sgr0=\E[m, ! 21: sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, ! 22: is2=\E:e\E[m\E(B^O\E[1;64r\E[H\E[J\E[20l\E[?1;6l\E[?5;7;50;52h\E=, ! 23: kbs=^H, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, kcuu1=\E[A, ! 24: kf0=\EOp, kf1=\EOq, kf2=\EOr, kf3=\EOs, kf4=\EOt, ! 25: kf5=\EOu, kf6=\EOv, kf7=\EOw, kf8=\EOx, kf9=\EOy, ! 26: sc=\E7, rc=\E8, ind=\ED, ri=\EM, nel=\EE, ! 27: hts=\EH, ht=^I, ! 28: # ! 29: # Vanilla ANSI terminal. This is assumed to implement all the normal ! 30: # ANSI stuff with no extensions. It assumes insert/delete line/char ! 31: # is there, so it won't work with vt100 clones. It assumes video ! 32: # attributes for bold, blink, underline, and reverse, which won't ! 33: # matter much if the terminal can't do some of those. Padding is ! 34: # assumed to be zero, which shouldn't hurt since xon/xoff is assumed. ! 35: # This entry is based on the Ann Arbor Ambassador. ! 36: ansi|generic ansi standard terminal, ! 37: cr=^M, cud1=^J, ind=^J, bel=^G, il1=\E[L, am, cub1=^H, ed=\E[J, ! 38: el=\E[K, clear=\E[H\E[J, cup=\E[%i%p1%d;%p2%dH, cols#80, lines#24, ! 39: dch1=\E[P, dl1=\E[M, home=\E[H, ! 40: ich=\E[%p1%d@, ich1=\E[@, smir=\E6, rmir=\E6, ! 41: bold=\E[1m, rev=\E[7m, blink=\E[5m, invis=\E[8m, sgr0=\E[0m, ! 42: sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m, ! 43: kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, khome=\E[H, kbs=^H, ! 44: cuf1=\E[C, ht=^I, cuu1=\E[A, xon, rep=%p1%c\E[%p2%{1}%-%db, ! 45: rmul=\E[m, smul=\E[4m, rmso=\E[m, smso=\E[7m, ! 46: # The tab 132 uses xon/xoff, so no padding needed. ! 47: # smkx/rmkx have nothing to do with arrow keys. ! 48: # is2 sets 80 col mode, normal video, autowrap on (for am). ! 49: # Seems to be no way to get rid of status line. ! 50: tab132|tab|tab 132/15, ! 51: is2=\E[?7h\E[?3l\E[?5l, smkx@, rmkx@, cr=^M, cud1=^J, ind=^J, ! 52: bel=^G, lm#96, da, db, il1=\E[L, dl1=\E[M, dch1=\E[P, ! 53: rmir=\E[4l, smir=\E[4h, cup=\E[%i%p1%d;%p2%dH, ! 54: kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, use=vt100, ! 55: tab132w, ! 56: cols#132, is2=\E[?7h\E[?3h\E[?5l, use=tab132, ! 57: tab132rv, ! 58: is2=\E[?7h\E[?3l\E[?5h, use=tab132, ! 59: tab132wrv, ! 60: is2=\E[?7h\E[?3h\E[?5h, use=tab132w, ! 61: # This used to say "de#001202" which presumably refers to the stty bits ! 62: # that need to be set for some version of Unix. We need the real delay ! 63: # requirements here. ! 64: mw2|Multiwriter 2, ! 65: cr=^M, cud1=^J, ind=^J, bel=^G, cols#132, hc, os, ! 66: trs80|trs-80|Radio Shack TRS-80 model I, ! 67: cr=^M, cud1=^J, ind=^J, bel=^G, ! 68: am, cub1=^H, cols#64, lines#16, ! 69: # I think the direct is supposed to be vt100 compatible, so all this ! 70: # should probably be replaced by a use=vt100, but I can't test it. ! 71: d800|direct|direct800|Direct 800/A, ! 72: cr=^M, cud1=^J, ind=^J, bel=^G, cols#80, lines#24, am, ! 73: clear=\E[1;1H\E[2J, cub1=^H, cup=\E[%i%p1%d;%p2%dH, ! 74: cuf1=\E[C, cuu1=\E[A, el=\E[K, ed=\E[J, smso=\E[7m, rmso=\E[0m, ! 75: smul=\E[4m, rmul=\E[0m, xhp, cvvis=\E[>12l, cnorm=\E[>12h, ! 76: ind=\ED, ri=\EM, da, db, rmacs=\E[1m, smacs=\E[0m, msgr, ht=^I, ! 77: kcub1=\E[D, kcuf1=\E[C, kcuu1=\E[A, kcud1=\E[B, ! 78: kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, ! 79: kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, ! 80: vc404|volker-craig 404, ! 81: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, ed=^W$<40>, el=^V$<20>, ! 82: clear=^X$<40>, cup=^P%p1%' '%+%c%p2%' '%+%c, cols#80, home=^Y$<40>, ! 83: kcud1=^J, kcub1=^H, kcuf1=^U, kcuu1=^Z, lines#24, cuf1=^U, cuu1=^Z, ! 84: vc404s|volker-craig 404 w/standout mode, ! 85: cr=^M, cud1=^J, ind=^J, bel=^G, rmso=^O, smso=^N, use=vc404, ! 86: vc404na|volker-craig 404 w/no arrow keys, ! 87: kcuf1@, kcuu1@, use=vc404, ! 88: vc404sna|volker-craig 404 w/standout mode and no arrow keys, ! 89: rmso=^O, smso=^N, use=vc404na, ! 90: # missing in vc303a and vc303 descriptions: they scroll 2 lines at a time ! 91: # every other linefeed. ! 92: vc303a|vc403a|volker-craig 303a, ! 93: cr=^M, cud1=^J, bel=^G, am, cub1=^H, el=^V$<20>, clear=^X$<40>, ! 94: cols#80, home=^Y$<40>, kcud1=^J, kcub1=^H, kcuf1=^U, ! 95: kcuu1=^Z, lines#24, ll=^P^@W, cuf1=^U, cuu1=^Z, ! 96: vc303|vc103|vc203|volker-craig 303, ! 97: cr=^M, cud1=^J, bel=^G, am, cub1=^H, clear=^L$<40>, cols#80, ! 98: home=^K$<40>, kcud1=^J, kcub1=^H, kcuf1=^I, kcuu1=^N, lines#24, ! 99: ll=^O$<1>W, cuf1=^I, cuu1=^N, ! 100: # From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981 ! 101: ampex|d80|dialogue|dialogue80|ampex dialogue 80, ! 102: tbc=\E3, hts=\E1, cr=^M, cud1=^J, ind=^J, bel=^G, ! 103: is2=\EA, smul=\El, rmul=\Em, ! 104: am, cub1=^H, ht=^I, clear=\E*$<75>, cup=\E=%p1%' '%+%c%p2%' '%+%c, ! 105: il1=\EE$<5*>, cbt=\EI, ich1=\EQ, dl1=\ER$<5*>, dch1=\EW, ! 106: el=\Et, ed=\Ey, smso=\Ej, rmso=\Ek, lines#24, cols#80, cuf1=^L, cuu1=^K, ! 107: d132|datagraphix|datagraphix 132a, ! 108: cr=^M, cud1=^J, ind=^J, bel=^G, ! 109: cols#80, lines#30, clear=^l, home=\Et, da, db, ind=\Ev, ri=\Ew, ! 110: cuu1=\Ek, cuf1=\El, cvvis=\Ex, cnorm=\Em\En, ! 111: il1=\E3, ich1=\E5, dch1=\E6, in, ich1=\E5, ! 112: soroc|Soroc 120, ! 113: cr=^M, cud1=^J, ind=^J, bel=^G, ! 114: ed=\EY, el=\ET, clear=\E*$<2>, ! 115: kcub1=^H, kcuu1=^K, kcuf1=^L, kcud1=^J, use=adm3a, ! 116: # tec is2 untested, and taken from CB/Unix virtual terminal driver. ! 117: # Upper case terminal, uses lower case for control sequences!!! ! 118: # The driver shows the C ~ operator used on CM coordinates. ! 119: tec400|tec scope, ! 120: cr=^M, cud1=^J, ind=^J, bel=^G, cup=l%p2%~%c%p1%~%c, ! 121: cuu1=x, cud1=h, cuf1=g, cub1=w, home=i, smso={, rmso=|, ! 122: xmc#1, clear=f, il1=e, dl1=u, ich1=d, dch1=t, el=c, ed=s, ! 123: # From ucbvax!geoff Mon Sep 21 21:15:45 1981 ! 124: # This entry has been tested. ! 125: tec500|tec 500, ! 126: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, ! 127: cup=\E=%p1%' '%+%c%p2%' '%+%c, clear=^Z$<20>, ! 128: cols#80, home=^^, lines#24, cuf1=^L, cuu1=^K, smso=^], rmso=^\, ! 129: # I would appreciate more information on this terminal, such as the ! 130: # manufacturer and the model number. There are too many 'tecs' in here. ! 131: tec, ! 132: lines#24, cols#80, clear=^l, cuu1=^k, cuf1=\037, am, ! 133: cub1=^H, home=\036, cr=^M, cud1=^J, ind=^J, bel=^G, ! 134: teletec|Teletec Datascreen, ! 135: cr=^M, cud1=^J, ind=^J, bel=^G, ! 136: am, cub1=^H, cols#80, clear=^l, home=^^, lines#24, cuf1=^_, cuu1=^k, ! 137: aed512|aed|AED 512, ! 138: if=/usr/lib/tabset/aed, ! 139: cr=^M, cud1=^J, bel=^G, ! 140: cols#64, lines#40, clear=^L, ! 141: cub1=^H, cuf1=\Ei0800\001, ! 142: cnorm=\E\072004=000200??\001, ! 143: flash=\EK0001??0000K0001202080\001, ! 144: smso=\E\07200>8000140[80C00\001, rmso=\E[00C80\001, ! 145: smul=\E\07200>8000140\001, rmul=\E\07200>8000100\001, ! 146: uc=\Ei???>l0800i0102\001, ! 147: smcup=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001, ! 148: rmcup=\E\07200>8000100{804<0??00001000L80\072004=000200??\001, ! 149: ind=\E;1100\072004=000200??;1300\047\200\001\n\E\072004=0002??00;1200\001\n, ! 150: cuu1=^K, .cup=\E;1300%p1%c%p2%c\001, ! 151: digilog|333|digilog 333, ! 152: cub1=^H, cols#80, el=\030, home=^n, lines#16, cuf1=^i, cuu1=^o, ! 153: cr=^M, cud1=^J, ind=^J, bel=^G, ! 154: ep48|ep4080|execuport 4080, ! 155: am, cub1=^H, os, cols#80, hu=\036, hd=\034, ! 156: cr=^M, cud1=^J, ind=^J, bel=^G, ! 157: ep40|ep4000|execuport 4000, ! 158: am, cub1=^H, os, cols#136, hu=\036, hd=\034, ! 159: cr=^M, cud1=^J, ind=^J, bel=^G, ! 160: terminet1200|terminet300|tn1200|tn300|terminet|ge terminet 1200, ! 161: cols#120, hc, os, ! 162: cr=^M, cud1=^J, ind=^J, bel=^G, ! 163: datapoint|dp3|dp3360|datapoint 3360, ! 164: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, ! 165: ed=^_, el=^^, clear=^]^_, cols#82, home=^], lines#25, cuf1=^x, cuu1=^z, ! 166: dg|dg6053|data general 6053, ! 167: cr=^M, cud1=^J, ind=^J, bel=^G, ! 168: am, cub1=^H, cup=^P%p2%c%p1%c, clear=^L, home=^H, cuf1=^S, ! 169: cuu1=^W, el=^K, cols#80, lines#24, ! 170: cdi|cdi1203, ! 171: am, cub1=^H, hc, os, cols#80, ! 172: cr=^M$<200>, cud1=^J, ind=^J, bel=^G, ! 173: # ^S is an arrow key! Boy is this guy in for a surprise on v7! ! 174: sol, ! 175: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, cup=\E^1%p1%c\E^2%p2%c, ! 176: clear=^K, home=^N, cols#64, lines#16, cuf1=^S, cuu1=^W, ! 177: kcub1=^A, kcuf1=^S, kcuu1=^W, kcud1=^Z, ! 178: xl83|cybernex XL-83, ! 179: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, ed=^P$<62>, el=^O$<3>, ! 180: clear=^L$<62>, cup=^W%p1%' '%+%c%p2%' '%+%c, cols#80, home=^K, ! 181: kcud1=^J, kcub1=^H, kcuu1=^N, lines#24, cuu1=^N, cuf1=^I, ! 182: omron|Omron 8025AG, ! 183: cr=^M, cud1=^J, ind=^J, bel=^G, il1=\EL, am, cub1=^H, ed=\ER, ! 184: cols#80, el=\EK, clear=\EJ, da, db, dch1=\EP, dl1=\EM, home=\EH, ! 185: lines#24, cuf1=\EC, rmso=\E4, ind=\ES, smso=\Ef, ri=\ET, ! 186: cuu1=\EA, cnorm=, cvvis=\EN, ! 187: plasma|plasma panel, ! 188: am, cub1=^H, clear=^L, cols#85, home=^^, lines#45, cuf1=\030, cuu1=\026, ! 189: cr=^M, cud1=^J, ind=^J, bel=^G, ! 190: swtp|ct82|Southwest Technical Products CT82, ! 191: cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, il1=^\^y, ! 192: ed=^v, el=^F, clear=^L, cup=^k%p2%c%p1%c, cols#82, lines#20, dl1=^z, ! 193: cuf1=^s, cuu1=^a, smso=^^^v, rmso=^^^F, dch1=^\^h, ich1=^\^x, home=^p, ! 194: ind=^n, ri=^o, ll=^c, ! 195: is2=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i, ! 196: terak|Terak emulating Datamedia 1520, ! 197: use=dm1520, ! 198: remote|virtual remote terminal, ! 199: cols#79, am@, use=virtual, ! 200: virtual|CB-UNIX virtual terminal, ! 201: cr=^M, cud1=^J, ind=^J, bel=^G, cols#80, lines#24, am, clear=\E\112, ! 202: cub1=^H, cup=\E\107%p2%c%p1%c, cuf1=\E\103, cuu1=\E\101, el=\E\113, ! 203: ed=\E\114, il1=\E\120, dl1=\E\116, ich1=\E\117, lm#0, da, db, ! 204: kcub1=\E\104, kcuf1=\E\103, kcuu1=\E\101, kcud1=\E\102, khome=\E\105, ! 205: smso=\E\141\004, rmso=\E\142\004, smul=\E\141\001, rmul=\E\142\001, ! 206: # This is untested. The cup sequence is hairy enough that it probably ! 207: # needs work. The idea is ctrl(O), dd(row), dd(col), where dd(x) ! 208: # is x - 2*(x%16) + '9' ! 209: delta|dd5000|delta data 5000, ! 210: cud1=^J, ind=^J, bel=^G, am, cub1=^H, clear=^NR, ! 211: cup=^O%p1%p1%{16}%m%{2}%*%-%'9'%+%c%p2%p2%{16}%m%{2}%*%-%'9'%+%c, ! 212: cols#80, lines#27, home=^NQ, cuf1=^Y, cuu1=^Z, el=^NU, dch1=^NV, ! 213: mdl110|cybernex mdl-110, ! 214: cup=^P%p1%' '%+%c%p2%' '%+%c, cols#80, lines#24, am, clear=^X$<70>, ! 215: cub1=^H, cr=^M, cud1=^J, ind=^J, bel=^G, cuf1=^U, cuu1=^Z, home=^Y, ! 216: el=^N@^V$<145>, ed=^NA^W$<145>, il1=^NA^N^]$<65>, dl1=^NA^N^^$<40>, ! 217: ich1=^NA^]$<3.5>, smdc=, rmdc=, dch1=^NA^^$<3.5>, smso=^NF, rmso=^NG, ! 218: ht=\t$<43>, ed=^N@^V$<6>, ! 219: zen30|z30|zentec 30, ! 220: cr=^M, cud1=^J, ind=^J, bel=^G, mir, cols#80, lines#24, ! 221: ul, il1=\EE$<1.5*>, cub1=^H, el=\ET$<1.0*>, ! 222: cup=\E=%p1%' '%+%c%p2%' '%+%c, clear=\E*, home=^^, cuf1=^L, ! 223: rmso=\EG0, smso=\EG6, cuu1=^K, smir=\Eq, rmir=\Er, ! 224: am, dch1=\EW, dl1=\ER$<1.5*>, ed=\EY, ! 225: # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info ! 226: falco|ts1|ts-1|falco ts-1, ! 227: cr=^M, cud1=^J, ind=^J, bel=^G, cols#80, lines#24, ht=^I, ! 228: is2=\Eu\E3, il1=\EE, am, el=\ET\EG0^H, cup=\E=%p1%' '%+%c%p2%' '%+%c, ! 229: clear=\E*, ed=\EY, dch1=\EW, cub1=^H, dl1=\ER, rmir=\Er, smir=\Eq, ! 230: home=^^, kf0=^A0\r, kcud1=^J, kcub1=^H, kcuf1=^L, kcuu1=^K, cuf1=^L, ! 231: rmso=\Eg0, smso=\Eg1, cuu1=^K, smul=\Eg1, rmul=\Eg0,
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.