diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 08:50:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (patch) | |
| tree | d0c783cbeaedb2c1188951fd95fc04d1fd55d54c /help.go | |
| parent | 11465e4043304d40a815c49adc3d829e5ba55449 (diff) | |
wrapping my head around this code again
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", |
