aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2011-10-06 21:32:34 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2011-10-06 21:32:34 +0200
commit907cb8bfa69926616639f9a19127117b37326029 (patch)
treec6fe8e07587c294e36f440409b89c3270dd61d14 /config.def.h
parent9d613092d6698ef41cb7492cdb3214ee9a5ab4d7 (diff)
downloadst-907cb8bfa69926616639f9a19127117b37326029.tar.gz
st-907cb8bfa69926616639f9a19127117b37326029.zip
no palette limit (thx Nick)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 @@
5#define BORDER 2 5#define BORDER 2
6#define SHELL "/bin/sh" 6#define SHELL "/bin/sh"
7 7
8/* Terminal colors */ 8/* Terminal colors (16 first used in escape sequence) */
9static const char *colorname[] = { 9static const char *colorname[] = {
10 "black", 10 "black",
11 "red3", 11 "red3",