From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2660 invoked from network); 7 Apr 2005 13:55:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Apr 2005 13:55:13 -0000 Received: (qmail 48328 invoked from network); 7 Apr 2005 13:55:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Apr 2005 13:55:07 -0000 Received: (qmail 10319 invoked by alias); 7 Apr 2005 13:55:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21105 Received: (qmail 3757 invoked from network); 6 Apr 2005 18:59:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Apr 2005 18:59:41 -0000 Received: (qmail 19427 invoked from network); 6 Apr 2005 18:59:41 -0000 Received: from wproxy.gmail.com (64.233.184.193) by a.mx.sunsite.dk with SMTP; 6 Apr 2005 18:59:37 -0000 Received: by wproxy.gmail.com with SMTP id 67so611403wri for ; Wed, 06 Apr 2005 11:59:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Xv4HlwXK5n3JNmRNI/L5ZdmzAxBY1FTSWIV09IUhVXvtIerIUx6teuJdNC8As97bVpFAJ3iVjh3NkWGdFPAOtW6cjUbFBh9GEN372Iwhc2Sdr/xoLdpf2aDVbd/e7GU89QI+A2F7Xj9Sq2LJkjh6HSIBJwwrXagbtcTWXzjqmm0= Received: by 10.54.47.52 with SMTP id u52mr124246wru; Wed, 06 Apr 2005 11:59:35 -0700 (PDT) Received: by 10.54.43.58 with HTTP; Wed, 6 Apr 2005 11:59:35 -0700 (PDT) Message-ID: <1dc4e3890504061159601fb049@mail.gmail.com> Date: Wed, 6 Apr 2005 21:59:35 +0300 From: Joel Kaasinen Reply-To: Joel Kaasinen To: zsh-workers@sunsite.dk Subject: Zsh clears prompt line. Feature or bug? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.2 X-Spam-Hits: -2.5 I changed form bash to zsh some time ago and it's been a pleasure to use zsh. Except for one thing that irks me: Zsh clears the contents of the line the prompt gets printed on. An example: % echo -n "foo" % Bash handles this (IMO) more gracefully: $ echo -n "foo" foo$ The question is: can I turn this off in zsh? Is it a feature or a bug? Regards, Joel PS. Please CC a response to my address, joel.kaasinen __at__ gmail.com, I haven't subscribed yet.