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

tagthe tag of the regex which should use the specified cursor
cursorTypea #GdkCursorType

Deprecated

Use [vte.terminal.Terminal.matchSetCursorName] instead.