poc/menu: make menu items visible

This commit is contained in:
nick black 2020-02-23 13:11:28 -05:00 committed by Nick Black
parent 773b85e81e
commit 2b0efddb27

View File

@ -106,6 +106,8 @@ int main(void){
mopts.sectioncount = sizeof(sections) / sizeof(*sections);
channels_set_fg(&mopts.headerchannels, 0x00ff00);
channels_set_bg(&mopts.headerchannels, 0x440000);
channels_set_fg(&mopts.sectionchannels, 0xb0d700);
channels_set_bg(&mopts.sectionchannels, 0x002000);
struct ncmenu* top = ncmenu_create(nc, &mopts);
if(top == NULL){
goto err;