diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 4 |
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 } |
