type golang.org/x/sys/unix.Winsize
4 uses
golang.org/x/sys/unix (current package)
ioctl_unsigned.go#L39: func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
ioctl_unsigned.go#L64: func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
ioctl_unsigned.go#L65: var value Winsize
ztypes_linux.go#L989: type Winsize struct {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)