mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Further tab color improvements
- Combine the three properties into a single one - Finally fully fix the handling with plugins handling events TODO: Look into lastact handling of these, seems wrong
This commit is contained in:
@@ -631,7 +631,7 @@ cmd_clear (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
while (list)
|
||||
{
|
||||
sess = list->data;
|
||||
if (!sess->nick_said)
|
||||
if (!(sess->tab_state & TAB_STATE_NEW_HILIGHT))
|
||||
fe_text_clear (list->data, 0);
|
||||
list = list->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user