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

Re: zsh version and echo -n



>Using this version, "echo -n foo" doesn't work as expected.  I
>expected echo -n to print without a newline, instead nothing is
>printed:
>
>        zen% echo foo
>        foo
>        zen% echo -n foo
>        zen% 

Try "setopt nopromptcr".  This is a feature, not a bug.  (Try "echo -n
foo; echo bar".);

>Is it worth moving to the current Beta?  Is it stable enough for every
>day use?

The latest beta, 2.6-beta13, has a couple of annoying display bugs in
ZLE, but it's stable.  It's more stable than 2.5.03.  You might want to
move to beta12.

-zefram



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