Terminal.matchSetCursor
void matchSetCursor(int tag, gdk.cursor.Cursor cursor = null)Sets which cursor the terminal will use if the pointer is over the pattern specified by tag. The terminal keeps a reference to cursor.
Parameters
tag | the tag of the regex which should use the specified cursor |
cursor | the #GdkCursor which the terminal should use when the pattern is highlighted, or null to use the standard cursor |
Deprecated
Use [vte.terminal.Terminal.matchSetCursorName] instead.