Widgets API adaption

This commit is contained in:
gizak
2015-10-08 22:11:26 -04:00
parent e0dec9dbb9
commit ca69e25d1b
19 changed files with 173 additions and 270 deletions

View File

@@ -23,7 +23,7 @@ func main() {
}
defer termui.Close()
termui.UseTheme("helloworld")
//termui.UseTheme("helloworld")
b := termui.NewBlock()
b.Width = 20
b.Height = 30