summaryrefslogtreecommitdiff
path: root/toolkit/gocui/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-03 16:08:58 -0500
committerJeff Carr <[email protected]>2023-04-03 16:08:58 -0500
commitc14ba9d6da0a82d6cd39645764a8f9b1a88af5d4 (patch)
treed7fe4c0f6eb7484730088b6d1b38e230a0aa0300 /toolkit/gocui/help.go
parent55c7b44594096f338676d1b133acd4c649d1d6b8 (diff)
gocui: debugging logical sizes
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 8796ad6..656eefa 100644
--- a/toolkit/gocui/help.go
+++ b/toolkit/gocui/help.go
@@ -35,6 +35,7 @@ func helplayout(g *gocui.Gui) error {
fmt.Fprintln(help, "Arrow keys: Move Button")
fmt.Fprintln(help, "t: Move Button to the top")
fmt.Fprintln(help, "b: Move Button to the button")
+ fmt.Fprintln(help, "d: show/hide debugging")
fmt.Fprintln(help, "h: hide buttons")
fmt.Fprintln(help, "s: show buttons")
fmt.Fprintln(help, "p: panic()")