Terminal.setColorCursor
void setColorCursor(gdk.rgba.RGBA cursorBackground)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.
Parameters
cursorBackground | the new color to use for the text cursor, or null |