aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell.c')
-rw-r--r--shell/shell.c3
1 files changed, 1 insertions, 2 deletions
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;