widecolors: make everything a bit more visible on small screens

pull/108/head
nick black 5 years ago
parent 8e8cb92c54
commit f0e81ea814
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -239,7 +239,7 @@ int widecolor_demo(struct notcurses* nc){
const char** s; const char** s;
int count = notcurses_palette_size(nc); int count = notcurses_palette_size(nc);
const int steps[] = { 1, 0x100, 0x40000, 0x10001, }; const int steps[] = { 1, 0x100, 0x40000, 0x10001, };
const int starts[] = { 1, 0x100, 0x10000, 0x10001, }; const int starts[] = { 0x4000, 0x40, 0x10000, 0x400040, };
struct ncplane* n = notcurses_stdplane(nc); struct ncplane* n = notcurses_stdplane(nc);
size_t i; size_t i;

Loading…
Cancel
Save