home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prof_c / include / local / ibmcolor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  399 b   |  23 lines

  1. /*
  2.  *    ibmcolor.h
  3.  */
  4.  
  5. /* basic IBM color codes */
  6. #define IBM_BLACK    0
  7. #define IBM_BLUE    1
  8. #define IBM_GREEN    2
  9. #define IBM_CYAN    3
  10. #define IBM_RED        4
  11. #define IBM_MAGENTA    5
  12. #define IBM_BROWN    6
  13. #define IBM_WHITE    7
  14.  
  15. /* color modifiers */
  16. #define IBM_BRIGHT    8
  17. #define IBM_BLINK    16
  18.  
  19. /* special attribute codes */
  20. #define IBM_NORMAL    7
  21. #define IBM_REVERSE    112
  22. #define IBM_INVISIBLE    128
  23.