From e7dd39f9d227c5507e3789b18c7385bd3ea3cb8c Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 27 Dec 2019 18:39:46 -0600 Subject: fmt_opts param for pango/html/text formatting Signed-off-by: Burt P --- shell/shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index 3ece6a84..9f31b80f 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -747,6 +747,7 @@ void shell_init(GSList * modules) DEBUG("initializing shell"); uri_set_function(hardinfo_link); + params.fmt_opts = FMT_OPT_PANGO; create_window(); @@ -1524,8 +1525,6 @@ static gboolean detail_activate_link (GtkLabel *label, gchar *uri, gpointer user return uri_open(uri); } -#include "format_early.h" - static gchar *vendor_info_markup(const Vendor *v) { if (!v) return NULL; gchar *ven_mt = NULL; -- cgit v1.2.3