node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
## Environment details - OS: Windows - OS version: 10 - node-pty version: 0.11.0-beta17 and beta18 ## Issue description We haven't had a problem with 0.10.0. With 0.11.0 betas on...
## Environment details - OS: Xubuntu - OS version: 21.10 - node-pty version: 0.10.1 ## Issue description It seems like sometimes, there is a delay between the child writing to...
## Environment details - OS: WSL2: Ubuntu - OS version: 20.04 - node-pty version: 0.9.1, 0.10.1 - node versions: 14lts, 12lts ## Issue description When used as a dependency, or...
## Environment details - OS: windows - OS version: 21H1 (19043.1348) - node-pty version: 0.11.0-beta11 ## Issue description I was trying to debug an issue where if I kill a...
Microsoft ships the bleeding edge [ConPTY client-side implementation](https://github.com/microsoft/terminal/blob/27582a9186/src/winconpty/winconpty.cpp) with Windows Terminal, which includes features like mouse support. Only much later does it get pushed into Windows baseline which means node-pty...
## Environment details - OS: Xbuntu - OS version: Ubuntu 20.04.1 LTS x86_64 - node-pty version: idk ## Issue description The build has thrown up an error on node15.x. ```bash...
To properly fix https://github.com/microsoft/vscode/issues/123332 node-pty **must** provide a way to control `argv[0]` of the spawned process, that is, instead of… const ptyProcess = (await import('node-pty')).spawn("/bin/sh", ["--login"], options); … which internally...
## Environment details - OS: macOS Big Sur - OS version: 11.1 - node-pty version: 0.10.0 ## Issue description I'm testing some things out with `node-pty` and noticed a difference...
## Environment details - OS: GNU/Linux - OS version: 16.04 - node-pty version: master ## Issue description When using the `spawn` function, I didn't find any way to know when...
@Tyriar Not sure how to name it - well I think at least the unix part of this module is kinda broken by design. I've done some own investigations by...