summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-02 13:06:30 -0600
committerJeff Carr <[email protected]>2025-02-02 15:04:47 -0600
commit517d844b3c8257dd796244e6a151deceabedab42 (patch)
tree1ebd6b05f55b13a8b716860e4593087d8ed69228 /eventBindings.go
parent4a8fb6ab224e4b4c126f72be77abb1affc85e362 (diff)
more work on the ever illusive floating stdout window
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 6d2c613..e923f2d 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -124,7 +124,6 @@ func doPanic(g *gocui.Gui, v *gocui.View) error {
log.Log(GOCUI, "do panic() here")
standardClose()
panic("forced panic in gocui")
- return nil
}
func dumpWidgets(g *gocui.Gui, v *gocui.View) error {