mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Merge pull request #29 from ailin-nemui/hilight-color
actually remember the hilight -color
This commit is contained in:
commit
03217a487e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue