Terminal.matchSetCursorName

Sets which cursor the terminal will use if the pointer is over the pattern specified by @tag.

class Terminal
void
matchSetCursorName
(
int tag
,
string cursorName
)

Parameters

tag int

the tag of the regex which should use the specified cursor

cursorName string

the name of the cursor

Meta