summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 10:49:52 -0600
committerJeff Carr <[email protected]>2024-02-18 10:49:52 -0600
commit02542bafe8f570d04a946851a4c993f3f4de6e18 (patch)
tree4b3f17953e58b8bd84dff4ea4c089b602c7a1d7f /structs.go
parent860981e63d535cfed566ac831fc9fd130b1b03fb (diff)
add guireleaser view
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 {