mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 01:02:46 +01:00
Update ECSAPI.lua
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user