go-prompt/prompt/input.go
2017-07-15 16:45:38 +09:00

7 lines
64 B
Go

package prompt
type WinSize struct {
Row uint16
Col uint16
}