Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug or Feature? Clear line before prompt.
- X-seq: zsh-users 9494
- From: "Com MN PG P E B Consultant 3" <mn-pg-p-e-b-consultant-3.com@xxxxxxxxxxx>
- To: "zsh-users Mailinglist" <zsh-users@xxxxxxxxxx>
- Subject: Bug or Feature? Clear line before prompt.
- Date: Fri, 14 Oct 2005 08:16:36 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Thread-index: AcXQhtS3BVu+AYe0RfKVYBIi7DWaug==
- Thread-topic: Bug or Feature? Clear line before prompt.
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"'
does not show the output "hello", because it is erased immediately by
the shell, but
perl -e 'print "hello\n"
shows, because the output is terminated by \n.
My setting of PS1 is: %B%~%b>
Is there a way to tell zsh not to erase the line before writing the
prompt?
Ronald
--
Ronald Fischer <mn-pg-p-e-b-consultant-3.com@xxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author