home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / cbw / part01 / h19.slice < prev    next >
Encoding:
Text File  |  1987-06-16  |  1.1 KB  |  33 lines

  1. # For GRAPHICSMAP, the first char must be one of the following:
  2. # \G - graphics mode
  3. # \N - normal mode
  4. # \S - standout (inverse) mode
  5. # The remaining positions use the regular slash codes.
  6. #
  7. setenv GRAPHICSMAP    'tb=\Gh:lf=\Gk:cr=\Gg:na=\Gi:\
  8.             ff=\G~:cc=\Gw:uk=\G^:ul=\Gz:\
  9.             vb=\G'\`':hb=\Ga:ll=\Ge'
  10.  
  11. # For KEYMAP, the symbol \E is the same as \033 (escape), it can
  12. # appear anywhere in the value fields.
  13. # Info in KEYMAP superceeds info in the TERMCAP file/variable.
  14. #
  15. #setenv KEYMAP \
  16. #'pr=\ES:ne=\033T:ac=\033U:jc=\033V:up=\EA:do=\EB:ri=\EC:le=\ED:'
  17.  
  18.  
  19. # Here is a full termcap entry for the heath.
  20. # The original was missing ks and ke.
  21. #
  22. setenv TERMCAP \
  23. 'kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
  24.     :cr=^M:nl=^J:bl=^G:\
  25.     :al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
  26.     :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
  27.     :ms:ta=^I:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
  28.     :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:\
  29.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
  30.     :l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
  31.     :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:\
  32.     :ks=\Et:ke=\Eu'
  33.