summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 15:24:35 -0600
committerJeff Carr <[email protected]>2024-02-12 15:24:35 -0600
commit4555b9f34d926f1a94691a1d2db5ed2d1520daa8 (patch)
treec5669d8ab90c9583259c58889da1e4a8a443029e /structs.go
parentcdc5743e67fd69c20a582d59ec2c47c804ae84ef (diff)
add a git commit button. I used it for this commit
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
}