Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: zsh overwrites last line of output
- X-seq: zsh-workers 13058
- From: Peter Makholm <peter@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: BUG: zsh overwrites last line of output
- Date: 22 Oct 2000 16:51:10 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: brother@xxxxxxxxxxxxxxx
Try look at the following:
galar% echo $ZSH_VERSION
3.1.9
galar% echo -n foo
galar% echo -n "foo\nbar"
foo
galar%
Somehow zsh overwrites the last line of output if it doesn't end with
an new-line. On a (very) slow terminal I've been able to see that the
"bar" in the last example actually gets written.
--
Sid regler!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author