fix recorder

This commit is contained in:
kepler155c@gmail.com
2017-07-30 19:53:43 -04:00
parent be51935662
commit 982894a5f1
4 changed files with 30 additions and 35 deletions

View File

@@ -41,7 +41,9 @@ local function showHelp(name)
UI.term:reset()
shell.run('help ' .. name)
print('Press enter to return')
read()
repeat
local _, k = os.pullEvent('key_up')
until k == keys.enter
end
function page:eventHandler(event)