summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 16:05:34 -0600
committerJeff Carr <[email protected]>2025-01-31 22:08:21 -0600
commitbac14a675bb0cf284809ff31db98f4a3799fe1f6 (patch)
treefb8ca54f5b8fcf949fa6b57c417fc23cd5f2254e /help.go
parentb7cd6d07fcaa69d009b3f33f7c59afb16b719029 (diff)
lots of work to clean up my old code
Diffstat (limited to 'help.go')
-rw-r--r--help.go15
1 files changed, 10 insertions, 5 deletions
diff --git a/help.go b/help.go
index 185eb83..2c8dd7c 100644
--- a/help.go
+++ b/help.go
@@ -12,17 +12,22 @@ import (
"github.com/awesome-gocui/gocui"
)
+/*
+ This in helpText doesn't print
+
+ "\x1b[0;32m  \x1b[0m", // this was a test to see what might be
+ // possible with gocui. it doesn't seem to work for me
+*/
+
var helpText []string = []string{"KEYBINDINGS",
"",
"?: toggle zhelp",
+ "S: super mouse",
+ "M: list all widgets positions",
+ "L: list all widgets in tree form",
"d: toggle debugging",
- "r: redraw widgets",
"s/h: show/hide all widgets",
- "L: list all widgets",
- "M: list all widgets positions",
- "\x1b[0;32m  \x1b[0m", // this was a test to see what might be
- // possible with gocui. it doesn't seem to work for me
"q: quit()",
"p: panic()",
"o: show Stdout",