X-Git-Url: https://git.danieliu.xyz/?p=taskasaur.git;a=blobdiff_plain;f=render.c;h=c4812af1f126761f1f09480730c13eb9d798f9e3;hp=de22b1d7571be1b744d0ce6748fc366423192311;hb=30e6d7ecd064b2425f438293787a26d89781548b;hpb=11705fff523e2180e53a3b91fc92dc65ac7969b7 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; }