This website requires JavaScript.
Explore
Help
Register
Sign In
LK
/
xmtop
Watch
1
Star
0
Fork
0
You've already forked xmtop
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
c48984563e
xmtop
/
vendor
/
github.com
/
gizak
/
termui
/
alignment.go
10 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Add go vendor
2019-01-15 12:18:13 +08:00
package
termui
Switch to master branch of gizak/termui after its update
2019-01-24 13:23:35 +08:00
type
Alignment
uint
Add go vendor
2019-01-15 12:18:13 +08:00
const
(
AlignLeft
Alignment
=
iota
AlignCenter
AlignRight
)
Reference in New Issue
Copy Permalink