From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29883 invoked from network); 18 Aug 2000 16:33:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Aug 2000 16:33:48 -0000 Received: (qmail 13589 invoked by alias); 18 Aug 2000 16:33:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12678 Received: (qmail 13580 invoked from network); 18 Aug 2000 16:33:42 -0000 Date: Fri, 18 Aug 2000 17:33:40 +0100 From: Adam Spiers To: zsh workers mailing list Subject: Misc/colors Message-ID: <20000818173340.A30095@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux It's been a long while since I looked at the prompt theming stuff. I really should get around to tidying it up soon. However, I just noticed: % % echo "$fg_bold[green]foo$fg_bold[grey]bar" yields the 'bar' in green. That can't be right can it? I'm a bit relunctant to delve in the murky depths of Misc/color as it's changed a lot since I last touched it.