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

Re: Very wierd output problems



On Mon, Jul 11, 2005 at 04:47:02PM +0200, Ulf Magnusson wrote:
> For some reason, output from programs that use printf no longer shows
> up when they are run from ZSH.  For example, the following C program
> produces no output when run from ZSH:
> 
> #include <stdio.h>
> 
> int main() {
>     printf("foo");
> }
> 

What about '\n'?  Try this:

setopt NO_PROMPTCR

HTH.

-- 

Regards,

Travis Spencer



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