replace utf8strchr with wcschr
This commit is contained in:
parent
75b4ba4b4b
commit
d5efd256aa
3 changed files with 4 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue