Date: Sun, 23 Jun 2002 18:43:49 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Florian Schulze" Message-Id: <3405-Sun23Jun2002184348+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (florian DOT proff DOT schulze AT gmx DOT net) Subject: Re: redirecting io in ncurses References: <3d15bda6$0$26977$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Florian Schulze" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 23 Jun 2002 16:34:04 +0200 > > - 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? Yes. DJGPP already provides the filesystem extension feature; read all about it in the library reference manual. It was specifically designed with such applications in mind.