Merge pull request #36 from ailin-nemui/missing-hilights

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

(cherry picked from commit ad8221835c)
This commit is contained in:
ailin-nemui 2021-09-15 17:56:45 +02:00 committed by Ailin Nemui
commit 8b49cd012d
2 changed files with 4 additions and 3 deletions

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 */