File: termsize_unix.go

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

package flags

const (
	TIOCGWINSZ = 0x40087468
)