User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)
Brad Jarvinen wrote:
Is there any reason that there's no PTY JNI implementation library for
Windows (there seems to be one for other platforms)? Is it a technical
reason or just nobody has implemented it?
Thanks,
Brad
Windows doesn't have the concept of pseudo-TTYs, whereas Unix always
has. It would take a lot to code up a driver that provides the necessary
functionality.