home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / pibsoft / terminal / ansi.fnc < prev    next >
Encoding:
Text File  |  1994-04-11  |  162 b   |  14 lines

  1. *
  2. *     ANSI function key definitions.  Only the cursor keys
  3. *     are defined.
  4. *
  5. XU=^[[A
  6. XL=^[[D
  7. XR=^[[C
  8. XD=^[[B
  9. *
  10. K8=^[[A
  11. K4=^[[D
  12. K6=^[[C
  13. K2=^[[B
  14.