From fe2dcc338712e9cd1c0224823c16332d888f39dc Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 17 Jan 2020 04:47:41 -0500 Subject: [PATCH] unibloick: call ncplane_greyscale() at start --- src/demo/unicodeblocks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/demo/unicodeblocks.c b/src/demo/unicodeblocks.c index 9673a33d3..3285c0efa 100644 --- a/src/demo/unicodeblocks.c +++ b/src/demo/unicodeblocks.c @@ -159,6 +159,7 @@ int unicodeblocks_demo(struct notcurses* nc){ { .rtl = false, .name = "Supplemental Arrows-C, Supplemental Symbols", .start = 0x1f800, }, { .rtl = false, .name = "Chess Symbols, Symbols and Pictographs Extended-A", .start = 0x1fa00, }, }; + ncplane_greyscale(notcurses_stdplane(nc)); size_t sindex; // we don't want a full delay period for each one, urk...or do we? struct timespec subdelay;