max_colors
#define MaxColors max_colors
code = ((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs)
#define MaxColors max_colors
#define MaxColors max_colors
TCB->info.hascolor = ((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs)
TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0;
if ((max_colors > 0) != (max_pairs > 0)
|| ((max_colors > max_pairs) && !VALID_STRING(initialize_pair)))
max_colors, max_pairs);
} else if (same_color(set_foreground, set_a_foreground, max_colors)) {
} else if (same_color(set_background, set_a_background, max_colors)) {
if (VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs)
if (max_colors > 0) {
if ((limit = max_colors) > 256)
if ((limit = max_colors) > 256)