summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 08:50:00 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commit75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (patch)
treed0c783cbeaedb2c1188951fd95fc04d1fd55d54c /help.go
parent11465e4043304d40a815c49adc3d829e5ba55449 (diff)
wrapping my head around this code again
Diffstat (limited to 'help.go')
-rw-r--r--help.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/help.go b/help.go
index d96ff9a..8131b19 100644
--- a/help.go
+++ b/help.go
@@ -20,7 +20,9 @@ var helpText []string = []string{"KEYBINDINGS",
"s/h: show/hide all widgets",
"L: list all widgets",
"M: list all widgets positions",
- "\x1b[0;32m  \x1b[0m",
+
+ "\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",