Home
last modified time | relevance | path

Searched refs:color_map16 (Results 1 – 2 of 2) sorted by relevance

/dports/net/c3270/suite3270-4.0/c3270/
H A Dscreen.c506 static int color_map16[] = { 8 + COLOR_BLUE, COLOR_RED, 8 + COLOR_YELLOW }; in screen_setaf() local
510 (ti.colors >= 16)? color_map16[color]: color_map8[color]); in screen_setaf()
512 if (ti.bold && color_map16[color] >= 8) { in screen_setaf()
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dscreen.c506 static int color_map16[] = { 8 + COLOR_BLUE, COLOR_RED, 8 + COLOR_YELLOW }; in screen_setaf() local
510 (ti.colors >= 16)? color_map16[color]: color_map8[color]); in screen_setaf()
512 if (ti.bold && color_map16[color] >= 8) { in screen_setaf()