Update ECSAPI.lua

This commit is contained in:
Igor Timofeev
2015-08-25 22:24:08 +03:00
parent 60e12977fc
commit aa1c54b2a4

View File

@@ -16,7 +16,7 @@ local ECSAPI = {}
----------------------------------------------------------------------------------------------------
ECSAPI.windowColors = {
background = 0xdddddd,
background = 0xeeeeee,
usualText = 0x444444,
subText = 0x888888,
tab = 0xaaaaaa,
@@ -637,7 +637,7 @@ function ECSAPI.inputText(x, y, limit, cheBiloVvedeno, background, foreground, j
else
gpu.set(x, y, ECSAPI.stringLimit("start", text, limit))
end
term.setCursor(xCursor, y)
term.setCursorBlink(true)