From: "Florian Schulze" Newsgroups: comp.os.msdos.djgpp Subject: Re: redirecting io in ncurses Date: Sun, 23 Jun 2002 16:34:04 +0200 Organization: T-Online Lines: 18 Message-ID: References: <3d15bda6$0$26977$9b622d9e AT news DOT freenet DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1024842917 01 14011 YGJCb7abSBYnaE 020623 14:35:17 X-Complaints-To: abuse AT t-online DOT com X-Sender: 510037581706-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > The best person to ask is dickey AT invisible-island DOT net . He's a good guy, and > is very responsive to technical questions that help move the library > forward. I talked to him and now I have an idea. I haven't implemented it yet, because I have to read a bit more. - Add an filesystem extension which connects to my network functions. - open it, call fdopen to get a FILE* - open ncurses with newterm giving the stream Could this work? Florian