summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 18:05:39 -0600
committerJeff Carr <[email protected]>2025-02-01 18:05:39 -0600
commitf79cf8917058b421a4f8dd4a854795720671c008 (patch)
treecff72d250ab618f791fc87291c19232a8bc7fd1a /help.go
parent5a2097d08053cbfc0d4c05fb7fec72d43ea7e5eb (diff)
part way to a generalized mouse move()
Diffstat (limited to 'help.go')
-rw-r--r--help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.go b/help.go
index 12e8c9b..10ae31c 100644
--- a/help.go
+++ b/help.go
@@ -24,7 +24,7 @@ import (
var helpText []string = []string{"KEYBINDINGS",
"",
- "?: toggle help",
+ "?: toggle zhelp",
"S: super mouse",
"M: list all widgets positions",
"L: list all widgets in tree form",