blessed icon indicating copy to clipboard operation
blessed copied to clipboard

pty.js is unmaintained. Look into using node-pty instead?

Open Dwood15 opened this issue 7 years ago • 2 comments

https://github.com/chjj/blessed/blob/eab243fc7ad27f1d2932db6134f7382825ee3488/lib/widgets/terminal.js#L218

It's been 2 years since pty.js has updated, and so swapping the pty.js require out for node-pty, which is being maintained may be prudent.

I and a couple others on the reswitched discord have run into some issues with this legacy dep. We'll do more testing, but you should be able to swap the require out without issue.

Dwood15 avatar Dec 24 '17 05:12 Dwood15

In particular, node-pty does not break on Windows, whereas regular pty does.

Dwood15 avatar Dec 24 '17 05:12 Dwood15

+1

kkontosis avatar Feb 16 '21 12:02 kkontosis