summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 3c79964..c1df6cb 100644
--- a/structs.go
+++ b/structs.go
@@ -7,10 +7,12 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
)
+// var newargv *argvpb.Argv // more experiments for bash handling
+
var me *mainType
func (b *mainType) Disable() {
@@ -28,7 +30,7 @@ func myServer() string {
// this app's variables
type mainType struct {
- sh *prep.Auto // shell autocomplete
+ sh *argvpb.Argv // shell autocomplete
forge *forgepb.Forge // for holding the forge protobuf files
myGui *fhelp.GuiPrep // for initializing the GUI toolkits
origGui *gui.Node // for initializing the GUI toolkits