aboutsummaryrefslogtreecommitdiffhomepage
path: root/color.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:44:18 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:45:04 -0700
commitb8181f9eb8018e7a5a8d3776d2269e64ebbcf1f1 (patch)
treeee322ef47d726cdf72f85387d2741eb03a5c80ff /color.h
parent555ff00a30b70cb84a767b60e3a5c7015815feae (diff)
Further support for term24bit. Teach output.cpp what to do with it.
Diffstat (limited to 'color.h')
-rw-r--r--color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/color.h b/color.h
index db2fec71..b3da47d0 100644
--- a/color.h
+++ b/color.h
@@ -9,7 +9,8 @@
#include "common.h"
/* 24 bit color */
-struct color24_t {
+struct color24_t
+{
unsigned char rgb[3];
};