diff --git a/apps/recorder.lua b/apps/recorder.lua index 43214a3..f801ad1 100644 --- a/apps/recorder.lua +++ b/apps/recorder.lua @@ -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] diff --git a/apps/termShare.lua b/apps/termShare.lua index 15ba34f..f37b76b 100644 --- a/apps/termShare.lua +++ b/apps/termShare.lua @@ -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)