aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/desktop.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/desktop.lua b/system/desktop.lua
index e1dec2c..1e4a40d 100644
--- a/system/desktop.lua
+++ b/system/desktop.lua
@@ -1,3 +1,4 @@
+os.pullEvent = os.pullEventRaw
term.clear()
term.setCursorPos(1,1)
term.setBackgroundColor(colors.white)