Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!nsc!voder!parns!somani From: somani@parns.nsc.com (Anil Somani X14146) Newsgroups: comp.windows.x Subject: I/O redirection to a window. Keywords: I/O, redirection, file descriptors Message-ID: <113@bahamas.nsc.com> Date: 21 Apr 89 21:09:53 GMT Organization: National Semiconductor, Santa Clara Lines: 8 Normally when a X application is run, the stdin, stdout and stderr are tied to the window (xterm) which the application is fired from. I would like to create within my program a new seperate window and redirect the std* I/O to this window. How can I dynamically associate Unix file descriptors to an X window? Thanks in advance,