X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_51,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <49700BF9.7030405@veritech.com>
Date: Thu, 15 Jan 2009 23:24:25 -0500
From: "Lee D. Rothstein" <l1ee057@veritech.com>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: First Pass at mintty documentation; etc.
References: <496A5EDE.9010204@veritech.com> <496A7038.402@gmail.com> <496B7C25.3090705@veritech.com> <496E528D.1090801@gmail.com> <496E7E4F.6060706@gmail.com>
In-Reply-To: <496E7E4F.6060706@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Andy Koppe wrote:
> Andy Koppe wrote:
>   
>> Lee D. Rothstein wrote:
>>     
>>> I do lots of bash scripting including Windows/DOS commands, and I
>>> can think of only one character cell app that ever gave me any
>>> trouble from rxvt or xterm (whatever that app is -- I think a
>>> Kit app), I found a work-around and never needed it
>>> again.
>>>       
>> 'net' is a troublesome command that's been mentioned, although it seems
>> to be ok for basic stuff. But I guess there might be still be a few DOS
>> fullscreen apps around. Turbo Pascal perhaps? But yeah, I'd sooner
>> implement tabs than worry about DOS apps. ;)
>>     
>
> "full screen" or "DOS" is a red herring. Any program that does something
> like the following, if compiled as a native program, won't work in rxvt
> (or MinTTY, or cygwin/cmd-shell-with-CYGWIN=tty):
>
> #include <stdio.h>
> main() {
>   int c;
>   while ((c = getc(stdin)) != EOF) fputc(c, stdout);
> }
>
> The thing is, THIS program works as part of a pipeline even when
> compiled as a native program -- but it breaks if you try to use it
> interactively within rxvt/MinTTY/etc.  A cygwin-compiled version works
> in all cases.
>
> --
> Chuck
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>
>   

Nice example! Who is "Chuck"?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

