Execplugin: add pango markup option

This commit is contained in:
o9000
2015-12-05 11:42:07 +01:00
parent ad50d32f54
commit 17f94205b4
9 changed files with 32 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ typedef struct ExecpBackend {
PangoFontDescription *font_desc;
Color font_color;
int continuous;
gboolean has_markup;
char *lclick_command;
char *mclick_command;
char *rclick_command;