summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2015-11-07 01:37:03 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2015-11-07 18:19:18 -0800
commit0f7b650cd1edfc1706f1c9dffd746f7fae2d35e3 (patch)
tree8837e0116a78a7433d26c0fab319d70ab888fbf9 /config.def.h
parentafef1c979c0955a7bced155ea91984acda067429 (diff)
Allow customization of config.h via config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
new file mode 100644
index 0000000..98cc915
--- /dev/null
+++ b/config.def.h
@@ -0,0 +1,10 @@
+#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW
+
+#define SCORE_GAP_LEADING -0.005
+#define SCORE_GAP_TRAILING -0.005
+#define SCORE_GAP_INNER -0.01
+#define SCORE_MATCH_CONSECUTIVE 1.0
+#define SCORE_MATCH_SLASH 0.9
+#define SCORE_MATCH_WORD 0.8
+#define SCORE_MATCH_CAPITAL 0.7
+#define SCORE_MATCH_DOT 0.6