Files
invertergui/vendor/github.com/jessevdk/go-flags/tiocgwinsz_other.go
2020-06-15 14:05:59 +02:00

8 lines
93 B
Go

// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
package flags
const (
tIOCGWINSZ = 0
)