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

8 lines
63 B
Go

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