Update info.lua
This commit is contained in:
parent
c896ef7f42
commit
ba7db152ff
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue