Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[bug] color none vs. default
- X-seq: zsh-workers 22846
- From: denis <blacklotus@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [bug] color none vs. default
- Date: Sun, 8 Oct 2006 23:27:38 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
according to the manpage (zshcontrib) you could reset all
attributes using the color 'none', but this doesn't work.
autoload -U colors
colors
echo "$fg[red]this is red$fg[none]this is still red"
Instead you have to use $fg[default] (thanks to #zsh on freenode).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author