home *** CD-ROM | disk | FTP | other *** search
- #include <osbind.h>
- #include <define.h>
- #include <tosdefs.h>
-
- #define DISABLE_MOUSE 0x12
- #define SET_REL_MOUSE 0x08
-
- #define READ 0
- #define WRITE 1
- #define READ_WRITE 2
-
- #define CLEAR_SCR 'E'
- #define HIDE_CURS 'f'
- #define SHOW_CURS 'e'
- #define SET_BACK 'c'
- #define SET_FORE 'b'
- #define POS_CURS 'Y'
- #define HOME_CURS 'H'
- #define VID_REVERS 'p'
- #define VID_NORMAL 'q'
- #define ERASE_LINE 'l'
- #define ERASE_TO_EOP 'J'
- #define CLEAR_TO_EOL 'K'
- #define BACK_CURS 'D'
-
- #define BELL '\007'
- #define BACKSPACE '\010'
- #define CARRIAGE_RETURN '\015'
- #define DEL_LINE '\025'
- #define DEL_WORD '\027'
- #define CANCEL '\030'
- #define ESCAPE '\033'
- #define DELETE '\177'
-
- #define wait() while(!Cconis()); Crawcin();
-
-
-