summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 17:38:10 -0600
committerJeff Carr <[email protected]>2025-02-01 17:38:10 -0600
commit9a3f9d0991df81a7259801905b7febc2bebe03e8 (patch)
treebd615b543d75c595c4ee3577e77028e939acb77f /eventBindings.go
parent2062060dac99b4a6bda8705adfb1696cb01be50c (diff)
kinda don't believe it, but maybe new mouseMove()
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go2
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 {