home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / mc454src.zip / mc-4.5.4.src / mc-4.5.4 / lib / ansi.ti next >
Text File  |  1999-01-04  |  833b  |  21 lines

  1. #
  2. # Procomm and some other ANSI emulations don't recognize all of the ANSI-
  3. # standard capabilities.  This entry deletes cuu, cuf, cud, cub, and vpa/hpa
  4. # capabilities, forcing curses to use repetitions of cuu1, cuf1, cud1 and cub1.
  5. #
  6. ansi|ansiterm|Generic ansi terminal,
  7.     am, xon,
  8.     cols#80, lines#24,
  9.     bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z,
  10.     clear=\E[H\E[J, cr=\r, cub1=\b,    cud1=\n, cuf1=\E[C,
  11.     cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A,
  12.     dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K,
  13.     home=\E[H, ht=\t, hts=\EH,
  14.     ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L,
  15.     ind=\n, invis=\E[8m, kbs=\b, kcub1=\E[D, kcud1=\E[B,
  16.     kcuf1=\E[C, kcuu1=\E[A, khome=\E[H,
  17.     rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rmso=\E[m,
  18.     rmul=\E[m,
  19.     sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m,
  20.     sgr0=\E[0m, smso=\E[7m, smul=\E[4m, tbc=\E[2g,
  21.