1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Merge pull request #29 from ailin-nemui/hilight-color

actually remember the hilight -color
This commit is contained in:
ailin-nemui 2021-09-03 11:41:15 +02:00 committed by GitHub
commit 03217a487e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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));
g_free(tmp);
}
if (hilight->color != NULL)
format_dest_meta_stash(dest, "hilight-color", hilight->color);
signal_emit("print text", 3, dest, newstr, stripped);