Attention flag for chat windows

User is able to toggle a flag for chat windows. This flag should be used to mark
the window for "Attention".

Use Ctrl+f to mark the window.
This commit is contained in:
DebXWoody
2021-05-29 08:05:03 +02:00
parent 69e3cebf26
commit 3520645366
8 changed files with 48 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ win_create_chat(const char* const barejid)
new_win->outgoing_char = NULL;
new_win->last_message = NULL;
new_win->last_msg_id = NULL;
new_win->has_attention = FALSE;
new_win->memcheck = PROFCHATWIN_MEMCHECK;
return &new_win->window;