Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: is this a feature of zsh-3.1.6?
- X-seq: zsh-users 2812
- From: User ALEX <alex@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- Subject: Re: is this a feature of zsh-3.1.6?
- Date: Mon, 27 Dec 1999 01:09:51 -0700 (MST)
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <slrn86e3od.9r2.mason@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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