This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
termui
mirror of
https://github.com/gizak/termui.git
Watch
1
Star
0
Fork
You've already forked termui
0
Code
Issues
Projects
Releases
Wiki
Activity
5bf8a442e7
termui
/
point.go
10 lines
105 B
Go
Raw
Blame
History
package
termui
import
tm
"github.com/nsf/termbox-go"
type
Point
struct
{
Code
tm
.
Cell
X
int
Y
int
}
Reference in New Issue
View Git Blame
Copy Permalink