term.clearLine
From ComputerCraft Wiki
Revision as of 02:35, 4 July 2012 by My hat stinks (Talk | contribs) (Undo revision 1934 by 91.121.27.33 (talk))
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() |