diff options
| author | Jeff Carr <[email protected]> | 2023-12-16 06:57:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-16 06:57:39 -0600 |
| commit | 87ab9a958d9eb9f4db35d5c9f9ce923df3132dad (patch) | |
| tree | fd3ee29d828e9e69175a6ca04fec6ae0fe60fcc0 /toolkit/gocui/help.go | |
| parent | dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf (diff) | |
correct line hight
dump non-working size rectangle code
somehow works better
better dropdown menu debugging
minor fixes to common.go
more common code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/help.go')
| -rw-r--r-- | toolkit/gocui/help.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/gocui/help.go b/toolkit/gocui/help.go index 6113257..82d5cc5 100644 --- a/toolkit/gocui/help.go +++ b/toolkit/gocui/help.go @@ -19,6 +19,7 @@ var helpText []string = []string{"KEYBINDINGS", "r: redraw widgets", "s/h: show/hide all widgets", "L: list all widgets", + "M: list all widgets positions", "q: quit()", "p: panic()", "o: show Stdout", |
