summaryrefslogtreecommitdiff
path: root/keybindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 11:54:57 -0600
committerJeff Carr <[email protected]>2024-01-30 11:54:57 -0600
commit3f2f3de751ed9863ab798853b2a09db6b745a1b0 (patch)
treeb16b18d0b54f3a028a59359485611f7b82a8eaf9 /keybindings.go
parentf1b86c4e38075bb648059992eb38de040669c2bf (diff)
try to get toolkit to closev0.18.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'keybindings.go')
-rw-r--r--keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/keybindings.go b/keybindings.go
index f798fdb..9059f72 100644
--- a/keybindings.go
+++ b/keybindings.go
@@ -172,7 +172,7 @@ func addDebugKeys(g *gocui.Gui) {
// panic
g.SetKeybinding("", 'p', gocui.ModNone,
func(g *gocui.Gui, v *gocui.View) error {
- standardExit()
+ standardClose()
panic("forced panic in gocui")
return nil
})