Add last activity keybinding from fedora

This commit is contained in:
TingPing
2012-12-25 00:33:57 -05:00
parent 76680ae41b
commit b37fe23b99
7 changed files with 194 additions and 1 deletions

View File

@@ -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)