home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mincom15.zip / keyboard.h < prev    next >
Text File  |  1993-06-19  |  603b  |  30 lines

  1. /*
  2.  * This file is part of the Minicom Communications Program,
  3.  * written by Miquel van Smoorenburg 1991/1992/1993.
  4.  *
  5.  * Messages to send to our "keyserv" program.
  6.  */
  7. #define KSTOP        1
  8. #define KKPST        2
  9. #define KVT100        3
  10. #define KANSI        4
  11. #define KMINIX        5
  12. #define KSTART        6
  13. #define KKPAPP        7
  14. #define KCURST      8
  15. #define KCURAPP        9
  16. #define KSIGIO        10
  17. #define KSETESC        11
  18. #define KSETBS        12
  19. #define KGETKEY        13
  20.  
  21. #if defined (_COHERENT) && !defined(SIGUSR1)
  22. #  define SIGUSR1 SIGDIVE
  23. #  define SIGUSR2 SIGOVFL
  24. #endif
  25. #define HELLO        SIGUSR1
  26. #define ACK        SIGUSR2
  27.  
  28. #define KINSTALL     100
  29. #define KUNINSTALL    101
  30.