func golang.org/x/sys/unix.IoctlGetWinsize

2 uses

	golang.org/x/sys/unix (current package)
		ioctl.go#L64: func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {

	src.elv.sh/pkg/sys
		winsize_unix.go#L22: 	ws, err := unix.IoctlGetWinsize(fd, unix.TIOCGWINSZ)