You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tiocgwinsz_bsdish.go 91B

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