zsh-users
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (Geoff Wing)
To: zsh-users@sunsite.auc.dk
Subject: Re: is this a feature of zsh-3.1.6?
Date: 27 Dec 1999 07:02:37 GMT	[thread overview]
Message-ID: <slrn86e3od.9r2.mason@coral.primenet.com.au> (raw)
In-Reply-To: <Pine.BSF.4.21.9912262243070.2119-100000@c74763-a.aurora1.co.home.com>

User ALEX <alex@c74763-a.aurora1.co.home.com> 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)
% ./hello
Hello World% ./hello
Hello World% sh
$ ./hello
Hello World$ ./hello
Hello World$

Regards,
-- 
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874


  reply	other threads:[~1999-12-27  7:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-27  5:48 User ALEX
1999-12-27  7:02 ` Geoff Wing [this message]
1999-12-27  8:09   ` User ALEX
1999-12-27 12:09     ` Geoff Wing
1999-12-27 13:09       ` David Kågedal
1999-12-29 10:34         ` Nemeth Ervin
1999-12-29 10:35         ` Nemeth Ervin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrn86e3od.9r2.mason@coral.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).