pkg / term

Package term manages POSIX terminals.
BSD 2-Clause "Simplified" License
392 stars 66 forks source link

pty not compatible with windows #50

Closed Abbaskt closed 4 years ago

Abbaskt commented 4 years ago

github.com/pkg/term/termios

../go/src/github.com/pkg/term/termios/pty.go:20:14: undefined: open_pty_master ../go/src/github.com/pkg/term/termios/pty.go:25:16: undefined: Ptsname ../go/src/github.com/pkg/term/termios/pty.go:30:8: undefined: grantpt ../go/src/github.com/pkg/term/termios/pty.go:35:8: undefined: unlockpt

davecheney commented 4 years ago

Yes, that is correct. This package is not compatible with windows.

davecheney commented 4 years ago

Opps, my mistake. This package should work on windows. I don't use windows so I probably won't be able to resolve this myself.

davecheney commented 4 years ago

I'm sorry for the confusion. This project does not support windows, term/termios doesn't either as it is a unix specific package.