diff options
author | Burt P <pburt0@gmail.com> | 2020-01-07 11:14:49 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-01-17 16:15:54 -0800 |
commit | 1cc8cc4623331c5ca83ff5a20e23265af7a5e4de (patch) | |
tree | 4fe8cb7d1d195eca2a14bc0a250d0b32e02d3f78 /includes | |
parent | af5a38062e39a6cce9710a1942264540a0e8c7a1 (diff) |
info: fixes for escaped label flag
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-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 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; |