summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go3
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))
}
}