summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 16:23:03 -0600
committerJeff Carr <[email protected]>2025-02-08 16:23:03 -0600
commitf8b7c603a12513c3865bb3166f11133a444b89c7 (patch)
tree1ef0fb28d7433d56def73369d8b1c9694ef92d9f /eventBindings.go
parent419f4aef6a3c4bda7fd85e69853b24d2bfb0469f (diff)
<enter> closes and saves the text from the textbox
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
}