Browse code

Move sources into src directory

John Hawthorn authored on 21/05/2016 21:56:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW
2
-
3
-#define SCORE_GAP_LEADING -0.005
4
-#define SCORE_GAP_TRAILING -0.005
5
-#define SCORE_GAP_INNER -0.01
6
-#define SCORE_MATCH_CONSECUTIVE 1.0
7
-#define SCORE_MATCH_SLASH 0.9
8
-#define SCORE_MATCH_WORD 0.8
9
-#define SCORE_MATCH_CAPITAL 0.7
10
-#define SCORE_MATCH_DOT 0.6
Browse code

Allow customization of config.h via config.def.h

John Hawthorn authored on 07/11/2015 09:37:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW
2
+
3
+#define SCORE_GAP_LEADING -0.005
4
+#define SCORE_GAP_TRAILING -0.005
5
+#define SCORE_GAP_INNER -0.01
6
+#define SCORE_MATCH_CONSECUTIVE 1.0
7
+#define SCORE_MATCH_SLASH 0.9
8
+#define SCORE_MATCH_WORD 0.8
9
+#define SCORE_MATCH_CAPITAL 0.7
10
+#define SCORE_MATCH_DOT 0.6