home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / pelne / monkey / mlinux06.a02 / USR / LIB / MC / TERM / LINUX.TI < prev    next >
Text File  |  1996-05-24  |  2KB  |  50 lines

  1.  
  2. # Linux terminfo entry, hacked together by converting the
  3. #  termcap entry and by reading the source for console.c
  4. # It is provided to give a working version and not necessarily a full
  5. #  implmentation.
  6. # vt100 mode in the console is incomplete, so keep using
  7. #  null-translation mode
  8. # Most users have TERM in the form con132x43. Modify the entry below
  9. #  and change lines and cols accordingly.
  10. # Remove the period before km if you console is configured to set msb
  11. #  high instead of sending escape
  12. #
  13. # Note that the statdard Linux console is now called 'linux' instead
  14. # of 'console'. terminals with sizes other than 80x25 need to append
  15. # their size to linux and add an entry like the one for 132x43 below
  16. #
  17. # changes from ncurses-1.8.6 terminfo: key definition for shifted
  18. # scan codes (kf13 through kf20).
  19.  
  20. linux|console|Standard Linux Console,
  21.          cr=^M, cud1=^J, ind=^J, bel=^G, il1=\E[L, am, cub1=^H, ed=\E[J,
  22.          el=\E[K, clear=\E[H\E[J, bce, xenl, .km, eo, mir, msgr, xon,
  23.          colors#8, pairs#64, lines#25, cols#80,
  24.          hpa=\E[%i%p1%dG, vpa=\E[%i%p1%dd, ri=\EM, hts=\EH, tbc=\E[3g,
  25.          smir=\E[4h, rmir=\E[4l, civis=\E[?25l, cnorm=\E[?25h,
  26.          sc=\E7, rc=\E8,
  27. #acsc=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\053o\176s\137`\004a\260f\370g\361~\011+\020\,\021.\031-\030h\261i\0250\333,
  28.          acsc=llmmkkjjuuttvvwwqqxxnnooss``aaffgg~~++\,\,..--hhii,
  29.          cup=\E[%i%p1%d;%p2%dH, op=\E[37m\E[40m,
  30.          dch=\E[%p1%dP, dl=\E[%p1%dM, home=\E[H, it#8, ich=\E[%p1%d@,
  31.          bold=\E[1m, rev=\E[7m, blink=\E[5m, 
  32.          setf=\E[%p1%{30}%+%dm, setb=\E[%p1%{40}%+%dm,
  33.          kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, kbs=\177,
  34.          cuf1=\E[C, ht=^I, cuu1=\E[A,
  35.          smacs=^N,rmacs=^O,
  36.          rmul=\E[24m, smul=\E[4m, rmso=\E[0m, smso=\E[1m,
  37.          kf1=\E[[A, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E,
  38.          kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kf10=\E[21~,
  39.          kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
  40.      kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~,
  41.      kf19=\E[33~,  kf20=\E[34~,
  42.      kich1=\E[2~,
  43.          kdch1=\E[3~, kend=\E[4~, khome=\E[1~, knp=\E[6~, kpp=\E[5~,
  44.  
  45.  
  46. # This is the terminfo for a console in 132x43 mode
  47. # Modify according to your TERM variable
  48. linux-132x43,
  49.     lines#43, cols#132, use=linux,
  50.