| version 1.19, 2001/12/31 14:23:11 |
version 1.20, 2002/01/02 10:38:27 |
| Line 200 struct __screen { |
|
| Line 200 struct __screen { |
|
| struct __color colours[MAX_COLORS]; |
struct __color colours[MAX_COLORS]; |
| struct __pair colour_pairs[MAX_PAIRS]; |
struct __pair colour_pairs[MAX_PAIRS]; |
| attr_t nca; |
attr_t nca; |
| |
|
| /* Style of colour manipulation */ |
/* Style of colour manipulation */ |
| #define COLOR_NONE 0 |
#define COLOR_NONE 0 |
| #define COLOR_ANSI 1 /* ANSI/DEC-style colour manipulation */ |
#define COLOR_ANSI 1 /* ANSI/DEC-style colour manipulation */ |
| Line 208 struct __screen { |
|
| Line 208 struct __screen { |
|
| #define COLOR_TEK 3 /* Tektronix-style colour manipulation */ |
#define COLOR_TEK 3 /* Tektronix-style colour manipulation */ |
| #define COLOR_OTHER 4 /* None of the others but can set fore/back */ |
#define COLOR_OTHER 4 /* None of the others but can set fore/back */ |
| int color_type; |
int color_type; |
| |
|
| attr_t mask_op; |
attr_t mask_op; |
| attr_t mask_me; |
attr_t mask_me; |
| attr_t mask_ue; |
attr_t mask_ue; |