'q' doesn't work

This commit is contained in:
Jeff Carr 2025-02-23 18:57:40 -06:00
parent ad34230d67
commit 3b9e5beff6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var helpText []string = []string{"Help Menu",
"H: toggle (H)elp",
"D: toggle light/dark mode",
"Tab: toggle through windows",
"q: quit()",
"CTRL-c: quit()",
"",
"Debugging:",
"O: toggle (O)output (os.STDOUT)",