From 1c2efcd8cea263c04fd0a1fa5e80e445a0f560c6 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 12 Aug 2023 22:04:15 -0700 Subject: [PATCH] fix test --- test/library/gui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/library/gui.lua b/test/library/gui.lua index 80c91198c..3fc8b889d 100644 --- a/test/library/gui.lua +++ b/test/library/gui.lua @@ -18,6 +18,7 @@ function test.clear_pen() bg = COLOR_BLACK, bold = false, tile_color = false, + write_to_lower = true, }) end