1 /* $NetBSD: display.h,v 1.4 1994/10/27 04:16:36 cgd Exp $ */
4 * IBM PC display definitions
7 /* Color attributes for foreground text */
16 #define FG_LIGHTGREY 7
18 #define FG_LIGHTBLUE 9
19 #define FG_LIGHTGREEN 10
20 #define FG_LIGHTCYAN 11
21 #define FG_LIGHTRED 12
22 #define FG_LIGHTMAGENTA 13
28 /* Color attributes for text background */
35 #define BG_MAGENTA 0x50
37 #define BG_LIGHTGREY 0x70
40 /* Monochrome attributes for foreground text */
42 #define FG_UNDERLINE 0x01
43 #define FG_INTENSE 0x08
45 /* Monochrome attributes for text background */
47 #define BG_INTENSE 0x10