From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20034 invoked from network); 6 Feb 2008 01:03:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Feb 2008 01:03:22 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 28761 invoked from network); 6 Feb 2008 01:03:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2008 01:03:13 -0000 Received: (qmail 5483 invoked by alias); 6 Feb 2008 01:03:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24535 Received: (qmail 5459 invoked from network); 6 Feb 2008 01:03:08 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Feb 2008 01:03:08 -0000 Received: from uludag.org.tr (ns2.uludag.org.tr [193.140.100.220]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2BE7A80482A1 for ; Wed, 6 Feb 2008 02:03:04 +0100 (CET) Received: from ninjamobile.local (unknown [85.102.222.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by uludag.org.tr (Postfix) with ESMTP id EFC0961EE33B for ; Wed, 6 Feb 2008 03:02:52 +0200 (EET) From: Ismail =?utf-8?q?D=C3=B6nmez?= Organization: Pardus / KDE To: zsh-workers@sunsite.dk Subject: Interesting display corruption problem Date: Wed, 6 Feb 2008 03:03:18 +0200 User-Agent: KMail/1.9.8 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802060303.18308.ismail@pardus.org.tr> X-Virus-Scanned: ClamAV 0.91.2/5701/Wed Feb 6 00:30:56 2008 on bifrost X-Virus-Status: Clean Hi all, I am getting a weird display corruption problem, it looks like this : [/packages/python2.5]> cd .. c% Notice the c and % sign. This seems to happen if I press CTRL-C too fast for example before the shell fully displays the command line. Asking in #zsh at least one other person experienced the same problem. It might be related to my PS1 which is : export PS1="%{$fg[green]%}[%n@%m]%{$reset_color$fg[white]%}[%D{%H:%M: %S}]%{$reset_color%}%{$fg_bold[blue]%} [%~]>%{$reset_color%} " Any ideas appreciated. Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.