lihop/godot-xterm

Add PTY node support for Windows

lihop opened this issue · 0 comments

lihop commented

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.