home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / pcmor487.zip / TERMCAP
Text File  |  1987-12-04  |  1KB  |  61 lines

  1. # Termcap file for PC MORIA.  This file will only be necessary if you
  2. # are using the "ANSI" option in MORIA.CNF (see README for details).
  3. # For PCs, ATs and clones, there is no reason to use the "ANSI" option
  4. # and this file can be safely discarded.  For DEC Rainbow users, this
  5. # file is required.  It must be either in the current directory, in
  6. # directory \ETC, or somewhere on the PATH for MORIA to find it
  7. #
  8. # Monochrome IBMPC.
  9. #    This is a termcap for the NANSI.SYS device driver.
  10. #    It is the same as the ANSI termcap, except NANSI supports
  11. #    line insert (al) and delete (dl) while ANSI does not.
  12. #
  13. ibmpc-mono:\
  14.     :co#80:\
  15.     :li#24:\
  16.     :cl=\E[2J:\
  17.     :bs:\
  18.     :ho=\E[H:\
  19.     :cm=\E[%i%2;%2H:\
  20.     :up=\E[A:\
  21.     :xd=\E[B:\
  22.     :nd=\E[C:\
  23.     :bc=\E[D:\
  24.     :ce=\E[K:\
  25.     :ti=\E[m:\
  26.     :te=\E[m:\
  27.     :so=\E[1m:\
  28.     :se=\E[m:\
  29.     :us=\E[1m:\
  30.     :ue=\E[m:\
  31.     :al=\E[L:\
  32.     :dl=\E[M:
  33. #
  34. # Color IBMPC.
  35. #    This is a termcap for the NANSI.SYS device driver.
  36. #    It is the same as the ANSI termcap, except NANSI supports
  37. #    line insert (al) and delete (dl) while ANSI does not.
  38. #
  39. #    Gratiously supplied by Darren Friedlein.
  40. #
  41. ibmpc-color:\
  42.     :co#80:\
  43.     :li#24:\
  44.     :cl=\E[2J:\
  45.     :bs:\
  46.     :ho=\E[H:\
  47.     :cm=\E[%i%2;%2H:\
  48.     :up=\E[A:\
  49.     :xd=\E[B:\
  50.     :nd=\E[C:\
  51.     :bc=\E[D:\
  52.     :ce=\E[K:\
  53.     :ti=\E[44;37m\E1m:\
  54.     :te=\E[0m:\
  55.     :so=\E[31m:\
  56.     :se=\E[37m:\
  57.     :us=\E[33m:\
  58.     :ue=\E[37m:\
  59.     :al=\E[L:\
  60.     :dl=\E[M:
  61.