home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 5.ddi / INCLUDE.LIF / SETCURS.CH < prev    next >
Encoding:
Text File  |  1991-04-14  |  413 b   |  15 lines

  1. /***
  2. *    setcurs.ch
  3. *    Standard definitions for SETCURSOR().
  4. *    Copyright (c) 1990 Nantucket Corp.  All Rights Reserved.
  5. */
  6.  
  7. // Cursor types
  8.  
  9. #define SC_NONE            0        // No cursor
  10. #define SC_NORMAL        1        // Normal cursor (underline)
  11. #define SC_INSERT        2        // Insert cursor (lower half block)
  12. #define SC_SPECIAL1        3        // Special cursor (full block)
  13. #define SC_SPECIAL2        4        // Special cursor (upper half block)
  14.  
  15.