diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
| commit | 3b258d0ce0e20ffedf8804409a16abbe84f1d383 (patch) | |
| tree | 0273746324f274f5c95e96a32b06911f4dd40e05 /gocui/showStdout.go | |
| parent | c4582b0b30e3020a92baf299572d8617872d45e5 (diff) | |
var value any
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/showStdout.go')
| -rw-r--r-- | gocui/showStdout.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gocui/showStdout.go b/gocui/showStdout.go index bcbffc9..06d5dbb 100644 --- a/gocui/showStdout.go +++ b/gocui/showStdout.go @@ -50,8 +50,7 @@ func makeOutputWidget(g *gocui.Gui, stringFromMouseClick string) *gocui.View { if (me.logStdout == nil) { a := new(widget.Action) - a.Name = "stdout" - a.Text = "stdout" + a.ProgName = "stdout" a.WidgetType = widget.Stdout a.WidgetId = -3 a.ParentId = 0 |
