Terminal.matchSetCursorType
void matchSetCursorType(int tag, gdk.types.CursorType cursorType)Sets which cursor the terminal will use if the pointer is over the pattern specified by tag.
Parameters
tag | the tag of the regex which should use the specified cursor |
cursorType | a #GdkCursorType |
Deprecated
Use [vte.terminal.Terminal.matchSetCursorName] instead.