home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / soss.arj / INCLUDE / EM.H < prev    next >
Text File  |  1991-04-11  |  289b  |  13 lines

  1. /* Copyright 1986 by Carnegie Mellon */
  2. /*  Copyright 1984 by the Massachusetts Institute of Technology  */
  3.  
  4. /* These are special values that are returned from the keyboard
  5.  * when unusual keys are pressed.
  6.  */
  7.  
  8. #define    NONE    -1
  9. #define    C_BREAK    -2
  10. #define    F9    -3
  11. #define    F10    -4
  12.  
  13.