summaryrefslogtreecommitdiff
path: root/toolkit/gocui/showStdout.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-24 08:45:30 -0500
committerJeff Carr <[email protected]>2023-04-24 08:45:30 -0500
commitcd998e95c1bae4e5e31ef9dced6d8f3c0095d46e (patch)
treefeedbd085d32aa489446af3a605c61615272dfbc /toolkit/gocui/showStdout.go
parent7006281da1053661a50acec0bcb9aa94cbbcf199 (diff)
try to find the parent window
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/showStdout.go')
-rw-r--r--toolkit/gocui/showStdout.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/gocui/showStdout.go b/toolkit/gocui/showStdout.go
index c367ab9..d6469f7 100644
--- a/toolkit/gocui/showStdout.go
+++ b/toolkit/gocui/showStdout.go
@@ -1,7 +1,3 @@
-// Copyright 2014 The gocui Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
package main
import (
@@ -34,7 +30,6 @@ func showMsg(g *gocui.Gui, v *gocui.View) error {
if l, err = v.Line(cy); err != nil {
l = ""
}
- // setOutput(me.rootNode)
makeOutputWidget(g, l)
return nil