transition to kernel
This commit is contained in:
@@ -62,6 +62,7 @@ for i = #arg, 1, -1 do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print('Gif Recorder by Bomb Bloke\n')
|
||||||
print('Press control-p to stop recording')
|
print('Press control-p to stop recording')
|
||||||
|
|
||||||
local filename = arg[#arg]
|
local filename = arg[#arg]
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ device[name].type = 'terminal'
|
|||||||
if title then
|
if title then
|
||||||
multishell.setTitle(multishell.getCurrent(), title)
|
multishell.setTitle(multishell.getCurrent(), title)
|
||||||
end
|
end
|
||||||
os.pullEvent('terminate')
|
os.pullEventRaw('terminate')
|
||||||
os.queueEvent('peripheral_detach', name)
|
os.queueEvent('peripheral_detach', name)
|
||||||
|
|||||||
Reference in New Issue
Block a user