summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 49d826d..392934d 100644
--- a/structs.go
+++ b/structs.go
@@ -22,11 +22,15 @@ type RepoList struct {
autoHidePerfect bool
autoScan bool
allrepos map[string]*Repo
+ viewName string
// reposwin *gadgets.BasicWindow
reposbox *gui.Node
reposgrid *gui.Node
reposgroup *gui.Node
+
+ // put things here that can't be seen
+ blind *gui.Node
}
type Repo struct {