Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Annoying misfeature: ZSH completely hides output without newlines!
- X-seq: zsh-users 9820
- From: Jean Chalard <jean.chalard@xxxxxxxxx>
- To: Einar Huginson <huginson@xxxxxx>
- Subject: Re: Annoying misfeature: ZSH completely hides output without newlines!
- Date: Fri, 6 Jan 2006 23:39:52 +0900
- Cc: zsh-users@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rEFGfeo/OD3FLL+cnRQ73K48NQp2pOmS3pzhiCw1815QdWd9Z6RpVD3bSkcNwrwacJj36JwtccyKoFdcDxxW61qVvTMpf3vy4WnEzldu+vouU6fx9EEM2iiTmREPm3FWv1aGBtaDHQ9aYMl50sEacLlfe9+1eEbyGeq7dbUA6VA=
- In-reply-to: <200601061515.27913.huginson@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200601060047.k060lU37023709@xxxxxxxxxxxxxxxxxxxxxxxxxx> <EXCHANGE03z2NoKMHG000001367@xxxxxxxxxxxxxxxxxx> <200601061515.27913.huginson@xxxxxx>
> IMHO, this counts as a serious problem, since certain file contents are no
Essentially a matter of taste :)
> Or do I need to set a ZSH config option that prevents
> it from clearing the line before outputting the prompt?
Yes. You can use
setopt no_prompt_cr
...to prevent zsh from printing a carriage return before its prompt,
like most other shells do.
If you use a recent enough zsh (4.3.0), the option PROMPT_SP is
available and is supposed to do about what everyone expects in about
every case (and has been made the default).
Note that this entry is listed in the FAQ as the most often asked
question about ZSH :p
--
J
"Toi, je te trouve pas la même tête que sur la page précédente" -- Wakamiya
Messages sorted by:
Reverse Date,
Date,
Thread,
Author