allglyphs: colorize

pull/677/head
nick black 4 years ago
parent 8c8d862d23
commit 7d41d30043
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -27,6 +27,10 @@ allglyphs(struct notcurses* nc, struct ncplane* column){
ncplane_cursor_yx(column, NULL, &x);
if(x >= dimx){
DEMO_RENDER(nc);
ncplane_set_fg_rgb(column,
random() % 192 + 64,
random() % 192 + 64,
random() % 192 + 64);
}
}
}

Loading…
Cancel
Save