summaryrefslogtreecommitdiff
path: root/src/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.def.h')
-rw-r--r--src/config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.def.h b/src/config.def.h
index 98cc915..1bc1ad4 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -8,3 +8,6 @@
#define SCORE_MATCH_WORD 0.8
#define SCORE_MATCH_CAPITAL 0.7
#define SCORE_MATCH_DOT 0.6
+
+/* Time (in ms) to wait for additional bytes of an escape sequence */
+#define KEYTIMEOUT 25