pull/895/head
nick black 4 years ago committed by Nick Black
parent 16ff667325
commit 4fdb11089f

@ -253,7 +253,7 @@ ncreel_demo_core(struct notcurses* nc){
tctxs = newtablet;
}
do{
ncplane_styles_set(std, NCPLANE_NONE);
ncplane_styles_set(std, NCSTYLE_NONE);
ncplane_set_fg_rgb(std, 197, 15, 31);
int count = ncreel_tabletcount(pr);
ncplane_styles_on(std, NCSTYLE_BOLD);

@ -726,7 +726,7 @@ init_banner(const notcurses* nc){
term_fg_palindex(nc, stdout, nc->tcache.colors <= 256 ? 50 % nc->tcache.colors : 0x20e080);
printf("\n notcurses %s by nick black et al", notcurses_version());
term_fg_palindex(nc, stdout, nc->tcache.colors <= 256 ? 12 % nc->tcache.colors : 0x2080e0);
printf("\n %d rows %d cols (%sB) %zub cells %d colors (%s)\n"
printf("\n %d rows %d cols (%sB) %zuB cells %d colors (%s)\n"
" compiled with gcc-%s\n"
" terminfo from %s\n",
nc->stdplane->leny, nc->stdplane->lenx,

Loading…
Cancel
Save