Terminal.setColorCursor

Sets the background color for text which is under the cursor. If NULL, text under the cursor will be drawn with foreground and background colors reversed.

class Terminal
void
setColorCursor

Parameters

cursorBackground Color

the new color to use for the text cursor, or NULL. [allow-none] Since 0.11.11

Meta