From eeee39f343f9644a5ee386e1f932ef80cd65c42d Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 04:37:43 -0600 Subject: added ansi color array to x11_global --- src/graphics_x11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphics_x11.h') diff --git a/src/graphics_x11.h b/src/graphics_x11.h index e2fdd86..7d123a8 100644 --- a/src/graphics_x11.h +++ b/src/graphics_x11.h @@ -5,6 +5,7 @@ struct x11_global {//stores global variables for the x11 *specific* shit. XColor colors[256]; + XColor ansi_color[16]; XColor green; XColor red; XColor blue; -- cgit v1.2.3