Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh clears prompt line. Feature or bug?
- X-seq: zsh-workers 21109
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Joel Kaasinen <joel.kaasinen@xxxxxxxxx>
- Subject: Re: Zsh clears prompt line. Feature or bug?
- Date: Thu, 7 Apr 2005 19:27:56 +0200
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1dc4e3890504061159601fb049@xxxxxxxxxxxxxx>
- Mail-followup-to: Joel Kaasinen <joel.kaasinen@xxxxxxxxx>,	zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <1dc4e3890504061159601fb049@xxxxxxxxxxxxxx>
    Hi Joel :)
 * Joel Kaasinen <joel.kaasinen@xxxxxxxxx> dixit:
> 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?
    Feature. Try 'setopt nopromptcr'. I think this is in the FAQ.
Anyway I think this is, by far, the most asked question in this list
XDDDDD
    Hope that helps :)
    Raúl Núñez de Arenas Coronado
-- 
Linux Registered User 88736
http://www.dervishd.net & http://www.pleyades.net/
It's my PC and I'll cry if I want to...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author