home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol076 / ed1.ccc < prev    next >
Text File  |  1984-04-29  |  985b  |  34 lines

  1. /* ED1.CCC */
  2.  
  3. #define UP1    10
  4. #define DOWN1    13
  5. #define UP2    21
  6. #define DOWN2    4
  7. #define LEFT1    25    /* new code assignment */
  8. #define RIGHT1    18
  9. #define INS1    14
  10. #define EDIT1    5
  11. #define ESC1    27
  12. #define DEL1    127
  13. #define ZAP1    26
  14. #define ABT1    24
  15. #define SPLT1    19
  16. #define JOIN1    16
  17. #define DTOCH    1    /* kill mode in edit */
  18. #define GTOCH    2    /* search mode in edit */
  19. #define HOME    6    /* home cursor or to bottom of screen */
  20. #define DSCROL    7    /* scroll down */
  21. #define GOTO    17    /* go to line */
  22. #define LSTRT    11    /* go to beginning of line */
  23. #define LEND    12    /* go to end of line */
  24. #define USCROL    15    /* scroll up */
  25. #define ERASE    20    /* erase to end of line */
  26. #define SCRNW    81    /* H19 screen width */
  27. #define SCRNW1    80    /* SCRNW-1 */
  28. #define SCRNL    24    /* H19 screen length */
  29. #define SCRNL1    23    /* SCRNL-1 */
  30. #define SCRNL2    22    /* SCRNL-2 */
  31. #define SCRNL3    13    /* half a screen length */
  32. #define LISTW    80    /* width of listing */
  33. #define LFTDEL     8    /* delete to left of cursor */
  34.