pty
pty copied to clipboard
Can I use it on Windows?
v1.1.18 Can I use it on Windows?
@robomentor Windows doesn't have the same concept of tty's like Linux and UNIX-like platforms do. So you cannot create a pty on Windows either.
Since 2018, Windows added ConPty API.
https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/