home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / NCSATELN / TEL23SRC.ZIP / INCLUDE / MOUSE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-10  |  1.2 KB  |  28 lines

  1. /*
  2. *    MOUSE.H
  3. *    Header file for Mouse specific things.
  4. ****************************************************************************
  5. *                                                                          *
  6. *      NCSA Telnet for the PC                                              *
  7. *      by Tim Krauskopf, VT100 by Gaige Paulsen, Tek by Aaron Contorer     *
  8. *                                                                          *
  9. *      National Center for Supercomputing Applications                     *
  10. *      152 Computing Applications Building                                 *
  11. *      605 E. Springfield Ave.                                             *
  12. *      Champaign, IL  61820                                                *
  13. *                                                                          *
  14. *      This program is in the public domain.                               *
  15. *                                                                          *
  16. ****************************************************************************
  17. *   Revisions:
  18. *    10/20/90     Version 2.3 Andrew Tridgell
  19. */
  20.  
  21. #ifndef MOUSE_H
  22. #define MOUSE_H
  23.  
  24. #define n_chkchar nm_chkchar
  25. #define n_scrlck nm_scrlck
  26.  
  27. #endif    /* MOUSE_H */
  28.