Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh clears prompt line. Feature or bug?
- X-seq: zsh-workers 21105
- From: Joel Kaasinen <joel.kaasinen@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Zsh clears prompt line. Feature or bug?
- Date: Wed, 6 Apr 2005 21:59:35 +0300
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Joel Kaasinen <joel.kaasinen@xxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author