From c71557feb72e83377bb75d83fc6ecbe34418b9ae Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:12:08 +0100 Subject: [PATCH] Small fix for programs --- Basalt/main.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Basalt/main.lua b/Basalt/main.lua index dd378d6..b530f14 100644 --- a/Basalt/main.lua +++ b/Basalt/main.lua @@ -515,6 +515,9 @@ basalt = { stop = stop, stopUpdate = stop, + getTerm = function() + return baseTerm + end, isKeyDown = function(key) if(activeKey[key]==nil)then return false end