summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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 2b262dd..2cda697 100644
--- a/structs.go
+++ b/structs.go
@@ -15,9 +15,9 @@ type autoType struct {
autotypistWindow *gui.Node
- reposwin *gadgets.BasicWindow
- reposbox *gui.Node
- reposgrid *gui.Node
+ reposwin *gadgets.BasicWindow
+ reposbox *gui.Node
+ reposgrid *gui.Node
reposgroup *gui.Node
// #### autotypist Global Display Options
@@ -83,7 +83,9 @@ type repo struct {
develVersion *gui.Node // the devel branch version
userVersion *gui.Node // the user branch version
+ endBox *gui.Node // a general box at the end of the row
statusButton *gui.Node // opens up the status window
+ diffButton *gui.Node // opens up the status window
status *repostatus.RepoStatus
}