From d83665b7cfb2464f89d7eececcc21d68d9851e44 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 15 Mar 2001 09:55:32 +0000 Subject: [PATCH] fix default colour for directories (3674) --- ChangeLog | 4 ++++ Src/Zle/complist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 36d581757..d21918d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-15 Sven Wischnowsky + + * user/3674: Src/Zle/complist.c: fix default colour for directories + 2001-03-14 Peter Stephenson * 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" };