term.restore

From ComputerCraft Wiki
Revision as of 08:43, 22 January 2013 by Bubba (Talk | contribs) (Just a note regarding multiple redirects.)

Jump to: navigation, search

Note: term.restore() will return the monitor to the last used redirect target, meaning that if you have used term.redirect on two different monitor objects, term.restore() will only restore back to the first redirected monitor. To restore output directly to the terminal, use term.redirect(term.native).


Grid Redstone.png  Function term.restore
Restores the program from running on a monitor to run on the computer
Syntax term.restore()
Returns Nothing
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Restores a program to the computer. This will only work if the computer was running a program on a monitor
Code
term.restore()