summaryrefslogtreecommitdiff
path: root/toolkit/gocui/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-16 06:57:39 -0600
committerJeff Carr <[email protected]>2023-12-16 06:57:39 -0600
commit87ab9a958d9eb9f4db35d5c9f9ce923df3132dad (patch)
treefd3ee29d828e9e69175a6ca04fec6ae0fe60fcc0 /toolkit/gocui/help.go
parentdcce32583387be7fc4f6cd8c8dea62fd7dc42ecf (diff)
gocui: fixes to labels + line entriesv0.8.8.1v0.8.8
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.go1
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",