X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=grep.h;h=89342e5b47f6d63dd546e738e4cbf023c447b382;hb=b7ef48d5d5f0d5b912a5ca84a7079803387586ae;hp=d35bc29bfd76f27c066f40dcb3f31078b4100059;hpb=daaf2e8892cf3b652454c48ffd332e3c5b446b92;p=git.git diff --git a/grep.h b/grep.h index d35bc29bf..89342e5b4 100644 --- a/grep.h +++ b/grep.h @@ -86,7 +86,13 @@ struct grep_opt { int color; int max_depth; int funcname; + char color_context[COLOR_MAXLEN]; + char color_filename[COLOR_MAXLEN]; + char color_function[COLOR_MAXLEN]; + char color_lineno[COLOR_MAXLEN]; char color_match[COLOR_MAXLEN]; + char color_selected[COLOR_MAXLEN]; + char color_sep[COLOR_MAXLEN]; int regflags; unsigned pre_context; unsigned post_context;