diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 09:49:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 1d32c5da2b184314758726ecdfbcd6dbb548c867 (patch) | |
| tree | 6b1ca2b83e52a2d83a51e83df2ba4451e78662ec /help.go | |
| parent | 9f38585892d08690dde1b67b9a01006af308a949 (diff) | |
got the strings for a dropdown widget (finally. only took me 4 years)
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ import ( var helpText []string = []string{"KEYBINDINGS", "", - "?: toggle helps", + "?: toggle zhelp", "d: toggle debugging", "r: redraw widgets", "s/h: show/hide all widgets", |
