diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9ce45a7..ac5e8ce 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -33,7 +33,7 @@ static float chscale = 1.0; | |||
33 | * | 33 | * |
34 | * More advanced example: L"#$%&+,-./:=?_~" | 34 | * More advanced example: L"#$%&+,-./:=?_~" |
35 | */ | 35 | */ |
36 | wchar_t *extrawordchars = L"./:"; | 36 | wchar_t *extrawordchars = L""; |
37 | 37 | ||
38 | /* selection timeouts (in milliseconds) */ | 38 | /* selection timeouts (in milliseconds) */ |
39 | static unsigned int doubleclicktimeout = 300; | 39 | static unsigned int doubleclicktimeout = 300; |