about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/Zle/complist.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36d581757..d21918d5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-15  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* user/3674: Src/Zle/complist.c: fix default colour for directories
+	
 2001-03-14  Peter Stephenson  <pws@csr.com>
 
 	* 13633: Src/Zle/zle_keymap.c: lastest in saga: don't use
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index f0fc7c771..ffefb7fec 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -76,7 +76,7 @@ static char *colnames[] = {
 /* Default values. */
 
 static char *defcols[] = {
-    "0", "0", "1;34", "1;36", "33", "1;35", "1;33", "1;33", "1;32", NULL,
+    "0", "0", "1;31", "1;36", "33", "1;35", "1;33", "1;33", "1;32", NULL,
     "\033[", "m", NULL, "0", "0", "7", "0", "0"
 };