Update sPhone.lua

This commit is contained in:
Ale32bit 2016-03-21 13:30:58 +01:00
parent feba3fe920
commit 89dea781bf

View file

@ -755,6 +755,7 @@ end
term.setCursorPos(1,1) term.setCursorPos(1,1)
term.setBackgroundColor(sPhone.theme["header"]) term.setBackgroundColor(sPhone.theme["header"])
term.setTextColor(sPhone.theme["headerText"]) term.setTextColor(sPhone.theme["headerText"])
term.setCursorPos(1,1)
write(" ") write(" ")
term.setCursorPos(1,1) term.setCursorPos(1,1)
write(" "..textutils.formatTime(os.time(),true)) write(" "..textutils.formatTime(os.time(),true))