1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-31 23:53:01 +00:00

ui overhaul

This commit is contained in:
kepler155c@gmail.com
2019-02-05 23:03:57 -05:00
parent 89400ac1bd
commit 915085ac5f
47 changed files with 2879 additions and 3199 deletions

View File

@@ -58,6 +58,7 @@ local page = UI.Page {
},
output = UI.Embedded {
y = -6,
visible = true,
backgroundColor = colors.gray,
},
}
@@ -328,6 +329,7 @@ function page:executeStatement(statement)
local s, m
local oterm = term.redirect(self.output.win)
self.output.win.scrollBottom()
pcall(function()
s, m = self:rawExecute(command)
end)