summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2019-04-02 14:09:34 +0300
committerVon Random <von@vdrandom.org>2019-04-02 14:09:34 +0300
commiteaf4f9a5959e90e1473d5b3e5605efb06e6eb487 (patch)
tree857a55e7a6441729fc72ec459030fc2aee3949d4
parentdfdad97cae14a2e6aec0a0d6c99983f4583dc57c (diff)
support new worddelimeters implementation
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 5950c2f..5171250 100644
--- a/config.h
+++ b/config.h
@@ -34,9 +34,9 @@ static float chscale = 1.0;
/*
* word delimiter string
*
- * More advanced example: " `'\"()[]{}"
+ * More advanced example: L" `'\"()[]{}"
*/
-char *worddelimiters = " `'\"()[]{};|";
+wchar_t *worddelimiters = L" `'\"()[]{};|";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;