peripheral overhaul

This commit is contained in:
kepler155c@gmail.com
2018-01-06 22:25:33 -05:00
parent 911fec9118
commit 13ec8ea04f
7 changed files with 49 additions and 27 deletions

View File

@@ -149,8 +149,8 @@ function Terminal.mirror(ct, dt)
ct[k] = function(...)
local ret = { f(...) }
if dt[k] then
dt[k](...)
end
dt[k](...)
end
return unpack(ret)
end
end