commit cf25a90f9d1fc5724334a09b562d3d970b332514 from: Omar Polo date: Fri Jun 11 10:30:23 2021 UTC remove urgent flag during switch_to_tab when a tab is closed (C-t x 0) the previous one gets selected via switch_to_tab, but the TAB_URGENT flag is kept. commit - 46f6e97405d8f8693a6b1b1213974f96f3da3bab commit + cf25a90f9d1fc5724334a09b562d3d970b332514 blob - 593792ba28fe96c658798e00c63a3f61267870d6 blob + 15298f99589c45d434a0ddbb1ff264198ac66d4f --- ui.c +++ ui.c @@ -1888,6 +1888,7 @@ switch_to_tab(struct tab *tab) } tab->flags |= TAB_CURRENT; + tab->flags &= ~TAB_URGENT; } unsigned int