From 6e5297675cdd969b7fd9964d67e15f7d473923d7 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 5 May 2020 03:54:01 -0500 Subject: colors were in the wrong order... --- src/graphics_cs_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/graphics_cs_x11.c b/src/graphics_cs_x11.c index 11f0138..8bf8cfa 100644 --- a/src/graphics_cs_x11.c +++ b/src/graphics_cs_x11.c @@ -419,7 +419,7 @@ void set_title(char *t) { } int graphics_sub_init() { - char *ansi_color[]={"black","red","green","yellow","blue","magenta","cyan","white",0}; + char *ansi_color[]={"black","blue","green","cyan","red","magenta","yellow","white",0}; int i; char tmp[64]; Cursor cursor; -- cgit v1.2.3