From 74fe3984106ac559a2bea67a6f6fcdd5d2ca5464 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 27 Dec 2019 17:13:10 -0600 Subject: shell: add key flag for strings expected to contian vendors Signed-off-by: Burt P --- includes/info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/info.h') 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; -- cgit v1.2.3