zsh-users
 help / color / mirror / code / Atom feed
* Bug or Feature? Clear line before prompt.
@ 2005-10-14  6:16 Com MN PG P E B Consultant 3
  2005-10-14  6:37 ` Steve Borho
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Com MN PG P E B Consultant 3 @ 2005-10-14  6:16 UTC (permalink / raw)
  To: zsh-users Mailinglist

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@siemens.com>
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-14  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-14  6:16 Bug or Feature? Clear line before prompt Com MN PG P E B Consultant 3
2005-10-14  6:37 ` Steve Borho
2005-10-14  9:25 ` Wayne Davison
2005-10-14  9:26 ` DervishD

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).