commit 0bfa58aad98b13e71f879261f0c6ea019d9763c7
parent db62cd8803afe4197054778778dcec004484d620
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 12 Nov 2019 05:50:54 +0300
tweak extra worddelimiters
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -33,7 +33,7 @@ static float chscale = 1.0;
*
* More advanced example: L"#$%&+,-./:=?_~"
*/
-wchar_t *extrawordchars = L"./:";
+wchar_t *extrawordchars = L"";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;