summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 11:07:51 -0600
committerJeff Carr <[email protected]>2024-01-28 11:07:51 -0600
commitd5be773817445f19b98267d69849571fc9d84390 (patch)
tree9c7e830fa3bd72f4882d0b757c155b4c9da4d041 /structs.go
parent70f5c8864007fc5cec01bffd7efc15aa235c7135 (diff)
builds and runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a3b9d89..dc519a9 100644
--- a/structs.go
+++ b/structs.go
@@ -33,7 +33,7 @@ var redoWidgets bool = true
var currentWindow *tree.Node
type config struct {
- baseGui *gocui.Gui // the main gocui handle
+ baseGui *gocui.Gui // the main gocui handle
// rootNode *node // the base of the binary tree. it should have id == 0
treeRoot *tree.Node // the base of the binary tree. it should have id == 0