Terminal.isWordChar

Checks if a particular character is considered to be part of a word or not, based on the values last passed to vte_terminal_set_word_chars().

class Terminal
int
isWordChar

Parameters

c gunichar

a candidate Unicode code point

Return Value

Type: int

TRUE if the character is considered to be part of a word

Meta