Difference between revisions of "Term.scroll"
From ComputerCraft Wiki
(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
Function term.scroll | |
Scrolls the terminal window. | |
Syntax | term.scroll(n) |
Returns | None |
Part of | ComputerCraft |
API | term |