chjj/pty.js

Microsoft seems to have work on pty.js

supnate opened this issue · 1 comments

Finally I found a cross-platform working fork of pty.js. If you have problems on building pty.js especially for Windows you may try Tyriar/pty.js. What it does is described at: microsoft/vscode#13625

I've published the first release to npm as node-pty@0.4.1 which contains a few WIndows bug fixes in addition to Windows and Node build fixes.

The next version will include fixes to many Windows issues by updating to the latest winpty and getting rid of all customizations to the library (#81), I've also converted the JS to TypeScript to help ensure quality and keep the codebase DRY.