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

@@ -11,7 +11,7 @@ type Label struct {
Fg Attribute
Bg Attribute
ui *Ui
ui *Ui
x0, y0, x1, y1 int
}