summaryrefslogtreecommitdiff
path: root/toolkit/gocui/help.go
diff options
context:
space:
mode:
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()")