summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
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 ca25fde..6812314 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -66,7 +66,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error {
log.Info("got keypress 2. now what?")
w, h := g.MousePosition()
for _, tk := range findByXY(w, h) {
- if tk.WidgetType == widget.Stdout {
+ if tk.node.WidgetType == widget.Stdout {
tk.dumpWidget("theNotsure()")
log.Info("skipping stdout")
continue