null media implementation: adapt to new capabilities struct #1768

pull/1786/head
nick black 3 years ago
parent 0cfe426785
commit 63e8d117dd
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -6,7 +6,7 @@
static void
printbanner(const notcurses* nc){
term_fg_palindex(nc, stderr, nc->tcache.colors <= 88 ? 1 % nc->tcache.colors : 0xcb);
term_fg_palindex(nc, stderr, nc->tcache.caps.colors <= 88 ? 1 : 0xcb);
fprintf(stderr, "\n Warning! Notcurses was built without multimedia support.\n");
}

Loading…
Cancel
Save