refactor menu into subpackage

This commit is contained in:
Bradley Cicenas
2017-02-15 07:40:16 +00:00
parent c9632c9bf6
commit 9ddc99f788
4 changed files with 64 additions and 59 deletions

View File

@@ -10,6 +10,8 @@ var (
input_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_."
)
type Padding [2]int // x,y padding
type Input struct {
ui.Block
Label string