Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.0.5: PROMPT and output on the same line



hal:/usr/src# zsh -f
hal# echo -n hi
hal# sh
# echo -n hi
hi# csh -f
# echo -n hi
hi# tcsh -f
# echo -n hi
hi# ksh
# echo -n hi
hi# exit

Note that between lines 2 and 3, there's no ``hi''.

This is on FreeBSD -current, using the stock /bin/{c,}sh, pdksh-5.2.13 and
tcsh-6.08.00.

Cheers,
-- 
Jos Backus                          _/  _/_/_/    "Reliability means never
                                   _/  _/   _/     having to say you're sorry."
                                  _/  _/_/_/               -- D. J. Bernstein
                             _/  _/  _/    _/
Jos.Backus@xxxxxxxxxxxxxxxx  _/_/   _/_/_/        use Std::Disclaimer;



Messages sorted by: Reverse Date, Date, Thread, Author