[comp.windows.x] I/O redirection to a window.

somani@parns.nsc.com (Anil Somani X14146) (04/22/89)

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,