diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 12:36:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | f76960c90764159d1cad6b5264687accc39ca4bd (patch) | |
| tree | 2b56abf47b9396acd1d8a7eb6b3a7b89e610f815 /junk1.go | |
| parent | 5b39848b6448c8b95764bd42146e4e13b469876e (diff) | |
almost quiet
Diffstat (limited to 'junk1.go')
| -rw-r--r-- | junk1.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }) |
