changeset 1107 | 589074fac88d |
parent 1106 | 084b17f96d9b |
child 1109 | 55e2f7e96b71 |
--- a/config.def.h Wed Feb 27 21:50:50 2008 +0000 +++ b/config.def.h Thu Feb 28 17:07:30 2008 +0000 @@ -11,7 +11,7 @@ #define SELBGCOLOR "#0066ff" #define SELFGCOLOR "#ffffff" -/* tagging */ +/* old */ const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" }; unsigned int vtags[LENGTH(tags)] = { 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 }; Bool initags[LENGTH(tags)] = { [0] = True, [5] = True };