diff options
Diffstat (limited to 'src/graphics_cs_x11.c')
-rw-r--r-- | src/graphics_cs_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |