aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-03-04 23:40:16 -0500
committerAlee <Alee14498@gmail.com>2019-03-04 23:40:16 -0500
commit76182cd576ededfc364b16d6b5b57f791a122bb7 (patch)
tree4b99e40d0cf4afd812e89cc060b22396ea94be2b
parent2ed42c9c151c8f3ea1da7e7016e1a063e09d869d (diff)
downloadbits-UI-76182cd576ededfc364b16d6b5b57f791a122bb7.tar.gz
bits-UI-76182cd576ededfc364b16d6b5b57f791a122bb7.tar.bz2
bits-UI-76182cd576ededfc364b16d6b5b57f791a122bb7.zip
Final commit for the night :eyes:
-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)