systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

config.def.h (534B)


      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
     11 
     12 /* Time (in ms) to wait for additional bytes of an escape sequence */
     13 #define KEYTIMEOUT 25
     14 
     15 #define DEFAULT_TTY "/dev/tty"
     16 #define DEFAULT_PROMPT "> "
     17 #define DEFAULT_NUM_LINES 10
     18 #define DEFAULT_WORKERS 0
     19 #define DEFAULT_SHOW_INFO 0