Changed word delimiters

This commit is contained in:
Fabian Schmidt 2020-05-23 13:02:40 +02:00
parent 5ec07dcba3
commit 9c4a7d9b1f

View File

@ -34,7 +34,7 @@ static float chscale = 1.0;
*
* More advanced example: L" `'\"()[]{}"
*/
wchar_t *worddelimiters = L" ";
wchar_t *worddelimiters = L" `'\"()[]{}";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;