better startup

This commit is contained in:
kepler155c
2017-09-26 01:37:27 -04:00
parent 08acd126c8
commit 8078a1cfdb
4 changed files with 8 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ end
function Process:focus(focused)
if focused then
self.titleBar.setBackgroundColor(colors.green)
self.titleBar.setBackgroundColor(colors.yellow)
else
self.titleBar.setBackgroundColor(colors.gray)
end
@@ -337,7 +337,7 @@ local function addShell()
self.window.setVisible(focused)
if focused then
self.window.restoreCursor()
self.container.setTextColor(colors.green)
self.container.setTextColor(colors.yellow)
self.container.setBackgroundColor(colors.black)
else
parentTerm.clear()