Gitiles
Code Review
Sign In
gerrit.opencord.org
/
bbsim
/
5f9b7f2c2e1951478650c2859fbfcba7a83f62c3
/
.
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
tiocgwinsz_linux.go
blob: e3975e2835f0220f9565a54bddbcdb8f5485d05e [
file
] [
log
] [
blame
]
Matteo Scandolo
a6a3aee
2019-11-26 13:30:14 -0700
[
diff
] [
blame
]
1
// +build linux
2
3
package flags
4
5
const (
6
tIOCGWINSZ = 0x5413
7
)