Update sPhone.lua
This commit is contained in:
parent
feba3fe920
commit
89dea781bf
1 changed files with 2 additions and 1 deletions
|
@ -755,7 +755,8 @@ 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"])
|
||||||
write(" ")
|
term.setCursorPos(1,1)
|
||||||
|
write(" ")
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
write(" "..textutils.formatTime(os.time(),true))
|
write(" "..textutils.formatTime(os.time(),true))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue