home *** CD-ROM | disk | FTP | other *** search
- # TERMDEF.DAT - terminal characteristics for SQL*ReportWriter v1.1
-
- # For descriptions of the following codes, see the SQL*ReportWriter v1.1
- # Reference Manual - Appendix G.
-
- #
- # IBM PC and compatibles. Monochrome and color.
- #
-
- p1|pcmon|IBM-PC-Monochrome:\
- :li#25:\
- :co#80:\
- :is=\E[0m:\
- :cl=\E[2J:\
- :cm=\E[%i%2;%2H:\
- :up=\E[1A:\
- :do=\E[1B:\
- :bs:\
- :nd=\E[1C:\
- :h0=\200\007:h1=\200\001:h2=\200\160:h3=\200\160:\
- :h4=\200\207:h5=\200\201:h6=\200\360:h7=\200\361:\
- :h8=\200\017:h9=\200\011:hA=\200\171:hB=\200\171:\
- :hC=\200\217:hD=\200\211:hE=\200\370:hF=\200\371:\
- :g0=A\030B\031C\261\212\263\245\264\366\265\257\266\235\267\267\270\
- \312\271\224\272\270\273\310\274\255\275\277\276\234\277\214\300\247\301\
- \237\302\215\303\236\304\250\305\220\306\227\307\230\310\210\311\316\312\
- \276\313\232\314\274\315\320\316\305\317\260\320\275\321\240\322\225\323\
- \217\324\207\325\205\326\262\327\306\330\244\331\204\332:
-
- p2|pccol|IBM-PC-Color:\
- :is=\E[0m\E[=3h:\
- :h0=\200\007:h1=\200\017:h2=\200\037:h3=\200\027:\
- :h4=\200\207:h5=\200\210:h6=\200\237:h7=\200\227:\
- :h8=\200\016:h9=\200\014:hA=\200\117:hB=\200\024:\
- :hC=\200\216:hD=\200\214:hE=\200\234:hF=\200\224:\
- :tc=pcmon:
-
- ###############################################################################
-
- #
- # DEC VT compatible terminals
- #
-
- d0|v2000|Vision 2000+:\
- :is=\017\E(B\E)0\E[m\E[?3l\E[20l\E[4l\E[1Q\E[?6h:\
- :al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- tc=vt100:
-
- # special v2000 version with 132 columns
- d0|v2000-132|Vision 2000+132:\
- :is=\017\E(B\E)0\E[m\E[?3h\E[20l\E[4l\E[1Q:\
- :co#132:tc=v2000:
-
- # The keypad initialization is left out for mt4000 because
- # the terminal build program does not have a switch to optionally
- # include string.
- # We have little documentation on this terminal, this definition assumes vt102
- # compatibility. Note that the speed of the line insert and delete is
- # :al=\E[L:dl=\E[M:\
- # close to intolerable for editing purposes.
- d0|mt4000|microterm ergo 4000:\
- :is=\017\E(B\E)0\E[m\E[20l\E[4l\E[?7l\E?3l:\
- :ic=\E[4h \E[4l\010:dc=\E[P:li#66:tc=vt100:
-
- # special mt4000 version with 132 columns
- d0|mt4000-132|microterm ergo 4000-132:\
- :is=\017\E(B\E)0\E[m\E[20l\E[4l\E[?7l\E?3h:\
- :co#132:tc=mt4000:
-
- # The vision 102 is supposedly identical to the dec 102 with
- # the addition of 8 function keys
- d0|vis102|vis-102|vision 102:\
- :tc=vt102:
-
- # Special version of vis102 with 132 columns
- d0|vis102-132|vis-102-132|vision 102-132 columns:\
- :tc=vt102-132:
-
- # The Encore Host100 is much like a VT220
- d0|host100|ENCORE host100:\
- :co#0:li#0:cl=\E[f\E[2J:al=\E[L:dl=\E[M:im=\E[4h:ei=\E[4l:\
- :is=\017\E[?1l\E[20l\E[4l\E[m\E)0\E[?6h\
- \EP6s\\=\\1Bfa\E\\\
- \EP7s\\=\\1Bfb\E\\\
- \EP8s\\=\\1Bfc\E\\\
- \EP9s\\=\\1Bfd\E\\\
- \EP10s\\=\\1Bfe\E\\\
- \EP11s\\=\\1Bff\E\\\
- \EP12s\\=\\1Bfg\E\\\
- \EP13s\\=\\1Bfh\E\\\
- \EP14s\\=\\1Bfi\E\\\
- \EP15s\\=\\1Bfj\E\\\
- \EP16s\\=\\1Bfk\E\\\
- \EP17s\\=\\1Bfl\E\\\
- \EP18s\\=\\1Bfm\E\\\
- \EP19s\\=\\1Bfn\E\\\
- \EP20s\\=\\1Bfo\E\\:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- :tc=vt100:
-
- # The Encore Host100 with no keypad codes.
- d0|host100n|ENCORE host100 no keypad codes:\
- :ks@:ke@:tc=host100:
-
- # The VT102 seems to be more than twice as slow as a VT100. There also
- # appears to be a bug when a character is held down, the keyboard locks,
- # and the terminal refuses to send XOFF characters thus leading to buffer
- # overflows. Therefore, padding is necessary even though XON-XOFF handling
- # is on. Another bug: When in auto-wrap mode, put the cursor on the
- # last character of a line using cursor motion and output a character;
- # repeating this sequence will output alternating characters on the last
- # column of the line and on the first character of the next line.
- d0|vt102|vt-102|pt102|pt-102|dec vt102:\
- :is=\017\E(B\E)0\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :al=52\E[L:dl=52\E[M:ic=\E[4h \E[4l\010:dc=13\E[P:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- :im=\E[4h:ei=20\E[4l:tc=vt100:
-
- #special version of vt-102 with 132 columns
- d0|vt102-132|vt-102-132|pt102-132|pt-102-132|dec vt102-132 columns:\
- :is=\017\E(B\E)0\E[?3h\E[20l\E[4l\E[m\E[?6h:\
- :co#132:tc=vt102:
-
- # Delays stated in the manual are 2 ms for line operations and 52 milliseconds
- # for screen operations. Since ALLY uses XON-XOFF processing these delays
- # are not included. It is not known whether the VT100 suffers from the same
- # problem as the VT102.
- d0|vt100|vt-100|pt100|pt-100|dec vt100:\
- :is=\017\E(B\E)0\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :cl=\E[;H\E[2J:ce=\E[K:\
- :co#80:li#24:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:do=^J:do=\E[B:\
- :ks=\E=:ke=\E>:\
- :ru=%oTBS\E[%i%d;%dr\E[%d;1f\EE\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\EM\E[;r:\
- :h0=\200\E[m:h1=\200\E[4m:h2=\200\E[7m:h3=\200\E[4;7m:\
- :h4=\200\E[5m:h5=\200\E[4;5m:h6=\200\E[5;7m:h7=\200\E[4;5;7m:\
- :h8=\200\E[1m:h9=\200\E[1;4m:hA=\200\E[1;7m:hB=\200\E[1;4;7m:\
- :hC=\200\E[1;5m:hD=\200\E[1;4;5m:\
- :hE=\200\E[1;5;7m:hF=\200\E[1;4;5;7m:\
- :s0=\017:s1=\016:\
- :g1=\244j\234k\204l\214m\250n\236q\215t\245u\247v\237w\212x:
-
- # Special version of the vt100 with no keypad
- d0|vt100n|vt-100-n|pt100n|pt-100-n|dec vt100 no keypad:\
- :ks@:ke@:tc=vt100:
-
- # Sperry terminals are vt compatibles
- # svt100 and svt1210 are vt100s
- d0|svt100|svt-100|tc=vt100:
- d0|svt1210|svt-1210|tc=vt100:
-
- # svt1220 is a vt220
- d0|svt1220|svt-1220|tc=vt220:
-
- # svt1220-132 is a vt220-132
- d0|svt1220-132|svt-1220-132|tc=vt220-132:
-
- # special vt100 version with 132 columns
- d0|vt100-132|vt-100-132|pt100-132|pt-100-132|dec vt100-132:\
- :is=\017\E(B\E)0\E[?3h\E[20l\E[4l\E[m\E[?6h:\
- :co#132:tc=vt100:
-
- # DEC VT-125 Terminal. This terminal for our purposes is the same as
- # the DEC VT-100.
- d1|vt125|vt-125|dec vt125:\
- :tc=vt100:
- d1|vt125-132|vt-125-132|dec vt125 132 cols:\
- :tc=vt100-132:
-
- # DEC VT-220. It uses many of the same sequences as the VT100; but it also
- # has an 8-bit control mode for shorter transmissions. Setup is 7-bit here.
- # The initialization string turns on 7-bit transmit and receive modes,
- # as well as turning off keypad transmit and any current display attrs,
- d0|vt220|vt-220|dec vt220:\
- :is=\E[62;1"p\E[ F\E>\017\E(B\E)0\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :qs:dl=\E[M:al=\E[L:ic=\E[@:dc=\E[P:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- :tc=vt100:
-
- # VT220 emulator -- does not query terminal
- d0|vt220e|vt-220|dec vt220:\
- :is=\E[62;1"p\E[ F\E>\017\E(B\E)0\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :dl=\E[M:al=\E[L:ic=\E[@:dc=\E[P:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- :tc=vt100:
-
- # Special VT-220 using down-loadable character set.
- d0|vt220d|vt-220|dec vt220:\
- :s2=\Eo:g2=A"B#Cp\3005\2576\2357\2678\3129\224\072\270;\310<\255=\
- \277>\220F\227G\230H\210I\316J\276K\232L\274M\320N\305O\260P\275Q\240R\
- \225S\217T\207U\205V\262W\306X:\
- :ds=\EP1;2;1;0;0;0{ @GKM~MKG?/???N????\E\\\
- \EP1;3;1;0;0;0{ @???~????/@BFNFB@?\E\\\
- \EP1;4;1;0;0;0{ @??G[[}}~/???????@\E\\\
- \EP1;5;1;0;0;0{ @~~}}[[G?/@@??????\E\\\
- \EP1;21;1;0;0;0{ @SSS~????/???N????\E\\\
- \EP1;22;1;0;0;0{ @OO~???~?/??N???N?\E\\\
- \EP1;23;1;0;0;0{ @OOoOOOo?/??N???N?\E\\\
- \EP1;24;1;0;0;0{ @SSS{????/???N????\E\\\
- \EP1;25;1;0;0;0{ @SSv???~?/??N???N?\E\\\
- \EP1;26;1;0;0;0{ @??~???~?/??N???N?\E\\\
- \EP1;27;1;0;0;0{ @SSsCCC{?/??N???N?\E\\\
- \EP1;28;1;0;0;0{ @SSVOOO\^?/????????\E\\\
- \EP1;29;1;0;0;0{ @OO\^OOO\^?/????????\E\\\
- \EP1;30;1;0;0;0{ @SSS\^????/????????\E\\\
- \EP1;38;1;0;0;0{ @???~SSSS/???N????\E\\\
- \EP1;39;1;0;0;0{ @??~???~O/??N???N?\E\\\
- \EP1;40;1;0;0;0{ @??\^OOOVS/????????\E\\\
- \EP1;41;1;0;0;0{ @??{CCCsS/??N???N?\E\\\
- \EP1;42;1;0;0;0{ @SSVOOOVS/????????\E\\\
- \EP1;43;1;0;0;0{ @SSsCCCsS/??N???N?\E\\\
- \EP1;44;1;0;0;0{ @??~???vS/??N???N?\E\\\
- \EP1;45;1;0;0;0{ @SSSSSSSS/????????\E\\\
- \EP1;46;1;0;0;0{ @SSv???vS/??N???N?\E\\\
- \EP1;47;1;0;0;0{ @SSSVSSSS/????????\E\\\
- \EP1;48;1;0;0;0{ @OO\^OOO\^O/????????\E\\\
- \EP1;49;1;0;0;0{ @SSSsSSSS/???N????\E\\\
- \EP1;50;1;0;0;0{ @OOoOOOoO/??N???N?\E\\\
- \EP1;51;1;0;0;0{ @??\^OOO\^O/????????\E\\\
- \EP1;52;1;0;0;0{ @???\^SSSS/????????\E\\\
- \EP1;53;1;0;0;0{ @???{SSSS/???N????\E\\\
- \EP1;54;1;0;0;0{ @??oOOOoO/??N???N?\E\\\
- \EP1;55;1;0;0;0{ @OO~OOO~O/??N???N?\E\\\
- \EP1;56;1;0;0;0{ @SSS~SSSS/???N????\E\\\
- \EP1;59;1;0;0;0{ @~~~~~~~~/NNNNNNNN\E\\\
- \EP1;60;1;0;0;0{ @________/NNNNNNNN\E\\\
- \EP1;61;1;0;0;0{ @~~~~~???/NNNNN???\E\\\
- \EP1;62;1;0;0;0{ @?????~~~/?????NNN\E\\\
- \EP1;63;1;0;0;0{ @\^\^\^\^\^\^\^\^/????????\E\\\
- \EP1;80;1;0;0;0{ @TTTTTTTT/DDDDDDDD\E\\\E+ @\
- :tc=vt220:
-
- # special vt220 with no keypad codes
- d0|vt220n|vt-220-n|dec vt220 no keypad:\
- :ks@:ke@:tc=vt220:
-
- # special vt220 version with 132 columns
- d0|vt220-132|vt-220-132|dec vt220-132:\
- :is=\017\E(B\E)0\E[ F\E[62;1"p\E>\E[?3h\E[20l\E[4l\E[m\E[?6h:\
- :co#132:tc=vt220:
-
- # special vt220 version with 132 columns and no keypad codes
- d0|vt220n-132|vt-220-132-n|dec vt220-132 no keypad:\
- :ks@:ke@:tc=vt220-132:
-
- # Special VT-320 using down-loadable character set.
- d0|vt320d|vt-320|dec vt320:\
- :s2=\Eo:g2=A"B#Cp\3005\2576\2357\2678\3129\224\072\270;\310<\255=\
- \277>\220F\227G\230H\210I\316J\276K\232L\274M\320N\305O\260P\275Q\240R\
- \225S\217T\207U\205V\262W\306X:\
- :ds=\EP1;2;1;0;0;2;0;0;{ @??_ow{}~}{wo_??/??????~~~??????\E\\\
- \EP1;3;1;0;0;2;0;0;{ @??????~~~??????/??@BFN\^~\^NFB@??\E\\\
- \EP1;21;1;0;0;2;0;0;{ @OOOOOOO~~??????/@@@@@@@~~??????\E\\\
- \EP1;22;1;0;0;2;0;0;{ @____~~???~~????/????~~???~~????\E\\\
- \EP1;23;1;0;0;2;0;0;{ @___________????/????~~???~~????\E\\\
- \EP1;24;1;0;0;2;0;0;{ @OOOOOOOoo??????/@@@@@@@~~??????\E\\\
- \EP1;25;1;0;0;2;0;0;{ @OOOO\^\^???~~????/@@@@~~???~~????\E\\\
- \EP1;26;1;0;0;2;0;0;{ @????~~???~~????/????~~???~~????\E\\\
- \EP1;27;1;0;0;2;0;0;{ @OOOOOOOOOoo????/@@@@~~???~~????\E\\\
- \EP1;28;1;0;0;2;0;0;{ @OOOO\^\^???~~????/@@@@@@@@@@@????\E\\\
- \EP1;29;1;0;0;2;0;0;{ @____~~___~~????/???????????????\E\\\
- \EP1;30;1;0;0;2;0;0;{ @OOOOOOO~~??????/@@@@@@@@@??????\E\\\
- \EP1;38;1;0;0;2;0;0;{ @???????~~OOOOOO/???????~~@@@@@@\E\\\
- \EP1;39;1;0;0;2;0;0;{ @????~~???~~____/????~~???~~????\E\\\
- \EP1;40;1;0;0;2;0;0;{ @????~~???\^\^OOOO/????@@@@@@@@@@@\E\\\
- \EP1;41;1;0;0;2;0;0;{ @????ooOOOOOOOOO/????~~???~~@@@@\E\\\
- \EP1;42;1;0;0;2;0;0;{ @OOOO\^\^???\^\^OOOO/@@@@@@@@@@@@@@@\E\\\
- \EP1;43;1;0;0;2;0;0;{ @OOOOOOOOOOOOOOO/@@@@~~???~~@@@@\E\\\
- \EP1;44;1;0;0;2;0;0;{ @????~~???\^\^OOOO/????~~???~~@@@@\E\\\
- \EP1;45;1;0;0;2;0;0;{ @OOOOOOOOOOOOOOO/@@@@@@@@@@@@@@@\E\\\
- \EP1;46;1;0;0;2;0;0;{ @OOOO\^\^???\^\^OOOO/@@@@~~???~~@@@@\E\\\
- \EP1;47;1;0;0;2;0;0;{ @OOOOOOO\^\^OOOOOO/@@@@@@@@@@@@@@@\E\\\
- \EP1;48;1;0;0;2;0;0;{ @____~~___~~____/???????????????\E\\\
- \EP1;49;1;0;0;2;0;0;{ @OOOOOOOOOOOOOOO/@@@@@@@~~@@@@@@\E\\\
- \EP1;50;1;0;0;2;0;0;{ @_______________/????~~???~~????\E\\\
- \EP1;51;1;0;0;2;0;0;{ @????~~___~~____/???????????????\E\\\
- \EP1;52;1;0;0;2;0;0;{ @???????~~OOOOOO/???????@@@@@@@@\E\\\
- \EP1;53;1;0;0;2;0;0;{ @???????ooOOOOOO/???????~~@@@@@@\E\\\
- \EP1;54;1;0;0;2;0;0;{ @????___________/????~~???~~????\E\\\
- \EP1;55;1;0;0;2;0;0;{ @____~~___~~____/????~~???~~????\E\\\
- \EP1;56;1;0;0;2;0;0;{ @OOOOOOO~~OOOOOO/@@@@@@@~~@@@@@@\E\\\
- \EP1;80;1;0;0;2;0;0;{ @iiiiiiiiiiiiiii/IIIIIIIIIIIIIII\E\\\E+ @\
- :tc=vt220:
-
- # The Wyse 75 is identical to the dec 220, except for highlighting sequences
- w7|wy75|wyse-75|wyse 75:\
- :qs@:is=\017\E(B\E)0\E>\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :ru=%oTBS\E[%i%d;%dr\E[M\E[;r:\
- :rd=%oTBS\E[%i%d;%dr\E[L\E[;r:\
- :h0=\041\E[0p:h1=\041\E[8p:h2=\041\E[16p:h3=\041\E[24p:\
- :h4=\041\E[2p:h5=\041\E[10p:h6=\041\E[18p:h7=\041\E[26p:\
- :h8=\041\E[1p:h9=\041\E[9p:hA=\041\E[17p:hB=\041\E[25p:\
- :hC=\041\E[3p:hD=\041\E[11p:hE=\041\E[19p:hF=\041\E[27p:\
- :tc=vt220:
-
- # The Wyse 75 with no keypad codes
- wn|wy75n|wyse-75 n|wyse 75 no keypad:\
- :ks@:ke@:tc=wy75:
-
- # special wy75 version with 132 columns
- w7|wy75-132|wyse-75-132|wyse 75-132:\
- :is=\017\E(B\E)0\E>\E[?3h\E[20l\E[4l\E[m\E[?6h:\
- :co#132:tc=wy75:
-
- # special wy75 version with 132 columns and no keypad codes
- w8|wy75n-132|wyse-75-132-n|wyse 75-132 no keypad:\
- :ks@:ke@:tc=wy75-132:
-
- #
- # The Tek 4107 has a VT100 compatibility mode, with the addition of
- # a 32 line screen.
- #
- d0|tek4107|Tek-4107|Tektronix 4107A:\
- :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#32:cl=50\E[;H\E[2J:\
- :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
- :ce=3\E[K:cd=50\E[J:so=\E[7m:se=\E[m:us=2\E[4m:ue=2\E[m:\
- :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:\
- :is=\017\E(B\E)0\E[?3l\E[20l\E[4l\E[m\E[?6h:\
- :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
- :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
- :ho=\E[H:ta=^I:pt:sr=5\EM:vt#3:xn:\
- :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:\
- :h0=\200\E[m:h1=\200\E[4m:h2=\200\E[7m:h3=\200\E[4;7m:\
- :h4=\200\E[5m:h5=\200\E[4;5m:h6=\200\E[5;7m:h7=\200\E[4;5;7m:\
- :h8=\200\E[1m:h9=\200\E[1;4m:hA=\200\E[1;7m:hB=\200\E[1;4;7m:\
- :hC=\200\E[1;5m:hD=\200\E[1;4;5m:\
- :hE=\200\E[1;5;7m:hF=\200\E[1;4;5;7m:\
- :s0=\017:s1=\016:\
- :g1=\244j\234k\204l\214m\250n\236q\215t\245u\247v\237w\212x:
-
- #
- # Televideo terminals and their compatibles
- #
-
- # The Televideo 925
- v7|tvi925|925|televideo 925:\
- :is=\EC\EG0\E\047\E(\Ew\EX\El\Ex4\r\200:\
- :ic=\EQ:al=\EE:bs:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
- :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:im=\Eq:\
- :li#24:nd=^L:up=^K:\
- :h0=\041\EG0:h1=\041\EG8:h2=\041\EG4:h3=\041\EG<:\
- :h4=\041\EG2:h5=\041\EG\072:h6=\041\EG6:h7=\041\EG>:\
- :h8=\341\E)\000\E(\000\EG0:h9=\341\E)\000\E(\000\EG8:\
- :hA=\341\E)\000\E(\000\EG4:hB=\341\E)\000\E(\000\EG<:\
- :hC=\341\E)\000\E(\000\EG2:hD=\341\E)\000\E(\000\EG\072:\
- :hE=\341\E)\000\E(\000\EG6:hF=\341\E)\000\E(\000\EG>:
-
- # Hazeltine esprit III - similar to the televideo line
- v7|esp3|III|Esprit III:\
- :is=\EC\EG0\E%\E'\E(\Ew\EX\El\Ex4\r\200\EO\Er\En\E!2\Ee \E\\1^O\E":\
- :s0=\E%:s1=\E$:\
- :g1=\244F\214G\234E\204H\245M\247N\215L\237O\236K\212J\250I:\
- :tc=tvi925:
-
- # Miscellaneous terminals that can't be grouped into one of the above
- # categories
-
- # Kimtron ABM 85 H
- # Function keys do not come up preset. The documentation is incorrect
- # on how to set them.
- # The upside down T-bar character is malformed.
- # Line drawing characters somehow create a shadow in the next character.
- # ESC Q ESC $ M - insert a line drawing character does not work.
- # ESC Q when applied to a highlighted character moves the highlighted char
- # over and also inserts a highlighted space. Outputting a space immediately
- # will not remove this highlighting, a second attempt, however, will succeed.
- # Insert mode exhibits same characteristics, making it useless.
- 85h|abm85h|Kimtron ABM 85H:\
- :is=\EC\EX\En\E%\Er\E(\E"\EN\EG0\E!\E|11^A@^M^Y\E|21^AA^M^Y\
- \E|31^AB^M^Y\E|41^AC^M^Y\E|51^AD^M^Y\E|61^AE^M^Y\E|71^AF^M^Y\E|81^AG^M^Y\
- \E|!1^A`^M^Y\E|@1^Aa^M^Y\E|#1^Ab^M^Y\E|$1^Ac^M^Y\E|%1^Ad^M^Y\E|\^1^Ae^M^Y\
- \E|&1^Af^M^Y\E|*1^Ag^M^Y\E9^O:\
- :li#24:co#80:bs:\
- :cl=\E*:dl=\ER:al=\EE:ce=\Et:dc=\EW:ic=\EQ ^H ^H:\
- :cm=\E=%+ %+ :do=^V:nd=^L:up=^K:\
- :h0=\200\EG0:h1=\200\EG8:h2=\200\EG4:h3=\200\EG<:\
- :h4=\200\EG2:h5=\200\EG\072:h6=\200\EG6:h7=\200\EG>:\
- :h8=\300\E)\000\E(:h9=\300\E)\EG8\000\E(:hA=\300\E)\EG4\000\E(:\
- :hB=\300\E)\EG<\000\E(:hC=\300\E)\EG2\000\E(:hD=\300\E)\EG\072\000\E(:\
- :hE=\300\E)\EG6\000\E(:hF=\300\E)\EG>\000\E(:\
- :s0=\E%:s1=\E$:\
- :g1=\244F\214E\234H\204G\245J\247I\215K\237L\236M\212N\250L:
-
- # Rumor has it that line operations need 7 millisecond delays.
- # The following keys are executed locally - so can't be used
- # by ALLY - send page, send line, send msg, print, line insert,
- # line delete, line erase, page erase, reset, som/eom,
- # scrn edit, set tab, ins rep, scrl(up), del char ins, scrl(down)
- w1|wy100|wyse100|Wyse 100:\
- :is=\E"\EC\EDF\E'\E(\E>\Eu\Er\Eu:\
- :li#24:co#80:bs:\
- :cl=\E*:dl=\ER:al=\EE:ce=\Et:dc=\EW:ic=\EQ:im=\Eq:ei=\Er:\
- :cm=\E=%+ %+ :do=^J:nd=^L:up=^K:\
- :h0=\041\EG0:h1=\041\EG8:h2=\041\EG4:h3=\041\EG<:\
- :h4=\041\EG2:h5=\041\EG\072:h6=\041\EG6:h7=\041\EG>:\
- :h8=\041\EGp:h9=\041\EGx:hA=\041\EGt:hB=\041\EG|:\
- :hC=\041\EGr:hD=\041\EGz:hE=\041\EGv:hF=\041\EG~:\
- :s1=\EH:g1=\2442\2143\2341\2045\2454\2470\2159\237=\236\072\2126\2508:
-
- # heath/zenith z19 terminal
- kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
- :cr=^M:nl=^J:bl=^G:\
- :ks=\Eu\E=:ke=\Et\E>:\
- :al=1*\EL:bs:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
- :dl=1*\EM:do=\EB:ei=\EO:im=\E@:li#24:nd=\EC:\
- :up=\EA:\
- :h0=\200\Eq:h1=\200\Ep:h2=\200\Ep:h3=\200\Ep:h4=\200\Ep:h5=\200\Ep:\
- :h6=\200\Ep:h7=\200\Ep:h8=\200\Ep:h9=\200\Ep:hA=\200\Ep:hB=\200\Ep:\
- :hC=\200\Ep:hD=\200\Ep:hE=\200\Ep:hF=\200\Ep:s0=\EG:s1=\EF:\
- :g1=\244f\214c\234e\204d\245v\247s\215t\237u\236a\212`\250b:\
- :is=\Et\Eq:\
-
- Mg|dg|dgd200|data general d200:\
- :cm=^P%r%.%+^X:cl=^L:bc=^Y:nd=^X:\
- :is=^C^O\035^U\036E:do=^Z:up=^W:ce=^K:co#80:li#24:\
- :h1=\300^T\000^U:h2=\300\036D\000\036E:h3=\300^T\036D\000^U\036E:\
- :h4=\300^N\000^O:h5=\300^N^T\000^O^U:h6=\300^N\036D\000^O\036E:\
- :h7=\300^N\036D^T\000^O\036E^U:h8=\300\034\000\035:\
- :h9=\300\034^T\000\035^U:hA=\300\034\036D\000\035\036E:\
- :hB=\300\034\036D^T\000\035\036E^U:hC=\300\034^N\000\035^O:\
- :hD=\300\034^N^T\000\035^O^U:hE=\300\034^N\036D\000\035^O\036E:\
- :hF=\300\034^N\036D^T\000\035^O\036E^U:
-
- Mg|dg|dg6053|data general 6053:\
- :cm=^P%r%.%+ :cl=^L:bc=^Y:nd=^X:\
- :is=^C^O\035^U:do=^Z:up=^W:ce=^K:co#80:li#24:\
- :h1=\300^T\000^U:h4=\300^N\000^O:h5=\300^N^T\000^O^U:\
- :h8=\300\034\000\035:h9=\300\034^T\000\035^U:\
- :hC=\300\034^N\000\035^O:hD=\300\034^N^T\000\035^O^U:
-
- Mg|dg|dg6052|data general 6052:\
- :cm=^P%r%.%.:cl=^L:bc=^Y:nd=^X:\
- :is=^C^O:do=^Z:up=^W:ce=^K:co#80:li#24:h4=\300^N\000^O:
-
- #
- # SUN Microsystems Workstations
- #
- Mu|sun|Sun Microsystems Workstation console:\
- :am:bs:km:mi:ms:pt:li#24:co#80:cl=^L:cm=\E[%i%d;%dH:\
- :ce=\E[K:cd=\E[J:rs=\E[s:\
- :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
- :up=\E[A:nd=\E[C:\
- :h0=\200\E[m:h1=\200\E[4m:h2=\200\E[7m:h3=\200\E[4;7m:\
- :h4=\200\E[5m:h5=\200\E[4;5m:h6=\200\E[5;7m:h7=\200\E[4;5;7m:\
- :h8=\200\E[1m:h9=\200\E[1;4m:hA=\200\E[1;7m:hB=\200\E[1;4;7m:\
- :hC=\200\E[1;5m:hD=\200\E[1;4;5m:\
- :hE=\200\E[1;5;7m:hF=\200\E[1;4;5;7m:
-
-