diff options
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", |
