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

Re: is this a feature of zsh-3.1.6?



On 27 Dec 1999, Geoff Wing wrote:

: User ALEX <alex@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> typed:
: :Hi.
: :	The following does not produce output to screen on FreeBSD-3.4:
: :#include <stdio.h>
: :int main (void)
: :{
: :   printf ("Hello World\n");
:                         ^^ shouldn't be here in this example
: :   return 0;
: :}
: :
: :c74763-a% ./hello
: :c74763-a% ./hello | strings
: :Hello World
: 
: % setopt nopromptcr	# (or unsetopt promptcr)

Thanks for the answer. Do you know why this option is enabled by default?!



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