transition to kernel

This commit is contained in:
kepler155c
2018-01-13 15:18:17 -05:00
parent f7893ab2fe
commit 40da3f1683
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ for i = #arg, 1, -1 do
end
end
print('Gif Recorder by Bomb Bloke\n')
print('Press control-p to stop recording')
local filename = arg[#arg]

View File

@@ -18,5 +18,5 @@ device[name].type = 'terminal'
if title then
multishell.setTitle(multishell.getCurrent(), title)
end
os.pullEvent('terminate')
os.pullEventRaw('terminate')
os.queueEvent('peripheral_detach', name)