1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00

fix default colour for directories (3674)

This commit is contained in:
Sven Wischnowsky 2001-03-15 09:55:32 +00:00
parent 2d442fff86
commit d83665b7cf
2 changed files with 5 additions and 1 deletions

@ -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

@ -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"
};