creack / pty

PTY interface for Go
https://pkg.go.dev/github.com/creack/pty?tab=doc
MIT License
1.68k stars 234 forks source link

GOOS=windows build on linux undefined: pty.Start #158

Closed mamh2021 closed 11 months ago

photostorm commented 2 years ago

Windows is currently not supported in the master branch

creack commented 11 months ago

sorry for the delay. @mamh2021 couldyou provide more details and maybe an example to reproduce?

While Windows is indeed not supported yet (very soon to be), it should still be able to compile.

I did just find a similar issue, but with syscall.SIGWINCH, not with pty.Start. (That was a typo, I can't reproduce the issue)

creack commented 11 months ago

Closing as can't reproduce. Likely fixed in a recent version.