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:
@@ -1153,8 +1153,12 @@ function ECSAPI.info(x, y, title, text)
|
||||
local height = 4
|
||||
x, y = ECSAPI.correctStartCoords(x, y, width, height)
|
||||
|
||||
local oldPixels = ECSAPI.rememberOldPixels(x, y, x + width + 1, y + height)
|
||||
|
||||
ECSAPI.emptyWindow(x, y, width, height, title)
|
||||
ECSAPI.colorTextWithBack(x + 2, y + 2, ECSAPI.windowColors.usualText, ECSAPI.windowColors.background, text)
|
||||
|
||||
return oldPixels
|
||||
end
|
||||
|
||||
--Скроллбар вертикальный
|
||||
|
||||
Reference in New Issue
Block a user