blob: 6b1ee94ee2558c4f9dfe0ff3326c01d3f23cf471 [file] [log] [blame]
kthacker62e146c2006-04-17 15:11:35 +00001extern int _curunit;
2
3
4#define COLOR_BLACK 0
5#define COLOR_GRAY1 1
6#define COLOR_GRAY2 2
7#define COLOR_GRAY3 3
8#define COLOR_WHITE 4
9#define COLOR_YELLOW 5
10#define COLOR_BLUE 6
11#define COLOR_LIGHTBLUE 7