some init stuff
[taskasaur.git] / headers / render.h
diff --git a/headers/render.h b/headers/render.h
new file mode 100644 (file)
index 0000000..3a5501f
--- /dev/null
@@ -0,0 +1,12 @@
+
+#include <ncurses.h>
+
+enum TaskasaurColors {
+    TS_SELECTED,
+    TS_NONSELECTED
+};
+
+/* the ts is used to not conflict with builtin names */
+extern int init_tscurses(void);
+extern int exit_tscurses(void);
+