'q' doesn't work
This commit is contained in:
parent
ad34230d67
commit
3b9e5beff6
2
help.go
2
help.go
|
@ -29,7 +29,7 @@ var helpText []string = []string{"Help Menu",
|
||||||
"H: toggle (H)elp",
|
"H: toggle (H)elp",
|
||||||
"D: toggle light/dark mode",
|
"D: toggle light/dark mode",
|
||||||
"Tab: toggle through windows",
|
"Tab: toggle through windows",
|
||||||
"q: quit()",
|
"CTRL-c: quit()",
|
||||||
"",
|
"",
|
||||||
"Debugging:",
|
"Debugging:",
|
||||||
"O: toggle (O)output (os.STDOUT)",
|
"O: toggle (O)output (os.STDOUT)",
|
||||||
|
|
Loading…
Reference in New Issue