summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 19:43:21 -0600
committerJeff Carr <[email protected]>2024-02-19 19:43:21 -0600
commit47d27e4166b960d7b84c9f6d974cc580843d59e9 (patch)
tree226b0ba7da4d42bc3d4e96fe600e76761d221db9 /structs.go
parent240da220878c0e24fc40f40c7ea16fff66250d4e (diff)
used a blind widget
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index d9db235..721dced 100644
--- a/structs.go
+++ b/structs.go
@@ -24,20 +24,22 @@ type RepoList struct {
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
+
+ shownCount *gui.Node
+ hideFunction func(*Repo)
}
type Repo struct {
hidden bool
lasttagrev string
- lasttag string
- giturl string
+ // lasttag string
+ giturl string
pLabel *gui.Node // path label