From f8b7c603a12513c3865bb3166f11133a444b89c7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 16:23:03 -0600 Subject: closes and saves the text from the textbox --- eventBindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventBindings.go') 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 } -- cgit v1.2.3