go-prompt/prompt/input.go

7 lines
64 B
Go
Raw Normal View History

2017-07-14 01:51:19 +00:00
package prompt
type WinSize struct {
Row uint16
Col uint16
}