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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function term.clearLine
Clears the line that the cursor is currently on.
Syntax term.clearLine(none)
Returns none
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Clears the line that the cursor is currently on.
Code
term.clearLine()