patch-config.h - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       patch-config.h
       ---
            1 --- /dev/null   2016-08-12 00:34:04.402861959 +0200
            2 +++ config.h    2016-08-12 00:37:16.495787458 +0200
            3 @@ -0,0 +1,13 @@
            4 +#define TTY_COLOR_HIGHLIGHT TTY_COLOR_NORMAL
            5 +
            6 +#define SCORE_GAP_LEADING -0.005
            7 +#define SCORE_GAP_TRAILING -0.005
            8 +#define SCORE_GAP_INNER -0.01
            9 +#define SCORE_MATCH_CONSECUTIVE 1.0
           10 +#define SCORE_MATCH_SLASH 0.9
           11 +#define SCORE_MATCH_WORD 0.8
           12 +#define SCORE_MATCH_CAPITAL 0.7
           13 +#define SCORE_MATCH_DOT 0.6
           14 +
           15 +/* Time (in ms) to wait for additional bytes of an escape sequence */
           16 +#define KEYTIMEOUT 25