summaryrefslogtreecommitdiff
path: root/junk1.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 12:36:46 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commitf76960c90764159d1cad6b5264687accc39ca4bd (patch)
tree2b56abf47b9396acd1d8a7eb6b3a7b89e610f815 /junk1.go
parent5b39848b6448c8b95764bd42146e4e13b469876e (diff)
almost quiet
Diffstat (limited to 'junk1.go')
-rw-r--r--junk1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/junk1.go b/junk1.go
index 7a6c4a7..bc38b11 100644
--- a/junk1.go
+++ b/junk1.go
@@ -105,7 +105,7 @@ func addDebugKeys(g *gocui.Gui) {
func(g *gocui.Gui, v *gocui.View) error {
w, h := g.MousePosition()
for _, tk := range findByXY(w, h) {
- log.Log(GOCUI, fmt.Sprintf("findByXY() msgDown() %s wId=%d at (%d,%d) %s", tk.WidgetType, tk.node.WidgetId, w, h, tk.node.String()))
+ log.Log(GOCUI, fmt.Sprintf("findByXY() 'f' key %-8s wId=%4d at (%3d,%3d) %s", tk.WidgetType, tk.node.WidgetId, w, h, tk.node.String()))
}
return nil
})