#401 working main page of computer list app

This commit is contained in:
Mikayla Fischler
2025-08-13 10:45:32 -03:00
parent e29a88eeea
commit fe78360948
5 changed files with 64 additions and 45 deletions

View File

@@ -86,6 +86,13 @@ return function (args)
e.redraw()
end
-- change the foreground color of the text
---@param c color
function e.recolor(c)
e.w_set_fgd(c)
e.redraw()
end
---@class TextBox:graphics_element
local TextBox, id = e.complete(true)