summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 1c0e6cc..cb80a0f 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -70,7 +70,7 @@ func theSuperMouse(g *gocui.Gui, v *gocui.View) error {
// use this to test code ideas // put whatever you want here and hit '2' to activate it
func theNotsure(g *gocui.Gui, v *gocui.View) error {
- log.Info("got keypress 2. now what? dark =", me.dark)
+ log.Info("got to theNotsure(). now what? dark =", me.dark)
return nil
}