-monitor support & getAll() for list-objects
added multiple monitor support added getAll() for lists, dropdowns, radios and menubars
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local function basaltDrawHelper()
|
||||
local terminal = parentTerminal
|
||||
local function basaltDrawHelper(drawTerm)
|
||||
local terminal = drawTerm
|
||||
local width, height = terminal.getSize()
|
||||
local cacheT = {}
|
||||
local cacheBG = {}
|
||||
@@ -178,5 +178,4 @@ local function basaltDrawHelper()
|
||||
end;
|
||||
}
|
||||
return drawHelper
|
||||
end
|
||||
local drawHelper = basaltDrawHelper()
|
||||
end
|
||||
Reference in New Issue
Block a user