Skip to content

Commit

Permalink
null media implementation: adapt to new capabilities struct #1768
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 17, 2021
1 parent 0cfe426 commit 63e8d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/none.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 63e8d11

Please sign in to comment.