init global config

This commit is contained in:
Bradley Cicenas
2017-01-03 17:37:09 +00:00
parent e1e989c220
commit 062c4298f2
6 changed files with 38 additions and 34 deletions

View File

@@ -9,6 +9,7 @@ func main() {
panic(err)
}
defer ui.Close()
g := NewGrid()
for {
exit := Display(g)