Expand word delimiter characters
This commit is contained in:
parent
f93f6d7bd9
commit
53e4038065
2
config.h
2
config.h
@ -32,7 +32,7 @@ static float chscale = 1.0;
|
||||
*
|
||||
* More advanced example: " `'\"()[]{}"
|
||||
*/
|
||||
static char worddelimiters[] = " │";
|
||||
static char worddelimiters[] = " │`'\"()[]{}";
|
||||
|
||||
/* selection timeouts (in milliseconds) */
|
||||
static unsigned int doubleclicktimeout = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user