home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / PASCAL / PAVT199 / GEOVT100.MAP < prev    next >
Internet Message Format  |  1993-05-26  |  2KB

  1. From: shag@glia.biostr.washington.edu (Shag {Official Random})
  2. Date: 20 May 93 15:17:28 GMT
  3. Newsgroups: comp.os.msdos.pcgeos
  4. Subject: GeoComm key-mappings
  5.  
  6. vacher@bnr.ca writes:
  7.  
  8. >Does anybody know what the key mapping is in Geocomm in VT100 mode. ie
  9. >what keys correspond to the codes given in the termcap file.
  10.  
  11. Yep.  Some of 'em aren't really defined, so this list is actually a bit too
  12. complete for use.
  13.  
  14. ;string        geos #    termcap    function
  15. ^G        0    ;bl    bell
  16. ^H        1    ;le    left
  17. ^I        2    ;ta    tab
  18. ^J        3    ;do    down
  19. ^M        4    ;cr    return
  20. \EM        5    ;sf    scroll text up
  21. \EOA        6    ;ku    up arrow
  22. \EOB        7    ;kd    down arrow
  23. \EOC        8    ;kr    right arrow
  24. \EOD        9    ;kl    left arrow
  25. \EOP        10    ;k0    F1
  26. \EOQ        11    ;k1    F2
  27. \EOR        12    ;k2    F3
  28. \EOS        13    ;k3    F4
  29. \E[;H\E[2J    14    ;cl    Clear
  30. \E[?1h\E=    15    ;ks    Num on
  31. \E[?1l\E>    16    ;ke    Num off
  32. \E[A        17    ;up    cursor up
  33. \E[C        18    ;nd    cursor right
  34. \E[H        19    ;ho    cursor home
  35. \E[J        20    ;cd    clear 2 end o screen
  36. \E[K        21    ;ce    clear 2 end o line
  37. \E[m        22    ;me    normal mode (no inverse)
  38. \E7        23    ;sc    save cursor
  39. \E8        24    ;rc    restore cursor
  40. \E[%i%d;%i%dr    25    ;cs    change scroll region
  41. \E[%i%d;%i%dH    26    ;cm    goto xy
  42. ;        27    ;md    bold on
  43. ;        28    ;us    underscore on
  44. ;        29    ;mb    blink on
  45. \E[1;7m        30    ;mr    reverse on
  46. \E[L        31    ;al    insert line
  47. ;        32    ;bt    back tab
  48. \E[M        33    ;dl    delete line
  49. \E[P        34    ;dc    delete char
  50. ;        35    ;ic    insert char
  51. ;        36    ;ts    go status
  52. \E[4h        37    ;im    insert mode
  53. \E[4l        38    ;ei    leave insert mode
  54. \ED        39    ;sr    scroll text down
  55. ;        40    ;is    term init
  56. ;        41    ;rs    sane reset
  57. \E[%dm        42    ;ac    graphics on
  58. \E[%i%dH    43    ;cv    set row
  59. \E[;%i%dH    44    ;ch    set column
  60. ;        45    ;ue    underscore off
  61. ;        46    ;se    reverse off
  62. ;        47    ;st    set tab
  63. ;        48    ;ct    clear tab
  64. \Evb        49    ;vb    visible bell
  65. \E[%dB        50    ;DO    cursor down many
  66. \E[%dD        51    ;LE    cursor left many
  67. \E[%dC        52    ;RI    cursor right many
  68. \E[%dA        53    ;UP    cursor up many
  69.  
  70. -Shag
  71.  
  72.  
  73.