From 907cb8bfa69926616639f9a19127117b37326029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Aptel?= Date: Thu, 6 Oct 2011 21:32:34 +0200 Subject: no palette limit (thx Nick) --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 37f9620..35f36cb 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ #define BORDER 2 #define SHELL "/bin/sh" -/* Terminal colors */ +/* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { "black", "red3", -- cgit v1.2.1