Update info.lua

This commit is contained in:
Ale32bit 2015-09-21 21:35:43 +02:00
parent c896ef7f42
commit ba7db152ff

View file

@ -8,7 +8,7 @@ end
local function header()
clear()
local w, h = term.getSize()
paintutils.drawLine(1,1,w,1, colors.gray)
paintutils.drawLine(1,1,w,1, colors.blue)
term.setTextColor(colors.white)
term.setCursorPos(1,1)
write(" "..sPhone.user)