fix typo in config.h

This commit is contained in:
Nicolas Wavrant 2019-06-18 22:23:38 +09:00
parent af777d842a
commit 1260b192b5
1 changed files with 1 additions and 1 deletions

View File

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