summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 17:18:38 -0500
committerJeff Carr <[email protected]>2025-10-17 17:18:38 -0500
commit7cfeaaa25c46d87919b5a61dd2338765f40fc23c (patch)
tree3b3d6cf7540bc3192ef686c737a01afb5a3321d3 /structs.go
parent248f081df39436c234f38c3a1980365e2b4673c7 (diff)
lib now named 'argvpb'
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index e555300..8aab53a 100644
--- a/structs.go
+++ b/structs.go
@@ -9,15 +9,15 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
)
var me *gusconf
// this app's variables
type gusconf struct {
- auto *prep.Auto // more experiments for bash handling
- myGui *prep.GuiPrep // the base of the gui
+ argv *argvpb.Argv // shell autocomplete
+ myGui *argvpb.GuiPrep // the base of the gui
portmaps *Portmaps // the portmap window
portwin *stdTableWin // the portwin window
events *Events // the event log