term.clearLine
From ComputerCraft Wiki
Revision as of 14:51, 19 May 2012 by Techzune (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=term.clearLine |args=none |returns=none |api=term |addon=ComputerCraft |desc=Clears the line that the cursor is currently on. |examples= {{Examp...")
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() |