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