summaryrefslogtreecommitdiffstats
path: root/src/tui.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-12-15 12:24:29 -0300
committerandmarti1424 <andmarti@gmail.com>2017-12-15 12:24:29 -0300
commit61a4ae63d3c9444af59755c58b56bc59bd7ef186 (patch)
treeb069a3f1ac80c20644d6b067034825369ce8c7c6 /src/tui.h
parent03c38aa0eeee765b7f237e49b187c3ae3266709f (diff)
renamed winch to sig_winch. current fg and bg colors are kept if they are not specified in :cellcolor. added comments in tui.c
Diffstat (limited to 'src/tui.h')
-rw-r--r--src/tui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tui.h b/src/tui.h
index 6aee44e..8051890 100644
--- a/src/tui.h
+++ b/src/tui.h
@@ -49,6 +49,7 @@
#endif
#include "color.h"
+#define NONE_COLOR -2
#define DEFAULT_COLOR -1
#define BLACK COLOR_BLACK
#define RED COLOR_RED