diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 13:43:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 13:43:51 -0600 |
| commit | e4f0524bdf5331d91c95c9cb89eb4f40138a0ab1 (patch) | |
| tree | da74a51b73f8c9949062b0a2b8965c3c917af18e /eventMouse.go | |
| parent | ebb03139bb875cef38dbaff1aaaf5a546ff1ce1a (diff) | |
lots of code cleanup and debugging work
Diffstat (limited to 'eventMouse.go')
| -rw-r--r-- | eventMouse.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eventMouse.go b/eventMouse.go index 3a5e0a6..22d153c 100644 --- a/eventMouse.go +++ b/eventMouse.go @@ -35,7 +35,8 @@ func mouseMove(g *gocui.Gui) { if me.supermouse { for _, tk := range findByXY(w, h) { - log.Log(GOCUI, fmt.Sprintf("findByXY() mouseMove() %s wId=%d cuiName=%s at (%d,%d)", tk.WidgetType, tk.node.WidgetId, tk.cuiName, w, h)) + tk.dumpWidget("findByXY()") + // log.Log(GOCUI, fmt.Sprintf("findByXY() mouseMove() %s wId=%d cuiName=%s at (%d,%d)", tk.WidgetType, tk.node.WidgetId, tk.cuiName, w, h)) } } |
