From 5e009cee5ac935e374afe79c289a6a5950eb3de0 Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 1 Apr 2024 23:35:39 -0400 Subject: [PATCH] do not use modal for debug --- tools/clog-builder-eval.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/clog-builder-eval.lisp b/tools/clog-builder-eval.lisp index baa1e64..d6cc75d 100644 --- a/tools/clog-builder-eval.lisp +++ b/tools/clog-builder-eval.lisp @@ -16,6 +16,7 @@ (setf r (or result "")) (bordeaux-threads:signal-semaphore sem)) :title title + :modal nil :width 640 :height 480) (bordeaux-threads:wait-on-semaphore sem)