home *** CD-ROM | disk | FTP | other *** search
- /*
- * ibmcolor.h
- */
-
- /* basic IBM color codes */
- #define IBM_BLACK 0
- #define IBM_BLUE 1
- #define IBM_GREEN 2
- #define IBM_CYAN 3
- #define IBM_RED 4
- #define IBM_MAGENTA 5
- #define IBM_BROWN 6
- #define IBM_WHITE 7
-
- /* color modifiers */
- #define IBM_BRIGHT 8
- #define IBM_BLINK 16
-
- /* special attribute codes */
- #define IBM_NORMAL 7
- #define IBM_REVERSE 112
- #define IBM_INVISIBLE 128