• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


Commit MetaInfo

Revision9e144ab5399ba6b7e2e12d2cdf9429ecb28471f0 (tree)
Time2014-12-06 10:27:39
Authoroga <hyperoga@gmai...>
Commiteroga

Log Message

cgrep V0.13-3 for linux

Change Summary

Incremental Difference

--- a/cgrep.c
+++ b/cgrep.c
@@ -46,16 +46,16 @@ coltbl_t col_tbl[] = {
4646 };
4747
4848 unsigned short colorbk = 0xffff;
49-char msg[4096];
5049 /* 0.13-A end */
5150
5251 #endif
5352
5453 enum {COL_ESC, COL_BS};
55-int color = 6; /* -c : yellow? */
54+int color = 6; /* -c : yellow? */
5655 int vf = 0; /* -v : verbose */
5756 int igcf = 0; /* -i : ignore case V0.11-A */
5857 int ncf = 0; /* -nc: no color V0.13-A */
58+char msg[4096]; /* V0.13-A */
5959
6060 /* V0.13-A start */
6161 /* NT color */