home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume16 / pcomm2 / part02 / vcs.h < prev    next >
Text File  |  1988-09-14  |  330b  |  21 lines

  1. /*
  2.  * Definitions to support the detection of video command sequences
  3.  */
  4.  
  5. #define VCS_SIZE    25
  6. #define NUM_VCS        9
  7.  
  8. #define HOME        0
  9. #define CLR_EOL        1
  10. #define CLR_EOS        2
  11. #define CLEAR        3
  12. #define MV_UP        4
  13. #define MV_DOWN        5
  14. #define MV_RIGHT    6
  15. #define MV_LEFT        7
  16. #define MV_DIRECT    8
  17.  
  18. #define YES        1
  19. #define NO        0
  20. #define MAYBE        (-1)
  21.