oga's tools
Revision | 9e144ab5399ba6b7e2e12d2cdf9429ecb28471f0 (tree) |
---|---|
Time | 2014-12-06 10:27:39 |
Author | oga <hyperoga@gmai...> |
Commiter | oga |
cgrep V0.13-3 for linux
@@ -46,16 +46,16 @@ coltbl_t col_tbl[] = { | ||
46 | 46 | }; |
47 | 47 | |
48 | 48 | unsigned short colorbk = 0xffff; |
49 | -char msg[4096]; | |
50 | 49 | /* 0.13-A end */ |
51 | 50 | |
52 | 51 | #endif |
53 | 52 | |
54 | 53 | enum {COL_ESC, COL_BS}; |
55 | -int color = 6; /* -c : yellow? */ | |
54 | +int color = 6; /* -c : yellow? */ | |
56 | 55 | int vf = 0; /* -v : verbose */ |
57 | 56 | int igcf = 0; /* -i : ignore case V0.11-A */ |
58 | 57 | int ncf = 0; /* -nc: no color V0.13-A */ |
58 | +char msg[4096]; /* V0.13-A */ | |
59 | 59 | |
60 | 60 | /* V0.13-A start */ |
61 | 61 | /* NT color */ |