Update default word_chars from gnome-terminal settings. Closes #129533

This commit is contained in:
Chris Jones 2007-11-08 23:40:06 -05:00
parent 16e4bd7f7d
commit c822ac7964
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class TerminatorTerm:
# Set our wordchars
# FIXME: This shouldn't be hardcoded
self._vte.set_word_chars ('-A-Za-z0-9./?%&#_+')
self._vte.set_word_chars ('-A-Za-z0-9,./?%&#:_')
# Set our mouselation
# FIXME: This shouldn't be hardcoded