home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / pibterm / pibt41e1.arc / CDCNOS.FNC < prev    next >
Text File  |  1988-02-28  |  890b  |  50 lines

  1. *
  2. *     VT100 function key definitions for use with NOS or NOS/VE.
  3. *
  4. *     F1 through F8 on the PC keyboard map F1 through F8 in the
  5. *     "tombstones" in FSE or EDIF, i.e., the lower set of tombstones.
  6. *
  7. *     <SHIFT>F1 through <SHIFT>F8 map the upper set of tombstones.
  8. *
  9. *     The arrow keys are mapped both to those on the keypad and
  10. *     those on the separate cursor keypad, in case an extended
  11. *     keyboard is available.
  12. *
  13. *     PgUp initiates a Kermit send, and PgDn initiates a Kermit get,
  14. *     both in binary mode (on the PC).
  15. *
  16. F1=^[Oq|
  17. F2=^[Or|
  18. F3=^[Os|
  19. F4=^[Ot|
  20. F5=^[Ou|
  21. F6=^[Ov|
  22. F7=^[Ow|
  23. F8=^[Ox|
  24. K7=^[OM|
  25. K8=^[[A
  26. K9=@S@/db/
  27. K4=^[[D
  28. K6=^[[C
  29. K1=^[Ox|
  30. K2=^[[B
  31. K3=@R@/db/
  32. K0=^[Os|
  33. K.=^[OR|
  34. S1=^[OP|
  35. S2=^[OQ|
  36. S3=^[OR|
  37. S4=^[OS|
  38. S5=^[Om|
  39. S6=^[Ol|
  40. S7=^[OM|
  41. S8=^[On|
  42. CK0=^[Ot|
  43. CK.=^[OS|
  44. BS=^H
  45. CBS=
  46. XU=^[[A
  47. XL=^[[D
  48. XR=^[[C
  49. XD=^[[B
  50.