This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
wilcomega's profile picture

term.setCursorColor( nColor )

Started by wilcomega, 31 December 2012 - 06:33 AM
wilcomega #1
Posted 31 December 2012 - 07:33 AM
the title says it. i think we should be able to set the cursors color.

tell me what you think :)/>
Cranium #2
Posted 31 December 2012 - 08:51 AM
You can kinda do that already with some smart programming. Just override the cursor with your own cursorBlink() function, that will draw a specific color you determine for a specific time, and wait for any input.
Sebra #3
Posted 31 December 2012 - 06:52 PM
Would it be better if cursor will blink between current text color and background color?