From 4fdb11089ff3aa5da3b8b1d20bcf14a3d259e0bf Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 15 Aug 2020 19:56:48 -0400 Subject: [PATCH] idiot --- src/demo/reel.c | 2 +- src/lib/notcurses.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demo/reel.c b/src/demo/reel.c index 8936a3c96..0521dd385 100644 --- a/src/demo/reel.c +++ b/src/demo/reel.c @@ -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); diff --git a/src/lib/notcurses.c b/src/lib/notcurses.c index 9243f3e09..0f5def1f9 100644 --- a/src/lib/notcurses.c +++ b/src/lib/notcurses.c @@ -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,