Update sPhone.lua

This commit is contained in:
Ale32bit 2015-10-10 16:18:02 +02:00
parent 738ef13b86
commit 0388834c0e

View file

@ -67,6 +67,7 @@ local function kernel()
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)
term.clear() term.clear()
term.setCursorPos(1,1)
for k, v in pairs(fs.list("/.sPhone/autorun")) do for k, v in pairs(fs.list("/.sPhone/autorun")) do
term.setTextColor(colors.black) term.setTextColor(colors.black)