Make the intermediate gray/green levels available
This commit is contained in:
parent
885b360a41
commit
2414a832d7
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@
|
|||
|
||||
/* constants for the conio implementation */
|
||||
#define COLOR_BLACK 0x03
|
||||
#define COLOR_GRAY2 0x02
|
||||
#define COLOR_GRAY1 0x01
|
||||
#define COLOR_WHITE 0x00
|
||||
|
||||
#define CH_HLINE 1
|
||||
|
|
Loading…
Add table
Reference in a new issue