Re: NSTask and child process buffering.
Re: NSTask and child process buffering.
- Subject: Re: NSTask and child process buffering.
- From: Chris Gehlker <email@hidden>
- Date: Thu, 21 Feb 2002 11:04:13 -0700
On 2/21/02 10:17 AM, "Sherm Pendley" <email@hidden> wrote:
>
On Thursday, February 21, 2002, at 09:34 AM, Ondra Cada wrote:
>
>
> You have to fake being a terminal. Though, I am afraid I don't know how
>
> to
>
> -- I've never needed that myself :(
>
>
#include <stdio.h>
>
setvbuf(stream, NULL, _IONBF, 0);
>
>
sherm--
>
Great Sherm!
I'll try that.
--
Heaven is under our feet as well as over our heads. -Henry David Thoreau,
naturalist and author (1817-1862)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.