menu focus
[taskasaur.git] / headers / render.h
index c3407f9..ac094aa 100644 (file)
@@ -5,8 +5,10 @@
 #include <ncurses.h>
 
 enum TaskasaurColors {
-    TS_SELECTED,
-    TS_NONSELECTED
+    TS_SELECTED = 1,
+    TS_NONSELECTED,
+    TS_MENU_SELECTED,
+    TS_MENU_NONSELECTED,
 };
 
 /* the ts is used to not conflict with builtin names */