From 262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 01:23:22 -0500 Subject: make the help menu appear when libnotify is clicked --- eventBindings.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eventBindings.go') diff --git a/eventBindings.go b/eventBindings.go index 7b31570..5e06f8b 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -103,7 +103,9 @@ func theDarkness(g *gocui.Gui, v *gocui.View) error { log.Info("you have seen the light") } else { me.dark = true - log.Info("you have entered into darkness") + log.Info("you have entered into darkness (you may need to trigger SIGWINCH)") + log.Info("or maybe open a new window. notsure. This obviously isn't finished.") + log.Info("submit patches to this and you will definitely get free cloud credits at WIT") } return nil } -- cgit v1.2.3