summaryrefslogtreecommitdiff
path: root/stdoutShow.go
diff options
context:
space:
mode:
Diffstat (limited to 'stdoutShow.go')
-rw-r--r--stdoutShow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdoutShow.go b/stdoutShow.go
index 41c7bcf..b8767ac 100644
--- a/stdoutShow.go
+++ b/stdoutShow.go
@@ -45,7 +45,7 @@ func makeOutputWidget(g *gocui.Gui, stringFromMouseClick string) *gocui.View {
a := new(widget.Action)
a.ProgName = "2stdout2"
a.WidgetType = widget.Stdout
- a.WidgetId = -3
+ a.WidgetId = me.stdout.wId
a.ParentId = 0
// n := addNode(a)
n := me.myTree.AddNode(a)