Difference between revisions of "Term.scroll"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
|||
Line 9: | Line 9: | ||
|examples= | |examples= | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:41, 28 November 2012
Function term.scroll | |
Scrolls the terminal window. | |
Syntax | term.scroll(int n) |
Returns | None |
Part of | ComputerCraft |
API | term |