Sign in
fuchsia
/
third_party
/
github.com
/
jessevdk
/
go-flags
/
e89e5c4579c909da6e1676890fc844f8a473bf9c
/
.
/
termsize_linux.go
blob: e3975e2835f0220f9565a54bddbcdb8f5485d05e [
file
] [
log
] [
blame
]
// +build linux
package flags
const (
tIOCGWINSZ = 0x5413
)