summaryrefslogtreecommitdiff
path: root/vendor/github.com/jessevdk/go-flags/termsize_unix.go
blob: fcc118601016128c08a00870f5d45d8190477174 (plain)
1
2
3
4
5
6
7
// +build darwin freebsd netbsd openbsd

package flags

const (
	tIOCGWINSZ = 0x40087468
)