diff --git a/src/info/main.c b/src/info/main.c index bab26c7cb..8a1d71c36 100644 --- a/src/info/main.c +++ b/src/info/main.c @@ -338,7 +338,7 @@ display_logo(struct ncplane* n, const char* path){ static void tinfo_debug_bitmaps(struct ncplane* n, const tinfo* ti, const char* indent){ if(!(ti->bg_collides_default & 0x80000000)){ - ncplane_printf(n, "%sdefbg 0x%06lx %sconsidered transparent", indent, + ncplane_printf(n, "%sdefault background 0x%06lx %sconsidered transparent", indent, ti->bg_collides_default & 0xfffffful, (ti->bg_collides_default & 0x01000000) ? "" : "not "); }else{