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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |