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

Move to wide/extended routines in ncurses UI #65

Closed dankamongmen closed 4 years ago

dankamongmen commented 4 years ago

We've got stuff like wattrset() all over the place. To properly make use of extended colors, that needs to be wattr_set(), wattr_on(), etc. etc.

dankamongmen commented 4 years ago

Nah, we're moving to https://github.com/dankamongmen/notcurses instead.