Your message dated Sun, 19 Jun 2005 13:06:59 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313352: Recent update broke xterm compability with 
zsh/prompt
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Jun 2005 08:47:14 +0000
>From [EMAIL PROTECTED] Mon Jun 13 01:47:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pastinakel.tue.nl [131.155.2.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DhkbC-00084N-00; Mon, 13 Jun 2005 01:47:14 -0700
Received: from pastinakel.tue.nl ([127.0.0.1])
 by localhost (pastinakel.tue.nl [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 62211-06; Mon, 13 Jun 2005 10:47:06 +0200 (CEST)
Received: from source.luon.net (t-27-102.athome.tue.nl [131.155.228.102])
        by pastinakel.tue.nl (Postfix) with ESMTP;
        Mon, 13 Jun 2005 10:47:06 +0200 (CEST)
Received: from power.hr127.vtilburg.net
        ([192.168.20.2] helo=power.luon.net ident=postfix)
        by source.luon.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1Dhkb3-000413-GS; Mon, 13 Jun 2005 10:47:05 +0200
Received: by power.luon.net (Postfix, from userid 1000)
        id 5F62A103BD11; Mon, 13 Jun 2005 10:46:57 +0200 (CEST)
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
From: Paul van Tilburg <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Recent update broke xterm compability with zsh/prompt
X-Mailer: reportbug 3.12
Date: Mon, 13 Jun 2005 10:46:57 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: amavisd-new at tue.nl
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: ncurses-base
Version: 5.4-5
Severity: normal

Hi,

After I updated ncurses-base to 5.4-5 and restarted my terminal emulator, I
got parts of escape sequences in my zsh prompt.  Zsh seems to insert such
escape sequences before all prompts and messages, so I have "[27m" strings
all over the place, of which zsh doesn't know that they aren't displayed so
everything gets misaligned and messy.

For example my prompt:

PS1="[EMAIL PROTECTED] "

and translated (for non-zsh users):

PS1="user@<bold><white>host</white></bold>% "

is displayed with TERM set to xterm xterm-debian as:
[EMAIL PROTECTED] 

I am currently using "rxvt" terminal info, this work-around seems to work for
now.  I am sorry that I have almost no knowledge about terminal emulators and
terminal info internals, so please let me know if you need more information.

Greetings,

Paul

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (102, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (charmap=UTF-8)

-- no debconf information

---------------------------------------
Received: (at 313352-done) by bugs.debian.org; 19 Jun 2005 17:07:00 +0000
>From [EMAIL PROTECTED] Sun Jun 19 10:07:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nevyn.them.org [66.93.172.17] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dk3G8-0005mu-00; Sun, 19 Jun 2005 10:07:00 -0700
Received: from drow by nevyn.them.org with local (Exim 4.51)
        id 1Dk3G7-0004FG-Kp; Sun, 19 Jun 2005 13:06:59 -0400
Date: Sun, 19 Jun 2005 13:06:59 -0400
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Paul van Tilburg <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#313352: Recent update broke xterm compability with zsh/prompt
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.8i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Tue, Jun 14, 2005 at 09:04:18AM +0200, Paul van Tilburg wrote:
> > The sequence it is choking on is ESC (.  This shouldn't be there;
> > tonight's mirror pulse will distribute libncurses5 5.4-6 for your
> > architecture, and after that things should start to work again. 
> > However, gnome-terminal may want to investigate the display bug further
> > to improve compatibility with xterm.  If you can confirm that the new
> > ncurses library fixes the problem for now, I'll reassign this bug.
> 
> Confirmed, it is resolved, many thanks!

Let's just close this then.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to