term.setCursorBlink
From ComputerCraft Wiki
Revision as of 18:41, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
Function term.setCursorBlink | |
Sets whether the cursor is blinking or not. | |
Syntax | term.setCursorBlink(boolean state) |
Returns | none |
Part of | ComputerCraft |
API | term |
Examples
Example | |
Makes the cursor blink for 3 seconds, then not blink for 3 seconds. | |
Code |
term.setCursorBlink(true) |