Skip to content

Commit

Permalink
keep wordchars the default
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Jul 6, 2013
1 parent 84ed1b9 commit e2e045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taterm.vala
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ static const string[] COLORS = {
static const string FG_COLOR = "#c0c0c0";
static const string BG_COLOR = "#000000";

static const string WORD_CHARS = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%";
static const string WORD_CHARS = "";

static Pango.FontDescription font;
static Gdk.Color[] palette;

0 comments on commit e2e045f

Please sign in to comment.