Update buddies.lua

This commit is contained in:
Ale32bit 2015-11-27 22:49:24 +01:00
parent f41a852ddb
commit e4131ed844

View file

@ -40,7 +40,7 @@ local function add()
term.setBackgroundColor(colors.white)
term.setTextColor(colors.black)
term.setCursorPos(2,3)
sertextext.center(3, " Name")
visum.align("center", " Name",false,3)
term.setCursorPos(2,5)
term.setCursorBlink(true)
local e,_,x,y = os.pullEvent()