summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index a5f51fd..1a59b5b 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -62,6 +62,10 @@ enum customcolor_pairs {
62 62
63 CCP_TOOBIG 63 CCP_TOOBIG
64}; 64};
65#define NUMCOLORCYCLE 4
66#define COLORWIDTH (CCP_WHITE - CCP_RED)
67#define NUMCOLORPAIRS (COLORWIDTH + 1)
68
65 69
66struct funcholder { 70struct funcholder {
67 int (*callback)(void*); 71 int (*callback)(void*);