uiterm: change Ui.Active to return View name

This commit is contained in:
Tim Cooper
2014-12-06 22:15:04 -04:00
parent 00c1d9b928
commit 54584f8e30
6 changed files with 14 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ type Textbox struct {
Input func(ui *Ui, textbox *Textbox, text string)
ui *Ui
ui *Ui
active bool
x0, y0, x1, y1 int
}