diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |
