Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug or Feature? Clear line before prompt.
- X-seq: zsh-users 9495
- From: Steve Borho <steve@xxxxxxxxx>
- To: Com MN PG P E B Consultant 3 <mn-pg-p-e-b-consultant-3.com@xxxxxxxxxxx>
- Subject: Re: Bug or Feature? Clear line before prompt.
- Date: Fri, 14 Oct 2005 01:37:31 -0500
- Cc: zsh-users Mailinglist <zsh-users@xxxxxxxxxx>
- In-reply-to: <6F0CB04509C11D46A54232E852E390AC44B902@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Ageia Technologies, Inc
- References: <6F0CB04509C11D46A54232E852E390AC44B902@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Fri, 2005-10-14 at 08:16 +0200, Com MN PG P E B Consultant 3 wrote:
> Before zsh issues the PS1 prompt, it clears the line. This has the
> effect that
> I don't see the last line of the previous command, unless it is
> terminated
> by a newline. Example:
>
> perl -e 'print "hello"'
% echo -n foo
% unsetopt prompt_cr
% echo -n foo
foo%
Note that turning this option off can do some bad things to the command
line editor and many of the fancier prompts.
--
Steve
Messages sorted by:
Reverse Date,
Date,
Thread,
Author