Hey @buger , the last PR #38 brought the change which prevented built for the Windows OS.
if errors.Is(err, unix.EOPNOTSUPP) {
return math.MaxInt
}
I suppose, that there are should be built tags, for Linux and separate terminal_windows.go w/o Operation not supported on transport endpoint (EOPNOTSUPP) constant.
Thanks :)