From b622bd88f4dd4f9c9965c91fd167e3c83449bdc9 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Sun, 23 Jun 2019 00:02:24 -0400 Subject: [PATCH] Update workspace.lua --- workspace.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workspace.lua b/workspace.lua index 87348bb..c3cb27f 100644 --- a/workspace.lua +++ b/workspace.lua @@ -1048,9 +1048,9 @@ local main = function() error("bad argument #1 (number expected, got " .. type(evt) .. ")", 2) end end - term.native = function() - return instances[y][x].window.handle - end +-- term.native = function() +-- return instances[y][x].window.handle +-- end end -- timer for instance timers and window scrolling @@ -1247,7 +1247,7 @@ local main = function() oldFuncReplace.os.time = os.time end oldFuncReplace.os.queueEvent = os.queueEvent - term.native = oldFuncReplace.term.native +-- term.native = oldFuncReplace.term.native for y = gridMinY, gridHeight do if instances[y] then @@ -1287,7 +1287,7 @@ local main = function() os.time = oldFuncReplace.os.time end os.queueEvent = oldFuncReplace.os.queueEvent - term.native = oldFuncReplace.term.termNative +-- term.native = oldFuncReplace.term.termNative end