home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- CSA Library, Version 1.6.b
- Released: March 2nd 1995
-
- Functions to manipulate the cursor.
-
- Copyright(c) 1994,1995
- Combis
- The Netherlands
- ***********************************************************************/
- #ifndef _CS_CURS
- #define _CS_CURS
-
- #define CURSOR 7
-
- void cursor_size(int lo, int hi);
- void cursor_on(void);
- void cursor_off(void);
- void setcursor(unsigned int shape);
- unsigned int getcursor(void);
- void changecursor(int insmode);
- void initcursor(void);
- void setoldcursor(void);
-
-
- #endif
-