From 1cc8cc4623331c5ca83ff5a20e23265af7a5e4de Mon Sep 17 00:00:00 2001 From: Burt P Date: Tue, 7 Jan 2020 11:14:49 -0600 Subject: info: fixes for escaped label flag 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 8f31c61a..69f4deb3 100644 --- a/includes/info.h +++ b/includes/info.h @@ -65,6 +65,7 @@ struct InfoField { gboolean highlight; /* select in GUI, highlight in report (flag:*) */ gboolean report_details; /* show moreinfo() in report (flag:!) */ gboolean value_has_vendor; /* (flag:^) */ + gboolean label_is_escaped; /* if the label will need g_strcompress() before display use */ gboolean free_name_on_flatten; gboolean free_value_on_flatten; -- cgit v1.2.3