tiocgwinsz_other.go 93 B

1234567
  1. // +build !darwin,!freebsd,!netbsd,!openbsd,!linux
  2. package flags
  3. const (
  4. tIOCGWINSZ = 0
  5. )