dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

lots of cwattrset() with colors left over from notcurses conversion #97

Closed dankamongmen closed 3 years ago

dankamongmen commented 3 years ago

We have a lot of craplets taking the form e.g.

cwattrset(n, NCSTYLE_BOLD|OPTICAL_COLOR);

this doesn't fly, and is probably why are colors are so weirdly off. These all need be broken into two distinct statements, one setting the style, and one setting the fg color.