summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 01:23:22 -0500
committerJeff Carr <[email protected]>2025-09-03 01:23:22 -0500
commit262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 (patch)
tree12f605e85b9ece8f4c80c9f954f7654285750201 /eventBindings.go
parentec0807ce2b069622e2f31e3b176931a68900252f (diff)
make the help menu appear when libnotify is clicked
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go4
1 files changed, 3 insertions, 1 deletions
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
}