summaryrefslogtreecommitdiff
path: root/junk1.go
diff options
context:
space:
mode:
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
})