colour_tostring
log_debug("%s: %s = %s", __func__, p, colour_tostring(colour));
return (xstrdup(colour_tostring(gc.bg)));
return (xstrdup(colour_tostring(wp->screen->ccolour)));
return (xstrdup(colour_tostring(wp->screen->default_ccolour)));
return (xstrdup(colour_tostring(gc.fg)));
s = xstrdup(colour_tostring(ov->number));
s = xstrdup(colour_tostring(oe->default_num));
colour_tostring(sy->fill));
colour_tostring(gc->fg));
colour_tostring(gc->bg));
colour_tostring(gc->us));
log_debug("%s fg is %s", c->name, colour_tostring(n));
log_debug("fg is %s", colour_tostring(n));
log_debug("%s bg is %s", c->name, colour_tostring(n));
log_debug("bg is %s", colour_tostring(n));