pgweb/vendor/github.com/jessevdk/go-flags/tiocgwinsz_other.go
2018-08-31 21:49:24 -05:00

8 lines
93 B
Go

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