Method

VteTerminalget_word_char_exceptions

Declaration [src]

const char*
vte_terminal_get_word_char_exceptions (
  VteTerminal* terminal
)

Description [src]

Returns the set of characters which will be considered parts of a word when doing word-wise selection, in addition to the default which only considers alphanumeric characters part of a word.

If NULL, a built-in set is used.

Available since:0.40

Return value

Returns: const char*
 

A string, or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.