summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-07-30 22:12:22 -0500
committer@syxhe <https://t.me/syxhe>2024-07-30 22:12:22 -0500
commite3c986f45eeeb1bb3ba5e931ecf042907676b3df (patch)
treea3f96c3eaa9f31ea3ad18549429a7d0fc700d055 /src/screen.h
parentf6f5e09d00e2054e1f159bdbb3fdb2fe11794876 (diff)
COLORS!!!
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*);