mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
unibloick: call ncplane_greyscale() at start
This commit is contained in:
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…
x
Reference in New Issue
Block a user