home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / 52capi.zip / SETCURS.CH < prev    next >
Text File  |  1993-02-15  |  534b  |  22 lines

  1. /***
  2. *
  3. *  Setcurs.ch
  4. *
  5. *  Standard definitions for SETCURSOR()
  6. *
  7. *  Copyright (c) 1990-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12. // Cursor types
  13.  
  14. #define SC_NONE           0      // No cursor
  15. #define SC_NORMAL         1      // Normal cursor (underline)
  16. #define SC_INSERT         2      // Insert cursor (lower half block)
  17. #define SC_SPECIAL1       3      // Special cursor (full block)
  18. #define SC_SPECIAL2       4      // Special cursor (upper half block)
  19.  
  20. #define _SETCURS_CH
  21.  
  22.