I suspect the problem is that there are two ways to read and write in DOS/Windows. You can read the standard input and write to the standard output, as in unix/linux etc. You can also read from the console and write to the console with calls that don't touch the standard input/output. I believe (dredging up from the depths of long unused memory) that a different interrupt if used as the entry point into the operating system for these calls. Therefore I suspect that a TSR program could be written to hook these entry points and read/write from the standard input/output streams as appropriate. This is just an idea ... I'm not offering to do it, I'm afraid.
/John Vincent.
On Thu, Mar 20, 2003 at 11:18:31PM -0500, Igor Pechtchanski wrote:FYI, you could try writing a Cygwin wrapper program that would capture the output of a Windows process and print it out using Cygwin functions. This program should be able to recognize Cygwin ttys.
You've just described rxvt...
cgf
_________________________________________________________________
Overloaded with spam? With MSN 8, you can filter it out http://join.msn.com/?page=features/junkmail&pgmarket=en-gb&XAPID=32&DI=1059
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/