home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / EDITOR / EDITOR.ARK / ED1.CCC < prev    next >
Text File  |  1983-09-09  |  634b  |  37 lines

  1. /*
  2. Screen editor:  special key definitions
  3. Source:  ed1.ccc
  4. This file was created by the configuration program:
  5. Version 2:  September 6, 1981.
  6. */
  7.  
  8. /*
  9. Define which keys are used for special edit functions.
  10. */
  11.  
  12. #define UP1 21
  13. #define DOWN1 13
  14. #define UP2 11
  15. #define DOWN2 10
  16. #define LEFT1 8
  17. #define RIGHT1 12
  18. #define INS1 14
  19. #define EDIT1 5
  20. #define ESC1 27
  21. #define DEL1 127
  22. #define ZAP1 26
  23. #define ABT1 24
  24. #define SPLT1 19
  25. #define JOIN1 16
  26.  
  27. /*
  28. Define length and width of screen and printer.
  29. */
  30.  
  31. #define SCRNW 80
  32. #define SCRNW1 79
  33. #define SCRNL 24
  34. #define SCRNL1 23
  35. #define SCRNL2 22
  36. #define LISTW 80
  37.