From 53e403806510eb87965c4cc33f4e19c131300c3c Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 5 Feb 2017 12:31:09 -0500 Subject: [PATCH] Expand word delimiter characters --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fbff45b..96bd49f 100644 --- a/config.h +++ b/config.h @@ -32,7 +32,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " │"; +static char worddelimiters[] = " │`'\"()[]{}"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;