summaryrefslogtreecommitdiffstats
path: root/cras.c
diff options
context:
space:
mode:
Diffstat (limited to 'cras.c')
-rw-r--r--cras.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cras.c b/cras.c
index 31c847a..c92a8dc 100644
--- a/cras.c
+++ b/cras.c
@@ -10,6 +10,7 @@
static char *argv0; /* Required here by arg.h */
#include "arg.h"
+#include "config.h"
#include "tasklst.h"
#define NUMARG_SIZE 5 /* 4 digits + '\0' for the numerical arg of -t/-T */
@@ -39,11 +40,6 @@ static void set_tasks_mode(const char *crasfile);
static void output_mode(const char *crasfile, int mode, int color);
static void mark_tasks_mode(const char *crasfile, const char *id, int value);
-static const char task_todo_color[] = "\033[31;1m";
-static const char task_done_color[] = "\033[32;1m";
-static const char task_todo_str[] = "[TODO]";
-static const char task_done_str[] = "[DONE]";
-
static void die(const char *fmt, ...)
{
va_list ap;