home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / txnf214b / termcap < prev    next >
Encoding:
Text File  |  1993-07-29  |  1.6 KB  |  61 lines

  1. #
  2. # Termcap entry contributed by Lars Bo Nielsen (lbn@iesd.auc.dk)
  3. #    Thanks!
  4. # With further modifications by Michal Jaegermann (ntomczak@vm.ucs.ualberta.ca)
  5. # to run emacs better
  6. #
  7. #atari|vt52|AtariST:\
  8. # (Meta key) (Auto margin (see :ti=)) (cols) (rows) (bell) (CR)
  9. #    :km:am:co#80:li#25:bl=^G:cr=^M:\
  10. # Position cursor (x, y)
  11. #    :cm=\EY%+ %+ :\
  12. # Cursor movement (Down) (Up) (Left) (Right)
  13. #    :do=\EB:up=\EA:le=\ED:nd=\EC:\
  14. # Home cursor (clear screen) (don't clear screen)
  15. #    :cl=\EE:ho=\EH:\
  16. # Send by BS key
  17. #    :kb=^H:\
  18. # Save and restore cursor position
  19. #    :sc=\Ej:rc=\Ek:\
  20. # Cursor appearance (normal) (invisible)
  21. #    :ve=\Ee:vi=\Ef:\
  22. # Stand out mode (reverse video on) (reverse video off)
  23. #    :so=\Ep:se=\Eq:\
  24. # Lines (Add line) (Clear to EOL) (Delete line) (al and dl have padding)
  25. #    :al=20\EL:ce=\EK:dl=20\EM:\
  26. # Clear to end of display
  27. #    :cd=\EJ:\
  28. # Terminal initialization (auto-wrap since :am: set, cursor on)
  29. #    :ti=\Ev\Ee:\
  30. # Scroll text down
  31. #       :sr=2*\EI:\
  32. # Scroll text up (save cursor, home, delete line, restore cursor, up)
  33. #    :sf=3*\Ej\EH\EM\Ek\EA:\
  34. # Scroll text up
  35. #    :sf=2*^J:\
  36. # Hardware tabs (send CTRL I) (8 space/tab) (has hardware tabs)
  37. #    :ta=^I:it#8:pt:
  38. #
  39. # ATARI ST termcap entries (without comments)
  40. # add your own screen configuration here.
  41. #
  42. atari|vt52|AtariST:\
  43.     :co#80:li#25:tc=atari-gen:
  44. atari32|vt52-32|AtariST 32 lines:\
  45.     :co#90:li#32:tc=atari-gen:
  46. atari-gen|AtariST, general entry:\
  47.     :km:am:bl=^G:cr=^M:\
  48.     :cm=\EY%+ %+ :\
  49.     :do=\EB:up=\EA:le=\ED:nd=\EC:\
  50.     :cl=\EE:ho=\EH:\
  51.     :kb=^H:\
  52.     :sc=\Ej:rc=\Ek:\
  53.     :ve=\Ee:vi=\Ef:\
  54.     :so=\Ep:se=\Eq:\
  55.     :al=2*\EL:ce=\EK:dl=2*\EM:\
  56.     :cd=\EJ:\
  57.     :ti=\Ev\Ee:\
  58.         :sr=2*\EI:\
  59.     :sf=2*^J:\
  60.     :ta=^I:it#8:pt:
  61.