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

8 lines
63 B
Go

// +build linux
package flags
const (
tIOCGWINSZ = 0x5413
)