0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-12 19:48:12 +00:00
crazy-max_diun/vendor/github.com/AlecAivazis/survey/v2/terminal/terminal.go
2024-12-14 22:30:21 +01:00

8 lines
76 B
Go

package terminal
type Short int16
type Coord struct {
X Short
Y Short
}