From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15006 invoked from network); 11 Aug 2004 00:36:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Aug 2004 00:36:27 -0000 Received: (qmail 42562 invoked from network); 11 Aug 2004 00:36:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Aug 2004 00:36:21 -0000 Received: (qmail 6775 invoked by alias); 11 Aug 2004 00:36:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20256 Received: (qmail 6765 invoked from network); 11 Aug 2004 00:36:08 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 11 Aug 2004 00:36:08 -0000 Received: (qmail 41774 invoked from network); 11 Aug 2004 00:35:10 -0000 Received: from unknown (HELO moonbase.zanshin.com) (167.160.213.139) by a.mx.sunsite.dk with SMTP; 11 Aug 2004 00:35:08 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.12.11/8.12.11) with ESMTP id i7B0Z6wU019811 for ; Tue, 10 Aug 2004 17:35:06 -0700 Date: Tue, 10 Aug 2004 17:35:06 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-workers@sunsite.dk To: zsh-workers@sunsite.dk Subject: Re: problem with my term and Misc/colors In-Reply-To: <20040810135445.GE17806@boetes.org> Message-ID: References: <20040810135445.GE17806@boetes.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_40 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Tue, 10 Aug 2004, Han Boetes wrote: > I found a problem with the colors package Based on the change you made, I'd say it was a problem with your $PS1 setting, not with the colors package. > Here is a fix: > > +++ colors 2004-08-10 15:32:39.018301944 +0200 > @@ -54,7 +54,8 @@ > +local lc=$'%{\e[' rc='m%}' # Standard ANSI terminal escape values This is definitely not correct. The color values set up by the colors package are meant to be used in a number of places other than prompts (despite the comment to the effect that prompt themse use them). If you use the color values in your prompt, you should use the %{ and %} around them, but the prompt delimiters do not belong in the colors package.