diff --git stand/lua/drawer.lua stand/lua/drawer.lua index 6324c22..426b8d0 100644 --- stand/lua/drawer.lua +++ stand/lua/drawer.lua @@ -311,7 +311,7 @@ local function drawbrand() if core.isFramebufferConsole() and loader.term_putimage ~= nil and branddef.image ~= nil then - if loader.term_putimage(branddef.image, 1, 1, 0, 7, 0) + if loader.term_putimage(branddef.image, x, y, 0, 7, 0) then return true end @@ -514,6 +514,8 @@ function drawer.drawscreen(menudef) -- it determines the positions of other elements drawitem(drawlogo) drawitem(drawbrand) + -- clear the twiddle + print(" ") drawitem(drawbox) return drawmenu(menudef) end