term.clearLine
From ComputerCraft Wiki
Revision as of 18:40, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
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() |