Method

VteTerminalset_color_cursor_foreground

Declaration [src]

void
vte_terminal_set_color_cursor_foreground (
  VteTerminal* terminal,
  const GdkRGBA* cursor_foreground
)

Description [src]

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

Available since:0.44

Parameters

cursor_foreground GdkRGBA
 

The new color to use for the text cursor, or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.