summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 17:18:27 -0500
committerJeff Carr <[email protected]>2025-10-17 17:18:27 -0500
commit34015f3d4ee487efe329d0387458f609343c2f9f (patch)
tree5f9b09170817a6b7c54c331322b1ff09a6882fc6 /structs.go
parent686c7f0bd6a69580e2c1503c89cc21c1881d368a (diff)
new name 'argvpb'
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index c156ad9..39a85b1 100644
--- a/structs.go
+++ b/structs.go
@@ -5,9 +5,8 @@ import (
"time"
"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/virtpb"
)
@@ -25,8 +24,8 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- auto *prep.Auto // more experiments for bash handling
- myGui *fhelp.GuiPrep // the gui toolkit handle
+ argv *argvpb.Argv // shell autocomplete
+ myGui *argvpb.GuiPrep // the gui toolkit handle
e *virtpb.Events // virt protobuf events
hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct
names []string // ?