about summary refs log tree commit diff homepage
path: root/client.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-05 12:39:40 -0500
committerJune McEnroe <june@causal.agency>2018-03-05 12:39:40 -0500
commit2dda5826731ce18d0d24ae3d13de1c80008227e6 (patch)
tree24d7eaf113397e8b799114388f49cb77ed49a4a8 /client.c
parentGenerate tags (diff)
downloadtorus-2dda5826731ce18d0d24ae3d13de1c80008227e6.tar.gz
torus-2dda5826731ce18d0d24ae3d13de1c80008227e6.zip
Undef COLOR_ constants in torus.h
Diffstat (limited to 'client.c')
-rw-r--r--client.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/client.c b/client.c
index 8238749..a216a63 100644
--- a/client.c
+++ b/client.c
@@ -27,14 +27,6 @@
 #include <sysexits.h>
 #include <unistd.h>
 
-#undef COLOR_BLACK
-#undef COLOR_RED
-#undef COLOR_GREEN
-#undef COLOR_YELLOW
-#undef COLOR_BLUE
-#undef COLOR_MAGENTA
-#undef COLOR_CYAN
-#undef COLOR_WHITE
 #include "torus.h"
 
 #define ESC (0x1B)
01-07 01:11:20 -0500'>2019-01-07Compress PNG data in imageJune McEnroe kcgi never enables compression for FastCGI. 2019-01-07madvise MADV_NOCORE in imageJune McEnroe 2019-01-07Add license notice to explore JavaScriptJune McEnroe 2019-01-07Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe