Update buddies.lua

This commit is contained in:
Ale32bit 2015-10-04 21:53:01 +02:00
parent de5cc766b7
commit beb7d8983a

View file

@ -41,7 +41,7 @@ local function add()
term.setCursorPos(2,3) term.setCursorPos(2,3)
sertextext.center(3, " Name") sertextext.center(3, " Name")
term.setCursorPos(2,5) term.setCursorPos(2,5)
term.setCursorBlick(true) term.setCursorBlink(true)
local e,_,x,y = os.pullEvent() local e,_,x,y = os.pullEvent()
if e == "mouse_click" then if e == "mouse_click" then
if y == 1 and x == w then if y == 1 and x == w then