support new worddelimeters implementation
This commit is contained in:
parent
dfdad97cae
commit
eaf4f9a595
1 changed files with 2 additions and 2 deletions
4
config.h
4
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;
|
||||
|
|
Loading…
Reference in a new issue