summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 17:31:22 -0500
committerJeff Carr <[email protected]>2025-09-03 17:31:22 -0500
commite896cae995a1d0be5f172bf856b732b5fbf14017 (patch)
tree2cacbe7eb0882493d14f21aacb94f3a95d601783 /structs.go
parentf6803f07f1de75d84e4282409e237b00dd52586b (diff)
fixing gocui plugin exit()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 012ab28..098142d 100644
--- a/structs.go
+++ b/structs.go
@@ -31,10 +31,11 @@ type mainType struct {
urlbase string // base URL
mainWindow *gadgets.BasicWindow
- mainbox *gui.Node // the main box. enable/disable this
- autoDryRun *gui.Node // checkbox for --dry-run
- goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work
- gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
+ mainbox *gui.Node // the main box. enable/disable this
+ autoDryRun *gui.Node // checkbox for --dry-run
+ goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work
+ goSrcEdit *gadgets.BasicEntry // what is being used as primary directory for your work
+ gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
// these hold the branches that the user can switch all the repositories to them
reposWinB *gui.Node // button that opens the repos window