diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index 04cdd77..93663b6 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -105,7 +105,7 @@ func doPanic(g *gocui.Gui, v *gocui.View) error { func dumpWidgets(g *gocui.Gui, v *gocui.View) error { me.treeRoot.ListWidgets() - tk := me.logStdout.TK.(*guiWidget) + tk := me.logStdout // msg := fmt.Sprintf("test out kb %d\n", ecount) // tk.Write([]byte(msg)) if tk == nil { |
