Difference between revisions of "Term.scroll"

From ComputerCraft Wiki
Jump to: navigation, search
(Added page)
 
Line 2: Line 2:
 
{{Function
 
{{Function
 
|name=term.scroll
 
|name=term.scroll
 +
|args=n
 
|returns=None
 
|returns=None
 
|api=term
 
|api=term

Revision as of 18:42, 29 August 2012


Grid Redstone.png  Function term.scroll
Scrolls the terminal window.
Syntax term.scroll(n)
Returns None
Part of ComputerCraft
API term