From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8311 invoked from network); 15 Jan 1997 09:42:31 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 15 Jan 1997 09:42:31 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id EAA29045; Wed, 15 Jan 1997 04:47:52 -0500 (EST) Resent-Date: Wed, 15 Jan 1997 04:47:52 -0500 (EST) From: Zefram Message-Id: <189.199701150948@stone.dcs.warwick.ac.uk> Subject: Re: bold prompt quirk To: Harres@UWyo.Edu (John Harres) Date: Wed, 15 Jan 1997 09:48:50 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199701142256.PAA04037@horseman.uwyo.edu> from "John Harres" at Jan 14, 97 03:56:03 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8732.04 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"erH5Y2.0.m57.7VAto"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2796 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu John Harres wrote: >While fiddling around with color prompts, I noticed this quirk: > >PS1="%B${PURPLE}%m${NORMAL}%(#.#.>)%b " > >does not display the > (or #) in bold, while > >PS1="%B${PURPLE}%m${NORMAL}%b%B%(#.#.>)%b " > >does. I suspect that your terminal just doesn't like overlapping colour and attribute selection, or possibly your ${NORMAL} is cancelling more than just colour. In any case, there's not a lot we can do about that in the shell. -zefram