Home
last modified time | relevance | path

Searched refs:conf_background (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dmain.c554 conf_background = parse_colordigit(cp, &cp); in parse_color()
555 if (conf_background == (-1) || *cp != '\0') { in parse_color()
943 if (conf_background == (-1)) conf_background = 0; /* black */ in get_config()
H A Dscreen.c492 background = conf_background; in crt_init()
980 background = conf_background; in crt_out()
1050 background = set_color(c, background, conf_background); in crt_out()
H A Dtnylpo.h166 extern int conf_background;
H A Dreadconf.c149 int conf_background = (-1); variable
1744 if (conf_background == (-1)) conf_background = temp_background; in parse_config()