node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
v1 should remove `IPty.on` in favor of onData/onExit (see https://github.com/Microsoft/node-pty/issues/282)
The typical IOCTL with TIOCGWINSZ to request and TIOCSWINSZ to change the terminal size support two more settings beside `cols` and `rows` - `xpixel` and `ypixel`. Would be nice if...
`spawn('node')` and `spawn('npm')` don't work on Windows because they need to be full paths. This can be made consistent with Linux/OSX with [which](https://npmjs.com/which).
Would be great if `node-pty` use something like [prebuild](https://github.com/mafintosh/prebuild) to avoid compiling on every install. Especially on windows. [Alot people](https://github.com/chjj/pty.js/issues/45) will appreciate it.
## Environment details - OS: Ubuntu - OS version: 20.04 - node-pty version: 0.10.1 ## Issue description How to Set HOME path while executing cd command
## Environment details - OS: windows - OS version: 11 - node-pty version: 0.10.1 - electron: 20.1.4 - xterm: 4.2.0 - electron-rebuild: 3.2.9 ## Issue description Tried building from the...
## Environment details - OS: Windows 11 - OS version: 22622.575 - node-pty version: 0.10.1 ## Issue description When installing (using yarn) a build error appears ``` # This file...
Hi! Thanks for this project :) May I ask which nodejs versions `node-pty` supports? (`node-pty`'s package.json does not have `engines` field.) For example, I saw some (closed) issues saying like...
## Environment details - OS: macOS - OS version: Ventura 13.5.2 (22G91) - node-pty version: 1.0.0 ## Issue description Does not work with [bun (https://bun.sh)](https://bun.sh) #### index.ts ```ts import pty...
## Environment details - OS: Windows 11 x64 - OS version: 23H2 build 22631.2715 - node-pty version: `1.0.0` ## Issue description While installing with npm under node v21.4.0 ```PowerShell npm...