VTE: don't hard-require vte_terminal_set_word_chars()
commit65e2c7cb05916debb919b6f6d1b60e7e711e0b1d
authorColomban Wendling <ban@herbesfolles.org>
Thu, 18 Aug 2016 22:12:39 +0000 (19 00:12 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Sat, 29 Oct 2016 14:09:04 +0000 (29 16:09 +0200)
tree77a83557acb9852c6e47517282c0ef5c776078fd
parent5c757d9ec2f088709a6b743660168af52f301017
VTE: don't hard-require vte_terminal_set_word_chars()

VTE 0.38 removed it, so only use it when available.  With >= 0.40,
use vte_terminal_set_word_char_exceptions() instead.
src/vte.c