tiocgwinsz_bsdish.go 91 B

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