Update ECSAPI.lua

This commit is contained in:
Igor Timofeev 2015-09-17 22:48:52 +03:00
parent 8670b3cb53
commit 8c39fa23a3

View File

@ -920,6 +920,11 @@ function ECSAPI.inputText(x, y, limit, cheBiloVvedeno, background, foreground, j
elseif e[1] == "touch" then
term.setCursorBlink(false)
return text
elseif e[1] == "clipboard" then
if e[3] then
text = text..e[3]
draw()
end
end
end
end