type golang.org/x/sys/unix.Winsize

4 uses

	golang.org/x/sys/unix (current package)
		ioctl.go#L35: func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
		ioctl.go#L64: func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
		ioctl.go#L65: 	var value Winsize
		ztypes_darwin_amd64.go#L466: type Winsize struct {