From fa6a85b92f818f1e0139a33ca4110acc97f8d4f2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 4 Jun 2023 12:49:20 -0400 Subject: Kill engine when window close button is clicked. --- catbird.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/catbird.scm b/catbird.scm index 13ebc4a..5ff8c1e 100644 --- a/catbird.scm +++ b/catbird.scm @@ -76,6 +76,7 @@ (load* kernel) (thunk) (add-overlay)) + #:quit exit-catbird #:error (lambda (e stack) (on-error kernel e stack)) -- cgit v1.2.3