godot-xterm icon indicating copy to clipboard operation
godot-xterm copied to clipboard

Add PTY node support for Windows

Open lihop opened this issue 4 years ago • 0 comments

Currently, the Pseudoterminal node is only supported on Linux and MacOS. Using winpty or conpty it should be possible to support this node on Windows also.

See https://github.com/microsoft/node-pty/tree/master/src/win for an example of how these libraries are used to open a pseudoterminal on windows.

lihop avatar Nov 21 '20 06:11 lihop