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

4 uses

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