diff options
Diffstat (limited to 'keybindings.go')
| -rw-r--r-- | keybindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keybindings.go b/keybindings.go index 66e11ed..902eed8 100644 --- a/keybindings.go +++ b/keybindings.go @@ -119,7 +119,7 @@ func addDebugKeys(g *gocui.Gui) { g.SetKeybinding("", 'M', gocui.ModNone, func(g *gocui.Gui, v *gocui.View) error { w := me.treeRoot.TK.(*guiWidget) - w.dumpTree(true) + w.dumpTree() return nil }) |
