summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 03:26:05 -0600
committerJeff Carr <[email protected]>2025-02-07 03:26:05 -0600
commit13a194dca5d9c6153772d2ef4e1f5ce93f191c6d (patch)
treef8cccff1a4597968e18a1d882431305bc83babc5 /help.go
parent6c522a4b271dd978928ec0079a6be205edb22727 (diff)
more on dark mode
Diffstat (limited to 'help.go')
-rw-r--r--help.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/help.go b/help.go
index 7aa5e62..1948fa8 100644
--- a/help.go
+++ b/help.go
@@ -26,13 +26,15 @@ import (
var helpText []string = []string{"Help Menu",
"",
"H: toggle (H)elp",
+ "D: toggle light/dark mode",
+ "Tab: toggle through windows",
+ "q: quit()",
+ "",
+ "Debugging:",
"O: toggle (O)output (os.STDOUT)",
"S: super mouse",
"M: list all widgets positions",
"L: list all widgets in tree",
- "Tab: toggle through windows",
- "q: quit()",
- "",
}
func hideHelp() {