Merge pull request #341 from TingPing/lastact

Add last activity keybinding from fedora
This commit is contained in:
RichardHitt
2013-01-07 14:20:26 -08:00
7 changed files with 163 additions and 2 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)