forked from PsychoticNinja/irssi
actually remember the hilight -color
This commit is contained in:
parent
0e8717acf6
commit
37237f377e
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user