s/defbg/default background/

pull/2236/head
nick black 3 years ago
parent 43fc6afaa3
commit 57a3e79e3c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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{

Loading…
Cancel
Save