diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 18:05:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 18:05:39 -0600 |
| commit | f79cf8917058b421a4f8dd4a854795720671c008 (patch) | |
| tree | cff72d250ab618f791fc87291c19232a8bc7fd1a /help.go | |
| parent | 5a2097d08053cbfc0d4c05fb7fec72d43ea7e5eb (diff) | |
part way to a generalized mouse move()
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ import ( var helpText []string = []string{"KEYBINDINGS", "", - "?: toggle help", + "?: toggle zhelp", "S: super mouse", "M: list all widgets positions", "L: list all widgets in tree form", |
