1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

correctly store updated message levels e.g. from /hilight

This commit is contained in:
Ailin Nemui 2021-09-15 17:48:27 +02:00
parent d3e105a396
commit 949dc06af3

View File

@ -265,7 +265,7 @@ static void sig_gui_print_text_finished(WINDOW_REC *window, TEXT_DEST_REC *dest)
info->meta = line_meta_create(dest->meta);
info->level |= MSGLEVEL_FORMAT;
info->level = dest->level | MSGLEVEL_FORMAT;
/* the line will be inserted into the view with textbuffer_view_insert_line by
gui-printtext.c:view_add_eol */