transition to kernel
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user