From: "Florian Schulze" Newsgroups: comp.os.msdos.djgpp Subject: redirecting io in ncurses Date: Sun, 23 Jun 2002 13:15:57 +0200 Organization: T-Online Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1024830953 04 25902 dLGCbuUGS7YtXL 020623 11:15:53 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 Hi! I am writing a program which provides a telnet connection. Now I would like to use ncurses to implement an UI over the telnet connection. How could I redirect the io of ncurses to my network functions? Is there some kind of hook in ncurses for this? Is there some way I can use a feature of DJGPP to do this? Regards, Florian