aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
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 */
36wchar_t *extrawordchars = L"./:"; 36wchar_t *extrawordchars = L"";
37 37
38/* selection timeouts (in milliseconds) */ 38/* selection timeouts (in milliseconds) */
39static unsigned int doubleclicktimeout = 300; 39static unsigned int doubleclicktimeout = 300;