support new worddelimeters implementation

This commit is contained in:
Von Random 2019-04-02 14:09:34 +03:00
parent dfdad97cae
commit eaf4f9a595

View file

@ -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;