From 37237f377e639650a4eb92168661fe4d53989400 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Thu, 2 Sep 2021 22:38:53 +0200 Subject: [PATCH] actually remember the hilight -color --- src/fe-common/core/hilight-text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 4b5e4edd..d308bd04 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -479,6 +479,8 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text, tmp = g_strdup_printf("%d", hilight_end)); g_free(tmp); } + if (hilight->color != NULL) + format_dest_meta_stash(dest, "hilight-color", hilight->color); signal_emit("print text", 3, dest, newstr, stripped);