]> git.armaanb.net Git - st.git/blobdiff - config.def.h
replace utf8strchr with wcschr
[st.git] / config.def.h
index 0e017173435354e0075e31cff3b7c84cbc4c180f..482901ea41675bdb77bafa15dc34e67a70a9094d 100644 (file)
@@ -30,9 +30,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;