The issue is that when the textutils API is called with a paged whatever function (pagedTabulate for instance). It will make all of the output on the screen pause and wait for a keypress (with "press any key to continue") shown. This is because, I think, textutils is overriding stuff.
Can anyone give me a workaround to this? I need to backup and restore any values the textutils API overrides when doing anything with paged scrolling.
EDIT: Here are the OSes affected, in case you are wondering:
- O[OS] by ProjectB, and any modifications and redistributions of it.
- OpenTerminalOS by cyanisaac, and any modifications and redistributions of it.
local currentTerm = term.current() --# run your parallel code term.redirect(currentTerm)
Credit to MKLegoman357 for this fix.
Edited by cyanisaac, 27 June 2015 - 05:36 PM.












