[hb-view] --annotate enables --show-extents
This commit is contained in:
parent
20fcf5c5b8
commit
8cfb0ed072
|
@ -44,6 +44,12 @@ struct view_options_t
|
||||||
|
|
||||||
void add_options (option_parser_t *parser);
|
void add_options (option_parser_t *parser);
|
||||||
|
|
||||||
|
void post_parse (GError **error)
|
||||||
|
{
|
||||||
|
if (annotate)
|
||||||
|
show_extents = true;
|
||||||
|
}
|
||||||
|
|
||||||
hb_bool_t annotate = false;
|
hb_bool_t annotate = false;
|
||||||
char *fore = nullptr;
|
char *fore = nullptr;
|
||||||
char *back = nullptr;
|
char *back = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue