term.clearLine
From ComputerCraft Wiki
Revision as of 20:43, 7 July 2012 by Pinkishu (Talk | contribs) (moved Term.clearLine() to Term.clearLine)
Function term.clearLine | |
Clears the line that the cursor is currently on. | |
Syntax | term.clearLine(none) |
Returns | none |
Part of | ComputerCraft |
API | term |
Examples
Example | |
Clears the line that the cursor is currently on. | |
Code |
term.clearLine() |