sPhone/src/apps/sms.lua

14 lines
278 B
Lua
Raw Normal View History

2015-08-19 11:45:35 +02:00
local function clear()
term.setBackgroundColor(colors.white)
term.clear()
term.setCursorPos(1,1)
term.setTextColor(colors.black)
end
sPhone.winOk("The service is","currently offline", colors.lime, colors.green, colors.white, colors.lime)
--while true do
--clear()
--end