transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-21 05:44:13 -05:00
parent 1c1eb9b782
commit e59400eb2b
16 changed files with 87 additions and 72 deletions

View File

@@ -13,7 +13,7 @@ local shell = _ENV.shell
local term = _G.term
local window = _G.window
local parentTerm = _G.device.terminal -- term.current()
local parentTerm = _G.device.terminal
local w,h = parentTerm.getSize()
local overviewId
local tabsDirty = false