node-pty icon indicating copy to clipboard operation
node-pty copied to clipboard

Fork pseudoterminals in Node.JS

Results 103 node-pty issues
Sort by recently updated
recently updated
newest added
trafficstars

Title: Description: When building this package in debug mode, the vscode pty host crashes with a core dump. The root cause was identified as improper usage of HandleScope in the...

bug

This PR add a `pty.handoff({ input, output, signal, ref, server, client });` function. To allow passing handoff handles and get a ITerminal interface. This function need to use with https://github.com/ysc3839/node-terminal-handoff...