minor bug fixes

This commit is contained in:
kepler155c@gmail.com
2020-04-27 22:31:57 -06:00
parent ef0886ec85
commit 8a9878b8e5
6 changed files with 26 additions and 10 deletions

View File

@@ -120,6 +120,9 @@ function Process:new(args)
self.window = window.create(self.container, 2, 3, args.width, args.height, true)
self.terminal = self.window
self.container.setBackgroundColor(colors.black)
self.container.clear()
self.container.canvas.parent = monitor.canvas
if not monitor.canvas.children then
monitor.canvas.children = { }