mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
Add last activity keybinding from fedora
This commit is contained in:
@@ -307,6 +307,7 @@ fe_set_tab_color (struct session *sess, int col)
|
||||
|
||||
break;
|
||||
}
|
||||
lastact_update (sess);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -604,6 +605,7 @@ mg_focus (session *sess)
|
||||
sess->nick_said = FALSE;
|
||||
sess->msg_said = FALSE;
|
||||
sess->new_data = FALSE;
|
||||
lastact_update (sess);
|
||||
/* when called via mg_changui_new, is_tab might be true, but
|
||||
sess->res->tab is still NULL. */
|
||||
if (sess->res->tab)
|
||||
|
||||
Reference in New Issue
Block a user