summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 02:49:21 -0600
committerJeff Carr <[email protected]>2025-02-06 02:49:21 -0600
commit8522d4671e02f6271777d5bbf327d2d522a9c9ef (patch)
tree434e5a546e9b813cdda7d7d297ade1dd84d37730 /debug.go
parent88e9594b9304aa8be7c1b766d54bb07979201a66 (diff)
stdout var cleanup
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index bde2cd1..0a662dd 100644
--- a/debug.go
+++ b/debug.go
@@ -90,7 +90,7 @@ func (tk *guiWidget) dumpWidget(s string) {
func printWidgetTree(g *gocui.Gui, v *gocui.View) error {
me.treeRoot.ListWidgets()
- tk := me.logStdout
+ tk := me.stdout.tk
// msg := fmt.Sprintf("test out kb %d\n", ecount)
// tk.Write([]byte(msg))
if tk == nil {