diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 15:15:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 15:15:05 -0600 |
| commit | 96fdfd13386472039dd75b0c622bb97b9987173a (patch) | |
| tree | b0d0d08c8d826efc315970bd7a32a7f2354dbddd /eventBindings.go | |
| parent | 8d007ec10d8ea58d3bb1f85ec2ce2e99c3604231 (diff) | |
remove dumb old stuff and clean up struct.go
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 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 |
