unibloick: call ncplane_greyscale() at start

pull/287/head
nick black 5 years ago committed by Nick Black
parent 1b01494c79
commit fe2dcc3387

@ -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;

Loading…
Cancel
Save