summaryrefslogtreecommitdiff
path: root/golang.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 20:24:58 -0600
committerJeff Carr <[email protected]>2024-01-20 20:24:58 -0600
commit15e9548cf50fad96ee938f134daca32d7b83b896 (patch)
tree0663412f430517c55697325cea59c339c05c57bc /golang.go
parentc1b2c4a18200172f01cf9a0d02aa632f087224d5 (diff)
it's my memory so I can forgetv0.12.6
lots of general improvements ready to fix gocui working on log settings fix the debugger Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'golang.go')
-rw-r--r--golang.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/golang.go b/golang.go
index 92313ee..dd29841 100644
--- a/golang.go
+++ b/golang.go
@@ -14,7 +14,8 @@ import (
"go.wit.com/log"
)
-func DebugGolangWindow(p *gui.Node) *gadgets.BasicWindow {
+func DebugGolangWindow() *gadgets.BasicWindow {
+ p := gui.TreeRoot()
var w *gadgets.BasicWindow
var g, og, outputTextbox *gui.Node