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