home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d189 / nethack.lha / NetHack / eenaux.zoo / aux / termcap.cnf < prev    next >
Text File  |  1988-07-01  |  977b  |  52 lines

  1. #
  2. # ibm-pc with color monitor: orange foreground, blue background
  3. #          highlight is intense red on blue
  4. #          underline is intense red on blue
  5. #
  6. ibmpc:\
  7.     :co#80:\
  8.     :li#24:\
  9.     :cl=\E[2J:\
  10.     :bs:\
  11.     :ho=\E[H:\
  12.     :cm=\E[%i%2;%2H:\
  13.     :up=\E[A:\
  14.     :xd=\E[B:\
  15.     :nd=\E[C:\
  16.     :bc=\E[D:\
  17.     :ce=\E[K:\
  18.     :ti=\E[0;33;44m:\
  19.     :te=\E[0;33;44m:\
  20.     :so=\E[1;31;44m:\
  21.     :se=\E[0;33;44m:\
  22.     :us=\E[1;31;44m:\
  23.     :ue=\E[0;33;44m:\
  24.     :al=\E[L:\
  25.     :dl=\E[M:
  26. #
  27. # Monochrome IBMPC.
  28. #    This is a termcap for the NANSI.SYS device driver.
  29. #    It is the same as the ANSI termcap, except NANSI supports
  30. #    line insert (al) and delete (dl) while ANSI does not.
  31. #
  32. ibmpc-mono:\
  33.     :co#80:\
  34.     :li#24:\
  35.     :cl=\E[2J:\
  36.     :bs:\
  37.     :ho=\E[H:\
  38.     :cm=\E[%i%2;%2H:\
  39.     :up=\E[A:\
  40.     :xd=\E[B:\
  41.     :nd=\E[C:\
  42.     :bc=\E[D:\
  43.     :ce=\E[K:\
  44.     :ti=\E[m:\
  45.     :te=\E[m:\
  46.     :so=\E[1m:\
  47.     :se=\E[m:\
  48.     :us=\E[1m:\
  49.     :ue=\E[m:\
  50.     :al=\E[L:\
  51.     :dl=\E[M:
  52.