replace utf8strchr with wcschr (4b51e7)
This commit is contained in:
parent
4e0216a94a
commit
42f401b428
3 changed files with 8 additions and 26 deletions
|
|
@ -44,9 +44,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