Difference between revisions of "Term.clearLine"
From ComputerCraft Wiki
(Love Computer) |
(Undo revision 1934 by 91.121.27.33 (talk)) |
||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
− | + | {{Function | |
+ | |name=term.clearLine | ||
+ | |args=none | ||
+ | |returns=none | ||
+ | |api=term | ||
+ | |addon=ComputerCraft | ||
+ | |desc=Clears the line that the cursor is currently on. | ||
+ | |examples= | ||
+ | {{Example | ||
+ | |desc=Clears the line that the cursor is currently on. | ||
+ | |code=term.clearLine() | ||
+ | }} | ||
+ | }} |
Revision as of 02:35, 4 July 2012
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() |