This commit is contained in:
kepler155c@gmail.com
2020-04-16 23:11:59 -06:00
parent 6b429a26e4
commit 3246579ab1
14 changed files with 177 additions and 190 deletions

View File

@@ -211,9 +211,7 @@ function appPage.container.viewport:draw()
Ansi.yellow .. app.description .. Ansi.reset)
self:clear()
self:setCursorPos(1, 1)
self:print(str)
self.ymax = self.cursorY
if appPage.notification.enabled then
appPage.notification:draw()
@@ -369,4 +367,3 @@ categoryPage:setCategory(source.name, source.index)
UI:setPage(categoryPage)
UI:pullEvents()
UI.term:reset()