tiocgwinsz_linux.go 63 B

1234567
  1. // +build linux
  2. package flags
  3. const (
  4. tIOCGWINSZ = 0x5413
  5. )