chronograf/vendor/github.com/jessevdk/go-flags/termsize_unix.go

8 lines
91 B
Go
Raw Normal View History

2017-05-12 19:32:40 +00:00
// +build darwin freebsd netbsd openbsd
package flags
const (
tIOCGWINSZ = 0x40087468
)