[Xfce4-commits] <terminal:master> Add =+@ to the default word-chars.
Nick Schermer
noreply at xfce.org
Wed Dec 19 21:54:06 CET 2012
Updating branch refs/heads/master
to c7bcda4765aadf90b0c2f33cda631f6ae7bfc281 (commit)
from b6e058f7f622722ccdd8fe0b0a0fed9aad2d2cd8 (commit)
commit c7bcda4765aadf90b0c2f33cda631f6ae7bfc281
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 18 20:31:24 2012 +0100
Add =+@ to the default word-chars.
terminal/terminal-preferences.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/terminal/terminal-preferences.c b/terminal/terminal-preferences.c
index 4c89b83..e3f0056 100644
--- a/terminal/terminal-preferences.c
+++ b/terminal/terminal-preferences.c
@@ -1206,7 +1206,7 @@ terminal_preferences_class_init (TerminalPreferencesClass *klass)
g_param_spec_string ("word-chars",
"word-chars",
"WordChars",
- "-A-Za-z0-9,./?%&#:_~",
+ "-A-Za-z0-9,./?%&#:_=+@~",
EXO_PARAM_READWRITE);
/* install all properties */
More information about the Xfce4-commits
mailing list