Minor fix to re-add the dash as a default word char. Accidentally dropped in libvte API flux

This commit is contained in:
Stephen Boddy 2016-07-04 16:20:26 +02:00
parent e3323e23e3
commit b15b5ec97b
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ terminator GTK3:
prefs (Egmont Koblinger, LP#1520761)
* Fix title edit shortcuts to hopefully not clash with console
programs so much (Seve Boddy, LP#1514089)
* Minor fix to readd hypens as a word char (Steve Boddy,
LP#1598800)
terminator 0.97:
* Allow font dimming in inactive terminals

View File

@ -231,7 +231,7 @@ DEFAULTS = {
'palette' : '#2e3436:#cc0000:#4e9a06:#c4a000:\
#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:\
#729fcf:#ad7fa8:#34e2e2:#eeeeec',
'word_chars' : ',./?%&#:_',
'word_chars' : '-,./?%&#:_',
'mouse_autohide' : True,
'login_shell' : False,
'use_custom_command' : False,