File: termsize_other.go

package info (click to toggle)
golang-github-svent-go-flags 1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: sh: 13; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
// +build !darwin,!freebsd,!netbsd,!openbsd,!linux

package flags

const (
	TIOCGWINSZ = 0
)