diff options
author | Burt P <pburt0@gmail.com> | 2019-12-27 17:13:10 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 |
commit | 74fe3984106ac559a2bea67a6f6fcdd5d2ca5464 (patch) | |
tree | 0cdf7ecd0e12f8a6f8959ab14581eb4a92b42632 /includes/info.h | |
parent | 4c386e89eb9bf28e43164b958374bee113b4cee7 (diff) |
shell: add key flag for strings expected to contian vendors
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/info.h')
-rw-r--r-- | includes/info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/info.h b/includes/info.h index 8166b1d1..6aa510dc 100644 --- a/includes/info.h +++ b/includes/info.h @@ -64,6 +64,7 @@ struct InfoField { int update_interval; gboolean highlight; /* select in GUI, highlight in report (flag:*) */ gboolean report_details; /* show moreinfo() in report (flag:!) */ + gboolean value_has_vendor; /* (flag:^) */ gboolean free_name_on_flatten; gboolean free_value_on_flatten; |