Searched refs:gauge_color (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/libdpv/
H A Ddialogrc.h37 #define GAUGE_ATTR 33 /* entry used for gauge_color */
47 extern char gauge_color[];
H A Ddialogrc.c48 char gauge_color[STR_BUFSIZE] = "47b"; /* (BLUE,WHITE,ON) */ variable
103 {FIGPAR_TYPE_STR, "gauge_color", {gauge_color}, &setattr},
324 snprintf(gauge_color, STR_BUFSIZE, "%s",
325 dialogrc_config_option("gauge_color")->value.str);
355 if (value != NULL && value != gauge_color) {
H A Ddpv.c333 warnx("gauge_color=[%s] (FBH)", gauge_color);
339 gauge_color[0] = 48 + dlg_color_table[GAUGE_ATTR].fg;
340 gauge_color[1] = 48 + dlg_color_table[GAUGE_ATTR].bg;
341 gauge_color[2] = dlg_color_table[GAUGE_ATTR].hilite ?
343 gauge_color[3] = '\0';
349 warnx("gauge_color=[%s] (FBH)", gauge_color);
H A Ddprompt.c411 color_code = gauge_color[0];
413 bold_code = gauge_color[2];

Completed in 164 milliseconds