Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Old zsh change
- X-seq: zsh-workers 31143
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Jeremy Shoup <jeremy.shoup@xxxxxxxxx>
- Subject: Re: Old zsh change
- Date: Sun, 10 Mar 2013 15:44:11 -0700
- Cc: Zsh list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PxuXROki2ChAKuppbf6I1cnSmWGMuBy8WNyIFJObec8=; b=z8oHajbBTTbSZHtO1oOMxpex7cQCEOXi/gu1C7QH8MlfsA5RnW9p7qlgK4aZJqHW9v 7AvegFDB+9PHM0YSnVaPe9jETqrdlPTXNGgP+rmfMqSAEOZNNO4YLgCRHdaP6GLUapd4 nDxwnjsUl8lLhkRxLoFWzqNsJFyyj3blz5Cibtr5Dn/o72ei27iai2V4FrFwbwWomUvJ OY60eeSa+A0pQlxxpWVruBsfnDfZeIT8hDY1umL3lrJAfOYO1fd8abGTQfDmHCrxQ4I4 2XY31ikPfALmKKLmApY6xQcb/ALkY2epykiMhjV6ke2tuj5FobxOBEDvPofHtDl9QWPk H9lQ==
- In-reply-to: <CACEuSLdcc08Oojfo-tUrSsgs6impLLcazLoEVT3o-BWN+ViH=w@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACEuSLdcc08Oojfo-tUrSsgs6impLLcazLoEVT3o-BWN+ViH=w@mail.gmail.com>
- Sender: 4wayned@xxxxxxxxx
On Tue, Mar 5, 2013 at 9:24 AM, Jeremy Shoup <jeremy.shoup@xxxxxxxxx> wrote:
> I've recently upgraded my zsh from 4.2.0 to 4.3.10 (by upgrading
> some systems from Redhat ES 4 to 6). I've noticed a behaviour change that
> I think is related to a very old change to zsh, change 20900
> (2005-03-03) according to the ChangeLog.
It sounds like you may be referring to the PROMPT_SP option, which the FAQ
entry for question 3.23 intros as follows:
[Prompt overwriting of output] is normally limited to zsh versions prior to
4.3.0 due to the advent of the PROMPT_SP option (which is enabled by
default, and eliminates this problem for most terminals).
If you don't like the way prompt_sp works, that FAQ entry also details a
work-alike function that can be run from precmd, which you could customize
and use instead.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author