actually remember the hilight -color

This commit is contained in:
Ailin Nemui 2021-09-02 22:38:53 +02:00 committed by Alexander Færøy
parent 8a885700d7
commit 2f06f8194e

View File

@ -479,6 +479,8 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text,
tmp = g_strdup_printf("%d", hilight_end)); tmp = g_strdup_printf("%d", hilight_end));
g_free(tmp); g_free(tmp);
} }
if (hilight->color != NULL)
format_dest_meta_stash(dest, "hilight-color", hilight->color);
signal_emit("print text", 3, dest, newstr, stripped); signal_emit("print text", 3, dest, newstr, stripped);