match_set_cursor
Description:
[ Version ( deprecated = true , deprecated_since = "0.40" ) ]
public void match_set_cursor (int tag, Cursor? cursor)
public void match_set_cursor (int tag, Cursor? cursor)
Warning: match_set_cursor is deprecated since 0.40.
Sets which cursor the terminal will use if the pointer is over the pattern specified by tag
.
Note:
Use match_set_cursor_name instead.
The terminal keeps a reference to cursor
.
Parameters:
this |
a Terminal |
tag |
the tag of the regex which should use the specified cursor |
cursor |
the Cursor which the terminal should use when the pattern is highlighted, or |