X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=render.c;h=c4812af1f126761f1f09480730c13eb9d798f9e3;hb=1231bcf06132e735fa69870b7de2898e44efba3b;hp=de22b1d7571be1b744d0ce6748fc366423192311;hpb=b9f6674ee02c6eb557f2b4a1032774729aa67af0;p=taskasaur.git diff --git a/render.c b/render.c index de22b1d..c4812af 100644 --- a/render.c +++ b/render.c @@ -44,6 +44,8 @@ init_tscolors(void) { init_pair(TS_SELECTED, selected_color, COLOR_BLACK); init_pair(TS_NONSELECTED, non_selected_color, COLOR_BLACK); + init_pair(TS_MENU_SELECTED, menu_selected_color, COLOR_BLACK); + init_pair(TS_MENU_NONSELECTED, menu_non_selected_color, COLOR_BLACK); return 0; }