diff options
Diffstat (limited to 'toolkit/gocui/keybindings.go')
| -rw-r--r-- | toolkit/gocui/keybindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/keybindings.go b/toolkit/gocui/keybindings.go index 69def39..48edf71 100644 --- a/toolkit/gocui/keybindings.go +++ b/toolkit/gocui/keybindings.go @@ -130,7 +130,7 @@ func initKeybindings(g *gocui.Gui) error { g.SetCurrentView("help") // moveView(g, tmp, 0, -delta) if err := g.DeleteView("help"); err != nil { - panic(err) + log.Fatalln("gocui SetKeybinding()", err) } return nil }); err != nil { |
