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

In Node.js child_process module also provide `close` and `exit` events. There `close` means that all data were delivered and `exit` that the process exits. `exit` can happen before `close`, because...

enhancement
help wanted

VS Code issues: - https://github.com/Microsoft/vscode/issues/31301 - https://github.com/Microsoft/vscode/issues/31770

bug

https://github.com/Microsoft/vscode/issues/30602 revealed that lib/src made it into the module, prepublish should do a full clean.

debt

From @rprichard in https://github.com/Tyriar/node-pty/pull/103#discussion_r126276801 > I'm not 100% sure, but I think the initializer of `msg_` converts the wide string to a narrow string by truncating each wchar_t value to...

debt

They were deprecated in 0.6.3

debt

According to [semver](https://semver.org/): > identifiers consisting of only digits are compared numerically and identifiers with letters or hyphens are compared lexically in ASCII sort order Full text Precedence refers to...

debt

Downstream issue/repro: https://github.com/Microsoft/vscode/issues/23051 Temporary fix: https://github.com/Microsoft/vscode/commit/9464b54f39d8db943ddd4c134d9bef835b7bd506 Relevant commit that tried to fix the problem: https://github.com/chjj/pty.js/commit/4af628538ff5f970c2c84da31ba1e20db62696c0

bug
help wanted

Would be nice to show a gif demo in the readme. I believe giphy can do that: https://giphy.com/

enhancement

Maybe the pty has already been destroyed? ``` Stack Error: ioctl(2) failed. at UnixTerminal.resize (/node_modules.asar/node-pty/lib/unixTerminal.js:227:13) /vs/workbench/parts/terminal/node/terminalProcess.ts#123:19 (resize) /vs/workbench/parts/terminal/electron-browser/terminalProcessManager.ts#158:17 (setDimensions) /vs/workbench/parts/terminal/electron-browser/terminalInstance.ts#999:72 (onComplete) /vs/base/common/winjs.base.js#1191:0 (_notify) /vs/base/common/winjs.base.js#867:0 (enter) /vs/base/common/winjs.base.js#1089:0 (_run) /vs/base/common/winjs.base.js#1057:0 (c) /vs/workbench/parts/terminal/electron-browser/terminalProcessManager.ts#63:4...

bug
help wanted