config.def.h
changeset 1107 589074fac88d
parent 1106 084b17f96d9b
child 1109 55e2f7e96b71
equal deleted inserted replaced
1106:084b17f96d9b 1107:589074fac88d
     9 #define NORMFGCOLOR		"#000000"
     9 #define NORMFGCOLOR		"#000000"
    10 #define SELBORDERCOLOR		"#0066ff"
    10 #define SELBORDERCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* tagging */
    14 /* old */
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    17 Bool initags[LENGTH(tags)]       = { [0] = True, [5] = True };
    17 Bool initags[LENGTH(tags)]       = { [0] = True, [5] = True };
    18 
    18 
    19 Rule rules[] = {
    19 Rule rules[] = {